:root {
  --rv-primary:#01519a;
  --rv-primary-light: #cedff0;
  --rv-primary-light-two: #d5f4ff;
  --rv-secondary: #da251c;
  --rv-secondary-light: #f0e2e1;
  --rv-black: #000000;
  --rv-white: #ffffff;
  --rv-heading-color: #11111b;
  --rv-text-color: #3f3f3f;
  --rv-dark: #131e23;
  --rv-body-font: "Poppins";
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: var(--rv-body-font);
  color: var(--rv-black);
}

body {
  position: relative;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
html {
    overflow: auto !important;
}
.btn-primary {
  /* border-radius: 50px; */
  padding: 8px 16px;
  font-weight: 400;
  min-width: 150px;
  background-color: var(--rv-primary);
  border: 1px solid var(--rv-primary);
  color: var(--rv-white);
  font-weight: 600;
}
.btn-primary span {
  color: var(--rv-white);
}
.btn-primary span i {
  color: var(--rv-white);
}

.btn-primary:hover {
  background-color: var(--rv-secondary);
  border: 1px solid var(--rv-secondary);
  /* color: var(--rv-primary); */
}

.btn-secondary {
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 400;
  min-width: 150px;
  background-color: var(--rv-secondary);
  border: 1px solid var(--rv-secondary);
  color: var(--rv-white);
}

.btn-secondary {
  background-color: var(--rv-primary);
  border: 1px solid var(--rv-primary);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--bs-black);
}

.inner-title .title {
  font-size: 24px;
  color: #454545;
}

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

.inner-first-section {
  padding-top: 160px;
}

.text-right {
  text-align: right !important;
}

.dark {
  color: var(--rv-secondary);
}

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

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

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

.dark_bg {
  background-color: var(--rv-dark);
}

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

.header-main {
  position: relative;
  width: 100%;
  z-index: 9;
}
.header-main .navbar {
  padding: 0;
  margin: 0;
}
.header-main .navbar .navbar-brand img {
  height: 100px;
}

header.header-main.scrolled-up {
  position: fixed;
}

.navbar.navbar-expand-lg {
  width: 100%;
  background-color: transparent !important;
  background: transparent;
  padding: 0 20px;
}

/* .navbar.navbar-expand-lg::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 25px 25px;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.0705882353);
} */

.main_banner {
  position: relative;
  /* padding-top: 60px; */
  padding-bottom: 80px;
  overflow: hidden;
  background: #d7e0e7;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown::after {
  content: "\f107";
  position: absolute;
  font-family: fontawesome;
  right: 12px;
  top: 5px;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  color: var(--rv-secondary);
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover::after {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
  color: var(--rv-primary);
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 30px;
}

.navbar-expand-lg .navbar-nav .dropdown-item .dropdown-link {
  font-weight: 500;
}

/* .navbar-expand-lg .navbar-nav .dropdown-item .dropdown-link:hover {
  color: var(--rv-white);
} */
.navbar-expand-lg .navbar-nav .dropdown-item:hover a{
  color: var(--rv-white);
}

/* .main_banner::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
   transform: rotate(-10deg); 
  background-color: var(--rv-primary-light);
  border-radius: 100%;
} */

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

.main_banner .banner_content .title {
  font-weight: 700;
  font-size: 27px;
}

.main_banner .banner_content .title span {
  position: relative;
  display: block;
  font-size: 38px;
}

.main_banner .banner_content .title span::after {
  background: #00adee;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 6px;
  -webkit-clip-path: polygon(0 60%, 90% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 90% 100%, 100% 100%, 0% 100%);
}

.main_banner .banner_content p {
  margin-bottom: 35px;
  margin-top: 20px;
  width: 85%;
 /* text-align:justify; */
}

/* .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(229, 72, 44, 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;
} */

.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.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_row {
  display: flex;
}

.service_box {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 15px;
}

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

.service_box.box1:hover {
  background-color: rgba(230, 131, 169, 0.1411764706);
}

.service_box.box2:hover {
  background-color: rgba(118, 150, 253, 0.1411764706);
}

.service_box.box3:hover {
  background-color: rgba(127, 115, 250, 0.1411764706);
}

.service_box.box4:hover {
  background-color: rgba(253, 103, 176, 0.1411764706);
}

.service_box.box5:hover {
  background-color: rgba(113, 193, 241, 0.1411764706);
}

.service_box.box6:hover {
  background-color: rgba(122, 122, 237, 0.1411764706);
}

.service_box.box7:hover {
  background-color: rgba(145, 145, 245, 0.1411764706);
}

.service_box.box8:hover {
  background-color: rgba(234, 106, 60, 0.1411764706);
}

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

.service_box .icon {
  display: inline-block;
  width: 120px;
  height: 110px;
  border-radius: 100%;
  padding: 0px;
  margin-bottom: 10px;
  text-align: left;
}

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

.service_box h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  min-height: 42px;
  text-transform: uppercase;
  color: var(--rv-primary);
}

.service_box.box1 h5 {
  color: #e683a9;
}

.service_box.box2 h5 {
  color: #7696fd;
}

.service_box.box3 h5 {
  color: #7f73fa;
}

.service_box.box4 h5 {
  color: #fd67b0;
}

.service_box.box5 h5 {
  color: #71c1f1;
}

.service_box.box6 h5 {
  color: #7a7aed;
}

.service_box.box7 h5 {
  color: #9191f5;
}

.service_box.box8 h5 {
  color: #ea6a3c;
}

.service_box .view_more {
  text-decoration: none;
  font-weight: 500;
  color: #e683a9;
  font-size: 16px;
}

.service_box.box2 .view_more {
  color: #7696fd;
}

.service_box.box3 .view_more {
  color: #7f73fa;
}

.service_box.box4 .view_more {
  color: #fd67b0;
}

.service_box.box5 .view_more {
  color: #71c1f1;
}

.service_box.box6 .view_more {
  color: #7a7aed;
}

.service_box.box7 .view_more {
  color: #9191f5;
}

.service_box.box8 .view_more {
  color: #ea6a3c;
}

.service_box p {
  line-height: 20px;
}

.testimonial_card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 100px 50px;
  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-main {
  padding-top: 60px;
  background: #eddfde;
  position: relative;
  /* border-radius: 80px 80px 0 0; */
}
/*.footer-main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  filter: blur(50px);
  opacity: 0.2;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c1d4e7;
  margin: 0 auto;
}*/
.footer-main .foot-title {
  margin-bottom: 20px;
 color: var(--rv-black);
}
.footer-main .foot-col.intro img {
  /* background: white; */
  width: 100px;
}
.footer-main .foot-col .menu {
  padding-left: 0;
}
.footer-main .foot-col .menu li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 14px;
}
.footer-main .foot-col .menu li a {
  font-weight: 600;
  color: var(--rv-black);
  text-decoration: none;
  transition: 0.5s;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.footer-main .foot-col .menu li a:hover {
  transition: 0.5s;
  transform: translateX(10px);
  color: var(--rv-primary);
}
.footer-main .contact-info p a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: var(--rv-black);
}
.footer-main .contact-info p a:hover{
  color: var(--rv-primary);
}
.footer-main .contact-info p a i {
  color: var(--rv-primary);
}
.footer-main .footer-bottom {
  padding: 10px 0;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
          backdrop-filter: saturate(200%) blur(30px);
      background-color: var(--rv-black);
}
.footer-main .footer-bottom p {
  margin: 0;
  color: var(--rv-primary-light);
}

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

.newsletter {
  margin-bottom: 50px;
}

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

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

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

.newsletter_form .form-group .btn-primary {
  position: absolute;
  right: 4px;
  top: 4px;
}

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

/*.plan_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
}*/
.plan_box {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  margin-bottom: 25px;
  display: block;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.plan_box .image img {
  width: 300px;
}

.plan_box .content h4 {
  font-weight: 700;
  font-size: 24px;
  color: var(--rv-secondary);
  text-transform: uppercase;
  opacity: 0.8;
}

.blog_card {
  position: relative;
  background-color: var(--rv-primary-light);
  border-radius: 20px;
  overflow: hidden;
}

.blog_card .blog_thumb {
  position: relative;
}

.blog_card .blog_text {
  padding: 20px;
  background-color: var(--rv-white);
}

.blog_card .blog_text .date {
  position: absolute;
  background-color: var(--rv-primary);
  top: 15px;
  right: 15px;
  padding: 3px 15px;
  border-radius: 30px;
  color: #fff;
}

.blog_card .blog_text .category {
  color: var(--rv-primary);
  font-weight: 500;
  margin-top: 0;
  background: #eafaff;
  transform: translateX(-20px);
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  display: inline-block;
}

.blog_card .blog_text h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 30px;
}

.blog_card .blog_text h4 a {
  color: var(--rv-heading-color);
}

.blog_card .blog_text .know_more {
  text-decoration: none;
  margin-top: 15px;
  display: block;
}

.blog_card .blog_text .read-more-btn {
  color: var(--rv-primary);
  font-size: 15px;
}

#blogCar .owl-nav button {
  background-color: var(--rv-heading-color) !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  margin: 20px 10px;
}

#blogCar .owl-nav button span {
  color: #fff;
  font-size: 32px;
  line-height: 28px;
}

.post-detail .blog_title {
  font-size: 24px;
  font-weight: 600;
}

.post-detail .view_img {
  height: 520px;
  overflow: hidden;
  margin: 15px 0;
}

.post-detail .view_img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.pagination {
  margin-top: 20px;
}

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

.inner_banner {
  background: linear-gradient(90deg, var(--rv-primary-light-two) 0%, rgb(243, 244, 255) 60%);
  padding: 130px 0 50px 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0 0 120px 0;
}

.inner_banner .banner_content {
  padding: 70px 0;
  text-align: center;
}

.inner_banner .banner_content .title {
  font-size: 32px;
  font-weight: 600;
}

.inner_banner .banner_img img {
  width: 550px;
}

.breadcrumb {
  display: block;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #151515;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--rv-primary);
}

.content_box {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 12px 2px rgba(39, 38, 35, 0.12);
  padding: 30px;
}

.login-section .content_box {
  position: relative;
  overflow: hidden;
}

.login-section .content_box .form-control {
  background-color: #edf3f5;
  border: 1px solid #edf3f5;
}

.login-section .content_box .form-control:focus {
  border: 1px solid #00adee;
}

.login-section .content_box::after {
  content: "";
  position: absolute;
  background: #00adee;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}

.login-section .content_text {
  height: 100%;
  display: flex;
  align-items: center;
}

.login-section .content_text .login-panel-main h3 {
  font-size: 28px;
  font-weight: 600;
}

.login-section .content_box img {
  position: relative;
  z-index: 9;
}

.login_panel {
  padding: 70px 30px;
}

.login_panel .forget-pw {
  text-align: right;
}

.mv-section {
  margin-top: 60px;
}

.mv-box {
  background-color: #ffffff;
  padding: 20px;
  min-height: 120px;
  border-radius: 25px;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.1411764706);
}

.mv-box .icon {
  background: var(--rv-primary);
  border-radius: 100%;
  padding: 10px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-box .icon img {
  width: 100px;
}

.text {
  text-align:justify;
}

.text h4 {
  font-size: 24px;
  font-weight: 600;
}

.contact-box {
  background-color: var(--rv-primary);
  border-radius: 30px;
  padding: 40px;
  text-align: center;
}

.contact-box .col-md-4:nth-child(2) {
  border-left: 1px solid #22c3ff;
  border-right: 1px solid #22c3ff;
}

.contact-box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.contact-box h5 i::before {
  font-size: 24px;
}

.contact-box p,
.contact-box a {
  color: #fff;
}

.contact_map .content_box {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.investor_awareness .image img {
  width: 100%;
}

.awareness_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  align-items: center;
}

.awareness_box.not_planned {
  background-color: rgba(255, 0, 0, 0.0431372549);
  border-radius: 35px 35px 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.awareness_box.planned {
  background-color: #eef9f2;
  border-radius: 0 0 35px 35px;
  -webkit-clip-path: polygon(0% 0, 100% 15%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 15%, 100% 100%, 0 100%);
  z-index: 999;
  margin-top: -60px;
}

.awareness_box .content h2 {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 50px;
}

.aboutus-section h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
}

.aboutus-section h4 {
  font-size: 22px;
  font-weight: 600;
  color: #454545;
  margin-top: 25px;
  letter-spacing: -1px;
}

.service_section h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
}

.service_section h4 {
  font-size: 22px;
  font-weight: 600;
  color: #454545;
  margin-top: 25px;
  letter-spacing: -1px;
}

.about_section .image_section img {
  /* width: 82%; */
  clip-path: polygon(0% 20%, 80% 0%, 100% 100%, 0% 100%);
  border-radius: 30px;
}

.service_box.inner_box {
  min-height: 315px;
}

.service_box.inner_box.box1 h5 {
  color: #7f73fa;
}

.service_box.inner_box.box1:hover {
  background-color: rgba(127, 115, 250, 0.1411764706);
}

.service_box.inner_box.box2 h5 {
  color: #ea6a3c;
}

.service_box.inner_box.box2:hover {
  background-color: rgba(234, 106, 60, 0.1411764706);
}

.service_box.inner_box.box3 h5 {
  color: #e683a9;
}

.service_box.inner_box.box3:hover {
  background-color: rgba(230, 131, 169, 0.1411764706);
}

.service_box.inner_box.box4 h5 {
  color: #462887;
}

.service_box.inner_box.box4:hover {
  background-color: rgba(70, 40, 135, 0.1411764706);
}

.table {
  border-color: #d5d4d0;
}

.table td {
  vertical-align: middle;
  padding: 10px;
}

.table th {
  vertical-align: middle;
  padding: 10px;
}

.amfi_tag {
  font-size: 13px;
  font-weight: 600;
  color: var(--rv-primary) !important;
}

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

.getintouch_section .image img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.footer_top .disclaimer {
  margin-top: 20px;
}

.footer_top .disclaimer p {
  font-size: 15px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  padding: 10px;
}

textarea.form-control {
  height: 120px;
}

.diclaimer-amfi .amfi-item {
  display: flex;
  align-items: center;
  height: 85px;
}

.diclaimer-amfi .amfi-item span {
  margin-left: 15px;
  color: var(--rv-text-color);
}

.diclaimer-amfi .amfi-item img {
  border-radius: 5px;
}

/* TICKER */
/* .calname a {
  background: #dbd3c8 !important;
} */

/* .calname a:hover {
  background: var(--rv-secondary) !important;
} */

/* TAB */
.rvTab {
  padding: 0;
  margin: 0;
  display: flex;
}

.rvTab .tab_item {
  display: block;
  width: 100%;
}

.rvTab .tab_item .tab_link {
  background-color: var(--rv-primary);
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  border: 1px solid var(--rv-primary);
  width: 100%;
}

.rvTab .tab_item .tab_link.activelink {
  display: block;
  background-color: var(--rv-secondary);
  color: #fff;
  border: 1px solid var(--rv-secondary);
}

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

.rvTabContent .tab_list.hide {
  display: none;
}

/* .about_section {
  position: relative;
  padding-bottom: 0;
} */
.about_section .text_section{
text-align: justify;
}

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

.list-items .item {
  background: linear-gradient(300deg, var(--rv-primary), #545b5d);
  padding: 10px;
  border-radius: 50px 50px 0px;
  margin-bottom: 15px;
  color: #fff;
  padding-left: 55px;
  min-height: 60px;
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 26px;
}

.list-items .item .icon {
  background: var(--rv-primary);
  border-radius: 100%;
  position: absolute;
  left: -15px;
  top: 3px;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 #777;
}

.list-items .item .icon img {
  width: 90%;
}

/*.about_section .normal-text p::first-letter {
  font-size: 30px;
  color: var(--rv-primary);
  font-weight: 600;
}*/

.normal-text .btn-primary {
  margin: 40px auto 0 auto;
  width: 150px;
  display: block;
  font-weight: 600;
}

.service-image {
  text-align: center;
  margin-bottom: 30px;
}

.service-image img {
  height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-items {
  /* display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr); */
  position: relative;
}

.service-items .item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  min-height: 225px;
  color: var(--rv-white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 14px;
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.161), 0 2px 8px rgba(0, 0, 0, 0.161);
  border-color: #fff;
  border-radius: 8px;
  transition: 0.4s;
}

.service-items .item .title-icon {
  display: flex;
  align-items: center;
}

/* .service-items .item:nth-child(1) {
    transform: translateY(-140px);
}
.service-items .item:nth-child(2) {
    transform: translate(-25px, -20px);
}
.service-items .item:nth-child(3) {
    transform: translateY(50px);
}
.service-items .item:nth-child(4) {
    transform: translate(25px, -20px);
}
.service-items .item:nth-child(5) {
    transform: translateY(-140px);
} */
.service-items .item .title {
  font-size: 20px;
  color: #11111b;
  font-weight: 600;
  line-height: 24px;
  width: calc(100% - 65px);
  text-align: left;
}

.service-items .item .icon {
  background: #2d3897;
  border-radius: 100%;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-right: 10px;
}

.service-items .item .icon img {
  width: 70%;
}

.service-items .item p {
  margin: 0;
  line-height: 22px;
  margin-top: 10px;
}

.process-section {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}

.process-section::after {
  content: "";
  position: absolute;
  background: #29a4e1;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  filter: blur(50px);
  opacity: 0.15;
  bottom: -100px;
  right: -100px;
}

.process-image {
  margin-top: 50px;
}

.process-text .item {
  background: #ffffff;
  border-radius: 50px;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  align-items: center;
}

.process-text .item .icon {
  display: flex;
  background: #00adee;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.process-text .item .icon img {
  width: 70%;
}

.process-text .item .text {
  font-size: 22px;
  font-weight: 600;
}

.process-section .note-bar {
  background: rgb(45, 56, 151);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 15px 10px;
  text-align: center;
  transform: translateY(-120px);
}

.process-section .note-bar h4 {
  color: #fff;
}

/* Slider container */
#slider {
  position: relative;
  width: 60%;
  height: 485px;
  margin: 60px auto;
  perspective: 1400px;
  transform-style: preserve-3d;
  border-radius: 12px;
}

#slider input[type=radio] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: #ccc;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-83px);
  transition: background 300ms ease, border 300ms ease;
}

#slider input[type=radio]:checked {
  background: var(--rv-primary);
  border: 2px solid var(--rv-primary);
}

#slider label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  transition: transform 400ms ease, opacity 400ms ease;
  overflow: hidden;
}

.zoom-container {
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.zoom-container.can-zoom {
  position: relative;
}

.zoom-container.can-zoom::after {
  content: "";
  position: absolute;
  background: #29a4e1;
  width: 460px;
  height: 460px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  filter: blur(50px);
  opacity: 0.1;
  bottom: -100px;
  right: -100px;
}

.zoom-container:hover {
  cursor: default;
}

#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5,
#s6:checked ~ #slide6,
#s7:checked ~ #slide7 {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate3d(0%, 0, 0px);
}

#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide6,
#s6:checked ~ #slide7,
#s7:checked ~ #slide1 {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(20%, 0, -100px);
}

#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide6,
#s5:checked ~ #slide7,
#s6:checked ~ #slide1,
#s7:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(40%, 0, -250px);
}

#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide6,
#s4:checked ~ #slide7,
#s5:checked ~ #slide1,
#s6:checked ~ #slide2,
#s7:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(-40%, 0, -250px);
}

#s1:checked ~ #slide5,
#s2:checked ~ #slide6,
#s3:checked ~ #slide7,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2,
#s6:checked ~ #slide3,
#s7:checked ~ #slide4 {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(-20%, 0, -250px);
}

#s1:checked ~ #slide6,
#s2:checked ~ #slide7,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3,
#s6:checked ~ #slide4,
#s7:checked ~ #slide5 {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(-20%, 0, -250px);
}

#s1:checked ~ #slide7,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4,
#s6:checked ~ #slide5,
#s7:checked ~ #slide6 {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(-20%, 0, -100px);
}

.testimonil {
  height: 100%;
  text-align: center;
  padding: 30px;
}

.testimonil .client-info img {
  width: 100px !important;
  height: auto !important;
  position: static !important;
  border-radius: 100%;
}

.testimonil .text h4 {
  font-size: 26px;
  font-weight: 600;
  color: #00adee;
  margin: 0;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

/* a.blantershow-chat {
    background: #009688;
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
} */
/* 
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
} */

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  width: 140px;
  float: none;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
  } */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}

a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: none;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}
@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}
@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
  a.blantershow-chat {
    display: none;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

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

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

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  /*background-color: rgb(255, 255, 255);*/
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  width: 100%;
  /*max-width: calc(100% - 66px);*/
}

.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.check-box {
  display: flex;
  align-items: flex-start;
}

.check-box .form-check-input {
  /*margin: 10px;*/
}

.online-icon {
  background: #4caf50;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
}

#submit {
  background-color: #fff;
}

.iSpIQi .form-control {
  margin-bottom: 5px;
}

.btnSubmit.btn-block {
  background: #095e54 !important;
  color: #fff;
  padding: 8px 15px;
}

.rv-listing {
  list-style-type: none;
  padding: 0;
}

.rv-listing li {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 16px;
}

.rv-listing li::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon/check.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  top: 2px;
  left: 0;
  background-size: contain;
}

.rv-listing ul li {
  padding: 0;
}

.rv-listing ul li::after {
  display: none;
}

#rvLoginModal .modal-content {
  background: #00adee;
  border-radius: 0;
}

#rvLoginModal .modal-content .modal-header {
  padding: 15px;
}

#rvLoginModal .modal-content .modal-body {
  padding: 15px;
}

#rvLoginModal .modal-content .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

#rvLoginModal .modal-content .modal-header .btn-close {
  color: #ffffff;
  opacity: 1;
  font-size: 22px;
  background: #db1c1c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  transform: translate(-10px, 8px);
}

#rvLoginModal .modal-content .btn-primary {
  background: #2c3897;
  color: #fff;
}

.thankyou_section {
  padding: 180px 0 70px 0;
}

.thankyou-box {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2588235294);
  border-radius: 30px;
  padding: 30px;
  text-align: center;
}

.thankyou-box img {
  width: 200px;
}

.bubool {
  width: var(--data-width);
  height: var(--data-width);
  position: absolute;
  top: var(--data-position-top);
  border-radius: 50%;
  left: var(--data-position-left);
}
.bubool.rv-c-1 {
  background: radial-gradient(circle, #3dbf4a 0%, rgba(62, 191, 75, 0.09) 100%);
}
.bubool.rv-c-2 {
  background: radial-gradient(circle, rgba(225, 74, 66, 0.5490196078) 0%, rgba(62, 191, 75, 0.09) 100%);
}
.bubool.rv-c-3 {
  background: radial-gradient(circle, #3dbf4a 0%, rgba(62, 191, 75, 0.09) 100%);
}
.bubool.rv-c-4 {
  background: radial-gradient(circle, #f3c01b 0%, rgba(62, 191, 75, 0.09) 100%);
}
.bubool.rv-c-5 {
  background: radial-gradient(circle, #0e84fb 0%, rgba(62, 191, 75, 0.09) 100%);
}
.bubool.rv-c-6 {
  background: radial-gradient(circle, #3f3f3f 0%, rgba(62, 191, 75, 0.09) 100%);
}

/* .main-heading {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
.main-heading .title-box {
  position: relative;
  display: block;
  font-size: 38px;
  margin: 0;
  padding-bottom: 15px;
}
.main-heading .title-box::before{
  content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.main-heading .title-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--rv-secondary);
  bottom: 0;
  left: calc(50% - 20px);
} */

.partnerCarousel .partner-item {
  padding: 10px;
}
.partnerCarousel .partner-item a {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
          backdrop-filter: saturate(200%) blur(30px);
}

.rv-bg-section {
  background: #edf0f3;
}
.home-testimonial-section {
  background-image: url(../images/coming-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.home-testimonial-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(18, 74, 123, 0.3607843137);
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
}

.home-testimonial-section .item {
  padding: 40px 30px 30px;
}
.home-testimonial-section .item .testimonial-card {
  -webkit-backdrop-filter: saturate(200%) blur(30px);
          backdrop-filter: saturate(200%) blur(30px);
  padding: 30px 30px 65px 30px;
  background: var(--rv-white);
  box-shadow: 0 0 10px 0 #eee;
  border-radius: 10px;
  text-align: center;
}
/* .home-testimonial-section .item .testimonial-card .image {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
} */
.home-testimonial-section .item .testimonial-card .image img {
  border-radius: 100%;
  border: 2px solid #eee;
  width: 100px;
  height: 100px;
 display: inline;
}
.home-testimonial-section .item .testimonial-card .image .title {
  margin: 0;
  margin-left: 50px;
  font-size: 20px;
}

.blog-section .single-blog {
  color: var(--rv-white);
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 14px;
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.161), 0 2px 8px rgba(0, 0, 0, 0.161);
  border-color: #fff;
  border-radius: 8px;
	margin-bottom: 30px;
}
.blog-section .single-blog .single-blog-thumb img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .single-blog .single-blog-content {
  padding: 20px;
}
.blog-section .single-blog-content .blog-page-button{
  text-align: center;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 20px;
  transition: 0.5s;
}

.blog-section .single-blog-content .read-more {
  background: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  z-index: 9;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}
.blog-section .single-blog-content .blog-page-button::after {
  content: "";
  width: 0%;
  transition: 0.5s;
  height: 5px;
  background: var(--rv-primary);
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
  bottom: 8px;
}

.rv-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.rv-row .rv-col {
  padding: 15px;
  max-width: 50%;
  width: 100%;
}
.rv-row .rv-col a {
  color: var(--rv-white);
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 6px 5px 5px 20px;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 14px;
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.161), 0 2px 8px rgba(0, 0, 0, 0.161);
  border-color: #fff;
  border-radius: 8px;
  transition: 0.4s;
}
.rv-row .rv-col a:hover {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.161), 0 2px 8px rgba(0, 0, 0, 0.161);
  transition: 0.4s;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
          backdrop-filter: saturate(200%) blur(30px);
}
.rv-row .rv-col a .single_feature_seven {
  display: flex;
  gap: 20px;
  align-items: center;
}
.rv-row .rv-col a .single_feature_seven .icon {
  width: 50px;
  height: 50px;
}
.rv-row .rv-col a .single_feature_seven .icon img {
  width: 100%;
}
.rv-row .rv-col a .single_feature_seven h4 {
  margin: 0;
}

body .login-part {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.161), 0 2px 8px rgba(0, 0, 0, 0.161);
  border-color: #fff;
  border-radius: 8px;
  transition: 0.4s;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.contact-row .contact-boxcard {
  padding: 15px;
  max-width: 33.33%;
  width: 100%;
  margin-bottom: 30px;
}
.contact-row .contact-boxcard .contactbox {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px #da251c, 0 2px 8px #8ca0af;
  border-color: #fff;
  border-color: #fff;
  border-radius: 8px;
  height: 100%;
  padding: 20px;
  border: 2px solid transparent;
  transition: 0.4s;
}
.contact-row .contact-boxcard .contactbox .icon {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px #da251c, 0 2px 8px #8ca0af;
  border-color: #fff;
  border-radius: 50%;
  height: 55px;
  padding: 0;
  border: 2px solid transparent;
  transition: 0.4s;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-row .contact-boxcard .contactbox .icon i {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .contact-row .contact-boxcard {
    max-width: 100%;
  }
}

.contact-cards {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.161), 0 2px 8px rgba(0, 0, 0, 0.161);
  border-color: #fff;
  border-radius: 8px;
  height: 100%;
  padding: 20px;
  border: 2px solid transparent;
  transition: 0.4s;
}

.table tr td {
  background: rgba(0, 0, 0, 0.1294117647);
}
.header-top-area  ul{
  list-style: none;
}
.top-header-links{
  display: flex;
  gap:20px;
  margin-top:10px;
}
/* why choose section */
#why-us{
  margin-top: -100px;
}
.why-us .content {
  padding: 30px;
  background: var(--rv-primary);
  border-radius: 4px;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  color:var(--rv-white);
}
.why-us .content h4{
color:var(--rv-white);
}
.why-us .content p {
  margin-bottom: 30px;
  color:var(--rv-white);
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px 35px;
  width: 100%;
  margin-bottom: 20px;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  /* margin: 0 0 30px 0; */
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.why-us .icon-boxes .icon-box img{
  margin-bottom: 10px;
}
#about-main-heading{
  margin-top: 120px;
}
/* Custom CSS for the tabs  services dropdown*/
.departments .nav-tabs .nav-item .nav-link {
  padding: 15px;
  color: black;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  box-shadow: 4px 5px 10px 0px var(--rv-secondary);
}
/* .departments{
  background-color: #f7f8fc
} */
.nav-tabs{
  border-bottom: 0;
}

.departments .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: var(--rv-primary); 
  border-color: var(--rv-bg-primary);
}

/* .departments .nav-tabs .nav-item .nav-link:hover {
     color: black;
    background-color:var(--rv-secondary);
} */


.departments .tab-content .tab-pane {
  display: none; /* Hide all tab contents by default */
}

.departments .tab-content .tab-pane.active {
  display: block; /* Show the active tab content */
  animation: fadeIn 0.5s ease;
}

/* Simple fade-in animation for tab content */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

/* Custom styling for the icons (optional) */
.departments .nav-tabs .nav-link i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.section-title__title {
  position: relative;
  font-weight: 700;
  line-height: 50px;
  font-size: 42px;
  margin-top: 15px;
}
.services .icon-box a h4  {
  color: #2c4964;
  padding: 10px;
}

.services .icon-box:hover {
  background: linear-gradient(45deg, rgb(201 140 69 / 73%), var(--rv-bg-primary)) ;
   /* border-color: #1977cc; */
}

.services .icon-box:hover a h4, .services .icon-box:hover p {
  color: black;
}
.aboutmisson{
  padding-top: 25px;
}
.client__content{
  padding: 20px;
}
.social-list-client li a {
  background: #303743;
  height: 42px;
  width: 42px;
  display: inline-block;
  color: var(--rv-white);
  text-align: center;
  border-radius: 50%;
  line-height: 42px;
  font-size: 16px;
}
.social-list-client ul li {
  display: inline;
}
.testimonial-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color:var(--rv-bg-primary);
  clip-path: polygon(0 100%, 0 0, 100% 100%); /* Creates a triangle */
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.strbtn{
  margin-top: 20px !important;
}
.contactus{
  background: #f7f8fc;
  margin-top: 50px;
}
.sidebar {
  position: fixed;
    top: 90%;
    left: 74%;
    transform: rotateZ(90deg);
    z-index: 1000;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}

/* end */
.feature_area .icon-box {
  text-align: center;
  border: 1px solid var(--rv-primary);
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
}
.financial-tools{
  row-gap: 20px;
  justify-content: center;
}
.feature_area .icon-box:hover {
  background: var(--rv-primary)
  /* border-color: #1977cc; */
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}
.feature_area .icon-box:hover h4 , .feature_area .icon-box:hover p {
  color: #fff;
}
/* new blog css */
/*========================================*/
/*------------ [_Section_News] -----------*/
/*========================================*/
.news-wrapper .news-thumb {
  position: relative;
  
}

.news-wrapper .news-thumb img {
  transition: all 500ms ease-out 0s;
	  width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.news-wrapper .news-thumb .news-top-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 4px 14px;
  background: var(--rv-primary);
  font-size: 14px;
  color: var(--rv-white);
  transition: all 400ms ease-out 0s;
}

.news-wrapper .news-thumb .news-top-meta a {
  color: var(--rv-white);
}

.news-wrapper .news-thumb .news-top-meta i {
  font-size: 15px;
  margin-right: 8px;
  vertical-align: middle;
  color: var(--rv-white);
}

.news-wrapper .news-thumb .news-top-meta .admin {
  background: #ececec;
  padding: 2px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 11px;
  color: #17305e;
}

.news-wrapper .news-thumb .news-top-meta .admin a {
  color: #17305e;
}

.news-wrapper .news-thumb .news-top-meta .comment {
  background: var(--rv-primary);
  padding: 2px 17.9px;
  min-width: 96px;
}

.news-wrapper .news-thumb:after {
  position: absolute;
  content: "";
  /* background: rgba(23, 48, 94, 0.6); */
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 400ms ease-out 0s;
 /* transform: perspective(3em) rotateY(-3deg); */
  transform-origin: top;
}



.news-wrapper .news-details .news-description .news-bottom-meta {
  color: #828c99;
  background: #f5f6fc;
  padding: 10px 20px;
  border-left: 3px solid var(--rv-primary);
}

.news-wrapper .news-details h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.news-wrapper .news-details .news-description .the-content {
  margin-bottom: 20px;
}

.news-wrapper .news-details .news-link {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1.2px;
  line-height: 16px;
  position: relative;
}

.news-wrapper .news-details .news-link a {
  color: var(--rv-primary);
  font-size: 15px;
}

.news-wrapper .news-details .news-link a i::before {
  font-size: 16px;
  vertical-align: middle;
  transition: 300ms;
}

.news-wrapper .news-details .news-link:hover {
  color: var(--rv-primary);
}

.news-wrapper .news-details .news-link:hover:before {
  width: 100%;
}

.news-wrapper .news-details .news-link:hover a i::before {
  margin-left: 6px;
}

.news-wrapper .news-details .news-link:before {
  content: "";
  width: 60%;
  height: 2px;
  background: var(--rv-primary);
  left: 0;
  position: absolute;
  bottom: -5px;
  transition: 0.3s;
}

.news-wrapper:hover .news-thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.news-wrapper:hover .news-thumb .news-top-meta {
  left: 30px;
}

.news-wrapper:hover .news-thumb:after {
  opacity: 1;
  transform: perspective(0) rotateX(0);
}

.news-wrapper .news-details .news-description .news-bottom-meta {
  color: #828c99;
  background: #f5f6fc;
  padding: 10px 20px;
  border-left: 3px solid var(--rv-primary);
}

.blogdata .news-wrapper{
  position: relative;
  box-shadow: 0px 2px 15px rgb(89 100 44 / 70%);
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.blogdata .news-wrapper .news-details {
  padding-left: 30px;
  width: calc(100% - 100px);
  align-self: center;
}
.cs-btn-one{
  border-radius: 50px;
  padding: 6px 20px;
  font-weight: 400;
  min-width: 150px;
  background-color: var(--rv-primary);
  border: 1px solid var(--rv-primary);
  color: var(--rv-white);
}
.home-contact-section .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 60px;
  height: 60px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 35px;
}
.home-contact-section .info .email, .home-contact-section .info .phone {
  margin-top: 60px;
}
.contact-row-homepage{
  background: #b4cbe1;
  padding: 50px 30px;
  border-radius: 30px;
}
.contact-row-homepage .contact-boxcard .contactbox {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  /* background-color: hsla(0, 0%, 100%, 0.3); */
  /* box-shadow: inset 0 2px 3px #5fa001, 0 2px 8px #8ca0af; */
  border-color: #fff;
  border-radius: 8px;
  height: auto;
  /* padding: 20px; */
  border: 2px solid transparent;
  transition: 0.4s;
}

.contact-row-homepage .contact-boxcard .contactbox .icon {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
  backdrop-filter: var(--tw-backdrop-filter);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px #da251c, 0 2px 8px #8ca0af;
  border-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  height: 55px;
  padding: 0;
  border: 2px solid transparent;
  transition: 0.4s;
  width: 55px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
/* #why-us .content h4{
  color: white;
} */
#sociallink{
  float: right;
}
.home-testimonial-section .owl-nav .owl-prev span,
.home-testimonial-section .owl-nav .owl-next span {
    font-size: 45px;
    background: var(--rv-secondary);
    width: 45px;
    display: block;
}

.home-testimonial-section .owl-nav .owl-prev span {
    margin-right: 10px; /* Specific styling for owl-prev */
}
@keyframes bounce {
  0%, 100% {
      transform: translateY(0); /* Start and end at the original position */
  }
  50% {
      transform: translateY(-10px); /* Move up by 10px */
  }
}

.banner_img img {
  animation: bounce 2s ease-in-out infinite; /* Apply the bounce animation */
  display: block;
    margin: 40px 40px;
    height: 350px;
    width: 350px;
}
/* .home-testimonial-section h6.light-gray{
  margin-left: 50px;
} */
.header-navigation-area{
  background-color: white;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: var(--rv-primary);
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.counter-card .counter-box span {
  font-size: 36px;
  font-weight: 600;
  color: #082744;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.about_section .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid var(--rv-primary);
    border-radius: 50px;
    transition: 0.5s;
}
.about_section .icon-box .icon i {
    color: var(--rv-primary);
    font-size: 32px;
}
.about_section .icon-box .icon i::before {
    font-size: 30px;
    font-weight: 600;
}
.about_section .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
	color: var(--rv-black);
    transition: 0.3s;
}
.about_section .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 16px;
}
.footer-top .social-list{
	display: flex;
	flex-wrap: nowrap;
    margin: 20px 0;
	 margin-left: -14px;
}
.departments .details p{
text-align: justify;
}
.about-section .card-body p,
.about-section .card-body h3{
color: var(--rv-white);
}


.service-inner-page{
text-align: justify;
}
/* .single_feature_seven p{
text-align: justify;
} */
.feature_area .icon-box:hover img {
  filter: grayscale(100%) brightness(200%) contrast(90%);
}

@media only screen and (max-width:767px){
	.contact-row-homepage .contact-boxcard .contactbox{
	    height: auto;
	}
.contact-row-homepage {
    margin-top: 30px;
}
	.blogdata .news-wrapper{
	    flex-wrap: wrap;
	}
	.blogdata .news-wrapper .news-details{
	    width: 100%;
		    padding-left: 0;
	}
	.news-wrapper .news-thumb {
    position: relative;
    margin: 0 auto 20px;
}
	.main_banner .banner_content{
	    padding-top: 0;
	}
	.banner_img img{
	margin: 0;
    margin-bottom: 30px;
	}
}

.zoom-out {
  animation-name: zoom-out;
  transform: scale(1);
  opacity: 1;
}
@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* main heading */
.main-heading {
  position: relative;
  text-align: center;
}

.main-heading .inn-box {
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}

.main-heading .inn-box h3 {
  font-size: 42px;
  /* font-weight: 800; */
  position: relative;
  z-index: 99;
  margin-bottom: 15px;
}

.main-heading .bar {
  height: 5px;
  width: 75px;
  background: var(--rv-primary);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}

.main-heading .bar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: var(--rv-white);
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: move-bg;
}
@keyframes move-bg {
  0% {
    -webkit-left: 0;
    left: 0;
  }
  100% {
    -webkit-left: 100%;
    left: 100%;
  }
}
.main-heading .subheading {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  text-transform: uppercase;
}
.main-heading .subheading h6 {
  color: var(--rv-primary);
  font-size: 18px;
}

/* home banners */
.home-banners{
  transform: scale(1);
  transition: 14s transform ease;
}
.home-banners .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 550px;
  transform: scale(1);
  transition: 14s transform ease;
}
.home-banners .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 550px;
  transform: scale(1);
    transition: 14s transform ease;
}
.home-banners .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 33, 50, 0.631372549);
   display: flex; 
  align-items: center;
  transform: scale(1);
  transition: 14s transform ease;
}
.home-banners .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  max-width: 700px;
  width: 100%;
}
.home-banners .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid var(--rv-white);
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home-banners .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: var(--rv-white);
}
.home-banners .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: var(--rv-white);
}
.home-banners .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: var(--rv-white);
}
.home-banners .owl-item.active .item .cover .header-content .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.home-banners .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;
}
.home-banners .cover .content-box {
  position: relative;
  text-align: left;
  max-width: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 0.568627451);
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  border-radius: 10px;
  -webkit-backdrop-filter: saturate(200%) blur(2px);
  backdrop-filter: saturate(200%) blur(2px);
}
.home-banners .cover .content-box h3{
  font-size: 36px;
  font-weight: 900;
  line-height: 56px;
  margin-bottom: 30px;
  color: var(--rv-black);
  letter-spacing: 1px;
}
/* new services servicess */
.home-products {
  background-image: url(../images/doodle.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  background-attachment: fixed;
}
.white-overlay {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 80px 0;
}
.service-box-content {
  padding: 0 30px 25px;
  box-shadow: 20px 10px 30px rgba(16, 0, 71, 0.07);
  background: var(--rv-white);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 25px;
}
.service-box-content .service-box-content-text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 110px;
}

.service-box-content.st-1:hover {
  background: var(--rv-primary);
}

.service-box-content-icon span {
  font-size: 40px;
  color: #8500d1;
  width: 78px;
  height: 78px;
  background: #f8ecff;
  text-align: center;
  line-height: 78px;
  border-radius: 0 0 50% 50%;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.service-box-content:hover span {
  background: var(--rv-white);
}

.service-box-content-icon.st-1 span {
  color: var(--rv-primary);
  background: var(--rv-primary-light);
  line-height: 40px;
}

.service-box-content span {
  padding-top: 15px;
}

.service-box-content span::before {
  font-size: 48px;
  padding-top: 15px;
}

.service-box-content-text h4 {
  transition: all 0.3s ease-out 0s;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.service-box-content h4 a {
  color: #040021;
  font-size: 24px;
}

.service-box-content:hover h4 a {
  color: var(--rv-white);
}

.service-box-content h4 a:hover {
  color: var(--rv-white) !important;
}

.service-box-content:hover p {
  color: var(--rv-white);
}
.white-overlay .main-heading .subheading h6 {
  color: var(--rv-primary) !important;
}

/* market watch */
.market-watch-section {
  background: url(../images/market-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 !important;
  text-align: center;
  background-attachment: fixed;
}
.main-overlay {
  background-color: rgba(18, 74, 123, 0.7);
  padding: 100px 0;
}
.market-watch-section h2 {
  color: var(--rv-white);
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 42px;
  font-size: 42px;
}
.btn-white{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s;
  margin-bottom: 6px;
  line-height: 18px;
}
/* investor corner */
.investor-corner-section {
  background-image: url(../images/banner3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  text-align: center;
  background-attachment: fixed;
}

.investor-corner-section .overlay-section {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 80px 0;
}

.investor-corner-section .col-md-2 {
  padding: 0 10px;
}

.investor-corner-section .main-heading .inn-box h3 {
  color: var(--rv-white);
}

.investor-corner-section p {
  color: var(--rv-white);
  width: 80%;
  margin: 0 auto 80px auto;
}

.investor-corner-section a {
  padding-bottom: 25px;
  height: 100%;
  display: block;
}

.investor-corner-section .tool-box {
  background-color: var(--rv-white);
  border-radius: 6px;
  padding: 25px 15px;
  position: relative;
  height: 100%;
}

.investor-corner-section .tool-box::after {
  content: "";
  position: absolute;
  background-color: var(--rv-primary);
  width: 100%;
  height: 0;
  transition: 0.5s;
  top: 0;
  border-radius: 6px;
  left: 0;
}

.investor-corner-section .tool-box:hover::after {
  height: 100%;
  transition: 0.5s;
  z-index: 0;
}

.investor-corner-section .tool-box .icon {
  padding: 15px 18px;
  background-color: var(--rv-primary-light);
  border-radius: 8px;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 9;
  display: inline-block;
}

.investor-corner-section .tool-box .icon i {
  position: relative;
  z-index: 99;
  display: block;
  line-height: 42px;
}

.investor-corner-section .tool-box .icon i::before {
  margin: 0;
  font-size: 50px;
  color: var(--rv-primary);
}

.investor-corner-section .tool-box .title {
  font-size: 17px;
  color: #040021;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 12px;
  position: relative;
  z-index: 999;
}

.investor-corner-section .tool-box:hover .icon {
  background-color: var(--rv-white);
}

.investor-corner-section .tool-box:hover .title {
  color: var(--rv-white);
}
.overlay-section .main-heading .subheading h6 {
  color: var(--rv-white);
}

/* why us section */
.whyus-section .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(8px 6px 10px #999);
}

.feature_card {
  display: flex;
  align-items: baseline;
}

.feature_card .icon {
  padding: 12px 15px;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  transition: 0.3s;
  /* background-color: var(--rv-primary-light);
  border-radius: 8px;
  width: 65px;
  height: 65px; */
}

.feature_card:hover .icon::after {
  transform: rotate(25deg);
  transition: 0.3s;
  background-color: var(--rv-primary);
}

.feature_card .icon i {
  position: relative;
  z-index: 999;
}

.feature_card .icon i::before {
  margin: 0;
  font-size: 36px;
  color: var(--rv-primary);
}

.feature_card:hover .icon i::before {
  color: var(--rv-white);
}

.feature_card .icon::after {
  content: "";
  position: absolute;
  background-color: var(--rv-primary-light);
  border-radius: 8px;
  width: 65px;
  height: 65px;
  left: 0;
  top: 0;
  z-index: 0;
}

.feature_card .content {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
}

.feature_card .content h3 {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 600;
}
.content {
  padding-right: 25px;
  margin-bottom: 26px;
}
/* counter new */
.counter-stats {
  position: relative;
}
.counter-stats .counter-card {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.counter-stats .counter-card .counter-items {
  padding: 20px;
  max-width: 25%;
  width: 100%;
}
.counter-stats .counter-card .counter-items .counter-box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background: rgba(232, 237, 242, 0.631372549);
  padding: 20px;
  position: relative;
  transition: 0.5s;
}
.counter-stats .counter-card .counter-items .counter-box:hover {
  transition: 0.5s;
}
.counter-stats .counter-card .counter-items .counter-box:hover::before {
  transition: 0.5s;
  left: 0;
  top: 0;
}
.counter-stats .counter-card .counter-items .counter-box::before {
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  background: rgba(232, 237, 242, 0.631372549);
  z-index: 0;
}
.counter-stats .counter-card .counter-items .counter-box .conut-b {
  color: var(--rv-black);
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.counter-stats .counter-card .counter-items .counter-box .conut-b .c-data {
  line-height: 50px;
  font-size: 30px;
  display: flex;
}
.counter-stats .counter-card .counter-items .counter-box .conut-b .c-data .counter {
  margin: 0;
}
.counter-stats .counter-card .counter-items .counter-box .conut-b .c-data span {
  font-size: 16px;
}
.counter-stats .counter-card .counter-items .counter-box .conut-b .image {
  margin-right: 10px;
}
.counter-stats .counter-card .counter-items .counter-box .conut-b .image span {
  margin-bottom: 20px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  width: 80px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, var(--rv-secondary) 0%, var(--rv-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.counter-stats .counter-card .counter-items .counter-box .conut-b .image span::before {
  font-size: 50px;
}
.counter-stats .counter-card .counter-items .counter-box .name {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  color: var(--rv-black);
  position: relative;
  z-index: 1;
  text-align: center;
}
#sliderr .item {
  position: relative;
  width: 100%; /* Full width */
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Prevents content spilling out */
}

#sliderr .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures no gaps on zoom */
  transition: transform 5s ease-in-out;
  transform: scale(1.2);
}

#sliderr .item:hover img,
#sliderr .owl-item.active img {
  transform: scale(1);
}
