:root {
  --black-color: #000;
  --white-color: #fff;
  --dark-color: #1a212a;
  --misc-pink: #ef295a;
  --list-color: #e6e6e6;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../font/NeueMontreal-Regular.ttf");
	font-weight: normal;
	font-style:normal;
}
@font-face {
    font-family: "Neue-R-Italic";
    src: url("../font/NeueMontreal-Italic.ttf");
	font-weight: normal;
}
@font-face {
  font-family: "PlusJakarta-Regular";
  src: url("../font/PlusJakartaSans-Regular.ttf");
  font-weight: normal;
}
@keyframes fadeInDown {
	0% {
	  opacity: 0;
	  transform: translate3d(0, -100%, 0);
	}
	100% {
	  opacity: 1;
	  transform: none;
	}
}
@keyframes fadeInUp {
	0% {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
	100% {
	  opacity: 0;
	  transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideUp {
	from {
	  transform: translate(-50%, 100%);
	  opacity: 0;
	}
  
	to {
	  top: 50%;
	  opacity: 1;
	  transform: translate(-50%, 0%);
	}
}  
html {
    overflow-y: scroll;
}

body {
  font-size: 14px;
  font-family: Neue Montreal;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px !important;
}
body, * {
  padding: 0;
}
.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	/* --bs-btn-font-family: Neue Montreal; */
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-center {
	text-align: center !important;
}
/* .d-flex {
	display: flex !important;
} */
.position-fixed {
	position: fixed !important;
}
.single-post {
	padding-top: 50px;
  }
/* start header */
.latest-rvs-header.rvs-header {
  padding: 25px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.rvs-header {
  z-index: 999;
  animation-duration: .9s;
  animation-fill-mode: both;
  transition: all .3s ease;
  background-color: transparent;
  background-image: none;
}
.white-header .latest-rvs-header.rvs-header.sticky-header .header-right-public-sector.white-button a, .transparent-header .header-right-public-sector.white-button a{
	background: var(--dark-color);
  	color: var(--white-color) !important;
}
.white-header .latest-rvs-header.rvs-header.sticky-header .header-right-public-sector.white-button a:hover, .transparent-header .header-right-public-sector.white-button a:hover {
	border: 1px solid var(--dark-color);
	background: var(--white-color);
	color: var(--dark-color) !important;
  }
.sticky-header #mega-menu-primary > li > a {
	color: #7A7E83 !important;
}
.header-right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  align-items: center;
}
.content-fonts .header-right-public-sector.white-button a {
  color: var(--dark-color);
}
.content-fonts .header-right-buttons-section .button {
  font-size: 16.5px;
}
.content-fonts .padding-20 {
	padding: 20px;
}
.header-search-saved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
ul.header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0;
  display: flex;
  gap: 16px;
  list-style: none;
  margin-bottom: 0;
}
ul.header-icons li {
	padding: 9px;
	border-radius: 50px;
	line-height: 21px !important;
}
body.transparent-header ul.header-icons li {
	border: 1px solid #1a212a;
}
body.white-header ul.header-icons li {
	border: 1px solid #fff;
}
header.latest-rvs-header ul.header-icons > li {
  margin: 0;
}
.sticky-header{
	animation-name: fadeInDown;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	z-index: 9999;
}
body .rvs-header .white_logo{
	display: none;
}
body header.header-white-bg .logo .white_logo{
	display: none !important;
}
body header.header-white-bg .logo .dark_logo{
	display: block !important;
}
body.white-header .rvs-header .dark_logo{
	display: none;
}
body.white-header .rvs-header .white_logo{
	display: block;
}
body.white-header .rvs-header.sticky-header {
	border-bottom: none !important;
	background-color: #fff;
	background-image: url(/wp-content/uploads/2024/10/header-bg.png);
	background-repeat: no-repeat;
}
.rvs-header.sticky-header, .single-cases .rvs-header, .page-template-contact-us .rvs-header, .page-template-about-us .rvs-header, .single .rvs-header, .page-template-our-process-new .rvs-header {
	background-color: #ffffff;
	background-image: url(/wp-content/uploads/2024/10/header-bg.png);
	background-repeat: no-repeat;
}
.white-header .sticky-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
	background: var(--dark-color) !important;
	color: var(--white-color) !important;
	border-radius: 24px;
}
.transparent-header header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link{
	background: var(--dark-color) !important;
	color: var(--white-color) !important;
	border-radius: 24px;
}
body.white-header .rvs-header.sticky-header .dark_logo{
	display: block;
}
body.white-header .rvs-header.sticky-header .white_logo{
	display: none;
}
body.white-header.sticky-header-main header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #1A212A !important;
}
body.white-header header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
	background: var(--white-color) !important;
	color: var(--dark-color) !important;
	border-radius: 24px;
}
li.services-header-latest > ul.mega-sub-menu > li > ul.mega-sub-menu{
	display: flex !important;
  	justify-content: space-between;
}
.latest-rvs-header.rvs-header li.saved-header-icon.active {
  background-color: var(--misc-pink);
  border-color: var(--misc-pink);
}
body.transparent-header header.rvs-header.latest-rvs-header ul.header-icons span img {
	background: none;
	filter: invert(1);
}
body.transparent-header header.rvs-header.latest-rvs-header ul.header-icons li.saved-header-icon.active img {
	filter: invert(0);
}
body.white-header header.rvs-header.latest-rvs-header.header-white-bg ul.header-icons span img {
    filter: invert(1);
}
header.rvs-header.latest-rvs-header.header-white-bg ul.header-icons li {
    border: 1px solid #1a212a;
}
header.rvs-header.latest-rvs-header.header-white-bg ul.header-icons li.saved-header-icon.active img {
    filter: invert(0);
}
header.rvs-header.latest-rvs-header.header-white-bg ul.header-icons li.saved-header-icon.active {
	border-color: var(--misc-pink);
}
body.white-header .header-white-bg .header-right-public-sector.white-button a.btn.button img {
    filter: invert(0);
}
body.white-header.sticky-header-main header.sticky-header.header-white-bg ul.header-icons {
    filter: invert(0);
}
body.white-header.sticky-header-main header.sticky-header.header-white-bg span.saved-header-icon-qty {
    filter: invert(0);
}
body.white-header.sticky-header-main header.sticky-header.header-white-bg ul.header-icons li.saved-header-icon.active {
    filter: invert(0);
}
body.transparent-header header.rvs-header.latest-rvs-header ul.header-icons span img
.active {
	opacity: 1 !important;
	transition: opacity 2s;
}
li.saved-header-icon {
	position: relative;
}
li.saved-header-icon .saved-header-icon-qty {
	right: 2px;
	background: #fff;
	color: var(--misc-pink);
	font-weight: 700;
	display: block;
	min-width: 22px;
	font-size: 12px;
	border-radius: 10rem;
	padding: 4px 6px;
	position: absolute;
	left: 28px;
	top: -8px;
	line-height: 1;
	text-align: center;
	z-index: 1;
	pointer-events: none;
	border: 1px solid #fff;
}
header div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on.mega-menu-megamenu > ul.mega-sub-menu {
	top: 95px;
}
.transparent-header header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #1A212A !important;
}

header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 18px;
}
body.single header.rvs-header.latest-rvs-header.sticky-header {
	background-color: #fff !important;
	background-image: url(/wp-content/uploads/2024/10/header-bg.png) !important;
	background-repeat: no-repeat !important;
}
body.single header.rvs-header.latest-rvs-header {
	background-color: transparent !important;
	background-image: none !important;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	text-transform: capitalize !important;
	color: #fff;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li > a{
	margin-bottom: 20px !important;
}
body header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link::before {
	font-weight: 500;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
	padding: 6px 0;
}

body header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.services-header-latest li.service-left-heading a{
	/* line-height: 56px; */
	line-height: normal;
  font-weight: 500 !important;
  color: #4e5e72 !important;
}

div#headerSearch {
	z-index: 99999;
}
.modal-dialog.headerSearch-modal {
	width: 100%;
	max-width: 100%;
}
.modal-dialog.headerSearch-modal .modal-content {
	border-radius: 0;
	background: 0 0;
}
.search-wrapper-main {
	padding: 20px 0;
	background: #fff;
}
.search-wrapper {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.search-header-img {
	border-right: 1px solid #7a7e8375;
	padding-right: 15px;
}
.head-mob-img {
	display: none;
}
.search-wrapper-items {
	display: flex;
	justify-content: space-between;
	padding: 22px;
	gap: 20px;
	flex-grow: 1;
}
.header-search-field {
	flex-grow: 1;
}
.header-search-field form {
	display: flex;
	width: 100%;
	gap: 12px;
}
.header-search-field span img {
	filter: invert(.1) brightness(.6);
}
.header-search-field .search-form-input-field {
	width: 100%;
}
.header-search-field input {
	border: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
}
.search-div-result{
	display: none;
}
li.search-pages {
	padding: 20px 40px 0 !important;
}
.search-div-result.typingClass {
	display: flex !important;
}
.search-div-result .search-header-img {
	visibility: hidden;
}
ul#ajax-search-results {
	list-style: none;
  	padding: 0;
	border-top: 1px solid #e8e9ea;
	background: #fff;
	margin: 0 auto;
	width: 70%;
	margin: 0 0 auto;
}
li.see-all-results, li.ajax-search-result.no-result {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	padding: 10px 40px 20px !important;
	color: var(--misc-pink);
}
.impact-card-img {
    overflow: hidden;
}
.innvo-impact-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.impact-card-desc {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #ffff;
}
.impact-card-link span {
	display: flex;
	gap: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: var(--black-color);
}
li.see-all-results{
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	padding: 10px 40px 20px !important;
	color: var(--misc-pink);
}
li.search-resources {
	background-color: #f3f3f3d1;
	padding: 20px 40px 30px !important;
}
li.see-all-results a{
	color: var(--misc-pink);
}
div#headerSearch ul p {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}
div#headerSearch ul, ul#blog-ajax-search-results{
	list-style: none;
	padding: 0;
}
ul#ajax-search-results li.ajax-search-result {
	margin: 10px 0;
}
ul#ajax-search-results li.ajax-search-result a, ul#blog-ajax-search-results li.ajax-search-result a{
	color: #7e7e7e;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.latest-rvs-footer .latest-footer-bottom-middle-left-top ul.wp-block-social-links li svg {
	width: 24px;
	height: 24px;
}
header.latest-rvs-header.sticky-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner, header.latest-rvs-header.sticky-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner::before, header.latest-rvs-header.sticky-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner::after{
	background-color: #1a212a;
}

.headerCall-modal {
	top: 100px;
	position: absolute;
	max-width: inherit;
	width: 100%;
}
.headerCall-modal .modal-content {
	width: 570px;
	float: inline-end;
}
.search-wrapper-main.header-call-main {
	padding: 40px;
	border-radius: 8px;
	width: 570px;
}
.header-call-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
div#headerCall .header-call-head h5 {
	font-weight: 500 !important;
}
div#headerCall .header-call-head p {
	font-size: 16px;
	color: #1a212a;
}
#headerCall .header-call-body h5 {
	font-weight: 500 !important;
	color: #f42e69;
}
.header-call-body h5, .header-call-contact h4{
	margin: 0;
}
.header-call-body a {
	color: #f42e69;
	letter-spacing: -.48px;
	display: flex;
	gap: 8px;
}
.header-call-footer {
	border-radius: 8px;
	background: #feeaf0;
	padding: 16px 24px;
}
.header-call-footer .header-call-anchor {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.header-call-footer-inner-right{
	position: absolute;
  	right: 0;
}
.header-call-footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-call-footer-inner-left {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.header-call-contact {
	display: flex;
	align-items: center;
	gap: 12px;
}
#headerCall .header-call-footer-inner-left p {
	font-size: 16px;
	color: #1a212a;
}
body.white-header header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #DFE2E6 !important;
}
body.white-header header.rvs-header.latest-rvs-header.header-white-bg div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #1a2a2a !important;
}
header.rvs-header.latest-rvs-header.header-white-bg {
	background: #fff;
}
body.white-header header.header-white-bg div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #000000;
}
body.white-header .rvs-header.sticky-header li.saved-header-icon.active img {
	filter: none !important;
}
.cta_popup.modal, .testimonials_popup.modal {
	--bs-modal-zindex: 10559;
	cursor: auto;
}
section.innvo-impact{
    background: #ebedf0;
}

header.rvs-header.latest-rvs-header.header-white-bg ul.header-icons span img {
    filter: invert(0.6);
}
.white-header header.rvs-header.latest-rvs-header.header-white-bg .header-right-public-sector.white-button a{
    background: var(--dark-color);
    color: var(--white-color);
}

/* cta-hero-magento-form */
.rvs-contact-form_wrapper p.gform_required_legend {
    display: none;
}
.rvs-contact-form_wrapper .gform_validation_errors,
.rvs-contact-form_wrapper .gfield_validation_message.gfield_description {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left !important;
  color: #ed1e5c !important;
  font-size: 16px !important;
  outline: none !important;
  padding: 5px 0px 0px !important;
  margin: 0px !important;
}

.rvs-contact-form_wrapper .gform_validation_errors h2 {
  color: #ed1e5c !important;
  font-size: 16px !important;
}

.rvs-contact-form_wrapper .top_label .gfield_error.contact-form {
  width: 100% !important;
}
.rvs-contact-form .gform-body.gform_body .gfield_error .ginput_container.ginput_container_select select {
    border: 1px solid #ef295a;
}

section.cta-hero-magento-form .rvs-contact-form_wrapper h2.gform_submission_error.hide_summary {
    color: #ee205d;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 4px;
    line-height: 20px;
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    position: unset !important;
}
.rvs-contact-form_wrapper .gform_validation_errors,
.rvs-contact-form_wrapper .gfield_validation_message.gfield_description {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left !important;
  color: #ed1e5c !important;
  font-size: 16px !important;
  outline: none !important;
  padding: 5px 0px 0px !important;
  margin: 0px !important;
}

.rvs-contact-form_wrapper .gform_validation_errors h2 {
  color: #ed1e5c !important;
  font-size: 16px !important;
}

.rvs-contact-form_wrapper .top_label .gfield_error.contact-form {
  width: 100% !important;
}
.rvs-contact-form .gform-body.gform_body .gfield_error .ginput_container.ginput_container_select select {
    border: 1px solid #ef295a;
}

section.cta-hero-magento-form .rvs-contact-form_wrapper h2.gform_submission_error.hide_summary {
    color: #ee205d;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 4px;
    line-height: 20px;
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    position: unset !important;
}
/* cta-hero-magento-form */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
/* blog form */
.blog-archive-subscribe-form-body .rvs-contact-form_wrapper.new-archive-exceptional-form_wrapper form.rvs-contact-form.new-archive-exceptional-form .new-exeptional-form-email input[type="email"] {
    background: #fff !important;
    color: var(--dark-color) !important;
    padding: 15px;
    border: 1px solid #767676 !important;
}
.blog-archive-subscribe-form-body .rvs-contact-form_wrapper.new-archive-exceptional-form_wrapper form.rvs-contact-form.new-archive-exceptional-form .gform_footer.top_label input[type="submit"] {
    border-radius: 60px;
    border: 1px solid var(--white-color);
	width: auto !important;
	margin: 0 auto;
}
form.rvs-contact-form.new-archive-exceptional-form {
    display: flex;
    flex-direction: column;
}
.blog-archive-subscribe-form-body .rvs-contact-form_wrapper.new-archive-exceptional-form_wrapper form.rvs-contact-form.new-archive-exceptional-form .gform_footer.top_label input[type="submit"]:hover {
    color: var(--dark-color) !important;
    background-color: var(--white-color) !important;
}
.blog-archive-subscribe-form-body .rvs-contact-form_wrapper.new-archive-exceptional-form_wrapper form.rvs-contact-form.new-archive-exceptional-form .new-exeptional-form-email input[type="email"]:focus{
    outline:none;
}
/* blog form */
body .gform_wrapper .contact-form.tell-us-more-field .ginput_container {
    border-bottom: none !important;
}
@keyframes rotate {
	from {
	  transform: rotate(0deg);
	}
  
	to {
	  transform: rotate(360deg);
	}
  }
  .blogs-data {
    min-height: 25vh;
}
body.single header.rvs-header.latest-rvs-header.header-white-bg {
    background: #fff !important;
}
header.latest-rvs-header.sticky-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner:before, header.latest-rvs-header.sticky-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner:after, header.latest-rvs-header.sticky-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner, .transparent-header header.latest-rvs-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner:before, .transparent-header header.latest-rvs-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner:after, .transparent-header header.latest-rvs-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-box span.mega-toggle-animated-inner {
    background-color: #1a212a;
}
.latest-subscribe-form.subscribe-form .latest-subscribe-form-body form.rvs-contact-form.new-archive-exceptional-form .new-exeptional-form-email .ginput_container.ginput_container_email input[type="email"]{
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #000 !important;
	width: 100%;
	background: #fff !important;
	color: #000 !important;
}
.latest-subscribe-form.subscribe-form .latest-subscribe-form-body .gform_validation_errors {
	 display: none;
}

.latest-subscribe-form.subscribe-form .latest-subscribe-form-body  .rvs-contact-form_wrapper .gfield_validation_message.gfield_description{
	 font-size:15px !important
}
ul.ez-toc-list.ez-toc-list-level-1::-webkit-scrollbar {
    display: none;
}
header div#mega-menu-wrap-primary #mega-menu-primary>li:hover>ul {
    top: 95px;
}
.sticky-header-main header div#mega-menu-wrap-primary #mega-menu-primary>li:hover>ul{
    top: 80px;
}
.latest-rvs-header .inner-header div#mega-menu-wrap-primary button.mega-close {
    display: none !important;
    visibility: hidden;
}
.latest-subscribe-form-body input[type="submit"].btn.button.cta_popup_btn {
    color: #fff;
    background: #1a212a;
    font-size: 18px;
    text-align: center;
    padding: 5px 60px;
    border-radius: 10px;
    border: 1px solid #1a212a;
    transition: all 0.4s ease-in-out;
	margin-top: 12px;
}

.latest-subscribe-form-body input[type="submit"].btn.button.cta_popup_btn:hover {
    background: #fff;
    color: #1a212a;
}

@media screen and (max-width: 375px) {
	header.rvs-header.latest-rvs-header .inner-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-animated-box {
	  width: 34px;
	}
	header.rvs-header.latest-rvs-header .logo>img {
		max-width: 170px;
	}
}
@media screen and (max-width: 480px) {
	.content-fonts .head-mob-img {
		display: block;
		width: 35px;
	}
	.search-wrapper-items {
		padding: 8px;
	}
	header.latest-rvs-header ul.header-icons > li {
		padding: 8px;
		line-height: normal !important;
	}
	ul.header-icons span img {
		width: 20px;
	}
	ul.header-icons {
		gap: 6px !important;
	}
	.latest-rvs-header.rvs-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin: 0px;
	}
	.latest-rvs-header .inner-header {
		padding: 20px 10px;
	}
	li.saved-header-icon .saved-header-icon-qty {
		min-width: 20px;
		font-size: 12px;
		padding: 4px;
		left: 18px;
		top: -8px;
		height: 20px;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.latest-rvs-header.rvs-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated{
		transform: scale(.7);
    	margin-left: 2px;
	}
	.latest-rvs-header.rvs-header .header-right-buttons-section {
		margin: 0px;
	}
	.impact-card-img img {
		height: 100px !important;
	}
}
@media screen and (min-width: 1480px) {
	.inner-header.container-sm.content-fonts {
	  max-width: 1600px;
	}
}
@media screen and (max-width: 1380px) {
	header.rvs-header.latest-rvs-header .logo>img {
		max-width: 205px;
	}
}
@media (max-width: 1200px) {
	.rvs-header .logo>img{
		width: 176px;
	}
	header.rvs-header.latest-rvs-header .content-fonts .button {
		padding: 10px;
		height: 40px;
		font-size: 14px;
	}
	.rvs-header ul {
		order: 3;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0 6px;
		font-size: 15px;
	}
	.inner-header > div {
		order: 2;
	}
	.header-right-buttons {
		gap: 16px;
	}
	.order-xs-1 {
        order: 1 !important;
    }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary, #mega-menu-primary {
    position: unset !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop{
	display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
    transform: none;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
    transform: none;
}
}

@media screen and (max-width: 991px) {
	/* header.rvs-header.latest-rvs-header .inner-header {
	  justify-content: space-between !important;
	} */
	.rvs-header {
		padding: 0 !important;
	}
	.rvs-header .logo > img{
		max-width: 185px;
	}
	header .inner-header > a {
		flex-grow: 1;
		order: 1;
	}
	.logo-desc {
		padding-left: 5px;
	}
	.header-right-buttons-section {
		order: 1 !important;
		margin-right: 12px;
		display: block;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0 9px;
		color: #fff !important;
		background: #1a212a;
	}
	.latest-rvs-header.rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
		font-size: 40px !important;
		color: #fff !important;
	}
	header.latest-rvs-header li.services-header-latest > a > span{
		display: block !important;
	}
	#mega-menu-primary > li > ul {
		max-height: 400px !important;
		overflow: scroll !important;
	}
	li.services-header-latest > ul.mega-sub-menu {
		padding: 0 !important;
	}
	li.services-header-latest > ul.mega-sub-menu > li > ul.mega-sub-menu {
		display: block !important;
	}
	li.services-header-latest > ul.mega-sub-menu > li > ul.mega-sub-menu > li {
		border-bottom: 1px solid #dcdcdc !important;
	}
	li.services-header-latest > ul.mega-sub-menu > li > ul.mega-sub-menu > li:first-child {
		display: none !important;
	}
	.header-right-buttons-section .header-right-public-sector {
		display: none;
	}
	body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary{
		max-width: 100%;
		width: 100%;
		padding: 20px;
		background: #1a212a;
	}
	body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary > li:first-child{
		margin-bottom: 30px;
    	border: none;
	}
	body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary > li{
		padding: 10px 0;
		border-bottom: 1px solid #dcdcdc;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		display: list-item;
    	margin: 0;
		border: 0;
	}
	body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary > li:first-child a {
		display: none;
	}
	body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary > li:nth-child(2){
		border: none;
    	top: 5px !important;
	}
	.close_icon {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{
		padding: 0 9px;
		color: #fff !important;
		background: #1a212a;
	}
	.close_icon a {
		font-size: 0 !important;
	}
	body.mega-menu-primary-mobile-open header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a {
		background: 0 0 !important;
		color: #ef295a !important;
		border-radius: 24px;
		font-weight: 600;
	}
	header div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
		padding-left: 30px !important;
	}
	.search-wrapper-main {
		padding: 10px 0px;
	}
	.head-desk-img {
		display: none;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link span.mega-indicator {
		display: block;
	}
	.latest-rvs-header.rvs-header li.get_in_touch,
	.latest-rvs-header.rvs-header li.public_sector {
	  position: initial !important;
	  border: none !important;
	  margin-top: 20px !important;
	  display: inline-block !important;
	  width: 42% !important;
	}
  
	.latest-rvs-header.rvs-header li.public_sector {
	  text-align: center !important;
	  width: 100% !important;
	}
	body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary>li.mega-public_sector.mega-public_sector_real a {
		color: var(--dark-color) !important;
		font-weight: 500;
		line-height: 20px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 60px;
		font-size: 18px;
		padding: 18px;
		text-transform: none;
		height: 48px;
		gap: 12px;
		border-radius: 60px;
		border: 1px solid var(--Misc-Primary-Blue, #1a212a);
		background: #ffffff;
	  }
	  body.mega-menu-primary-mobile-open header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		color: #ffffff !important;
	  }
	  body.mega-menu-primary-mobile-open header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-public_sector.mega-public_sector_real > a.mega-menu-link {
		color: #1a212a !important;
	}
}
@media screen and (max-width: 767px) {
	.headerCall-modal {
		left: 10px;
		right: 10px;
		width: 95%;
		top: 88px;
	}
	.headerCall-modal .modal-content {
		width: 100%;
	}
	.search-wrapper-main.header-call-main {
		width: 100%;
		padding: 24px;
	}
	.header-call-inner {
		gap: 12px;
	}
	section.blog-archive-cat-sec.blog-latest-archive .blog-archive-cat-body-inner .owl-stage-outer {
		overflow: hidden;
	}
}

/* end header */
section.strategic-vision.padding-80-80 {
	padding: 100px 0px;
}
/* #global_mainContent p {
	line-height: 30px;
} */
.content-fonts .margin-t-16 {
	margin-top: 16px;
}
.content-fonts .margin-t-60 {
	margin-top: 60px;
}
.content-fonts .view-all-testimonial {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.min-100 {
	min-height: 100vh;
}
.content-fonts a#load-more {
	border-radius: 60px;
	border: 1px solid var(--Misc-Primary-Blue, #1a212a);
	transition: background-color 0.3s ease, color 0.3s ease;
}
.content-fonts a#load-more:hover {
	background: #000;
	color: #fff;
	transition: background-color 0.3s ease, color 0.3s ease;
}
a#load-more:hover img{
	filter: brightness(0) invert(1);
}
.content-fonts .margin-t-32 {
	margin-top: 32px;
}
.m-16 {
	margin: 16px 0px;
}
.content-fonts .bg-dark {
	background-color: var(--dark-color) !important;
	color: var(--white-color);
}
.content-fonts .white-button .btn:hover {
	background-color: transparent;
	color: var(--white-color);
}
.content-fonts .bottom-shade-bg::after {
	content: "";
	position: absolute;
	background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#ef295a 100%);
	width: 100%;
	height: 3px;
	top: auto;
	left: -5px;
	z-index: 99;
	bottom: -14px;
}
.header-search-saved.footer-search-saved {
	opacity: 1;
	visibility: inherit;
	left: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 120;
	display: none;
}

.single-post ul li, .single-post ol li {
	margin: 12px 0px;
	font-size: 16px;
	line-height: 32px;
}
.single-post .ecommerce-cta-main h2 {
	margin: 0px !important;
	padding: 0px !important;
}
.new-blog-latest-cta h2 {
	font-size: 32px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 40px;
	color: #232426;
}
.content-fonts .ecommerce-cta-sub-heading {
	margin-bottom: 25px;
}
.new-blog-latest-cta p {
	color: #4F5256;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
}
.single-blog-right.new-blog-single-desc .new-blog-latest-cta a.wp-block-button__link.wp-element-button{
	border-radius: 60px;
	background-color: var(--Misc-Primary-Blue, #1A212A);
	color: var(--Misc-White, #FFF);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.new-blog-latest-cta.padding-40 {
	padding-left: 0px !important;
}
.new-blog-latest-cta {
	margin: 20px 0px;
}
.single-blog-right.new-blog-single-desc .new-blog-latest-cta a.wp-block-button__link.wp-element-button:hover, .single-blog-right.new-blog-single-desc .new-blog-latest-cta a.btn.button:hover{
	background-color: #fff;
  	color: #1a212a;
}
.content-fonts .trans-dark .btn, .single-post .wp-block-button__link.wp-element-button:hover {
	background: transparent;
	color: var(--dark-color);
	border: 1px solid var(--dark-color);
}
.content-fonts .trans-dark .btn:hover, .content-fonts .wp-block-button__link.wp-element-button {
	background-color: var(--dark-color);
	color: var(--white-color);
	border: 1px solid var(--dark-color);
}
.cta-old-skool-main {
	border-top: 1px solid #F42E69;
	border-bottom: 1px solid #F42E69;
}
.content-fonts .cta-only-title-link h5 {
	font-style: normal;
	font-weight: 500 !important;
	line-height: 36px !important;
	letter-spacing: -0.48px;
	color: #4F5256;
	font-size: 24px !important;
}
.content-fonts .cta-only-title-link h5 a {
	color: #232426;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.48px;
	text-decoration: underline !important;
}

.content-fonts .margin-60 {
	margin: 60px 0 30px;
}
.content-fonts .margin-b-32 {
	margin-bottom: 32px;
}
.content-fonts .bottom-shade-bg {
	position: relative;
	display: inline;
}
.magento-hero-section-body-cta {
	flex: 0 46%;
	border: 1px solid #5c5c5ca3;
	background: linear-gradient(253deg,rgba(47,56,69,0.3) 0%,rgba(32,39,48,0.3) 100%);
	padding: 30px 60px;
	position: relative;
  	z-index: 10;
}
.magento-hero-gravity-form-body option {
    background: #1a222a;
    color: rgb(107, 120, 142);
}
.magento-hero-gravity-form-body select:focus option:checked {
	color: #ffffff;
	background: #1a212a;
  }
.magento-hero-section-body-cta::before {
	content: "";
	backdrop-filter: blur(15.5px);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}
.magento-hero-gravity-form {
	display: flex;
	flex-direction: column;
	gap: 40px;
	color: #6b788e;
}
.content-fonts .magento-hero-gravity-form-title h3 {
	font-size: 40px;
	font-weight: 500;
}
.magento-hero-gravity-form-body .contact-form .ginput_container:not(.contact-checkbox-select .ginput_container) {
	border-bottom: 1px solid #767676 !important;
}
.contact-form .ginput_container:not(.contact-checkbox-select .ginput_container) {
	padding: 5px 0 0;
	margin-bottom: 2px;
	border-bottom: 1px solid #cbcbcb !important;
}
.owl-nav.disabled{
	display: none;
}
.magento-hero-gravity-form-body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #767676 !important;
}
.rvs-contact-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	color: #fff !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: transparent !important;
}
.ready-get-started-inner-right .rvs-contact-form_wrapper .gform_footer.top_label {
	padding-top: 16px !important;
}
.ready-get-started-inner-right .rvs-contact-form_wrapper .gform_footer.top_label input[type="submit"] {
	border-radius: 60px;
	border: 1px solid #fff;
	padding: 2px 30px;
}
.rvs-contact-form_wrapper .gform_footer.top_label input[type="submit"] {
	color: #fff;
	background: #1a212a;
	font-size: 18px;
	text-align: center;
	padding: 5px 60px;
	border-radius: 10px;
	border: none;
	margin:0px
}
div#cta_popup .rvs-contact-form_wrapper .gform_footer.top_label{
padding: 0px !important;
}
form.rvs-contact-form.lead.conversion-cta .gform-body.gform_body .ginput_container.ginput_container_select select {
	height: 40.5px;
	color: #ffffff !important;
}
.magento-hero-gravity-form-body select {
	background: 0 0;
	color: #757575 !important;
}
.rvs-contact-form .gform_footer.top_label {
	float: left;
}
.rvs-contact-form_wrapper .gform_footer.top_label {
	width: auto !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
.gform_wrapper .gform_footer .gform_button.button {
	width: 100% !important;
	text-align: left;
}
.rvs-contact-bg .logo-stripe {
	background-color: #212933;
}
.logo-stripe ul {
	padding: 0px;
}
.wysiwyg-blog-btn::before {
	content: '';
	background-image: url(/wp-content/uploads/2024/10/arrow-right.svg);
	background-repeat: no-repeat;
	width: 25px;
	height: 21px;
	position: absolute;
	top: 17px;
	right: 11px;
}
.wysiwyg-blog-btn:hover {
	background-color: #000;
	color: #fff;
}
.wysiwyg-blog-btn:hover::before {
	filter: brightness(0) invert(1);
}
.rvs-contact-bg .logo-stripe ul li {
	padding: 20px 10px;
	width: 50%;
	flex: 0 16.6%;
	text-align: center;
	position: relative;
}
.rvs-contact-bg .logo-stripe ul li::after {
	position: absolute;
	content: "";
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	height: 50%;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.content-fonts .bottom-shade-bg.max-w-150::after {
	max-width: 150px;
}
.content-fonts .padding-40 {
	padding: 40px;
}
.content-fonts .title-italic {
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}
.content-fonts h1 {
	font-size: 56px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.content-fonts h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: normal;
}
.content-fonts h3 {
	font-size: 32px;
	line-height: normal;
	margin: 0;
}
.content-fonts h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
.content-fonts h5 {
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: normal !important;
}
.content-fonts h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	-webkit-line-clamp: 28px;
}
.content-fonts p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.impact-card-text p {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.impact-card {
    flex: 0 32%;
    margin: 10px 0px;
}
.content-fonts a {
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  line-height: normal;
  font-size: 18px;
  font-weight: 500;
  color: var(--black-color);
}
.content-fonts .right-arrow {
	margin-left: 8px;
}
.content-fonts .button, .content-fonts .wp-block-button__link.wp-element-button{
  padding: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 18px;
  padding: 16px;
  text-transform: none;
  height: 48px;
}
.hero-get-quote a {
	border: 1px solid #1A212A;
}
.hero-get-quote a:hover img {
	filter: brightness(0) invert(1);
}
.content-fonts .white-button .btn {
  background: var(--white-color);
  color: var(--black-color);
  border: 1px solid var(--white-color);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.transparent_button a {
	background-color: transparent !important;
	color: var(--white-color) !important;
}
.transparent_button a img {
	filter: brightness(0) invert(1);
}
.transparent_button a:hover {
	background-color: var(--white-color) !important;
	color: var(--black-color) !important;
}
.transparent_button a:hover img {
	filter: brightness(0) invert(0) !important;
}
.content-fonts img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}
.impact-card-img img {
    transition: transform 0.5s ease-in-out;
	height: 150px;
	width: 100%;
}
.content-fonts .padding-80-80 {
	padding: 80px 0;
}
.content-fonts .padding-80 {
	padding: 80px 20px 20px;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
.content-fonts .margin-t-40 {
	margin-top: 40px;
}
.modal-main.is-visible {
	visibility: visible;
}
.modal-main {
	position: fixed;
	z-index: 19999;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}
.modal-main.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal-main.is-visible .modal-transition {
	transform: translateY(0);
	opacity: 1;
}
.modal-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
}
.modal-wrapper {
	position: absolute;
	z-index: 9999;
	top: 32%;
	left: 50%;
	width: 48em;
	margin-left: -24em;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.content-fonts .modal-close {
	position: absolute;
	top: -15px;
	right: -8px;
	padding: 8px;
	color: #aaa;
	background: #ffff;
	border-radius: 50%;
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-fonts .modal-close i {
	font-size: 15px;
	color: #000000;
	width: 14px;
	height: 14px;
}
.content-fonts .modal-contents {
	padding: 10px;
}
.modal-contents > :last-child {
	margin-bottom: 0;
}
.modal-contents > :first-child {
	margin-top: 0;
}
div#video_modal iframe {
	height: 340px;
	width: 100%;
}
a.btn.align-items-center.radius-btn {
	padding: 4px 25px;
}
.radius-btn .btn-text {
	color: #fff;
}
.arrow-control .arrow-right {
	position: relative;
	margin-top: 2px;
}
.arrow-control .arrow-right .arrow-body.arrow-body-white {
	background-color: #fff;
}
.arrow-control .arrow-right .arrow-body {
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
	height: 2px;
	width: 2rem;
	background-color: currentColor;
	transform-origin: 0 50%;
	text-decoration: none;
	font-size: 1.125em;
	font-weight: 700;
	cursor: pointer;
}
.radius-btn.arrow-control .arrow-right .arrow-head {
	background-color: #fff;
}
.radius-btn {
	height: 45px;
	background: linear-gradient(90deg, #ed1e5c, #ff4a81);
	border: 0;
	border-radius: 25px;
}
.arrow-control .arrow-right .arrow-head {
	width: 0.6rem;
	height: 0.8rem;
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
	clip-path: polygon(100% 50%, 0 100%, 0 0);
	background-color: currentColor;
	transform-origin: 0 50%;
	transform: translate(-10%);
}
.arrow-control:hover .arrow-body {
	transform: scaleX(1.5);
}
.arrow-control:hover .arrow-head {
	transform: translateX(100%);
}
.fa-long-arrow-left {
	padding-right: 10px;
}
ul.list-in-tabs.blog-ul, ul.list-in-tabs {
	list-style-type: none;
}
ul.list-in-tabs.blog-ul {
	font-size: 16px;
	padding-left: 0px;
}
.strategic-vision-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.strategic-vision-right {
	flex: 0 50%;
}
.strategic-vision-left {
	flex: 0 42%;
}
.case-listing-body {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.case-listing-single {
	flex: 0 49%;
}
.case-listing-single-head {
	position: relative;
	overflow: hidden;
}
.case-listing-single-head:hover {
	background: hsl(0deg 0% 0%);
}
.case-listing-single-head:hover .case-listing-img img {
	opacity: 0.5;
	transform: scale(1.1);
}
.case-listing-img img {
	transition: opacity 0.5s ease, transform 0.5s ease;
	max-height: 422px;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.case-listing-title-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.case-listing-title-img img {
	width: 150px;
	height: auto;
	transition: transform 0.5s ease;
	transform: scale(1.5);
}
.case-listing-single-head:hover .case-listing-title-img {
	opacity: 1;
	transform: translate(-50%, -50%) scale(0.65);
}
.case-listing-single-body {
	padding: 24px;
    background: white;
}
.case-listing-desc {
	margin: 10px 0px;
}
.case-listing-desc p {
	width: 65%;
	max-width: 100% !important;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	letter-spacing: 0.2px;
}
.case-listing-bottom-desc {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 32px;
}
.case-listing-bottom-desc > div {
	display: flex;
	gap: 5px;
	flex: 0 auto;
	flex: 0 50%;
}
.case-listing-bottom-desc > div > h4 {
	margin: 0;
	line-height: 32px;
}
.case-listing-client-testimonial a {
	display: flex;
	gap: 4px;
	align-items: center;
}
.case-listing-client-testimonial h4 {
	color: var(--misc-pink);
	margin: 0px;
	line-height: 24px;
}
.case-listing-popup-video {
	justify-content: flex-end;
	cursor: pointer;
}
.case-listing-popup-video h4 {
	font-weight: 400;
}

body #cta_popup .popup_body .ginput_container input {
	color: #000 !important;
}
.rvs-contact-form_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="hidden"]) {
	border: 1px solid #cbcbcb !important;
}
div#testimonials_popup .row.testimonials_popup-sections {
	background: #f5f6f7;
	margin: 0;
	border-bottom: 1px solid #e8e9ea;
}
.single-client-video {
	position: relative;
}
.single-client-video .video-play-btn-new {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
div#testimonials_popup.testimonials_popup .single-video-info p:first-child {
	color: #1a212a;
	font-weight: 600;
}
.single-video-info p:first-child {
	color: var(--misc-pink);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
.latest-clients-images {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
	grid-template-columns: repeat(5, 1fr);
	padding: 40px 0px;
}
.latest-clients-images-single {
	flex: 0 15%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	padding: 10px 25px;
}
.latest-clients-images-single img {
    max-width: 200px;
    max-height: 80px;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.gform_wrapper .gform_footer input[type="submit"] {
	padding: 4px 25px;
	background: linear-gradient(90deg, #ed1e5c, #ff4a81);
	color: #fff;
	border: 0;
	line-height: 34px;
	border-radius: 25px;
	font-size: 14px;
	width: auto !important;
}
.content-fonts .margin-b-16 {
    margin-bottom: 16px;
}
.content-fonts .trans-btn .btn {
    background: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
.content-fonts .trans-btn .btn:hover {
    background: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--white-color);
}
.single-blog-key {
    background: #f1f1f1;
    padding: 5px 30px;
    margin: 20px 0px;
}

.single-blog-key h4 {
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 20px;
}

.single-blog-key .key-desc p {
    margin-bottom: 0px;
    font-size: 18px;
}

.single-blog-key .key-desc a {
    text-decoration: underline !important;
}
html:has(#cta_popup.show) {
    overflow: hidden !important;
}
@media screen and (max-width: 1440px) {
	.latest-clients-images {
	  grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 1200px) {
	.content-fonts .margin-t-40 {
	  margin-top: 20px;
	}
	.content-fonts .margin-60 {
		margin: 30px 0;
	}
	.content-fonts .margin-t-60 {
		margin-top: 30px;
	}
	.case-listing-body {
		gap: 16px;
	}
	.latest-clients-images {
		column-gap: 40px;
		padding: 20px 0;
		row-gap: 30px;
	}
}
@media (max-width: 991px) {
	section.strategic-vision.padding-80-80 {
		padding: 50px 0px;
	}
	.order-ex-1 {
		order: 1 !important;
	}
	.container-sm {
	  max-width: 750px;
	}
	.inner-header {
		padding: 20px 30px;
	}
	.content-fonts h5 {
		font-size: 18px !important;
	}
	.content-fonts p{
		font-size: 16px;
		font-weight: 400;
    	line-height: 28px;
	}
	.content-fonts h4 {
		font-size: 16px;
		line-height: 24px;
	}
	.content-fonts h2 {
		font-weight: 500;
		line-height: normal;
        font-size: 32px;
	}
	.content-fonts h1 {
		font-size: 40px;
		font-weight: 500;
		line-height: normal;
	}
	body .content-fonts h3 {
		font-size: 20px;
		line-height: 32px;
	}
	.case-listing-body {
		gap: 14px;
	}
	#single-guide-post .single-post-left-details a {
		margin-bottom: 10%;
	}
	br {
		display: none;
	}
	.rvs-contact-bg .logo-stripe {
		position: relative;
		z-index: 1;
	}
	.latest-clients-images {
		gap: 20px;
	}
	.latest-clients-images-single {
		padding: 10px 15px;
	}
	.latest-clients-images{
		grid-template-columns: repeat(3,1fr);
	}
	.magento-clients-section .latest-clients-images {
        gap: 0px !important;
        justify-content: flex-start;
		display: grid;
    }
	.magento-clients-section .latest-clients-images > div {
        flex: 0 33%;
    }
	.latest-clients-images-single {
		border-right: 0.2px solid #243757;
		border-bottom: 0.2px solid #243757;
	}
	.latest-clients-images-single:nth-of-type(3n) {
        border-right: none !important;
    }
	.latest-clients-images-single img {
		width: auto;
		object-fit: contain;
		height: 80px;
   		max-width: 100%;
   		max-height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.content-fonts a {
	  font-size: 16px;
	}
	.content-fonts .padding-80-80 {
		padding: 50px 0;
	}
	.content-fonts .padding-80 {
		padding: 50px 20px 20px;
	}
	.content-fonts .margin-b-32 {
		margin-bottom: 20px;
	}
	.content-fonts .padding-40 {
		padding: 20px;
	}
	.modal-main.is-visible .modal-transition {
		transform: scale(0.5);
	}
	.content-fonts .margin-t-32 {
		margin-top: 20px;
	}
	.content-fonts h6 {
		line-height: 24px;
	}
	.case-listing-body {
		gap: 10px;
	}
	.case-listing-bottom-desc {
		flex-direction: column;
		justify-content: center;
		align-items: normal;
		gap: 10px;
	}
	.case-listing-client-testimonial a {
		display: flex;
		flex: 0 100%;
		align-items: center;
	}
	.case-listing-popup-video {
		position: absolute;
		top: 16px;
		left: auto;
		right: 18px;
	}
	.case-listing-popup-video h4 {
		display: none;
	}
	.case-listing-single-body {
		padding: 16px;
		position: relative;
	}
	.rvs-contact-bg .logo-stripe ul li {
		padding: 15px 4px;
	}
	.content-fonts .padding-40 {
        padding: 20px;
    }
	.case-listing-single {
		flex: 0 100%;
		margin-bottom: 0px;
	}
		.case-listing-body {
		gap: 30px;
	}
}
@media screen and (max-width: 650px) {
	.content-fonts h6 {
	  font-size: 12px;
	  line-height: 24px;
	}
	.strategic-vision-sec {
		gap: 20px;
		flex-direction: column;
	}


		
	.blog-archive-subscribe-form-body .rvs-contact-form_wrapper.new-archive-exceptional-form_wrapper form.rvs-contact-form.new-archive-exceptional-form .new-exeptional-form-email input[type="email"] {
        padding: 10px 5px;
    }
	.blog-archive-subscribe-form-body .rvs-contact-form_wrapper.new-archive-exceptional-form_wrapper form.rvs-contact-form.new-archive-exceptional-form .gform_footer.top_label {
        padding: 0px !important;
    }
    .blog-archive-subscribe-form-body .rvs-contact-form_wrapper.new-archive-exceptional-form_wrapper form.rvs-contact-form.new-archive-exceptional-form .gform_footer.top_label input[type=submit] {
        padding: 5px 25px;
    }
	    .single-blog-key {
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 600px) {
	.rvs-contact-bg .logo-stripe ul li {
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 480px) {
	.latest-clients-images-single {
	  padding: 0 10px;
	}
}
@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
	  max-width: 960px;
	}
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container-sm {
    max-width: 1300px;
  }
	  .content-fonts .button {
		padding: 16px;
	}
	.content-fonts .btn.button:has(.right-arrow) {
		padding: 16px 16px 16px 24px;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1320px;
	}
} 
@media (min-width: 1480px) {
	.container-sm {
	  max-width: 1400px;
	}
}
@media (min-width: 1800px) {
	.container-sm {
	  max-width: 1580px;
	}
}
/* footer start */

.latest-rvs-footer {
	background-image: url(/wp-content/uploads/2024/11/footer-bg-scaled-1.webp);
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
section.ready-get-started.latest-footer-top {
	border-bottom: 1px solid #393939;
	border-top: 1px solid #E8E9EA;
}
.ready-get-started-inner {
  display: flex;
  justify-content: space-between;
}
.ready-get-started-inner .ready-get-started-inner-left {
	flex: 0 46%;
}
.ready-form-body.max-width-50vw.text-center {
	border-bottom: 1px solid #6b788e;
	padding-bottom: 40px;
	margin-left: 0px;
}
.content-fonts .max-width-50vw {
	/* max-width: 50vw; */
	max-width: 610px;
	margin: 0 auto;
}
.content {
	padding-top: 45px;
}
.content h3 {
	font-size: 25px;
	padding-bottom: 15px;
}
.content p{
    padding: 0;
    padding-bottom: 15px;
}
.text-left {
	text-align: left;
}
.trending {
	padding: 80px 0 0px;
}
.trending.sitemap{
	padding: 130px 0 0px;
}
.latest-ready-form-section {
  align-items: flex-start;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.position-relative {
	position: relative !important;
}
.latest-ready-form-section h2 {
  margin: 0;
}
/* section h2 {
	font-size: 30px !important;
} */
.latest-ready-top-desc {
  width: 70%;
}
.latest-ready-form-section p {
  text-align: left;
  max-width: 430px;
  margin: 0 auto;
  margin-left: 0;
}
.ready-form-contact-section {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.ready-form-contact-section div:first-child {
	position: relative;
}
.ready-form-section-reviews.d-flex {
	align-items: center;
	gap: 8px;
}

.ready-form-body-bottom {
	display: flex;
	justify-content: flex-start;
	gap: 32px;
}
.ready-form-body-bottom-single {
	position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ready-form-body-bottom-single span a {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: baseline;
	color: #fff;
}
.ready-form-body-bottom-single:not(:last-child)::after {
	content: "";
	position: absolute;
	margin: 10px 0;
	height: 20px;
	width: 1px;
	left: auto;
	right: -16px;
	top: -5px;
	background: #5b5b5b;
}
.ready-get-started-inner .ready-get-started-inner-right {
	flex: 0 44%;
}
.latest-footer-bootton-top > div {
	color: #e6e6e6;
}
.latest-footer-bootton-top-section h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.latest-footer-address-admin > div {
	flex: 0 30%;
}
.latest-footer-address-admin > div > div {
	gap: 20px;
}
.latest-footer-address-body > div {
	flex-basis: unset !important;
	flex-grow: initial !important;
}
.latest-footer-bootton-top img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.latest-footer-address-body > div:last-child {
	width: 70%;
}
footer.latest-rvs-footer h5 {
	color: var(--white-color);
  text-transform: uppercase;
  font-style: normal;
  font-size: 20px !important
}
.latest-footer-bottom-middle-left-main {
	align-items: center;
  display: flex;
}
.latest-footer-bottom-middle-left-main .latest-footer-bottom-middle-left {
	display: flex;
	flex-direction: column;
}
.latest-footer-bottom-middle-left-main > div {
	flex: 0 50%;
}
.latest-footer-bottom-middle-left-top > div {
	gap: 8px;
}
footer .latest-footer-bottom-middle-left-top .wp-block-column {
	flex-basis: auto !important;
	flex-grow: initial !important;
}
.latest-footer-bottom-middle-left-top ul.wp-block-social-links {
	font-size: 24px;
	gap: 16px;
}
.latest-footer-bottom-middle-right > figure {
	display: flex;
	gap: 25px !important;
	justify-content: flex-end;
}
.latest-footer-bottom-middle-left-bottom figure.wp-block-image {
	height: 56px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	width: auto !important;
	max-width: fit-content !important;
}
.latest-footer-bottom-middle-left-bottom figure.wp-block-image img {
	width: 145px !important;
	object-fit: contain !important;
}
.latest-footer-bottom-middle-right figure.wp-block-image {
	width: auto !important;
	flex-grow: unset !important;
}
.latest-footer-bottom-middle-right img {
	width: 100px !important;
	height: 100px !important;
	object-fit: contain !important;
}
.latest-footer-copyright-section {
	padding: 24px 0;
	border-top: 1px solid #393939;
}
.latest-footer-copyright-section-body {
	display: flex;
	justify-content: space-between;
	color: #e6e6e6;
}
.latest-footer-copyright-left p {
	font-size: 16px;
  color: #e6e6e6;
  margin: 0;
}
.latest-footer-copyright-left ul#menu-footer-links {
	gap: 24px;
  margin: 0;
}
#menu-footer-links {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.latest-footer-copyright-left #menu-footer-links li {
	padding: 0;
}
.latest-footer-copyright-left ul#menu-footer-links a {
	color: #e6e6e6;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
#loader, .circle-loader {
	text-align: center;
	margin: 20px 0;
}
.circle-loader {
	position: absolute;
	width: 20px;
	height: auto;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	-webkit-animation: 0.8s opaque ease-in-out infinite both;
	animation: 0.8s opaque ease-in-out infinite both;
}
.loader-container > div:nth-child(1) {
	top: -25px;
	left: 0;
}
.loader-container div {
	height: 10px;
	width: 10px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	-webkit-animation: 0.8s opaque ease-in-out infinite both;
	animation: 0.8s opaque ease-in-out infinite both;
}
.sticky-header-main .header-search-saved.footer-search-saved ul.header-icons span img {
	opacity: 1;
	filter: invert(0);
}
.header-search-saved.footer-search-saved li.page_save.active img {
	background-color: var(--misc-pink);
}
.header-search-saved.footer-search-saved ul.header-icons span img {
	width: 100% !important;
	padding: 10px;
	transform: scale(1.1);
}
.rvs-contact-form .gform-body.gform_body {
	margin-bottom: 0%;
}
body .gform_wrapper.gravity-theme .gfield_label {
	margin: 0;
}
div#cta_popup p {
	margin-bottom: 30px;
}
section.ready-get-started.latest-footer-top .magento-hero-section-body-cta .rvs-contact-form_wrapper h2.gform_submission_error {
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 4px;
    line-height: 20px;
}

/* lead conversion */
form.rvs-contact-form.lead.conversion-cta .contact-first-name{
	order: 1;
  }
  form.rvs-contact-form.lead.conversion-cta .contact-email{
	order: 2;
  }
  form.rvs-contact-form.lead.conversion-cta .contact-phone{
	order: 3;
  }
  form.rvs-contact-form.lead.conversion-cta .contact-best-time-to-call{
	order: 4;
  }
  form.rvs-contact-form.lead.conversion-cta .contact-related{
	order: 5;
  }
  form.rvs-contact-form.lead.conversion-cta .contact-captcha{
	order: 7;
  }
  form.rvs-contact-form.lead.conversion-cta .gform-body.gform_body .contact-related .ginput_container.ginput_container_select  select {
	width: 100%;
  }
  
  form.rvs-contact-form.lead.conversion-cta .gform-body.gform_body .gfield--type-submit {
	order: 6;
	align-items: center;
	justify-content: flex-end;
	height: 44px;
  }
  
  form.rvs-contact-form.lead.conversion-cta .gform-body.gform_body > div{
	align-items: baseline;
  }
  form.rvs-contact-form.lead.conversion-cta .gform-body.gform_body .gfield--type-submit input[type="submit"] {
	border-radius: 60px !important;
	border: 1px solid #ffffff;
	background: transparent;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 10px;
	padding: 12px 30px;
	color: #ffffff;
	height:40px;
	transition: all 0.4s ease-in-out;
  }
  form.rvs-contact-form.lead.conversion-cta .gform-body.gform_body .gfield--type-submit input[type="submit"]:hover {
	color: var(--dark-color);
	background: var(--white-color);
  }
/* lead conversion */
form.rvs-contact-form.software-new-form div#field_submit {
    align-items: center;
}

form.rvs-contact-form.software-new-form div#field_submit span.gform-loader {
    margin-top: 15px;
}
div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body span.gfield_required.gfield_required_text{
	color: red;
}
.get-a-quote-step-form_wrapper h2.gform_submission_error.hide_summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 16px;
}
body:has(.single-blog-left-table-content),
body:has(.single-post-left-details){
    overflow-x: visible;
}
 .gform_wrapper.rvs-contact-form_wrapper.gform_validation_error .gform-body.gform_body .gfield.gfield_error label {
    color: #ed1e5c !important;
}
@media screen and (max-width: 1480px) {
	.ready-form-body-bottom {
	  flex-direction: column;
	  gap: 12px;
	}
	.ready-form-body-bottom-single:not(:last-child)::after{
		display: none;
	}
	.latest-footer-bottom-middle-right > figure {
		gap: 15px !important;
	}
}
@media screen and (max-width: 1200px) {
	.latest-footer-bottom-middle-left-main {
	  flex-wrap: wrap;
	}
	.latest-footer-bottom-middle-left-main > div {
		flex: 0 48%;
	}
	.latest-footer-bottom-middle-left-top ul.wp-block-social-links {
		font-size: 24px;
		gap: 12px;
	}
	#menu-footer-links {
		justify-content: center;
	}
	body .impact-card {
		flex: 0 42%;
	}
	
}
@media screen and (max-width: 991px) {
	.ready-get-started-inner {
	  flex-direction: column;
	  gap: 40px;
	}
	.ready-form-body.max-width-50vw.text-center {
		margin-left: 0;
	}
	footer.latest-rvs-footer section.latest-footer-bottom-section .latest-footer-address-admin > div {
		flex: 0 40%;
	}
	.latest-footer-copyright-section-body {
		flex-direction: column-reverse;
		gap: 32px;
	}
	.header-search-saved.footer-search-saved {
		display: block;
	}
	
	.header-search-saved.footer-search-saved ul.header-icons li img {
		background: #000000;
		border-radius: 50px;
	}
	.header-search-saved.footer-search-saved li.page_save {
		background-color: #000000;
		border: 1px solid transparent;
	}
	.header-search-saved.footer-search-saved ul.header-icons li {
		background: none;
		padding: 0;
		margin: 0;
	}
	.header-search-saved.footer-search-saved ul.header-icons li.active {
		padding: 0;
		border-radius: 50px;
		overflow: hidden;
		background: none;
		margin: 0;
	}
	.magento-hero-section-body-cta {
		padding: 30px 30px;
	  }
	  .header-search-saved.footer-search-saved {
        right: 20px;
        left: auto;
        bottom: 16px;
    }
	
}

@media screen and (max-width: 767px) {
	.ready-get-started-inner .ready-get-started-inner-left .ready-form-body {
	  max-width: 100%;
	}
	.latest-ready-top-desc {
		width: 90%;
	}
	.latest-ready-form-section p {
		margin:0 auto;
		text-align: center;
	}
	.ready-form-contact-section {
		flex-wrap: wrap;
	}
	.ready-form-body-bottom {
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
		text-align: center;
		justify-content: flex-start;
	}
	.ready-form-body-bottom-single {
		text-align: left;
		align-items: flex-start;
	}
	.latest-ready-form-section {
		gap: 16px;
		align-items: center;
	}
	.latest-footer-bootton-top > div:first-child {
		text-align: center;
	}
	.latest-footer-bootton-top h3 {
		text-align: center;
	}
	.latest-footer-bootton-top .latest-footer-address-admin .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: auto !important;
		flex-grow: initial !important;
	}
	.latest-footer-address-admin {
		gap: 0;
		justify-content: flex-start;
		flex-direction: column;
	}
	.latest-footer-bottom-middle-left-main {
		flex-direction: column;
		gap: 30px;
		justify-content: center;
	}
	.latest-footer-bottom-middle-left-top > div {
		flex-direction: row;
		gap: 8px;
		justify-content: center;
	}
	.latest-footer-bottom-middle-left-top .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: auto !important;
	}
	.latest-footer-bottom-middle-left-top h4 {
		margin: 0;
	}
	.latest-footer-bottom-middle-left-top ul.wp-block-social-links {
		margin: 0;
	}
	.latest-footer-copyright-left ul#menu-footer-links {
		column-gap: 24px;
		row-gap: 16px;
	}
    .ready-get-started-inner-right .magento-hero-gravity-form-title {
        text-align: center;
    }
    .content-fonts .magento-hero-gravity-form-title h3 {
        font-size: 32px;
    }
	.ready-form-contact-section div:first-child{
		flex-wrap: wrap;
		justify-content: center;
	}
	/* .latest-clients-images{
		display: flex;
	} */
}
@media screen and (max-width: 650px) {
	.latest-footer-bottom-middle-right img {
	  width: 90px !important;
	  height: 100px !important;
	  object-fit: contain !important;
	}
	.magento-services-section .impact-card {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.impact-card {
		flex: 0 100% !important;
	}
	form.rvs-contact-form.lead.conversion-cta .gform-body.gform_body .gfield--type-submit {
		justify-content:  center !important;
	  }
}
@media screen and (max-width: 480px) {
	.ready-form-body-bottom-single {
	  flex: 0 70%;
	}
	.latest-footer-bottom-middle-left-bottom figure.wp-block-image {
		width: 100px !important;
	}
}



/* footer end */

/* start single blog post */
.single-post .single-post-left-details{
	padding-top: 90px;
}
.single-post .single-post-left-details > a {
	font-size: 15px;
	color: #000;
}
.single-post .single-post-left-details .single-post-details {
	display: flex;
	padding: 0;
	list-style: none;
}
.single-post .single-post-left-details .single-post-details li:first-child {
	padding-left: 0;
	border-right: 1px solid #000;
}
.single-post .single-post-left-details .single-post-details li {
	padding-right: 20px;
	padding-left: 20px;
}
.single-post .single-post-right-details {
	padding-top: 90px;
}
.single-post .single-post-right-details img {
	width: 100%;
	object-fit: cover;
}
.single-post .subscribe-form {
	background-image: linear-gradient(to right, #f95486, #fffeff);
	padding: 32px 26px;
	width: 310px;
	margin-top: 1rem;
	margin-bottom: 24px;
}
.single-post .subscribe-form h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 20px;
}
section#blog-content .single-post-left-details {
	padding-top: 0px;
	position: sticky;
	top: 153px;
	max-height: 735px;
	overflow: auto;
	/* border-right: 1px solid #dcdcdc; */
}
.single-post-left-details #ez-toc-container {
	background: transparent;
	border: none;
	box-shadow: none;
}
.single-post-left-details nav {
	margin-top: 20px;
}
ul.ez-toc-list.ez-toc-list-level-1 {
	max-height: 50vh;
	overflow: scroll !important;
}
.single-blog-left-table-content div#ez-toc-container {
	border: none;
	background: none;
	padding: 0;
	box-shadow: none;
}
.single-blog-left-table-content p.ez-toc-title::after {
	position: absolute;
	content: "";
	width: 190px;
	height: 3px;
	left: 3px;
	right: auto;
	bottom: -10px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #EF295A 100%);
}
.single-blog-left-table-content div#ez-toc-container ul li {
	margin: 5px 0px;
	font-size: 16px;
}
.single-blog-left-table-content div#ez-toc-container a.ez-toc-link.active {
	font-weight: 600;
}
.single-blog-left-table-content div#ez-toc-container a.ez-toc-link {
	color: #232426;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	padding: 8px;
	font-weight: 400;
}
section.single-post p {
	font-size: 16px;
	line-height: 32px;
}
.single-post h2 {
	margin: 20px 0px 15px 0px;
}
.single-post h3 {
	margin: 20px 0px 10px 0px;
    font-weight: 600;
}
#blog-content .blog-right-content ul {
	padding-left: 25px;
}
.single-post .social-share.single-post-old {
	padding-bottom: 50px;
}
.single-post .social-share {
	padding-top: 35px;
}
section#blog-content .single-post-left-details .ez-toc-pull-right {
	display: none;
}
.single-post-left-details nav ul li {
	line-height: 40px !important;
	font-weight: 600;
}
.single-post-left-details nav ul li a {
	font-size: 15px;
	color: #000 !important;
}
.single-post-left-details .ez-toc-title {
	color: #000;
	font-weight: 600 !important;
}
#blog-content .blog-right-content ul li {
	list-style: none;
	padding-left: 25px;
	position: relative;
}
#blog-content .blog-right-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	background: url(/wp-content/uploads/2024/11/arrow-drop-right-line.png);
	width: 25px;
	height: 25px;
	top: 5px;
}
.internal-section-wrap .internal-section h5 {
	text-transform: capitalize;
}
.internal-section-wrap {
	padding: 80px 0;
}
.internal-section-wrap .internal-section h6 {
	line-height: 40px;
}
.magento-banner-with-img {
	background-image: url("/wp-content/uploads/2025/05/bg-right-gradient.png");
	background-repeat: no-repeat;
	background-color: #1a212a;
	padding-top: 80px;
	background-position: bottom right;
	background-size: inherit;
}
.table-list-left .single-post-left-details .table-list .ez-toc-toggle {
	display: none !important;
}
.table-list-left .single-post-left-details .table-list{
	max-height: 735px;
	overflow: auto;
	/* border-right: 1px solid #dcdcdc; */
}
.table-list-left .single-post-left-details {
	position: sticky !important;
	display: block;
	top: 145px;
}
#table-contents ul.list-in-tabs.blog-ul i, .second-info ul li i, ul.list-in-tabs i {
	padding-right: 1%;
}
.blog-archive-cat-sec-inner.border-t-solid {
	border-top: 1px solid #DCDCDC;
}
.blog-archive-cat-sec-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
    padding: 56px 0px;
}
.blog-archive-cat-single-head {
	position: relative;
	overflow: hidden;
}
.blog-archive-cat-single-head img {
	width: 100%;
	object-fit: cover;
	max-height: 310px;
}
.blog-archive-cat-single-head:not(:hover) .blog-archive-read-more-main {
	animation: slideDown 0.5s forwards;
}
.blog-archive-cat-single-head .blog-archive-read-more-main {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.blog-archive-cat-sec-head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-archive-cat-sec-head-top a.button {
    text-decoration: underline !important;
}
.blog-archive-cat-sec-head .blog-archive-cat-head-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.blog-archive-cat-sec-head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.blog-archive-cat-sec-head h3 {
	font-weight: 600;
}
.blog-archive-cat-body-inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 25px;
}
.blog-archive-cat-body-inner .blog-archive-cat-single-body h5 {
	font-weight: 500 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	min-height: 2.5em;
	margin: 0px;
	min-height: auto;
}
section.blog-archive-cat-sec.blog-latest-archive .blog-archive-cat-body-inner {
	flex-direction: row;
}
section.blog-archive-cat-sec.blog-latest-archive .blog-archive-cat-body-inner .owl-stage-outer .owl-stage {
	display: flex;
}
.blog-archive-cat-single {
	display: flex;
	gap: 24px;
	flex-direction: column;
	flex: 0 32%;
}
.blog-archive-cat-single-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.blog-archive-cat-single-body-date {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}
.blog-archive-cat-single-body-date .blog-archive-cat-single-body-date-first {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	display: flex;
	gap: 24px;
	align-items: center;
	flex-wrap: wrap;
}
.blog-archive-cat-main {
	border-radius: 4px;
	background: #DFE2E6;
	padding: 4px 8px;
}
.blog-archive-cat-single-body p {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 5.3em;
	color: #4F5256;
}
.blogs-content ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
ul.blog_all.blog-archive-new-hero-inner-body li.active.blog-archive-new-hero-inner-single a {
	background: #000;
}
.blogs-content ul li {
	border: 1px solid #000;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 110px;
	text-align: center;
}
.blogs-content ul li.active a {
	color: #fff;
}
.fetch-blogs.loader {
	position: relative;
}
.fetch-blogs.loader:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    top: 0;
    text-align: center;
	animation: rotate 2s linear infinite;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	left: 50%;
	width: auto !important;
	height: auto !important;
	background: none !important;
}
.blogs-content .view-all-testimonial {
	padding: 20px 0px;
}
.content-fonts .blogs-content a#load-more {
	border: none;
	background: none;
}
.view-all-testimonial .homepage-view-all-btn {
	font-size: 16px;
	line-height: 30px;
	border-radius: 52px;
	background: #ffffff;
	padding: 9px 75px 9px 25px;
	border: 1px solid #000000;
	position: relative;
	color: #000000;
}
.homepage-view-all-btn span::before {
	content: "\f0da";
	position: absolute;
	right: 12%;
	top: 10px;
	font-family: FontAwesome;
	z-index: 99;
	transition: 0.5s;
}
.view-all-testimonial .homepage-view-all-btn span::after {
	background: #000000;
}
.homepage-view-all-btn span::after {
	content: "";
	position: absolute;
	width: 12%;
	height: 2px;
	background: #1A212A;
	right: 14%;
	top: 24px;
	transition: 0.5s;
}
.blogs-heading {
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
.blogs-content .fetch-blogs .blogs-heading {
	padding: 20px 0;
	line-height: normal;
    font-weight: 500;
    font-size: 24px;
}
.single-post-left-details #ez-toc-container {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(252, 238, 242, 0.00) -32.81%, #FCEEF2 155.64%);
    padding: 40px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 90%;
}

.single-post-left-details #ez-toc-container ul li {
    margin: 5px 0px;
    font-size: 16px;
}

.single-post-left-details #ez-toc-container ul li a {
    color: #232426 !important;
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    padding: 8px;
	font-weight: 500;
}

.single-post-left-details #ez-toc-container p.ez-toc-title {
    font-weight: 500 !important;
    line-height: 34px !important;
    position: relative;
    font-size: 24px !important;
}

.single-post-left-details #ez-toc-container p.ez-toc-title:after {
    position: absolute;
    content: "";
    width: 190px;
    height: 3px;
    left: 3px;
    right: auto;
    bottom: -10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #EF295A 100%);
}
section.single-post .single-post-left-details{
    border-right:none;
}
section.single-post div#print_content {
    order: 2;
}
.social-share-inner-single.share-social-main h4 {
    font-weight: 500;
}
section.single-post div#print_content > h2.wp-block-heading {
    padding-bottom: 8px;
    margin: 36px 0px 20px 0px;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    color: #232426;
}

section.single-post div#print_content > h2.wp-block-heading:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    background: #f42e69;
    top: auto;
    left: 0px;
    z-index: 9;
    display: block;
    bottom: 0px;
}

section.single-post div#print_content > h3.wp-block-heading {
    font-size: 24px;
    line-height: 34px;
    padding-top: 0;
}
section.single-post div#print_content > h4.wp-block-heading {
    font-size: 20px;
    margin: 20px 0px 10px 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
	top: 69px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: #fff;
  }
  body:has(.rvs-header.sticky-header) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
	top: 67px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li.mega-fly-drop-title.mega-menu-item.fly-drop-title a {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #DDD;
    margin-bottom: 8px;
}
  .magento-faq-section .pwa-ecommece-faq .accordion-body a {
	text-decoration: underline !important;
  }
  .blog-right-content button.button-guide {
	border: none;
	color: #fff;
	background: #1a212a;
	font-size: 18px;
	text-align: center;
	padding: 5px 20px;
	border-radius: 10px;
  }
  
  .blog-right-content button.button-guide a {
	color: #fff;
  }
  .content-fonts section.latest-case-single-details-high.lighter-bg .latest-case-single-high-body a {
	text-decoration: underline !important;
  }
  
body.transparent-header header.latest-rvs-header ul.header-icons > li:hover {
	background:#1a212a;
}
body.transparent-header header.rvs-header.latest-rvs-header ul.header-icons li:hover span img {
    filter: invert(0);
}
body.white-header header.latest-rvs-header ul.header-icons > li:hover img {
    filter: invert(1);
}
body.white-header header.latest-rvs-header ul.header-icons > li:hover{
	background: #fff;
    border-color: transparent;
}
body.white-header.sticky-header-main ul.header-icons {
    filter: invert(1);
}
body.white-header.sticky-header-main ul.header-icons li#page_save.active {
    filter: invert(1);
}
body.white-header.sticky-header-main ul.header-icons li.saved-header-icon.active {
    filter: invert(1);
}

body.white-header.sticky-header-main ul.header-icons li.saved-header-icon.active span.saved-header-icon-qty {
    filter: invert(0);
}
body.white-header header.latest-rvs-header ul.header-icons > li.active:hover {
    background-color: var(--misc-pink);
}

body.white-header header.latest-rvs-header ul.header-icons > li.active:hover img {
    filter: invert(0);
}
body.white-header.sticky-header-main ul.header-icons span.saved-header-icon-qty {
    filter: invert(1);
}
body.transparent-header header.rvs-header.latest-rvs-header ul.header-icons li.saved-header-icon.active:hover {
    background: var(--misc-pink);
}
body.white-header.sticky-header-main .header-search-saved.footer-search-saved ul.header-icons {
    filter: invert(0);
}
.content-fonts .typo-new h5{
    font-size: 22px !important;
    line-height: 33px !important;
	font-weight: 500 !important;
}
.content-fonts .typo-new h6{
	font-size: 18px;
}
.typo-new.dark-bg {
    background-color: rgba(0, 27, 48, 1);
    color: #c1c0cd;
}
.new-typo-btn a {
    padding: 16px 42px;
    border-radius: 4px;
    opacity: 1;
    visibility: visible;
    animation: auto ease 0s 1 normal none running none;
    display: inline-flex;
	align-items:center;
	gap:4px;
}

.new-typo-btn.misc-pink a {
    background-color: #ef295a;
    color: #fff;
    border: 1px solid transparent;
}

.new-typo-btn.misc-pink a:hover {
    background-color: transparent;
    border: 1px solid#ef295a;
    color: #ef295a;
}
.new-typo-btn.misc-pink-trans a {
    background-color: transparent;
    color: #ef295a;
    border: 1px solid #ef295a;
}
.new-typo-btn.misc-pink-trans a:hover {
    background-color: #ef295a;
    border: 1px solid transparent;
    color: #fff;
}
.latest-blog-cta-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .latest-blog-cta-inner-right .right-arrow {
	display: none;
  }
  
  .latest-blog-cta-inner-left-info {
	display: flex;
	gap: 14px;
	flex-direction: column;
  }
  
  .latest-blog-cta-inner-right {
	width: 300px;
	flex: 0 30%;
	align-items: center;
	justify-content: center;
	display: flex;
  }
  
  .latest-blog-cta-inner-left-info h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
  }
  
  .latest-blog-cta-inner-left {
	flex: 0 65%;
  }
  
  .latest-blog-cta-inner-left-info .ready-form-section-single a.btn.button {
	background: var(--misc-pink);
	border: none;
	color: var(--white-color);
  }
  
  .latest-blog-cta-inner-left-info .ready-form-section-single a.btn.button img {
	filter: brightness(0) invert(1);
  }
  
  section .latest-blog-cta-inner-left-info p {
	font-size: 18px;
	line-height: 28px;
	color: var(--white-color);
  }
  
  .latest-blog-cta-inner-right img {
	padding: 0px !important;
  }
  .ready-form-section-single a.btn.button {
    padding: 10px 35px;
}
.latest-blog-cta-inner-left-info .ready-form-section-single p {
    display: none;
}
.touchnow {
	background-image: url(/wp-content/uploads/2025/04/touchnow.jpg) ;
	padding: 30px 30px 30px 70px;
	background-repeat: no-repeat;
	background-size: cover;
  }
  p.now {
	  max-width: 480px;
	  width: 100%;
	  font-size: 20px;
  }
  p.nowp {
	  font-size: 30px !important;
	  font-weight: 600;
	  line-height: 35px !important;
	  padding-bottom: 0px;
	  max-width: 55%;
	  width: 100%;
  }
  button.whiteBtn a {
	  color: white ;
	  text-decoration: none ;
  }
  button.whiteBtn {
	  height: 45px;
	  padding: 0 25px;
	  background: linear-gradient(90deg, #ed1e5c, #ff4a81);
	  color: #fff !important;
	  border: 0;
	  line-height: 34px;
	  border-radius: 25px;
	  font-size: 14px;
  }
  section.single-post div#print_content h2 ,section.single-post div#print_content h2 span ,div.tab-text-section h2 ,div.tab-text-section h2 span {
	font-size: 26px ;
	line-height: 40px ;
	color: #222020 !important;
}
section.single-post div#print_content h3 ,section.single-post div#print_content h3 span ,div.tab-text-section h3, div.tab-text-section h3 span {
	font-size: 22px ;
	line-height: 40px ;
	color: #222020 !important;
}
.content-fonts h2.bottom-shade-bg {
    font-size: 30px !important;
}

table.pros-cons {
	width: 75%;
	margin: 20px auto;
  }
  
  table.pros-cons tr th:nth-of-type(1) {
	padding-left: 30px;
  }
  
  table.pros-cons tr th {
	font-size: 22px;
	background-color: #0c273f;
	padding: 16px;
	color: #fff;
  }
  
  table.pros-cons tr:nth-child(even) {
	background-color: #f2f2f2;
  }
  
  table.pros-cons tr td:nth-of-type(1) {
	padding-left: 30px;
  }
  
  table.pros-cons tr td {
	padding: 16px;
  }

  header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child {
    background: #e6ebf2;
    padding-left: calc(100% - 1580px);
    display: flex;
    align-items: center;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest > ul.mega-sub-menu ul.mega-sub-menu {
    background: #141920;
    width: 100%;
    max-width: 100%;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child ul.mega-sub-menu {
    background: transparent;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest > ul.mega-sub-menu {
    padding-right: calc((100% - 1580px)/2);
    width: 100%;
    background: #141920;
    border-radius: 0px 0px 32px 32px;
    overflow: hidden;
	top:95px;
}

header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column {
    padding: 75px 0px;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:not(:first-child) > ul >li > a.mega-menu-link {
    border-bottom: 1px solid #fff;
    width: max-content;
    padding-bottom: 16px;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:nth-child(2) {
    padding-left: 35px;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child a.mega-menu-link {
    font-size: 66px;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-header-latest-resources.mega-menu-item ul.mega-sub-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
}
body.transparent-header .content-fonts .header-right-public-sector.white-button a.btn.button:hover img {
    filter: invert(1);
} 
body.white-header .header-right-public-sector.white-button a.btn.button img {
    filter: invert(1);
}
body.white-header .header-right-public-sector.white-button a.btn.button:hover img {
    filter: invert(0);
}
body.white-header .sticky-header .header-right-public-sector.white-button a.btn.button:hover img {
    filter: invert(1);
}
body.white-header .sticky-header .header-right-public-sector.white-button a.btn.button img {
    filter: invert(0);
}
body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-close_icon.mega-menu-item.close_icon a{
color: #1a212a !important;	
}
.gform_confirmation_wrapper.gravity-theme.get-a-quote-step-form .gform_confirmation_message {
    font-size: 32px;
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
}
body:has(.get-a-quote-step-form_wrapper) .innvo-impact-head {
    margin-top: 55px;
}
.header-search-field input:focus {
    border: none;
    outline: none;
}
body:has(.trp_language_switcher_shortcode) .header-right-buttons-section .header-right-buttons {
    flex-direction: row-reverse;
}
.latest-rvs-header.rvs-header .inner-header a.logo img {
    width: 80%;
}

main#global_mainContent.content-fonts .btn.button.case_cta_popup_btn:hover img {
    filter: invert(0);
}
.search-header-img img {
    width: 80%;
}
header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.platform-header-latest ul.mega-sub-menu {
    width: max-content;
}
div.get-a-quote-step-form_wrapper .gform-body.gform_body .gform_page:last-child .gfield_html.form-last-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    text-align: center;
}
footer.latest-rvs-footer p {
    font-size: 16px;
}
body.home .latest-blog-single-title a {
    font-size: 24px;
}
header.latest-rvs-header .mega-services-header-latest a[aria-expanded="true"] + .mega-sub-menu .mega-menu-row .mega-menu-column.mega-menu-columns-5-of-12 ul li a::before {
    content: '';
    position: absolute !important;
    left: 0%;
    background: #dadfec !important;
    border-radius: 50%;
    z-index: -1;
    transform: translateX(-75%);
    top: 70px !important;
    width: 703px !important;
    height: 705px !important;
    flex-shrink: 0;
}
header.latest-rvs-header .mega-services-header-latest a[aria-expanded="true"] + .mega-sub-menu .mega-menu-row .mega-menu-column.mega-menu-columns-5-of-12 ul li a{
    z-index: 9999;
}
body:has(header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on) {
	overflow: hidden;
}
div#cta_popup , div#saved_popup ,div#headerSearch , div#headerCall ,.service_popup.modal,div#testimonials_popup{
    padding-right: 0px !important;
}
.blogs-content .fetch-blogs .blogs-heading h5 {
    font-weight: 500 !important;
    margin: 0;
}
.modal-body-onLoad .article-exit-pop {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
}

.article-pop-bottom a.btn.button.btn-dark {
    background: var(--dark-color);
    color: #fff;
}

.article-pop-bottom a.btn.button.btn-dark:hover {
    color: var(--dark-color);
    background: transparent;
}

.art-pop-img img {
    max-height: 520px;
    object-fit: cover;
    height: 100%;
}

.modal-body-onLoad .article-exit-pop>div {
    flex: 0 50%;
}

.art-pop-img {
    height: 500px;
}

div#onLoadCta {
    z-index: 99999;
}

.contact-form-body .rvs-contact-form_wrapper {
    position: relative;
    z-index: 11;
}
.modal-body-onLoad .article-exit-pop .article-pop-top{
	 padding: 12px;
}

@media screen and (max-width: 1480px) {
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child{
		padding-left: calc((100% - 1320px)/2);
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child {
		width: 35%;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:nth-child(2) {
		padding-left: 15px;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column {
		padding: 35px 0px;
		width: 25%;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child a.mega-menu-link {
		font-size: 40px;
	}
}
@media screen and (max-width: 1380px) {
    .blog-archive-cat-single {
        flex: 0 31%;
    }
	.single-post .subscribe-form{
		width: 90%;
	}
	
}
@media screen and (max-width: 1365px) {
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child {
        padding-left: calc((100% - 1140px) / 2);
    }
	.latest-rvs-header.rvs-header .header-right-buttons {
		gap: 8px;
	}
	.latest-rvs-header.rvs-header ul.header-icons {
		gap: 10px;
	}
}
@media (max-width: 1200px) {
	.single-post .single-post-right-details {
	  padding-top: 0px !important;
	}
	.single-post .single-post-left-details {
		padding-top: 0px;
	}
	.single-post .single-post-left-details a.btn.align-items-center.radius-btn {
        margin-bottom: 4%;
    }
	section.single-post .row > div {
		width: 100%;
	}
	.single-post .subscribe-form {
		max-width: 330px;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:first-child {
        padding-left: calc((100% - 960px) / 2);
    }
}
@media screen and (max-width: 991px) {
	.blog-archive-cat-single-body p {
	  max-height: 5em;
	}
	.internal-section-wrap, .call-us-banner.progress-wrap {
		padding: 35px 0;
	}
	section .latest-blog-cta-inner-left-info p {
        font-size: 16px;
    }
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column,header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column:nth-child(2){
		padding: 0px ;
		border: none !important;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column{
		width: 100%;
	}
	/* header div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu a.mega-menu-link {
		padding-bottom: 0;
	} */
	.transparent-header header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 18px !important;
	}
	.search-header-img img.head-mob-img {
		display: block;
	}
	body.mega-menu-primary header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current_page_item>a.mega-menu-link {
		background: transparent !important;
		color: #ffffff !important;
		font-weight: 500;
	}
	footer.latest-rvs-footer h5{
		font-size: 18px !important;
	}
	body.home .latest-blog-single-title a {
		font-size: 18px;
	}
	/* header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.platform-header-latest ul.mega-sub-menu {
		width: 100%;
		margin-top: 30px;
	} */
	body.mega-menu-primary.mega-menu-primary-mobile-open #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-toggle-on > ul{
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 20px;
		padding-top: 20px;
        margin-top: 12px;
        width: 100% !important;
	}
	header.latest-rvs-header #mega-menu-wrap-primary #mega-menu-primary li.mega-services-header-latest.services-header-latest > ul.mega-sub-menu{
		border-radius: 0;
        margin-top: 11px;
	}
	.blogs-content .fetch-blogs .blogs-heading {
    font-size: 18px;
}
.blogs-content .fetch-blogs .blogs-heading h5 {
    font-size: 18px !important;
    line-height: normal !important;
}
.modal-body-onLoad .article-exit-pop {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.modal-body-onLoad .article-exit-pop .article-pop-info {
    padding: 32px;
}
}
@media (max-width: 767px) {
	.single-post .subscribe-form {
	  width: 100% !important;
	}
	.blog-archive-cat-sec-inner {
        padding: 24px 0px;
    }
	.blog-archive-cat-sec-head-top a.button {
        display: none;
    }
	.blog-archive-cat-body-inner {
        flex-direction: column;
    }
	.blog-archive-cat-single {
        flex-direction: row;
    }
	.blog-archive-cat-single-body {
        flex: 0 70%;
        gap: 4px;
    }
	.blog-archive-cat-single-body span.blog-archive-cat-main {
        display: none;
    }
	.blog-archive-cat-single-body p {
        display: none;
    }
	.internal-section-wrap .internal-section h5, .rvs-benefits.internal-section-wrap .internal-section h1 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	.blog-archive-cat-single-head {
        flex: 0 30%;
    }
	div#ez-toc-container {
		display: none;
	}
	.social-share-inner {
		justify-content: flex-start !important;
	}
	.single-post-left-details #ez-toc-container{
		max-width: 100%;
	}
	section.single-post div#print_content > h2.wp-block-heading {
		font-size: 24px !important;
		font-weight: 500;
	}
	section.single-post div#print_content > h3.wp-block-heading {
		font-size: 22px;
	}
	.latest-blog-cta-section {
        flex-direction: column-reverse;
        gap: 40px;
    }
  
      .latest-blog-cta-inner-left {
        width: 90%;
    }
      .latest-blog-cta-inner-left-info {
        align-items: center;
        text-align: center;
    }
	.touchnow {
		padding-left: 20px;
	}
	table.pros-cons {
		width: 95%;
	}
	.gform_confirmation_wrapper.gravity-theme.get-a-quote-step-form .gform_confirmation_message {
		font-size: 24px;
	}
	.latest-rvs-header.rvs-header .inner-header a.logo img {
		width: auto;
	}
}
/* end single blog post */


/* step form */
div.get-a-quote-step-form_wrapper div.gf_page_steps>div:before {
  background: #C2C7D0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  margin: 0 auto 8px;
  transition: all 0.6s ease;
  width: 20px;
  margin-bottom: 20px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps {
  border-bottom: none !important;
  display: grid;
  font-size: 12px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin: 60px auto !important;
  position: relative;
  text-align: center;
  width: 70%;
}

div.get-a-quote-step-form_wrapper div.gform_wrapper {
  margin: 0 auto;
}

div.get-a-quote-step-form_wrapper .gform-body.gform_body {
  background: #EBEDF0;
  padding: 60px 48px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps:before {
  border-bottom: 1px solid;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 10px;
  width: 72%;
  margin: 0 auto;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step.gf_step_active {
  color: var(--misc-pink);
  font-weight: 60;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step {
  position: relative;
  margin: 0;
  text-align: center;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step.gf_step_active:before {
  background: linear-gradient(36deg, #F9D5E0 0%, #EF295A 100%) !important;
  /* transform: scale(1.2); */
  outline: 6px double #ef295a;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step span.gf_step_number {
  background: none;
  color: inherit;
  border: none;
  height: auto;
  width: auto;
  line-height: 14px;
  margin-right: 4px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step span.gf_step_label {
  padding: 0;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step>span {
  display: inline !important;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .gfield_label.gform-field-label {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step-form-last-step .gfield_label.gform-field-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step1-type-web .ginput_container.ginput_container_radio div.gfield_radio {
  /* grid-column-gap: 20px;
  display: grid; */
  display: flex;
  gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container>div label h5 {
  font-weight: 500 !important;
  text-align: left;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step1-website .ginput_container.ginput_container_radio div.gfield_radio {
  /* grid-column-gap: 20px; */
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
  /* max-width: 500px; */
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step1-website .ginput_container.ginput_container_radio div.gfield_radio>div {
  flex: 0 auto;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step1-website .ginput_container.ginput_container_radio div.gfield_radio>div label {
  padding: 16px 22px;
  width: auto;
  max-width: fit-content;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label {
  text-align: center;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div {
  margin: 0 0 20px !important;
  flex: 0 26%;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div input {
  left: -99999px;
  position: absolute;
  visibility: hidden;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div label {
  /* background: hsla(0, 0%, 100%, 0.1); */
  align-items: flex-start;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  /* padding: 18px; */
  padding: 40px 32px;
  text-align: center;
  transition: all 0.6s ease;
  max-width: 100%;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div label p {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div label img {
  display: block;
  height: 56px;
  margin: 0 auto 10px;
  max-width: 100%;
  object-fit: contain;
  margin-left: 0px;
  margin-bottom: 44px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label input {
  color: var(--white-color);
  background: var(--dark-color);
  font-size: 18px;
  text-align: center;
  padding: 10px 40px;
  border-radius: 10px;
  border: 1px solid var(--dark-color);
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label input:hover {
  background: transparent;
  color: var(--dark-color);
  font-size: 18px;
  border: 1px solid var(--dark-color);
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label input:first-child {
  background: transparent;
  color: var(--dark-color);
  font-size: 18px;
  border: 1px solid var(--dark-color);
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label input:first-child:hover {
  color: var(--white-color);
  background: var(--dark-color);
  border: 1px solid var(--dark-color);
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step span.gf_step_number {
  display: none !important;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step_completed:after {
  width: 80%;
  height: 1px;
  content: "";
  background: #ef295a;
  position: absolute;
  top: 10px;
  left: 163px;
  right: auto;
}

/* 2 */
div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step2-web-url input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #cbcbcb !important;
  color: #000000 !important;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step2-sku div.gfield_radio {
  /* grid-column-gap: 20px;
  display: grid; */
  grid-template-columns: repeat(4, 1fr);
  display: flex;
  justify-content: center;
  gap: 20px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox>div input {
  left: -99999px;
  position: absolute;
  visibility: hidden;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox>div label {
  /* background: hsla(0, 0%, 100%, 0.1); */
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  /* padding: 18px; */
  text-align: left;
  transition: all 0.6s ease;
  align-items: flex-start;
  padding: 40px 32px;
  justify-content: flex-start;
  max-width: 100%;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox>div label img {
  margin-bottom: 60px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox>div label p {
  text-align: left;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox {
  /* grid-column-gap: 20px;
  display: grid; */
  grid-template-columns: repeat(2, 1fr);
  /* max-width: 500px; */
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox .gchoice{

} */
div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body div.gfield_description {
  font-size: 95%;
  opacity: 0.8;
  text-align: center;
  color: #1a212a;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step3-other-serv .ginput_container.ginput_container_checkbox div.gfield_checkbox {
  gap: 20px;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  justify-content: center;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .top_label .step2-web-url,
div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .top_label .step2-web-url.gfield_error {
  width: 40% !important;
  margin: 0 auto;
  text-align: center;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step1-website .ginput_container.ginput_container_checkbox div.gfield_checkbox .gchoice {
  flex: 0 30%;
}

/* 3 */

.latest-blog-title-img {
  display: flex;
  align-items: flex-start;
}

.latest-blog-title-img img {
  width: 30px !important;
  padding: 0px !important;
}

.latest-blog-cta.content-fonts.border-behind-cta {
  position: relative;
  text-align: center;
}

.latest-blog-cta.border-behind-cta .latest-blog-cta-inner-left {
  margin: 0 auto;
}

.latest-blog-cta.border-behind-cta .latest-blog-cta-inner-left .latest-blog-cta-inner-left-info {
  align-items: center;
}

.latest-blog-cta.border-behind-cta .latest-blog-cta-inner-left .latest-blog-cta-inner-left-info p {
  text-align: center;
}

.latest-blog-cta.border-behind-cta .latest-blog-cta-section {
  position: relative;
}

.latest-blog-cta.border-behind-cta .latest-blog-cta-section:before {
  border: 2px solid #ef295a;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 12px;
  left: -12px;
  z-index: -9;
}

.latest-client-review-video {
  display: flex;
}

.latest-client-review-video {
  width: 60%;
  margin: 0 auto;
}

/* 4 */
.get-a-quote-step-form_wrapper .get-a-quote-step-form input[type="checkbox"]:checked+label,
.get-a-quote-step-form_wrapper .get-a-quote-step-form input[type="radio"]:checked+label {
  border-color: var(--misc-pink) !important;
}

.get-a-quote-step-form_wrapper .get-a-quote-step-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #cbcbcb !important;
  color: #000 !important;
  background: #ffffff !important;
}

body .get-a-quote-step-form_wrapper .get-a-quote-step-form .top_label .ginput_container {
  border-bottom: 1px solid #cbcbcb !important;

}

body .get-a-quote-step-form_wrapper .get-a-quote-step-form .top_label .ginput_container_radio,
body .get-a-quote-step-form_wrapper .get-a-quote-step-form .top_label .ginput_container_checkbox,
body .get-a-quote-step-form_wrapper .get-a-quote-step-form .top_label .ginput_container_textarea {
  border-bottom: none !important;

}

body .get-a-quote-step-form_wrapper .get-a-quote-step-form .ginput_container:not(.contact-checkbox-select .ginput_container) {
  padding: 5px 0 0;
  margin-bottom: 10px;
}

/* div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox{
  max-width: 100%;
} */
div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step.gf_step_completed {
  color: var(--misc-pink);
  font-weight: 600;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step.gf_step_completed .gf_step_number:after,
div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step.gf_step_completed .gf_step_number:before {
  display: none;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps .gf_step.gf_step_completed:before {
  background: linear-gradient(36deg, #F9D5E0 0%, #EF295A 100%) !important;
  outline: 6px double #ef295a;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step4-agree .ginput_container.ginput_container_checkbox div.gfield_checkbox {
  width: 100% !important;
  max-width: 100%;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step4-agree .ginput_container.ginput_container_checkbox div.gfield_checkbox input {
  position: initial;
  visibility: visible;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step4-agree .ginput_container.ginput_container_checkbox div.gfield_checkbox label {
  background: none;
  padding: 0;
  display: inline;
  margin-left: 7px;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step4-agree .ginput_container.ginput_container_checkbox div.gfield_checkbox input:checked+label {
  color: var(--misc-pink);
  border: none;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .top_label .gfield_error {
  width: 100% !important;
}

div.get-a-quote-step-form_wrapper .gform-body.gform_body div.gform_page:last-child .gform_page_fields {
  width: 50%;
  margin: 0 auto;
}

div.get-a-quote-step-form_wrapper .gform-body.gform_body .gform_page:last-child .gfield_label.gform-field-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
}

section.latest-client-review .latest-client-review-video {
  flex-direction: column;
}

/* div#ez-toc-container ul li.active a {
  color:  var(--misc-pink) !important;
} */
div#ez-toc-container ul li.active>a:first-child {
  color: var(--misc-pink) !important;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .top_label .gfield_error .validation_message.gfield_validation_message {
  width: 80%;
  margin: 0 auto;
  color: red !important;
  background: #fff;
  border-radius: 10px;
  border-color: red;
}

div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .gfield_error label,
div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .gfield_error legend {
  color: inherit;
}

.gform_wrapper.gravity-theme.get-a-quote-step-form_wrapper .gform_validation_errors {
  width: 70%;
  margin: 0 auto;
  border-color: red !important;
  background-color: #fff;
}

.gform_wrapper.gravity-theme.get-a-quote-step-form_wrapper .gform_validation_errors h2 {
  color: red !important;
  text-align: center;
}
#onLoadCta .btn-close.onload-close-btn {
	position: absolute;
	top: 20px;
	right: 24px;
	font-size: 18px;
	z-index: 1;
	background-color: #ededed;
	padding: 10px;
	border-radius: 50px;
}
.modal-body-onLoad {
	display: flex;
}
.modal-body-onLoad > div {
	width: 50%;
}
.onLoad-inner-left {
	padding: 50px 45px;
	background-image: url(/wp-content/uploads/2025/04/RVS-Popup.png);
	background-repeat: no-repeat;
	background-color: #1a212a;
	background-size: cover;
}
.onLoad-inner-left-content {
	position: relative;
	display: flex;
	height: 100%;
}
.inner-left-section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	gap: 50px;
}
.onLoad-left-top {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.onLoad-left-clients-img {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 20px;
}
.onLoad-left-clients-img img {
	flex: 0 15%;
	width: 140px;
	height: 70px;
	object-fit: contain;
}
.onLoad-left-bottom-single {
	display: flex;
	gap: 35px;
	padding-bottom: 16px;
	align-items: center;
}
.onLoad-left-bottom-title {
	font-size: 35px;
	min-width: 91px;
}
.onLoad-left-bottom-desc {
	font-size: 13px;
	white-space: pre-line;
	line-height: 1.3846153846;
}
.onLoad-inner-right {
	padding: 40px 45px;
}
.onLoad-inner-right-content {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.onLoad-inner-right .gfield.tell-us-more-field.contact-form textarea.medium {
	height: 100px;
}
.onLoad-left-bottom-single:not(:first-child) {
	padding-top: 16px;
	border-top: 1px solid hsla(0, 0%, 100%, .15);
}
.onLoad-right-bottom .rvs-contact-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	color: inherit !important;
}
#onLoadCta .rvs-contact-form_wrapper .gform_footer.top_label{
	padding:0px;
  float: right;
}
@media screen and (max-width: 1440px) {
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div {
		flex: 0 31%;
	}
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step1-type-web .ginput_container.ginput_container_radio div.gfield_radio {
		flex-wrap: wrap;
	}
	
}
@media screen and (max-width: 1200px) {
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div {
		flex: 0 46%;
	}
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps {
		width: 100%;
	}
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form div.gf_page_steps:before {
		width: 67%;
	}
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step3-other-serv .ginput_container.ginput_container_checkbox div.gfield_checkbox .gchoice {
		flex: 0 40%;
	}
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step3-other-serv .ginput_container.ginput_container_checkbox div.gfield_checkbox {
		flex-wrap: wrap;
	}
	div.get-a-quote-step-form_wrapper .gform-body.gform_body div.gform_page:last-child .gform_page_fields {
		width: 80%;
		margin: 0 auto;
	}
	.onLoad-left-clients-img {
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 10px;
	}
	.onLoad-left-clients-img img {
		flex: 0 15%;
		width: 120px;
		height: 65px;
		object-fit: contain;
	}
	div#onLoadCta .modal-dialog {
		--bs-modal-width: 95% !important;
	}
}
@media screen and (max-width: 991px) {
	.modal-body-onLoad {
	  flex-direction: column-reverse;
	}
	.modal-body-onLoad > div {
		width: 100%;
	}
	.inner-left-section {
		gap: 65px;
	}
	.onLoad-left-top {
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div {
		flex: 0 80%;
	  }
	
	  div.get-a-quote-step-form_wrapper .gform-body.gform_body {
		padding: 60px 18px;
	  }
	
	  div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_checkbox div.gfield_checkbox {
		flex-wrap: wrap;
	  }
	
	  div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label input {
		padding: 0px 40px;
	  }
	
	  div.get-a-quote-step-form_wrapper .gform-body.gform_body div.gform_page:last-child .gform_page_fields {
		width: 100%;
	  }
	
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .top_label .step2-web-url,
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .top_label .step2-web-url.gfield_error {
		width: 95% !important;
	}
}
@media screen and (max-width: 480px) {
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step1-type-web .ginput_container.ginput_container_radio div.gfield_radio {
		grid-template-columns: repeat(2, 1fr);
	}
	
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step3-other-serv .ginput_container.ginput_container_checkbox div.gfield_checkbox {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px
	}
	div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .ginput_container.ginput_container_radio div.gfield_radio>div label {
		max-width: 100%;
	}
	
	  div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step4-agree .ginput_container.ginput_container_checkbox div.gfield_checkbox {
		grid-template-columns: auto;
	  }
	  div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform-body.gform_body .step2-sku .ginput_container.ginput_container_radio div.gfield_radio>div {
		flex: 0 90%;
	  }
	  div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	  }
	  div.get-a-quote-step-form_wrapper form.get-a-quote-step-form .gform_page_footer.top_label input {
		width: 40%;
	  }
	  .latest-rvs-header.rvs-header .inner-header a.logo img{
		max-width: 160px;
	  }
	.modal-body-onLoad .article-exit-pop .article-pop-info {
		padding: 22px;
	}
	.content-fonts .ecommerce-cta-sub-heading {
		margin-bottom: 12px;
	}
	.article-pop-bottom {
		margin-top: 16px;
	}
	.modal-body-onLoad .article-exit-pop .article-pop-top {
  		padding: 0;
	}
}

/* end step form */


/* start language search */
.trp-ls-shortcode-search {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.trp-ls-search {
	width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.trp-language-option {
	display: block;
	padding: 5px 10px;
}


/* Ensure search field is visible */
/* Prevent search field from disappearing */
.trp-language-switcher .trp-ls-shortcode-language {
	/* width: 100% !important; */
}
/* end language search */

main#global_mainContent.content-fonts .btn.button.btn-dark-btn {
    background: var(--dark-color);
    color: var(--white-color);
}
main#global_mainContent.content-fonts .btn.button.btn-dark-btn:hover {
    background: var(--white-color);
    color: var(--dark-color);
}
main#global_mainContent.content-fonts .btn.button:hover img {
    filter: invert(1);
}
main#global_mainContent.content-fonts .btn.button.btn-trans-btn {
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
}

main#global_mainContent.content-fonts .btn.button.btn-trans-btn:hover {
    color: var(--white-color);
	background: var(--dark-color);
}
body.home  main#global_mainContent.content-fonts h4.bottom-shade-bg {
font-family: "Neue-R-Italic" !important;
}
.blogs-content.article-list .fetch-blogs img {
    width: 100%;
    object-fit: cover;
    max-height: 280px;
}
main#global_mainContent.content-fonts .bg-dark .btn.button.btn-dark-btn {
	background: var(--white-color);
	color: var(--dark-color);
}
main#global_mainContent.content-fonts .bg-dark .btn.button.btn-dark-btn:hover {
	background: transparent;
	color: var(--white-color);
}

main#global_mainContent.content-fonts .bg-dark .btn.button.btn-trans-btn {
	border: 1px solid var(--white-color);
	color: var(--white-color);
}

main#global_mainContent.content-fonts .bg-dark .btn.button.btn-trans-btn:hover {
	color: var(--dark-color);
	background: var(--white-color);
}
main#global_mainContent.content-fonts .bg-dark .btn.button.btn-dark-btn img {
    filter: invert(1);
}
main#global_mainContent.content-fonts .bg-dark .btn.button.btn-trans-btn img {
    filter: invert(1);


}main#global_mainContent.content-fonts .bg-dark .btn.button.btn-dark-btn:hover img {
    filter: invert(0);
}
main#global_mainContent.content-fonts .bg-dark .btn.button.btn-trans-btn:hover img {
    filter: invert(0);
}


/* blog CTA */
.pdf-link-cta-main .cta-old-skool-inner-body-inner a {
	width: 100%;
}
.cta-other-blog-main .cta-other-blogs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 60px;
	background: #F5F6F7;
	padding: 16px 20px;
}
.e-book-cta-inner, .pdf-link-cta-main .cta-old-skool-inner-body-inner a h4 {
	margin-bottom: 0px !important;
}
.cta-other-blog-main .cta-other-blog-arrow {
	width: 30px;
	height: 30px;
	padding: 19px;
	border-radius: 50px;
	background: #1A212A;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-fonts .pdf-link-cta-main img {
	max-height: unset;
	max-width: unset;
	margin: 0px;
}
.before_red_border{
	border-top: 4px red solid;
}