:root {
  --rv-primary: #094870;
  --rv-bg-primary: #e5e6ed;
  --rv-secondary: #95c12d;
  --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;
	color:var(--rv-primary);
}
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: #242424;
}

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

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

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

.dark_bg p,
.dark_bg a,
.dark_bg li,
.dark_bg span {
  color: var(--rv-white) !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;
}
.navbar-nav .dropdown > .dropdown-menu li a:hover {
  transition: 0.5s;
  background: var(--rv-primary);
  color: var(--rv-white);
}
.navbar .navbar-btn {
	margin-right: 5px;
}
.main_banner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
  height: 800px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 5px 10px;
}
.nav-top ul li a {
  color: var(--rv-white);
}
.nav-top ul li a:hover {
  color: var(--rv-secondary);
}

.home-banners .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 550px;
}
.home-banners .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 33, 50, 0.631372549);
   display: flex; 
  align-items: center;
}
.home-banners .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  max-width: 700px;
  width: 100%;
}
.home-banners .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid var(--rv-white);
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home-banners .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: var(--rv-white);
}
.home-banners .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: var(--rv-white);
}
.home-banners .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: var(--rv-white);
}
.home-banners .owl-item.active .item .cover .header-content .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-banners .owl-item.active .item .cover .header-content h4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.home-banners .owl-nav .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: #d7e9f5;
}

.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: 20px;
  margin: 20px;
  margin-bottom: 70px;
  border-radius: 5px;
  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: var(--rv-secondary);
  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: 70px;
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 5px;
  padding: 5px;
}
.foot_widget ul li a:hover{
  /* transition: 0.5s;
  transform: translateX(10px); */
  color: var(--rv-primary) !important;
}
.foot_widget a:hover{
  color: var(--rv-primary) !important;
}
.footer_main .foot_widget ul.social-list li a {
  display: flex !important;
}
.footer_main .foot_widget ul.social-list li a:hover {
  padding: 0;
  color: var(--rv-secondary) !important;
}
.footer_main .footer_bottom {
  text-align: center;
  background: #121212;
  padding: 10px 0;
}
.footer_main .footer_bottom p {
  margin-bottom: 0;
}

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

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

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

.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: -141px;
	left: -100px;
	z-index: -1;
}

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

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

.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: #042132;
	background: #FFF;
	padding: 0 37px;
}

.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: 30px;
	color: #fff;
	background: var(--rv-primary);
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.service__btn:hover {
	color: var(--rv-primary);
	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 {
  box-shadow: 0 0 10px 0 #ddd;
  padding: 20px;
  transition: 0.4s;
  background: var(--rv-white);
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
}
.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: relative;
}
.choosing__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #042132;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.choosing__information {
  background: var(--rv-primary);
  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: #c4c4c4;
}
.choosing__text h5 {
  color: #ffffff;
  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, #064f7d 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: 21px 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: -30px;
	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;
}

.home-banners .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
}

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