.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.banner__title {
    color: #fef6e9;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.about-custom p {
    margin: 0;
}
.about-custom p img {
    display: block;
    width: 100%;
}

.contact-us__info-item__text p {
    margin-bottom: 0 !important;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        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;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

.microsoft {
    font-family: "Microsoft Yahei";
}

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* public */

@font-face {
    font-family: 'AbhayaLibre';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/abhayalibre-bold.ttf) format('truetype');
}


/* greek */

@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(../fonts/8via.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}


/* latin-ext */

@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(../fonts/8vib.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(../fonts/8vic.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.team-details__socail ul li a,
.team-details__socail ul li a i,
.process__item-border,
.process__item-border::before,
.process__item-border span,
.testimonial-2__slider__arrow-prev i,
.testimonial-2__slider__arrow-next i,
.our-services-2__item,
.our-services-2__item:after,
.our-services-2__item .text,
.our-services-2__item-icon,
.our-services-2__item-title,
.our-services-2__item-desc,
.our-services-2__item-arrow,
.box__item,
.box__item:after,
.box__item .text,
.box__item-icon,
.box__item-title,
.box__item-desc,
.box__item-show-item,
.box__item-hidden-item,
.skill__item,
.skill__item:after,
.skill__item .text,
.skill__item-icon,
.skill__item-title,
.skill__item-desc,
.skill__item-arrow,
.skill__item .icon,
.our-portfolio__slider-dot .swiper-pagination-bullet,
.testimonial-thumb__item:after,
.service-2__item,
.service__item,
.client-testimonial__item,
.team__item-media img,
.team__item-text,
.team__item-subtitle,
.team__item-socail,
.team__slider-dot .swiper-pagination-bullet,
.case-studies__item-media img,
.case-studies__slider-dot .swiper-pagination-bullet,
.rr__faq .accordion-button::after,
.rr__faq .accordion-item,
.why-choose-us__tab-content,
.footer-3__copyright-menu ul li::before,
.footer-3__link ul li::before,
.blog-3__item-media img,
.blog-3__item-list .blog-3__item__thumb-slider__arrow-prev,
.blog-3__item-list .blog-3__item__thumb-slider__arrow-next,
.blog-2__item-media img,
.sidebar__widget-tags .tags a,
.blog__slider-dot .swiper-pagination-bullet,
.blog__item-media img,
.mean-container .mean-nav ul li>a.mean-expand i,
.main-menu ul li.has-dropdown>a::after,
.main-menu ul li .submenu,
.main-menu ul li .submenu li a::before,
.main-menu ul li .mega-menu,
.main-menu ul li .mega-menu li ul li a::before,
.offcanvas__overlay,
.offcanvas__navigation button svg,
.rr-btn__header .btn-wrap .text-one,
.rr-btn__header .btn-wrap .text-two,
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two,
.body__overlay,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6,
svg path {
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}


/* transform */

.contact-us-message__form-input i,
.contact-us-message__form .nice-select::after,
.rr__faq .accordion-button::after,
.live-comment-widget__form-input i,
.live-comment-widget__form .nice-select::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@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) {
    .rr-br-hidden-xl br {
        display: 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) {
    .rr-br-hidden-lg br {
        display: 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) {
    .cta__content-title br,
    .banner__title br,
    .banner__text p br,
    .rr-br-hidden-md br {
        display: none;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-br-hidden-sm br {
        display: none;
    }
}

@media (max-width: 575px) {
    .rr-br-hidden-xs br {
        display: 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),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-pr-none-xl {
        padding-right: 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) {
    .rr-pr-none-lg {
        padding-right: 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) {
    .rr-pr-none-md {
        padding-right: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-pr-none-sm {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .rr-pr-none-xs {
        padding-right: 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),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-pl-none-xl {
        padding-left: 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) {
    .rr-pl-none-lg {
        padding-left: 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) {
    .rr-pl-none-md {
        padding-left: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-pl-none-sm {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .rr-pl-none-xs {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-mb-40-lg {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-mb-40-lg {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-mb-40-lg {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-mb-40-md {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-mb-40-md {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-mb-40-sm {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .rr-mb-40-sm {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-mb-60-lg {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-mb-60-lg {
        margin-bottom: 55px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-mb-60-lg {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-mb-60-md {
        margin-bottom: 60px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-mb-60-md {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-mb-60-sm {
        margin-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .rr-mb-60-sm {
        margin-bottom: 50px;
    }
}

.rr-shape-p-c_1 {
    position: relative;
    z-index: 1;
}

.rr-shape-p-s_1 {
    position: absolute;
    z-index: -1;
}

.rr-img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

:root {
    /**
  @font family declaration
  */
    --rr-ff-body: 'Arial', sans-serif;
    --rr-ff-heading: 'Arial', sans-serif;
    --rr-ff-jost: 'Arial', sans-serif;
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --rr-common-white: #FFFFFF;
    --rr-common-white-70: rgba(255, 255, 255, 0.7);
    --rr-common-black: #000000;
    --rr-common-placeholder: #4A5764;
    --rr-common-selection: #3C66FA;
    --rr-color-white: #fff;
    --rr-body-primary: #ffffff;
    --rr-theme-primary: #a4b1c2;
    --rr-theme-secondary: #F3682D;
    --rr-heading-primary: #010915;
    --rr-heading-secondary: rgba(1, 9, 21, 0.7);
    --rr-text-body: #808589;
    --rr-text-p: #808589;
    --rr-menu-primary: rgba(1, 9, 21, 0.7);
    /**
  @font weight declaration
  */
    --rr-fw-normal: normal;
    --rr-fw-thin: 100;
    --rr-fw-elight: 200;
    --rr-fw-light: 300;
    --rr-fw-regular: 400;
    --rr-fw-medium: 500;
    --rr-fw-sbold: 600;
    --rr-fw-bold: 700;
    --rr-fw-ebold: 800;
    --rr-fw-black: 900;
    /**
  @font size declaration
  */
    --rr-fs-p: 16px;
    --rr-fs-body: 16px;
    --rr-fs-h1: 60px;
    --rr-fs-h2: 48px;
    --rr-fs-h3: 30px;
    --rr-fs-h4: 24px;
    --rr-fs-h5: 20px;
    --rr-fs-h6: 16px;
    --rr-lh-p: 26px;
    --rr-lh-body: 26px;
    --rr-lh-h1: 72px;
    --rr-lh-h2: 58px;
    --rr-lh-h3: 36px;
    --rr-lh-h4: 29px;
    --rr-lh-h5: 24px;
    --rr-lh-h6: 19px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

// html {
//     font-size: 10px;
// }

/*---------------------------------
    Typography css start 
---------------------------------*/

body {
    font-family: var(--rr-ff-body);
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    font-weight: normal;
    color: var(--rr-text-body);
    background: var(--rr-body-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body-font {
    font-family: var(--rr-ff-body);
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    font-weight: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    // font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: var(--rr-fw-bold);
    word-break: break-word;
}

h1,
.h1 {
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    font-weight: var(--rr-fw-ebold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 52px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 32px;
        line-height: 44px;
    }
}

h2,
.h2 {
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    h2,
    .h2 {
        font-size: 27px;
        line-height: 37px;
    }
}

h3,
.h3 {
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
}

@media (max-width: 450px) {
    h3,
    .h3 {
        font-size: 27px;
        line-height: 37px;
    }
}

h4,
.h4 {
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h4);
}

@media (max-width: 450px) {
    h4,
    .h4 {
        font-size: 22px;
        line-height: 27px;
    }
}

h5,
.h5 {
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h5);
    font-weight: var(--rr-fw-sbold);
}

h6,
.h6 {
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-h6);
    font-weight: var(--rr-fw-medium);
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: var(--rr-fs-p);
    font-weight: var(--rr-fw-normal);
    color: var(--rr-text-body);
    margin-bottom: 30px;
    line-height: var(--rr-lh-p);
}

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;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

hr:not([size]) {
    margin: 0;
    border-color: var(--rr-border-primary);
    opacity: 1;
    border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
textarea {
    outline: none;
    width: 100%;
    height: 55px;
    padding: 16px 20px 16px 25px;
    border-radius: 0px;
    background: var(--rr-common-white);
    border: 1px solid #EAEAEA;
    font-family: var(--rr-ff-jost);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus {
    outline: none;
}

input[type=date i]::-webkit-calendar-picker-indicator {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

*::-moz-selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
}

::selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    opacity: 1;
    font-size: 15px;
}

*::-moz-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
}

*::-moz-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
}

*::-moz-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
}

*::-moz-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

*::-webkit-input-placeholder {
    opacity: 1;
    font-size: 15px;
}

*::-moz-placeholder {
    opacity: 1;
    font-size: 15px;
}

*:-ms-input-placeholder {
    opacity: 1;
    font-size: 15px;
}

*::-ms-input-placeholder {
    opacity: 1;
    font-size: 15px;
}

*::placeholder {
    opacity: 1;
    font-size: 15px;
}

*::-webkit-input-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
}

*::placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
}

*::-moz-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
}

*::placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
}

*:-ms-input-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
}

*::-ms-input-placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
}

*::placeholder:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
}

*::-webkit-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

*::-moz-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

*:-ms-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

*::-ms-input-placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

*::placeholder::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

a:hover {
    color: var(--rr-theme-primary);
}


/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 30px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.g-40,
.gx-40 {
    --bs-gutter-x: 40px;
}

.g-24,
.gx-24 {
    --bs-gutter-x: 24px;
}

.g-10,
.gx-10 {
    --bs-gutter-x: 10px;
}

.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;
}

.g-60,
.gx-60 {
    --bs-gutter-x: 60px;
}

.rr-p-18 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--rr-common-white);
    opacity: 0.7;
}

.rr-p-16 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-heading-primary, #010915);
    opacity: 0.7;
}

.rr-p-400-16 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-heading-primary, #010915);
    opacity: 0.7;
}


/*---------------------------------
    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;
}

.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(--rr-common-heading);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.body__overlay {
    background-color: var(--rr-common-heading);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.body__overlay.opened {
    opacity: 0.7;
    visibility: visible;
}


/*----------------------------------------
   Mfp customize
-----------------------------------------*/

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 850px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 820px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 750px;
    }
}

.mfp-close {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mfp-close:hover {
    color: var(--rr-common-white);
}

.mfp-close::after {
    position: absolute;
    content: "\f00d";
    height: 100%;
    width: 100%;
    font-family: var(--rr-ff-fontawesome);
    font-size: 31px;
    font-weight: 200;
    right: -20px;
    margin-top: -25px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-close::after {
        right: 15px;
        margin-top: -30px;
    }
}


/*---------------------------------
	1.8 spacing
---------------------------------*/

.section-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-space {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

.section-space__bottom {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space__bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-space__bottom {
        padding-bottom: 70px;
    }
}

.section-space__top {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space__top {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-space__top {
        padding-top: 70px;
    }
}

.section-space__bottom-100 {
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space__bottom-100 {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-space__bottom-100 {
        padding-bottom: 70px;
    }
}

.section-space__bottom-457 {
    padding-bottom: 457px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-space__bottom-457 {
        padding-bottom: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-space__bottom-457 {
        padding-bottom: 150px;
    }
}

@media (max-width: 575px) {
    .section-space__bottom-457 {
        padding-bottom: 70px;
    }
}

.section-space__bottom-70 {
    padding-bottom: 70px;
}

.mb-minus-20 {
    margin-bottom: -20px;
}

.mb-minus-24 {
    margin-bottom: -24px;
}

.mb-minus-30 {
    margin-bottom: -30px;
}

.mb-minus-40 {
    margin-bottom: -40px;
}

.mb-minus-50 {
    margin-bottom: -50px;
}

.mb-minus-60 {
    margin-bottom: -60px;
}

.mb-24 {
    margin-bottom: 24px;
}


/*----------------------------------------*/


/*  2.1 custom color
/*----------------------------------------*/

.color-theme-primary {
    color: var(--rr-theme-primary);
}

.color--rr-theme-secondary {
    color: var(--rr-theme-secondary);
}

.color--rr-heading-secondary {
    color: var(--rr-heading-secondary);
}

.color-white {
    color: var(--rr-common-white);
}


/*----------------------------------------*/


/*  2.. font weight
/*----------------------------------------*/

.rr-fw-medium {
    font-weight: var(--rr-fw-medium);
}

.rr-fw-regular {
    font-weight: var(--rr-fw-regular);
}

.rr-fw-sbold {
    font-weight: var(--rr-fw-sbold);
}

.rr-fw-bold {
    font-weight: var(--rr-fw-bold);
}

.rr-fw-black {
    font-weight: var(--rr-fw-black);
}


/*----------------------------------------*/


/*  2.. font family
/*----------------------------------------*/

.rr-ff-heading {
    font-family: var(--rr-ff-heading);
}

.rr-ff-body {
    font-family: var(--rr-ff-body);
}


/*----------------------------------------*/


/*  2.. body
/*----------------------------------------*/

.body {
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
}


/*----------------------------------------*/


/*  2.. background
/*----------------------------------------*/

.white-bg {
    background-color: var(--rr-common-white);
}

.black-bg {
    background-color: var(--rr-common-black);
}

.theme-bg-primary {
    background-color: var(--rr-theme-primary);
}

.theme-bg-secondary {
    background-color: var(--rr-theme-secondary);
}

.theme-bg-heading-primary {
    /*background-color: var(--rr-heading-primary);*/
}

.theme-bg-heading-svg-primary {
    fill: var(--rr-heading-primary);
}

.section-bg-1 {
    background: #D2E0EA;
}

.section-svg-bg-1 {
    fill: #D2E0EA;
}

.section-bg-2 {
    background: #EEF1F6;
}

.section-svg-bg-2 {
    fill: #EEF1F6;
}

.footer-bg-3 {
    background: #03032E;
}

.section-bg-3 {
    background: #F8F8F8;
}

.section-bg-4 {
    background: #07154B;
}

.sidebar-bg-1 {
    background: #D2E0EA;
}

.body-bg-1 {
    background-color: #E5EDF2;
}


/*----------------------------------------*/


/*  2.3 buttons
/*----------------------------------------*/

.rr-btn__header {
    border-radius: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 10.5px 29.5px;
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    font-family: var(--rr-common-white);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}
.rr-btn__header2{
    background-color: #11064b;
}
.rr-btn__header2 a{
    font-size: 16px;
    color: #fff;
}
.rr-btn__header2 a+a{
    padding-left: 10px;
}

.rr-btn__header2 a+a::before{
    content: "/";
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}


.rr-btn__header:after {
    display: block;
    clear: both;
    content: "";
}

.rr-btn__header .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}

.rr-btn__header .btn-wrap .text-one,
.rr-btn__header .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rr-btn__header .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--rr-common-white);
}

.rr-btn__header .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--rr-common-white);
}

.rr-btn__header:hover .text-one,
.rr-btn__header:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.rr-btn__header:hover .text-two,
.rr-btn__header:focus .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rr-btn__header-secondary {
    padding: 10.5px 28px;
    background: var(--rr-theme-secondary);
}

.rr-btn__header-space-2 {
    padding: 10.5px 34.5px;
}

.rr-btn__header-space-2 .btn-wrap .text-one,
.rr-btn__header-space-2 .btn-wrap .text-two {
    font-weight: 700;
}

.rr-btn {
    border-radius: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 13.5px 41px;
    background-color: var(--rr-theme-primary);
    background-color: #11064b;
    color: var(--rr-common-white);
    font-family: var(--rr-common-white);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}

.rr-btn:after {
    display: block;
    clear: both;
    content: "";
}

.rr-btn .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}

.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rr-btn .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--rr-common-white);
}

.rr-btn .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--rr-common-white);
}

.rr-btn__secondary {
    padding: 13.5px 27.5px;
    background-color: var(--rr-theme-secondary);
}

.rr-btn__lg {
    padding: 14px 33.5px;
}

.rr-btn__xl {
    padding: 13.5px 37px;
}

.rr-btn__xxl {
    padding: 13.5px 41px;
}

.rr-btn__fw-bold .btn-wrap .text-one,
.rr-btn__fw-bold .btn-wrap .text-two {
    font-weight: 700;
}

.rr-btn__white {
    padding: 13.5px 29.5px;
    background-color: var(--rr-common-white);
}

.rr-btn__white .btn-wrap .text-one,
.rr-btn__white .btn-wrap .text-two {
    color: var(--rr-heading-primary);
}

.rr-btn:hover .text-one,
.rr-btn:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.rr-btn:hover .text-two,
.rr-btn:focus .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*----------------------------------------*/


/*  2.4 offcanvas
/*----------------------------------------*/

.offcanvas__area {
    background: var(--rr-heading-primary) 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: 9999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid var(--rr-border-primary);
}

.offcanvas__area ::-webkit-scrollbar {
    display: none;
}

@media (max-width: 575px) {
    .offcanvas__area {
        width: 400px;
    }
}

@media (max-width: 450px) {
    .offcanvas__area {
        width: 100%;
    }
}

.offcanvas__area.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 160px;
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 130px;
    }
}

.offcanvas__content {
    padding-bottom: 45px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 35px 40px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 25px 25px;
    }
}

.offcanvas__top {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}

@media (max-width: 575px) {
    .offcanvas__top {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

.offcanvas__search {
    position: relative;
}

.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border-bottom: 1px solid var(--rr-border-primary);
    font-size: 16px;
    color: var(--rr-common-white);
    padding-bottom: 15px;
}

.offcanvas__search input::-webkit-input-placeholder {
    color: var(--rr-common-white);
}

.offcanvas__search input::-moz-placeholder {
    color: var(--rr-common-white);
}

.offcanvas__search input:-ms-input-placeholder {
    color: var(--rr-common-white);
}

.offcanvas__search input::-ms-input-placeholder {
    color: var(--rr-common-white);
}

.offcanvas__search input::placeholder {
    color: var(--rr-common-white);
}

.offcanvas__search input:focus {
    border-color: var(--rr-common-white);
}

.offcanvas__search button {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 20px;
    color: var(--rr-common-white);
}

.offcanvas__search button:hover {
    color: var(--rr-theme-primary);
}

.offcanvas__title {
    color: var(--rr-common-white);
}

@media (max-width: 450px) {
    .offcanvas__title {
        font-size: 20px;
    }
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.offcanvas__social {
    margin-bottom: 40px;
}

.offcanvas__social ul li {
    display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
    margin-right: 5px;
}

.offcanvas__social ul li a {
    color: var(--rr-theme-secondary);
    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: var(--rr-common-white);
    font-size: 14px;
    border-radius: 50%;
}

.offcanvas__social ul li a:hover {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.offcanvas__social p {
    color: var(--rr-common-white);
}

.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--rr-common-white);
    position: relative;
}

.offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--rr-theme-primary);
    border-radius: 50%;
    color: var(--rr-common-white);
    text-align: center;
}

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--rr-common-white);
    font-size: 14px;
}

.offcanvas__notification-text p .notification-number {
    color: var(--rr-theme-primary);
}

.offcanvas__notification-text p a {
    color: var(--rr-theme-primary);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--rr-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.6;
    visibility: visible;
}

.sidebar__toggle {
    cursor: pointer;
}

.offcanvas__contact-icon {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.offcanvas__slider-content {
    border: 1px solid var(--rr-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(--rr-common-white);
}

.offcanvas__navigation button:hover svg * {
    fill: var(--rr-theme-primary);
}

.offcanvas__post-title {
    font-size: 26px;
    color: var(--rr-common-white);
}

.offcanvas__post-title a:hover {
    color: var(--rr-theme-primary);
}

.offcanvas-close-icon {
    line-height: 1;
    color: var(--rr-common-white);
}

.offcanvas-close-icon .offcanvas-m-lines {
    position: relative;
    display: block;
    height: 12px;
    width: 30px;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
    top: 6px;
    -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.6 sectiontitle
/*----------------------------------------*/

.section__title-wrapper {
    position: relative;
    z-index: 55;
}

.section__subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 5px 23.5px;
    background: transparent;
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--rr-theme-secondary);
    border: 1px solid rgba(243, 104, 45, 0.1);
}

.section__subtitle-2 {
    color: #BB1249;
    border-color: rgba(187, 18, 73, 0.1);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 6.5px 22.5px;
}

.title-animation {
    overflow: hidden;
}

.section-2__title-wrapper {
    position: relative;
    z-index: 55;
}

.section-2__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--rr-heading-secondary, rgba(1, 9, 21, 0.7));
}

.section-2__title {
    font-size: 44px;
    line-height: 54px;
}

@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) {
    .section-2__title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .section-2__title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .section-2__title {
        font-size: 27px;
        line-height: 37px;
    }
}

.section-3__title-wrapper {
    position: relative;
    z-index: 55;
}

.section-3__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(1, 9, 21, 0.8);
    font-weight: 500;
}

.section-3__title {
    font-size: 50px;
    line-height: 60px;
}

.section-3__title span {
    position: relative;
    color: var(--rr-theme-primary);
}

.section-3__title span:after {
    width: 100%;
    height: 7%;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: var(--rr-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3__title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .section-3__title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .section-3__title {
        font-size: 27px;
        line-height: 37px;
    }
}

.section-4__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-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;
}

.section-4__title-wrapper::before {
    left: 47.3%;
    width: 1px;
    content: "";
    position: absolute;
    height: calc(100% - 39px);
    background-color: rgba(1, 9, 21, 0.16);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-4__title-wrapper::before {
        display: none;
    }
}

.section-4__title-wrapper__left {
    max-width: 510px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-4__title-wrapper__left {
        max-width: 100%;
    }
}

.section-4__title-wrapper__right {
    max-width: 440px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-4__title-wrapper__right {
        max-width: 100%;
    }
}

.section-4__title-wrapper__right p {
    color: rgba(1, 9, 21, 0.7);
}

.section-4__title {
    font-size: 44px;
    line-height: 58px;
}

@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) {
    .section-4__title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .section-4__title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .section-4__title {
        font-size: 27px;
        line-height: 37px;
    }
}

.section-4__subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--rr-fw-sbold);
    color: rgba(1, 9, 21, 0.7);
    margin-bottom: 10px;
    display: inline-block;
}

.section-4__icon {
    margin-bottom: 20px;
    display: inline-block;
}


/*----------------------------------------*/


/*  2.7 breadcrumb
/*----------------------------------------*/

.breadcrumb-space {
    padding: 105px 0 138px;
}

@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: 100px 0 125px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-space {
        padding: 80px 0 100px;
    }
}

.breadcrumb__area {
    position: relative;
    z-index: 3;
    margin: 0;
}

.breadcrumb__area.overly:after {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#010F1C), color-stop(74.44%, rgba(1, 15, 28, 0.1)), to(rgba(1, 15, 28, 0))), -webkit-gradient(linear, left top, right top, from(#010F1C), color-stop(74.44%, rgba(1, 15, 28, 0.1)), to(rgba(1, 15, 28, 0)));
    background: linear-gradient(90deg, #010F1C 0%, rgba(1, 15, 28, 0.1) 74.44%, rgba(1, 15, 28, 0) 100%), linear-gradient(90deg, #010F1C 0%, rgba(1, 15, 28, 0.1) 74.44%, rgba(1, 15, 28, 0) 100%);
}

.breadcrumb__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: center bottom;
}

.breadcrumb__content {
    position: relative;
    z-index: 6;
}

.breadcrumb__title {
    font-weight: var(--rr-fw-bold);
    margin-bottom: 10px;
}

.breadcrumb__menu {
    position: relative;
}

.breadcrumb__menu ul {
    gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb__menu ul li {
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 18px;
    line-height: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb__menu ul li:after {
    position: absolute;
    -webkit-transform: translate(12px, 0px);
    transform: translate(12px, 0px);
    content: "\f105";
    font-style: normal;
    font-family: var(--rr-ff-fontawesome);
    font-weight: 500;
    font-size: 16px;
    right: -8px;
    color: var(--rr-common-white);
    line-height: 16px;
}

.breadcrumb__menu ul li a {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb__menu ul li a:hover {
    color: var(--rr-theme-primary);
}

.breadcrumb__menu ul li a:hover svg path[stroke=white] {
    stroke: var(--rr-theme-primary);
}

.breadcrumb__menu ul li.active {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
}

.breadcrumb__menu ul li.active:after {
    display: none;
}


/*----------------------------------------*/


/*  2.10 backtotop
/*----------------------------------------*/

#scroll-percentage {
    height: 60px;
    width: 60px;
    background-color: var(--rr-color-white);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    #scroll-percentage {
        right: 30px;
        bottom: 20px;
    }
}

#scroll-percentage.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#scroll-percentage-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    color: var(--rr-common-white);
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 600;
}

#scroll-percentage-value i {
    font-size: 20px;
}

@-webkit-keyframes scrollToTop {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes scrollToTop {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}


/*----------------------------------------*/


/*  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);
    }
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 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 leftRightX4 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes leftRightX4 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@-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% {
        clip-path: inset(-2px 0);
    }
    42% {
        clip-path: inset(-2px 0 -2px 100%);
    }
    43% {
        clip-path: inset(-2px 100% -2px 0);
    }
}

@keyframes qode-draw {
    0%,
    100% {
        clip-path: inset(-2px 0);
    }
    42% {
        clip-path: inset(-2px 0 -2px 100%);
    }
    43% {
        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);
    }
}

.downUp {
    -webkit-animation: downUp 1.3S infinite alternate;
    animation: downUp 1.3S infinite alternate;
}

@-webkit-keyframes downUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@keyframes downUp {
    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);
    }
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes zooming-8 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.009);
        transform: scale(1.009);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zooming-8 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.009);
        transform: scale(1.009);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zooming-9 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zooming-9 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zooming-8 {
    -webkit-animation: zooming-8 1.3S infinite alternate;
    animation: zooming-8 1.3S infinite alternate;
}

.zooming {
    -webkit-animation: zooming 1.3S infinite alternate;
    animation: zooming 1.3S infinite alternate;
}

.zooming1 {
    -webkit-animation: zooming 1.5S infinite alternate;
    animation: zooming 1.5S infinite alternate;
}

.zooming2 {
    -webkit-animation: zooming 2.3S infinite alternate;
    animation: zooming 2.3S infinite alternate;
}

.zooming3 {
    -webkit-animation: zooming 3S infinite alternate;
    animation: zooming 3S infinite alternate;
}

.zooming4 {
    -webkit-animation: zooming 1S infinite alternate;
    animation: zooming 1S infinite alternate;
}

@-webkit-keyframes zoominupanimation {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
    50% {
        -webkit-transform: scale(0.8) translate(19px, 19px);
        transform: scale(0.8) translate(19px, 19px);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes zoominupanimation {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
    50% {
        -webkit-transform: scale(0.8) translate(19px, 19px);
        transform: scale(0.8) translate(19px, 19px);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.zoominupanimation {
    -webkit-animation: zoominupanimation 1.3S infinite alternate;
    animation: zoominupanimation 1.3S infinite alternate;
}

@-webkit-keyframes line-to-bottom {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes line-to-bottom {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes line-to-bottom-360 {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes line-to-bottom-360 {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes zoominupanimation1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9) translate(6px, 6px);
        transform: scale(0.9) translate(6px, 6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoominupanimation1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9) translate(6px, 6px);
        transform: scale(0.9) translate(6px, 6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoominupanimation1 {
    -webkit-animation: zoominupanimation1 1.3S infinite alternate;
    animation: zoominupanimation1 1.3S infinite alternate;
}

@-webkit-keyframes panel {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes panel {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.panel {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: var(--rr-theme-primary);
    z-index: 10;
    opacity: 0.9;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: panel 1s;
    animation: panel 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


/*----------------------------------------*/


/*  2.11 animation short
/*----------------------------------------*/

.rr-upDown {
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}

.rr-downUp {
    -webkit-animation: downUp 1.8S infinite alternate;
    animation: downUp 1.8S infinite alternate;
}

.rr-scroll-bg {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.clip-t-b {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-t-b 1s;
    animation: clip-t-b 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.clip-l-r {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-l-r 1s;
    animation: clip-l-r 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.clip-r-l {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-r-l 1s;
    animation: clip-r-l 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes clip-t-b {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes clip-t-b {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@-webkit-keyframes clip-l-r {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes clip-l-r {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@-webkit-keyframes clip-r-l {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes clip-r-l {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes downUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}


/*----------------------------------------*/


/*  2.12 preloader
/*----------------------------------------*/

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    color: var(--rr-common-white);
    background: var(--rr-theme-primary);
    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: 9999;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #121212;
}

.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--rr-theme-primary);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce.is-primary1.sk-three-bounce .sk-child {
    background-color: var(--rr-theme-primary1);
}

.preloader-close.is-primary1 {
    background: var(--rr-theme-primary1);
}

.sk-three-bounce.is-primary2.sk-three-bounce .sk-child {
    background-color: var(--rr-theme-primary2);
}

.preloader-close.is-primary2 {
    background: var(--rr-theme-primary2);
}

.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);
    }
}

.loading-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    background: #000;
    opacity: 0.7;
    display: none;
}

.success-message {
    color: var(--rr-theme-secondary);
}

.error-message {
    color: red;
}


/*rr-restaurant preloader*/

@-webkit-keyframes capAnimation {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes capAnimation {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.rr-restaurant svg {
    height: 20vh;
    width: 100%;
}

.rr-restaurant .loading-wrapper {
    position: absolute;
    text-align: center;
    padding-top: 50px;
    min-height: 200px;
    min-width: 250px;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rr-restaurant .loading-wrapper .loading-text {
    text-align: center;
    margin: 20px;
    text-transform: uppercase;
}

.rr-restaurant .loading-wrapper .loading-text h2 {
    color: var(--rr-theme-primary);
}

.rr-restaurant .loading-wrapper .loading-text .letter {
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 2px 8px white;
}

.rr-restaurant .loading-wrapper svg #cap {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: capAnimation 1s ease-in-out infinite;
    animation: capAnimation 1s ease-in-out infinite;
    fill: var(--rr-theme-primary);
}

.rr-restaurant .loading-wrapper svg #body {
    fill: var(--rr-theme-primary);
}

.rr-restaurant .loading-wrapper svg #elem-1,
.rr-restaurant .loading-wrapper svg #elem-3,
.rr-restaurant .loading-wrapper svg #elem-2 {
    -webkit-transition: inherit;
    transition: inherit;
}

.rr-restaurant .loading-wrapper svg .smell {
    opacity: 0;
    fill: #fff;
}


/*----------------------------------------*/


/*  2.16 Search css start
/*----------------------------------------*/

.search__popup {
    padding: 70px;
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.search__popup.search-opened {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
    width: 100%;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.search__top {
    margin-bottom: 80px;
}

.search__input {
    position: relative;
    height: 80px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
}

.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--rr-common-white);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}

.search__input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--rr-common-white);
}

.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
    color: var(--rr-common-white);
}


/*----------------------------------------*/


/*  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;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-button,
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    -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 {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-loan-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-loan-range {
    -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: #333;
}

.ui-widget-content a,
.ui-widget-header a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    -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("../imgs/ui-icons/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("../imgs/ui-icons/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}


/* HEADER CSS */


/*----------------------------------------*/


/*  3.1 header-common
/*----------------------------------------*/

.header__area {
    /* background-color: transparent; */
}

.header__logo {
    max-width: 200px;
}

.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;
}

.tags-list-detail {
    display: 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) {
    .header__main {
        padding: 15px 0;
    }
}

.rr-sticky {
    position: fixed;
    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;
    border-top: 0;
    background-color: var(--rr-theme-secondary);
    -webkit-box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
    box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
}

.bar-icon {
    width: 26px;
    height: 18px;
    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: var(--rr-theme-primary);
    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(--rr-common-black);
}

.bar-icon.is-white span {
    background: var(--rr-common-white);
}


/*----------------------------------------*/


/*  3.1 header-common
/*----------------------------------------*/

.header-1 {
    padding: 0;
    background-color: var(--rr-common-white);
    -webkit-box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.14);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.14);
}

@media (max-width: 1199px) {
    .header-1 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
        display: none;
    }
}


/*----------------------------------------*/


/*  3.1 header-common
/*----------------------------------------*/

.header-2 {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 1030;
    position: fixed;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 10px rgba(29, 29, 29, 0.1);
    box-shadow: 0px 1px 10px rgba(29, 29, 29, 0.1);
}

.header-2.rr-sticky {
    top: 0;
    -webkit-box-shadow: 0px 1px 10px rgba(29, 29, 29, 0.1);
    box-shadow: 0px 1px 10px rgba(29, 29, 29, 0.1);
    background: var(--rr-common-white);
}

@media (max-width: 1199px) {
    .header-2 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
        display: none;
    }
}


/*----------------------------------------*/


/*  3.1 header-common
/*----------------------------------------*/

.header-3 {
    padding: 0;
    background-color: var(--rr-common-white);
    -webkit-box-shadow: 0px 2px 6px rgba(29, 29, 29, 0.1);
    box-shadow: 0px 2px 6px rgba(29, 29, 29, 0.1);
}

@media (min-width: 1400px) {
    .header-3 .container,
    .header-3 .container-lg,
    .header-3 .container-md,
    .header-3 .container-sm,
    .header-3 .container-xl,
    .header-3 .container-xxl {
        max-width: 1630px;
    }
}

.header-3 .mean__menu-wrapper {
    margin-left: -35px;
}

@media (max-width: 1399px) {
    .header-3 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
        display: none;
    }
}

.header-3 .header__action {
    gap: 34px;
}

.header-3 .header__action .horizental-bar {
    width: 1px;
    height: 40px;
    background: rgba(1, 9, 21, 0.14);
}

.search-open-btn:hover svg path[stroke="#010915"] {
    stroke: var(--rr-theme-primary);
}

.rr-header-contact-btn {
    gap: 12px;
}

.rr-header-contact-btn__text p {
    margin-bottom: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: var(--rr-heading-primary, #010915);
}

.rr-header-contact-btn__text span {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #666666;
}


/* HEADER CSS */


/*----------------------------------------*/


/*  9.1 banner Style 1
/*----------------------------------------*/

.banner__space {
    padding-top: 174px;
    padding-bottom: 311px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner__space {
        padding-bottom: 290px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner__space {
        padding-bottom: 270px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__space {
        padding-top: 150px;
        padding-bottom: 230px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__space {
        padding-top: 130px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__space {
        padding-top: 120px;
        padding-bottom: 180px;
    }
}

@media (max-width: 575px) {
    .banner__space {
        padding-top: 80px;
        padding-bottom: 160px;
    }
}

.banner__bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner__bg {
        background-position: 30% 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__bg {
        background-position: 20% 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__bg {
        background-position: 15% 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__bg {
        background-position: 15% 50%;
    }
}

@media (max-width: 575px) {
    .case-studies__slider {
        height: 360px;
    }
    .banner__bg {
        background-position: 15% 50%;
        height: 100%;
    }
}

.banner__content-link {
    gap: 16px;
}

.banner__content-link .rr-btn.popup-video {
    background: rgba(255, 255, 255, 0.1);
    padding: 13.5px 25.5px;
}

.banner__content-link .rr-btn.popup-video .btn-wrap .text-one,
.banner__content-link .rr-btn.popup-video .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--rr-theme-secondary);
}

.banner__content-link .rr-btn.popup-video .btn-wrap .text-one span,
.banner__content-link .rr-btn.popup-video .btn-wrap .text-two span {
    border-radius: 500px;
    width: 20px;
    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: 20px;
    border: 1px solid #F3682D;
}

.banner__content-link .rr-btn.popup-video .btn-wrap .text-one span svg,
.banner__content-link .rr-btn.popup-video .btn-wrap .text-two span svg {
    margin-left: 3px;
}

.banner__subtitle {
    background: var(--rr-theme-primary);
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    padding: 7px 22px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: var(--rr-common-white);
}


/*----------------------------------------*/


/*  9.2 banner Style 1
/*----------------------------------------*/

.banner-2 {
    z-index: 1;
    position: relative;
}

.banner-2__gradiend {
    top: 0;
    left: -6px;
    z-index: -1;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-2__bg {
    background-color: #FFC467;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-2__space {
    padding: 220px 0 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__space {
        padding: 190px 0 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__space {
        padding: 170px 0 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-2__space {
        padding: 160px 0 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-2__space {
        padding: 155px 0 85px;
    }
}

@media (max-width: 450px) {
    .banner-2__space {
        padding: 150px 0 80px;
    }
}

.banner-2__shape-1 {
    top: 165px;
    left: 594px;
}

.banner-2__content-wrapper {
    gap: 23px;
    display: -ms-grid;
    display: grid;
    margin-top: 95px;
    -ms-grid-columns: 539px 23px 267px 23px 438px;
    grid-template-columns: 539px 267px 438px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content-wrapper {
        -ms-grid-columns: 470px 232px 360px;
        grid-template-columns: 470px 232px 360px;
    }
}

@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) {
    .banner-2__content-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 35px;
        margin-top: 50px;
    }
}

.banner-2__content-shape-item {
    position: relative;
    z-index: 1;
}

.banner-2__content-shape-item svg {
    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) {
    .banner-2__content-shape-item svg {
        width: 550px;
        height: auto;
        max-width: 100%;
    }
}

.banner-2__content-item-experience {
    padding: 21px 43px 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 82, 253, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(110, 82, 253, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content-item-experience {
        padding: 20px 25px 25px;
    }
}

.banner-2__content-item-experience-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content-item-experience-title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .banner-2__content-item-experience-title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .banner-2__content-item-experience-title {
        font-size: 25px;
        line-height: 35px;
    }
}

.banner-2__content-item-experience-title span {
    font-family: var(--rr-ff-heading);
}

.banner-2__content-3__des {
    margin-top: -70px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--rr-heading-primary);
    opacity: 0.8;
}

@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) {
    .banner-2__content-3__des {
        margin-top: 0;
    }
}

.banner-2__content-3__media {
    overflow: hidden;
    border-radius: 20px;
}

.banner-2__title {
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 86px;
    color: var(--rr-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__title {
        font-size: 65px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-2__title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-2__title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .banner-2__title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 450px) {
    .banner-2__title {
        font-size: 35px;
        line-height: 45px;
    }
}

.learning-system__card {
    background: var(--rr-theme-secondary);
    border: 2px solid var(--rr-common-white);
    border-radius: 20px;
    margin-top: 18px;
    padding: 24px 24px 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .learning-system__card {
        padding: 22px 20px;
    }
}

.learning-system__card-bottom {
    gap: 12px;
}

.learning-system__card-is__margin-left {
    z-index: 1;
    margin-left: -130px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .learning-system__card-is__margin-left {
        margin-left: -129px;
    }
}

@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) {
    .learning-system__card-is__margin-left {
        margin-left: 0;
    }
}

.learning-system__card-title {
    margin-bottom: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .learning-system__card-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.learning-system__card-des {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--rr-common-white);
    opacity: 0.8;
}

.learning-system__card-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.learning-system__card-thumbs img {
    border-radius: 500px;
    overflow: hidden;
    border: 1px solid var(--rr-common-white);
    width: 37.99px;
    height: 37.99px;
}

.learning-system__card-thumbs img:not(:first-child) {
    margin-left: -15px;
}


/*----------------------------------------*/


/*  9.3 banner Style 1
/*----------------------------------------*/

@media (min-width: 1400px) {
    .banner-3 .container,
    .banner-3 .container-lg,
    .banner-3 .container-md,
    .banner-3 .container-sm,
    .banner-3 .container-xl,
    .banner-3 .container-xxl {
        max-width: 1630px;
    }
}

.banner-3__bg {
    background-color: #EEF1F6;
}

.banner-3__shape-1 {
    top: -711px;
    -webkit-transform: rotate(38.89deg);
    transform: rotate(38.89deg);
    width: 1004px;
    height: 1004px;
    left: -226px;
    background: #E1E7F0;
}

.banner-3__space {
    padding-top: 180px;
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__space {
        padding-top: 160px;
        padding-bottom: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-3__space {
        padding-top: 150px;
        padding-bottom: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-3__space {
        padding-top: 120px;
        padding-bottom: 140px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-3__space {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

@media (max-width: 575px) {
    .banner-3__space {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

.banner-3__title {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    color: var(--rr-heading-primary, #010915);
}

.banner-3__title span {
    position: relative;
    color: var(--rr-theme-primary);
}

.banner-3__title span:after {
    width: 100%;
    height: 7%;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: var(--rr-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-3__title {
        font-size: 52px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-3__title {
        font-size: 50px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-3__title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .banner-3__title {
        font-size: 32px;
        line-height: 44px;
    }
}

.banner-3__subtitle {
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: rgba(1, 9, 21, 0.8);
}

@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-3__subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}

.banner-3__text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-heading-secondary);
}

.banner-3__content-link {
    gap: 30px;
}

.banner-3__content .rr-btn.rr-btn__white {
    padding: 13.5px 32px;
    position: relative;
    z-index: 1;
    background: var(--rr-common-white, #FFFFFF);
    -webkit-box-shadow: 0px 2px 8px rgba(29, 29, 29, 0.24);
    box-shadow: 0px 2px 8px rgba(29, 29, 29, 0.24);
    border-radius: 50px;
}

.banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-one,
.banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-one:after,
.banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-two:after {
    display: none;
}

.banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-one i,
.banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-two i {
    font-size: 18px;
    margin-left: 10px;
}

.banner-3__content .rr-btn__popup-video {
    width: 90px;
    height: 90px;
    background: var(--rr-theme-primary);
    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;
    border: 18px solid #BAD0F7;
}

.banner-3__content .rr-btn__popup-video.animate-play:before,
.banner-3__content .rr-btn__popup-video.animate-play:after {
    z-index: 0;
    border-color: rgba(96, 0, 255, 0.5);
}

.banner-3__media {
    position: absolute;
    left: 73px;
    bottom: -200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-3__media {
        left: 151px;
        bottom: -75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__media {
        left: 151px;
        bottom: 12px;
    }
}

@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 {
        position: inherit;
        left: inherit;
        margin-top: 30px;
        bottom: inherit;
        margin-left: -162px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-3__media img {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__media img {
        max-width: 1200px;
    }
}

@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 img {
        max-width: 100%;
        height: auto;
    }
}


/*----------------------------------------*/


/*  7.1 cta
/*----------------------------------------*/

.cta {
    position: relative;
    z-index: 2;
}

.cta.cta__footer-up {
    padding-bottom: 0;
}

.cta.cta__footer-up .cta__bg-color {
    width: 100%;
    height: calc(50% + 100px);
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: -1;
    background: #11064b;
    display: block;
}

.cta__content {
    position: relative;
    padding: 65px 80px 65px 90px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    gap: 30px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta__content {
        padding: 60px 65px;
    }
}

@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 {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .cta__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cta__content-shape {
    left: -99px;
    top: -114px;
    z-index: -1;
    position: absolute;
}

.cta__content-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cta__content-title {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__content-title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .cta__content-title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .cta__content-title {
        font-size: 27px;
        line-height: 37px;
    }
}


/*----------------------------------------*/


/*  7.1 cta
/*----------------------------------------*/

.cta-2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.cta-2__section-space {
    padding: 93px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-2__section-space {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta-2__section-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.cta-2__border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-2__slider .carouselTicker {
    margin: 0;
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.cta-2__slider .carouselTicker__wrap {
    overflow: inherit !important;
}

.cta-2__slider .carouselTicker__list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.cta-2__slider .carouselTicker__list li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.cta-2__slider .carouselTicker__list li h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 76px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-2__slider .carouselTicker__list li h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta-2__slider .carouselTicker__list li h2 {
        font-size: 50px;
        line-height: 50px;
    }
}


/*----------------------------------------*/


/*  4.2 Menu
/*----------------------------------------*/

.main-menu ul {
    margin-bottom: 0;
}

.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
    /* submenu css start */
    /* mega menu start */
}

.main-menu ul li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.main-menu ul li.active>a {
    color: var(--rr-heading-primary);
}

.main-menu ul li>a {
    padding: 30.5px 0;
    font-style: normal;
    display: inline-block;
    color: var(--rr-menu-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}

.main-menu ul li.has-dropdown>a {
    position: relative;
}

.main-menu ul li.has-dropdown>a::after {
    content: "+";
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    font-family: var(--rr-ff-fontawesome);
    font-weight: 600;
    font-weight: normal;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    display: inline-block;
}

.main-menu ul li.has-mega-menu {
    position: static;
}

.main-menu ul li.megamenu-wrapper {
    position: static;
}

.main-menu ul li .submenu {
    position: absolute;
    top: 110%;
    inset-inline-start: 0;
    min-width: 280px;
    background: #0d0d0d;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    padding: 35px 0 6px;
    color: var(--rr-common-white);
    border: 1px solid var(--rr-theme-primary);
}

.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    position: relative;
}
.x-sub-menu,
.x-third-menu {
    position: absolute;
    background: #000;
    width: 100%;
    z-index: 99;
    left: 100%;
    top: 0;padding: 35px 0px 6px;
    display: none;
}
.main-menu ul li .submenu li:hover .x-sub-menu  {
    display: block;
}
.x-sub-menu li:hover .x-third-menu {
    display: block
}


.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    color: var(--rr-common-white);
    font-size: 15px;
    padding: 0 25px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    padding-bottom: 9px;
    width: 100%;
}

.main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    left: 25px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: var(--rr-theme-primary);
}

.main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .submenu li.active>a {
    -webkit-padding-start: 43px;
    padding-inline-start: 43px;
    color: var(--rr-theme-primary);
}

.main-menu ul li .submenu li.active>a::before {
    width: 12px;
}

.main-menu ul li .submenu li:hover>a {
    color: var(--rr-theme-primary);
    -webkit-padding-start: 43px;
    padding-inline-start: 43px;
}

.main-menu ul li .submenu li:hover>a::before {
    width: 12px;
}

.main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.main-menu ul li .mega-menu {
    position: absolute;
    top: 100%;
    left: 42.5%;
    padding: 30px 35px 30px;
    background: #0d0d0d;
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--rr-theme-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.mega-menu.mega-menu-grid-3 li {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.main-menu ul li .mega-menu li .mega-menu-title {
    font-weight: 500;
    color: var(--rr-text-body);
    cursor: text;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rr-theme-primary);
    padding-bottom: 5px;
}

.main-menu ul li .mega-menu li .mega-menu-title::before {
    display: none;
}

.main-menu ul li .mega-menu li ul li {
    width: 100%;
    float: none;
    margin-bottom: 9px;
}

.main-menu ul li .mega-menu li ul li:last-child {
    margin-bottom: 0;
}

.main-menu ul li .mega-menu li ul li a {
    font-size: 16px;
    color: var(--rr-text-body);
    padding: 0;
    position: relative;
}

.main-menu ul li .mega-menu li ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 0;
    height: 1px;
    background-color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li ul li:hover>a {
    color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li ul li:hover>a::before {
    background-color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li:hover>.mega-menu-title {
    color: var(--rr-theme-primary);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.main-menu ul li .mega-menu li:hover>a {
    color: var(--rr-theme-primary);
}

.main-menu ul li:hover>a {
    color: var(--rr-theme-primary);
}

.main-menu ul li:hover>a::after {
    color: var(--rr-theme-primary);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    -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 {
    padding: 35.5px 0;
}

.main-menu-3 ul li.active>a {
    color: var(--rr-theme-primary);
}

.main-menu-3 ul li>a {
    color: #666666;
    padding: 35.5px 0;
    font-weight: var(--rr-fw-sbold);
}

.home__menu-item {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .home__menu-item {
        margin-bottom: 25px;
    }
}

.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 {
    height: 340px;
    position: relative;
    padding: 20px 20px 20px;
    border: 1px solid var(--rr-theme-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-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home__menu-buttons {
    background-color: rgba(17, 17, 17, 0.5);
    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;
    border-radius: 10px;
    -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 .rr-btn__header.rr-btn__header-mega-menu {
    width: inherit;
}

.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu span {
    padding: 0;
}

.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu .text-two:after,
.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu .text-one:after {
    display: none;
}

.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu img {
    margin-left: 10px;
    max-width: 19px;
    width: auto;
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
}

.home__menu-buttons .rr-btn-3__header.rr-btn-3__header-mega-menu {
    width: inherit;
}

.home__menu-buttons .rr-btn-3__header.rr-btn-3__header-mega-menu span {
    padding: 0;
}

.home__menu-title {
    margin-top: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--rr-common-white);
}


/*----------------------------------------*/


/*  4.1 Meanmenu
/*----------------------------------------*/

.mean-container {
    margin-bottom: 35px;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    font-weight: 700;
    display: none !important;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
}

.mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li.active a {
    color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
    color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
    color: var(--rr-common-white);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mean-container .mean-nav ul li.mean-last {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 90%;
    border: none !important;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    padding: 10px 0;
    color: var(--rr-common-white);
    border-top: 1px solid rgba(255, 255, 255, 0.079);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
    color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span:hover i {
    color: var(--rr-common-white);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.079) !important;
    height: 30px;
    width: 30px;
    color: var(--rr-common-white);
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
    color: var(--rr-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked {
    color: var(--rr-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li li a {
    width: 90%;
    padding: 10px 7%;
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li li li a {
    width: 80%;
    padding: 10px 12%;
}

.mean-container .mean-nav ul li li li li a {
    width: 70%;
    padding: 10px 17%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 60%;
    padding: 10px 20%;
}

.mean-container .mean-bar {
    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__slider-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog__slider-dot .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid var(--rr-heading-primary);
    opacity: 1;
}

.blog__slider-dot .swiper-pagination-bullet-active {
    border-color: transparent;
    background: rgba(1, 9, 21, 0.2);
}

.blog__item {
    gap: 30px;
    padding: 24px;
    padding-right: 30px;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
    box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
    border-radius: 12px;
}

@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) {
    .blog__item {
        padding-right: 24px;
    }
}

.blog__item-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 276px;
    min-width: 276px;
    height: 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) {
    .blog__item-media {
        width: 100%;
        min-width: 100%;
    }
}

.blog__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog__item-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: var(--rr-heading-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog__item-date i {
    font-size: 15px;
}

.blog__item-readmore {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--rr-heading-primary);
}

.blog__item-title a:hover {
    color: var(--rr-theme-secondary);
}

.blog__item-title.color-hover-theme-primary a:hover {
    color: var(--rr-theme-primary);
}

.blog__item:hover .blog__item-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*----------------------------------------*/


/*  5.2 sidebar
/*----------------------------------------*/

.sidebar-rr-sticky {
    position: sticky;
    top: 120px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-rr-sticky {
        margin-top: 50px;
    }
}

.sidebar__widget:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar__widget {
    padding: 40px;
    border-radius: 12px;
}

@media (max-width: 575px) {
    .sidebar__widget {
        padding: 35px 15px;
    }
}

.sidebar__widget-title {
    font-size: 20px;
    display: block;
    line-height: 29px;
    font-style: normal;
    margin-bottom: 22px;
    font-family: var(--rr-ff-jost);
    font-weight: var(--rr-fw-bold);
}

.sidebar__widget-search .search__bar {
    position: relative;
}

.sidebar__widget-search .search__bar input {
    height: 50px;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 50px;
    background: #E5EDF2;
    border-radius: 50px;
    border: 1.5px solid rgba(1, 9, 21, 0.16);
}

.sidebar__widget-search .search__bar input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    font-family: var(--rr-ff-jost);
}

.sidebar__widget-search .search__bar input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    font-family: var(--rr-ff-jost);
}

.sidebar__widget-search .search__bar input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    font-family: var(--rr-ff-jost);
}

.sidebar__widget-search .search__bar input::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    font-family: var(--rr-ff-jost);
}

.sidebar__widget-search .search__bar input::placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-style: normal;
    color: rgba(1, 9, 21, 0.7);
    font-family: var(--rr-ff-jost);
}

.sidebar__widget-search .search__bar button {
    top: 3px;
    padding: 0;
    right: 4px;
    width: 43px;
    height: 43px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-style: normal;
    position: absolute;
    border-radius: 50px;
    color: var(--rr-common-white);
    background: var(--rr-theme-primary);
}

.sidebar__widget-search .search__bar button:hover {
    background: var(--rr-theme-secondary);
}

.sidebar__widget-category a {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    padding: 8.5px 20px;
    padding-left: 50px;
    background: #E5EDF2;
    border-radius: 50px;
    font-family: var(--rr-ff-jost);
    color: var(--rr-heading-primary);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar__widget-category a:last-child {
    margin-bottom: 0;
}

.sidebar__widget-category a::before {
    content: "";
    left: 20px;
    width: 18px;
    height: 2px;
    position: absolute;
    border-radius: 50px;
    background-color: var(--rr-theme-primary);
}

.sidebar__widget-category a:hover {
    background: var(--rr-common-white);
}

.sidebar__widget-post {
    gap: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar__widget-post:not(:last-child) {
    border-bottom: 1px solid rgba(1, 9, 21, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.sidebar__widget-post__thum {
    width: 90px;
    height: 80px;
    overflow: hidden;
    min-width: 90px;
    display: block;
    border-radius: 10px;
}

.sidebar__widget-post__thum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar__widget-post__thum img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sidebar__widget-post__content-meta li {
    list-style: none;
    font-size: 13px;
    line-height: 24px;
    color: rgba(1, 9, 21, 0.7);
}

.sidebar__widget-post__content-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--rr-ff-jost);
    color: var(--rr-heading-primary);
}

@media (max-width: 575px) {
    .sidebar__widget-post__content-title {
        font-size: 14px;
        line-height: 18px;
    }
}

.sidebar__widget-post__content-title:hover {
    color: var(--rr-theme-primary);
}

.sidebar__widget-tags .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.sidebar__widget-tags .tags a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9.5px 19px;
    background: #E5EDF2;
    border-radius: 50px;
    color: var(--rr-heading-primary);
}

.sidebar__widget-tags .tags a:hover {
    background: var(--rr-common-white);
}

.sidebar__widget-newsletter p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgba(1, 9, 21, 0.7);
}

.sidebar__widget-newsletter p a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: var(--rr-heading-primary);
}

.sidebar__widget-newsletter p a:hover {
    color: var(--rr-theme-primary);
}

.sidebar__widget-newsletter p.sidebar__widget-newsletter-p-16 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--rr-heading-primary);
    opacity: 0.5;
}

.sidebar__widget-newsletter-form {
    position: relative;
}

.sidebar__widget-newsletter-form input {
    padding: 20px 18px;
    width: 100%;
    height: 46px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50px;
    color: rgba(1, 9, 21, 0.5);
    background: var(--rr-common-white, #FFFFFF);
    border: 1px solid rgba(1, 9, 21, 0.1);
    border-radius: 50px;
}

.sidebar__widget-newsletter-form input:focus,
.sidebar__widget-newsletter-form input:focus-visible {
    outline: none;
}

.sidebar__widget-newsletter-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(1, 9, 21, 0.5);
}

.sidebar__widget-newsletter-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(1, 9, 21, 0.5);
}

.sidebar__widget-newsletter-form input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(1, 9, 21, 0.5);
}

.sidebar__widget-newsletter-form input::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(1, 9, 21, 0.5);
}

.sidebar__widget-newsletter-form input::placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(1, 9, 21, 0.5);
}

.sidebar__widget-newsletter-form .rr-btn {
    padding: 10.5px 41px;
}


/*----------------------------------------*/


/*  5.3 blog-details
/*----------------------------------------*/

.blog-details__content-wrapper {
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-details__content-wrapper {
        padding-right: 0;
    }
}

.blog-details__content img {
    width: auto;
    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: 10px;
}

.blog-details__content p {
    margin-bottom: 25px;
    color: #010915;
}

.blog-details__thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-details__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.blog-details__meta {
    row-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(1, 9, 21, 0.1);
}

.blog-details__meta li .tag {
    font-size: 14px;
    display: inline;
    padding: 3px 10px;
    border-radius: 50px;
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-medium);
    background: var(--rr-theme-primary);
}
.blog-details__meta li:last-child { display: none; }

.blog-details__meta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.blog-details__meta li:hover svg path[stroke="#5A5B6B"],
.blog-details__meta li:hover [stroke="#010915"] {
    stroke: var(--rr-theme-primary);
}

.blog-details__card-media {
    padding-right: 20px;
    overflow: hidden;
}

@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) {
    .blog-details__card-media {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.blog-details__card-media img {
    border-radius: 12px;
}

.blog-details__card-text {
    margin-left: -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),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details__card-text {
        margin-left: 0;
    }
}

.blog-details__tag {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(1, 9, 21, 0.15);
}

.blog-details__tag-list {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__tag-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details__tag-list__wrapper h5 {
    font-weight: var(--rr-fw-bold);
}

.blog-details__tag-list li {
    font-size: 15px;
    padding: 2px 17px;
    background: #D2E0EA;
    display: inline-block;
    border-radius: 50px;
    color: var(--rr-heading-primary);
}

.blog-details__tag-sheir {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__tag-sheir span {
    color: rgba(1, 9, 21, 0.7);
    font-weight: var(--rr-fw-medium);
}

.blog-details__tag-sheir:hover span {
    color: var(--rr-theme-primary);
}

.blog-details__tag-sheir:hover svg path[fill="#010915"] {
    fill: var(--rr-theme-primary);
}

.comment-widget {
    padding-right: 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) {
    .comment-widget {
        padding-right: 0;
    }
}

.comment-item {
    gap: 30px;
    padding-right: 20px;
    border-bottom: 1px solid #E3E8F4;
}

@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) {
    .comment-item {
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .comment-item {
        gap: 10px;
    }
}

.comment-item__reply {
    margin-left: 94px;
    border-bottom: 1px solid #E3E8F4;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .comment-item__reply {
        margin-left: 40px;
    }
}

.comment-item__reply .comment-item__content {
    border-bottom: 0;
}

.comment-item__img {
    border-radius: 500px;
    min-width: 70px;
    overflow: hidden;
}

.comment-item__content {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.comment-item__content span {
    display: block;
}

.comment-item__content span.name {
    margin-bottom: 2px;
    font-size: 20px;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
}

.comment-item__content span.date {
    margin-bottom: 10px;
    color: rgba(1, 9, 21, 0.7);
}

.comment-item__content p {
    color: rgba(1, 9, 21, 0.8);
    margin-bottom: 22px;
}

.comment-item__content .rr-btn {
    padding: 7.5px 14px;
}

.comment-item__content .rr-btn .btn-wrap .text-one,
.comment-item__content .rr-btn .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-item__content .btn-gary {
    background-color: #D2E0EA;
}

.comment-item__content .btn-gary .btn-wrap .text-one,
.comment-item__content .btn-gary .btn-wrap .text-two {
    color: var(--rr-heading-primary);
}

.live-comment-widget {
    padding-right: 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) {
    .live-comment-widget {
        padding-right: 0;
    }
}

.live-comment-widget__form {
    padding-right: 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) {
    .live-comment-widget__form {
        padding-right: 0;
    }
}

.live-comment-widget__form .g-20 {
    --bs-gutter-x: 20px;
}

.live-comment-widget__form-input {
    position: relative;
    margin-bottom: 20px;
    line-height: 0;
}

.live-comment-widget__form-input-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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) {
    .live-comment-widget__form-input-select {
        margin-bottom: 0;
    }
}

.live-comment-widget__form-input input,
.live-comment-widget__form-input textarea {
    padding: 17px 20px;
    padding-right: 45px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    width: 100%;
    max-width: 100%;
    height: 46px;
    font-family: var(--rr-ff-jost);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50px;
    color: rgba(1, 9, 21, 0.7);
    background-color: transparent;
}

.live-comment-widget__form-input input:focus,
.live-comment-widget__form-input input:focus-visible,
.live-comment-widget__form-input textarea:focus,
.live-comment-widget__form-input textarea:focus-visible {
    outline: none;
    background-color: transparent;
}

.live-comment-widget__form-input input::-webkit-input-placeholder,
.live-comment-widget__form-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(1, 9, 21, 0.7);
    font-weight: 400;
    font-size: 16px;
}

.live-comment-widget__form-input input::-moz-placeholder,
.live-comment-widget__form-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(1, 9, 21, 0.7);
    font-weight: 400;
    font-size: 16px;
}

.live-comment-widget__form-input input:-ms-input-placeholder,
.live-comment-widget__form-input textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(1, 9, 21, 0.7);
    font-weight: 400;
    font-size: 16px;
}

.live-comment-widget__form-input input::-ms-input-placeholder,
.live-comment-widget__form-input textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: rgba(1, 9, 21, 0.7);
    font-weight: 400;
    font-size: 16px;
}

.live-comment-widget__form-input input::placeholder,
.live-comment-widget__form-input textarea::placeholder {
    /* MODERN BROWSER */
    color: rgba(1, 9, 21, 0.7);
    font-weight: 400;
    font-size: 16px;
}

.live-comment-widget__form-input textarea {
    min-height: 150px;
    border-radius: 16px;
}

.live-comment-widget__form-input i {
    position: absolute;
    top: calc(50% - 1px);
    right: 25px;
    font-family: var(--rr-ff-fontawesome);
    color: rgba(1, 9, 21, 0.7);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}

.live-comment-widget__form .nice-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    outline: none;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: inherit;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 22px;
    padding-bottom: 23px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    background-color: transparent;
    height: 50px;
    font-family: var(--rr-ff-jost);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 7px;
    border-radius: 50px;
    color: rgba(1, 9, 21, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .live-comment-widget__form .nice-select {
        margin-bottom: 20px;
    }
}

.live-comment-widget__form .nice-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(1, 9, 21, 0.7);
}

.live-comment-widget__form .nice-select::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(1, 9, 21, 0.7);
}

.live-comment-widget__form .nice-select:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(1, 9, 21, 0.7);
}

.live-comment-widget__form .nice-select::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: rgba(1, 9, 21, 0.7);
}

.live-comment-widget__form .nice-select::placeholder {
    /* MODERN BROWSER */
    color: rgba(1, 9, 21, 0.7);
}

.live-comment-widget__form .nice-select:hover {
    border-color: #EAEAEA;
}

.live-comment-widget__form .nice-select:active,
.live-comment-widget__form .nice-select.open,
.live-comment-widget__form .nice-select:focus {
    border-color: #EAEAEA;
}

.live-comment-widget__form .nice-select::after {
    position: absolute;
    content: "\f107";
    top: calc(50% - 1px);
    right: 25px;
    font-family: var(--rr-ff-fontawesome);
    color: #7F879E;
    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;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
}

.live-comment-widget__form .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.live-comment-widget__form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.live-comment-widget__form .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.live-comment-widget__form .nice-select.disabled::after {
    border-color: #cccccc;
}

.live-comment-widget__form .nice-select.wide {
    width: 100%;
}

.live-comment-widget__form .nice-select.wide .list {
    left: 0;
    right: 0;
}

.live-comment-widget__form .nice-select.right {
    float: right;
}

.live-comment-widget__form .nice-select.right .list {
    left: auto;
    right: 0;
}

.live-comment-widget__form .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.live-comment-widget__form .nice-select.small::after {
    height: 4px;
    width: 4px;
}

.live-comment-widget__form .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.live-comment-widget__form .nice-select .list {
    border: 1px solid #C9F3FF;
    width: 100%;
    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;
}

.live-comment-widget__form .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 55px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    color: #74787C;
    transition: all 0.2s;
}

.live-comment-widget__form .nice-select .option:hover {
    background-color: #f6f7f9;
}

.live-comment-widget__form .nice-select .option.selected {
    font-weight: bold;
}

.live-comment-widget__form .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.live-comment-widget__form .no-csspointerevents .nice-select .list {
    display: none;
}

.live-comment-widget__form .no-csspointerevents .nice-select.open .list {
    display: block;
}

.live-comment-widget .rr-btn {
    padding: 13.5px 89px;
    margin-top: 4px;
}

@media (max-width: 575px) {
    .live-comment-widget .rr-btn {
        padding: 13px 50px;
    }
}


/*----------------------------------------*/


/*  5.1 blog
/*----------------------------------------*/

.blog-2__item-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.blog-2__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-2__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.blog-2__item-meta a:not(a.tag) {
    gap: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-heading-secondary);
}

.blog-2__item-meta a:not(a.tag):hover {
    color: var(--rr-theme-secondary);
}

.blog-2__item-meta a:not(a.tag):hover svg path[stroke="#010915"] {
    stroke: var(--rr-theme-secondary);
}

.blog-2__item-meta a:not(a.tag):hover svg g[opacity="0.7"] {
    opacity: 1;
}

.blog-2__item-meta a.tag {
    background: var(--rr-theme-secondary, #F3682D);
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 1px 10px;
    line-height: 20px;
    color: var(--rr-common-white);
}

.blog-2__item-readmore {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    line-height: 19px;
    color: var(--rr-heading-secondary, rgba(1, 9, 21, 0.7));
}

.blog-2__item-readmore i {
    font-size: 17px;
}

.blog-2__item-readmore:hover {
    color: var(--rr-theme-secondary);
}

.blog-2__item-title a:hover {
    color: var(--rr-theme-secondary);
}

.blog-2__item__secondary .blog-2__item-meta a.tag {
    background: var(--rr-theme-primary) !important;
    border-radius: 6px;
}

.blog-2__item__secondary .blog-2__item-meta a:not(a.tag) {
    color: var(--rr-heading-secondary);
}

.blog-2__item__secondary .blog-2__item-meta a:not(a.tag):hover {
    color: var(--rr-theme-primary);
}

.blog-2__item__secondary .blog-2__item-meta a:not(a.tag):hover svg path[stroke="#010915"] {
    stroke: var(--rr-theme-primary);
}

.blog-2__item__secondary .blog-2__item-meta a:not(a.tag):hover svg g[opacity="0.7"] {
    opacity: 1;
}

.blog-2__item__secondary .blog-2__item-title a:hover {
    color: var(--rr-theme-primary);
}

.blog-2__item__secondary .blog-2__item-readmore:hover {
    color: var(--rr-theme-primary);
}

.blog-2__pagination {
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-2__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;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    border-radius: 500px;
    color: var(--rr-heading-secondary);
    background: transparent;
    border: 1px solid rgba(1, 9, 21, 0.14);
}

.blog-2__pagination a i {
    font-size: 12px;
}

.blog-2__pagination a.active {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.blog-2__pagination a:hover {
    border-color: var(--rr-theme-primary);
    color: var(--rr-theme-primary);
}

.blog-2__pagination a:hover.active {
    color: var(--rr-common-white);
}


/*----------------------------------------*/


/*  5.1 blog
/*----------------------------------------*/

.blog-3__item {
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    border-radius: 10px;
}

.blog-3__item-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blog-3__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-3__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.blog-3__item-meta a {
    gap: 6px;
    padding: 3.5px 9.5px;
    font-style: normal;
    border-radius: 500px;
    font-weight: 500;
    font-size: 15px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--rr-theme-primary);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-common-white);
}

.blog-3__item-meta a:hover {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
}

.blog-3__item-meta a:hover svg path[stroke=white] {
    stroke: var(--rr-heading-primary);
}

.blog-3__item-meta a.tag {
    background: var(--rr-theme-secondary, #F3682D);
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 1px 10px;
    line-height: 20px;
    color: var(--rr-common-white);
}

.blog-3__item-readmore {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    line-height: 19px;
    color: var(--rr-heading-primary, #010915);
}

.blog-3__item-readmore span {
    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: 36px;
    height: 36px;
    border-radius: 500px;
    border: 1px solid rgba(1, 9, 21, 0.14);
}

.blog-3__item-readmore span i {
    font-size: 17px;
}

.blog-3__item-readmore:hover span {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.blog-3__item-list {
    overflow: hidden;
}

.blog-3__item-list .blog-3__item__thumb-slider {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575px) {
    .blog-3__item-list .blog-3__item__thumb-slider {
        height: 300px;
    }
}

.blog-3__item-list .blog-3__item__thumb-slider__item {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.blog-3__item-list .blog-3__item__thumb-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-3__item-list .blog-3__item__thumb-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 20px);
    left: 0;
    padding: 20px;
    width: 100%;
}

.blog-3__item-list .blog-3__item__thumb-slider__arrow-prev,
.blog-3__item-list .blog-3__item__thumb-slider__arrow-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--rr-common-white);
    color: var(--rr-theme-primary);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 575px) {
    .blog-3__item-list .blog-3__item__thumb-slider__arrow-prev,
    .blog-3__item-list .blog-3__item__thumb-slider__arrow-next {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.blog-3__item-list .blog-3__item__thumb-slider__arrow-prev:hover,
.blog-3__item-list .blog-3__item__thumb-slider__arrow-prev:focus,
.blog-3__item-list .blog-3__item__thumb-slider__arrow-next:hover,
.blog-3__item-list .blog-3__item__thumb-slider__arrow-next:focus {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.blog-3__item-list .blog-3__item-popup-video {
    position: absolute;
    z-index: 1;
    color: var(--rr-theme-primary);
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-indent: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--rr-common-white);
    border-radius: 500px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .blog-3__item-list .blog-3__item-popup-video {
        width: 80px;
        text-indent: 4px;
        font-size: 25px;
        height: 80px;
    }
}

.blog-3__item-list .blog-3__item-thumb {
    position: relative;
}

.blog-3__item-list .blog-3__item-thumb-img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .blog-3__item-list .blog-3__item-thumb-img {
        height: 300px;
    }
}

.blog-3__item-list .blog-3__item-thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*----------------------------------------*/


/*  6.1 footer
/*----------------------------------------*/

.footer__area-common {
    position: relative;
    z-index: 1;
}

@media (max-width: 480px) {
    .footer__area-common .col-6 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

.footer__widget-post {
    gap: 18px;
}

.footer__widget-post__thum {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    border-radius: 10px;
    overflow: hidden;
}

.footer__widget-post__content-date {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: var(--rr-common-white-70);
}

.footer__widget-post__content-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__widget-post__content-title {
        font-size: 14px;
    }
}

.footer__main-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

@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__main-wrapper {
        padding-bottom: 80px;
        padding-top: 120px;
    }
}

.footer__bottom-border+.footer__bottom-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__widget {
    margin-bottom: 50px;
}

.footer__widget.footer__widget-item-2 {
    padding-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 0;
    }
}

.footer__widget.footer__widget-item-3 {
    padding-right: 16px;
    padding-left: 27px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 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) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer__widget.footer__widget-item-4 {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget.footer__widget-item-4 {
        margin-left: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__widget.footer__widget-item-4 {
        margin-left: 0;
    }
}

.footer__widget-title h4 {
    margin-bottom: 33px;
    position: relative;
    z-index: 10;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 17px;
}

.footer__social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 10px;
}

.footer__social a {
    color: var(--rr-common-white);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    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;
    background: transparent;
    border-radius: 500px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__social a {
        width: 35px;
        height: 35px;
    }
}

.footer__social a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer__content p {
    /*color: var(--rr-common-white-70);*/
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.footer__link ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 14px;
    padding: 0;
}

.footer__link ul li {
    color: var(--rr-common-white);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
}

.footer__link ul li a {
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
}

.footer__link ul li a:hover {
    opacity: 1;
}


/*----------------------------------------*/


/*  6.3 footer-copyright
/*----------------------------------------*/

.footer__copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    /*color: var(--rr-common-white-70);*/
    color: #8B8B8B;
}

.footer__copyright p a:hover {
    color: var(--rr-theme-primary);
}

.footer__bottom-wrapper {
    padding: 26.5px 0;
}


/*----------------------------------------*/


/*  6.3 footer-copyright
/*----------------------------------------*/

.footer__top-content p {
    font-family: var(--rr-ff-jost);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #8F9495;
}

.footer__top-content p a {
    color: var(--rr-common-white);
    text-decoration: underline;
}

.footer__top-content p a:hover {
    color: var(--rr-theme-primary);
}

.footer__top-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 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),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__top-contact-btn {
        margin-top: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__top-contact-btn span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8F9495;
}

.footer__top-contact-btn h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #8F9495;
}

.footer__top-contact-btn h6 a {
    color: var(--rr-common-white);
}

.footer__top-contact-btn h6 a:hover {
    color: var(--rr-theme-primary);
}

.footer__top-wrapper {
    background: #1A1A1A;
    padding: 57.5px 0;
}


/*----------------------------------------*/


/*  6.2 footer
/*----------------------------------------*/

.footer-2__area-common {
    position: relative;
    z-index: 1;
}

@media (max-width: 480px) {
    .footer-2__area-common .col-6 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

.footer-2__main-wrapper {
    padding-top: 91px;
    padding-bottom: 91px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-2__main-wrapper {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-2__main-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.footer-2__widget {
    margin-bottom: 50px;
}

.footer-2__widget.footer-2__widget-item-2 {
    padding-left: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-2__widget.footer-2__widget-item-2 {
        padding-left: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2__widget.footer-2__widget-item-2 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-2__widget.footer-2__widget-item-2 {
        padding-left: 0;
    }
}

.footer-2__widget.footer-2__widget-item-3 {
    padding-left: 26px;
    padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2__widget.footer-2__widget-item-3 {
        padding-right: 0;
        padding-left: 0;
    }
}

.footer-2__widget.footer-2__widget-item-4 {
    margin-left: -30px;
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2__widget.footer-2__widget-item-4 {
        margin-left: 0;
        padding-right: 0;
    }
}

.footer-2__widget-title {
    margin-bottom: 30px;
}

.footer-2__widget-title h4 {
    position: relative;
    z-index: 10;
    font-style: normal;
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 17px;
}

.footer-2__logo img {
    max-width: 151px;
}

.footer-2__content p {
    color: var(--rr-common-white);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
}

.footer-2__call-header {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-2__call-url {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--rr-common-white);
}

.footer-2__link ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 14px;
    padding: 0;
}

.footer-2__link ul li a {
    color: var(--rr-common-white);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
}

.footer-2__link ul li a:hover {
    opacity: 1;
}

.footer-2__link-socail ul {
    grid-gap: 22px;
}

.footer-2__link-socail ul li a {
    gap: 9px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 15px 9px 1fr;
    grid-template-columns: 15px 1fr;
}

.footer-2__link-socail ul li a i {
    font-size: 14px;
}

.footer-2__subscribe {
    position: relative;
    overflow: hidden;
    gap: 12px;
}

.footer-2__subscribe input {
    width: 100%;
    padding: 20px;
    height: 46px;
    color: var(--rr-common-white);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 500px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
}

.footer-2__subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-2__subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-2__subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-2__subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-2__subscribe input::placeholder {
    /* MODERN BROWSER */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-2__subscribe .rr-btn {
    width: 100%;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}


/*----------------------------------------*/


/*  6.3 footer-copyright
/*----------------------------------------*/

.footer-2__copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-common-white, #FFFFFF);
    opacity: 0.7;
}

.footer-2__copyright p a:hover {
    opacity: 1;
}

.footer-2__copyright-menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@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-2__copyright-menu ul {
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-2__copyright-menu ul li {
    list-style: none;
    position: relative;
}

.footer-2__copyright-menu ul li a {
    color: var(--rr-common-white, #FFFFFF);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
}

.footer-2__copyright-menu ul li a:hover {
    opacity: 1;
}

.footer-2__bottom-wrapper {
    padding: 17px 0;
    background: rgba(255, 255, 255, 0.06);
}


/*----------------------------------------*/


/*  6.1 footer 3
/*----------------------------------------*/

.footer-3__area-common {
    position: relative;
    z-index: 1;
}

@media (max-width: 480px) {
    .footer-3__area-common .col-6 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

.footer-3__area-common__shape img {
    opacity: 16%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-3__main-wrapper {
    padding-top: 112px;
    padding-bottom: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-3__main-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-3__main-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.footer-3__social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 10px;
}

.footer-3__social a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    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;
    background: transparent;
    border-radius: 500px;
    color: rgba(255, 255, 255, 0.5);
    border: 1.5px solid rgba(255, 255, 255, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-3__social a {
        width: 35px;
        height: 35px;
    }
}

.footer-3__social a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer-3__social a:hover svg path[opacity="0.7"] {
    opacity: 1;
}

.footer-3__widget-subscribe {
    position: relative;
}

.footer-3__widget-subscribe input {
    padding: 17px 20px;
    padding-right: 131px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 46px;
    font-family: var(--rr-ff-jost);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-3__widget-subscribe input {
        padding-right: 20px;
    }
}

.footer-3__widget-subscribe input:focus,
.footer-3__widget-subscribe input:focus-visible {
    outline: none;
}

.footer-3__widget-subscribe input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
}

.footer-3__widget-subscribe input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
}

.footer-3__widget-subscribe input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
}

.footer-3__widget-subscribe input::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
}

.footer-3__widget-subscribe input::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
}

.footer-3__widget-subscribe .rr-btn {
    position: absolute;
    right: 1px;
    font-size: 15px;
    font-weight: var(--rr-fw-bold);
    padding: 10.5px 21px;
    top: 1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-3__widget-subscribe .rr-btn {
        position: inherit;
        margin-top: 10px;
    }
}

.footer-3__widget-checkbox .form-group {
    display: block;
    margin-bottom: 15px;
}

.footer-3__widget-checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.footer-3__widget-checkbox .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 500px;
}

.footer-3__widget-checkbox .form-group label {
    position: relative;
    cursor: pointer;
    font-weight: var(--rr-fw-medium);
    color: rgba(255, 255, 255, 0.7);
}

.footer-3__widget-checkbox .form-group label a {
    text-decoration: underline;
}

.footer-3__widget-checkbox .form-group label::before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 14px;
    height: 14px;
    border-radius: 500px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

.footer-3__bottom-border+.footer__bottom-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-3__widget {
    margin-bottom: 50px;
}

.footer-3__widget.footer-3__widget-item-1 {
    margin-right: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-3__widget.footer-3__widget-item-1 {
        margin-right: 0;
    }
}

.footer-3__widget.footer-3__widget-item-2 {
    padding-left: 124px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-3__widget.footer-3__widget-item-2 {
        padding-left: 35px;
    }
}

@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-3__widget.footer-3__widget-item-2 {
        padding-left: 0px;
    }
}

.footer-3__widget.footer-3__widget-item-3 {
    padding-right: 25px;
    padding-left: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-3__widget.footer-3__widget-item-3 {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-3__widget.footer-3__widget-item-3 {
        margin-left: -40px;
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-3__widget.footer-3__widget-item-3 {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer-3__widget.footer-3__widget-item-4 {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-3__widget.footer-3__widget-item-4 {
        margin-left: -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) {
    .footer-3__widget.footer-3__widget-item-4 {
        margin-left: 0;
    }
}

.footer-3__widget-title h4 {
    margin-bottom: 33px;
    position: relative;
    z-index: 10;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    text-transform: capitalize;
    color: var(--rr-common-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 17px;
}

.footer-3__content p {
    color: var(--rr-common-white-70);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.footer-3__link ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 24px;
    padding: 0;
}

.footer-3__link ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding-left: 16px;
    opacity: 0.7;
    color: var(--rr-common-white);
}

.footer-3__link ul li::before {
    content: "";
    left: 0;
    width: 4px;
    height: 4px;
    opacity: 0.6;
    position: absolute;
    top: calc(50% + 0.5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--rr-common-white);
}

.footer-3__link ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.7;
    color: var(--rr-common-white);
}

.footer-3__link ul li a:hover {
    opacity: 1;
}

.footer-3__link ul li a:hover a {
    opacity: 1;
}

.footer-3__link ul li a:hover::before {
    opacity: 1;
}


/*----------------------------------------*/


/*  6.1 footer cta
/*----------------------------------------*/

.footer__cta-bottom-up {
    margin-bottom: -80px;
}

.footer__cta-item {
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 40px;
    padding-right: 70px;
    gap: 30px;
    position: relative;
    z-index: 99;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__cta-item {
        padding: 30px 25px;
    }
}

.footer__cta-item-icon {
    border-radius: 500px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border: 1px solid var(--rr-common-white);
}


/*----------------------------------------*/


/*  6.3 footer-copyright
/*----------------------------------------*/

.footer-3__bottom-wrapper {
    padding: 37px 0;
}

.footer-3__copyright p {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-common-white, #FFFFFF);
    opacity: 0.7;
    font-weight: 500;
}

.footer-3__copyright p a:hover {
    opacity: 1;
}

.footer-3__copyright-menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@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-3__copyright-menu ul {
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-3__copyright-menu ul li {
    list-style: none;
    position: relative;
}

.footer-3__copyright-menu ul li::before {
    content: "";
    right: -10px;
    width: 1px;
    height: 16px;
    opacity: 0.6;
    position: absolute;
    top: calc(50% + 0.5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--rr-common-white);
}

.footer-3__copyright-menu ul li.no_bullet:before {
    display: none;
}

.footer-3__copyright-menu ul li a {
    color: var(--rr-common-white, #FFFFFF);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
}

.footer-3__copyright-menu ul li a:hover {
    opacity: 1;
}


/*----------------------------------------*/


/*  8.1 brand
/*----------------------------------------*/

.brand__area .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brand__area .swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
}

.brand__thumb {
    -webkit-transition: inherit;
    transition: inherit;
}

.brand__thumb img {
    cursor: pointer;
    height: auto;
    width: auto;
}

.brand__thumb:hover {
    -webkit-filter: invert(61%) sepia(100%) saturate(7343%) hue-rotate(246deg) brightness(79%) contrast(604%);
    filter: invert(61%) sepia(100%) saturate(7343%) hue-rotate(246deg) brightness(79%) contrast(604%);
}

.brand__thumb-hover-secondary:hover {
    -webkit-filter: invert(46%) sepia(72%) saturate(640%) hue-rotate(333deg) brightness(85%) contrast(226%);
    filter: invert(46%) sepia(72%) saturate(640%) hue-rotate(333deg) brightness(85%) contrast(226%);
}

.brand__active .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-choose-us__shape-1 {
    top: 43px;
    left: 29px;
}

.why-choose-us__shape-2 {
    top: 49px;
    right: -21px;
}

.why-choose-us__tab {
    gap: 20px;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid rgba(1, 9, 21, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .why-choose-us__tab {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .why-choose-us__tab {
        margin-bottom: 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) {
    .why-choose-us__tab li:not(:last-child) {
        margin-bottom: 40px;
    }
}

.why-choose-us__tab li button {
    max-width: 372px;
    padding-bottom: 60px;
    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-us__tab li button {
        padding-bottom: 20px;
    }
}

.why-choose-us__tab li button .text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.why-choose-us__tab li button .text .number {
    color: transparent;
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h3);
    -webkit-text-stroke: 1px var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    margin-bottom: 33px;
    display: inline-block;
}

.why-choose-us__tab li button .text .title {
    margin-bottom: 12px;
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h4);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
}

.why-choose-us__tab li button .text .desc {
    margin: 0;
    color: rgba(1, 9, 21, 0.7);
    font-weight: var(--rr-fw-medium);
}

.why-choose-us__tab li button.active .text .number {
    -webkit-text-stroke: 2px var(--rr-heading-primary);
    color: var(--rr-heading-primary);
}

.why-choose-us__tab li button.active .text .title {
    color: var(--rr-theme-primary);
}

.why-choose-us__tab li button.active::before {
    content: "";
    left: 0;
    width: 100%;
    bottom: -2px;
    position: absolute;
    border-radius: 50px;
    border-bottom: 3px solid var(--rr-theme-primary);
}

.why-choose-us__tab-content {
    margin-top: -387px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .why-choose-us__tab-content {
        margin-top: -200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-us__tab-content {
        margin-top: -150px;
    }
}

@media (max-width: 575px) {
    .why-choose-us__tab-content {
        margin-top: -70px;
    }
}

.why-choose-us__tab-content__video {
    margin: 0px 10px;
}

.why-choose-us__tab-content__video .popup-video {
    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;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 30px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-us__tab-content__video .popup-video {
        height: 400px;
    }
}

.why-choose-us__tab-content__video .popup-video img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why-choose-us__tab-content__video .popup-video .icon {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    top: 50%;
    position: absolute;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: var(--rr-common-white);
    border-radius: 100px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(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) {
    .why-choose-us__tab-content__video .popup-video .icon {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-us__tab-content__video .popup-video .icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .why-choose-us__tab-content__video .popup-video .icon {
        width: 80px;
        height: 80px;
    }
}

.about-zimis__item-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 20px;
}

@media (max-width: 450px) {
    .about-zimis__item-wrapper {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.about-zimis__item {
    padding: 7px 20px;
    gap: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

.about-zimis__item img {
    max-width: 22px;
    max-height: 16px;
}

.about-zimis__item span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--rr-heading-primary);
}

.about-zimis__media {
    height: 631px;
    position: relative;
    margin-right: 22px;
}

@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-zimis__media {
        margin-right: auto;
        max-width: 608px;
        margin-left: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-zimis__media {
        max-width: 100%;
        position: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        height: inherit;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-zimis__media__shape-1 {
    top: 59px;
    left: 18px;
}

.about-zimis__media__shape-2 {
    bottom: 107px;
    right: 109px;
}

.about-zimis__media img {
    position: absolute;
    border-radius: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-zimis__media img {
        position: inherit;
    }
}

.about-zimis__media img.img2 {
    bottom: 0;
    left: 0;
    -webkit-filter: drop-shadow(10px 10px 40px rgba(21, 23, 63, 0.16));
    filter: drop-shadow(10px 10px 40px rgba(21, 23, 63, 0.16));
}

.about-zimis__media img.img1 {
    right: 0;
    top: 0;
    width: 100%;
}

.rr__faq .accordion-button {
    color: var(--rr-heading-primary);
    text-transform: capitalize;
    background: var(--rr-common-white);
    display: inline-block;
    padding: 24px 30px;
    padding-right: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 575px) {
    .rr__faq .accordion-button {
        font-size: 15px;
        line-height: 25px;
    }
}

.rr__faq .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rr__faq .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rr__faq .accordion-button:not(.collapsed)::after {
    background: transparent;
    content: "\f068";
    color: var(--rr-theme-primary);
}

.rr__faq .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "+";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: 21px;
    top: calc(50% - 8px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-heading-primary);
}

.rr__faq .accordion-body {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
}

.rr__faq .accordion-body>p {
    font-weight: 500;
    padding-right: 30px;
    margin-bottom: 0;
    color: var(--rr-heading-primary, #010915);
    opacity: 0.7;
}

.rr__faq .accordion-item {
    overflow: hidden;
    border: none;
    margin-bottom: 20px;
    border-radius: 12px;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
    box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
}

.rr__faq .accordion-item:last-child {
    margin-bottom: 0;
}

.rr__faq .accordion-item:has(.collapse.show) .accordion-button {
    color: var(--rr-theme-primary);
}

.case-studies__item {
    /*padding: 30px;
  padding-bottom: 28px;
  border: 1px solid rgba(1, 9, 21, 0.14);*/
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}


/*  */

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}
h5.accordion-header {margin-bottom: 10px; }
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
    border-radius: 12px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
     border-radius: 12px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}


/* end */


/* CSS */

.case-studies__slider {
    position: relative;
}

.case-studies__slider .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

.case-studies__item-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.case-studies__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-studies__item-title a:hover {
    color: var(--rr-theme-secondary);
}

.case-studies__item-readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.case-studies__slider-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 50px !important;
}

.case-studies__slider-dot .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid rgba(1, 9, 21, 0.2);
    opacity: 1;
}

.case-studies__slider-dot .swiper-pagination-bullet-active {
    border-color: transparent;
    background: var(--rr-theme-secondary);
}

.case-studies__slider-dot__primary .swiper-pagination-bullet-active {
    border-color: transparent;
    background: var(--rr-theme-primary);
}

.why-choose-us-2__shape-1 {
    bottom: -12px;
    right: 139px;
}

.why-choose-us-2__item-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 20px;
}

@media (max-width: 450px) {
    .why-choose-us-2__item-wrapper {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.why-choose-us-2__item {
    padding: 7.12px 20px;
    gap: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

.why-choose-us-2__item img {
    max-width: 22px;
    max-height: 16px;
}

.why-choose-us-2__item span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--rr-heading-primary);
}

.case-studies__slider-dot-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*position: absolute;
  bottom: 50px !important;*/
}

.case-studies__slider-dot-1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid rgba(1, 9, 21, 0.2);
    opacity: 1;
}

.case-studies__slider-dot-1 .swiper-pagination-bullet-active {
    border-color: transparent;
    background: var(--rr-theme-secondary);
}


/*.case-studies__slider-dot__primary .swiper-pagination-bullet-active {
  border-color: transparent;
  background: var(--rr-theme-primary);
}*/

.team__item {
    overflow: hidden;
    border-radius: 10px;
}

.team__item-media {
    position: relative;
    overflow: hidden;
}

.team__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__item-title {
    margin-bottom: 5px;
}

.team__item-title a:hover {
    color: var(--rr-color-white);
}

.team__item-text {
    text-align: center;
    background: #E1E7F0;
    padding: 22.5px 20px;
}

.team__item-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: rgba(1, 9, 21, 0.8);
}

.team__item-socail {
    z-index: 2;
    opacity: 0;
    right: 0;
    top: 30px;
    gap: 8px;
    position: absolute;
}

.team__item-socail a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    background: var(--rr-color-white);
    color: var(--rr-theme-primary);
    border-radius: 500px;
    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;
}

.team__item-socail a img {
    max-width: 14px;
}

.team__item-socail a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.team__item-socail a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.team__item:hover .team__item-socail {
    right: 30px;
    opacity: 1;
}

.team__item:hover .team__item-text {
    background: var(--rr-theme-primary);
}

.team__item:hover .team__item-title {
    color: var(--rr-color-white);
}

.team__item:hover .team__item-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.team__slider-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    padding: 0;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team__slider-dot .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid transparent;
    opacity: 1;
}

.team__slider-dot .swiper-pagination-bullet:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    top: calc(50% - 5px);
    background: rgba(1, 9, 21, 0.14);
    border-radius: 500px;
    left: calc(50% - 5px);
}

.team__slider-dot .swiper-pagination-bullet-active {
    border-color: var(--rr-theme-primary);
}

.team__slider-dot .swiper-pagination-bullet-active:after {
    background: var(--rr-theme-primary);
}

.client-testimonial__based-review {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: rgba(1, 9, 21, 0.8);
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 1px 2px rgba(29, 29, 29, 0.14);
    box-shadow: 0px 1px 2px rgba(29, 29, 29, 0.14);
    border-radius: 50px;
    padding: 6px 21.5px;
}

.client-testimonial__item {
    padding: 42px 50px 55px 40px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    border-radius: 10px;
}

@media (max-width: 575px) {
    .client-testimonial__item {
        padding: 35px 40px;
    }
}

.client-testimonial__item-author {
    gap: 14px;
}

.client-testimonial__item-author-thumb {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
    min-width: 56px;
    min-height: 56px;
    overflow: hidden;
    border-radius: 500px;
}

.client-testimonial__item-author-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.client-testimonial__item-author-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--rr-heading-primary);
}

.client-testimonial__item-author-date {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 0;
    color: rgba(1, 9, 21, 0.6);
}

.client-testimonial__item-header {
    gap: 30px;
}

.client-testimonial__item-rating {
    gap: 4.5px;
    list-style: none;
}

.client-testimonial__item p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: var(--rr-heading-primary);
    opacity: 0.6;
}

.client-testimonial__item:hover {
    background: var(--rr-common-white);
}

.client-testimonial__slider .swiper-slide-active .client-testimonial__item {
    -webkit-box-shadow: 0px 10px 120px rgba(11, 23, 40, 0.2);
    box-shadow: 0px 10px 120px rgba(11, 23, 40, 0.2);
}

.client-testimonial__slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.client-testimonial__slider__arrow-prev,
.client-testimonial__slider__arrow-next {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-heading-primary);
    width: 50px;
    border-radius: 500px;
    height: 50px;
    border: 1px solid rgba(1, 9, 21, 0.1);
}

.client-testimonial__slider__arrow-prev:hover,
.client-testimonial__slider__arrow-prev:focus,
.client-testimonial__slider__arrow-next:hover,
.client-testimonial__slider__arrow-next:focus {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.mb-minus-120 {
    margin-bottom: -120px;
}

.mt-minus-120 {
    margin-top: -120px;
}

.service__item {
    padding: 50px 50px 60px 40px;
    border-radius: 10px;
    border: 1px solid rgba(1, 9, 21, 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) {
    .service__item {
        padding: 45px 30px;
    }
}

.service__item-icon {
    max-width: 66px;
}

.service__item-readmore {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    line-height: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-heading-primary, #010915);
}

.service__item-readmore span {
    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: 36px;
    height: 36px;
    border-radius: 500px;
    border: 1px solid rgba(1, 9, 21, 0.14);
}

.service__item-readmore span i {
    font-size: 17px;
}

.service__item-readmore:hover span {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.can-help__content {
    margin-right: -15px;
}

@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) {
    .can-help__content {
        margin-right: inherit;
    }
}

.can-help__media {
    margin-left: -72px;
}

@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) {
    .can-help__media {
        margin-left: inherit;
    }
}

.can-help__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-width: 541px;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    margin-bottom: -15px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .can-help__list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.can-help__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 24px;
    color: var(--rr-heading-secondary);
}

.can-help__list li span {
    border-radius: 500px;
    width: 20px;
    height: 20px;
    background: linear-gradient(142.96deg, #22E17F 14.78%, #0EAC60 95.99%);
    -webkit-box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
    box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
    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;
}

.can-help__list li span i {
    font-size: 10px;
    color: var(--rr-common-white);
}

.experience__container {
    max-width: 1630px;
}

.experience__box {
    padding: 65px 209px;
    border-radius: 10px;
    gap: 30px;
    background-position: 127% 37%;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .experience__box {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience__box {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience__box {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience__box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .experience__box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.experience__item-text {
    text-align: center;
}

.experience__item-text-title {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    font-family: var(--rr-ff-heading);
}

.experience__item-text-title span {
    font-family: var(--rr-ff-heading);
}

.experience__item-text-title span.odometer.odometer-auto-theme {
    margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience__item-text-title {
        font-size: 52px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience__item-text-title {
        font-size: 50px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience__item-text-title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .experience__item-text-title {
        font-size: 32px;
        line-height: 44px;
    }
}

.experience__item-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.service-2__shape-3 {
    background: var(--rr-theme-secondary);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    top: 193px;
    left: 233px;
    width: 192.33px;
    height: 192.33px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.service-2__shape-1 {
    bottom: 80px;
    left: 220px;
}

.service-2__item {
    padding: 30px 22px 31px 24px;
    border-radius: 10px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 10px 40px rgba(8, 23, 46, 0.08);
    box-shadow: 0px 10px 40px rgba(8, 23, 46, 0.08);
}

.service-2__item-space-up {
    margin-top: -30px;
}

@media (max-width: 575px) {
    .service-2__item-space-up {
        margin-top: inherit;
    }
}

.service-2__item-space-down {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .service-2__item-space-down {
        margin-top: inherit;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .service-2__item {
        padding: 30px 20px;
    }
}

.service-2__item-icon {
    max-width: 40px;
}

.service-2__item-title a:hover {
    color: var(--rr-theme-secondary);
}

.service-2__item-dsc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-heading-primary);
}

.service-2__item-readmore {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-heading-primary, #010915);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.service-2__item-readmore span {
    width: 0%;
    margin-left: -8px;
    display: block;
    overflow: hidden;
    line-break: strict;
    white-space: nowrap;
}

.service-2__item-readmore i {
    font-size: 14px;
    left: 0;
    top: 0;
}

.service-2__item-readmore:hover {
    color: var(--rr-theme-secondary);
}

.service-2__item:hover .service-2__item-readmore span {
    margin-left: 0;
    width: 100%;
}

.testimonial-thumb__slider {
    position: relative;
    padding-top: 22px;
}

.testimonial-thumb__slider:after {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(1, 9, 21, 0.1);
}

.testimonial-thumb__slider .swiper-slide.swiper-slide-thumb-active .testimonial-thumb__item:after {
    width: 100%;
}

.testimonial-thumb__item:after {
    top: -22px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: var(--rr-theme-primary);
}

.testimonial__item {
    padding: 70px 90px 74px 90px;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
    box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
    border-radius: 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) {
    .testimonial__item {
        padding: 40px 30px;
    }
}

.testimonial__item-des {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: var(--rr-heading-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial__item-des {
        font-size: 25px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__item-des {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial__item-des {
        font-size: 16px;
        line-height: 24px;
    }
}

.testimonial__item-author {
    gap: 12px;
}

.testimonial__item-author-thumb {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    overflow: hidden;
    border-radius: 500px;
}

.testimonial__item-author-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__item-author-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 4px;
    color: var(--rr-heading-primary);
}

.testimonial__item-author-position {
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #6A738B;
}

.our-portfolio__container {
    max-width: 1630px;
}

@media (max-width: 1750px) {
    .our-portfolio__container {
        padding-right: 55px;
        padding-left: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.our-portfolio__item {
    gap: 30px;
    overflow: hidden;
    padding: 154px 213px 128px 170px;
    background: #D2E0EA;
    -webkit-box-shadow: 0px 10px 20px rgba(1, 15, 28, 0.2);
    box-shadow: 0px 10px 20px rgba(1, 15, 28, 0.2);
    margin: 40px;
    border-radius: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .our-portfolio__item {
        padding: 120px 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .our-portfolio__item {
        padding: 100px 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-portfolio__item {
        padding: 80px 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__item {
        padding: 60px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__item {
        padding: 50px 30px;
        margin: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 575px) {
    .our-portfolio__item {
        border-radius: 10px;
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__item {
        gap: 40px;
    }
}

.our-portfolio__item__shape-1 {
    top: -361px;
    right: -254px;
}

.our-portfolio__item-left {
    max-width: 525px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__item-left {
        max-width: 100%;
    }
}

.our-portfolio__item-btn {
    padding: 10.5px 29px;
}

.our-portfolio__item-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-width: 510px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: -15px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .our-portfolio__item-list {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.our-portfolio__item-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: var(--rr-heading-primary);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.our-portfolio__item-list li span {
    border-radius: 500px;
    -webkit-box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
    box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
    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;
    width: 21px;
    height: 21px;
    background: -webkit-gradient(linear, left top, left bottom, from(#20E448), to(#139E30));
    background: linear-gradient(180deg, #20E448 0%, #139E30 100%);
}

.our-portfolio__item-list li span i {
    font-size: 10px;
    color: var(--rr-common-white);
}

.our-portfolio__item-media {
    width: 572px;
    height: 389px;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__item-media {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}

.our-portfolio__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-portfolio__slider {
    margin: -40px;
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__slider {
        margin: inherit;
    }
}

.our-portfolio__slider__arrow {
    position: absolute;
    gap: 10px;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-portfolio__slider__arrow {
        display: none;
    }
}

.our-portfolio__slider__arrow-prev,
.our-portfolio__slider__arrow-next {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    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;
    color: var(--rr-heading-primary);
    border-radius: 500px;
    border: 1px solid rgba(1, 9, 21, 0.2);
    width: 80px;
    height: 80px;
    background: #D2E0EA;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-portfolio__slider__arrow-prev:hover,
.our-portfolio__slider__arrow-prev:focus,
.our-portfolio__slider__arrow-next:hover,
.our-portfolio__slider__arrow-next:focus {
    border-color: var(--rr-heading-primary);
    color: var(--rr-heading-primary);
}

.our-portfolio__slider-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-portfolio__slider-dot .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid var(--rr-heading-primary);
    opacity: 1;
}

.our-portfolio__slider-dot .swiper-pagination-bullet-active {
    border-color: transparent;
    background: var(--rr-theme-primary);
}

.our-procedure__tab {
    border: none;
}

.our-procedure__tab li:last-child {
    margin-bottom: 0;
}

.our-procedure__tab .nav-link {
    padding: 28px 20px;
    padding-right: 50px;
    gap: 18px;
    margin-bottom: 16px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    border-radius: 10px;
}

.our-procedure__tab .nav-link.active {
    -webkit-box-shadow: 0px 10px 120px rgba(11, 23, 40, 0.2);
    box-shadow: 0px 10px 120px rgba(11, 23, 40, 0.2);
    background: var(--rr-common-white);
    border-color: transparent;
}

.our-procedure__tab .nav-link .number {
    border-radius: 500px;
    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: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid rgba(1, 9, 21, 0.14);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: rgba(1, 9, 21, 0.5);
}

.our-procedure__tab .nav-link .text .h5 {
    margin-bottom: 10px;
}

.our-procedure__tab .nav-link .text .p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-heading-primary, #010915);
    opacity: 0.6;
}

.error__content-des {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.error__content .rr-btn {
    border-radius: 10px;
    padding: 13.5px 37.5px;
}

.error__content .rr-btn i {
    font-size: 14px;
    margin-right: 10px;
}

.error__content .rr-btn .text-one,
.error__content .rr-btn .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.skill .row {
    --bs-gutter-x: 0px;
}

.skill .has--border-2,
.skill .has--border-5 {
    border: 1px solid rgba(1, 9, 21, 0.14);
    border-top: 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) {
    .skill .has--border-2,
    .skill .has--border-5 {
        border: 0;
    }
}

.skill .has--border-1,
.skill .has--border-3 {
    border-bottom: 1px solid rgba(1, 9, 21, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .skill .has--border-1,
    .skill .has--border-3 {
        border: 0;
    }
}

.skill .has--border-5 {
    border-bottom: 0;
}

.skill__item {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 81px 40px 81px;
}

@media (max-width: 575px) {
    .skill__item {
        padding: 40px 20px;
    }
}

.skill__item:after {
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: #D2E0EA;
}

.skill__item .text {
    z-index: 1;
    position: relative;
}

.skill__item-icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#904EFD), to(#6000FF));
    background: linear-gradient(180deg, #904EFD 0%, #6000FF 100%);
}

.skill__item-title {
    margin-bottom: 12px;
    font-weight: var(--rr-fw-sbold);
}

.skill__item-desc {
    margin-bottom: 35px;
}

.skill__item-arrow {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    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;
    border: 1px solid rgba(1, 9, 21, 0.1);
}

.skill__item:hover {
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 40px 40px rgba(1, 15, 28, 0.06);
    box-shadow: 0px 40px 40px rgba(1, 15, 28, 0.06);
}

.skill__item:hover .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.skill__item:hover:after {
    z-index: 0;
    opacity: 1;
}

.skill__item:hover .text {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.skill__item:hover .skill__item-icon {
    opacity: 0;
    z-index: 0;
}

.skill__item:hover .skill__item-arrow {
    background: var(--rr-theme-primary);
    border: transparent;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

@media (max-width: 575px) {
    .skill__item:hover .skill__item-arrow {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

.skill__item:hover .skill__item-arrow svg path[stroke="#010915"] {
    stroke: var(--rr-common-white);
}

.our-services-2 .section__title-wrapper {
    max-width: 824px;
    margin-left: auto;
    margin-right: auto;
}

.our-services-2 .row {
    --bs-gutter-x: 0px;
}

.our-services-2 .has--border-2,
.our-services-2 .has--border-5 {
    border: 1px solid rgba(1, 9, 21, 0.14);
    border-top: 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) {
    .our-services-2 .has--border-2,
    .our-services-2 .has--border-5 {
        border: none;
    }
}

.our-services-2 .has--border-1,
.our-services-2 .has--border-3 {
    border-bottom: 1px solid rgba(1, 9, 21, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-services-2 .has--border-1,
    .our-services-2 .has--border-3 {
        border: none;
    }
}

.our-services-2 .has--border-5 {
    border-bottom: 0;
}

.our-services-2__item {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 48px 40px 64px;
    border-radius: 15px;
    height: 100%;
}

@media (max-width: 575px) {
    .our-services-2__item {
        padding: 40px 20px 40px;
    }
}

.our-services-2__item:after {
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: var(--rr-common-white);
}

.our-services-2__item .text {
    z-index: 1;
    position: relative;
}

.our-services-2__item-icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#904EFD), to(#6000FF));
    background: linear-gradient(180deg, #904EFD 0%, #6000FF 100%);*/
}

.our-services-2__item-title {
    margin-bottom: 12px;
    font-weight: var(--rr-fw-sbold);
}

.our-services-2__item-desc {
    margin-bottom: 35px;
}

.our-services-2__item-arrow {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    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;
    border: 1px solid rgba(1, 9, 21, 0.1);
}

.our-services-2__item:hover {
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 40px 40px rgba(1, 15, 28, 0.06);
    box-shadow: 0px 40px 40px rgba(1, 15, 28, 0.06);
}

.our-services-2__item:hover:after {
    z-index: 0;
    opacity: 1;
}

.our-services-2__item:hover .text {
    -webkit-transform: translate(0, -70px);
    transform: translate(0, -70px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .our-services-2__item:hover .text {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
}

.our-services-2__item:hover .our-services-2__item-icon {
    opacity: 0;
    z-index: 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) {
    .our-services-2__item:hover .our-services-2__item-icon {
        display: none;
    }
}

.our-services-2__item:hover .our-services-2__item-arrow {
    background: var(--rr-theme-primary);
    border: transparent;
}

.our-services-2__item:hover .our-services-2__item-arrow svg path[stroke="#010915"] {
    stroke: var(--rr-common-white);
}

.box__item {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 48px 40px 64px;
    background-color: #5B01AE;
}

@media (max-width: 575px) {
    .box__item {
        padding: 40px 20px 40px;
    }
}

.box__item:after {
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: var(--rr-common-white);
}

.box__item .text {
    z-index: 1;
    position: relative;
}

.box__item-icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#904EFD), to(#6000FF));
    background: linear-gradient(180deg, #904EFD 0%, #6000FF 100%);
}

.box__item-title {
    margin-bottom: 12px;
    font-weight: var(--rr-fw-sbold);
}

.box__item-desc {
    margin-bottom: 35px;
}

.box__item-hidden-item {
    top: 0;
    left: 50%;
    opacity: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -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-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box__item:hover {
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 40px 40px rgba(1, 15, 28, 0.06);
    box-shadow: 0px 40px 40px rgba(1, 15, 28, 0.06);
}

.box__item:hover:after {
    z-index: 0;
    opacity: 1;
}

.box__item:hover .box__item-show-item {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.box__item:hover .box__item-hidden-item {
    opacity: 100%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.pricing .section__title-wrapper {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
}

.pricing__card {
    padding: 45px 50px 50px;
    border-radius: 12px;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
    box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing__card {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .pricing__card {
        padding: 30px 20px;
    }
}

.pricing__card.personal {
    background-color: var(--rr-heading-primary);
}

.pricing__card.personal .pricing__card-title {
    color: var(--rr-common-white);
}

.pricing__card.personal .pricing__card-price h2 {
    color: var(--rr-common-white);
}

.pricing__card.personal .pricing__card-price h2 span:last-child {
    color: rgba(255, 255, 255, 0.7);
}

.pricing__card.personal p {
    color: rgba(255, 255, 255, 0.7);
}

.pricing__card.personal .pricing__card-body {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pricing__card.personal .pricing__card-body ul li {
    color: var(--rr-common-white);
}

.pricing__card.personal .pricing__card-body ul li.color-gary {
    color: rgba(255, 255, 255, 0.6);
}

.pricing__card.personal .rr-btn .btn-wrap .text-one,
.pricing__card.personal .rr-btn .btn-wrap .text-two {
    color: var(--rr-theme-primary);
}

.pricing__card-title {
    color: #1B2A52;
    margin-bottom: 17px;
    font-weight: var(--rr-fw-sbold);
}

.pricing__card p {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

.pricing__card-price h2 span:last-child {
    font-size: 16px;
    color: #6A738B;
    font-weight: var(--rr-fw-medium);
}

.pricing__card-body {
    padding-top: 35px;
    border-top: 1px solid rgba(1, 9, 21, 0.12);
}

.pricing__card-body ul {
    list-style: none;
}

.pricing__card-body ul li {
    gap: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

@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) {
    .pricing__card-body ul li {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.pricing__card-body ul li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing__card-body ul li.color-gary {
    color: #6A738B;
}

.pricing__card .rr-btn {
    width: 100%;
}

.toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    opacity: 0.7;
}

.toggler.active {
    opacity: 1;
    font-weight: 700;
}

.toggle {
    width: 70px;
    height: 34px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background-color: var(--rr-theme-primary);
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked~.switch {
    right: 5px;
    left: 57.5%;
    -webkit-transition-delay: 0.08s, 0s;
    transition-delay: 0.08s, 0s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.switch {
    position: absolute;
    left: 5px;
    top: 4px;
    z-index: 1;
    bottom: 4px;
    right: 57.5%;
    background-color: var(--rr-common-white);
    border-radius: 500px;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: 0s, 0.08s;
    transition-delay: 0s, 0.08s;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.testimonial-2 {
    overflow: hidden;
}

.testimonial-2__media {
    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) {
    .testimonial-2__media {
        display: none;
    }
}

.testimonial-2__media-left img {
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
}

.testimonial-2__media-left .image-1 {
    left: 30px;
    top: 0;
}

.testimonial-2__media-left .image-2 {
    left: -115px;
    top: 224px;
}

.testimonial-2__media-left .image-3 {
    left: 30px;
    top: 468px;
}

.testimonial-2__media-right img {
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
}

.testimonial-2__media-right .image-4 {
    right: 30px;
    top: 0;
}

.testimonial-2__media-right .image-5 {
    right: -115px;
    top: 224px;
}

.testimonial-2__media-right .image-6 {
    right: 30px;
    top: 468px;
}

.testimonial-2__slider {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-2__slider__arrow {
    gap: 20px;
}

.testimonial-2__slider__arrow-prev i,
.testimonial-2__slider__arrow-next i {
    font-size: 14px;
    color: var(--rr-heading-primary);
}

.testimonial-2__slider__arrow-prev:hover i,
.testimonial-2__slider__arrow-next:hover i {
    opacity: 0.5;
}

.testimonial-2__slider__pagination {
    width: inherit;
}

.testimonial-2__slider__pagination span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--rr-heading-primary, #010915);
}

.testimonial-2__slider__pagination .swiper-pagination-current {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(1, 9, 21, 0.7);
}

.testimonial-2__item {
    position: relative;
}

.testimonial-2__item-shape img {
    left: 50%;
    position: absolute;
    top: calc(50% + 7px);
    -webkit-transform: translate(-50%, -38%);
    transform: translate(-50%, -38%);
    z-index: -1;
}

.testimonial-2__item-rating {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
}

.testimonial-2__item-desc {
    text-align: center;
    color: rgba(1, 9, 21, 0.7);
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h3);
}

@media (max-width: 575px) {
    .testimonial-2__item-desc {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 450px) {
    .testimonial-2__item-desc {
        font-size: 18px;
        line-height: 24px;
    }
}

.testimonial-2__item__author {
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-2__item__author-thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-2__item__author-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-2__item__author-text h6 {
    margin-bottom: 4px;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
}

.testimonial-2__item__author-text span {
    font-size: 15px;
    color: #6A738B;
}

.process .description {
    padding-left: 80px;
    color: rgba(1, 9, 21, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .process .description {
        padding-left: 0;
    }
}

.process__item.has--item-2 {
    margin-top: 40px;
}

.process__item.has--item-3 {
    margin-top: 80px;
}

@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) {
    .process__item.has--item-3 {
        margin-top: 40px;
    }
}

.process__item.has--item-4 {
    margin-top: 120px;
}

@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) {
    .process__item.has--item-4 {
        margin-top: 40px;
    }
}

.process__item-border {
    position: relative;
    width: calc(100% - 40px);
    border-top: 1px solid rgba(1, 9, 21, 0.16);
    margin-bottom: 45px;
}

.process__item-border::before {
    left: 0;
    width: 5px;
    top: -3px;
    height: 5px;
    content: "";
    position: absolute;
    border-radius: 500px;
    background: rgba(1, 9, 21, 0.16);
}

.process__item-border span {
    top: -20px;
    width: 40px;
    height: 40px;
    right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -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;
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    border: 1px solid rgba(1, 9, 21, 0.16);
}

.process__item-title {
    margin-bottom: 19px;
    font-weight: var(--rr-fw-bold);
}

.process__item p {
    max-width: 269.4px;
    color: rgba(1, 9, 21, 0.6);
}

.process__item:hover .process__item-border {
    border-color: var(--rr-theme-secondary, #F3682D);
}

.process__item:hover .process__item-border::before {
    background: var(--rr-theme-secondary, #F3682D);
}

.process__item:hover .process__item-border span {
    background: var(--rr-theme-secondary, #F3682D);
    border-color: transparent;
    color: var(--rr-common-white);
}

.process__item-secondary:hover .process__item-border {
    border-color: var(--rr-theme-primary);
}

.process__item-secondary:hover .process__item-border::before {
    background: var(--rr-theme-primary);
}

.process__item-secondary:hover .process__item-border span {
    background: var(--rr-theme-primary);
}

.pricing-2 .section__title-wrapper {
    max-width: 774px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-2 .has--top-title {
    margin-top: -20px;
    background: #F3682D;
    border-radius: 16px 16px 0px 0px;
    font-size: 18px;
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 11px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-2 .has--top-title {
        margin-top: 0;
    }
}

.pricing-2__card {
    padding: 45px 50px 50px;
    border-radius: 16px;
    background: var(--rr-common-white);
    -webkit-box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
    box-shadow: 0px 2px 2px rgba(8, 23, 46, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-2__card {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .pricing-2__card {
        padding: 30px 20px;
    }
}

.pricing-2__card.pro-plan {
    background-color: var(--rr-heading-primary);
    border-radius: 0px 0px 16px 16px;
    margin-top: -20px;
}

.pricing-2__card.pro-plan .pricing-2__card-title {
    color: var(--rr-common-white);
}

.pricing-2__card.pro-plan .pricing-2__card-price h2 {
    color: var(--rr-common-white);
}

.pricing-2__card.pro-plan .pricing-2__card-price h2 span:last-child {
    color: var(--rr-common-white);
}

.pricing-2__card.pro-plan p {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-2__card.pro-plan .pricing-2__card-body {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pricing-2__card.pro-plan .pricing-2__card-body ul li {
    color: var(--rr-common-white);
}

.pricing-2__card.pro-plan .pricing-2__card-body ul li.color-gary {
    color: rgba(255, 255, 255, 0.6);
}

.pricing-2__card.pro-plan .rr-btn .btn-wrap .text-one,
.pricing-2__card.pro-plan .rr-btn .btn-wrap .text-two {
    color: var(--rr-common-white);
}

.pricing-2__card img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}

.pricing-2__card-title {
    color: #1B2A52;
    margin-bottom: 17px;
    font-weight: var(--rr-fw-sbold);
}

.pricing-2__card p {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

.pricing-2__card-price h2 span:last-child {
    font-size: 16px;
    color: #6A738B;
    font-weight: var(--rr-fw-medium);
}

.pricing-2__card-body {
    padding-top: 35px;
    border-top: 1px solid rgba(1, 9, 21, 0.12);
}

.pricing-2__card-body ul {
    list-style: none;
}

.pricing-2__card-body ul li {
    gap: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

@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) {
    .pricing-2__card-body ul li {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.pricing-2__card-body ul li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing-2__card-body ul li.color-gary {
    color: #6A738B;
}

.pricing-2__card .rr-btn {
    width: 100%;
    background: #F3682D;
}

.switch-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 30px;
    background: var(--rr-common-white);
    border: 1px solid rgba(1, 9, 21, 0.14);
}

.switch-wrapper label {
    z-index: 1;
    font-size: 16px;
    opacity: 0.7;
    cursor: pointer;
    padding: 4px 22px;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.switch-wrapper .highlighter {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 30px;
    width: calc(50% - 0px);
    background: #F3682D;
    height: calc(100% - 0px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.switch-wrapper [type=radio] {
    position: absolute;
    left: -9999px;
}

.switch-wrapper [type=radio]:checked#monthly~label[for=monthly],
.switch-wrapper [type=radio]:checked#yearly~label[for=yearly] {
    color: var(--rr-common-white);
    opacity: 100%;
}

.switch-wrapper [type=radio]:checked#monthly+label[for=yearly]~.highlighter {
    -webkit-transform: none;
    transform: none;
}

.switch-wrapper [type=radio]:checked#yearly+label[for=monthly]~.highlighter {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.contact-us__info-wrapper {
    background-color: #D2E0EA;
    padding: 120px 155px;
    margin-left: -155px;
    margin-right: -155px;
    border-radius: 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) {
    .contact-us__info-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us__info-wrapper {
        padding: 80px 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact-us__info-wrapper {
        padding: 60px 20px;
    }
}

.contact-us__info-item {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-us__info-item:not(:last-child) {
    margin-bottom: 30px;
}

.contact-us__info-item__icon {
    width: 70px;
    height: 70px;
    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: rgba(255, 255, 255, 0.5);
}

.contact-us__info-item__text h4 {
    margin-bottom: 5px;
}

.contact-us__info-item__text a {
    color: rgba(1, 9, 21, 0.7);
    font-size: 15px;
}

.contact-us__info-item__text a:hover {
    color: var(--rr-theme-primary);
}

.contact-us__info-item__text span {
    font-size: 15px;
    color: rgba(1, 9, 21, 0.7);
}

.contact-us-message__form {
    margin-left: 40px;
    margin-right: 37px;
}

@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-us-message__form {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }
}

.contact-us-message__form .g-20 {
    --bs-gutter-x: 20px;
}

.contact-us-message__form-input {
    position: relative;
    margin-bottom: 16px;
    line-height: 0;
}

.contact-us-message__form-input-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

@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-us-message__form-input-select {
        margin-bottom: 0;
    }
}

.contact-us-message__form-input input,
.contact-us-message__form-input textarea {
    padding: 17px 20px;
    padding-right: 45px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-family: var(--rr-ff-jost);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50px;
    color: var(--rr-text-body);
    background-color: #E5EDF2;
}

.contact-us-message__form-input input:focus,
.contact-us-message__form-input input:focus-visible,
.contact-us-message__form-input textarea:focus,
.contact-us-message__form-input textarea:focus-visible {
    outline: none;
    background-color: var(--rr-common-white);
}

.contact-us-message__form-input input::-webkit-input-placeholder,
.contact-us-message__form-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
    font-weight: 400;
    font-size: 16px;
}

.contact-us-message__form-input input::-moz-placeholder,
.contact-us-message__form-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
    font-weight: 400;
    font-size: 16px;
}

.contact-us-message__form-input input:-ms-input-placeholder,
.contact-us-message__form-input textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
    font-weight: 400;
    font-size: 16px;
}

.contact-us-message__form-input input::-ms-input-placeholder,
.contact-us-message__form-input textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
    font-weight: 400;
    font-size: 16px;
}

.contact-us-message__form-input input::placeholder,
.contact-us-message__form-input textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
    font-weight: 400;
    font-size: 16px;
}

.contact-us-message__form-input textarea {
    min-height: 154px;
    border-radius: 16px;
}

.contact-us-message__form-input i {
    position: absolute;
    top: calc(50% - 1px);
    right: 23px;
    font-family: var(--rr-ff-fontawesome);
    color: #7F879E;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
}

.contact-us-message__form .nice-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    outline: none;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: inherit;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 22px;
    padding-bottom: 23px;
    border: 1px solid rgba(1, 9, 21, 0.1);
    background-color: #E5EDF2;
    height: 50px;
    font-family: var(--rr-ff-jost);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 7px;
    border-radius: 50px;
    color: var(--rr-text-body);
}

@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-us-message__form .nice-select {
        margin-bottom: 20px;
    }
}

.contact-us-message__form .nice-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
}

.contact-us-message__form .nice-select::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
}

.contact-us-message__form .nice-select:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
}

.contact-us-message__form .nice-select::-ms-input-placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

.contact-us-message__form .nice-select::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

.contact-us-message__form .nice-select:hover {
    border-color: #EAEAEA;
}

.contact-us-message__form .nice-select:active,
.contact-us-message__form .nice-select.open,
.contact-us-message__form .nice-select:focus {
    border-color: #EAEAEA;
}

.contact-us-message__form .nice-select::after {
    position: absolute;
    content: "\f107";
    top: calc(50% - 1px);
    right: 23px;
    font-family: var(--rr-ff-fontawesome);
    color: #7F879E;
    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;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
}

.contact-us-message__form .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.contact-us-message__form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.contact-us-message__form .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.contact-us-message__form .nice-select.disabled::after {
    border-color: #cccccc;
}

.contact-us-message__form .nice-select.wide {
    width: 100%;
}

.contact-us-message__form .nice-select.wide .list {
    left: 0;
    right: 0;
}

.contact-us-message__form .nice-select.right {
    float: right;
}

.contact-us-message__form .nice-select.right .list {
    left: auto;
    right: 0;
}

.contact-us-message__form .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.contact-us-message__form .nice-select.small::after {
    height: 4px;
    width: 4px;
}

.contact-us-message__form .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.contact-us-message__form .nice-select .list {
    border: 1px solid #C9F3FF;
    width: 100%;
    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;
}

.contact-us-message__form .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    outline: none;
    padding: 3px 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    color: #74787C;
    transition: all 0.2s;
}

.contact-us-message__form .nice-select .option:hover {
    background-color: #f6f7f9;
}

.contact-us-message__form .nice-select .option.selected {
    font-weight: bold;
}

.contact-us-message__form .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.contact-us-message__form .no-csspointerevents .nice-select .list {
    display: none;
}

.contact-us-message__form .no-csspointerevents .nice-select.open .list {
    display: block;
}

.contact-us-message__form .rr-btn {
    width: 100%;
}

.team-details__media {
    overflow: hidden;
    border-radius: 12px;
}

.team-details__media img {
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-details__content {
    margin-left: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .team-details__content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .team-details__content {
        margin-top: 40px;
    }
}

.team-details__content-sub-title {
    color: var(--rr-theme-primary);
    font-weight: var(--rr-fw-medium);
}

.team-details__content p {
    color: rgba(1, 9, 21, 0.7);
}

.team-details__socail-title {
    font-weight: var(--rr-fw-bold);
}

.team-details__socail ul {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-details__socail ul li a {
    width: 46px;
    height: 46px;
    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;
}

.team-details__socail ul li a i {
    color: var(--rr-theme-primary);
}

.team-details__socail ul li a:hover {
    background-color: var(--rr-theme-primary);
}

.team-details__socail ul li a:hover i {
    color: var(--rr-common-white);
}

.service-details__content {
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-details__content {
        padding-right: 0;
    }
}

.service-details__content-media {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-details__content-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.service-details__content p {
    color: rgba(1, 9, 21, 0.7);
}

.service-details__content blockquote {
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
    padding-right: 74px;
    margin-bottom: 23px;
    padding-bottom: 50px;
    background-color: #D2E0EA;
    border-radius: 10px;
}

.padding50-pc {
    box-sizing: border-box;
    padding: 50px;
}

@media (max-width: 575px) {
    .service-details__content blockquote {
        padding: 40px 20px;
    }
    .padding50-pc {
        padding: 20px
    }
}

.service-details__content blockquote p {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

.service-details__content blockquote h6 {
    margin-left: 40px;
    position: relative;
    color: var(--rr-theme-primary);
}

.service-details__content blockquote h6::before {
    left: 0;
    top: 50%;
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    -webkit-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%);
    background-color: var(--rr-theme-primary);
}

.service-details__content blockquote span {
    right: 56px;
    bottom: 24px;
    position: absolute;
}

.project-details__content {
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .project-details__content {
        padding-right: 0;
    }
}

.project-details__content-media {
    overflow: hidden;
    margin-bottom: 40px;
}

.project-details__content-media img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-details__content p {
    color: rgba(1, 9, 21, 0.7);
}

.project-details__content-thumb {
    overflow: hidden;
    width: 395px;
    height: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .project-details__content-thumb {
        max-width: 100%;
        height: auto;
    }
}

.project-details__content-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.project-details__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-width: 497px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: -15px;
}

@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__list {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.project-details__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: var(--rr-heading-primary);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.project-details__list li span {
    border-radius: 500px;
    -webkit-box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
    box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
    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;
    width: 21px;
    height: 21px;
    background: -webkit-gradient(linear, left top, left bottom, from(#20E448), to(#139E30));
    background: linear-gradient(180deg, #20E448 0%, #139E30 100%);
}

.project-details__list li span i {
    font-size: 10px;
    color: var(--rr-common-white);
}

.submit-mark {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.email-float {
    width: 25%;
    background-color: #fff;
    min-height: 100px;
    padding: 20px 30px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
}

.subscribe-close-box {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.subscribe-close-box img {
    width: 100%
}

.subscribe-continer {
    width: 100%;
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}

.subscribe-text {
    font-size: 26px;
    color: #343434
}

@media (max-width: 575px) {
    .email-float {
        width: 96%
    }
}


/* news */

.news-page-wrap {
    min-height: 300px;
    background-color: rgba(248, 248, 248, 1);
    padding-top: 60px;
    padding-bottom: 60px;
}

.x-news-lists {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.x-news-lists>li {
    width: 33.33%;
    position: relative;
    margin-bottom: 15px;
}

.x-news-lists>li .im-content {
    padding: 30px;
    animation-delay: 0.0s, 0.6s;
    animation-duration: 0.6s, 0.6s;
    animation-iteration-count: 1, 1
}

.x-news-lists>li .txt1 {
    display: flex;
    align-items: center;
}

.x-news-lists>li .txt1 span {
    width: 0px;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    animation-delay: 0.0s, 0.2s;
    animation-duration: 0.6s, 0.6s;
    animation-iteration-count: 1, 1;
    background-color: #fff;
    height: 1px;
}

.x-news-lists>li .txt1 h3 {
    width: 100%;
    flex: 1;
    min-width: 1px;
}

.x-news-lists>li .txt1 h3 a {
    display: block;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    font-weight: 400;
    color: rgba(64, 64, 64, 1);
    font-family: "Microsoft YaHei";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-news-lists>li .txt2 {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgba(166, 166, 166, 1);
    line-height: 1;
}

.x-news-lists>li .txt3 {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
    color: rgba(153, 153, 153, 1);
}

.x-news-lists>li .txt1 .img2 {
    position: relative;
    width: 100%;
    top: 0;
    padding-bottom: 100%;
    background: no-repeat center center;
    background-size: cover;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.x-news-lists>li .txt1 .img2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.x-news-lists>li:hover {
    background: rgb(147 186 183);
    background-color: rgb(147 186 183);
}

.x-news-lists>li:hover .txt1 span {
    width: 20px;
    margin-right: 5px;
}

.x-news-lists>li:hover * {
    color: #fff!important;
}


/* */

@media (max-width:1280px) {
    .x-news-lists>li {
        width: 50%;
    }
    .x-news-lists>li .im-content {
        padding: 25px;
    }
}

@media (max-width:992px) {
    .x-news-lists>li {
        width: 50%;
    }
    .x-news-lists>li .im-content {
        padding: 20px;
    }
}

@media (max-width:768px) {
    .x-news-lists>li {
        width: 100%;
    }

    .case-studies__slider-dot{
        bottom: 20px!important;
    }

}

.scontent p img {
    max-width: 100%!important;
}


/* home-section2 */
.home-section2{
    position: relative;
    padding-top: 4.166vw;
}

.bi-img{
    margin-bottom: 4.166vw;
    display: flex;
    justify-content: center;
}
.bi-img img{
    border-radius: 15px;
    max-width: 100%;
}

.number2{position: relative;}
.number2 li{position: relative;transition: all 0.8s;-webkit-transition: all 0.8s;;flex: 1;}
.number2 li h3 {color: #74859b;display: inline-block;}
.number2 li h3 i {font-style: inherit;color: #74859b;font-size: 48px;font-weight: 600;font-family: "impact";line-height: 1;}
.number2 li h3 span {font-size: 16px;font-weight: normal;font-style: inherit;color: #919699;}
.number2 li p {font-size: 14px;line-height: 1.3;color: #919699;padding-top: 5px;font-weight: normal;margin-bottom: 20px;}


.tab-top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.tab-top li{
    position: relative;
    margin: 0 1.5625vw;
}
.tab-top li span{
    display: flex;
     align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    padding: 15px 4.166vw;
    border-radius: 10px;
    font-size: 28px;
    color: #000;
}
.tab-top li span i{
    display: block;
    width: 28px;
    height: 28px;
    background: url(//wm.cdn.cn86.cn/lishuibinggu/2025/11/57a2c10f52qqipf6.png) no-repeat;
    margin-right: 10px;
}
.tab-top li.on span{
     background-color: #a4b1c2;
     color: #fff;
}
.tab-top li.on span i{
    background-image: url(//wm.cdn.cn86.cn/lishuibinggu/2025/11/408eb42a5dc8wlwt.png);
}

.tab-top li.on::after{
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 15px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #a4b1c2 transparent transparent transparent;
    border-bottom: none;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    z-index: 99;
}



.h-photo-listx{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.h-photo-listx li{
    position: relative;
    width: calc(50% - 40px);
    margin: 0 20px 30px 20px;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    transition: all .3s ease;
    cursor: pointer;
}
.h-photo-listx li:hover{
    background-color: #d6e2f2;
}

.h-photo-listx li .img img{
    display: block;
    width: 100%;
}

.h-photo-listx li .txt{
    padding: 20px 10px;
    position: relative;
}

.h-photo-listx li .txt::after{
    position: absolute;
    right: 1.5625vw;
    bottom: 2.60416vw;
    z-index: 9;
    content: "";
    width: 118px;
    height: 10px;
    background: url(//wm.cdn.cn86.cn/lishuibinggu/2025/11/580152ca06jfb805.png) no-repeat center;
}

.h-photo-listx li .txt > div{
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
    color:#000;
}

.h-photo-listx li .txt .pa1{
    background: url(//wm.cdn.cn86.cn/lishuibinggu/2025/11/c48fe98f5eiwomh0.png) no-repeat left 7px;
}
.h-photo-listx li .txt .pa2{
    background: url(//wm.cdn.cn86.cn/lishuibinggu/2025/11/1554dbc8afniktzw.png) no-repeat left 7px;
}
.h-photo-listx li .txt .pa3{
    background: url(//wm.cdn.cn86.cn/lishuibinggu/2025/11/7265321c79jttmlo.png) no-repeat left 7px;
}


@media (max-width: 992px){
    .h-photo-listx li{
         width: calc(100% - 40px);
        margin: 0 20px 30px 20px;
    }
    .tab-top li span{
        font-size: 22px;
    }
}

@media (max-width: 768px){
    .tab-top{
        margin-bottom: 40px;
    }
    .tab-top li span{
        font-size: 18px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .tab-top li span i{
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .mb-50{
        margin-bottom: 30px!important;
    }

    .number2 li{
        flex: 0 0 50%;
    }

}