#loader {
  
}
.whychoosecontent{
	min-width: 100%!important;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #FF5001;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

.ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 150px;
  height: 150px;
  background:transparent;
/*   border:3px solid #3c3c3c; */
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size: 18px;
  color: #FF5001;
  letter-spacing:4px;
  text-transform:uppercase;
/*   text-shadow: 0 0 10px #FF5001;
  box-shadow:0 0 20px rgba(0,0,0,.5); */
}
header ul.gva-nav-menu > li.current-menu-ancestor > a,header ul.gva-nav-menu > li.current_page_item > a,.submenus .elementskit-submenu-panel > li.current-menu-item > a{
	color: #FE5101!important;
	font-weight: 500;
}
header ul.gva-nav-menu > li > a ul.submenu-inner {
	padding: 10px 20px;
}
header ul.gva-nav-menu > li > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #FE5101;
    height: 3px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
	border-radius: 3px;
}
.nomenuitem > a{
	visibility: hidden!important;
}
header ul.gva-nav-menu > li.current-menu-ancestor a:before, header ul.gva-nav-menu > li.current_page_item a:before,header ul.gva-nav-menu > li.current-menu-ancestor:hover a:before, header ul.gva-nav-menu > li.current_page_item:hover a:before
 {
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    margin: auto;
}
ul.gva-nav-menu > li .submenu-inner li a, ul.gva-nav-menu > li ul.submenu-inner li a{
	color: #676767;
	font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #676767;
    margin: 0 20px;
    padding: 0;
/*     padding-bottom: 10px; */
    outline: none;
    box-shadow: none;
	padding: 5px 0;
    border-bottom: 3px solid transparent;
	margin: 0;
}
ul.gva-nav-menu > li ul.submenu-inner li > a:hover,header ul.gva-nav-menu > li:hover > a{
	color: #FE5101;
}
 ul.gva-nav-menu > li ul.submenu-inner li:hover > a{
	color: #FE5101!important;
}
ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner{
	border-radius: 20px;
}
ul.gva-nav-menu > li .submenu-inner li.current-menu-item > a, ul.gva-nav-menu > li ul.submenu-inner li.current-menu-item > a{
	color: #FE5101!important;
}
ul.gva-nav-menu li.active-parent > a{
	color: #FE5101!important;
}
.ring:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:105%;
  height:105%;
  border:3px solid transparent;
  border-top: 3px solid #FF5001;
  border-right: 3px solid #FF5001;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
.ring span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animatespan 2s linear infinite;
}
.ring span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background: #FF5001;
  top:-6px;
  right:-8px;
  box-shadow: 0 0 20px #FF5001;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animatespan
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media not all and (min-resolution: 0.001dpcm) {
      .elementor-invisible{
              visibility: visible;
      }
}

.return-top {
    border: 0;
    border-radius: 50%;
    background: transparent;
/* 	bottom: 10px; */
/* 	bottom: 80px; */
	bottom: 20px;
	right: 10px;
/* 	background-image: url(https://web.pinklemonadedigital.com/process-venue/wp-content/uploads/2024/02/returntotop.svg) !important; */
    background-repeat: no-repeat !important;
/*     background-size: contain !important; */
    background-color: transparent;
/* 	background-size: 20px !important; */
    background-position: center;
    border: none;
	width: 60px;
    height: 60px;
}
.return-top .withouthover{
	display: block;
	width: 60px;
    height: 60px;
}
.return-top .withhover{
	display: none;
	width: 60px;
    height: 60px;
}
.return-top:hover .withhover{
	display: block;
}
.return-top:hover .withouthover{
	display: none;
}
.chaticon{
	position: fixed;
    width: 60px;
    height: 60px;
/*     bottom: 120px;
    right: 15px; */
	bottom: 10px;
	right: 5px;
}
.chaticon .chaticonwithouthover{
	display: block;
}
.chaticon .chaticonwithhover{
	display: none;
}
.chaticon:hover .chaticonwithouthover{
	display: none;
}
.chaticon:hover .chaticonwithhover{
	display: block;
}
.return-top:hover {
    background-position: center !important;
}
.return-top i
 {
    font-size: 29px;
}
.return-top i.far.fa-arrow-alt-circle-up {
    color: #000;
	font-size: 0;
}

.return-top:hover {
    background-color: transparent !important;
}

.modal-backdrop.show{
	opacity: 0.7;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output{
	color: #FF5001;
	font-weight: 600;
	font-size: 15px;
	margin-left: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: #000;
    font-size: 18px;
}

iframe#myFrame-whatsapp {
    right: 15px !important;
	bottom: 60px !important;
}
/* Banner section */

.custom-slider .item {
}
.custom-slider h1, .custom-slider h2{
	font-family: Barlow!important;
	font-weight: 400;
	font-style: Regular;
	font-size: 66px;
	leading-trim: NONE;
	line-height: 1.1;
	letter-spacing: 0;
/* 	text-transform: capitalize; */
	color: #747474;
}
.custom-slider h1 span,.custom-slider h2 span{
	font-family: 'Monoton';
	font-weight: 400;
	font-style: Regular;
	font-size: 60px;
	leading-trim: NONE;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #FE5101;
	margin-bottom: 30px;
}
.custom-slider p{
	font-family: Barlow!important;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000000;
	margin-bottom: 40px;
}
.custom-slider .orangebtn,.orangebtn a,.loadmore{
	font-family: Barlow!important;
	font-weight: 600!important;
	font-style: SemiBold;
	font-size: 16px!important;
	leading-trim: NONE;
	line-height: 1.3!important;
	letter-spacing: 0%;
	position: relative!important;
	background: #FE5101!important;
	color: #fff!important;
	border-radius: 30px!important;
	padding: 12px 50px 12px 25px!important;
    display: inline-block!important;
	margin-bottom: 20px;
	border: 2px solid #FE5101!important;
	text-transform: capitalize !important;
    letter-spacing: 0 !important;
}
.custom-slider .orangebtn::after,.orangebtn a::after,.loadmore::after{
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	background: url('https://www.processvenue.com/wp-content/uploads/2025/07/btnarrow.svg');
	background-repeat: no-repeat;
	right: 20px;
    /* left: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
}
.loadmore{
	margin-bottom: 0;
}
.custom-slider .orangebtn:hover,.orangebtn a:hover,.loadmore:hover{
	background: #fff!important;
	color: #FE5101!important;
}
.custom-slider .orangebtn:hover::after,.orangebtn a:hover::after,.loadmore:hover::after{
	background: url('https://www.processvenue.com/wp-content/uploads/2025/07/btnarrow-orange.svg')!important;
}
.custom-slider .owl-dots{
	display: block!important;
	margin-top: 40px;
}
.custom-slider .owl-dots .owl-dot{
		width: 35px!important; height: 12px!important;
	border-radius: 30px;
	margin: 0 15px;
	background: #fff;
	border: 3px solid #C8C9D0;
}
.custom-slider .owl-dots .owl-dot.active,.custom-slider .owl-dots .owl-dot:hover{
	background: #FE5101;
	width: 35px!important; height: 12px!important;
	border: 3px solid #FE5101;
	transform: none!important;
}
.breadcrumbsection p,.breadcrumbsection p a{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #747474;
	display: flex;
    align-items: center;
    align-items: center;
}
.breadcrumbsection p a,.breadcrumbsection a{
	color: #FE5101;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #FE5101;
}
.breadcrumbsection a:hover{
	color: #747474;
}
.breadcrumbsection .elementor-widget-container{
	display: flex;
    align-items: center;
}
.breadcrumbsection img{
	margin: 0 10px;
}
.headerlogo{
	padding-left: 0;
}
.headerlogo .elementor-widget-image{
	text-align: left;
}
/* Trusted */
.trusted h2{
	font-weight: 400;
	font-size: 50px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.trusted .swiper-pagination{
	display: none;
}
/* Onekind */
.onekind h2{
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #000000;
}
.onekind h2 span{
	color: #FE5101;
}
.onekind p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	  width: 90%;
    margin: auto;
}
.kindlayout .elementor-image-box-img{
	width: 100%!important;
}
.kindlayout h3{
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #000;
}
.kindlayout p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	width: 100%;
}
.kindlayout .elementor-widget-container{
	border-right: 1px solid #D0D0D0;
    padding-right: 30px;
}
.lastkindlayout .elementor-widget-container{
	border-right: none;
    padding-right: 0px;
}
/* Tailored */
.tailoredbox .elementor-icon-box-wrapper{
	background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
	height: 310px;
}
.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title,.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	text-align: left;
	font-weight: 500;
	font-size: 34px;
	line-height: 1;
    letter-spacing: 0;
    color: #FE5101;
    margin-bottom: 30px;
	min-height: 72px;
}
.tailoredbox .elementor-icon-box-wrapper p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000000;
	text-align: left;
	width: 120%;
	min-height: 125px !important;
}
.tailoredbox .elementor-icon-box-content{
	padding: 0px 0px 25px 15px;
}
.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon svg{
/* 	width: 70px;
    height: auto; */
	width: 80px; height: 80px;
}
.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a{
	position: relative;
	transition: all 0.5s ease-in-out;
}
.title-desc{
	margin-bottom: 10px!important;
}
.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
	content: "";
	position: absolute;
	background: url('https://www.processvenue.com/wp-content/uploads/2025/07/arrw.svg');
	background-repeat: no-repeat;
	width: 25px;
	height: 40px;
	bottom: auto;
    right: 0;
    top: 208px;
}
.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a:hover::after{
	content: "";
	position: absolute;
	background: url('https://www.processvenue.com/wp-content/uploads/2025/07/arrw-1.svg');
	background-repeat: no-repeat;
	width: 25px;
	height: 40px;
	bottom: -180px;
    right: 0;
}
/* Why choose us */
.whychoosecontent .gsc-heading h2.title,.whychoosecontent .gsc-heading h2.title span{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	text-align: left;
	direction: ltr;
	margin-bottom: 15px!important;
}
.whychoosecontent .gsc-heading p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	text-align: left;
	 direction: ltr;             /* Keep text normal */
  text-align: left;
}
.chooseussection{
	overflow-y: scroll;
    height: 665px;
	direction: rtl;
}
#style-2::-webkit-scrollbar-track
{
/* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 5px;
	background-color: #FFEBE1;
}

#style-2::-webkit-scrollbar
{
	width: 5px;
	background-color: #FFEBE1;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	width: 5px;
/* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #FE5101;
}
/* Industries */
.industries-serve h2{
	font-weight: 300;
	font-size: 74.24px;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
}
.industries-serve h4{
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
}
.industries-serve p{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
}
.industriesleft{
	padding-left: 111px;
}
.industriesright{
	padding-right: 111px;
}
.service-carousel h5{
	font-weight: 550;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #FE5101;
	text-align: left;
/* 	margin-bottom:0; */
}
.service-carousel .owl-item{
	padding: 0 5px;
}
.service-carousel .imgcard{
	text-align: right;
	position: absolute;
	bottom: 30px;
    right: 30px;
}
.service-carousel .owl-item .item .card{
	background: lightgray;
	border-radius: 10px;
}
.service-carousel .owl-item.active .item .card{
	background: #fff;
	border-radius: 10px;
	opacity: 1;
}
.service-carousel{
	margin-top: 30px;
}
.service-carousel .card{
	border-radius: 10px;
	padding: 30px;
	height: 500px;
	position: relative;
/* 	align-items: end; */
/*     justify-content: space-between; */
}
.owl-carousel.service-carousel .owl-nav,.owl-carousel.testimonial-carousel .owl-nav,.owl-carousel.solutions-carousel .owl-nav{
	opacity: 1!important;
	    z-index: 999;
    position: relative;
	display: block!important;
}
.page-id-778 .owl-carousel.service-carousel .owl-nav{
	display: block!important;
}
.owl-carousel.service-carousel .owl-nav > div,.owl-carousel.testimonial-carousel .owl-nav > div,.owl-carousel.solutions-carousel .owl-nav > div,.owl-carousel.service-carousel .owl-nav > button,.owl-carousel.testimonial-carousel .owl-nav > button,.owl-carousel.solutions-carousel .owl-nav > button{
	top: -270px;
    bottom: auto;
    margin-top: 0px;
    z-index: 99;
    /* line-height: 48px; */
    text-align: center;
    width: 46px;
    height: 46px;
    background: transparent;
    border: none;
    /* -webkit-transition: all 0.35s; */
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #1b1f2e;
    -webkit-box-shadow: none;
    box-shadow: none;
	position: absolute;
}
.owl-carousel.testimonial-carousel .owl-nav > div,.owl-carousel.solutions-carousel .owl-nav > div,.owl-carousel.testimonial-carousel .owl-nav > button,.owl-carousel.solutions-carousel .owl-nav > button{
	top: -120px;
}
.owl-carousel.solutions-carousel .owl-nav > div,.owl-carousel.solutions-carousel .owl-nav > button{
	top: -261px;
}
.owl-carousel.service-carousel .owl-nav > div.owl-prev,.owl-carousel.testimonial-carousel .owl-nav > div.owl-prev,.owl-carousel.solutions-carousel .owl-nav > div.owl-prev,.owl-carousel.service-carousel .owl-nav > button.owl-prev,.owl-carousel.testimonial-carousel .owl-nav > button.owl-prev,.owl-carousel.solutions-carousel .owl-nav > button.owl-prev{
	left: 70px;
}
.owl-carousel.solutions-carousel .owl-nav > div.owl-prev,.owl-carousel.solutions-carousel .owl-nav > button.owl-prev{
	left: 140px;
}
.owl-carousel.service-carousel .owl-nav > div.owl-next,.owl-carousel.testimonial-carousel .owl-nav > div.owl-next,.owl-carousel.solutions-carousel .owl-nav > div.owl-next,.owl-carousel.service-carousel .owl-nav > button.owl-next,.owl-carousel.testimonial-carousel .owl-nav > button.owl-next,.owl-carousel.solutions-carousel .owl-nav > button.owl-next{
	right: 70px;
	transform: rotate(180deg);
}
.owl-carousel.solutions-carousel .owl-nav > div.owl-next,.owl-carousel.solutions-carousel .owl-nav > button.owl-next{
	right: 140px;
}
.owl-carousel.service-carousel .owl-nav > div.owl-prev:hover img,.owl-carousel.testimonial-carousel .owl-nav > div.owl-prev:hover img,.owl-carousel.solutions-carousel .owl-nav > div.owl-prev:hover img,.owl-carousel.service-carousel .owl-nav > button.owl-prev:hover img,.owl-carousel.testimonial-carousel .owl-nav > button.owl-prev:hover img,.owl-carousel.solutions-carousel .owl-nav > button.owl-prev:hover img{
	opacity: 0.7;
}
.owl-carousel.service-carousel .owl-nav > div.owl-next:hover img,.owl-carousel.testimonial-carousel .owl-nav > div.owl-next:hover img, .owl-carousel.solutions-carousel .owl-nav > div.owl-next:hover img,.owl-carousel.service-carousel .owl-nav > button.owl-next:hover img,.owl-carousel.testimonial-carousel .owl-nav > button.owl-next:hover img, .owl-carousel.solutions-carousel .owl-nav > button.owl-next:hover img{
	opacity: 0.7;
}
.service-carousel p{
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #3E3E3E;
	text-align: left;
	margin-bottom: 20px;
}
/* Testimonials */
.hearfromus h2{
	font-weight: 400;
	font-size: 50px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #000;
}
.owl-carousel.testimonial-carousel div.author{
	font-weight: 600;
	font-size: 22px;
	line-height:1.3;
	letter-spacing: 0;
	text-align: center;
	color: #FE5101;
}
.owl-carousel.testimonial-carousel p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.testimonial{
	width: 60%;
	margin: auto;
	margin-top: 20px;
}
.owl-carousel.testimonial-carousel div.position{
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #3E3E3E;
	margin: 20px 0;
}
/* How we started */
.getstarted p{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	width: 50%;
	margin: auto;
}
.kindlayout.startedlayout .elementor-widget-container{
	border-right: none;
	position: relative;
}
.kindlayout.startedlayout .elementor-widget-container::after{
	position: absolute;
	content: "";
	background: url('https://www.processvenue.com/wp-content/uploads/2025/07/arrows.svg');
	width: 65px;
    height: 84px;
    top: 60px;
    bottom: 0;
    right: -25px;
}
.kindlayout.startedlayout .elementor-widget-container h3{
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #FF5001;
}
.kindlayout.startedlayout .elementor-widget-container p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	width: 100%;
}
.laststarted .elementor-widget-container::after{
		display: none;
	}
/* Outsource */
.outsource h2{
	font-weight: 400;
	font-size: 45px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
}
.outsource h2 span{
	color: #FE5101;
}
.outsource p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
	margin: 15px 0;
}
.outsource h4{
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 20px;
}
/* FAQ */
.faq .e-n-accordion{
	width: 90%;
	margin: auto;
	
}
.faq .e-n-accordion-item-title{
	border: none;
	justify-content: space-between;
	padding: 30px 0px;
}
.faq .e-n-accordion-item{
	border-bottom: 1px solid #000;	
}
.faq .e-n-accordion-item-title .e-n-accordion-item-title-text{
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #353535;
	text-align: left;
}
.faq .faqcontent p,.faq .faqcontent ul,.faq .faqcontent ul li{
	font-weight: 400!important;
	font-size: 18px!important;
	line-height: 1.3!important;
	letter-spacing: 0!important;
	text-align: left!important;
	color: #000000!important;
}
.faq .faqcontent{
	padding: 0;
    margin-bottom: 40px;
    width: 90%;
	border: none;
}
.lastonekind img{
	width: 209px;
}
.kindlayout.startedlayout.faqs .elementor-widget-container::after{
	display: none!important;
}
.faq .e-closed svg{
	width: 38px!important; 
	height: 38px!important;
}
.kindlayout.layoutkind h3{
	min-height: 58px;
}
.faq .e-closed{
	align-items: center;
}
/* Hide extra items initially */
.faqs .hidden-item {
  display: none;
}

/* Show on read more click */
.faqs.show-all .hidden-item {
  display: block;
}

.read-more-button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  color: #000;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.show-more-container{
	text-align: center;
}
.fade-overlay {
  position: absolute;
  bottom: 120px; /* Adjust according to button position */
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.e-n-accordion-item.hidden-item .fade-overlay {
  opacity: 0;
  visibility: hidden;
}
.read-more-button::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background-color: #fe5101;
}
.getstarted.faq p{
	width: 80%;
    margin: auto;
}
.getstarted.faq p a{
	color: #FE5101!important;
}
.getstarted.faq p a:hover{
	color: #000!important;
}
.read-more-icon {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  color: #fe5101;
  transition: transform 0.3s ease;
}

.faqs.show-all + .show-more-container .read-more-icon {
  transform: rotate(180deg);
}
/* Form */
.formstarted h2{
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #FE5101;
}
.formstarted p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
}
.formstarted .wpcf7-form .row{
	align-items: center;
}
.formstarted .wpcf7-form input[type*="email"],.formstarted .wpcf7-form input[type*="text"],.formstarted .wpcf7-form input[type*="tel"]{
	border: 1px solid #949494;
	border-radius: 5px;
	background: #FFFFFF0D;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing:0;
	color: #6E6E6E;
	padding: 10px 20px;
    height: 48px;
}
.formstarted .wpcf7-form select{
	border: 1px solid #949494;
	border-radius: 5px;
	background: #FFFFFF0D;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing:0;
	color: #6E6E6E;
	padding: 10px 20px;
    height: 48px;
}
.formstarted .wpcf7-form textarea{
	border: 1px solid #949494;
	border-radius: 5px;
	background: #FFFFFF0D;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing:0;
	color: #6E6E6E;
	padding: 10px 20px;
	  
}
.formstarted input[type*="submit"]:not(.fa):not(.btn-theme),.joincontact input[type*="submit"]:not(.fa):not(.btn-theme){
	background: #FE5101;
	color: #fff;
	height: 48px; 
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	border-radius: 5px;
	border: 2px solid #FE5101;
	padding: 10px 40px;
    width: 100%;
	box-shadow: none!important;
	border-radius: 33px;
    text-transform: capitalize !important;
	background-image: url(https://www.processvenue.com/wp-content/uploads/2025/07/btnarrow.svg);
    background-repeat: no-repeat;
    background-position: right 80px center;
    background-size: 15px;
	  padding-left: 30px;
}
.formstarted input[type*="submit"]:not(.fa):not(.btn-theme):hover,.joincontact input[type*="submit"]:not(.fa):not(.btn-theme):hover{
	border: 2px solid #FE5101; 
	background: #fff;
	color: #FE5101;
	background-image: url(https://www.processvenue.com/wp-content/uploads/2025/07/btnarrow-orange.svg);
    background-repeat: no-repeat;
    background-position: right 80px center;
    background-size: 15px;
}
.formdetails .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
}
.rc-anchor-normal,.formdetails iframe,.formdetails .wpcf7-recaptcha iframe{
	width: 250px!important;
}
.formstarted .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}
.g-recaptcha {
  transform: scale(0.85);
  transform-origin: 0 0;
	width: 100%!important;
	display: block;
  height: 65px; /* Adjust as needed to prevent overflow */
}
/* Support */
.support h2{
	width: 80%;
	margin: auto;
}
.supportlayout h4{
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2E2E2E;
	text-align: center;
	position: relative;
}
.supportlayout h4::after{
	position: absolute;
	content: "";
	border-bottom: 3px solid #FE5101;
	width: 20px; 
	height: 3px;
    top: 50px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.supportlayout p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #000000;
	margin-top: 50px;
	width:100%;
	width: 80%;
    margin-bottom: 50px;
}
.supportlayout .milestone-number-inner,.supportlayout .milestone-number-inner span,.supportlayout h3{
	font-weight: 300;
	font-family: 'Barlow Condensed';
	font-size: 100px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	color: #FE5101;

}
.supportlayout .milestone-number-inner span,.supportlayout h3{
	text-shadow: 0px 4px 4px #0000001A;

}
.supportlayout .milestone-number-inner{
	display: none;
}
.supportlayout{
	border: 1px solid #FE5101;
	background: #fff;
	border-radius: 20px;
	padding: 30px 20px;
}
.kindlayout .supportlayout .elementor-widget-container{
	border: none;
	padding: 0;
}
.support .kindlayout{
	margin-top: 30px;
}
/* Resources */
.resources h2{
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #000;
}
.resources .blogs-carousel .card{
/* 	border: 2px solid #FE5101; */
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 20px;
/* 	background: #EAEAEA; */
	background: #fff;
	margin-bottom: 20px;
}
.resources .blogs-carousel .card img{
	border-radius: 20px;
}
.resources .blogs-carousel .card img.mainimgs{
	border-radius: 20px;
	height: 229px;
    object-fit: cover;
    object-position: top;
}
.resources .lastestblogs .card-content,.lastestblogs .card{
	background: #fff!important;
	padding: 0!important;
	border-radius: 0!important;
	margin-bottom: 0px!important;
/* 	padding-bottom: 20px!important; */
}
.resources .lastestblogs .card{
	padding: 20px 0!important;
}
.blogstest.resources{
	padding-bottom: 0!important;
}
.resources .blogs-carousel p{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #FE5101;
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 0;
	color: #000;
	text-transform: capitalize;
	min-height: 26px;
}
#tagfilte{
	font-family: Barlow;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	border: none!important;
	overflow: hidden!important;
}
#tagfilte {
    width: 280px;
    background: #fff;
    padding: 15px;
    font-family: Arial, sans-serif;
}

.category-filter h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

#tagfilte{
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 450px;
    overflow-y: auto;
    border-right:0;
	max-height: 450px;
    overflow-y: auto;
    border-right: 1px solid #ccc;
    overflow-y: scroll !important;
    width: 100%;
}

#categoryList li {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
}

#categoryList li:hover {
    background: #f5f5f5;
}

#categoryList li.active {
    background: #ff5a00;
    color: #fff;
}

/* Orange indicator bar */
#categoryList li.active::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #ff5a00;
}

/* Scrollbar styling */
#categoryList::-webkit-scrollbar {
    width: 4px;
}

#categoryList::-webkit-scrollbar-thumb {
    background: #ff5a00;
    border-radius: 10px;
}

.resources .blogs-carousel h4{
	font-family: Barlow;
	font-weight: 600;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	min-height: 60px;
    margin-bottom: 20px;
	margin-top: 0;
}
.resources .blogs-carousel p.content{
	font-family: Barlow;
	font-weight: 400;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #747474;
	min-height: 63px;
	margin-bottom: 20px;
}
.resources .blogs-carousel .meta span{
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
}
.resources .blogs-carousel .meta span img{
	border-radius: 0;
	padding-right: 10px;
	width: 28px;
    height: 20px;
}
.resources .blogs-carousel .meta{
	justify-content: space-between;
    display: flex;
    align-items: center;
}
.resources .blogs-carousel .meta a{
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #FE5101;
	display: inline-flex;
    align-items: center;
}
.resources .e-active{
	padding: 0!important;
}
.resources .blogs-carousel .meta a img{
	margin-left: 7px;
    width: 15px;
}
.resources{
	padding-bottom: 20px;
}
.resources .blogs-carousel .card-content{
	padding: 20px 15px;
/* 	background: #EAEAEA; */
	background: #fff;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	position: relative;
}
.resources .blogs-carousel .card-content .cattmin{
	position: absolute;
    top: -40px;
    flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
	align-items: center;
}
.resources .blogs-carousel .card-content .cattmin p{
	color: #fff;
	font-family: Barlow;
	font-weight: 600;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 0;
}
.resources .blogs-carousel .card-content .cattmin p span{
	color: #fff;
}
.resources .blogs-carousel .meta a:hover{
	color: #000;
}
.resources .blogs-carousel .owl-dots .owl-dot{
	background: #FE5101!important;
}
.resources .blogs-carousel .meta a:hover img{
	filter: brightness(0);
}
.time.cattmin .minread{
	align-items: center;
	flex: 0 0 40%;
}
.time.cattmin .cat{
	flex: 0 0 60%;
	border: 1px solid #FE5101;
    border-radius: 50px;
    text-align: center;
    padding: 1px;
}
.resources .resourcestabs button{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000!important;
	background: transparent!important;
	border: none!important;
    padding: 0;
    padding: 0 40px;
	position: relative;
}
.resources .resourcestabs button::after{
	content: "";
	position: absolute;
	border-right: 2px solid #FE5101 !important;
	width: 2px;
    height: 100%;
    right: -6px;
    left: 0;
    margin-left: auto;
    top: 0;
    bottom: 0;
}
.resources .resourcestabs button:nth-last-child(1)::after{
	display: none;
}
.resources .resourcestabs button[aria-selected=true]{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
	
}
.resources .resourcestabs button[aria-selected=false] span{
	border-bottom: 3px solid transparent!important;
	 padding-bottom: 5px;
}
.resources .resourcestabs button[aria-selected=true] span{
	border-bottom: 3px solid #FE5101!important;
	 padding-bottom: 5px;
	   
}
.resources .resourcestabs .e-n-tabs-heading{
	margin: 20px 0;
}
.resources .resourcestabs button:nth-last-child(1){
	border-right: none!important;
}
.kindlayout .elementor-image-box-img img{
	border-radius: 10px;
	height: 132px;
    object-fit: cover;
}
.read-more{
	font-family: Barlow;
	font-weight: 400;
	font-size: 16px;
	line-height:1.3;
	letter-spacing: 0;
	text-decoration: underline!important;
	color: #FE5101;
}
.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper{
	height: auto;
	min-height: 350px;
}
.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title,.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	    margin-bottom: 10px;
    min-height: 108px;
    display: flex;
    align-items: top;
}
.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
	top: 240px;
}
.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-top: 0!important;
}
.certifications-footer{
	text-align: left;
	padding-left: 20px;
}
.footer .elementor-social-icon svg{
	fill: #3e3e3e;
}
.footer .elementor-social-icon:hover svg{
	fill: #3e3e3e;
}
.lastonegrid .tailoredbox{
	grid-column: 2 / 3;
}
.financialout .kindlayout {
	  grid-column: 2 / span 3; /* Center starting from column 2 */

}
.industries-serve .industries h2{
	position: relative;
}
.industries-serve .industries h2:nth-child(1)::after{
	content: "";
    position: absolute;
    border-bottom: 1px solid #FE5101;
    width: 100%;
    left: 0;
    bottom: -12px;
    top: 0;
}
.getstarted p strong{
	margin: 10px 0;
    display: inline-block;
}
.animate {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
}

.animate:nth-child(2) {
  animation-delay: 0.5s;
}
.animate:nth-child(3) {
  animation-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.moreservice .service-carousel .card{
	height: 550px;
}
.datakind .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title,.datakind .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	min-height: 190px;
}
.resultdriven .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title, .resultdriven .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	min-height: 150px;
}
.resultdriven.datakind .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
 {
    top: 270px;
}
.datakind .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
 {
    top: 320px;
}
.moreservice .service-carousel h5{
	min-height: 63px;
}
/* .leftgrid{
	grid-column: 2 / 3;
}
.rightgrid{
	  grid-column: 3 / 4; 

} */
.topline .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title,.topline .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	min-height: 116px;
}
.topline .tailoredbox .elementor-icon-box-wrapper{
	height: 380px;
}
.topline .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
	top: 277px;
}
.service-carousel h5{
	min-height: 63px;
}
.onlythree .service-carousel .owl-item .item .card{
	height: 370px;
}
.chooseus{
	height: 670px;
}
.onlythree .service-carousel .owl-stage {
	display: flex;
    justify-content: center;
    width: 100% !important;
}
/* Solutions */
.owl-carousel.solutions-carousel .item {
	background: #FE510126;
	border-radius: 10px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.owl-carousel.solutions-carousel .item img {
	width: 100% !important;
    height: 227px;
    object-fit: cover;
}
.owl-carousel.solutions-carousel .item .cardcontent{
	padding: 25px;
}
.realtime {
	padding-top:0;
}
.owl-carousel.solutions-carousel .item h5 {
	font-family: Barlow;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #FE5101;
	margin-top: 0;
	min-height: 82px;
	margin-bottom: 10px;
}

.owl-carousel.solutions-carousel .item p {
	font-family: Barlow;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;	
	color: #000;
	min-height: 120px;
}

.owl-carousel.solutions-carousel .owl-stage {
	margin-left: 0 !important;
}
.owl-carousel.solutions-carousel .owl-nav{
/* 	opacity: 0!important;
	display: none; */
}
.realtime{
	padding-bottom: 60px;
}
.trusted .elementor-widget-image-carousel .swiper-slide{
	margin: 0 20px!important;
}
.trusted .elementor-widget-image-carousel .swiper-slide img{
/* 	width: 180px;
    height: auto; */
}
.allslider .service-carousel .owl-item .item .card{
	height: 350px;
}
.allslider .owl-carousel.service-carousel .owl-nav > div{
	top: -200px;
}
.discoverwide.topline .tailoredbox .elementor-icon-box-wrapper {
    height: 420px;
}
.discoverwide.topline .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
 {
    top: 315px;
}
.gridsectionmiddle .tailoredbox{
	width: 413px;
}
.gridsectionmiddle .tailoredbox.rightmargin{
	margin-right: auto;
}
.gridsectionmiddle .tailoredbox.leftmargin{
	margin-left: auto;
}
.tailoredbox.iconone .elementor-icon-box-wrapper .elementor-icon-box-icon svg{
	width: 100%;
}
.kindlayout.layoutkind.crmmange .lastonekind img
 {
    width: 231px;
}
.industriescrm .service-carousel .card{
	height: 300px;
}
.industriescrm .service-carousel .card h5{
	min-height: auto;
}
.callcenter{
	height:auto;
	overflow: hidden;
}
.callcenterindustry .service-carousel .card{
	height: 380px;
}
.callcenterindustry .owl-carousel.service-carousel .owl-nav > div,.callcenterindustry .owl-carousel.testimonial-carousel .owl-nav > div,.callcenterindustry .owl-carousel.solutions-carousel .owl-nav > div{
	top: -210px;
}
.calltabs .topline .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title,.calltabs .topline .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	min-height: 70px;
}
.calltabs .tailoredbox .elementor-icon-box-wrapper {
    height: 260px;
}
.calltabs .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after {
    top: 155px;
}
.calltabs .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title,.calltabs .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	min-height: 75px;
}
.calltabs .e-n-tabs-heading{
	width: 43%;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    padding: 6px 0;
    border: 1px solid #D9D9D9;
	margin-top: 20px;
}
.calltabs .e-n-tabs-heading button{
	font-family: Barlow;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000000;
	padding: 20px 30px;
    line-height: 1.3;
    height: 33px;
border-radius: 50px;
}
.calltabs.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{
	background-color: #fff;
}
.calltabs.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.calltabs.elementor-widget-n-tabs .e-n-tab-title:hover{
	background-color: #FE5101!important;
	color: #fff;
}
.chatsupport{
	display: block;
}
.chatsupport .content-inner{
	margin-bottom: 30px!important;
}
.recom{
	
}
.discoverwide.topline .datacleansing .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after {
    top: 245px;
}
.discoverwide.topline .datacleansing .tailoredbox .elementor-icon-box-wrapper {
    height: 350px;
}
.topline .datacleansing .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title, .topline .datacleansing .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	min-height: 96px;
}
.datacleansing-industries .service-carousel .card{
	height: 380px;
}
.datamining-industries .service-carousel .card{
	height: 420px;
}
.datamining-industries .owl-carousel.service-carousel .owl-nav > div.owl-prev,.datamining-industries .owl-carousel.service-carousel .owl-nav > div.owl-next{
	top: -230px;
}
.service-carousel .owl-item .item .card img{
	height: 60px!important;
}
.annotate.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title,.annotate.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
	min-height: 80px;
}
.annotate.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper{
	height: 370px;
    min-height: auto;
}
.annotate.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after {
    top: 270px;
}
.dataannote .service-carousel .card{
	height: 350px;
}
.dataannote .owl-carousel.service-carousel .owl-nav > div,.dataannote .owl-carousel.testimonial-carousel .owl-nav > div,.dataannote .owl-carousel.solutions-carousel .owl-nav > div{
	top: -200px;
}
.aimlcontent.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title, .aimlcontent.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a {
    min-height: 140px;
}
.aimlcontent.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper {
    height: 430px;
    min-height: auto;
}
.aimlcontent.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
 {
    top: 330px;
}
.aiprod .owl-carousel.solutions-carousel .item p{
	min-height: 188px;
}
/* Home */
.about h2{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 50px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #000;
}
.about p{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 15px;
}
.trio h2{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 50px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: left;
	color: #000;
}
.trio h2 span{
	color: #FE5101;
}
.trio p{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #000;
}
.wherewehelp .elementor-widget-n-tabs .e-n-tab-title{
	padding: 32px 50px;
    justify-content: space-between;
	background: #515151;
}
/* ODD tabs */
.wherewehelp .elementor-widget-n-tabs .e-n-tab-title:nth-child(odd) {
  background: #5D5C5C;
}

/* EVEN tabs */
.wherewehelp .elementor-widget-n-tabs .e-n-tab-title:nth-child(even) {
   background: #525151;
}

.wherewehelp .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text{
	font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: left;
	color: #FFFFFF;
}
.wherewehelp .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.wherewehelp .elementor-widget-n-tabs .e-n-tab-title:hover{
	background: #FE5101!important;
	background-color: #FE5101!important;
}
.wherewehelp .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{
	display: none;
}
.wherewehelp .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg{
	display: block;
}
.paddingzero{
	padding: 0;
}
.wherewehelp .elementor-widget-n-tabs .e-n-tabs-heading{
	--n-tabs-heading-width: 550px;
}
.wherewehelp .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{
	width: 50px; 
	height: 50px;
}
.width100 img{
	width: 100%;
}
.tabpadding{
	padding: 30px 30px 30px 30px;
}
.tabpadding svg{
	width: 38px!important;
	height: 32px!important;
}
.tabpadding .elementor-icon-list-item{
	margin-bottom: 15px;
}
.tabpadding span, .tabpadding p{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
}
.tabpadding span.elementor-icon-list-text{
	padding-left: 30px!important;
}
.paddingtopzero{
	padding-top: 0!important;
}
.paddingzero{
	height: 632px;
}
.homequality h2{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 50px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
}
.second{
	padding-top: 0;
}
.serviceslider .service-left{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #1B1B1B;
	margin-top: 10px;
}
.serviceslider h3{
	font-family: Barlow;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #FE5101;
}
.serviceslider ul li,.serviceslider p{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #666666;
	margin-bottom: 15px;
}
.serviceslider p{
	
}
.serviceslider .owl-item{
	padding-left: 5px;
	padding-right: 5px;
}
.owl-carousel.serviceslider .owl-dots .owl-dot{
	background: #FE5101;
}
.compliance h2,.howwestart h2{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 50px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
}
.compliance h2 span{
	color: #FE5101;
}
.compliance .swiper-slide-active img{
	background: linear-gradient(270deg, rgba(218, 218, 218, 0) 0%, #DADADA 65.54%);
}
.ctaone{
	padding: 0;
}
.ctaone h2{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 20px 80px;
}
.westart .iconwestart{
	position: relative;
}
.westart .iconwestart::after{
	position: absolute;
	content: "";
	background: url('https://www.processvenue.com/wp-content/uploads/2025/12/Group-10845.svg');
	width: 765px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
    bottom: 0;
    margin: auto;
    left: 97%;
    right: 0;
}
.westart h3{
	font-family: Barlow;
	font-weight: 600;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #FE5101;
	margin-top: 0;
	width: 80%;
}
.westart p{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	width: 80%;
}
.startcontent{
/* 	padding-left: 100px; */
	padding-left: 5px;
}
.measures {
	    background: linear-gradient(180deg, #FFCDC2 60%, rgba(255, 205, 194, 0) 100%)!important;
}
@media all and (max-width: 767px){
	.wherewehelp .elementor-widget-n-tabs .e-n-tab-title{
		padding: 15px 20px;
	}
	.wherewehelp .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text{
		font-size: 20px;
	}
	.wherewehelp .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
		width: 30px;
		height: 30px;
	}
	.tabpadding {
		padding: 20px 20px 20px 20px;
	}
	.paddingzero {
		height: auto;
	}
	.tabpadding span, .tabpadding p{
		font-size: 16px;
	}
	.whereheading{
		display: block;
		text-align: center;
	}
	.whereheading h2{
		font-size: 22px;
		padding: 15px 0;
	}
	.homequality h2,.about h2,.trio h2,.compliance h2,.howwestart h2{
		font-size: 30px;
	}
	.ctaone h2{
		padding: 10px 20px;
		font-size: 20px;
	}
	.startcontent{
		padding-left: 0px;
	}
	.westart h3,.westart p{
		width: 100%;
		text-align: center;
	}
	.westart h3{
		font-size: 20px;
	}
	.westart .iconwestart::after{
		display: none;
	}
}
/* Home */
/* Case studies */
.casestnext .elementor-counter-number-wrapper,.casestnext h2{
	font-family: Barlow;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.casestnext .elementor-counter-title,.casestnext .elementor-counter-title span,.casestnext p{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}
.casestudieslist .card{
	background: #FE5101;
	border-radius: 20px;
	border: 1px solid transparent;
	transition: all ease-in 0.3s;
	margin-bottom: 30px;
}
.casestudieslist .card:hover{
	background: #fff;
	border-radius: 20px;
	border: 1px solid #FE5101;
	box-shadow: 5px 4px 7.7px 0px #00000040;
}
.casestudieslist .mainimgs{
	border-radius: 20px;
}
.casestudieslist .card h4{
	font-family: Barlow;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	margin-top: 0;
	color: #fff;
	min-height: 104px;
}
.casestudieslist .card:hover h4, .casestudieslist .card:hover meta{
	color: #FE5101;
}
.casestudieslist .card .card-content{
	padding: 25px;
}
.casestudieslist .card .meta{
	font-family: Barlow;
	font-weight: 500;
	font-style: Medium;
	font-size: 17px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #fff;
	display: flex; 
	align-items: center;
	padding: 8px 20px;
	padding-left: 0;
    display: inline-flex;
	
	transition: all ease-in 0.5s;
}
.casestudieslist .card .meta img{
	padding-left: 8px;
}
.casestudieslist .card:hover .meta{
	background: #fe5101;
	border-radius: 50px; 
	padding-left: 20px;
}
@media all and (max-width: 767px){
	.casestudieslist .card h4{
		font-size: 18px;
		min-height: auto;
	}
	.casestudieslist .card .card-content {
		padding: 20px;
	}
	.casestnext .elementor-counter-number-wrapper, .casestnext h2{
		font-size: 28px;
	}
	.casestnext .elementor-counter-title, .casestnext .elementor-counter-title span, .casestnext p{
		font-size: 16px;
	}
	.casestnext .elementor-counter-number-wrapper, .casestnext h2{
		text-align: center;
	}
}
/* Case studies */
/* Contact us */
.contusbanner h1{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 69px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #747474;
}
.contusbanner h1 span{
	font-family: Monoton;
	font-weight: 400;
	font-style: Regular;
	font-size: 60px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #FE5101;
}
.contusbanner p,.contusbanner h1 p{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	width: 60%;
	display: block;
	margin-bottom: 50px;
	width: 100%;
}
.contactp{
	width: 60%;
}
.contusbanner,.cntctleft,.contusbanner .e-con-inner{
	padding-bottom: 0;
}
.contactform{
	background: #FFC2A6;
	border-radius: 20px;
	padding: 30px;
}
.contactform input[type="text"],.contactform input[type="email"],.contactform input[type="tel"],.contactform select{
	background: #FFFFFF;
	border-radius: 20px;
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #898989;
	width: 100%;
    height: 50px;
    padding: 10px 30px;
}
.contactform .wpcf7-spinner{
	position: absolute;
}
.second .resources .blogs-carousel .card-content,.second .resources .blogs-carousel .card{
	background: #EAEAEA;
}
#respond input[type="text"], #respond input[type="tel"], #respond input[type="password"], #respond input[type="email"], #respond textarea{
	background: #FFFFFF;
	border-radius: 20px;
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #898989;
	width: 100%;
    height: 50px;
    padding: 10px 30px;
	border: 1px solid #FE51014F!important;
	min-height: 50px;
}
.comment-form-cookies-consent label{
	font-size: 16px;
}
.contactform textarea{
	background: #FFFFFF;
	border-radius: 20px;
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #898989;
	width: 100%;
    height: 107px;
    padding: 10px 30px;
}
.contactform input[type*="submit"]:not(.fa):not(.btn-theme) {
    background: #FE5101;
    color: #fff;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    border-radius: 5px;
    border: 2px solid #FE5101;
    padding: 10px 40px;
    width: 100%;
    box-shadow: none !important;
    border-radius: 33px;
    text-transform: capitalize !important;
/*     background-image: url(https://www.processvenue.com/wp-content/uploads/2025/07/btnarrow.svg);
    background-repeat: no-repeat;
    background-position: right 80px center;
    background-size: 15px; */
/*     padding-left: 30px; */
}
.contactform .row{
	justify-content: center;
}
.contactform input[type*="submit"]:not(.fa):not(.btn-theme):hover
 {
    border: 2px solid #FE5101;
    background: #fff;
    color: #FE5101;
/*     background-image: url(https://www.processvenue.com/wp-content/uploads/2025/07/btnarrow-orange.svg);
    background-repeat: no-repeat;
    background-position: right 80px center;
    background-size: 15px; */
}
.contactform .wpcf7-not-valid-tip,.contactform .wpcf7 form.invalid .wpcf7-response-output{
	color: #fff;
}
.contactform .wpcf7 form .wpcf7-response-output{
	margin: 0;
}
.contactinfo h3,.contactinfo h3 span, .contactinfo h3 a,.contactinfo h3 a span{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
}
.contactinfo h3 strong{
	font-weight: 600;
	color:#FE5101;
}
.careers h2 span{
	color:#FE5101;
}
.contactinfo h3 a:hover,.contactinfo h3 a:hover span{
	color: #FE5101;
}
.borderright{
	position: relative;
	z-index: 9;
}
.borderright::after{
	position: absolute;
	content: "";
	width: 100%;
    height: 100%;
    border-right: 1px solid #000;
    left: 10px;
	z-index: -1;
}
.resources .blogs-carousel .card-content .cattmin p{
	min-height: auto;
}
.chaticon{
	display: none;
}
.contactbtn{
	text-align: center;
}
/* Blog Detail  */
.avatar{
	display: none;
}
.blog-single .post-meta{
	display: flex;
	justify-content: space-between;
}
.blog-single .author{
	font-family: Barlow;
	font-weight: 500;
	font-style: Medium;
	font-size: 17px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	display: flex;
    align-items: anchor-center;
    justify-content: space-between;
	text-transform: capitalize;
}
.blog-single .author img{
	padding-right: 10px;
}
.blog-single .post-share{
	display: flex;
    align-items: center;
}
.blog-single .post-share a{
	border: 1px solid #3E3E3E;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
	color: #3E3E3E;
}
.blog-single .post-share a:hover{
	color: #FE5101;
}
.blog-single .datet{
	display: flex;
    align-items: center;
}
.blog-single .datet span{
	display: flex;
}
.blog-single .datet span img{
	padding-right:10px;
}
.blog-single .minread,.blog-single .datet span{
	font-family: Barlow;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
}
.blog-single .post-hero img{
	border-radius: 20px;
}
.borderheight{
	height: 32px;
	background: #FE5101;
}
.post-content p,.post-content ul li,.post-content ol li{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	margin-bottom: 15px;
	margin-top: 15px;
}
.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{
	font-family: Barlow;
	font-weight: 600!important;
	font-style: SemiBold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	margin-bottom: 10px;
}
.toc h5{
	font-family: Barlow;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}
.toc ul{
	padding-left: 0;
	list-style: none;
}
.toc ul li,.toc ul li a{
	font-family: Barlow;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	margin-bottom: 10px;
}
.toc ul li a:hover{
	color: #FE5101;
}
.post-tags span a{
	border: 1px solid #6A6B6C;
    font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #6A6B6C;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 12px;
    display: inline-flex;
    margin-bottom: 10px;
}
.post-tags span a:hover{
	border: 1px solid #FE5101;
	color: #FE5101;
}
.logged-in-as,.comment-rating,#reply-title{
	display: none;
}
#comments textarea{
	display: flex!important;
	min-height: 43px!important;
    align-items: center!important;
    padding: 10px 20px !important;
    overflow: hidden!important;
    line-height: 1.3!important;
	background: transparent!important;
    border: 1px solid #FE51014F!important;
    border-radius: 50px!important;
	height: 43px!important;
}
#commentform #submit{
	font-family: Barlow !important;
    font-weight: 500 !important;
    font-style: SemiBold;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 1.3 !important;
    letter-spacing: 0%;
    position: relative !important;
    background: #FE5101 !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 5px 10px 5px 10px !important;
    display: inline-block !important;
    margin-bottom: 20px;
    border: 2px solid #FE5101 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
	box-shadow: none!important;
}
#commentform #submit:hover{
	background: #fff !important;
    color: #FE5101 !important;
}
#commentform #submit::after
 {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    background: url(https://www.processvenue.com/wp-content/uploads/2025/07/btnarrow.svg);
    background-repeat: no-repeat;
    right: 20px;
    /* left: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
}
.resources .blogs-carousel p.category{
	color: #FE5101;
	font-weight: 600;
}
.singleblog.faq h2{
	margin-bottom: 20px;
}
.singleblog.faq .e-n-accordion-item-title{
	display: flex;
}
.singleblog.faq summary::marker{
	display: none;
}
.singleblog.faq .faqcontent{
	padding: 0;
    margin-bottom: 40px;
   width: 90% !important;
    border: none;
    display: block;
}
.singleblog .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
    display: flex;
}
.singleblog .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened
 {
    display: none;
}
.singleblog .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
    display: none;
}
.singleblog .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex;
}
.singleblog .e-n-accordion-item-title-icon{
	display: flex;align-items: center;
}
.rblogtitle h2{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
}
.rblogtitle h2 span{
	color: #FE5101;
}
.relatedblogs{
	background: #F3F3F3;
}
.relatedblogs .blog-item{
	background: #FFFFFFCC;
	border-radius: 20px;
}
.relatedblogs .blog-item a img.blogmainimgs{
	width: 100%!important;
}
.relatedblogs .blog-item a:hover h4{
	color: #FE5101;
}
.relatedblogs .blog-item a:hover{
	color: #FE5101;
}
.relatedblogs .blog-item .blog-content{
	padding: 20px;
}
.relatedblogs .blog-item .blog-content h4{
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0%;
	color: #000;
	min-height: 78px;
}
.relatedblogs .blog-item .blog-content .meta,.relatedblogs .blog-item .blog-content .meta a , .relatedblogs .blog-item .blog-content .meta a span{
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.relatedblogs .blog-item .blog-content p:hover{
	color: #000;
}
.relatedblogs .blog-item .blog-content .meta a img{
	padding-right: 10px;
	padding-left: 10px;
}
.relatedblog-carousel .owl-nav{
	display: block!important;
	opacity: 1!important;
}
.relatedblog-carousel .owl-dots .owl-dot{
	background: #FE5101;
}
.relatedblog-carousel .owl-nav .owl-prev{
	left: 70px!important;
    border-radius: 50px;
}
.relatedblog-carousel .owl-nav .owl-next{
	right: 70px!important;
    border-radius: 50px;
	transform: rotate(180deg);
}
.owl-carousel.relatedblog-carousel .owl-nav > div:hover{
	background: transparent;
}
.blog-single .row.singleblog{
	align-items: center;
}
@media all and (max-width: 992px){
	.blog-single .post-meta {
		display: flex;
		justify-content: center;
		text-align: center;
		margin: auto;
		flex-wrap: wrap;
		margin: 20px auto;
	}
	.blog-single .author {
		display: flex;
		align-items: anchor-center;
		justify-content: center;
		text-transform: capitalize;
		margin-bottom: 20px;
	}
	.rblogtitle h2{
		margin-bottom: 40px;
		font-size: 32px;
	}
	.blog-single .datet span img {
		padding-right: 5px;
	}
	.relatedblog-carousel .owl-nav{
	display: none!important;
	opacity: 0!important;
}
}
/* Blog Detail */
@media all and (max-width: 767px){
	.contusbanner h1,.contusbanner h1 span{
		font-size: 36px;
	}
	.contusbanner,.contform{
		padding-left: 10px;
		padding-right: 10px;
	}
	.contusbanner h1 p{
		font-size: 18px;
		width: 100%;
	}
	.contactform{
		padding: 20px;
	}
	.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="tel"]{
		height: 50px;
		font-size: 16px;
	}
	.contactform textarea{
		font-size: 16px;
	}
	.borderright::after{
		border-right: 0;
		border-bottom: 1px solid #000;
		left: 0;
	}
	.contactinfo h3,.contactinfo h3 span, .contactinfo h3 a,.contactinfo h3 a span{
		font-size: 20px;
	}
	.contactinfo .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{
		margin: 20px 0;
	}
}
/* Contact us */
/* Popup */
.modal{
	z-index: 99999;
}
.modal .modal-content{
	padding: 20px;
}
.modal-header{
	padding: 0 20px 20px;
	border: none;
}
.modal-header h5{
	margin: 0;
	font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
}
.modal-header .close {
    padding: 0px 20px;
    margin: -1rem -1rem -1rem auto;
    display: flex;
    align-items: center;
    line-height: 0.5;
    width: 40px;
    height: 40px;
    justify-content: center;
	    background-color: #FE5101;
    border: 50px;
    -webkit-appearance: none;
    border-radius: 50px;
	    color: #fff;
    opacity: 1;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 20px;
	margin: 0;
}
.modal-header .close span{
	line-height: 0.5;
    height: 20px;
}
.privacy h3{
	font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
}
.privacy p,.privacy ol li,.privacy ul li,.privacy p,.privacy ol li,.privacy table,.privacy table tr td{
	font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 15px;
}
.privacy p a,.privacy a,.privacy ol li a{
	font-weight: 500;
}
.privacy p a:hover,.privacy p a:hover,.privacy a:hover,.privacy ol li a:hover{
		color: #FE5101;
}
/* Popup */
/* Career */
.joincontact .namesection{
	display: flex; 
	justify-content: space-between;
}
.joincontact input[type="text"],.joincontact input[type="tel"],.joincontact input[type="tel"],.joincontact input[type="email"],.joincontact select,.joincontact input[type="file"]{
	height: 60px; 
	background: #FFFFFF;
	border-radius: 10px;
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #898989;
	padding: 10px 20px;
	width: 100%;
/* 	margin-bottom: 20px; */
}
.joincontact select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://www.processvenue.com/wp-content/uploads/2026/01/Vector-90.svg);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 16px;
}
/* Wrapper */
.joincontact .wpcf7-form-control-wrap[data-name="resume"] {
  display: block;
  width: 100%;
}

/* File input base */
.joincontact .wpcf7-form input[type="file"] {
 	height: 60px; 
	background: #FFFFFF;
	border-radius: 10px;
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #898989;
	padding: 10px 20px;
	width: 100%;
}

/* Hide default file button (Chrome, Edge) */
.joincontact .wpcf7-form input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

/* Custom placeholder text */
.joincontact .wpcf7-form input[type="file"]::before {
  content: "Upload Resume";
  display: inline-block;
  color: #898989;
 	font-size: 18px;
    line-height: 1;
    pointer-events: none;
    margin-top: 11px;
}

/* When file is selected */
.joincontact .wpcf7-form input[type="file"]:valid::before {
  content: "Upload Resume";
  color: #898989;
}
.joincontact .wpcf7-form .wpcf7-form-control-wrap{
/* 	margin-bottom: 0; */
}
.joincontact .lastbtn{
	display: flex;
    justify-content: space-between;
	margin-top: -20px;
}
.joincontact .lastbtn input.cf7-reset{
	background: #EEEEEE;
	border-radius: 50px;
	font-family: Barlow;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	padding: 10px 20px;
	width: 100%;
	border: none;
	cursor: pointer;
}
.joincontact .lastbtn input.cf7-reset:hover{
	background: #FE5101;
	color: #fff;
}
.iti input, .iti input[type=text], .iti input[type=tel]{
	width: 100%!important;
	max-width: 100%!important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff!important;
    border-radius: 10px!important;
}
.iti{
	width: 100%;
}
.joinus h2, .joinus p,.joinus .joincontact{
	width: 80%;
	margin: auto;
}
.joincontact{
	margin-top: 30px!important;
}

@media all and (max-width: 767px){
	.joinus h2, .joinus p, .joinus .joincontact{
		width: 100%;
	}
	.joincontact .lastbtn{
		margin-top: 0;
	}
	.joincontact input[type*="submit"]:not(.fa):not(.btn-theme){
		background-position: right 30px center;
	}
}
/* Career */
/* News */
.newsgallerymodal .modal-header {
    padding: 0;
    border: 0;
}

.newsgallerymodal .modal-header button.close {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 40px;
    font-weight: 100;
    padding: 0;
    margin: 0;
    background: #FF5001;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1;
    padding-bottom: 6px;
	text-shadow: none;
}

.newsgallerymodal .modal-body {
    padding: 0;
    
}

.newsgallerymodal .modal-dialog {
    /* height: 85vh; */
/* 	height: 90vh; */
/* 	overflow-y: auto; */
}

.newsgallerymodal .modal-dialog .modal-content{
	background: transparent;
    border: 0;
    text-align: center;
}

.newsgallerymodal .modal-dialog .item {}

.newsgallerymodal .modal-dialog .item .imagediv {
/*     height: 90vh;
    overflow-y: auto; */
}

.newsgallerymodal .modal-dialog .item .imagediv img{
	max-width: 100%;
/*     height: 500px;
    cursor: zoom-in; */
    transition: all 0.5s ease;
}

.newsgallerymodal .modal-dialog .item .imagediv img.fullwidth {
    height: auto;
}

/* .owl-stage-outer.owl-height {
    height: auto !important;
} */

.newsgalleryslider .owl-stage-outer.autoheight,
.newsgalleryslider .owl-stage-outer{
    height: auto !important;
}

.newsgalleryslider .owl-stage-outer .owl-item {
    height: 100%;
}

.newsgalleryslider .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

.newsgallerymodal .modal-dialog .item .imagediv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.newsgallerymodal .modal-dialog .item .imagediv::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.newsgallerymodal .modal-dialog .item .imagediv::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #FF5B11;
}

.newsgallerymodal .modal-dialog .item .imagediv img {
    /* width: 100% !important; */
    /* height: 100% !important; */
}

.newsgalleryslider.owl-carousel {}

.newsgalleryslider.owl-carousel .owl-nav {
    opacity: 1;
}

.newsgalleryslider.owl-carousel .owl-nav > div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
/*     background-image: url(https://web.pinklemonadedigital.com/process-venue/wp-content/uploads/2024/01/pvarrow.svg); */
    background-size: contain;
    background-color: #FF5001;
    background-repeat: no-repeat;
}

.newsgalleryslider.owl-carousel .owl-nav > div.owl-next {
    transform: rotate(180deg);
}

.newsgalleryslider.owl-carousel .owl-nav > div.disabled {
    opacity: 0.5;
}
@media all and (max-width: 767px){
	.newsgalleryslider.owl-carousel{
		padding: 0 30px;
	}
	
	.newsgalleryslider.owl-carousel .owl-nav > div{
		width: 25px;
		height: 25px;
	}
	
	.newsgallerymodal .modal-dialog .item .imagediv img {
		height: auto;
	}

	.newsgalleryslider .owl-stage-outer .owl-item {
		padding: 0;
	}
	
	.newsgallerymodal .modal-body{
		padding: 20px 0;
	}
	
	.newsgalleryslider.owl-carousel .owl-nav > div.owl-prev {
		left: 10px;
	}

	.newsgalleryslider.owl-carousel .owl-nav > div.owl-next {
		right: 10px;
	}
	
	.newsgallerymodal .modal-dialog .item .imagediv{
		height: auto;
	}
	
	.newsgallerymodal .modal-header button.close{
		right: 0px;
    	top: 0px;
		width: 30px;
		height: 30px;
	}
}
/* News */
.container{
	max-width: 1300px;
}
.resources .blogs-carousel .card-content .cattmin p.tag{
	font-size: 11px;
	padding: 4px 5px;
}
.resources .blogs-carousel .card-content .cattmin .minread p{
	font-size: 11px;
	padding: 4px 5px;
}
.teamtest .owl-carousel.testimonial-carousel .owl-nav > div,.teamtest .owl-carousel.solutions-carousel .owl-nav > div{
	top: -260px;
}
@media all and (min-width: 1600px){
	.owl-carousel.solutions-carousel .item p{
		min-height: 94px;
	}
	.owl-carousel.solutions-carousel .owl-nav > div.owl-prev
	 {
		left: 240px;
	}
	.owl-carousel.solutions-carousel .owl-nav > div.owl-next
	 {
		right: 240px;
	}
	.kindlayout.layoutkind.crmmange{
		width: 80%!important;
    	margin: auto!important;
	}
	.chooseussection.crmmanage{
		height: 780px;
	}
	
}
@media all and (min-width: 1501px) and (max-width: 1599px){
	.kindlayout.layoutkind.crmmange{
		width: 80%!important;
    	margin: auto!important;
	}
	.chooseussection.crmmanage{
		height: 780px;
	}
	.headingmore .owl-carousel.solutions-carousel .item h5{
		min-height: 108px;
	}
}
@media all and (min-width: 1381px) and (max-width: 1500px){
	.owl-carousel.solutions-carousel .item h5{
		font-size: 34px; 
		min-height: 82px;
	}
	.owl-carousel.solutions-carousel .item p{
		    min-height: 117px;
	}
	.kindlayout.layoutkind.crmmange{
		width: 80%!important;
    	margin: auto!important;
	}
	.chooseussection.crmmanage{
		height: 780px;
	}
	.headingmore .owl-carousel.solutions-carousel .item h5{
		min-height: 108px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1380px){
	.owl-carousel.solutions-carousel .item h5{
		font-size: 34px; 
		min-height: 82px;
	}
	.owl-carousel.solutions-carousel .item p{
		    min-height: 117px;
	}
	.kindlayout.layoutkind.crmmange{
		width: 80%!important;
    	margin: auto!important;
	}
	.chooseussection.crmmanage{
		height: 780px;
	}
	.headingmore .owl-carousel.solutions-carousel .item h5{
		min-height: 108px;
	}
	.industriesleft {
		padding-left: 50px;
	}
	.e-con.e-flex>.e-con-inner,.container{
		max-width: 1180px;
	}
	h2{
		font-size: 44px!important;
	}
	.ctaone h2{
		padding: 20px 30px;
		font-size: 22px!important;
	}
	.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
		font-size: 22px!important;
	}
	
}
@media all and (min-width: 1026px) and (max-width: 1199px){
	.industriesleft {
		padding-left: 50px;
	}
	.e-con.e-flex>.e-con-inner,.container{
		max-width: 1010px;
	}
	h2{
		font-size: 42px!important;
	}
	.slide-content h3{
		font-size: 22px;
	}
	.slide-content ul li, .slide-img p{
		font-size: 16px;
	}
	.slide-number{
		width: 100px!important;
	}
	.service-carousel .card{
		height: 350px;
	}
	.ctaone h2{
		padding: 15px 30px;
		font-size: 22px!important;
	}
	.contactbtn a{
		padding: 10px 15px;
	}
	.custom-slider h1, .custom-slider h2{
		font-size: 54px;
	}
	.wherewehelp .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text{
		font-size: 26px;
	}
	.tabpadding {
		padding: 20px 20px 20px 20px;
	}
	.wherewehelp .elementor-widget-n-tabs .e-n-tabs-heading {
		--n-tabs-heading-width: 500px;
	}
	.wherewehelp .elementor-widget-n-tabs .e-n-tab-title{
		padding: 34px 50px;
	}
	.outsource h2{
		font-size: 40px!important;
	}
	.westart{
		height: 400px;
	}
	.westart h3{
		font-size: 20px;
	}
	.vertical-frame .swiper-slide{
		height: 450px!important;
	}
	.owl-carousel.service-carousel .owl-nav, .owl-carousel.testimonial-carousel .owl-nav, .owl-carousel.solutions-carousel .owl-nav{
		display: none;
	}
	.owl-carousel.service-carousel .owl-dots, .owl-carousel.testimonial-carousel .owl-dots, .owl-carousel.solutions-carousel .owl-dots{
		display: block!important;
	}
	.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
		font-size: 22px!important;
	}
	.second .resources .blogs-carousel h4{
		font-size: 16px;
		min-height: 85px;
		margin-bottom: 10px;
	}
	.latestblogs h2{
		font-size: 30px!important;
	}
	.second .resources .blogs-carousel p{
		line-height: 1.3!important;
		font-size: 13px;
		align-items: baseline;
		display: flex;
		min-height: auto;
	}
	.category-select option{
		padding: 10px;
	}
	#tagfilte{
		font-size: 16px;
		max-height: 280px;
	}
	.second .resources .blogs-carousel .card-content{
		padding: 20px 10px;
	}
	.second .resources .blogs-carousel .card .imgwrap > img{
		width: 224px;
		height: 151px;
	}
	.second .resources .blogs-carousel .meta span
	 {
		font-weight: 500;
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0;
		color: #000;
		display: flex;
		align-items: anchor-center;
	}
	.second .time .minread img {
		width: 15px !important;
		height: 15px !important;
	}
	.second .resources .blogs-carousel .card-content .cattmin p{
		font-size: 10px;
	}
	.second .tag{
		text-align: center;
		margin: auto;
		justify-content: center;
		padding: 4px;
	}
	.second .resources .blogs-carousel p.content{
		min-height: 55px;
	}
	.third .resources .blogs-carousel h4{
		    margin-bottom: 20px; 
		font-size: 16px;
		min-height: auto;
	}
	.third .blogs-carousel .meta span
	 {
		font-weight: 500;
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0;
		color: #000;
		display: flex;
		align-items: center;
	}
	.third .resources .blogs-carousel .meta a{
		font-size: 13px;
	}
	.formstarted input[type*="submit"]:not(.fa):not(.btn-theme){
		background-position: right 50px center; 
		width: 90%;
	}
	.submitfcta{
		text-align: right;
	}
}
.second .imgwrap {
  position: relative;
}

.imgwrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
	border-radius: 20px;
}
.outsource{
	background-position: right;
}
@media all and (max-width: 1370px){
	header ul.gva-nav-menu > li > a{
		margin: 0 10px;
	}
	.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title, .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
		font-size: 28px;
	}
	.tailoredbox .elementor-icon-box-wrapper{
		padding: 20px 20px;
	}
	.tailoredbox .elementor-icon-box-content {
		padding: 0px 0px 15px 0;
	}
	.service-carousel .owl-item{
/* 		width: 100%!important; */
	}
	.what-drive{
		padding: 20px 40px;
	}
	.compliance{
		padding: 20px 30px;
	}
	.compliance h2, .howwestart h2{
		font-size: 44px;
	}
}
@media all and (max-width: 1025px){
	
	.common-paddingtop {
    	padding-top: 20px;
	}
	.kindlayout h3{
		font-size: 16px;
	}
	.common-padding{
		padding-left: 30px;
		padding-right: 30px;
	}
	.custom-slider h1 span, .custom-slider h2 span{
		font-size: 36px;
		line-height: 1.3;
	}
	header ul.gva-nav-menu > li > a{
		margin: 0 10px;
	}
	.custom-slider{
		padding-left: 5px;
		padding-right: 5px;
	}
	.custom-slider h1, .custom-slider h2{
		font-size: 36px;
		line-height: 1.3;
	}
	.custom-slider p{
		font-size: 16px;
	}
	.custom-slider .owl-dots {
		display: block !important;
		margin-top: 40px;
	}
	.trusted .swiper-pagination{
		display: block;
		margin-top: 150px;
		bottom: -20px!important;
	}
	.trusted .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		background: #fff!important;
	}
	.trusted h2{
		font-size: 28px;
	}
	.onekind h2{
		font-size: 28px;
	}
	.onekind p{
		font-size: 14px;
		width: 100%;
	}
	.kindlayout .elementor-widget-container{
		border-right: none;
		border-bottom: 1px solid #D0D0D0;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.lastkindlayout .elementor-widget-container{
		border-bottom: 1px solid #D0D0D0;
		padding-bottom: 0px;
	}
	.tailoredbox .elementor-icon-box-wrapper{
		padding: 20px;
		height: 310px;
	}
	.tailoredbox .elementor-icon-box-content{
		padding: 0 0 20px;
		min-height: auto;
	}
	.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title, .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
		font-size: 26px;
		margin-bottom: 10px;
			min-height: auto !important;
	}
	.tailoredbox .elementor-icon-box-wrapper p{
		font-size: 16px;
		width: 90%;
		min-height: auto !important;
	}
	.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
		right: 0;
        top: auto;
        bottom: -180px;
	}
	.chooseussection{
		overflow-y: scroll;
		height: 380px;
		--e-con-grid-template-rows: repeat(1, 1fr)!important;
	}
	.sectiongrid{
		--e-con-grid-template-rows: repeat(1, 1fr)!important;
	}
	.whychoosecontent,.whychoosecontent .elementor-widget-container{
		height: 100%!important;
	}
	.whychoosecontent .title-desc{
		margin-bottom: 5px!important;
	}
	.industries-serve h2{
		font-size: 36px;
	}
	.industriesleft{
		padding-left: 0;
	}
	.industriesright{
		padding-right: 0;
	}
	.owl-carousel.service-carousel .owl-nav{
		display: none;
	}
	.owl-carousel.service-carousel .owl-dots .owl-dot,.owl-carousel.testimonial-carousel .owl-dots .owl-dot,.owl-carousel.solutions-carousel .owl-dots .owl-dot{
		background: #fff;
		margin-top: 30px;
	}
	.owl-carousel.testimonial-carousel .owl-dots .owl-dot,.owl-carousel.solutions-carousel .owl-dots .owl-dot{
		background: #FE5101;
	}
	.hearfromus h2{
		font-size: 28px;
	}
	.testimonial{
		width: 100%;
	}
	.owl-carousel.testimonial-carousel div.position{
		margin: 10px 0;
		font-size: 18px;
	}
	.owl-carousel.testimonial-carousel div.author{
		font-size: 20px;
	}
	.kindlayout.startedlayout .elementor-widget-container {
        border-right: none;
        border-bottom: none;
        padding-right: 0px;
        padding-bottom: 30%;
    }
	.kindlayout.startedlayout .elementor-widget-container::after{
		position: absolute;
		content: "";
		background: url('https://www.processvenue.com/wp-content/uploads/2025/07/arrows.svg');
		width: 65px;
		height: 84px;
		top: 80%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
		display: none;
	}
	.outsource h2,.resources h2{
		font-size: 30px;
	}
	.outsource p{
		margin: 5px 0;
	}
	.outsource h4{
		font-size: 18px;
	}
	.outsource{
		background-position: right!important;
	}
	.faq .e-n-accordion {
		width: 100%;
		margin: auto;
	}
	.faq .e-n-accordion-item-title{
		padding: 20px 0;
	}
	.faq .e-n-accordion-item-title .e-n-accordion-item-title-text{
		font-size: 20px;
	}
	.kindlayout.startedlayout.faqs .elementor-widget-container{
		padding-bottom: 0;
	}
	.faq .e-closed svg,.faq .e-opened svg
	 {
		width: 20px !important;
		height: 20px !important;
	}
	.support h2{
		width: 100%;
	}
	.supportlayout{
		padding: 10px;
	}
	.supportlayout h3{
		font-size: 46px;
	}
	.supportlayout h4{
		font-size: 18px;
	}
	.supportlayout p{
		width: 100%;
		margin-bottom: 30px;
	}
	.resources .resourcestabs button{
/* 		border-right: none!important;
		border: 1px solid #000!important;
		padding: 5px; */
	}
	.resources .resourcestabs button[aria-selected=true]{
/* 		border-right: none!important;
		border: 1px solid #FE5101!important;
		padding: 5px; */
	}
	.resources .resourcestabs button span,.resources .resourcestabs button[aria-selected=true] span{
/* 		border-bottom: none!important; */
	}
	.resources .resourcestabs button:nth-last-child(1){
/* 		border-right: 1px solid #FE5101!important; */
	}
	.header-mobile .topbar-mobile{
		display: none;
	}
	.breadcrumbsection img {
		margin: 8px 10px;
	}
	.kindlayout .laststarted .elementor-widget-container{
		padding-bottom: 10%;
	}
	.contactbtn a{
		font-size: 14px;
	}
	.onlythree .service-carousel .owl-stage {
		display: flex;
		justify-content: center;
		width: fit-content!important;
	}
	.owl-carousel.solutions-carousel .item h5{
		font-size: 26px; 
		min-height: 52px;
	}
	.owl-carousel.solutions-carousel .item h5 br{
		display: none;
	}
	.owl-carousel.solutions-carousel .item p{
		font-size: 16px;
	}
	.owl-carousel.solutions-carousel .item .cardcontent
	 {
		padding: 20px;
	}
	.gridsectionmiddle .tailoredbox{
		width: 100%;
	}
	.callcenter , .callcenter .elementor-widget-container
	 {
			height: auto !important;
		}
}
@media all and (max-width: 767px){
	.common-paddingtop {
    	padding-top: 20px;
	}
	.custom-slider h1 span, .custom-slider h2 span{
		font-size: 36px;
		line-height: 1.3;
	}
	.custom-slider h1, .custom-slider h2{
		font-size: 34px;
		line-height: 1.3;
	}
	.custom-slider p{
		font-size: 16px;
	}
	.custom-slider .owl-dots {
		display: block !important;
		margin-top: 40px;
	}
	.trusted .swiper-pagination{
		display: block;
		margin-top: 150px;
		bottom: -20px!important;
	}
	.trusted .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		background: #fff!important;
	}
	.trusted h2{
		font-size: 28px;
	}
	.onekind h2{
		font-size: 28px;
	}
	.onekind p{
		font-size: 16px;
		width: 95%;
	}
	.kindlayout .elementor-widget-container{
		border-right: none;
		border-bottom: 1px solid #D0D0D0;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.lastkindlayout .elementor-widget-container{
		border-bottom: none;
		padding-bottom: 0px;
	}
	.tailoredbox .elementor-icon-box-wrapper{
		padding: 20px;
		height: auto;
	}
	.tailoredbox .elementor-icon-box-content{
		padding: 0 0 40px;
		min-height: auto;
	}
	.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title, .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a{
		font-size: 26px;
		margin-bottom: 10px;
			min-height: auto !important;
	}
	.tailoredbox .elementor-icon-box-wrapper p{
		font-size: 16px;
		width: 90%;
		min-height: auto !important;
	}
	.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
		right: -150%;
        top: auto;
        bottom: -190px;
	}
	.chooseussection{
		overflow-y: unset;
		height: auto;
		--e-con-grid-template-rows: repeat(1, 1fr)!important;
	}
	.sectiongrid,.sectiongrid .gridsectionmorecontent{
		--e-con-grid-template-rows: repeat(1, 1fr)!important;
		--e-con-grid-template-rows:  repeat(1, 1fr)!important;
		display: block;
	}
	.tailoredbox .elementor-icon-box-wrapper{
		margin-bottom: 20px;
	}
	.whychoosecontent,.whychoosecontent .elementor-widget-container{
		height: 100%!important;
	}
	.whychoosecontent .title-desc{
		margin-bottom: 5px!important;
	}
	.industries-serve h2{
		font-size: 36px;
	}
	.industriesleft{
		padding-left: 0;
	}
	.industriesright{
		padding-right: 0;
	}
	.owl-carousel.service-carousel .owl-nav{
		display: none;
	}
	.owl-carousel.service-carousel .owl-dots .owl-dot,.owl-carousel.testimonial-carousel .owl-dots .owl-dot,.owl-carousel.solutions-carousel .owl-dots .owl-dot{
		background: #fff;
		margin-top: 30px;
	}
	.owl-carousel.testimonial-carousel .owl-dots .owl-dot,.owl-carousel.solutions-carousel .owl-dots .owl-dot{
		background: #FE5101;
	}
	.hearfromus h2{
		font-size: 28px;
	}
	.testimonial{
		width: 100%;
	}
	.owl-carousel.testimonial-carousel div.position{
		margin: 10px 0;
		font-size: 18px;
	}
	.owl-carousel.testimonial-carousel div.author{
		font-size: 20px;
	}
	.kindlayout.startedlayout .elementor-widget-container {
        border-right: none;
        border-bottom: none;
        padding-right: 0px;
        padding-bottom: 30%;
    }
	.kindlayout.startedlayout .elementor-widget-container::after{
		position: absolute;
		content: "";
		background: url('https://www.processvenue.com/wp-content/uploads/2025/07/arrows.svg');
		width: 65px;
		height: 84px;
		top: 80%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
	}
	.outsource h2,.resources h2{
		font-size: 30px;
	}
	.outsource p{
		margin: 5px 0;
	}
	.outsource h4{
		font-size: 18px;
	}
	.outsource{
		background-position: left!important;
	}
	.faq .e-n-accordion {
		width: 100%;
		margin: auto;
	}
	.faq .e-n-accordion-item-title{
		padding: 20px 0;
	}
	.faq .e-n-accordion-item-title .e-n-accordion-item-title-text{
		font-size: 20px;
	}
	.kindlayout.startedlayout.faqs .elementor-widget-container{
		padding-bottom: 0;
	}
	.faq .e-closed svg,.faq .e-opened svg
	 {
		width: 20px !important;
		height: 20px !important;
	}
	.support h2{
		width: 100%;
	}
	.supportlayout{
		padding: 10px;
	}
	.supportlayout h3{
		font-size: 46px;
	}
	.supportlayout h4{
		font-size: 18px;
	}
	.supportlayout p{
		width: 100%;
		margin-bottom: 30px;
	}
	.resources .resourcestabs button{
		border-right: none!important;
		border: 1px solid #000!important;
		padding: 5px;
	}
	.resources .resourcestabs button[aria-selected=true]{
		border-right: none!important;
		border: 1px solid #FE5101!important;
		padding: 5px;
	}
	.resources .resourcestabs button span,.resources .resourcestabs button[aria-selected=true] span{
		border-bottom: none!important;
	}
	.resources .resourcestabs button:nth-last-child(1){
		border-right: 1px solid #FE5101!important;
	}
	.header-mobile .topbar-mobile{
		display: none;
	}
	.breadcrumbsection img {
		margin: 8px 10px;
	}
	.kindlayout .laststarted .elementor-widget-container{
		padding-bottom: 10%;
	}
	.getstarted.faq p{
		width: 100%;
	}
	.kindlayout.layoutkind h3{
		min-height: auto;
	}
	.custom-slider h1 br, .custom-slider h2 br{
		display: none;
	}
	.moreservice .service-carousel .card
	 {
		height: 480px;
	}
	.topline .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
	 {
		top: 337px;
		 right: -180%;
	}
	.topline .tailoredbox .elementor-icon-box-wrapper
	 {
		height: 430px;
	}
	.onlythree .service-carousel .owl-item .item .card{
		height: 320px;
	}
	.onlythree .service-carousel .owl-stage {
		display: flex;
		justify-content: center;
		width: fit-content!important;
	}
	.owl-carousel.solutions-carousel .item h5 {
        font-size: 26px;
        min-height: auto;
    }
	.mindpeace .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after {
		top: 270px;
		right: -180%;
	}
	.owl-carousel.solutions-carousel .owl-nav{
		opacity: 0!important;
		display: none;
	}
	.extraction .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after {
		top: 400px;
		right: -190%;
	}
	.tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title br, .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-title a br{
		display: none;
	}
	.calltabs .tailoredbox .elementor-icon-box-wrapper {
        height: 300px;
    }
	.calltabs .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
	{
		top: 207px;
		right: -110px;
	}
	.calltabs .e-n-tabs-heading button{
		padding: 10px 30px;
	}
	.callcenter .whychoosecontent, .callcenter .whychoosecontent .elementor-widget-container
	 {
			height: auto !important;
	}
	.discoverwide.topline .datacleansing .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
		right: -150%;
	}
	.resources .resourcestabs button::after{
		display: none;
	}
	.resources .resourcestabs button:nth-last-child(1){
		border-right: 1px solid #000!important;
	}
	.resources .resourcestabs button[aria-selected=true]:nth-last-child(1),.resources .resourcestabs button:nth-last-child(1)[aria-selected=true]{
		border-right:1px solid #FE5101!important; 
	}
	.resources .resourcestabs button[aria-selected=true] span{
		color: #FE5101;
	}
	.annotate.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after {
		top: 290px;
		right: -155%;
	}
	.aimlcontent.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after {
        top: 340px;
        right: -130%;
    }
	.bloglat{
		padding-left: 0;
		padding-right: 0;
	}
	.latestblogs h2{
		margin-bottom: 20px;
	}
	.loadmore-wrap{
		margin-top: 0!important;
	}
	.searchlist{
		padding-left: 20px;
		padding-right: 20px;
	}
	#tagfilte{
		border-radius: 50px;
		border: 2px solid #FE5101 !important;
		padding: 10px 20px;
        appearance: auto !important;
	}
	.second{
		order: 2;
	}
	.first{
		order: 1;
	}
	.third{
		order: 3;
		
	}
	.third{
		padding-left: 0;
	}
	.latestblogs h2{
		font-size: 28px;
	}
	.latestblogs:before{
		display: none;
	}
}
.tailoredbox.firsttailored .elementor-icon-box-wrapper .elementor-icon-box-icon svg{
	width: 100px!important;
}
@media all and (max-width: 767px){
	.owl-carousel.service-carousel .owl-nav, .owl-carousel.testimonial-carousel .owl-nav, .owl-carousel.solutions-carousel .owl-nav{
		display: none!important;
	}
	.finacn .tailoredbox .elementor-icon-box-wrapper,.discoverwide.topline .datacleansing .tailoredbox .elementor-icon-box-wrapper{
		height: auto;
	}
	.extraction .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
 	{
        top: 400px;
        right: -150%;
    }
	.moreservice .service-carousel .card{
		height: 550px;
	}
	 .topline .sectiongrid .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
		 right: 0 !important;
        left: 180px;
	}
	.breadcrumbsection p, .breadcrumbsection p a,.breadcrumbsection div{
		font-size: 14px;
	}
	.datams .tailoredbox .elementor-icon-box-wrapper{
		height: auto;
	}
	.tailoredbox .elementor-icon-box-wrapper,.aimlcontent.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper{
		height: auto;
	}
	.bposer.gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after{
		top: 300px;
        right: -140%;
	}
	 .mindpeace.finamnd .gridsectionmorecontent .tailoredbox .elementor-icon-box-wrapper .elementor-icon-box-icon a::after
	 {
		 top: 270px;
		 right: -150%;
	}
}
.trusted{
/* 	padding-bottom: 20px; */
}
/* Banner section */