/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*berg edit -- this font face directly below for the blog loop*/
@font-face {
    font-family: 'AP Font Regular Bold 2023'; 
    src: url("/wp-content/uploads/2023/08/APBold-1.ttf") format("TTF");
    font-weight: normal;
    font-style: normal;
}


.hero-section .hero-inline-btns .elementor-element {
	width: auto;
}

.simple-text a {
	font-size: 16px;
	color: #2c2c2c;
	text-decoration: underline;
	font-weight: 400;
}

.simple-text.small-title a {
	font-family: "GoodOT Cond", Sans-serif;
	font-size: 26px;
}

.checkmark-list li {
	align-items: start!important;
}

@media (max-width: 980px) {
	.bold-on-mobile p{
		font-weight: bold;
	}
}


.desktop-nav-wrap .sub-menu li a {
	padding-left: 20px!important;
	border-left: 0px!important;
}

body img.gform_ajax_spinner {
	display: none !important;
}

/* Carousel fix height */

.elementor-widget-ucaddon_card_carousel .owl-stage {
	display: flex;
}

.elementor-widget-ucaddon_card_carousel .owl-stage .owl-item{
	display: flex;
	flex: 1 0 auto;
}

.elementor-widget-ucaddon_card_carousel .owl-stage .owl-item .ue-item {
	height: 100%;
	padding-bottom: 0.5em;

}

.carousel-on-white.elementor-widget-ucaddon_card_carousel .owl-stage .owl-item .ue-item {
	padding-left: .4em;
	padding-right: .4em;
}

.elementor-widget-ucaddon_card_carousel .owl-stage .owl-item .ue-carousel-item {
	height: 100%;
}

.owl-dot:focus {
	outline: none;
}

.animated-header-mobile .elementor-background-overlay {
	position: absolute;
    width: 100%;
  	background-attachment: unset;
  	-webkit-animation: zoomin 1s forwards ease-in-out;
  	animation: zoomin 1s forwards ease-in-out;
	animation-delay: .3s;
  	overflow: hidden;
}

.hero-slide-up-element {
	animation: slide-in-up 1s ease-in-out;
}

@media (max-width: 980px) {
	.animated-background .elementor-background-overlay {
		position: absolute;
		width: 100%;
		background-attachment: unset;
		-webkit-animation: zoomin 1s forwards ease-in-out;
		animation: zoomin 1s forwards ease-in-out;
		animation-delay: .3s;
		overflow: hidden;
	}
}
/* Slideup Keyframes */
@keyframes slide-in-up {
  0% {
    -webkit-transform: translate(0, 250px);
    transform: translate(0, 250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  100% {transform: scale(1.25);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  100% {transform: scale(1.25);}
}

.animated-header-mobile .elementor-column {
	animation: fade-in-bottom-right 1s ease-in-out;
}

@keyframes fade-in-bottom-right {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}


@media (max-width: 980px) {
	.hero-btn a {
		min-width: 265px;
		text-align: left;
	}
}


.home-color-slider .elementor-slides .swiper-slide-bg {
	transition-duration: 0s!important;
	background-position: right;
}

.home-color-slider .swiper-slide-inner {
	max-width: 1300px;
}
.color-slider-wrap .owl-stage .owl-item .ue-mega-slider-item section.ap-cast-slide {
		background-size: 35%;
	}
@media (max-width: 1600px) {
	
	.color-slider-wrap .owl-stage .owl-item .ue-mega-slider-item section:not(.ap-cast-slide) {
		background-size: 50%;
		background-position: 120% 0%;
	}
}

@media (max-width: 980px) {
	.color-slider-wrap .owl-stage {
		display: flex;
		flex-flow: wrap;
	}
	.color-slider-wrap .owl-stage .owl-item .ue-mega-slider-item,
	.color-slider-wrap .owl-stage .owl-item .ue-mega-slider-item section {
		height: 100%;
	}
	.color-slider-wrap .owl-stage .owl-item section {
		padding-bottom: 3rem;
	}
}

.icon-box-section .elementor-column {
	min-height: 232px;
}

.icon-box-section .elementor-image-box-description {
/* 	opacity: 0; */
/* 	display: none; */
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .2s linear; 
  -moz-transition: max-height .3s linear; 
  -ms-transition: max-height .3s linear; 
  -o-transition: max-height .3s linear; 
  transition: max-height .3s linear;  
}
.icon-box-section .elementor-image-box-description.scale {
/* 	opacity: 1; */
/* 	display: block; */
	max-height: 200px;
} 
.icon-box-section .elementor-image-box-img {
	-webkit-transition: transform .3s ease-in-out;
   -moz-transition: transform .3s ease-in-out;
     -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
}
.icon-box-section .elementor-image-box-img.scale {
	transform: scale(0.7);
}

.icon-box-section .elementor-image-box-title {
/* 	-webkit-transition: font-size .3s linear, max-width 1s linear;
   -moz-transition: font-size .3s linear, max-width 1s linear;
     -o-transition: font-size .3s linear, max-width 1s linear;
        transition: font-size .3s linear, max-width 1s linear; */
	-webkit-transition: font-size .3s linear;
   -moz-transition: font-size .3s linear;
     -o-transition: font-size .3s linear;
        transition: font-size .3s linear;
}

.icon-box-section .blox-blockquote-carousel .blox-icon {
	text-align: left;
}

.icon-box-section .elementor-image-box-title.scale {
	font-size: 22px!important;
/* 	max-width: 150px;
    overflow-wrap: break-word;
    margin: .5rem auto 0 auto;
    line-height: 1.3em!important; */
}

.icon-box-section .elementor-image-box-content {
	-webkit-transition: margin .3s linear;
   -moz-transition: margin .3s linear;
     -o-transition: margin .3s linear;
        transition: margin .3s linear;
}

.icon-box-section .elementor-image-box-content.scale {
	margin-top: -30px;
}

@media (max-width: 980px) {
	.icon-box-section .elementor-column {
		min-height: 180px;
	}
	
	.icon-box-section.icon-section-4 .elementor-column {
		min-height: 140px;
	}
	.icon-box-section.icon-section-4.min-170 .elementor-column {
		min-height: 170px;
	}
}

.testimonial-slider .blox-blockquote-carousel .slick-dots li {
	border: 0px;
	background-color: rgba(68, 139, 255, .23);
}

.testimonial-slider .blox-icon {
	display: none;
}

.testimonial-slider .slick-track {
	display: flex;
	align-items: center;
}
.testimonial-slider .slick-track .slick-slide {
	display: flex;
	padding: 10px 0px 10px;
}
.testimonial-slider .slick-track .slick-slide::before,
.single-testimonial:before {
	content: url('https://workflow.ap.org/wp-content/uploads/2023/01/Group-51.svg');
	margin-right: 2rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	align-self: flex-start;
	height: 38px;
}

.single-testimonial {
	display: flex;
}
.single-testimonial-author {
	margin-left: 6rem;
}

@media (max-width: 980px) {
	.testimonial-slider .slick-track .slick-slide {
		flex-direction: column;
		
	}
	.testimonial-slider .slick-track .slick-slide::before
	.single-testimonial:before {
		margin-right: 0;
		text-align: end;
	}
	.single-testimonial:before {
		margin-left: 20px;
		margin-bottom: 0.2em;
	}
	.single-testimonial {
		flex-direction: column;
	}
	.single-testimonial-author {
		margin-left: 0;
	}
	
	.testimonial-slider .blox-blockquote-carousel .blox-content {
		padding: 10px 20px 20px;
	}
	.testimonial-slider .blox-author span {
		font-weight: 600!important;
	}
	
	.testimonial-slider .slider-content span {
		font-size: 18px!important;
	}
}


.vertical-gradient-mobile .elementor-widget-container:after {
	  content: '';
	  position: absolute;
	  left: 0; top: 0;
	  width: 100%; height: 100%;
	  background: linear-gradient(rgba(29, 29, 29, 0) 50%, #1d1d1d 100%);
}


/*Icons section on mobile*/


.icon-box-animated {
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.icon-box-animated.scrolled {
  opacity: 1;
}
.icon-box-animated.scrolled.slide-topLeft {
  animation: slide-in-top-left .5s ease-in-out both;
}
.icon-box-animated.scrolled.slide-top {
  animation: slide-in-top .5s ease-in-out both;
}
.icon-box-animated.scrolled.slide-bottom {
  animation: slide-in-bottom .5s ease-in-out both;
}
.icon-box-animated.scrolled.slide-Right {
  animation: slide-in-right .5s ease-in-out both;
}
.icon-box-animated.scrolled.slide-Left {
  animation: slide-in-left .5s ease-in-out both;
}
.icon-box-animated.scrolled.slide-topRight {
  animation: slide-in-top-right .5s ease-in-out both;
}
.icon-box-animated.scrolled.slide-bottomLeft {
  animation: slide-in-bottom-left .5s ease-in-out both;
}
.icon-box-animated.scrolled.slide-bottomRight {
  animation: slide-in-bottom-right .5s ease-in-out both;
}

@keyframes slide-in-top-left {
  0% {
    -webkit-transform: translate(-250px, -250px);
    transform: translate(-250px, -250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translate(0, -250px);
    transform: translate(0, -250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translate(250px, 0px);
    transform: translate(250px, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translate(-250px, 0px);
    transform: translate(-250px, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-top-right {
  0% {
    -webkit-transform: translate(250px, -250px);
    transform: translate(250px, -250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom-left {
  0% {
    -webkit-transform: translate(-250px, 250px);
    transform: translate(-250px, 250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom-right {
  0% {
    -webkit-transform: translate(250px, 250px);
    transform: translate(250px, 250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}





/* AP ENPS */
.icon-box-section.ap-enps .elementor-column {
	min-height: 270px;
}

@media (max-width: 980px) {
	.icon-box-section.ap-enps .elementor-column {
		min-height: 180px;
	}
	.icon-box-section.ap-enps .elementor-column.new-prod-system {
		min-height: 140px;
	}
}

/* Why AP */

.why-ap-tabs .tabs .ue-tab-btn {
	height: 100%;
	justify-content: start!important;
}

/* Contact Form */

.contact-form-wrap .gform_required_legend {
	display: none;
}

.contact-form .gfield_label{
	color: #fff;
	font-weight: 400!important;
}

.contact-form .gfield_error label {
	color: #fff!important;
	font-weight: 600!important;
	text-decoration: underline;
}

.contact-form .gfield_required {
	color: #fff!important;
}

.contact-form .gfield--type-html {
	color: #fff;
}

.contact-form .gfield--type-html a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

.contact-form .gform_footer {
	justify-content: end;
	position: relative
}

.contact-form .gform_button {
	background-color: #fff!important;
	color: #448BFF!important;
	font-family: "GoodOT", Sans-serif!important;
    font-size: 18px!important;
	font-weight: 600!important;
	padding: 0.8em 1.2em!important;
	padding-right: 2em!important;
	transition: background-color .25s ease-in-out;
	line-height: 1!important;
}

.contact-form .gform_button:hover {
	background-color: rgba(255, 255, 255, 0.84)!important;
}

.contact-form .gform_footer i
{
 	color: #448BFF;
 	font-family: "Font Awesome 5 Free";
 	font-size: 18px;
	position: absolute;
    transform: translateY(calc(50% + 0.25em));
    right: 1em;

}

.contact-form .gfield_validation_message, .contact-form .validation_message {
	background: transparent!important;
	border: none!important;
	margin-top: 0!important;
	padding: 0!important;
	color: #ffdbdb!important;
}

@media (max-width: 980px) {
	
	.contact-form .gform_button {
		width: 100%!important;
	}
}

.our-solutions-wrap section {
	display: flex;
	height: 100%;
}

.accessing-solutions .contact-form .gform_button,
.accessing-solutions .contact-form .gform_footer i{
	color: #003639!important;
}

.products-slider-mobile .owl-stage {
	display: flex;
	flex-flow: wrap;
}

.products-slider-mobile .owl-stage .owl-item {
	display: flex;
}

/* Main Menu */

nav .menu-item:last-of-type a {
	padding-right: 0;
}
nav .menu-item:last-of-type:hover a {
	padding-right: 0;
}
.elementor-nav-menu--main .elementor-menu-toggle__icon--open {
	color: #EF3340!important;
}

/* Footer */

.footer-links a {
	font-family: "GoodOT Cond", Sans-serif;
	color: #2c2c2c;
	text-decoration: none;
	font-weight: 400;
}

@media (max-width: 980px) {
	.footer-links a {
		font-size: 18px;
	}
}

.sticky-on-scroll.elementor-sticky--active .header-logo img {
	width: 45px!important;
}

.sticky-on-scroll.elementor-sticky--active .header-logo-column {
	top: 0;
}

.sticky-on-scroll.elementor-sticky--active .header-logo-column .elementor-widget-image {
	text-align: left;
}

@media (min-width: 980px) {
	.sub-menu {
		-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,.2);
		-moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,.2);
		box-shadow: 0px 5px 8px 0px rgba(0,0,0,.2);
	}
}

@media (max-width: 980px) {
	.elementor-nav-menu--dropdown:not(.sub-menu) {
		padding-top: 2rem;
    	padding-bottom: 2rem;
		-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,.2);
		-moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,.2);
		box-shadow: 0px 5px 8px 0px rgba(0,0,0,.2);
	}
}

/* Newsletter Form */

.newsletter-section .gform_required_legend {
	display: none;
}

.newsletter-section .gform_validation_errors {
	padding-left: 16px!important;
	margin-bottom: 2rem!important;
}

.newsletter-section .gform_submission_error {
	font-size: 15px!important;
}

.newsletter-section .gform_confirmation_message {
	color: #fff!important;
	font-size: 18px!important;
}

.newsletter-section label,
.newsletter-section .gfield_error label {
	color: #fff!important;
	font-weight: 400!important;
}

.newsletter-section .gfield_required {
	color: #fff!important;
}


.newsletter-section .gform_footer {
	display: flex;
	position: relative;
	padding-bottom: 0!important
}

.newsletter-section .gform_footer .gform_button {
	background-color: #fff;
	text-transform: uppercase;
	font-family: "GoodOT",Sans-serif;
    font-size: 18px;
    font-weight: 600;
	color: #448BFF;
	padding: 0.8em 1.2em!important;
    padding-right: 2em!important;
	margin-bottom: 0!important;
}

.newsletter-section .gform_footer i {
	color: #448BFF;
	font-size: 18px;
    position: absolute;
    transform: translateY(calc(50% + 0.25em));
    left: 7.5rem;

}

.newsletter-section .gform_footer .gform_button:hover,
.newsletter-section .gform_footer .gform_button:active,
.newsletter-section .gform_footer .gform_button:focus {
	background-color: #fff;
	color: #448BFF;
}

@media (max-width: 768px) {
	.newsletter-section .gform_footer .gform_button {
		line-height: 1!important;
	}
}


/* Section with full width right background img */

@media (min-width: 769px) {
	.quote-over-bgr-img {
		display: flex!important;
		justify-content: center!important;
	}
}

.quote-over-bgr-img figure {
	margin-right: 1em!important;
}

.quote-over-bgr-img  .elementor-image-box-title {
	margin-bottom: .5rem!important;
}

@media (max-width: 768px) {
	.quote-over-bgr-img .elementor-image-box-wrapper {
		text-align: center!important;
	}
}

@media (min-width: 1300px) {
	.full-width-right-bgr-section > .elementor-container {
		min-height: 30vw;
	}
	.quote-over-bgr-img.align-right {
		justify-content: flex-end!important;
	}
	.quote-over-bgr-img.align-left {
		justify-content: flex-start!important;
	}
}

@media (max-width: 1000px) {
	.quote-over-bgr-img  .elementor-image-box-title {
		margin-bottom: 0rem!important;
	}
}

.quick-links-btn-col .elementor-widget-wrap {
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

.quick-links-btn-col .elementor-element {
	width: auto;
}

.quick-links-btn-col .elementor-element:not(:last-of-type) {
	margin-right: 1.5rem;
}

@media (max-width: 768px) {
	.quick-links-btn-col .elementor-widget-wrap {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: start;
		flex-direction: column;
	}
	
	.quick-links-btn-col .elementor-element {
		margin-right: 0;
		margin-bottom: 1em!important;
	}
}


.faq-element .elementor-tab-title {
	border-bottom: 1px solid #448BFF!important;
}

.faq-element .elementor-tab-content.elementor-active {
	padding-bottom: 2rem;
}


.post-share-ic {
	display: inline-block;
	float: left;
	width: auto!important;
}

.elementor-widget-ucaddon_ue_listing_grid .uc-filterable-grid .e-loop-item,
.elementor-widget-ucaddon_ue_listing_grid .uc-filterable-grid .e-loop-item section {
	height: 100%;
}

.elementor-widget-ucaddon_ue_listing_grid .ue-grid .e-loop-item,
.elementor-widget-ucaddon_ue_listing_grid .ue-grid .e-loop-item section {
	height: 100%;
}

/* News Template */

.news-template .simple-text p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.news-template .simple-text h2 {
	color: #2c2c2c;
    font-family: "GoodOT Cond", Sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1em;
}

.news-template .simple-text h3 {
	color: #2c2c2c;
    font-family: "GoodOT Cond", Sans-serif;
}

.news-template .simple-text ul {
	margin-bottom: 2em;
}

.news-template .simple-text ul li{
	margin-bottom: .5em;
}

.news-template .simple-text table {
	margin: 2em 0;
}
