:root {
  --rv-primary: #fdbc18;
  --rv-bg-primary: #e5e6ed;
  --rv-secondary: #67ba49;
  --rv-bg-secondary: #c7c4c4;
  --rv-white: #fff;
  --rv-black: #070707;
  --rv-gray: #726d7b;
  --rv-font: "DM Sans", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "poppins" !important;
}

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

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

a {
  text-decoration: none;
}

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

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

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

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

.main_section {
  padding: 80px 0;
}

.dark {
  color: #24285b;
}

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

.secondary {
  color: #24285b;
}

.dark_bg {
  background-color: #000;
}

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

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

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
  color: var(--rv-white) !important;
}

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

.navbar.navbar-expand-lg {
  /*top: 0;*/
  padding: 0;
  width: 100%;
  background-color: var(--rv-white) 0 !important;
}

.navbar.navbar-expand-lg .navbar-brand img {
  height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

.footer_top .navbar-brand {
}

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

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

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

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

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

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

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

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

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

.main_banner .banner_content h1 span {
  color: var(--rv-primary);
  display: block;
}

.aboutus_section {
  position: relative;
}

.aboutus_section::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/aboutus_section.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
  /*background-size: cover;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0px;*/
  /*left: 0px;*/
  content: "";
  position: absolute;
  background-image: url(../images/aboutus_section.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 100%;
  height: 1040px;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
}

.why_chooseus ul {
  padding-left: 0px;
}

.why_chooseus ul li {
  list-style-type: none;
  float: left;
  margin-top: 22px;
}

.why_chooseus ul li img {
  /*float: left;*/
  width: 33px;
}

.why_chooseus ul li p span {
  display: block;
  color: var(--rv-black);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

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

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

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

.nav-top ul {
  padding-left: 0px;
  margin: 0;
  display: flex;
  list-style: none;
  margin: -5px -10px;
  padding: 5px 0;
}
.nav-top ul.social {
  justify-content: end;
}
.nav-top ul li {
  /* margin-right: 5px; */
  color: var(--rv-white);
  padding: 8px 10px;
}
.nav-top ul li a {
  color: var(--rv-black);
}
.nav-top ul li i{
 color: var(--rv-black);
}

.home-banners .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-banners .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 33, 50, 0.631372549);
  /* display: flex; */
  align-items: center;
}
.home-banners .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  max-width: 700px;
  width: 100%;
}
.home-banners .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid var(--rv-white);
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home-banners .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: var(--rv-white);
}
.home-banners .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: var(--rv-white);
}
.home-banners .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: var(--rv-white);
}
.home-banners .owl-item.active .item .cover .header-content .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.home-banners .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-banners .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: var(--rv-white);
}
.home-banners .owl-nav .owl-next:focus {
  outline: 0;
}
.home-banners .owl-nav .owl-next:hover {
  background: var(--rv-black) !important;
}
.home-banners .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-banners .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: var(--rv-white);
}
.home-banners .owl-nav .owl-prev:focus {
  outline: 0;
}
.home-banners .owl-nav .owl-prev:hover {
  background: var(--rv-black) !important;
}
.home-banners:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.home-banners:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.disclaimer-sec p.arn-i .arn-span b:first-child::after {
  content: ",";
}

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

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

.tools-section .tools-itmes-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.tools-section .item {
  padding: 15px;
  max-width: 25%;
  width: 100%;
}
.tools-section .item .tools-itmes {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  background: var(--rv-white);
  transition: 0.5s;
  overflow: hidden;
}
.tools-section .item .tools-itmes:hover {
  transition: 0.5s;
  box-shadow: 0 10px 15px 0 #ddd;
}
.tools-section .item .tools-itmes:hover .icon {
  transition: 0.5s;
  justify-content: center;
}
.tools-section .item .tools-itmes:hover .icon::after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: rotate(0deg) translateX(0px);
}
.tools-section .item .tools-itmes:hover .icon img {
  transition: 0.5s;
  filter: drop-shadow(1px 2px 6px #bbb);
}
.tools-section .item .tools-itmes .icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.5s;
  position: relative;
}
.tools-section .item .tools-itmes .icon::after {
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--rv-bg-primary);
  transform: rotate(270deg) translateX(100px);
  border: 2px solid var(--rv-primary);
}
.tools-section .item .tools-itmes .icon img {
  transition: 0.5s;
  position: relative;
  z-index: 9;
}
.tools-section .item .tools-itmes a {
  text-decoration: none;
}
.tools-section .item .tools-itmes p {
  margin: 0;
}

.testimonial-section .images-m img {
  width: 100%;
}
.testimonial-section .testimonials {
  box-shadow: 0 25px 25px 0 #eee;
  padding: 60px 87px 45px;
  margin: 20px;
  margin-bottom: 70px;
  border-radius: 20px;
  background-color: var(--rv-white);
  position: relative;
  border: 2px solid var(--rv-primary);
  transition: 0.5s;
}
.testimonial-section .testimonials:hover {
  transition: 0.5s;
  box-shadow: 0 25px 25px 0 #ddd;
}
/* .testimonial-section .testimonials::before {
  content: "";
  width: 40px;
  position: absolute;
  height: 40px;
  border-left: 40px solid var(--rv-white);
  border-top: 0px solid var(--rv-white);
  border-bottom: 40px solid rgba(0, 0, 0, 0);
  bottom: -38px;
  left: 0;
} */
.testimonial-section .testimonials .client-info {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.testimonial-section .testimonials .client-info img {
  border: 1px solid #eee;
  width: 70px;
  height: 70px;
  padding: 5px;
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 50%;
  background: var(--rv-white);
}
.testimonial-section .testimonials .client-info h4 {
  margin: 0;
}

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

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

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

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: -5px;
  position: relative;
  z-index: 9;
  top: -40px;
}
.owl-carousel .owl-dots button {
  padding: 5px !important;
  transition: 0.5s;
}
.owl-carousel .owl-dots button span {
  width: 30px;
  height: 5px;
  border-radius: 5px 0;
  background: var(--rv-primary);
  display: block;
  transition: 0.5s;
}
.owl-carousel .owl-dots button.active {
  transition: 0.5s;
}
.owl-carousel .owl-dots button.active span {
  width: 50px;
  transition: 0.5s;
  background: var(--rv-secondary);
}

.footer_main .navbar-brand img {
    /* background: var(--rv-white); */
    height: 101px;
    /* box-shadow: 0 0 5px 0 #ddd; */
    border-radius: 5px;
    padding: 5px;
}
.footer_main .main-logo:before {
    content: "";
    position: absolute;
    top: 8px;
    height: 90px;
    width: 175px;
    background: #000000;
    z-index: -1;
    left: 25px;
    border-radius: 15px;
}
.foot_widget ul li a:hover{
  /* transition: 0.5s;
  transform: translateX(10px); */
  color: var(--rv-primary) !important;
}
.foot_widget a:hover{
  color: var(--rv-primary) !important;
}
.footer_main .foot_widget ul.social-list li a {
  display: flex !important;
}
.footer_main .foot_widget ul.social-list li a:hover {
  padding: 0;
  color: var(--rv-secondary) !important;
}
.footer_main .footer_bottom {
  text-align: center;
  background: #121212;
  padding: 10px 0;
}
.footer_main .footer_bottom p {
  margin-bottom: 0;
}

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

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

.hero-content {
    position: relative;
    z-index: 5;
    top: -60px;
}

.hero-content p {
	font-size: 24px;
	color: #FFF;
	font-family: 700;
	text-transform: uppercase;
	margin-bottom: -11px;
}

.hero-content h1 {
	font-size: 65px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hero-content h1 {
		font-size: 70px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-content h1 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.hero-content h1 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.hero-bg-shape {
		display: none;
	}
}
.hero-s-1 {
    position: absolute;
    top: -32px;
    left: -75px;
    z-index: -1;
    width: 350px;
}

.hero-s-1 img {
	opacity: 0.8;
}

.hero-s-2 {
    position: absolute;
    top: -31px;
    left: -45px;
    z-index: -1;
    opacity: 0.8;
    visibility: visible;
    transition: all 0.2s ease-out 0s;
    width: 320px;
}

.hero-s-2 img {
	opacity: 0.8;
}

.hero-content-btn {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

@media (max-width: 575px) {
	.hero-content-btn {
		float: none;
	}
}
 @media (max-width: 767px) {
	.hero-content-btn {
		margin-bottom: 30px;
	}
}
.hero-content-btn .grb-btn {
	font-size: 15px;
	color: var(--rv-black);
	background: var(--rv-secondary);
}

.hero-content-btn .white-btn {
	font-size: 15px;
	color: #042132;
	background: #fff;
	/* padding: 0 37px; */
}

.hero-video-btn {
	display: flex;
	align-items: center;
}

.hero-video-btn .grb-video {
	margin-right: 10px;
}

.hero-video-btn p {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
}

.hero-area.st-2:before {
	display: none;
}

.hero-content-btn.st-2 {
	margin-right: 0;
	float: none;
}

.hero-content-btn.st-2 .grb-btn {
	color: #042132;
	background: #126ab6;
}

.h3-s1 {
	position: absolute;
	top: -54px;
	right: -270px;
	z-index: 1;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px), only screen and (min-width: 1201px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1200px) {
	.h3-s1 {
		top: 100px;
		right: -312px;
	}
}
.h3-s2 {
	position: absolute;
	bottom: -120px;
	left: 16%;
	height: 204px;
	width: 204px;
	border: 30px solid #126ab6;
	border-radius: 50%;
	z-index: 2;
}

.hero-line {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.hero-line:before,
.hero-line:after {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #555555;
	content: "";
	top: 0;
	z-index: 5;
}

.hero-line:before {
	left: 100px;
}

.hero-line:after {
	right: 100px;
}

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

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

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

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

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

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

.slider-overlay {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grb__social.hero-social ul li a:hover {
	color: #042132;
	border-color: #ffffff;
	background: #ffffff;
}

.follow li {
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	margin: 3px 0 !important;
} 
/* service section css */
.service__icon a {
	height: 96px;
	width: 96px;
	margin: 0 auto;
	text-align: center;
	line-height: 92px;
	border: 2px solid var(--rv-primary);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	color: #fff;
	background: var(--rv-primary);
	line-height: 100px;
	transition: all 0.5s ease-out 0s;
}
.service_card .service-icon img {
  text-align: center;
  display: block;
  margin: 14px auto;
  width: auto !important;
  filter: brightness(0) invert(1);
}

.service_card:hover .service-icon .icon1 {
  filter: unset;
}
.service_card:hover .service__icon a {
  color: var(--rv-primary);
  background: #fff;
  border-color: var(--rv-primary);
}

.service__btn {
	height: 50px;
	border: 2px solid var(--rv-primary);
	display: inline-block;
	line-height: 48px;
	padding: 0 24px;
	border-radius: 3px;
	color: black;
	background: var(--rv-primary);
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

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

.service__btn i {
	font-size: 15px;
	margin-right: 15px;
}
.service_section a {
  text-decoration: none;
}

.service_section .item .content {
  padding-bottom: 50px;
  position: relative;
}

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

@media (max-width: 767px) {
	.counter__area {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}
.counter-right {
	text-align: right;
}

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

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

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

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

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


@media only screen and (min-width: 992px) and (max-width: 1200px) {

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

}
.tools-content-left{
	padding: 30px;
}
.tools-content-left .section-title h2 {
	text-transform: none;
}

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

.tools-content-left > p {
	margin-bottom: 45px;
}
.tools-content-left .counter-items.tools-items {
	display: flex;
	flex-wrap: wrap;  transition: all 0.3s ease-in-out;
	margin: -15px;
  list-style: none;
}
.tools-content-left .counter-items.tools-items .tools-single {
	padding: 10px;
	max-width: 50%;  transition: all 0.3s ease-in-out;
	width: 100%;
}
.tools-content-left .counter-items.tools-items .tools-single a {
	padding: 15px 6px;
	border: 1px solid #bbb;
	height: 100%;
	align-items: center;
	display: flex;
	gap: 10px;  transition: all 0.3s ease-in-out;
}

.tools-single:hover {
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.counter-board-single.st-3 .counter-board-number {
	color: #042132;
}

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

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

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

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

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

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

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

#slider .item .myimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures no gaps on zoom */
  /* transition: transform 5s ease-in-out;
  transform: scale(1.2); */
  animation: outThenIn 30s ease-in-out infinite;
}

#slider .item:hover .myimg,
#slider .owl-item.active .myimg {
  transform: scale(1);
}
@keyframes outThenIn {
  0% {
      transform: scale(1); /* Starting point */
  }
  50% {
      transform: scale(1.5); /* Move out */
  }
  100% {
      transform: scale(1); /* Move back in */
  }
}
.logo-text {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}
.home-banners .banner-bubble .logos {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: -150px;
}

.home-banners .banner-bubble .logos span {
  animation: bubble 7s linear infinite;
  opacity: 0;
}

.home-banners .banner-bubble .logos span img {
  width: 80px !important;
}

.home-banners .banner-bubble .logos span em {
  color: var(--rv-white);
  font-style: normal;
  text-align: center;
  display: block;
  font-weight: 600;
}

.home-banners .banner-bubble .logos span:nth-child(1) {
  animation-delay: 1.6s;
}

.home-banners .banner-bubble .logos span:nth-child(1) img {
  width: 70px !important;
}

.home-banners .banner-bubble .logos span:nth-child(2) {
  animation-delay: 4.5s;
}

.home-banners .banner-bubble .logos span:nth-child(2) img {
  width: 90px !important;
}

.home-banners .banner-bubble .logos span:nth-child(3) {
  animation-delay: 3s;
}

.home-banners .banner-bubble .logos span:nth-child(3) img {
  width: 80px !important;
}

.home-banners .banner-bubble .logos span:nth-child(4) {
  animation-delay: 7s;
}

.home-banners .banner-bubble .logos span:nth-child(4) img {
  width: 90px !important;
}

.home-banners .banner-bubble .logos span:nth-child(5) {
  animation-delay: 4.7s;
}

.home-banners .banner-bubble .logos span:nth-child(5) img {
  animation-delay: 4.7s;
}

.home-banners .banner-bubble .logos span:nth-child(6) {
  animation-delay: 8s;
}

.home-banners .banner-bubble .logos span:nth-child(6) img {
  width: 65px !important;
}

.home-banners .banner-bubble .logos span:nth-child(7) {
  animation-delay: 5.56s;
}

.home-banners .banner-bubble .logos span:nth-child(7) img {
  width: 70px !important;
}

.home-banners .banner-bubble .logos span:nth-child(8) {
  animation-delay: 6.9s;
}

.home-banners .banner-bubble .logos span:nth-child(8) img {
  width: 55px !important;
}

.home-banners .banner-bubble .logos span:nth-child(9) {
  animation-delay: 3.5s;
}

.home-banners .banner-bubble .logos span:nth-child(9) img {
  width: 85px !important;
}

.home-banners .banner-bubble .logos span:nth-child(10) {
  animation-delay: 7.3s;
}

.home-banners .banner-bubble .logos span:nth-child(10) img {
  width: 60px !important;
}

.home-banners .banner-bubble .logos span:nth-child(11) {
  animation-delay: 4.4s;
}

.home-banners .banner-bubble .logos span:nth-child(11) img {
  width: 70px !important;
  margin-right: 40px;
}
@keyframes bubble {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(-650px);
    opacity: 0;
  }
}

.wave {
  background: url(../images/wave2.png);
  background-size: 1000px 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  animation: wave 6s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.wave.wave1 {
  animation: wave 8s linear infinite;
  z-index: 99;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}
.wave.wave2 {
  animation: wave2 7s linear infinite;
  z-index: 9;
  opacity: 0.5;
  animation-delay: -3s;
  bottom: 10px;
}
.wave.wave3 {
  animation: wave2 3s linear infinite;
  z-index: 9;
  opacity: 0.3;
  animation-delay: -2s;
  bottom: 15px;
}
@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes wave2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}

.page-title-area {
  padding-top: 230px;
  padding-bottom: 160px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #042132;
  opacity: 0.8;
  z-index: -1;
}

.page-title-heading h1 {
  font-size: 48px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-title-heading h1 {
    font-size: 36px;
  }
}

.grb-breadcrumb {
    position: absolute;
    z-index: 5;
    bottom: -120px;
    left: auto;
    right: 120px;
    margin: 0 auto;
    display: inline-block;
}

.breadcrumb {
  padding: 19px 5px;
  margin-bottom: 0;
  box-shadow: 0px 5px 10px rgba(16, 0, 71, 0.1);
  display: inline-flex;
}

.breadcrumb-item {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #45be43;
  padding: 0 25px;
}
.breadcrumb-item a:hover {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0px;
  content: "";
  width: 2px;
  height: 20px;
  background: #45be43;
  margin-right: 25px;
  margin-top: 1px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item a {
    color: unset;
}

.section-title .border-left {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.section-title .border-left:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 16px;
  background: #45be43;
  left: 0;
  top: 2px;
}
.section-title .border-left p {
  font-size: 18px;
  font-weight: 500;
  color: #45be43;
  text-transform: uppercase;
  padding-left: 12px;
  display: inline-block;
  line-height: 1;
}
.section-title .border-left.st-2:before {
  background: #8500d1;
}
.section-title .border-left.st-2 p {
  color: #8500d1;
}
.section-title .border-left.st-3:before {
  background: #ffc400;
}
.section-title .border-left.st-3 p {
  color: #ffc400;
}
.section-title .border-c-bottom {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.section-title .border-c-bottom:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #45be43;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
.section-title .border-c-bottom p {
  font-size: 18px;
  font-weight: 700;
  color: #45be43;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}
.section-title .border-c-bottom.st-2:before {
  background: #8500d1;
}
.section-title .border-c-bottom.st-2 p {
  color: #8500d1;
}
.section-title .border-c-bottom.st-3:before {
  background: #ffc400;
}
.section-title .border-c-bottom.st-3 p {
  color: #ffc400;
}
.section-title h2 {
  font-size: 42px;
  line-height: 52px;
  color: #042132;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
}



.service_section .service-card {
  margin: 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding: 150px 15px 20px 15px;
}

.service_section .service-card .icon {
    height: 150px;
    background-color: var(--rv-bg-primary);
    display: block;
    width: 150px;
    padding: 30px 25px 25px 30px;
    border-radius: 100%;
    position: absolute;
    top: -22px;
    left: -22px;
}

.service_section .service-card a {
    text-decoration: none;
    color: var(--rv-secondary);
}

header.main-header .header-bottom {
    border-top: 1px solid #fff;
    margin-top: 5px;
}
.service_section .service-card .blinking-bubble {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
  right: 0;
}

.service_section .service-card .blinking-bubble span.bubble {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #bfd6fa;
  border-radius: 100%;
  -webkit-animation: blinking 3s linear infinite;
          animation: blinking 3s linear infinite;
  -webkit-transition: 0.3s ease-in 0s all;
  transition: 0.3s ease-in 0s all;
  position: absolute;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: 60px;
  right: 40px;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(2) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  width: 9px;
  height: 9px;
  top: 8px;
  right: 55px;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 75px;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  width: 17px;
  height: 17px;
  top: 33px;
  right: 46px;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(5) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  width: 20px;
  height: 20px;
  top: 38px;
  right: 10px;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(6) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 10px;
  height: 10px;
  top: 15px;
  right: 32px;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(7) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  width: 17px;
  height: 17px;
  top: 50px;
  right: 80px;
}

.service_section .service-card .blinking-bubble span.bubble:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 8px;
  height: 8px;
  top: 5px;
  right: 14px;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  40% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  70% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  100% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  40% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  70% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  100% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
}

.main-logo {
    display: flex;
    align-items: center;
}

.choosing__img {
    height: 721px;
}
.choosing__img img {
    height: 100%;
}
.about__img-inner {
    display: flex;
    justify-content: center;
}

.choosing__text {
    display: flex;
    gap: 15px;
    text-align: justify;
}
.teams-images {
    height: 200px;
    min-width: 150px;
    /* border-radius: 50%; */
    border: 5px ridge #67501d;
    box-shadow: 1px 0 11px 0px #000000;
}
.teams-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}