@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --rv-primary: #a3d03f;
  --rv-secondary: #6d6e71;
  --rv-primary-light: rgb(109 110 113 / 4%);
  --rv-secondary-light: #f2f5fa;
  --rv-primary-gradient: linear-gradient(179deg, rgb(163 208 63) 0%, rgb(109 110 113) 35%, rgb(0 0 0) 53%);
  --rv-white: #fff;
  --rv-black: #000;
  --rv-font: "Poppins", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-black);
  font-weight: 600;
}

a {
  color: var(--rv-secondary);
}
a:hover {
  color: var(--rv-primary);
}

p {
  color: var(--rv-secondary);
  font-size: 16px;
}

ul li {
  color: var(--rv-secondary);
}

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

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

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

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

.bg_gray {
  background: #f0eeee;
}

.dropdown-item {
  font-weight: 600;
  color: var(--rv-secondary);
}

.btn-primary {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 3px;
  color: var(--rv-black);
  background-color: var(--rv-primary);
  border-color: var(--rv-primary);
  border: 0;
  text-decoration: none !important;
}

.main_section.bannersec {
  padding: 0;
}

.bannersec img {
  width: 100%;
}

.btn-secondary {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  margin: 0 3px;
  background-color: #009933;
  border-color: #009933;
  text-transform: uppercase;
  text-decoration: none !important;
}

.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: var(--rv-primary);
}

.main_heading h1 {
  font-weight: 600;
  margin: 0;
  font-size: 42px;
  line-height: 48px;
}

.main_section {
  padding: 80px 0;
}

.dark {
  color: #24285b;
}

.primary {
  color: #fe6347;
}

.secondary {
  color: #24285b;
}

.dark_bg {
  background-color: #181818;
}

.primary_bg {
  background-color: #fe6347;
}

.secondary_bg {
  background-color: #24285b;
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
  color: var(--rv-white) !important;
}

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

.header-main .navbar.navbar-expand-lg.navbar-light {
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

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

.main_banner::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/shape1.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: left;*/
  /*background-size: contain;*/
  /*width: 1000px;*/
  /*height: 100%;*/
  /*top: 122px;*/
  /*left: 0px;*/
}

.main_banner::before {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/img1.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: right;*/
  /*background-size: contain;*/
  /*width: 1000px;*/
  /*height: 100%;*/
  /*top: 0px;*/
  /*right: 0px;*/
  /*transform: rotate(0deg);*/
}

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

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

.investor_corner {
  position: relative;
}

.investor_corner .main_heading h2 {
  color: var(--rv-primary);
}

.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:hover {
  background-color: var(--rv-primary);
  text-decoration: none;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
}

.about-section .investor_box {
  background-color: unset;
  position: relative;
  overflow: hidden;
}

.about-section .investor_box:hover {
  background-color: unset;
}

.about-section .investor_box:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
          clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  top: 0;
  transform: rotate(45deg);
  left: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0.5803921569);
  /* border-radius: 50%; */
  transition: 0.5s;
}

.about-section .investor_box:hover:before {
  width: 500px;
  height: 500px;
  left: -100px;
  bottom: 0;
  border-radius: 0;
  background: var(--rv-primary);
  transition: 0.5s;
  z-index: -1;
  transform: rotate(0);
}

.about-section .investor_box:hover .icon {
  transition: 0.5s;
  border-color: var(--rv-white);
}
.about-section .investor_box:hover .icon .rv-image-icon i {
  background: unset;
  color: var(--rv-white);
  -webkit-text-fill-color: unset;
}

.about-section .investor_box .icon img {
  transition: 0.5s;
}

.about-section .investor_box:hover .icon img {
  filter: brightness(0) invert(1);
  transition: 0.5s;
}

.about-section .investor_box .icon {
  border: 2px solid var(--rv-primary);
  transition: 0.5s;
}

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

.investor_box img {
  margin: 0 auto;
  padding: 9px;
}

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

.investor_box p {
  margin: 0;
}

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

.why_chooseus {
  position: relative;
}

.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(--rv-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(--rv-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(--rv-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: #615c58;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

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

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

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

.service_box:hover .icon {
  background-color: var(--rv-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(--rv-white);*/
  /*margin-top: -8px;*/
}

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

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

.testimonials {
  text-align: center;
}

.testimonial_card {
  overflow: hidden;
}

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

.testimonials .images {
  width: 120px;
  margin: 0 auto;
  border: 3px solid var(--rv-white);
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--rv-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: #fe6347 !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#testimonialCar .owl-nav button span {
  color: var(--rv-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%;
}

header.header-main .navbar-brand img {
  height: 80px;
  width: auto;
}

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

.footer_main {
  padding: 80px 0 0 0;
  /*border-radius: 250px 250px 0 0;*/
  background-color: var(--rv-black);
}

.foot_widget h4 {
  color: var(--rv-white);
}

.foot_widget .foot_title {
  font-size: 20px;
  font-weight: 500;
  color: var(--rv-white);
  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;
  color: #aaa;
  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;
  color: #aaa;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget a:hover {
  color: #615c58 !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.footer_bottom {
  text-align: center;
  /*border-top: 1px solid #f96247;*/
  background: #121212;
  padding: 20px 0 10px 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(--rv-primary);
}

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

.btnRefresh {
  height: 46px;
  border-radius: 5px;
  background-color: #24285b;
  color: var(--rv-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;
}

.main_heading {
  padding-bottom: 50px;
}

.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 .val-body .outer_div {
  margin-bottom: 15px;
}

.sip_section .val-body .outer_div .slider_box {
  text-align: right;
}

.sip_section canvas#myChart {
  max-height: 400px;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid #fe6347;
  border-radius: 30px;
  height: 10px;
}

.sip_section .ui-slider-handle {
  background: #fe6347 !important;
  border-radius: 100%;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #fe6347 !important;
  outline: none !important;
}

.sip_section .ui-slider-range {
  background-color: #fe6347;
  border: 1px solid #fe6347 !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}

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

.navbar-light .navbar-nav a.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.navbar-light .navbar-nav a.nav-link.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 1px solid var(--rv-secondary);
  border-right: 1px solid var(--rv-secondary);
  top: 26px;
}

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

.icon1-hover {
  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: 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(--rv-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: linear-gradient(to bottom,  rgb(252 117 9 / 40%) 30%, rgb(252 117 9) 100%);*/
}

.service_section .service_box .icon {
  background-color: var(--rv-white);
  margin: 0;
}

.service_section .service_box {
  text-align: center;
}

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

.testimonial_section {
  position: relative;
}

.testimonial_section.mt-seaction .item {
  padding: 15px;
}

.testimonial_section.mt-seaction .item .investor_box {
  text-align: left;
}
.testimonial_section.mt-seaction .item .investor_box h5 {
  height: auto;
}
.testimonial_section.mt-seaction .item .investor_box:hover p {
  -webkit-line-clamp: unset;
  display: inline;
}
.testimonial_section.mt-seaction .item .investor_box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.testimonial_section.mt-seaction .item .investor_box .icon {
  margin-left: 0;
  background: var(--rv-primary);
  border-radius: 0 0 50px 0;
  float: left;
  margin-right: 0;
  margin-bottom: -10px;
  left: -15px;
  top: -15px;
}
.testimonial_section.mt-seaction .item .investor_box .icon img {
  border-radius: 0 0 50px 0;
  padding: 5px;
}

.testimonial_section.mt-seaction .item .investor_box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.testimonial_section.mt-seaction .item .investor_box:hover {
  background-color: var(--rv-primary);
  transition: 0.5s;
}

.testimonial_section.mt-seaction .item .investor_box:hover::before {
  transition: 0.5s;
  background: var(--rv-primary);
  z-index: 0;
  width: 300px;
  height: 300px;
}

.testimonial_section.mt-seaction .item .investor_box:hover .icon,
.testimonial_section.mt-seaction .item .investor_box:hover p,
.testimonial_section.mt-seaction .item .investor_box:hover h5 {
  color: var(--rv-white);
  position: relative;
}

.testimonial_section.mt-seaction .item .investor_box::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
  z-index: 0;
}

.testimonial_section::before {
  /*background: var(--rv-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(--rv-black);
}

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

.social {
  float: right;
}

.social-footer {
  padding: 0px;
}

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

.footer_bottom p {
  margin: 0;
}

.nav-top {
  background-color: var(--rv-secondary);
}

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

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

.nav-top ul li img {
  padding-right: 3px;
  width: 22px;
}

.banner-section .item {
  height: 80vh;
  position: relative;
}

.banner-section .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}

.banner-section .item .cover .header-content {
  position: relative;
  overflow: hidden;
  width: 60%;
}

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

.banner-section .item .cover .header-content h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: var(--rv-white);
}

.banner-section .item .cover .header-content p {
  color: var(--rv-white);
}

.banner-section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: var(--rv-white);
}

.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(--rv-white);
}

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

.banner-section .owl-nav .owl-prev:hover {
  background: var(--rv-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(--rv-white);
}

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

.banner-section .owl-nav .owl-next:hover {
  background: var(--rv-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: var(--rv-white);
}

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

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

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

.testimonials a {
  text-decoration: none;
}

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

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

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

.service_section .testimonials p.view {
  color: var(--rv-black);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
  margin: 0 auto;
}

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

.foot_widget a i {
  color: #615c58;
  margin-right: 5px;
}

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

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

.investor_box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  position: relative;
  overflow: hidden;
  height: 100px;
  margin: 0px auto;
}
.investor_box .icon img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

.mission-vision .mv_box {
  background-color: var(--rv-white);
  text-align: center;
  padding: 60px 20px 20px 20px;
  border-radius: 10px;
  border: 3px solid var(--rv-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: #615c58;
  padding: 6px 20px;
  position: relative;
  width: 100px;
  height: 40px;
}

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

.journey-section .journey_text .journey_years .year::after {
  content: "";
  border: 20px solid transparent;
  border-right: none;
  border-left: 20px solid #615c58;
  right: -20px;
  top: 0;
  position: absolute;
}

.journey-section .journey_text .journey_years .year::before {
  content: "";
  background-color: #615c58;
  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(--rv-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(--rv-primary);
  font-size: 23px;
  color: var(--rv-white);
  padding: 1px;
}

.right_conatct_social_icon {
  background: linear-gradient(to top right, var(--rv-primary) -5%, #615c58 100%);
}

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

.contact_inner {
  background-color: var(--rv-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(--rv-black);
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: var(--rv-black);
  font-weight: 400;
  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(--rv-white);
}

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

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

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}
.info_single span a {
  color: var(--rv-white);
  text-decoration: none;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: var(--rv-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(--rv-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(--rv-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(--rv-black);
  padding: 7px;
  margin: 5px;
}

.footer_top .navbar-brand img {
  filter: brightness(0) invert(1);
}
.footer_top img {
  padding: 7px;
  border-radius: 5px;
}

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

.social-footer img {
  background: var(--rv-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(--rv-black);
  padding: 13px;
  border-radius: 4px;
  margin-bottom: 30px;
}

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

.mobile-menu {
  display: none;
}

/* TICKER */
.ticker_section {
  background: linear-gradient(0deg, var(--rv-black), var(--rv-black));
  display: flex;
}

.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: var(--rv-white);
  border-radius: 0px;
  /*width: 100%;*/
  padding: 0;
  padding: 0px 7px;
  display: flex;
  background: linear-gradient(0deg, var(--rv-black), var(--rv-black));
  /*height: 110px;*/
  text-align: center;
  border-right: 1px solid var(--rv-white);
  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: var(--rv-white);
  margin-top: 8px;
  position: relative;
  z-index: 9;
  margin-left: -19px;
}

.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  padding-top: 7px;
  /*line-height: 18px;*/
  color: var(--rv-white);
  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: rgba(255, 255, 255, 0.2);
  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;*/
}

.text_input {
  padding: 10px;
  border-radius: 40px;
  border: 1px solid rgba(245, 245, 245, 0.9607843137);
}

.hide-span {
  display: none;
}

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

.features-section .tyi-items .image {
  display: flex;
  justify-content: center;
}

.features-section .tyi-items .image img {
  width: auto;
}

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

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

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

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

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

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

.features-section .features-list li a .tuia-card .ih-card .icone img {
  width: 100%;
}

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

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

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

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

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

.features-section .features-list li a .tuia-card::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  background: var(--rv-primary);
  transition: 0.5s;
  opacity: 0.4;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
  border-radius: 0 0 0 30px;
}

.features-section .common-links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-left: 0;
  margin: -15px;
  justify-content: center;
}

.features-section .common-links li {
  padding: 15px;
  margin-top: 0;
  max-width: 200px;
  width: 100%;
}

.features-section .common-links li a {
  border-radius: 50px;
  display: block;
}

.features-section .common-links li a img {
  width: 100%;
}

.ourclients-section .testimonials {
  padding: 0;
}

.ourclients-section .testimonials:hover {
  transition: 0.5s;
  background-color: var(--rv-primary);
}

.ourclients-section .testimonials:hover img {
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

.ourclients-section .testimonials:hover a:before {
  transition: 0.5s;
  background: var(--rv-primary);
  z-index: 0;
  width: 300px;
  height: 300px;
}

.ourclients-section .testimonials:hover .images {
  border: 3px solid var(--rv-white);
  position: relative;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0);
}
.ourclients-section .testimonials:hover .images .rv-image-icon i {
  background: unset;
  color: var(--rv-white);
  -webkit-text-fill-color: unset;
}

.ourclients-section .testimonials .images {
  border: 3px solid var(--rv-primary);
  transition: 0.5s;
}

.ourclients-section .testimonials img {
  position: relative;
  transition: 0.5s;
}

.ourclients-section .testimonials h3 {
  font-size: 18px;
  height: auto;
  color: var(--rv-primary);
  position: relative;
}

.ourclients-section .testimonials p {
  color: var(--rv-black);
  position: relative;
  font-size: 17px;
}

.ourclients-section .testimonials a {
  position: relative;
  overflow: hidden;
  padding: 40px 20px 20px;
  display: block;
  transition: 0.5s;
}

.ourclients-section .testimonials a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
}

.investor-corner .main_heading h1 {
  color: var(--rv-black);
}

.investor-corner .service_box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.investor-corner .service_box:hover {
  transition: 0.5s;
}

.investor-corner .service_box:hover::before {
  transition: 0.5s;
  background: var(--rv-primary);
  z-index: -1;
  width: 300px;
  height: 300px;
}

.investor-corner .service_box::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
}

.investor-corner .service_box .icon {
  border: 2px solid var(--rv-primary);
  margin-bottom: 30px;
}

.investor-corner .service_box:hover {
  background-color: var(--rv-primary);
}

.sipc-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -15px;
  text-align: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .sipc-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sipc-body .sipcb-card {
  padding: 15px;
}

.sipc-body .card {
  background: var(--datacolor);
  text-align: center;
  padding: 15px;
  color: var(--rv-white);
  width: 100%;
}

.blog_section .blog_body {
  background: var(--rv-white);
  border: 1px solid #eee;
  border-radius: 5px;
  transition: 0.5s;
}

.blog_section .blog_body:hover {
  box-shadow: 0 0 15px 0 #444;
  transition: 0.5s;
}

.blog_section .blog_body:hover .images {
  transition: 0.5s;
}

.blog_section .blog_body:hover .images img {
  transition: 0.5s;
  transform: scale(1.2) rotate(5deg);
}

.blog_section .blog_body .images {
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.blog_section .blog_body .images img {
  transition: 0.5s;
  height: 250px;
}

.blog_section .blog_body .blog-content {
  padding: 20px;
}

.blog_section .blog_body .blog-content h4 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_section .blog_body .blog-content .client_info ul {
  padding-left: 0;
}

.blog_section .blog_body .blog-content .client_info ul li {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: start;
}
.blog_section .blog_body .blog-content .client_info ul li i {
  padding-right: 5px;
}

.blog_section .blog_body .blog-content .client_info ul li img {
  width: 14px;
  margin-right: 10px;
}

.blog_section .blog_body .blog-content a {
  margin-top: 10px;
  color: var(--rv-primary);
}

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

.disclaimer-sec .content-b p {
  color: #aaa;
}

.disclaimer-sec .content-b h5 {
  color: var(--rv-white);
}

.nav-top ul {
  display: flex;
}

.nav-top ul li a svg {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot_widget .social-footer li a {
  padding: 5px;
}

.foot_widget .social-footer li a svg {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.disclaimer-sec .footer-content .footer-list .contentb h6 {
  color: var(--rv-white);
  margin-bottom: 0;
}

.aomv-section .aomv-box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  height: 100%;
  padding: 25px;
  background: var(--rv-white);
  border-radius: 5px;
  box-shadow: 0 0 15px 0 #ddd;
}

.aomv-section .aomv-box:hover {
  background-color: var(--rv-primary);
  transition: 0.5s;
}
.aomv-section .aomv-box:hover H3 {
  color: var(--rv-white);
}

.aomv-section .aomv-box:hover p {
  color: var(--rv-white);
}

.aomv-section .aomv-box:hover::before {
  transition: 0.5s;
  transition: 0.5s;
  background: var(--rv-primary);
  z-index: 0;
  width: 300px;
  height: 300px;
}

.aomv-section .aomv-box::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
}

.aomv-section .aomv-box h3 {
  font-weight: 600;
  color: var(--rv-black);
  position: relative;
}

.aomv-section .aomv-box p {
  color: var(--color-p);
  position: relative;
}

@media only screen and (min-width: 1360px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.top-banner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.top-banner-section .banner-box h1 {
  color: var(--rv-white);
  margin-bottom: 0;
}

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

.usfl-links .useful-links li {
  padding: 10px;
}

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

.usfl-links .useful-links li a:hover {
  transition: 0.5s;
  background-color: var(--rv-white);
  color: var(--rv-primary);
}

.ppy-section .ppo-lists {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.ppy-section .ppo-lists li {
  padding: 10px;
  position: relative;
  max-width: 160px;
  width: 100%;
}

.ppy-section .ppo-lists li a {
  padding: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px 0 #ddd;
  height: 100%;
}

.ppy-section .ppo-lists li a img {
  width: 100%;
  transition: 0.5s;
}

.ppy-section .ppo-lists li a:hover {
  transition: 0.5s;
}

.ppy-section .ppo-lists li a:hover img {
  transform: scale(1.2);
}

.login-sections {
  padding: 50px 0;
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
  background-color: var(--rv-white);
  border: 1px solid #eee;
}

.login-part h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.form-check-input:checked {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
}

.login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  padding-left: 10px;
  border-radius: 5px;
}

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

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

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

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

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

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

.form-check-input[type=radio] {
  border-radius: 50%;
  margin-right: 8px;
}

.form-group .form-control {
  border: 1px solid rgba(202, 202, 202, 0.8);
  padding: 10px 15px;
  border-radius: 3px;
}

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

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

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

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

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

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

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

.whyus-section .investor_box .icon {
  border-color: var(--rv-secondary);
}

.whyus-section .investor_box h5 {
  color: var(--rv-secondary);
}

.whyus-section .investor_box:hover::before {
  background: var(--rv-primary);
  opacity: 1;
}

.whyus-section .investor_box::before {
  background: var(--rv-primary);
  opacity: 0.4;
}

.service_section .service_box .icon {
  border: 2px solid var(--rv-secondary);
}

.service_section .service_box h5 {
  color: var(--rv-secondary);
}

.service_section .service_box:hover {
  background: var(--rv-primary);
}

.service_section .service_box:hover::before {
  background: var(--rv-primary);
}

.teb-section {
  background: #fbfbfb;
}

.teb-section .calculator-section .calculator-list li {
  max-width: 300px;
  width: 100%;
}

.teb-section .right-side .tab-pane {
  opacity: 1;
}

.teb-section .right-side .tab-content .text-content {
  box-shadow: 0 0 15px 0 #eee;
  padding: 20px;
  background: var(--rv-white);
  border-radius: 10px;
  border-top: 10px solid var(--colordata);
  text-align: justify;
}

.teb-section .right-side .tab-content .text-content b {
  font-weight: 500;
  color: #444;
}

.teb-section .right-side .tab-content .text-content ul li {
  color: #787878;
  font-size: 16px;
  margin-bottom: 10px;
}

.teb-section .right-side .tab-content .text-content ul li:last-child {
  margin-bottom: 0;
}

.teb-section .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: unset;
}

.teb-section .nav.nav-tabs li {
  width: 100%;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}

.teb-section .nav.nav-tabs li a {
  position: relative;
  background: #aaa;
  padding: 10px 15px;
  width: 100%;
  text-decoration: none;
  padding-left: 28px;
  display: block;
  color: var(--rv-white);
  height: 44px;
  font-weight: 600;
  transition: 0.5s;
}

.teb-section .nav.nav-tabs li a::before,
.teb-section .nav.nav-tabs li a::after {
  content: "";
  position: absolute;
  top: 0;
  transition: 0.5s;
}

.teb-section .nav.nav-tabs li a::before {
  left: 0;
  border-top: 22px solid #aaa;
  border-bottom: 22px solid #aaa;
  border-left: 15px solid #fbfbfb;
}

.teb-section .nav.nav-tabs li a::after {
  right: 0;
  border-top: 22px solid #fbfbfb;
  border-bottom: 22px solid #fbfbfb;
  border-left: 15px solid #aaa;
}

.teb-section .nav.nav-tabs li.active a {
  background-color: var(--colordata);
}

.teb-section .nav.nav-tabs li.active a::before {
  border-top: 22px solid var(--colordata);
  border-bottom: 22px solid var(--colordata);
}

.teb-section .nav.nav-tabs li.active a::after {
  border-left: 15px solid var(--colordata);
}

.teb-section .nav.nav-tabs li:last-child {
  margin-bottom: 0;
}

.rvpl-2 {
  padding-left: 10px;
}

.capitalServicesCard .csc-items {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.capitalServicesCard .csc-items a {
  text-decoration: none;
}
.capitalServicesCard .csc-items:hover {
  transition: 0.5s;
}
.capitalServicesCard .csc-items:hover .csc-item {
  border-color: var(--rv-primary);
  box-shadow: 15px 25px 25px 0px #aaa;
  transition: 0.5s;
}
.capitalServicesCard .csc-items:hover .csc-item h3 {
  transition: 0.5s;
  color: var(--rv-secondary);
}
.capitalServicesCard .csc-items:hover .csc-item .btn {
  color: var(--rv-primary);
}
.capitalServicesCard .csc-items:hover .csc-item .images {
  border-color: var(--rv-primary);
  transition: 0.5s;
}
.capitalServicesCard .csc-items .csc-item {
  position: relative;
  height: 100%;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  padding-top: 35px;
  background: var(--rv-white);
  box-shadow: 0 0px 5px 0px #eee;
  transition: 0.5s;
}
.capitalServicesCard .csc-items .csc-item h3 {
  padding-left: 60px;
  transition: 0.5s;
  color: var(--rv-secondary);
}
.capitalServicesCard .csc-items .csc-item .btn {
  padding: 0;
}
.capitalServicesCard .csc-items .csc-item .images {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 2px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -25px;
  top: -25px;
  background: var(--rv-white);
  transition: 0.5s;
}
.capitalServicesCard .csc-items .csc-item .images img {
  position: relative;
  z-index: 1;
}
.capitalServicesCard .csc-items .csc-item .images::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: var(--rv-white);
  top: 5px;
  left: 5px;
  z-index: 0;
}

.client-section .item,
.partner_section .item {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.client-section .item img,
.partner_section .item img {
  transition: 0.5s;
  height: 70px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.client-section .item:hover,
.partner_section .item:hover {
  transition: 0.5s;
}
.client-section .item:hover img,
.partner_section .item:hover img {
  transition: 0.5s;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 20px;
}
.stores .stors {
  padding: 15px;
}
.stores .stors img {
  transition: 0.5s;
  height: 45px;
}

.home-content-section .iframe {
  position: relative;
  height: 100%;
  padding-top: 56.5%;
}
.home-content-section .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-content-section .contact_form {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: var(--rv-white);
  padding: 30px;
}

.page-about-section .images img {
  width: 100%;
}

.about-page .home-content-section {
  background-color: var(--rv-primary-light);
}

.our-team-section .our-team-card {
  height: 100%;
  padding-bottom: 30px;
}
.our-team-section .our-team-card .otc-item {
  border: 1px solid #ddd;
  transition: 0.5s;
  height: 100%;
  padding: 20px;
}
.our-team-section .our-team-card .otc-item:hover {
  transition: 0.5s;
  border-color: var(--rv-primary);
  box-shadow: 0 20px 20px 0 #ddd;
}
.our-team-section .our-team-card .otc-item:hover .image {
  transition: 0.5s;
  border-color: var(--rv-primary);
}
.our-team-section .our-team-card .otc-item:hover .image,
.our-team-section .our-team-card .otc-item:hover .content {
  transition: 0.5s;
  transform: translateY(-30px);
}
.our-team-section .our-team-card .otc-item:hover .content {
  transition: 0.5s;
}
.our-team-section .our-team-card .otc-item:hover .content .social {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.our-team-section .our-team-card .otc-item .image {
  width: 100px;
  height: 100px;
  padding: 5px;
  transition: 0.5s;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #eee;
}
.our-team-section .our-team-card .otc-item .image img {
  width: 100%;
  height: 100%;
}
.our-team-section .our-team-card .otc-item .content {
  transition: 0.5s;
  text-align: center;
}
.our-team-section .our-team-card .otc-item .content h3 {
  color: var(--rv-primary);
}
.our-team-section .our-team-card .otc-item .content .social {
  float: unset;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.5s;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  right: 0;
  margin: 0 auto;
  transform: translateY(50px);
}
.our-team-section .our-team-card .otc-item .content .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-team-section .our-team-card .otc-item .content .social ul li {
  list-style: none;
  padding: 5px;
}
.our-team-section .our-team-card .otc-item .content .social ul li a {
  display: block;
}
.our-team-section .our-team-card .otc-item .content .social ul li a svg {
  width: 35px;
  height: 35px;
}

.page-service-section .main_heading h1 {
  color: var(--rv-primary);
}
.page-service-section .image img {
  width: 100%;
}
.page-service-section .content-service ul {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 767px) {
  .page-service-section .content-service ul li {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 767px) {
  .page-service-section .content-service ul li:nth-child(odd) {
    background-color: var(--rv-primary-light);
  }
  .page-service-section .content-service ul li:nth-child(odd) .s-content {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.page-service-section .content-service ul li .image img {
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .page-service-section .content-service ul li .image img {
    width: 100%;
  }
}
.page-service-section .content-service ul li .content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .page-service-section .content-service ul li .content {
    padding: 30px 0;
  }
}
.page-service-section .content-service ul li .content h3 {
  color: var(--rv-primary);
}
.page-service-section .content-service ul li .s-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-service-section .content-service ul li .s-content {
    flex-wrap: wrap;
  }
}

.calculator-section .calname {
  float: unset;
  width: unset;
}
.calculator-section .calculator-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: -10px;
  padding: 0;
  padding-bottom: 30px;
}
.calculator-section .calculator-list li {
  padding: 10px;
  list-style: none;
}
.calculator-section .calculator-list li a {
  float: unset;
  margin: 0;
  display: block;
  color: var(--rv-white);
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
}
.calculator-section .calculator-list li a:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}
.calculator-section .stick_option {
  display: none;
}
.calculator-section .caclulator {
  padding: 20px 0px;
}
.calculator-section .cal-name,
.calculator-section .summary-heading,
.calculator-section .cal-type,
.calculator-section .fundperfonmance .blue,
.calculator-section .blue a:link,
.calculator-section .fundperfonmance .blue > a,
.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  color: #030303;
}
.calculator-section .btn.submit,
.calculator-section .calname a,
.calculator-section .cal-result .summary .table th,
.calculator-section .cal-result .sip-tg .nav li,
.calculator-section .presales-container .ins-amt,
.calculator-section .pre-inputbox #removeButton > span,
.calculator-section .presales-result .lc-box,
.calculator-section .presales-cal .sip-tg .nav li,
.calculator-section .presales-cal .summary table th {
  background: var(--rv-primary);
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
  max-width: 33%;
}
.calculator-section .cal-name {
  border-bottom: 1px solid var(--rv-primary);
}
.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  border: 1px solid var(--rv-primary);
}
.calculator-section .amount-text,
.calculator-section .fundperfonmance .green {
  color: #a4d035;
}
.calculator-section #sipbarchart {
  overflow: unset !important;
}
.calculator-section #sipbarchart .highcharts-container {
  width: 100%;
}

.download-section .TabbedPanels {
  border: unset;
}
.download-section .TabbedPanels .TabbedPanelsTabGroup {
  background: var(--rv-primary);
  border: unset;
}
.download-section .TabbedPanels .TabbedPanelsTabGroup .TabbedPanelsTabHover {
  background: var(--rv-primary);
}
.download-section .TabbedPanels .TabbedPanelsTab {
  background: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  font-weight: 600;
}
.download-section .TabbedPanels .TabbedPanelsTab.TabbedPanelsTabSelected {
  color: var(--rv-primary);
  background-color: var(--rv-white);
}

.careers-form {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 5px;
  background: var(--rv-white);
}

.rv-image-icon {
  position: relative;
  z-index: 1;
}
.rv-image-icon i {
  font-size: 50px;
  background: var(--rv-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}