:root {
  --rv-primary: #0181fe;
  --rv-secondary: #041730;
  --rv-primary-light: #ebf9ff;
  --rv-secondary-light: #7b7375;
  --rv-white: #fff;
  --rv-black: #000;
  --rv-gray: #726d7b;
  --rv-font: "DM Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--rv-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001522;
}

.main-title {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 700;
}

.green {
  color: var(--rv-primary);
}

p {
  color: #001522;
  font-size: 16px;
}

a {
  color: var(--rv-black);
  font-size: 16px;
  text-decoration: none;
}

a:hover {
  color: var(--rv-primary);
  text-decoration: none;
}
.bg-color {
    background: #f9f9f9;
}
.btn-primary {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: var(--rv-white);
}

.btn-primary:hover {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: var(--rv-white);
}

.btn-secondary {
  background-color: #001522;
  border: 2px solid #001522;
}

.btn-secondary:hover {
  background-color: transparent;
  border: 2px solid #001522;
  color: var(--rv-primary);
}
.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #727b99;
}
.main_heading h3 {
    font-weight: 700;
    font-size: 30px;
}
.main_section {
  padding: 80px 0;
}

.dark {
  color: var(--rv-secondary);
}
.primary {
  color: var(--rv-primary);
}
.secondary {
  color: var(--rv-secondary);
}
.dark_bg {
  background-color: var(--rv-secondary);
}
.primary_bg {
  background-color: var(--rv-primary);
}
.secondary_bg {
  background-color: var(--rv-secondary);
}
.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
  color: #fff !important;
}
.dark_bg p,
.dark_bg a,
.dark_bg li,
.dark_bg span {
  color: #fff !important;
}
.navbar.navbar-expand-lg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  padding: 0;
}
.main_banner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.main_banner::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1000px;
    height: 100%;
    top: -125px;
    left: 0px;
}

.main_banner .banner_content {
  padding-top: 30px;
}
.main_banner .banner_content h1 {
  font-weight: 700;
}

.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 .item {
  margin: 15px 10px;
}
.investor_box {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.investor_box:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 0 15px 2px rgba(44, 78, 229, 0.2);
}
.investor_box img {
  width: 80px !important;
  margin: 0 auto;
}
.investor_box h5 {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0 5px 0;
}
.investor_box p {
  font-size: 14px;
  line-height: 20px;
}

.why_chooseus {
  position: relative;
}
.why_chooseus::after {
  content: "";
  position: absolute;
  background-image: url(../images/shape3.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: 50px;
}
.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 #fff;
    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 #fff;
    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.svg);
  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: #fff;
    text-decoration: none;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: unset;
}
.service_box:hover {
  background-color: var(--rv-primary);
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}
.main_section .col-md-3 {
  padding: 0 10px;
}
.service_box .icon {
    background-color: #fff;
    /* display: inline-block; */
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 23px;
    font-weight: 600;
    line-height: 24px;
    height: 40px;
    text-align: center;
}
.service_box:hover h5 {
  color: #fff;
  margin-top: -8px;
}
.service_box:hover h5,
.service_box:hover p,
.service_box:hover a {
  color: #fff;
  text-decoration: none;
}

.testimonial_card {
  background-color: #fff;
  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(--rv-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-radius: 15px 15px 0 0;
}
.testimonials {
  text-align: center;
}
.testimonials p {
  color: #fff;
  font-size: 17px;
}
.testimonials .images {
  width: 120px;
  margin: 0 auto;
  border: 3px solid var(--rv-primary);
  border-radius: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.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(--rv-primary) !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
#testimonialCar .owl-nav button span {
  color: #fff;
  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;
    display: flex;
    justify-content: center;
    height: 150px;
}

.footer_main {
  padding: 30px 0 0 0;
  border-radius: 50px 50px 0 0;
}
.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(--rv-primary) !important;
  padding-left: 5px;
  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(--rv-primary) !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}
.footer_bottom {
  text-align: center;
}

.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(--rv-primary);
}

#captcha_code {
  width: 90px !important;
  height: 46px !important;
  border-radius: 5px;
}
.btnRefresh {
  height: 46px;
  border-radius: 5px;
  background-color: var(--rv-secondary);
  color: #fff;
}
#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;
}

.newsletter {
  margin-bottom: 50px;
}
.newsletter h1 {
  font-weight: 700;
  font-size: 40px;
}
.newsletter_form .form-group {
  position: relative;
  width: 60%;
  margin: 20px auto;
}
.newsletter_form .form-group .form-control {
  border-radius: 40px;
  height: 60px;
}
.newsletter_form .form-group .btn-primary {
  position: absolute;
  right: 6px;
  top: 6px;
}

.sip_section {
  padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid var(--rv-primary);
  border-radius: 30px;
  height: 10px;
}
.sip_section .ui-slider-handle {
  background: var(--rv-primary) !important;
  border-radius: 100%;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid var(--rv-primary) !important;
  outline: none !important;
}
.sip_section .ui-slider-range {
  background-color: var(--rv-primary);
  border: 1px solid var(--rv-primary) 2 !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}

/* TICKER */

.ticker_section {
  /* padding: 40px 0; */
  background: linear-gradient(0deg, #000, #000);
  /*border-bottom: 1px solid #f7f7f7;*/
}
.ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  margin: 0;
}
.tickers .ticker_item {
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  /*width: 100%;*/
  padding: 0;
  padding: 0px 7px;
  display: flex;
  background: linear-gradient(0deg, #000, #000);
  /*height: 110px;*/
  text-align: center;
  border-right: 1px solid #fff;
  margin: 6px 9px;
}

.tickers .ticker_item:last-child {
  border: none;
}

.tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  z-index: 9;
  margin-left: -19px;
}
.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  padding-top: 6px;
  /*line-height: 18px;*/
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 7px;
}
.tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  display: block;
  line-height: 18px;
  font-size: 12px;
  /*margin-top: 5px;*/
  background-color: #ffffff33;
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
}
.tickers .ticker_item .difference_percent::after {
  content: "";
  position: absolute;
  background-image: url(../images/trend.png);
  font-size: 18px;
  /*bottom: 25px;*/
  bottom: 8px;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  /*z-index: 0;*/
  right: 7px;
  /*opacity: 0.2;*/
  /*display: none;*/
}
.tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
}
.tickers .ticker_item .difference_percent.negative::after {
  background-image: url(../images/decrease.png);
  /*bottom: 20px;*/
}

/* TICKER */

.blog-section-wrapper .blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-section-wrapper .blog-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
}

.blog-section-wrapper .blog-item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.blog-section-wrapper .blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-section-wrapper .blog-title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding: 0 20px;
  color: #333;
}

.blog-section-wrapper .blog-meta ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 15px;
  color: #777;
  font-size: 14px;
}

.blog-section-wrapper .blog-meta i {
  margin-right: 6px;
  color: #007bff;
}

.blog-section-wrapper .blog-cta {
  margin-top: 25px;
}

.blog-section-wrapper .blog-btn {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
}

.blog-section-wrapper .blog-btn:hover {
  background-color: #0056b3;
}

.blog-section-wrapper .blog-carousel .owl-nav i {
  font-size: 28px;
  color: #007bff;
  transition: color 0.3s ease;
}

.blog-section-wrapper .blog-carousel .owl-nav i:hover {
  color: #0056b3;
}

.blog-section-wrapper .blog-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  transition: background 0.3s ease;
}

.blog-section-wrapper .blog-carousel .owl-dots .owl-dot.active span {
  background: #007bff;
}

.home-news-section .news-tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

.home-news-section .news-tabs-list li {
  margin: 0 15px;
}

.home-news-section .news-tab-link {
  text-decoration: none;
  font-size: 16px;
  color: #444;
  padding: 10px 20px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.home-news-section .news-tab-link.active,
.home-news-section .news-tab-link:hover {
  border-bottom: 3px solid #007bff;
  color: #007bff;
  font-weight: bold;
}

/* Carousel Styles */
.home-news-section .news-carousel .item {
  padding: 15px;
}

.home-news-section .news-box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.home-news-section .news-box:hover {
  transform: translateY(-5px);
}

.home-news-section .inner-box {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Image Styles */
.home-news-section .image {
  position: relative;
  overflow: hidden;
}

.home-news-section .image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.home-news-section .news-box:hover .image img {
  transform: scale(1.05);
}

.home-news-section .date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #007bff;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}

.home-news-section .news-tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

.home-news-section .news-tabs-list li {
  margin: 0 15px;
}

.home-news-section .news-tab-link {
  text-decoration: none;
  font-size: 16px;
  color: #444;
  padding: 10px 20px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.home-news-section .news-tab-link.active,
.home-news-section .news-tab-link:hover {
  border-bottom: 3px solid #007bff;
  color: #007bff;
  font-weight: bold;
}

.news-tab-content {
  display: none;
}

.news-tab-content.active {
  display: block;
}

.home-news-section .news-carousel .item {
  padding: 15px;
}

.home-news-section .news-box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.home-news-section .news-box:hover {
  transform: translateY(-5px);
}

.home-news-section .inner-box {
  text-decoration: none;
  color: inherit;
  display: block;
}
.home-news-section .content {
    padding: 10px;
    min-height: 125px;
}
.home-news-section .image {
  /* position: relative; */
  /* overflow: hidden; */
  max-height: 170px;
  min-height: 170px;
}

.home-news-section .image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.home-news-section .news-box:hover .image img {
  transform: scale(1.05);
}

.home-news-section .date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #007bff;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.follow-company-icon {
  display: flex;
  gap: 25px;
  font-size: 31px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.follow-company-icon a {
  font-size: inherit;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--rv-primary);
}
.investor_box .icon {
  font-size: 40px;
}
.investor_box .icon:before {
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    background: var(--rv-secondary-light);
    z-index: -1;
    border-radius: 50%;
    top: 31px;
    left: 134px;
}
.footer_top .navbar-brand img {
    height: 100%;
    width: auto;
}
.partner-item {
    margin: 10px;
}
.partner-item a.img-partner img {
    background: #fffdfd;
    border: 1px solid #c9c9c9;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px -1px grey;
}

.nav-item.dropdown .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    min-width: 200px;
    transition: all 0.3s ease;
}

.nav-item.dropdown .dropdown-menu li {
    padding: 0 15px;
}
.nav-item.dropdown .dropdown-item {
    /* font-size: 14px; */
    /* color: #333; */
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px;
    /* width: 100%; */
    /* padding: 0; */
    /* position: relative; */
    /* left: 25px; */
    padding: 10px;
}
.dropdown-item {
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    width: auto;
}
.nav-item.dropdown .dropdown-item:hover,
.nav-item.dropdown .dropdown-item:focus {
    background-color: #007bff;
    color: #ffffff;
    text-decoration: none;
}

.nav-link.dropdown-toggle {
    font-weight: 600;
    color: #212529;
    transition: color 0.3s ease;
}

.nav-link.dropdown-toggle:hover {
    color: #007bff;
}

/* Caret Icon Alignment */
.bi-caret-down {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.nav-item.dropdown.show .bi-caret-down {
    transform: rotate(180deg);
}


.form-check-input:checked {
    background-color: var(--rv-primary);
    border-color: var(--rv-primary);
}
.text-primary {
    color: var(--rv-primary) !important;
}

.custom-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--rv-primary);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-text {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}
a.navbar-brand img {
    height: 100%;
    width: 100%;
}
a.navbar-brand {
    height: 90px;
}



.main_heading h5:before {
    content: "";
    width: 0%;
    height: 2px;
    background: #0181fe;
    position: absolute;
    transition: 0.4s;
    top: 25px;
    left: 41%;
}

.main_heading:hover h5:before {
    width: 185px;
}

.aboutus_section {
    border-bottom: 1px solid #00000024;
}