:root {
    --rv-primary: #262626;
    --rv-primary-light: #d9d9d914;
    --rv-bg-primary: #f1f1f1;
    --rv-secondary: #ffffff;
    --rv-secondary-light: #dde1ff;
    --rv-bg-secondary: #ffffff;
    --rv-white: #fff;
    --rv-black: #070707;
    --rv-gray: #726d7b;
    --rv-font: "Nolan Next";
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--rv-font);
  text-align:justify;
}

body {
  font-family: var(--rv-font);
  font-size: 16px;
}
p,
a,
span,
li {
  font-size: 18px;
  text-decoration: none;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-bg-dark);
}

p {
  color: #001522;
  font-size: 16px;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: var(--rv-primary);
  font-size: 16px;
}
a:hover {
    color: #000000;
    text-shadow: 0 1px #c5c5c5;
    text-decoration: none;
}
.icon {
    font-size: 50px;
}
.white-color {
  color: #fff !important;
}
.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}
.btn {
  color: #000;
  border-radius: 3px;
  padding: 6px 15px;
  line-height: 30px;
  text-align: center;
}
.know-more {
  position: relative;
  padding-right: 40px;
}
.know-more:after {
  content: "\f11e";
  font-family: "uicons-solid-straight";
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(151 151 151 / 50%);
}
.btn-primary {
    background-color: #ffffff;
    border: 2px solid #7c7c7c;
}
.btn-primary:hover {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary-light);
  color: #fff;
}
.btn-secondary {
  background-color: #001522;
  border: 2px solid #001522;
}
.btn-secondary:hover {
  background-color: transparent;
  border: 2px solid #001522;
  color: var(--rv-primary);
}
.main-section {
  padding: 50px 0;
}
header.main-header.stickyhead ul.navbar-nav .nav-item .nav-link {
  color: var(--rv-primary);
}
header.main-header.stickyhead ul.navbar-nav .nav-item .nav-link:hover {
    color: #003f69;
}
header.main-header.stickyhead ul.navbar-nav .nav-item.active .nav-link {
     color: var(--rv-primary);
}

ul.navbar-nav .nav-item .nav-link {
  color:  var(--rv-primary) ;
}
ul.navbar-nav .nav-item .nav-link:hover {
    color: #000000;
    text-shadow: 0 1px #959595;
}
ul.navbar-nav .nav-item.active .nav-link {
    color: var(--rv-primary);
}
ul.navbar-nav .dropdown-menu {
  padding: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 5px 10px;
}
ul.navbar-nav .dropdown-menu .dropdown-item.active,
ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--rv-primary);
}
ul.navbar-nav .dropdown-menu .dropdown-item:hover,
ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--rv-primary);
}
.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;
  -ms-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 var(--rv-primary);
}
.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid var(--rv-primary);
}
.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: var(--rv-primary);
}
.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: var(--rv-primary);
  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: var(--rv-primary);
}
.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 var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  opacity: 1;
  margin: 0 !important;
  outline: none;
}
.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  -webkit-box-sizing: border-box;
  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: var(--rv-primary);
  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 var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-btn:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #66b60a;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-btn:hover {
  background-color: var(--rv-primary);
  color: #fff;
}
.video-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    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: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
}
.bottom-scroller.active .scroller:hover {
  background-color: #000000;
}
i.fi-ss-paper-plane {
  margin-left: 3px;
  vertical-align: middle;
  font-size: 14px;
}


.index-page-section .home-slider {
  background-image: url(../images/banner-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  position: relative;
}

.home-slider {
  background-image: url(../images/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  position: relative;
}

.home-slider .banner-text {
  padding: 150px 0;
}
.home-slider .banner-text .banner-title {
    font-weight: 700;
    line-height: 50px;
    color: var(--rv-bg-secondary);
    text-shadow: 0 2px #000000;
    font-size: 40px;
}
h2.banner-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 111%;
    background: #00000040;
    top: -10px;
    left: 0px;
    z-index: 0;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 2px #4444445e;
}
.home-slider .banner-text .banner-title .green {
    display: block;
    font-size: inherit;
    text-align: left;
}
.home-slider .banner-text a.btn.btn-primary {
  margin-top: 15px;
}
.home-slider .banner-text i {
  font-size: 30px;
  vertical-align: middle;
}
.main-header {
    background-color: rgb(255 255 255);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
    box-shadow: 0 0 5px grey;
}
.index-page-section .main-header {
    background-color: rgb(255 255 255);
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
    box-shadow: 0 0 5px grey;
    z-index: 99;
}
.main-header ul.navbar-nav {
  margin: auto;
}
.main-header ul.navbar-nav a.nav-link {
  padding: 10px 15px !important;
}
.main-header img {
  width: auto;
  height: 70px;
}
.main-header .login-btn {
  text-transform: uppercase;
  width: 130px;
  font-size: 18px;
  line-height: 34px;
}
.main-header .login-btn i {
  margin-left: 5px;
  vertical-align: middle;
}
header.main-header.stickyhead {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
 header.main-header.stickyhead .logo img {
  width: auto;
	height:60px;
}
 header.main-header.stickyhead .login-btn {
  text-transform: uppercase;
  width: 130px;
  font-size: 18px;
  line-height: 25px;
  padding: 5px;
  height: 40px;
}
 .header-menu nav.navbar {
  padding: 0;
}
.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-about .about-image img {
  width: 100%;
}
.home-service {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.home-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(54 100 158 / 10%);
    z-index: 0;
}


section.main-section.home-investor-education::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(54 100 158 / 10%);
    z-index: 0;
}
.home-service .service-box {
    background-color: #f7f7f7;
    position: relative;
    border-radius: 35px;
    padding-top: 65px;
    margin: 85px 10px 0 10px;
    box-shadow: 0  0 10px 3px #80808063;
    margin-bottom: 9px;
}
.home-service .service-box .icon {
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 10px;
    overflow: hidden;
    border: 5px solid #9f9f9f;
    text-align: center;
    top: -75px;
    left: 28%;
}
.home-service .service-box .icon img {
  width: 90px !important;
  text-align: center;
  margin: 12px auto;
}
.home-service .service-box .text {
  text-align: center;
  padding: 25px 15px 20px 15px;
}
.home-service .service-box .text .green {
  font-size: 24px;
}
.home-service .service-box .text p {
    font-size: 18px;
    margin-bottom: 25px;
    min-height: 135px;
    text-align: justify;
}

.home-SIP-graph .SIP-image {
  overflow: hidden;
}
.home-SIP-graph .SIP-image img {
  width: 100%;
}
.boxes-main {
  position: relative;
}
.boxes-main .why-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 230px;
  height: 190px;
  -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
  display: inline-block;
  position: absolute;
}
.boxes-main .why-box .box-text .number {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
}
.boxes-main .why-box .box-text .number img {
  width: 45px;
}
.boxes-main .why-box .box-text .number i {
  width: 45px;
  position: absolute;
  z-index: 99;
  left: 25px;
  top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: var(--rv-primary);
}
.boxes-main .why-box .box-text h3 {
  display: inline-block;
}
.boxes-main .why-box.box1 {
  top: 60px;
}
.boxes-main .why-box.box2 {
  left: 250px;
  top: 10px;
}
.boxes-main .why-box.box3 {
  left: 250px;
  top: 220px;
}
.boxes-main .why-box.box4 {
  left: 0px;
  top: 270px;
}
.home-investor-education {
	position:relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.home-investor-education .education-accordian .ui-accordion-header.ui-state-active {
    background-color: var(--rv-bg-secondary);
    color: #fff;
    height: 50px;
    border-radius: 2px;
    border-color: var(--rv-secondary-light);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    background: var(--rv-secondary);
    color: #000;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-default:after {
  content: "\f1e9";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: #001522;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active {
  background-color: var(--rv-primary);
  color: #fff;
  height: 50px;
  border-radius: 2px;
  border-color: var(--rv-primary);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active:after {
  content: "\f1ce";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: #fff;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
  outline: none;
}
.home-investor-education .education-accordian .ui-accordion-content {
  padding: 15px;
  background-color: var(--rv-primary-light);
  border-color: var(--rv-primary-light);
  margin-bottom: 10px;
}
.home-investor-education .video-part {
  border-radius: 15px;
  background-color: var(--rv-primary);
  position: relative;
  text-align: center;
}
.home-investor-education .video-part:before {
    content: "";
    background-color: rgb(0 0 0 / 32%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 99;
}
.home-investor-education .video-part img {
    width: 100%;
    border-radius: 10px;
}
.home-investor-education .video-part .bg-shadow:after {
  content: "";
  background-color: rgba(98, 182, 5, 0.5);
  position: absolute;
  right: -12px;
  top: 12px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}

form.form-custom .form-group {
  margin-bottom: 10px;
}
form.form-custom .form-group input.form-control {
  background-color: #d6d9d3;
  height: 45px;
}
form.form-custom .form-group textarea.form-control {
  background-color: #d6d9d3;
}
form.form-custom .form-group .btn.btn-primary {
  width: 100%;
  height: 45px;
}
.footer-bars .logo a img {
  height: 130px;
  width: 130px;
}
/* .footer-bars .logo{
  display: flex;
  justify-content: center;
  align-items: center;
} */
footer.main-footer {
    position: relative;
    padding-top: 35px;
    background: #ffffff;
    border-top: 4px ridge #e1e1e157;
}
footer.main-footer .top-info {
    background-color: var(--rv-primary);
    padding: 30px 20px 10px 20px;
    border-radius: 15px;
    color: #fff;
    margin-top: -170px;
    margin-bottom: 50px;
    padding: 40px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.top-info .row .col-md-12 {
    margin-top: 10px;
    padding: 10px 20px 0px 10px;
}
footer.main-footer .top-info .info-items {
  color: #fff;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
}
footer.main-footer .top-info .info-items i {
    position: absolute;
    left: -2px;
    top: 5px;
    margin-right: 42px;
}
footer.main-footer .footer-bars .logo img {
    width: auto;
    height: 80px;
    margin-bottom: 15px;
}
footer.main-footer .footer-bars ul {
  padding-left: 10px;
  list-style-type: none;
}
footer.main-footer .footer-bars ul li a {
  color: #001522;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
footer.main-footer .footer-bars ul li a:hover {
  color: var(--rv-primary);
}
footer.main-footer .footer-bars .foot-title {
  color: var(--rv-primary);
  margin-left: 15px;
}
footer.main-footer .footer-bottom {
  padding: 40px 0 25px 0;
  margin-top: 40px;
  border-top: 1px solid #001522;
}
.social-media {
  /* margin-left: 10px; */
  display: flex;
  gap: 20px;
}
.social-media a.items {
  background-color: #001522;
  width: 32px;
  height: 32px;
  display: inline-block;
  color: #f3ffe5;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
.social-media a.items:hover {
  background-color: var(--rv-primary);
}
.home-partner-section .partner-logos img {
    border: 1px solid #97a4b5;
    padding: 5px;
    box-shadow: 0 2px 4px 1px rgb(203 203 203);
    transition: transform 0.3s, box-shadow 0.3s;
}
.home-partner-section .partner-logos img:hover {
  transform: scale(1.05); /* Scale up the image on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Change shadow on hover for more depth */
}

.home-partner-section .item {
  margin: 10px;
}

.main-header .col-md-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .col-md-2{
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-about .card {
  background-color: var(--rv-white); /* Background color */
  border: 1px solid #d1d1d1; /* Light border */
  border-radius: 8px; /* Rounded corners */
  padding: 20px; /* Inner spacing */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transitions */
}

.home-about .card:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

.footer-bars ul{
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px;
}


/* Base styles for the contact section */
.contact-section {
  border-radius: 8px;
}

/* Styling the contact items */
.contact-section .contact-row {
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 20px;
    flex-direction: column;
}

.contact-section .contact-items {
  flex: 1;
  margin: 10px;
  background: var(--rv-primary-light);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-section .contact-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Styling the contact box */
.contact-section .contact_box {
  padding: 20px;
  text-align: center;
}

.contact-section .icon {
  font-size: 2rem;
  color: var(--rv-primary);
  margin-bottom: 10px;
}

.contact-section .title {
  font-size: 1.5rem;
  color: var(--rv-black);
  margin-bottom: 10px;
}

.contact-section p {
  font-size: 1rem;
  color: var(--rv-gray);
}

/* Request a call back form styles */
.contact-section .request-a-call-back-form {
    background: var(--rv-white);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0px;
}

.contact-section .request-a-call-back-form h3 {
  font-size: 1.75rem;
  color: var(--rv-black);
  margin-bottom: 15px;
}

/* Base styles for the contact form section */
.contact-form-section {
  background-color: var(--rv-white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Styling the form container */
.contact-form-section .form_con {
  max-width: 600px;
  margin: auto;
}

/* Input styles */
.contact-form-section .form-control {
  border: 1px solid var(--rv-gray);
  border-radius: 4px;
  padding: 10px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.contact-form-section .form-control:focus {
  border-color: var(--rv-primary);
  outline: none;
}

/* Form group styling */
.contact-form-section .form-group {
  margin-bottom: 20px;
}

/* Button styles */
.contact-form-section .login_btn {
  background-color: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form-section .login_btn:hover {
  background-color: darken(var(--rv-primary), 10%);
}

/* Error message styling */
.contact-form-section #error_msg {
  margin-top: 10px;
  color: red;
  font-size: 14px;
}

/* Captcha code styling */
.contact-form-section .captcha-code {
  display: flex;
  align-items: center;
}

.contact-form-section #captcha_code {
  margin-right: 10px;
}

.contact-form-section .btnRefresh {
  margin-left: 10px;
  cursor: pointer;
}

/* Clearfix for layout */
.contact-form-section .clearfix {
  clear: both;
}

/* Responsive styles */
@media (max-width: 768px) {
  .contact-form-section .form-control {
      font-size: 0.9rem;
  }

  .contact-form-section .login_btn {
      width: 100%;
  }
}
.footer-bars .home-form{
  box-shadow: 0 0 3px grey;
  padding: 15px;
  border-radius: 10px;
}

.main-footer .top-info p{
  display: flex;
  align-items: center;
}

.service-box.box1 a {
  text-decoration: none;
}

.boxes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}

/* Style for each box */
.boxes-container > div {
    flex: 1 1 calc(25% - 20px);
    background-color: #ffffff;
    padding: 25px;
    border-radius: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 251px;
}

/* Hover effect */
.boxes-container > div:hover {
    transform: translateY(-10px); /* Adds a lifting effect on hover */
}

/* Text inside each box */
.boxes-container .box-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Styling for the image inside the number circle */
.boxes-container .box-text .number img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    z-index: 99;
}

/* Title styling */
.boxes-container h3 {
    font-size: 18px;
    color: var(--rv-primary);
    margin: 0;
}

.box-text .number i {
    position: relative;
    z-index: 999;
    color: var(--rv-primary);
    left: 0;
    font-size: 30px;
    top: 6px;
    font-weight: 600;
}

div#home_why_choose .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
    width: 440px;
}
.row.footer-end {
  border-top: 1px solid #999;
  padding: 10px 0;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-about .card-body {
  padding: 0;
  margin: 0;
  /* border: 1px solid grey; */
  margin: 10px;
  padding: 10px;
  margin-left: 0;
  box-shadow: 0 0 5px 1px #8080806e;
  border-radius: 15px;
}
.home-about .card-body h4.card-title {
  font-size: 25px;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.home-about .card-body p.card-text {
  padding-left: 18px;
}


.main-section.home-testimonials {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.testimonial-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  margin-top: 70px;
  min-height: 180px;
}
.testimonial-card .investor-info {
  display: flex;
  align-items: center;
  /* margin-bottom: 0; */
  position: fixed;
  top: 5px;
  left: 33%;
  flex-direction: column;
  gap: 4px;
}
.testimonial-card .investor-info .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #ffffff;

}
.testimonial-card .investor-info .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px ridge var(--rv-secondary);
}
.testimonial-card .testimonial-content {
  margin-top: 25px;
}
.testimonial-card .investor-info .name h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial-card .investor-info .name p {
  font-size: 16px;
  color: #777;
}

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

.home-testimonials div#home_testimonials .item {
  margin: 10px;
}



.heading-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.main-title {
  position: relative;
  font-size: 24px; /* Equivalent to 2rem */
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  overflow: hidden;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 4px solid var(--rv-secondary); /* Keeps the border-bottom intact */
  text-align: center;
}

.main-title::before,
.main-title::after {
  content: '';
  position: absolute;
  width: 0; /* Start with no width */
  height: 4px;
  background-color: var(--rv-secondary); 
  bottom: -4px; /* Align with the border-bottom */
  transition: width 0.3s ease-in-out;
}

.main-title::before {
  left: 0;
}

.main-title::after {
  right: 0;
}

.main-title::before,
.main-title::after {
  width: 50px; /* Expand to a fixed width */
}

.main-title .green {
  color: var(--rv-secondary); /* Green color */
  position: relative;
  transition: color 0.3s ease;
}

.main-title span {
  font-size: inherit;
}


.about-us-section .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
  border-radius: 0.25rem;
  margin: 10px 0;
  box-shadow: 0 2px 3px 1px #8080806e;
  transition: 0.3s;
}

.about-us-section .card:hover {
  transform: translateY(-5px);
}


.bg-light {
    background-color: #d7d7d7 !important;
    border-bottom: 2px ridge #91919147;
}

.bg-light2 {
    background-color: #FFFFFF !important;
    border-top: 2px ridge #91919147;
}


.bg-light2 .main-title {
    border-bottom: 4px solid #a3a3a3;
}

.bg-light2 .main-title .green {
    color: #a3a3a3;
    position: relative;
    transition: color 0.3s ease;
}