:root{  --rv-primary: #016501;
  --rv-bg-primary-light: #e3ffe3;
  --rv-secondary: #1f5a20;
  --rv-bg-secondary-light: #e6efe5;
  --rv-colora: #b02a30;
  --rv-colorb: #2eae31;
  --rv-colorc: #00d5ff;
  --rv-colord: #90dc2a;
  --rv-white: #fff;
  --rv-black: #000;
  --rv-bdr-radius: 8px;
  --rv-gray: #726d7b;
  --rv-light: #f9f9f1;
  --rv-font: "DM Sans", sans-serif;
  --rv-color1: #b02a30;
  --rv-color2: #f58820;
  --rv-color3: #f79b44;
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--rv-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--rv-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-black);
  margin: 0;
  font-family: var(--rv-font);
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.bg-color {
    background: #e7ffe7;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.gradient {
  background: linear-gradient(
    90deg,
    var(--rv-primary) 0%,
    var(--rv-secondary) 100%
  );
}

.btn-primary {
  background: linear-gradient(
    90deg,
    var(--rv-primary) 0%,
    var(--rv-secondary) 100%
  );
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 40px 18px;
  transition: all 0.3s linear;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0.1em;
}

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

.btn-primary:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background-color: #fff;
  transform: scale(0);
  transition: all 0.2s linear;
  border-radius: 8px;
  opacity: 1;
  z-index: -1;
}

.btn-primary:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s linear;
}

.btn-primary:hover {
  background: linear-gradient(
    90deg,
    var(--rv-primary) 0%,
    var(--rv-secondary) 100%
  );
  border: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--rv-primary);
  color: var(--rv-white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 60px 17px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  font-family: var(--rv-font);
  letter-spacing: 0.1em;
  border-radius: var(--rv-bdr-radius);
}

.thm-btn:hover {
  color: var(--rv-white);
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rv-black);
  transform: scale(0);
  transition: all 0.2s linear;
  border-radius: var(--rv-bdr-radius);
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s linear;
}

.section-title {
  margin-bottom: 50px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--rv-primary);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
  font-family: var(--rv-font);
}

.section-title__tagline:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: var(--rv-primary);
}

.section-title__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--rvg-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--rv-black);
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--rvg-primary);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  animation-fill-mode: both;
  animation-name: flipInY;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(165deg, rgb(0 103 13) 0%, rgb(71 37 121) 100%);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--rv-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
}

.main-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: rgba(var(--rv-white), 0.05);
  z-index: -1;
}

.main-menu {
  position: relative;
  padding: 0 55px;
  z-index: 91;
}

.main-menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu-wrapper__left {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 220px);
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrapper__left {
    width: 100%;
  }
}

.main-menu-wrapper__logo {
  position: relative;
  padding: 3px 0;
}
.main-menu-wrapper__logo img {
  height: 70px;
}

.stricky-fixed .main-menu-wrapper__logo {
  padding: 3px 0;
}

.main-menu-wrapper__main-menu {
  position: relative;
  display: block;
  float: left;
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  padding: 14px 0;
  align-items: center;
}

.stricky-fixed .main-menu-wrapper__right {
  padding: 17px 0;
}

.stricky-fixed .main-menu-wrapper__right .btn-primary {
  padding: 10px 20px;
}

.main-menu-wrapper__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-wrapper__call-icon {
  position: relative;
  display: flex;
}

.main-menu-wrapper__call-icon span {
  font-size: 30px;
  color: var(--rv-white);
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover span {
  color: #a09baa;
}

.main-menu-wrapper__call-number {
  margin-left: 20px;
}

.main-menu-wrapper__call-number h5 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
}

.main-menu-wrapper__call-number h5 a {
  color: var(--rv-white);
  transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
  color: #a09baa;
}

.main-menu-wrapper__call-number p {
  font-size: 12px;
  margin: 0;
  line-height: 14px;
  color: var(--rv-white);
  text-transform: uppercase;
  font-family: var(--rv-font);
  letter-spacing: 0.1em;
}

.main-menu-wrapper__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
  margin-right: 80px;
}

.main-menu-wrapper__search-box:before {
  position: absolute;
  top: -5px;
  bottom: -3px;
  right: -30px;
  content: "";
  background-color: rgba(var(--rv-white), 0.2);
  width: 1px;
}

.main-menu-wrapper__search {
  font-size: 24px;
  color: var(--rv-white);
  transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
  color: #a09baa;
}

.stricky-header.main-menu {
  padding: 0 55px;
}

.main-menu .main-menu__list {
  transition: 0.5s;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding: 25px 0;
  position: relative;
}

.stricky-fixed .main-menu__list > li {
  padding: 26px 0;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 25px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--rv-black);
  position: relative;
  transition: all 500ms ease;
  font-family: var(--rv-font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.main-menu-wrapper__right .main-menu-wrapper__login .btn-primary {
  padding: 10px 25px;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 1px;
  border-radius: 0px;
  background-color: var(--rv-black);
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--rv-secondary);
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list > li.current > a::before {
  background-color: var(--rv-secondary);
}

.main-menu .main-menu__list > li:hover > a::before {
  background-color: var(--rv-white);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: var(--rv-bdr-radius);
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 0;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--rv-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 15px;
  line-height: 30px;
  color: var(--rv-black);
  font-family: var(--rv-font);
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  padding: 5px 15px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul > li:first-child > a,
.stricky-header .main-menu__list li ul > li:first-child > a {
  border-top-left-radius: var(--rv-bdr-radius);
  border-top-right-radius: var(--rv-bdr-radius);
}

.main-menu .main-menu__list li ul > li:last-child > a,
.stricky-header .main-menu__list li ul > li:last-child > a {
  border-bottom-left-radius: var(--rv-bdr-radius);
  border-bottom-right-radius: var(--rv-bdr-radius);
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--rv-black);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--rv-primary);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--rv-black);
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: #a09baa;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two:before {
  display: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px)
      translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  20%,
  60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%,
  100% {
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes service_hexagon_2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear,
    visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--rv-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-secondary);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--rv-primary);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--rv-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--rv-white);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #a09baa;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: #a09baa;
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--rv-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rv-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--rv-primary);
  border: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--rv-black);
}

.search-popup__content .thm-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-slider-border {
  position: absolute;
  top: 108px;
  left: 0;
  bottom: 0;
  width: 14.29%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 10;
}

.main-slider-border-two {
  left: 14.29%;
}

.main-slider-border-three {
  left: 28.59%;
}

.main-slider-border-four {
  left: 42.88%;
}

.main-slider-border-five {
  left: 57.17%;
}

.main-slider-border-six {
  left: 71.46%;
}

.main-slider-shape-1 {
  position: absolute;
  top: -182px;
  right: 125px;
  width: 495px;
  height: 350px;
  background-color: var(--rv-primary);
  mix-blend-mode: screen;
  opacity: 0;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  z-index: 2;
}

.swiper-slide-active .main-slider-shape-1 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider-shape-2 {
  position: absolute;
  top: -70px;
  right: -242px;
  width: 495px;
  height: 350px;
  background-color: var(--rv-black);
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-shape-2 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
}

.main-slider-shape-3 {
  position: absolute;
  top: 221px;
  right: -429px;
  width: 495px;
  height: 350px;
  background-color: var(--rv-white);
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-shape-3 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--rv-black);
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  opacity: 0.4;
  background-color: var(--rv-black);
  background-blend-mode: luminosity;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  opacity: 0.45;
}

.main-slider .container {
  position: relative;
  padding-top: 293px;
  padding-bottom: 195px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 30;
}

.main-slider p {
  font-size: 20px;
  color: var(--rv-white);
  font-family: var(--rv-font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0;
  opacity: 0;
  transform: translateY(-100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider h2 {
  margin: 0;
  margin-bottom: 52px;
  margin-top: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 130px;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 30;
}

.main-slider .thm-btn {
  opacity: 0;
  transform: translateY(-100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider .thm-btn::after {
  background-color: #fff;
}

.main-slider .thm-btn:hover {
  color: var(--rv-black);
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 160px;
  height: 80px;
  font-size: 12px;
  color: var(--rv-black);
  background-color: var(--rv-white);
  opacity: 1;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--rv-font);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-slider__nav .swiper-button-prev {
  border-top-left-radius: 8px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: var(--rv-white);
  background-color: var(--rv-black);
}

.main-slider__nav .swiper-button-next i,
.main-slider__nav .swiper-button-prev i {
  font-size: 20px;
}

.main-slider__nav .swiper-button-next i {
  margin-left: 10px;
}

.main-slider__nav .swiper-button-prev i {
  margin-right: 10px;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 59px;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 6px 0;
  border: 2px solid var(--rv-secondary);
  background-color: rgba(var(--rv-white), 1);
  transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--rv-primary);
  background-color: rgba(var(--rv-primary), 0);
}

/*--------------------------------------------------------------
# Main slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  background: #e8ffe8;
  background-size: 100% 100%;
}

.main-slider-two .swiper-slide {
  position: relative;
  overflow: hidden;
}

.main-slider-two .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  opacity: 1;
  z-index: 0;
}

.main-slider-two-img-1 {
  opacity: 0;
  transform: translateX(100%);
  z-index: 9;
}
.main-slider-two-img-1 img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-slider-two .swiper-slide-active .main-slider-two-img-1 {
  opacity: 1;
  transform: translate(0);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider-two-shape-1 {
  position: absolute;
  top: -179px;
  right: 118px;
  height: 350px;
  width: 495px;
  background: linear-gradient(
    313deg,
    var(--rv-primary) 0%,
    var(--rv-bg-primary-light) 50%
  );
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  opacity: 0;
}

.swiper-slide-active .main-slider-two-shape-1 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1000ms;
}

.main-slider-two-shape-2 {
  position: absolute;
  top: -70px;
  right: -250px;
  width: 495px;
  height: 350px;
  background-color: var(--rv-bg-secondary-light);
  mix-blend-mode: screen;
  transform: rotate(45deg) translateY(-200px);
  opacity: 0;
  border-radius: 30px;
  z-index: 1;
}

.swiper-slide-active .main-slider-two-shape-2 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
}

.main-slider-two-shape-3 {
  position: absolute;
  top: 203px;
  right: -427px;
  width: 495px;
  opacity: 0;
  height: 350px;
  background: linear-gradient(
    346deg,
    var(--rv-primary) 0%,
    var(--rv-bg-primary-light) 50%
  );
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  z-index: 1;
}

.swiper-slide-active .main-slider-two-shape-3 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider-two .container {
  position: relative;
  padding-top: 110px;
  padding-bottom: 100px;
  z-index: 30;
}
@media only screen and (max-width: 1200px) {
  .main-slider-two .container {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .main-slider-two .container .main-slider-two-img-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .main-slider-two .container .main-slider-two__content a {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 992px) {
  .main-slider-two .container .main-slider-two__content {
    text-align: center;
  }
  .main-slider-two .container .main-slider-two__content .btn-box {
    justify-content: center;
  }
}
.main-slider-two .container .btn-box {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .main-slider-two .container .btn-box {
    flex-wrap: wrap;
  }
}

.main-slider-two__content {
  position: relative;
  display: block;
}

.main-slider-two__content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--rv-black);
  font-family: var(--rv-font);
  display: inline-block;
  position: relative;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  margin-bottom: 40px;
}

.main-slider-two__content h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  margin-bottom: 20px;
  margin-top: 19px;
  font-weight: 600;
  color: var(--rv-black);
}

.main-slider-two__content .thm-btn {
  background-color: var(--rv-black);
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider-two__content .thm-btn:hover {
  color: var(--rv-primary);
}

.main-slider-two__content .thm-btn:after {
  background-color: var(--rv-white);
}

.main-slider-two .swiper-slide-active .main-slider-two__content h2,
.main-slider-two .swiper-slide-active .main-slider-two__content p,
.main-slider-two .swiper-slide-active .main-slider-two__content .thm-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider-two-arrow {
  position: absolute;
  bottom: 85px;
  right: -70px;
  transform: translateX(100%);
  opacity: 0;
}

.main-slider-two .swiper-slide-active .main-slider-two-arrow {
  opacity: 1;
  transform: translate(0);
  transition: all 1000ms ease;
  transition-delay: 200ms;
}

.main-slider-two #main-slider-pagination {
  bottom: 75px;
  text-align: center;
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  padding: 120px 0 0;
  z-index: 1;
}

.services-one-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}

.services-one-shape img {
  opacity: 0.15;
}

.services-one__top {
  position: relative;
  display: block;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-left .section-title__tagline {
  color: #a09baa;
}

.services-one__top-left .section-title__title {
  color: var(--rv-white);
}

.services-one__top-text {
  font-size: 16px;
  color: #a09baa;
  margin: 0;
  line-height: 32px;
}

.services-one__bottom {
  position: relative;
  display: block;
  padding: 0 0 66px;
}

.services-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: count;
}

.services-one__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 64px;
  margin-bottom: 40px;
}

.services-one__single:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 14px;
  width: 1px;
  content: "";
  background-color: rgba(var(--rv-white), 0.1);
}

.services-one__single:nth-child(1):before {
  display: none;
}

.services-one__single:nth-child(1) {
  padding-left: 0px;
}

.services-one__icon {
  margin-bottom: 21px;
}

.services-one__icon span {
  font-size: 64px;
  color: var(--rv-primary);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  transform: rotateY(360deg);
  color: var(--rv-white);
}

.services-one__count {
  position: relative;
  height: 20px;
  width: 20px;
  line-height: 30px;
}

.services-one__count:before {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--rv-font);
  color: #a09baa;
}

.services-one__title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  margin-top: 3px;
  margin-bottom: 22px;
}

.services-one__title > a {
  color: var(--rv-white);
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title > a {
  color: var(--rv-primary);
}

.services-one__arrow {
  color: var(--rv-white);
  transition: all 500ms ease;
}

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

.services-one__find-solutions {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(var(--rv-white), 0.1);
  padding: 48px 0 51px;
}

.services-one__find-solutions-text {
  font-size: 16px;
  color: #a09baa;
  margin: 0;
  font-family: var(--rv-font);
  text-transform: uppercase;
  font-weight: 500;
}

.services-one__find-solutions-text a {
  color: var(--rv-white);
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-left: 5px;
  transition: all 500ms ease;
}

.services-one__find-solutions-text a:hover {
  color: var(--rv-primary);
}

.services-one__find-solutions-text a:before {
  position: absolute;
  bottom: 7px;
  left: 6px;
  right: 1px;
  content: "";
  height: 1px;
  background-color: var(--rv-primary);
}

/*--------------------------------------------------------------
# Get To Know
--------------------------------------------------------------*/
.get-to-know {
  position: relative;
  display: block;
  padding: 140px 0 120px;
}

.get-to-know__left {
  position: relative;
  display: block;
  margin-right: 90px;
  margin-left: -115px;
}

.get-to-know__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.get-to-know__img:before {
  position: absolute;
  top: -140px;
  left: -1000000px;
  right: 280px;
  content: "";
  bottom: -120px;
  background-color: #f8f9fc;
  border-bottom-right-radius: var(--rv-bdr-radius);
}

.get-to-know__img:after {
  position: absolute;
  bottom: -120px;
  right: 242px;
  content: "";
  background-color: var(--rv-primary);
  width: 18px;
  height: 100px;
  border-radius: var(--rv-bdr-radius);
}

.get-to-know__img img {
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  mix-blend-mode: luminosity;
}

.get-to-know__video-link {
  position: absolute;
  bottom: 0;
  right: 280px;
}

.get-to-know__video-icon {
  height: 136px;
  width: 158px;
  background-color: var(--rv-primary);
  font-size: 25px;
  color: var(--rv-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 500ms ease;
}

.get-to-know__video-icon:hover {
  background-color: var(--rv-black);
}

.get-to-know__video-icon .ripple,
.get-to-know__video-icon .ripple:before,
.get-to-know__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 136px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--rv-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--rv-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--rv-primary-rgb), 0.6);
  animation: ripple 3s infinite;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.get-to-know__video-icon .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.get-to-know__video-icon .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.get-to-know__right {
  position: relative;
  display: block;
}

.get-to-know-big-text {
  font-size: 140px;
  text-transform: uppercase;
  color: #f8f9fc;
  letter-spacing: 0.4em;
  transform: rotate(90deg);
  position: absolute;
  top: 320px;
  right: -450px;
  font-family: var(--rv-font);
  font-weight: 300;
}

.get-to-know__right .section-title {
  margin-bottom: 30px;
}

.get-to-know__text-1 {
  font-size: 24px;
  color: var(--rv-primary);
  margin: 0;
  line-height: 36px;
  padding-bottom: 40px;
}

.get-to-know__text-2 {
  margin: 0;
}

.get-to-know__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.get-to-know__progress-single {
  position: relative;
  display: block;
}

.get-to-know__progress-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.get-to-know__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: #f8f9fc;
  border-radius: 5px;
  margin-bottom: 25px;
}

.get-to-know__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgb(255, 65, 62) 0%,
    rgb(255, 128, 27) 100%
  );
  transition: all 1500ms ease;
}

.get-to-know__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 20px;
  color: var(--rv-white);
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background-color: var(--rv-black);
  padding-left: 10px;
  padding-right: 10px;
  transition: all 500ms ease;
  font-family: var(--rv-font);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.get-to-know__progress .count-text:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 3px solid var(--rv-black);
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
}

.get-to-know__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.get-to-know__progress .bar.marb-0 {
  margin-bottom: 0;
}

.get-to-know__person {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.get-to-know__person-img {
  position: relative;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--rv-black);
}

.get-to-know__person-img img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.get-to-know__person-content {
  margin-left: 30px;
  position: relative;
  top: 10px;
}

.get-to-know__person-name {
  font-size: 26px;
  line-height: 36px;
  font-family: var(--rv-font);
  color: var(--rv-primary);
  font-weight: 400;
  margin-bottom: 2px;
}

.get-to-know__person-founder {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--rv-font);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 25px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 30px 0 90px 0;
}

.brand-one .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-one .swiper-slide img {
  transition: 500ms;
  opacity: 0.5;
  max-width: 100%;
}

.brand-one .swiper-slide img:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-one .section-title {
  margin-bottom: 16px;
}

.project-filter {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 49px;
}

.project-filter.style1 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
}

.project-filter.style1 li:nth-child(1) {
  padding-right: 13px;
}

.project-filter.style1 li .filter-text {
  position: relative;
  color: var(--rv-gray);
  font-size: 16px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  z-index: 1;
  font-family: var(--rv-font);
}

.project-filter.style1 li .filter-text:before {
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  content: "";
  background: linear-gradient(
    90deg,
    rgb(255, 65, 62) 0%,
    rgb(255, 128, 27) 100%
  );
  height: 1px;
  transition: all 500ms ease;
  transform: scale(0);
  z-index: 1;
}

.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
  transform: scale(1);
}

.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
  color: var(--rv-black);
}

.project-filter.style1 li .count {
  color: var(--rv-gray);
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  padding: 0 0;
  opacity: 0;
  transition: all 0.4s ease;
  position: relative;
  top: -4px;
}

.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
  color: var(--rv-black);
  opacity: 1;
}

.project-filter.style1 li + li {
  margin-left: 8px;
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.project-one__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.project-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: transform 500ms ease, mix-blend-mode 500ms ease;
  border-radius: var(--rvg-bdr-radisu);
}

.project-one__single:hover .project-one__img img {
  mix-blend-mode: normal;
}

.project-one__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 31px 60px 30px;
  padding-right: 40px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 1;
}

.project-one__single:hover .project-one__hover {
  transform: scaleY(1);
}

.project-one__hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--rv-black), 0.9);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}

.project-one__tagline {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--rv-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--rv-font);
}

.project-one__tagline:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  width: -webkit-fill-available;
  background-color: var(--rv-primary);
}

.project-one__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
}

.project-one__title a {
  color: var(--rv-white);
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--rv-primary);
}

.project-one__hover-pl-40 {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.counter-one .progress {
  width: 100%;
  height: 6px;
}
.counter-one .skill-wrapper {
  margin-top: 10px;
}
.counter-one .skill-wrapper span {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.counter-one .progress-bar {
  background: var(--rv-primary);
}
.counter-one .progressbar-active {
  animation-name: progress;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.counter-one .image {
  padding-left: 20px;
}
.counter-one .image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.counter-one .section-title h6 {
  color: var(--rv-secondary);
  padding: 20px 0;
  line-height: 30px;
}
.counter-one .section-title ul {
  padding: 0;
  margin: 0;
}
.counter-one .section-title ul li {
  list-style: none;
  padding-bottom: 10px;
}
.counter-one .section-title ul li i {
  color: var(--rv-secondary);
  margin-right: 10px;
}
.counter-one .section-title .section-title__title {
  font-size: 40px;
  line-height: 50px;
}
.counter-one .counter-one__list {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
}
.counter-one .counter-one__list li {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #eee;
  padding: 20px 50px;
  gap: 20px;
}
.counter-one .counter-one__list li .counter-one__icon i {
    font-size: 35px;
}
.counter-one .counter-one__list li:first-child {
  padding-top: 0;
}
.counter-one .counter-one__list li:last-child {
  border-right: unset;
}
.counter-one .counter-one__list li p {
  width: 100%;
  margin: 0;
}
.counter-one .counter-one__list li .mm-cont {
  text-align: right;
}
.counter-one .counter-one__list li .mm-cont h3 {
  font-size: 40px;
}
.counter-one .counter-one__list li .mm-cont .plusb {
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  padding-left: 10px;
  color: var(--rv-black);
}
.counter-one .counter-one__list li .counter-one__icon {
  background: rgb(202 255 202);
  padding: 20px;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  justify-content: center;
  width: 80px;
  height: 80px;
}
.counter-one .counter-one__list li .counter-one__icon span {
  font-size: 50px;
  color: var(--rv-white);
  background-image: linear-gradient(
    180deg,
    var(--rv-secondary) 0%,
    var(--rv-primary) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.images img {
  width: 100%;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  margin-top: -200px;
  z-index: 1;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.why-choose-one__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.why-choose-one__img:hover:before {
  animation: circle 0.75s;
}

.why-choose-one__img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  mix-blend-mode: luminosity;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 90px;
  padding-top: 120px;
  z-index: 1;
}

.why-choose-one__right:before {
  position: absolute;
  top: 0;
  left: -120px;
  right: -1000000px;
  content: "";
  bottom: 0;
  background-color: var(--rv-white);
  z-index: -1;
}

.why-choose-one__right .section-title {
  margin-bottom: 31px;
}

.why-choose-one__text {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.why-choose-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.why-choose-one__bottom-img {
  position: relative;
  display: inline-block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.why-choose-one__bottom-img img {
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.why-choose-one__points {
  position: relative;
  display: block;
  margin-left: 30px;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 24px;
}

.why-choose-one__points li + li {
  margin-top: 12px;
}

.why-choose-one__points li .icon {
  display: flex;
  align-items: center;
}

.why-choose-one__points li .icon span {
  color: var(--rv-primary);
  font-size: 15px;
  transition: all 500ms ease;
  transform: scale(1);
}

.why-choose-one__points li:hover .icon span {
  transform: scale(0.85);
}

.why-choose-one__points li .text {
  margin-left: 10px;
}

.why-choose-one__points li .text p {
  color: var(--rv-black);
  margin: 0;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 140px;
}

.team-one-container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.team-one__carousel {
  position: relative;
  display: block;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: var(--rv-black);
  background-blend-mode: luminosity;
}

.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1);
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1);
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 31px 0 32px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.team-one__single:hover .team-one__content {
  visibility: hidden;
  opacity: 0;
}

.team-one__name {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
}

.team-one__title {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--rv-font);
}

.team-one__hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 31px 0 40px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-66%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.team-one__single:hover .team-one__hover {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.team-one__hover-name {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
}

.team-one__hover-title {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--rv-font);
}

.team-one__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--rv-black);
  background-color: #f8f9fc;
  border-radius: 50%;
  font-size: 15px;
  height: 45px;
  width: 45px;
  transform: rotate(0);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a:hover {
  color: var(--rv-white);
  transform: rotate(360deg);
}

.team-one__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--rv-primary);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.team-one__social a:hover:before {
  transform: scaleX(1);
}

.team-one__social a + a {
  margin-left: 10px;
}

.team-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0 0 0;
  margin-right: 0px;
}

.team-one__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.team-one__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  transition: all 200ms linear;
}

.team-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
}

.team-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--rv-black), 0.2);
  margin: 0px 2.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.team-one__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--rv-primary);
  background-color: rgba(var(--rv-black), 0);
}

.team-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.team-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  padding: 120px 0 120px;
}

.testimonial-one__inner {
  position: relative;
  display: block;
  min-height: 355px;
}

.testimonial-one .container {
  position: relative;
}

.testimonial-one__left {
  position: relative;
  display: block;
  z-index: 10;
}

.testimonial-one__right {
  position: relative;
  display: block;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  border-radius: var(--rv-bdr-radius);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 39px 50px 50px;
  transition: all 500ms ease;
}

.testimonial-one__single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-one__text {
  margin: 0;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 19px;
}

.testimonial-one__client-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.testimonial-one__client-img > img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
  width: auto !important;
}

.testimonial-one__quote {
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: var(--rv-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  transform: translateY(-50%);
  right: 45px;
}

.testimonial-one__quote > img {
  width: auto !important;
}

.testimonial-one__client-details {
  margin-left: 40px;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
}

.testimonial-one__client-title {
  font-size: 14px;
  color: var(--rv-primary);
  margin: 0;
  line-height: 14px;
  font-family: var(--rv-font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.testimonial-one .custom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 10;
}

.testimonial-one .custom-nav .owl-prev {
  height: 65px;
  width: 65px;
  background: var(--rv-white);
  border-radius: 50%;
  color: var(--rv-black);
  font-size: 20px;
  text-align: center;
  border: 0;
  transform: rotate(180deg);
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-right: 5px;
  transition: all 500ms ease;
}

.testimonial-one .custom-nav .owl-next {
  height: 65px;
  width: 65px;
  background: var(--rv-white);
  border-radius: 50%;
  color: var(--rv-black);
  font-size: 20px;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-left: 5px;
  transition: all 500ms ease;
}

.testimonial-one .custom-nav .owl-prev:hover,
.testimonial-one .custom-nav .owl-next:hover {
  color: var(--rv-white);
  background-color: var(--rv-primary);
}

.testimonial-one__right {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .testimonial-one__right {
    max-width: 1200px;
    position: absolute;
    top: 0px;
    right: -250px;
  }
}
@media (min-width: 1440px) {
  .testimonial-one__right {
    right: -45px;
  }
}
.testimonial-one__right .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__right .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__right .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.sip_calcualtor-section {
  position: relative;
  display: block;
  padding: 120px 0 220px;
  z-index: 2;
}

.sip_calcualtor-section-content-box {
  position: relative;
  z-index: 9;
}

.sip_calcualtor-section-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rv-black);
  z-index: 1;
}

.sip_calcualtor-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.8;
}

.sip_calcualtor-section__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.sip_calcualtor-section__icon {
  height: 120px;
  width: 120px;
  background-color: var(--rv-primary);
  color: var(--rv-white);
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rv-bdr-radius);
  margin: 0 auto;
}

.sip_calcualtor-section__icon span {
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.sip_calcualtor-section__icon:hover span {
  transform: scale(0.9);
}

.sip_calcualtor-section__title {
  font-size: 70px;
  color: var(--rv-white);
  text-transform: uppercase;
  line-height: 85px;
  font-weight: 500;
  margin-top: 39px;
}

/*--------------------------------------------------------------
# Financial Advice
--------------------------------------------------------------*/
.financial-advice {
  position: relative;
  display: block;
  background-color: #f8f9fc;
}

.financial-advice-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
  z-index: 1;
}

.financial-advice__tab-box {
  position: relative;
  display: block;
  margin-top: -114px;
  z-index: 2;
}

.financial-advice__tab-box .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--rv-bdr-radius);
  border-top-right-radius: var(--rv-bdr-radius);
}

.financial-advice__tab-box .tab-buttons .tab-btn {
  position: relative;
  float: left;
  max-width: 390px;
  width: 100%;
}

.financial-advice__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 0px;
}

.financial-advice__tab-box .tab-buttons .tab-btn:nth-child(1) span {
  border-top-left-radius: 8px;
}

.financial-advice__tab-box .tab-buttons .tab-btn:nth-child(3) span {
  border-top-right-radius: 8px;
}

.financial-advice__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 24px;
  color: var(--rv-white);
  background-color: var(--rv-primary);
  padding: 40px 0px 40px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 390px;
  width: 100%;
  text-align: center;
  font-family: var(--rv-font);
  text-transform: uppercase;
  z-index: 1;
}

.financial-advice__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--rv-primary);
  background-color: var(--rv-white);
}

.financial-advice__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--rv-white);
  transition: all 0.3s ease;
  z-index: -1;
}

.financial-advice__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.financial-advice__tab-box .tabs-content {
  position: relative;
  display: block;
}

.financial-advice__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  transform: translateY(35px);
  transition: all 600ms ease;
  z-index: 10;
}

.financial-advice__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  transform: translateY(0px);
}

.tabs-content__inner {
  position: relative;
  display: block;
  background-color: var(--rv-white);
  padding: 80px 80px 80px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 60px;
}

.tabs-content__left {
  position: relative;
  display: block;
  margin-top: -9px;
}

.tabs-content__points {
  position: relative;
  display: block;
}

.tabs-content__points li {
  position: relative;
  display: block;
  padding-left: 80px;
  border-bottom: 1px solid #e2e0e5;
  margin-bottom: 48px;
  padding-bottom: 36px;
}

.tabs-content__points li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs-content__points li .icon {
  height: 58px;
  width: 58px;
  background-color: #f8f9fc;
  border-radius: 50%;
  color: var(--rv-primary);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 9px;
  left: 0;
  transform: scale(1);
  transition: all 500ms ease;
}

.tabs-content__points li:hover .icon {
  background-color: var(--rv-primary);
  color: var(--rv-white);
  transform: scale(0.85);
}

.tabs-content__points li .text h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 12px;
}

.tabs-content__points li .text p {
  margin: 0;
}

.tabs-content__right {
  position: relative;
  display: block;
  margin-left: 76px;
}

.tabs-content__right:before {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -60px;
  content: "";
  width: 1px;
  background-color: #e2e0e5;
}

.tabs-content__experience-box {
  position: relative;
  display: flex;
  align-items: center;
}

.tabs-content__experience-content {
  position: relative;
  margin-top: -9px;
}

@media (min-width: 992px) {
  .tabs-content__experience-content {
    max-width: 120px;
  }
}
.tabs-content__experience-icon span {
  position: relative;
  display: inline-block;
  color: var(--rv-primary);
  font-size: 64px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.tabs-content__experience-icon span:hover {
  transform: scale(0.9);
}

.tabs-content__experience-title {
  font-size: 30px;
  color: var(--rv-gray);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
  margin-top: 13px;
  margin-bottom: 24px;
}

.tabs-content__experience-btn {
  font-size: 14px;
  color: var(--rv-black);
  text-transform: uppercase;
  font-family: var(--rv-font);
  letter-spacing: 0.1em;
  transition: all 500ms ease;
}

.tabs-content__experience-btn:hover {
  color: var(--rv-primary);
}

.tabs-content__experience-img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  margin-left: 50px;
  border-radius: var(--rv-bdr-radius);
}

.tabs-content__experience-img img {
  width: auto;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.financial-advice__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #e3e1e6;
  padding-top: 48px;
  padding-bottom: 51px;
  z-index: 3;
}

.financial-advice__bottom-text {
  font-size: 16px;
  color: var(--rv-gray);
  margin: 0;
  font-family: var(--rv-font);
  text-transform: uppercase;
  font-weight: 500;
}

.financial-advice__bottom-text a {
  color: var(--rv-black);
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-left: 5px;
  transition: all 500ms ease;
}

.financial-advice__bottom-text a:hover {
  color: var(--rv-primary);
}

.financial-advice__bottom-text a:before {
  position: absolute;
  bottom: 7px;
  left: 6px;
  right: 1px;
  content: "";
  height: 1px;
  background-color: var(--rv-primary);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
/* Unique class to avoid style conflicts */
.blog-section-modern {
  background-color: var(--rv-secondary-light, #f4f5f8);
  padding: 60px 0;
  font-family: var(--rv-font, "Roboto", sans-serif);
}

.blog-section-modern .section-title__tagline {
  display: inline-block;
  font-size: 16px;
  color: var(--rv-primary, #6bb543);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-section-modern .section-title__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--rv-black, #070707);
  margin-bottom: 40px;
}

.blog-section-modern .blog-items {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section-modern .blog-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.blog-section-modern .blog {
  background-color: var(--rv-white, #fff);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-section-modern .blog_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-section-modern .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-section-modern .blog:hover .blog_img img {
  transform: scale(1.05);
}

.blog-section-modern .blog_info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.blog-section-modern .blog_info .date {
  font-size: 14px;
  color: var(--rv-gray, #726d7b);
  margin-bottom: 10px;
}

.blog-section-modern .blog_info h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--rv-black, #070707);
  margin-bottom: 12px;
}

.blog-section-modern .blog_info span {
  font-size: 14px;
  color: var(--rv-primary, #6bb543);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  overflow: hidden;
}

.cta-one-shape-1 {
  position: absolute;
  top: -333px;
  right: 50px;
  width: 495px;
  height: 360px;
  background-color: var(--rv-primary);
  mix-blend-mode: screen;
  border-radius: 30px;
  z-index: 1;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.cta-one-shape-2 {
  position: absolute;
  top: -175px;
  right: -350px;
  width: 495px;
  height: 360px;
  background-color: #ff5d2d;
  border-radius: 30px;
  transform: rotate(45deg);
  animation: rectMove 9s linear 1000ms infinite;
}

.cta-one-shape-3 {
  position: absolute;
  top: 313px;
  left: -184px;
  width: 495px;
  height: 360px;
  background-color: var(--rv-white);
  mix-blend-mode: soft-light;
  border-radius: 30px;
  z-index: 1;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    90deg,
    rgb(255, 65, 62) 0%,
    rgb(255, 128, 27) 100%
  );
  border-radius: var(--rv-bdr-radius);
  padding: 90px 80px 90px;
  overflow: hidden;
}

.cta-one__left {
  position: relative;
  display: block;
}

.cta-one__title {
  font-size: 40px;
  color: var(--rv-white);
  text-transform: uppercase;
  line-height: 48px;
}

.cta-one__right {
  position: relative;
  display: block;
}

.cta-one__btn {
  color: var(--rv-black);
  background-color: var(--rv-white);
}

.cta-one__btn:hover {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  background-color: #000000;
  padding: 51px 0;
}

.site-footer__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__top-logo {
  position: relative;
  display: inline-block;
}

.site-footer__top-title-box {
  margin-left: 100px;
}

.site-footer__top-title {
  font-size: 24px;
  color: var(--rv-white);
  text-transform: uppercase;
  line-height: 34px;
}

.site-footer__top-title a {
  position: relative;
  display: inline-block;
  color: var(--rv-primary);
  transition: all 500ms ease;
}

.site-footer__top-title a:hover {
  color: var(--rv-white);
}

.site-footer__top-title a:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--rv-primary);
  height: 1px;
}

.site-footer__top-right-social {
  display: flex;
  align-items: center;
}

.site-footer__top-right-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--rv-white);
  font-size: 20px;
  transition: all 500ms ease;
}

.site-footer__top-right-social a:hover {
  color: var(--rv-primary);
}

.site-footer__top-right-social a + a {
  margin-left: 25px;
}

.site-footer__middle {
  position: relative;
  display: block;
  background-color: #000;
  padding: 60px 0 0;
  z-index: 1;
}

.site-footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.06;
  z-index: -1;
}

.site-footer__middle-inner {
  position: relative;
  display: block;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__title {
  font-size: 20px;
  color: var(--rv-white);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 23px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  margin-right: -30px;
}

.footer-widget__about-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--rv-white);
  margin: 0;
  line-height: 26px;
}

.footer-widget__about-contact {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--rv-white), 0.1);
  margin-top: 20px;
  padding-top: 18px;
}

.footer-widget__about-contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__about-contact li .icon i {
  font-size: 15px;
  color: var(--rv-white);
}

.footer-widget__about-contact li .text {
  margin-left: 10px;
}

.footer-widget__about-contact li .text a {
  font-size: 15px;
  color: var(--rv-white);
  font-weight: 500;
  transition: all 500ms ease;
}

.footer-widget__about-contact li .text a:hover {
  color: var(--rv-white);
}

.footer-widget__about-contact li .text p {
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  margin: 0;
}

.footer-widget__links {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: -6px;
}

.footer-widget__links-list {
  position: relative;
  display: block;
}

.footer-widget__links-list li + li {
  margin-top: 6px;
}

.footer-widget__links-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--rv-white);
  font-weight: 500;
  transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
  color: var(--rv-white);
}

.footer-widget__links-list li a:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--rv-white);
  height: 1px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.footer-widget__links-list li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: -5px;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
}

.footer-widget__explore-list li + li {
  margin-top: 6px;
}

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--rv-white);
  font-weight: 500;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  color: var(--rv-white);
}

.footer-widget__explore-list li a:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--rv-white);
  height: 1px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.footer-widget__explore-list li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  background-color: #000000;
  margin-left: 50px;
  padding: 41px 50px 41px;
  margin-top: 8px;
  border-radius: var(--rv-bdr-radius);
  border: 1px solid rgba(var(--rv-white), 0.1);
}

.footer-widget__newsletter .footer-widget__title {
  margin-bottom: 0;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: rgba(var(--rv-white), 0.2);
  border-radius: 0;
}

.footer-widget__newsletter-input-box input[type="email"] {
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  height: 70px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-right: 60px;
  outline: none;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 70px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
}

.footer-widget__newsletter-btn i {
  font-size: 16px;
  color: var(--rv-primary);
}

.footer-widget__newsletter-bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.footer-widget__newsletter-bottom-icon {
  height: 19px;
  width: 19px;
  border: 1px solid rgba(var(--rv-white), 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
  font-size: 8px;
  color: #95919f;
}

.footer-widget__newsletter-bottom-text {
  margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
  font-size: 15px;
  color: #a09baa;
  margin: 0;
  font-weight: 500;
}
footer.site-footer-new a {
    color: #ffff;
}
footer.site-footer-new a:hover {
    color: var(--rv-primary);
}
.site-footer__bottom {
    position: relative;
    display: block;
    background: #021302;
    border-top: 1px solid rgba(var(--rv-white), 0.1);
    color: #fff;
    padding: 5px 0;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: none;
  padding: 10px 0;
  color: #fff;
  margin-top: 0px;
}

.site-footer__bottom-left {
  position: relative;
  display: block;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: var(--rv-white);
  margin: 0;
  font-weight: 500;
}

.site-footer__bottom-text a {
  color: var(--rv-white);
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--rv-white);
}

.site-footer__bottom-right {
  position: relative;
  display: block;
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-menu li + li {
  margin-left: 24px;
}

.site-footer__bottom-menu li a {
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--rv-white);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.services-two__single {
  position: relative;
  display: block;
  border-radius: var(--rv-bdr-radius);
  border: 1px solid transparent;
  background-color: #f8f9fc;
  padding: 38px 40px 24px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.services-two__single:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #e2e0e5;
}

.services-two__icon {
  position: relative;
  display: inline-block;
}

.services-two__icon:before {
  position: absolute;
  bottom: 8px;
  right: -19px;
  border-radius: 50%;
  background-color: rgb(98, 34, 204);
  opacity: 0.1;
  width: 47px;
  height: 47px;
  content: "";
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__icon:before {
  transform: scale(1.5);
}

.services-two__icon span {
  font-size: 64px;
  color: var(--rv-primary);
  position: relative;
  display: inline-block;
}

.services-two__title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 29px;
  margin-top: 16px;
  margin-bottom: 25px;
}

.services-two__title a {
  color: var(--rv-black);
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--rv-primary);
}

.services-two__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  padding-bottom: 9px;
}

.services-two__arrow {
  color: var(--rv-gray);
  font-size: 20px;
  transition: all 500ms ease;
}

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

/*--------------------------------------------------------------
# Get To Know Two
--------------------------------------------------------------*/
.get-to-know-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.get-to-know-two__left {
  position: relative;
  display: block;
  margin-right: 90px;
}

.get-to-know-two__img-box {
  position: relative;
  display: block;
}

.get-to-know-two__img-box:before {
  position: absolute;
  top: 0;
  left: -47px;
  height: 320px;
  width: 17px;
  content: "";
  background-color: var(--rv-primary);
  border-radius: var(--rv-bdr-radius);
}

.get-to-know-two__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
  overflow: hidden;
}

.get-to-know-two__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  z-index: 1;
}

.get-to-know-two__img-box:hover .get-to-know-two__img:after {
  animation: shine 1.5s;
}

.get-to-know-two__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.get-to-know-two__small-img {
  border-radius: var(--rv-bdr-radius);
  background-color: var(--rv-black);
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 1;
}

.get-to-know-two__small-img > img {
  border-radius: var(--rv-bdr-radius);
  mix-blend-mode: luminosity;
}

.get-to-know-two__right {
  position: relative;
  display: block;
}

.get-to-know-two__right .section-title {
  margin-bottom: 30px;
}

.get-to-know-two__text {
  margin: 0;
}

.get-to-know-two__bottom {
  position: relative;
  display: flex;
  border-bottom: 1px solid #e2e0e5;
  margin-top: 35px;
  margin-bottom: 39px;
  padding-bottom: 39px;
}

.get-to-know-two__icon {
  position: relative;
  top: 9px;
}

.get-to-know-two__icon span {
  position: relative;
  display: inline-block;
  color: var(--rv-primary);
  font-size: 64px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.get-to-know-two__bottom:hover .get-to-know-two__icon span {
  transform: rotateY(360deg);
  color: var(--rv-black);
}

.get-to-know-two__content {
  margin-left: 30px;
}

.get-to-know-two__text-2 {
  margin: 0;
}

.get-to-know-two__points-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 38px;
}

.get-to-know-two__points {
  position: relative;
  float: left;
  margin-right: 47px;
}

.get-to-know-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.get-to-know-two__points li + li {
  margin-top: 6px;
}

.get-to-know-two__points li .icon {
  position: relative;
  top: 1px;
}

.get-to-know-two__points li .icon span {
  font-size: 15px;
  color: var(--rv-primary);
  transition: all 500ms ease;
  transform: scale(1);
}

.get-to-know-two__points li:hover .icon span {
  transform: scale(0.85);
}

.get-to-know-two__points li .text {
  margin-left: 10px;
}

.get-to-know-two__points li .text p {
  font-weight: 500;
  color: var(--rv-black);
  margin: 0;
}

.get-to-know-two__points-two {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  background-color: #f8f9fc;
}

.why-choose-two__top {
  position: relative;
  display: block;
}

.why-choose-two__top-left {
  position: relative;
  display: block;
  margin-right: -33px;
  margin-left: -375px;
}

.why-choose-two__top-img {
  position: relative;
  display: block;
}

.why-choose-two__top-img img {
  width: 100%;
}

.why-choose-two__video-link {
  position: absolute;
  right: 193px;
  bottom: 180px;
}

.why-choose-two__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 147px;
  line-height: 97px;
  text-align: center;
  font-size: 25px;
  color: var(--rv-white);
  background-color: var(--rv-primary);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.why-choose-two__video-icon:hover {
  background-color: var(--rv-black);
  color: var(--rv-white);
}

.why-choose-two__video-icon:before {
  position: absolute;
  top: -17px;
  left: -17px;
  right: -17px;
  bottom: -17px;
  content: "";
  border-radius: 50%;
  z-index: 1;
  border: 1px solid var(--rv-primary);
  opacity: 0.2;
}

.why-choose-two__video-link .ripple,
.why-choose-two__video-icon .ripple:before,
.why-choose-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 183px;
  height: 183px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--rv-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--rv-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--rv-primary-rgb), 0.6);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.why-choose-two__video-icon .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.why-choose-two__video-icon .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.why-choose-two__right {
  position: relative;
  display: block;
  margin-left: 70px;
  padding-top: 120px;
}

.why-choose-two__right .section-title {
  margin-bottom: 30px;
}

.why-choose-two__text {
  margin: 0;
  padding-bottom: 29px;
}

.why-choose-two__points {
  position: relative;
  display: block;
}

.why-choose-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-two__points li + li {
  margin-top: 10px;
}

.why-choose-two__points li .icon {
  position: relative;
  top: 1px;
}

.why-choose-two__points li .icon span {
  font-size: 15px;
  color: var(--rv-primary);
  transform: scale(1);
  transition: all 500ms ease;
}

.why-choose-two__points li:hover .icon span {
  transform: scale(0.85);
}

.why-choose-two__points li .text {
  margin-left: 20px;
}

.why-choose-two__points li .text p {
  font-size: 20px;
  color: var(--rv-black);
  margin: 0;
}

.why-choose-two__counter {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(var(--rv-black), 0.1);
  margin-top: 44px;
  padding-top: 31px;
}

.why-choose-two__counter-icon {
  position: relative;
  top: 11px;
}

.why-choose-two__counter-icon span {
  font-size: 64px;
  color: var(--rv-primary);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.why-choose-two__counter:hover .why-choose-two__counter-icon span {
  transform: scale(1.2);
}

.why-choose-two__counter-content {
  margin-left: 30px;
}

.why-choose-two__counter-content h3 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--rv-font) !important;
  line-height: 60px !important;
}

.why-choose-two__counter-content p {
  margin: 0;
  color: var(--rv-primary);
  line-height: 23px;
}

.why-choose-two__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
  padding-bottom: 90px;
}

.why-choose-two__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--rv-bdr-radius);
  padding: 38px 40px 38px;
  margin-bottom: 30px;
}

.why-choose-two__icon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: var(--rv-primary);
  font-size: 32px;
  color: var(--rv-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}

.why-choose-two__icon .icon-suitcase {
  font-size: 28px;
}

.why-choose-two__single:hover .why-choose-two__icon {
  background-color: var(--rv-black);
}

.why-choose-two__icon span {
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.why-choose-two__single:hover .why-choose-two__icon span {
  transform: rotate(360deg);
}

.why-choose-two__content {
  margin-left: 20px;
}

.why-choose-two__content-text {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.project-two__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-two__carousel {
  position: relative;
  display: block;
}

.project-two__single {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.project-two__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
  transition: transform 500ms ease, mix-blend-mode 500ms ease;
}

.project-two__single:hover .project-two__img img {
  mix-blend-mode: normal;
}

.project-two__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 31px 58px 30px;
  padding-right: 40px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 1;
}

.project-two__single:hover .project-two__hover {
  transform: scaleY(1);
}

.project-two__hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--rv-black), 0.9);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}

.project-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--rv-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--rv-font);
}

.project-two__tagline:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  width: -webkit-fill-available;
  background-color: var(--rv-primary);
}

.project-two__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
}

.project-two__title a {
  color: var(--rv-white);
  transition: all 500ms ease;
}

.project-two__title a:hover {
  color: var(--rv-primary);
}

.project-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--rv-black), 0.2);
  margin: 0px 2.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--rv-primary);
  background-color: rgba(var(--rv-black), 0);
}

.project-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
  z-index: 2;
}

.counter-two__inner {
  position: relative;
  display: block;
  background-color: var(--rv-primary);
  padding: 79px 0 73px;
  border-radius: var(--rv-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.counter-two-shape1 {
  height: 304px;
  width: 304px;
  background-color: var(--rv-white);
  position: absolute;
  bottom: -260px;
  left: -189px;
  mix-blend-mode: soft-light;
  border-radius: var(--rv-bdr-radius);
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.counter-two-shape2 {
  position: absolute;
  top: -535px;
  right: -75px;
  width: 575px;
  height: 575px;
  background-color: var(--rv-primary);
  border-radius: 20px;
  mix-blend-mode: screen;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.counter-two-shape3 {
  position: absolute;
  top: -326px;
  right: -516px;
  width: 575px;
  height: 575px;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
  mix-blend-mode: soft-light;
  transform: rotate(45deg);
  animation: rectMove 9s linear 1s infinite;
}

.counter-two__left {
  position: relative;
  display: block;
  margin-top: 21px;
  margin-left: 80px;
}

.counter-two__title {
  font-size: 40px;
  color: var(--rv-white);
  text-transform: uppercase;
  line-height: 40px;
}

.counter-two__right {
  position: relative;
  display: block;
  margin-right: 6px;
}

.counter-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-two__single {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  text-align: center;
}

.counter-two__single:before {
  position: absolute;
  top: 21px;
  bottom: 27px;
  left: 0;
  content: "";
  width: 1px;
  background-color: rgba(var(--rv-white), 0.1);
}

.counter-two__single:first-child:before {
  display: none;
}

.counter-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--rv-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-two__single:hover .counter-two__icon span {
  transform: scale(0.9);
}

.counter-two__single h3 {
  font-size: 50px;
  font-family: var(--rv-font) !important;
  line-height: 60px !important;
  color: var(--rv-white);
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 2px;
}

.counter-two__text {
  margin: 0;
  line-height: 27px;
  color: #ceb0ff;
  text-transform: uppercase;
  font-family: var(--rv-font);
  letter-spacing: 0.1em;
  font-weight: 500;
}

.counter-two__single .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
/* Unique class to avoid style conflicts */
.blog-section-modern {
  background-color: var(--rv-secondary-light, #f4f5f8);
  padding: 60px 0;
  font-family: var(--rv-font, 'Roboto', sans-serif);
}

.blog-section-modern .section-title__tagline {
  display: inline-block;
  font-size: 16px;
  color: var(--rv-primary, #6bb543);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-section-modern .section-title__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--rv-black, #070707);
  margin-bottom: 40px;
}

.blog-section-modern .blog-items {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section-modern .blog-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.blog-section-modern .blog {
  background-color: var(--rv-white, #fff);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-section-modern .blog_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-section-modern .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-section-modern .blog:hover .blog_img img {
  transform: scale(1.05);
}

.blog-section-modern .blog_info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.blog-section-modern .blog_info .date {
  font-size: 14px;
  color: var(--rv-gray, #726d7b);
  margin-bottom: 10px;
}

.blog-section-modern .blog_info h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--rv-black, #070707);
  margin-bottom: 12px;
}

.blog-section-modern .blog_info span {
  font-size: 14px;
  color: var(--rv-primary, #6bb543);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
}


/* Unique class for related blog section */
.related-section-modern {
  padding: 40px 0;
  background-color: var(--rv-secondary-light, #f4f5f8);
  font-family: var(--rv-font, 'Roboto', sans-serif);
}

.related-section-modern .latest-blog-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.related-section-modern .item {
  width: 100%;
  max-width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-section-modern .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.related-section-modern .blog {
  background-color: var(--rv-white, #fff);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-section-modern .images {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.related-section-modern .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-section-modern .item:hover .images img {
  transform: scale(1.05);
}

.related-section-modern .client-info {
  padding: 16px 20px;
  flex-grow: 1;
}

.related-section-modern .client-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: var(--rv-gray, #726d7b);
  text-transform: uppercase;
}

.related-section-modern .client-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--rv-black, #070707);
  line-height: 1.4;
  margin: 0;
}

/*--------------------------------------------------------------
# We Care
--------------------------------------------------------------*/
.we-care {
  position: relative;
  display: block;
}

.we-care__inner {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #e4e2e7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.we-care__img {
  position: relative;
  border-radius: var(--rv-bdr-radius);
  background-color: var(--rv-black);
  z-index: 1;
}

.we-care__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: var(--rv-primary);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 10px;
  z-index: 1;
}

.we-care__img img {
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.we-care__content {
  margin-left: 50px;
}

.we-care__title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 8px;
}

.we-care__text {
  font-size: 16px;
  margin: 0;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 555px;
  width: 100%;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 120px 0 114px;
}

.contact-one__left {
  position: relative;
  display: block;
}

.contact-one__left .section-title {
  margin-bottom: 40px;
}

.contact-one__images {
  position: relative;
  display: block;
  overflow: hidden;
}

.contact-one__images li {
  position: relative;
  float: left;
}

.contact-one__images li + li {
  margin-left: 20px;
}

.contact-one__img-1 {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.contact-one__img-1 img {
  border-radius: var(--rv-bdr-radius);
  mix-blend-mode: luminosity;
}

.contact-one__text {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 28px;
}

.contact-one__points {
  position: relative;
  display: block;
}

.contact-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-one__points li + li {
  margin-top: 6px;
}

.contact-one__points li .icon {
  position: relative;
  display: flex;
  top: 1px;
}

.contact-one__points li .icon span {
  font-size: 15px;
  color: var(--rv-primary);
  transform: scale(1);
  transition: all 500ms ease;
}

.contact-one__points li:hover .icon span {
  transform: scale(0.85);
}

.contact-one__points li .text {
  margin-left: 15px;
}

.contact-one__points li .text p {
  color: var(--rv-black);
  margin: 0;
}

.contact-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.contact-one__right-form {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  border-radius: var(--rv-bdr-radius);
  padding: 60px;
}

.contact-one__right-form input[type="text"],
.contact-one__right-form input[type="email"] {
  height: 68px;
  width: 100%;
  border: none;
  background: var(--rv-white);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: var(--rv-bdr-radius);
  outline: none;
  font-size: 14px;
  color: var(--rv-gray);
  font-weight: 400;
  display: block;
}

.contact-one__right-form textarea {
  width: 100%;
  height: 175px;
  background: var(--rv-white);
  border-radius: var(--rv-bdr-radius);
  outline: none;
  font-size: 14px;
  color: var(--rv-gray);
  font-weight: 400;
  display: block;
  border: none;
  padding: 18px 30px 30px;
  margin-bottom: 10px;
}

.contact-one__btn {
  border: none;
  outline: none;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  border-bottom: 0;
  border-top: 1px solid #e2e0e5;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 283px 0 174px;
  background-color: var(--rv-black);
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--rv-black);
  background-blend-mode: luminosity;
  opacity: 0.4;
  z-index: -1;
}

.page-header-border {
  position: absolute;
  top: 108px;
  left: 0;
  bottom: 0;
  width: 14.29%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 10;
}

.page-header-border-two {
  left: 14.29%;
}

.page-header-border-three {
  left: 28.59%;
}

.page-header-border-four {
  left: 42.88%;
}

.page-header-border-five {
  left: 57.17%;
}

.page-header-border-six {
  left: 71.46%;
}

.page-header-shape-1 {
  position: absolute;
  top: -182px;
  right: 125px;
  width: 495px;
  height: 350px;
  background-color: var(--rv-primary);
  mix-blend-mode: screen;
  transform: rotate(45deg);
  border-radius: 20px;
  animation: rectMove 9s linear 0ms infinite;
}

.page-header-shape-2 {
  position: absolute;
  top: -70px;
  right: -250px;
  width: 495px;
  height: 350px;
  background-color: var(--rv-black);
  mix-blend-mode: soft-light;
  transform: rotate(45deg);
  border-radius: 20px;
  z-index: 1;
  animation: rectMove 9s linear 1s infinite;
}

.page-header-shape-3 {
  position: absolute;
  top: 221px;
  right: -394px;
  width: 495px;
  height: 350px;
  background-color: var(--rv-white);
  mix-blend-mode: soft-light;
  transform: rotate(45deg);
  border-radius: 20px;
  z-index: 1;
  animation: rectMove 9s linear 2s infinite;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 60px;
  color: var(--rv-white);
  line-height: 70px;
  text-transform: uppercase;
  margin-top: 1px;
  font-weight: 400;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--rv-white);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--rv-font);
  transition: all 500ms ease;
}

.thm-breadcrumb li:before {
  position: absolute;
  top: 16px;
  left: -20px;
  content: "";
  background-color: var(--rv-white);
  height: 2px;
  width: 5px;
}

.thm-breadcrumb li:first-child:before {
  display: none;
}

.thm-breadcrumb li + li {
  margin-left: 29px;
}

.thm-breadcrumb li a {
  color: var(--rv-white);
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--rv-font);
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: #a09baa;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-sidebar__left {
  position: relative;
  display: block;
}

.blog-sidebar__content {
  position: relative;
  display: block;
}

.blog-sidebar__content-single {
  position: relative;
  display: block;
}

.blog-sidebar__content-single + .blog-sidebar__content-single {
  margin-top: 15px;
}

.blog-sidebar__content-img {
  position: relative;
  display: block;
  border-radius: var(--rv-bdr-radius);
  background-color: var(--rv-black);
}

.blog-sidebar__content-img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.blog-sidebar__date-box {
  position: absolute;
  bottom: 0;
  right: 20px;
  background-color: var(--rv-primary);
  padding: 12px 19px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-sidebar__date-box p {
  font-size: 14px;
  color: var(--rv-white);
  margin: 0;
  line-height: 16px;
  text-align: center;
  font-family: var(--rv-font);
  text-transform: uppercase;
  font-weight: 500;
}

.blog-sidebar__content-box {
  position: relative;
  display: block;
  margin-top: 23px;
}

.blog-sidebar__meta {
  display: flex;
  align-items: center;
}

.blog-sidebar__meta li {
  position: relative;
  display: block;
  line-height: 26px;
}

.blog-sidebar__meta li a {
  font-size: 14px;
  color: var(--rv-gray);
  transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
  color: var(--rv-primary);
}

.blog-sidebar__meta li a i {
  color: var(--rv-primary);
}

.blog-sidebar__meta li + li {
  margin-left: 10px;
}

.blog-sidebar__title {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 5px;
  margin-bottom: 13px;
}

.blog-sidebar__title a {
  color: var(--rv-black);
  transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
  color: var(--rv-primary);
}

.blog-sidebar__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

.blog-sidebar__read-more-btn {
  margin-top: 9px;
}

.blog-sidebar__read-more-btn a {
  font-size: 20px;
  color: var(--rv-black);
  transition: all 500ms ease;
}

.blog-sidebar__read-more-btn a:hover {
  color: var(--rv-primary);
}

.blog-sidebar__bottom-box {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  padding: 57px 60px 53px;
  margin-top: 15px;
  border-radius: var(--rv-bdr-radius);
}

.blog-sidebar__bottom-box-icon {
  margin-bottom: 20px;
}

.blog-sidebar__bottom-box-text {
  margin: 0;
}

.blog-sidebar__delivering-services {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  padding: 60px 60px 53px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: var(--rv-bdr-radius);
}

.blog-sidebar__delivering-services-icon {
  margin-bottom: 11px;
}

.blog-sidebar__delivering-services-title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
}

.blog-sidebar__delivering-services-title a {
  color: var(--rv-black);
  transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
  color: var(--rv-primary);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 500;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--rv-primary);
  color: var(--rv-white);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 78px;
  width: 100%;
  padding-right: 80px;
  border-radius: var(--rv-bdr-radius);
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--rv-white);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--rv-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--rv-white);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--rv-white);
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--rv-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 45px 30px 30px;
  background-color: #f8f9fc;
  border-radius: var(--rv-bdr-radius);
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: flex;
  align-items: center;
  padding: 17px 20px 17px;
  transition: all 500ms ease;
  border-radius: var(--rv-bdr-radius);
}

.sidebar__post-list li:hover {
  background-color: rgb(255, 255, 255);
}

.sidebar__post-list li + li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 20px;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.sidebar__post-image > img {
  width: 70px;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.sidebar__post-content {
  position: relative;
  top: -6px;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--rv-gray) !important;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--rv-primary);
  font-size: 12px;
  padding-right: 3px;
}

.sidebar__post-content h3 a {
  color: var(--rv-black);
  transition: all 500ms ease;
  text-transform: uppercase;
  margin-top: 1px;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  padding: 45px 30px 38px;
  border-radius: var(--rv-bdr-radius);
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 8px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 3px;
}

.sidebar__category-list li a {
  color: var(--rv-gray);
  font-size: 18px;
  position: relative;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 5px 20px;
  border-radius: var(--rv-bdr-radius);
}

.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  color: var(--rv-black);
}

.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  color: var(--rv-black);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  transition: all 500ms ease;
  color: var(--rv-primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sidebar__category-list li a:hover span {
  color: var(--rv-primary);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  transform: translateY(-50%) scale(1);
  color: var(--rv-primary);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: #f8f9fc;
  padding: 45px 45px 50px;
  border-radius: var(--rv-bdr-radius);
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 24px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  color: var(--rv-black);
  transition: all 0.4s ease;
  background: var(--rv-white);
  display: inline-block;
  padding: 2px 20px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: var(--rv-bdr-radius);
  font-family: var(--rv-font);
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--rv-white);
  background: linear-gradient(
    90deg,
    rgb(255, 65, 62) 0%,
    rgb(255, 128, 27) 100%
  );
}

.sidebar__comments {
  position: relative;
  display: block;
  background: #f8f9fc;
  border-radius: var(--rv-bdr-radius);
  padding: 45px 50px 43px;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 24px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--rv-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--rv-black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
}

.sidebar__comments-text-box h5 {
  font-size: 16px;
  color: var(--rv-black);
  line-height: 26px;
  font-weight: 400;
}

.blog-sidebar .why-choose-two__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.blog-sidebar .why-choose-two__video-icon {
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 25px;
  color: var(--rv-primary);
  background-color: var(--rv-white);
}

.blog-sidebar .why-choose-two__video-icon:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

.blog-sidebar .why-choose-two__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  z-index: 1;
  border: 1px solid var(--rv-white);
  opacity: 0.1;
}

.blog-sidebar .why-choose-two__video-link .ripple,
.blog-sidebar .why-choose-two__video-icon .ripple:before,
.blog-sidebar .why-choose-two__video-icon .ripple:after {
  width: 126px;
  height: 126px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.blog-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.blog-details__date-box {
  position: absolute;
  bottom: 0;
  right: 20px;
  background-color: var(--rv-primary);
  padding: 12px 19px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-details__date-box p {
  font-size: 14px;
  color: var(--rv-white);
  margin: 0;
  line-height: 16px;
  text-align: center;
  font-family: var(--rv-font);
  text-transform: uppercase;
  font-weight: 500;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 20px;
}

.blog-details__meta {
  display: flex;
  align-items: center;
}

.blog-details__meta li {
  position: relative;
  display: block;
  line-height: 28px;
}

.blog-details__meta li a {
  font-size: 14px;
  color: var(--rv-gray);
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--rv-primary);
}

.blog-details__meta li a i {
  color: var(--rv-primary);
}

.blog-details__meta li + li {
  margin-left: 10px;
}

.blog-details__title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-details__text-1,
.blog-details__text-2 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.blog-details__text-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.blog-details__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 51px;
  border-top: 1px solid #e2e0e5;
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--rv-black);
  font-size: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: var(--rv-font);
  font-weight: 500;
}

.blog-details__tags a {
  position: relative;
  color: var(--rv-black);
  font-size: 12px;
  background-color: #f8f9fc;
  display: inline-block;
  padding: 2px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: var(--rv-bdr-radius);
  transition: all 500ms ease;
  font-family: var(--rv-font);
}

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

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: flex;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--rv-black);
  font-size: 20px;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--rv-primary);
}

.blog-details__social-list a + a {
  margin-left: 30px;
}

.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 52px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 26px;
  color: var(--rv-black);
  background-color: #f8f9fc;
  line-height: 31px;
  font-weight: 500;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-top: 53px;
  padding-bottom: 55px;
  font-family: var(--rv-font);
  text-transform: uppercase;
  border-radius: var(--rv-bdr-radius);
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

.blog-details__pagenation li:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--rv-black);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 54px;
}

.comment-one__single {
  display: flex;
  border-bottom: 1px solid #e2e0e5;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 22px;
  color: var(--rv-black);
  margin-bottom: 27px;
  text-transform: uppercase;
  font-weight: 500;
}

.comment-one__content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.comment-one__btn {
  font-size: 12px;
  padding: 2px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: var(--rv-black);
}

.comment-one__image img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.comment-form .comment-form__title {
  margin-top: -8px;
}

.comment-one__form .row {
  --bs-gutter-x: 10px;
}

.comment-form__input-box {
  position: relative;
  display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 68px;
  width: 100%;
  border: none;
  background-color: #f8f9fc;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: var(--rv-bdr-radius);
  outline: none;
  font-size: 14px;
  color: var(--rv-gray);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--rv-gray);
  height: 175px;
  width: 100%;
  background-color: #f8f9fc;
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--rv-bdr-radius);
}

.comment-form__btn {
  border: none;
}

/*--------------------------------------------------------------
## Project Page
--------------------------------------------------------------*/
.projects-page {
  position: relative;
  display: block;
  padding: 106px 0 90px;
}

.projects-page .project-filter {
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-details__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.project-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.project-details__content {
  position: relative;
  display: block;
  margin-top: 58px;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: -9px;
}

.project-details__content-title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 33px;
  font-weight: 500;
}

.project-details__content-text-1 {
  margin: 0;
}

.project-details__content-text-2 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 62px;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: flex;
}

.project-details__points li + li {
  margin-top: 79px;
}

.project-details__points li .icon {
  position: relative;
  display: block;
  top: 4px;
}

.project-details__points li .icon span {
  font-size: 64px;
  color: var(--rv-primary);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.project-details__points li:hover .icon span {
  transform: rotateY(360deg);
  color: var(--rv-black);
}

.project-details__points li .text {
  margin-left: 40px;
}

.project-details__points li .text h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 31px;
}

.project-details__points li .text p {
  margin: 0;
}

.project-details__content-right {
  position: relative;
  display: block;
}

.project-details__details-box {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  padding: 52px 60px 58px;
  border-radius: var(--rv-bdr-radius);
}

.project-details__details-info {
  position: relative;
  display: block;
}

.project-details__details-info-single + .project-details__details-info-single {
  margin-top: 22px;
}

.project-details__details-info-client {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 500;
}

.project-details__details-info-name {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
}

.project-details__details-social-list {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--rv-white);
  padding-top: 29px;
  margin-top: 22px;
}

.project-details__details-social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--rv-black);
  font-size: 20px;
  transition: all 500ms ease;
}

.project-details__details-social-list a + a {
  margin-left: 30px;
}

.project-details__details-social-list a:hover {
  color: var(--rv-primary);
}

.project-details__pagination-box {
  position: relative;
  display: block;
  border-top: 1px solid #e2e0e5;
  border-bottom: 1px solid #e2e0e5;
  padding: 52px 0 45px;
  margin-top: 113px;
}

.project-details__pagination {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li a {
  position: relative;
  display: block;
  color: var(--rv-black);
  transition: all 500ms ease;
}

.project-details__pagination-sub-title {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  text-align: left;
  font-family: var(--rv-font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 500ms ease;
}

.project-details__pagination li:hover .project-details__pagination-sub-title {
  color: var(--rv-black);
}

.project-details__pagination-title {
  font-size: 30px;
  font-weight: 400;
  font-family: var(--rv-font);
  text-transform: uppercase;
  color: var(--rv-black);
  display: block;
  margin-bottom: 16px;
  transition: all 500ms ease;
}

.project-details__pagination li:hover .project-details__pagination-title {
  color: var(--rv-primary);
}

.project-details__pagination li.next i {
  position: relative;
  font-size: 20px;
  color: var(--rv-black);
  display: inline-block;
  transform: rotate(180deg);
  transition: all 500ms ease;
}

.project-details__pagination li:hover i {
  color: var(--rv-primary);
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous i {
  position: relative;
  font-size: 20px;
  color: var(--rv-black);
  display: block;
  float: right;
  transition: all 500ms ease;
}

.project-details__pagination li:hover i {
  color: var(--rv-primary);
}

/*--------------------------------------------------------------
# Similar Work
--------------------------------------------------------------*/
.similar-work {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__sidebar-service {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  border-radius: var(--rv-bdr-radius);
  padding: 29px 30px 33px;
}

.service-details__sidebar-service-list {
  margin: 0;
}

.service-details__sidebar-service-list li + li {
  margin-top: 7px;
}

.service-details__sidebar-service-list li a {
  color: var(--rv-gray);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 10px 20px;
  border-radius: var(--rv-bdr-radius);
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
  background-color: rgb(255, 255, 255);
  color: var(--rv-black);
}

.service-details__sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  transition: all 500ms ease;
  color: var(--rv-primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
  transform: translateY(-50%) scale(1);
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 60px 50px 49px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--rv-primary);
  border-radius: var(--rv-bdr-radius);
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--rv-primary);
  opacity: 0.1;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--rv-white);
  color: var(--rv-primary);
  font-size: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 19px;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background-color: var(--rv-black);
  color: var(--rv-white);
}

.service-details__need-help-title {
  font-size: 34px;
  color: var(--rv-white);
  line-height: 44px;
  text-transform: uppercase;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 36px;
}

.service-details__need-help-contact p {
  font-size: 16px;
  color: var(--rv-white);
  margin: 0;
  line-height: 18px;
  text-transform: uppercase;
  font-family: var(--rv-font);
  letter-spacing: 0.1em;
}

.service-details__need-help-contact a {
  font-size: 30px;
  color: var(--rv-white);
  font-family: var(--rv-font);
  font-weight: 500;
  transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
  color: var(--rv-black);
}

.service-details__download {
  position: relative;
  display: block;
  margin-top: 30px;
}

.service-details__download-btn {
  position: relative;
  display: inline-block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
  padding: 17px 92px 17px;
  text-align: center;
  font-size: 16px;
  color: var(--rv-white);
  font-family: var(--rv-font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: all 500ms ease;
}

.service-details__download-btn:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.service-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 29px;
}

.service-details__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.service-details__text-1 {
  margin: 0;
}

.service-details__text-2 {
  font-size: 20px;
  color: var(--rv-primary);
  margin: 0;
  padding-top: 35px;
  padding-bottom: 36px;
}

.service-details__text-3 {
  margin: 0;
}

.service-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e2e7;
  border-bottom: 1px solid #e4e2e7;
  padding-top: 56px;
  margin-top: 54px;
  padding-bottom: 23px;
  margin-bottom: 60px;
}

.service-details__bottom-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.service-details__bottom-single {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding: 0 29px 0;
  margin-bottom: 30px;
}

.service-details__bottom-single:nth-child(1) {
  padding-left: 0;
}

.service-details__bottom-single:nth-child(3) {
  padding-right: 0;
  padding-left: 55px;
}

.service-details__bottom-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--rv-primary);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.service-details__bottom-single:hover .service-details__bottom-icon span {
  transform: rotateY(360deg);
}

.service-details__bottom-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  margin-top: 12px;
  margin-bottom: 25px;
}

.service-details__bottom-text {
  margin: 0;
}

.service-details__benefits {
  position: relative;
  display: block;
}

.service-details__benefits-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.service-details__benefits-title {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 36px;
  font-weight: 500;
}

.service-details__benefits-text {
  margin: 0;
}

.service-details__benefits-list {
  position: relative;
  display: block;
  margin-top: 38px;
}

.service-details__benefits-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon {
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon span {
  font-size: 15px;
  color: var(--rv-primary);
  transform: scale(1);
  transition: all 500ms ease;
}

.service-details__benefits-list li:hover .icon span {
  transform: scale(0.85);
}

.service-details__benefits-list li .text {
  margin-left: 13px;
}

.service-details__benefits-list li .text p {
  font-size: 18px;
  color: var(--rv-black);
  margin: 0;
}

.service-details__benefits-img {
  position: relative;
  display: block;
  background-color: var(--rv-black);
  border-radius: var(--rv-bdr-radius);
}

.service-details__benefits-img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.service-details__faq {
  position: relative;
  display: block;
  margin-top: 55px;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  transition: all 500ms ease;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e0e5;
  border-radius: var(--rv-bdr-radius);
}

.faq-one-accrodion .accrodion:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 5px;
  content: "";
  background-color: var(--rv-primary);
  transform: scaleY(0);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-one-accrodion .accrodion.active:before {
  transform: scaleY(1);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 40px 20px;
  padding-right: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: var(--rv-bdr-radius);
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: var(--rv-black);
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-weight: 500;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--rv-white);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--rv-black);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: 12px;
  color: var(--rv-primary);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e903";
  color: var(--rv-primary);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 29px;
  margin-top: -7px;
  border-radius: var(--rv-bdr-radius);
}

.faq-one-accrodion .accrodion.active .accrodion-content {
  background-color: var(--rv-white);
}

.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-page__left {
  position: relative;
  display: block;
  margin-right: 90px;
}

.about-page__img {
  position: relative;
  display: block;
  border-radius: var(--rv-bdr-radius);
  background-color: var(--rv-black);
  overflow: hidden;
}

.about-page__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.about-page__img:hover:before {
  animation: circle 0.75s;
}

.about-page__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--rv-bdr-radius);
}

.about-page__founded {
  position: absolute;
  top: 65px;
  left: -58px;
  background-color: rgb(98, 34, 204);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  width: 139px;
  height: 139px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.about-page__founded:before {
  position: absolute;
  bottom: 2px;
  right: 25px;
  content: "";
  background-image: url(../images/shapes/about-page-founded-shape.png);
  background-repeat: no-repeat;
  height: 8px;
  width: 17px;
  transform: rotate(-30deg);
}

.about-page__founded h5 {
  font-size: 20px;
  color: var(--rv-white);
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 500;
}

.about-page__right {
  position: relative;
  display: block;
}

.about-page__right .section-title {
  margin-bottom: 32px;
}

.about-page__right-text-1 {
  font-size: 24px;
  color: var(--rv-primary);
  margin: 0;
  margin-bottom: 37px;
}

.about-page__right-text-2 {
  margin: 0;
}

.about-page__points-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 28px;
}

.about-page__points {
  position: relative;
  float: left;
  margin-right: 47px;
}

.about-page__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-page__points li + li {
  margin-top: 6px;
}

.about-page__points li .icon {
  position: relative;
  top: 1px;
}

.about-page__points li .icon span {
  font-size: 15px;
  color: var(--rv-primary);
  transform: scale(1);
  transition: all 500ms ease;
}

.about-page__points li:hover .icon span {
  transform: scale(0.85);
}

.about-page__points li .text {
  margin-left: 10px;
}

.about-page__points li .text p {
  font-weight: 500;
  color: var(--rv-black);
  margin: 0;
}

.about-page__points-two {
  margin-right: 0;
}

/*--------------------------------------------------------------
# About Page Counter two
--------------------------------------------------------------*/
.about-page-counter-two {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two-map {
  position: absolute;
  top: 120px;
  left: 50%;
  height: 486px;
  width: 1005px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  z-index: -1;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.testimonial-quote p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  position: relative;
  display: block;
  padding: 98px 0 99px;
  background-color: var(--rv-primary);
}

.brand-three .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-three .swiper-slide img {
  transition: 500ms;
  opacity: 0.3;
  max-width: 100%;
}

.brand-three .swiper-slide img:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  padding: 120px 0 0;
}

.faq-page__single {
  position: relative;
  display: block;
}

.faq-page__single .faq-one-accrodion .accrodion {
  border: 1px solid transparent;
}

.faq-page__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #e3e1e6;
  padding-top: 48px;
  padding-bottom: 51px;
  margin-top: 60px;
}

.faq-page__bottom-text {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  font-family: var(--rv-font);
  text-transform: uppercase;
}

.faq-page__bottom-text a {
  position: relative;
  display: inline-block;
  color: var(--rv-black);
  margin-left: 3px;
  transition: all 500ms ease;
}

.faq-page__bottom-text a:hover {
  color: var(--rv-primary);
}

.faq-page__bottom-text a:before {
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  content: "";
  background-color: var(--rv-primary);
  height: 1px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page .container {
  max-width: 768px;
  width: 100%;
}

.contact-page__form .comment-form__btn {
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 50px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  letter-spacing: 0.2em;
  font-weight: 200;
  margin-bottom: 16px;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 19px;
  text-transform: uppercase;
  font-weight: 500;
}

.error-page__text {
  margin: 0;
  line-height: 18px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 61px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 68px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f8f9fc;
  font-size: 18px;
  color: var(--rv-gray);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: var(--rv-bdr-radius);
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--rv-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
## Services Page Service One
--------------------------------------------------------------*/
.service-page-service-one {
  padding-bottom: 114px;
}

/*--------------------------------------------------------------
## Services Page Cta One
--------------------------------------------------------------*/
.services-page-cta-one {
  padding-top: 120px;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-info {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.contact-info__single {
  position: relative;
  display: block;
  background-color: #f8f9fc;
  border-radius: var(--rv-bdr-radius);
  text-align: center;
  padding: 50px 70px 41px;
  margin-bottom: 30px;
}

.contact-info__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 142px;
  width: 142px;
  background-color: var(--rv-primary);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.contact-info__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--rv-black);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
  transform: scaleX(1);
}

.contact-info__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--rv-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
  transform: scale(0.9);
}

.contact-info__title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-info__text {
  margin: 0;
  line-height: 30px;
}

.contact-info__single h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-info__mail {
  color: var(--rv-gray);
  display: block;
  transition: all 500ms ease;
}

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

.contact-info__phone {
  color: var(--rv-gray);
  display: block;
  transition: all 500ms ease;
}

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

.contact-info__single-last {
  padding-bottom: 71px;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-page-two {
  padding-top: 90px;
}

/* custom animation */
@keyframes rectMove {
  0% {
    transform: rotate(45deg) translateY(0px);
  }
  25% {
    transform: rotate(43deg) translateY(-20px);
  }
  50% {
    transform: rotate(45deg) translateY(-40px);
  }
  75% {
    transform: rotate(43deg) translateY(-20px);
  }
  100% {
    transform: rotate(45deg) translateY(0px);
  }
}
@keyframes rectMove2 {
  0% {
    transform: rotate(48deg) translateY(0px);
  }
  25% {
    transform: rotate(46deg) translateY(-20px);
  }
  50% {
    transform: rotate(48deg) translateY(-40px);
  }
  75% {
    transform: rotate(46deg) translateY(-20px);
  }
  100% {
    transform: rotate(48deg) translateY(0px);
  }
}

/* NEW FEATURE */
.main-process {
  background-color: #f8f9fc;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.process-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.process-box {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.process-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.process-box:hover {
  background-color: #070707;
  box-shadow: 0px 30px 60px 0px rgba(20, 17, 58, 0.3);
}

.process-boxbg-shape {
  position: absolute;
  top: -396px;
  right: -400px;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box:hover .process-boxbg-shape {
  top: -170px;
  right: -150px;
  transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box-icon {
  width: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/service-icon-bg-one.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.process-box:hover  .process-box-icon::before {
    filter: brightness(32.5) grayscale(1);
}
.process-box:hover  .process-box-icon {
    filter: brightness(147.5);
}
.process-box:hover .process-box-icon::before {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.process-box-content {
  margin-top: 30px;
}

.process-box-content h6 {
  font-weight: 700;
  font-size: 17px;
}

.process-box:hover .process-box-content h6 {
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box-content p {
  margin-bottom: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box:hover .process-box-content p {
  color: #ffffff;
}

.yes-d-one {
  display: block;
}

.process-box:hover .yes-d-one {
  display: none;
}

.no-d-one {
  display: none;
}

.process-box:hover .no-d-one {
  display: block;
}

.list_item ul {
  padding: 0;
  margin-top: 20px;
}

.list_item ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
}

.list_item ul li img {
  position: absolute;
  left: 0;
  top: 6px;
}

.laptop_img {
  position: relative;
  display: block;
  background-color: var(--qutiiz-black);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.laptop_img:before {
  position: absolute;
  content: "";
  bottom: -100px;
  background-image: url(../images/shape_1.png);
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  z-index: -1;
}

.features_section {
  position: relative;
  display: block;
  margin-top: -200px;
  z-index: 1;
  padding-bottom: 80px;
}

.features__left {
  position: relative;
  display: block;
  margin-left: 0px;
  padding-top: 80px;
  z-index: 1;
}

.features__left:before {
  position: absolute;
  top: 0;
  right: 0px;
  left: -1000000px;
  content: "";
  bottom: 0;
  background-color: var(--rv-white);
  z-index: -1;
}

.mobile_img {
  position: relative;
  display: block;
  background-color: var(--qutiiz-black);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
}

.mobile_img:before {
  position: absolute;
  content: "";
  bottom: -50px;
  background-image: url(../images/shape_1.png);
  background-repeat: no-repeat;
  width: 570px;
  height: 570px;
  z-index: -1;
  right: 20px;
  background-size: contain;
}

.section {
  padding: 60px 0;
}

.white {
  color: #fff !important;
}

.blog-section .blog-items {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-items {
    margin-bottom: 30px;
  }
}
.blog-section .blog-items a {
  display: block;
  text-decoration: none;
}
.blog-section .blog-items a .blog-card {
  transition: 0.5s;
}
.blog-section .blog-items a .blog-card:hover {
  transition: 0.5s;
  box-shadow: 0 20px 20px 0 #ddd;
}
.blog-section .blog-items a .blog-card:hover .image img {
  transform: rotate(5deg) scale(1.2);
}
.blog-section .blog-items a .blog-card .image {
  overflow: hidden;
  transition: 0.5s;
}
.blog-section .blog-items a .blog-card .image img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  max-height: 250px;
}
.blog-section .blog-items a .blog-card .content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: unset;
}
.blog-section .blog-items a .blog-card .content ul {
  padding: 0;
}
.blog-section .blog-items a .blog-card .content ul li {
  list-style: none;
  color: #777;
}
.blog-section .blog-items a .blog-card .content h3 {
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-items a .blog-card .content .read-more {
  font-weight: 600;
  color: var(--rv-primary);
}

.contact-us {
  position: relative;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-us .col-sm-12.col-md-4 {
    margin-bottom: 30px;
  }
  .contact-us .col-sm-12.col-md-4:last-child {
    margin-bottom: 0;
  }
}
.contact-us .contact-info {
  margin-bottom: 30px;
}
.contact-us .card {
  height: 100%;
  position: relative;
  transition: 0.5s;
}
.contact-us .card:hover {
  transition: 0.5s;
  box-shadow: 0 15px 15px 0 #ddd;
}
.contact-us .card:hover::before {
  left: 0;
  transition: 0.5s;
  top: 0;
  border-top-color: var(--rv-primary);
  border-left-color: var(--rv-primary);
}
.contact-us .card:hover::after {
  transition: 0.5s;
  right: 0;
  bottom: 0;
  border-bottom-color: var(--rv-primary);
  border-right-color: var(--rv-primary);
}
.contact-us .card .contect-box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: var(--rv-white);
}
.contact-us .card .contect-box::after,
.contact-us .card .contect-box::before {
  content: "";
  position: absolute;
  width: 70px;
  transition: 0.5s;
  height: 70px;
  border: 5px solid transparent;
}
.contact-us .card .contect-box::before {
  left: 0;
  top: 0;
  border-top-color: var(--rv-bg-primary-light);
  border-left-color: var(--rv-bg-primary-light);
}
.contact-us .card .contect-box::after {
  right: 0;
  bottom: 0;
  border-bottom-color: var(--rv-bg-primary-light);
  border-right-color: var(--rv-bg-primary-light);
}
.contact-us .card .contect-box .icone {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 0 50px 0 #ddd;
  display: flex;
  justify-content: center;
  border: 1px solid var(--rv-primary);
  align-items: center;
  margin-bottom: 30px;
  font-size: 40px;
}
.contact-us .card .contect-box .icone i {
  align-items: center;
  background-image: linear-gradient(
    180deg,
    var(--rv-secondary) 0%,
    var(--rv-primary) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-us .card .contect-box .text {
  width: 100%;
  text-align: center;
}
.contact-us .iframe {
  position: relative;
  padding-top: 56%;
  height: 100%;
}
.contact-us .iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-us .contectus-form {
  box-shadow: 0 0 15px 0 #ddd;
  padding: 30px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .contact-us .contectus-form {
    margin-top: 30px;
  }
}
.contact-us .contectus-form #frmContact {
  transition: 0.5s;
}
.contact-us .contectus-form #frmContact::after,
.contact-us .contectus-form #frmContact::before {
  content: "";
  position: absolute;
  width: 70px;
  background: var(--rv-secondary);
  height: 10px;
  transition: 0.5s;
  opacity: 0;
}
.contact-us .contectus-form #frmContact::after {
  bottom: 0;
  right: 0;
}
.contact-us .contectus-form #frmContact::before {
  left: 0;
  top: 0;
}
.contact-us .contectus-form:hover {
  transition: 0.5s;
}
.contact-us .contectus-form:hover #frmContact {
  transition: 0.5s;
}
.contact-us .contectus-form:hover #frmContact::after,
.contact-us .contectus-form:hover #frmContact::before {
  transition: 0.5s;
  width: 100%;
  opacity: 1;
}
.contact-us .contectus-form:hover::before {
  border-top-color: var(--rv-secondary);
  border-left-color: var(--rv-secondary);
}
.contact-us .contectus-form:hover::after {
  border-bottom-color: var(--rv-secondary);
  border-right-color: var(--rv-secondary);
}
.contact-us .contectus-form::after,
.contact-us .contectus-form::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border: 10px solid transparent;
}
.contact-us .contectus-form::before {
  left: 0;
  top: 0;
  border-top-color: var(--rv-primary);
  border-left-color: var(--rv-primary);
}
.contact-us .contectus-form::after {
  right: 0;
  bottom: 0;
  border-bottom-color: var(--rv-primary);
  border-right-color: var(--rv-primary);
}
.contact-us .contectus-form .captcha-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-us .contectus-form .captcha-code img {
  width: 80px;
  display: block;
}
.contact-us .contectus-form .captcha-code .captcha-box {
  display: flex;
  width: calc(100% - 100px);
  position: relative;
}
.contact-us .contectus-form .captcha-code .captcha-box .form-control {
  padding-right: 80px;
}
.contact-us .contectus-form .captcha-code .captcha-box button {
  position: absolute;
  top: 0;
  min-width: 70px;
  right: 0;
  height: 100%;
}
.contact-us .contectus-form .btn-box {
  display: flex;
  justify-content: center;
}

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

.choices-slider-card {
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .choices-slider-card {
    flex-direction: column-reverse;
  }
}
.choices-slider-card
  .choices-ms
  .swiper-slide-active
  .text
  .progress-card
  .progtrss
  .data-pro-line {
  width: 100%;
  transition: 2.2s linear;
}
.choices-slider-card
  .choices-ms
  .swiper-slide-active
  .text
  .progress-card
  .progtrss
  .data-pro-line
  span.tip-bar {
  transition: 1s linear;
  opacity: 1;
}
.choices-slider-card .choices-ms .swiper-slide-active .text h3,
.choices-slider-card .choices-ms .swiper-slide-active .text h4 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.choices-slider-card .choices-ms {
  width: calc(100% - 150px);
  overflow: hidden;
}
.choices-slider-card .choices-ms .text {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  max-width: 350px;
  max-height: 350px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 #000;
}
.choices-slider-card .choices-ms .text h4,
.choices-slider-card .choices-ms .text h3 {
  opacity: 0;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transition-delay: 1000ms;
  font-weight: 500;
  color: var(--rv-black);
}
.choices-slider-card .choices-ms .text h4 {
  transform: translateX(120px);
  font-size: 14px;
}
.choices-slider-card .choices-ms .text h3 {
  transform: translateX(-120px);
  font-size: 16px;
}
.choices-slider-card .choices-ms .text .progress-card {
  width: 100%;
  min-height: 50px;
  margin-top: 35px;
  position: relative;
  display: flex;
}
.choices-slider-card .choices-ms .text .progress-card .progtrss {
  position: relative;
  width: calc(100% - 50px);
  margin: 6px auto 0;
  height: 7px;
  border-radius: 50px;
  left: 0;
  right: 0;
  background: #eee;
}
.choices-slider-card .choices-ms .text .progress-card .progtrss .data-pro-line {
  position: absolute;
  height: 100%;
  width: 0;
  transition: 2.2s linear;
  border-radius: 50px;
  left: 0;
  background: var(--rv-primary);
  display: block;
}
.choices-slider-card
  .choices-ms
  .text
  .progress-card
  .progtrss
  .data-pro-line
  span.tip-bar {
  position: absolute;
  background: #fdd9d1;
  border-radius: 4px;
  padding: 5px;
  white-space: pre-line;
  font-size: 13px;
  top: -32px;
  transition: 2.2s linear;
  opacity: 0;
  color: #ff3102;
  right: 0;
  border: 2px solid #ff3102;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  line-height: 3px;
  padding-bottom: 8px;
  margin-right: -43px;
}
.choices-slider-card
  .choices-ms
  .text
  .progress-card
  .progtrss
  .data-pro-line::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -7px;
  top: -4px;
  border-radius: 50px 0 50px 50px;
  background: var(--rv-primary);
  box-shadow: 0 0 15px 0 #b67e50;
  transform: rotate(-45deg);
}
.choices-slider-card .choices-ms .text .progress-card .right-barpro,
.choices-slider-card .choices-ms .text .progress-card .left-barpro {
  position: absolute;
}
.choices-slider-card .choices-ms .text .progress-card .span-fleg {
  display: flex;
  flex-wrap: wrap;
}
.choices-slider-card .choices-ms .text .progress-card .span-fleg small,
.choices-slider-card .choices-ms .text .progress-card .span-fleg b,
.choices-slider-card .choices-ms .text .progress-card .span-fleg i {
  width: 100%;
  line-height: 15px;
}
.choices-slider-card .choices-ms .text .progress-card .span-fleg i {
  color: var(--rv-primary);
}
.choices-slider-card .choices-ms .text .progress-card .span-fleg small {
  font-size: 10px;
}
.choices-slider-card .choices-ms .text .progress-card .span-fleg b {
  font-size: 12px;
}
.choices-slider-card .choices-ms .text .progress-card .right-barpro {
  right: 0;
  text-align: right;
}
.choices-slider-card .choices-ms .text .progress-card .left-barpro {
  left: 0;
}
.choices-slider-card .choices-ms .image img {
  width: 100%;
}
.choices-slider-card .choices-tms {
  width: 100px;
  display: flex;
  justify-content: flex-start;
}
.choices-slider-card .choices-thumbs {
  order: -1;
  width: 80px;
  height: 380px;
  margin-right: 15px;
  padding-left: 15px;
}
.choices-slider-card .choices-thumbs .swiper-slide .img {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  padding: 2px;
  width: 70px;
  height: 70px;
}
.choices-slider-card .choices-thumbs .swiper-slide img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}
.choices-slider-card .choices-thumbs .swiper-slide-active {
  opacity: 0.9;
}
.choices-slider-card .choices-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.choices-slider-card .choices-thumbs .swiper-slide-thumb-active .img {
  background: var(--rv-secondary);
}
@media only screen and (max-width: 992px) {
  .choices-slider-card {
    flex-direction: column-reverse;
  }
  .choices-slider-card .choices-tms {
    width: 100%;
    flex-wrap: wrap;
  }
  .choices-slider-card .swiper-vertical > .swiper-wrapper {
    flex-direction: inherit;
    gap: 20px;
  }
  .choices-slider-card .choices-thumbs {
    height: 90px;
  }
  .choices-slider-card .choices-ms {
    width: 100%;
  }
}

.consultation-section {
  text-align: center;
  position: relative;
  background-image: url("../img/bg-1.jpg");
}
.consultation-section::before {
  content: "";
  background-color: #010703;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.consultation-section .text {
  position: relative;
  z-index: 1;
}
.consultation-section .text.nrv-flex {
  display: flex;
  justify-content: space-between;
}
.consultation-section .text.nrv-flex h2 {
  max-width: 600px;
  text-align: left;
  width: 100%;
}
.consultation-section .text h2 {
  color: var(--rv-white);
  margin-bottom: 30px;
}
.consultation-section .text p {
  margin: 0;
}

.why-choose-ingenetus .why-choose-card .why-choose-list {
  display: grid;
  grid-template-areas: "lichild1 lichild5 lichild6" "lichild2 lichild5 lichild7" "lichild3 lichild5 lichild8" "lichild4 lichild5 lichild9";
  row-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media only screen and (max-width: 992px) {
  .why-choose-ingenetus .why-choose-card .why-choose-list {
    grid-template-areas: "lichild1  lichild6" "lichild2  lichild7" "lichild5 lichild5" "lichild3  lichild8" "lichild4  lichild9";
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-ingenetus .why-choose-card .why-choose-list {
    grid-template-areas: "lichild5" "lichild1 " " lichild6" "lichild2 " " lichild7" "lichild3 " " lichild8" "lichild4 " " lichild9";
  }
}
.why-choose-ingenetus .why-choose-card .why-choose-list li {
  list-style: none;
  background: linear-gradient(
    316deg,
    var(--rv-primary) 0%,
    var(--rv-secondary) 100%
  );
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(1) {
  border-radius: 50px 50px 0 50px;
  grid-area: lichild1;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(2) {
  grid-area: lichild2;
  border-radius: 50px 0 0 50px;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(3) {
  grid-area: lichild3;
  border-radius: 50px 0 0 50px;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(4) {
  grid-area: lichild4;
  border-radius: 50px 0 50px 50px;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(5) {
  grid-area: lichild5;
  display: flex;
  align-items: center;
  background: unset;
  justify-content: center;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(6) {
  grid-area: lichild6;
  border-radius: 50px 50px 50px 0;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(7) {
  grid-area: lichild7;
  border-radius: 0 50px 50px 0;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(8) {
  grid-area: lichild8;
  border-radius: 0 50px 50px 0;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li:nth-child(9) {
  grid-area: lichild9;
  border-radius: 0 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .why-choose-ingenetus .why-choose-card .why-choose-list li {
    border-radius: 50px !important;
    text-align: center !important;
  }
}
.why-choose-ingenetus .why-choose-card .why-choose-list li .ingenetus-img {
  position: relative;
  height: 100%;
  max-width: 250px;
  overflow: hidden;
  padding: 56.6%;
  display: block;
  width: 100%;
  min-width: 250px;
}
.why-choose-ingenetus .why-choose-card .why-choose-list li .ingenetus-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 992px) {
  .why-choose-ingenetus .why-choose-card .why-choose-list li .ingenetus-img {
    padding: 30.6%;
  }
  .why-choose-ingenetus
    .why-choose-card
    .why-choose-list
    li
    .ingenetus-img
    img {
    width: 100%;
    left: 0;
    top: 0;
  }
}
.why-choose-ingenetus .why-choose-card .why-choose-list li h6 {
  margin: 0;
  color: var(--rv-white);
}

.service_area .service_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.service_area .service_items .item {
  width: 100%;
  background-color: var(--rv-white);
  border-radius: 6px;
  padding: 20px 20px;
  box-shadow: 0 0 5px 0 #ddd;
  position: relative;
  transition: 0.3s;
  display: flex;
  gap: 20px;
  align-items: center;
}
.service_area .service_items .item:hover {
  transition: 0.3s;
  box-shadow: 0 15px 15px 0 #ddd;
}
.service_area .service_items .item:hover::after {
  width: 100%;
  transition: 0.3s;
}
.service_area .service_items .item:hover .icon {
  background-color: #fff;
  z-index: 999;
  transition: 0.3s;
}
.service_area .service_items .item::after {
  content: "";
  background-color: var(--rv-bg-primary-light);
  width: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 6px;
  position: absolute;
  z-index: 0;
}
.service_area .service_items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  border-top: 2px solid var(--rv-bg-primary-light);
  border-left: 2px solid var(--rv-bg-primary-light);
  background-color: var(--rv-bg-primary-light);
  border-radius: 0px 0 50px 0;
  padding: 15px;
  transition: 0.3s;
  z-index: 9;
}
.service_area .service_items .item .icon img {
    width: 64px;
    height: 64px;
}
.service_area .service_items .item .icon .service {
  font-size: 50px;
  background-image: linear-gradient(
    180deg,
    var(--rv-secondary) 0%,
    var(--rv-primary) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service_area .service_items .item .text {
  padding-top: 90px;
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 99;
}
.service_area .service_items .item .text h3 {
  font-size: 24px;
  color: var(--rv-black);
  min-height: 30px;
  display: grid;
  align-items: center;
}
.service_area .service_items .item .text p {
  color: var(--rv-black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service_area .service_items .item .text .btn-primary {
  padding: 10px 20px;
}
@media only screen and (max-width: 992px) {
  .service_area .service_items {
    gap: 30px;
  }
  .service_area .service_items .item {
    max-width: 47%;
  }
}
@media only screen and (max-width: 575px) {
  .service_area .service_items {
    gap: 30px;
  }
  .service_area .service_items .item {
    max-width: 100%;
  }
}

.risk-section .image-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .risk-section .image-cards {
    margin-bottom: 50px;
  }
}
.risk-section .image-cards .image {
  width: 130px;
  height: 130px;
  border-radius: 5px;
  border: 5px solid var(--datacolor1);
  position: relative;
}
.risk-section .image-cards .image i {
  position: absolute;
  font-size: 20px;
  left: -25px;
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rv-white);
  box-shadow: -5px 10px 8px -1px var(--datacolor1);
  padding: 10px;
  color: var(--rv-secondary);
  border-radius: 10px;
}
.risk-section .image-cards .image span {
  padding: 2px 7px 7px;
  display: block;
  width: 100px;
  font-size: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  background: var(--rv-white);
  box-shadow: 0 0 15px 0 #ddd;
  position: absolute;
  bottom: -14px;
  font-weight: 600;
  color: var(--rv-primary);
}
.risk-section .image-cards .image span::after {
  content: attr(dataval);
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 10px;
}
.risk-section .image-cards .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 5px solid var(--rv-white);
  -o-object-fit: cover;
  object-fit: cover;
}
.risk-section .section-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .risk-section .section-title {
    text-align: center;
  }
}
.risk-section .section-title h2 {
  margin-bottom: 20px;
}

.section-testimonial {
  position: relative;
}
.section-testimonial .container {
  overflow: hidden;
}
.section-testimonial .testimonial-item {
  position: relative;
  transition: all 0.35s;
  padding-left: 65px;
  max-width: 800px;
  margin: 0 auto 75px;
}
.section-testimonial .testimonial-item .testimonial-content {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 4px;
}
.section-testimonial
  .testimonial-item
  .testimonial-content:hover
  .testimonial-image {
  border-color: var(--rv-primary);
}
.section-testimonial .testimonial-item .testimonial-content .testimonial-image {
  border: 10px solid #fff;
  padding: 10px;
  border-radius: 50%;
  background: #f7f7f7;
  position: absolute;
  top: 60px;
  left: -65px;
  transition: all 0.35s;
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-image
  img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-content-inner {
  padding: 50px 45px 55px 95px;
  margin: 0 auto;
  position: relative;
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-content-inner
  .testimonial-quote {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-content-inner
  .testimonial-meta {
  position: relative;
  z-index: 11;
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-content-inner
  .testimonial-information {
  margin: 30px 0 0;
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-content-inner
  .testimonial-information
  .testimonial-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--rv-primary);
  font-family: var(--conult-heading-font-family);
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-content-inner
  .testimonial-information
  .testimonial-job {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
}
.section-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-content-inner
  .quote-icon {
  font-size: 60px;
  color: #f0f3f6;
  position: absolute;
  bottom: 50px;
  right: 45px;
  z-index: 1;
  transition: all 0.35s;
}
.section-testimonial .testimonial-item .testimonial-content::after {
  content: "";
  background: url(../img/bg-arrow.png) repeat bottom center transparent;
  width: 166px;
  height: 110px;
  position: absolute;
  top: 100%;
  left: 30px;
  z-index: 11;
}

@media only screen and (max-width: 992px) {
  .bolg-section .blog-items {
    margin-bottom: 30px;
  }
}
.bolg-section .blog:hover {
  transition: 0.5s;
}
.bolg-section .blog:hover .blog_img img {
  transform: scale(1.2);
  transition: 3s;
}
.bolg-section .blog .blog_img {
  overflow: hidden;
}
.bolg-section .blog .blog_img img {
  transition: 3s;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bolg-section .blog .blog_info {
  padding: 15px 0;
}
.bolg-section .blog .blog_info .date {
  color: #777;
  font-weight: 600;
  margin-bottom: 5px;
}
.bolg-section .blog .blog_info h5 {
  color: var(--rv-black);
  font-weight: 600;
  font-size: 22px;
}
.bolg-section .blog .blog_info span {
  text-decoration: none;
  transition: 0.2s;
  font-weight: 600;
  color: var(--rv-primary);
}

.logo-slider .logoslider .logo-image {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  background: var(--rv-white);
  align-items: center;
  justify-content: center;
}
.logo-slider .logoslider .logo-image.bg-color {
  background: #f3ecef;
}
.logo-slider .logoslider .logo-image img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.download-financial-section .image iframe,
.download-financial-section .image img {
  max-width: 600px;
  width: 100%;
  height: 400px;
  box-shadow: 0 0 15px 0 #777;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.download-financial-section .form-card {
  background: #edf3f6;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .download-financial-section .form-card {
    margin-top: 30px;
  }
}

.our-guarantee {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-guarantee .guarantee-box {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
  transition: 0.5s;
}
.our-guarantee .guarantee-box:hover .icone {
  transition: 0.5s;
}
.our-guarantee .guarantee-box:hover .icone::after {
  transform: rotate(45deg);
  transition: 0.5s;
}
.our-guarantee .guarantee-box .icone {
  position: relative;
  max-width: 70px;
  border-radius: 5px;
  height: 70px;
  background: var(--rv-bg-primary-light);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 40px;
  transition: 0.5s;
}
.our-guarantee .guarantee-box .icone::after {
  content: "";
  max-width: 70px;
  border-radius: 5px;
  height: 70px;
  position: absolute;
  background: var(--rv-bg-primary-light);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.our-guarantee .guarantee-box .icone span {
  color: var(--rv-primary);
}
.our-guarantee::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 8%);
}
.our-guarantee .image {
  text-align: center;
}
.our-guarantee .image img {
  max-height: 450px;
  margin: 0 auto;
}
.our-guarantee .container {
  position: relative;
  z-index: 1;
}

.about-main .image {
  position: relative;
  padding-left: 60px;
  padding-top: 60px;
}
.about-main .image::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  left: 0;
  top: 0;
  border-left: 30px solid var(--rv-primary);
  border-top: 30px solid var(--rv-primary);
  border-radius: 10px;
  z-index: 0;
}
.about-main .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 10px;
}

.goals-section {
  position: relative;
}
.goals-section .goals-cards {
  padding: 50px 0;
}
.goals-section .goals-cards:first-child {
  padding-top: 0;
}
.goals-section .goals-cards:last-child {
  padding-bottom: 0;
}
.goals-section .goals-cards:nth-child(even) {
  background: #f3fdff;
}
.goals-section .goals-cards .goals-title {
  padding-bottom: 30px;
}
.goals-section .goals-cards .goals-items {
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  transition: 0.5s;
}
.goals-section .goals-cards .goals-items.active {
  transition: 0.5s;
}
.goals-section .goals-cards .goals-items.active .icone {
  transform: translateX(0);
}
.goals-section .goals-cards .goals-items.active .text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.goals-section .goals-cards .goals-items:hover {
  transition: 0.5s;
  box-shadow: 0 15px 15px 0 #ddd;
}
.goals-section .goals-cards .goals-items:hover .image img {
  transform: scale(1.1);
}
.goals-section .goals-cards .goals-items:hover .icone {
  transform: translateX(0);
}
.goals-section .goals-cards .goals-items:hover .text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.goals-section .goals-cards .goals-items .image {
  overflow: hidden;
  transition: 0.5s;
  height: 200px;
}
.goals-section .goals-cards .goals-items .image img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.goals-section .goals-cards .goals-items .icone {
  position: absolute;
  width: 70px;
  background: var(--datacolorgools);
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 5px 10px 5px 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-570%);
  right: 0;
  top: 10px;
}
.goals-section .goals-cards .goals-items .icone::before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  border-top: 43px solid var(--datacolorgools);
  border-left: 30px solid transparent;
  left: -30px;
}
.goals-section .goals-cards .goals-items .icone i {
  filter: drop-shadow(2px 4px 6px #444);
}
.goals-section .goals-cards .goals-items .text {
  position: absolute;
  bottom: 77px;
  padding: 10px 20px 30px;
  left: 0;
  transform: translateY(77px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
  width: 100%;
}
.goals-section .goals-cards .goals-items .text h4 {
  text-transform: capitalize;
}
.goals-section .goals-cards .goals-items .text h4,
.goals-section .goals-cards .goals-items .text h6 {
  color: var(--rv-white);
}
.goals-section .goals-cards .goals-items .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.goals-section .goals-cards .goals-items .price h5 {
  font-weight: 600;
  color: var(--rv-color2);
}
.goals-section .goals-cards .goals-items .price p {
  margin: 0;
}
.goals-section .goals-cards .goals-items .price p b {
  color: var(--rv-black);
}
.goals-section .goals-cards .goals-items .content {
  padding: 20px;
  background: var(--rv-white);
}

.calculator-section {
  position: relative;
  background-image: url("../images/inner-banner/sip-past-performance.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.calculator-section input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-transparent);
  height: 1rem;
  padding: 0 !important;
  width: 100%;
}

.calculator-section input[type="range"]:focus {
  outline: 0;
}

.calculator-section input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}

.calculator-section .amount-text,
.calculator-section .fundperfonmance #Ticker_Name .green {
  color: var(--rv-primary);
}

.calculator-section input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}

.calculator-section input[type="range"]::-moz-focus-outer {
  border: 0;
}

.calculator-section input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}

.calculator-section input[type="range"]::-webkit-slider-thumb:active {
  background-color: var(--rv-secondary);
}

.calculator-section input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(--rv-gray);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.calculator-section input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}

.calculator-section input[type="range"]::-moz-range-thumb:active {
  background-color: var(--rv-secondary);
}

.calculator-section input[type="range"]::-moz-range-track {
  background-color: var(--rv-secondary-light);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.calculator-section input[type="range"]:disabled {
  pointer-events: none;
}

.calculator-section input[type="range"]:disabled::-webkit-slider-thumb {
  background-color: var(--rv-secondary-light);
}

.calculator-section input[type="range"]:disabled::-moz-range-thumb {
  background-color: var(--rv-secondary-light);
}

@media (prefers-reduced-motion: reduce) {
  .calculator-section input[type="range"]::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .calculator-section input[type="range"]::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.calculator-section .hadding-calculator {
  text-align: center;
}

.calculator-section .hadding-calculator h1 {
  font-size: min(max(26px, 2.1vw), 40px);
  font-weight: 600;
  padding-bottom: 50px;
  margin: 0;
}

.calculator-section .hadding-calculator h1 span {
  position: relative;
  color: var(--rv-black);
}

.calculator-section .hadding-calculator h1 span::after {
  content: "";
  width: 100px;
  position: absolute;
  height: 2px;
  border-radius: 50px;
  background: var(--rv-bg-primary);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
}


@media only screen and (max-width: 767px) {
  .calculator-section .calculator-body {
    padding: 20px;
  }
}
.calculator-section .calculator-body .calculator-card {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

.calculator-section {
  position: relative;
}

.calculator-section .stick_option {
  display: none !important;
}

.calculator-section .theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background: #9e9e9e;
  background: var(--rv-primary);
}

.calculator-section .cal-result .slider-container .scale ins {
  font-size: 20px;
}

.calculator-section .cal-result,
.calculator-section .presales-cal {
  float: unset;
}

.calculator-section .cal-result .col-form-label,
.calculator-section .cal-result .graphheading,
.calculator-section .cal-result .cal-name,
.calculator-section .cal-result p,
.calculator-section .presales-cal .col-form-label,
.calculator-section .presales-cal .graphheading,
.calculator-section .presales-cal .cal-name,
.calculator-section .presales-cal p {
  color: var(--rv-black);
}

.calculator-section .cal-result .graphbox.text-center,
.calculator-section .presales-cal .graphbox.text-center {
  border: 1px solid #eee;
}

.calculator-section .cal-result div#sipbarchart,
.calculator-section .presales-cal div#sipbarchart {
  overflow: visible !important;
}

.calculator-section .cal-result #emipiechart,
.calculator-section .cal-result #sippiechart,
.calculator-section .presales-cal #emipiechart,
.calculator-section .presales-cal #sippiechart {
  border: 1px solid #eee;
}

.calculator-section .cal-result .pre-inputbox .pre-addmore,
.calculator-section .presales-cal .pre-inputbox .pre-addmore {
  background-color: unset;
}

.calculator-section .cal-result .prewhightbg,
.calculator-section .presales-cal .prewhightbg {
  border: 1px solid #eee;
  background: rgba(0, 0, 0, 0);
}

.calculator-section .cal-result .prewhightbg p,
.calculator-section .presales-cal .prewhightbg p {
  color: var(--rv-bg-black);
}

.calculator-section .cal-result select,
.calculator-section .presales-cal select {
  border: 2px solid var(--rv-primary);
  padding: 7px;
  background: var(--rv-white);
  color: var(--rv-black);
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  font-weight: 600;
  margin: 0 0 5px 0;
  height: 50px;
}

.calculator-section .cal-result svg.highcharts-root rect.highcharts-background,
.calculator-section
  .presales-cal
  svg.highcharts-root
  rect.highcharts-background {
  fill: rgba(0, 0, 0, 0);
}

.calculator-section .cal-result svg.highcharts-root rect.highcharts-legend-box,
.calculator-section
  .presales-cal
  svg.highcharts-root
  rect.highcharts-legend-box {
  stroke: var(--rv-bg-primary);
}

.calculator-section .cal-result input,
.calculator-section .cal-result textarea,
.calculator-section .presales-cal input,
.calculator-section .presales-cal textarea {
  border: 2px solid var(--rv-primary);
  padding: 7px;
  height: 50px;
  color: var(--rv-black);
  margin: 0 0 5px 0;
}

.calculator-section .cal-result .presales-container,
.calculator-section .presales-cal .presales-container {
  background: transparent !important;
  border: unset;
  box-shadow: unset;
}

.calculator-section
  .cal-result
  .presales-container
  .slider-container
  .back-bar
  .pointer,
.calculator-section
  .presales-cal
  .presales-container
  .slider-container
  .back-bar
  .pointer {
  background: var(--rv-primary) !important;
  border-radius: 50px !important;
  width: 30px !important;
  height: 30px !important;
  top: -8px;
}

.calculator-section .cal-result .presales-container .theme-green .scale ins,
.calculator-section .presales-cal .presales-container .theme-green .scale ins {
  color: var(--rv-black);
}

.calculator-section .cal-result .presales-container .theme-green .scale span,
.calculator-section .presales-cal .presales-container .theme-green .scale span {
  border-left: 1px solid var(--rv-black);
}

.calculator-section
  .cal-result
  .presales-container
  .theme-green
  .back-bar
  .pointer-label,
.calculator-section
  .presales-cal
  .presales-container
  .theme-green
  .back-bar
  .pointer-label {
  color: var(--rv-black);
}

.calculator-section .cal-result .presales-container .ins-amt,
.calculator-section .presales-cal .presales-container .ins-amt {
  background: var(--rv-primary);
  color: var(--rv-white);
  border-radius: 5px 5px 0 0;
  padding: 5px 20px;
}

.calculator-section .cal-result .presales-container .summary-heading,
.calculator-section .presales-cal .presales-container .summary-heading {
  padding: 20px 0;
  color: var(--rv-white);
}

.calculator-section .cal-result .presales-container .mexp .steps-2 .rvalue,
.calculator-section .presales-cal .presales-container .mexp .steps-2 .rvalue {
  border-left: 1px solid var(--rv-black);
}

.calculator-section .cal-result .presales-container .rvalue .ins,
.calculator-section .presales-cal .presales-container .rvalue .ins {
  color: var(--rv-black);
}

.calculator-section .cal-result .submit,
.calculator-section .presales-cal .submit {
  border: 2px solid var(--rv-bg-primary) !important;
  background-color: var(--rv-primary);
  border-radius: 10px 0px;
  padding: 10px 30px;
  min-width: 150px;
  position: relative;
  transition: 0.5s;
}

.calculator-section .cal-result .submit:hover,
.calculator-section .presales-cal .submit:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}

.calculator-section .cal-result .sip-tg .nav li {
  width: 50% !important;
  margin-left: 0px;
}

.calculator-section .cal-result .sip-tg .nav li.active a {
  background: var(--rv-primary);
}

.calculator-section .cal-result .sip-tg .nav li a {
  color: var(--rv-black);
}

.calculator-section div#loading_1 span {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.calculator-section div#loading_1 img {
  height: 26px;
}

.calculator-section .usflinks-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.calculator-section .usflinks-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  padding: 0;
  padding-top: 50px;
}

.calculator-section .usflinks-list ul li {
  max-width: 50%;
  width: 100%;
  padding: 20px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .calculator-section .usflinks-list ul li {
    max-width: 100%;
  }
}
.calculator-section .usflinks-list ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  justify-content: space-between;
  border: 2px solid var(--rv-primary);
  transition: 0.5s;
}

.calculator-section .usflinks-list ul li a:hover {
  transition: 0.5s;
  border: 2px solid var(--rv-secondary);
}

.calculator-section .usflinks-list ul li a:hover h4 {
  transition: 0.5s;
  color: var(--rv-secondary);
}

.calculator-section .usflinks-list ul li a:hover i {
  transition: 0.5s;
  transform: translateX(10px);
}

.calculator-section .usflinks-list ul li a h4 {
  margin: 0;
  transition: 0.5s;
  font-weight: 500;
  color: var(--rv-black);
}

.calculator-section .usflinks-list ul li a i {
  font-weight: 600;
  transition: 0.5s;
  font-size: 32px;
}

.get-primary {
  background: linear-gradient(
    90deg,
    var(--rv-primary) 0%,
    var(--rv-secondary) 100%
  );
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 8px;
  padding-right: 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border: unset;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.get-primary:hover {
  transition: 0.4s;
  color: #fff;
}
.get-primary i {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  border-radius: 50%;
  padding: 6px;
  width: 57px;
  height: 57px;
  margin-right: 15px;
}
.get-primary i svg {
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  padding: 5px;
}

.get-primary1 {
  background: linear-gradient(
    90deg,
    var(--rv-primary) 0%,
    var(--rv-secondary) 100%
  );
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 8px 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  border: unset;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.get-primary1 span {
  transition: 0.5s;
}
.get-primary1 span i {
  opacity: 0.5;
}
.get-primary1:hover {
  transition: 0.4s;
  color: #fff;
}
.get-primary1:hover span {
  transition: 0.5s;
  transform: translateX(10px);
}
.get-primary1:hover span i {
  opacity: 1;
}

.btn-services {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.btn-services .get-primary {
  border-radius: 50px 5px 5px 50px;
}

.login-p-box {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  padding: 6px;
  position: relative;
}
.login-p-box::before {
  content: "";
  background: linear-gradient(
    45deg,
    var(--rv-primary) 0%,
    var(--rv-secondary) 100%
  );
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  height: 400px;
  transition: all 1s ease-in-out;
  width: 400px;
  right: -50px;
  z-index: 5;
  position: absolute;
  top: -50px;
  opacity: 0.1;
  z-index: 0;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(
      45deg,
      var(--rv-primary) 0%,
      var(--rv-secondary) 100%
    );
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(
      45deg,
      var(--rv-color2) 0%,
      var(--rv-secondary) 100%
    );
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(
      45deg,
      var(--rv-primary) 0%,
      var(--rv-secondary) 100%
    );
  }
}
.login-p-box .login-p-box-card {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .login-p-box .login-p-box-card {
    flex-wrap: wrap;
  }
}
.login-p-box .login-p-box-card .login-part {
  position: relative;
  z-index: 1;
  box-shadow: unset;
  background-color: unset;
  border: unset;
}

.btn-primary.login-i i {
  display: none;
}

@media only screen and (max-width: 1260px) {
  .main-menu-wrapper__left {
    width: calc(100% - 100px);
  }
  .btn-primary.login-i span {
    display: none;
  }
  .btn-primary.login-i i {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu-wrapper__left {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .locked .main-menu-wrapper__right {
    z-index: 0;
  }
  .locked a.mobile-nav__toggler::before {
    background: rgba(0, 0, 0, 0.7411764706);
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .locked a.mobile-nav__toggler::after {
    content: "+";
    font-size: 44px;
    color: var(--rv-white);
    position: fixed;
    top: 30px;
    width: 30px;
    left: 300px;
    height: 30px;
    z-index: 1;
    transform: rotate(45deg);
  }
  .locked .main-menu-wrapper__logo img {
    position: fixed;
    height: 50px;
    z-index: 999;
    top: 18px;
    left: 19px;
  }
  .locked .main-menu .main-menu__list {
    position: fixed;
    left: 0;
    height: 100vh;
    top: 0;
    display: block;
    z-index: 99;
    background: var(--rv-white);
    padding: 20px;
    max-width: 280px;
    transform: translateX(0);
    width: 100%;
    transition: 0.5s;
    padding-top: 100px;
  }
  .locked .main-menu .main-menu__list a::before {
    content: unset;
  }
  .locked .main-menu .main-menu__list li {
    padding: 5px 0;
    margin: 0;
  }
  .locked .main-menu .main-menu__list li.dropdown:hover ul {
    max-height: 300px;
    overflow-y: scroll;
    display: block;
    position: unset;
    box-shadow: unset;
  }
  .locked .main-menu .main-menu__list li.dropdown:hover ul li a {
    padding: 0;
    padding-left: 10px;
  }
  .locked .main-menu .main-menu__list li.dropdown:hover ul li:hover a {
    color: var(--rv-primary);
    background: var(--rv-white);
  }
}
.f-social-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;

  padding: 0;
}
.f-social-links ul li {
  list-style: none;
}
.f-social-links ul li a {
  color: #fff;
  font-size: 25px;
  transition: 0.5s;
}
.f-social-links ul li a:hover {
  color: var(--rv-primary);
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .card {
    margin-bottom: 30px;
  }
  .our-guarantee {
    padding-top: 0;
  }
  .our-guarantee .content {
    margin-top: 30px;
  }
}
.f-social-links ul li {
}
.pms-list-card-body {
  display: grid;
  gap: 30px;
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  grid-template-columns: 1fr 1fr;
}
ul.pms-list-card-body.body2 li {
  border-left: 3px solid var(--rv-primary);
  border-top: unset;
}
.pms-list-card-body li {
  box-shadow: 0 0 15px 0;
  padding: 20px;
  border-radius: 7px;
  border-top: 3px solid var(--rv-primary);
  position: relative;
  transition: 0.5s;
}
.pms-list-card-body li:before {
  content: "";
  width: 1%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffece8;
  z-index: -1;
  transition: 0.5s;
}
.pms-list-card-body.body2 li:hover:before {
  transition: 0.5s;
  width: 100%;
}
.pms-list-card-body li strong {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.feed-back-form {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.feed-back-form .container {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
}

.feed-back-form h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.feed-back-form .form-group {
  margin-bottom: 20px;
}

.feed-back-form label {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

.feed-back-form input,
.feed-back-form textarea,
.feed-back-form select {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.feed-back-form input[type="radio"] {
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -3px;
  left: 5px;
  height: 20px;
  width: 20px;
}

.feed-back-form .rating {
  display: flex;
  justify-content: space-between;
  max-width: 220px;
  margin: 5px 0;
}

.feed-back-form .rating label {
  cursor: pointer;
}

.feed-back-form .checkbox-group {
  display: flex;
  align-items: center;
}

.feed-back-form .checkbox-group input {
  width: auto;
  margin-right: 5px;
  margin-bottom: 15px;
}

.feed-back-form .submit-btn {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 18px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.feed-back-form .submit-btn:hover {
  background-color: #45a049;
}

.Error {
  color: red;
  font-size: 18px;
  text-align: center;
}

.Success {
  color: green;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .feed-back-form .container {
    padding: 30px;
  }

  .feed-back-form h1 {
    font-size: 20px;
  }
}
.custom-dropdown {
  position: relative;
  width: 100%; /* You can adjust the width here */
}

.dropdown-selected {
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%; /* Set the width here */
  max-height: 200px;
  overflow-y: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
}

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

.dropdown-item:hover {
  background-color: #f1f1f1;
}

.custom-dropdown.open .dropdown-content {
  display: block;
}

.main-process {
  background-color: #f8f9fc;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.process-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.process-box {
  background-color: var(--rv-white);
  padding: 40px 15px;
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  position: relative;
  z-index: 1;
  min-height: 230px;
}

.process-box:hover {
  background-color: var(--rv-primary);
  box-shadow: 0px 30px 60px 0px rgba(20, 17, 58, 0.3);
}

/* Arrows for respective boxes */
.process-box.process-box-1::after,
.process-box.process-box-3::after,
.process-box.process-box-4::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/arrow-02.png);
  width: 200px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -70px;
  right: -120px;
  z-index: 99;
}

.process-box.process-box-2::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/arrow-01.png);
  width: 200px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -70px;
  right: -120px;
  z-index: 99;
}

.process-boxbg-shape {
  position: absolute;
  top: -396px;
  right: -400px;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box:hover .process-boxbg-shape {
  top: -170px;
  right: -150px;
  transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}



@keyframes rotateme {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.process-box-content {
  margin-top: 30px;
}

.h3-title,
.h4-title,
.h5-title {
  font-size: 18px;
  color: #161616;
  line-height: 35px;
  font-weight: 700;
  cursor: pointer;
}

.process-box:hover .process-box-content .h3-title,
.process-box:hover .process-box-content .h4-title,
.process-box:hover .process-box-content .h5-title {
  color: var(--rv-white);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box-content p {
  margin-bottom: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.process-box:hover .process-box-content p {
  color: var(--rv-white);
}

.yes-d-one {
  display: block;
}

.process-box:hover .yes-d-one {
  filter: brightness(999);
}

.no-d-one {
  display: none;
}

.process-box:hover .no-d-one {
  display: block;
}
.process-card-wrapper {
  flex: 0 0 auto;
  width: 250px;
  margin-bottom: 20px;
}

.arrow-img-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.process-arrow-img {
  width: 90px;
  height: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .process-card-wrapper,
  .arrow-img-wrapper {
    width: 100%;
    justify-content: center;
  }

  .process-arrow-img {
    transform: rotate(90deg);
    margin: 10px 0;
  }
}
.arrow-img1 {
  position: relative;
  top: -30px;
  left: 240px;
}
.arrow-img2 {
  position: relative;
  top: -335px;
  right: -45%;
}
.arrow-img3 {
  position: relative;
  top: -30px;
  right: -71%;
}
/* NEW FEATURE */

/* modal css */

/* modal css */

.banner-box ul {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
}

.banner-box ul li {
  position: relative;
  color: var(--rv-white);
}

.banner-box ul li:not(:last-child)::after {
  content: "\f105"; /* Font Awesome angle-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 8px;
  color: var(--rv-gray);
}

.banner-box ul li a {
  color: var(--rv-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.banner-box ul li a:hover {
  color: var(--rv-primary);
}

/* video part */
.rv-video-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rv-video-card:hover {
  transform: translateY(-5px);
}

.rv-video-embed iframe {
  width: 100%;
  height: 200px;
  display: block;
  border: none;
}

.rv-video-info {
  padding: 20px;
}

.rv-video-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.rv-video-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--rv-black, #070707);
  margin: 0;
}
/* video part */

/* Gallary part */
.gallery-tabs {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-tabs button {
  background: transparent;
  border: 2px solid var(--rv-primary);
  color: var(--rv-primary);
  padding: 10px 20px;
  margin: 0 10px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-tabs button.active,
.gallery-tabs button:hover {
  background: var(--rv-primary);
  color: #fff;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.gallery-tab-content {
  display: none;
}
.gallery-tab-content.active {
  display: flex;
  flex-wrap: wrap;
}
.gallery-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.03);
}

.gallery-caption {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: center;
}

/* Gallary part */
/* Container for the tab buttons */
.gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

/* Styling the individual buttons */
.tab-button {
    background-color: var(--rv-primary); /* Set primary color for background */
    color: var(--rv-white); /* White text color */
    padding: 10px 20px;
    border: none;
    border-radius: 30px; /* Rounded corners */
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover Effect */
.tab-button:hover {
    background-color: var(--rv-secondary); /* Secondary color on hover */
    transform: scale(1.05); /* Slight zoom effect */
}

/* Active Tab styling */
.tab-button.active {
    background-color: var(--rv-secondary); /* Active tab gets secondary color */
    color: var(--rv-white); /* Keep the text white */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect for active tab */
}

/* Focus style for accessibility */
.tab-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--rv-primary-light); /* Outline on focus for better visibility */
}

.contact-form-wrapper {
    /* background-color: #f4f9f0; */
    padding: 24px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background-color: var(--rv-white);
    border: 1px solid #ddd;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.contact-form-wrapper .form-group {
  margin-bottom: 1.2rem;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.3s ease-in-out;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  outline: none;
  border-color: var(--rv-primary, #6bb543);
  box-shadow: 0 0 0 3px rgba(107, 181, 67, 0.2);
}

.contact-form-wrapper textarea {
  resize: vertical;
}

.contact-form-wrapper .captcha-code-form {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-form-wrapper .captcha-code-form img {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  height: 40px;
}

.contact-form-wrapper .boxbtn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}

.contact-form-wrapper .boxbtn input {
  flex-grow: 1;
}

.contact-form-wrapper .button button {
  background-color: var(--rv-primary, #6bb543);
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.contact-form-wrapper .button button:hover {
  background-color: #558f34;
  transform: translateY(-2px);
}

.contact-form-wrapper .btnRefresh {
  background-color: var(--rv-secondary, #3764a1);
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

.contact-form-wrapper .btnRefresh:hover {
  background-color: #2e5186;
}

.contact-form-wrapper #mail-status,
.contact-form-wrapper #error_msg {
  font-size: 13px;
  margin-bottom: 0.5rem;
}
footer.site-footer-new ul.footer-social li a {
    color: #ffff;
    padding: 10px;
    background: #325c3a;
    border-radius: 100%;
    margin-top: 14px;
}
.feature-icon img {
    height: 60px;
}
.process-box:hover .feature-icon img {
    height: 60px;
    filter: brightness(90.5) grayscale(29);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rv-primary,var(--rv-primary));
}
a.submenuhead i {
	margin-left:3px;
}
a.submenuhead:hover i {
    transform: rotate(270deg);
}

