:root{
  --rvg-primary: #125eaa;
  --rvg-primary-dark: #0e4f90;
  --rvg-primary-light: #ebf2f9;
  --rvg-secondary: #00a34f;
  --rvg-secondary-dark: #048040;
  --rvg-bg-primary: #125eaa;
  --rvg-bg-secondary: #00a34f;
  --rvg-black: #000000;
  --rvg-gray: #666666;
  --rvg-white: #ffffff;
  --rvg-bg-black: #000000;
  --rvg-bg-gray: #666666;
  --rvg-bg-white: #ffffff;
  --rvg-gradient-one: #00b8ca;
  --rvg-gradient-two: #4b73cd;
  --rvg-bg-dark: #121212;
  --rvg-font-family:'Roboto';
  --rvg-heading-color:#121212;
  --rvg-text-color:#504f4f;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--rvg-font-family);
}


h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  color: var(--rvg-heading-color);
}
a {
  color: var(--rvg-primary);
  text-decoration: none;
  font-size: 16px;
}
p {
  color: var(--rvg-text-color);
  font-size: 16px;
}
.section{
  padding: 80px 0;
}
.rvg-bg-light {
  background-color: var(--rvg-primary-light) !important;
}
.rvg-bg-primary {
  background-color: var(--rvg-bg-primary) !important;
}
.rvg-bg-secondary {
  background-color: var(--rvg-bg-secondary) !important;
}
.rvg-bg-dark {
  background-color: var(--rvg-bg-dark) !important;
}
.rvg-gradient-one {
  background: linear-gradient(90deg, var(--rvg-gradient-one), var(--rvg-gradient-two));
}

.rvg-bg-dark h1,
.rvg-bg-dark h2,
.rvg-bg-dark h3,
.rvg-bg-dark h4,
.rvg-bg-dark h5,
.rvg-bg-dark h6,
.rvg-bg-dark p,
.rvg-bg-dark a,
.rvg-bg-dark span,
.rvg-bg-dark li{
  color: var(--rvg-white) !important;
}
.rvg-banner-dark h1,
.rvg-banner-dark h2,
.rvg-banner-dark h3,
.rvg-banner-dark h4,
.rvg-banner-dark h5,
.rvg-banner-dark h6,
.rvg-banner-dark p,
.rvg-banner-dark a,
.rvg-banner-dark span,
.rvg-banner-dark li{
  color: var(--rvg-white) !important;
}
.btn-primary {
  background-color: var(--rvg-primary);
  border: 1px solid var(--rvg-primary);
  color: var(--rvg-white);
  border-radius: 5px;
  padding: 8px 20px;
}
.btn-primary:hover{
  background-color: var(--rvg-primary-dark);
  border: 1px solid var(--rvg-primary-dark);
  color: var(--rvg-white);
}
.btn-secondary{
  background-color: var(--rvg-secondary);
  border: 1px solid var(--rvg-secondary);
  color: var(--rvg-white);
  border-radius: 5px;
  padding: 8px 20px;
}
.btn-secondary:hover{
  background-color: var(--rvg-secondary-dark);
  border: 1px solid var(--rvg-secondary-dark);
  color: var(--rvg-white);
}

/* Header */

.header-main .navbar.navbar-expand-lg {
  background-color: var(--rvg-white) !important;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 8px 0;
  z-index: 9;
}
.header-main .navbar-brand img {
  width: 250px;
}


.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: var(--rvg-primary);
}
.main_heading h1 {
  font-weight: 600;
  margin: 0;
  font-size: 42px;
  line-height: 48px;
}

.main_section {
  padding: 80px 0;
}
.dark_bg h1, .dark_bg h2, .dark_bg h3, .dark_bg h4, .dark_bg h5, .dark_bg h6 {
  color: var(--rvg-white) !important;
}

.dark_bg p, .dark_bg a, .dark_bg li, .dark_bg span {
  color: var(--rvg-white) !important;
}

.dropdown .dropdown-menu {
  background: var(--rvg-primary);
  border-radius: 0;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50px, 20px) !important;
}
.dropdown:hover .dropdown-menu {
  transition: all 0.3s ease-in-out;
  transform: translate(-50px, 0px) !important;
}
.dropdown .dropdown-menu .dropdown-item .dropdown-link {
  color: #fff;
  padding: 4px 20px;
  display: block;
}
ul.dropdown-menu .dropdown-item .dropdown-link:hover {
  background: var(--rvg-secondary);
  color:  var(--rvg-white);
}


/* Banner/Slide Main */

.main_banner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
  height: 800px;
}

.main_banner .banner_content {
  padding-top: 30px;
}

.main_banner .banner_content h1 {
  font-weight: 700;
  color: var(--rvg-white);
}

.inner-banner-section {
  background-image: var(--background);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  position: relative;
  padding-bottom: 0;
}
.inner-banner-section .inner-title {
  color: #fff;
  font-size: 30px;
  height: 100%;
  margin-top: 200px;
}

.investor_corner {
  position: relative;
}

.investor_corner::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/shape2.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
  /*background-size:cover;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0px;*/
  /*left: 0px;*/
}

.investor_corner .whyus-section {
  margin: 0;
  padding: 0;
}

.investor_corner .whyus-section .col-md-6 {
  padding: 0 10px;
}

.investor_corner .item {
  margin: 15px 10px;
}

.investor_box {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.investor_box.investor_box_mtop {
  margin-top: 100px;
}
.investor_box:hover {
  background-color: var(--rvg-primary);
  text-decoration: none;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
}

.investor_box img {
  width: 60px !important;
  margin: 0 auto;
  padding: 6px;
}

.investor_box h5 {
  font-weight: 600;
  font-size: 17px;
  padding: 14px 0 5px 0;
  height: 50px;
  line-height: 18px;
}

.investor_box:hover h5, .investor_box:hover p {
  color: var(--rvg-white);
}

.investor_box p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.investor_corner .aboutus-section {
  padding-top: 0;
  padding-left: 40px;
}

.why_chooseus {
  position: relative;
}

.why_chooseus::after {
  content: "";
  position: absolute;
  background-image: url(../images/app-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0px;
}

.why_chooseus::before {
  content: "";
  position: absolute;
  /*background-image: url(../images/line_shape.png);*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 78%;
  height: 70%;
  top: 37%;
  left: 11%;
  opacity: 0.7;
}

.why_chooseus .main_heading {
  margin-bottom: 15px;
}

.hexa_box {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.hexa_box.hexa_box1 {
  margin-right: 0;
}

.hexa_box.hexa_box2 {
  margin-right: 10px;
}

.hexa_box.hexa_box4 {
  margin-left: 0;
}

/*.hexa_box::before {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-top: none;
    border-bottom: 40px solid var(--rvg-white);
    top: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}
.hexa_box::after {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-bottom: none;
    border-top: 40px solid var(--rvg-white);
    bottom: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}*/
.hexa_box::before {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box::after {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box .icon {
  position: relative;
  z-index: 999;
  padding-top: 52px;
}

.hexa_box .icon img {
  width: 65px;
}

.hexa_box h5 {
  position: relative;
  z-index: 999;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  padding-top: 5px;
}

.service_box {
  background-color: var(--rvg-white);
  text-decoration: none;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 25px 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.service_box:hover {
  background-color: var(--rvg-secondary);
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

.main_section .col-md-3 {
  padding: 0 10px;
}

.service_box .icon {
  background-color: var(--rvg-primary);
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 20px;
}

.service_box .icon img {
  width: 43px;
}

.service_box:hover .icon {
  background-color: var(--rvg-primary);
}

.service_box .icon img:nth-child(2) {
  display: none;
}

.service_box:hover .icon img:nth-child(1) {
  /*display: none;*/
}

.service_box:hover .icon img:nth-child(2) {
  display: block;
}

.service_box h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  /*height: 48px;*/
}

.service_box:hover h5 {
  /*color: var(--rvg-white);*/
  /*margin-top: -8px;*/
}

.service_box:hover h5, .service_box:hover p, .service_box:hover a {
  color: var(--rvg-white) !important;
  text-decoration: none;
}

.testimonial_card {
  /*background-color: var(--rvg-white);*/
  /*border-radius: 15px;*/
  /*box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);*/
  /*padding: 40px 40px 80px 40px;*/
  position: relative;
}

.testimonial_card::after {
  content: "";
  /*background-color: var(--rvg-primary);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-radius: 15px 15px 0 0;
}

.testimonials {
  text-align: center;
}

.testimonials p {
  color: var(--rvg-black);
  font-size: 17px;
}

.testimonials .images {
  width: 120px;
  margin: 0 auto;
  border: 3px solid var(--rvg-white);
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--rvg-white);
  height: 120px;
  padding-top: 25px;
}

.testimonials .client_info {
  margin-top: 20px;
}

.testimonials .client_info h4 {
  font-weight: 600;
  margin: 0;
}

.testimonials .client_info h5 {
  font-weight: 500;
}

#testimonialCar .owl-nav {
  position: relative;
  margin-top: -80px;
}

#testimonialCar .owl-nav button {
  background-color: var(--rvg-primary) !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#testimonialCar .owl-nav button span {
  color: var(--rvg-white);
  font-size: 40px;
  font-weight: 200;
  line-height: 38px;
}

#testimonialCar .owl-nav .owl-prev {
  position: absolute;
  left: 20%;
}

#testimonialCar .owl-nav .owl-next {
  position: absolute;
  right: 20%;
}

.footer_top .navbar-brand {
  display: block;
}

.footer_main {
  padding: 80px 0 0 0;
  /*border-radius: 250px 250px 0 0;*/
}
.footer_main .social {
  text-align: left;
  float: none;
}
.footer_main .social li {
  display: inline-block;
}
.foot_widget .foot_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.foot_widget ul {
  list-style-type: none;
  padding-left: 10px;
}

.foot_widget ul li a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget ul li a:hover {
  color: var(--rvg-secondary) !important;
  transition: all 0.3s ease-in-out;
}

.foot_widget a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget a:hover {
  color: var(--rvg-secondary) !important;
  transition: all 0.3s ease-in-out;
}

.footer_bottom {
  text-align: center;
  background: #121212;
  padding: 20px 0;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 34px;
  height: 3px;
  margin: 5px 7px;
  background: #a2a1a1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--rvg-primary);
}

#captcha_code {
  width: 90px !important;
  height: 46px !important;
  border-radius: 5px;
}

.btnRefresh {
  height: 46px;
  border-radius: 5px;
  background-color: #24285b;
  color: var(--rvg-white);
}

#captcha {
  width: calc(100% - 185px);
  height: 46px;
  border-radius: 5px;
  border: 1px solid #f1f4f8;
  box-shadow: none;
  color: #161c2d !important;
}

.getintouch_section .main_heading h1 {
  margin-bottom: 5px;
  font-size: 42px;
}

.getintouch_section .main_heading h2 {
  font-size: 32px;
  font-weight: 700;
}



.sip_section {
  padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid var(--rvg-primary);
  border-radius: 30px;
  height: 10px;
}

.sip_section .ui-slider-handle {
  background: var(--rvg-primary) !important;
  border-radius: 100%;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid var(--rvg-primary) !important;
  outline: none !important;
}

.sip_section .ui-slider-range {
  background-color: var(--rvg-primary);
  border: 1px solid var(--rvg-primary) !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--rvg-black);
  font-size: 15px;
  font-weight: 600;
  padding: 20px 12px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--rvg-secondary);
}

.main_banner .banner_content h1 span {
  color: var(--rvg-primary);
  display: block;
}

.icon1-hover {
  display: none;
}

.investor_box:hover .icon1 {
  /*display: none;*/
}

.investor_box:hover .icon1-hover {
  display: block;
}

.aboutus_section {
  position: relative;
}

.aboutus_section::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/aboutus_section.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
  /*background-size: cover;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0px;*/
  /*left: 0px;*/
  content: "";
  position: absolute;
  background-image: url(../images/aboutus_section.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 100%;
  height: 1040px;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
}

.why_chooseus ul {
  padding-left: 0px;
}

.why_chooseus ul li {
  list-style-type: none;
  float: left;
  margin-top: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why_chooseus ul li img {
  /*float: left;*/
  width: 33px;
}

.why_chooseus ul li p span {
  display: block;
  color: var(--rvg-black);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.why_chooseus ul li p {
  width: calc(100% - 104px);
  float: right;
}

.why_chooseus ul li .why_chooseus_icon {
  float: left;
  width: 90px;
  text-align: center;
}

.service_section {
  position: relative;
  /*background: #f0eeee;*/
}

/*.service_section::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url(../images/icon/service_section_shap.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top right;*/
/*  background-size: auto;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*}*/
/*.service_section::before */
/*{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../images/icon/service_section_shap1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: top left;*/
/*    background-size: auto;*/
/*    width: 78%;*/
/*    height: 70%;*/
/*    top: 0%;*/
/*    left: 0;*/
/*}*/
.service_section .service_box .icon {
  background-color: var(--rvg-white);
  margin: 0;
  margin-bottom: 15px;
}
.service_section .service_box .icon i {
  font-size: 56px;
}
.service_section .service_box:hover .icon i {
  color: var(--rvg-primary);
}
.service_section .service_box {
  text-align: center;
}

.service_section .main_heading h5 {
  color: var(--rvg-primary);
}

.testimonial_section {
  position: relative;
}

.testimonial_section::before {
  /*background: var(--rvg-primary);*/
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/icon/testimonial-bg.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top left;*/
  /*background-size: auto;*/
  /*width: 78%;*/
  /*height: 70%;*/
  /*top: 0%;*/
  /*left: 0;*/
}

.testimonial_section .main_heading {
  /*margin-top: 4rem;*/
}

.testimonial_section .main_heading h2, .testimonial_section .main_heading p {
  color: var(--rvg-black);
}

.form-group .form-control {
  border: 1px solid rgba(202, 202, 202, 0.8);
}

#blog h3 {
  line-height: 1.2;
  text-align: left;
  margin-top: 12px;
  font-weight: 500;
}

#blog .client_info ul {
  padding: 0px;
  text-align: left;
}

#blog .client_info ul li {
  display: inline-block;
  margin-right: 10px;
}

#blog .client_info ul li i {
  color: var(--rvg-primary);
}

#blog ul li img {
  width: auto;
  float: left;
  margin-top: 6px;
}

.social {
  float: right;
}
.social li a {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.social-footer {
  padding: 0px;
}

.social-footer li {
  display: inline-block;
}

.footer_bottom p {
  margin: 0;
}

.nav-top {
  background-color: var(--rvg-primary);
}

.nav-top ul {
  padding-left: 0px;
  margin: 0;
}

.nav-top ul li {
  display: inline-block;
  margin-right: 5px;
  color: var(--rvg-white);
  padding: 4px 0px;
}

.nav-top ul li img {
  padding-right: 3px;
  width: 22px;
}
/* BANNER */
.wrapper {
    padding-top: 84px;
}
.banner-section {
  background: #ebf2f9;
  padding-top: 60px;
}

.banner-section .banner-content {
  position: relative;
  margin-top: 100px;
}
.banner-section .banner-content::after {
  content: "";
  position: absolute;
  background: var(--rvg-bg-primary);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
}
.banner-section .content-inner {
  background: #fff;
  padding: 45px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.banner-section .mobile-image img {
  width: 300px !important;
  margin: 0 auto;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}


.banner-section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner-section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.banner-section .item .cover .header-content h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.banner-section .item .cover .header-content h1 b {
  color: #00a34f;
}
.banner-section .item .cover .header-content p {
  color: #fff;
}

.banner-section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.banner-section .owl-item.active h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-section .owl-item.active h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-section .owl-item.active h4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner-section .owl-item.active .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner-section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner-section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: var(--rvg-white);
  line-height: 28px;
}

.banner-section .owl-nav .owl-prev:focus {
  outline: 0;
}

.banner-section .owl-nav .owl-prev:hover {
  background: var(--rvg-black) !important;
}

.banner-section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner-section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: var(--rvg-white);
  line-height: 28px;
}

.banner-section .owl-nav .owl-next:focus {
  outline: 0;
}

.banner-section .owl-nav .owl-next:hover {
  background: var(--rvg-black) !important;
}

.banner-section :hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.banner-section :hover .owl-next {
  right: 0px;
  opacity: 1;
}

#frame1 {
  margin-top: -124px;
  display: block;
  padding: 17px;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 29px 49px 0px rgba(0, 0, 0, 0.15);
  /*margin-bottom: 35px;*/
  /*margin-bottom: 120px;*/
}

.investor_corner .investor_box p {
  display: none;
}

.about_section .icon-box::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.about_section .icon-box::before {
  bottom: 0;
  right: 0;
}

.about_section .icon-box::before, .about_section .icon-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  pointer-events: none;
  transition: 0.33s all ease;
}

.about_section .icon-box {
  text-align: center;
  cursor: default;
  max-width: 308px;
  padding: 67px 40px 61px;
}

.about_section .icon-box .box-icon {
  min-height: 46px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.about_section .icon-box * + .box-header {
  margin-top: 5px;
}

.about_section .icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: 0.33s all ease;
}

.about_section .divider {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.about_section .bg-accent {
  background: #cca876;
  fill: #cca876;
}

.icon-box .box-body {
  max-width: 100%;
}

.icon-box .box-top, .icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: 0.33s all ease;
  -webkit-filter: blur(0);
}

.investor_box_mt {
  margin-top: 12rem;
}

.investor_corner ul {
  list-style-type: none;
  padding-left: 0px;
}

.investor_corner ul li {
  color: #787878;
}

.testimonials {
  background: var(--rvg-white);
  padding: 40px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}

.testimonials:hover {
  transition: all 0.3s ease-in-out;
  background: var(--rvg-primary);
}

.testimonials:hover h3, .testimonials:hover p {
  color: var(--rvg-white) !important;
}

#blog .testimonials:hover h3, #blog .testimonials:hover p {
  color: var(--rvg-black) !important;
}

.testimonials a {
  text-decoration: none;
}

.service_section .owl-carousel .owl-item img {
  width: 52px;
  margin-bottom: 10px;
  margin: 0px auto;
}

.testimonials h3 {
  font-size: 18px;
  height: 44px;
}

.testimonials p {
  color: var(--rvg-black);
  font-size: 17px;
}

.service_section .testimonials p.view {
  color: var(--rvg-black);
  position: relative;
}

.service_section .testimonials p.view i {
  top: 6px;
  right: 32px;
  position: absolute;
}


.foot_widget a i {
  color: var(--rvg-secondary);
  margin-right: 5px;
}.footer_main .social li img {
  width: 18px;
}

.foot_widget a svg {
  color: var(--rvg-secondary);
  margin-right: 5px;
}

.why_chooseus_icon span {
  background: var(--rvg-primary);
  color: var(--rvg-white);
  padding: 14px;
  border-radius: 66%;
  width: 80px;
  height: 80px;
  display: block;
  font-size: 33px;
}

#blog .testimonials .images {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  border: 0px solid var(--rvg-white);
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--rvg-white);
  height: 120px;
  padding-top: 0px;
}

#blog .testimonials:hover {
  transition: all 0.3s ease-in-out;
  background: var(--rvg-white);
}

.foot_widget ul li a img {
  width: 30px;
}

.investor_box .icon {
  background: var(--rvg-primary);
  padding: 10px 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0px auto;
}

.investor_box .icon img {
  width: 100%;
}

.mission-vision .mv_box {
  background-color: var(--rvg-white);
  text-align: center;
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  border: 3px solid var(--rvg-primary);
  position: relative;
}

.mission-vision .mv_box h3 {
  background-color: var(--rvg-primary);
  padding: 8px;
  border-radius: 12px;
  color: var(--rvg-white);
  display: block;
  width: 60%;
  position: absolute;
  top: -25px;
  left: 20%;
  font-size: 26px;
  font-weight: 600;
}

.mission-vision .mv_box {
  background-color: var(--rvg-white);
  text-align: center;
  padding: 60px 20px 20px 20px;
  border-radius: 10px;
  border: 3px solid var(--rvg-primary);
  position: relative;
  min-height: 190px;
}

.mission-vision .mv_box p {
  font-size: 19px;
  line-height: 24px;
  margin: 0;
  color: #151515;
}

.journey-section {
  position: relative;
  background-image: url(../images/map.png);
  background-size: contain;
  background-position: center;
}

.journey-section .main_heading {
  margin-top: 100px;
}

.journey-section .journey_img {
  margin-top: 40px;
}

.journey-section .journey_img img {
  width: 100%;
}

.journey-section .journey_text {
  position: relative;
}

.journey-section .journey_text .journey_years {
  display: flex;
  margin-bottom: 10px;
}

.journey-section .journey_text .journey_years .year {
  background-color: var(--rvg-secondary);
  padding: 6px 20px;
  position: relative;
  width: 100px;
  height: 40px;
}

.journey-section .journey_text .journey_years .year h3 {
  color: var(--rvg-white);
  margin: 0;
}

.journey-section .journey_text .journey_years .year::after {
  content: "";
  border: 20px solid transparent;
  border-right: none;
  border-left: 20px solid var(--rvg-secondary);
  right: -20px;
  top: 0;
  position: absolute;
}

.journey-section .journey_text .journey_years .year::before {
  content: "";
  background-color: var(--rvg-secondary);
  width: 30px;
  height: 3px;
  right: -48px;
  top: 18px;
  position: absolute;
}

.journey-section .journey_text .journey_years .text {
  padding-left: 80px;
  margin-top: 5px;
}

.journey-section .journey_text .journey_years .text h4 {
  line-height: 20px;
}

.blog_section .item {
  margin: 15px;
}

.team {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.team .bg {
  width: 92%;
  height: 92%;
}

.team .bg::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgb(128, 196, 35);
  background: linear-gradient(45deg, rgba(128, 196, 35, 0.93) 0%, rgba(20, 58, 138, 0.93) 90%);
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}

.team:hover .bg::after {
  width: 90%;
  height: 92%;
  top: 4%;
  left: 5%;
  transition: 0.4s ease-in-out;
}

.team .bg .text {
  position: absolute;
  width: 100%;
  top: 65%;
  left: 0;
  text-align: center;
  z-index: 9;
  transition: 0.4s ease-in-out;
}

.team:hover .bg .text {
  top: 35%;
  transition: 0.4s ease-in-out;
}

.team .bg .text hr {
  display: block;
  width: 50%;
  margin: 15px auto;
  background: #b0c0d1;
}

.team .bg .text h3, .team .bg .text h5 {
  margin: 0;
  color: var(--rvg-white);
}

.team .bg .text .social {
  float: none;
  display: block;
  text-align: center;
  padding: 0;
}

.team .bg .text .social li {
  display: inline-block;
}

.team .bg .text .social img {
  width: 24px;
  margin: 4px;
}

.main_heading h1.inner_title {
  background: var(--rvg-primary);
  font-size: 23px;
  color: var(--rvg-white);
  padding: 1px;
}

.right_conatct_social_icon {
  background: linear-gradient(to top right, var(--rvg-primary) -5%, var(--rvg-secondary) 100%);
}

.contact_us {
  /*background-color: #f1f1f1;*/
  /*padding: 120px 0px;*/
}

.contact_inner {
  background-color: var(--rvg-white);
  position: relative;
  box-shadow: 20px 22px 44px rgba(204, 204, 204, 0.8);
  border-radius: 25px;
}

.contact_field {
  padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: var(--rvg-black);
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: var(--rvg-black);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::-moz-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: var(--rvg-white);
}

.info_single {
  margin: 30px 0px;
  color: var(--rvg-white);
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: var(--rvg-white);
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: var(--rvg-white);
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}

.map_inner h4, .map_inner p {
  color: var(--rvg-black);
  text-align: center;
}

.map_inner p {
  font-size: 13px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.row.pp-logo img {
  text-align: center;
  margin: 0px auto;
  display: block;
  border: 1px solid var(--rvg-black);
  padding: 7px;
  margin: 5px;
}

.footer_top .navbar-brand {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}
/* .footer_top img {
  width: 120px;
} */

.nav-item.dropdown:hover ul {
  display: block;
  opacity: 1;
}

.social-footer img {
  background: var(--rvg-black);
}

@media (min-width: 992px) {
  .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
@media (max-width: 992px) {
  .whyus-section .main_heading {
    text-align: center;
  }
  .banner-section .item .cover .header-content h1 {
    font-size: 33px;
  }
  .banner-section .item .cover .header-content {
    width: 100%;
  }
  .banner-section .item .btn-group img {
    width: 150px;
    height: auto;
  }
  .main_section {
    padding: 30px 0;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0px;
  }
  .navbar-collapse .navbar-nav .nav-item {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  #navbarCollapse {
    padding: 19px;
  }
  /*.why_chooseus img:first-child*/
  /*{*/
  /*    width: 60%;*/
  /*    margin: 0px auto;*/
  /*    display: block;*/
  /*    margin-bottom: 20px;*/
  /*}*/
}
.single-blog {
  border: 1px solid var(--rvg-black);
  padding: 13px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.single-blog h4 {
  font-size: 18px;
  padding-top: 10px;
}

.mobile-menu {
  display: none;
}


.sip_section .outer_div {
  margin-bottom: 30px;
}
.sip_section .outer_div .text_input {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 5px 15px;
  margin-left: auto;
  display: block;
}
.sip_section .outer_div .slider_box {
  margin-bottom: 10px;
}
.sip_section .card {
  background: var(--rvg-bg-white);
  padding: 10px;
  border-radius: 5px;
}
.sip_section .card h5 {
  margin: 0;
  color: #1e3666;
}
.sip_section .card .display_result {
  font-size: 22px;
  font-weight: 600;
  color: var(--rvg-primary);
  line-height: 28px;
}

.sip_section #myChart {
  width: 420px !important;
  height: 420px !important;
  margin-left: 40px;
}


.icon-card-box {
  background: var(--rvg-white);
  padding: 20px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  min-height: 360px;
}
.icon-card-box:hover {
  background: var(--rvg-primary);
}
.icon-card-box:hover a{
  text-decoration: none;
  counter-reset: var(--rvg-black);
}
.icon-card-box .icon {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto 15px auto;
}
.icon-card-box .icon i {
  font-size: 70px;
}
.icon-card-box:hover .icon i {
  color: var(--rvg-primary);
}
.icon-card-box:hover h3, .icon-card-box:hover p {
  color: var(--rvg-white) !important;
}
.icon-card-box p {
  line-height: 22px;
  font-size: 17px;
}
.icon-card-box .view i {
  vertical-align: middle;
  margin-left: 3px;
}
.service_section .item {
  margin: 15px 10px;
}



.blog-box {
  text-align: left;
}
.blog-box:hover {
  background-color: var(--rvg-bg-white);
}
.blog-box .content {
  padding: 15px 0 0 0;
}
.blog-box .content .title {
  margin-top: 15px;
}
.blog-box:hover p{
  color: var(--rvg-text-color) !important;
}
.blog-box .content .read-more {
  margin: 10px 0 0 0 !important;
}

#testimonialCarousel .item {
  margin: 15px;
}
.testimonial-box {
  padding: 20px;
  box-shadow: 0px 5px 15px 0px #0000004d;
  text-align: center;
  border-radius: 15px;
  background: var(--rvg-bg-white);
}
.testimonial-box .image {
  width: 100px;
  margin: 0 auto 15px auto;
}

.contact-section .contact-item {
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 0;
  box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.1254901961);
  min-height: 153px;
}
@media only screen and (max-width: 992px) {
  .contact-section .contact-item {
    margin-bottom: 30px;
  }
}
.contact-section .contact-item .icon-title {
  display: flex;
  align-items: center;
}
.contact-section .contact-item .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-section .contact-item .icon-title i {
  font-size: 26px;
  margin: 0 10px 0 0px;
  color: var(--rvg-primary);
}
.contact-section .contact-item .icon-title h4 {
  margin: 0;
  font-size: 26px;
  color: var(--rvg-primary);
}
.contact-section .contact-item a {
  color: var(--rvg-text-color);
}
.contact-section .contact-item p {
  margin: 0;
  line-height: 22px;
}

.calculator-section .calculators {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
}
.calculator-section .calculators a {
  display: block;
  max-width: 100%;
  background: var(--rvg-primary);
}
.calculator-section .calculators a:hover {
  display: block;
  max-width: 100%;
  background: var(--rvg-secondary);
}

.TabbedPanelsTabGroup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  text-align: center;
}
.TabbedPanelsTab {
  background-color: var(--rvg-bg-primary) !important;
}
.TabbedPanelsTabSelected {
  background-color: var(--rvg-bg-secondary) !important;
}

.online-premium-mf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
}
.online-premium-mf .items a {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.online-premium-mf .items img {
  min-height: 60px;
  height: 70px;
  width: 200px;
}
.online-premium-mf .items p {
  margin: 0;
  font-weight: 600;
}
.diclaimer-amfi {
  text-align: center;
}
.diclaimer-amfi .amfi-item {
  display: flex;
  align-items: center;
  height: 85px;
}
.diclaimer-amfi .amfi-item span {
  margin-left: 15px;
}
.diclaimer-amfi .amfi-item img {
  width: auto;
  border-radius: 5px;
}

.mobile_app_section .main_heading {
  margin-bottom: 50px;
}
.mobile_app_section{
  position: relative;
}
.mobile_app_section::after {
  content: "";
  position: absolute;
  background-image: url(../images/app-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0px;
}

.mobile_tabs {
  list-style-type: none;
  padding: 0;
}
.mobile_tabs .mobileapp-tab-item {
  background: var(--rvg-bg-white);
  margin-bottom: 15px;
  border-radius: 8px;
  color: var(--rvg-white);
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.mobile_tabs .mobileapp-tab-item.active,
.mobile_tabs .mobileapp-tab-item:hover{
  background:  var(--rvg-bg-primary);
}
.mobile_tabs .mobileapp-tab-item.active h4,
.mobile_tabs .mobileapp-tab-item.active p,
.mobile_tabs .mobileapp-tab-item:hover h4,
.mobile_tabs .mobileapp-tab-item:hover p{
  color:  var(--rvg-white);
}
.mobile_tabs .mobileapp-tab-item.active img,
.mobile_tabs .mobileapp-tab-item:hover img {
  filter: brightness(999);
}
.mobile_tabs .mobileapp-tab-item 
 .icon-title {
    display: flex;
    margin-bottom: 5px;
}
.mobile_tabs .mobileapp-tab-item .icon-title img {
  width: 40px;
  margin-right: 10px;
}
.mobile_tabs .mobileapp-tab-item 
 .icon-title p{
  margin: 0;
 }

 .mobile_tabs_content {
  text-align: center;
}
.mobile_tabs_content img {
  width: 56%;
  margin-top: -15px;
}


.about-box {
  position: relative;
  background: var(--rvg-primary-light);
}
.about-box .img img {
  width: 100%;
}
.about-box .content {
  padding: 15px;
  min-height: 326px;
  position: relative;
}
.about-box .content::after {
  content: "";
  position: absolute;
  background: #cae1f8;
  width: 70px;
  height: 30px;
  top: 15px;
  left: 15px;
  transform: rotate(5deg);
  z-index: 0;
}
.about-box .content h4 {
  position: relative;
  z-index: 9;
  color: var(--rvg-primary);
  font-size: 22px;
}
.about-box .content p {
  margin: 0;
}


.milestone-box {
  background: #fff;
  box-shadow: 20px 25px 30px 0 #e4e4e4;
  padding: 15px 20px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  margin-left: 30px;
}
.milestone-box::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow1.png);
  width: 22px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -30px;
  top: 30px;
}
.milestone-box.last-box:after {
  display: none;
}
.milestone-box .year {
  background: var(--rvg-primary);
  display: flex;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.milestone-box .year h4 {
  color: #fff;
}
.milestone-box p {
  margin: 0;
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 15px;
}


.service-img {
  /* clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0 90%); */
  position: relative;
}
.service-img::after {
  content: "";
  position: absolute;
  background: #00a757;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  border-radius: 0 100px 110px;
}
.service-img img {
  width: 100%;
  position: relative;
  z-index: 9;
  border-radius: 0 100px 100px;
}
.service-content h4 {
  color: #00a757;
  font-size: 24px;
}
.rvg-listing {
  list-style-type: none;
  padding: 0;
}
.rvg-listing li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.rvg-listing li::after {
  content: "\F270";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0;
  color: #00a757;
  font-size: 20px;
}
.service-content ul {
  list-style-type: none;
  padding: 0;
}
.service-content ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.service-content ul li::after {
  content: "\F270";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0;
  color: #00a757;
  font-size: 20px;
}

    
/* TICKER */
.ticker_section {
  padding: 40px 0;
  }
  .ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  }
  .tickers .ticker_item {
  position: relative;
  box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 8px 14px;
  margin: 0 5px;
  }
  .tickers .ticker_item .name {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  }
  .tickers .ticker_item .price {
  display: block;
  font-size: 15px;
  padding-top: 5px;
  line-height: 18px;
  }
  .tickers .ticker_item .difference_percent {
  position: relative;
  color: #39b559;
  display: block;
  line-height: 18px;
  font-size: 15px;
  }
  .tickers .ticker_item .difference_percent::after {
  content: "\F144";
  position: absolute;
  font-family: bootstrap-icons;
  font-size: 18px;
  bottom: 1px;
  right: -5px;
  }
  .tickers .ticker_item .difference_percent.negative {
  color: #d33f3f;
  }
  .tickers .ticker_item .difference_percent.negative::after {
  content: "\F11E";
  }
  /*DARK BOX*/
  /*        .tickers .ticker_item {
  background-color: #24252ad9;
  }
  .tickers .ticker_item .name {
  color: #fff;
  }
  .tickers .ticker_item .price {
  color: #fff;
  }
  .tickers .ticker_item .difference_percent {
  color: #3cbd5d;
  }
  .tickers .ticker_item .difference_percent.negative {
  color: #f95959;
  }*/
  /* TICKER */


  .counter-box {
    text-align: center;
    background: #fff;
    padding: 20px 10px;
}
.counter-box .numscroller {
  font-size: 36px;
  font-weight: 600;
  color: #00a34f;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 36px;
  position: relative;
}
.counter-box .numscroller::after {
  content: "+";
}
.counter-box h4 {
  font-weight: 400;
}


.news-box {
  background: var(--rvg-primary-light);
}
.news-box .title {
  background: var(--rvg-primary);
  text-align: center;
  color: #fff;
  padding: 10px;
}

.login-panel {
  background: var(--rvg-primary-light);
  padding: 30px;
  border-radius: 8px;
}


.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  background-color: var(--bs-white);
  border: 1px solid #eee;
}

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

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

.login-part input[type=radio] {
  margin-right: 6px;
  vertical-align: middle;
}
.form-check-input:checked[type="radio"] {
  background-color: #125eaa;
}
.login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  border-radius: 5px;
}

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

.form-check-input {
  position: unset;
  margin-top: unset;
  margin-left: unset;
}

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

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

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

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

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

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

.costom-modal-a .cm-body .m-hadding {
  background-color: var(--color-theme);
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

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

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




.newsletter {
  margin-bottom: 50px;
}

.newsletter h1 {
  font-weight: 700;
  font-size: 40px;
}

.newsletter_form .form-group {
  position: relative;
  margin: 20px auto;
}

.newsletter_form .form-group .form-control {
  border-radius: 40px;
  height: 60px;
}

.newsletter_form .form-group .btn-primary {
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 30px;
}
.banner-newsletter {
  position: absolute;
  bottom: 100px;
  width: 40%;
  max-width: 1170px;
  left: 7%;
}
.banner-newsletter h4 {
  color: #fff;
}


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

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

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

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

.modal-open .rv-modal .bg-show {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.rv-modal {
  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;
}

.rv-modal .close-i {
  position: absolute;
  top: 0;
  right: 0;
  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;
}

.rv-modal .cm-body {
  max-width: 40%;
  width: 100%;
  background-color: var(--rvg-bg-primary);
  border-radius: 0px;
  position: relative;
  z-index: 999;
}
@media (max-width:767px){
  .rv-modal .cm-body {
    max-width: 90%;
  }
  .rv-modal .cm-body .cm-cards {
    padding: 30px 20px !important;
}
.banner-section {
  background: #ebf2f9;
  padding-top: 60px;
}
.banner-slider.owl-carousel {
  margin-top: 50px;
}
.counter-box {
  margin-bottom: 20px;
}
}
@media (min-width:1500px){
  .rv-modal .cm-body {
    max-width: 30%;
  }
}

.rv-modal .cm-body .m-hadding {
  background-color: var(--color-theme);
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

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

.rv-modal .cm-body .cm-cards {
  padding: 40px 60px;
  text-align: center;
}
.rv-modal .cm-body .cm-cards h3 {
  margin-bottom: 30px;
  text-align: center;
  color: var(--rvg-white);
}
.rv-modal .cm-body .cm-cards .form-control {
  border-radius: 0;
  padding: 10px;
  background: #e6f3ff;
  border-color: #e6f3ff;
}
.rv-modal .cm-body .cm-cards label {
  color: #fff;
  display: block;
  text-align: left;
}
.rv-modal .cm-body .cm-cards p {
  color: #fff;
  margin: 10px;
  background: #00a34f;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 30px;
}
.rv-modal .cm-body .cm-cards input[type="submit"] {
  background: var(--rvg-secondary);
  border: 1px solid var(--rvg-secondary);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}

.service-table-content {
  padding: 60px 0;
}
.service-table-content .main_heading h1 {
  margin: 0;
  padding: 10px !IMPORTANT;
  font-size: 20px;
  background: #00a757;
  color: #fff;
  margin-bottom: 10px;
  line-height: 30px;
}
.service-table-content th {
  padding: 10px;
  background: #e8f1ed;
  border: 1px solid #cee5db;
}
.service-table-content td{
  padding: 10px;
  border: 1px solid #cee5db;
}


.login-section {
  background: var(--rvg-primary-light) !important;
  padding: 90px 0 80px 0;
}
.login-section .login-quote {
  margin-top: 50px;
}
.login-section .login-quote .quote {
  margin: 30px 0;
  color: var(--rvg-primary);
  font-size: 42px;
}
.registration-section .login-quote .quote {
  margin: 30px 0;
  color: var(--rvg-primary);
  font-size: 42px;
}


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

.rvTabContent .tab_list{
  width: 100%;
  padding: 10px;        
}
.rvTabContent .tab_list.hide{
  display: none;
}


.top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}
.fund_performance {
  text-align: center;
  margin-bottom: 30px;
}
.fund_performance form {
  display: flex;
  justify-content: space-between;
}
.top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}
.fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}
.top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}
.top_fund_performance ul li img {
  width: 50px;
}

/* RADIO */

.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;
  -ms-user-select: none;
  user-select: none;
  height: 200px;
  width: 200px;
  padding:10px;
  line-height: 20px;
  align-items: center;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}
.radio:hover{
  transform:scale(1.05);
  transition: all 0.3s ease-in-out;
}
.radio i {
  display: block;
  height: 80px;
  margin-top: 30px;
  background-image: url(../images/icon/equity-cal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.radio:nth-child(2) i {
  background-image: url(../images/icon/debt.png);
}
.radio:nth-child(3) i {
  background-image: url(../images/icon/hybrid.png);
}
.radio:nth-child(4) i {
  background-image: url(../images/icon/sol.png);
}
.radio:nth-child(5) i {
  background-image: url(../images/icon/other.png);
}
.radio i img {
  width: 70px;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio em {
  font-style: normal;
  vertical-align: middle;
  padding: 0;
  line-height: 14px;
  font-weight: 600;
  color: #2b6db3;
  margin-top: 15px;
  font-size:18px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 200px;
  border-radius: 20px;
  border: 3px solid var(--rvg-primary-light);
}
.form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid var(--rvg-primary);
  background: var(--rvg-primary-light);
}
.radio:hover input ~ .checkmark {
  border: 3px solid var(--rvg-primary);
  background: var(--rvg-primary-light);
}

/* Layer 2 css */

.category_side_bar {
  display: inline-block;
  width: 240px;
  background-color: var(--rvg-primary-light);
  max-height: 63vh;
  overflow: auto;
}
#category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid var(--rvg-primary-light);
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: #1e769f;
  /* display: inline-block; */
}
#category_wise_fund p:last-child {
  border-bottom: 1px solid var(--rvg-primary-light);
}
#category_wise_fund p.active {
  background-color: #2b8caa;
  color: #fff;
}
#category_wise_fund p:hover {
  background-color: #2b8caa;
  color: #fff;
}
#category_wise_fund p::after {
  position: absolute;
  content: "\f178";
  font-family: fontawesome;
  font-size: 16px;
  right: 15px;
  top: 5px;
  opacity: 0.5;
  color: #1e769f;
}


#category_wise_fund .sub_category_items {
  position: relative;
}
#category_wise_fund .sub_category_items:hover {
  background: var(--rvg-primary);
  color: #fff;
}
#category_wise_fund .sub_category_items .fund_sub_category {
  width: 100%;
  position: absolute;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}
#category_wise_fund .sub_category_items .fund_sub_category[type="radio"]:checked+label {
  background: var(--rvg-primary);
  color: #fff;
}

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



#myTable th {
  background-color: var(--rvg-primary-light);
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: #1e769f;
  text-align: center;
}
#myTable td {
  border: 1px solid var(--rvg-primary-light) !important;
  font-size: 14px;
  line-height: 16px;
  color: #1e769f;
  padding: 5px;
}
#myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border:none !important;
}
.map_active .highcharts-figure{
  display: block !important;
}
.map_active .highcharts-figure #container {
  border: 1px solid var(--rvg-primary-light) !important;
  padding: 0;
}
/* .map_active .highcharts-figure #container {
  padding: 0;
} */


#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%;
}

.loader img{
  width:60px;
}

/* LAYER 3 */
#loader {
  display: inline-block;
  width: calc(100% - 245px);
  vertical-align: top;
}
#main_fund_box {
  display: inline-block;
  width: calc(100% - 245px);
  vertical-align: top;
  max-height: 65vh;
  overflow-y: auto;
  padding: 5px;
}

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

/* Map Div CSS */

/* #myTable tr {
  display: block;
} */

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

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  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: #555;
}

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

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

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

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


/* width */
::-webkit-scrollbar {
width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: var(--rvg-primary); 
border-radius:10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--rvg-primary); 
}


td.details-control {

  cursor: pointer;
}
tr.details td.details-control {

}
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%;
}
.dt-buttons .dt-button {
  background: var(--rvg-primary) !IMPORTANT;
  border: 1px solid var(--rvg-primary) !IMPORTANT;
  border-radius: 6px !IMPORTANT;
  color: #fff !important;
}

/* pop up model */
  .unique-popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 99;
  }

  .unique-popup-dialog {
    background: white;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    margin: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    position: relative; /* Required for absolute positioning of close button */
  }

  .unique-popup-dialog.show {
    transform: translateY(0);
  }

  .unique-popup-content {
    padding: 20px; /* Padding inside the popup content */
  }

  .unique-popup-header,
  .unique-popup-footer {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }

  .unique-popup-footer {
    border-top: 1px solid #ddd;
    text-align: right;
  }

  .unique-popup-title {
    margin: 0;
    font-size: 1.25em;
  }

  .unique-popup-close,
  .unique-popup-close-btn {
     cursor: pointer;
    font-size: 2.5em;
    border: none;
    background: none;
    color: #333;
    position: absolute;
    top: -12px;
    right: 10px;
    transition: color 0.2s ease-in-out;
  }

  .unique-popup-close:hover,
  .unique-popup-close-btn:hover {
    color: #ff6347; /* Tomato color on hover */
  }

  .disclosure-list {
    list-style-type: disc;
    padding-left: 20px;
  }

  .source-title {
    font-weight: bold;
  }

  .source-details {
    margin-top: 2px;
    color: blue;
  }