:root {
	--rv-primary: #424242;
	--rv-bg-primary: #e5e6ed;
	--rv-secondary: #f2962f;
	--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: #787878;
	font-size: 16px;
}

.btn-primary {
	border-radius: 14px;
	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);
}

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

.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(0, 0, 0, 0.52);
	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;
}

.service_section a {
	text-decoration: none;
}
.service_section .item {
	box-shadow: 0 0 10px 0 #ddd;
	padding: 20px;
	border: 1px dashed #ddd;
	transition: 0.4s;
	background: var(--rv-white);
}
.service_section .item:hover {
	transition: 0.4s;
	box-shadow: 0 10px 10px 0 #bbb;
}
.service_section .item:hover .content .view {
	background: var(--rv-primary);
	color: var(--rv-white);
}
.service_section .item:hover .images {
	transition: 0.4s;
	background: var(--rv-primary);
}
.service_section .item:hover .images img {
	filter: brightness(0) invert(1);
}
.service_section .item .images {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	border: 1px dashed #ddd;
	justify-content: center;
	margin-bottom: 10px;
	transition: 0.4s;
}
.service_section .item .content {
	padding-bottom: 50px;
	position: relative;
}
.service_section .item .content .view {
	position: absolute;
	right: -21px;
	bottom: -21px;
	border: 1px dashed #ddd;
	border-radius: 10px 0 0 0;
	padding: 5px 20px;
	transition: 0.4s;
	color: var(--rv-primary);
	font-weight: 500;
}

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

.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-top: 1px 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;
	align-items: center;
	gap: 20px;
}
.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: 20px;
	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: 100px;
	box-shadow: 0 0 5px 0 #ddd;
	border-radius: 5px;
	padding: 5px;
}
.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-white);
}
.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%;
}
.our-founder-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -15px;
}
.our-founder-row .our-founder-col {
    max-width: 33.3%;
    width: 100%;
	    padding: 15px;

}
.our-rv-card {
	box-shadow: 0 0 10px 0 #ddd;
	padding: 20px;    

	border: 1px dashed #ddd;
	transition: 0.4s;
	background: var(--rv-white);
	text-align: center;
	
	margin: 0px auto 0;
	border-radius: 10px;
}
.our-rv-card .image {
	width: 120px;
	height: 120px;
	margin: 0 auto 30px;
	border: 1px dashed #ddd;
	border-radius: 50%;
	padding: 5px;    	
	background: var(--rv-white);
	transition: 0.4s;
	position: relative;
	top: -80px;
	margin-bottom: -60px;
}
.our-rv-card .image img {
	width: 100%;
	height: 100%;    
	transition: 0.4s;
	object-fit: contain;
	object-position: center;
	border-radius: 50%;
}
.our-rv-card:hover {
	transition: 0.4s;
	transform: translateY(-15px);
	box-shadow: 0 15px 15px 0 #ddd;
}
.our-founder-section.expertise-section .our-founder-col .image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}
.our-founder-section.expertise-section .our-founder-col:first-child {
    max-width: 80%;
	margin-bottom: 30px;
}
.our-founder-section .list-years ul li {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    list-style: none;
}

.our-founder-section .list-years ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0;
}

.list-our {
    border: 1px dashed #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.list-our p {
    margin: 0;
}

.list-our b {
    padding: 10px 20px;
    background: #ddd;
}
.services-page-section ul {
  list-style-type: none;
  padding: 0;
  padding-left: 30px;
  margin: 20px 0;
}
.services-page-section ul li {
  color: var(--rv-black);
  position: relative;
  background: linear-gradient(45deg, rgba(134, 150, 189, 0.3) 20%, transparent 13%);
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  border-radius: 6px;
}
.services-page-section ul li::after {
  content: "\f270";
  position: absolute;
  font-family: "bootstrap-icons";
  left: 12px;
  top: 6px;
  font-size: 22px;
  color: var(--rv-primary);
}
.services-page-section .nevdisc-box {
  display: none;
}
.services-page-section .nevdisc-box.show {
  display: block;
}
.services-page-section .nevdisc-box ul li {
  color: var(--rv-black);
}
.services-page-section .image {
  float: right;
  padding: 30px;
  padding-top: 0;
}
.services-page-section .image img {
  width: 100%;
}
.services-page-section .costom-nev {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-bottom: 30px;
}
.services-page-section .costom-nev .tebHendlers {
  padding: 15px;
}
.services-page-section .costom-nev .tebHendlers.active span {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.services-page-section .costom-nev .tebHendlers span {
  box-shadow: 0 0 5px #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--rv-primary);
  font-weight: 600;
  cursor: pointer;
  color: var(--rv-primary);
}
.services-page-section .costom-nev .tebHendlers span:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}

.services-page-section .nevdisc-box {
  display: none;
}
.services-page-section .nevdisc-box.show {
  display: block;
}
.services-page-section .nevdisc-box ul li {
  color: var(--rv-black);
}
.services-page-section .costom-nev {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-bottom: 30px;
}
.services-page-section .costom-nev .tebHendlers {
  padding: 15px;
}
.services-page-section .costom-nev .tebHendlers.active span {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.services-page-section .costom-nev .tebHendlers span {
  box-shadow: 0 0 5px #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--rv-primary);
  font-weight: 600;
  cursor: pointer;
  color: var(--rv-primary);
}
.services-page-section .costom-nev .tebHendlers span:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.service_section .item .images img {
    width: 60px;
}
.service_section .item .content ul {
    padding: 0;
    margin: 0;
}

.service_section .item .content ul li {
    font-size: 16px;
    list-style: none;
    color: #000;
}