@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed");


tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #000;
    padding: 8px;
    width: auto;
    text-align: inherit;
}

.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet,
.active_laws_slider .rs-swiper-dot .swiper-pagination-bullet,
.active_laws_slider .rs-swiper-dot .swiper-pagination-bullet:after,
.active-team__item-media img,
.active-team__item-social,
.our-services__item,
.our-services__item:after,
.our-services__item .readmore svg path,
.latest-gallery__item-media img,
.latest-gallery__item-content-right,
.latest-gallery__item-content-right:after,
.best-offers__item-body i,
.recent-project__item-text,
.latest-service__item:after,
.project-details .project-navigation .rs-btn i,
.our-team__item,
.our-team__item:after,
.work-process__item,
.work-process__item-body button,
.work-process__item-body button i,
.service-item,
.service-item__icon,
.service-item__icon svg path,
.portfolio__item-text,
.portfolio__item-text:after,
.feedback__item__home:after,
.brand__thumb img,
.footer__link ul li a::before,
.blog__details-bottom .share-social-media a svg path,
.sidebar__widget-category a i,
.blog__pagination a,
.blog-news__item-text,
.mean-container .mean-nav ul li > a.mean-expand i,
.main-menu ul li.has-dropdown > a::after,
.main-menu ul li .sub-menu,
.main-menu ul li .sub-menu li a::before,
.main-menu ul li .mega-menu,
.main-menu ul li .mega-menu li ul li a::before,
.banner-2__top-right .banner-2-circle,
.banner-2__top-right .banner-2-circle svg path,
.offcanvas__overlay,
.offcanvas__navigation button svg,
.rs-btn svg path,
.rs-btn.btn-transparent.btn-border-gray i,
.body__overlay,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

/* transform */
.rs__faq .accordion-button::after,
.breadcrumb__menu ul li:not(:last-child)::before,
.nice-select::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

:root {
    /**
  @font family declaration
  */
    --rs-ff-body: "Sansation", sans-serif;
    --rs-ff-heading: "Sansation", sans-serif;
    --rs-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --rs-common-white: #ffffff;
    --rs-common-black: #000000;
    --rs-common-placeholder: #1a1a1a;
    --rs-common-selection: #1745b3;
    --rs-body-primary: #ffffff;
    --rs-theme-primary: #168145;
    --rs-heading-primary: #00160a;
    --rs-text-body: #1a1a1a;
    --rs-text-primary: #fff;
    --rs-gray-900: #00160a;
    --rs-gray-800: #1a1a1a;
    --rs-gray-700: #0d2216;
    --rs-gray-200: #e3e8f4;
    --rs-gray-100: #f9f9f9;
    --rs-shadow-xl: #fff;
    --rs-shadow-l: #fff;
    --rs-shadow-m: #fff;
    --rs-shadow-s: #fff;
    --rs-border-primary: #168145;
    --rs-border-secondary: rgba(72, 73, 73, 0.4);
    /**
  @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-body2: 14px;
    --rs-fs-p: 14px;
    --rs-fs-h1: 30px;
    --rs-fs-h2: 28px;
    --rs-fs-h3: 20px;
    --rs-fs-h4: 24px;
    --rs-fs-h5: 18px;
    --rs-fs-h6: 14px;
    --rs-lh-body: 26px;
    --rs-lh-body2: 17px;
    --rs-lh-p: 26px;
    --rs-lh-h1: 70px;
    --rs-lh-h2: 58px;
    --rs-lh-h3: 37px;
    --rs-lh-h4: 34px;
    --rs-lh-h5: 22px;
    --rs-lh-h6: 24px;
}

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

html {
    font-size: 10px;
}

body {
    font-family: var(--rs-ff-body);
    font-size: 14px;
    font-weight: normal;
    color: var(--rs-text-body);
    line-height: 26px;
    background: #fff;
    line-height: 1.72;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    letter-spacing: normal;
}

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

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

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

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

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

p {
    font-size: var(--rs-fs-p);
    font-weight: var(--rs-fw-normal);
    color: var(--rs-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}

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

a {
    text-decoration: none;
}

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

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

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

img {
    width: 100%;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    height: 60px;
    width: 100%;
    font-size: 16px;
    color: var(--rs-common-white);
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

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

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

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

*::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
}
*::-moz-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-placeholder);
}
*::-moz-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-placeholder);
}
*::-moz-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-placeholder);
}
*::-moz-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-placeholder);
}

*::-webkit-input-placeholder {
    opacity: 1;
    font-size: 16px;
}

*::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
}

*:-ms-input-placeholder {
    opacity: 1;
    font-size: 16px;
}

*::-ms-input-placeholder {
    opacity: 1;
    font-size: 16px;
}

*::placeholder {
    opacity: 1;
    font-size: 16px;
}
*::-webkit-input-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-placeholder);
}
*::placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-placeholder);
}
*::-moz-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-placeholder);
}
*::placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-placeholder);
}
*:-ms-input-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-placeholder);
}
*::-ms-input-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-placeholder);
}
*::placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-placeholder);
}
*::-webkit-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-placeholder);
}
*::-moz-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-placeholder);
}
*:-ms-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-placeholder);
}
*::-ms-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-placeholder);
}
*::placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-placeholder);
}

/*
   Bootstrap customize
-*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 10px;
}

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

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

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

.p-absolute {
    position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .post_blog {
        background: #fff;
        /* padding-inline: 14px; */
        margin: 0px;
        border-right: 1px solid #e3e8f4;
        min-height: auto !important;
    }
}

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

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

.section-space-top-228 {
    padding-top: 228px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-space-top-228 {
        padding-top: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space-top-228 {
        padding-top: 180px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-top-228 {
        padding-top: 170px;
    }
}

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

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

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

.feedback__section-space {
    padding-top: 82px;
    padding-bottom: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feedback__section-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .feedback__section-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.cta__section-space {
    padding: 41px 50px;
}
.cta__section-space-2 {
    padding: 80px 101px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta__section-space {
        padding: 35px 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__section-space {
        padding: 25px;
    }
}

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

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

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

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

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

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

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

.bg-gradient-1 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#674ad9),
        color-stop(50.52%, #fb5141),
        to(#089eff)
    );
    background: linear-gradient(
        90deg,
        #674ad9 0%,
        #fb5141 50.52%,
        #089eff 100%
    );
}

.rs-btn {
    color: var(--rs-common-white);
    font-family: var(--rs-ff-heading);
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: var(--rs-theme-primary);
    z-index: 5;
    width: 100px;
}
.rs-btn::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: var(--rs-heading-primary);
    z-index: -1;
    content: "";
}
.rs-btn:hover {
    color: var(--rs-common-white);
}
.rs-btn:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.rs-btn:hover svg path[fill="#00160A"] {
    fill: var(--rs-common-white);
}
.rs-btn.btn-hover-white::before {
    background-color: var(--rs-common-white);
}
.rs-btn.btn-hover-white:hover {
    color: var(--rs-heading-primary);
}
.rs-btn.btn-hover-white:hover svg path[fill="white"] {
    fill: var(--rs-heading-primary);
}
.rs-btn.btn-transparent {
    padding: 8px 16px;
    color: #168145;
    background-color: white;
    border: 1px solid #b4c8df;
}
.rs-btn.btn-transparent::before {
    background-color: var(--rs-theme-primary);
}
.rs-btn.btn-transparent.btn-border-2 {
    padding: 18px 30px;
    border: 2px solid var(--rs-theme-primary);
}
.rs-btn.btn-transparent.btn-border-2::before {
    border-radius: 0;
}
.rs-btn.btn-transparent.btn-border-gray {
    padding: 19px 22px;
    border-color: var(--rs-gray-200);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .rs-btn.btn-transparent.btn-border-gray {
        padding: 10px 15px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .rs-btn.btn-transparent.btn-border-gray {
        padding: 6px 10px;
    }
}
.rs-btn.btn-transparent.btn-border-gray:hover i {
    background-color: var(--rs-theme-primary);
}
.rs-btn.btn-transparent.btn-border-gray i {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: var(--rs-gray-100);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .rs-btn.btn-transparent.btn-border-gray i {
        width: 30px;
        height: 30px;
    }
}
.rs-btn.btn-transparent svg path[fill="white"] {
    fill: var(--rs-theme-primary);
}
.rs-btn.btn-transparent:hover {
    color: var(--rs-common-white);
}
.rs-btn.btn-transparent:hover svg path[fill="white"] {
    fill: var(--rs-common-white);
}
.rs-btn.btn-white {
    color: var(--rs-gray-900);
    background-color: var(--rs-common-white);
}
.rs-btn.btn-white::before {
    background-color: var(--rs-heading-primary);
}
.rs-btn.btn-white:hover {
    color: var(--rs-common-white);
}
.rs-btn.btn-text-color-white {
    color: var(--rs-common-white);
}

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

.sidebar__toggle {
    cursor: pointer;
    background: #168145;
    padding: 4px;
    border-radius: 4px;
}

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

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

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

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

.offcanvas-close-icon {
    line-height: 1;
    color: var(--rs-common-white);
}
.offcanvas-close-icon .offcanvas-m-lines {
    position: relative;
    display: block;
    height: 12px;
    width: 30px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
    top: 6px;
    -webkit-transform: rotate(45deg);
    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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    -webkit-transition: top 0.15s ease, -webkit-transform 0.3s ease;
    transition: top 0.15s ease, -webkit-transform 0.3s ease;
    transition: top 0.15s ease, transform 0.3s ease;
    transition: top 0.15s ease, transform 0.3s ease, -webkit-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 {
    -webkit-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;
    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) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

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

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

/**/
/*  2.6 sectiontitle
/**/
.section__title-wrapper {
    position: relative;
    z-index: 55;
}
.section__title-wrapper__white .section__title {
    color: var(--rs-common-white);
}
.section__title-wrapper__white p {
    color: var(--rs-common-white);
}
.section__title-wrapper__white ul li {
    color: var(--rs-common-white);
}
.section__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
    color: #2b5b2f;
}
.section__subtitle-2 img {
    margin-left: 0;
    margin-right: 17px;
}
.section__subtitle img {
    margin-left: 23px;
    max-width: 33.17px;
}
.section__subtitle .xlab-img {
    width: 18px;
    height: 18px;
    margin-left: 0;
    margin-right: 15px;
    color: #168145;
    filter: brightness(0) saturate(100%) invert(35%) sepia(81%) saturate(457%)
        hue-rotate(94deg) brightness(94%) contrast(89%);
}
.section__title {
    color: #222;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.breadcrumb-space {
    padding: 200px 0 40px 0;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-space {
        padding: 150px 0 162px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-space {
        padding: 140px 0 25px;
    }
}

.breadcrumb__area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumb__area.overly {
    position: relative;
    z-index: 1;
}
.breadcrumb__area.overly:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient( 90deg, rgb(43 91 47) 0%, rgb(43 91 47 / 43%) 30%, rgb(43 91 47 / 36%) 55%, rgba(237, 30, 43, 0.0) 80% );
}

.breadcrumb__title {
    color: var(--rs-common-white);
    font-size: 22px;
    font-weight: var(--rs-fw-medium);
    line-height: 1.1em;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__content {
        padding: 0 25px;
    }
    .breadcrumb__title {
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    .breadcrumb__title {
        font-size: 34px;
    }
}
@media (max-width: 450px) {
    .breadcrumb__title {
        font-size: 20px;
    }
}

.breadcrumb__menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flexbox;
    display: inline-flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb__menu ul li {
    list-style: none;
    position: relative;
    line-height: 1;
}
.breadcrumb__menu ul li:not(:last-child)::before {
    display: inline-block;
    content: "\f105";
    position: absolute;
    top: 55.8888%;
    font-family: var(--rs-ff-fontawesome);
    inset-inline-end: -20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.breadcrumb__menu ul li span {
    font-weight: 400;
    color: var(--rs-common-white);
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.breadcrumb__menu ul li span a:hover {
    color: var(--rs-theme-primary);
}
.breadcrumb__menu ul li.active span {
    font-weight: 400;
    color: var(--rs-common-white);
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
}

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

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

.feedback__active .slick-list {
    overflow: visible;
    margin-left: -15px;
    margin-right: -15px;
}
.feedback__active .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feedback__active .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.feedback__active .slick-dots {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    padding-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 450px) {
    .feedback__active .slick-dots {
        padding-top: 30px;
    }
}
.feedback__active .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px;
    display: inline-block;
}
.feedback__active .slick-dots li button {
    font-size: 0;
    background: rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.rs-theme-light .feedback__active .slick-dots li button {
    background: rgba(6, 6, 6, 0.2);
}
.feedback__active .slick-dots li:hover button,
.feedback__active .slick-dots li.slick-active button {
    background: rgb(255, 255, 255);
}
.rs-theme-light .feedback__active .slick-dots li:hover button,
.rs-theme-light .feedback__active .slick-dots li.slick-active button {
    background-color: rgb(6, 6, 6);
}
.feedback__active .slick-dots li:hover button:before,
.feedback__active .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
}

.feedback__active::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(6, 6, 6);
    top: 0;
    left: 100%;
    mix-blend-mode: lighten;
    opacity: 10%;
}
.feedback__active::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(6, 6, 6);
    top: 0;
    right: 100%;
    mix-blend-mode: lighten;
    opacity: 10%;
}

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

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

@-webkit-keyframes popupBtn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes popupBtn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@keyframes leftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-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 qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0);
    }
    42% {
        -webkit-clip-path: inset(-2px 0 -2px 100%);
        clip-path: inset(-2px 0 -2px 100%);
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0);
    }
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
}
@-webkit-keyframes bubble {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px);
    }
}
@keyframes bubble {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px);
    }
}
@-webkit-keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@-webkit-keyframes bounce {
    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40%,
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@keyframes bounce {
    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40%,
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@-webkit-keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}

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

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

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

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

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

@-webkit-keyframes rightLeft {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

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

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

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

/**/
/*  2.12 preloader
/**/
.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: var(--rs-common-white);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-progressbar .ui-progressbar-overlay {
    height: 100%;
    opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-1 .container,
.header-1 .header-top .container {
    padding: 0 15px;
    background: #fff;
}

@media (min-width: 992px) {
    .header-1 .container {
        max-width: 100%;
        padding: 0 15px;
        background: #168145;
    }
}
@media (max-width: 990px) {
    .header-1 .header-top .container {
    }
}
.header-1.rs-sticky .header__btn .text h5,
.header-1.rs-sticky .header__btn .text span {
    color: var(--rs-common-white);
}
.header-1.rs-sticky .header__btn .text a:hover h5 {
    color: var(--rs-theme-primary);
}
.header-1.rs-sticky .logo {
}
.header-1.rs-sticky .logo.logo-2 {
    display: block !important;
}
.header-1.rs-sticky .main-menu ul li > a {
}
.header-1.rs-sticky .main-menu ul li > a::before {
    background: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .sub-menu li a:hover {
    color: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .sub-menu li a:hover::before {
    background: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .sub-menu li:hover > a {
    color: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .sub-menu li:hover > a::before {
    background-color: var(--rs-theme-primary);
}
.header-1.rs-sticky
    .main-menu
    ul
    li
    .sub-menu
    li.has-dropdown:hover
    > a::after {
    color: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover > a {
    color: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover > a::before {
    background: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li:hover > .mega-menu-title {
    color: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li:hover > a {
    color: var(--rs-theme-primary);
}
.header-1.rs-sticky .main-menu ul li:hover > a::after {
    color: var(--rs-theme-primary);
}
.header-2 {
    background: #fff;
}
@media (min-width: 1441px) {
    .header-2 .container {
        /* max-width: 1320px !important; */
    }
}

.header-3 {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1441px) {
    .header-3 .container {
        max-width: 1320px !important;
    }
}
.header-3 .container {
    max-width: 1320px;
    padding: 0 15px;
}

/**/
/*  3.4 header-common
/**/
.rs-sticky {
    position: fixed !important;
    top: 0;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #168145;
    border-top: 0;
}
.rs-sticky.header-2 {
    border-bottom: none;
    border-radius: 0;
}
.rs-sticky .header-top {
    position: fixed !important;
    top: -100%;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    border-top: 0;

    display: none !important;
}

.header-transparent {
    position: absolute;
    inset-inline-start: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
}

.header__area:not(.header-1) .container {
    max-width: 1320px;
    padding: 0 15px;
}

.header__logo {
}
.header__logo .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.header__logo .logo .logo_img {
}
.header__logo .logo .logo_text {
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    color: #2a5a2e;
    font-family: "Sansation", sans-serif;
}
@media (max-width: 780px){
	.header__logo .logo .logo_text{
		color: #fff;
	}
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .header__logo {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__left {
        display: flex !important;
    }
}
@media (max-width: 450px) {
    .header__logo {
    }
}

.header__left {
    display: none;
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .header__main {
        padding: 18px 0;
    }
}
@media (max-width: 450px) {
    .header__main {
        padding: 9px 0;
    }
}

.bar-icon {
    width: 22px;
    height: 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.bar-icon span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: inline-block;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
    margin-left: 0px;
}
.bar-icon:hover span {
    -webkit-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;
}
.bar-icon:hover span:nth-child(2) {
    margin-left: 0px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.bar-icon.is-black span {
    background: var(--rs-common-black);
}
.bar-icon.is-white span {
    background: var(--rs-common-white);
}

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

.header__btn {
    gap: 15px;
}
.header__btn-white h5:hover {
    color: var(--rs-theme-primary);
}
.header__btn-white .text h5,
.header__btn-white .text span {
    color: var(--rs-common-white);
}
.header__btn .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--rs-theme-primary);
}
.header__btn .icon i {
    color: var(--rs-common-white);
}
.header__btn .text h5:hover {
    color: var(--rs-theme-primary);
}

.tw-line-hover {
    color: #fff;
    font-family: "Font Awesome 6 Pro" !important;
}
.tw-line-:before {
    font-size: 12px !important;
}
.tw-line-hover a {
    color: #fff;
    padding-left: 10px;
}
.tw-line-hover a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

.tw-line-hover a:after {
    bottom: 0px;
    height: 2px;
}
.header-top {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.header-bg_svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 590px;
    height: auto;
    z-index: 0;
}

@media (max-width: 850px) {
    .header-bg_svg {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 400px;
        height: auto;
        z-index: 0;
    }
}
@media (min-width: 1441px) {
    .header-top .container {
        max-width: 1320px !important;
    }
}
.header-top-menu {
    gap: 30px;
    list-style: none;
}
.header-top-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--rs-common-white);
}
.header-top-menu li a:hover {
    color: var(--rs-theme-primary);
}
.header-top-socail-menu {
    gap: 20px;
    list-style: none;
}
.header-top-socail-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    color: var(--rs-common-white);
}
.header-top-socail-menu li a:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    color: var(--rs-theme-primary);
}

.header-top-2 {
    overflow: hidden;
    padding: 10.5px 0;
}
.header-top-2 .container {
    z-index: 1;
    position: relative;
}
.header-top-2__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 31px;
}
.header-top-2 .horizental-bar {
    width: 1px;
    height: 29px;
    opacity: 0.2;
    background: var(--rs-theme-primary);
}
.header-top-2__menu {
    gap: 40px;
    list-style: none;
}
.header-top-2__menu li a {
    color: var(--rs-common-white);
    font-size: 16px;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    line-height: 160%;
}
.header-top-2__menu li a:hover {
    color: var(--rs-theme-primary);
}
.header-top-2__menu-1 {
    gap: 40px;
    list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .header-top-2__menu-1 {
        gap: 250px;
    }
}
.header-top-2__menu-1.background-shape:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../imgs/home3/header-bar.svg");
    z-index: -1;
    position: absolute;
    left: -9544px;
    top: -11px;
    content: "";
    width: 9999px;
    height: calc(100% + 22px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-2__menu-1.background-shape:after {
        left: -9649px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .header-top-2__menu-1.background-shape:after {
        left: -9799px;
    }
}
.header-top-2__menu-1.background-shape:before {
    z-index: -1;
    position: absolute;
    left: -9999px;
    top: -11px;
    content: "";
    width: 9999px;
    height: calc(100% + 22px);
    background-color: var(--rs-theme-primary);
}
.header-top-2__menu-1 li a {
    color: var(--rs-common-white);
    font-size: 16px;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    line-height: 160%;
}
.header-top-2__menu-1 li a:hover {
    color: var(--rs-heading-primary);
}
.header-top-2__socail-menu {
    gap: 25px;
    list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .header-top-2__socail-menu {
        gap: 20px;
    }
}
.header-top-2__socail-menu li a {
    color: var(--rs-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.header-top-2__socail-menu li a:hover,
.header-top-2__socail-menu li a:hover {
    color: var(--rs-theme-primary);
}

/* HEADER CSS */
/**/
/*  3.1 banner Style 1
/**/
.banner-1__space {
    padding: 190px 0 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-1__space {
        padding: 150px 0 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-1__space {
        padding: 80px 0 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-1__space {
        padding: 60px 0 70px;
    }
}
.banner-1__shapes .big-shape,
.banner-1__shapes .small-shape {
    position: absolute;
    z-index: -1;
}
.banner-1__shapes .big-shape-1 {
    top: -780px;
    left: -1038px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-1__shapes .big-shape-1 {
        left: -1180px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-1__shapes .big-shape-1 {
        left: -1257px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-1__shapes .big-shape-1 {
        left: -1329px;
    }
}
@media (max-width: 575px) {
    .banner-1__shapes .big-shape-1 {
        left: -1417px;
    }
}
.banner-1__shapes .big-shape-2 {
    top: -815px;
    left: -1038px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-1__shapes .big-shape-2 {
        left: -1180px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-1__shapes .big-shape-2 {
        left: -1257px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-1__shapes .big-shape-2 {
        left: -1329px;
    }
}
@media (max-width: 575px) {
    .banner-1__shapes .big-shape-2 {
        left: -1417px;
    }
}
.banner-1__shapes .big-shape-3 {
    bottom: -250px;
    left: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-1__shapes .big-shape-3 {
        bottom: -650px;
    }
}
@media (max-width: 575px) {
    .banner-1__shapes .big-shape-3 {
        display: none;
    }
}
.banner-1__shapes .big-shape-4 {
    top: -717px;
    right: -882px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-1__shapes .big-shape-4 {
        display: none;
    }
}
.banner-1__shapes .small-shape-1 {
    left: 291px;
    bottom: -681px;
}
@media (max-width: 575px) {
    .banner-1__shapes .small-shape-1 {
        display: none;
    }
}
.banner-1__shapes .small-shape-2 {
    left: 530px;
    bottom: -247px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-1__shapes .small-shape-2 {
        left: 425px;
        bottom: -284px;
    }
}
@media (max-width: 575px) {
    .banner-1__shapes .small-shape-2 {
        display: none;
    }
}
.banner-1__shapes .small-shape-3 {
    right: -593px;
    bottom: -535px;
}
@media (max-width: 575px) {
    .banner-1__shapes .small-shape-3 {
        display: none;
    }
}
.banner-1__shapes .small-shape-4 {
    right: -592px;
    bottom: -335px;
}
@media (max-width: 575px) {
    .banner-1__shapes .small-shape-4 {
        display: none;
    }
}
.banner-1 .container {
    z-index: 1;
    position: relative;
}
.banner-1__media {
    z-index: -2;
    position: absolute;
    right: -315px;
    top: -190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-1__media {
        right: -368px;
        top: -229px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-1__media {
        right: -419px;
        top: -287px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-1__media {
        top: -195px;
    }
}
@media (max-width: 575px) {
    .banner-1__media {
        right: -298px;
        top: -63px;
    }
}
@media (max-width: 450px) {
    .banner-1__media {
        right: -451px;
        top: -74px;
    }
}
@media (max-width: 575px) {
    .banner-1__content {
        max-width: 329px;
    }
}
.banner-1__content h1 {
    font-weight: var(--rs-fw-sbold);
    color: var(--rs-common-white);
}
.banner-1__content h1 span {
    color: var(--rs-theme-primary);
}
.banner-1__content p {
    color: var(--rs-common-white);
    max-width: 350px;
}

/**/
/*  3.1 banner Style 1
/**/
.banner-2 {
    padding: 90px 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-2 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2 {
        padding: 70px 0;
    }
}
.banner-2__meida {
    overflow: hidden;
    border-radius: 5px;
}
.banner-2__top {
    gap: 30px;
}
.banner-2__top-left {
    max-width: 774px;
}
.banner-2__top-left h1 {
    font-size: 98px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}
.banner-2__top-left h1 span {
    color: var(--rs-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__top-left h1 {
        font-size: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-2__top-left h1 {
        font-size: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-2__top-left h1 {
        font-size: 52px;
    }
}
@media (max-width: 575px) {
    .banner-2__top-left h1 {
        font-size: 35px;
    }
}
.banner-2__top-left p {
    margin: 0;
}
.banner-2__top-right .banner-2-circle {
    overflow: hidden;
    min-width: 194px;
    min-height: 194px;
    width: 194px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 194px;
    border-radius: 500px;
    border: 1px solid var(--rs-gray-700);
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-2__top-right .banner-2-circle {
        min-width: 130px;
        min-height: 130px;
        width: 130px;
        height: 130px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__top-right .banner-2-circle {
        min-width: 80px;
        min-height: 80px;
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 575px) {
    .banner-2__top-right .banner-2-circle {
        min-width: 130px;
        min-height: 130px;
        width: 130px;
        height: 130px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__top-right .banner-2-circle svg {
        max-width: 20px;
    }
}
.banner-2__top-right .banner-2-circle:hover svg path[fill="#168145"] {
    fill: var(--rs-heading-primary);
}
.banner-2__top-right .banner-2-circle:after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    content: "";
    left: 1px;
    top: 2px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: spin 6s ease infinite;
    animation: spin 6s ease infinite;
    position: absolute;
    background-position: 50% 50%;
    background-image: url(./../imgs/banner/banner-2-play-button.svg);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__top-right .banner-2-circle:after {
        background-size: contain;
    }
}
.banner-2__bottom {
    position: relative;
}
.banner-2__bottom-media {
    overflow: hidden;
    border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__bottom-media {
        height: 300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__bottom-media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.banner-2__bottom-button {
    bottom: -1px;
    right: -1px;
    position: absolute;
    width: 179px;
    height: 101px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-2__bottom-button a {
    position: absolute;
    bottom: 6px;
    right: 0;
}
.banner-2__bottom-media__shape-1 {
    position: absolute;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    left: -1px;
    width: 98px;
    height: 94px;
}
.banner-2__bottom-media__shape-2 {
    bottom: 0;
    left: 0;
    width: 66px;
    height: 66px;
    position: absolute;
    background: var(--rs-theme-primary);
}

/**/
/*  3.1 banner Style 1
/**/
.banner-3.space {
    padding: 110px 0 97px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3.space {
        padding: 52px 0 77px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-3.space {
        padding: 80px 0 90px;
    }
}
@media (max-width: 575px) {
    .banner-3.space {
        padding: 60px 0 70px;
    }
}
.banner-3.background-image {
    background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-3.background-image {
        background-image: none !important;
    }
}
.banner-3__media {
    z-index: 1;
    padding-left: 119px;
    position: relative;
    margin-bottom: -97px;
    margin-right: -315px;
    margin-top: -110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-3__media {
        padding-left: 19px;
        margin-right: -215px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__media {
        margin-bottom: -79px;
        margin-top: -90px;
        padding-left: 0;
        margin-right: -290px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-3__media {
        padding: 0;
        margin: 50px 0 0;
    }
}
.banner-3__media .img {
    overflow: hidden;
    padding-left: 288px;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-3__media .img {
        padding-left: 188px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__media .img {
        padding-left: 60px;
    }
}
.banner-3__media .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-3__media__shape {
    background-size: contain;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 936px;
    height: 723px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__media__shape {
        width: 903px;
        height: 723px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-3__media__shape {
        display: none;
    }
}
.banner-3__media .banner-image-mobile {
    overflow: hidden;
    border-radius: 5px;
}
.banner-3__content h1 {
    color: var(--rs-gray-900);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.667%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__content h1 {
        font-size: 52px;
        line-height: 72px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-3__content h1 {
        font-size: 52px;
        line-height: 64px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-3__content h1 {
        font-size: 50px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-3__content h1 {
        font-size: 38px;
        line-height: 50px;
    }
}
@media (max-width: 575px) {
    .banner-3__content h1 {
        font-size: 32px;
        line-height: 44px;
    }
}
.banner-3__content h1 span {
    color: var(--rs-theme-primary);
}
.banner-3__content .rs-btn__wrapper {
    gap: 10px;
}
.banner-3__item {
    gap: 15px;
    padding: 23px 42px 19px 20px;
    border-radius: 5px;
    border-left: 1px solid #000;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.banner-3__item-left img {
    width: 54px;
    height: 54px;
    border-radius: 500px;
    border: 2px solid var(--rs-common-white);
}
.banner-3__item-left img:not(:first-child) {
    margin-left: -16px;
}
.banner-3__item-left span.custom-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-left: -16px;
    background-color: var(--rs-common-white);
    border-radius: 500px;
    border: 2px solid var(--rs-common-white);
    -webkit-filter: drop-shadow(0px 4px 13px rgba(19, 16, 34, 0.06))
        drop-shadow(0px 4.8px 24.4px rgba(19, 16, 34, 0.1));
    filter: drop-shadow(0px 4px 13px rgba(19, 16, 34, 0.06))
        drop-shadow(0px 4.8px 24.4px rgba(19, 16, 34, 0.1));
}
.banner-3__item-left span.custom-img i {
    font-size: 32px;
    color: var(--rs-theme-primary);
}

/* HEADER CSS */
/**/
/*  7.1 cta
/**/
.cta__fake-div {
    width: 100%;
    height: 183px;
    margin-bottom: -183px;
    position: relative;
}
.cta__fake-div:before {
    width: 100%;
    content: "";
    height: 100%;
    background-color: currentColor;
    position: absolute;
    bottom: -100%;
    left: 0;
}

.cta__area {
    position: relative;
    z-index: 11;
}
.cta__area.footer-up-cta {
    margin-bottom: -63px;
}
.cta__area.footer-up-cta-2 {
    margin-bottom: -172px;
}
.cta__area.footer-up-home-1 {
    margin-bottom: -91.5px;
}
.cta__wrapper {
    gap: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.cta__wrapper.primary-border-top {
    border-top: 2px solid var(--rs-border-primary);
}
.cta__content {
    max-width: 420px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__content {
        text-align: center;
        max-width: 100%;
    }
}
.cta__content p {
    max-width: 400px;
}
.cta__subscribe {
    gap: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__subscribe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.cta__subscribe input {
    width: 406px;
    background: transparent;
    color: var(--rs-common-white);
    padding-right: 23px;
    padding-left: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__subscribe input {
        width: 100%;
    }
}
.cta__subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-white);
}
.cta__subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-white);
}
.cta__subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-white);
}
.cta__subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}
.cta__subscribe input::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}
.cta__meida {
    border: 36px solid rgba(255, 255, 255, 0.3);
    border-radius: 500px;
}
.cta-2 .cta__content {
    max-width: 654px;
}
.cta-2 .cta__content p {
    max-width: 570px;
}
.cta-2 .cta__subscribe {
    gap: 20px;
}
.cta-2 .cta__subscribe input {
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-image: url("../imgs/cta/message.svg");
    width: 467px;
    color: var(--rs-common-white);
    border-color: var(--rs-common-white);
    padding-right: 18px;
    padding-left: 57px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta-2 .cta__subscribe input {
        width: 100%;
    }
}
.cta-2 .cta__subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-white);
}
.cta-2 .cta__subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-white);
}
.cta-2 .cta__subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-white);
}
.cta-2 .cta__subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}
.cta-2 .cta__subscribe input::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}

/**/
/*  4.2 Menu
/**/
.main-menu ul {
    margin-bottom: 0;
}
.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li {
    }
}
.main-menu ul li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    position: absolute;
    right: 0;
}
.main-menu ul li.active > a {
    color: #ffffff !important;
    box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.5) !important;
    background-color: hsla(0, 0%, 100%, 0.12156862745098039) !important;
}
.main-menu ul li > a {
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Sansation", sans-serif;
    text-transform: uppercase;
}
.main-menu ul li > a:hover {
    color: #fff !important;
    box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.5) !important;
    background-color: hsla(0, 0%, 100%, 0.12156862745098039) !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu ul li > a {
        padding: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li > a {
        padding: 12px 6px;
    }
}
.main-menu ul li.has-dropdown > a {
    position: relative;
}
.main-menu ul li.has-dropdown > a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 10px;
    font-family: var(--rs-ff-fontawesome);
    font-weight: 900;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    display: inline-block;
}
.main-menu ul li.has-mega-menu {
    position: static;
}
.main-menu ul li.megamenu-wrapper {
    position: static;
}

.main-menu ul li .sub-menu {
    position: absolute;
    top: 110%;
    inset-inline-start: 0;
    min-width: 316px;
    background: #ffffff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    padding: 0;
    color: var(--rs-common-white);
}
.main-menu ul li .sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.main-menu ul li .sub-menu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    color: var(--rs-text-1);
}
.main-menu ul li .sub-menu li a {
    position: relative;
    z-index: 11;
    color: #000000;
    font-size: 12px;
    padding: 8px 14px;
    width: 100%;
    border-bottom: 1px solid #e3e1e1;
    font-weight: 400;
}

.main-menu ul li .sub-menu li .sub-menu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.main-menu ul li .sub-menu li:hover > a,
.main-menu ul li .sub-menu li a:hover {
    background: #168145 !important;
    color: #fff !important;
}
.main-menu ul li .sub-menu li:hover > a::before {
    width: 12px;
}
.main-menu ul li .sub-menu li:hover > a::after {
    color: var(--rs-theme-primary);
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
    -webkit-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}
.main-menu ul li .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 30px 35px 30px;
    background: #0d0d0d;
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--rs-border-primary);
    z-index: 99;
    width: 100%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    clip: rect(0px, 200vw, 0, 0px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li .mega-menu {
        padding: 25px 25px;
    }
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
    padding: 30px 35px 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
    padding: 30px 35px 30px;
    display: -ms-grid;
    display: grid;
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    width: 950px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.main-menu ul li .mega-menu li .mega-menu-title {
    font-weight: 500;
    color: var(--rs-text-body);
    cursor: text;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rs-border-primary);
    padding-bottom: 5px;
}
.main-menu ul li .mega-menu li .mega-menu-title::before {
    display: none;
}
.main-menu ul li .mega-menu li ul li {
    width: 100%;
    float: none;
    margin-bottom: 9px;
}
.main-menu ul li .mega-menu li ul li:last-child {
    margin-bottom: 0;
}
.main-menu ul li .mega-menu li ul li a {
    font-size: 16px;
    color: var(--rs-text-body);
    padding: 0;
    position: relative;
    font-family: Geologica;
}
.main-menu ul li .mega-menu li ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 0;
    height: 1px;
    background-color: var(--rs-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a {
    color: var(--rs-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a::before {
    background-color: var(--rs-theme-primary);
}
.main-menu ul li .mega-menu li:hover > .mega-menu-title {
    color: var(--rs-theme-primary);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.main-menu ul li .mega-menu li:hover > a {
    color: var(--rs-theme-primary);
}
.main-menu ul li .mega-menu li a:hover {
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
}
.main-menu ul li .mega-menu li a:hover::before {
    width: 12px;
}
.main-menu ul li:hover > a {
    color: #fff !important;
    box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.5) !important;
    background-color: hsla(0, 0%, 100%, 0.12156862745098039) !important;
}
.main-menu ul li:hover > a::after {
    color: var(--rs-theme-primary);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-menu ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.main-menu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    -webkit-transition: clip 0.6s linear, opacity 0.4s linear;
    transition: clip 0.6s linear, opacity 0.4s linear;
}
.main-menu-2 ul li > a {
    color: var(--rs-text-secondary);
}
.main-menu-2 ul li > a::before {
    background: var(--rs-theme-primary);
}
.main-menu-2 ul li .sub-menu li a:hover {
    color: var(--rs-theme-primary);
}
.main-menu-2 ul li .sub-menu li a:hover::before {
    background: var(--rs-theme-primary);
}
.main-menu-2 ul li .sub-menu li:hover > a {
    color: var(--rs-theme-primary);
}
.main-menu-2 ul li .sub-menu li:hover > a::before {
    background-color: var(--rs-theme-primary);
}
.main-menu-2 ul li .sub-menu li.has-dropdown:hover > a::after {
    color: var(--rs-theme-primary);
}
.main-menu-2 ul li .mega-menu li ul li:hover > a {
    color: var(--rs-theme-primary);
}
.main-menu-2 ul li .mega-menu li ul li:hover > a::before {
    background: var(--rs-theme-primary);
}
.main-menu-2 ul li .mega-menu li:hover > .mega-menu-title {
    color: var(--rs-theme-primary);
}
.main-menu-2 ul li:hover > a {
    color: var(--rs-theme-primary);
}
.main-menu-2 ul li:hover > a::after {
    color: var(--rs-theme-primary);
}

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

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

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

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

.home__menu-title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    color: var(--rs-common-white);
}

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

/**/
/*  5.1 blog
/**/
.blog .mb-minus-60 {
    margin-bottom: -60px;
}
@media (max-width: 575px) {
    .blog .mb-minus-xs-50 {
        margin-bottom: -50px;
    }
}
.blog__item a:hover h3 {
    color: var(--rs-theme-primary);
}
.blog__item-meta {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog__item-meta a:hover {
    color: var(--rs-theme-primary);
}
.blog__item-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.blog__item-thumb a {
    display: block;
}
.blog__item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blog__item-description p {
    margin: 0;
}
.blog__item-bottom {
    gap: 10px;
    margin-top: 22px;
    padding-top: 26px;
    border-top: 1px solid #e3e8f4;
}
.blog__item-list {
    list-style: none;
    gap: 20px;
}
@media (max-width: 575px) {
    .blog__item-list {
        gap: 10px;
    }
}
.blog__item-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px) {
    .blog__item-list li a {
        gap: 5px;
    }
}
.blog__item-list li a i {
    font-size: 15px;
    color: var(--rs-theme-primary);
}
.blog__item-list li a:hover {
    color: var(--rs-theme-primary);
}
.blog__item-readmore {
    border-bottom: 1px solid var(--rs-theme-primary);
    color: var(--rs-gray-900);
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    line-height: 20px;
}
@media (max-width: 575px) {
    .blog__item-readmore {
        gap: 5px;
    }
}
.blog__item-readmore i {
    color: var(--rs-theme-primary);
    font-weight: 400;
    font-size: 10px;
}
.blog__item-readmore:hover {
    color: var(--rs-theme-primary);
}
.blog__item:hover .blog__item-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog__pagination {
    gap: 20px;
}
.blog__pagination a {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--rs-theme-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    background: var(--rs-gray-100);
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__pagination a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}
.blog__pagination a:hover,
.blog__pagination a.active {
    color: var(--rs-common-white);
    background: var(--rs-theme-primary);
}

.blog-news__item {
    overflow: hidden;
}
.blog-news__item:hover .blog-news__item-media img {
    -webkit-transform: scale(1.14);
    transform: scale(1.14);
	border-radius: 8px;
}
.blog-news__item:hover .blog-news__item-text {
    border-color: var(--rs-theme-primary);
}
.blog-news__item-media {
    height: 200px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 575px) {
    .blog-news__item-media {
    }
    .blog-news__item-media iframe {
        width: 100%;
    }
}
.blog-news__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    border-radius: 8px;
}
.blog-news__item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 6px;
    color: #168145;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: rgb(255 255 255 / 32%);
    backdrop-filter: saturate(180%) blur(8px);
    border-radius: 0;
}
.blog-news__item-meta {
    padding: 22px 30px;
    list-style: none;
    gap: 30px;
}
@media (max-width: 575px) {
    .blog-news__item-meta {
        gap: 15px;
        padding: 15px 20px;
    }
}
.blog-news__item-meta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.blog-news__item-meta li a:hover {
    color: var(--rs-theme-primary);
}
.blog-news__item-text {
    border-top: 1px solid #e7e7e7;
    padding-block: 4px;
}
.blog-news__item-text h4 {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 1.6em;
    font-family: "Geologica", sans-serif;
}
.blog-news__item-text a:hover h4,
.blog-news__item-text a:hover {
    color: var(--rs-theme-primary);
}
.blog-news__item-text .readmore {
    color: var(--rs-heading-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    gap: 10px;
}
.blog-news__item-text-bottom {
    height: 42px;
    overflow: hidden;
    border: none;
}
@media (max-width: 575px) {
    .blog-news__item-text-bottom {
        padding: 8px 0 0 0;
        height: auto;
    }
}
.sidebar-rs-sticky {
    position: sticky;
    top: 60px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-rs-sticky {
        margin-top: 50px;
    }
}

.sidebar__widget {
	    backdrop-filter: blur(6px);
	    border-radius: 8px;
	    padding: 16px;
	    background: #f8fafc;
	    transition: 0.3s;
	    border: 1px solid #f1f5f9;
}
.sidebar__widget:not(:last-child) {
    margin-bottom: 16px;
}
.sidebar__widget__have-background {
    padding: 30px;
    border-radius: 5px;
    background: var(--rs-gray-100);
}
@media (max-width: 575px) {
    .sidebar__widget__have-background {
        padding: 25px;
    }
}
.sidebar__widget_title {
	width: 100%;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
	color: #168145;
	border-bottom: 2px solid #168145;
	padding-bottom: 12px;
	font-weight: 400;
}


 
 





.sidebar__widget-category::-webkit-scrollbar {
    width: 8px;
    border: none;
}
.sidebar__widget-category::-webkit-scrollbar-track {
    background: #fff;
}
.sidebar__widget-category::-webkit-scrollbar-thumb {
    background-color: #168145;
}
.sidebar__widget-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidebar__widget-category a {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    border-bottom: 1px solid #efefef;
    line-height: 1.4em;
    font-size: 14px;
    color: #333;
    height: 87px;
    overflow: hidden;
    margin-bottom: 1px;
}
.sidebar__widget-category a:hover {
    color: var(--rs-theme-primary);
}
.sidebar__widget-category a:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--rs-common-white);
}
.sidebar__widget-category a i {
    color: var(--rs-theme-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.sidebar__widget-title {
    margin-bottom: 10px;
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #168145;
    font-size: 16px;
    text-transform: uppercase;
}
.sidebar__widget-title.space-second {
    margin-bottom: 50px;
}
.sidebar__widget-title__have-bar {
    position: relative;
}
.sidebar__widget-title__have-bar:after {
    width: 30px;
    z-index: 1;
    height: 2px;
    top: calc(50% - 1px);
    content: "";
    background-color: var(--rs-theme-primary);
    position: absolute;
    right: -50px;
    -webkit-animation: leftRight 1.3s infinite alternate;
    animation: leftRight 1.3s infinite alternate;
}

.sidebar__widget-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidebar__widget-contact-wrapper {
    padding: 50px 34px 89px;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar__widget-contact-wrapper {
        padding: 30px 25px;
    }
}
.sidebar__widget-contact-item {
    gap: 29px;
}
.sidebar__widget-contact-item-icon {
    color: var(--rs-gray-900);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sidebar__widget-contact-item-text h5 {
    margin-bottom: 14px;
}
.sidebar__widget-contact-item-text ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidebar__widget-contact-item-text ul a:hover {
    color: var(--rs-theme-primary);
}

.search__bar {
    height: 55px;
    width: 100%;
    position: relative;
    border-radius: 5px;
}
.search__bar input {
    height: 100%;
    padding: 14px 20px;
    padding-right: 140px;
    width: 100%;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-common-white);
    color: var(--rs-common-black);
}
.search__bar button {
    position: absolute;
    right: 0;
    padding: 10px 39.8px;
    height: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.search__bar button:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.recent-post {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 0;
}
.recent-post li {
    padding-left: 16px;
    position: relative;
}
.recent-post li a:hover {
    color: var(--rs-theme-primary);
}
.recent-post li:before {
    top: 10px;
    left: 0;
    border-radius: 500px;
    content: "";
    background: var(--rs-theme-primary);
    font-weight: bold;
    display: inline-block;
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    position: absolute;
}

.gallery-photo {
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -ms-grid-columns: auto 10px auto 10px auto;
    grid-template-columns: auto auto auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery-photo {
        -ms-grid-columns: auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-photo {
        -ms-grid-columns: auto auto auto auto;
        grid-template-columns: auto auto auto auto;
    }
}
@media (max-width: 575px) {
    .gallery-photo {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}
.gallery-photo a {
    border-radius: 5px;
    overflow: hidden;
}
.gallery-photo a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .tags {
        gap: 10px;
    }
}
.tags a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-common-white);
}
.tags a:hover {
    color: var(--rs-common-white);
    border-color: var(--rs-common-white);
    background: var(--rs-theme-primary);
}

.office__contact-item:last-child {
    margin-top: 20px;
}
.office__contact-item h5 {
    margin-bottom: 10px;
}
.office__contact-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.office__contact-item-list li a:hover {
    color: var(--rs-theme-primary);
}

.tweeter-feed__item {
    gap: 15px;
}
.tweeter-feed__item:not(:last-child) {
    margin-bottom: 30px;
}
.tweeter-feed__item-text h5 {
    margin-bottom: 10px;
}
.tweeter-feed__item-text a:hover {
    color: var(--rs-theme-primary);
}

/**/
/*  5.4 blog-details
/**/
.blog__details-content img {
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
}
.blog__details-content h1,
.blog__details-content h2,
.blog__details-content h3,
.blog__details-content h4,
.blog__details-content h5,
.blog__details-content h6 {
    margin-bottom: 30px;
    color: var(--rs-heading-primary);
}
.blog__details-content p,
.blog__details-content img {
    margin-bottom: 10px;
    width: 95%;
    object-fit: cover;
}
.blog__details-content ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 0 0 30px;
}
.blog__details-content ul li {
    padding-left: 21px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--rs-fw-medium);
    text-transform: capitalize;
}
.blog__details-content ul li:before {
    top: 10px;
    left: 0;
    border-radius: 500px;
    content: "";
    background: var(--rs-theme-primary);
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
}
.blog__details-content .blog__details-meta {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 18px;
    padding: 0;
    margin: 0 0 30px;
}
@media (max-width: 575px) {
    .blog__details-content .blog__details-meta {
        gap: 15px;
    }
}
.blog__details-content .blog__details-meta li {
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
@media (max-width: 575px) {
    .blog__details-content .blog__details-meta li {
        padding-left: 15px;
    }
}
.blog__details-content .blog__details-meta li:before {
    top: 9px;
    left: 0;
    border-radius: 500px;
    content: "";
    background: var(--rs-theme-primary);
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
}
@media (max-width: 575px) {
    .blog__details-content .blog__details-meta li a {
        font-size: 15px;
    }
}
.blog__details-content .blog__details-meta li a:hover {
    color: var(--rs-theme-primary);
}
.blog__details-thumb {
    border-radius: 5px;
    overflow: hidden;
}
.blog__details-thumb img {
    margin-bottom: 0;
}
.blog__details-bottom {
    gap: 10px;
    padding: 30px 0;
    border-top: 1px solid #e3e8f4;
    border-bottom: 1px solid #e3e8f4;
}
.blog__details-bottom .share-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.blog__details-bottom .share-social-media a:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.blog__details-bottom .share-social-media a:hover svg path[fill="#168145"] {
    fill: var(--rs-heading-primary);
}
.blog__details-bottom p {
    margin: 0;
}
.blog__details-bottom .blog__details-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.blog__details-bottom .blog__details-pagination a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    color: var(--rs-theme-primary);
    -webkit-filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
    filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
    background-color: rgba(0, 213, 99, 0.1);
}
.blog__details-bottom .blog__details-pagination a:hover {
    color: var(--rs-common-white);
    background: var(--rs-theme-primary);
}

.comment-item {
    gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .comment-item {
        gap: 10px;
    }
}
.comment-item__reply {
    padding-left: 110px;
    border-bottom: 1px solid #e3e8f4;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .comment-item__reply {
        padding-left: 49px;
    }
}
.comment-item__reply .comment-item__content {
    border-bottom: 0;
}
.comment-item__img {
    min-width: 79px;
    min-height: 79px;
    width: 79px;
    height: 79px;
    border-radius: 500px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .comment-item__img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
}
.comment-item__content {
    border-bottom: 1px solid #e3e8f4;
}
.comment-item__content span {
    display: block;
}
.comment-item__content span.name {
    margin-bottom: 5px;
}
.comment-item__content button {
    color: var(--rs-theme-primary);
}

.live-comment-widget__input {
    margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .live-comment-widget__input {
        margin-bottom: 10px;
    }
}
.live-comment-widget__textarea {
    margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .live-comment-widget__textarea {
        margin-bottom: 5px;
    }
}
.live-comment-widget__form ::-webkit-resizer {
    color: var(--rs-gray-200);
}
.live-comment-widget__form .rs-btn {
    width: 100%;
    margin-top: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .live-comment-widget__form .rs-btn {
        margin-top: 20px;
    }
}
.live-comment-widget__form input,
.live-comment-widget__form textarea {
    margin: 0 !important;
    padding: 20px 17px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    color: var(--rs-gray-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.live-comment-widget__form input::-webkit-input-placeholder,
.live-comment-widget__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-gray-800);
}
.live-comment-widget__form input::-moz-placeholder,
.live-comment-widget__form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-gray-800);
}
.live-comment-widget__form input:-ms-input-placeholder,
.live-comment-widget__form textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-gray-800);
}
.live-comment-widget__form input::-ms-input-placeholder,
.live-comment-widget__form textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.live-comment-widget__form input::placeholder,
.live-comment-widget__form textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.live-comment-widget__form input {
    height: 80px;
}
.live-comment-widget__form textarea {
    min-height: 202px;
}

/**/
/*  6.1 footer
/**/
.footer__area-common {
    position: relative;
    z-index: 1;
    padding-top: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__area-common {
        padding-top: 130px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__area-common {
        padding-top: 120px;
    }
}
.footer__area-common-pt-163 {
    padding-top: 163px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__area-common-pt-163 {
        padding-top: 150px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__area-common-pt-163 {
        padding-top: 145px;
    }
}

.footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__grid {
        gap: 30px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer__logo img {
    height: 54px;
}
.footer__content p {
    color: #bbd8e7;
    font-size: 14px;
    line-height: 1.6em;
}
.footer__link ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 12px;
}
.footer__link ul li {
    list-style: none;
    color: #bbd8e7;
    font-size: 14px;
    line-height: 1.6em;
}
.footer__link ul li a {
    color: #bbd8e7;
    font-size: 14px;
    position: relative;
    font-weight: var(--rs-fw-normal);
}
.footer__link ul li a::before {
    position: absolute;
    content: "";
    left: -15px;
    top: calc(50% + 0.5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0px;
    height: 1px;
    background-color: var(--rs-theme-primary);
}
.footer__link ul li a:hover {
    color: var(--rs-theme-primary);
}
.footer__link ul li a:hover::before {
    width: 12px;
}
.footer__social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 20px;
}
.footer__social.socail-border-top {
    border-top: 1px solid var(--rs-border-secondary);
    position: relative;
}
.footer__social.socail-border-top:after {
    right: -5px;
    top: -3px;
    z-index: 9;
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 500px;
    background-color: var(--rs-border-secondary);
    -webkit-animation: popupBtn 1s infinite;
    animation: popupBtn 1s infinite;
}
.footer__social a {
    overflow: hidden;
    position: relative;
    color: var(--rs-common-white);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-800);
}
.footer__social a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: var(--rs-common-white);
    z-index: -1;
    content: "";
}
.footer__social a:hover {
    color: var(--rs-theme-primary);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.footer__social a:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.footer__subscribe {
    gap: 9px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__subscribe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__subscribe input {
    width: 233px;
    height: 55px;
    background: transparent;
    color: var(--rs-common-white);
    padding-right: 15px;
    padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__subscribe input {
        width: 100%;
    }
}
.footer__subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-white);
}
.footer__subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-white);
}
.footer__subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-white);
}
.footer__subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}
.footer__subscribe input::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}
.footer__subscribe .rs-btn {
    padding: 17px 29px;
}

.footer__main {
    position: relative;
    padding-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__main {
        padding-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .footer__main {
        padding-bottom: 16px;
    }
}

@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget:nth-child(1) {
        max-width: 100%;
    }
}
.footer__widget:nth-child(2) {
    max-width: 184px;
}
.footer__widget:nth-child(3) {
    max-width: 136px;
}
.footer_contact {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 16px;
}
.footer_contact .footer_contact_p {
    color: #333;
    font-size: 14px;
    line-height: 1.6em;
}
.footer_contact .footer_contact_i {
    background: #168145;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 42px;
    margin-right: 10px;
    border-radius: 8px;
}
.footer_contact .footer_contact_i i {
    font-size: 20px;
    color: #fff;
}

@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget:nth-child(3) {
        max-width: 100%;
    }
}
.footer__widget:nth-child(4) {
    max-width: 229px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__widget:nth-child(4) {
        max-width: 100%;
    }
}
.footer__widget-title h4 {
    margin-bottom: 32px;
    font-size: var(--rs-fs-h4);
    line-height: var(--rs-lh-h4);
    position: relative;
    z-index: 10;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: var(--rs-text-primary);
    font-family: var(--rs-ff-heading);
    border-bottom: 1px solid var(--rs-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-title h4 {
        font-size: 18px;
    }
}
.footer__widget-description p {
    margin-bottom: 0;
    color: var(--rs-common-white);
}

/**/
/*  6.2 footer-2
/**/
.footer__area-common {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer__area-common-2 {
    padding-top: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__area-common-2 {
        padding-top: 130px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__area-common-2 {
        padding-top: 120px;
    }
    .footer__copyright-menu-2,
    ul.footer_menu {
        display: none;
    }
}
.footer__area-common-2 .footer__bottom {
    border-top: 1px solid var(--rs-border-secondary);
}
.footer__area-common-2 .footer__bottom-wrapper {
    border-top: 0;
}

.footer__widget-2:nth-child(2) {
    max-width: 135px;
}
.footer__widget-2:nth-child(3) {
    max-width: 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-2:nth-child(3) {
        max-width: 190px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget-2:nth-child(3) {
        max-width: 100%;
    }
}
.footer__widget-2:nth-child(4) {
    max-width: 174px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__widget-2:nth-child(4) {
        max-width: 100%;
    }
}
.footer__widget-2:nth-child(4) .footer__link ul {
    max-width: 166px;
}
.footer__widget-2 .footer__widget-title h4 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 42px;
}
.footer__widget-2 .footer__link ul {
    gap: 20px;
}

.footer__social-md {
    gap: 10px;
}
.footer__social-md a {
    width: 30px;
    height: 30px;
}
.footer__area-common {
    background: #ffffff;
}
.footer__area-common-3 {
    padding: 32px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__area-common-3 {
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__area-common-3 {
        padding-top: 20px;
    }
}
.footer__area-common-3 .footer__bottom {
    border-top: 1px solid rgb(22 129 69 / 21%);
}
.footer__area-common-3 .footer__bottom-wrapper {
    border-top: 0;
}

@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget-3:nth-child(1) {
        max-width: 100%;
    }
}
.footer__widget-3:nth-child(2) {
    max-width: 260px;
}
.footer__widget-3:nth-child(3) {
    max-width: 191px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget-3:nth-child(3) {
        max-width: 100%;
    }
}
.footer__widget-3:nth-child(4) {
    max-width: 350px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__widget-3:nth-child(4) {
        max-width: 100%;
        min-width: 100%;
    }
}
.footer__widget-3:nth-child(4) .footer__link ul {
    max-width: 350px;
}
.footer__widget-3 .footer__widget-title h4 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 28px;
    color: #fff;
    padding-left: 10px;
    border-left: 3px solid #168145;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.4em;
}
.footer__widget-3 .footer__link ul {
    gap: 5px;
}

.footer__social-xl {
    gap: 10px;
}
.footer__social-xl a {
    border: 0;
    background: #020e14;
    width: 32px;
    height: 32px;
    color: #bbd8e7;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px 30px;
}
.footer__bottom-wrapper {
    /* background: #168145; */
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}

.footer__copyright p {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
}
.footer__copyright p a:hover {
    color: var(--rs-theme-primary);
}
.footer__copyright-2 p {
    color: #eaebef;
    letter-spacing: normal;
    font-size: 14px;
}

.footer__copyright-menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 38px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__copyright-menu ul {
        gap: 5px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__copyright-menu ul li {
    list-style: none;
    font-size: 14px;
    color: #333;
}
.footer__copyright-menu ul li a {
    color: #bbd8e7;
    font-size: 12px;
    position: relative;
}
.footer__copyright-menu ul li a:hover {
    color: var(--rs-theme-primary);
}
.footer__copyright-menu-2 ul li a {
    color: #333;
    letter-spacing: normal;
    font-size: 14px;
    font-family: "Sansation";
    font-weight: 600;
}

.brand__area {
    padding: 20px 0;
}

.brand__thumb {
    padding: 20px;
    position: relative;
    text-align: center;
}
.brand__thumb img {
    cursor: pointer;
    width: auto;
    opacity: 1;
    height: 50px;
    transition: transform 200ms;
    object-fit: contain;
}
.brand__thumb:hover img {
    opacity: 1;
}
.brand__active .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error__content h1 {
    font-size: 174.159px;
    font-style: normal;
    font-weight: 600;
    line-height: 203.186px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error__content h1 {
        font-size: 150px;
        line-height: 180px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error__content h1 {
        font-size: 140px;
        line-height: 170px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error__content h1 {
        font-size: 120px;
        line-height: 140px;
    }
}
@media (max-width: 575px) {
    .error__content h1 {
        font-size: 100px;
        line-height: 120px;
    }
}
@media (max-width: 450px) {
    .error__content h1 {
        font-size: 80px;
        line-height: 100px;
    }
}
.error__content a {
    color: var(--rs-theme-primary);
    text-decoration: underline;
}
.error__content a:hover {
    color: var(--rs-heading-primary);
}
.error__search {
    width: 530px;
    max-width: 100%;
    margin-left: auto;
    height: 55px;
    margin-right: auto;
    border-radius: 5px;
}
.error__search input {
    height: 100%;
    border: 1px solid var(--rs-gray-200);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    color: var(--rs-gray-800);
}
.error__search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-gray-800);
}
.error__search input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-gray-800);
}
.error__search input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-gray-800);
}
.error__search input::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.error__search input::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.error__search .rs-btn {
    height: 100%;
    /* padding: 20px 26px; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error__search .rs-btn {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 575px) {
    .error__search .rs-btn {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width: 450px) {
    .error__search .rs-btn {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.error__search .rs-btn:before {
    background-color: var(--rs-heading-primary);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.error__search .rs-btn:hover {
    color: var(--rs-common-white);
}

/**/
/*  8.2 faq
/**/
.rs__faq .accordion-button {
    font-size: var(--rs-fs-h5);
    line-height: var(--rs-lh-h5);
    color: var(--rs-heading-primary);
    font-weight: var(--rs-fw-medium);
    background: transparent;
    padding: 25px 0;
    padding-right: 50px;
    display: inline-block;
}
.rs__faq .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rs__faq .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rs-theme-light .rs__faq .accordion-button:not(.collapsed) {
    background: var(--rs-bg-10);
}
.rs__faq .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.rs__faq .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "+";
    background-image: none;
    font-family: var(--rs-ff-fontawesome);
    font-size: 16px;
    top: calc(50% - 6px);
    font-weight: 400;
    text-align: center;
    color: var(--rs-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .rs__faq .accordion-button::after {
        right: 25px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .rs__faq .accordion-button::after {
        left: 20px;
    }
}
.rs__faq .accordion-body {
    padding-top: 0;
    padding-bottom: 50px;
    padding-right: 50px;
}
.rs__faq .accordion-body > P {
    margin-bottom: 0;
}
.rs__faq .accordion-item {
    border: 0;
    background: transparent;
}
.rs__faq .accordion-item:first-child {
    border-top: 1px solid var(--rs-gray-200) !important;
}
.rs__faq .accordion-item:nth-child(odd) {
    border-bottom: 1px solid var(--rs-gray-200) !important;
}
.rs__faq .accordion-item:nth-child(even) {
    border-bottom: 1px solid var(--rs-gray-200) !important;
}

/**/
/*  8.3 feedback
/**/
.feedback__content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.feedback__item {
    padding: 30px 40px;
    margin-bottom: 13px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06),
        0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
    box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06),
        0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .feedback__item {
        padding: 20px 18px;
    }
}
.feedback__item__home {
    overflow: hidden;
    z-index: 1;
    border-color: rgba(73, 72, 72, 0.2);
    background: var(--rs-gray-900);
    position: relative;
}
.feedback__item__home:after {
    width: 100%;
    background-position: bottom;
    height: 12px;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../imgs/team/border-bottom.png);
    position: absolute;
    content: "";
    background-size: cover;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.feedback__item__home .feedback__item-content p {
    color: var(--rs-common-white);
}
.feedback__item__home .feedback__item-info h4,
.feedback__item__home .feedback__item-info span {
    color: var(--rs-common-white);
}
.feedback__item__home:hover {
    border-color: transparent !important;
}
.feedback__item__home:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.feedback__item:hover {
    border-color: var(--rs-theme-primary);
}
.feedback__item-qoute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.feedback__item-qoute i {
    color: #ffba08;
}
.feedback__item-thumb {
    border-radius: 500px;
    overflow: hidden;
}
.feedback__active {
    max-width: 1800px;
    padding-left: 15px;
    padding-right: 15px;
}
.portfolio__area {
    padding-top: 10px;
    padding-bottom: 10px;
}
.portfolio__area .mb-minus-30 {
    margin-bottom: -30px;
}

.portfolio__item {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 210px;
}
.portfolio__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.portfolio__item:hover .portfolio__item-text:after {
    top: 0;
}
.portfolio__item:hover .portfolio__item-text span,
.portfolio__item .portfolio__item-text h4 {
    opacity: 1;
    padding: 14px;
    text-align: left;
    background-color: #168145;
    background: border-box;
    background: linear-gradient(
        1deg,
        rgb(22 129 69) 57%,
        rgb(22 129 69 / 0%) 100%
    );
    font-size: 14px;
    line-height: 1.4em;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: end;
}
.portfolio__item .portfolio__item-text h4:hover {
    color: #fff;
}
.portfolio__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio__item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 8px;
}
.portfolio__item-text span,
.portfolio__item-text h4 {
    opacity: 0;
}
.portfolio__item-text span:hover,
.portfolio__item-text h4:hover {
    color: var(--rs-gray-900);
}
@media (max-width: 575px) {
    .portfolio__item-text span {
        margin-bottom: 5px;
    }
}
@media (max-width: 575px) {
    .portfolio__item-text h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.portfolio__item-text:after {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    content: "";
    background: -webkit-gradient(
        199deg,
        rgba(0, 213, 99, 0) 40%,
        rgb(0 0 0 / 72%) 100%
    );
    background: linear-gradient(
        199deg,
        rgba(0, 213, 99, 0) 40%,
        rgb(0 0 0 / 72%) 100%
    );
}

.pricing__toggler_button .rs-btn {
    border-radius: 45px;
    font-size: var(--rs-fs-h5);
    line-height: var(--rs-lh-h5);
    font-weight: var(--rs-fw-medium);
    padding: 16.5px 36px;
    background-color: var(--rs-common-white);
    color: var(--rs-heading-primary);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(227, 232, 244, 0.2);
}
.pricing__toggler_button .rs-btn.active {
    color: var(--rs-common-white);
}
.pricing__toggler_button .rs-btn.active::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.pricing__toggler_button .rs-btn:hover {
    color: var(--rs-common-white);
}
.pricing__toggler_button .rs-btn:first-child {
    padding-right: 29px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}
.pricing__toggler_button .rs-btn:first-child:before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: var(--rs-theme-primary);
}
.pricing__toggler_button .rs-btn:last-child {
    padding-left: 29px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
}
.pricing__toggler_button .rs-btn:last-child:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: var(--rs-theme-primary);
}
.pricing .mb-minus-30 {
    margin-bottom: -30px;
}

.pricing-card {
    position: relative;
    border-radius: 5px;
    border: 2px solid var(--rs-gray-200);
    padding: 40px 50px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-card {
        padding: 35px 30px;
    }
}
.pricing-card-popular .price-bg {
    z-index: 1;
    position: relative;
}
.pricing-card-popular .price-bg:after {
    top: 0;
    width: 200% !important;
    height: 100%;
    position: absolute;
    left: -50px;
    content: "";
    z-index: -1;
    background-color: var(--rs-gray-100);
}
.pricing-card-price.price-bg {
    z-index: 1;
    position: relative;
}
.pricing-card-price.price-bg:after {
    top: 0;
    width: calc(100% + 67px);
    height: 100%;
    position: absolute;
    left: -50px;
    content: "";
    z-index: -1;
    background-image: url(../imgs/pricing/pricing-bg.svg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.pricing-card-price span:not(:first-child) {
    font-size: var(--rs-fs-body);
    line-height: var(--rs-lh-body);
}
.pricing-card-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.pricing-card-body ul li {
    position: relative;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    line-height: var(--rs-lh-h5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pricing-card-body ul li:before {
    color: var(--rs-theme-primary);
    content: "\f101";
    font-size: 14px;
    font-family: var(--rs-ff-fontawesome);
    font-weight: 900;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    display: inline-block;
}
.pricing-card-button {
    padding: 18px 20px;
    width: 100%;
    background: transparent;
    color: var(--rs-gray-900);
    border: 2px solid var(--rs-gray-200);
}
.pricing-card-button:before {
    background-color: var(--rs-theme-primary);
}
.pricing-card-button span svg path[fill="white"] {
    fill: var(--rs-gray-900);
}
.pricing-card-button:hover {
    border-color: transparent;
}
.pricing-card-button:hover span svg path[fill="white"] {
    fill: var(--rs-common-white);
}
.pricing-card__top-bar {
    position: relative;
}
.pricing-card__top-bar span {
    display: block;
    font-size: var(--rs-fs-body2);
    line-height: var(--rs-lh-body2);
    font-weight: var(--rs-fw-bold);
    z-index: 1;
    position: absolute;
    top: -2px;
    right: -10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.pricing-card__top-bar span:after {
    top: -11.55555px;
    width: 105.328px;
    height: 39.273px;
    position: absolute;
    left: -24px;
    content: "";
    z-index: -1;
    background-image: url(../imgs/pricing/popular-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.pricing-card__top-bar span:before {
    top: -11.55555px;
    width: 999%;
    height: 39.273px;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background-color: var(--rs-theme-primary);
}

/**/
/* 8.6 service
/**/
.service-area .mb-minus-79 {
    margin-bottom: -79px;
}

.service-item {
    margin-bottom: 25px;
    padding: 28px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    height: 170px;
}
.service-item:hover {
    -webkit-transform: translate(0, 19px);
    transform: translate(0, 19px);
    border: 1px solid var(--rs-theme-primary);
}
.service-item:hover .service-item__icon {
    background: var(--rs-theme-primary);
}
.service-item:hover .service-item__icon svg path[fill="#168145"] {
    fill: var(--rs-common-white);
}
.service-item__icon {
    width: 105px;
    height: 105px;
    overflow: hidden;
    background: var(--rs-gray-100);
    border-radius: 500px;
}
.service-item .title {
    font-size: 16px;
    line-height: 1.6em;
}
.service-item a h4:hover {
    color: var(--rs-theme-primary);
}
.service-item .readmore {
    color: #168145;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.service-item .readmore:hover {
    color: var(--rs-theme-primary);
}
.service-item .readmore i {
    line-height: inherit;
}

.subscribe__area.mb-minus-114 {
    margin-bottom: -114px;
}
.subscribe__wrapper {
    position: relative;
    z-index: 2;
    gap: 30px;
    padding: 56px 42px;
    padding-right: 40px;
    border-radius: 5px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe__wrapper {
        padding: 40px 38px;
    }
}
@media (max-width: 575px) {
    .subscribe__wrapper {
        padding: 30px 20px;
    }
}
.subscribe__content {
    gap: 27px;
}
@media (max-width: 575px) {
    .subscribe__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.subscribe__content h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .subscribe__content h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .subscribe__content h2 {
        max-width: 100%;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe__content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
.subscribe__content img {
    height: 100px;
    width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .subscribe__content img {
        width: 60px;
        height: 60px;
    }
}
.subscribe__form {
    width: 550px;
    max-width: 100%;
    height: 76px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .subscribe__form {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .subscribe__form {
        height: inherit;
        width: inherit;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
}
.subscribe__form input {
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    height: 100%;
    padding: 25px 24px;
    padding-right: 185px;
    border: 2px solid rgba(227, 232, 244, 0.7);
}
.subscribe__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-white);
}
.subscribe__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-white);
}
.subscribe__form input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-white);
}
.subscribe__form input::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}
.subscribe__form input::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white);
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe__form input {
        padding-right: 165px;
    }
    .portfolio__item .portfolio__item-text h4 {
        opacity: 1;
        padding: 10px;
        text-align: left;
        background-color: #168145;
        background: border-box;
        background: linear-gradient(
            2deg,
            rgb(22 129 69) 10%,
            rgb(255 255 255 / 0%) 103%
        );
        font-size: 14px;
        max-height: 100%;
        min-height: 102px;
        line-height: 1.2em;
    }
}
@media (max-width: 575px) {
    .subscribe__form input {
        padding: 20px;
        width: 100%;
    }
}
.subscribe__form button {
    right: 8px;
    top: calc(50% - 30px);
    position: absolute;
    color: var(--rs-common-white);
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe__form button {
        padding: 20px 20px;
    }
}
@media (max-width: 575px) {
    .subscribe__form button {
        position: relative;
    }
}

.contact__area {
    z-index: 1;
    position: relative;
}
.contact__background-shpae {
    position: absolute;
    width: 100%;
    content: "";
    height: 1000%;
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: repeat-y;
    background-position: left center;
}
.contact__content {
    max-width: 625px;
}
.contact__input {
    margin-bottom: 30px;
}
.contact__form__white input,
.contact__form__white textarea {
    background: var(--rs-gray-900);
    border-color: rgba(227, 232, 244, 0.2) !important;
    color: var(--rs-common-white) !important;
}
.contact__form__white input::-webkit-input-placeholder,
.contact__form__white textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-common-white) !important;
}
.contact__form__white input::-moz-placeholder,
.contact__form__white textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-common-white) !important;
}
.contact__form__white input:-ms-input-placeholder,
.contact__form__white textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-common-white) !important;
}
.contact__form__white input::-ms-input-placeholder,
.contact__form__white textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white) !important;
}
.contact__form__white input::placeholder,
.contact__form__white textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-common-white) !important;
}
.contact__form ::-webkit-resizer {
    color: var(--rs-gray-200);
}
.contact__form .rs-btn {
    width: 100%;
    margin-top: 25px;
}
.contact__form input {
    height: 65px;
}
.contact__form input,
.contact__form textarea {
    margin: 0 !important;
    padding: 20px 30px;
    border-radius: 5px;
    border: 2px solid var(--rs-gray-200);
    color: var(--rs-gray-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-gray-800);
}
.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-gray-800);
}
.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-gray-800);
}
.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.contact__form textarea {
    min-height: 130px;
}
.contact__media {
    margin-left: 30px;
    margin-right: -315px;
    margin-bottom: -120px;
}
.contact__media__home-2 {
    border-radius: 5px;
    overflow: hidden;
    margin-right: -316px;
    margin-top: -228px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact__media__home-2 {
        margin-right: -392px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact__media {
        margin-right: -388px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__media {
        margin: 40px auto 0;
        width: 500px;
        max-width: 100%;
    }
}

/**/
/*  8.7 about
/**/
.our-team__content {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
}
.our-team__item {
    overflow: hidden;
    border-radius: 5px;
    background: transparent;
    position: relative;
    z-index: 1;
}
.our-team__item:after {
    width: 100%;
    background-position: bottom;
    height: 12px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../imgs/team/border-bottom.png);
    position: absolute;
    content: "";
    bottom: 0;
    background-size: cover;
    left: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.our-team__item__home .social-media.social-media-2.border-radius-none a {
    border-radius: 5px;
    border: 1px solid rgba(227, 232, 244, 0.1);
    color: var(--rs-common-white);
    background: var(--rs-gray-700);
}
.our-team__item__home .social-media.social-media-2.border-radius-none a:hover {
    border-color: var(--rs-theme-primary);
}
.our-team__item__home .our-team__item-content {
    background: var(--rs-gray-700);
}
.our-team__item__home .our-team__item-content h4,
.our-team__item__home .our-team__item-content span {
    color: var(--rs-common-white);
}
.our-team__item:hover {
    border-radius: 5px;
}
.our-team__item:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.our-team__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.our-team__item-media {
    width: 100%;
    overflow: hidden;
}
.our-team__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.our-team__item-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--rs-gray-100);
    padding: 20px 15px 40px;
}
.our-team__item a:hover h4 {
    color: var(--rs-theme-primary);
}
.our-team__item .social-media {
    gap: 24px;
}
.our-team__item .social-media.border-radius-none a {
    border-radius: 0px;
}
.our-team__item .social-media.border-radius-none a:before {
    border-radius: 0px;
}
.our-team__item .social-media a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-color: var(--rs-gray-200);
}
.our-team__carousel {
    position: relative;
}
.our-team__nav-pre {
    left: -150px;
    width: 1590px;
    z-index: 1;
    top: calc(50% - 30px);
    position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .our-team__nav-pre {
        width: 1440px;
        left: -74px;
    }
}
@media (max-width: 1450px) {
    .our-team__nav-pre {
        position: inherit;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        top: inherit;
        left: inherit;
    }
}
.our-team__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1450px) {
    .our-team__navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.our-team__navigation__home .our-team__slider-button-prev,
.our-team__navigation__home .our-team__slider-button-next {
    color: var(--rs-common-white);
}
.our-team__navigation__home .our-team__slider-button-prev:hover,
.our-team__navigation__home .our-team__slider-button-next:hover {
    border-color: var(--rs-theme-primary);
    background-color: var(--rs-heading-primary);
}
.our-team__slider-button-next,
.our-team__slider-button-prev {
    width: 60px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--rs-gray-200);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    color: var(--rs-theme-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.our-team__slider-button-next:hover,
.our-team__slider-button-prev:hover {
    background-color: var(--rs-theme-primary);
    color: var(--rs-common-white);
    border-color: transparent;
}

.work-progress__item {
    gap: 30px;
    padding: 28px 15px 32px;
    border-radius: 5px;
}
.work-progress__item .title {
    margin-bottom: 5px;
}
.work-progress__item p {
    margin-bottom: 0;
}

@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us .mt-80 {
        margin-top: 0;
    }
}
.about-us__content .description p {
    margin-bottom: 0;
}
.about-us__content-list {
    gap: 34px;
    list-style: none;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us__content-list {
        gap: 20px;
    }
}
.about-us__content-list li {
    padding-left: 43px;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    font-style: normal;
    font-weight: 500;
    line-height: var(--rs-lh-h5);
    position: relative;
}
.about-us__content-list li:after {
    left: 0;
    color: var(--rs-theme-primary);
    font-family: var(--rs-ff-fontawesome);
    content: "\f00c";
    position: absolute;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    top: calc(50% - 11px);
}
.about-us__experience-box {
    padding: 30px;
    bottom: 56px;
    left: -70px;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us__experience-box {
        left: 0px;
        padding: 20px;
        bottom: 20px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us__experience-box h5 {
        font-size: 14px;
    }
}
.about-us__experience-box:after {
    z-index: -1;
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    left: -6px;
    content: "";
    top: 6px;
    border: 2px dashed var(--rs-common-white);
}
.about-us__media .img {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-left: auto;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us__media .img {
        max-width: 100%;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us__media .img {
        margin-right: auto;
        margin-top: 50px;
    }
}
.about-us__media .img .circle-image {
    top: -82px;
    left: -80px;
    content: "";
    width: 231.097px;
    height: 214.742px;
    opacity: 0.75;
    position: absolute;
    z-index: -1;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us__media .img .circle-image {
        display: none;
    }
}
.about-us__media .img .circle-bg {
    bottom: -20px;
    left: -20px;
    content: "";
    width: 476px;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    height: 563px;
    border-radius: 5px;
    background: var(--rs-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us__media .img .circle-bg {
        width: 300px;
        height: 400px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us__media .img .circle-bg {
        width: 150px;
        height: 150px;
    }
}
.about-us__media .img img {
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__area .section__title-wrapper {
        margin-bottom: 30px;
    }
}
.work-process__description {
    margin-left: auto;
    max-width: 520px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__description {
        max-width: 100%;
    }
}
.work-process__description p {
    margin: 0;
}
.work-process__item {
    overflow: hidden;
    max-width: 632px;
    position: relative;
    padding: 40px 95px;
    gap: 49px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-gray-100);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-process__item {
        padding: 30px 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item {
        padding: 20px 30px;
        max-width: 400px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item {
        padding: 20px;
        padding-right: 45px;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start !important;
        -ms-flex-align: self-start !important;
        align-items: self-start !important;
        gap: 0;
    }
}
.work-process__item__home {
    border: 1px solid var(--rs-gray-800);
    background: var(--rs-gray-900);
    padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-process__item__home {
        padding-left: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item__home {
        padding-left: 15px;
    }
}
.work-process__item__home .work-process__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-process__item__home .work-process__item-icon {
        gap: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item__home .work-process__item-icon {
        gap: 10px;
    }
}
.work-process__item__home .work-process__item-icon span {
    color: var(--rs-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.work-process__item__home .work-process__item-heading h4 {
    color: var(--rs-common-white);
}
.work-process__item__home .work-process__item-body p {
    color: var(--rs-common-white);
}
.work-process__item__home .work-process__item-body button {
    background: rgba(72, 73, 73, 0.4);
}
.work-process__item.active {
    max-width: 100% !important;
}
.work-process__item.active p {
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item.active p {
        height: auto;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item.active .work-process__item-body {
        height: auto;
    }
}
.work-process__item.active button {
    background: var(--rs-theme-primary);
}
.work-process__item.active button i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.work-process__item-wrapper {
    gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-wrapper {
        gap: 20px;
    }
}
.work-process__item-header {
    gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-header {
        gap: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-icon img {
        max-width: 40px;
    }
}
@media (max-width: 575px) {
    .work-process__item-icon img {
        max-width: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-process__item-heading h4 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .work-process__item-heading h4 {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 575px) {
    .work-process__item-heading h4 {
        font-size: 16px;
        line-height: 24px;
    }
}
.work-process__item-body {
    overflow: hidden;
    margin-left: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-body {
        height: 0;
        margin-left: inherit;
    }
}
.work-process__item-body p {
    margin: 0;
    width: 588px;
    position: absolute;
    left: 557px;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .work-process__item-body p {
        width: 470px;
        left: 530px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-process__item-body p {
        width: 360px;
        left: 462px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-body p {
        width: 294px;
        left: 320px;
        line-height: 20px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-body p {
        position: inherit;
        height: 0;
        margin-top: 10px;
        width: 100%;
    }
}
.work-process__item-body button {
    right: 0;
    position: absolute;
    width: 92px;
    height: 100%;
    border-radius: 5px;
    background: var(--rs-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-body button {
        width: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-body button {
        top: 0;
        width: 35px;
    }
}
.work-process__item-body button i {
    color: var(--rs-common-white);
    font-size: 24px;
    font-weight: 900;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-process__item-body button i {
        font-size: 20px;
    }
}
.work-process__item-body button:hover,
.work-process__item-body button.active {
    background: var(--rs-theme-primary);
}

.brand__home {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1650px;
}

/**/
/*  8.8 contact-us
/**/
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-us__form {
        margin-bottom: 50px;
    }
}
.contact-us__widget:last-child {
    margin-bottom: 0;
}
.contact-us__widget-title {
    display: inline-block;
    position: relative;
}
.contact-us__widget-title:after {
    width: 70%;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    bottom: -10px;
    background: #1a1a1a;
}
.contact-us__widget .map {
    height: 288px;
    border-radius: 5px;
    overflow: hidden;
}
.contact-us__widget .map .place-card-large {
    display: none !important;
}
.contact-us__widget .map iframe {
    max-width: 100%;
}
.contact-us__widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    gap: 32px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-us__widget ul {
        gap: 15px;
    }
}
.contact-us__widget ul li {
    list-style: none;
}
.contact-us__widget ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}
.contact-us__widget ul li a:hover {
    color: var(--rs-theme-primary);
}
.contact-us__widget ul li a i {
    color: var(--rs-theme-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-us__input {
    margin-bottom: 30px;
}
.contact-us__form ::-webkit-resizer {
    color: var(--rs-gray-200);
}
.contact-us__form .rs-btn {
    width: 100%;
    margin-top: 25px;
}
.contact-us__form input,
.contact-us__form textarea {
    margin: 0 !important;
    padding: 20px 17px;
    border-radius: 5px;
    border: 2px solid var(--rs-gray-200);
    color: var(--rs-gray-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.contact-us__form input::-webkit-input-placeholder,
.contact-us__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rs-gray-800);
}
.contact-us__form input::-moz-placeholder,
.contact-us__form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rs-gray-800);
}
.contact-us__form input:-ms-input-placeholder,
.contact-us__form textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rs-gray-800);
}
.contact-us__form input::-ms-input-placeholder,
.contact-us__form textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.contact-us__form input::placeholder,
.contact-us__form textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--rs-gray-800);
}
.contact-us__form textarea {
    min-height: 206px;
}

.service-details__content h1,
.service-details__content h2,
.service-details__content h3,
.service-details__content h4,
.service-details__content h5,
.service-details__content h6 {
    color: #222;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2em;
}
.service-details__content p {
    margin-bottom: 30px;
	text-align: justify;
}
.service-details__content p:last-child {
    margin-bottom: 0;
}
.service-details__content .media {
    border-radius: 5px;
    overflow: hidden;
}
.service-details__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
}

.ssd-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ssd-card .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 5px;
    background: var(--rs-theme-primary);
    -webkit-box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03),
        0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
    box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03),
        0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
}
.ssd-card .icon img {
    max-width: 40px;
}
.ssd-card p {
    margin: 0;
}

.what-do-next {
    margin-bottom: 40px;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .what-do-next {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.what-do-next-item {
    margin-bottom: 20px;
    padding: 10px;
    padding-right: 48px;
    gap: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid var(--gray-200, #e3e8f4);
    background: var(--White, #fff);
}
.what-do-next-item__icon img {
    width: 40px;
}
.what-do-next-item p {
    margin: 0;
}

.service-information__item {
    max-width: 387px;
}
.service-information__item-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}
@media (max-width: 575px) {
    .service-information__item-wrapper {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.service-information__item h5 {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rs-gray-800);
}
.service-information__item h5 i {
    color: var(--rs-theme-primary);
}
.service-information__item p {
    margin: 0;
}

/**/
/*  8.10 project-details
/**/
.project-details__block {
    padding: 40px 50px;
}
@media (max-width: 1500px) {
    .project-details__block {
        padding: 30px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .project-details__block {
        padding: 20px 15px;
    }
}
.project-details__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    gap: 22px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details__block ul {
        gap: 15px;
    }
}
.project-details__block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rs-gray-900);
    text-transform: capitalize;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}
.project-details__block ul li span {
    margin-left: 6px;
    font-weight: 600;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .project-details__block ul li span {
        margin-left: 3px;
    }
}
.project-details__block ul li i {
    margin-right: 20px;
    color: var(--rs-theme-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details__block ul li i {
        margin-right: 10px;
    }
}
.project-details-top {
    margin-bottom: 20px;
}
.project-details-top__media {
    overflow: hidden;
    border-radius: 5px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-details-top__media {
        margin-bottom: 40px;
    }
}
.project-details-top__content h2 {
    margin-bottom: 20px;
    color: var(--rs-heading-primary);
}
.project-details-top__content p {
    margin-bottom: 20px;
}
.project-details p {
    margin-bottom: 30px;
}
.project-details .media {
    overflow: hidden;
    border-radius: 5px;
}
.project-details h1,
.project-details h2,
.project-details h3,
.project-details h4,
.project-details h5,
.project-details h6 {
    margin-bottom: 20px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-details .project-info .media {
        margin-top: 30px;
    }
}
.project-details .project-info p:last-child {
    margin-bottom: 0;
}
.project-details .project-info ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 0 0 30px;
}
.project-details .project-info ul li {
    padding-left: 21px;
    position: relative;
    text-transform: capitalize;
}
.project-details .project-info ul li:before {
    top: 10px;
    left: 0;
    border-radius: 500px;
    content: "";
    background: var(--rs-theme-primary);
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
}
.project-details .share {
    margin-top: 30px;
    gap: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-details .share h5 {
    color: var(--rs-gray-800);
    margin-bottom: 0;
}
.project-details .share .share-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.project-details .project-navigation {
    gap: 30px;
}
.project-details .project-navigation .rs-btn:before {
    display: none;
}
.project-details .project-navigation .rs-btn:hover {
    color: var(--rs-gray-900);
}
.project-details .project-navigation .rs-btn:hover i {
    color: var(--rs-common-white);
}

/**/
/*  8.11 team-details
/**/
.team-details__meida {
    border-radius: 5px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-details__meida {
        margin-bottom: 40px;
    }
}
.team-details__meida img {
    width: 100%;
}
.team-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    gap: 20px;
}
.team-details__social li {
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e8f4;
}
.team-details__social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.team-details__social li a:hover {
    color: var(--rs-theme-primary);
}
.team-details__social li a i {
    color: var(--rs-theme-primary);
    font-size: 20px;
    font-weight: 900;
}
.team-details-skill__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 15px;
}
.team-details-skill__social li a {
    display: block;
    font-size: 26px;
    color: var(--rs-theme-primary);
}
.team-details-skill__social li a:hover {
    color: var(--rs-heading-primary);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.team-details-skill__social-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e3e8f4;
    border-bottom: 1px solid #e3e8f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
}
.team-details-skill__progress-item__wrapper {
    -ms-grid-columns: 1fr 158px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 158px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team-details-skill__progress-item__wrapper {
        gap: 25px 40px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-skill__progress-item__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.team-details-skill__progress-item-content {
    margin-bottom: 5px;
}
.team-details-skill__progress-item .progress {
    height: 8px;
    background: var(--rs-gray-200);
    border-radius: 5px;
}
.team-details-skill__progress-item .progress .progress-bar {
    border-radius: 5px;
    background: var(--rs-theme-primary);
}

/**/
/*  8.12 home1
/**/
.procces_feedback-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.recent-project__content {
    max-width: 611px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .recent-project__content {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.recent-project__item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.recent-project__item:nth-child(2n) .recent-project__item-text {
    bottom: 82px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .recent-project__item:nth-child(2n) .recent-project__item-text {
        bottom: 71px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent-project__item:nth-child(2n) .recent-project__item-text {
        bottom: 59px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .recent-project__item:nth-child(2n) .recent-project__item-text {
        bottom: 0;
    }
}
.recent-project__item:nth-child(4n) {
    margin-top: -82px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .recent-project__item:nth-child(4n) {
        margin-top: -71px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent-project__item:nth-child(4n) {
        margin-top: -59px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .recent-project__item:nth-child(4n) {
        margin-top: 0;
    }
}
.recent-project__item:nth-child(4n) .recent-project__item-text {
    bottom: 0;
}
.recent-project__item-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .recent-project__item-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.recent-project__item-media {
    border-radius: 10px;
    overflow: hidden;
}
.recent-project__item:hover .recent-project__item-media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.recent-project__item:hover .recent-project__item-text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.recent-project__item-text {
    border-radius: 10px;
    background-color: var(--rs-gray-900);
    width: calc(100% - 40px);
    margin: 20px;
    padding: 20px 30px;
    bottom: 0;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(calc(100% + 30px), 0);
    transform: translate(calc(100% + 30px), 0);
}
@media (max-width: 575px) {
    .recent-project__item-text {
        margin: 10px;
        width: calc(100% - 20px);
        padding: 15px;
    }
}
.recent-project__item-text a:hover h4 {
    color: var(--rs-theme-primary);
}
.recent-project__item-text h4 {
    margin-bottom: 5px;
    color: var(--rs-common-white);
}
@media (max-width: 575px) {
    .recent-project__item-text h4 {
        font-size: 18px;
        line-height: 28px;
        margn-bottom: 0;
    }
}
.recent-project__item-text span {
    color: var(--rs-common-white);
}
.recent-project__item-text .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px 0px;
    background: var(--rs-theme-primary);
    position: relative;
}
.recent-project__item-text .read-more::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: var(--rs-common-white);
    z-index: -1;
    content: "";
}
.recent-project__item-text .read-more i {
    color: var(--rs-gray-900);
}
.recent-project__item-text .read-more:hover {
    color: var(--rs-theme-primary);
}
.recent-project__item-text .read-more:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service__description {
        margin-top: 15px;
    }
}
.latest-service__description p {
    margin: 0;
}
.latest-service__content {
    max-width: 475px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service__content {
        max-width: 100%;
    }
}
.latest-service__media {
    border-radius: 5px;
    overflow: hidden;
    max-width: 475px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service__media {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service__media {
        max-width: 300px;
    }
}
.latest-service__item {
    overflow: hidden;
    gap: 36.9px;
    position: relative;
    z-index: 1;
    padding: 40px;
    padding-bottom: 50px;
    border-radius: 5px;
    background: var(--rs-gray-700);
}
@media (max-width: 575px) {
    .latest-service__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service__item {
        gap: 15px;
        padding: 20px;
    }
}
.latest-service__item:after {
    width: 12px;
    background-position: bottom;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../imgs/home1/border-shape.png);
    position: absolute;
    content: "";
    bottom: 0;
    background-size: contain;
    left: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.latest-service__item:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.latest-service__item-icon {
    min-width: 96.104px;
    min-height: 100px;
    width: 96.104px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    background-color: rgba(255, 255, 255, 0.04);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service__item-icon {
        width: 70px;
        min-width: 70px;
        height: 74px;
        min-height: 74px;
    }
}
.latest-service__item-icon img {
    max-width: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service__item-icon img {
        max-width: 40px;
    }
}
.latest-service__item-text a:hover h4 {
    color: var(--rs-theme-primary);
}
.latest-service__item-text a h4 {
    color: var(--rs-common-white);
}
.latest-service__item-text p {
    margin: 0;
    color: var(--rs-common-white);
}

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

.latest-blog__item {
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid var(--rs-gray-800);
    border-top: 0;
}
.latest-blog__item:hover .latest-blog__item-media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.latest-blog__item-media {
    position: relative;
    overflow: hidden;
    border-radius: 0 5px 5px 5px;
    height: 377px;
    margin-left: -1px;
    width: calc(100% + 2px);
}
.latest-blog__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.latest-blog__item-date {
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 1;
    gap: 7px;
    position: absolute;
    border-radius: 0px 0px 5px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--rs-gray-800);
    text-transform: capitalize;
    background-color: var(--rs-common-white);
}
.latest-blog__item-date i {
    color: var(--rs-theme-primary);
}
.latest-blog__item-text {
    padding: 20px 55px 40px 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .latest-blog__item-text {
        padding: 20px 30px;
    }
}
@media (max-width: 575px) {
    .latest-blog__item-text {
        padding: 20px 25px;
    }
}
.latest-blog__item-text a h4 {
    color: var(--rs-common-white);
}
.latest-blog__item-text a.readmore {
    gap: 10px;
    font-weight: 600;
    color: var(--rs-common-white);
}
.latest-blog__item-text a.readmore:hover {
    color: var(--rs-theme-primary);
}
.latest-blog__item-text a:hover h4 {
    color: var(--rs-theme-primary);
}
.latest-blog__item-text p {
    color: var(--rs-common-white);
}

/**/
/*  8.12 home2
/**/
.latest-blog .container {
    z-index: 1;
}
.latest-blog__shapes {
    top: -108px;
    left: -315px;
    z-index: -1;
    position: absolute;
    width: 1920.08px;
    height: 1162.24px;
}
.latest-blog__content__home-2 {
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
}
.latest-blog__item__home-2 {
    border-radius: 5px;
    border: none;
    overflow: hidden;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.latest-blog__item__home-2:hover .latest-blog__item-media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.latest-blog__item__home-2 .latest-blog__item-media {
    width: 100%;
    margin-left: 0;
    padding: 30px 30px 0;
    height: 356px;
}
@media (max-width: 575px) {
    .latest-blog__item__home-2 .latest-blog__item-media {
        height: 300px;
        padding: 15px 15px 0;
    }
}
.latest-blog__item__home-2 .latest-blog__item-media a {
    overflow: hidden;
    display: block;
    border-radius: 5px;
}
.latest-blog__item__home-2 .latest-blog__item-media img {
    border-radius: 5px;
    overflow: hidden;
}
.latest-blog__item__home-2 .latest-blog__item-meta {
    gap: 19px;
}
.latest-blog__item__home-2 .latest-blog__item-meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.latest-blog__item__home-2 .latest-blog__item-meta a:hover {
    color: var(--rs-theme-primary);
}
.latest-blog__item__home-2 .latest-blog__item-meta a i {
    color: var(--rs-theme-primary);
}
.latest-blog__item__home-2 .latest-blog__item-text {
    padding: 30px 40px 40px;
}
@media (max-width: 575px) {
    .latest-blog__item__home-2 .latest-blog__item-text {
        padding: 20px 25px;
    }
}
.latest-blog__item__home-2 .latest-blog__item-text a h4 {
    text-transform: capitalize;
    color: var(--rs-gray-900);
}
.latest-blog__item__home-2 .latest-blog__item-text a:hover h4 {
    color: var(--rs-theme-primary);
}
.latest-blog__item__home-2 .latest-blog__item-text p {
    color: var(--rs-gray-800);
}

.latest-service-2__item:hover .latest-service-2__item-media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.latest-service-2__item-media {
    height: 382px;
    overflow: hidden;
    border-radius: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service-2__item-media {
        height: 320px;
    }
}
.latest-service-2__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.latest-service-2__item-text {
    position: relative;
    z-index: 1;
    margin: 0 30px;
    margin-top: -79.5px;
    padding: 42px 38px;
    border-radius: 5px;
    border-bottom: 4px solid var(--rs-theme-primary);
    background: var(--rs-common-white);
    -webkit-box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-service-2__item-text {
        margin: 0 15px;
        margin-top: -67.5px;
        padding: 30px 25px;
    }
}
.latest-service-2__item-text h5 {
    color: var(--rs-gray-800);
}
.latest-service-2__item-text a:hover h4 {
    color: var(--rs-theme-primary);
}
.latest-service-2__item-text h4 {
    text-transform: capitalize;
}

.key-featured__item {
    gap: 37px;
    padding: 14px;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 4px;
}
.key-featured__item h4 {
    color: #222;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Geologica", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .key-featured__item {
        padding: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .key-featured__item {
        padding: 14px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.key-featured__item-wrapper {
    gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .key-featured__item-wrapper {
        gap: 30px;
    }
}
.key-featured__item-header {
    gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .key-featured__item-header {
        gap: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .key-featured__item-header {
        gap: 30px;
    }
}
.key-featured__item-header .icon {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .key-featured__item-header .icon {
        min-width: 55px;
        min-height: 55px;
        width: 55px;
        height: 55px;
    }
}
.key-featured__item-body {
    width: 829px;
    gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .key-featured__item-body {
        width: 700px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .key-featured__item-body {
        gap: 20px;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .key-featured__item-body {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.key-featured__item-body p {
    margin: 0;
    max-width: 500px;
    background: #fdaeae29;
    padding: 6px 8px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #fdaeae99;
    color: #e10000;
    line-height: 1.8em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .key-featured__item-body p {
        max-width: 300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .key-featured__item-body p {
        max-width: calc(100% - 190px);
    }
}
@media (max-width: 575px) {
    .key-featured__item-body p {
        text-align: center;
        max-width: 100%;
        padding: 0;
        line-height: 1.4em;
        border-radius: 4px;
    }
}

.who-we-are__content {
    max-width: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .who-we-are__content {
        max-width: 100%;
    }
}
.who-we-are__media {
    margin-left: auto;
    max-width: 660px;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .who-we-are__media {
        max-width: 420px;
    }
}
.who-we-are__media .img1 {
    z-index: 1;
    width: 564px;
    height: 403px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .who-we-are__media .img1 {
        width: 320px;
        height: 228px;
        max-width: 100%;
    }
}
.who-we-are__media .img1 .shape-3 {
    left: -50px;
    top: -42px;
    z-index: -1;
    position: absolute;
}
.who-we-are__media .img1 .shape-1 {
    top: -21px;
    right: -28px;
    z-index: -1;
    position: absolute;
    width: 174px;
    height: 172px;
    background: var(--rs-theme-primary);
}
.who-we-are__media .img1 .shape-2 {
    bottom: -50px;
    left: 214px;
    z-index: -2;
    position: absolute;
    width: 174px;
    height: 172px;
    background: var(--rs-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .who-we-are__media .img1 .shape-2 {
        display: none;
    }
}
.who-we-are__media .img2 {
    margin-left: auto;
    margin-top: -202px;
    width: 396px;
    height: 287px;
    z-index: 1;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .who-we-are__media .img2 {
        margin-top: -90px;
        width: 280px;
        height: 202px;
    }
}
.who-we-are__media .img2 a.popup-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    overflow: hidden;
    height: 60px;
    border-radius: 500px;
    color: var(--rs-theme-primary);
    background: var(--rs-common-white);
    border: 1px solid var(--rs-theme-primary);
    position: absolute;
    z-index: 1;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.who-we-are__media .img2 a.popup-video::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 500px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: var(--rs-theme-primary);
    z-index: -1;
    content: "";
}
.who-we-are__media .img2 a.popup-video:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.who-we-are__media .img2 a.popup-video:hover svg path[fill="#168145"] {
    fill: var(--rs-common-white);
}

.about-us-2__media {
    overflow: hidden;
    gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-2__media {
        margin-bottom: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.about-us-2__media .img1 {
    position: relative;
}
.about-us-2__media-circle {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: calc(50% - 65px);
    right: calc(50% - 65px);
    width: 130px;
    height: 130px;
    position: absolute;
    background: var(--rs-theme-primary);
    border-radius: 500px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-2__media-circle {
        width: 100px;
        height: 100px;
        top: calc(50% - 38px);
        left: calc(50% - 50px);
    }
}
.about-us-2__media-circle-wrapper {
    top: calc(50% - 71px);
    right: -93px;
    position: absolute;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-2__media-circle-wrapper {
        width: 120px;
        height: 120px;
        right: -70px;
        top: calc(50% - 120px);
    }
    .about-us-2__media-circle-wrapper svg {
        max-width: 100%;
    }
}
.about-us-2__media-circle h3,
.about-us-2__media-circle h5 {
    color: var(--rs-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-2__media-circle h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-2__media-circle h5 {
        font-size: 16px;
    }
}
.about-us-2__content-button-wrapper {
    gap: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-2__content-button-wrapper {
        gap: 40px;
    }
}
@media (max-width: 575px) {
    .about-us-2__content-button-wrapper {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
    }
}
.about-us-2__content-contact {
    gap: 19px;
}
.about-us-2__content-contact i {
    color: var(--rs-theme-primary);
    font-size: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-2__content-contact i {
        font-size: 30px;
    }
}
.about-us-2__content-contact a:hover h5 {
    color: var(--rs-theme-primary);
}
.about-us-2__content p {
    margin: 0;
}
.about-us-2__content-list {
    gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-2__content-list {
        gap: 40px;
    }
}
@media (max-width: 575px) {
    .about-us-2__content-list {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.about-us-2__content-list h4 {
    gap: 20px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-2__content-list h4 {
        font-size: 18px;
    }
}
.about-us-2__content-list h4 i {
    font-size: 16px;
    color: var(--rs-theme-primary);
}

.work-progress-2__item {
    position: relative;
    z-index: 1;
    gap: 20px;
}
.work-progress-2__item-wrapper {
    gap: 30px;
}
.work-progress-2__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.work-progress-2__item-icon img {
    width: 65px;
}
.work-progress-2__item-text p {
    margin: 0;
}

.feedback__item-2 {
    padding: 40px;
    margin-bottom: 30px;
    background: var(--rs-common-white);
    border-radius: 5px;
    border-left: 1px solid var(--rs-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .feedback__item-2 {
        padding: 20px;
    }
}
.feedback__item-2-content p {
    margin: 0;
    color: var(--rs-heading-primary);
}
.feedback__item-2-info .text-capitalize {
    margin-bottom: 5px;
}
.feedback__item-2-info span {
    color: var(--rs-heading-primary);
}
.feedback__item-2-thumb {
    width: 114px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .feedback__item-2-thumb {
        margin-bottom: -50px;
        width: 104px;
        height: 100px;
    }
}
.feedback__item-2-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feedback-work-progress {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.feedback-work-progress__background {
    width: 1362.934px;
    height: 1008.032px;
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    left: 188px;
    top: -80px;
}

.feedback-2__wrapper {
    z-index: 1;
    position: relative;
}
.feedback-2__nav-pre {
    left: -150px;
    width: 1590px;
    z-index: -1;
    top: calc(50% - 30px);
    position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .feedback-2__nav-pre {
        width: 1440px;
        left: -74px;
    }
}
@media (max-width: 1450px) {
    .feedback-2__nav-pre {
        position: inherit;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        top: inherit;
        left: inherit;
    }
}
.feedback-2__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1450px) {
    .feedback-2__navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.feedback-2__slider-button-next,
.feedback-2__slider-button-prev {
    width: 60px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--rs-gray-200);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    color: var(--rs-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.feedback-2__slider-button-next:hover,
.feedback-2__slider-button-prev:hover {
    border-color: var(--rs-theme-primary);
}

/**/
/*  8.12 home3
/**/
.feedback__active-3 {
    position: relative;
}
.feedback__active-3 .rs-swiper-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    padding: 0 60px 60px 0;
    position: absolute;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .feedback__active-3 .rs-swiper-dot {
        padding: 0 25px 30px 0;
    }
}
.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: var(--rs-common-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 2px solid var(--rs-theme-primary);
    border-color: transparent;
}
.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet-active {
    border-color: var(--rs-theme-primary);
}
.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    top: calc(50% - 5px);
    background: var(--rs-theme-primary);
    border-radius: 500px;
    left: calc(50% - 5px);
}

.feedback__item-3 {
    padding: 60px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .feedback__item-3 {
        padding: 30px 25px;
    }
}
.feedback__item-3-qoute {
    gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .feedback__item-3-qoute svg {
        max-width: 100%;
    }
}
.feedback__item-3-star i {
    color: #ffba08;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
}
.feedback__item-3-content p {
    margin: 0;
    color: var(--rs-gray-800);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.feedback__item-3-author {
    gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .feedback__item-3-author {
        gap: 5px;
    }
}
.feedback__item-3-thumb {
    overflow: hidden;
    width: 68px;
    min-width: 68px;
    height: 68px;
    min-height: 68px;
    border-radius: 500px;
    border: 2px solid var(--rs-gray-200);
    padding: 5px;
}
.feedback__item-3-thumb img {
    border-radius: 500px;
    overflow: hidden;
}
.feedback__item-3-info h4 {
    margin-bottom: 5px;
}

.talk-us {
    overflow: hidden;
}
.talk-us .container {
    z-index: 1;
    position: relative;
}
.talk-us__media.mb-ml-minus {
    margin-top: -52px;
    padding-right: 30px;
    margin-left: -174px;
    margin-bottom: -120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .talk-us__media.mb-ml-minus {
        margin-left: -248px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .talk-us__media.mb-ml-minus {
        padding-right: 0;
        margin-top: 30px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .talk-us__media.mb-ml-minus img {
        max-width: 100%;
        height: auto;
    }
}
.talk-us__shape {
    top: -120px;
    left: -315px;
    z-index: -1;
    position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .talk-us__shape {
        top: inherit;
        bottom: -120px;
    }
}
@media (max-width: 575px) {
    .talk-us__shape {
        max-width: 500px;
    }
}

.work-progress-4__item {
    gap: 10px;
    overflow: hidden;
    padding: 25px 0 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.work-progress-4__item-text h2,
.work-progress-4__item-text span {
    color: var(--rs-heading-primary);
}
.work-progress-4__item-text span {
    margin-bottom: 5px;
    display: block;
}
.work-progress-4__item-text h2 {
    margin: 0;
}
.work-progress-4__item-text h2 span {
    margin: 0;
    display: inline-block;
}
.work-progress-4__item-icon {
    width: 80px;
    height: 80px;
    border-radius: 5px 0px 0px 5px;
}

.active-team__fake-space {
    background-repeat: no-repeat;
    background-size: cover;
}
.active-team__fake-space.padding_bottom_216 {
    padding-top: 80px;
    padding-bottom: 180px;
}
.active-team__content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .active_laws_slider {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.active_laws_slider .rs-swiper-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.active_laws_slider .rs-swiper-dot .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: var(--rs-common-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 2px solid var(--rs-theme-primary);
    border-color: transparent;
}
.active_laws_slider .rs-swiper-dot .swiper-pagination-bullet-active {
    border-color: var(--rs-theme-primary);
}
.active_laws_slider .rs-swiper-dot .swiper-pagination-bullet-active:after {
    background: var(--rs-theme-primary) !important;
}
.active_laws_slider .rs-swiper-dot .swiper-pagination-bullet:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    top: calc(50% - 5px);
    background: #173e27;
    border-radius: 500px;
    left: calc(50% - 5px);
}
.active_laws_slider.margin_top_minius_216 {
    margin-top: -135px;
}

.active-team__item:hover .active-team__item-social {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}
.active-team__item:hover .active-team__item-social a {
    color: var(--rs-common-white);
}
.active-team__item:hover .active-team__item-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.active-team__item-media {
    overflow: hidden;
    border: 1px solid #efefef00;
    border-bottom: none;
}
.active-team__item-text {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    height: 60px;
    padding: 20px 10px;
    border: 1px solid #efefef;
    border-top: none;
}
.active-team__item a:hover h4 {
    color: var(--rs-theme-primary);
}
.active-team__item-social {
    gap: 35px;
    padding: 15px 27px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .active-team__item-social {
        gap: 20px;
        padding: 13px 20px;
    }
}
.active-team__item-social a {
    color: var(--rs-theme-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.active-team__item-social a:hover {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.why-choose__progress-wrapper {
    max-width: 486px;
}
.why-choose__progress-item .progress {
    height: 5px;
    background: var(--rs-gray-200);
    border-radius: 5px;
}
.why-choose__progress-item .progress .progress-bar {
    border-radius: 5px;
    background: var(--rs-theme-primary);
}
.why-choose__content .span-title {
    font-weight: var(--rs-fw-sbold);
}
.why-choose__content .description p {
    margin: 0;
}
.why-choose__content-list {
    gap: 20px;
    list-style: none;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose__content-list {
        gap: 15px;
    }
}
.why-choose__content-list li {
    padding-left: 29px;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    font-style: normal;
    line-height: var(--rs-lh-h5);
    font-weight: var(--rs-fw-sbold);
    position: relative;
}
.why-choose__content-list li:after {
    left: 0;
    top: calc(50% - 11px);
    color: var(--rs-theme-primary);
    font-family: var(--rs-ff-fontawesome);
    content: "\f00c";
    position: absolute;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
}
.why-choose__experience-box {
    position: absolute;
    bottom: 43px;
    right: -159px;
    border-radius: 5px;
    padding: 13.5px 41.45px;
    gap: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .why-choose__experience-box {
        right: -15px;
        padding: 10px 25px;
    }
}
.why-choose__experience-box span {
    max-width: 91px;
}
.why-choose__media {
    z-index: 1;
    max-width: 440px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .why-choose__media {
        margin-left: auto;
        margin-right: auto;
    }
}
.why-choose__media .sub-img {
    position: absolute;
    right: -159px;
    top: 21px;
    overflow: hidden;
    border-radius: 5px;
    border: 7px solid var(--rs-common-white);
    background: var(--rs-common-white);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    width: 253px;
    height: 253px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .why-choose__media .sub-img {
        width: 200px;
        height: 200px;
        right: -15px;
    }
}
@media (max-width: 575px) {
    .why-choose__media .sub-img {
        width: 150px;
        height: 150px;
    }
}
.why-choose__media .circle-image {
    z-index: -1;
    position: absolute;
    width: 290.42px;
    height: 269.999px;
    bottom: -46px;
    left: -28px;
}
.why-choose__media .main-img {
    border-radius: 5px;
}

.have-query__top-minus {
    position: relative;
    z-index: 1;
    margin-top: -94px;
}
.have-query__item {
    gap: 30px;
    border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .have-query__item {
        gap: 15px;
    }
}
.have-query__item.item-space {
    padding: 65px 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .have-query__item.item-space {
        padding: 30px 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .have-query__item.item-space {
        padding: 20px 25px;
    }
}
.have-query__item-list {
    gap: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .have-query__item-list {
        gap: 3px 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.have-query__item-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: var(--rs-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .have-query__item-list a {
        font-size: 12px;
    }
}
.have-query__item-list a i {
    font-size: 28px;
    color: var(--rs-theme-primary);
}
.have-query__item-list a span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .have-query__item-list a span {
        font-size: 14px;
    }
}

.about-us-3.section-space-bottom-220 {
    padding-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-3.section-space-bottom-220 {
        padding-bottom: 180px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-3.section-space-bottom-220 {
        padding-bottom: 170px;
    }
}
.about-us-3__media {
    position: relative;
    max-width: 560px;
}
.about-us-3__media img {
    border-radius: 5px;
}
.about-us-3__media-item {
    position: absolute;
    bottom: 27px;
    right: -40px;
    gap: 24px;
    border-radius: 5px;
    padding: 13px 33px 22px 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-3__media-item {
        right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-3__media-item {
        right: -10px;
        gap: 15px;
        padding: 10px 25px 15px 15px;
    }
}
.about-us-3__media-item-icon {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 69px;
    height: 69px;
    border-radius: 500px;
    border: 1px solid var(--rs-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-us-3__media-item-icon {
        width: 50px;
        height: 50px;
        padding: 5px;
    }
}
.about-us-3__content hr {
    border-color: rgba(0, 0, 0, 0.1);
}
.about-us-3__content .company {
    max-width: 300px;
}
.about-us-3__content-list {
    gap: 16px;
    list-style: none;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-3__content-list {
        gap: 13px;
    }
}
.about-us-3__content-list li {
    padding-left: 30px;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    font-style: normal;
    font-weight: 500;
    line-height: var(--rs-lh-h5);
    position: relative;
}
.about-us-3__content-list li:after {
    width: 20px;
    height: 20px;
    border-radius: 500px;
    background-color: var(--rs-common-white);
    left: 0;
    padding-left: 5px;
    top: calc(50% - 10px);
    color: var(--rs-theme-primary);
    font-family: var(--rs-ff-fontawesome);
    content: "\f101";
    position: absolute;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.our-services__item {
    overflow: hidden;
    padding: 40px 20px 40px 40px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    position: relative;
    z-index: 1;
}
.our-services__item:after {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    border-top: 2px solid var(--rs-theme-primary);
}
.our-services__item:hover {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.our-services__item:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.our-services__item:hover .readmore svg path[fill="#00160A"] {
    fill: var(--rs-theme-primary);
}
.our-services__item-icon {
    padding: 8px;
    border-radius: 5px;
    background: var(--rs-theme-primary);
}
.our-services__item a:hover,
.our-services__item a:hover h4 {
    color: var(--rs-theme-primary);
}
.our-services__item a:hover svg path[fill="#00160A"],
.our-services__item a:hover h4 svg path[fill="#00160A"] {
    fill: var(--rs-theme-primary);
}
.our-services__item .readmore {
    gap: 10px;
    color: var(--rs-gray-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-gallery {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.latest-gallery__active .swiper-slide {
    max-width: 410px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-gallery__active .swiper-slide {
        max-width: 100%;
    }
}
.latest-gallery__item {
    margin-top: -4.4px;
    position: relative;
}
.latest-gallery__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-gallery__item-media {
    display: block;
    overflow: hidden;
    height: 487px;
    width: 100%;
    border-radius: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-gallery__item-media {
        height: 380px;
    }
}
.latest-gallery__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.latest-gallery__item a:hover h4 {
    color: var(--rs-theme-primary);
}
.latest-gallery__item-content {
    margin-bottom: 4.4px;
    width: calc(100% - 38px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    z-index: 1;
    margin-top: -71px;
    padding: 20px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05) !important;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05) !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-gallery__item-content {
        padding: 15px 20px;
    }
}
.latest-gallery__item-content-left h4 {
    margin-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-gallery__item-content-left h4 {
        margin-bottom: 0;
    }
}
.latest-gallery__item-content-right {
    width: 50px;
    z-index: 1;
    height: 50px;
    border-radius: 500px;
    overflow: hidden;
    border: 1px solid var(--rs-gray-900);
    position: relative;
}
.latest-gallery__item-content-right:after {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 500px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--rs-theme-primary);
}
.latest-gallery__item-content-right:hover {
    color: var(--rs-common-white);
    border-color: var(--rs-theme-primary);
}
.latest-gallery__item-content-right:hover:after {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.best-offers__circle-item {
    width: 232px;
    height: 232px;
    border-radius: 500px;
    position: relative;
    z-index: 1;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .best-offers__circle-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.best-offers__circle-item:after {
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    background-image: url("../imgs/best-offers/circle.svg");
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}
.best-offers__circle-item h2,
.best-offers__circle-item span {
    color: var(--rs-gray-900);
}
.best-offers__item {
    padding: 35px 0 40px;
    border-bottom: 2px solid #e3e8f4;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .best-offers__item {
        padding: 20px 25px;
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.best-offers__item:hover .best-offers__item-header h5 {
    color: var(--rs-theme-primary);
}
.best-offers__item:hover .best-offers__item-body i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--rs-theme-primary);
}
.best-offers__item-wrapper {
    max-width: 768px;
    margin-left: auto;
}
.best-offers__item-header {
    width: 253px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .best-offers__item-header {
        width: 100%;
    }
}
.best-offers__item-body {
    width: 277px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .best-offers__item-body {
        width: 100%;
    }
}
.best-offers__item-body .pricing {
    color: var(--rs-gray-900);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 37.8px;
}
.best-offers__item-body .pricing .mo {
    font-size: 18px;
    line-height: 22px;
}
.best-offers__item-body i {
    color: var(--rs-gray-900);
    font-size: 24px;
    font-weight: 900;
    display: block;
}

.active-member-work-progress-4-why-choose {
    background-position: center;
    background-size: cover;
}

.footer_contact_box {
    display: flex;
    flex-direction: column;
}
.footer_contact_box .footer_contact {
    display: flex;
    flex-direction: row;
}
.footer_contact_box .footer_contact .footer_contact_i {
    color: #bbd8e7;
    margin-right: 6px;
    width: 22px;
    min-width: 22px;
}
.footer_contact_box .footer_contact .footer_contact_p {
    font-size: 14px;
    line-height: 1.6em;
    color: #bbd8e7;
}
.sanal {
    background: #003168;
    color: #ffffff;
    border-radius: 4px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.sanal:hover {
    background: #fff;
    color: #168145;
    border-radius: 4px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
#gallery-1 img {
    border: 1px solid #16814542;
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 12px;
}

.post_blog {
    margin: 0px;
}

.post_blog_center {
    max-width: 75%;
    margin: 0 auto !important;
    padding: 0;
    background: #fff;
    padding: 20px;
    margin: 0px;
    border: 1px solid #e3e8f4;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-side {
        max-width: 96%;
        margin: 0 auto !important;
        padding: 0;
        background: #fff;
        padding: 20px;
        margin: 0px;
        border: 1px solid #e3e8f4;
        border-radius: 4px;
    }
}
.list_blog_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.marquee {
}
.marquee .marquee_box {
    margin: 5px 0;
    padding: 12px 0;
    background: #16814517;
    border-top: 2px solid #ed1e2b;
    line-height: 1;
}
.marquee .marquee_box .marquee_item {
    margin-right: 25px;
}
.marquee .marquee_box .marquee_item a,
.marquee .marquee_box .marquee_item a:visited {
}
.marquee .marquee_box .marquee_item a:hover {
}

.footer_menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1px;
}
.footer_menu li a {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.footer_menu li:after {
    content: "/";
    padding: 0 10px;
    color: #999;
}

.search_input,
.search_input:focus,
.search_input:hover {
    border-radius: 40px;
    border: none !important;
    padding: 10px 21px;
    line-height: 1;
    font-size: 14px;
    color: #7e7e7e;
}

.lang_div {
    /* right: 3%; */
    margin-top: 4.5px;
    /* padding: 2px 0 2px 10px; */
    /* border-radius: 4px; */
    /* top: 3%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang_div .lang_item {
    margin-inline: 5px;
    background: white;
    border-radius: 8px;
    padding-right: 6px;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
}
.lang_div .lang_item:hover {
    background: #f93945;
}
.lang_div .lang_item:hover a {
    color: #fff !important;
}
.lang_div .lang_item a {
    color: #000;
    font-weight: 500;
    padding-right: 8px;
}
.lang_div .lang_item img {
    height: 30px;
    width: 30px;
    margin-right: 8px;
    padding: 4px;
}

@media (max-width: 850px) {
    .lang_div {
    }
    .lang_div .lang_item {
        margin-inline: 5px;
        background: #144174;
        border-radius: 16px;
        padding-right: 6px;
        text-transform: uppercase;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
    }
}

.file_box {
    border: 2px solid #f1f5f9;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.file_box h3 {
    background: white;
    width: fit-content;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-top: -10px;
    margin-left: 25px;
    padding-inline: 8px;
    color: #168145;
    font-weight: 600;
}
.file_box ul {
    list-style: none;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 14px;
}

.file_box ul li.f_d {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.5em;
    padding-bottom: 6px;
}
.file_box ul li.f_d .file_name .fa-solid{
	background: #168145;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	min-width: 40px;
}
.file_box ul li.f_d .file_name {width: 80%;display: flex;gap: 8px;}
.file_box ul li.f_d .file_ul {
}

.file_box ul li a {
    background: #3d589612;
    padding: 6px 12px;
    color: #3d5896;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #3d5896;
}
.file_box ul li a:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.partners {
    display: flex;
    flex-direction: row;
}

@media (max-width: 850px) {
    .social_fixed {
        position: fixed;
        top: 10%;
        width: 40px;
        z-index: 99999999999;
        left: 1.1%;
        display: flex;
        flex-direction: column;
    }

    .partners {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .swiper-slide {
        width: calc(50% - 10px);
    }
    .mobile_h {
        height: 240px !important;
    }
    .file_box ul li.f_d {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
        margin-right: 0;
        height: auto;
        border-bottom: 1px solid #16814533;
        line-height: 1.4em;
        padding-bottom: 6px;
    }
    .file_box ul li.f_d .file_name {
        width: 100%;
        margin-bottom: 5px;
    }
    .file_box ul li.f_d .file_ul {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: end;
        width: 100%;
        padding-right: 8px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 38px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 30px;
        line-height: 42px;
    }
}
@media (max-width: 450px) {
    h2,
    .h2 {
         font-size: 18px;
    line-height: 1.2;
    }
}

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

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

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

@media (max-width: 780px) {
    .service-details__content h2 {
        color: #222;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.2em;
    }
}

.top-navbar {
    background: #f8fafc;
    display: flex;
    border-bottom: 1px solid #ffffff;
}
.top-navbar-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
}
.top-navbar-l {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 100%;
}
.top-navbar-l a {
    color: #333;
    font-size: 13px;
}
.top-navbar-l a:hover {
    color: #333;
    font-size: 13px;
}
.top-navbar-l a:visited {
    color: #333;
    font-size: 13px;
}
.top-navbar-r {
    display: flex;
    gap: 10px;
}
.top-navbar-r a {
    font-size: 12px;
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 8px;
}
.top-navbar-r a.r-address {
    background: #fff;
    color: #168145;
    border: 1px solid #1681452b;
}
.top-navbar-r a.r-sh {
    background: #168145;
    color: #fff;
}
.top-navbar-r a:hover {
}
.top-navbar-r a:visited {
}

@media (max-width: 780px) {
    .top-navbar .top-navbar-l {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .top-navbar .top-navbar-r {
        display: none;
    }
}

.hottoh {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.hottoh span {
    color: #168145;
    background: #16814514;
    padding: 4px 16px;
    border-radius: 50px;
    border: 1px solid #1681451a;
    font-size: 12px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}

.headerTitle {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600 !important;
    font-family: "Sansation", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 16px;
    text-transform: uppercase;
}
@media (max-width: 850px){
	.headerTitle {
		width: 70%;
		text-align: center;
		margin: 0 auto;
		font-weight: 600 !important;
		font-family: "Sansation", sans-serif;
		font-size: 18px;
		line-height: 1.2;
		margin-top: 16px;
		text-transform: uppercase;
	}
}

@media (max-width: 560px){
	.headerTitle {
		width: 92%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600 !important;
    font-family: "Sansation", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
    text-transform: uppercase;
	}
}
.stat-card {
    backdrop-filter: blur(6px);
    border-radius: 8px;
    padding: 26px 20px;
    background: #f8fafc;
    transition: 0.3s;
    border: 1px solid #f1f5f9;
}

.stat-card:hover {
    transform: translateY(-5px);
    /* background: rgba(255,255,255,0.15); */
}

.stat-card i {
    font-size: 20px;
    margin-bottom: 14px;
    background: #168145;
    color: #fff;
    border-radius: 8px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 9px #1681451c;
}

.stat-card h4 {
    font-weight: 600;
    margin-bottom: 2px;
    color: #168145;
}

.stat-card p {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-family: "Sansation";
}

.stat-card.small {
}

.stat-card.small h5 {
    font-weight: 700;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.stat-card.bg-image {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    transition: transform 0.4s;
}

.stat-card.bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    transition: 0.3s;
    z-index: 1;
    transform: translateY(-5px) scale(1.02);
}

.stat-card.bg-image:hover::before {
    background: rgba(0, 0, 0, 0.2);
}

.stat-card.bg-image * {
    position: relative;
}

.stat-card.bg-image h4,
.stat-card.bg-image h5,
.stat-card.bg-image p,
.stat-card.bg-image h6 {
    color: #fff;
}

.service-card {
    border-radius: 8px;
    padding: 26px 20px;
    background: #f8fafc;
    transition: 0.3s;
    border: 1px solid #f1f5f9;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.service-card .icon {
    font-size: 20px;
    margin-bottom: 8px;
    background: #168145;
    color: #fff;
    border-radius: 8px;
    border: none;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(15 23 42);
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Sansation", sans-serif;
}

.service-card ul {
    padding-left: 18px;
    margin: 0;
}

.service-card ul li {
    font-size: 14px;
    margin-bottom: 5px;
}
@media (max-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: calc(100% - 15px);
}
}
@media (max-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 760px;
    }
}

.section-footer-menu {background: #168145;}
.section-footer-menu h5.widget-title {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #70cf9a;
    padding-bottom: 10px;
    width: initial;
}
.section-footer-menu .footer-list {
    list-style: none;
}
.section-footer-menu .footer-list li {
    margin-bottom: 4px;
}
.section-footer-menu .footer-list li a,
.section-footer-menu .footer-list li a:visited {
    line-height: 1.6em;
    color: #dcffeb;
    font-size: 14px;
}
.section-footer-menu .footer-list li a:hover {
}

.mega__menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
}

@media (max-width: 850px) {
    .container {
        max-width: calc(100% - 15px);
    }
}
table{
	width: 100%;
}