@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

:root {
    --rv-primary: #711207;
    --rv-secondary: #450905;
    --rv-primary-rgb: 113 18 7;
    --rv-secondary-rgb: 69 9 5;
    --rv-primary-light: #f4f9f0;
    --rv-secondary-light: #f4f5f8;
    --rv-bg-secondary: #8e8e8e;
    --rv-white: #fff;
    --rv-black: #070707;
    --rv-gray: #726d7b;
    --rv-font-light: "Montserrat", sans-serif;
    --rv-font-semilight: "Montserrat", sans-serif;
    --rv-font-medium: "Montserrat", sans-serif;
    --rv-font-regular: "Montserrat", sans-serif;
    --rv-font-bold: "Montserrat", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

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

body {
    position: relative;
    font-size: 16px;
    font-family: var(--rv-font-bold);
    color: var(--rv-text-color);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--rv-primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--rv-primary);
}

.text-line {
    display: -webkit-box;
    -webkit-line-clamp: var(--textline);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn {
    color: var(--rv-white);
    border-radius: 50px;
    text-align: center;
    position: relative;
    padding: 8px 25px;
    font-weight: 600;
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rv-secondary);
    box-shadow: 0 3px 6px 0 #000;
    transition: 0.5s;
}

.btn i {
    line-height: 0;
    margin-left: 5px;
}

.btn:hover {
    box-shadow: unset;
    transition: 0.5s;
}

.btn.btn-primary {
    background-color: var(--rv-secondary);
}

.btn.btn-primary:hover {
    background: var(--rv-primary);
    border: 1px solid var(--rv-white);
}

.btn.btn-secondary {
    background: var(--rv-primary);
}

.btn.btn-secondary:hover {
    background-color: var(--rv-secondary);
    border: 1px solid var(--rv-secondary);
}

.main-heading {
    max-width: 650px;
    text-align: center;
    margin: 0 auto 50px;
    width: 100%;
}

.main-heading .title-box {
    font-size: 20px;
    font-weight: 600;
}

.main-heading .title-box span {
    position: relative;
}

.main-heading .title-box span::before,
.main-heading .title-box span::after {
    content: "";
    position: absolute;
    width: 50px;
    top: 50%;
    transform: translateY(50%);
    height: 2px;
    background-color: #7A7A7A;
}

.main-heading .title-box span::before {
    left: -60px;
}

.main-heading .title-box span::after {
    right: -60px;
}

.main-heading .main-title {
    color: var(--rv-secondary);
    font-size: 42px;
    font-family: "Playfair", serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.section {
    padding: 80px 0;
}

.main-section {
    padding: 50px 0 60px;
}

.ticker {
    z-index: 111;
    position: relative;
}

.disclaimer-sec {
    padding-top: 25px;
    margin-top: 25px;
}

.disclaimer-sec p a {
    color: var(--rv-white);
}

.disclaimer-sec h5,
.disclaimer-sec h6,
.disclaimer-sec p {
    margin-bottom: 0;
    color: var(--rv-white);
    margin: 0;
}

.disclaimer-sec .footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -10px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.disclaimer-sec .footer-content img {
    height: 67px;
}

.disclaimer-sec .footer-list {
    display: flex;
    padding: 10px;
    align-items: center;
}

.disclaimer-sec .footer-list .contentb {
    text-align: left;
    padding-left: 15px;
}

.social-list {
    display: flex;
    margin: -8px 0;
    flex-wrap: wrap;
    padding: 0;
}

.social-list li {
    list-style: none;
    padding: 8px 0;
}

.social-list li span,
.social-list li a {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
    color: var(--rv-white);
}

.social-list li span:hover,
.social-list li a:hover {
    transition: 0.5s;
    background: var(--rv-white);
    color: var(--rv-primary);
}

.form-group .captcha-code-form {
    display: flex;
    gap: 10px;
}

.form-group .captcha-code-form .btnRefresh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group .captcha-code-form .boxbtn {
    display: flex;
    position: relative;
    width: 100%;
}

.form-group .captcha-code-form .boxbtn #captcha {
    width: 100%;
    padding-right: 75px;
}

.form-group .captcha-code-form .boxbtn .btnRefresh {
    position: absolute;
    right: 0;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
}

.modal-open .modalbody {
    z-index: 1;
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.showmodal .modalbody {
    z-index: 99999;
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.modalbody {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalbody .modalbg {
    background: rgba(0, 0, 0, 0.5411764706);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
}

.modalbody .Cmodalcard {
    max-width: 500px;
    width: 100%;
    z-index: 9;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.modalbody .Cmodalcard .maincontentmodal {
    background: var(--rv-white);
    position: relative;
    box-shadow: 0 0 15px 0 #bbb;
    border-radius: 10px;
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    box-shadow: 0 0 15px 0 #ddd;
    cursor: pointer;
    right: -15px;
    border: unset;
    font-size: 28px;
    top: -15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    z-index: 9;
    align-items: center;
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose span {
    position: relative;
    transform: rotate(45deg);
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::before,
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    background: #000;
    top: -1px;
    left: -6px;
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
    transform: rotate(90deg);
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards {
    padding: 20px;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdForm .form-group:last-child {
    margin-bottom: 0;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify {
    text-align: center;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div p {
    font-size: 16px;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div:last-child {
    width: 100% !important;
    max-width: 90%;
    margin: 0 auto;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify label {
    display: block;
    -moz-text-align-last: left;
    text-align-last: left;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button {
    background-color: var(--rv-primary);
    border: 1px solid var(--rv-primary);
    color: #fff;
    display: inline-block !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 5px;
    transition: 0.5s;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button :hover {
    transition: 0.5s;
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify #mobileOtp {
    display: block;
    width: 100%;
    background-color: #fff;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modalbody .Cmodalcard .maincontentmodal .modalheader {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 8px 20px;
}

.modalbody .Cmodalcard .maincontentmodal .modalheader h4,
.modalbody .Cmodalcard .maincontentmodal .modalheader h3 {
    color: var(--rv-primary);
    margin-bottom: 0;
}

.modalbody .Cmodalcard .maincontentmodal .modalheader h6 {
    color: var(--rv-primary);
}

.modalbody .Cmodalcard .maincontentmodal .modaldatashow {
    display: none;
    text-align: center;
    padding-top: 10px;
}

.modalbody .Cmodalcard .maincontentmodal .modaldatashow.show {
    display: block;
}

.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image {
    margin-bottom: 15px;
    text-align: center;
}

.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 50%;
    margin: 0 auto;
}

.modalbody .Cmodalcard .maincontentmodal .modaldatashow .content {
    padding: 25px;
}

.modalbody .Cmodalcard .form-group {
    margin-bottom: 20px;
}

.modalbody .Cmodalcard .form-group .iti {
    width: 100%;
}

.modalbody .Cmodalcard .form-group select {
    color: var(--rv-primary);
    background: var(--rv-white);
}

.modalbody .Cmodalcard .form-group .form-control {
    color: var(--rv-primary);
    background: unset;
    border: unset;
    border-radius: 0;
    border-bottom: 2px solid var(--rv-primary);
    padding: 10px 15px;
    border-radius: 3px;
    background: var(--rv-white);
}

.modalbody .Cmodalcard .form-group .form-control:focus,
.modalbody .Cmodalcard .form-group .form-control:focus-visible {
    box-shadow: unset;
    border: unset;
    border-bottom: 2px solid var(--rv-white);
    outline: unset;
}

.modalbody .Cmodalcard .form-group .form-control::-moz-placeholder {
    color: var(--rv-primary);
}

.modalbody .Cmodalcard .form-group .form-control::placeholder {
    color: var(--rv-primary);
}

.iframe {
    position: relative;
    padding-top: 40%;
}

.iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-contact {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.hover-text::before {
    content: "";
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 0;
    width: 100%;
    height: 100%;
    rotate: 50deg;
    background: linear-gradient(95deg, var(--rv-primary) 0%, rgba(133, 206, 228, 0.2) 95%);
    transform: translateY(-41px) translateX(-365px);
    z-index: 0;
}

.hover-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 100%;
    height: 100%;
    rotate: 50deg;
    background: linear-gradient(95deg, rgba(133, 206, 228, 0.2) 0%, var(--rv-secondary) 95%);
    transform: translateY(41px) translateX(365px);
    z-index: 0;
    transition: 0.5s;
}

.hover-text:hover {
    transition: 0.5s;
}

.hover-text:hover::before {
    transition: 0.5s;
    top: -60%;
}

.hover-text:hover::after {
    transition: 0.5s;
    bottom: 0%;
}

.top-banner-section {
    padding: 15px 0 15px;
    position: relative;
    background-image: linear-gradient(271deg, rgba(172, 116, 110, 0.9098039216) 22%, rgba(69, 9, 5, 0.9019607843) 135%), url(../images/kaima-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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

.top-banner-section .banner-box ul {
    display: flex;
    margin: -10px;
    justify-content: start;
    padding: 0;
    flex-wrap: wrap;
}

.top-banner-section .banner-box ul li {
    list-style: none;
    padding: 10px;
    position: relative;
    color: var(--rv-white);
}

.top-banner-section .banner-box ul li a {
    color: var(--rv-white);
    font-weight: 600;
}

.top-banner-section .banner-box ul li::before {
    content: "";
    height: 30%;
    width: 2px;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
    background: var(--rv-white);
    position: absolute;
    left: 0;
}

.top-banner-section .banner-box ul li:first-child::before {
    content: unset;
}

.top-banner-section .banner-box h1,
.top-banner-section .banner-box h2,
.top-banner-section .banner-box h3 {
    color: var(--rv-white);
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.nevdisc-box {
    display: none;
}

.nevdisc-box.show {
    display: block;
}

.text-lin-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-lin-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-lin-2 p:last-child {
    margin-bottom: 0;
}

.text-lin-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-lin-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-lin-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-lin-12 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

#error_msg span {
    background: rgba(255, 0, 0, 0.0509803922);
    color: #ff0000;
    border-radius: 5px;
    border: 2px solid #ff0000;
    font-size: 12px;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

#mail-status .success {
    background: rgba(0, 128, 0, 0.1215686275);
    color: #008000;
    border-radius: 5px;
    border: 2px solid #008000;
    margin-bottom: 15px;
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
}

#mail-status .error {
    background: rgba(255, 0, 0, 0.0509803922);
    color: #ff0000;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 2px solid #ff0000;
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
}

.main_heading {
    margin-bottom: 30px;
}

.related-section-content .latest-blog-loop {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0;
}

.related-section-content .latest-blog-loop .item {
    padding: 10px 0;
    width: 100%;
}

.related-section-content .latest-blog-loop .item a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background: var(--rv-white);
    transition: 0.4s;
}

.related-section-content .latest-blog-loop .item a:hover {
    transition: 0.4s;
    box-shadow: 10px 10px 15px 0 #ddd;
    transform: translateY(5px) translateX(5px);
}

.related-section-content .latest-blog-loop .item a .blog {
    display: flex;
    align-items: self-start;
}

.related-section-content .latest-blog-loop .item a .blog .images img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.related-section-content .latest-blog-loop .item a .blog .client-info {
    padding: 0 15px;
}

.related-section-content .latest-blog-loop .item a .blog .client-info ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -1px;
}

.related-section-content .latest-blog-loop .item a .blog .client-info ul li {
    width: 100%;
    font-size: 12px;
    padding: 1px;
    color: #bbb;
}

.related-section-content .latest-blog-loop .item a .blog .client-info ul li:first-child {
    color: var(--rv-black);
}

.related-section-content .latest-blog-loop .item a .blog .client-info h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--rv-primary);
}

.rv-faq-section .tebBar-box .tebBar-card {
    border: 1px solid #ddd;
    border-bottom: unset;
    margin-bottom: 20px;
}

.rv-faq-section .tebBar-box .tebBar-card .tebActione {
    padding: 20px;
    padding-left: 60px;
    position: relative;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    color: var(--rv-white);
    transition: 0.5s;
    background: var(--rv-primary);
}

.rv-faq-section .tebBar-box .tebBar-card .tebActione .rv-faq-title {
    color: var(--rv-bg-primary);
    margin: 0;
}

.rv-faq-section .tebBar-box .tebBar-card .tebActione.active {
    transition: 0.5s;
}

.rv-faq-section .tebBar-box .tebBar-card .tebActione.active::after {
    transition: 0.5s;
    transform: rotate(40deg);
}

.rv-faq-section .tebBar-box .tebBar-card .tebActione.active::before {
    transition: 0.5s;
    transform: rotate(-44deg);
}

.rv-faq-section .tebBar-box .tebBar-card .tebActione::before,
.rv-faq-section .tebBar-box .tebBar-card .tebActione::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 25px;
    width: 2px;
    height: 11px;
    transition: 0.5s;
    background: var(--rv-white);
    transform: rotate(-38deg);
}

.rv-faq-section .tebBar-box .tebBar-card .tebActione::before {
    transform: rotate(221deg);
    left: 27px;
}

.rv-faq-section .tebBar-box .tebBar-card .disc-box {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.blog-items {
    border-radius: 10px 10px 3px 3px;
    transition: 0.5s;
    border-radius: 10px;
}

.blog-items:hover {
    transition: 0.5s;
    box-shadow: 0 10px 10px 0 #ddd;
    transform: translateY(-10px);
}

.blog-items:hover .image {
    transition: 0.5s;
}

.blog-items:hover .image img {
    transition: 0.5s;
    transform: scale(1.1) rotate(5deg);
}

.blog-items .image {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.blog-items .image img {
    transition: 0.5s;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.blog-items .image .category-title {
    border: 1px solid var(--rv-primary);
    padding: 5px;
    border-radius: 0 15px 0 0;
    background-color: var(--rv-white);
    color: var(--rv-black);
    font-weight: 600;
    position: absolute;
    left: 0;
}

.blog-items .image span {
    background: var(--rv-secondary);
    padding: 5px 10px;
    position: absolute;
    color: var(--rv-white);
    left: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 5px -5px 10px 0 #fff;
    border-radius: 0 10px 0 0;
}

.blog-items .blog-items-content {
    border-bottom: 1px solid var(--rv-primary);
    border-left: 1px solid var(--rv-primary);
    border-right: 1px solid var(--rv-primary);
    background: var(--rv-white);
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.blog-items .blog-items-content .temp_theme_blog_meta {
    font-size: 12px;
    color: #888;
    display: flex;
    gap: 10px;
}

.blog-items .blog-items-content .temp_theme_blog_meta .meta-date {
    color: #888;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.blog-items .blog-items-content .temp_theme_blog_meta .meta-date i {
    color: var(--rv-secondary);
    margin-right: 5px;
}

.blog-items .blog-items-content .temp_theme_blog_meta h6 {
    color: var(--rv-secondary);
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.blog-items .blog-items-content .temp_theme_blog_meta h6 i {
    position: relative;
    top: 2px;
    left: 5px;
}

.blog-items .blog-items-content .blog_page_title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 0;
    color: var(--rv-primary);
}

.blog-items .blog-items-content .blog_page_button span {
    color: var(--rv-black);
    text-decoration: underline;
}

.text-line {
    display: -webkit-box;
    -webkit-line-clamp: var(--textline);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

.z-3 {
    z-index: 111;
}

.z-4 {
    z-index: 1111;
}

.z-5 {
    z-index: 11111;
}

.logo .logo_img img {
    height: 80px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    /* filter: drop-shadow(0px 4px 6px #bbb); */
}

.main_sticky img {
    height: 80px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    /* filter: drop-shadow(0px 4px 6px #bbb); */
}

body[data-page=home] .temp_theme_nav_manu {
    position: absolute;
    background: rgba(0, 0, 0, 0);
}

body[data-page=home] .temp_theme_nav_manu.sticky {
    z-index: 99999;
    background: var(--rv-primary);
}

.temp_theme_nav_manu {
    background: var(--rv-primary);
    transition: 0.5s;
    margin-bottom: 0;
    z-index: 999;
    position: relative;
    width: 100%;
}

.temp_theme_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    padding: 5px 0;
    width: 100%;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: var(--rv-primary);
    transition: 0.5s;
}


/* temp_theme Menu Css*/

.temp_theme_menu {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.temp_theme_menu ul {
    text-align: right;
    list-style: none;
    display: inline-block;
}

.temp_theme_menu>ul>li {
    display: inline-block;
    position: relative;
}

.temp_theme_menu>ul>li>a {
    display: block;
    transition: 0.5s;
    position: relative;
    color: var(--rv-white);
    font-weight: 500;
    text-transform: capitalize;
    margin: 30px 15px;
}

.white .temp_theme_menu>ul>li>a {
    color: var(--rv-white);
}

.temp_theme_menu ul li:last-child a {
    margin-right: 0px;
}

.temp_theme_menu>ul>li.current>a {
    color: var(--rv-secondary);
}

.white .temp_theme_menu>ul>li.current>a {
    color: var(--rv-white);
}


/* sub menu style */

.temp_theme_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: var(--rv-white);
    margin: 0;
    z-index: 1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    border-top: 2px solid var(--rv-primary);
}

.temp_theme_menu ul li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.temp_theme_menu ul .sub-menu li {
    position: relative;
    padding: 0;
}

.temp_theme_menu ul .sub-menu li:hover>.dropdown-link {
    color: var(--rv-white);
}

.temp_theme_menu ul .sub-menu li a {
    display: block;
    padding: 12px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.1s;
    white-space: normal;
    transition: 0.1s;
    visibility: inherit !important;
    color: #333 !important;
}

.temp_theme_menu ul .sub-menu li:hover>a,
.temp_theme_menu ul .sub-menu .sub-menu li:hover>a,
.temp_theme_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.temp_theme_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: var(--rv-primary);
    color: var(--rv-white) !important;
}


/* sub menu 2 */

.temp_theme_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.temp_theme_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 3 */

.temp_theme_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.temp_theme_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.temp_theme_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 4 */

.temp_theme_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.temp_theme_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.donate-btn-header {
    display: inline-block;
    margin-left: 16px;
}

.temp_theme_menu li a:hover:before {
    width: 101%;
}

.temp_theme_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.temp_theme_nav_manu.sticky .main_sticky {
    display: inherit;
}

.temp_theme_nav_manu.sticky .temp_theme_menu li a {
    color: var(--rv-white);
}

.temp_theme_nav_manu.sticky a.dtbtn {
    color: var(--rv-primary);
    background: var(--rv-white);
    border: 2px solid var(--rv-white);
}

.temp_theme_nav_manu.sticky a.dtbtn:hover {
    color: var(--rv-primary);
}

.mobile-menu.mean-container {
    overflow: hidden;
}


/*====================================================
--<	temp_theme Header Top Menu Area Css -->
======================================================*/

.slider_text_inner {
    display: inline-block;
}

.slider_text_inner h3 {
    font-size: 38px;
    text-transform: none;
    color: var(--rv-white);
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 48px;
}

.rv-services-section .service-box .contente h4 {
    font-size: 20px;
}

.slider_text_inner h3 span {
    color: var(--rv-primary);
}

.slider_text_inner p {
    color: var(--rv-white);
}

.text_center .slider_text_desc p {
    margin: auto;
}


/* Particles Js Slider */

.effective_slider .slider_text>h1 {
    margin-bottom: 13px;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
}


/* Color Black */

.color_black .slider_text_inner h3 {
    color: #232323;
}

.color_black .slider_text_desc p {
    color: #616161;
}

.color_black .slider_text_inner h5 {
    color: var(--rv-primary);
}


/*====================================================
--<	temp_theme Dark Slider Area Css -->
======================================================*/


/*====================================================
--<	temp_theme Landing area Css -->
======================================================*/

.landing .slider_text_desc p {
    margin: auto;
}

.landing .big-half-circle.big-half-circle-1 {
    width: 100%;
    margin-bottom: 0px;
    height: 80px;
    position: absolute;
    bottom: 0;
}


/*====================================================
--<	temp_theme Section Title Css -->
======================================================*/


/*====================================================
--<	temp_theme Flipbox Top Feature Area Css -->
======================================================*/

.nagative_margin {
    position: relative;
    margin-top: -100px;
}

.nagative_margin3 {
    position: relative;
    margin-top: -100px;
    z-index: 99;
}

.nagative_margin4 {
    position: relative;
    margin-top: -225px;
}

.nagative_margin5 {
    position: relative;
    margin-top: -70px;
}


/*====================================================
--<	temp_theme Portfolio Area Css -->
======================================================*/


/* Portfolio Nav */

.portfolio_nav {
    margin-bottom: 50px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}

.portfolio_menu ul li a {
    display: block;
    color: var(--rv-white);
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: var(--rv-white);
    transition: 0.5s;
}

.portfolio_nav ul li {
    background: #f2f4ff;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: var(--rv-white);
    background: var(--rv-primary);
}


/*====================================================
--<	temp_theme Tab Area Css -->
======================================================*/

.nagative_margin2 {
    position: relative;
    margin-top: -108px;
}

.nav-tabs .nav-item {
    margin: 0 5px;
}

.nav-tabs .nav-link {
    border: 1px solid var(--rv-primary);
    background: var(--rv-primary);
    padding: 22px 50px;
    color: var(--rv-white);
}

.nav-tabs .nav-item.active .nav-link {
    border: 1px solid var(--rv-white);
    background: var(--rv-white);
    color: var(--rv-primary);
}

.nav-tabs {
    border-bottom: inherit !important;
}

.nav-tabs .nav-link i {
    font-size: 30px;
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.tab_thumb img {
    width: 100%;
}

.tab_content_title h4 {
    font-weight: 700;
}

.tab_content_sub_text ul {
    display: block;
}

.tab_content_sub_text ul li {
    list-style: none;
    margin-bottom: 5px;
}


/*====================================================
--<	temp_theme Fun Faq Area Css -->
======================================================*/


/*====================================================
--<	temp_theme Accordion Area Css -->
======================================================*/


/*====================================================
--<	temp_theme Footer Middle Area Css -->
======================================================*/

.footer-middle {
    background: #680a00;
    padding-top: 60px;
    position: relative;
}

.footer-middle::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 540px;
    height: 100%;
    background-image: url("../images/f-back.webp");
    background-repeat: no-repeat;
    opacity: 0.1;
    background-size: auto;
    background-position: bottom left;
    z-index: 0;
}

.footer-middle .container {
    position: relative;
    z-index: 11;
}

.footer-middle .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 30px;
}

.footer-middle .disclaimer {
    text-align: center;
    color: var(--rv-white);
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .footer-middle .disclaimer {
        text-align: left;
    }
}

.footer-middle .disclaimer h6 {
    margin-bottom: 10px;
}

.footer-middle .disclaimer p {
    font-size: 14px;
}

.widget-title {
    color: var(--rv-white);
}

.company-info-desc p {
    color: var(--rv-white);
}

.menu-quick-link-container ul li a {
    color: var(--rv-white);
    position: relative;
    transition: 0.5s;
    opacity: 0.7;
}

.menu-quick-link-container ul li a:before {
    position: absolute;
    content: "";
    left: -24px;
    top: 10px;
    height: 1px;
    width: 13px;
    background: var(--rv-white);
}

.menu-quick-link-container ul li {
    padding-bottom: 10px;
    list-style: none;
}

.recent-post-text a {
    color: var(--rv-white);
    font-weight: 500;
    transition: 0.5s;
}

.recent-post-image {
    float: left;
}

.follow-company-text a {
    transition: 0.5s;
}

.follow-company-text a p {
    color: var(--rv-white);
    transition: 0.5s;
}

.follow-company-text {
    float: left;
}

.follow-company-icon a {
    font-size: 16px;
    color: var(--rv-white);
    margin: 0 5px;
    font-weight: 500;
    display: inline-block;
    transition: 0.5s;
}

.footer-social-info p span {
    font-weight: 600 !important;
    color: var(--rv-white);
}

.footer-social-info p {
    color: var(--rv-white);
}

.footer-social-info p a {
    color: var(--rv-white);
    opacity: 0.7;
    transition: 0.5s;
}

.footer-social-info p a:hover {
    opacity: 1;
    transition: 0.5s;
    color: var(--rv-white);
}

.recent-post-text span {
    color: #adb0be;
}

.recent-post-item.active {
    border-bottom: 1px solid #adb0be;
}

.follow-company-icon a:hover {
    color: var(--rv-primary);
}

.follow-company-text a p:hover {
    color: var(--rv-primary);
}

.menu-quick-link-container ul li a:hover {
    color: var(--rv-white);
    transition: 0.5s;
    opacity: 1;
}

.recent-post-text a:hover {
    color: var(--rv-primary);
}


/* Footer Style Two */

.footer_middle_area {
    overflow: hidden;
}

.footer_middle_social_icon {
    text-align: center;
}

.footer_middle_social_icon a {
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: var(--rv-primary);
    border-radius: 50%;
    font-size: 25px;
    color: var(--rv-white);
    text-align: center;
    margin: 0 5px;
    transition: 0.5s;
}

.footer_middle_social_icon a.color1 {
    background: #ef6330;
}

.footer_middle_social_icon a.color2 {
    background: #43baff;
}

.footer_middle_social_icon a.color3 {
    background: #ff9000;
}

.footer_middle_social_icon a.color4 {
    background: #e60023;
}

.footer_middle_social_icon a.color5 {
    background: var(--rv-secondary);
}

.footer_middle_social_icon a.color6 {
    background: #6659d4;
}

.footer_middle_social_icon a.color7 {
    background: #5eb414;
}

.footer_middle_social_icon a:hover {
    background: var(--rv-primary);
}

.footer_bottom_menu_inner {
    text-align: center;
}

.footer_bottom_menu_inner ul {
    list-style: none;
}

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

.footer_bottom_menu_inner ul li a {
    color: var(--rv-white);
    font-size: 18px;
    font-weight: 700;
    margin: 0 12px;
    transition: 0.5s;
}

.footer_bottom_menu_inner ul li a:hover {
    color: var(--rv-primary);
}

.footer_bg_shape {
    position: relative;
}

.footer_bg_shape:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 80%;
    width: 50%;
    background: url(assets/images/new/footer-bgdt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.6;
}


/* Footer Style Three */

.style_three .widget-title {
    color: #232323;
    font-size: 22px;
}

.style_three .menu-quick-link-container ul li a {
    color: #232323;
}

.style_three .menu-quick-link-container ul li a:hover {
    color: var(--rv-primary);
}

.style_three .company-info-desc p {
    color: #232323;
}

.style_three .footer-social-info p {
    color: #232323;
}

.style_three .recent-post-text a {
    color: #232323;
}

.style_three .follow-company-icon a {
    color: var(--rv-primary);
}

.style_three .follow-company-text a p {
    color: #232323;
}

.style_three .footer-social-info p span {
    color: #232323;
}

.style_three .menu-quick-link-container ul li a:before {
    background: var(--rv-primary);
}


/*====================================================
--<	temp_theme Footer Bottom Area Css -->
======================================================*/

.footer-bottom-content-copy p {
    color: var(--rv-white);
    margin-bottom: 0;
}

.footer-bottom-right-text {
    text-align: right;
}

.footer-bottom-right-text a {
    color: var(--rv-white);
    display: inline-block;
}

.footer-bottom-right-text .absod {
    margin-right: 30px;
    position: relative;
}

.footer-bottom-right-text .absod::before {
    position: absolute;
    content: "";
    right: -17px;
    top: 6px;
    height: 14px;
    width: 1px;
    background: var(--rv-white);
    transform: skew(-20deg);
}


/*=========================
   temp_theme New Update Css
 =========================*/

.call_do_thumb img {
    width: 100%;
}


/*=========================
   temp_theme Error Page Area Css
 =========================*/

.error_page_area {
    padding: 65px 0 98px;
}

.single_error_inner {
    text-align: center;
}

.single_error_inner h1 {
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
}

.single_error_inner h1 span {
    color: var(--rv-primary);
}

#scrollUp {
    background: var(--rv-primary);
    bottom: 30px;
    color: var(--rv-white);
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.intro__bg,
.intro__bg canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner-section {
    position: relative;
    background-image: linear-gradient(0deg, var(--rv-primary) 22%, var(--rv-secondary) 135%);
}

.home-banner-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("../images/kaima-bg.svg");
    left: 0;
    z-index: 1;
    background-size: cover;
    opacity: 0.1;
    transform: rotate(180deg);
}

.home-banner-section .home-slider {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 11;
}

.home-banner-section .slider_area {
    z-index: 1;
    position: relative;
    height: 100vh;
    max-height: 600px;
    padding-top: 70px;
    background-position: right center;
}

@media only screen and (max-width: 575px) {
    .home-banner-section .slider_area {
        max-height: 450px;
    }
}

.home-banner-section .container {
    position: relative;
    z-index: 9;
}

.home-banner-section .image img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ddd;
    /* transform: rotate(25deg); */
}

.rv-testimonial-section,
.rv-tems-section {
    .position-relative {

        .swiper-button-next,
        .swiper-button-prev {
            color: var(--rv-primary);
            opacity: 0;
        }

        .swiper-button-next {
            right: -30px;
        }

        .swiper-button-prev {
            left: -30px;
        }

        &:hover {
            transition: .4s;

            .swiper-button-next,
            .swiper-button-prev {
                transition: .4s;
                opacity: 1;
            }
        }
    }
}

.home-banner-section .swiper .swiper-button-next,
.home-banner-section .swiper .swiper-button-prev {
    color: var(--rv-white) !important;
}

.fund-performance {
    position: relative;
    width: 100%;
    height: 730px;
}

.fund-performance iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.about_area.main-section .single_about_thumb_inner img {
    transform: rotateY(180deg);
    height: 590px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single_feature_seven:hover .icon img {
    filter: brightness(0) invert(1);
}

.rv-rowheader {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.rv-rowheader .rv-collogo {
    max-width: 300px;
    width: 100%;
    padding: 0 45px;
}

.rv-rowheader .rv-collogo-right {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    border-radius: 15px;
}

.rv-rowheader .rv-collogo-right .temp_theme_menu {
    justify-content: center;
}

.rv-about-home-section .images img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .rv-about-home-section .singel-about-content {
        padding-top: 40px;
    }
}

.rv-about-home-section .singel-about-content h1 {
    font-size: 36px;
    color: var(--rv-primary);
}

.blog_section .social-list li {
    padding: 8px;
}

.blog_section .social-list li a,
.blog_section .social-list li span {
    color: var(--rv-primary);
}

.blog_section .social-list li a:hover,
.blog_section .social-list li span:hover {
    color: var(--rv-white);
    background-color: var(--rv-primary);
    cursor: pointer;
}

.social-links {
    position: fixed;
    bottom: 40px;
    right: 0;
    overflow: hidden;
    z-index: 99;
}

.social-links ul li {
    list-style: none;
    background: #ddd;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 50px 0 0 50px;
    transform: translateX(78%);
    border: 1px solid #ddd;
    transition: 0.5s;
}

.social-links ul li:hover {
    transition: 0.5s;
    transform: translateX(0);
    background: var(--white);
    border-right: unset;
}

.social-links ul li:hover a .icone {
    transition: 0.5s;
    background: #ddd;
}

.social-links ul li:hover a .name-links {
    transition: 0.5s;
    color: var(--rv-primary);
    opacity: 1;
}

.social-links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s;
}

.social-links ul li a .icone {
    display: flex;
    justify-content: center;
    transition: 0.5s;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}

.social-links ul li a .icone.baa {
    background: var(--rv-primary);
    padding: 5px;
}

.social-links ul li a .icone.baa i {
    color: var(--rv-white);
}

.social-links ul li a .icone img {
    width: 100%;
}

.social-links ul li a .icone svg {
    width: 25px;
    height: 25px;
}

.social-links ul li a .name-links {
    transition: 0.5s;
    font-weight: 600;
    opacity: 0;
    margin-left: 5px;
}

.chat-links {
    position: fixed;
    bottom: 70px;
    right: 0;
    overflow: hidden;
    z-index: 99;
}

.chat-links ul li {
    list-style: none;
    background: #ddd;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 50px 0 0 50px;
    transform: translateX(70%);
    border: 1px solid #ddd;
    transition: 0.5s;
}

.chat-links ul li:hover {
    transition: 0.5s;
    transform: translateX(0);
    background: var(--rv-white);
    border-right: unset;
}

.chat-links ul li:hover a .icone {
    transition: 0.5s;
    background: #ddd;
}

.chat-links ul li:hover a .name-links {
    transition: 0.5s;
    color: var(--rv-primary);
    opacity: 1;
}

.chat-links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s;
}

.chat-links ul li a .icone {
    display: flex;
    justify-content: center;
    transition: 0.5s;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}

.chat-links ul li a .icone.baa {
    background: var(--rv-primary);
    padding: 5px;
}

.chat-links ul li a .icone.baa i {
    color: var(--rv-white);
}

.chat-links ul li a .icone img {
    width: 100%;
}

.chat-links ul li a .icone svg {
    width: 25px;
    height: 25px;
}

.chat-links ul li a .name-links {
    transition: 0.5s;
    font-weight: 600;
    opacity: 0;
    margin-left: 5px;
}

.rvbaaf-card {
    max-width: 600px;
    background: #E5F6FF;
    margin: 80px auto;
    padding: 30px 0;
    text-align: center;
    border-radius: 15px;
}

.rvbaaf-card h4 {
    max-width: 460px;
    text-align: left;
    padding: 0 30px 20px;
    margin-bottom: 0;
}

.rvbaaf-card .rvbaaf-form {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: var(--rv-white);
}

.rvbaaf-card .rvbaaf-form .iti {
    width: 100%;
}

.rvbaaf-card .rvbaaf-form .form-control {
    height: 50px;
}

.rvp-hadding .title {
    background: linear-gradient(360deg, var(--rv-primary) 40%, var(--rv-secondary) 100%), url("../images/kaima-bg.svg");
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.rvhadding {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.rvhadding .rvp-hadding {
    max-width: 500px;
    width: 100%;
}

.rvhadding p {
    max-width: 500px;
    width: 100%;
    margin-bottom: 0;
}

.rv-services-section .services-slider a {
    display: block;
    color: var(--rv-white);
}

.rv-services-section .services-slider-items {
    padding: 10px;
}

.rv-services-section .service-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: 0.5s;
}

.rv-services-section .service-box:hover {
    border-color: var(--rv-primary);
}

.rv-services-section .service-box:hover .images {
    transition: 0.5s;
}

.rv-services-section .service-box:hover .images img {
    transform: scale(1.1) rotate(5deg);
}

.rv-services-section .service-box:hover .contente {
    transform: translateY(0);
}

.rv-services-section .service-box .images {
    transition: 0.5s;
}

.rv-services-section .service-box .images img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.rv-services-section .service-box .contente {
    position: absolute;
    bottom: 0;
    transform: translateY(55px);
    transition: 0.5s;
    padding: 20px;
    background: rgba(113, 18, 7, 0.85);
    width: 100%;
}

.rv-services-section .service-box .contente .btn-read {
    display: block;
    margin-top: 20px;
}

.rv-services-section .rv-bg-light {
    background: rgb(var(--rv-primary-rgb)/48%);
}

.rv-services-section .rv-bg-light::before {
    opacity: 0.3;
}

.subscribe-form-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.subscribe-form-group button {
    display: flex;
    gap: 10px;
}

.subscribe-form-group input {
    border: unset;
    padding-left: 0;
    border-bottom: 2px solid var(--rv-primary);
    border-radius: 0;
    background: unset;
}

.rv-finsight-experts .rhaddings a {
    color: var(--rv-primary);
    font-weight: 600;
}

.rv-finsight-experts .rhaddings a span {
    text-decoration: underline;
}

.rv-finsight-experts .feature-content {
    padding: 20px;
    min-height: 400px;
    max-width: 250px;
    background: rgb(var(--rv-primary-rgb)/60%);
    margin-left: auto;
    color: var(--rv-white);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.rv-finsight-experts .feature-content div {
    height: -moz-max-content;
    height: max-content;
}

.rv-finsight-experts .feature-card {
    background-position: bottom left;
}

.rv-finsight-experts .postCard img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.rv-finsight-experts .postCard .card-body h6 {
    font-weight: 600;
    color: var(--rv-primary);
}

.rv-bg-light {
    position: relative;
    background: rgb(var(--rv-primary-rgb)/8%);
}

.rv-bg-light::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/kaima-bg.svg");
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.rv-bg-light .container {
    position: relative;
    z-index: 1;
}

.rv-tems-section {
    position: relative;
}

.rv-tems-section .founder {
    padding-bottom: 50px;
}

.rv-tems-section .founder .content .rvp-hadding {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.rv-tems-section .founder .content .rvp-hadding h6,
.rv-tems-section .founder .content .rvp-hadding .title {
    width: 100%;
}


/*.rv-tems-section .founder .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
}*/

.rv-tems-section .founder .image {
    position: relative;

    &::before {
        width: 80%;
        height: 95%;
        position: absolute;
        content: '';
        border-radius: 20px;
        border: 12px solid var(--rv-primary);
        z-index: -1;
        right: 48px;
        top: -33px;
        opacity: 1;
    }
}

.rv-tems-section .founder .image img {
    -o-object-fit: contain;
    object-fit: contain;
    background: linear-gradient(180deg, rgb(255 240 238) 0%, rgb(255 197 192) 100%);
    object-position: right;
    padding: 30px 30px 0 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 #ddd;
}

.rv-tems-section .teams-slider .rvt-item {
    text-align: center;
}

.rv-tems-section .teams-slider .rvt-item .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.rv-tems-section .teams-slider .rvt-item .icon img {
    /*width: 100%;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;*/
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    background: #ffffff;
    object-position: center;
    padding: 30px 0 0 0;
    border-radius: 20px;
    width: 100%;
    background: linear-gradient(180deg, rgb(255 240 238) 0%, rgb(255 197 192) 100%);
}

.rv-tems-section .teamsslider .rvt-item .icon img {
    height: 400px;
}

.rv-partner-section {
    background: rgb(var(--rv-primary-rgb)/100%);
    position: relative;
}

.rv-partner-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/kaima-bg.svg");
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.rv-partner-section .container {
    position: relative;
    z-index: 1;
    color: var(--rv-white);
}

.rv-partner-section .rounded-img img {
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 15px;
}

.rv-awards-section .awards-cards {
    padding: 30px;
    position: relative;
    height: 400px;
}

.rv-awards-section .awards-cards .swiper {
    max-width: 50%;
    overflow: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rv-awards-section .awards-cards .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 300px;
    padding: 20px;
    background: var(--rv-primary);
}

.rv-awards-section .awards-cards .swiper-slide::after {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    border-radius: 5px;
    background: url("../images/kaima-bg.svg");
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}

.rv-awards-section .awards-cards .swiper-slide>div {
    text-align: center;
    display: block;
    opacity: 0.7;
}

.rv-awards-section .awards-cards .swiper-slide>div .icon img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}

.rv-awards-section .awards-cards .swiper-slide>div h5 {
    font-size: 16px;
    display: block;
}

.rv-awards-section .awards-cards .swiper-slide>div h6 {
    font-size: 12px;
    font-weight: 400;
    color: var(--rv-white);
}

.rv-awards-section .awards-cards .swiper-slide-active {
    width: 200px !important;
    color: var(--rv-white);
}

.rv-awards-section .awards-cards .swiper-slide-active::after {
    opacity: 0.1;
}

.rv-awards-section .awards-cards .swiper-slide-active div {
    display: block;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.rv-awards-section .awards-cards .swiper-slide-active div h5 {
    margin-bottom: 20px;
}

.rv-testimonial-section .rvt-item .rvt-card {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 #bbb;
    margin: 20px 0;
}

.rv-testimonial-section .rvt-item .rvt-card .images {
    margin-bottom: 20px;
}

.rv-testimonial-section .rvt-item .rvt-card .images img {
    filter: brightness(0) invert(0.7);
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.rv-testimonial-section .rvt-item .rvt-card .content h5 {
    color: var(--rv-primary);
}

.rv-testimonial-section .rvt-item .rvt-card .content h6 {
    opacity: 0.5;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    color: var(--rv-primary) !important;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
    transition: 0.5s;
    pointer-events: visible;
}

.supportHendlur.show a i::before {
    content: "\f63b";
}

.supportbodyshow {
    overflow: hidden;
    height: 100vh;
}

.supportCaed {
    width: 750px;
    position: absolute;
    right: 0px;
    z-index: 33;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    top: 83px;
}

@media only screen and (max-width: 767px) {
    .supportCaed {
        display: none;
    }
}

.supportCaed::before {
    content: "";
    width: 100%;
    top: 82px;
    height: 100%;
    position: fixed;
    left: 0;
    background: rgba(0, 0, 0, 0.6705882353);
    z-index: 1;
}

.supportCaed.supportshow {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.support-header {
    position: relative;
    z-index: 11;
    background: var(--rv-white);
    border-radius: 10px 10px 30px 30px;
    box-shadow: 0 10px 10px 0 #bbb;
}

.support-header .rvrow {
    display: flex;
    gap: 20px;
}

.support-header .rvrow .rvcol-7 {
    padding: 30px;
    max-width: 55%;
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
}

.support-header .rvrow .rvcol-7 ul li {
    display: flex;
    gap: 10px;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.support-header .rvrow .rvcol-7 ul li b {
    color: #777;
    min-width: 60px;
}

.support-header .rvrow .rvcol-7 ul li .texta {
    display: flex;
    text-align: left;
    gap: 10px;
}

.support-header .rvrow .rvcol-7 ul li a {
    color: var(--rv-bleck);
    font-weight: 600;
}

.support-header .rvrow .rvcol-7 ul li i {
    color: var(--rv-primary);
    font-size: 20px;
    position: relative;
    top: -3px;
}

.support-header .rvrow .rvcol-5 {
    max-width: 45%;
    width: 100%;
    text-align: left;
    background: var(--rv-primary);
    border-radius: 0 9px 0 0;
    padding: 20px;
    padding-bottom: 0;
    position: relative;
}

.support-header .rvrow .rvcol-5::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/kaima-bg.svg");
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.support-header .rvrow .rvcol-5::before {
    content: "";
    width: 30px;
    height: 30px;
    background: var(--rv-primary);
    position: absolute;
    top: -13px;
    right: 50px;
    transform: rotate(45deg);
    box-shadow: 0px 0 18px 0 #bbb;
    z-index: -1;
}

.support-header .rvrow .rvcol-5 .rvhis {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.support-header .rvrow .rvcol-5 .hadecontent img {
    width: 100%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

.support-header .rvrow .rvcol-5 .hadecontent h3 {
    padding-top: 20px;
    color: var(--rv-white);
}

.support-header .rvrow .rvcol-5 .image-store {
    display: flex;
    align-items: end;
}

.support-header .rvrow .rvcol-5 .image-store img {
    height: 380px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
}

.rv-contact-section .contact-form {
    position: relative;
    box-shadow: 0 0 20px 0 #ddd;
    border-radius: 10px;
    padding: 30px;
}

.rv-contact-section .contact-form h4 {
    color: var(--rv-primary);
}

.rv-contact-section .contact-form::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/kaima-bg.svg");
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.rv-contact-section .contact-form div#frmContact {
    position: relative;
    z-index: 9;
}

.rv-contact-section .rv-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.rv-contact-section .rv-contact-row .rv-contact-col {
    max-width: 100%;
    width: 100%;
}

.rv-contact-section .rv-contact-row .rv-contact-col .rv-contact-card {
    box-shadow: 0 0 10px 0 #ddd;
    padding: 20px;
    border-radius: 10px;
}

.rv-contact-section .rv-contact-row .rv-contact-col .rv-contact-icone {
    font-size: 30px;
    color: var(--rv-primary);
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.rv-contact-section .rv-contact-row .rv-contact-col h4 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-bottom: 0;
}

.rv-contact-section .rv-contact-row .rv-contact-col p {
    font-size: 14px;
    color: #777;
}

.rv-contact-section .rv-contact-row .rv-contact-col p:last-child {
    margin-bottom: 0;
}

.rv-contact-section .rv-contact-row .rv-contact-col p a {
    color: var(--rv-primary);
    font-weight: 600;
}

.form-control {
    border: unset;
    border-bottom: 2px solid var(--rv-primary);
    border-radius: 0;
    padding-left: 0;
    padding: 25px 0;
    background: transparent;
}

.form-control:focus {
    background: transparent;
    box-shadow: none;
    border-color: #5eb414;
}

.rvservisedatain [data-tab-group="documents"] table th {
    background-color: var(--rv-primary);
    color: var(--rv-white);
    border: 1px solid var(--rv-white);
}

.rvservisedatain [data-tab-group="documents"] table td i {
    color: #2cbd4d;
}

.rvservisedatain .tebal2 th:nth-child(1),
.rvservisedatain .tebal2 td:nth-child(1) {
    text-align: left;
    width: 70%;
}

.rvservisedatain .tebal2 th:nth-child(2),
.rvservisedatain .tebal2 td:nth-child(2),
.rvservisedatain .tebal2 th:nth-child(3),
.rvservisedatain .tebal2 td:nth-child(3),
.rvservisedatain .tebal2 th:nth-child(4),
.rvservisedatain .tebal2 td:nth-child(4) {
    text-align: center;
    width: 10%;
}

.rvservisedatain .tebal1 th:nth-child(1),
.rvservisedatain .tebal1 td:nth-child(1) {
    text-align: left;
    width: 10%;
}

.rvservisedatain .tebal1 th:nth-child(2),
.rvservisedatain .tebal1 td:nth-child(2) {
    text-align: left;
    width: 15%;
}

.rvservisedatain .tebal1 th:nth-child(3),
.rvservisedatain .tebal1 td:nth-child(3) {
    width: 75%;
    text-align: left;
}

.rvservisedatain [data-tab-group] [data-tab-content].show {
    display: block;
}

.rvservisedatain [data-tab-group] [data-tab-content] {
    display: none;
}

.rvservisedatain [data-tab-group] .tab-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.rvservisedatain [data-tab-group] .tab-header [data-tab] {
    border: 1px solid var(--rv-bg-secondary);
    max-width: 25%;
    width: 100%;
}

.rvservisedatain [data-tab-group] .tab-header [data-tab].active span {
    background: var(--rv-primary);
    color: var(--rv-white);
}

.rvservisedatain [data-tab-group] .tab-header [data-tab] span {
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    position: relative;
}

.rvservisedatain [data-tab-group] .tab-header [data-tab].active span::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    border-bottom: 15px solid var(--rv-primary);
    border-left: 20px solid var(--rv-white);
    border-top: 15px solid var(--rv-primary);
}

.rvservisedatain [data-tab-group='loanagainst'] [data-tab-content] ul li {
    text-align: left;
}

@media only screen and (max-width:992px) {
    .rvservisedatain [data-tab-group] .tab-header [data-tab] {
        max-width: 50%;
    }
}

@media only screen and (max-width:575px) {
    .rvservisedatain [data-tab-group] .tab-header [data-tab] {
        max-width: 100%;
    }

    .rvservisedatain .tebal {}

    .rvservisedatain [data-tab-group="documents"] [data-tab-content].show {
        white-space: nowrap;
        overflow-x: scroll;
    }
}

.finsight-section .card-body a {
    display: block;

    .titles {
        padding-top: 20px;

        h6 {
            color: var(--rv-bg-secondary);
        }

        h5 {
            color: var(--rv-primary);
        }
    }
}

.finsight-section .card-body a img {
    width: 100%;
    height: 450px;
    border-radius: 3px;
    object-fit: fill;
}

.home-o-text h3 {
    font-family: "Kaushan Script", cursive;
    margin-top: 20px;
}

.tebBar-box .tebBar-card {
    border: 1px solid #ddd;
    border-bottom: unset;
    margin-bottom: 20px;
}

.tebBar-box .tebBar-card .tebActione {
    padding: 10px;
    padding-right: 40px;
    position: relative;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: 0.5s;
    background: rgb(var(--rv-primary-rgb)/8%);
}

.tebBar-box .tebBar-card .tebActione h4 {
    color: var(--rv-bg-primary);
}

.tebBar-box .tebBar-card .tebActione.active {
    transition: 0.5s;
}

.tebBar-box .tebBar-card .tebActione.active::after {
    transition: 0.5s;
    transform: rotate(90deg);
}

.tebBar-box .tebBar-card .tebActione::before,
.tebBar-box .tebBar-card .tebActione::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 2px;
    height: 12px;
    transition: 0.5s;
    background: var(--rv-primary);
}

.tebBar-box .tebBar-card .tebActione::before {
    transform: rotate(90deg);
}

.tebBar-box .tebBar-card .disc-box {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 0 10px;
}

.text-primary {
    color: var(--rv-primary) !important;
}

.services-page-section .costom-nev.rv-costom-nev {
    display: flex;
    flex-wrap: unset;
    margin: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    scroll-behavior: smooth;
    overflow-x: scroll;
    padding-left: 0;
}

.services-page-section .costom-nev .rvtebfaqHendlers:first-child {
    padding-left: 0;
}

.services-page-section .costom-nev.rv-costom-nev .rvtebfaqHendlers span {
    display: block;
    width: max-content;
}

.disclaimer-sec .content-b .legal-links {
    color: var(--rv-white);

    a {
        color: var(--rv-white);
        font-size: 14px;
    }
}

.rvfrhcontent-box {
    position: relative;
    z-index: 99;
}

form#signinForm {
    z-index: 99;
    position: relative;
}