:root {
  --rv-primary: #e5a937;
  --rv-primary-light: #fdf2d1;
  --rv-bg-primary: #f5b92c;
  --rv-secondary: #1c5827;
  --rv-secondary-light: #86cb57;
  --rv-bg-secondary: #193b17;
  --rv-white: #fff;
  --rv-black: #070707;
  --rv-gray: #726d7b;
  --rv-font: "poppins" !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; 
  font-family: "poppins" !important;
}
html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--rv-font);
}
p,
a,
span,
li {
  font-size: 18px;
  text-decoration: none;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-primary);
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
}
p {
  color: #000;
  font-size: 16px;
}

a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  color: var(--rv-bg-secondary);
  text-decoration: none;
}

:root {
  --rv-primary: #f5b92c;
  --rv-primary-light: #fdf2d1;
  --rv-bg-primary: #e5a937;
  --rv-secondary: #1c5827;
  --rv-secondary-light: #86cb57;
  --rv-bg-secondary: #193b17;
}

.btn-primary {
  background-color: var(--rv-primary);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background-color: var(--rv-bg-primary);
  color: #fff;
}

.btn-primary:active {
  background-color: var(--rv-primary-light);
  color: var(--rv-primary);
  transform: scale(0.95);
}

.btn-primary.active{
  background-color: var(--rv-secondary);

}

.btn-secondary {
  background-color: var(--rv-secondary);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-secondary:hover {
  background-color: var(--rv-bg-secondary);
  color: #fff;
}

.btn-secondary:active {
  background-color: var(--rv-secondary-light);
  color: var(--rv-secondary);
  transform: scale(0.95);
}


.main_heading {
    flex-direction: column-reverse;
    display: flex;
}
.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: var(--rv-secondary);
}
.main_heading h3 {
  font-weight: 700;
}
.main_heading p {
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.main_section {
  padding: 80px 0;
}

.dark {
  color: #24285b;
}
.primary {
  color: #fe6347;
}
.secondary {
  color: #24285b;
}
.dark_bg {
  background-color: #242424;
}
.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: #fff !important;
}
.dark_bg p,
.dark_bg a,
.dark_bg li,
.dark_bg span {
  color: #fff !important;
}

.navbar.navbar-expand-lg {
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 100%;
  background-color: #fff0 !important;
  padding: 0;
}
.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: #fff;
}
.investor_corner {
    background: #fffaf0;
    box-shadow: 0 0 4px -1px #8080808a;
}
.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: 30px 15px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 1px 0px rgba(0, 0, 0, 0.51);
    margin: 60px 0;
}
#investorCar .investor_box {
    display: block;
    padding: 30px 15px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 1px 0px rgba(0, 0, 0, 0.51);
    margin: 0;
}
.investor_box:hover {
  background-color: var(--rv-secondary);
  text-decoration: none;
  box-shadow: 0 0 15px 2px rgba(229, 72, 44, 0.2);
}
.investor_box img {
  margin: 0 auto;
  padding: 6px;
}
.investor_box h5 {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0 5px 0;
  height: 68px;
}
.investor_box:hover h5, .investor_box:hover p {
    color: #fff;
}
#investorCar .investor_box:hover h5, #investorCar  .investor_box:hover p {
    color: #1c5827;
}
.investor_box p {
  font-size: 14px;
  line-height: 20px;
}

.why_chooseus {
  position: relative;
}
.why_chooseus::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon/app-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0px;
}
.why_chooseus::before {
  content: "";
  position: absolute;
  /*background-image: url(../images/line_shape.png);*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 78%;
  height: 70%;
  top: 37%;
  left: 11%;
  opacity: 0.7;
}
.why_chooseus .main_heading {
  margin-bottom: 15px;
}
.hexa_box {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.hexa_box.hexa_box1 {
  margin-right: 0;
}
.hexa_box.hexa_box2 {
  margin-right: 10px;
}
.hexa_box.hexa_box4 {
  margin-left: 0;
}
/*.hexa_box::before {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-top: none;
    border-bottom: 40px solid #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_box {
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 25px 10px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 5px solid #a7a6a6;
}
.service_box:hover {
    background-color: var(--rv-secondary);
    transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    border-radius: 0;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border-color:var(--rv-secondary);
}
.main_section .col-md-3 {
  padding: 0 10px;
}
.service_box .icon {
    background-color: var(--rv-secondary);
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    /* margin-bottom: 20px; */
    font-size: 40px;
}
.service_box .icon img {
  width: 43px;
}
.service_box:hover .icon {
  background-color: var(--rv-secondary);
}
.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: #fff;*/
  /*margin-top: -8px;*/
}
.service_box:hover h5,
.service_box:hover p,
.service_box:hover a {
  color: #fff !important;
  text-decoration: none;
}

.testimonial_card {
    background-color: #ffffff00;
    /* border-radius: 15px; */
    /* box-shadow: 0 0 12px 2px rgba(0,0,0,0.1); */
    /* padding: 40px 40px 80px 40px; */
    /* position: relative; */
}
.testimonial_card::after {
  content: "";
  /*background-color: #fe6347;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-radius: 15px 15px 0 0;
}
.testimonials {
  text-align: center;
}
.testimonials p {
  color: #000;
  font-size: 17px;
}
.testimonials .images {
  width: 120px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  height: 120px;
  padding-top: 25px;
}
.testimonials h3 {
}
.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: #fff;
  font-size: 40px;
  font-weight: 200;
  line-height: 38px;
}
#testimonialCar .owl-nav .owl-prev {
  position: absolute;
  left: 20%;
}
#testimonialCar .owl-nav .owl-next {
  position: absolute;
  right: 20%;
}

.footer_top .navbar-brand {
  display: block;
}
.footer_main {
  padding: 40px 0 0 0;
  /* border-radius: 250px 250px 0 0; */
  background: #f3f3f3;
  box-shadow: 0 0 3px 1px #cdc8c8;
}
.foot_widget .foot_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.foot_widget ul {
  list-style-type: none;
  padding-left: 0;
}
.foot_widget ul li a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.foot_widget ul li a:hover {
  color: var(--rv-secondary) !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}
.foot_widget a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out;
}
.foot_widget a:hover {
  color: var(--rv-secondary) !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}
.footer_bottom {
  text-align: center;
  /* border-top: 1px solid #f96247; */
  padding: 0px 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-secondary);
}

#captcha_code {
  width: 90px !important;
  height: 46px !important;
  border-radius: 5px;
}
.btnRefresh {
  height: 46px;
  border-radius: 5px;
  background-color: #24285b;
  color: #fff;
}
#captcha {
  width: calc(100% - 185px);
  height: 46px;
  border-radius: 5px;
  border: 1px solid #f1f4f8;
  box-shadow: none;
  color: #161c2d !important;
}

.getintouch_section .main_heading h1 {
  margin-bottom: 5px;
  font-size: 42px;
}
.getintouch_section .main_heading h2 {
  font-size: 32px;
  font-weight: 700;
}

.newsletter {
  margin-bottom: 50px;
}
.newsletter h1 {
  font-weight: 700;
  font-size: 40px;
}
.newsletter_form .form-group {
  position: relative;
  width: 60%;
  margin: 20px auto;
}
.newsletter_form .form-group .form-control {
  border-radius: 40px;
  height: 60px;
}
.newsletter_form .form-group .btn-primary {
  position: absolute;
  right: 6px;
  top: 6px;
}

.sip_section {
  padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid #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 #fe63472 !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.main_banner .banner_content h1 span {
  color: var(--rv-secondary);
  display: block;
}
.icon1-hover {
  display: none;
}
.investor_box:hover .icon1 {
  /*display: none;*/
}
.investor_box:hover .icon1-hover {
  display: block;
}
.aboutus_section {
  position: relative;
}
.aboutus_section::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/aboutus_section.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
  /*background-size: cover;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0px;*/
  /*left: 0px;*/
  content: "";
  position: absolute;
  background-image: url(../images/aboutus_section.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 100%;
  height: 1040px;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
}
.why_chooseus ul {
  padding-left: 0px;
}
.why_chooseus ul li {
  list-style-type: none;
  float: left;
  margin-top: 22px;
}
.why_chooseus ul li img {
  /*float: left;*/
  width: 33px;
}
.why_chooseus ul li p span {
  display: block;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
.why_chooseus ul li p {
  width: calc(100% - 104px);
  float: right;
}
.why_chooseus ul li .why_chooseus_icon {
  float: left;
  width: 90px;
  text-align: center;
}
.service_section {
  position: relative;
  /*background: #f0eeee;*/
}
/*.service_section::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url(../images/icon/service_section_shap.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top right;*/
/*  background-size: auto;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*}*/
/*.service_section::before */
/*{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../images/icon/service_section_shap1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: top left;*/
/*    background-size: auto;*/
/*    width: 78%;*/
/*    height: 70%;*/
/*    top: 0%;*/
/*    left: 0;*/
/*}*/
.service_section .service_box .icon {
  background-color: #fff;
  margin: 0;
}
.service_section .service_box {
  text-align: center;
}
.service_section .main_heading h5 {
  color: var(--rv-secondary);
}
.testimonial_section {
  position: relative;
}
.testimonial_section::before {
  /*background: var(--rv-secondary);*/
  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: 0;
}
.testimonial_section .main_heading h2,
.testimonial_section .main_heading p {
  color: #000;
}
.form-group .form-control {
  border: 1px solid #cacacacc;
}
#blog h3 {
  line-height: 1.2;
  text-align: left;
  margin-top: 12px;
  font-weight: 500;
}
#blog .client_info ul {
  padding: 0px;
  text-align: left;
}
#blog .client_info ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
#blog .client_info ul li i {
  color: var(--rv-secondary);
}
#blog ul li img {
  width: auto;
  float: left;
  margin-top: 6px;
}
.social {
  float: right;
  display: flex;
  gap: 10px;
  color: var(--rv-primary);
}
.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: #fff;
  padding: 4px 0px;
}
.nav-top ul li a {
    color: #fff;
}
.nav-top ul li img {
  padding-right: 3px;
  width: 22px;
}

header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  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;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  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;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header: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;
}

.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: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_section .icon-box * + .box-header {
  margin-top: 5px;
}
.about_section .icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: 0.33s all ease;
}
.about_section .divider {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.about_section .bg-accent {
  background: #cca876;
  fill: #cca876;
}
.icon-box .box-body {
  max-width: 100%;
}
.icon-box .box-top,
.icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: 0.33s all ease;
  -webkit-filter: blur(0);
}
.investor_box_mt {
  margin-top: 12rem;
}
.investor_corner ul {
  list-style-type: none;
  padding-left: 0px;
}
.investor_corner ul li {
  color: #787878;
}
.testimonials {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
}
.testimonials:hover {
  transition: all 0.3s ease-in-out;
  background: var(--rv-secondary);
}
.testimonials:hover h3,
.testimonials:hover p {
  color: #fff !important;
}
#blog .testimonials:hover h3,
#blog .testimonials:hover p {
  color: #000 !important;
}
.testimonials a {
  text-decoration: none;
}
.service_section .owl-carousel .owl-item img {
  width: 52px;
  margin-bottom: 10px;
}
.testimonials h3 {
  font-size: 18px;
}
.testimonials p {
  color: #000;
  font-size: 17px;
}
.service_section .testimonials p.view {
  color: #000;
  position: relative;
}
.service_section .testimonials p.view i {
  top: 6px;
  right: 32px;
  position: absolute;
}
.foot_widget a i {
  color: var(--rv-secondary);
  margin-right: 5px;
}
.why_chooseus_icon span {
  background: var(--rv-secondary);
  color: #fff;
  padding: 14px;
  border-radius: 66%;
  width: 80px;
  height: 80px;
  display: block;
  font-size: 33px;
}
#blog .testimonials .images {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  border: 0px solid #fff;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  height: 120px;
  padding-top: 0px;
}
#blog .testimonials:hover {
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.foot_widget ul li a img {
  width: 19px;
}
.investor_box .icon {
    background: var(--rv-secondary);
    padding: 20px;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    margin: 0px auto;
}
.investor_box .icon img {
  width: 100%;
}


section.banner .image-container {
  position: relative;
  z-index: 0;
}
section.banner .cover {
    position: absolute;
    z-index: 0;
    top: 30%;
    left: 35%;
}

section.banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: -15px;
    top: 0;
    position: absolute;
    border: 5px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

section.banner .slider_button {
  position: relative;
  top: -30px;
}

section.banner .slider_button .button {
  gap: 10px;
  display: flex;
}

section.banner .header-content {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
}

section.banner .header-content h2 {
    color: var(--rv-secondary-light);
    font-size: 36px;
    font-weight: 700;
}
section.banner .header-content h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.item {
    padding: 10px;
}
.contact-card  .icon {
    font-size: 25px;
}

.why_choose_us_area .main-section {
    text-align: center;
}

.why_choose_us_area #tabs ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px;
}

.why_choose_us_area #tabs ul li a {
    padding: 10px 20px;
    background-color: var(--rv-primary);
    color: var(--rv-white);
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

.why_choose_us_area #tabs ul li a:hover,
.why_choose_us_area #tabs ul li a.active {
    background-color: var(--rv-bg-primary);
}

.why_choose_us_area .tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.why_choose_us_area .tab-content.active {
    display: block;
    opacity: 1;
}

.why_choose_us_area .news-carousel .item {
    padding: 10px;
}

.why_choose_us_area .news-box {
    background-color: var(--rv-white);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
}

.why_choose_us_area .news-box:hover {
    transform: translateY(-5px);
}

.why_choose_us_area .news-box .image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    position: relative;
}

.why_choose_us_area .news-box .date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--rv-black);
    color: var(--rv-white);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.why_choose_us_area .content {
    padding: 15px;
    text-align: left;
}

.why_choose_us_area .content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--rv-black);
}

.why_choose_us_area .content p {
    font-size: 14px;
    color: var(--rv-gray);
    line-height: 1.5;
}

.service_section-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    /* border: 1px solid #eaeaea; */
    padding: 14px;
    border-radius: 15px;
    box-shadow: 0 0 3px 0px;
}


.service_section-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 30%);
    border-radius: 0;
}
.service_section-item:hover .service-inner {
    border-radius: 0;
}
.service_section-image img {
    max-width: 80px;
    height: auto;
}

.service_section-title {
    margin: 15px 0 10px;
    color: var(--rv-secondary-light);
}

.service_section-description {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.service_section-view {
    color: var(--rv-primary);
    font-weight: 500;
    transition: color 0.3s ease;
}

.service_section-view:hover {
    color: var(--rv-bg-primary);
}
section.banner .item {
    padding: 0;
}



.bg-color{
    background: #f9f9f9;
}
.item.partner-item {
    /* border: 1px solid grey; */
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
    margin: 5px;
    box-shadow: 2px 2px 5px -1px;
}

.item.partner-item:hover {
    border-color: var(--rv-bg-primary); /* Change border color on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
    transform: scale(1.02); /* Slightly scale the item */
}
.follow-company-icon {
    display: flex;
    gap: 30px;
}

h4.foot_title {
    font-size: 25px;
}
.follow-company-icon a i {
  font-size: 25px;
}

.footer_top .navbar-brand img {
  width: 100%;
}

.text-primary {
  color: var(--rv-bg-secondary) !important;
}

.contact-card h4{
  color: var(--rv-bg-secondary) ;
}

.download-apps  h3 {
  font-size: 30px;
}

ul.dropdown-menu.show {
  padding: 0;
  /* display: flex; */
}

ul.dropdown-menu.show li {
  padding: 5px 15px;
  /* border-bottom: 1px solid grey; */
}
.dropdown-item:focus, .dropdown-item:hover {
  outline: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #506690;
  display: block;
  font-weight: 400;
  padding: 0 1.75rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}


.custom-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  /* margin: 20px 10px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

/* Hover Effect */
.custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Card Title */
.card-title {
  font-size: 24px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

/* Underline for Title */
.card-title::after {
  content: '';
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Card Text */
.card-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .custom-card {
      margin: 15px 0;
  }
}

.service-inner {
    background: #000000ba;
    border-radius: 10px;
    padding: 4px;
}


.service_section-image {
    margin-top: 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--rv-secondary-light);
}
.testemonial-img img {
    border-radius: 10px;
    box-shadow: 1px 4px 5px -2px;
}