:root {
  --rv-primary: #f18009;
  --rv-bg-primary: #f18009;
  --rv-primary-light: #f8f0e7;
  --rv-secondary: #d0001b;
  --rv-bg-secondary: #d0001b;
  --rv-secondary-light: #ffeef0;
  --rv-white: #ffffff;
  --rv-black: #000;
  --rv-gray: #726d7b;
  --rv-color1: #d0001b;
  --rv-color2: #6dc605;
  --rv-color3: #f18009;
}

body {
  padding: 0;
  margin: 0;
  font-family: "DM Sans" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans" !important;
  color: #040021;
}

.theme-overlay {
  min-height: 566px;
  background: linear-gradient(60deg, rgba(5, 12, 25, 0.7) 25%, rgba(5, 12, 25, 0.35) 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  z-index: 1;
}

section {
  background-color: transparent;
}

img {
  max-width: 100%;
}

.blue {
  color: #0e62df;
}

.pink {
  color: #ff2469;
}

.light-gray {
  color: #999;
}

.blue-bg {
  background-color: #0e62df;
  color: var(--rv-white);
}

.light-bg {
  background-color: #f1f5fd;
}

.white-bg {
  background-color: var(--rv-white) !important;
}

p {
  font-family: "DM Sans" !important;
  color: #343338;
  font-size: 16px;
}

a {
  font-family: "DM Sans" !important;
  color: #0e62df;
  font-size: 16px;
}

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

.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}

.btn {
  color: var(--rv-white);
  border-radius: 6px;
  padding: 5px 15px;
  height: 50px;
  line-height: 36px;
  text-align: center;
}

.main-section ul li {
  font-size: 16px;
}

.know-more {
  position: relative;
  padding-right: 40px;
}

.calculator-section .calculator-list li a:focus {
  color: var(--rv-white);
}

.know-more:after {
  content: "\f11e";
  font-family: "uicons-solid-straight";
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}

.btn-primary {
  background-color: #0e62df;
  border: 2px solid #0e62df;
  font-size: 18px;
}

.btn-primary:hover {
  background-color: #0e62df;
  border: 2px solid #0e62df;
  color: var(--rv-white);
}

.btn-secondary {
  background-color: #ff2469;
  border: 2px solid #ff2469;
  font-size: 18px;
}

.btn-secondary:hover {
  background-color: #ec1458;
  border: 2px solid #ec1458;
  color: var(--rv-white);
}

.btn-gradient {
  background: rgb(20, 191, 181);
  background: linear-gradient(45deg, rgb(20, 191, 181) 0%, rgb(0, 84, 255) 100%);
  border: none !important;
}

.btn-white-line {
  background-color: transparent;
  border: 2px solid var(--rv-white);
  color: var(--rv-white);
}

.main-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1px;
}

.main-title-white {
  font-size: 42px;
  font-weight: 800;
  color: var(--rv-white);
  letter-spacing: 1px;
}

.main-section {
  padding: 80px 0;
}

.light #logo .logo-light {
  display: block !important;
}

.light #logo .logo-light img {
  height: 90px;
}

.light #logo .logo-default {
  display: none !important;
}

.light.header-sticky #logo .logo-light {
  display: none !important;
}

.light.header-sticky #logo .logo-default {
  display: block !important;
}

.light.header-sticky #logo .logo-default img {
  height: 90px;
}

.light.header-sticky ul li a {
  color: #040021 !important;
}

.light.header-sticky .btn-danger {
  color: var(--rv-white) !important;
}

.main-heading {
  position: relative;
  text-align: center;
}

.main-heading .inn-box {
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}

.main-heading .inn-box h1 {
  font-size: 42px;
  font-weight: 800;
  position: relative;
  z-index: 99;
  margin-bottom: 15px;
}

.main-heading .bar {
  height: 5px;
  width: 75px;
  background: var(--rv-primary);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}

.main-heading .bar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: var(--rv-white);
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: move-bg;
}

@keyframes move-bg {
  0% {
    -webkit-left: 0;
    left: 0;
  }
  100% {
    -webkit-left: 100%;
    left: 100%;
  }
}
.main-heading .subheading {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  text-transform: uppercase;
}

.main-heading .subheading h6 {
  color: var(--rv-primary);
  font-size: 18px;
}

.overlay-section .main-heading .inn-box h1::after {
  background-color: var(--rv-white);
}

.overlay-section .main-heading .subheading h6 {
  color: var(--rv-white);
}

.overlay-section .main-heading .bar {
  background: var(--rv-white);
}

.overlay-section .main-heading .bar:before {
  background: var(--rv-primary);
}

.white-overlay .main-heading .subheading h6 {
  color: var(--rv-primary);
}

.white-overlay .main-heading .bar {
  background: var(--rv-primary);
}

.white-overlay .main-heading .bar:before {
  background: var(--rv-white);
}

#mainMenu nav > ul > li .dropdown-menu > li > a {
  font-size: 14px;
}

#mainMenu nav > ul > li .dropdown-submenu:before {
  display: none;
}

#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a {
  color: #040021;
}

.white-overlay {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 80px 0;
}

.black-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 80px 0;
}

.main-overlay {
  background-color: rgb(241 128 9 / 85%);
  padding: 100px 0;
}

.gradient-overlay {
  background:linear-gradient(45deg, rgba(208, 0, 27, 85%) 0%, rgba(245, 157, 66, 85%) 100%);
  padding: 60px 0;
}

ul.navbar-nav .nav-item .nav-link {
  color: var(--rv-white) !important;
  padding: 12px 20px;
  font-weight: 500;
}

ul.navbar-nav .nav-item .nav-link:hover {
  color: #ff2469 !important;
}

ul.navbar-nav .nav-item.active .nav-link {
  color: #ff2469 !important;
}

ul.navbar-nav .nav-item:first-child a {
  padding-left: 0;
}

ul.navbar-nav .dropdown-menu {
  padding: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-item.active,
ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: var(--rv-white);
  text-decoration: none;
  background-color: #0e62df;
}

ul.navbar-nav .dropdown-menu .dropdown-item:hover,
ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: var(--rv-white);
  text-decoration: none;
  background-color: #0e62df;
}

.radio-group {
  text-align: center;
  margin: 30px 0 20px 0 !important;
}

.radio-group .radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 15px;
}

.radio-group .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-group .radio-btn .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #001522;
  border-radius: 50%;
}

.radio-group .radio-btn:hover input ~ .checkmark {
  border: 2px solid #0e62df;
}

.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: var(--rv-white);
  border: 2px solid #0e62df;
}

.radio-group .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-group .radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-group .radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0e62df;
}

.login-model .model-img img {
  width: 100%;
}

.login-model .modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}

.login-model .modal-title {
  text-transform: uppercase;
  color: #0e62df;
  font-size: 24px;
}

.login-model a.forgot-password {
  display: block;
  text-align: right;
  margin: 15px 0 30px 0;
  color: #001522;
  text-decoration: none;
}

.login-model a.forgot-password:hover {
  color: #0e62df;
}

.login-model .modal-body {
  padding: 30px 20px;
}

.login-model .modal-header {
  padding: 25px 20px;
}

.login-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #0e62df;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #0e62df;
  opacity: 1;
  margin: 0 !important;
  outline: none;
}

.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
}

.video-model .modal-dialog {
  max-width: 850px;
  margin: 50px auto;
}

.video-model .modal-title {
  text-transform: uppercase;
  color: #0e62df;
  font-size: 24px;
}

.video-model .modal-body {
  padding: 0;
}

.video-model .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.video-model .modal-header {
  padding: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 100%;
  height: 70px;
  z-index: 9999;
  border: none;
  overflow: hidden;
}

.video-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #0e62df;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #0e62df;
  opacity: 1;
  margin: 0 0 0 auto !important;
  outline: none;
}

.video-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 40%;
  top: 160px;
  border-radius: 100%;
  z-index: 999;
  box-shadow: none;
}

.video-btn:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #66b60a;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-btn:hover {
  background-color: #0e62df;
  color: var(--rv-white);
}

.video-btn:focus {
  box-shadow: none;
}

.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.bottom-scroller.active .scroller {
  background-color: var(--rv-primary);
  display: block;
  width: 40px;
  height: 40px;
  color: var(--rv-white);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
  z-index: 999;
}

.bottom-scroller.active .scroller:hover {
  background-color: var(--rv-secondary);
  color: var(--rv-white);
}

i.fi-ss-paper-plane {
  margin-left: 3px;
  vertical-align: middle;
  font-size: 14px;
}

.card {
  border-radius: 10px;
  padding: 40px 20px;
  box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}

.form-custom {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-right: 20px;
}

.form-custom .form-group {
  position: relative;
}
.form-custom .form-group input {
  display: block;
  width: 100%;
  background-color: var(--rv-primary-light);
  border: 1px solid var(--rv-primary-light);
  outline: none;
  color: var(
--rv-black);
  height: 50px;
  padding: 8px 30px;
  border-radius: 3px;
  font-size: 16px;
}

.form-custom .form-group input:focus {
  border: 1px solid var(--rv-primary);
  box-shadow: none;
}

.form-custom .form-group select {
  display: block;
  width: 100%;
  background-color: var(--rv-primary-light);;
  border: 1px solid var(--rv-primary-light);;
  outline: none;
  color: var(--rv-black);
  height: 50px !important;
  padding: 8px 30px;
  border-radius: 0;
  font-size: 16px;
}

.form-custom .form-group select:focus {
  border: none;
  border-bottom: 1px solid var(--rv-primary);
  box-shadow: none;
}

.form-custom .form-group textarea {
  display: block;
  width: 100%;
  background-color: var(--rv-primary-light);;
  border: 1px solid var(--rv-primary-light);;
  outline: none;
  color: var(--rv-black);
  height: 80px;
  padding: 10px 20px 10px 30px;
  border-radius: 0;
  font-size: 16px;
}

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid var(--rv-primary);
  box-shadow: none;
}

.form-custom .form-group .search {
  position: absolute;
  top: 3px;
  right: 5px;
  background-color: transparent;
  border: none;
  color: var(--rv-white);
}

.form-custom .form-group .search i:before {
  font-size: 24px;
}

.home-slider {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.home-slider .banner-img {
  margin-top: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.home-slider .banner-img img {
  width: 100%;
}

.home-slider .banner-img .logos {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: -150px;
}

.home-slider .banner-img .logos img {
  width: 80px !important;
  animation: bubble 7s linear infinite;
}

.home-slider .banner-img .logos img:nth-child(1) {
  animation-delay: 1.6s;
  width: 70px !important;
}

.home-slider .banner-img .logos img:nth-child(2) {
  animation-delay: 4.5s;
  width: 90px !important;
}

.home-slider .banner-img .logos img:nth-child(3) {
  animation-delay: 3s;
  width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(4) {
  animation-delay: 7s;
  width: 90px !important;
}

.home-slider .banner-img .logos img:nth-child(5) {
  animation-delay: 4.7s;
  width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(6) {
  animation-delay: 8s;
  width: 65px !important;
}

.home-slider .banner-img .logos img:nth-child(7) {
  animation-delay: 5.56s;
  width: 70px !important;
}

.home-slider .banner-img .logos img:nth-child(8) {
  animation-delay: 6.9s;
  width: 55px !important;
}

.home-slider .banner-img .logos img:nth-child(9) {
  animation-delay: 3.5s;
  width: 85px !important;
}

.home-slider .banner-img .logos img:nth-child(10) {
  animation-delay: 7.3s;
  width: 60px !important;
}

.home-slider .banner-img .logos img:nth-child(11) {
  animation-delay: 4.4s;
  width: 70px !important;
  margin-right: 40px;
}

.home-slider .banner-text {
  padding: 200px 0;
}

.home-slider .banner-text .banner-title1 {
  color: var(--rv-white);
  font-size: 32px;
  text-transform: uppercase;
}

.home-slider .banner-text .banner-title2 {
  color: var(--rv-white);
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.home-slider .banner-text .btn.btn-secondary {
  margin-top: 30px;
}

.home-slider .main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.home-slider .main-header .header-top {
  padding: 12px 0 18px 0;
}

.home-slider .main-header .header-top .header-top-right {
  margin-left: auto;
  text-align: right;
  padding: 14px 0 0 0;
}

.home-slider .main-header .header-top .header-top-right .form-custom {
  width: 300px;
}

.home-slider .main-header .header-top .header-top-right .form-custom input {
  border-bottom: 1px solid #ddd;
  color: var(--rv-white);
}

.home-slider .main-header .header-top .header-top-right .form-custom ::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

.home-slider .main-header .header-top .header-top-right .form-custom ::placeholder {
  color: #ddd;
  opacity: 1;
}

.home-slider .main-header .header-top .header-top-right .form-custom :-ms-input-placeholder {
  color: #ddd;
}

.home-slider .main-header .header-top .header-top-right .form-custom ::-ms-input-placeholder {
  color: #ddd;
}

.home-slider .main-header .header-bottom {
  border-top: 1px solid #ddd;
}

.home-slider .main-header .header-bottom .navbar {
  box-shadow: none;
  padding: 0;
}

.flickity-prev-next-button::before {
  display: none;
}

.flickity-prev-next-button.next::after {
  content: "\f110";
  font-family: flaticon;
  top: 24px;
  right: 18px;
  position: absolute;
  display: inline-block;
  font-size: 24px;
}

.flickity-prev-next-button.previous::after {
  content: "\f111";
  font-family: flaticon;
  top: 24px;
  right: 18px;
  position: absolute;
  display: inline-block;
  font-size: 24px;
}

.owl-dot span {
  width: 25px !important;
  height: 4px !important;
  margin: 5px 3px !important;
}

.owl-dot.active span {
  background: var(--rv-primary) !important;
  outline: none;
}

.owl-dot.active .owl-dot:hover span {
  background: var(--rv-primary) !important;
  outline: none;
}

.home-about .about-image {
  text-align: center;
}

.home-SIP-graph .main-title {
  font-size: 28px;
}

.home-SIP-graph .main-title span.green {
  display: block;
}

.home-SIP-graph .SIP-image {
  overflow: hidden;
}

.home-SIP-graph .SIP-image img {
  width: 100%;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-default {
  height: 50px;
  background-color: #e3fdc4;
  position: relative;
  color: #001522;
  border-radius: 2px;
  border-color: #e3fdc4;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-default:after {
  content: "\f1e9";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: #001522;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active {
  background-color: #0e62df;
  color: var(--rv-white);
  height: 50px;
  border-radius: 2px;
  border-color: #0e62df;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active:after {
  content: "\f1ce";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: var(--rv-white);
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
  outline: none;
}

.home-faq-section .faq-accordian .ui-accordion-content {
  padding: 15px;
  background-color: #ecfdd7;
  border-color: #e3fdc4;
  margin-bottom: 10px;
}

.home-about .image-section {
  position: relative;
  border-radius: 0 50px 50px 0;
}

.home-about .image-section img {
  width: 100%;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 99;
}

.home-about .text-section {
  margin-right: 5%;
  margin-left: 10px;
}
.home-about .text-section p {
  text-align: justify;
}
.home-about .text-section .mv-box {
  margin-bottom: 15px;
  background-color: var(--rv-white);
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.home-about .text-section .mv-box .icon {
  display: block;
  width: 100%;
}

.home-about .text-section .mv-box .icon i {
  color: var(--rv-primary);
}

.home-about .text-section .mv-box .icon i::before {
  font-size: 48px;
}

.home-about .text-section .mv-box img {
  width: 100%;
}

.home-about .text-section .mv-box .text {
  display: block;
  width: 100%;
  vertical-align: top;
}

.home-about .text-section .mv-box .text h5 {
  font-size: 20px;
  color: var(--rv-primary);
  font-weight: 700;
  margin: 0 !important;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.home-about .text-section .mv-box .text p {
  line-height: 20px;
  margin: 0;
}

.home-about .text-section .btn.btn-gradient {
  margin-top: 10px;
}

.home-service {
  background-image: url(../images/doodle.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  background-attachment: fixed;
}

.home-service .owl-item.active:nth-child(2)::after {
  content: "Hello";
  position: absolute;
}

.home-service .owl-item.active::nth-child(2) {
  transform: scale(1.2);
}

.service-card {
  background: linear-gradient(45deg, rgb(20, 191, 181) 0%, rgb(0, 84, 255) 100%);
  padding: 15px;
  border-radius: 8px;
}

.service-card h3 {
  color: var(--rv-white);
}

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

.service-card a {
  color: var(--rv-white);
}

button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
  font-family: poppins, sans-serif;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  outline: none;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  background-color: var(--rv-primary);
  border-color: var(--rv-primary);
  border-width: 1px;
  border-style: solid;
  color: var(--rv-white);
  transition: all 0.3s;
  margin-bottom: 6px;
  outline: none;
  line-height: 18px;
  cursor: pointer;
}

.market-watch-section {
  background: url(../images/market-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 !important;
  text-align: center;
  background-attachment: fixed;
}

.market-watch-section h2 {
  color: var(--rv-white);
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 42px;
  font-size: 42px;
}

.market-watch-section p {
  color: var(--rv-white);
  width: 70%;
  margin: 0 auto 50px auto;
}

/* .how-we-work {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgb(255 234 237) 100%);
} */

.how-we-work .work-box {
  background-color: var(--rv-white);
  border-radius: 15px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
  padding: 60px 15px 15px 15px;
  position: relative;
  min-height: 265px;
  margin-top: 70px;
  transition: 0.2s ease-in-out 0s all;
  z-index: 9;
}
.how-we-work::after {
  content: "";
  position: absolute;
  background-image: url(../images/line.png);
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-about {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.blog-section {
  background: var(--rv-primary-light);
}
.blog-main-section {
  background: var(--rv-white);
}
/* .home-contact-section {
  background: var(--rv-primary-light);
} */

.sip-section {
  background: var(--rv-primary-light);
}

.how-we-work .work-box.box1 {
  margin-top: 150px;
}

.how-we-work .work-box.box3 {
  margin-top: 150px;
}

.how-we-work .work-box .icon {
  background-color: var(--rv-primary);
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  padding: 20px;
  position: absolute;
  left: 30%;
  right: 30%;
  top: -50px;
  box-shadow: 0 -5px 15px 1px rgba(0, 0, 0, 0.15);
}

.how-we-work .work-box .icon i {
  color: var(--rv-white);
}

.how-we-work .work-box .icon i::before {
  font-size: 55px;
  margin: 0;
}

.how-we-work .work-box .text h4 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: var(--rv-primary);
  text-align: center;
}

.how-we-work .work-box .box-tag {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 90px;
  font-weight: 900;
  color: var(--rv-white);
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.14);
  z-index: 0;
}

.how-we-work .work-box:hover {
  background-color: var(--rv-primary);
  transition: 0.2s ease-in-out 0s all;
  transform: translateY(-10px);
  cursor: pointer;
}

.how-we-work .work-box:hover .icon {
  background-color: var(--rv-white);
}

.how-we-work .work-box:hover .icon i {
  color: var(--rv-primary);
}

.how-we-work .work-box:hover .text h4 {
  color: var(--rv-white);
}

.how-we-work .work-box:hover .text p {
  color: var(--rv-white);
}

.how-we-work .work-box:hover .text ul li {
  color: var(--rv-white);
}

.how-we-work .work-box:hover .box-tag {
  color: var(--rv-primary);
  transition: 0.2s ease-in-out 0s all;
}

.investor-corner-section {
  background-image: url(../images/banner3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  text-align: center;
  background-attachment: fixed;
}

.investor-corner-section .overlay-section {
  background-color: rgba(0, 0, 0, 0.75);
}

.investor-corner-section .col-md-2 {
  padding: 0 10px;
}

.investor-corner-section .main-heading .inn-box h1 {
  color: var(--rv-white);
}

.investor-corner-section p {
  color: var(--rv-white);
  width: 80%;
  margin: 0 auto 80px auto;
}

.investor-corner-section .tool-box {
  background-color: var(--rv-white);
  border-radius: 6px;
  padding: 25px 15px;
  position: relative;
  margin-bottom: 25px;
}

.investor-corner-section .tool-box::after {
  content: "";
  position: absolute;
  background-color: var(--rv-primary);
  width: 100%;
  height: 0;
  transition: 0.5s;
  top: 0;
  border-radius: 6px;
  left: 0;
}

.investor-corner-section .tool-box:hover::after {
  height: 100%;
  transition: 0.5s;
  z-index: 0;
}

.investor-corner-section .tool-box .icon {
  padding: 15px 18px;
  background-color: var(--rv-primary-light);
  border-radius: 8px;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 999;
}

/* .investor-corner-section .tool-box .icon::after {
    content: "";
    position: absolute;
    background-color: var(--rv-primary-light);
    border-radius: 8px;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 0;
    transform: rotate(
25deg);
} */
.investor-corner-section .tool-box .icon i {
  position: relative;
  z-index: 99;
  display: block;
  line-height: 42px;
}

.investor-corner-section .tool-box .icon i::before {
  margin: 0;
  font-size: 50px;
  color: var(--rv-primary);
}

.investor-corner-section .tool-box .title {
  font-size: 17px;
  color: #040021;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 12px;
  position: relative;
  z-index: 999;
}

.investor-corner-section .tool-box:hover .title {
  color: var(--rv-white);
}

.main-section.home-sip-section .sip-img {
  overflow: hidden;
}

.main-section.home-sip-section .sip-img img {
  width: 100%;
}
.home-testimonial-section {
  background-image: url(../images/coming-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  background-attachment: fixed;
}

.home-testimonial-section .owl-dot.active span {
  background: #8d7ad0 !important;
  outline: none;
}

.home-contact-section form.form-custom {
  padding: 25px 15px 10px;
}

.home-contact-section .contact-image {
  overflow: hidden;
}

.home-contact-section .contact-image img {
  width: 100%;
}

.home-testimonial-section .main-heading h1 {
  color: var(--rv-white);
}

.testimonial-card {
  background-color: var(--rv-white);
  border-radius: 15px;
  padding: 30px 30px 65px 30px;
  text-align: center;
  position: relative;
  margin-top: 60px;
  width: 90%;
  margin: 0 auto;
}

.testimonial-card .icon {
  text-align: center;
  /* background-color: var(--rv-primary); */
  width: 75px;
  height: 75px;
  border-radius: 100%;
  transform: rotate(178deg);
  padding: 18px;
  position: absolute;
  left: 25px;
  top: 15px;
}

.testimonial-card .icon i {
  color: var(--rv-primary);
  opacity: 0.25;
}

.testimonial-card .icon i::before {
  font-size: 58px;
  margin: 0;
}

/* .testimonial-card .image {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -60px;
    border-radius: 100%;
    overflow: hidden;
    left: 40%;
    border: 2px solid var(--rv-primary);
} */
.testimonial-card .image {
  width: 100px;
  height: 100px;
  bottom: -60px;
  border-radius: 100%;
  overflow: hidden;
  left: 40%;
  border: 2px solid var(--rv-primary);
  margin: 15px auto;
}

.testimonial-card .text {
  margin: 0 auto;
}

.testimonial-card .text h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 0 !important;
  color: var(--rv-primary);
}

.testimonial-card .text span {
  font-size: 16px;
  color: #353535;
}
#testomialCarousel .owl-item {
  margin-bottom: 60px;
}
.footer-main {
  background-color: var(--rv-primary-light);
  position: relative;
  overflow: hidden;
}
.footer-main .footer-top .menu a {
  padding: 4px 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-main::after {
  content: "";
  position: absolute;
  background-image: url(../images/shape2.png);
  width: 40%;
  height: 100%;
  right: 0px;
  bottom: -80px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  opacity: 0.2;
}

.footer-main .footer-top {
  position: relative;
  z-index: 9;
  padding: 50px 0;
}

.footer-main .footer-top .logo img {
  width: 100px;
}

.blog-section .blog-card {
  border-radius: 10px;
  overflow: hidden;
}.blog-section .blog-card img {
    border-radius: 10px;
}

.blog-section .blog-card .content {
  margin-top: 10px;
}

.footer-main .footer-top .logo a {
  color: var(--rv-primary);
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
}

.footer-main .footer-top .foot-title {
  color: var(--rv-primary);
  margin: 10px 0 15px 0;
}

.footer-main .footer-top p,
.footer-main .footer-top a {
  color: #040021;
}

.footer-main .footer-top .menu {
  list-style-type: none;
  padding-left: 10px;
}

.footer-main .footer-top .menu li a {
  color: #040021;
}
.footer-main .footer-top .menu li a:hover {
  color: var(--rv-primary);
}

.footer-main .footer-top .contact-info i {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 8px;
  text-align: center;
  margin-right: 5px;
  color: var(--rv-primary);
}

.footer-main .footer-top .social i {
  background-color: #fff;
  color: var(--rv-primary);
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  padding: 8px;
  margin-right: 5px;
}

.footer-main .footer-top .social i::before {
  font-size: 18px;
}

.footer-main .footer-top .social i:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

.footer-main .footer-bottom {
  padding: 15px 0 5px;
  position: relative;
  z-index: 999;
  background-color: #040021;
}

.footer-main .footer-bottom p {
  color: var(--rv-white);
}

.footer-main .footer-bottom a {
  color: var(--rv-white);
}

.footer-main .footer-bottom a:hover {
  color: var(--rv-primary);
}

.service-box-content {
  padding: 0 25px 30px 25px;
  box-shadow: 20px 10px 30px rgba(16, 0, 71, 0.07);
  background: var(--rv-white);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 25px;
}
.service-box-content.st-1:hover {
  background: var(--rv-primary);
}
.service-box-single .service-box-content-icon {
  display: inline-block;
  background: var(--rv-primary-light);
  padding: 15px;
  border-radius: 0 0 50px 50px;
}
/* .service-box-content-icon i {
  font-size: 40px;
  color: #8500d1;
  width: 78px;
  height: 78px;
  background: #f8ecff;
  text-align: center;
  line-height: 78px;
  border-radius: 0 0 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-box-content-icon.st-1 i {
  color: #d0001b;
  background: #fdecee;
  line-height: 40px;
  padding-top: 15px;
}
.service-box-content i::before {
  font-size: 48px;
  padding-top: 15px;
} */
.service-box-content-icon span {
  font-size: 40px;
  color: #8500d1;
  width: 78px;
  height: 78px;
  background: #f8ecff;
  text-align: center;
  line-height: 78px;
  border-radius: 0 0 50% 50%;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.service-box-content:hover span {
  background: var(--rv-white);
}

.service-box-content-icon.st-1 span {
  color: var(--rv-primary);
  background: var(--rv-primary-light);
  line-height: 40px;
}

.service-box-content span {
  padding-top: 15px;
}

.service-box-content span::before {
  font-size: 48px;
  padding-top: 15px;
}

.service-box-content-text h4 {
  transition: all 0.3s ease-out 0s;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.service-box-content h4 a {
  color: #040021;
  font-size: 24px;
}

.service-box-content:hover h4 a {
  color: var(--rv-white);
}

.service-box-content h4 a:hover {
  color: var(--rv-white) !important;
}

.service-box-content:hover p {
  color: var(--rv-white);
}

.btn-white {
  background-color: var(--rv-white) !important;
  border: 1px solid var(--rv-white) !important;
  color: #040021 !important;
}

.contact-box {
  background-color: var(--rv-primary);
  padding: 50px 35px;
  border-radius: 30px;
  margin-bottom: 40px;
}

.contact-box hr {
  border-top: none;
  box-shadow: none;
  background-color: #8462f9;
}

.contact-box .items h5 {
  color: var(--rv-white);
  font-size: 24px;
}

.contact-box .items p {
  color: var(--rv-white);
  font-size: 18px;
}

.contact-box .items a {
  color: var(--rv-white);
  font-size: 18px;
}

.contact-box .items a:hover {
  color: #eeeeee;
}

#mainMenu nav > ul > li.dropdown:before {
  line-height: 40px;
  content: "\f122";
  font-family: "Flaticon";
  opacity: 1;
  position: absolute;
  right: 16px;
  color: var(--rv-white);
  font-size: 18px;
  transition: all 0.2s ease;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-card a {
  display: block;
}

.blog-card a img {
  border-radius: 15px;
  margin-bottom: 20px;
}

.blog-card .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-card .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #1c1c25;
  margin-right: 25px;
}

.blog-card .content ul li i {
  color: var(--rv-primary);
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.blog-card .content ul li a {
  font-size: 15px;
  color: #1c1c25;
}

.blog-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.blog-card .content h3 a {
  color: #1c1c25;
  font-size: 20px;
}

.blog-card .content .read-more {
  color: var(--rv-primary);
  font-weight: 600;
  transition: 0.3s;
}

.blog-card .content .read-more:hover {
  letter-spacing: 1px;
  transition: 0.3s;
}

#clientCarousel .item {
  position: relative;
}

#clientCarousel .item img {
   width: 180px;
  background: #ffff;
  height: 80px;
}

/* #clientCarousel .item img:nth-child(1) {
  display: none;
}

#clientCarousel .item img:nth-child(2) {
  display: none;
}

#clientCarousel .item:hover img:nth-child(1) {
  display: none;
}

#clientCarousel .item:hover img:nth-child(2) {
  display: block;
} */

.feature_card {
  margin-bottom: 10px;
  cursor: pointer;
}

.feature_card .icon {
  padding: 12px 15px;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  transition: 0.3s;
  /* background-color: var(--rv-primary-light);
  border-radius: 8px;
  width: 65px;
  height: 65px; */
}

.feature_card:hover .icon::after {
  transform: rotate(25deg);
  transition: 0.3s;
  background-color: var(--rv-primary);
}

.feature_card .icon i {
  position: relative;
  z-index: 999;
}

.feature_card .icon i::before {
  margin: 0;
  font-size: 36px;
  color: var(--rv-primary);
}

.feature_card:hover .icon i::before {
  color: var(--rv-white);
}

.feature_card .icon::after {
  content: "";
  position: absolute;
  background-color: var(--rv-primary-light);
  border-radius: 8px;
  width: 65px;
  height: 65px;
  left: 0;
  top: 0;
  z-index: 0;
}

.feature_card .content {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
}

.feature_card .content h3 {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 600;
}

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

.contect-form {
  box-shadow: 0 0 15px 0 #bbb;
  background: var(--rv-white);
  padding: 30px;
  border-radius: 10px;
  border: 2px solid var(--rv-primary);
}

.home-about .mv-box {
  padding-bottom: 30px;
}

.home-about .mv-box h5 {
  font-size: 20px;
}

.home-about .mv-box.about-s .text {
  background-color: var(--rv-primary);
  text-align: center;
}

.home-about .mv-box.about-s .text h5,
.home-about .mv-box.about-s .text p {
  color: var(--rv-white);
  transition: 0.5s;
}

.home-about .mv-box.about-s .text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-about .mv-box.about-l p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-about .mv-box.about-l img {
  float: right;
  height: 230px;
}

.whyus-section .image {
  position: relative;
  height: 100%;
  padding-top: 55.6%;
}

.whyus-section .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-box-content {
  transition: 0.5s;
}

.service-box-content:hover {
  transition: 0.5s;
}

.service-box-content:hover .service-box-content-text {
  transition: 0.5s;
}

.service-box-content:hover .service-box-content-text h4 {
  transition: 0.5s;
  color: var(--rv-white);
}

.service-box-content .service-box-content-text {
  transition: 0.5s;
}

.service-box-content .service-box-content-text h4 {
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-box-content .service-box-content-text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 110px;
}

.sip-card .text_input {
  width: 100%;
  max-width: 150px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 8px 20px;
  color: var(--rv-black);
}

.sip-card .text_input:focus {
  outline: unset;
  box-shadow: unset;
  border-color: var(--rv-primary);
}

.sip-card .hide-span {
  display: none;
}

.sip-card .form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-transparent);
  height: 1rem;
  padding: 0 !important;
  width: 100%;
}

.sip-card .form-range:focus {
  outline: 0;
}

.sip-card .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}

.sip-card .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}

.sip-card .form-range::-moz-focus-outer {
  border: 0;
}

.sip-card .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

.sip-card .form-range::-webkit-slider-thumb:active {
  background-color: var(--rv-secondary);
}

.sip-card .form-range::-webkit-slider-runnable-track {
  background-color: rgba(61, 126, 194, 0.4588235294);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.sip-card .form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

.sip-card .form-range::-moz-range-thumb:active {
  background-color: var(--rv-secondary);
}

.sip-card .form-range::-moz-range-track {
  background-color: var(--rv-secondary-light);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.sip-card .form-range:disabled {
  pointer-events: none;
}

.sip-card .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--rv-secondary-light);
}

.sip-card .form-range:disabled::-moz-range-thumb {
  background-color: var(--rv-secondary-light);
}

@media (prefers-reduced-motion: reduce) {
  .sip-card .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .sip-card .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.sip-card .sip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}

.sip-card .sip-row .sipod {
  width: 100%;
}

.sip-card .sip-row .sip-cols {
  padding: 10px;
}

.sip-card .sip-row .sip-cols.cols-input {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .sip-card .sip-row .sip-cols.cols-input {
    width: 100%;
  }
}
.sip-card .sip-row .sip-cols.cols-chart {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .sip-card .sip-row .sip-cols.cols-chart {
    width: 100%;
  }
}
.sip-card .sipodata .sip-cols {
  max-width: 33.3%;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .sip-card .sipodata .sip-cols {
    max-width: 100%;
  }
}
.sip-card .sipodata .sip-cols:nth-child(1) .sipo-card {
  background: var(--rv-color1);
}

.sip-card .sipodata .sip-cols:nth-child(2) .sipo-card {
  background: var(--rv-color2);
}

.sip-card .sipodata .sip-cols:nth-child(3) .sipo-card {
  background: var(--rv-color3);
}

.sip-card .sipodata .sip-cols .sipo-card {
  box-shadow: 0 0 15px 0 #bbb;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: var(--rv-primary);
}

.sip-card .sipodata .sip-cols .sipo-card .display_result,
.sip-card .sipodata .sip-cols .sipo-card .result_text {
  color: var(--rv-white);
}

.sip-card .sipc-body .sip-cols {
  width: 100%;
}

.sip-card .sipc-body .sip-cols .sipc-items .slider_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-banner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative;
}

.top-banner-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(241 128 9) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
}
.top-banner-section .banner-box {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .top-banner-section {
    padding: 80px 0 !important;
  }
}
.top-banner-section .banner-box h1 {
  color: var(--rv-white);
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 36px;
}
.modal-open #header {
  z-index: 99 !important;
}

.ticker_section {
  padding: 5px 15px;
  background-color: var(--rv-black);
  display: flex;
}

.ticker_section .tickers {
  display: flex;
  margin: -10px;
  align-items: center;
  justify-content: center;
}

.ticker_section .tickers .ticker_item {
  padding: 10px;
  color: var(--rv-white);
  list-style: none;
  display: flex;
  position: relative;
  align-items: center;
}

.ticker_section .tickers .ticker_item .name {
  letter-spacing: 1px;
  font-size: 14px;
}

.ticker_section .tickers .ticker_item .price {
  font-size: 12px;
  padding: 0 5px 0;
}

.ticker_section .tickers .ticker_item .difference_percent {
  background: #51c948;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  color: #fff;
}

.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  background-image: url("../images/trend.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 5px;
  filter: brightness(0) invert(1);
}

.ticker_section .tickers .ticker_item .difference_percent.negative {
  background: red;
  color: #fff;
}

.ticker_section .tickers .ticker_item .difference_percent.negative::after {
  background-image: url("../images/decrease.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.ticker_section .tickers .ticker_item::after {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 2px;
  background: var(--rv-white);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}

.ticker_section .tickers .ticker_item:last-child::after {
  content: unset;
}

.disclaimer-sec .content-b {
  border-top: 1px solid var(--rv-white);
  padding-top: 30px;
  margin-top: 30px;
}

.disclaimer-sec .content-b h5,
.disclaimer-sec .content-b p {
  font-size: 16px;
}
.disclaimer-sec .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

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

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

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

.disclaimer-sec .footer-content .footer-list .contentb h5 {
  margin-bottom: 0;
}

.download-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.download-flex label {
  margin: 0;
}

.download-flex select {
  min-width: 150px;
  max-width: 150px;
}

.login-form {
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.login-form label {
  width: 100%;
  display: block;
  text-align: left;
}

.login-form input[type=radio] {
  margin-right: 5px;
}

.login-form input:not([type=radio]) {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.tabel table.table.table-striped thead tr th {
  background: var(--rv-black);
  color: var(--rv-white);
}

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

.head-home p {
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: var(--rv-white);
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: center;
  z-index: 98;
  bottom: 84px;
  width: 50px;
  height: 50px;
  right: 20px;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #009688;
  border-radius: 30px;
  box-shadow: 0 1px 15px #ddd;
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar {
  display: flex;
  align-items: center;
}

.info-avatar img {
  /*border-radius: 100%;*/
  width: 50px;
  margin: 0 10px 0 0;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
    } */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}

a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: none;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}
@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}
@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
  .conter {
    width: 100% !important;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}

.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  /*background-color: rgb(255, 255, 255);*/
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  width: 100%;
  /*max-width: calc(100% - 66px);*/
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.check-box {
  display: flex;
  align-items: flex-start;
}

.check-box .form-check-input {
  /*margin: 10px;*/
}

.online-icon {
  background: #4caf50;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
}

#submit {
  background-color: #0e62df;
}

.TabbedPanelsContentVisible table {
  margin-bottom: 10px;
}

.TabbedPanelsContentVisible td,
.TabbedPanelsContentVisible th {
  padding: 10px;
}

.top_fund_performance .dt-button {
  border: unset;
  background: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 var(--rv-primary);
}

.top_fund_performance .dt-button:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}

.top_fund_performance ::-webkit-scrollbar {
  width: 6px;
}

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

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

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

.top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}

.top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}

.top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}

.top_fund_performance ul li img {
  width: 50px;
}

.top_fund_performance .tfp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_fund_performance .all_top_funds {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.top_fund_performance .all_top_funds .category_side_bar {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  background-color: var(--rv-primary-light);
  max-height: 63vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.top_fund_performance .all_top_funds #main_fund_box {
  vertical-align: top;
  max-height: 65vh;
  overflow-y: auto;
  padding: 5px;
}

.top_fund_performance .all_top_funds .tfpall-content {
  width: calc(100% - 240px);
  padding-left: 30px;
  position: relative;
}

.top_fund_performance .all_top_funds .tfpall-content .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.fund_performance {
  text-align: center;
  margin-bottom: 30px;
}

.fund_performance form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}

.radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 175px;
  width: 175px;
  padding: 10px;
  line-height: 20px;
  align-items: center;
  margin: 0 15px 30px;
  transition: all 0.3s ease-in-out;
}

.radio i {
  display: block;
  height: 80px;
  width: 80px;
  background-image: url("../images/web-image/equity-cal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.radio:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.radio:hover input ~ .checkmark {
  border: 3px solid var(--rv-primary);
}

.radio:nth-child(2) i {
  background-image: url("../images/web-image/debt.png");
}

.radio:nth-child(3) i {
  background-image: url("../images/web-image/hybrid.png");
}

.radio:nth-child(4) i {
  background-image: url("../images/web-image/sol.png");
}

.radio:nth-child(5) i {
  background-image: url("../images/web-image/other.png");
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 175px;
  width: 175px;
  border-radius: 10px;
  border: 3px solid var(--rv-primary-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.radio .checkmark em {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  color: var(--rv-primary);
  text-transform: uppercase;
}

.form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid var(--rv-primary);
}

#category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid var(--rv-primary-light);
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: var(--rv-secondary);
}

#category_wise_fund p:last-child {
  border-bottom: 1px solid var(--rv-primary-light);
}

#category_wise_fund p:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

#category_wise_fund p::after {
  position: absolute;
  content: "\f178";
  font-family: var(--rv-font-fontawesome);
  font-size: 16px;
  right: 15px;
  top: 5px;
  opacity: 0.5;
  color: var(--rv-secondary);
}

#category_wise_fund p.active {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

#category_wise_fund .sub_category_items {
  position: relative;
  margin-bottom: 5px;
}

#category_wise_fund .sub_category_items:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}

#category_wise_fund .sub_category_items .fund_sub_category {
  display: none;
}

#category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked + label {
  background: var(--rv-primary);
  color: var(--rv-white);
}

#category_wise_fund .sub_category_items label {
  display: block;
  width: 100%;
  padding: 3px 10px;
}

#myTable th {
  background-color: var(--rv-primary-light);
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: var(--rv-secondary);
  text-align: center;
}

#myTable td {
  border: 1px solid var(--rv-primary-light) !important;
  font-size: 14px;
  line-height: 16px;
  color: var(--rv-secondary);
  padding: 5px;
}

#myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border: none !important;
}

#myTable #showMap {
  position: relative;
}

#myTable #showMap span {
  opacity: 0;
  width: 30px;
  display: block;
  height: 55px;
  z-index: 99;
  position: relative;
  cursor: pointer;
}

#myTable #showMap::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  top: 35%;
  left: 40%;
}

#myTable .chart_div {
  display: none;
  width: 100% !important;
}

#myTable .map_active .chart_div {
  display: block;
}

.map_active .highcharts-figure {
  display: block !important;
}

.map_active .highcharts-figure #container {
  border: 1px solid var(--rv-primary-light) !important;
  padding: 0;
}

.loader img {
  width: 60px;
}

.highcharts-figure {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
  font-family: var(--rv-font);
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: var(--rv-gray);
  padding: 0.5em;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
  padding: 0.5em;
}

.highcharts-data-table td {
  padding: 0.5em;
}

.highcharts-data-table thead tr {
  background: #f8f8f8;
}

.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

td.details-control {
  cursor: pointer;
}

.dt-buttons {
  margin-bottom: 20px;
}

text.highcharts-subtitle {
  display: none;
}

text.highcharts-credits {
  display: none;
}

.search_bar_sub #myInput {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 5px;
  width: 96%;
}

.rvmd-filx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rvmd-filx label {
  max-width: 100px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top_fund_performance .all_top_funds .category_side_bar {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top_fund_performance .all_top_funds .tfpall-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.disclaimer-sec .footer-content.mobail-app img {
  height: 45px;
}
.ppo-section .title-two {
  background: var(--rv-secondary);
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 10px 15px;
  color: var(--bs-white);
}
.ppo-section .title-two:first-child {
  margin-top: 0;
}
.ppo-section .logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  padding: 0;
  margin: -10px;
}
.ppo-section .logo-container ul li {
  padding: 10px;
  list-style: none;
}
.ppo-section .logo-container ul li .logo-holder {
  background: var(--bs-white);
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.ppo-section .logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mainMenu nav > ul > li > a.login {
  padding-top: 14px;
  color: var(--rv-white) !important;
  border-radius: 6px;
}
.service-box-single img
{
    width: auto !important;
}

.usfl-links .useful-links {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.usfl-links .useful-links li {
  padding: 10px;
  list-style-type: none;
}

.usfl-links .useful-links li a {
  padding: 15px;
  transition: 0.5s;
  text-decoration: none;
  background-color: var(--rv-primary);
  color: var(--rv-white);
  border: 2px solid var(--rv-primary);
  width: 200px;
  display: block;
  text-align: center;
}

.usfl-links .useful-links li a:hover {
  transition: 0.5s;
  background-color: var(--rv-white);
  color: var(--rv-primary);
}
/* .bottom-scroller {
  position: fixed;
  background: var(--rv-primary);
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.bottom-scroller .scroller {
  color: #fff;
  font-size: 24px;
} */

.about-image {
  position: relative;
  border-bottom: 8px solid var(--rv-primary);
  border-left: 8px solid var(--rv-primary);
  border-radius: 40px;
}
/* .about-image::before {
  content: "About";
  position: absolute;
  writing-mode: vertical-lr;
  text-orientation: upright;
  z-index: 99;
  font-size: 70px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  left: 40px;
  letter-spacing: 20px;
  opacity: 0.45;
} */
.about-image::after {
  content: "";
  background: var(--rv-primary);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  opacity: 0.2;
}
.about-image img {
  border-radius: 30px;
}

.mvv-section .mvv-box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 20px;
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 15px;
  min-height: 360px;
}
.mvv-section .mvv-box:hover {
transition: 0.5s;
    box-shadow: 0 15px 15px 0 #ddd;
}
.mvv-section .mvv-box .icon {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 15px;
  margin: 0;
  float: unset;
}
.mvv-section .mvv-box .content {
  margin: 0;
}
.mvv-section .mvv-box .content h5 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}
.mvv-section .mvv-box .content p {
  text-align: justify;
  line-height: 24px;
  margin: 0;
  font-size: 17px;
}

/* TAB */
.rvTab {
  padding: 0;
  margin: 0;
}
.rvTab .tab_item {
  display: inline-block;
  width: 49%;
}
.rvTab .tab_item .tab_link {
background-color: var(--rv-primary);
display: block;
padding: 10px 5px;
text-align: center;
color: #fff;
border: 1px solid var(--rv-primary);
width: 100%;
}
.rvTab .tab_item .tab_link.activelink {
display: block;
background-color: var(--rv-secondary);
color: #fff;
border: 1px solid var(--rv-secondary);
}

.rvTabContent .tab_list{
  width: 100%;
  padding: 10px;        
}
.rvTabContent .tab_list.hide{
  display: none;
}
.client-logo-section
{
	    background: var(--rv-primary-light);
}