.homepage .home {
  display: none;
}


.call-buton .cc-calto-action-ripple {
	z-index: 99999;
    position: fixed;
	right: 2.5rem;
	bottom: 8rem;
	background: #ec8b00;
	width: 3.5rem;
	height: 3.5rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }

    .float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:40px;
      right:40px;
      background-color:#25d366;
      color:#FFF;
      border-radius:50px;
      text-align:center;
      font-size:30px;
      box-shadow: 2px 2px 3px #999;
      z-index:100;
    }
    .my-float{
      margin-top:16px;
    }





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

.disclaimer-sec .content-b {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

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

.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;
}


.whatsapp-boxchat .hide {
  display: none;
}

.whatsapp-boxchat .blantershow-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--rv-secondary);
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--rv-secondary);
  z-index: 99;
}

.whatsapp-boxchat .blantershow-chat svg {
  position: relative;
  right: -2px;
}

.whatsapp-boxchat .whatsapp-chat {
  box-sizing: border-box;
  outline: none;
  position: fixed;
  max-width: 320px;
  width: 100%;
  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);
}

.whatsapp-boxchat .whatsapp-chat.hide {
  animation-name: showhide;
  animation-duration: 1s;
  transform: scale(1);
}

.whatsapp-boxchat .whatsapp-chat .header-chat {
  background: #095e54;
  color: var(--rv-white);
  padding: 20px;
}

.whatsapp-boxchat .whatsapp-chat .header-chat .info-avatar {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rv-white);
  border-radius: 50%;
  box-shadow: 0 0 15px 0 #999;
  margin-right: 20px;
}

.whatsapp-boxchat .whatsapp-chat .header-chat .close-chat {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--rv-white);
  font-size: 28px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-boxchat .whatsapp-chat .header-chat .head-home {
  display: flex;
  align-items: center;
}

.whatsapp-boxchat .whatsapp-chat .header-chat .head-home span {
  display: block;
  line-height: 20px;
}

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

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

.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box {
  position: relative;
  padding: 0 15px;
}

.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .hading {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: var(--rv-primary);
  margin-bottom: 10px;
}

.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-group {
  margin-bottom: 15px;
}

.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-control {
  height: 50px;
  background-color: var(--rv-white);
  border-color: transparent;
  transition: 0.5s;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  box-shadow: none;
  border-radius: 5px;
}

.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .btn {
  width: 100%;
  text-align: center;
  background: var(--rv-primary);
  color: #fff;
  border-radius: 5px;
  border: 2px solid var(--rv-primary);
  padding: 10px 20px;
  transition: 0.5s;
  font-weight: 600;
}

.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .btn:hover {
  transition: 0.5s;
  background-color: var(--rv-white);
  color: var(--rv-primary);
}

.whatsapp-boxchat
  .whatsapp-chat
  .wapp-main-box
  .wapp-box
  .form-check.check-box {
  margin-bottom: 10px;
}

.whatsapp-boxchat
  .whatsapp-chat
  .wapp-main-box
  .wapp-box
  .form-check.check-box
  input[type="checkbox"] {
  accent-color: var(--rv-primary);
}

.whatsapp-boxchat
  .whatsapp-chat
  .wapp-main-box
  .wapp-box
  .form-check.check-box
  label {
  color: var(--rv-primary);
  line-height: 20px;
}

.whatsapp-boxchat .whatsapp-chat .blanter-msg {
  display: none;
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
.social-midia-f {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  overflow: hidden;
  z-index: 99;
}

.social-midia-f 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;
}

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

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

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

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

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

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

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

.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: var(--rv-gray);
  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;
}

.features-section .features-list li {
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}

.features-section .features-list li.active a .tuia-card::before {
  opacity: 1;
}

.features-section .features-list li a {
  display: block;
  text-decoration: none;
}

.features-section .features-list li a .tuia-card {
  background-color: var(--rv-white);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 15px 0 #bbb;
  overflow: hidden;
  transition: 0.5s;
}

.features-section .features-list li a .tuia-card:hover {
  transition: 0.5s;
}

.features-section .features-list li a .tuia-card:hover::before {
  opacity: 0.5;
}

.features-section .features-list li a .tuia-card::before {
  content: "";
  width: 100px;
  height: 150px;
  right: -35px;
  top: -61px;
  position: absolute;
  background: var(--rv-primary);
  transition: 0.5s;
  opacity: 0.2;
  transform: rotate(-45deg);
}

.features-section .features-list li a .tuia-card .content p {
  color: #555;
}

.features-section .features-list li a .tuia-card .content p:last-child {
  margin-bottom: 0;
}

.features-section .features-list li a .tuia-card .ih-card {
  display: flex;
  align-items: center;
}

.features-section .features-list li a .tuia-card .ih-card .icone {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 5px;
  align-items: center;
}

.features-section .features-list li a .tuia-card .ih-card .icone svg {
  width: 30px;
  height: 30px;
  fill: var(--rv-primary);
}

.features-section .features-list li a .tuia-card .ih-card .icone img {
  width: 100%;
  filter: grayscale(1);
}

.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
  font-weight: 600;
  color: #666;
  margin: 0;
  margin-bottom: 0;
}

.features-section .stores {
  display: flex;
	flex-direction:column;
  margin: -15px;
  padding-top: 20px;
}

.features-section .stores .stors {
  padding: 15px;
}

.features-section .stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}

.features-section .stores .stors img {
  height: 45px;
  transition: 0.5s;
}

.testimonial_area #testimonial_list .single_testimonial {
  padding: 30px 10px;
}

.calculator-section .calculator-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: -10px;
  padding: 0;
  padding-bottom: 30px;
}

.calculator-section .calculator-list li {
  padding: 10px;
  list-style: none;
}

.calculator-section .calculator-list li a {
  float: unset;
  margin: 0;
  display: block;
  color: var(--rv-white);
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
}

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

.calculator-section .stick_option {
  display: none;
}

.calculator-section .caclulator {
  padding: 20px 0px;
}

.calculator-section .calname {
  float: unset;
  width: unset;
}

.calculator-section .cal-name,
.calculator-section .summary-heading,
.calculator-section .cal-type,
.calculator-section .fundperfonmance .blue,
.calculator-section .blue a:link,
.calculator-section .fundperfonmance .blue > a,
.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  color: #030303;
}

.calculator-section .btn.submit,
.calculator-section .calname a,
.calculator-section .cal-result .summary .table th,
.calculator-section .cal-result .sip-tg .nav li,
.calculator-section .presales-container .ins-amt,
.calculator-section .pre-inputbox #removeButton > span,
.calculator-section .presales-result .lc-box,
.calculator-section .presales-cal .sip-tg .nav li,
.calculator-section .presales-cal .summary table th {
  background: var(--rv-primary);
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
  max-width: 33%;
}

.calculator-section .cal-name {
  border-bottom: 1px solid var(--rv-primary);
}

.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  border: 1px solid var(--rv-primary);
}

.calculator-section .amount-text,
.calculator-section .fundperfonmance .green {
  color: #a4d035;
}

.calculator-section #sipbarchart {
  overflow: unset !important;
}

.calculator-section #sipbarchart .highcharts-container {
  width: 100%;
}



.logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.logo-container ul li {
  padding: 10px;
  list-style: none;
}

.logo-container ul li .logo-holder {
  background: var(--rv-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;
}

.logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.logo-container ul li {
  padding: 10px;
  list-style: none;
}

.logo-container ul li .logo-holder {
  background: var(--rv-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;
}

.logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

/* Large Screen Adjustment */
@media (min-width: 992px) {
  .slider_area {
      padding: 80px 0; /* Add padding for large screens to give more breathing room */
  }

  .slider_area .row {
      display: flex;
      align-items: center; /* Align content vertically in the middle */
  }

  .col-lg-5, .col-lg-7 {
      display: flex;
      justify-content: center;
  }

  .col-lg-5 {
      flex: 0 0 50%; /* Adjust image section to take up half the width */
      max-width: 50%;
  }

  .col-lg-7 {
      flex: 0 0 50%; /* Adjust content section to take up half the width */
      max-width: 50%;
  }

  .slider_content {
      text-align: left; /* Ensure text is left-aligned for better readability */
  }

  .slider_area img {
     /* width: 100%; /* Ensure the image takes up full width of its column */
      height: auto; /* Maintain aspect ratio */
      display: block; /* Ensure image is a block-level element */
      object-fit: contain; /* Ensures the image fits properly within its container */
  }

 

  .slider_text_inner h5 {
      font-size: 1.25rem; /* Adjust subheading size */
      margin-top: 15px; /* Add some space between heading and subheading */
  }

  .slider_button {
      margin-top: 25px; /* Add space above the button */
  }
}
.slider_area .banner-slider1 img{
  margin-top: -80px;
  margin-left: 35px;
  margin-bottom: -10px;
}
.slider_area .banner-slider2 img{
  margin-top: -80px;
  margin-left: 35px;
}
.slider_area .banner-slider3 img{
  /* margin-top: -80px; */
  margin-left: 35px;
}
.slider_area .banner-slider4 img{
  /* margin-top: -80px; */
  margin-left: 42px;
}

@media only screen and (max-width: 992px) {
  .loginpanel_section .top-banner-section {
    padding: 80px 0 !important;
  }
}
.loginpanel_section .top-banner-section .banner-box h1 {
  color: var(--rv-white);
  margin-bottom: 0;
}
.loginpanel_section .login-part.signup-part {
  max-width: 100%;
}
.loginpanel_section .login-part {
    box-shadow: 0 0 15px 0 #eee;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: var(--rv-white);
    border: 1px solid #eee;
    height: 100%;
}

.loginpanel_section .login-part .form-control {
  padding: 15px;
}

.loginpanel_section .clickhendler {
  color: var(--rv-primary);
}

.loginpanel_section .login-part .form-group {
  margin-bottom: 20px;
}

.loginpanel_section .login-part input[type="radio"] {
  margin-right: 8px;
  accent-color: var(--rv-secondary);
}

.loginpanel_section .form-check-input:checked {
  background-color: var(--color-theme);
  border-color: var(--color-theme);
}

.loginpanel_section .login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  color: var(--rv-primary);
  border-radius: 5px;
  padding-left: 30px;
}

.loginpanel_section .login-part input:not([type="radio"]) {
  width: 100%;
}

.loginpanel_section .mb-25 {
  margin-bottom: 25px;
}

.loginpanel_section .page-title-heading {
  text-align: center;
  margin-bottom: 30px;
}

.loginpanel_section .page-title-heading h3 {
  color: var(--rv-primary);
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .ticker_sticky,
.modal-open footer.footer_main {
  position: relative;
  z-index: -3;
}

.modal-open .costom-modal-a {
  z-index: 99;
  visibility: visible;
  pointer-events: visible;
}

.modal-open .costom-modal-a .bg-show {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.costom-modal-a .close-i {
  position: absolute;
  top: 0;
  right: 0;
}

.costom-modal-a .cm-body {
  max-width: 400px;
  width: 100%;
  background-color: var(--rv-white);
  border-radius: 3px;
  position: relative;
  z-index: 999;
}

.costom-modal-a .cm-body .m-hadding {
  background-color: #2a3644;
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  color: var(--rv-white);
}

.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

.costom-modal-a .close-i {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background: #fff;
  box-shadow: 0 0 15px 0 #777;
  border-radius: 5px;
}

.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(2, 0, 36) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(
    90deg,
    rgb(2 0 36 / 38%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  top: 0;
  left: 0;
}
.top-banner-section .banner-box {
  position: relative;
  z-index: 1;
}
.top-banner-section .banner-box h1 {
  color: var(--rv-white);
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .top-banner-section {
    padding: 80px 0 !important;
  }
}
.bg-color {
  background: var(--rv-bg-primary);
}

.disclaimer-sec,
.contentb h5,
.content-b h5 {
  color: #fff;
}

.ppo-section .title-two {
  background: var(--rv-secondary);
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 10px 15px;
  color: var(--rv-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(--rv-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;
}

.partners marquee img {
  padding: 10px;
}

.statistics-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}
.statistics-section h2 span {
  color: var(--rv-primary);
  display: block;
}
  p.client-section{
	padding-top:25px;
}
/* div#client-countbox :hover{
	 background:var(--rv-primary);
}
.statistics-section .statistics-image img {
  width: 60%;
  display: block;
  margin: 30px auto;
}
.statistics-section .count-box {
  text-align: center;
  background: #f3f5ef;
  padding: 25px;
  border-radius: 10px;
}
.statistics-section .count-box span {
  font-size: 36px;
  font-weight: 600;
  color: var(--rv-secondary);
}
.statistics-section .count-box p {
  margin: 0;
}*/
/* Hover on the outer box */
div#client-countbox .col-lg-4:hover {
  transform: translateY(-10px); /* Moves the outer div 10px upwards */
  transition: transform 0.3s ease; /* Smooth transition for the movement */
}
div#client-countbox .col-lg-3:hover {
  transform: translateY(-10px); /* Moves the outer div 10px upwards */
  transition: transform 0.3s ease; /* Smooth transition for the movement */
}
div#client-countbox .col-lg-2:hover {
  transform: translateY(-10px); /* Moves the outer div 10px upwards */
  transition: transform 0.3s ease; /* Smooth transition for the movement */
}
div#client-countbox .col-lg-1:hover {
  transform: translateY(-10px); /* Moves the outer div 10px upwards */
  transition: transform 0.3s ease; /* Smooth transition for the movement */
}
.statistics-section .statistics-image img {
  width: 60%;
  display: block;
  margin: 30px auto;
}
/* Inner box styles */
div#client-countbox .count-box {
  text-align: center;
  background: #f3f5ef;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transition for hover effects */
}

/* Background change on hover */
div#client-countbox .col-lg-4:hover .count-box {
  background: var(--rv-primary);
}
div#client-countbox .col-lg-3:hover .count-box {
  background: var(--rv-primary);
}
div#client-countbox .col-lg-2:hover .count-box {
  background: var(--rv-primary);
}
div#client-countbox .col-lg-1:hover .count-box {
  background: var(--rv-primary);
}
/* Styles for the count number */
.statistics-section .count-box span {
  font-size: 36px;
  font-weight: 600;
  color: var(--rv-secondary);
}

/* Text paragraph styles */
.statistics-section .count-box p {
  margin: 0;
}
/*-------------*/
.captcha-code .btnRefresh {
  background: var(--rv-secondary);
  border: 1px solid var(--rv-secondary);
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  margin: 0 5px !important;
}
/*-------------about icon---------------------*/
section.main-section.about_area {
    background: var(--rv-bg-primary);
}
.icon-about {
  justify-content: space-between; /* Spaces icons evenly */
  width: 100%; /* Optional: make sure it spans the full width of its container */
  list-style: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
}

.icon-about li {
  margin-right: 10px; /* Adjust space between icons */
}

.icon-about li:last-child {
  margin-right: 0; /* Remove margin for the last icon */
}

.icon-about a {
  color: #fff; /* Change the icon color to match your primary color */
  font-size: 24px; /* Adjust the size of the icons */
  text-decoration: none;
}
/*-----------------------------*/
.slider_text_inner h2 {
color: var(--rv-secondary);
 }

/*-------------------------------------*/
.statistics-image.journey-img img {
    width: 80%;
    /* height: 83%; */
    margin-bottom: 51px;
}

h2{
  color: #232323;
  font-family: 'Poppins';
  font-style: normal;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 36px;
}

h3{
  color: #232323;
  font-family: 'Poppins';
  font-style: normal;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 15px;
}



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

.top-banner-section2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(90deg, rgb(215 215 215 / 35%) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
}



.card-item {
    padding: 10px; /* Adding some padding for spacing */
}

.card-item .card {
    border-radius: 10px; /* Rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    background-color: var(--rv-white); /* Background color */
}

.card-item .card-body {
    padding: 20px;
    min-height: 300px;
}

.card-item .card h4 {
    font-size: 1.2rem; /* Slightly larger font for headings */
    color: var(--rv-primary); /* Use the primary color */
    margin-bottom: 10px;
}

.card-item .card p {
    font-size: 1rem;
    color: var(--rv-gray); /* Soft gray for text */
    line-height: 1.5;
}

/* Hover effect for the cards */
.card-item .card:hover {
    transform: translateY(-5px); /* Slight lift effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow for hover */
}

.about-img img {
    height: 280px;
}






.accordion .heading {
    background-color: var(--rv-primary);
    color: #fff;
    border-radius: 15px 15px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
}
.accordion .item {
    margin-bottom: 10px;
}

.accordion .heading::before {
    content: "+";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s, content 0.3s;
}
.accordion .heading.active{
	border-radius:15px 15px 0 0;
}

.accordion .heading.active::before {
    content: "-";
    transform: translateY(-50%); 
}

.accordion .contents {
    display: none;
    padding: 10px 20px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 15px 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.accordion .contents[style*="display: block"] {
    max-height: 1000px;
}
.faq-section .accordion .section_button {
    display: flex;
    justify-content: center;
}


.two-col-cards {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.two-col-cards .card {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}



.two-col-cards .card::before,
.two-col-cards .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.two-col-cards .card::before {
    background: linear-gradient(to right, #007bff);
    opacity: 0;
}

.two-col-cards .card:hover::before {
    opacity: 0.2;
}

.two-col-cards .card ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    margin-top: 20px;
}

.two-col-cards .card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 16px;
    transition: color 0.3s ease;
}

.two-col-cards .card ul li:hover {
    color: #007bff;
}

.two-col-cards .card ul li i {
    font-size: 35px;
    color: #007bff;
    transition: transform 0.3s ease, color 0.3s ease;
}

.two-col-cards .card ul li i:hover {
    transform: scale(1.2);
    color: #3764a1;
}

.two-col-cards .card .service-btn-container {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.two-col-cards .card .service-btn-container a.btn-consult {
    background: linear-gradient(to right, #007bff);
    border-radius: 30px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.two-col-cards .card .service-btn-container a.btn-consult:hover {
    background: linear-gradient(to right, #007bff);
    transform: scale(1.1);
}

.heading-service h5 {
    background: linear-gradient(to right, grey, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
}

.heading-service h3 {
    background: linear-gradient(to right, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: bold;
}

a.main_sticky {
    display: flex;
    flex-direction: column;
    display: none;
}
a.main_sticky span {
    position: relative;
    color: #fff;
    top: -10px;
    font-size: 12px;
    left: 129px;
    font-weight: 600;
}


/* Modal styles */
.testimonial-modal {
  display: none;  /* Hidden by default */
  position: fixed; /* Fixed position */
  z-index: 1000; /* Ensure it’s on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if necessary */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.testimonial-modal .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  top: 15%;
}

.testimonial-modal img.modal-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.testimonial-modal .modal-text {
  color: #333;
  padding: 10px;
  font-size: 18px;
}

.testimonial-modal .modal-text h4 {
  font-size: 22px;
  font-weight: bold;
}

.testimonial-modal .modal-text span {
  font-size: 16px;
  color: #777;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: #ccc;
}

p#modalTestimonialText {
  font-size: 20px;
}

a.video-btn:before {
  position: absolute;
  content: "";
  height: 94%;
  width: 100%;
  background: #04040412;
  top: 0;
  z-index: 98;
}


/* Wrapper for the video section */
.single_video {
  position: relative;
  width: 100%;
  max-width: 400px; /* Maximum width of the video container */
  margin: 15px;
  overflow: hidden;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

/* Styling the anchor to make sure it covers the entire video */
.single_video a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none; /* Remove underline */
}

/* Thumbnail container */
.single_video_thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background: #000; /* Black background for the iframe */
}

/* iframe styling */
.single_video_thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px; /* Rounded corners */
}

/* Hover effect for the container */
.single_video:hover {
  transform: translateY(-5px); /* Lift up effect */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

/* Optional play button icon (you can add it if you want a play icon to appear on hover) */
.single_video .video-btn:before {
  content: '\f04b'; /* Font Awesome play icon */
  font-family: 'Font Awesome 5 Free'; /* Font Awesome */
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: rgba(255, 255, 255, 0.8); /* White icon with slight transparency */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show play icon on hover */
.single_video:hover .video-btn:before {
  opacity: 1;
}




.tuia-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;  /* Prevent overflow if any elements go out of bounds */
}

.slide-buttons {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -60px;
  right: 100px;
  transition: top 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}

.slide-btn {
  padding: 0;
  background-color: #4caf5000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
  transform: translateY(-50px);
  transition: transform 0.5s ease-out;
}

.slide-btn img {
  width: 120px;
}

/* When card is clicked, reveal buttons from top-right */
.tuia-card.clicked .slide-buttons {
  top: 10px;  /* Final position below the top edge of the card */
  opacity: 1;
}

.tuia-card.clicked .slide-btn.left {
  transform: translateY(0);  /* Slide in vertically from above */
}

.tuia-card.clicked .slide-btn.right {
  transform: translateY(0);  /* Slide in vertically from above */
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #00000014;
    z-index: -1;
}

a:not([href]) {
    color: #ffffff;
    text-decoration: none;
}

.social-media-share ul {
    display: flex;
    gap: 15px;
    font-size: 30px;
    list-style: none;
    margin-top: 10px;
}

.footer-bottom p {
    color: #fff;
}

.social-img {
    height: 30px;
}
.social-img img {
    height: 100%;
}




.ticker_section {
  background: linear-gradient(90deg, #1a1a1a, #000);
  border-bottom: 1px solid #333;
}

.ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;

  margin: 0;
}

.tickers .ticker_item {
    position: relative;
    background: linear-gradient(145deg, #222, #333);
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 8px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0;
    padding-left: 10px;
}

.tickers .ticker_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.tickers .ticker_item:last-child {
  border: none;
}

.tickers .ticker_item .name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-right: 10px;
  letter-spacing: 0.5px;
}

.tickers .ticker_item .price {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
}

.tickers .ticker_item .difference_percent {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #2de55d;
  background-color: rgba(45, 229, 93, 0.2);
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
  background-color: rgba(255, 45, 45, 0.2);
}

.tickers .ticker_item .difference_percent::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tickers .ticker_item .difference_percent::after {
  background-image: url('../images/trend.png');
}

.tickers .ticker_item .difference_percent.negative::after {
  background-image: url('../images/decrease.png');
}



/* General Styling */
* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Section Styles */
.section {
    padding: 20px;
    margin-bottom: 30px; /* Increased margin to separate sections */
}

/* Highlight Section */
.highlight {
    background-color: #ededed;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}

.highlight .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px; /* Spacing below the title */
}

/* Benefits Section */
.benefits {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* Margin to separate from other sections */
}

.benefits .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

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

.benefits ul li {
    margin-bottom: 15px; /* Increased spacing between list items */
    font-size: 16px;
    color: #555;
}

.benefits ul li::before {
    content: '✔';
    color: #27ae60;
    margin-right: 10px;
}

/* Important Highlight */
.important {
    background-color: #eafaf1;
    font-weight: bold;
    padding: 5px;
    border-radius: 4px;
}

/* Why Choose Section */
.why-choose {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* Margin to separate from other sections */
}

.why-choose .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

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

.why-choose ul li {
    margin-bottom: 15px; /* Increased spacing between list items */
    font-size: 16px;
    color: #555;
}

.why-choose ul li::before {
    content: '✔';
    color: #27ae60;
    margin-right: 10px;
}

/* Call to Action Section */
.call-to-action {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px; /* Increased padding for emphasis */
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px; /* Margin above to separate from content above */
}

.call-to-action .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.call-to-action p {
    font-size: 16px;
    color: #555;
}

/* Why Ace Section */
.why-ace {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px; /* Increased padding for better spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; /* Margin to separate from other sections */
}

.why-ace .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px; /* Spacing below the title */
}

.why-ace p {
    font-size: 16px;
    color: #555;
    line-height: 1.6; /* Added line height for better readability */
}

/* Fund Types Section */
.fund-types {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.fund-types .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

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

.fund-types ul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
}

.fund-types ul li::before {
    content: '✔';
    color: #27ae60;
    margin-right: 10px;
}

/* Introduction Section */
.introduction {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* Additional margin for separation */
}

.introduction .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px; /* Spacing below the title */
}

.introduction p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.introduction p strong {
    color: #27ae60; /* Highlighting important terms in green */
}

/* Types Section */
.types {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; /* Space between sections */
}

.types .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px; /* Space below the title */
}

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

.types ul li {
    margin-bottom: 15px; /* Increased spacing between list items */
    font-size: 16px;
    color: #555;
}

.types ul li::before {
    content: '✔';
    color: #27ae60;
    margin-right: 10px;
}

.types ul li strong {
    color: #333;
    font-weight: bold;
}

/* Closing Section */
.closing {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px; /* Space above the closing section */
}

.closing p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0; /* Remove any default margin */
}

span#clickCopyString:hover:before {
    content: "Url Copied";
    position: absolute;
    font-size: 10px;
    left: 320px;
    color: #9d9d9d;
}
.social-img {
    height: 30px;
    cursor: pointer;
}

.mobile-menu-main .logo {
    display: none;
}

.tyi-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

