html, body{
min-height: 100vh;
display: flex;
flex-direction: column;

}
 .subscribe__area{
    margin-top: auto;
}

.pricing-card {
    position: relative;
    border-radius: 5px;
    border: 2px solid var(--rs-gray-200);
    padding: 40px 50px
}

.leading_Section div h4,
.leading_Section div p,
body {
    font-family: var(--rs-ff-body)
}

.mouse-cursor,
.nice-select .list,
.nice-select::after,
.ui-checkboxradio-disabled,
.ui-state-disabled,
.whatsapp svg {
    pointer-events: none
}

*,
ul {
    padding: 0;
    margin: 0
}

.bg-theme-primary,
.header-1.rs-sticky .main-menu ul li .submenu li:hover>a::before,
.main-menu ul li .mega-menu li ul li:hover>a::before,
.main-menu-2 ul li .submenu li:hover>a::before,
.offcanvas__social ul li a:hover,
.pricing-card-button:before,
.rs-btn.btn-transparent.btn-border-gray:hover i,
.rs-btn.btn-transparent::before,
.theme-bg-1 {
    background-color: var(--rs-theme-primary)
}

.new_butn:hover,
.nice-select,
.sidebar__toggle,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
button:hover {
    cursor: pointer
}

.rs-theme-light:root,
:root {
    --rs-border-primary: #ff6138
}

.ui-icon,
.ui-spinner,
.ui-spinner-input {
    vertical-align: middle
}

.backtotop-wrap::after,
.main-menu ul li.has-dropdown>a::after,
.mfp-close::after,
.nice-select::after {
    font-family: var(--rs-ff-fontawesome)
}

.home__menu-grid,
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr)
}

.bar-icon,
.home__menu-buttons,
.sidebar__widget-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.about-us-insurance__card-media img,
.about-us-insurance__life-coverage .nav-item button,
.active-team__item-media img,
.active-team__item-social,
.active_team_slider .rs-swiper-dot .swiper-pagination-bullet,
.active_team_slider .rs-swiper-dot .swiper-pagination-bullet:after,
.banner-2__top-right .banner-2-circle,
.banner-2__top-right .banner-2-circle svg path,
.best-offers__item-body i,
.blog-news__item-text,
.blog__details-bottom .share-social-media a svg path,
.blog__pagination a,
.body__overlay,
.brand__thumb img,
.btn,
.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet,
.feedback__item__home:after,
.footer__link ul li a::before,
.footer__widget-4 .footer__link ul li a::before,
.footer__widget-5 .footer__link ul li a::before,
.home-4-blog-news__item-date,
.home-4-blog-news__item-media img,
.home-4-blog-news__item-meta li a,
.home-4-latest-gallery__item-text,
.home-4-latest-service__item-media img,
.home-4-latest-service__item-text h4,
.home-4-latest-service__item:before,
.latest-gallery__item-content-right,
.latest-gallery__item-content-right:after,
.latest-gallery__item-media img,
.latest-service__item:after,
.latest-work-5__item-content,
.latest-work-5__item-content .title,
.main-menu ul li .mega-menu,
.main-menu ul li .mega-menu li ul li a::before,
.main-menu ul li .submenu,
.main-menu ul li .submenu li a::before,
.main-menu ul li.has-dropdown>a::after,
.mean-container .mean-nav ul li>a.mean-expand i,
.offcanvas__navigation button svg,
.offcanvas__overlay,
.our-key-eature-5__item-media img,
.our-key-eature-5__item-text .readmore,
.our-key-eature-5__item-text .readmore svg,
.our-key-eature-5__item-text .title,
.our-services__item,
.our-services__item .readmore svg path,
.our-services__item:after,
.our-team__item,
.our-team__item:after,
.portfolio__item-text,
.portfolio__item-text:after,
.project-details .project-navigation .rs-btn i,
.recent-project__item-text,
.rs-btn svg path,
.rs-btn.btn-transparent.btn-border-gray i,
.service-item,
.service-item__icon,
.service-item__icon svg path,
.sidebar__widget-category a i,
.transition-3,
.work-process__item,
.work-process__item-body button,
.work-process__item-body button i,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
select,
span,
sub,
sup,
svg,
textarea {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.breadcrumb__menu ul li:not(:last-child)::before,
.nice-select::after,
.rs__faq .accordion-button::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

:root {
    --rs-ff-body: "Outfit", sans-serif;
    --rs-ff-heading: "Outfit", sans-serif;
    --rs-ff-rubik: "Rubik", sans-serif;
    --rs-ff-fontawesome: "Font Awesome 6 Free";
    --rs-common-blue: #317efe;
    --rs-common-white: #ffffff;
    --rs-common-black: #000000;
    --rs-common-black-2: #121212;
    --rs-common-yellow: #dff25d;
    --rs-common-placeholder: #484949;
    --rs-common-selection: #1745b3;
    --rs-body-primary: #ffffff;
    --rs-theme-primary: #2f394e;
    --rs-heading-primary: #00160a;
    --rs-text-body: #484949;
    --rs-text-primary: #fff;
    --rs-gray-900: #2f394e;
    --rs-gray-800: #2f394e;
    --rs-gray-700: #2f394e;
    --rs-gray-600: #2f394e;
    --rs-gray-200: #e3e8f4;
    --rs-gray-100: #f9f9f9;
    --rs-shadow-xl: #fff;
    --rs-shadow-l: #fff;
    --rs-shadow-m: #fff;
    --rs-shadow-s: #fff;
    --rs-border-secondary: #ff6138;
    --rs-fw-normal: normal;
    --rs-fw-thin: 100;
    --rs-fw-elight: 200;
    --rs-fw-light: 300;
    --rs-fw-regular: 400;
    --rs-fw-medium: 500;
    --rs-fw-sbold: 600;
    --rs-fw-bold: 700;
    --rs-fw-ebold: 800;
    --rs-fw-black: 900;
    --rs-fs-body: 16px;
    --rs-fs-body2: 14px;
    --rs-fs-p: 15px;
    --rs-fs-h1: 60px;
    --rs-fs-h2: 40px;
    --rs-fs-h3: 27px;
    --rs-fs-h4: 24px;
    --rs-fs-h5: 18px;
    --rs-fs-h6: 16px;
    --rs-lh-body: 26px;
    --rs-lh-body2: 17px;
    --rs-lh-p: 26px;
    --rs-lh-h1: 70px;
    --rs-lh-h2: 58px;
    --rs-lh-h3: 37px;
    --rs-lh-h4: 34px;
    --rs-lh-h5: 22px;
    --rs-lh-h6: 24px
}

*,
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-size: var(--rs-fs-body);
    font-weight: 400;
    color: var(--rs-text-body);
    line-height: 26px;
    background: var(--rs-body-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-arrow-right {
    color: #ff4500
}

.h1 h2,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h3,
h4,
h5,
h6 {
    font-family: var(--rs-ff-heading);
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: var(--rs-fw-medium);
    word-break: break-word
}

.h1,
h1 {
    font-size: var(--rs-fs-h1);
    line-height: var(--rs-lh-h1)
}

.h2,
h2 {
    font-size: var(--rs-fs-h2);
    line-height: var(--rs-lh-h2)
}

.breadcrumb__menu ul li.active span,
.h3,
h3 {
    font-size: var(--rs-fs-h3);
    line-height: var(--rs-lh-h3)
}

.h4,
h4 {
    font-size: var(--rs-fs-h4);
    line-height: var(--rs-lh-h4)
}

.h5,
h5 {
    font-size: var(--rs-fs-h5);
    line-height: var(--rs-lh-h5)
}

.h6,
h6 {
    font-size: var(--rs-fs-h6);
    line-height: var(--rs-lh-h6)
}

p {
    font-size: var(--rs-fs-p);
    font-weight: var(--rs-fw-normal);
    color: var(--rs-text-body);
    margin-bottom: 15px;
    line-height: 26px
}

.body-2 {
    font-size: var(--rs-fs-body2);
    line-height: var(--rs-lh-body2);
    font-weight: var(--rs-fw-light)
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited,
a {
    text-decoration: none
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit
}

a,
button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.blog-news__item-text h4,
.blog__details-content .blog__details-meta li,
.blog__details-content ul li,
.capitalize,
.footer__widget-title h4,
.main-menu ul li>a,
.new_butn,
.pack-header h3.pack-name,
.pricing-button,
.rs-btn,
.service-item .title,
.sidebar__widget-title {
    text-transform: capitalize
}

hr:not([size]) {
    margin: 0;
    border-color: var(--rs-border-primary);
    opacity: 1;
    border-width: 1px
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    outline: 0;
    background-color: rgba(255, 255, 255, .1);
    height: 60px;
    width: 100%;
    font-size: 16px;
    color: var(--rs-common-white);
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, .3)
}

::-moz-selection {
    background: var(--rs-common-selection);
    color: var(--rs-common-white);
    text-shadow: none
}

::selection {
    background: var(--rs-common-selection);
    color: var(--rs-common-white);
    text-shadow: none
}

::-moz-placeholder::-webkit-input-placeholder {
    color: var(--rs-common-placeholder)
}

::-moz-placeholder:-ms-input-placeholder {
    color: var(--rs-common-placeholder)
}

::-webkit-input-placeholder {
    opacity: 1;
    font-size: 16px
}

::-moz-placeholder {
    opacity: 1;
    font-size: 16px
}

:-ms-input-placeholder {
    opacity: 1;
    font-size: 16px
}

::-ms-input-placeholder {
    opacity: 1;
    font-size: 16px
}

::placeholder {
    opacity: 1;
    font-size: 16px
}

::-webkit-input-placeholder::-webkit-input-placeholder {
    color: var(--rs-common-placeholder)
}

::placeholder::-webkit-input-placeholder {
    color: var(--rs-common-placeholder)
}

::-moz-placeholder::-moz-placeholder {
    color: var(--rs-common-placeholder)
}

::placeholder::-moz-placeholder {
    color: var(--rs-common-placeholder)
}

:-ms-input-placeholder:-ms-input-placeholder {
    color: var(--rs-common-placeholder)
}

::-ms-input-placeholder:-ms-input-placeholder {
    color: var(--rs-common-placeholder)
}

::placeholder:-ms-input-placeholder {
    color: var(--rs-common-placeholder)
}

::-webkit-input-placeholder::placeholder {
    color: var(--rs-common-placeholder)
}

::-moz-placeholder::placeholder {
    color: var(--rs-common-placeholder)
}

:-ms-input-placeholder::placeholder {
    color: var(--rs-common-placeholder)
}

::-ms-input-placeholder::placeholder {
    color: var(--rs-common-placeholder)
}

::placeholder::placeholder {
    color: var(--rs-common-placeholder)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row {
    --bs-gutter-x: 30px
}

.custom-container {
    max-width: 1620px
}

.g-40,
.gx-40 {
    --bs-gutter-x: 40px
}

.g-40,
.gy-40 {
    --bs-gutter-y: 40px
}

.g-50,
.gx-50 {
    --bs-gutter-x: 50px
}

.g-50,
.gy-50 {
    --bs-gutter-y: 50px
}

.g-60,
.gy-60 {
    --bs-gutter-y: 60px
}

.custom-container-2 {
    max-width: 1730px
}

.clients-testomonial__area,
.fix,
.talk-us {
    overflow: hidden
}

.clear,
.ui-helper-clearfix:after {
    clear: both
}

.f-left,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.f-right,
.nice-select.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
}

.latest-blog .container,
.z-index-1 {
    z-index: 1
}

.z-index-11 {
    z-index: 11
}

.opacity-05 {
    opacity: .5
}

.body__overlay,
.offcanvas__overlay {
    height: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.animate-play,
.banner-2__bottom,
.cd-words-wrapper b.is-visible,
.offcanvas__search,
.p-relative,
.ui-button,
.ui-menu-icons,
.ui-resizable {
    position: relative
}

.mfp-close::after,
.p-absolute,
.ui-autocomplete,
.ui-menu .ui-menu {
    position: absolute
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hr-1 {
    border-top: 1px solid #e8e8e8
}

.x-clip {
    overflow-x: clip
}

.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
}

.rs-btn,
.rs-btn.btn-transparent.btn-border-gray i {
    -webkit-box-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.body__overlay {
    background-color: var(--rs-common-heading);
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0
}

.body__overlay.opened {
    opacity: .7;
    visibility: visible
}

.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
    }
}

.mfp-close {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.color-white,
.mfp-close:hover,
.rs-btn.btn-blue:hover,
.rs-btn.btn-text-color-white,
.rs-btn.btn-transparent:hover,
.rs-btn.btn-white:hover,
.rs-btn:hover {
    color: var(--rs-common-white)
}

.mfp-close::after {
    content: "\f00d";
    height: 100%;
    width: 100%;
    font-size: 31px;
    font-weight: 200;
    right: -20px;
    margin-top: -25px
}

.new_butn,
.rs-btn,
.rs-fw-sbold,
.why-choose__content .span-title {
    font-weight: var(--rs-fw-sbold)
}

.color-theme-primary {
    color: var(--rs-theme-primary)
}

.section-space {
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-space-top,
.section-space-top {
    padding-top: 120px
}

.section-space-bottom {
    padding-bottom: 60px
}

.section__title-space {
    margin-bottom: 50px
}

.section-space-top-228 {
    padding-top: 228px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .h1,
    h1 {
        font-size: 40px;
        line-height: 72px
    }
    .mfp-iframe-holder .mfp-content {
        max-width: 850px
    }
    .section-space-top-228 {
        padding-top: 200px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .h1,
    h1 {
        font-size: 52px;
        line-height: 64px
    }
    .h2,
    h2 {
        font-size: 38px;
        line-height: 50px
    }
    .mfp-iframe-holder .mfp-content {
        max-width: 820px
    }
    .section-space-top-228 {
        padding-top: 180px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px),
only screen and (min-width:768px) and (max-width:991px) {
    .section-space-top-228 {
        padding-top: 170px
    }
    .calculator_m {
        margin-top: 4%;
        padding: 0 30px !important
    }
}

.btn__wrapper {
    margin-top: 60px
}

.mb-minus-30,
.portfolio__area .mb-minus-30,
.pricing .mb-minus-30 {
    margin-bottom: -30px
}

.feedback__section-space {
    padding-top: 82px;
    padding-bottom: 82px
}

.cta__section-space {
    padding: 41px 50px
}

.cta__section-space-2 {
    padding: 80px 101px
}

.bg--white {
    background: #f3f6f8
}

.mb-minus-20 {
    margin-bottom: -20px
}

.pt-113 {
    padding-top: 113px
}

.latest-service__space {
    padding-top: 85px;
    padding-bottom: 85px
}

.our-client__bottom-space {
    padding-bottom: 120px
}

.about-us-4__bottom-space {
    padding-bottom: 168px
}

.about-us-insurance__space {
    padding-bottom: 122px
}

.newsletter__space {
    padding-top: 113px;
    padding-bottom: 113px
}

.clients-testomonial__space {
    padding-top: 120px;
    margin-bottom: -160px
}

.rr-agency-xlab__sapce {
    padding-top: 35px;
    padding-bottom: 32px
}

.color-heading-primary {
    color: var(--rs-heading-primary)
}

.about-us-5__media,
.blog-3__item,
.blog-3__item__date,
.rs-btn.btn-hover-white::before,
.rs-btn.btn-yellow::before,
.white-bg {
    background-color: var(--rs-common-white)
}

.header-4 .submenu li:hover>a::before,
.rs-btn.btn-black::before,
.rs-btn.btn-black:hover,
.rs-btn.btn-yellow:hover,
.sk-three-bounce .sk-child.home-4 {
    background-color: var(--rs-common-yellow)
}

.black-bg,
.rs-btn.btn-black {
    background-color: var(--rs-common-black)
}

.theme-bg-2 {
    background-color: var(--rs-gray-900)
}

.bg-gradient-1 {
    background: -webkit-gradient(linear, left top, right top, from(#674ad9), color-stop(50.52%, #fb5141), to(#089eff));
    background: linear-gradient(90deg, #674ad9 0, #fb5141 50.52%, #089eff 100%)
}

.new_butn,
.rs-btn {
    display: inline-flex;
    font-family: var(--rs-ff-heading);
    line-height: 20px;
    gap: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #4d5d7f !important;
    z-index: 5;
    color: #fff !important;
    position: relative;
    color: var(--rs-common-black);
    font-size: 14px;
    font-weight: 500 !important;
    font-style: normal
}

.rs-btn {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px
}

.new_butn {
    font-family: Poppins, Sans-serif;
    font-weight: 400;
    font-size: 13px;
    fill: #fffbfb;
    border-radius: 7px;
    display: Flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 175px
}

.new_butn:first-child {
    background-color: #ff6138 !important;
    color: #fff
}

.new_butn:nth-child(2) {
    background-color: #4d5d7f !important;
    color: #fff
}

.new_butn:hover {
    position: relative;
    background-color: transparent;
    color: #fff
}

.new_butn:hover::before {
    top: 0;
    left: 0;
    height: 50%;
    width: 0
}

.new_butn:hover::after {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 0
}

.rs-btn::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1;
    content: "";
    -webkit-transition: .35s;
    transition: .35s;
    background-color: #2f394e
}

.rs-theme-light .feedback__active .slick-dots li.slick-active button,
.rs-theme-light .feedback__active .slick-dots li:hover button,
.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #060606
}

.offcanvas__title,
.rs-btn.btn-black:hover,
.rs-btn.btn-border-blue {
    color: var(--rs-common-black)
}

.rs-btn.btn-blue::before,
.rs-btn.btn-white::before {
    background-color: var(--rs-heading-primary)
}

.rs-btn.btn-black:hover svg path[fill=white] {
    fill: var(--rs-common-black)
}

.offcanvas__navigation button svg *,
.pricing-card-button:hover span svg path[fill=white],
.rr-agency-xlab.rr-agency-xlab-2 svg path,
.rs-btn.btn-transparent:hover svg path[fill=white],
.rs-btn:hover svg path[fill="#00160A"],
.who-we-are__media .img2 a.popup-video:hover svg path[fill="#00D563"] {
    fill: var(--rs-common-white)
}

.offcanvas__navigation button:hover svg *,
.rs-btn.btn-transparent svg path[fill=white] {
    fill: var(--rs-theme-primary)
}

.about_new h2,
.hire-us-one p,
.latest-portfolio_section h2,
.rs-btn.btn-hover-white:hover {
    color: #000
}

.rs-btn.btn-hover-white:hover svg path[fill=white] {
    fill: #ff6138
}

.banner-2__top-right .banner-2-circle:hover svg path[fill="#00D563"],
.blog__details-bottom .share-social-media a:hover svg path[fill="#00D563"] {
    fill: var(--rs-heading-primary)
}

.rs-btn.btn-transparent {
    padding: 19.1px 30px;
    color: var(--rs-gray-900);
    background-color: transparent;
    border: 1px solid var(--rs-theme-primary)
}

.rs-btn.btn-transparent.btn-border-2 {
    padding: 18px 30px
}

.rs-btn.btn-transparent.btn-border-2::before {
    border-radius: 0
}

.rs-btn.btn-transparent.btn-border-gray {
    padding: 19px 22px;
    border-color: var(--rs-gray-200)
}

.rs-btn.btn-transparent.btn-border-gray i {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: var(--rs-gray-100);
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about_new h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 42px;
    letter-spacing: 0
}

.header-top-menu li a,
.header__btn .icon,
.offcanvas__navigation,
.offcanvas__social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.rs-btn.btn-white {
    color: var(--rs-gray-900);
    background-color: var(--rs-common-white)
}

.rs-btn.btn-yellow {
    color: var(--rs-gray-900);
    border-radius: 10px;
    background-color: var(--rs-common-yellow)
}

.rs-btn.btn-blue,
.rs-btn.btn-blue::before {
    border-radius: 115px
}

.pricing-card-button span svg path[fill=white],
.rs-btn.btn-yellow:hover span svg path {
    fill: var(--rs-gray-900)
}

.blog-3__item__meta a:hover svg path,
.our-key-eature-5__item-text .readmore:hover svg path {
    fill: var(--rs-common-blue)
}

.rs-btn.btn-blue {
    padding: 19px 57px;
    color: var(--rs-common-white);
    background-color: var(--rs-common-blue)
}

.rs-btn.btn-border-blue {
    padding: 19px 57px;
    border-radius: 115px;
    background-color: transparent;
    border: 1px solid var(--rs-common-black)
}

.rs-btn.btn-border-blue::before {
    border-radius: 115px;
    background-color: var(--rs-common-blue)
}

.rs-btn.btn-border-blue:hover {
    border-color: transparent;
    color: var(--rs-common-white)
}

.offcanvas__area {
    box-shadow: 0 0 10px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5);
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
    transition: transform .45s ease-in-out, opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid var(--rs-border-primary)
}

.offcanvas__area ::-webkit-scrollbar {
    display: none
}

.offcanvas__area.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas__logo a img {
    width: 160px
}

.offcanvas__content,
.tp-brand-4-active .slick-track {
    padding-bottom: 45px
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 35px 40px
}

.offcanvas__top {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .079)
}

.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: 0 0;
    border-bottom: 1px solid var(--rs-border-primary);
    font-size: 16px;
    color: var(--rs-common-white);
    padding-bottom: 15px
}

.offcanvas__search input::-webkit-input-placeholder {
    color: var(--rs-common-white)
}

.offcanvas__search input::-moz-placeholder {
    color: var(--rs-common-white)
}

.offcanvas__search input:-ms-input-placeholder {
    color: var(--rs-common-white)
}

.offcanvas__search input::-ms-input-placeholder {
    color: var(--rs-common-white)
}

.offcanvas__search input::placeholder {
    color: var(--rs-common-white)
}

.offcanvas__search input:focus {
    border-color: var(--rs-common-white)
}

.offcanvas__search button {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 20px;
    color: var(--rs-common-white)
}

.breadcrumb__menu ul li span a:hover,
.header-1.rs-sticky .header__btn .text a:hover h5,
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a,
.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title,
.header-1.rs-sticky .main-menu ul li .submenu li a:hover,
.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover>a::after,
.header-1.rs-sticky .main-menu ul li .submenu li:hover>a,
.header-1.rs-sticky .main-menu ul li:hover>a,
.header-1.rs-sticky .main-menu ul li:hover>a::after,
.header-top-2__menu li a:hover,
.header-top-menu li a:hover,
.header__btn .text h5:hover,
.header__btn-white h5:hover,
.offcanvas__notification-text p .notification-number,
.offcanvas__notification-text p a,
.offcanvas__post-title a:hover,
.offcanvas__search button:hover,
.section__subtitle,
.social-media-2 a {
    color: var(--rs-theme-primary)
}

.offcanvas__text p {
    margin-bottom: 25px
}

.offcanvas__social {
    margin-bottom: 40px
}

.mean-container .mean-nav ul li>a.mean-expand i,
.offcanvas__social ul li {
    display: inline-block
}

.offcanvas__social ul li:not(:last-child) {
    margin-right: 5px
}

.offcanvas__social ul li a {
    color: grey;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid grey;
    background: #fff;
    font-size: 16px;
    border-radius: 50%
}

.offcanvas__social ul li a:hover {
    color: var(--rs-common-white);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--rs-common-white);
    position: relative
}

.offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--rs-theme-primary);
    border-radius: 50%;
    color: var(--rs-common-white);
    text-align: center
}

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--rs-common-white);
    font-size: 14px
}

.offcanvas__overlay {
    position: fixed;
    width: 100%;
    background: var(--rs-common-black);
    z-index: 900;
    right: 0
}

.offcanvas__overlay.overlay-open {
    opacity: .6;
    visibility: visible
}

.offcanvas__contact-icon {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px
}

.offcanvas__slider-content {
    border: 1px solid var(--rs-border-primary);
    padding: 20px
}

.offcanvas__navigation {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.offcanvas__post-title {
    font-size: 26px;
    color: var(--rs-common-white)
}

.offcanvas-close-icon {
    line-height: 1;
    color: var(--rs-common-black)
}

.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)
}

.cd-headline.clip b,
.mouse-cursor.cursor-outer.cursor-hover,
.no-js .cd-words-wrapper b,
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
    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 .15s, -webkit-transform .3s;
    transition: top .15s, transform .3s, -webkit-transform .3s
}

.nice-select,
.nice-select .list {
    background-color: #fff;
    -webkit-box-sizing: border-box
}

.offcanvas-close-icon .offcanvas-m-line.line--1,
.ui-slider-vertical .ui-loan-range-max,
.ui-spinner-up {
    top: 0
}

.offcanvas-close-icon .offcanvas-m-line.line--2 {
    top: 5px
}

.home-4-latest-gallery__item:nth-child(4n) .home-4-latest-gallery__item-text,
.offcanvas-close-icon .offcanvas-m-line.line--3,
.recent-project__item:nth-child(4n) .recent-project__item-text,
.ui-slider-vertical .ui-loan-range-min,
.ui-spinner-down {
    bottom: 0
}

.bar-icon:hover span,
.offcanvas-close-icon:hover .offcanvas-m-line {
    -webkit-animation: .8s cubic-bezier(.44, 1.1, .53, .99) forwards qode-draw;
    animation: .8s cubic-bezier(.44, 1.1, .53, .99) forwards qode-draw
}

.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    color: var(--rs-common-black);
    font-weight: 500;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    margin-top: 0;
    -webkit-transform-origin: center;
    transform-origin: center
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled::after {
    border-color: #ccc
}

.nice-select.wide,
.team-details__meida img {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right .list,
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small::after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: .2s;
    transition: .2s
}

.nice-select .option:hover {
    background-color: #f6f7f9
}

.nice-select .option.selected,
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.main-menu ul li .mega-menu li .mega-menu-title::before,
.mean-container .mean-nav ul li>a>i,
.no-csspointerevents .nice-select .list,
.project-details .project-navigation .rs-btn:before,
.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.no-csspointerevents .nice-select.open .list,
.ui-selectmenu-open {
    display: block
}

.section__title-wrapper {
    position: relative;
    z-index: 55
}

.header-1.rs-sticky .main-menu ul li>a,
.section__title-wrapper__white .section__title,
.section__title-wrapper__white p,
.section__title-wrapper__white ul li {
    color: var(--rs-common-black)
}

.section__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: var(--rs-ff-heading);
    font-size: 40px;
    font-style: normal;
    font-weight: var(--rs-fw-bold);
    line-height: normal;
    letter-spacing: .5px;
    color: #000;
    text-transform: uppercase
}

.breadcrumb__menu ul li span,
.breadcrumb__menu ul li.active span,
.breadcrumb__title {
    font-weight: var(--rs-fw-medium);
    color: var(--rs-common-white)
}

.section__subtitle-2 img {
    margin-left: 0;
    margin-right: 17px
}

.header-5 .submenu li:hover>a,
.section__subtitle-3 {
    color: var(--rs-common-blue)
}

.section__subtitle-3 img {
    margin-left: 16px !important;
    margin-right: 16px
}

.section__subtitle img {
    margin-left: 23px;
    max-width: 33.17px
}

.section__subtitle .xlab-img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 15px
}

.section__title {
    text-transform: capitalize;
    color: #000
}

.breadcrumb-space {
    padding: 177.42px 0 191px
}

.breadcrumb__area {
    text-align: center;
    background: #2f394e !important
}

.about-us__media .img .circle-bg,
.backtotop-wrap,
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before,
.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before,
.header-1.rs-sticky .main-menu ul li>a::before,
.main-menu-2 ul li .mega-menu li ul li:hover>a::before,
.main-menu-2 ul li .submenu li a:hover::before,
.main-menu-2 ul li>a::before,
.ssd-card .icon,
.work-process__item-body button.active,
.work-process__item-body button:hover,
.work-process__item.active button {
    background: var(--rs-theme-primary)
}

.breadcrumb__area.overly {
    position: relative;
    z-index: 1
}

.breadcrumb__title {
    font-size: 54px;
    line-height: 140%;
    text-transform: capitalize
}

.breadcrumb__menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flexbox;
    display: inline-flex;
    gap: 47px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb__menu ul li {
    list-style: none;
    position: relative;
    line-height: 1
}

.breadcrumb__menu ul li:not(:last-child)::before {
    display: inline-block;
    content: "\f105";
    position: absolute;
    top: 55.8888%;
    font-family: var(--rs-ff-fontawesome);
    inset-inline-end: -26px;
    color: var(--rs-theme-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.breadcrumb__menu ul li span {
    font-size: var(--rs-fs-h4);
    line-height: var(--rs-lh-h4)
}

.rs-theme-light:root {
    --rs-text-primary: rgba(6, 6, 6, 1);
    --rs-text-secondary: rgba(255, 255, 255, 1);
    --rs-text-body: rgb(81, 82, 84);
    --rs-bg-2: rgba(249, 249, 249, 1);
    --rs-bg-5: rgb(243, 243, 243)
}

.rs-theme-light:root body {
    background: var(--rs-body-secondary)
}

.rs-theme-light:root .theme-bg-1 {
    background-color: var(--rs-bg-2)
}

.rs-swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    border-radius: 30px;
    position: relative;
    margin: 0 8px !important
}

.feedback__active::after,
.feedback__active::before {
    background: #060606;
    mix-blend-mode: lighten;
    opacity: 10%;
    width: 100%;
    height: 100%;
    content: "";
    top: 0
}

.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet {
    background-color: rgba(6, 6, 6, .2)
}

.rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--rs-common-white);
    background-color: #fff
}

#preloader,
.rs-swiper-dot.is-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.rs-swiper-dot.is-white .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .2)
}

.feedback__active .slick-list {
    overflow: visible;
    margin-left: -15px;
    margin-right: -15px
}

.feedback__active .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback__active .slick-slide {
    margin-left: 15px;
    margin-right: 15px
}

.feedback__active .slick-dots {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    padding-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback__active .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px;
    display: inline-block
}

.feedback__active .slick-dots li button {
    font-size: 0;
    background: rgba(255, 255, 255, .2);
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, .1)
}

.backtotop-wrap,
.backtotop-wrap::after {
    display: block;
    -webkit-transition: .4s linear;
    cursor: pointer
}

.backtotop-wrap,
.whatsapp {
    position: fixed;
    height: 46px;
    width: 46px;
    z-index: 100;
    transition: .4s linear;
    overflow: hidden
}

.rs-theme-light .feedback__active .slick-dots li button {
    background: rgba(6, 6, 6, .2)
}

.feedback__active .slick-dots li.slick-active button,
.feedback__active .slick-dots li:hover button {
    background: #fff
}

.feedback__active .slick-dots li.slick-active button:before,
.feedback__active .slick-dots li:hover button:before {
    opacity: 1;
    color: transparent
}

.feedback__active::after {
    position: absolute;
    left: 100%
}

.feedback__active::before {
    position: absolute;
    right: 100%
}

.backtotop-wrap {
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.brand__thumb:hover img,
.cd-headline.clip b.is-visible,
.home__menu-item:hover .home__menu-thumb::before,
.no-js .cd-words-wrapper b.is-visible,
.whatsapp {
    opacity: 1
}

.whatsapp {
    bottom: 45px;
    left: 30px;
    border-radius: 5px;
    visibility: visible;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.whatsapp svg {
    display: block;
    height: 50px;
    width: 50px
}

.backtotop-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.about_new p {
    color: #051441;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat
}

.backtotop-wrap::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 1px solid var(--rs-theme-primary);
    left: 0;
    border-radius: 500px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .35s;
    transition: .35s;
    background-color: var(--rs-heading-primary);
    z-index: -1;
    content: ""
}

.backtotop-wrap::after {
    position: absolute;
    content: " " !important;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: var(--rs-common-white);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    z-index: 1;
    transition: .4s linear
}

.animate-play::after,
.animate-play::before {
    width: 100%;
    border-radius: 50%;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: 1px solid #868686;
    display: inline-block;
    z-index: -1
}

.backtotop-wrap svg path {
    fill: none
}

.backtotop-wrap svg.backtotop-circle path {
    stroke: #ccc;
    stroke-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.backtotop-wrap:hover::before {
    border-color: var(--rs-heading-primary);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.animate-play::before {
    -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
}

.animate-play::after {
    -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
}

@-webkit-keyframes popupBtn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes popupBtn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: .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(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@keyframes leftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0)
    }
    42% {
        -webkit-clip-path: inset(-2px 0 -2px 100%);
        clip-path: inset(-2px 0 -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0)
    }
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0)
    }
    42% {
        -webkit-clip-path: inset(-2px 0 -2px 100%);
        clip-path: inset(-2px 0 -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0)
    }
}

@-webkit-keyframes bubble {
    0% {
        -webkit-transform: rotate(0) translateX(-50px);
        transform: rotate(0) translateX(-50px)
    }
    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px)
    }
}

@keyframes bubble {
    0% {
        -webkit-transform: rotate(0) translateX(-50px);
        transform: rotate(0) 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%,
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
}

@keyframes top-image-bounce {
    0%,
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    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-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
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes rightLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes rightLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes zooming {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes zooming {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: var(--rs-common-white);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2f394e
}

.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #ff4500;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: 1.4s ease-in-out infinite both sk-three-bounce;
    animation: 1.4s ease-in-out infinite both sk-three-bounce
}

.sk-three-bounce.is-brick-red.sk-three-bounce .sk-child {
    background-color: var(--rs-theme-2)
}

.sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child {
    background-color: var(--rs-theme-3)
}

.sk-three-bounce.is-orange.sk-three-bounce .sk-child {
    background-color: var(--rs-theme-4)
}

.sk-three-bounce.is-purple.sk-three-bounce .sk-child {
    background-color: var(--rs-theme-5)
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.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-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-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;
    margin-top: -.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: .5em .5em .5em .7em;
    font-size: 100%
}

.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-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 .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: .4em 1em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-button {
    line-height: normal;
    margin-right: .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-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: .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: .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: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .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: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .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: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .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-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: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .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: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .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: .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: .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 .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.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: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-loan-range,
.ui-slider.ui-state-disabled .ui-slider-handle {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.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: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-loan-range {
    left: 0;
    width: 100%
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 2em .2em .4em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.bar-icon,
.footer__social,
.footer__social a,
.header__main,
.social-media,
.social-media a {
    display: -ms-flexbox;
    display: -webkit-box
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .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 .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
}

.header-1.rs-sticky .header__btn .text h5,
.header-1.rs-sticky .header__btn .text span,
.header-5 .header__btn .icon i,
.header-top-2__socail-menu li a,
.header-top-menu li a,
.header-top-socail-menu li a,
.header__btn .icon i,
.header__btn-white .text h5,
.header__btn-white .text span,
.social-media a:hover {
    color: var(--rs-common-white)
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html")
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html")
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html")
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.html")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html")
}

.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: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999 !important;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.mouse-cursor.cursor-outer {
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--rs-common-blue);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999999 !important;
    opacity: .1;
    -webkit-transition: 80ms ease-out;
    transition: 80ms ease-out
}

.mouse-cursor.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    z-index: 99999999 !important;
    background-color: var(--rs-common-blue);
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.mouse-cursor.cursor-inner.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--rs-common-blue);
    opacity: .3
}

.header-1 .container {
    height: 75px
}

@media (min-width:992px) {
    .header-1 .container {
        max-width: 1320px;
        padding: 0 15px
    }
}

.header-1.rs-sticky .logo {
    display: none !important
}

.blog__item.show,
.header-1.rs-sticky .logo.logo-2 {
    display: block !important
}

.header-2 {
    border-bottom: 5px solid var(--rs-gray-100);
    border-radius: 0 0 5px 5px
}

.header-3 {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

@media (min-width:1441px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
    .header-2 .container,
    .header-3 .container,
    .header-top .container {
        max-width: 1750px !important
    }
}

.header-3 .container,
.header__area:not(.header-1) .container {
    max-width: 1320px;
    padding: 0 15px
}

.header-4 {
    left: 0;
    z-index: 9;
    width: 100%;
    position: fixed
}

.header-4.rs-sticky .main-menu ul li.active>a {
    color: var(--rs-common-yellow) !important;
    opacity: 100%
}

.header-4 .submenu li:hover>a,
.header-4.rs-sticky .main-menu ul li:hover>a {
    color: var(--rs-common-yellow)
}

.header-4.rs-sticky .main-menu ul li:hover>a::after {
    color: var(--rs-common-yellow);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-4 .header__right .header__action .rs-btn,
.header-4.rs-sticky .header__right .header__action .rs-btn {
    padding: 18px 30px 17px
}

.header-4 .header__right .header__action .rs-btn span,
.header-4.rs-sticky .header__right .header__action .rs-btn span {
    margin-left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header-4.rs-sticky .header__right .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rs-common-yellow)
}

.header-4 .main-menu ul li.active>a {
    color: var(--rs-common-black-2) !important
}

.header-4 .main-menu ul li:hover>a {
    color: var(--rs-common-black-2)
}

.header-4 .main-menu ul li:hover>a::after {
    color: var(--rs-common-black-2);
    color: var(--rs-gray-900);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-4 .header__middle {
    margin-left: 216px
}

.header-4 .header__right .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rs-gray-900)
}

.header-4 .main-menu ul li {
    -webkit-margin-end: 34px;
    margin-inline-end: 34px
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .header-4 .main-menu ul li {
        -webkit-margin-end: 25px;
        margin-inline-end: 25px
    }
}

.header-4 .main-menu ul li>a {
    opacity: .6
}

.header-4 .main-menu ul li.active>a {
    opacity: 100%;
    color: var(--rs-gray-900) !important
}

.header-4 .main-menu ul li:hover>a {
    opacity: 100%;
    color: var(--rs-gray-900)
}

.header-4 .home__menu-thumb,
.header-4 .mega-menu,
.header-4 .submenu {
    border: 1px solid var(--rs-common-yellow) !important
}

.header-4 .submenu li a:hover {
    color: var(--rs-common-yellow) !important
}

.header-4 .submenu li a:hover::before {
    background: var(--rs-common-yellow) !important
}

.header-5 {
    width: 100%;
    z-index: 3;
    top: 40px !important;
    position: absolute
}

.header-5 .mega__menu-wrapper {
    padding: 21px 30px;
    border-radius: 20px;
    background: var(--rs-common-white)
}

.header-5.rs-sticky {
    top: 0 !important
}

.header-5.rs-sticky .mega__menu-wrapper {
    background: 0 0
}

.header-5 .header__btn .text h5:hover,
.header-5 .main-menu ul li.active>a,
.header-5 .main-menu ul li:hover>a,
.header-5 .submenu li a:hover {
    color: var(--rs-common-blue) !important
}

.header-5 .main-menu ul li>a {
    padding: 0
}

.header-5 .main-menu ul li:hover>a::after {
    color: var(--rs-common-blue) !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-5 .home__menu-thumb,
.header-5 .mega-menu,
.header-5 .submenu {
    border: 1px solid var(--rs-common-blue) !important
}

.rs-sticky,
.rs-sticky .header-top,
.rs-sticky .header-top-2 {
    position: fixed !important;
    z-index: 111;
    inset-inline-end: 0;
    background: #fff;
    border-top: 0;
    width: 100%;
    inset-inline-start: 0
}

.header-5 .submenu li a:hover::before {
    background: var(--rs-common-blue) !important
}

.header-5 .header__btn .icon,
.header-5 .submenu li:hover>a::before {
    background-color: var(--rs-common-blue)
}

.header-5 .header__btn .text span {
    display: block;
    margin-bottom: 8px;
    color: var(--rs-gray-600)
}

.header-5 .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rs-common-blue)
}

.rs-sticky {
    top: 0;
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
    box-shadow: 0 0 10px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5)
}

.banner-2__bottom-button,
.banner-2__bottom-media__shape-1 {
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom
}

.rs-sticky.header-2 {
    border-bottom: none;
    border-radius: 0
}

.rs-sticky .header-top,
.rs-sticky .header-top-2 {
    top: -100%;
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown
}

.header-transparent {
    position: absolute;
    inset-inline-start: 0;
    margin: auto;
    width: 100%;
    z-index: 99
}

.header__logo {
    max-width: 126px;
    margin-top: -19px
}

.header__main {
    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
}

.bar-icon {
    width: 26px;
    height: 18px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.bar-icon span {
    width: 100%;
    height: 2px;
    background: var(--rs-theme-primary);
    display: inline-block;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.bar-icon span:nth-child(2) {
    margin-left: 0
}

.bar-icon:hover span:nth-child(2) {
    margin-left: 0;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.bar-icon:hover span:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.bar-icon.is-black span {
    background: var(--rs-common-black)
}

.bar-icon.is-white span,
.search__bar input,
.sidebar__widget-contact-wrapper,
.social-media a,
.tags a {
    background: var(--rs-common-white)
}

.social-media {
    display: flex
}

.social-media a {
    color: var(--rs-gray-900);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 20px;
    border-radius: 500px;
    border: 1px solid rgba(0, 213, 99, .2)
}

.social-media a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 500px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .35s;
    transition: .35s;
    background-color: var(--rs-theme-primary);
    z-index: -1;
    content: ""
}

.social-media a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.social-media-2 a {
    border-color: var(--rs-gray-200)
}

.blog-news__item:hover .blog-news__item-text,
.social-media-2 a:hover {
    border-color: var(--rs-theme-primary)
}

.header__btn,
.tweeter-feed__item {
    gap: 15px
}

.header__btn .icon {
    width: 55px;
    height: 55px;
    border-radius: 500px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--rs-theme-primary)
}

.header-top {
    padding: 17px 0
}

.header-top-menu {
    gap: 30px;
    list-style: none
}

.header-top-menu li a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.blog-news__item-meta li a,
.blog__item-list li a,
.blog__item-meta,
.header-top-2__menu li a,
.header-top-2__right,
.header-top-socail-menu li a,
.sidebar__widget-category,
.sidebar__widget-category a,
.sidebar__widget-contact {
    display: -webkit-box;
    display: -ms-flexbox
}

.header-top-2__menu li a,
.header-top-2__menu-1 li a {
    gap: 10px;
    -webkit-box-align: center;
    font-weight: 400;
    line-height: 160%;
    color: var(--rs-common-white);
    font-style: normal
}

.header-top-socail-menu,
.why-choose__content-list {
    gap: 20px;
    list-style: none
}

.header-top-socail-menu li a {
    display: flex;
    font-size: 15px
}

.header-top-socail-menu li a:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    color: var(--rs-theme-primary)
}

.header-top-2 {
    overflow: hidden;
    padding: 10.5px 0
}

.banner-1 .container,
.contact__area,
.feedback-2__wrapper,
.header-top-2 .container,
.pricing-card-popular .price-bg,
.pricing-card-price.price-bg,
.talk-us .container {
    z-index: 1;
    position: relative
}

.header-top-2__right {
    display: flex;
    gap: 31px
}

.header-top-2__menu,
.header-top-2__menu-1 {
    gap: 40px;
    list-style: none
}

.header-top-2 .horizental-bar {
    width: 1px;
    height: 29px;
    opacity: .2;
    background: var(--rs-theme-primary)
}

.header-top-2__menu li a {
    font-size: 16px;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-top-2__menu-1.background-shape:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../imgs/home3/header-bar.svg");
    z-index: -1;
    position: absolute;
    left: -9544px;
    top: -11px;
    content: "";
    width: 9999px;
    height: calc(100% + 22px)
}

.header-top-2__menu-1.background-shape:before {
    z-index: -1;
    position: absolute;
    left: -9999px;
    top: -11px;
    content: "";
    width: 9999px;
    height: calc(100% + 22px);
    background-color: var(--rs-theme-primary)
}

.header-top-2__menu-1 li a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.error__content a:hover,
.header-top-2__menu-1 li a:hover,
.rs__faq .accordion-button {
    color: var(--rs-heading-primary)
}

.header-top-2__socail-menu {
    gap: 25px;
    list-style: none
}

.banner-1,
.leading_section_2 .active,
.our_products.active {
    background-color: #2f394e !important
}

.header-top-2__socail-menu li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.banner-2__top-left h1 span,
.banner-3__content h1 span,
.blog-news__item-meta li a:hover,
.blog-news__item-text a:hover,
.blog-news__item-text a:hover h4,
.blog__item a:hover h3,
.blog__item-list li a i,
.blog__item-list li a:hover,
.blog__item-meta a:hover,
.blog__item-readmore i,
.blog__item-readmore:hover,
.blog__pagination a,
.header-top-2__socail-menu li a:hover,
.main-menu ul li .mega-menu li ul li:hover>a,
.main-menu ul li .mega-menu li:hover>a,
.main-menu ul li .submenu li:hover>a,
.main-menu ul li .submenu li:hover>a::after,
.main-menu ul li:hover>a,
.main-menu-2 ul li .mega-menu li ul li:hover>a,
.main-menu-2 ul li .mega-menu li:hover>.mega-menu-title,
.main-menu-2 ul li .submenu li a:hover,
.main-menu-2 ul li .submenu li.has-dropdown:hover>a::after,
.main-menu-2 ul li .submenu li:hover>a,
.main-menu-2 ul li:hover>a,
.main-menu-2 ul li:hover>a::after,
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover,
.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
    color: var(--rs-theme-primary)
}

.banner-1__space {
    padding: 140px 0 240px
}

.banner-1__shapes .big-shape,
.banner-1__shapes .small-shape {
    position: absolute;
    z-index: -1
}

.banner-1__shapes .big-shape-1 {
    top: -780px;
    left: -1038px
}

.banner-1__shapes .big-shape-2 {
    top: -815px;
    left: -1038px
}

.banner-1__shapes .big-shape-3 {
    bottom: -250px;
    left: 220px
}

.banner-1__shapes .big-shape-4 {
    top: -717px;
    right: -882px
}

.banner-1__shapes .small-shape-1 {
    left: 291px;
    bottom: -681px
}

.banner-1__shapes .small-shape-2 {
    left: 530px;
    bottom: -247px
}

.banner-1__shapes .small-shape-3 {
    right: -593px;
    bottom: -535px
}

.banner-1__shapes .small-shape-4 {
    right: -592px;
    bottom: -335px
}

.banner-1__media {
    z-index: -2;
    position: absolute;
    right: -315px;
    top: -190px
}

.banner-1__content h1 {
    font-weight: var(--rs-fw-sbold);
    color: var(--rs-common-white)
}

.banner-1__content h1 span {
    color: #ff4500
}

.banner-1__content p {
    color: var(--rs-common-white);
    max-width: 350px
}

.banner-2 {
    padding: 90px 0 120px
}

.banner-2__bottom-media,
.banner-2__meida {
    overflow: hidden;
    border-radius: 5px
}

.banner-2__top,
.comment-item {
    gap: 30px
}

.banner-2__top-left {
    max-width: 774px
}

.banner-2__top-left h1 {
    font-size: 98px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.96px
}

.banner-2__top-left p,
.blog__item-description p {
    margin: 0
}

.banner-2__top-right .banner-2-circle {
    overflow: hidden;
    min-width: 194px;
    min-height: 194px;
    width: 194px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 194px;
    border-radius: 500px;
    border: 1px solid var(--rs-gray-700);
    position: relative
}

.banner-2__top-right .banner-2-circle:after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    content: "";
    left: 1px;
    top: 2px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 6s infinite spin;
    animation: 6s infinite spin;
    position: absolute;
    background-position: 50% 50%;
    background-image: url(../imgs/banner/banner-2-play-button.svg)
}

.banner-2__bottom-button {
    right: -1px;
    position: absolute;
    width: 179px;
    height: 101px
}

.banner-2__bottom-button a {
    position: absolute;
    bottom: 6px;
    right: 0
}

.banner-2__bottom-media__shape-1 {
    position: absolute;
    left: -1px;
    width: 98px;
    height: 94px
}

.banner-2__bottom-media__shape-2 {
    bottom: 0;
    left: 0;
    width: 66px;
    height: 66px;
    position: absolute;
    background: var(--rs-theme-primary)
}

.banner-3.background-image,
.banner-3__media__shape {
    background-repeat: no-repeat
}

.banner-3.space {
    padding: 110px 0 97px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .cta__section-space {
        padding: 35px 40px
    }
    .banner-3.space {
        padding: 52px 0 77px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .banner-3.space {
        padding: 80px 0 90px
    }
}

.banner-3__media {
    z-index: 1;
    padding-left: 119px;
    position: relative;
    margin-bottom: -97px;
    margin-right: -315px;
    margin-top: -110px
}

.banner-3__media .img {
    overflow: hidden;
    padding-left: 288px;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0
}

.banner-3__media .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-3__media__shape {
    background-size: contain;
    overflow: hidden;
    width: 936px;
    height: 723px
}

.banner-3__media .banner-image-mobile,
.blog-news__item,
.project-details .media,
.project-details-top__media {
    overflow: hidden;
    border-radius: 5px
}

.banner-3__content h1 {
    color: var(--rs-gray-900);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.667%
}

.banner-3__content .rs-btn__wrapper,
.cta__subscribe {
    gap: 10px
}

.banner-3__item {
    gap: 15px;
    padding: 23px 42px 19px 20px;
    border-radius: 5px;
    border-left: 1px solid #000;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.banner-3__item-left img {
    width: 54px;
    height: 54px;
    border-radius: 500px;
    border: 2px solid var(--rs-common-white)
}

.banner-3__item-left img:not(:first-child) {
    margin-left: -16px
}

.banner-3__item-left span.custom-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-left: -16px;
    background-color: var(--rs-common-white);
    border-radius: 500px;
    border: 2px solid var(--rs-common-white);
    -webkit-filter: drop-shadow(0px 4px 13px rgba(19, 16, 34, 0.06)) drop-shadow(0px 4.8px 24.4px rgba(19, 16, 34, 0.1));
    filter: drop-shadow(0px 4px 13px rgba(19, 16, 34, .06)) drop-shadow(0px 4.8px 24.4px rgba(19, 16, 34, .1))
}

.banner-3__item-left span.custom-img i {
    font-size: 32px;
    color: var(--rs-theme-primary)
}

.banner-4-active__item {
    overflow: hidden;
    padding-top: 158px;
    padding-bottom: 80px
}

.banner-4-active__item-shape {
    top: -80px;
    left: -290px;
    position: absolute
}

.banner-4-active__item-content {
    z-index: 3;
    position: relative;
    margin-top: 74px;
    max-width: 544px
}

.banner-4-active__item-content .subtitle {
    color: var(--rs-gray-900);
    text-transform: uppercase;
    font-weight: var(--rs-fw-bold);
    font-size: var(--rs-fs-body2);
    line-height: var(--rs-lh-body2);
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.banner-4-active__item-content h1 {
    color: var(--rs-gray-900);
    font-weight: var(--rs-fw-sbold);
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.banner-4-active__item-content .description p {
    margin-bottom: 0;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-body);
    font-family: var(--rs-ff-rubik);
    font-weight: var(--rs-fw-regular);
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.banner-4-active__item-content-button-wrapper,
.blog__pagination,
.cta-2 .cta__subscribe,
.footer__widget-2 .footer__link ul {
    gap: 20px
}

.banner-4-active__item-content-button-wrapper .rs-btn {
    padding: 20px 30px 19px;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
}

.banner-4-active__item-content-contact {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    gap: 12px
}

.banner-4-active__item-content-contact .icon-wrapper {
    width: 55px;
    height: 55px;
    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(0, 0, 0, .1)
}

.banner-4-active__item-content-contact .icon-wrapper i {
    color: var(--rs-gray-900)
}

.banner-4-active__item-content-contact-text span {
    font-size: var(--rs-fs-body2);
    font-weight: var(--rs-lh-light)
}

.banner-4-active__item-content-contact-text a h5 {
    color: var(--rs-gray-900);
    font-weight: var(--rs-fw-sbold);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--rs-common-black)), color-stop(98%, var(--rs-common-black)));
    background: linear-gradient(var(--rs-common-black) 0, var(--rs-common-black) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%
}

.banner-4-active__item-content-contact-text a h5:hover {
    background-size: 100% 2px;
    color: var(--rs-common-black)
}

.banner-4-active__item-media,
.hire-us-one input[type=checkbox],
.home__menu-item,
.main-menu ul li.has-dropdown>a,
.our-team__carousel,
.pricing-card__top-bar,
.search__bar,
.sidebar__widget-title__have-bar {
    position: relative
}

.banner-4-active__item-media-shape .img-1 {
    top: 0;
    z-index: -1;
    position: absolute
}

.banner-4-active__item-media-shape .img-2 {
    right: -92%;
    z-index: -1;
    width: 2088px;
    bottom: -140px;
    position: absolute
}

.banner-4-active__item-media img {
    z-index: 2;
    height: 652px;
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-4-active .swiper-slide-active .has--media,
.banner-5-active .swiper-slide-active .has--media {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 3s;
    transition: 3s
}

.banner-4-active .swiper-slide-active .banner-4-active__item-content .subtitle {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: 2s;
    transition: 2s
}

.banner-4-active .swiper-slide-active .banner-4-active__item-content h1 {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: 2.5s;
    transition: 2.5s
}

.banner-4-active .swiper-slide-active .banner-4-active__item-content p {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: 3s;
    transition: 3s
}

.banner-4-active .swiper-slide-active .banner-4-active__item-content-button-wrapper .rs-btn,
.banner-4-active .swiper-slide-active .banner-4-active__item-content-contact {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 3s;
    transition: 3s
}

.banner-4-active .banner-4-pagination {
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 125px;
    position: absolute
}

.banner-4-active .banner-4-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 100%;
    display: inline-block;
    background: var(--rs-common-black);
    background-color: transparent;
    border-radius: 500px;
    border: 2px solid var(--rs-common-black)
}

.banner-4-active .banner-4-pagination .swiper-pagination-bullet-active,
.banner-5-active .banner-5-pagination .swiper-pagination-bullet-active {
    background: var(--rs-common-black);
    border: transparent
}

.banner-5-active__item {
    overflow: hidden;
    padding-top: 287px;
    padding-bottom: 140px
}

.banner-5-active__item.has--media {
    width: 100%;
    height: 890px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 7s, opacity 1.5s ease-in, -webkit-transform 7s
}

.banner-5-active__item.has--media::before {
    top: 0;
    bottom: 0;
    width: 1344px;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: -webkit-gradient(linear, right top, left top, from(#e2f1ff), color-stop(47.69%, rgba(226, 241, 255, .9)), to(rgba(226, 241, 255, 0)));
    background: linear-gradient(270deg, #e2f1ff 0, rgba(226, 241, 255, .9) 47.69%, rgba(226, 241, 255, 0) 100%)
}

.banner-5-active__item__shape-left .small-shape-1 {
    position: absolute;
    top: 359px
}

.banner-5-active__item__shape-left .big-shape-1 {
    position: absolute;
    top: 394px
}

.banner-5-active__item__shape-left .big-shape-2 {
    position: absolute;
    top: 592px
}

.banner-5-active__item__shape-left .small-shape-2 {
    top: 748px;
    position: absolute
}

.banner-5-active__item__shape-left .small-shape-3 {
    top: 695px;
    left: 240px;
    position: absolute
}

.banner-5-active__item__shape-right .big-shape-1 {
    position: absolute;
    right: 0;
    top: 141px
}

.banner-5-active__item__shape-right .big-shape-2 {
    position: absolute;
    right: 0;
    top: 145px
}

.banner-5-active__item__shape-right .big-shape-3 {
    position: absolute;
    top: 543px;
    right: 0
}

.banner-5-active__item__shape-right .small-shape-1 {
    top: 714px;
    position: absolute;
    right: 0
}

.banner-5-active__item__shape-right .small-shape-2 {
    top: 632px;
    position: absolute;
    right: 443px
}

.banner-5-active__item__shape-right .small-shape-3 {
    top: 522px;
    position: absolute;
    right: 205px
}

.banner-5-active__item-content {
    z-index: 2;
    position: relative
}

.banner-5-active__item-content span {
    opacity: 0;
    padding-bottom: 18px;
    letter-spacing: .5px;
    display: inline-block;
    color: var(--rs-gray-900);
    text-transform: uppercase;
    font-weight: var(--rs-fw-bold);
    font-size: var(--rs-fs-body2);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.banner-5-active__item-content h1 {
    max-width: 550px;
    margin-bottom: 27px;
    opacity: 0;
    font-weight: var(--rs-fw-sbold);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.banner-5-active__item-content .description {
    opacity: 0;
    max-width: 497px;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.banner-5-active__item-content .description p {
    line-height: 30px;
    color: var(--rs-gray-900);
    font-family: var(--rs-ff-rubik)
}

.banner-5-active__item-content-button-wrapper {
    gap: 20px;
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
}

.banner-5-active__item-content-button-wrapper .rs-btn {
    padding: 20px 57px
}

.banner-5-active__item-content-button-wrapper .btn-border-blue {
    padding: 18px 57px 19px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
    .rs-btn.btn-transparent.btn-border-gray {
        padding: 10px 15px
    }
    .banner-5-active__item-content-button-wrapper .btn-border-blue,
    .banner-5-active__item-content-button-wrapper .rs-btn,
    .rs-btn.btn-blue,
    .rs-btn.btn-border-blue {
        padding: 10px 30px
    }
    .breadcrumb__title {
        font-size: 46px
    }
}

.banner-5-active .swiper-slide-active .banner-5-active__item-content span {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: 2s;
    transition: 2s
}

.banner-5-active .swiper-slide-active .banner-5-active__item-content h1 {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: 2.5s;
    transition: 2.5s
}

.banner-5-active .swiper-slide-active .banner-5-active__item-content .description,
.banner-5-active .swiper-slide-active .banner-5-active__item-content-button-wrapper {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: 3s;
    transition: 3s
}

.banner-5-active .banner-5-pagination {
    width: 10px;
    top: 355px;
    z-index: 1;
    left: 225px;
    position: absolute
}

.banner-5-active .banner-5-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 100%;
    display: block;
    margin: 13px 0;
    background: var(--rs-common-black);
    background-color: transparent;
    border-radius: 500px;
    border: 2px solid var(--rs-common-black)
}

.cta__fake-div {
    width: 100%;
    height: 183px;
    margin-bottom: -183px;
    position: relative
}

.cta__fake-div:before {
    width: 100%;
    content: "";
    height: 100%;
    background-color: currentColor;
    position: absolute;
    bottom: -100%;
    left: 0
}

.cta__area {
    position: relative;
    z-index: 11
}

.cta__area.footer-up-cta {
    margin-bottom: -63px
}

.cta__area.footer-up-cta-2 {
    margin-bottom: -172px
}

.cta__area.footer-up-home-1 {
    margin-bottom: -60.5px;
    border-radius: 10px
}

.cta__wrapper {
    gap: 30px;
    border-radius: 5px;
    overflow: hidden
}

.cta__content {
    max-width: 420px
}

.cta__content p {
    max-width: 400px
}

.cta__subscribe input {
    border: 1px solid #fff;
    width: 406px;
    background: #fff;
    color: var(--rs-common-black);
    padding-right: 23px;
    padding-left: 23px
}

.cta__subscribe input::-webkit-input-placeholder {
    color: var(--rs-common-black)
}

.cta__subscribe input::-moz-placeholder {
    color: var(--rs-common-black)
}

.cta__subscribe input:-ms-input-placeholder {
    color: var(--rs-common-black)
}

.cta__subscribe input::-ms-input-placeholder {
    color: var(--rs-common-black)
}

.cta__subscribe input::placeholder {
    color: var(--rs-common-black)
}

.cta__meida {
    border: 36px solid rgba(255, 255, 255, .3);
    border-radius: 500px
}

.cta-2 .cta__content {
    max-width: 654px
}

.cta-2 .cta__content p {
    max-width: 570px
}

.cta-2 .cta__subscribe input {
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-image: url("../imgs/cta/message.svg");
    width: 467px;
    color: var(--rs-common-black);
    border-color: var(--rs-common-black);
    padding-right: 18px;
    padding-left: 57px
}

.cta-2 .cta__subscribe input::-webkit-input-placeholder {
    color: var(--rs-common-white)
}

.cta-2 .cta__subscribe input::-moz-placeholder {
    color: var(--rs-common-white)
}

.cta-2 .cta__subscribe input:-ms-input-placeholder {
    color: var(--rs-common-white)
}

.cta-2 .cta__subscribe input::-ms-input-placeholder {
    color: var(--rs-common-white)
}

.cta-2 .cta__subscribe input::placeholder {
    color: var(--rs-common-white)
}

.blog__details-thumb img,
.main-menu ul,
.main-menu ul li .mega-menu li ul li:last-child {
    margin-bottom: 0
}

.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px
}

.main-menu ul li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.main-menu ul li.active>a {
    color: var(--rs-theme-primary) !important
}

.main-menu ul li>a {
    display: inline-block;
    color: var(--rs-gray-900);
    padding: 33px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .banner-3__media {
        padding-left: 19px;
        margin-right: -215px
    }
    .banner-3__media .img {
        padding-left: 188px
    }
    .banner-5-active .banner-5-pagination {
        left: 20px
    }
    .main-menu ul li>a {
        padding: 32.8px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .main-menu ul li {
        -webkit-margin-end: 30px;
        margin-inline-end: 30px
    }
    .main-menu ul li>a {
        padding: 30px 0
    }
}

.main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 10px;
    font-weight: 900;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    display: inline-block
}

.main-menu ul li.has-mega-menu,
.main-menu ul li.megamenu-wrapper {
    position: static
}

.main-menu ul li .submenu {
    position: absolute;
    top: 110%;
    inset-inline-start: 0;
    min-width: 280px;
    box-shadow: 0 0 10px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5);
    background: #fff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    padding: 35px 0 6px;
    color: var(--rs-common-black)
}

.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    color: var(--rs-text-1)
}

.main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    color: var(--rs-common-black);
    font-size: 16px;
    padding: 0 25px 9px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    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(--rs-theme-primary)
}

.main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.main-menu ul li .submenu li:hover>a {
    -webkit-padding-start: 43px;
    padding-inline-start: 43px
}

.footer__link ul li a:hover::before,
.footer__widget-4 .footer__link ul li a:hover::before,
.footer__widget-5 .footer__link ul li a:hover::before,
.main-menu ul li .mega-menu li a:hover::before,
.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: 50%;
    padding: 30px 35px;
    background: #0d0d0d;
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--rs-border-primary);
    z-index: 99;
    width: 100%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    clip: rect(0, 200vw, 0, 0)
}

.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
    padding: 30px 35px;
    display: -ms-grid;
    display: grid;
    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;
    display: -ms-grid;
    display: grid;
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    width: 950px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.main-menu ul li .mega-menu li .mega-menu-title {
    font-weight: 500;
    color: var(--rs-text-body);
    cursor: text;
    padding: 0 0 5px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rs-border-primary)
}

.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 a {
    font-size: 16px;
    color: var(--rs-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(--rs-theme-primary)
}

.main-menu ul li .mega-menu li:hover>.mega-menu-title {
    color: var(--rs-theme-primary);
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.main-menu ul li .mega-menu li a:hover {
    -webkit-padding-start: 18px;
    padding-inline-start: 18px
}

.main-menu ul li:hover>a::after {
    color: var(--rs-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(0, 100vw, 200vh, -30px);
    -webkit-transition: clip .6s linear, opacity .4s linear;
    transition: clip .6s linear, opacity .4s linear
}

.main-menu-2 ul li>a {
    color: var(--rs-text-secondary)
}

.home__menu-item:hover .home__menu-buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible
}

.home__menu-grid {
    display: -ms-grid;
    display: grid;
    row-gap: 20px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.home__menu-thumb {
    position: relative;
    padding: 20px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 6px
}

.home__menu-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(13, 13, 13, .7);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    left: 0;
    top: 0;
    border-radius: 6px
}

.home__menu-buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: .5s;
    transition: .5s;
    gap: 10px
}

.home__menu-buttons .rs-btn {
    height: 45px;
    font-size: 14px !important;
    padding: 0 25px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--rs-common-white) !important;
    width: inherit !important
}

.home__menu-buttons .rs-btn:before {
    width: 100% !important;
    background-color: var(--rs-common-white)
}

.home__menu-buttons .rs-btn.btn-yellow,
.home__menu-buttons .rs-btn:hover {
    color: var(--rs-heading-primary) !important
}

.home__menu-title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    color: var(--rs-common-white)
}

.mean-container {
    margin-bottom: 35px
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    font-weight: 700;
    display: none !important
}

.mean-container .mean-nav .wrapper,
.mean-container .mean-nav ul,
.mean-container .mean-nav>ul,
.mean-container .mean-push {
    padding: 0;
    margin: 0;
    width: 100%
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-nav {
    background: 0 0;
    margin-top: 0;
    float: left;
    width: 100%
}

.mean-container .mean-nav>ul {
    list-style-type: none;
    display: block !important
}

.blog__details-content .blog__details-meta li:before,
.blog__details-content ul li:before,
.project-details .project-info ul li:before,
.recent-post li:before {
    font-weight: 700;
    display: inline-block;
    background: var(--rs-theme-primary);
    content: ""
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

.mean-container .mean-nav ul {
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
    background: var(--rs-theme-primary);
    color: var(--rs-common-white);
    border-color: transparent
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
    color: var(--rs-common-white);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mean-container .mean-nav ul li.mean-last {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    color: var(--rs-common-black);
    border-bottom: 1px solid #2f394e !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked,
.mean-container .mean-nav ul li span.mean-expand:hover i,
.mean-container .mean-nav ul li span:hover i {
    color: var(--rs-common-white)
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .079) !important;
    height: 30px;
    width: 30px;
    color: var(--rs-text-body);
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-common-white);
    border-color: var(--rs-theme-primary)
}

.mean-container .mean-nav ul li 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: 4px 0;
    background: 0 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 42px;
    z-index: 999999
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.blog .mb-minus-60 {
    margin-bottom: -60px
}

.blog__item-meta {
    gap: 12px;
    display: flex
}

.blog__item-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 5px
}

.blog__item-thumb a,
.comment-item__content span {
    display: block
}

.blog__item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog__item-bottom {
    gap: 10px;
    margin-top: 22px;
    padding-top: 26px;
    border-top: 1px solid #e3e8f4
}

.blog__item-list {
    list-style: none;
    gap: 20px
}

.blog__item-list li a {
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog__item-readmore,
.blog__pagination a {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    line-height: 20px
}

.blog__item-list li a i {
    font-size: 15px
}

.blog__item-readmore {
    border-bottom: 1px solid var(--rs-theme-primary);
    color: var(--rs-gray-900);
    font-size: 16px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

.blog__pagination a,
.blog__pagination2 a {
    height: 40px;
    display: flex;
    font-size: 13px;
    background: var(--rs-gray-100);
    border-radius: 5px;
    font-weight: 600
}

.blog__pagination a {
    width: 180px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog__pagination2 a {
    width: 100px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog__details-bottom .blog__details-pagination a:hover,
.blog__pagination a.active,
.blog__pagination a:hover,
.blog__pagination2 a.active,
.blog__pagination2 a:hover,
.tags a:hover {
    color: var(--rs-common-white);
    background: var(--rs-theme-primary)
}

.blog-news__item:hover .blog-news__item-media img,
.gallery-photo a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-news__item-media {
    height: 323px;
    overflow: hidden;
    position: relative
}

.blog-news__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-news__item-date {
    border-radius: 5px;
    max-width: 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 10px;
    background-color: var(--rs-common-white);
    color: var(--rs-gray-900);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.blog-news__item-meta {
    padding: 22px 30px;
    list-style: none;
    gap: 30px
}

.blog-news__item-meta li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.blog-news__item-text {
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--rs-gray-200);
    border-top: none
}

.blog-news__item-text .readmore {
    color: var(--rs-heading-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    gap: 10px
}

.blog-news__item-text-bottom {
    border-top: 1px solid var(--rs-gray-200);
    padding: 20px 30px 30px
}

.sidebar-rs-sticky {
    position: sticky;
    top: 120px
}

.sidebar__widget:not(:last-child) {
    margin-bottom: 60px
}

.sidebar__widget__have-background {
    padding: 30px;
    border-radius: 5px;
    background: var(--rs-gray-100)
}

.sidebar__widget-category {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.sidebar__widget-category a {
    padding: 20px 26px;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200)
}

.sidebar__widget-contact,
.sidebar__widget-contact-item-text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.sidebar__widget-category a:hover {
    background-color: var(--rs-theme-primary);
    color: var(--rs-common-white)
}

.sidebar__widget-category a:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--rs-common-white)
}

.sidebar__widget-category a i {
    color: #ff4500;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.sidebar__widget-title {
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--rs-heading-primary)
}

.sidebar__widget-title.space-second {
    margin-bottom: 50px
}

.sidebar__widget-title__have-bar:after {
    width: 30px;
    z-index: 1;
    height: 2px;
    top: calc(50% - 1px);
    content: "";
    background-color: var(--rs-theme-primary);
    position: absolute;
    right: -50px
}

.sidebar__widget-contact {
    display: flex;
    gap: 40px;
    flex-direction: column
}

.faq .faq-button,
.feedback__item-qoute,
.our-team__item-content,
.pricing-card-body ul,
.pricing-card-body ul li,
.project-details .share,
.recent-post,
.service-item .readmore,
.sidebar__widget-contact-item-text ul,
.subscribe__content h2,
.tags,
.team-details-skill__social,
.team-details__social,
.team-details__social li a {
    display: -webkit-box;
    display: -ms-flexbox
}

.sidebar__widget-contact-wrapper {
    padding: 50px 34px 89px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.sidebar__widget-contact-item {
    gap: 29px
}

.sidebar__widget-contact-item-icon {
    color: var(--rs-gray-900);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.sidebar__widget-contact-item-text h5 {
    margin-bottom: 14px
}

.office__contact-item h5,
.tweeter-feed__item-text h5 {
    margin-bottom: 10px
}

.sidebar__widget-contact-item-text ul {
    list-style: none;
    display: flex;
    gap: 6px;
    flex-direction: column
}

.office__contact-item-list,
.recent-post {
    list-style: none;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical
}

.blog__details-content .blog__details-meta li a:hover,
.comment-item__content button,
.footer__link ul li a:hover,
.footer__social a:hover,
.office__contact-item-list li a:hover,
.recent-post li a:hover,
.sidebar__widget-contact-item-text ul a:hover,
.tweeter-feed__item-text a:hover {
    color: var(--rs-theme-primary)
}

.search__bar {
    height: 55px;
    width: 100%;
    border-radius: 5px
}

.search__bar input {
    height: 100%;
    padding: 14px 140px 14px 20px;
    width: 100%;
    border: 1px solid var(--rs-gray-200);
    color: var(--rs-common-black)
}

.search__bar button,
.search__bar button:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.search__bar button {
    position: absolute;
    right: 0;
    padding: 10px 39.8px;
    height: 100%
}

.recent-post {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 0
}

.blog__details-content img,
.blog__details-content p,
.contact-us-1__input,
.contact-us__input,
.contact__input,
.faq .faq-item:not(:last-child),
.project-details p,
.service-details__content p,
.tweeter-feed__item:not(:last-child) {
    margin-bottom: 30px
}

.error__search,
.feedback__content {
    margin-left: auto;
    margin-right: auto
}

.recent-post li {
    padding-left: 16px;
    position: relative
}

.recent-post li:before {
    top: 10px;
    left: 0;
    border-radius: 500px;
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    position: absolute
}

.gallery-photo {
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -ms-grid-columns: auto 10px auto 10px auto;
    grid-template-columns: auto auto auto
}

.blog__details-thumb,
.gallery-photo a,
.service-details__content .media,
.team-details__meida {
    border-radius: 5px;
    overflow: hidden
}

.tags {
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tags a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200)
}

.tags a:hover {
    border-color: var(--rs-common-white)
}

.blog__details-bottom,
.comment-item__content,
.comment-item__reply {
    border-bottom: 1px solid #e3e8f4
}

.footer__area-common-2 .footer__bottom,
.footer__social.socail-border-top {
    border-top: 1px solid var(--rs-border-secondary)
}

.office__contact-item:last-child {
    margin-top: 20px
}

.office__contact-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.blog__details-content img {
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%
}

.blog__details-content h1,
.blog__details-content h2,
.blog__details-content h3,
.blog__details-content h4,
.blog__details-content h5,
.blog__details-content h6 {
    margin-bottom: 30px;
    color: var(--rs-heading-primary)
}

.blog__details-content .blog__details-meta,
.blog__details-content ul,
.project-details .project-info ul {
    gap: 18px;
    padding: 0;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    list-style: none
}

.blog__details-content ul,
.project-details .project-info ul {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog__details-content ul li {
    padding-left: 21px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--rs-fw-medium)
}

.blog__details-content ul li:before,
.project-details .project-info ul li:before {
    top: 10px;
    left: 0;
    border-radius: 500px;
    width: 8px;
    height: 8px;
    position: absolute
}

.blog__details-content .blog__details-meta {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.blog__details-content .blog__details-meta li {
    padding-left: 20px;
    position: relative
}

.blog__details-content .blog__details-meta li:before {
    top: 9px;
    left: 0;
    border-radius: 500px;
    width: 10px;
    height: 10px;
    position: absolute
}

.blog__details-bottom {
    gap: 10px;
    padding: 30px 0;
    border-top: 1px solid #e3e8f4
}

.blog__details-bottom .share-social-media,
.project-details .share .share-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.blog__details-bottom .share-social-media a:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.blog__details-bottom p {
    margin: 0
}

.blog__details-bottom .blog__details-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.blog__details-bottom .blog__details-pagination a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    color: var(--rs-theme-primary);
    -webkit-filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
    filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, .05));
    background-color: rgba(0, 213, 99, .1)
}

.comment-item__reply {
    padding-left: 110px
}

.comment-item__reply .comment-item__content {
    border-bottom: 0
}

.comment-item__img {
    min-width: 79px;
    min-height: 79px;
    width: 79px;
    height: 79px;
    border-radius: 500px
}

.footer__link ul,
.footer__widget-4 .footer__link ul {
    display: -ms-grid;
    grid-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: grid
}

.comment-item__content span.name {
    margin-bottom: 5px
}

.live-comment-widget__input,
.project-details h1,
.project-details h2,
.project-details h3,
.project-details h4,
.project-details h5,
.project-details h6,
.project-details-top,
.project-details-top__content p {
    margin-bottom: 20px
}

.live-comment-widget__textarea {
    margin-bottom: 15px
}

.live-comment-widget__form ::-webkit-resizer {
    color: var(--rs-gray-200)
}

.live-comment-widget__form .rs-btn {
    width: 100%;
    margin-top: 40px
}

.live-comment-widget__form input,
.live-comment-widget__form textarea {
    margin: 0 !important;
    padding: 20px 17px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    color: var(--rs-gray-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.footer__widget-description p,
.footer__widget-title h4 {
    margin-bottom: 0;
    color: var(--rs-common-black)
}

.footer__content p,
.footer__link ul li a,
.footer__social a {
    color: var(--rs-common-black);
    font-size: 16px
}

.live-comment-widget__form input::-webkit-input-placeholder,
.live-comment-widget__form textarea::-webkit-input-placeholder {
    color: var(--rs-gray-800)
}

.live-comment-widget__form input::-moz-placeholder,
.live-comment-widget__form textarea::-moz-placeholder {
    color: var(--rs-gray-800)
}

.live-comment-widget__form input:-ms-input-placeholder,
.live-comment-widget__form textarea:-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.live-comment-widget__form input::-ms-input-placeholder,
.live-comment-widget__form textarea::-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.live-comment-widget__form input::placeholder,
.live-comment-widget__form textarea::placeholder {
    color: var(--rs-gray-800)
}

.live-comment-widget__form input {
    height: 80px
}

.live-comment-widget__form textarea {
    min-height: 202px
}

.footer__area-common {
    position: relative;
    
    z-index: 0;
    padding-top: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.footer__area-common-pt-163 {
    padding-top: 160px
}

.footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo img {
    max-width: 126px
}

.footer__content p {
    line-height: 26px
}

.footer__link ul li {
    list-style: none
}

.footer__link ul li a {
    position: relative;
    font-weight: var(--rs-fw-normal)
}

.footer__link ul li a::before {
    position: absolute;
    content: "";
    left: -15px;
    top: calc(50% + .5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: var(--rs-theme-primary)
}

.footer__social {
    display: flex;
    gap: 20px
}

.footer__social.socail-border-top {
    position: relative
}

.footer__social.socail-border-top:after {
    right: -5px;
    top: -3px;
    z-index: 9;
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 500px;
    background-color: var(--rs-border-secondary);
    -webkit-animation: 1s infinite popupBtn;
    animation: 1s infinite popupBtn
}

.faq .faq-button::after,
.rs__faq .accordion-button::after {
    right: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

.footer__social a {
    overflow: hidden;
    position: relative;
    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: 0 0;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-800)
}

.footer__social a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .35s;
    transition: .35s;
    background-color: var(--rs-common-white);
    z-index: -1;
    content: ""
}

.footer__social a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.footer__social a:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.footer__subscribe {
    gap: 9px
}

.footer__subscribe input {
    width: 233px;
    height: 55px;
    background: 0 0;
    color: var(--rs-common-white);
    padding-right: 15px;
    padding-left: 15px
}

.footer__subscribe input::-webkit-input-placeholder {
    color: var(--rs-common-white)
}

.footer__subscribe input::-moz-placeholder {
    color: var(--rs-common-white)
}

.footer__subscribe input:-ms-input-placeholder {
    color: var(--rs-common-white)
}

.footer__subscribe input::-ms-input-placeholder {
    color: var(--rs-common-white)
}

.footer__subscribe input::placeholder {
    color: var(--rs-common-white)
}

.footer__subscribe .rs-btn {
    padding: 17px 29px
}

.footer__main {
    position: relative;
    padding-bottom: 10px
}

.services-main {
    gap: 20px;
    padding: 0 40px
}

.about-us-3__content .company,
.footer__widget-3:nth-child(4),
.footer__widget-4:nth-child(4),
.footer__widget-5:nth-child(4),
.footer__widget:first-child {
    max-width: 300px
}

.footer__widget:nth-child(2) {
    max-width: 184px
}

.footer__widget:nth-child(3) {
    max-width: 136px
}

.footer__widget:nth-child(4) {
    max-width: 229px
}

.footer__widget-title h4 {
    font-size: var(--rs-fs-h4);
    line-height: var(--rs-lh-h4);
    position: relative;
    z-index: 10;
    padding-bottom: 15px;
    font-family: var(--rs-ff-heading)
}

.footer__copyright-5 p,
.question__content p {
    font-family: var(--rs-ff-rubik)
}

.footer__area-common-2 {
    padding-top: 255px
}

.footer__area-common-2 .footer__bottom-wrapper {
    border-top: 0
}

.footer__widget-2:nth-child(2) {
    max-width: 135px
}

.footer__widget-2:nth-child(3) {
    max-width: 165px
}

.footer__widget-2:nth-child(4) {
    max-width: 174px
}

.footer__widget-2:nth-child(4) .footer__link ul,
.footer__widget-3:nth-child(4) .footer__link ul,
.footer__widget-4:nth-child(4) .footer__link ul {
    max-width: 166px
}

.footer__widget-2 .footer__widget-title h4 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 42px
}

.footer__social-md,
.footer__social-xl,
.footer__widget-3 .footer__link ul {
    gap: 10px
}

.footer__social-md a {
    width: 30px;
    height: 30px
}

.footer__area-common-3 {
    background-position: center right;
    padding-top: 94px
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .header-4 .header__middle {
        margin-left: 0
    }
    .footer__area-common-3 {
        background-image: none !important
    }
}

.footer__area-common-3 .footer__bottom {
    border-top: 1px solid var(--rs-border-secondary)
}

.footer__area-common-3 .footer__bottom-wrapper {
    border-top: 0
}

.footer__widget-3:first-child,
.footer__widget-4:first-child,
.footer__widget-5:first-child {
    max-width: 381px
}

.footer__widget-3:nth-child(2),
.footer__widget-4:nth-child(2),
.footer__widget-5:nth-child(2) {
    max-width: 221px
}

.footer__widget-3:nth-child(3),
.footer__widget-4:nth-child(3),
.footer__widget-5:nth-child(3) {
    max-width: 191px
}

.footer__widget-3 .footer__widget-title h4,
.footer__widget-4 .footer__widget-title h4,
.footer__widget-5 .footer__widget-title h4 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px
}

.footer__social-xl a {
    border: 0;
    background: var(--rs-gray-700);
    width: 50px;
    height: 50px
}

.footer__area-common-4 {
    padding-top: 80px
}

.footer__widget-4 .footer__link ul li {
    list-style: none
}

.footer__widget-4 .footer__link ul li a {
    font-size: 16px;
    position: relative;
    color: var(--rs-common-white);
    font-weight: var(--rs-fw-normal)
}

.footer__widget-4 .footer__link ul li a::before {
    width: 0;
    height: 1px;
    content: "";
    left: -15px;
    position: absolute;
    top: calc(50% + .5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--rs-common-yellow)
}

.footer__copyright-4 p a:hover,
.footer__widget-4 .footer__link ul li a:hover {
    color: var(--rs-common-yellow)
}

.footer__widget-4 .footer__social a:hover {
    color: var(--rs-common-black);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.footer__area-common-5 .footer__social a:hover,
.footer__copyright-5 p a:hover,
.footer__widget-5 .footer__link ul li a:hover {
    color: var(--rs-common-blue)
}

.footer__widget-4 .footer__social a:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: var(--rs-common-yellow)
}

.footer__area-common-5 {
    padding-top: 88px
}

.footer__area-common-5 .footer__main {
    border-bottom: 1px solid var(--rs-border-secondary)
}

.footer__area-common-5 .footer__bottom-wrapper {
    border-top: none
}

.footer__widget-5:nth-child(4) .footer__link ul {
    max-width: 166px;
    gap: 20px
}

.footer__widget-5 .footer__social a:hover {
    color: var(--rs-common-blue);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.footer__widget-5 .footer__link ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

.footer__widget-5 .footer__link ul li {
    list-style: none
}

.footer__widget-5 .footer__link ul li a {
    font-size: 16px;
    position: relative;
    color: var(--rs-common-white);
    font-weight: var(--rs-fw-normal)
}

.footer__widget-5 .footer__link ul li a::before {
    width: 0;
    height: 1px;
    content: "";
    left: -15px;
    position: absolute;
    top: calc(50% + .5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--rs-common-blue)
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px 30px
}

.footer__bottom-wrapper {
    border-top: 2px solid var(--rs-border-secondary)
}

.modal-header .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #2f394e;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.modal-header .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px
}

.footer__copyright-menu ul li a,
.pricing-card-price span:not(:first-child) {
    font-size: var(--rs-fs-body);
    line-height: var(--rs-lh-body)
}

.modal-dialog {
    color: #636363;
    width: 325px;
    font-size: 14px;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute
}

.modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    width: 300px !important;
    height: 300px !important
}

.modal-header {
    border-bottom: none;
    position: relative
}

.modal-header h4 {
    text-align: center;
    font-size: 25px;
    margin: 30px 0 -15px
}

.modal-body p {
    font-size: 16px !important;
    color: grey;
    margin-top: 10px
}

.btn:focus,
.btn:hover {
    background: #fff;
    outline: 0;
    border: 1px solid #2f394e;
    color: #000
}

.btn {
    min-height: 40px;
    padding: 10px 0;
    font-size: 12px !important;
    font-family: Poppins;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    background: #2f394e;
    text-decoration: none;
    transition: .4s;
    line-height: normal;
    border: none;
    width: 100%
}

.modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px
}

.footer__copyright p {
    margin-bottom: 0;
    font-weight: var(--font-fw-normal);
    color: #000
}

.footer__copyright-5 p,
.footer__copyright-5 p a {
    font-weight: var(--rs-fw-regular)
}

.contact-us__widget ul li a i,
.contact-us__widget ul li a:hover,
.error__content a,
.footer__copyright p a:hover,
.footer__copyright-menu ul li a:hover,
.our-team__item a:hover h4,
.service-item .readmore:hover,
.service-item a h4:hover {
    color: var(--rs-theme-primary)
}

.footer__copyright-2 p {
    color: var(--rs-common-black)
}

.footer__copyright-menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 38px
}

.footer__copyright-menu ul li {
    list-style: none
}

.footer__copyright-menu ul li a {
    color: #000;
    position: relative;
    font-weight: var(--rs-fw-normal)
}

.error__search .rs-btn:hover,
.footer__copyright-menu-2 ul li a,
.footer__copyright-menu-5 ul li a,
.pricing__toggler_button .rs-btn.active,
.pricing__toggler_button .rs-btn:hover,
.subscribe__form button {
    color: var(--rs-common-white)
}

.footer__copyright-menu-4 ul {
    gap: 34px
}

.footer__copyright-menu-4 ul li a {
    opacity: 70%;
    color: var(--rs-common-white)
}

.about-us-4__author-text h3 a:hover,
.footer__copyright-menu-4 ul li a:hover,
.home-4-latest-gallery__item-text a:hover h4,
.home-4-latest-service__item-text h4:hover {
    color: var(--rs-common-yellow)
}

.footer__copyright-menu-5 ul li a {
    opacity: 72%;
    font-family: var(--rs-ff-rubik)
}

.footer__copyright-menu-5 ul li a:hover,
.our-key-eature-5__item-text .readmore:hover,
.our-key-eature-5__item-text .title:hover {
    color: var(--rs-common-blue)
}

.brand__thumb img {
    cursor: pointer;
    height: auto;
    width: auto;
    opacity: .5
}

.brand__active .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error__content h1 {
    font-size: 174.159px;
    font-style: normal;
    font-weight: 600;
    line-height: 203.186px
}

.error__content a {
    text-decoration: underline
}

.error__search {
    width: 530px;
    max-width: 100%;
    height: 55px;
    border-radius: 5px
}

.error__search input {
    height: 100%;
    border: 1px solid var(--rs-gray-200);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    color: var(--rs-gray-800)
}

.error__search .rs-btn,
.error__search .rs-btn:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.error__search input::-webkit-input-placeholder {
    color: var(--rs-gray-800)
}

.error__search input::-moz-placeholder {
    color: var(--rs-gray-800)
}

.error__search input:-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.error__search input::-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.error__search input::placeholder {
    color: var(--rs-gray-800)
}

.error__search .rs-btn {
    height: 100%;
    padding: 17px 46.7px
}

.error__search .rs-btn:before {
    background-color: var(--rs-heading-primary)
}

.pricing-card-body ul li:before,
.rs__faq .accordion-button::after {
    color: var(--rs-theme-primary);
    font-family: var(--rs-ff-fontawesome)
}

.rs__faq .accordion-button {
    font-size: var(--rs-fs-h5);
    line-height: var(--rs-lh-h5);
    font-weight: var(--rs-fw-medium);
    background: 0 0;
    padding: 25px 50px 25px 0;
    display: inline-block
}

.faq .faq-button:focus,
.rs__faq .accordion-button:focus,
.rs__faq .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rs-theme-light .rs__faq .accordion-button:not(.collapsed) {
    background: var(--rs-bg-10)
}

.rs__faq .accordion-button:not(.collapsed)::after {
    content: "\f068"
}

.rs__faq .accordion-button::after {
    position: absolute;
    content: "+";
    background-image: none;
    top: calc(50% - 6px)
}

.rs__faq .accordion-body {
    padding-top: 0;
    padding-bottom: 50px;
    padding-right: 50px
}

.rs__faq .accordion-body>P {
    margin-bottom: 0
}

.rs__faq .accordion-item {
    border: 0;
    background: 0 0
}

.rs__faq .accordion-item:first-child {
    border-top: 1px solid var(--rs-gray-200) !important
}

.rs__faq .accordion-item:nth-child(2n),
.rs__faq .accordion-item:nth-child(odd) {
    border-bottom: 1px solid var(--rs-gray-200) !important
}

.rs__faq .accordion {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.question__content {
    max-width: 402px
}

.question__content p {
    margin-bottom: 0;
    line-height: 30px;
    color: var(--rs-gray-600)
}

.faq .faq-button {
    width: 100%;
    display: flex;
    padding: 17px 50px 17px 20px;
    position: relative;
    border-radius: 75px;
    font-size: var(--rs-fs-h4);
    line-height: var(--rs-lh-h4);
    font-weight: var(--rs-fw-medium);
    color: var(--rs-common-black-2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 29, 8, .1)
}

.faq .faq-button::after {
    content: "\f105";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--rs-common-black-2);
    font-family: "Font Awesome 5 Pro"
}

@media only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .faq .faq-button::after,
    .rs__faq .accordion-button::after {
        right: 25px
    }
}

@media (max-width:575px),
only screen and (min-width:992px) and (max-width:1199px) {
    .rs__faq .accordion-button::after {
        left: 20px
    }
    .faq .faq-button::after {
        right: 20px
    }
}

.faq .faq-body {
    padding-top: 0;
    padding-right: 50px
}

.faq .faq-body>P {
    margin-bottom: 0;
    margin-top: 13px;
    color: var(--rs-gray-800);
    margin-left: 40px
}

.faq .faq-header {
    border-radius: 5px;
    color: var(--rs-common-white)
}

.faq .faq-header .faq-button {
    text-align: left
}

.faq .faq-header[aria-expanded=true] {
    border-color: transparent;
    background-color: #fff
}

.faq .faq-header[aria-expanded=true] .faq-button {
    color: #fff;
    background: var(--rs-common-blue)
}

.faq .faq-header[aria-expanded=true] .faq-button::after {
    rotate: -90deg;
    color: var(--rs-common-white)
}

.feedback__content {
    max-width: 600px
}

.feedback__item {
    padding: 30px 40px;
    margin-bottom: 13px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0 4px 13px -2px rgba(19, 16, 34, .06), 0 4.8px 24.4px -6px rgba(19, 16, 34, .1);
    box-shadow: 0 4px 13px -2px rgba(19, 16, 34, .06), 0 4.8px 24.4px -6px rgba(19, 16, 34, .1)
}

.feedback__item__home {
    overflow: hidden;
    z-index: 1;
    border-color: rgba(73, 72, 72, .2);
    background: #fff;
    position: relative
}

.feedback__item__home:after {
    width: 100%;
    background-position: bottom;
    height: 4px;
    z-index: -1;
    background-color: #ff4500;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.feedback__item__home .feedback__item-content p,
.feedback__item__home .feedback__item-info h4,
.feedback__item__home .feedback__item-info span {
    color: var(--rs-common-black)
}

.feedback__item__home:hover {
    border-color: transparent !important
}

.feedback__item__home:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.feedback__item-qoute {
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.feedback__item-qoute i {
    color: #ffba08
}

.feedback__item-thumb {
    border-radius: 500px;
    overflow: hidden
}

.feedback__active {
    max-width: 1800px;
    padding-left: 15px;
    padding-right: 15px
}

.portfolio__item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    z-index: 1
}

.portfolio__item:hover .portfolio__item-text:after {
    top: 0
}

.portfolio__item:hover .portfolio__item-text h4,
.portfolio__item:hover .portfolio__item-text span {
    opacity: 1
}

.portfolio__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio__item-text {
    padding: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 5px
}

.portfolio__item-text h4,
.portfolio__item-text span {
    opacity: 0
}

.portfolio__item-text h4:hover,
.portfolio__item-text span:hover,
.project-details .project-navigation .rs-btn:hover {
    color: var(--rs-gray-900)
}

.portfolio__item-text:after {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 213, 99, 0)), to(rgba(0, 213, 99, .86)));
    background: linear-gradient(180deg, rgba(0, 213, 99, 0) 0, rgba(0, 213, 99, .86) 100%)
}

.our-team__item:after,
.pricing-card-price.price-bg:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: ""
}

.pricing__toggler_button .rs-btn {
    border-radius: 45px;
    font-size: var(--rs-fs-h5);
    line-height: var(--rs-lh-h5);
    font-weight: var(--rs-fw-medium);
    padding: 16.5px 36px;
    background-color: var(--rs-common-white);
    color: var(--rs-heading-primary);
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
    border: 1px solid rgba(227, 232, 244, .2)
}

.pricing__toggler_button .rs-btn.active::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.pricing__toggler_button .rs-btn:first-child {
    padding-right: 29px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0
}

.pricing__toggler_button .rs-btn:first-child:before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: var(--rs-theme-primary)
}

.pricing__toggler_button .rs-btn:last-child {
    padding-left: 29px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0
}

.pricing__toggler_button .rs-btn:last-child:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: var(--rs-theme-primary)
}

.pricing-card-popular .price-bg:after {
    top: 0;
    width: 200% !important;
    height: 100%;
    position: absolute;
    left: -50px;
    content: "";
    z-index: -1;
    background-color: var(--rs-gray-100)
}

.pricing-card-price.price-bg:after {
    top: 0;
    width: calc(100% + 67px);
    height: 100%;
    position: absolute;
    left: -50px;
    z-index: -1;
    background-image: url(../imgs/pricing/pricing-bg.svg);
    background-position: right
}

.pricing-card-body ul {
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.pricing-card-body ul li {
    position: relative;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    line-height: var(--rs-lh-h5);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-c .pricing-card-body ul li:before {
    content: "\f101";
    font-size: 14px;
    font-weight: 900;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    display: inline-block
}

.pricing-card-button {
    padding: 18px 20px;
    width: 100%;
    background: 0 0;
    color: var(--rs-gray-900);
    border: 2px solid var(--rs-gray-200)
}

.pricing-card-button:hover {
    border-color: transparent
}

.pricing-card__top-bar span {
    display: block;
    font-size: var(--rs-fs-body2);
    line-height: var(--rs-lh-body2);
    font-weight: var(--rs-fw-bold);
    z-index: 1;
    position: absolute;
    top: -2px;
    right: -10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.our-team__item-content,
.our-team__item-media,
.service-item .readmore,
.subscribe__content h2 {
    display: flex;
    display: flex
}

.pricing-card__top-bar span:after {
    top: -11.55555px;
    width: 105.328px;
    height: 39.273px;
    position: absolute;
    left: -24px;
    content: "";
    z-index: -1;
    background-image: url(../imgs/pricing/popular-bg.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.pricing-card__top-bar span:before {
    top: -11.55555px;
    width: 999%;
    height: 39.273px;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background-color: var(--rs-theme-primary)
}

.service-area .mb-minus-79 {
    margin-bottom: -79px
}

.banner-1 .banner-1-btn-group {
    width: 100%;
    display: flex;
    gap: 5px
}

.service-item {
    margin-bottom: 20px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    background: var(--ss-common-white);
    box-shadow: 0 0 0 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5)
}

.service-item img {
    height: 45px;
    width: 45px;
    object-fit: cover
}

.service-item__icon {
    width: 100%;
    height: 105px;
    overflow: hidden;
    border-radius: 500px
}

.service-item .title {
    font-weight: 600;
    font-family: Outfit;
    font-size: 23px
}

.service-item .readmore {
    color: var(--rs-gray-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    justify-content: center
}

.service-item .readmore i {
    line-height: inherit
}

.subscribe__area.mb-minus-114 {
    margin-bottom: -114px
}

.subscribe__wrapper {
    position: relative;
    z-index: 2;
    gap: 30px;
    padding: 56px 40px 56px 42px;
    border-radius: 5px
}

.subscribe__content {
    gap: 27px
}

.subscribe__content h2 {
    max-width: 480px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-3__media {
        margin-bottom: -79px;
        margin-top: -90px;
        padding-left: 0;
        margin-right: -290px
    }
    .banner-3__media .img {
        padding-left: 60px
    }
    .banner-3__media__shape {
        width: 903px;
        height: 723px
    }
    .banner-3__content h1 {
        font-size: 52px;
        line-height: 72px
    }
    .banner-5-active .banner-5-pagination {
        left: 35px
    }
    .subscribe__content h2 {
        font-size: 40px
    }
}

.subscribe__content img {
    height: 100px;
    width: 100px
}

.subscribe__form {
    width: 550px;
    max-width: 100%;
    height: 76px;
    position: relative
}

.subscribe__form input {
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    height: 100%;
    padding: 25px 185px 25px 24px;
    border: 2px solid rgba(227, 232, 244, .7)
}

.subscribe__form input::-webkit-input-placeholder {
    color: var(--rs-common-white)
}

.subscribe__form input::-moz-placeholder {
    color: var(--rs-common-white)
}

.subscribe__form input:-ms-input-placeholder {
    color: var(--rs-common-white)
}

.subscribe__form input::-ms-input-placeholder {
    color: var(--rs-common-white)
}

.subscribe__form input::placeholder {
    color: var(--rs-common-white)
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .btn__wrapper {
        margin-top: 35px
    }
    .rs-btn.btn-transparent.btn-border-gray {
        padding: 6px 10px
    }
    .rs-btn.btn-transparent.btn-border-gray i {
        width: 30px;
        height: 30px
    }
    .banner-5-active__item-content-button-wrapper .btn-border-blue,
    .banner-5-active__item-content-button-wrapper .rs-btn,
    .rs-btn.btn-blue,
    .rs-btn.btn-border-blue {
        padding: 10px 15px
    }
    .header__logo {
        max-width: 120px
    }
    .blog__pagination a {
        width: 180px;
        height: 40px;
        font-size: 14px
    }
    .footer__widget-2:nth-child(4),
    .footer__widget:nth-child(4) {
        max-width: 100%
    }
    .footer__widget-3:nth-child(4),
    .footer__widget-4:nth-child(4),
    .footer__widget-5:nth-child(4) {
        max-width: 100%;
        min-width: 100%
    }
    .footer__copyright-menu ul {
        gap: 5px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .pricing-card {
        padding: 35px 30px
    }
    .subscribe__wrapper {
        padding: 40px 38px
    }
    .subscribe__content h2 {
        font-size: 30px;
        line-height: 40px
    }
    .subscribe__form input {
        padding-right: 165px
    }
    .subscribe__form button {
        padding: 20px
    }
}

.pack-price h4.pack-amt:after,
.pack-price h4.pack-amt:before {
    width: 25px;
    height: 4px;
    background: #ed5f09;
    top: 20px;
    content: ""
}

.subscribe__form button {
    right: 8px;
    top: calc(50% - 30px);
    position: absolute
}

.contact__background-shpae {
    position: absolute;
    width: 100%;
    content: "";
    height: 1000%;
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: repeat-y;
    background-position: left center
}

.contact-us-1__content,
.contact__content {
    max-width: 625px
}

.contact__form__white input,
.contact__form__white textarea {
    background: var(--rs-gray-900);
    border-color: rgba(227, 232, 244, .2) !important;
    color: var(--rs-common-white) !important
}

.contact__form__white input::-webkit-input-placeholder,
.contact__form__white textarea::-webkit-input-placeholder {
    color: var(--rs-common-white) !important
}

.contact__form__white input::-moz-placeholder,
.contact__form__white textarea::-moz-placeholder {
    color: var(--rs-common-white) !important
}

.contact__form__white input:-ms-input-placeholder,
.contact__form__white textarea:-ms-input-placeholder {
    color: var(--rs-common-white) !important
}

.contact__form__white input::-ms-input-placeholder,
.contact__form__white textarea::-ms-input-placeholder {
    color: var(--rs-common-white) !important
}

.contact__form__white input::placeholder,
.contact__form__white textarea::placeholder {
    color: var(--rs-common-white) !important
}

.contact-us__input select,
.contact__form input,
.contact__form textarea {
    margin: 0 !important;
    color: var(--rs-gray-800);
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    font-style: normal
}

.contact__form ::-webkit-resizer {
    color: var(--rs-gray-200)
}

.contact-us__form .rs-btn,
.contact__form .rs-btn {
    width: 100%;
    margin-top: 25px
}

.contact__form input {
    height: 65px
}

.contact__form input,
.contact__form textarea {
    padding: 20px 30px;
    border-radius: 5px;
    border: 2px solid var(--rs-gray-200)
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
    color: var(--rs-gray-800)
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
    color: var(--rs-gray-800)
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
    color: var(--rs-gray-800)
}

.contact__form textarea {
    min-height: 130px
}

.contact__media {
    margin-left: 30px;
    margin-right: -315px;
    margin-bottom: -120px
}

.contact__media__home-2 {
    border-radius: 5px;
    overflow: hidden;
    margin-right: -316px;
    margin-top: -228px
}

.our-team__content {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto
}

.our-team__item {
    overflow: hidden;
    border-radius: 5px;
    background: 0 0;
    position: relative;
    z-index: 1
}

.our-team__item:after {
    width: 100%;
    background-position: bottom;
    height: 12px;
    z-index: 0;
    background-image: url(../imgs/team/border-bottom.png);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.our-team__item__home .social-media.social-media-2.border-radius-none a {
    border-radius: 5px;
    border: 1px solid rgba(227, 232, 244, .1);
    color: var(--rs-common-white);
    background: var(--rs-gray-700)
}

.feedback-2__slider-button-next:hover,
.feedback-2__slider-button-prev:hover,
.our-team__item__home .social-media.social-media-2.border-radius-none a:hover {
    border-color: var(--rs-theme-primary)
}

.our-team__item__home .our-team__item-content {
    background: var(--rs-gray-700)
}

.contact-us__input select {
    padding: 20px 17px;
    border-radius: 5px;
    border: 2px solid var(--rs-gray-200);
    width: 100%
}

.contact-us-1__content .section__subtitle,
.contact-us-1__content .section__title,
.our-team__item__home .our-team__item-content h4,
.our-team__item__home .our-team__item-content span,
.our-team__navigation__home .our-team__slider-button-next,
.our-team__navigation__home .our-team__slider-button-prev,
.project-details .project-navigation .rs-btn:hover i {
    color: var(--rs-common-white)
}

.our-team__item:hover {
    border-radius: 5px
}

.our-team__item:hover:after,
.recent-project__item:hover .recent-project__item-text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.our-team__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.our-team__item-media {
    width: 100%;
    overflow: hidden;
    justify-content: center
}

.our-team__item-media img {
    height: 250px;
    width: 327px;
    -o-object-fit: cover;
    object-fit: cover
}

.our-team__item-content {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--rs-gray-100);
    padding: 20px 0
}

.our-team__item .social-media {
    gap: 24px
}

.our-team__item .social-media.border-radius-none a,
.our-team__item .social-media.border-radius-none a:before {
    border-radius: 0
}

.our-team__item .social-media a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-color: var(--rs-gray-200)
}

.our-team__nav-pre {
    left: -150px;
    width: 1590px;
    z-index: 1;
    top: calc(50% - 30px);
    position: absolute
}

.feedback-2__navigation,
.our-team__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-team__navigation__home .our-team__slider-button-next:hover,
.our-team__navigation__home .our-team__slider-button-prev:hover {
    border-color: var(--rs-theme-primary);
    background-color: var(--rs-heading-primary)
}

.our-team__slider-button-next,
.our-team__slider-button-prev {
    width: 60px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--rs-gray-200);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    color: var(--rs-theme-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.our-team__slider-button-next:hover,
.our-team__slider-button-prev:hover {
    background-color: var(--rs-theme-primary);
    color: var(--rs-common-white);
    border-color: transparent
}

.latest-portfolio_section_inner ul {
    margin: 0 0 35px;
    padding: 0;
    display: block;
    text-align: center
}

.latest-portfolio_section_inner ul li {
    display: inline-block;
    text-align: center;
    color: #8a9ba8;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    margin: 0 5px;
    border-bottom: 3px solid #8a9ba8
}

.latest-portfolio_section_inner ul li:hover {
    color: #000;
    border-bottom: 3px solid #ff4500
}

.latest-portfolio_section_projects {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 60px
}

.latest-portfolio_section_projects img {
    height: 220px;
    width: auto;
    border-radius: 2px;
    border: 5px solid #fff;
    object-fit:unset;
}

.active_project_li {
    color: #000 !important;
    border-bottom: 3px solid #ff4500 !important
}

.latest-portfolio_section_projects div {
    margin-top: 5px
}

.latest-pricing_section ul {
    display: table;
    margin: 0 auto
}

.latest-pricing_section ul li {
    float: left;
    font-size: 16px;
    list-style: none;
    line-height: 25px;
    margin-left: 3px
}

.leading_Section div {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap
}

.leading_Section div h4 {
    font-size: 27px;
    color: #433862;
    font-weight: 600;
    line-height: 35px
}

.leading_Section div p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 32px;
    letter-spacing: 1.2px
}

@media only screen and (min-width:785px) and (max-width:990px) {
    .leading_Section div p {
        font-size: 16px;
        line-height: 20px
    }
    .leading_Section div h4 {
        font-size: 20px
    }
    .price_box {
        width: 100% !important
    }
}

.divider {
    width: 100%;
    display: flex;
    margin-left: 60px
}

.divider span {
    background-color: #fff;
    height: 3px;
    width: 33%;
    position: relative;
    top: 20px
}

.section-title {
    font-size: 24px !important
}

.footer-imgs img {
    max-height: 50px;
    max-width: 78px;
    object-fit: contain
}

.footer-imgs {
    gap: 5px
}

@media only screen and (min-width:320px) and (max-width:550px) {
    .latest-portfolio_section_projects img{
        height:100% !important;
        width:100% !important;
    }
    .hire-main,
    .hire-us-two div.container {
        --bs-gutter-x: 10px !important
    }
    .banner-1-btn-group,
    .new_butn,
    .project-div-main {
        width: 100% !important
    }
    .work-process__item-description button {
        top: -15px !important
    }
    .work-process__item-description p:nth-child(3) {
        top: -8px !important
    }
    body {
        overflow-x: hidden !important
    }
    .feedback {
        padding-bottom: 0 !important
    }
    .reviews {
        padding: 0 20px
    }
    .about_new h2 {
        font-size: 32px
    }
    .latest-portfolio_section h2,
    .section-title {
        font-size: 16px !important
    }
    .our-team__content h2 {
        font-size: 28px !important
    }
    .why-choose-2 img {
        height: 80px !important
    }
    .latest-service__media {
        display: none
    }
    .latest-portfolio_section_projects {
        padding: 0 15px
    }
    .recent-project__content {
        margin-left: 0 !important
    }
    .section__subtitle {
        font-size: 28px
    }
    .divider {
        justify-content: center
    }
    .divider span {
        width: 50%;
        top: 0
    }
    .service-item .title {
        font-size: 20px !important
    }
    .banner-1-btn-group {
        flex-direction: column;
        gap: 0 !important;
        padding-bottom: 18px !important
    }
    .new_butn {
        font-size: 13px
    }
    .banner-1__shapes .big-shape-1 {
        left: -1100px !important
    }
    .products_1,
    .products_2 {
        flex-wrap: wrap;
        justify-content: center
    }
    .comapnysvg,
    .next-page,
    .prev-page {
        display: none !important
    }
    .blog__pagination2 {
        padding: 30px 20px !important
    }
    .service-item {
        margin-bottom: 20px;
        padding: 0 40px;
        border-radius: 5px;
        text-align: center;
        background: var(--ss-common-white);
        box-shadow: 0 0 0 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5)
    }
    .leading_Section div p {
        font-size: 13px;
        line-height: 25px
    }
    .leading_Section div h4 {
        font-size: 20px;
        line-height: 30px
    }
}

.leading_section_2 {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
    padding: 20px 10px;
    flex-direction: column
}

.leading_section_2 img {
    height: 70px;
    width: 70px
}

.leading_section_2 .col-lg-4 {
    border-radius: 12px;
    padding: 10px;
    display: flex;
    justify-content: center
}

.latest-pricing_section_active,
.pricing-button.active {
    background: #2f394e !important;
    color: #fff !important
}

.pricing-button {
    color: #000;
    font-size: 16px;
    background: 0 0;
    box-shadow: 0 0 5px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5);
    border: none;
    margin-bottom: 4px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 11px;
    margin-right: 5px;
    font-family: sans-serif
}

.pack-header,
.work-process__item__home .work-process__item-body button {
    background: #2f394e
}

.work-process__item__home,
.work-progress__item {
    box-shadow: 0 0 10px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5)
}

.latest-pricing_section {
    padding-top: 0 !important
}

.latest-price-section-2 h2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: Poppins;
    color: #000
}

.latest-price-section-2 p,
.pack-list.pack-ul li {
    font-family: sans-serif;
    color: #000;
    line-height: 25px
}

.latest-price-section-2 p {
    font-size: 15px;
    list-style: none
}

.pack-item {
    display: flex;
    margin-bottom: 26px
}

.pack-item .pack-inn {
    border: 5px solid #eeeff4;
    border-radius: 30px 0 30px 30px;
    overflow: hidden;
    width: 100%;
    text-align: center !important;
    transition: .3s;
    position: relative
}

.pack-list .pack-ul,
.pack-list.pack-ul {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 2em;
    height: 170px;
    overflow: hidden
}

.pack-list.pack-ul li {
    font-weight: 500;
    font-size: 14px;
    text-align: start;
    list-style: inside;
    margin-bottom: 6px;
    float: none
}

.about-us-3__content-list li:after,
.about-us__content-list li:after,
.why-choose__content-list li:after {
    font-family: var(--rs-ff-fontawesome);
    font-style: normal
}

.pack-header {
    padding: 10px !important;
    color: #fff;
    width: 100%
}

.pack-price {
    padding: 40px 0 0;
    width: 100%;
    position: relative
}

.pack-tag {
    padding: 5px 30px;
    color: #ed5f09;
    border-radius: 6px;
    margin: 0 auto 10px;
    display: none
}

.pack-btn {
    margin: 0 auto;
    display: table
}

.pack-lbtn {
    width: 100%;
    margin: 30px 0;
    float: left
}

.pack-header h3.pack-name {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff !important
}

.pack-price h4.pack-amt {
    font-size: 38px;
    font-weight: 700;
    line-height: 43px;
    position: relative;
    display: table;
    margin: 0 auto 40px;
    padding: 0 70px
}

.pack-price h4.pack-amt sup {
    position: static;
    font-size: inherit;
    vertical-align: unset
}

.pack-price h4.pack-amt:before {
    position: absolute;
    left: 20px
}

.pack-price h4.pack-amt:after {
    position: absolute;
    margin-left: 20px
}

.mCustomScrollBox {
    position: relative;
    overflow: auto;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCustomScrollBox::-webkit-scrollbar {
    width: 5px
}

.mCustomScrollBox::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .2) !important;
    border-radius: 5px
}

.mCustomScrollBox::-webkit-scrollbar-thumb {
    background-color: #ed5f09;
    border-radius: 10px
}

.mCustomScrollBox::-webkit-scrollbar-thumb:hover {
    background-color: #ed5f09
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0
}

.best-seller {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    position: absolute;
    min-height: 30px;
    display: block;
    height: 67px;
    max-height: 160px;
    top: 0;
    z-index: 1
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: none
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ed5f09;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    line-height: 30px
}

.pack-lbtn a {
    width: 49%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #ed5f09;
    text-decoration: none
}

.pack-lbtn a span {
    display: block;
    color: #000
}

.pack-btn li a {
    color: #fff !important;
    font-size: 12px !important;
    width: 100%;
    float: left;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    text-transform: capitalize;
    font-weight: 600;
    background: #2f394e !important;
    border: none !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (max-width:767px) {
    .latest-pricing_section ul li {
        margin-bottom: 30px
    }
}

.work-progress__item {
    gap: 30px;
    padding: 28px 15px 32px;
    border-radius: 5px
}

.team-details-skill__progress-item-content,
.work-progress__item .title {
    margin-bottom: 5px
}

.about-us__content .description p,
.contact-us-1__content .section__title,
.contact-us__widget:last-child,
.project-details .project-info p:last-child,
.service-details__content p:last-child,
.work-progress__item p {
    margin-bottom: 0
}

.work-process__item__home .work-process__item-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain
}

.about-us__content-list {
    gap: 34px;
    list-style: none
}

.about-us__content-list li {
    padding-left: 43px;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    font-style: normal;
    font-weight: 500;
    line-height: var(--rs-lh-h5);
    position: relative
}

.about-us__content-list li:after {
    left: 0;
    color: #ff4500;
    content: "\f00c";
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    top: calc(50% - 11px)
}

.about-us__experience-box {
    padding: 30px;
    bottom: 56px;
    left: -70px;
    position: absolute;
    z-index: 1;
    border-radius: 5px
}

.about-us__experience-box:after {
    z-index: -1;
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    left: -6px;
    content: "";
    top: 6px;
    border: 2px dashed var(--rs-common-white)
}

.about-us__media .img {
    position: relative;
    width: 617px;
    z-index: 1;
    margin-left: auto
}

.about-us__media .img .circle-image {
    top: -82px;
    left: -80px;
    content: "";
    width: 231.097px;
    height: 214.742px;
    opacity: .75;
    position: absolute;
    z-index: -1
}

.about-us__media .img .circle-bg {
    bottom: -20px;
    left: -20px;
    content: "";
    width: 476px;
    opacity: .1;
    position: absolute;
    z-index: -1;
    height: 563px;
    border-radius: 5px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
    .about-us__media .img .circle-bg {
        width: 300px;
        height: 400px
    }
}

.about-us__media .img img {
    border-radius: 5px
}

.work-process__description {
    margin-left: auto;
    max-width: 520px
}

.ssd-card p,
.what-do-next-item p,
.work-process__description p {
    margin: 0
}

.work-process__item p {
    text-wrap: balance
}

@media only screen and (min-width:550px) and (max-width:990px) {
    .work-process__item p {
        font-size: 12px !important;
        line-height: 17px !important
    }
    .products_1,
    .products_2 {
        flex-wrap: wrap;
        justify-content: center
    }
    .our_products {
        width: 300px
    }
}

@media only screen and (min-width:320px) and (max-width:549px) {
    .work-process__item p {
        font-size: 11px !important;
        line-height: 15px !important;
        position: relative;
        top: 5px
    }
    .work-process__item {
        padding: 5px !important
    }
    .work-process__item-heading {
        width: 70% !important
    }
    .work-process__item-description h5 {
        font-size: 13px !important;
        line-height: 15px
    }
    .work-process__item-description p {
        font-size: 10px !important;
        width: 60px
    }
    .work-process__item-description {
        width: 100% !important;
        position: relative;
        left: -30px
    }
    .back-layer-button {
        font-size: 10px !important;
        width: 65px !important;
        padding: 0 !important;
        position: relative;
        top: -20px
    }
}

.work-process__item {
    overflow: hidden;
    max-width: 632px;
    position: relative;
    padding: 15px 25px;
    gap: 49px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-gray-100)
}

.project-div-main {
    width: 20%
}

.work-process__item-description {
    width: 27% !important;
    align-items: center;
    display: none !important;
    flex-direction: column;
    text-align: center
}

.work-process__item-description.active {
    display: flex !important;
    justify-content: center;
    align-items: center
}

.accordion-item-header div:nth-child(2),
.work-process__item-descriptionp-2 {
    position: relative;
    top: 10px
}

.blog__item p,
.work-process__item-description p {
    font-size: 14px
}

.work-process__item__home {
    background: #fff
}

.work-process__item__home .work-process__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    gap: 38px
}

.work-process__item__home .work-process__item-icon span {
    color: var(--rs-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.latest-blog__item-date,
.latest-blog__item-date i,
.latest-blog__item-text a h4,
.latest-blog__item-text p,
.latest-service__item-text a h4,
.latest-service__item-text p,
.work-process__item__home .work-process__item-heading h4 {
    color: var(--rs-common-black)
}

.work-process__item__home .work-process__item-body p {
    color: var(--rs-common-black);
    font-size: 14px;
    text-wrap: balance
}

.work-process__item.active {
    max-width: 100% !important
}

.work-process__item.active p {
    opacity: 1;
    visibility: visible
}

.work-process__item-heading {
    width: 80%
}

.work-process__item.active button i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.project-details .project-navigation,
.work-process__item-wrapper {
    gap: 30px
}

.work-process__item-header {
    gap: 20px
}

.work-process__item-body p {
    margin: 0;
    width: 588px;
    position: absolute;
    left: 557px;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .contact__media__home-2 {
        margin-right: -392px !important
    }
    .contact__media {
        margin-right: -388px
    }
    .work-process__item-body p {
        width: 470px;
        left: 530px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .clients-testomonial__space {
        margin-bottom: -120px
    }
    .header-5 .main-menu ul li {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px
    }
    .header-top-2__menu-1.background-shape:after {
        left: -9649px
    }
    .banner-1__space {
        padding: 150px 0 200px
    }
    .banner-1__shapes .big-shape-1,
    .banner-1__shapes .big-shape-2 {
        left: -1180px
    }
    .banner-1__media {
        right: -368px;
        top: -229px
    }
    .banner-2__top-left h1 {
        font-size: 90px
    }
    .banner-3__content h1 {
        font-size: 52px;
        line-height: 64px
    }
    .banner-4-active__item-media-shape .img-2 {
        width: 1500px
    }
    .banner-4-active .banner-4-pagination {
        bottom: 50px
    }
    .banner-5-active__item {
        padding-top: 250px;
        padding-bottom: 120px
    }
    .main-menu ul li .mega-menu {
        padding: 25px
    }
    .gallery-photo {
        -ms-grid-columns: auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto
    }
    .footer__widget-3:first-child,
    .footer__widget-4:first-child,
    .footer__widget-5:first-child,
    .footer__widget:first-child {
        max-width: 250px
    }
    .footer__widget-2:nth-child(3),
    .footer__widget:nth-child(3) {
        max-width: 190px
    }
    .footer__widget-title h4 {
        font-size: 18px
    }
    .error__content h1 {
        font-size: 150px;
        line-height: 180px
    }
    .work-process__item {
        padding: 30px 50px
    }
    .work-process__item__home {
        padding-left: 25px
    }
    .work-process__item__home .work-process__item-icon {
        gap: 25px
    }
    .work-process__item-body p {
        width: 360px;
        left: 462px
    }
}

.work-process__item-body button {
    right: 0;
    position: absolute;
    width: 92px;
    height: 100%;
    border-radius: 5px;
    background: var(--rs-heading-primary)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .cta__content,
    .question__content {
        max-width: 100%
    }
    .question__content,
    .team-details__meida {
        margin-bottom: 40px
    }
    .header-5 .mega__menu-wrapper {
        padding: 0 15px
    }
    .header-top-2__menu-1 {
        gap: 250px
    }
    .header-top-2__socail-menu,
    .work-process__item-wrapper {
        gap: 20px
    }
    .header-top-2__menu-1.background-shape:after {
        left: -9799px
    }
    .banner-1__media {
        right: -419px;
        top: -287px
    }
    .banner-2__top-right .banner-2-circle:after {
        background-size: contain
    }
    .banner-2__bottom-media {
        height: 300px
    }
    .banner-2__bottom-media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .banner-4-active .banner-4-pagination,
    .banner-4-active__item-media-shape .img-2 {
        display: none
    }
    .cta__content {
        text-align: center
    }
    .cta-2 .cta__subscribe input,
    .cta__subscribe input,
    .footer__subscribe input {
        width: 100%
    }
    .footer__area-common-4,
    .footer__area-common-5 {
        padding-top: 60px
    }
    .faq .faq-body {
        padding-right: 0
    }
    .faq .faq-body>P {
        margin-left: 10px
    }
    .work-process__item {
        padding: 20px 30px;
        max-width: 400px
    }
    .work-process__item__home {
        padding-left: 15px
    }
    .work-process__item__home .work-process__item-icon {
        gap: 10px
    }
    .work-process__item-body p {
        width: 294px;
        left: 320px;
        line-height: 20px;
        font-size: 14px
    }
    .work-process__item-body button {
        width: 50px
    }
}

.work-process__item-body button i {
    color: var(--rs-common-white);
    font-size: 24px;
    font-weight: 900
}

.brand__home {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1650px
}

.contact-us__area span {
    color: grey
}

.contact-us__widget-title {
    display: inline-block;
    position: relative
}

.contact-us__widget .map {
    height: 288px;
    border-radius: 5px;
    overflow: hidden
}

.blog__item,
.contact-us__widget .map .place-card-large,
.small-shape-3,
.small-shape-4 {
    display: none !important
}

.contact-us__widget .map iframe {
    max-width: 100%
}

.contact-us__widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    gap: 32px
}

.active_team_slider .rs-swiper-dot,
.contact-us__widget ul li a,
.have-query__item-list a,
.ssd-card {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.about-us-insurance__life-coverage,
.contact-us__widget ul li {
    list-style: none
}

.contact-us__widget ul li a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px
}

.contact-us__widget ul li a i {
    font-size: 22px;
    font-style: normal;

    line-height: normal
}

.contact-us__form ::-webkit-resizer {
    color: var(--rs-gray-200)
}

.contact-us__form input,
.contact-us__form textarea {
    margin: 0 !important;
    padding: 20px 17px;
    border-radius: 5px;
    border: 2px solid var(--rs-gray-200);
    color: var(--rs-gray-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.contact-us__form input::-webkit-input-placeholder,
.contact-us__form textarea::-webkit-input-placeholder {
    color: var(--rs-gray-800)
}

.contact-us__form input::-moz-placeholder,
.contact-us__form textarea::-moz-placeholder {
    color: var(--rs-gray-800)
}

.contact-us__form input:-ms-input-placeholder,
.contact-us__form textarea:-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.contact-us__form input::-ms-input-placeholder,
.contact-us__form textarea::-ms-input-placeholder {
    color: var(--rs-gray-800)
}

.contact-us__form input::placeholder,
.contact-us__form textarea::placeholder {
    color: var(--rs-gray-800)
}

.contact-us__form textarea {
    min-height: 206px
}

.contact-us-1__form ::-webkit-resizer {
    color: var(--rs-gray-200)
}

.contact-us-1__form .rs-btn {
    margin-top: 25px
}

.contact-us-1__form input,
.contact-us-1__form textarea {
    height: 65px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    padding: 20px 17px;
    margin: 0 !important;
    color: var(--rs-common-white);
    background-color: transparent;
    border-radius: 5px
}

.contact-us-1__form input::-webkit-input-placeholder,
.contact-us-1__form textarea::-webkit-input-placeholder {
    color: var(--rs-common-white)
}

.contact-us-1__form input::-moz-placeholder,
.contact-us-1__form textarea::-moz-placeholder {
    color: var(--rs-common-white)
}

.contact-us-1__form input:-ms-input-placeholder,
.contact-us-1__form textarea:-ms-input-placeholder {
    color: var(--rs-common-white)
}

.contact-us-1__form input::-ms-input-placeholder,
.contact-us-1__form textarea::-ms-input-placeholder {
    color: var(--rs-common-white)
}

.contact-us-1__form input::placeholder,
.contact-us-1__form textarea::placeholder {
    color: var(--rs-common-white)
}

.contact-us-1__form textarea {
    min-height: 130px
}

.contact-us-1__media {
    margin-left: 20px
}

.rr-maps {
    width: 100%;
    height: 450px
}

.rr-maps iframe {
    width: 100%;
    border: 0;
    height: 100%
}

.service-details__content h1,
.service-details__content h2,
.service-details__content h3,
.service-details__content h4,
.service-details__content h5,
.service-details__content h6 {
    color: var(--rs-heading-primary);
    margin-bottom: 30px
}

.service-details__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 18px
}

.ssd-card {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ssd-card .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6.4px -1px rgba(19, 16, 34, .03), 0 4.4px 12px -1px rgba(19, 16, 34, .06);
    box-shadow: 0 2px 6.4px -1px rgba(19, 16, 34, .03), 0 4.4px 12px -1px rgba(19, 16, 34, .06)
}

.latest-service__item,
.our_products {
    transition: 1s;
    box-shadow: 0 0 10px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5);
    z-index: 1
}

.ssd-card .icon img {
    max-width: 40px
}

.what-do-next {
    margin-bottom: 40px;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.what-do-next-item {
    margin-bottom: 20px;
    padding: 10px 48px 10px 10px;
    gap: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 5px 5px;
    border: 1px solid var(--gray-200, #e3e8f4);
    background: var(--White, #fff)
}

.back-layer,
.back-layer-button {
    border-radius: 10px;
    text-align: center
}

.what-do-next-item__icon img {
    width: 40px
}

.service-information__item {
    max-width: 387px
}

.service-information__item-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px
}

.service-information__item h5 {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rs-gray-800)
}

.service-information__item h5 i {
    color: #ff4500
}

.about-us-2__content p,
.latest-service__description p,
.service-information__item p {
    margin: 0
}

.project-details__block {
    padding: 40px 50px
}

@media (max-width:1500px) {
    .project-details__block {
        padding: 30px
    }
}

.project-details__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    gap: 22px
}

.project-details__block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rs-gray-900);
    text-transform: capitalize;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px
}

.project-details__block ul li span {
    margin-left: 6px;
    font-weight: 600
}

.project-details__block ul li i {
    margin-right: 20px;
    color: var(--rs-theme-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.project-details-top__content h2 {
    margin-bottom: 20px;
    color: var(--rs-heading-primary)
}

.project-details .project-info ul li {
    padding-left: 21px;
    position: relative;
    text-transform: capitalize
}

.project-details .share {
    margin-top: 30px;
    gap: 17px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-details .share h5 {
    color: var(--rs-gray-800);
    margin-bottom: 0
}

.team-details__social {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    gap: 20px
}

.team-details__social li {
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e8f4
}

.team-details__social li a {
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-blog__item-text a.readmore:hover,
.latest-blog__item-text a:hover h4,
.latest-blog__item__home-2 .latest-blog__item-meta a i,
.latest-blog__item__home-2 .latest-blog__item-meta a:hover,
.latest-service__item-text a:hover h4,
.recent-project__item-text .read-more:hover,
.recent-project__item-text a:hover h4,
.team-details__social li a:hover {
    color: var(--rs-theme-primary)
}

.team-details__social li a i {
    color: var(--rs-theme-primary);
    font-size: 20px;
    font-weight: 900
}

.team-details-skill__social {
    display: flex;
    list-style: none;
    gap: 15px
}

.team-details-skill__social li a {
    display: block;
    font-size: 26px;
    color: var(--rs-theme-primary)
}

.team-details-skill__social li a:hover {
    color: var(--rs-heading-primary);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.team-details-skill__social-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e3e8f4;
    border-bottom: 1px solid #e3e8f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px
}

.team-details-skill__progress-item__wrapper {
    -ms-grid-columns: 1fr 158px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 158px
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .team-details-skill__progress-item__wrapper {
        gap: 25px 40px
    }
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .mfp-close::after {
        right: 15px;
        margin-top: -30px
    }
    .breadcrumb-space {
        padding: 150px 0 162px
    }
    .header__main {
        padding: 18px 0
    }
    .home__menu-grid {
        padding: 10px 0 20px;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
    .home__menu-thumb::before {
        opacity: 1
    }
    .home__menu-buttons {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible
    }
    .footer__grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__widget-2:nth-child(3),
    .footer__widget-3:first-child,
    .footer__widget-3:nth-child(3),
    .footer__widget-4:first-child,
    .footer__widget-4:nth-child(3),
    .footer__widget-5:first-child,
    .footer__widget-5:nth-child(3),
    .footer__widget:first-child,
    .footer__widget:nth-child(3) {
        max-width: 100%
    }
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .rs__faq .accordion {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
    .feedback__item {
        padding: 20px 18px
    }
    .what-do-next {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .project-details__block ul {
        gap: 15px
    }
    .project-details__block ul li i {
        margin-right: 10px
    }
    .team-details-skill__progress-item__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.team-details-skill__progress-item .progress {
    height: 8px;
    background: var(--rs-gray-200);
    border-radius: 5px
}

.team-details-skill__progress-item .progress .progress-bar {
    border-radius: 5px;
    background: var(--rs-theme-primary)
}

.recent-project__content {
    max-width: 100%;
    margin-left: 100px
}

.back-layer {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    padding-top: 160px;
    color: #000
}

.back-layer-button,
.our_products.active h3,
.our_products.active p {
    color: #fff !important
}

.back-layer-button {
    background-color: #4d5d7f !important;
    position: relative;
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 500
}

.our_products div h3,
.our_products p,
.our_products.active .back-layer p,
.services-card.active:hover h3,
.services-card.active:hover p {
    color: #000 !important
}

.our_products div img {
    height: auto;
    width: 37%;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.our_products {
    overflow: hidden;
    box-shadow: 0 0 18px 0 rgba(122.24999999999999, 122.24999999999999, 122.24999999999999, .5) !important;
    width: 359px;
    position: relative;
    background-color: #fff;
    height: 359px;
    padding: 15px 35px;
    border-radius: 15px
}

.our_products:hover .back-layer {
    top: 0;
    z-index: 50;
    transition: 1s
}

.our_products div h3 {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    font-family: Outfit
}

.our_products p {
    font-weight: 400;
    line-height: 25px;
    font-family: Outfit;
    font-size: 14px;
    margin-top: 10px
}

.home-4-latest-gallery__item,
.recent-project__item {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.home-4-latest-gallery__item:nth-child(2n) .home-4-latest-gallery__item-text,
.recent-project__item:nth-child(2n) .recent-project__item-text {
    bottom: 82px
}

.home-4-latest-gallery__item:nth-child(4n),
.recent-project__item:nth-child(4n) {
    margin-top: -82px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .recent-project__item:nth-child(2n) .recent-project__item-text {
        bottom: 71px
    }
    .recent-project__item:nth-child(4n) {
        margin-top: -71px
    }
}

.home-4-latest-gallery__item-wrapper,
.recent-project__item-wrapper {
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid
}

.recent-project__item-media {
    border-radius: 10px;
    overflow: hidden
}

.recent-project__item:hover .recent-project__item-media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.recent-project__item-text {
    border-radius: 10px;
    background-color: var(--rs-gray-900);
    width: calc(100% - 40px);
    margin: 20px;
    padding: 20px 30px;
    bottom: 0;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(calc(100% + 30px), 0);
    transform: translate(calc(100% + 30px), 0)
}

.recent-project__item-text h4 {
    margin-bottom: 5px;
    color: var(--rs-common-white)
}

.about-us-2__media-circle h3,
.about-us-2__media-circle h5,
.active-team__item:hover .active-team__item-social a,
.recent-project__item-text span {
    color: var(--rs-common-white)
}

.recent-project__item-text .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px 0;
    background: var(--rs-theme-primary);
    position: relative
}

.recent-project__item-text .read-more::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .35s;
    transition: .35s;
    background-color: var(--rs-common-white);
    z-index: -1;
    content: ""
}

.recent-project__item-text .read-more i {
    color: var(--rs-gray-900)
}

.recent-project__item-text .read-more:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .latest-service__description {
        margin-top: 15px
    }
}

.latest-service__content {
    max-width: 475px
}

.latest-service__media {
    border-radius: 5px;
    overflow: hidden;
    max-width: 475px
}

.latest-service__item {
    overflow: hidden;
    gap: 36.9px;
    position: relative;
    padding: 20px 10px;
    border-radius: 5px;
    background: #fff
}

.latest-service__item:after {
    width: 12px;
    background-position: bottom;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../imgs/home1/border-shape.png);
    position: absolute;
    content: "";
    bottom: 0;
    background-size: contain;
    left: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.latest-service__item:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.latest-service__item-icon {
    min-width: 96.104px;
    min-height: 100px;
    width: 96.104px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    background-color: rgba(255, 255, 255, .04)
}

.latest-service__item-text a h4 {
    font-size: 23px !important
}

.latest-service__item-icon img {
    max-width: 65px
}

@media only screen and (min-width:1920px) {
    .banner-1 {
        height: 800px !important
    }
}

.latest-service__item-text p {
    margin: 0
}

.feedback__active {
    margin-bottom: -10px
}

.blog__item h3 {
    font-size: 22px
}

.blog__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-right: 5px solid #fff
}

.latest-blog__item {
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    border-top: 0
}

.latest-blog__item-media {
    position: relative;
    overflow: hidden;
    border-radius: 0 5px 5px;
    height: auto;
    margin-left: -1px;
    width: calc(100% + 2px)
}

.latest-blog__item-media img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.hire-us-one input[type=text],
.hire-us-one select {
    height: 35px;
    width: 100%;
    padding: 5px 9px;
    outline: 0;
    background-color: #fff
}

.latest-blog__item-date {
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 1;
    gap: 7px;
    position: absolute;
    border-radius: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    background-color: var(--rs-common-white)
}

.latest-blog__item-text {
    padding: 20px 55px 40px 40px;
    color: #000 !important
}

@media only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .latest-blog__item-text {
        padding: 20px 30px
    }
}

.latest-blog__item-text a.readmore {
    gap: 10px;
    font-weight: 600;
    color: var(--rs-common-black)
}

.latest-blog__shapes {
    top: -108px;
    left: -315px;
    z-index: -1;
    position: absolute;
    width: 1920.08px;
    height: 1162.24px
}

.latest-blog__content__home-2 {
    max-width: 788px;
    margin-left: auto;
    margin-right: auto
}

.latest-blog__item__home-2 {
    border-radius: 5px;
    border: none;
    overflow: hidden;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.latest-blog__item__home-2:hover .latest-blog__item-media img,
.latest-service-2__item:hover .latest-service-2__item-media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.latest-blog__item__home-2 .latest-blog__item-media {
    width: 100%;
    margin-left: 0;
    padding: 30px 30px 0;
    height: 356px
}

.latest-blog__item__home-2 .latest-blog__item-media a {
    overflow: hidden;
    display: block;
    border-radius: 5px
}

.latest-blog__item__home-2 .latest-blog__item-media img {
    border-radius: 5px;
    overflow: hidden
}

.about-us-2__content-contact,
.latest-blog__item__home-2 .latest-blog__item-meta {
    gap: 19px
}

.latest-blog__item__home-2 .latest-blog__item-meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.latest-blog__item__home-2 .latest-blog__item-text {
    padding: 30px 40px 40px
}

.latest-blog__item__home-2 .latest-blog__item-text a h4 {
    text-transform: capitalize;
    color: var(--rs-gray-900)
}

.about-us-2__content-contact a:hover h5,
.about-us-3__content-list li:after,
.active-team__item a:hover h4,
.active-team__item-social a,
.best-offers__item:hover .best-offers__item-header h5,
.have-query__item-list a i,
.latest-blog__item__home-2 .latest-blog__item-text a:hover h4,
.latest-gallery__item a:hover h4,
.latest-service-2__item-text a:hover h4,
.our-services__item a:hover,
.our-services__item a:hover h4,
.why-choose__content-list li:after {
    color: var(--rs-theme-primary)
}

.latest-blog__item__home-2 .latest-blog__item-text p {
    color: var(--rs-gray-800)
}

.hire-us-one select {
    font-size: 13px;
    border: 1px solid #ccc !important;
    border-radius: 8px
}

.hire-us-one input[type=text] {
    font-size: 15px;
    border: 1px solid #ccc !important;
    margin-top: 20px;
    color: #000;
    border-radius: 8px
}

.hire-us-one label {
    color: #000;
    font-weight: 500
}

.hire-us-one li {
    margin-top: 15px
}

.hire-us-one input[type=submit] {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    color: #fff;
    background-color: #ff6138;
    font-size: 15px;
    padding: 12px 24px;
    border: none;
    outline: 0
}

.hire-us-two {
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .2);
    margin: 10px 20px;
    border-radius: 8px
}

.hire-end_2_3,
.letbtn {
    cursor: pointer;
    font-family: Poppins, Sans-serif;
    font-weight: 600;
    fill: #fffbfb;
    color: #fffbfb;
    font-size: 13px;
    background-color: #ff6138;
    border-radius: 7px !important;
    padding: 11px 30px
}

.hire-end_2_3 {
    cursor: pointer !important;
    border: none;
    margin-left: 15px;
    border-radius: 8px
}

.letbtn {
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px
}

@media screen and (min-width:300px) and (max-width:580px) {
    .banner-1__media img,
    .banner-1__shapes {
        display: none !important
    }
    .divider {
        margin-left: 0
    }
    .hire-us-two {
        box-shadow: 0 0 22px 0 rgba(0, 0, 0, .2);
        margin: 50px 5px 20px;
        border-radius: 8px
    }
    .latest-price-section-2 h2 {
        font-size: 24px !important
    }
    .latest-price-section-2 p {
        font-size: 14px !important;
        color: grey
    }
}

@media only screen and (min-width:300px) and (max-width:420px) {
    .item-header_img {
        height: 50px !important;
        position: relative;
        top: -10px;
        left: -1px
    }
    .hire-end,
    .hire-end_2 {
        height: 40px;
        font-size: 10px !important
    }
    .hire-us-single-box h6 {
        font-size: 13px !important
    }
    .hire-us-single-box:first-child {
        padding: 0
    }
    .hire-end {
        width: 200px !important
    }
    .hire-end_2 {
        width: 100px !important;
        border: none;
        background: #ff6138;
        color: #fff;
        font-weight: 500;
        display: inline-block;
        margin-left: 5px;
        font-family: Poppins;
        padding: 5px !important;
        border-radius: 50px
    }
    .logo img {
        margin-top: 15px
    }
}

.logo img {
    height: 50px;
    margin-top: 5px
}

.hire-end {
    box-shadow: 0 3px 11px 1px #a5a3a347;
    width: 400px !important;
    height: 40px !important;
    border-radius: 0 !important;
    background-color: #fafafa;
    border-color: #fff;
    text-align: center
}

.hire-end_2 {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    color: #fff;
    background-color: #ff6138;
    font-size: 15px;
    padding: 7px 24px;
    border: none;
    outline: 0
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    padding: 0 10px
}

.accordion .accordion-item {
    background-color: #fbfdfe !important;
    border-radius: 2px
}

.accordion-single-box.active,
.accordion-single-box:hover {
    background-color: #0583d8;
    cursor: pointer
}

.accordion-item h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

.accordion-item p {
    font-size: 15px;
    line-height: 16px;
    font-weight: 200;
    color: grey
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid var(--border-color);
    visibility: visible
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible
}

.accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0 10px;
    cursor: pointer
}

.accordion-item-image {
    height: 29px;
    width: 27px
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: var(--transition)
}

.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    transform: rotate(-180deg)
}

.accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: var(--transition)
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
    min-height: 0;
    background-color: #fff;
    padding: 0 20px;
    border-top: 1px solid #ccc
}

.accordion-single-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 20px 0
}

.accordion-single-box.active,
.accordion-single-box.active h4,
.accordion-single-box:hover h4,
.services-card.active h3,
.services-card.active p,
.services-card:hover h3,
.services-card:hover p {
    color: #fff
}

.accordion-single-box_1,
.accordion-single-box_3 {
    border-right: 1px solid #ccc
}

.accordion-single-box img {
    width: 40px;
    height: 60px;
    object-fit: contain
}

.accordion-single-box h4 {
    width: 170px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    font-family: Poppins
}

@media only screen and (min-width:300px) and (max-width:510px) {
    .new_butn {
        width: 170px;
        margin-top: 10px
    }
    .team h3 {
        font-size: 26px !important
    }
    .accordion-item h3,
    .accordion-item p {
        font-size: 13px
    }
    .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
        padding: 0
    }
    .work-process__item__home .work-process__item-heading h4 {
        font-size: 16px !important;
        line-height: 20px !important
    }
    .work-process__item__home .work-process__item-icon img {
        height: 40px;
        width: 40px
    }
    .logo img {
        margin-top: 12px
    }
    .accordion-single-box {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 15px 0;
        --e-column-margin-right: 15px;
        --e-column-margin-left: 15px;
        padding: 20px 0;
        width: 55%
    }
    .accordion-single-box h4 {
        font-size: 10px;
        width: fit-content
    }
    .accordion-single-box img {
        width: 35px;
        height: 45px
    }
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    padding: 10px;
    line-height: 1.5
}

.latest-service-2__item-media {
    height: 382px;
    overflow: hidden;
    border-radius: 5px
}

.latest-service-2__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.latest-service-2__item-text {
    position: relative;
    z-index: 1;
    margin: -79.5px 30px 0;
    padding: 42px 38px;
    border-radius: 5px;
    border-bottom: 4px solid var(--rs-theme-primary);
    background: var(--rs-common-white);
    -webkit-box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1);
    box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1)
}

.why-choose__media .sub-img,
.work-progress-4__item {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    overflow: hidden
}

.latest-service-2__item-text h5 {
    color: var(--rs-gray-800)
}

.latest-service-2__item-text h4 {
    text-transform: capitalize
}

.key-featured__item {
    gap: 37px;
    padding: 45px 40px 45px 37px;
    border-bottom: 2px solid #e3e8f4
}

.key-featured__item:first-child {
    border-top: 2px solid #e3e8f4
}

.key-featured__item-wrapper {
    gap: 45px
}

.key-featured__item-header {
    gap: 84px
}

.key-featured__item-header .icon {
    min-width: 65px;
    min-height: 65px;
    width: 65px;
    height: 45px
}

.key-featured__item-body {
    width: 829px
}

.key-featured__item-body p {
    margin: 0;
    max-width: 500px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact-us-1__media {
        margin-left: 0
    }
    .contact-us-1__media img {
        max-width: 400px
    }
    .recent-project__item:nth-child(2n) .recent-project__item-text {
        bottom: 59px
    }
    .recent-project__item:nth-child(4n) {
        margin-top: -59px
    }
    .key-featured__item {
        padding: 40px 30px
    }
    .key-featured__item-header {
        gap: 45px
    }
    .key-featured__item-body {
        width: 700px
    }
    .key-featured__item-body p {
        max-width: 300px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .key-featured__item-body p {
        max-width: calc(100% - 190px)
    }
}

.who-we-are__content {
    max-width: 500px
}

.who-we-are__media {
    margin-left: auto;
    max-width: 660px;
    position: relative
}

.who-we-are__media .img1 {
    z-index: 1;
    width: 564px;
    height: 403px
}

.who-we-are__media .img1 .shape-3 {
    left: -50px;
    top: -42px;
    z-index: -1;
    position: absolute
}

.who-we-are__media .img1 .shape-1 {
    top: -21px;
    right: -28px;
    z-index: -1;
    position: absolute;
    width: 174px;
    height: 172px;
    background: var(--rs-theme-primary)
}

.who-we-are__media .img1 .shape-2 {
    bottom: -50px;
    left: 214px;
    z-index: -2;
    position: absolute;
    width: 174px;
    height: 172px;
    background: var(--rs-theme-primary)
}

.who-we-are__media .img2 {
    margin-left: auto;
    margin-top: -202px;
    width: 396px;
    height: 287px;
    z-index: 1;
    position: relative
}

.who-we-are__media .img2 a.popup-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    overflow: hidden;
    height: 60px;
    border-radius: 500px;
    color: var(--rs-theme-primary);
    background: var(--rs-common-white);
    border: 1px solid var(--rs-theme-primary);
    position: absolute;
    z-index: 1;
    top: calc(50% - 30px);
    left: calc(50% - 30px)
}

.who-we-are__media .img2 a.popup-video::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 500px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .35s;
    transition: .35s;
    background-color: var(--rs-theme-primary);
    z-index: -1;
    content: ""
}

.who-we-are__media .img2 a.popup-video:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.about-us-2__media {
    overflow: hidden;
    gap: 20px
}

.about-us-2__media .img1,
.about-us-4__media,
.clients-testomonial,
.feedback__active-3,
.home-4-latest-service,
.latest-work-5 {
    position: relative
}

.about-us-2__media-circle {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: calc(50% - 65px);
    right: calc(50% - 65px);
    width: 130px;
    height: 130px;
    position: absolute;
    background: var(--rs-theme-primary);
    border-radius: 500px
}

.about-us-2__media-circle-wrapper {
    top: calc(50% - 71px);
    right: -93px;
    position: absolute
}

.about-us-2__content-button-wrapper {
    gap: 65px
}

.about-us-2__content-contact i {
    color: var(--rs-theme-primary);
    font-size: 35px
}

.feedback__item-2-content p,
.feedback__item-2-info span {
    color: var(--rs-heading-primary)
}

.about-us-2__content-list {
    gap: 60px
}

.about-us-2__content-list h4 {
    gap: 20px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-us-2__content-list h4 i {
    font-size: 16px;
    color: var(--rs-theme-primary)
}

.work-progress-2__item {
    position: relative;
    z-index: 1;
    gap: 20px
}

.work-progress-2__item-wrapper {
    gap: 30px
}

.work-progress-2__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, .3)
}

.work-progress-2__item-icon img {
    width: 65px
}

.work-progress-2__item-text p {
    margin: 0
}

.feedback__item-2 {
    padding: 40px;
    margin-bottom: 30px;
    background: var(--rs-common-white);
    border-radius: 5px;
    border-left: 1px solid var(--rs-theme-primary)
}

.feedback__item-2-content p {
    margin: 0
}

.feedback__item-2-info .text-capitalize {
    margin-bottom: 5px
}

.feedback__item-2-thumb {
    width: 114px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: -70px
}

.feedback__item-2-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feedback-work-progress {
    overflow: hidden;
    z-index: 1;
    position: relative
}

.feedback-work-progress__background {
    width: 1362.934px;
    height: 1008.032px;
    position: absolute;
    z-index: 0;
    opacity: .4;
    left: 188px;
    top: -80px
}

.feedback-2__nav-pre {
    left: -150px;
    width: 1590px;
    z-index: -1;
    top: calc(50% - 30px);
    position: absolute
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .feedback-2__nav-pre,
    .our-team__nav-pre {
        width: 1440px;
        left: -74px
    }
}

@media (max-width:1450px) {
    .feedback-2__nav-pre,
    .our-team__nav-pre {
        position: inherit;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        top: inherit;
        left: inherit
    }
    .feedback-2__navigation,
    .our-team__navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.feedback-2__slider-button-next,
.feedback-2__slider-button-prev {
    width: 60px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--rs-gray-200);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    color: var(--rs-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.feedback__active-3 .rs-swiper-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    padding: 0 60px 60px 0;
    position: absolute;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.active_team_slider .rs-swiper-dot .swiper-pagination-bullet,
.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin: 0 !important;
    border-radius: 500px;
    overflow: hidden;
    background: var(--rs-common-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 2px solid var(--rs-theme-primary);
    border-color: transparent
}

.active_team_slider .rs-swiper-dot .swiper-pagination-bullet-active,
.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet-active {
    border-color: var(--rs-theme-primary)
}

.feedback__active-3 .rs-swiper-dot .swiper-pagination-bullet:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    top: calc(50% - 5px);
    background: var(--rs-theme-primary);
    border-radius: 500px;
    left: calc(50% - 5px)
}

.feedback__item-3 {
    padding: 60px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-common-white)
}

.feedback__item-3-qoute {
    gap: 10px
}

.feedback__item-3-star i {
    color: #ffba08;
    font-size: 16px;
    font-style: normal;
    font-weight: 900
}

.feedback__item-3-content p {
    margin: 0;
    color: var(--rs-gray-800);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.feedback__item-3-author {
    gap: 20px
}

.feedback__item-3-thumb {
    overflow: hidden;
    width: 68px;
    min-width: 68px;
    height: 68px;
    min-height: 68px;
    border-radius: 500px;
    border: 2px solid var(--rs-gray-200);
    padding: 5px
}

.feedback__item-3-thumb img {
    border-radius: 500px;
    overflow: hidden
}

.feedback__item-3-info h4 {
    margin-bottom: 5px
}

.talk-us__media.mb-ml-minus {
    margin-top: -52px;
    padding-right: 30px;
    margin-left: -174px;
    margin-bottom: -120px
}

.talk-us__shape {
    top: -120px;
    left: -315px;
    z-index: -1;
    position: absolute
}

.work-progress-4__item {
    gap: 10px;
    padding: 25px 0 25px 30px;
    border-radius: 5px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    margin-bottom: 30px
}

.work-progress-4__item-text h2,
.work-progress-4__item-text span {
    color: var(--rs-heading-primary)
}

.work-progress-4__item-text span {
    margin-bottom: 5px;
    display: block
}

.why-choose__content .description p,
.work-progress-4__item-text h2 {
    margin: 0
}

.work-progress-4__item-text h2 span {
    margin: 0;
    display: inline-block
}

.work-progress-4__item-icon {
    width: 80px;
    height: 80px;
    border-radius: 5px 0 0 5px
}

.active-team__fake-space {
    background-repeat: no-repeat;
    background-size: cover
}

.active-team__fake-space.padding_bottom_216 {
    padding-bottom: 216px
}

.active-team__content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
}

.active_team_slider .rs-swiper-dot {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.active_team_slider .rs-swiper-dot .swiper-pagination-bullet-active:after {
    background: var(--rs-theme-primary) !important
}

.active_team_slider .rs-swiper-dot .swiper-pagination-bullet:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    top: calc(50% - 5px);
    background: #173e27;
    border-radius: 500px;
    left: calc(50% - 5px)
}

.active_team_slider.margin_top_minius_216 {
    margin-top: -216px
}

.active-team__item:hover .active-team__item-social {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary)
}

.active-team__item:hover .active-team__item-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.active-team__item-media {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200)
}

.active-team__item-text {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: -24.5px
}

.active-team__item-social {
    gap: 35px;
    padding: 15px 27px;
    border-radius: 5px;
    border: 1px solid var(--rs-gray-200);
    background: var(--rs-common-white)
}

.active-team__item-social a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block
}

.about-us-3__content-list li,
.about-us-4__content-list li,
.why-choose__content-list li {
    line-height: var(--rs-lh-h5);
    font-style: normal
}

.active-team__item-social a:hover {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px)
}

.why-choose__progress-wrapper {
    max-width: 486px
}

.why-choose__progress-item .progress {
    height: 5px;
    background: var(--rs-gray-200);
    border-radius: 5px
}

.why-choose__progress-item .progress .progress-bar {
    border-radius: 5px;
    background: var(--rs-theme-primary)
}

.why-choose__content-list li {
    padding-left: 29px;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    font-weight: var(--rs-fw-sbold);
    position: relative
}

.why-choose__content-list li:after {
    left: 0;
    top: calc(50% - 11px);
    content: "\f00c";
    position: absolute;
    font-size: 20px;
    font-weight: 900
}

.why-choose__experience-box {
    position: absolute;
    bottom: 43px;
    right: -159px;
    border-radius: 5px;
    padding: 13.5px 41.45px;
    gap: 14px
}

.why-choose__experience-box span {
    max-width: 91px
}

.why-choose__media {
    z-index: 1;
    max-width: 440px;
    position: relative
}

.why-choose__media .sub-img {
    position: absolute;
    right: -159px;
    top: 21px;
    border-radius: 5px;
    border: 7px solid var(--rs-common-white);
    background: var(--rs-common-white);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    width: 253px;
    height: 253px
}

.about-us-3__media img,
.have-query__item,
.our-services__item,
.why-choose__media .main-img {
    border-radius: 5px
}

.why-choose__media .circle-image {
    z-index: -1;
    position: absolute;
    width: 290.42px;
    height: 269.999px;
    bottom: -46px;
    left: -28px
}

.have-query__top-minus {
    position: relative;
    z-index: 1;
    margin-top: -94px
}

.have-query__item {
    gap: 30px
}

.have-query__item.item-space {
    padding: 65px 70px
}

.have-query__item-list {
    gap: 48px
}

.have-query__item-list a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: var(--rs-common-white)
}

.about-us-3__media-item-icon,
.our-client__active .swiper-wrapper {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.have-query__item-list a i {
    font-size: 28px
}

.best-offers__item-body .pricing .mo,
.have-query__item-list a span {
    font-size: 18px;
    line-height: 22px
}

.have-query__item-list a span {
    font-weight: 500
}

.about-us-3.section-space-bottom-220 {
    padding-bottom: 220px
}

.about-us-3__media {
    position: relative;
    max-width: 560px
}

.about-us-3__media-item {
    position: absolute;
    bottom: 27px;
    right: -40px;
    gap: 24px;
    border-radius: 5px;
    padding: 13px 33px 22px 25px
}

.about-us-3__media-item-icon {
    overflow: hidden;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 69px;
    height: 69px;
    border-radius: 500px;
    border: 1px solid var(--rs-common-white)
}

.about-us-3__content hr {
    border-color: rgba(0, 0, 0, .1)
}

.about-us-3__content-list {
    gap: 16px;
    list-style: none
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar-rs-sticky {
        margin-top: 50px
    }
    .sidebar__widget-contact-wrapper {
        padding: 30px 25px
    }
    .footer__grid {
        gap: 30px
    }
    .about-us .mt-80 {
        margin-top: 0
    }
    .about-us__content-list {
        gap: 20px
    }
    .about-us__experience-box {
        left: 0;
        padding: 20px;
        bottom: 20px
    }
    .about-us__media .img {
        max-width: 100%;
        margin-right: auto;
        margin-top: 50px
    }
    .about-us__media .img .circle-image {
        display: none
    }
    .contact-us-1__form,
    .contact-us__form {
        margin-bottom: 50px
    }
    .contact-us__widget ul,
    .why-choose__content-list {
        gap: 15px
    }
    .project-details-top__media {
        margin-bottom: 40px
    }
    .project-details .project-info .media {
        margin-top: 30px
    }
    .about-us-3__content-list {
        gap: 13px
    }
}

.about-us-3__content-list li {
    padding-left: 30px;
    color: var(--rs-gray-900);
    font-size: var(--rs-fs-h5);
    font-weight: 500;
    position: relative
}

.about-us-3__content-list li:after {
    width: 20px;
    height: 20px;
    border-radius: 500px;
    background-color: var(--rs-common-white);
    left: 0;
    padding-left: 5px;
    top: calc(50% - 10px);
    content: "\f101";
    position: absolute;
    font-size: 12px;
    font-weight: 900
}

.our-services__item {
    overflow: hidden;
    padding: 40px 20px 40px 40px;
    border: 1px solid var(--rs-gray-200);
    position: relative;
    z-index: 1
}

.our-services__item:after {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    border-top: 2px solid var(--rs-theme-primary)
}

.our-services__item:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.home-4-latest-gallery__item:hover .home-4-latest-gallery__item-text,
.our-services__item:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.our-services__item a:hover h4 svg path[fill="#00160A"],
.our-services__item a:hover svg path[fill="#00160A"],
.our-services__item:hover .readmore svg path[fill="#00160A"] {
    fill: var(--rs-theme-primary)
}

.our-services__item-icon {
    padding: 8px;
    border-radius: 5px;
    background: var(--rs-theme-primary)
}

.our-services__item .readmore {
    gap: 10px;
    color: var(--rs-gray-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.latest-gallery__active .swiper-slide {
    max-width: 410px
}

.swiper-wrapper {
    max-height: 100% !important;
    height: 263px !important
}

.latest-gallery__item {
    margin-top: -4.4px;
    position: relative
}

.latest-gallery__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.latest-gallery__item-media {
    display: block;
    overflow: hidden;
    height: 487px;
    width: 100%;
    border-radius: 5px
}

.latest-gallery__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.latest-gallery__item-content {
    margin-bottom: 4.4px;
    width: calc(100% - 38px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    z-index: 1;
    margin-top: -71px;
    padding: 20px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05) !important;
    box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05) !important
}

.latest-gallery__item-content-left h4 {
    margin-bottom: 5px
}

.latest-gallery__item-content-right {
    width: 50px;
    z-index: 1;
    height: 50px;
    border-radius: 500px;
    overflow: hidden;
    border: 1px solid var(--rs-gray-900);
    position: relative
}

.latest-gallery__item-content-right:after {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 500px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--rs-theme-primary)
}

.latest-gallery__item-content-right:hover {
    color: var(--rs-common-white);
    border-color: var(--rs-theme-primary)
}

.latest-gallery__item-content-right:hover:after {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.best-offers__circle-item {
    width: 232px;
    height: 232px;
    border-radius: 500px;
    position: relative;
    z-index: 1
}

.best-offers__circle-item:after {
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    background-image: url("../imgs/best-offers/circle.svg");
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.about-us-4__author-text p,
.about-us-4__content .section__subtitle,
.about-us-4__content-list li,
.about-us-4__media-item-text span,
.about-us-insurance__content .section__subtitle,
.best-offers__circle-item h2,
.best-offers__circle-item span {
    color: var(--rs-gray-900)
}

.best-offers__item {
    padding: 35px 0 40px;
    border-bottom: 2px solid #e3e8f4
}

.best-offers__item:hover .best-offers__item-body i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--rs-theme-primary)
}

.best-offers__item-wrapper {
    max-width: 768px;
    margin-left: auto
}

.best-offers__item-header {
    width: 253px
}

.best-offers__item-body {
    width: 277px
}

.best-offers__item-body .pricing {
    color: var(--rs-gray-900);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 37.8px
}

.best-offers__item-body i {
    color: var(--rs-gray-900);
    font-size: 24px;
    font-weight: 900;
    display: block
}

.active-member-work-progress-4-why-choose {
    background-position: center;
    background-size: cover
}

.home-4-latest-service:before {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 442px;
    position: absolute;
    background: var(--rs-common-yellow)
}

.home-4-latest-service__content {
    max-width: 724px;
    margin-left: auto;
    margin-right: auto
}

.home-4-latest-service__content .section__subtitle {
    color: var(--rs-heading-primary)
}

.home-4-latest-service__content .section__title {
    margin-bottom: 0
}

.home-4-latest-service__item {
    border: none;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.home-4-latest-service__item:before {
    right: 0;
    bottom: 0;
    width: 0;
    content: "";
    height: 4px;
    position: absolute;
    border-bottom: 4px solid var(--rs-common-yellow)
}

.home-4-latest-service__item-media {
    overflow: hidden;
    border-radius: 5px
}

.home-4-latest-service__item-media img {
    width: 100%
}

.home-4-latest-service__item-text {
    padding: 32px 30px 36px
}

.home-4-latest-service__item-text h4 {
    margin-bottom: 9px
}

.home-4-latest-service__item-text .description p {
    margin-bottom: 0;
    line-height: 28px;
    color: var(--rs-gray-600);
    font-family: var(--rs-ff-rubik)
}

.home-4-latest-service__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.home-4-latest-service__item:hover:before {
    width: 100%;
    right: 0
}

.our-client__thumb img {
    cursor: pointer;
    height: auto;
    width: auto
}

.our-client__active .swiper-wrapper {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.about-us-4__media .img-1 {
    height: auto;
    max-width: 311px
}

.about-us-4__media .img-2 {
    top: 143px;
    right: 40px;
    height: auto;
    max-width: 355px;
    position: absolute
}

.about-us-4__media-item {
    top: 0;
    gap: 21px;
    right: 40px;
    position: absolute;
    border-radius: 5px;
    padding: 13px 33px 22px 25px;
    background: var(--rs-common-white);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
    box-shadow: 0 0 60px rgba(0, 0, 0, .05)
}

.about-us-4__media-item-icon,
.about-us-insurance__life-coverage .nav-item button.active,
.about-us-insurance__life-coverage .nav-item button:hover,
.home-4-blog-news__item:hover .home-4-blog-news__item-date,
.home-4-latest-gallery:after,
.home-4-latest-gallery:before,
.our-plans__bottom,
.rr-agency-xlab {
    background: var(--rs-common-yellow)
}

.about-us-4__media-item-icon {
    width: 73px;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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
}

.about-us-4__media-item-text .title {
    color: var(--rs-gray-900);
    font-weight: var(--rs-fw-bold)
}

.about-us-4__content {
    margin-top: 40px
}

.about-us-4__content .section__title {
    max-width: 600px
}

.about-us-4__content .description p {
    margin-bottom: 0;
    color: var(--rs-gray-600);
    font-family: var(--rs-ff-rubik)
}

.about-us-4__content-wrapper {
    gap: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-us-4__content-list {
    gap: 16px;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .about-us-2__content-button-wrapper,
    .about-us-2__content-list {
        gap: 40px
    }
    .about-us-4__content-list {
        gap: 10px
    }
}

.about-us-4__content-list li {
    font-weight: 500;
    position: relative;
    margin-right: 45px;
    font-size: var(--rs-fs-h5)
}

.about-us-4__content-list li:not(:last-child) {
    margin-bottom: 23px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .talk-us__media.mb-ml-minus {
        margin-left: -248px;
        padding-right: 0
    }
    .about-us-3__media-item {
        right: -15px
    }
    .about-us-4__content-wrapper {
        gap: 20px
    }
    .about-us-4__content-list li {
        margin-right: 0
    }
    .home-4-latest-gallery__item:nth-child(2n) .home-4-latest-gallery__item-text {
        bottom: 71px
    }
    .home-4-latest-gallery__item:nth-child(4n) {
        margin-top: -71px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .project-div-main {
        width: 50%
    }
    .h1,
    .h2,
    h1,
    h2 {
        line-height: 52px
    }
    .h1,
    h1 {
        font-size: 50px
    }
    .h2,
    h2 {
        font-size: 40px
    }
    .mfp-iframe-holder .mfp-content {
        max-width: 750px
    }
    .section-space {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .section-space-top {
        padding-top: 80px
    }
    .our-client__bottom-space,
    .section-space-bottom {
        padding-bottom: 80px
    }
    .footer-space-top {
        padding-top: 800px
    }
    .feedback__section-space {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .latest-service__space,
    .newsletter__space {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .about-us-4__bottom-space,
    .about-us-insurance__space {
        padding-bottom: 100px
    }
    .clients-testomonial__space {
        margin-bottom: -100px;
        padding-top: 80px
    }
    .banner-1__space {
        padding: 80px 0 100px
    }
    .banner-1__shapes .big-shape-1,
    .banner-1__shapes .big-shape-2 {
        left: -1257px
    }
    .banner-2 {
        padding: 80px 0
    }
    .banner-2__top-left h1 {
        font-size: 70px
    }
    .banner-2__top-right .banner-2-circle {
        min-width: 130px;
        min-height: 130px;
        width: 130px;
        height: 130px
    }
    .banner-3__content h1 {
        font-size: 50px;
        line-height: 52px
    }
    .banner-4-active__item {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .banner-4-active__item-content {
        margin-top: 0;
        max-width: 100%
    }
    .banner-5-active__item {
        padding-top: 200px;
        padding-bottom: 100px
    }
    .gallery-photo {
        -ms-grid-columns: auto auto auto auto;
        grid-template-columns: auto auto auto auto
    }
    .footer__area-common,
    .footer__area-common-pt-163 {
        padding-top: 160px
    }
    .footer__area-common-2 {
        padding-top: 130px
    }
    .footer__area-common-3 {
        padding-top: 85px
    }
    .error__content h1 {
        font-size: 140px;
        line-height: 170px
    }
    .contact-us-1__media img {
        max-width: 300px
    }
    .have-query__item.item-space {
        padding: 30px 40px
    }
    .about-us-3.section-space-bottom-220 {
        padding-bottom: 180px
    }
    .about-us-4__content-list li {
        margin-right: 10px
    }
}

.about-us-4__content-list li span {
    margin-right: 12px
}

.about-us-4__author-wapper {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-us-4__author-media {
    padding: 10px;
    max-width: 90px;
    border-radius: 500px;
    border: 1px solid var(--rs-gray-900)
}

.about-us-4__author-media img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 500px
}

.about-us-4__author-text {
    margin-right: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:575px) {
    .about-us-4__author-text {
        margin-right: 10px
    }
}

.about-us-4__author-text p {
    margin-bottom: 0;
    font-size: var(--rs-fs-body2);
    font-weight: var(--rs-fw-light)
}

.about-us-4__author .rs-btn {
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--rs-ff-rubik)
}

.about-us-insurance__content {
    max-width: 549px;
    margin-left: auto;
    margin-right: auto
}

.about-us-insurance__content .section__title,
.home-4-blog-news__content .section__title,
.our-plans__content-text .description p {
    margin-bottom: 0
}

.about-us-insurance__life-coverage .nav-item {
    margin-left: -45px;
    margin-right: -22px
}

.about-us-insurance__life-coverage .nav-item button {
    gap: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: var(--rs-fw-sbold);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 29px 0 29px 22px;
    border-radius: 5px;
    background: var(--rs-common-white)
}

.about-us-insurance__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: var(--rs-common-white)
}

.about-us-insurance__card-content {
    max-width: 463px;
    padding-right: 33px
}

.about-us-insurance__card-content .description {
    margin-bottom: 40px
}

.about-us-insurance__card-content .description p {
    margin-bottom: 0;
    line-height: 30px;
    color: var(--rs-gray-600);
    font-family: var(--rs-ff-rubik)
}

.about-us-insurance__card-content ul {
    list-style: none
}

.about-us-insurance__card-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--rs-gray-600);
    font-family: var(--rs-ff-rubik)
}

.about-us-insurance__card-content ul li:not(:last-child) {
    margin-bottom: 16px
}

.about-us-insurance__card-content ul li span {
    margin-right: 10px
}

.about-us-insurance__card-media {
    width: 100%;
    overflow: hidden;
    border-radius: 5px
}

.about-us-insurance__card-media img {
    width: 100%;
    height: 324px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .banner-1__shapes .big-shape-4,
    .who-we-are__media .img1 .shape-2 {
        display: none
    }
    .section-space {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .footer-space-top,
    .section-space-top {
        padding-top: 70px
    }
    .about-us-4__bottom-space,
    .about-us-insurance__space,
    .our-client__bottom-space,
    .section-space-bottom {
        padding-bottom: 70px
    }
    .feedback__section-space {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cta__section-space {
        padding: 25px
    }
    .latest-service__space,
    .newsletter__space {
        padding-bottom: 70px;
        padding-top: 70px
    }
    .rs-btn,
    .rs-btn.btn-transparent {
        padding: 14px 15px
    }
    .banner-1__space {
        padding: 60px 0 70px
    }
    .banner-2 {
        padding: 70px 0
    }
    .banner-2__top-right .banner-2-circle {
        min-width: 80px;
        min-height: 80px;
        width: 80px;
        height: 80px
    }
    .banner-2__top-right .banner-2-circle svg {
        max-width: 20px
    }
    .banner-4-active__item-content {
        margin-top: 40px;
        max-width: 100%
    }
    .banner-4-active__item-media {
        margin-top: 40px
    }
    .banner-4-active__item-media img {
        height: auto;
        max-width: 300px
    }
    .cta__subscribe,
    .footer__subscribe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .comment-item {
        gap: 10px
    }
    .comment-item__reply {
        padding-left: 49px
    }
    .comment-item__img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px
    }
    .live-comment-widget__input {
        margin-bottom: 10px
    }
    .live-comment-widget__textarea {
        margin-bottom: 5px
    }
    .live-comment-widget__form .rs-btn {
        margin-top: 20px
    }
    .footer__area-common,
    .footer__area-common-pt-163 {
        padding-top: 160px
    }
    .footer__area-common-2 {
        padding-top: 120px
    }
    .footer__area-common-3 {
        padding-top: 80px
    }
    .work-process__item {
        padding: 20px 45px 20px 20px;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start !important;
        -ms-flex-align: self-start !important;
        align-items: self-start !important;
        gap: 0
    }
    .work-process__item.active .work-process__item-body,
    .work-process__item.active p {
        height: auto
    }
    .work-process__item-body {
        height: 0;
        margin-left: inherit
    }
    .work-process__item-body p {
        position: inherit;
        height: 0;
        margin-top: 10px;
        width: 100%
    }
    .work-process__item-body button {
        top: 0;
        width: 35px
    }
    .work-process__item-body button i {
        font-size: 20px
    }
    .rr-maps {
        height: 350px
    }
    .latest-service__media {
        max-width: 300px
    }
    .latest-service__item {
        gap: 15px;
        padding: 20px
    }
    .latest-service__item-icon {
        width: 70px;
        min-width: 70px;
        height: 74px;
        min-height: 74px
    }
    .latest-service__item-icon img {
        max-width: 40px
    }
    .latest-service-2__item-media {
        height: 320px
    }
    .latest-service-2__item-text {
        margin: -67.5px 15px 0;
        padding: 30px 25px
    }
    .who-we-are__media {
        max-width: 420px
    }
    .who-we-are__media .img1 {
        width: 320px;
        height: 228px;
        max-width: 100%
    }
    .who-we-are__media .img2 {
        margin-top: -90px;
        width: 280px;
        height: 202px
    }
    .about-us-2__media-circle h3 {
        font-size: 22px
    }
    .about-us-2__media-circle h5 {
        font-size: 16px
    }
    .about-us-2__content-contact i {
        font-size: 30px
    }
    .about-us-2__content-list h4 {
        font-size: 18px
    }
    .active-team__item-social {
        gap: 20px;
        padding: 13px 20px
    }
    .why-choose__experience-box {
        right: -15px;
        padding: 10px 25px
    }
    .why-choose__media .sub-img {
        width: 200px;
        height: 200px;
        right: -15px
    }
    .have-query__item.item-space {
        padding: 20px 25px
    }
    .have-query__item-list a {
        font-size: 12px
    }
    .have-query__item-list a span {
        font-size: 14px
    }
    .about-us-3.section-space-bottom-220 {
        padding-bottom: 170px
    }
    .latest-gallery {
        padding-left: 15px;
        padding-right: 15px
    }
    .about-us-insurance__content,
    .latest-gallery__active .swiper-slide {
        max-width: 100%
    }
    .latest-gallery__item-media {
        height: 380px
    }
    .latest-gallery__item-content {
        padding: 15px 20px
    }
    .latest-gallery__item-content-left h4 {
        margin-bottom: 0
    }
    .about-us-4__content-list li {
        margin-right: 0
    }
    .about-us-insurance__life-coverage .nav-item {
        margin-left: 0;
        margin-right: 0
    }
    .about-us-insurance__life-coverage .nav-item button {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 0 20px 10px
    }
    .about-us-insurance__card {
        display: block;
        margin-left: 0;
        padding: 20px
    }
    .about-us-insurance__card-content ul li {
        margin-bottom: 30px
    }
    .about-us-insurance__card-media img {
        height: auto
    }
}

.about-us-insurance__card:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.home-4-latest-gallery {
    position: relative;
    background: var(--rs-gray-900)
}

.home-4-latest-gallery:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: .12;
    position: absolute
}

.home-4-latest-gallery:after {
    top: -370px;
    content: "";
    width: 1172px;
    height: 415px;
    -webkit-filter: blur(192px);
    filter: blur(192px);
    position: absolute;
    left: calc(50% - 586px)
}

.home-4-latest-gallery__active {
    margin: 0 -344px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .contact__media,
    .feedback__item-3-qoute svg,
    .home-4-latest-service__content,
    .latest-service__content,
    .question__content,
    .subscribe__content h2,
    .who-we-are__content,
    .work-process__description {
        max-width: 100%
    }
    .banner-1__shapes .big-shape-3 {
        bottom: -650px
    }
    .banner-1__shapes .small-shape-2 {
        left: 425px;
        bottom: -284px
    }
    .banner-3.background-image {
        background-image: none !important
    }
    .banner-3__media {
        padding: 0;
        margin: 50px 0 0
    }
    .banner-3__media__shape,
    .banner-5-active .banner-5-pagination {
        display: none
    }
    .banner-4-active__item-media img,
    .banner-5-active__item.has--media {
        height: auto
    }
    .subscribe__content img {
        width: 60px;
        height: 60px
    }
    .subscribe__form {
        width: 100%
    }
    .contact__media {
        margin: 40px auto 0;
        width: 500px
    }
    .work-process__area .section__title-wrapper {
        margin-bottom: 30px
    }
    .contact-us-1__media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .latest-service__media,
    .talk-us__media.mb-ml-minus,
    .why-choose__media {
        margin-left: auto;
        margin-right: auto
    }
    .recent-project__content {
        max-width: 100%;
        margin-bottom: 20px
    }
    .latest-service__media {
        margin-top: 40px
    }
    .about-us-2__media {
        margin-bottom: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .feedback__active-3 .rs-swiper-dot {
        padding: 0 25px 30px 0
    }
    .feedback__item-3 {
        padding: 30px 25px
    }
    .feedback__item-3-author {
        gap: 5px
    }
    .talk-us__media.mb-ml-minus {
        padding-right: 0;
        margin-top: 30px;
        max-width: 600px
    }
    .talk-us__media.mb-ml-minus img {
        max-width: 100%;
        height: auto
    }
    .talk-us__shape {
        top: inherit;
        bottom: -120px
    }
    .home-4-latest-service__content .section__title {
        margin-top: 20px;
        color: var(--rs-gray-900)
    }
    .about-us-4__content {
        max-width: 100%;
        margin-top: 0
    }
    .about-us-4__content .section__title {
        max-width: 100%
    }
    .about-us-4__content-wrapper {
        gap: 20px
    }
    .home-4-latest-gallery__active {
        margin-top: 20px
    }
}

.home-4-latest-gallery__content {
    z-index: 1;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.home-4-latest-gallery__content .section__subtitle {
    color: var(--rs-common-white)
}

.home-4-latest-gallery__content .section__title {
    margin-bottom: 0;
    color: var(--rs-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-us-4__media .img-2,
    .about-us-4__media-item {
        right: 320px
    }
    .home-4-latest-gallery__item:nth-child(2n) .home-4-latest-gallery__item-text {
        bottom: 59px
    }
    .home-4-latest-gallery__item:nth-child(4n) {
        margin-top: -59px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .home-4-latest-gallery__item:nth-child(2n) .home-4-latest-gallery__item-text,
    .recent-project__item:nth-child(2n) .recent-project__item-text {
        bottom: 0
    }
    .home-4-latest-gallery__item:nth-child(4n),
    .recent-project__item:nth-child(4n) {
        margin-top: 0
    }
    .home-4-latest-gallery__item-wrapper,
    .recent-project__item-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .key-featured__item {
        padding: 25px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .key-featured__item-header,
    .key-featured__item-wrapper {
        gap: 30px
    }
    .key-featured__item-header .icon {
        min-width: 55px;
        min-height: 55px;
        width: 55px;
        height: 55px
    }
    .key-featured__item-body {
        gap: 20px;
        max-width: 100%
    }
    .feedback__item-2 {
        padding: 20px
    }
    .feedback__item-2-thumb {
        margin-bottom: -50px;
        width: 104px;
        height: 100px
    }
    .have-query__item {
        gap: 15px
    }
    .have-query__item-list {
        gap: 3px 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .about-us-3__media-item {
        right: -10px;
        gap: 15px;
        padding: 10px 25px 15px 15px
    }
    .about-us-3__media-item-icon,
    .about-us-4__media-item-icon {
        width: 50px;
        height: 50px;
        padding: 5px
    }
    .home-4-latest-service__item-text {
        padding: 20px;
        max-width: 100%
    }
    .about-us-insurance__card-content {
        max-width: 100%;
        padding-right: 10px
    }
    .about-us-insurance__card-content .description {
        margin-bottom: 20px
    }
    .home-4-latest-gallery__active {
        margin: 0 30px
    }
}

.home-4-latest-gallery__item-media {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px
}

.home-4-latest-gallery__item-media img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-4-latest-gallery__item:hover .home-4-latest-gallery__item-media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.home-4-latest-gallery__item-text {
    bottom: 0;
    margin: 20px;
    padding: 22px 30px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 40px);
    border-radius: 5px;
    background-color: var(--rs-common-white);
    -webkit-transform: translate(calc(100% + 20px), 0);
    transform: translate(calc(100% + 20px), 0)
}

.home-4-latest-gallery__item-text h4 {
    margin-bottom: 0;
    color: var(--rs-gray-900)
}

@media only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .home-4-latest-gallery__item-text {
        margin: 10px;
        padding: 15px
    }
    .home-4-latest-gallery__item-text h4 {
        font-size: 22px
    }
}

.home-4-latest-gallery__item-text span {
    color: var(--rs-gray-900);
    font-family: var(--rs-ff-rubik)
}

.home-4-latest-gallery__item-text .read-more {
    gap: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    background: var(--rs-common-yellow)
}

.home-4-latest-gallery__item-text .read-more::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: .35s;
    transition: .35s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-radius: 5px;
    background-color: var(--rs-gray-900);
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg)
}

.home-4-blog-news__content .section__subtitle,
.home-4-blog-news__item-meta li a:hover,
.home-4-latest-gallery__item-text .read-more i,
.newsletter__content h3,
.our-plans__bottom-item-text .title,
.our-plans__bottom-item-text p {
    color: var(--rs-gray-900)
}

.home-4-latest-gallery__item-text .read-more:hover i,
.rr-agency-xlab.rr-agency-xlab-2 h4 {
    color: var(--rs-common-white)
}

.home-4-latest-gallery__item-text .read-more:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.rr-agency-xlab.rr-agency-xlab-2 span {
    -webkit-text-stroke: 1px var(--rs-common-white)
}

.rr-agency-xlab span {
    font-size: 48px;
    color: transparent;
    line-height: normal;
    -webkit-text-stroke: 1px var(--rs-gray-900)
}

.about-us-5__content p,
.about-us-5__content-list-item-text p,
.home-4-blog-news__item-meta li a,
.our-key-eature-5__item-text p,
.our-plans__content-from input,
.our-plans__content-list h4,
.our-plans__content-text .description p {
    color: var(--rs-gray-600);
    font-family: var(--rs-ff-rubik)
}

.rr-agency-xlab h4 {
    font-size: 48px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rr-agency-xlab h4,
    .rr-agency-xlab span {
        font-size: 38px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us-insurance__life-coverage .nav-item,
    .about-us-insurance__life-coverage .nav-item button {
        margin-left: 0;
        margin-right: 0
    }
    .about-us-insurance__card {
        margin-left: 0
    }
    .rr-agency-xlab h4,
    .rr-agency-xlab span {
        font-size: 40px;
        line-height: 52px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner-3__content h1,
    .h1,
    h1 {
        font-size: 38px;
        line-height: 50px
    }
    .h2,
    .rr-agency-xlab h4,
    .rr-agency-xlab span,
    h2 {
        font-size: 40px;
        line-height: 52px
    }
    .clients-testomonial__space {
        margin-bottom: -80px;
        padding-top: 70px
    }
    .breadcrumb__title {
        font-size: 44px
    }
    .banner-1__shapes .big-shape-1,
    .banner-1__shapes .big-shape-2 {
        left: -1329px
    }
    .banner-1__media {
        top: -195px
    }
    .banner-2__top-left h1 {
        font-size: 52px
    }
    .banner-4-active__item {
        padding-top: 80px;
        padding-bottom: 40px
    }
    .banner-4-active__item-media-shape .img-1 {
        left: 110px
    }
    .banner-5-active__item {
        padding-top: 180px;
        padding-bottom: 80px
    }
    .footer__main {
        padding-bottom: 25px
    }
    .error__content h1 {
        font-size: 120px;
        line-height: 140px
    }
    .error__search .rs-btn {
        padding-left: 40px;
        padding-right: 40px
    }
    .contact-us-1__media img {
        max-width: 250px
    }
    .about-us-4__content-list li span {
        margin-right: 2px
    }
}

@media (max-width:575px) {
    .banner-3__content h1,
    .h1,
    h1 {
        font-size: 32px;
        line-height: 44px
    }
    .h2,
    .h3,
    .rr-agency-xlab h4,
    .rr-agency-xlab span,
    h2,
    h3 {
        font-size: 30px;
        line-height: 42px
    }
    .o-xs {
        overflow-x: hidden
    }
    .clients-testomonial__space {
        margin-bottom: -60px;
        padding-top: 70px
    }
    .offcanvas__area {
        width: 400px
    }
    .offcanvas__logo a img {
        width: 100px
    }
    .offcanvas__wrapper,
    .sidebar__widget__have-background {
        padding: 25px
    }
    .offcanvas__top {
        padding-bottom: 15px;
        margin-bottom: 30px
    }
    .breadcrumb-space {
        padding: 120px 0 130px
    }
    .breadcrumb__title {
        font-size: 34px
    }
    .header-5 {
        top: 20px !important
    }
    .banner-1__shapes .big-shape-1,
    .banner-1__shapes .big-shape-2 {
        left: -1370px
    }
    .banner-1__shapes .big-shape-3,
    .banner-1__shapes .small-shape-1,
    .banner-1__shapes .small-shape-2,
    .banner-1__shapes .small-shape-3,
    .banner-1__shapes .small-shape-4,
    .banner-4-active__item-media-shape .img-1,
    .banner-4-active__item-shape,
    .banner-5-active__item__shape-left .small-shape-1,
    .banner-5-active__item__shape-right .big-shape-3 {
        display: none
    }
    .banner-1__media {
        right: -298px;
        top: -63px
    }
    .banner-1__content {
        max-width: 100%
    }
    .banner-2__top-left h1 {
        font-size: 35px
    }
    .banner-2__top-right .banner-2-circle {
        min-width: 130px;
        min-height: 130px;
        width: 130px;
        height: 130px
    }
    .banner-3.space {
        padding: 60px 0 70px
    }
    .banner-4-active__item {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .banner-4-active__item-content-button-wrapper {
        display: inherit !important
    }
    .banner-4-active__item-content-contact {
        margin-top: 30px
    }
    .banner-5-active__item {
        padding-top: 180px;
        padding-bottom: 60px
    }
    .blog .mb-minus-xs-50 {
        margin-bottom: -50px
    }
    .blog__item-list,
    .tags {
        gap: 10px
    }
    .blog__item-list li a,
    .blog__item-readmore {
        gap: 5px
    }
    .blog-news__item-media {
        height: 250px
    }
    .blog-news__item-meta {
        gap: 15px;
        padding: 15px 20px
    }
    .blog-news__item-text-bottom {
        padding: 15px 20px 20px
    }
    .gallery-photo {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto
    }
    .blog__details-content .blog__details-meta {
        gap: 15px
    }
    .blog__details-content .blog__details-meta li {
        padding-left: 15px
    }
    .blog__details-content .blog__details-meta li a {
        font-size: 15px
    }
    .footer__main {
        padding-bottom: 25px
    }
    .error__content h1 {
        font-size: 100px;
        line-height: 120px
    }
    .error__search .rs-btn {
        padding-left: 35px;
        padding-right: 35px
    }
    .key-featured__item-body,
    .latest-service__item,
    .subscribe__content,
    .subscribe__form {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical
    }
    .about-us-2__content-list,
    .key-featured__item-body,
    .latest-service__item,
    .subscribe__content,
    .subscribe__form {
        -webkit-box-orient: vertical
    }
    .faq .faq-button {
        padding: 10px 35px 10px 20px
    }
    .faq .faq-header .faq-button {
        font-size: 17px;
        line-height: 22px
    }
    .portfolio__item-text span {
        margin-bottom: 5px
    }
    .portfolio__item-text h4 {
        font-size: 20px;
        line-height: 30px
    }
    .subscribe__wrapper {
        padding: 30px 20px
    }
    .subscribe__content {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .subscribe__form {
        height: inherit;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        width: 100%
    }
    .subscribe__form input {
        padding: 20px;
        width: 100%
    }
    .subscribe__form button {
        position: relative
    }
    .contact-us-1__form input,
    .contact-us-1__form textarea {
        height: 55px;
        font-size: 15px
    }
    .home-4-latest-gallery__item-text h4,
    .recent-project__item-text h4 {
        font-size: 18px;
        line-height: 28px
    }
    .contact-us-1__form textarea {
        min-height: 110px
    }
    .contact-us-1__media img {
        max-width: 200px
    }
    .service-information__item-wrapper {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
    .recent-project__item-text {
        margin: 10px;
        width: calc(100% - 20px);
        padding: 15px
    }
    .recent-project__item-text h4 {
        margn-bottom: 0
    }
    .latest-service__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .latest-blog__item-text {
        padding: 20px 25px
    }
    .latest-blog__item__home-2 .latest-blog__item-media {
        height: 300px;
        padding: 15px 15px 0
    }
    .latest-blog__item__home-2 .latest-blog__item-text {
        padding: 20px 25px
    }
    .key-featured__item-body {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .key-featured__item-body p {
        text-align: center;
        max-width: 100%
    }
    .about-us-2__content-button-wrapper {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important
    }
    .about-us-2__content-list {
        gap: 10px;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
    .talk-us__shape {
        max-width: 500px
    }
    .active_team_slider {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
    .why-choose__media .sub-img {
        width: 150px;
        height: 150px
    }
    .home-4-latest-service__item-text {
        max-width: 100%;
        padding: 15px
    }
    .about-us-4__content-list {
        gap: 10px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .about-us-4__author-wapper {
        display: inherit;
        margin-bottom: 30px
    }
    .about-us-4__author-media {
        max-width: 70px;
        margin-bottom: 10px
    }
    .about-us-4__author-media img {
        width: 50px;
        height: 50px
    }
    .about-us-4__author-text {
        margin-right: 10px;
        margin-bottom: 20px
    }
    .about-us-insurance__life-coverage .nav-item button h4 {
        font-size: 22px
    }
    .home-4-latest-gallery__active {
        margin: 0 15px
    }
    .home-4-latest-gallery__item-text {
        margin: 10px;
        padding: 10px;
        width: calc(100% - 20px)
    }
    .home-4-latest-gallery__item-text .read-more {
        width: 40px;
        height: 40px
    }
}

@media (max-width:450px) {
    .h2,
    .h3,
    .rr-agency-xlab h4,
    .rr-agency-xlab span,
    h2,
    h3 {
        font-size: 27px;
        line-height: 37px
    }
    .offcanvas__area {
        width: 100%
    }
    .offcanvas__title {
        font-size: 20px
    }
    .breadcrumb__title {
        font-size: 32px
    }
    .feedback__active .slick-dots {
        padding-top: 30px
    }
    .backtotop-wrap {
        bottom: 20px;
        right: 20px
    }
    .header__logo {
        max-width: 110px
    }
    .header__main {
        padding: 16px 0
    }
    .banner-1__media {
        right: -451px;
        top: -74px
    }
    .error__content h1 {
        font-size: 80px;
        line-height: 100px
    }
    .error__search .rs-btn {
        padding-left: 30px;
        padding-right: 30px
    }
}

.carouselTicker {
    margin: 0;
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%)
}

.carouselTicker__wrap {
    overflow: inherit !important
}

.carouselTicker__list {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden;
    list-style: none;
    -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
}

.carouselTicker__list li {
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.our-plans__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0 0;
    background: var(--rs-common-white)
}

.our-plans__content-text {
    padding: 91px 10px 78px 80px;
    position: relative;
    z-index: 3
}

@media lg {
    .our-plans__content-text {
        padding: 60px 20px 78px 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .our-plans__content-text {
        padding: 40px 20px 78px 40px
    }
}

.our-plans__content-text .section__title {
    max-width: 423px
}

.our-plans__content-text .description {
    max-width: 387px
}

.our-plans__content-list {
    gap: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.our-plans__content-list h4 {
    line-height: 30px;
    font-size: var(--rs-fs-body);
    font-weight: var(--rs-fw-regular)
}

.our-plans__content-list h4 span {
    margin-right: 11px;
    font-family: var(--rs-ff-rubik)
}

.our-plans__content-from {
    width: 519px;
    height: 82px;
    max-width: 100%;
    position: relative
}

.our-plans__content-from input {
    width: 100%;
    height: 100%;
    padding: 25px 185px 25px 24px;
    border-radius: 5px;
    background: 0 0;
    border: 2px solid #8e8e8e
}

.our-plans__content-from input::-webkit-input-placeholder {
    color: #636363
}

.our-plans__content-from input::-moz-placeholder {
    color: #636363
}

.our-plans__content-from input:-ms-input-placeholder {
    color: #636363
}

.our-plans__content-from input::-ms-input-placeholder {
    color: #636363
}

.our-plans__content-from input::placeholder {
    color: #636363
}

.our-plans__content-from button {
    right: 7px;
    position: absolute;
    top: calc(50% - 30px);
    color: var(--rs-common-white)
}

.our-plans__content-from button.btn-yellow {
    color: var(--rs-gray-900);
    border-radius: 10px;
    background-color: var(--rs-common-yellow)
}

.our-plans__content-from button.btn-yellow::before {
    background-color: var(--rs-common-black)
}

.our-plans__content-from button.btn-yellow:hover {
    background-color: var(--rs-common-balck);
    color: var(--rs-common-white)
}

.our-plans__content-media img {
    top: 0;
    right: 0;
    height: auto;
    max-width: 812px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.our-plans__content-media::before {
    left: 476px;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(55.97%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 55.97%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .our-plans__content-media::before {
        left: 286px
    }
    .newsletter__content h3 {
        font-size: 40px
    }
}

.our-plans__bottom {
    padding: 27px 40px;
    border-radius: 0 0 20px 20px
}

.our-plans__bottom-item {
    gap: 20px;
    position: relative
}

.our-plans__bottom-item:not(:last-child) {
    padding-right: 70px
}

.our-plans__bottom-item:not(:last-child):before {
    right: 0;
    width: 2px;
    content: "";
    opacity: .1;
    height: 84px;
    position: absolute;
    background: var(--rs-gray-900)
}

.our-plans__bottom-item-icon {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c9dc55;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px
}

.our-plans__bottom-item-icon img {
    width: 45px;
    height: 45px
}

.our-plans__bottom-item-text p {
    font-family: var(--rs-ff-rubik)
}

.home-4-blog-news__content {
    max-width: 755px;
    margin-left: auto;
    margin-right: auto
}

.home-4-blog-news__item {
    overflow: hidden;
    border-radius: 5px;
    background: var(--rs-common-white)
}

.home-4-blog-news__item-media {
    overflow: hidden;
    border-radius: 5px
}

.home-4-blog-news__item-media img {
    width: 100%
}

.home-4-blog-news__item-text {
    z-index: 1;
    margin-top: -30px;
    padding-right: 10px;
    padding-bottom: 26px;
    padding-left: 30px;
    position: relative
}

.home-4-blog-news__item-date {
    display: inline-block;
    padding: 16px 42px 19px;
    font-size: var(--rs-fs-h5);
    color: var(--rr-gray-900);
    line-height: var(--rs-lh-h5);
    border-radius: 5px;
    font-weight: var(--rs-fw-medium);
    background: var(--rs-common-white);
    border: 1px solid var(--rs-common-yellow)
}

.about-us-5__content-list-wrapper,
.about-us-5__media,
.home-4-blog-news__item-meta,
.home-4-blog-news__item-meta li a,
.newsletter__content h3,
.tp-brand-4-active .tp-brand-4__item {
    display: -webkit-box;
    display: -ms-flexbox
}

.home-4-blog-news__item-meta {
    gap: 21px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.home-4-blog-news__item-meta li a {
    gap: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--rs-fs-h6);
    font-weight: var(--rs-fw-regular)
}

.home-4-blog-news__item-meta li a i {
    color: #d3d3d3;
    font-size: 14px
}

.home-4-blog-news__item-text-title h4 a {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--rs-common-black)), color-stop(98%, var(--rs-common-black)));
    background: linear-gradient(var(--rs-common-black) 0, var(--rs-common-black) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%
}

.home-4-blog-news__item-text-title h4 a:hover {
    background-size: 100% 2px;
    color: var(--rs-common-black)
}

.home-4-blog-news__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.newsletter__area {
    position: relative;
    overflow: hidden;
    padding: 113px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .our-plans__content-media::before {
        left: 110px
    }
    .newsletter__area {
        padding: 100px 0
    }
}

.newsletter__shap-left {
    top: -70px;
    left: -454px;
    position: absolute
}

.newsletter__shap-right {
    right: -307px;
    bottom: -110px;
    position: absolute
}

.newsletter__wrapper {
    z-index: 2;
    gap: 30px;
    position: relative;
    border-radius: 5px
}

.newsletter__content {
    gap: 38px
}

.newsletter__content h3 {
    display: flex;
    max-width: 368px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .our-plans__content-text {
        padding: 20px 20px 78px
    }
    .our-plans__content-media::before {
        left: 0
    }
    .newsletter__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .newsletter__content h3 {
        font-size: 30px;
        line-height: 40px
    }
}

.newsletter__form {
    width: 559px;
    height: 73px;
    max-width: 100%;
    position: relative
}

.newsletter__form input {
    width: 100%;
    height: 100%;
    color: #636363;
    padding: 25px 210px 25px 24px;
    border-radius: 5px;
    font-family: var(--rs-ff-rubik);
    background: var(--rs-common-white)
}

.newsletter__form input::-webkit-input-placeholder {
    color: #636363
}

.newsletter__form input::-moz-placeholder {
    color: #636363
}

.newsletter__form input:-ms-input-placeholder {
    color: #636363
}

.newsletter__form input::-ms-input-placeholder {
    color: #636363
}

.newsletter__form input::placeholder {
    color: #636363
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .about-us__experience-box h5 {
        font-size: 14px
    }
    .about-us__media .img .circle-bg {
        width: 150px;
        height: 150px
    }
    .project-details__block {
        padding: 20px 15px
    }
    .project-details__block ul li span {
        margin-left: 3px
    }
    .about-us-2__media-circle {
        width: 100px;
        height: 100px;
        top: calc(50% - 38px);
        left: calc(50% - 50px)
    }
    .about-us-2__media-circle-wrapper {
        width: 120px;
        height: 120px;
        right: -70px;
        top: calc(50% - 120px)
    }
    .about-us-2__media-circle-wrapper svg {
        max-width: 100%
    }
    .best-offers__circle-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-left: auto;
        margin-right: auto
    }
    .best-offers__item {
        padding: 20px 25px;
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .best-offers__item-body,
    .best-offers__item-header {
        width: 100%
    }
    .newsletter__form input,
    .our-plans__content-from input {
        padding-right: 165px
    }
    .newsletter__form button,
    .our-plans__content-from button {
        padding: 20px
    }
}

.newsletter__form button {
    right: 7px;
    position: absolute;
    top: calc(50% - 30px);
    color: var(--rs-common-white)
}

.tp-brand-4-active .slick-slide {
    margin: 0 22px
}

.tp-brand-4-active .tp-brand-4__item {
    display: flex;
    padding: 10px;
    min-height: 110px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(0, 29, 8, .1)
}

.tp-brand-4-active .tp-brand-4__item:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 29, 8, .1);
    box-shadow: 0 20px 40px rgba(0, 29, 8, .1)
}

.about-us-5__media {
    display: flex;
    padding: 20px;
    min-height: 620px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .04);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .04)
}

.about-us-5__content {
    margin-left: 95px
}

.about-us-5__content .section__title {
    color: var(--rs-common-black-2)
}

.about-us-5__content p {
    max-width: 541px;
    margin-bottom: 0;
    line-height: 30px
}

.about-us-5__content-list-wrapper {
    gap: 77px;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-us-5__content-list-wrapper:not(:last-child) {
    margin-bottom: 54px
}

.about-us-5__content-list-item {
    gap: 20px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .about-us-5__content-list-wrapper {
        gap: 0
    }
    .about-us-5__content-list-item {
        gap: 10px
    }
}

.about-us-5__content-list-item .icon-wrapper {
    width: 65px;
    height: 65px;
    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: 5px;
    background: var(--rs-common-blue)
}

.about-us-5__content-list-item-text .title {
    margin-bottom: 0;
    line-height: 50px;
    color: var(--rs-gray-900)
}

.our-key-eature-5__content {
    max-width: 521px;
    margin-left: auto;
    margin-right: auto
}

.our-key-eature-5__content .section__title {
    margin-bottom: 0
}

.our-key-eature-5__item {
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 20px
}

.our-key-eature-5__item-media {
    overflow: hidden;
    border-radius: 20px
}

.our-key-eature-5__item-text {
    padding-left: 30px;
    padding-bottom: 39px;
    padding-right: 10px
}

.our-key-eature-5__item-text .title {
    color: #212121
}

.our-key-eature-5__item-text .readmore {
    color: #102431;
    font-size: var(--rs-fs-body);
    font-weight: var(--rs-fw-sbold)
}

.our-key-eature-5__item-text .readmore svg {
    margin-left: 10px
}

.our-key-eature-5__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.latest-work-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f4f1), to(rgba(249, 244, 241, 0)));
    background: linear-gradient(180deg, #f9f4f1 0, rgba(249, 244, 241, 0) 100%)
}

.latest-work-5__content {
    z-index: 2;
    max-width: 410px;
    margin-left: auto;
    position: relative;
    margin-right: auto
}

@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-plans__content-list {
        gap: 10px
    }
    .our-plans__content-media {
        display: none
    }
    .our-plans__bottom {
        padding: 15px 20px
    }
    .our-plans__bottom-wrapper {
        gap: 15px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .our-plans__bottom-item:not(:last-child) {
        padding-right: 0
    }
    .about-us-5__media {
        min-height: auto
    }
    .our-key-eature-5__content {
        max-width: 100%
    }
    .our-key-eature-5__item-text {
        padding-left: 10px;
        padding-bottom: 20px
    }
    .latest-work-5__content {
        width: 100%
    }
}

.latest-work-5__content .section__title {
    margin-bottom: 0
}

.latest-work-5__item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px
}

.latest-work-5__item-content {
    left: 50%;
    z-index: -1;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: absolute;
    padding: 23px 26px;
    -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;
    width: calc(100% - 20px);
    border-radius: 20px;
    transform: translate(-50%, 0);
    background: var(--rs-common-white);
    -webkit-transform: translate(-50%, 30px)
}

.latest-work-5__item-content .ipsum {
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-3__item__date h5,
.blog-3__item__text a h4,
.latest-work-5__item-content .title {
    color: var(--rs-common-black-2)
}

.clients-testomonial__content-star i,
.latest-work-5__item-content .title:hover {
    color: var(--rs-common-blue)
}

.latest-work-5__item-content .subtitle {
    margin-bottom: 0;
    color: var(--rs-common-blue);
    font-size: var(--rs-fs-body2);
    font-weight: var(--rs-fw-bold);
    font-family: var(--rs-ff-rubik)
}

.latest-work-5__item:hover .latest-work-5__item-content {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0)
}

@media lg,
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .clients-testomonial__area {
        padding: 0 20px
    }
}

.clients-testomonial-media {
    width: 50%;
    height: 701px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-size: cover
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .clients-testomonial-media {
        width: 100% !important;
        position: relative
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .our-plans__content-media::before {
        left: 0
    }
    .newsletter__area {
        padding: 80px 0
    }
    .clients-testomonial-media {
        width: 100%;
        height: 400px;
        position: relative
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .newsletter__area {
        padding: 60px 0
    }
    .clients-testomonial-media {
        width: 100%;
        height: 300px;
        position: relative
    }
}

.clients-testomonial__content {
    margin-left: -64px;
    padding: 100px 0;
    overflow: hidden
}

.clients-testomonial__content .section__title {
    max-width: 552px;
    color: var(--rs-common-black-2)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .about-us-5__content-list-wrapper:not(:last-child) {
        margin-bottom: 30px
    }
    .clients-testomonial__content {
        margin-left: 0;
        padding: 80px 20px
    }
    .clients-testomonial__content .section__title {
        max-width: 100%
    }
}

.clients-testomonial__content-star span {
    padding-left: 15px;
    color: var(--rs-gray-600)
}

.clients-testomonial__content-description p {
    max-width: 565px;
    margin-bottom: 0;
    color: var(--rs-gray-600)
}

.clients-testomonial__content-author {
    gap: 21px
}

@media (max-width:575px) {
    .newsletter__form,
    .our-plans__content-from {
        gap: 10px;
        width: 100%;
        height: inherit;
        -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
    }
    .newsletter__form input,
    .our-plans__content-from input {
        width: 100%;
        padding: 13px 10px
    }
    .newsletter__form button,
    .our-plans__content-from button {
        position: relative
    }
    .home-4-blog-news__item-text {
        padding-left: 15px
    }
    .home-4-blog-news__item-date {
        padding: 13px 20px
    }
    .newsletter__area {
        padding: 40px 0
    }
    .newsletter__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .newsletter__content h3 {
        font-size: 25px;
        line-height: 30px;
        text-align: center
    }
    .about-us-5__content-list-wrapper {
        display: inherit
    }
    .about-us-5__content-list-wrapper:not(:last-child) {
        margin-bottom: 0
    }
    .about-us-5__content-list-item {
        gap: 10px;
        width: 100%
    }
    .clients-testomonial-media {
        width: 100%;
        height: 250px;
        position: relative
    }
    .clients-testomonial__content {
        margin-left: 0;
        padding: 40px 0
    }
    .clients-testomonial__content-author {
        display: inherit !important
    }
}

.clients-testomonial__content-thumb {
    width: 95px;
    height: 95px;
    position: relative;
    overflow: hidden
}

.clients-testomonial__content-thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 500px
}

.clients-testomonial__content-thumb span {
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    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;
    background-color: var(--rs-common-white)
}

.clients-testomonial__content .feedback__item-3-info h4 a {
    margin-bottom: 7px;
    color: var(--rs-common-black-2)
}

.blog-3__item__text a:hover h4,
.clients-testomonial__content .feedback__item-3-info h4 a:hover {
    color: var(--rs-common-blue)
}

.clients-testomonial__content .feedback__item-3-info span {
    color: var(--rs-gray-600);
    font-family: var(--rs-ff-rubik)
}

.blog-3 .section-3__title-wrapper {
    max-width: 489px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .about-us-5__content p,
    .blog-3 .section-3__title-wrapper,
    .clients-testomonial__content-description p,
    .home-4-blog-news__content,
    .home-4-latest-gallery__content,
    .newsletter__content h3,
    .our-plans__content-text .description,
    .our-plans__content-text .section__title {
        max-width: 100%
    }
    .newsletter__form,
    .our-plans__content-from {
        width: 100%
    }
    .our-plans__content-media img {
        height: 100%
    }
    .newsletter__shap,
    .our-plans__bottom-item:not(:last-child):before {
        display: none
    }
    .about-us-5__content {
        margin-left: 0;
        margin-top: 30px
    }
    .about-us-5__content-list-wrapper {
        gap: 10px
    }
}

.blog-3__item {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.blog-3__item:hover .blog-3__item__media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-3__item__text {
    padding: 26px 20px 26px 30px
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .blog-3__item__text {
        padding: 20px 20px 25px
    }
}

.blog-3__item__text a h4 {
    max-width: 225px
}

.blog-3__item__media {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
    border-radius: 5px
}

.blog-3__item__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-3__item__date {
    top: 10px;
    right: 10px;
    position: absolute;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid rgba(49, 126, 254, .5)
}

.cost_calculator,
.start_popup {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blog-3__item__meta {
    gap: 4px 21px
}

.blog-3__item__meta a {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-3__item__meta a svg {
    -webkit-transition: .3s;
    transition: .3s
}

.blog-3__item__meta a span {
    gap: 6px;
    opacity: .6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    font-style: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rs-gray-800);
    font-family: var(--rs-ff-rubik)
}

.blog-3__item__meta a:hover span {
    opacity: 100%;
    color: var(--rs-common-blue)
}

.rr-maps {
    line-height: 0
}

.cost_calculator {
    padding: 10px 0 30px;
    width: 80%;
    height: 90%;
    background: #fff;
    top: 50%;
    box-shadow: 0 0 10px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5);
    z-index: 100000;
    overflow: auto;
    border-radius: 8px;
    display: none
}

.cost_calculator input[type=date],
.cost_calculator select,
.cost_calculator textarea,
.price_box {
    box-shadow: 0 0 2px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5)
}

.cost_calculator h3 {
    text-align: center;
    font-size: 32px !important;
    font-weight: 600
}

.cost_calculator p {
    font-size: 15px;
    color: grey !important;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 20px;
    text-align: center
}

.cost_calculator h4 {
    font-size: 16px;
    font-family: Poppins
}

.cost_calculator input[type=date],
.cost_calculator select {
    border: none;
    outline: 0;
    width: 100%;
    font-size: 14px
}

.cost_calculator select {
    margin-top: 5px;
    height: 40px;
    padding-left: 10px
}

.Cross_mark {
    width: 95%;
    justify-content: end;
    display: flex
}

.Cross_mark i {
    color: #000;
    font-size: 28px;
    cursor: pointer
}

.cost_calculator span {
    font-size: 12px;
    color: grey;
    margin-left: 5px
}

.cost_calculator textarea {
    padding: 0 5px;
    margin-top: 5px;
    color: #000;
    width: 100%;
    height: 100px
}

.cost_calculator input[type=date] {
    height: 35px;
    padding-left: 5px
}

#loader {
    display: none;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ff6138;
    width: 120px;
    height: 120px;
    animation: 5s linear infinite spin;
    margin: auto
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#result {
    margin-top: 30px;
    gap: 30px;
    display: none;
    justify-content: center;
    align-items: center
}

.price_box {
    height: 170px;
    width: 390px;
    background-color: #2f394e;
    border-radius: 8px;
    border: none;
    padding: 30px
}

.price_box h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 18px
}

.price_box span {
    position: relative;
    top: 20px;
    color: #fff;
    font-size: 45px;
    font-weight: 600
}

.start_project {
    font-weight: 500;
    width: 30%;
    color: #fff;
    height: 40px;
    background-color: #ff6138;
    border-radius: 8px
}

.start_project i {
    color: #fff;
    font-size: 14px;
    position: relative;
    left: 15px
}

@media only screen and (min-width:1400px) and (max-width:1999px) {
    .cal_btn-div {
        align-items: end;
        height: 220px
    }
    .calculator_main {
        display: flex;
        justify-content: space-evenly
    }
    .calculator_m {
        padding: 0 20px !important;
        margin-bottom: 15px
    }
    .cost_calculator {
        width: 60%;
        height: 70%;
        padding: 30px 0 0 !important
    }
    .calculator_2 div:first-child {
        margin-top: 0 !important
    }
    .cost_calculator h4 {
        font-size: 18px
    }
    .cost_calculator input[type=date],
    .cost_calculator select {
        width: 100%;
        height: 50px;
        font-size: 15px;
        margin-top: 10px
    }
    .calculator_1 {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 46% !important
    }
    .calculator_2 {
        display: flex;
        flex-direction: column;
        gap: 30px
    }
    .cost_calculator input[type=text] {
        font-size: 15px
    }
    .cost_calculator input[type=file] {
        margin-top: 10px
    }
    .cost_calculator h3 {
        font-size: 32px !important
    }
    .cost_calculator p {
        font-size: 18px !important;
        margin-top: 15px;
        line-height: 35px
    }
    .Cross_mark i {
        font-size: 40px !important
    }
    .cost_calculator button {
        height: 48px;
        width: 350px !important;
        font-size: 15px;
        font-weight: 600
    }
    .calculator_btn {
        justify-content: center !important;
        margin-top: 50px !important
    }
    #result {
        margin-top: 150px !important
    }
    .cost_calculator textarea {
        font-size: 15px;
        height: 130px;
        padding: 0 10px
    }
}

.main-services {
    justify-content: center
}

@media only screen and (min-width:2000px) {
    .services-card {
        width: 400px !important
    }
    .main-services {
        justify-content: start !important
    }
    .about-title {
        font-size: 45px !important
    }
    .latest-portfolio_section_projects img {
        width: 100% !important;
        height:250px !important;
        border:10px solid #fff !important;
        
    }
    .project-div-main {
        width: 20%;
        margin-top: 20px
    }
    .latest-portfolio_section_projects div {
        margin-top: 17px
    }
    .work-process__item-description2.active {
        position: relative;
        left: 32%
    }
    .work-process__item-description3.active {
        position: relative;
        left: 39%
    }
    .cal_btn-div {
        align-items: end;
        height: 220px
    }
    .latest-portfolio_section_projects {
        padding: 0 40px
    }
    .banner-1__space {
        padding: 190px 0 240px
    }
    .calculator_main {
        display: flex;
        justify-content: space-evenly
    }
    .calculator_m {
        padding: 0 20px !important;
        margin-bottom: 15px
    }
    .cost_calculator {
        width: 40%;
        height: fit-content !important;
        padding: 30px 0 0 !important
    }
    .calculator_2 div:first-child {
        margin-top: 0 !important
    }
    .cost_calculator h4 {
        font-size: 18px
    }
    .cost_calculator input[type=date],
    .cost_calculator select {
        width: 100%;
        height: 50px;
        font-size: 15px;
        margin-top: 10px
    }
    .calculator_1 {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 46% !important
    }
    .calculator_2 {
        display: flex;
        flex-direction: column;
        gap: 30px
    }
    .cost_calculator input[type=text] {
        font-size: 15px
    }
    .cost_calculator input[type=file] {
        margin-top: 10px
    }
    .cost_calculator h3 {
        font-size: 32px !important
    }
    .cost_calculator p {
        font-size: 18px !important;
        margin-top: 15px;
        line-height: 35px
    }
    .Cross_mark i {
        font-size: 40px !important
    }
    .cost_calculator button {
        height: 48px;
        width: 350px !important;
        font-size: 15px;
        font-weight: 600
    }
    .calculator_btn {
        justify-content: center !important;
        margin-top: 50px !important
    }
    #result {
        margin-top: 150px !important
    }
    .cost_calculator textarea {
        font-size: 15px;
        height: 130px;
        padding: 0 10px
    }
    .feedback__item {
        height: 250px;
        width: 100%
    }
}

.calculator_m {
    margin-top: 4%;
    padding: 0 40px
}

@media only screen and (min-width:320px) and (max-width:750px) {
    .row {
        --bs-gutter-x: 0px !important
    }
    .services-card {
        width: 100% !important;
        height: 280px !important
    }
    .services-card img {
        width: 50px !important
    }
    .calculator_m,
    .services-main,
    footer {
        padding: 0 10px
    }
    .new_butn,
    .start_popup input {
        margin-top: 10px !important
    }
    .banner-1__content h1 {
        height: 130px
    }
    .cost_calculator h3 {
        font-size: 20px !important;
        line-height: 20px
    }
    .start_popup input {
        width: 100% !important
    }
    .start_popup {
        width: 85% !important
    }
    .start_popup textarea {
        height: 85px !important
    }
    .cost_calculator p {
        font-size: 12px;
        line-height: 20px
    }
    .cost_calculator h4 {
        font-size: 14px;
        line-height: 20px
    }
    .cost_calculator select {
        width: 100%;
        margin-top: 10px;
        height: 25px;
        font-size: 10px
    }
    .calculator_main {
        margin-top: 30px;
        flex-direction: column
    }
    .calculator_2 {
        margin-top: 20px
    }
    .cost_calculator span {
        font-size: 8px
    }
    #selected_date,
    #total_cost_range {
        font-size: 22px !important
    }
    .price_box {
        height: 140px
    }
    .about-us {
        overflow-x: hidden !important;
        margin-top: 0 !important
    }
    .cost_calculator textarea {
        width: 100%;
        font-size: 12px;
        height: 60px
    }
    .cost_calculator input[type=file] {
        font-size: 12px
    }
    .cost_calculator input[type=date] {
        width: 100%;
        height: 30px;
        font-size: 12px
    }
    .Cross_mark i {
        font-size: 20px;
        margin-left: -8px
    }
    .Cross_mark {
        top: 2%
    }
    .cost_calculator {
        overflow-x: hidden
    }
    .cost_calculator button {
        width: 100%;
        height: 34px;
        font-size: 12px;
        padding: 0
    }
}

.g-star,
.h-star {
    height: 32px;
    width: 32px
}

.android-things h6 {
    font-size: 25px
}

.android-things li {
    font-size: 13px;
    color: #fb5141;
    list-style: none
}

.android-things ul {
    gap: 5px;
    padding-left: 0
}

.android-things {
    padding-top: 60px
}

@media only screen and (min-width:1600px) {
    .years_area h4 {
        font-size: 40px !important;
        line-height: 60px
    }
    .years_area p {
        font-size: 20px;
        line-height: 30px !important;
        margin-top: 20px
    }
}

.about_4 div {
    padding: 50px 30px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5)
}

.reviews_1 input,
.reviews_1 textarea {
    width: 100%;
    border: none;
    box-shadow: 0 0 2px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5);
    background-color: #fff;
    color: #000;
    outline: 0
}

.about_4 div a {
    color: #fb5141;
    font-weight: 500
}

.reviews {
    gap: 25px
}

.h-star {
    background-image: url("../imgs/home1/star-empty.svg")
}

.g-star {
    background-image: url("../imgs/home1/star-full.svg")
}

.reviews_1 label {
    color: #000;
    font-size: 14px
}

.reviews_1 input {
    height: 40px
}

.reviews_1 textarea {
    padding: 10px;
    height: 100px !important
}

.reviews_1 {
    padding-left: 50px;
    padding-right: 50px
}

.start_popup {
    display: none;
    height: 500px;
    width: 40%;
    top: 50%;
    padding: 20px;
    background-color: #fff;
    z-index: 113;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5)
}

.start_popup span {
    font-size: 25px;
    color: #000;
    cursor: pointer
}

.start_popup input {
    border: none;
    outline: 0;
    width: 45%;
    height: 40px;
    color: grey;
    border-radius: 0;
    font-weight: 300;
    border-bottom: 2px solid #ed5f09
}

.start_popup textarea {
    height: 200px;
    width: 100%;
    font-weight: 300;
    color: grey;
    border-bottom: 2px solid #ed5f09
}

.start_popup button {
    display: inline-flex;
    font-family: var(--rs-ff-heading);
    line-height: 20px;
    gap: 10px;
    padding: 10px 30px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #2f394e !important;
    z-index: 5;
    color: #fff !important;
    position: relative;
    color: var(--rs-common-black);
    font-size: 13px;
    font-weight: 500 !important;
    font-style: normal;
    margin-top: 10px
}

.price-cal-btn {
    background-color: #4d5d7f !important;
    color: #fff;
    font-weight: 600;
    border-radius: 7px !important;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 13px
}

.latest-portfolio_section h2 {
    font-size: 24px
}

.our-team__content h2 {
    font-size: 40px
}

@media only screen and (min-width:320px) and (max-width:350px) {
    .banner-1__content h1 {
        height: 160px !important
    }
}

.services-card {
    text-align: center;
    width: 300px;
    height: 320px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    background: linear-gradient(#fff 50%, #2f394e 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    cursor: pointer
}

.services-card.active{
       background-position: 0 100%;
    transition: .5s 
}
.services-card:hover {
    background-position: 0 100%;
    transition: .5s 
}

.services-card.active:hover {
    background-position: 0 2.5% !important;
    transition: .5s
}

.services-card img {
    height: auto;
    width: 85px
}

.services-card .icon-wrapp {
    border-radius: 50%;
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center
}

.services-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 1em 0
}

.services-card p {
    color: grey;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .2px;
    padding: 0 20px
}
.fiverr-icon{

height:70px;
width:70px;
}
.fiverr-seller-widget{
    position:fixed;
    left:5px;
    top:50%;
    transform:translateY(-50%);
    z-index:20000000;
}
.range-container{
    z-index:0;}
.fiverr-seller-widget .fiverr-seller-content {
    height:280px;
}
.fiverr-seller-widget .fiverr-seller-content .crop {
    height:120px;
}
@media only screen and (min-width:300px) and (max-width:1400px){
    .fiverr-seller-widget{
        display:none !important;
    }
}.reviews_1 select {
    width: 100%;
    border: none;
    box-shadow: 0 0 2px 0 rgba(93.75, 91.10054347826089, 91.10054347826089, .5);
    background-color: #fff;
    color: #000;
    outline: 0
    ;height: 40px;
    padding-left: 5px;
    font-size: 14px;
}
@media only screen and (min-width:2000px) {
    .feedback__item.col-xl-5 {
     width: 41.66666667% !important;
     height: 210px !important;
     max-height: 100%;
    }
}
.blog__pagination2 a{
    cursor: pointer;
}
.sign-up-btn {
    opacity: 1  !important;
}