@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --rv-primary: #54362c;
  --rv-bg-primary: #e5e6ed;
  --rv-secondary: #ef5223;
  --rv-bg-secondary: #c7c4c4;
  --rv-white: #fff;
  --rv-black: #070707;
  --rv-gray: #726d7b;
  --rv-font: "DM Sans", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #233d62;
}

p {
  color: #787878;
  font-size: 16px;
}

.rv-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.rv-row .rv-col-6 {
  padding: 15px;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rv-row .rv-col-6 {
    max-width: 100%;
  }
}
.rv-row .rv-col-6 a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 7px;
  background-color: var(--rv-white);
  box-shadow: 0 0 10px 0 #bbb;
  border-radius: 5px;
  transition: 0.5s;
}
.rv-row .rv-col-6 a:hover {
  transition: 0.5s;
  transform: translateY(-10px);
}
.rv-row .rv-col-6 a:hover .service_box {
  transition: 0.5s;
  border-color: var(--rv-primary);
  background: #fff8f8;
}
.rv-row .rv-col-6 a:hover .service_box .icon {
  transition: 0.5s;
  border-color: var(--rv-primary);
  background: var(--rv-white);
}
.rv-row .rv-col-6 a .service_box {
  position: relative;
  border-radius: 5px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  transition: 0.5s;
  gap: 20px;
  border: 2px dashed #bbb;
  padding: 20px;
}
.rv-row .rv-col-6 a .service_box .icon {
  background: #fff8f8;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border: 2px dashed #bbb;
  border-radius: 0 0 25px;
  position: relative;
  top: -22px;
  left: -22px;
  margin-bottom: -20px;
}
.rv-row .rv-col-6 a .service_box .content {
  transition: 0.5s;
}
.rv-row .rv-col-6 a .service_box .content h5 {
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
  color: var(--rv-primary);
}
.rv-row .rv-col-6 a .service_box .content span {
  transition: 0.5s;
  display: block;
  font-weight: 600;
}

.navbar {
  padding: 5px 0;
}

.main_heading {
  max-width: 650px;
  margin: 0 auto 60px;
  text-align: center;
}
.main_heading .title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}
.main_heading .title span {
  color: var(--rv-secondary);
  font-weight: 700;
}
.main_heading .title small {
  color: var(--rv-primary);
  font-weight: 700;
}

.showformdata nav.navbar.navbar-expand-lg.navbar-light.bg-white {
  z-index: 0;
}

.home-contect .iframe {
  padding-top: 48.6%;
  background: var(--rv-white);
}

.rv-bg-light {
  background-color: #f2f4f5;
}

.navbar-light .navbar-nav .nav-item.dropdown:hover::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  right: 0;
}
.navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

.btn-primary {
  border-radius: 60px;
  padding: 10px 25px;
  font-weight: 400;
}

.btn-secondary {
  border-radius: 60px;
  padding: 10px 25px;
  font-weight: 400;
}

.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #727b99;
}

.main_heading h1 {
  font-weight: 700;
}

.main_section {
  padding: 80px 0;
}

.dark {
  color: #24285b;
}

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

.secondary {
  color: #24285b;
}

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

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

.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: relative;
  width: 100%;
  background-color: var(--rv-white) !important;
  border-bottom: 1px solid #ddd;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
}

.dropdown-item {
  margin: 0;
  padding: 0;
}
.dropdown-item a {
  display: block;
  padding: 10px 20px;
}
.dropdown-item a:hover {
  color: unset;
}

.navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
}

.main_banner::after {
  content: "";
  position: absolute;
  background-image: url(../images/shape1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1000px;
  height: 100%;
  top: -180px;
  left: -40px;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 992px) {
  .main_banner::after {
    display: none;
  }
}

.main_banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rv-primary) !important;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  -webkit-backdrop-filter: saturate(200%) blur(30px);
          backdrop-filter: saturate(200%) blur(30px);
  left: 10px;
  transition: 0.5s;
}
.main_banner .owl-nav button:hover {
  transition: 0.5s;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.4392156863);
}
.main_banner .owl-nav button.owl-next {
  margin-top: 30px;
}
.main_banner .owl-nav button.owl-prev {
  margin-top: -30px;
}
.main_banner .owl-nav button span {
  color: var(--rv-primary);
  font-size: 44px !important;
  line-height: 0;
  position: relative;
  top: -3px;
}
.main_banner .banner_content .title-h {
  font-weight: 700;
  font-size: 40px;
}
.main_banner .banner_content .title-h span {
  color: var(--rv-primary);
}
.main_banner .banner_content .text {
  margin-bottom: 20px;
}

.investor_corner {
  position: relative;
}

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

.investor_box {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  height: 100%;
  background: var(--rv-white);
  border: 1px solid #ddd;
  transition: 0.5s;
}

.investor_box:hover {
  background-color: var(--rv-white);
  text-decoration: none;
  border: 1px solid var(--rv-primary);
  transform: translateY(-10px);
  transition: 0.5s;
}

.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;
  padding-top: 100px;
}

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

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

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

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

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

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

.hexa_box {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  -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%);
  transition: 0.5s;
}
.hexa_box:hover {
  transition: 0.5s;
}
.hexa_box:hover::before {
  transition: 0.5s;
}
.hexa_box:hover::after {
  transition: 0.5s;
  top: 10px;
}
.hexa_box::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  transition: 0.5s;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  background: var(--rv-primary);
  -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%);
}
.hexa_box::after {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: calc(100% - 30px);
  transition: 0.5s;
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  background: var(--rv-white);
  -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%);
}

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

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

.footer_main {
  padding: 80px 0 0 0;
}
.footer_main.dark_bg {
  background: var(--rv-black);
}

.foot_widget .foot_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

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

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

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

.foot_widget a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  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;
  background: #460709;
  padding: 10px 0;
}
.footer_bottom p {
  margin: 0;
}

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

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

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

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

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

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

.sip_section {
  padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid var(--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) !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}

.home-banner-items {
  padding: 50px 0;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .home-banner-items {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

.captcha-code {
  display: flex;
  gap: 15px;
}
.captcha-code .boxbtn {
  display: flex;
  gap: 20px;
}

.navbar-light .navbar-brand img {
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_top .navbar-brand img {
  display: flex;
  align-items: center;
  padding: 5px;
  height: 100px;
}

.contact-details-section .contect-us-form {
  border: 1px solid #ddd;
  background: var(--rv-white);
  padding: 30px;
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  .contact-details-section .contect-us-form {
    margin-top: 30px;
  }
}
.contact-details-section .contact-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.contact-details-section .contact-row .contact-boxcard {
  padding: 15px;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  .contact-details-section .contact-row .contact-boxcard {
    max-width: 100%;
  }
}
.contact-details-section .contact-row .contact-boxcard:last-child {
  max-width: 100%;
}
.contact-details-section .contact-row .contact-boxcard .contact-box {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: var(--rv-white);
  box-shadow: 0 0 10px 0 #eee;
}
.contact-details-section .contact-row .contact-boxcard .contact-box a {
  text-decoration: none;
}

.testimonial_card .owl-item.center {
  position: unset;
  transform: unset;
}
.testimonial_card .owl-item.center .item {
  transform: scale(1.1);
}
.testimonial_card .item {
  position: relative;
  padding: 50px 20px;
}
.testimonial_card .item a {
  display: block;
  background: var(--rv-white);
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
}
.testimonial_card .item a:after {
  position: absolute;
  width: 100px;
  height: 100px;
  content: "";
  background: linear-gradient(314deg, rgb(242, 250, 246) 48%, rgba(255, 255, 255, 0) 40%);
  z-index: 1;
  top: -26px;
  left: -26px;
  border-radius: 50%;
}
.testimonial_card .item a:hover {
  transition: 0.4s;
  box-shadow: 0 0 10px #eee;
  transform: translateY(-10px);
}
.testimonial_card .item a .testimonials {
  display: flex;
  flex-wrap: wrap;
}
.testimonial_card .item a .testimonials .text {
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial_card .item a .testimonials .redmore {
  color: var(--rv-primary);
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.testimonial_card .item a .testimonials .client_info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
  align-items: center;
  width: 100%;
}
.testimonial_card .item a .testimonials .client_info .images {
  position: relative;
  top: -35px;
  left: -35px;
  z-index: 91;
}
.testimonial_card .item a .testimonials .client_info .images img {
  width: 80px;
  background: var(--rv-white);
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid var(--rv-primary);
}
.testimonial_card .item a .testimonials .client_info .n-text {
  max-width: calc(100% - 100px);
  width: 100%;
}
.testimonial_card .item a .testimonials .client_info .n-text h5 {
  font-size: 12px;
  font-weight: 500;
}
.testimonial_card .item a .testimonials .client_info .n-text h5,
.testimonial_card .item a .testimonials .client_info .n-text h4 {
  display: block;
  width: 100%;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: -10px;
  left: -10px;
}

.client-logo-section .item img {
  height: 70px;
  border: 1px solid #ddd;
  padding: 5px;
}

body.modal-open {
  overflow: hidden;
  height: 100vh;
}
body.modal-open section,
body.modal-open nav {
  z-index: 0;
}

.our-guarantee {
  position: relative;
}
.our-guarantee::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 992px) {
  div#navbarCollapse {
    position: fixed;
    width: 320px;
    height: 100vh;
    padding: 20px;
    left: 0;
    z-index: 1;
  }
}