:root {
  --rv-primary: #000;
  --rv-primary-light: #f2ffe5;
  --rv-bg-primary: #62b605;
  --rv-secondary: #62b605;
  --rv-secondary-light: #62b605;
  --rv-bg-secondary: #62b605;
  --rv-white: #fff;
  --rv-black: #070707;
  --rv-gray: #726d7b;
  --rv-font: "poppins" !important;
}


html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lato" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato" !important;
  color: var(--rv-secondary);
}

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

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

.light-gray {
  color: #333b46;
}

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

.white {
  color: #fff;
}

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

.black-bg {
  background-color: var(--rv-secondary);
  color: #fff;
}

.light-bg {
  background-color: #f1f5fd;
}

.white-bg {
  background-color: #fff !important;
}

p {
  font-family: "Lato" !important;
  color: #000;
  font-size: 16px;
}

a {
  font-family: "Lato" !important;
  color: #000;
  font-size: 16px;
}

.white-color {
  color: #fff !important;
}

.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}

.btn {
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  height: 44px;
  line-height: 28px;
  text-align: center;
}

.know-more {
  position: relative;
  padding-right: 40px;
}

.know-more:after {
  content: '\f11e';
  font-family: 'uicons-solid-straight';
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}

.btn-primary {
    font-size: 18px;
    position: relative;
    overflow: hidden;
    min-width: 20%;
    width: auto;
}

.btn-primary:before {
  content: "";
  background-color: var(--rv-secondary);
  border: 2px solid var(--rv-secondary);
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-primary:after {
  content: "";
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: #fff;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-primary span {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 8px;
}

.btn-primary:hover:before {
    content: "";
    background-color: var(--rv-secondary);
    border: 2px solid #000000;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.header_top_menu_address ul i {
    color: #ffff;
    padding: 0px 10px;
}
.header_top_menu_address ul a {
    text-decoration: none;
}
.header_top_menu_address ul a:hover{
	color:var(--rv-white);
} 
.btn-primary:hover:after {
  content: "";
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}

.btn-secondary {
  position: relative;
  font-size: 18px;
  overflow: hidden;
  min-width: 150px;
}

.btn-secondary:before {
  content: "";
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-secondary:after {
  content: "";
  background-color: var(--rv-secondary);
  border: 2px solid var(--rv-secondary);
  color: #fff;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-primary span {
  position: relative;
  z-index: 999;
  left: 0;
  right: 0;
  top:0;
  /* width: fit-content; */
}

.btn-secondary:hover:before {
  content: "";
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-secondary:hover:after {
  content: "";
  background-color: var(--rv-secondary);
  border: 2px solid var(--rv-secondary);
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}

.btn-white-line {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.main-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 35px;
  text-align: center;
}

.main-title-white {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
}

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

ul.navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-weight: 600;
}

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

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

ul.navbar-nav .nav-item:first-child a {
  padding-left: 0;
}

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

ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #000000cc;
}
ul.dropdown-menu.show {
    box-shadow: 0 0 4px;
}
ul.navbar-nav .dropdown-menu .dropdown-item.active, ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--rv-primary);
}

ul.navbar-nav .dropdown-menu .dropdown-item:hover, ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--rv-primary);
}

.radio-group {
  text-align: center;
  margin: 30px 0 20px 0 !important;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.radio-group .radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

.radio-group .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-group .radio-btn .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #001522;
  border-radius: 50%;
}

.radio-group .radio-btn:hover input ~ .checkmark {
  border: 2px solid var(--rv-primary);
}

.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid var(--rv-primary);
}

.radio-group .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-group .radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-group .radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rv-primary);
}

.login-model .model-img img {
  width: 100%;
}

.login-model .modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}

.login-model .modal-title {
  text-transform: uppercase;
  color: var(--rv-primary);
  font-size: 24px;
}

.login-model a.forgot-password {
  display: block;
  text-align: right;
  margin: 15px 0 30px 0;
  color: #001522;
  text-decoration: none;
}

.login-model a.forgot-password:hover {
  color: var(--rv-primary);
}

.login-model .modal-body {
  padding: 30px 20px;
}

.login-model .modal-header {
  padding: 25px 20px;
}

.login-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  opacity: 1;
  margin: 0 !important;
  outline: none;
}

.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
}

.video-model .modal-dialog {
  max-width: 850px;
  margin: 50px auto;
}

.video-model .modal-title {
  text-transform: uppercase;
  color: var(--rv-primary);
  font-size: 24px;
}

.video-model .modal-body {
  padding: 0;
}

.video-model .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.video-model .modal-header {
  padding: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 100%;
  height: 70px;
  z-index: 9999;
  border: none;
  overflow: hidden;
}

.video-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  opacity: 1;
  margin: 0 0 0 auto !important;
  outline: none;
}

.video-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 40%;
  top: 160px;
  border-radius: 100%;
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video-btn:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #66b60a;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

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

.video-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bottom-scroller.active .scroller {
  background-color: var(--rv-primary);
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
}

.bottom-scroller.active .scroller:hover {
  background-color: var(--rv-secondary);
}

i.fi-ss-paper-plane {
  margin-left: 3px;
  /* display: inline-block; */
  /* line-height: 30px; */
  vertical-align: middle;
  font-size: 14px;
}

.card {
  border-radius: 10px;
  padding: 40px 20px;
  -webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}

.form-custom {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-right: 20px;
}

.form-custom .form-group {
  position: relative;
  margin-bottom: 5px;
}

.form-custom .form-group .form-control {
  border: 1px solid #fff;
}

.form-custom .form-group .form-control:focus {
  border: 1px solid #f60727 !important;
}

.form-custom .form-group input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  height: 35px;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group input:focus {
  border: none;
  border-bottom: 1px solid var(--rv-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group select {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  height: 35px !important;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group select:focus {
  border: none;
  border-bottom: 1px solid var(--rv-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group textarea {
  display: block;
  width: 100%;
  background-color: #fff !important;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  height: 70px;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid var(--rv-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group .search {
  position: absolute;
  top: 3px;
  right: 5px;
  background-color: transparent;
  border: none;
  color: #fff;
}

.form-custom .form-group .search i:before {
  font-size: 24px;
}

.form-custom .form-group .btn.btn-primary {
  height: 35px;
  line-height: 18px;
  font-size: 15px;
}

.pink-bg {
  background-color: #be6dc9;
}

.voilet-bg {
  background-color: #8089ea;
}

.green-bg {
  background-color: #77cb7a;
}

.red-bg {
  background-color: #f28989;
}

.blue-bg {
  background-color: #4d9ded;
}


.main-header .header-top {
  width: 100%;
  background-color: #62b605;
  padding: 10px 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.205);
}

.main-header .header-top a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 10px;
}

.main-header .header-top a:hover {
  color: var(--rv-primary);
}

.main-header .header-top a i:before {
  font-size: 15px;
  margin-right: 5px;
}

.main-header .header-top .top-social {
  text-align: right;
}

.main-header .header-top .top-social .social-items {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.main-header .header-top .top-social .social-items li {
  display: inline-block;
}

.main-header .header-top .top-social .social-items li a {
  margin: 5px;
}

.main-header .header-bottom {
  width: 100%;
  background: #62b605;
  position: relative;
  z-index: 999;
}

.main-header .header-bottom .logo img {
  max-width: 100%;
  height: auto;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.navbar-nav .nav-item {
  margin-left: 20px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-nav .nav-link:hover {
  color: var(--rv-primary);
}

.navbar-nav .dropdown-menu {
  background-color: #62b605;
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 20px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: var(--rv-primary);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-color: #fff;
}

.btn-primary {
  background-color: #f7b500;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #ff7a00;
}

/* Mobile-friendly Styles */
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .top-info,
  .top-social {
    text-align: center;
  }

  .main-header .header-top .top-social {
    margin-top: 10px;
  }

  .navbar-toggler {
    margin-top: 10px;
  }
}


.home-slider {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    /* position: relative; */
    z-index: 0;
    /* top: 101px; */
    margin-top: 100px;
}

.home-slider .banner-main {
  color: var(--rv-secondary);
  margin-top: 70px;
}

.home-slider .banner-main .row {
  margin: 0;
}

.home-slider .banner-main h1 {
    color: var(--rv-white);
    font-size: 38px;
    font-weight: 600;
    text-shadow: 0 1px #000;
}

.home-slider .banner-main p {
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 0 px #fff;
}

.footer-main {
  background-color: #62b605;
  padding-bottom: 10px;
}

.footer-main .logo {
    margin-bottom: 20px;
}

.footer-main .newsletter {
  text-align: center;
  width: 50%;
  margin: 0 auto 50px auto;
}

.footer-main .newsletter h4 {
  color: #fff;
}

.footer-main .newsletter .form-group {
  position: relative;
}

.footer-main .newsletter .form-group .form-control {
  padding-right: 120px !important;
}

.footer-main .newsletter .form-group .btn-primary.submit {
  position: absolute;
  right: 0px;
  top: 0;
  height: 35px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
}

.footer-main .newsletter .form-group .btn-primary.submit:after {
  background-color: var(--rv-primary);
  border-color: var(--rv-primary);
}

.footer-main .newsletter .form-group .btn-primary.submit span {
  top: 6px;
}

.footer-main .form-custom .btn-primary:after {
  background-color: var(--rv-primary);
  border-color: var(--rv-primary);
}

.footer-main .contact-info {
  padding-top: 0px;
}

.footer-main .contact-info p {
  position: relative;
  padding-left: 30px;
}

.footer-main .contact-info p a {
  line-height: 20px;
}

.footer-main .contact-info p a i {
  position: absolute;
  left: 0;
}

.footer-main .contact-info p a i:before {
  margin-left: 0;
  font-size: 16px;
}

.footer-main .foot-col .foot-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #ffffffd6;
    width: 60%;
}
.footer-top {
    margin-bottom: 10px;
}

.footer-main .foot-col .menu {
  list-style-type: none;
  padding-left: 5px;
}

.footer-main .foot-col .menu a {
  line-height: 30px;
  display: block;
}

.footer-main .foot-col a {
  color: #ffffff;
  text-decoration: none;
}

.footer-main .foot-col a:hover {
  color: var(--rv-white);
}

.footer-main .foot-col .btn-primary span {
  top: 6px;
}

.footer-main .foot-col ul.social-items {
  padding: 0;
  list-style-type: none;
}

.footer-main .foot-col ul.social-items li {
  display: inline-block;
}

.footer-main .foot-col ul.social-items li a {
  margin: 5px;
}

.footer-main p {
  color: #fff;
  font-size: 15px;
}

.footer-main .footer-bottom {
  border-top: 1px solid #5f5f5f;
  margin-top: 0;
  padding-top: 20px;
}

.home-service .card {
    text-align: center;
    padding: 20px;
    height: 290px;
}

.services-section {
    margin: 10px;
}


.home-service .card .icon {
	margin:10px;
}

.home-service .card:hover .icon i:before {
  color: var(--rv-primary);
}

.home-service .card a {
  text-decoration: none;
}

.home-service .card .icon {
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
}

.home-service .card .icon i:before {
  font-size: 65px;
  color: linear-gradient(45deg, #23b4c5 0%, var(--rv-primary) 100%);
}

.home-service .card .text h3 {
  font-size: 20px;
  font-weight: 600;
}

.home-service .card .text p {
  font-size: 14px;
}

.home-service #homeServices {
  position: relative;
}

.home-service #homeServices .owl-prev {
  position: absolute;
  left: -60px;
  top: 40%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-service #homeServices .owl-prev:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-primary);
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-service #homeServices .owl-prev:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-secondary);
  position: absolute;
  right: -100%;
  top: 0;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-service #homeServices .owl-prev span {
  display: none;
}

.home-service #homeServices .owl-prev:hover:before {
  right: 100%;
}

.home-service #homeServices .owl-prev:hover:after {
  right: 0;
}

.home-service #homeServices .owl-next {
  position: absolute;
  right: -60px;
  top: 40%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-service #homeServices .owl-next:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-service #homeServices .owl-next:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-secondary);
  position: absolute;
  left: -100%;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-service #homeServices .owl-next span {
  display: none;
}

.home-service #homeServices .owl-next:hover:before {
  left: 100%;
}

.home-service #homeServices .owl-next:hover:after {
  left: 0;
}

.home-market-update {
  padding: 0;
  background-image: url(../images/market-update-bg-01.svg);
  background-repeat: no-repeat;
  background-position: center -155px;
  background-size: cover;
  text-align: center;
}

.home-market-update .overlay-gradient {
    background: #62b605;
    padding: 70px 0;
}
.home-market-update img {
  width: 130px;
}

.home-market-update .btn-primary {
  min-width: 160px;
  width: 240px;
  margin: 0 auto;
}

.home-financial-tools .tool-box .icon {
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  margin: auto;
  text-align: center;
}

.home-financial-tools .tool-box .icon i:before {
  font-size: 55px;
  color: #fff;
  margin: 0;
}

.home-financial-tools h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}

.home-mobile-application {
  background-image: url(../images/app-shape.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  padding: 65px 0;
}

.home-mobile-application .main-title {
  text-align: left;
  font-size: 28px;
}

.home-mobile-application .mobile-img {
  padding-left: 40px;
}

.home-mobile-application .mobile-img img {
  width: 370px;
}

.home-testimonial .card {
  position: relative;
  width: 75%;
  margin: 50px auto 15px auto;
  padding: 35px 35px 15px 85px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}

.home-testimonial .card .client-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: -30px;
}

.home-testimonial .card .client-img:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--rv-primary);
  left: -10px;
  top: -10px;
  border-radius: 10px;
  z-index: 9;
}

.home-testimonial .card .client-img img {
  border-radius: 10px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}

.home-testimonial .card .name h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.home-testimonial #homeTestimonials {
  position: relative;
}

.home-testimonial #homeTestimonials .owl-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-prev:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-primary);
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-secondary);
  position: absolute;
  right: -100%;
  top: 0;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-prev:hover:before {
  right: 100%;
}

.home-testimonial #homeTestimonials .owl-prev:hover:after {
  right: 0;
}

.home-testimonial #homeTestimonials .owl-next {
  position: absolute;
  right: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-next:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: var(--rv-secondary);
  position: absolute;
  left: -100%;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-next:hover:before {
  left: 100%;
}

.home-testimonial #homeTestimonials .owl-next:hover:after {
  left: 0;
}

.home-blogs .blog-card {
  position: relative;
  margin: 15px 15px 100px 15px;
  border-radius: 10px;
}

.home-blogs .blog-card .blog-img img {
  border-radius: 10px;
}

.home-blogs .blog-card .blog-box {
  position: absolute;
  bottom: -80px;
  background-color: #fff;
  width: 80%;
  left: 10%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.home-blogs .blog-card .blog-box:hover {
  background: linear-gradient(45deg, #23b4c5 0%, var(--rv-primary) 100%);
}

.home-blogs .blog-card .blog-box:hover h3 {
  color: #fff;
  font-size: 20px;
}

.home-blogs .blog-card .blog-box:hover p {
  color: #fff;
  margin: 0;
}

.home-blogs .blog-card .blog-box h3 {
  color: var(--rv-secondary);
  font-size: 20px;
}

.home-blogs .blog-card .blog-box p {
  color: var(--rv-secondary);
  margin: 0;
}

.footer-newsletter {
  background: linear-gradient(45deg, #23b4c5 0%, var(--rv-primary) 100%);
}

.footer-newsletter .form-custom .form-control {
  display: inline-block;
  height: 50px;
}

.footer-newsletter .form-custom .btn-primary.submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px !important;
  display: inline-block;
  min-width: auto;
  border-radius: 0 5px 5px 0;
  line-height: 0px;
  height: 50px;
}

.footer-newsletter h4 {
  color: #fff;
  font-size: 26px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */


/* TICKER */

.ticker_section {
  /* padding: 40px 0; */
  background: linear-gradient(0deg, #000, #000);
  /*border-bottom: 1px solid #f7f7f7;*/
}
  .ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  margin: 0;
  }
  .tickers .ticker_item {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    /*width: 100%;*/
    padding: 0;
    padding: 0px 7px;
    display: flex;
    background: linear-gradient(0deg, #000, #000);
    /*height: 110px;*/
    text-align: center;
    border-right: 1px solid #fff;
  margin: 6px 9px;
}

.tickers .ticker_item:last-child {
  border: none;
}


.tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  z-index: 9;
  margin-left: -19px;
}
.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  padding-top: 6px;
  /*line-height: 18px;*/
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 7px;
}
.tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  display: block;
  line-height: 18px;
  font-size: 12px;
  /*margin-top: 5px;*/
  background-color: #ffffff33;
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
}
.tickers .ticker_item .difference_percent::after {
    content: "";
    position: absolute;
    background-image: url(../images/trend.png);
    font-size: 18px;
    /*bottom: 25px;*/
    bottom: 8px;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    /*z-index: 0;*/
    right:7px;
    /*opacity: 0.2;*/
    /*display: none;*/
}
  .tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
  }
  .tickers .ticker_item .difference_percent.negative::after {
    background-image: url(../images/decrease.png);
    /*bottom: 20px;*/
}

  /* TICKER */
.logo img {
    height: 110px;
}
.top-info i.bi {
  color: #fff;
  padding: 0 5px;
}


.custom-dropdown:hover .dropdown-menu,
.custom-dropdown:focus-within .dropdown-menu {
  opacity: 1; /* Show on hover or focus */
  transform: translateY(0); /* Move to original position */
}

.custom-dropdown .dropdown-item {
  padding: 10px 15px; /* Padding for items */
  color: var(--rv-secondary); /* Item text color */
}

.custom-dropdown .dropdown-item:hover {
  background-color: var(--rv-primary-light); /* Highlight effect on hover */
  color: var(--rv-black); /* Text color on hover */
}

.work-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

img.partner-img {
  padding: 10px;
  border: 1px solid grey;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
  margin: 5px;
}

img.partner-img:hover {
  transform: scale(1.05); /* Slightly enlarge the image */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Add a shadow effect */
}


#partner .owl-stage {
  margin: 10px 0;
}

ul.menu2 {
  list-style: none;
  gap: 5px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  position: absolute;
  left: -10px;
}



/* Contact section styles */
.contact-page .contact-section {
  margin-bottom: 30px; /* Spacing below the contact section */
}

/* Contact items styling */
.contact-page .contact-items {
  background-color: var(--rv-white); /* White background for contact items */
  border-radius: 8px; /* Rounded corners for contact cards */
  padding: 20px; /* Inner padding */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s; /* Smooth transition for hover effect */
}

.contact-page  .contact-row {
  /* margin: 10px 10px; */
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Icon styling */
.contact-page .icon {
  font-size: 24px; /* Icon size */
  color: var(--rv-primary); /* Icon color */
  margin-bottom: 10px; /* Space below the icon */
}

/* Title styling */
.contact-page .title {
  font-size: 18px; /* Title font size */
  color: var(--rv-black); /* Title color */
  margin-bottom: 5px; /* Space below the title */
}

/* Form styles */
.contact-page .request-a-call-back-form {
  background-color: var(--rv-white); /* Background color for form */
  border-radius: 8px; /* Rounded corners for the form */
  padding: 30px; /* Inner padding */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Shadow for depth */
}

/* Input fields */
.contact-page .form-control {
  border-radius: 5px; /* Rounded corners for input fields */
  border: 1px solid var(--rv-gray); /* Border color */
}

/* Button styles */
.contact-page .btnRefresh {
  background-color: var(--rv-primary); /* Button background color */
  color: var(--rv-white); /* Button text color */
  border-radius: 5px; /* Rounded corners */
  padding: 10px 15px; /* Inner padding */
  cursor: pointer; /* Pointer on hover */
}

/* Button hover effect */
.contact-page .btnRefresh:hover {
  background-color: var(--rv-secondary); /* Darker color on hover */
}

/* Captcha styling */
.contact-page .captcha-code {
  display: flex; /* Flex for alignment */
  align-items: center; /* Center vertically */
}

.contact-page #captcha_code {
  margin-right: 10px; /* Space to the right of the captcha image */
}

/* Ensure clearfix is working */
.contact-page .clearfix {
  clear: both; /* Clear floats */
}


.contact-page .contact-section {
  display: flex;
  flex-direction: column;
}

.contact-page .contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.contact-page .contact-items {
  flex: 1;
  min-width: 220px; /* Ensures that the cards have a minimum width */
}

.contact-page .contact-card {
  background-color: var(--rv-white);
  border: 1px solid var(--rv-gray);
  border-radius: 8px;
  padding: 15px;
  transition: transform 0.2s;
}

.contact-page .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-page .icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-page .icon i {
  font-size: 24px;
  color: var(--rv-primary);
  margin-right: 10px;
}

.contact-page .title {
  font-size: 18px;
  font-weight: bold;
  color: var(--rv-black);
}

.contact-page p {
  margin: 0;
  color: var(--rv-gray);
}

.contact-page p a {
  color: var(--rv-secondary);
  text-decoration: none;
}

.contact-page p a:hover {
  text-decoration: underline;
}

a.btn.btn-primary {
    margin: 0px;
}

.bg-color{
	background:#F9F9F9;
}

.about-home-section .col-sm-12.col-md-12.col-lg-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}




.about-img img {
    width: 100%;
}
/* Custom dropdown menu layout */
.dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu .col-md-6 {
    width: 50%; /* 2 columns */
}

.dropdown-item {
    padding: 10px 15px;
    text-align: left;
}

/* Optional: Style the links */
.dropdown-link {
    text-decoration: none;
    color: inherit;
}

.dropdown-link:hover {
    text-decoration: none;
}
ul.dropdown-menu.show {
    width: 220px;
    text-align: center;
}
.partner-images {
    margin: 10px;
}
.tool-box {
    box-shadow: 0 0 -6px grey;
    margin: 15px;
}
.disclaimer-sec {
    padding-top: 15px;
    margin-top: 0px;
    border-top: 1px solid #999;
    text-align: center;
    color: #fff;
}
/*
.top-banner-section {
    margin-top: 90px;
}*/
.section {
    padding: 50px 0;
}


.header-main {
  position: relative;
  width: 100%;
  z-index: 9;
  background-color: var(--rv-secondary);
}
.header-main .navbar {
    padding: 0;
    margin: 0;
    box-shadow: unset;
}
.header-main .navbar .navbar-brand img {
    height: 115px;
}

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

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


.main_banner {
  position: relative;
  overflow: hidden;
}
.main_banner .banner-items {
  padding: 120px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-position: right top;
  background-size: cover;
}
.main_banner .banner-items .title {
  font-size: 44px;
}

.nev-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  max-width: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  gap: 20px;
}
.nev-btn button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rv-primary);
  border-radius: 50%;
  font-size: 20px;
  color: var(--rv-primary);
  transition: 0.5s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.161), 0 2px 8px rgba(0, 0, 0, 0.161);
}

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



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

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

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

.navbar-expand-lg .navbar-nav .dropdown-item .dropdown-link:hover {
    color: #ffffff;
}

.header_top_menu {
    background: var(--rv-secondary);
    padding: 10px 0 0px 0px;
    border-bottom: 1px solid #676767eb;
}
.header_top_menu_icon_inner ul {
    display: flex;
    gap: 20px;
    list-style: none;
    color: #fff;
    align-items: center;
}
.header_top_menu .header_top_menu_address ul {
  padding: 0;
  display: flex;
  justify-content: start;
  margin: 0 -10px;
}
.header_top_menu .header_top_menu_address ul li {
  padding: 0 10px;
  list-style: none;
  color: var(--rv-white);
  width: -moz-fit-content;
  width: fit-content;
}
.header_top_menu .header_top_menu_address ul li i {
  margin-right: 10px;
}
.header_top_menu_icon_inner ul li a {
    color: #fff;
}
.header_top_menu .header_top_menu_address ul li:last-child {
  max-width: 350px;
  overflow: hidden;
}
.header_top_menu .header_top_menu_address ul li a {
  color: var(--rv-white);
}

ul.dropdown-menu.show {
    width: 220px;
    text-align: center;
}
a.navbar-btn.btn.btn-sm.btn-primary.lift {
    margin-left: 40px;
}
.features-section ul {
    padding: 0;
}