:root {
    --rv-primary: #1fa1ac;
    --rv-bg-primary: #f0feff;
    --rv-secondary: #145b61;
    --rv-bg-secondary: #afafaf;
    --rv-white: #fff;
    --rv-black: #070707;
    --rv-gray: #726d7b;
    --rv-font: 'Helvetica Neue' !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--rv-font);
}
body {
  font-family: var(--rv-font);
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin: 0;
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover {
  color: var(--rv-primary);
}

@media only screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-black);
}

a {
  text-decoration: none;
}

p {
  color: black;
  font-size: 16px;
}

.btn-primary {
  border-radius: 3px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-secondary {
  border-radius: 14px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.main_heading .title {
  max-width: 767px;
  width: 100%;
  /* margin: 0 auto; */
}
.main_heading h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: var(--rv-primary);
}

.main_section {
  padding: 80px 0;
}

.dark {
  color: #24285b;
}

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

.secondary {
  color: #24285b;
}

.dark_bg {
  background-color: #242424;
}

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

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

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

.navbar.navbar-expand-lg {
    /* top: 0; */
    padding: 0;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #e1e1e1;
}
.navbar.navbar-expand-lg .navbar-brand img {
  height: 100px;
  width: auto;
}

.nav-top .social li {
  padding: 0 5px;
}
.nav-top .social li a {
  color: var(--rv-white);
}

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

.navbar-nav .dropdown > .dropdown-menu {
  padding: 0;
  overflow: hidden;
}
.navbar-nav .dropdown > .dropdown-menu li {
  padding: 0;
  margin: 0;
}
.navbar-nav .dropdown > .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
}
.navbar-nav .dropdown > .dropdown-menu li a:hover {
  transition: 0.5s;
  background: var(--rv-primary);
  color: var(--rv-white);
}

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

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

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

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

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

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

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

.footer_main {
  padding: 80px 0 0 0;
  /*border-radius: 250px 250px 0 0;*/
}

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

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

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

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

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

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

.navbar-light .navbar-nav .nav-link {
  color: var(--rv-PRIMARY);
  font-size: 15px;
  font-weight: 600;
}
.dropdown-link {
  color: #000000;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: var(--rv-primary);
}

.main_banner .banner_content h1 span {
  color: var(--rv-primary);
  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: var(--rv-black);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.why_chooseus ul li p {
  width: calc(100% - 104px);
  float: right;
}

.why_chooseus ul li .why_chooseus_icon {
  float: left;
  width: 90px;
  text-align: center;
}

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

.nav-top ul {
  padding-left: 0px;
  margin: 0;
  display: flex;
  list-style: none;
  margin: -5px -10px;
  padding: 5px 0;
}
.nav-top ul.social {
  justify-content: end;
}
.nav-top ul li {
  /* margin-right: 5px; */
  color: var(--rv-white);
  padding: 8px 0px;
}
.nav-top ul li a {
  color: var(--rv-white);
}
.nav-top ul li a:hover {
  color: var(--rv-secondary);
}
.nav-contact {
  /* background: #fff; */
  padding: 1px 10px;
  border-right: 2px solid #a09595;
  display: flex;
  gap: 10px;
}

.nav-social ul li a,
.nav-top .icon-nav i {
  width: 30px;
  height: 30px;
  color: #fff !important;
  background: var(--rv-secondary);
  line-height: 30px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.icon-nav {
  color: #fff;
  font-size: 20px;
}
.text-nav {
  font-weight: 500;
}

.home-banners .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 550px;
}
.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;
}
.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 {
  position: absolute;
  top: 50%;
  font-size: 34px;
  padding: 0;
  margin: 0;
  display: flex;
  width: auto;
  right: 65px;
  gap: 15px;
  color: #fff;
}

.home-banners .owl-nav button span {
  width: 60px;
  height: 60px;
  background: #afafaf5c;
  border: none;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background 0.3s;
  border-radius: 17px;
}

.home-banners .owl-nav button:hover {
  border-radius: 17px;
  background: darkgray;
}

.disclaimer-sec p.arn-i .arn-span b:first-child::after {
  content: ",";
}
.why-choose-section {
  text-align: justify;
}

.why-choose-section .why-choose-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
}
.why-choose-section .why-choose-row .acol-sm-6 {
  max-width: 50%;
  width: 100%;
  padding: 15px;
}
.why-choose-section .why-choose-row .acol-sm-6 .why-choose-card {
  box-shadow: 0 0 15px 0 #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  background: var(--rv-white);
  position: relative;
  border-radius: 0 10px 10px 10px;
  border: 1px dashed #ddd;
  transition: 0.4s;
}
.why-choose-section .why-choose-row .acol-sm-6 .why-choose-card:hover {
  transition: 0.4s;
  box-shadow: 0 10px 15px 0 #bbb;
}
.why-choose-section .why-choose-row .acol-sm-6 .why-choose-card .icon {
  width: 80px;
  height: 80px;
  border-radius: 0 10px 10px 10px;
  border: 1px dashed #ddd;
  float: left;
  background-color: var(--rv-bg-primary);
  margin-right: 1px;
  margin-bottom: 1px;
  position: relative;
  left: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -16px;
}
.why-choose-section .why-choose-row .acol-sm-6 .why-choose-card p {
  margin-bottom: 0;
}

.rv-bg-light {
    background: #d8ecee;
}

.tools-section .tools-itmes-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.tools-section .item {
  padding: 15px;
  max-width: 25%;
  width: 100%;
}
.tools-section .item .tools-itmes {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  background: var(--rv-white);
  transition: 0.5s;
  overflow: hidden;
}
.tools-section .item .tools-itmes:hover {
  transition: 0.5s;
  box-shadow: 0 10px 15px 0 #ddd;
}
.tools-section .item .tools-itmes:hover .icon {
  transition: 0.5s;
  justify-content: center;
}
.tools-section .item .tools-itmes:hover .icon::after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: rotate(0deg) translateX(0px);
}
.tools-section .item .tools-itmes:hover .icon img {
  transition: 0.5s;
  filter: drop-shadow(1px 2px 6px #bbb);
}
.tools-section .item .tools-itmes .icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.5s;
  position: relative;
}
.tools-section .item .tools-itmes .icon::after {
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--rv-bg-primary);
  transform: rotate(270deg) translateX(100px);
  border: 2px solid var(--rv-primary);
}
.tools-section .item .tools-itmes .icon img {
  transition: 0.5s;
  position: relative;
  z-index: 9;
}
.tools-section .item .tools-itmes a {
  text-decoration: none;
}
.tools-section .item .tools-itmes p {
  margin: 0;
}
.testimonial-section .inner-testemonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-section .images-m img {
  width: 100%;
}
.testimonial-section .testimonials {
    /* box-shadow: 0 25px 25px 0 #eee; */
    padding: 15px 115px 15px;
    margin: 20px;
    margin-bottom: 70px;
    border-radius: 20px;
    background-color: var(--rv-white);
    position: relative;
    /* border: 2px solid var(--rv-primary); */
    transition: 0.5s;
}
.testimonial-section .testimonials:hover {
  transition: 0.5s;
}
/* .testimonial-section .testimonials::before {
  content: "";
  width: 40px;
  position: absolute;
  height: 40px;
  border-left: 40px solid var(--rv-white);
  border-top: 0px solid var(--rv-white);
  border-bottom: 40px solid rgba(0, 0, 0, 0);
  bottom: -38px;
  left: 0;
} */
.testimonial-section .testimonials .client-info {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.testimonial-section .testimonials .client-info img {
    /* border: 1px solid #eee; */
    width: 90px;
    height: 90px;
    padding: 5px;
    box-shadow: 0 0 5px 0 #ddd;
    border-radius: 50%;
    background: var(--rv-white);
}
.testimonial-section .testimonials .client-info h4 {
  margin: 0;
}

.getintouch_section .main_heading {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  margin: 0;
}
.getintouch_section .contact-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-bottom: 30px;
}
.getintouch_section .contact-row .contact-boxcard {
  padding: 15px;
  max-width: 50%;
  width: 100%;
}
.getintouch_section .contact-row .contact-boxcard:last-child {
  max-width: 100%;
}
.getintouch_section .contact-row .contact-boxcard .contact-box {
  box-shadow: 0px 1px 5px -2px grey;
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  height: 100%;
  background: var(--rv-white);
}
.getintouch_section .contact-row .contact-boxcard .contact-box h3 {
  font-weight: 600;
}
.getintouch_section .contact-row .contact-boxcard .contact-box p {
  margin-bottom: 0;
}
.getintouch_section .contact-row .contact-boxcard .contact-box .icon {
  width: 60px;
  height: 60px;
  border: 1px solid var(--rv-secondary);
  background: var(--rv-bg-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  font-size: 30px;
  color: #000000;
}
.getintouch_section .contact-row .contact-boxcard .contact-box a {
  color: var(--rv-primary);
  font-weight: 600;
  word-wrap: break-word;
}

.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.partners-section .item {
  padding: 5px;
}
.partners-section .item img {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 3px;
  background-color: var(--rv-white);
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: -5px;
  position: relative;
  z-index: 9;
  top: -40px;
}
.owl-carousel .owl-dots button {
  padding: 5px !important;
  transition: 0.5s;
}
.owl-carousel .owl-dots button span {
  width: 30px;
  height: 5px;
  border-radius: 5px 0;
  background: var(--rv-primary);
  display: block;
  transition: 0.5s;
}
.owl-carousel .owl-dots button.active {
  transition: 0.5s;
}
.owl-carousel .owl-dots button.active span {
  width: 50px;
  transition: 0.5s;
  background: var(--rv-secondary);
}
.logo-footer {
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo-footer a.navbar-brand {
  display: flex;
  justify-content: center;
}
.footer_main .navbar-brand img {
  background: var(--rv-white);
  height: 130px;
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 5px;
  padding: 5px;
}
.foot_widget ul li a:hover {
  /* transition: 0.5s;
  transform: translateX(10px); */
  color: var(--rv-primary) !important;
}
.foot_widget a:hover {
  color: var(--rv-primary) !important;
}
.footer_main .foot_widget ul.social-list li a {
  display: flex !important;
}
.footer_main .foot_widget ul.social-list li a:hover {
  padding: 0;
  color: var(--rv-secondary) !important;
}
.footer_main .footer_bottom {
  text-align: center;
  background: #121212;
  padding: 10px 0;
}
.footer_main .footer_bottom p {
  margin-bottom: 0;
}

.about-section .card {
  margin-top: 40px;
}
.about-section .card .card-body {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 0 #ddd;
}

.getintouch_section.contact-details-section .contact-row .contact-boxcard {
  max-width: 100%;
}
/*
*****
04. hero
*************************
*/
.hero-area {
  overflow: hidden;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
}

.single-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-height {
  min-height: 800px;
  padding-top: 320px;
}

@media (max-width: 767px) {
  .slider-height {
    /*min-height: 800px;*/
    /*padding-top: 290px;*/
    min-height: 450px;
    padding-top: 119px;
  }
}
.banner3-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.slider-height.st-2 {
  padding-top: 335px;
}

@media (max-width: 767px) {
  .slider-height.st-2 {
    padding-top: 280px;
  }
}
.swiper-slide-active .slide-bg {
  transform: scale(1.12);
}

.slider-overlay {
  position: relative;
}

.slider-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(4, 33, 50, 0.631372549);
  opacity: 1;
  z-index: 1;
}

.slider-overlay-3:before {
  opacity: 0;
}

.slider-active .swiper-button-prev,
.slider-active .swiper-button-next {
  font-size: 20px;
  color: #b7b7b7;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 46px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  position: static;
  margin: 0 5px;
}

.slider-active .swiper-button-prev i,
.slider-active .swiper-button-next i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slider-nav {
  display: inline-block;
  padding-bottom: 20px;
  position: absolute;
  right: 65px;
  bottom: 42%;
  z-index: 5;
}

@media (max-width: 767px) {
  .slider-nav {
    display: none;
  }
}
.slider-active .swiper-button-prev {
  border-radius: 4px;
}

.slider-active .swiper-button-prev:hover {
  background: #126ab6;
  box-shadow: 0 -7px 15px rgba(16, 0, 71, 0.1);
  color: #ffffff;
}

.slider-active .swiper-button-next {
  border-radius: 4px;
}

.slider-active .swiper-button-next:hover {
  background: #126ab6;
  box-shadow: 0 7px 15px rgba(16, 0, 71, 0.1);
  color: #ffffff;
}

.slider-active .swiper-button-prev:after,
.slider-active .swiper-button-next:after {
  display: none;
}

.swiper-pagination.st-3 {
  display: flex;
  align-items: center;
  right: 6px;
  width: 85px;
  bottom: 100px;
  position: absolute;
  left: auto;
  transform: rotate(90deg);
}

.swiper-pagination.st-3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  border: 2px solid #555555;
}

.swiper-pagination.st-3 .swiper-pagination-bullet-active {
  height: 15px;
  width: 15px;
  border: 4px solid #126ab6;
  opacity: 1;
}

.grb__social.hero-social {
  position: absolute;
  bottom: 60px;
  z-index: 5;
  left: 32px;
}

.grb__social.hero-social ul li {
  display: block;
  margin: 8px 0px;
}

.grb__social.hero-social ul li a {
  background: none;
  border: 1px solid #555555;
  color: white;
}

.grb__social.hero-social ul li a:hover {
  color: var(--rv-secondary);
  border-color: #ffffff;
  background: #ffffff;
}

.follow li {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin: 3px 0 !important;
}
/* service end */
.main_heading .border-left-line p {
  font-size: 18px;
  font-weight: 500;
  color: var(--rv-primary);
  text-transform: uppercase;
  padding-left: 12px;
  display: inline-block;
  line-height: 1;
}
.main_heading .border-left-line:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 16px;
  background: var(--rv-primary);
  top: 4px;
}
/* why choose us */
.choosing__img {
  position: absolute;
}
.choosing__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e5960bd;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.choosing__information {
  background: var(--rv-secondary);
  padding: 38px 34px;
  margin-left: -115px;
  position: relative;
  z-index: 5;
}
.choosing__information ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.choosing__number {
  margin-right: 28px;
}
.choosing__number span {
    border: 1px solid var(--rv-bg-secondary);
    color: #ffffff;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease-out 0s;
    background: var(--rv-secondary);
    z-index: 99999999;
}
.choosing__number span:before {
  position: absolute;
  content: "";
  width: 76px;
  height: 76px;
  border: 1px solid var(--rv-bg-secondary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choosing__information_font .choosing__text h5 {
  font-size: 16px;
  font-weight: 600;
}
.choosing__text p {
  color: white;
}
.choosing__text h5 {
  color: var(--rv-secondary);
  font-size: 18px;
}
/* .video-icon-white .fe.fe-play {
  padding: 20px 30px !important;
} */
.video-icon-white {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}
.video-icon-white a {
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--rv-primary);
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: 0.5s;
  background: #fff;
  font-size: 28px;
  z-index: 44;
}
/* end */
.counter__area {
  min-height: 585px;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 60px;
}
.counter__area.ft-tools-section {
  background: linear-gradient(
    180deg,
    var(--rv-secondary) 70%,
    var(--rv-secondary) 50%
  );
}
@media (max-width: 767px) {
  .counter__area {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.counter-right {
  text-align: right;
}

@media (max-width: 767px) {
  .counter-right {
    text-align: left;
  }
}
.counter-head {
  position: relative;
  z-index: 5;
}

.counter-left .section-title h2 {
  text-transform: none;
  padding-right: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .counter-left .section-title h2 {
    padding-right: 0;
  }
}
.counter-inner {
  position: relative;
}

.tools-content {
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(16, 0, 71, 0.1);
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tools-content {
    position: static;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
  .about__area .about__img .about__img-inner img {
    width: 100%;
  }
  .mobile_app_section ul.app-list {
    text-align: center;
  }
  .mobile_app_section
    .col-sm-12.col-md-12.col-lg-5.aos-init.aos-animate
    .text-right {
    text-align: center !important;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .tools-content-left .tools-single {
    width: 100%;
  }
  .tools-content-left .tools-single .single-tools-text {
    width: calc(100% - 90px);
  }
  .tools-content-right {
    height: 100%;
  }
  .tools-content-right .counter-right-img {
    margin: 0;
    height: 100%;
  }
  .tools-content-right .counter-right-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
}
.tools-content-left {
  padding: 20px;
}
.tools-content-left .section-title h2 {
  text-transform: none;
}

.tools-content-left .section-title h2 span {
  color: #126ab6;
}

.tools-content-left > p {
  margin-bottom: 45px;
}
.tools-content-left .counter-items.tools-items {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
  margin: -15px;
  list-style: none;
}
.tools-content-left .counter-items.tools-items .tools-single {
  padding: 10px;
  max-width: 50%;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.tools-content-left .counter-items.tools-items .tools-single a {
  padding: 15px 6px;
  /* border: 1px solid #bbb; */
  height: 100%;
  align-items: center;
  display: flex;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 5px -2px grey;
}
.tools-single:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

.tools-single:hover .single-tools-text h5 {
  color: var(--rv-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tools-single {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tools-single {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-tools-icon {
  width: 65px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-tools-icon {
    width: 70px;
  }
}
.single-tools-icon i {
  font-size: 58px;
  color: #126ab6;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
  (max-width: 767px) {
  .single-tools-icon i {
    font-size: 52px;
  }
}
.single-tools-text {
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: middle;
}

.single-tools-text h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 30px;
  padding-left: 10px;
}

.single-tools-text p {
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tools-content-right {
    display: none;
  }
}
.counter-right-img {
  margin-left: -50px;
  position: relative;
}

.dot-dot {
  position: absolute;
  top: 0;
  right: 0;
}

.experience-text {
  text-align: center;
  width: 120px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(16, 0, 71, 0.1);
  position: absolute;
  bottom: -35px;
  right: 145px;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.experience-text p {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.experience-text p span {
  font-size: 32px;
  color: #126ab6;
  display: block;
  margin-bottom: 10px;
}

.counter-board-area {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .counter-board-area {
    padding-top: 60px;
    padding-bottom: 15px;
  }
}
.counter-board-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #126ab6;
  opacity: 0.85;
}

.counter-board-area.st-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.counter-board-area.st-3:before {
  display: none;
}

.counter-board-border {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 65px;
  padding-bottom: 20px;
}

.counter-board-content {
  position: relative;
  z-index: 5;
}

.counter-board-single {
  text-align: center;
}

.counter-board-single i {
  font-size: 45px;
  color: #ffffff;
}

.counter-board-single p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.counter-board-single.st-3 i {
  color: #126ab6;
}

.counter-board-single.st-3 .counter-board-number {
  color: var(--rv-secondary);
}

.counter-board-single.st-3 p {
  color: #3f4040;
}

.counter-board-number {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 4px;
}
.color__bg .main_heading h3 {
  color: #fff;
}
.color__bg .main_heading .border-left-line p {
  color: #fff;
}
.color__bg .main_heading .border-left-line:before {
  background: #ffffff;
}
.grb-border-btn {
  height: 60px;
  background: none;
  text-align: center;
  padding: 0 38px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 58px;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
/* .testimonials::after {
  content: "\f10e";
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
  color: #126ab6;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(16, 0, 71, 0.1);
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 55px;
} */
.hero-btn {
  background-color: var(--rv-secondary);
  border-color: var(--rv-primary);
  box-shadow: 0 0;
  color: var(--rv-white);
}
.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(4, 33, 50, 0.631372549);
  opacity: 1;
  z-index: 1;
}
.about-points {
  background: #fcfdff;
  border: 1px solid var(--rv-primary);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 35px;
}
.about-points li {
    width: 100%;
    float: left;
    padding: 15px;
    list-style: none;
}
.points-heading {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: center;
    flex-direction: column;
}
.points-heading .p-icon img {
    color: var(--rv-secondary);
    line-height: 60px;
    font-size: 28px;
    transition: all 0.3s ease-out 0s;
    height: 75%;
    margin-top: 7px;
    width: auto;
}
.points-heading h5 {
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    font-size: 32px;
}
.points-heading .p-icon {
    width: 55px;
    height: 55px;
    text-align: center;
    background: var(--rv-white);
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 10px 20px rgba(0, 5, 75, 0.08);
    margin-right: 25px;
}
.about-list ul li {
  color: var(--rv-black);
  position: relative;
  background: linear-gradient(45deg, #76c0cd5e 0%, transparent 85%);
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  border-radius: 6px;
  width: 100%;
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  list-style: none;
}
.tool-name {
  padding: 5px 10px;
  background-color: #ebebeb;
  color: #dbbc15;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.762;
}
.tool-content {
  margin-top: 20px;
}
.getintouch_section .info i {
  font-size: 20px;
  color: var(--rv-primary);
  float: left;
  width: 55px;
  height: 55px;
  background: var(--rv-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.getintouch_section .info h3 {
  padding: 0 0 0 70px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}
.getintouch_section .info .email,
.getintouch_section .info .phone {
  margin-top: 50px;
}
.getintouch_section .info p {
  padding: 0 0 0 70px;
  margin-bottom: 0;
  font-size: 18px;
  color: #4b7dab;
}
.getintouch_section .info a {
  color: #121212;
}
.home-banners .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
}
.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;
}

.home-banners .content-box .hb-title {
  position: relative;
  display: block;
  color: var(--rv-white);
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1000ms ease;
}

.home-banners .active .content-box .hb-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}

.home-banners .content-box p {
  position: relative;
  display: block;
  color: var(--rv-white);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
  opacity: 0;
  /* display: -webkit-box; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: translateY(100px);
  /* transition: all 1300ms ease; */
}

.home-banners .active .content-box p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
/* faq service option */
.faq-row-service ul {
  display: flex;
  margin-bottom: 20px;
  overflow-x: scroll;
  padding-bottom: 15px;
  padding-left: 0;
}
.faq-row-service ul li {
  list-style: none;
  padding: 10px 20px;
  border: 1px solid var(--rv-primary);
  color: var(--rv-primary);
  cursor: pointer;
  text-align: center;
  /* flex-grow: 1; */
  white-space: nowrap;
}
.faq-row-service ul li.active {
  background: var(--rv-primary);
  color: var(--rv-white);
  font-weight: 700;
}

.rv-faq-col .tebBar-box {
  display: none;
}
.rv-faq-col .tebBar-box.show {
  display: block;
}
/* faq question css */
.rv-faq-section .tebBar-box .tebBar-card {
  border: 1px solid #ddd;
  border-bottom: unset;
  margin-bottom: 20px;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione {
  padding: 20px;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: 0.5s;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione .rv-faq-title {
    color: var(--rv-secondary);
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione.active {
  transition: 0.5s;
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione.active::after {
  transition: 0.5s;
  transform: rotate(90deg);
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione::before,
.rv-faq-section .tebBar-box .tebBar-card .tebActione::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25px;
  width: 2px;
  height: 20px;
  transition: 0.5s;
  background: var(--rv-primary);
}
.rv-faq-section .tebBar-box .tebBar-card .tebActione::before {
  transform: rotate(90deg);
}
.rv-faq-section .tebBar-box .tebBar-card .disc-box {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.testimonial-quote {
	display:none;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 40px;
  color: var(--rv-primary);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(16, 0, 71, 0.1);
  position: absolute;
  right: 68px;
  bottom: 15px;
  z-index: 5;
}
#slider .item {
  position: relative;
  width: 100%; /* Full width */
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Prevents content spilling out */
}

#slider .item .myimg {
  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); */
  animation: outThenIn 30s ease-in-out infinite;
}

#slider .item:hover .myimg,
#slider .owl-item.active .myimg {
  transform: scale(1);
}
@keyframes outThenIn {
  0% {
    transform: scale(1); /* Starting point */
  }
  50% {
    transform: scale(1.5); /* Move out */
  }
  100% {
    transform: scale(1); /* Move back in */
  }
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--rv-bg-secondary);
  border-color: var(--rv-secondary);
  color: var(--rv-secondary);
}
.info > div {
  /* border: 1px solid grey; */
  padding: 10px;
  box-shadow: 2px 1px 8px 0px grey;
  border-radius: 4px;
}
.contact-home .main_heading {
  box-shadow: 0px 2px 5px -2px grey;
}

.service_card {
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service_section .item .content {
  /* padding-bottom: 50px; */
  /* position: relative; */
  display: flex;
  flex-direction: column;
  height: 345px;
}
.service_section .item .content ul li {
  list-style: circle;
}
.service_section .item .content h3 {
    font-size: 23px;
    color: #1fbac9;
    position: relative;
}
.service__text {
  padding-top: 10px;
  border-left: 1px solid grey;
  padding-left: 30px;
}
.testimonial-card .owl-nav {
  position: absolute;
  right: -5px;
  top: 33%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonial-card .owl-nav button span {
  width: 50px;
  height: 50px;
  background: #fff;
  color: gray;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
  cursor: pointer;
  outline: none;
  border-radius: 20px;
}
.testimonial-card .owl-nav .owl-prev {
  transform: rotate(90deg); /* Pointing upward */
}

.testimonial-card .owl-nav .owl-next {
  transform: rotate(-270deg); /* Pointing downward */
}

@media (max-width: 767px) {
  .blog-area {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.blog-area .grb-btn {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .blog-area-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .blog-area-3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .blog-right {
    float: none;
  }
}

.blog-single {
  background: #ffffff;
  padding: 20px 20px;
  box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
}
.blog-single:hover .blog-img img {
  transform: scale(1.1);
}

.blog-single.st-2 {
  background: #ffffff;
  padding: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .blog-single.st-2 {
    box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
  }
}
.blog-single.st-2:hover {
  box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
}
.blog-single.st-2:hover .blog-img img {
  transform: scale(1.1);
}
.blog-single.st-2 .blog-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-single.st-2 .blog-img img {
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
@media (max-width: 767px) {
  .blog-single.st-2 .blog-meta {
    padding-left: 0;
    margin-top: 10px;
    display: inline-block;
  }
}

.blog-img {
  margin-bottom: 18px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.blog-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
.blog-content h4 a:hover {
  color: var(--rv-primary);
}
p {
  color: black;
  font-size: 16px;
}

.blog-content.st-2 {
  padding: 0 20px;
  padding-bottom: 20px;
}
.blog-content.st-2 h4 {
  color: #8f98a8;
  margin-top: 22px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content.st-2 h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
.blog-content.st-2 h4 a:hover {
  color: var(--rv-secondary);
}
.blog-content.st-2 p {
  margin-bottom: 33px;
}
.blog-content.st-2 .read-btn {
  color: #8500d1;
}
.read-btn {
  font-weight: 700;
  font-size: 15px;
  color: #082f35;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}
.read-btn:hover {
  color: var(--rv-primary);
}

.blog-date {
  width: 70px;
  height: 85px;
  background: var(--rv-primary);
  border-radius: 0 10px 0 10px;
  text-align: center;
  padding: 12px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.blog-date i {
  display: block;
  font-size: 15px;
  color: var(--rv-white);
}
.blog-date span {
    font-size: 20px;
    line-height: 25px;
    color: var(--rv-white);
    display: inline-block;
    margin-top: 3px;
}
.blog-date p {
  font-size: 13px;
  font-weight: 400;
  color: var(--rv-white);
  line-height: 1;
}

.blog-date-shape {
  position: absolute;
  z-index: -1;
  right: -1px;
  top: 0;
}

.blog-date.st-2 {
  width: 70px;
  height: 70px;
  background: #8500d1;
  border-radius: 3px;
  padding: 12px 0;
  top: 203px;
  right: auto;
  left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-date.st-2 {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .blog-date.st-2 {
    top: 0;
    left: 0;
  }
}
.blog-date.st-2 i {
  display: none;
}
.blog-date.st-2 span {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  display: inline-block;
  margin-top: 3px;
}
.blog-date.st-2 p {
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-meta {
    padding-left: 0;
  }
}
.blog-meta li {
  margin-right: 30px;
  display: inline-block;
}
.blog-meta li:last-child {
  margin-right: 0;
}
.blog-meta li i {
  font-size: 13px;
  color: #8500d1;
  margin-right: 5px;
}
.blog-meta li span {
  font-size: 15px;
  font-weight: 400;
}
.blog-meta li span:hover {
  color: var(--rv-secondary);
}
.blog-meta li span.author {
  font-weight: 500;
}

@media (max-width: 767px) {
  .blog-main-area {
    padding-top: 90px;
  }
}

.blog-date.bms-date {
  position: static;
  border-radius: 3px;
  height: 100px;
  width: 100px;
  margin-right: 30px;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-date.bms-date {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-date.bms-date {
    width: 95px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .blog-date.bms-date {
    display: none;
  }
}
.blog-date.bms-date i {
  font-size: 22px;
  font-weight: 700;
}
.blog-date.bms-date span {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}
.blog-date.bms-date p {
  font-size: 15px;
  font-weight: 500;
}

.post-category {
  position: absolute;
  top: 20px;
  background: #62ccd4b8;
  padding: 2px 5px;
  border-radius: 0 0 10px;
  color: var(--rv-secondary);
}

.grb-border-btn:hover {
  border-color: var(--rv-bg-primary);
  background: var(--rv-bg-primary);
  color: var(--rv-secondary);
}
.grb-border-btn:hover:before {
  left: 120%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.partner-images {
  box-shadow: 1px 1px 3px -1px grey;
}

.footer-widget-title h4 {
  color: #ffffff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.newsletter-area {
  padding: 10px 0 10px 0;
  background: #042132;
  border-bottom: 1px solid #ffffff42;
}
.newsletter-area .footer-widget {
  border-left: 1px solid grey;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .newsletter-area {
    padding: 56px 0 30px 0;
  }
}

.social-list {
  display: flex;
  margin: 5px 0 0 -8px;
  flex-wrap: wrap;
  padding: 0;
}

.footer-area {
    background: #042132;
    padding: 60px 0px 0 0;
}
ul.foot-contact-list a {
  color: #ffff;
}
ul.foot-contact-list a:hover {
  color: var(--rv-primary);
}
.foot-contact-list li h5 {
  font-size: 15px;
  font-weight: 500;
  color: #b4bbbf;
}

/* Parent Container */
.about-section {
  text-align: justify;
}

/* Common Row Styling */
.about-section .about-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

/* Reverse Row for Alternating Layout */
.about-section .about-row.reverse {
  flex-direction: row-reverse;
}

/* Text Content Styling */
.about-section .about-text {
  flex: 1;
}

.about-section .title {
  font-size: 28px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: justify;
}

.about-section .about-text p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.about-section .highlight-text {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 35px;
}

/* Image Styling */
.about-section .about-image {
  flex: 1;
}

.about-section .about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.about-section .about-image img:hover {
  transform: scale(1.05);
}

/* Offerings Section */
.about-section .about-offerings {
  text-align: center;
  margin-top: 40px;
}

.about-section .about-offerings ul {
  list-style-type: none;
  padding: 0;
  text-align: justify;
}

.about-section .about-offerings li {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
}

.about-section .highlight {
  font-weight: bold;
  color: #6ac8c2;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-section .about-row {
    flex-direction: column;
    text-align: center;
  }

  .about-section .about-row.reverse {
    flex-direction: column;
  }

  .about-section .about-image img {
    max-width: 90%;
  }
}

.service_section .item .content ul {
  padding: 0 25px;
  text-align: justify;
  line-height: 30px;
}
ul.foot-contact-list {
  list-style: none;
}
ul.footer-list {
  list-style: none;
}

.calculator-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--rv-font);
}

.calculator-list li {
  display: inline-block;
  text-align: center;
  background: var(--rv-bg-primary);
  border-radius: 8px;
  padding: 10px;
  transition: 0.3s ease-in-out;
}

.calculator-list a {
  display: block;
  text-decoration: none;
  color: var(--rv-secondary);
  padding: 15px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

.calculator-list a:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

.calculator-list i {
  font-size: 24px;
  color: var(--rv-primary);
  margin-bottom: 5px;
}

.calculator-list a:hover i {
  color: var(--rv-white);
}

.calculator-list .tool-name {
  font-weight: bold;
  font-size: 16px;
  color: var(--rv-black);
}

.calculator-list a:hover .tool-name {
  color: var(--rv-black);
}

.calculator-list .tool-content {
  font-size: 12px;
  color: var(--rv-gray);
}

.calculator-list a:hover .tool-content {
  color: var(--rv-white);
}


/* Hide Content Initially */
#content {
  display: none;
}



.floating-img-contianer {
    display: flex;
    position: absolute;
    top: 40px;
}

.floating-img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: gray;
    position: relative;
    animation: floatAnimation 5s ease-in-out infinite alternate;
}

.hero-banner-img {
    height: 490px;
    width: 650px;
    position: relative;
    top: 30px;
}
.hero-banner-img img {
    height: 100%;
    width: 100%;
}
.floating-img:nth-child(1) {
    animation-delay: 0s;
    position: relative;
    top: 100px;
    left: 174px;
}
.floating-img:nth-child(2) {
    animation-delay: 1s;
    position: relative;
    left: 305px;
    top: 10px;
}
.floating-img:nth-child(3) {
    animation-delay: 2s;
    position: relative;
    top: 105px;
    left: 209px;
}
.floating-img:nth-child(4) {
    animation-delay: 3s;
    position: relative;
    left: 287px;
    top: 118px;
}

/* Floating animation */
@keyframes floatAnimation {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

section.home-banners {
    height: 75vh;
    background: #eeeded;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.home-banners .hero-content h2 {
    font-size: 56px;
    font-weight: 800;
}
section.home-banners .hero-content h2 span {
    font-size: 40px;
    font-weight: 600;
}
section.home-banners .hero-content h3 {
    font-size: 20px;
    font-weight: 600;
}
.hero-content .btn-container-home {
    display: flex;
    gap: 25px;
}
.hero-content .btn-container-home .hero-content-btn a {
    padding: 10px;
    margin: 10px;
    font-size: 25px;
}
.hero-content .btn-container-home .hero-content-btn a {
    padding: 20px 15px;
    margin: 5px;
    font-size: 15px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.why-choose-section .image img {
    border-radius: 25px;
}

.mission-carousel .item {
    list-style: none;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 260px;
    max-width: 325px;
    margin: 10px;
	height:220px;
}


.mission-carousel .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.mission-carousel .item strong {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.mission-carousel .item::before {
    content: "⭐"; /* Customizable Icon */
    font-size: 24px;
    margin-bottom: 10px;
}
.inner-testemonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a.navbar-brand {
    height: 110px;
    width: auto;
}
a.navbar-brand img {
    width: auto;
    height: 100%;
}

/* Updated Service Section CSS */
.service_card {
    background: var(--rv-white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 10px;
}

.service_card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service_card a {
  text-decoration: none;
  display: block;
  color: inherit;
}

.service__icon {
    margin: 0 auto;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--rv-primary);
    border-radius: 50%;
    border: 2px solid var(--rv-primary);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 9;
}

.service__icon img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

.service_card:hover .service__icon {
  background: #fff;
  border-color: var(--rv-primary);
}

.service_card:hover .service__icon img {
    filter: brightness(0);
}

.service_card .content {
  margin-top: 20px;
  text-align: center;
}
.service_card  .content:before {
    content: "";
    position: absolute;
    top: 10px;
    background: #000000b5;
    height: 430px;
    width: 95%;
    left: 10px;
    border-radius: 8px;
    z-index: 0;
}
.service_card h3 {
  font-size: 20px;
  color: var(--rv-dark);
  font-weight: 600;
  margin-bottom: 12px;
}

.service_card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service_card ul li {
    font-size: 15px;
    color: #e1e1e1;
    margin-bottom: 8px;
    position: relative;
    font-weight: 500;
    text-shadow: 0 0 #79797954;
}
.service__btn {
  margin-top: 15px;
  height: 45px;
  border: 2px solid var(--rv-primary);
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px;
  color: white;
  background: var(--rv-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__btn i {
  font-size: 14px;
  margin-right: 10px;
}

.service__btn:hover {
  color: var(--rv-primary);
  background: #fff;
}

/* Carousel Adjustments */
.service_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.service_section .item {
	margin:10px;
}


.choosing__item {
    background: var(--rv-bg-primary);
    border-radius: 20px;
    height: 250px;
    width: auto;
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    font-family: var(--rv-font);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.choosing__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background: var(--rv-primary);
    color: var(--rv-white);
}

.choosing__icon {
    font-size: 2rem;
    color: var(--rv-secondary);
    background: var(--rv-white);
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}

.choosing__item:hover .choosing__icon {
    background: var(--rv-secondary);
    color: var(--rv-white);
}

.choosing__item h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
    transition: color 0.3s;
}

.choosing__item p {
    font-size: 1rem;
    color: var(--rv-gray);
    transition: color 0.3s;
}

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

/* Pseudo-element animation */
.choosing__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.choosing__item:hover::before {
    opacity: 1;
}

.hero-banner-img .floating-img img {
    height: 100%;
    width: 100%;
    border: 1px ridge gray;
    border-radius: 50%;
    box-shadow: 0px 12px 10px -9px #074041;
}



/* Preloader - Shutter Window Effect */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    overflow: hidden;
}

/* Shutter Effect */
.shutter-top,
.shutter-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    background: #252531;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.shutter-top {
    top: 0;
}

.shutter-bottom {
    bottom: 0;
}

/* Loading Container */
.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Loading Text */
.loading-text {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1fa1ac;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
}

/* Loading Line */
.loading-line {
    width: 200px;
    height: 4px;
    background: #eee;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

/* Progress Bar */
.progress {
    width: 0;
    height: 100%;
    background: #1fa1ac;
    transition: width 2s linear;
}

/* Hide Preloader */
.preloader-hidden .shutter-top {
    transform: translateY(-100%);
}

.preloader-hidden .shutter-bottom {
    transform: translateY(100%);
}

.preloader-hidden .loading-container {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Elastic Custom Cursor */
.cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 2px solid var(--rv-primary);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), width 0.2s ease-out, height 0.2s ease-out;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cursor-wave 1s infinite ease-out;
}
.cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 2px solid var(--rv-primary);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 9999;
  opacity: 0; /* Hidden until movement */
}
/* Central dot */
.dot {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  transition: transform 0.2s ease-out;
}

/* Ripple effect for droplet animation */
.cursor::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--rv-primary);
  opacity: 0;
  transform: scale(1);
  animation: ripple-wave 2s infinite ease-out;
}

/* Ripple wave animation */
@keyframes ripple-wave {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

/* Cursor movement delay */
@keyframes cursor-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Cursor hover effects */
.cursor.hover {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

.cursor.hover .dot {
  transform: scale(1.5);
}

/* Cursor click effect */
.cursor.click {
  transform: translate(-50%, -50%) scale(0.8);
  background-color: var(--rv-primary);
}

/* Cursor pointer (when over buttons or links) */
.cursor.pointer {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}

.cursor.pointer .dot {
  transform: scale(2);
  background-color: var(--rv-primary);
}

/* Cursor active (when holding click) */
.cursor.active {
  transform: translate(-50%, -50%) scale(1.2);
  background-color: rgba(0, 0, 0, 0.3);
}

/* Cursor text selection */
.cursor.text {
  width: 15px;
  height: 30px;
  border-radius: 5px;
}

.calculator-page #content {
display:block;
}


@media (max-width: 768px) {
  .dropdown-menu {
    display: none;
    position: static !important;
    background-color: #f8f9fa;
    width: 100%;
    border: none;
    padding: 0;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-item {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
  }

  .dropdown-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
  }
}

.brochure-download {
    position: fixed;
    right: -70px;
    top: 50%;
    transform: rotate(-90deg);
    transition: right 0.3s ease, transform 0.3s ease; /* Smooth slide */
}


.brochure-download a {
    color: #fff;
    background: var(--rv-primary);
    padding: 15px;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease, border-radius 0.3s ease; /* Added border-radius transition */
}

.brochure-download:hover a {
    border-radius: 0; /* Change radius smoothly */
}

