/* quick fix for sup */
.outcome-box h3 sup {
font-size: 100%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: 0;
}

/* hero */

.single-hero {
    height: 410px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 20px 20px 40px 20px;
    color: #fff;
}
.single-hero .flex-align {
    display: flex;
    align-items: center;
    height: 350px;
}
.single-hero h1 {
    font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 55px;
	line-height: 55px;
	text-align: center;
	color:#fff;
	margin-bottom:20px;
}

.single-hero h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color:#fff;
	margin-bottom:15px;
	text-transform:uppercase;
}
.single-hero h2.nocaps {
	text-transform:unset;
}
.single-hero p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom:0px !important;
}

@media screen and (max-width: 991px) {
    .single-hero h1 br, .single-hero h2 br, .single-hero p br {
        display: none;
    }
	.single-hero h1 {
		font-size: 52px;
		line-height: 52px;
	}
	.single-hero h1 br {
		display:none;
	}
	.single-hero h2 {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 22px;
		color:#fff;	
	}
	.single-hero p br {
		display:none;
	}
}


@media screen and (max-width: 700px) {
	.single-hero .flex-align {
        display: block;
        height: auto;
        width: auto;
    }
    .single-hero {
        height: auto;
        padding: 50px 20px 40px 20px;
    }

	.single-hero h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.single-hero h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.single-hero p {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 450px) {
	
	.single-hero h1 {
		font-size: 32px;
		line-height: 35px;
	}

	.single-hero h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.single-hero p {
		font-size: 20px;
		line-height: 26px;
	}
}

/* sub banner */

.single-sub-banner {
    background-color: #3F3F46;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 22px;
}
.single-sub-banner a {
    padding:0px !important;
    height:unset !important;
    line-height: 24px !important;
}

/* application nav with drop down */


.product-nav a.prod-link, .product-nav a.prod-link:visited {
background-color: #000 !important;
}
.product-nav {
background-color: #000 !important;
}
.product-nav a.prod-link:hover {
    background-color: #3F3F46 !important;
    color: #fff;
    cursor: pointer;
}
.application-nav {
    background-color: #000 !important;
}

.application-nav a.prod-link, .application-nav a.prod-link:visited {
    background-color: #000 !important;
}

.application-nav a.prod-link:hover {
    background-color: #3F3F46 !important;
    color: #fff;
    cursor: pointer;
}

.application-nav a.active, .application-nav a.active:hover, .application-nav a.active:visited {
    background-color: #fff !important;
    color: #000;
    cursor: pointer;
}
.application-nav .dropdown-menu li a{

border-bottom:1px solid white;
}
.application-nav .dropdown-menu li a:hover, .application-nav .dropdown-menu li a.active, .application-nav .dropdown-menu li a.active:visited {
background-color: #cccccc !important;
height: 50px;
border-bottom:1px solid white;
}
.application-nav .dropdown-toggle:focus {
    background: #000 !important;

}
.application-nav a.active.dropdown-toggle:focus {
    background: #fff !important;

}
@media screen and (max-width: 767px) {
.application-nav .dropdown-menu li a:hover, .application-nav .dropdown-menu li a.active, .application-nav .dropdown-menu li a.active:visited {
background-color: #cccccc !important;
height: 40px !important;
}
}
/* container information */
@media only screen and (min-width : 1280px) {
    .container { width: 1260px; } 
}
.single-container {
    padding: 60px 20px 50px 20px;
    text-align: center;
}
 @media only screen and (max-width : 991px) {
    .single-container {
    	padding: 50px 10px 30px 10px;
    	text-align: center;
	}
}
.single-container p {
	line-height: 28px !important;
}
.single-container h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #F7981D;
	margin-bottom:10px;
}
.single-container h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 43px;
	text-transform: none;
	color: #000000;
}
.single-container h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin-bottom:8px;
}	
.single-container h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000;
	margin-bottom:5px;
}

@media screen and (max-width: 767px) {
	.single-container p {
		line-height: 24px !important;
	}
	.single-container h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.single-container h3 {
		font-size: 35px;
		line-height: 37px;
	}
	.single-container h4 {
		font-size: 22px;
		line-height: 24px;
	}	
	.single-container h5 {
		font-size: 18px;
		line-height: 20px;
	}

}

/* buttons */

.button-default, a.button-default{
	display: inline-block !important;
	padding: 10px 24px;
	color:#fff;
	height: 50px;
	background: #000000;
	border-radius: 99px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	cursor:pointer;
	border:2px solid transparent;
}
.button-default:hover, a.button-default:hover{
	color:#fff;
	background: #3F3F46;
}
.button-default.video::before {
    font-family: 'FontAwesome';
    content: '\f04b';
    font-size: 16px;
    margin-right: 12px;
    color: #fff;
}
.button-default.bottom {
	position:absolute;
	bottom:0;
}

.button-default.secondary, a.button-default.secondary{
	color:#000;
	height: 50px;
	background: #fff;
	border-color:#000;
}
.button-default.secondary:hover, a.button-default.secondary:hover{
	color:#000;
	height: 50px;
	background: #f9f9f9;
	border-color:#000;
}
.button-default.secondary.white, a.button-default.secondary.white{
	color:#fff;
	height: 50px;
	background: transparent;
	border-color:#fff;
}
.button-default.secondary.white:hover, a.button-default.secondary.white:hover {
	color:#fff;
	height: 50px;
	background: #2b2b31;
	border-color:#fff;
}
.button-default.secondary.black, a.button-default.secondary.black{
	color:#000;
	height: 50px;
	background: transparent;
	border-color:#000;
}

.button-default.tertiary, a.button-default.tertiary {
	color:#000;
	background: none;
}
.button-default.tertiary.left, a.button-default.tertiary.left {
	color:#000;
	background: none;
	padding-left:0px;
	padding-right:0px;
}
.button-default.tertiary:hover, a.button-default.tertiary:hover {
	text-decoration:underline;
}
.button-default.tertiary.white, a.button-default.tertiary.white {
	color:#fff;
	background: none;
}
.button-default.tertiary::after, a.button-default.tertiary::after
{
	content:url('/wp-content/uploads/2023/06/black-arrow.png');
	vertical-align: middle;
	margin-left:5px;
}
.button-default.tertiary.white::after, a.button-default.tertiary.white::after
{
	content:url('/wp-content/uploads/2023/06/white-arrow.png');
	vertical-align: middle;
	margin-left:5px;
}

a.black-arrow-after  {
	color:#111;
	font-weight:400;
	/* padding-right: 24px; */
	display:inline-block;
}
a.black-arrow-after:hover  {
	color:#111;
	text-decoration:underline;
}
a.black-arrow-after::after {
 	background: url('/wp-content/uploads/2023/06/black-arrow.png')  no-repeat; 
    background-position: center right;
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-right: -24px;
 	vertical-align: middle;
}
/* Overview Container */

.single-overview {
	/* display: flex; */
	/* 
justify-content: middle;
	align-items: center;
 */
	padding-top:30px;
}
.single-overview .stats-box {
	display: inline-block;
	padding: 7px 12px 0 12px;
	height: 47px;
	border: 1px solid #000000;
	border-radius: 6px;
	font-size:22px;
	font-weight:700;
	margin-right:12px;
	margin-bottom:5px;
	color:#000;
	text-transform:uppercase;
}
@media screen and (max-width: 767px) {
	.single-overview {
	padding-top:10px;
}
}
@media screen and (max-width: 450px) {
	.single-overview .stats-box {
		font-size:17px;
		margin-right:8px;
	}
}
.single-overview .stats-box span {
	font-size:8px;
	line-height:10px;
	text-transform: uppercase;
	font-weight:400;
	display:block;
	text-align:center;
}
.single-overview h4 {
	margin-top:30px;
}
/* 
.single-overview h4:first-child {
  margin-top:0px;
}
 */
.single-overview img {
		padding-left:40px;
	}
@media screen and (max-width: 991px) {
	.single-overview {
		display: block;
	}
	.single-overview img {
		margin:30px auto 0 auto; 
		padding:0;
		display:inline-block;
		width:550px;
	}
}

/* Why Container */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: static;
    left: 0;
}
.why-container {
	background: #F0F7FF;
	padding:60px 0px;
}
.why-text {
	display:flex;
	padding-left:80px;
}
.why-text h3  {

		padding-right:40px;
}
	
.why-text h3.with-button {
	margin-bottom:110px;
}
.why-text ul.single-benefits {
  	padding: 0;
  	margin: 0;
  	list-style-type: none;
}
.why-text .single-benefits li {
  	background: url('/wp-content/uploads/2023/06/checkmark.png') no-repeat left top;
  	padding-left: 70px;
 	margin-bottom:30px;
}
.why-text .single-benefits li:last-child {
  margin-bottom:10px;
}
.why-text .single-benefits li h4 {
  	padding-top:3px;
}
.why-text ul.single-benefits a {
  	font-weight:500;
}
.why-text .overflow {
	width:100%;
	overflow:hidden;
	margin-top:30px
	
}
.why-text img {
	margin-left:80px;
	cursor:pointer;
}

.outcome-box {
	display: flex;
	justify-content: middle;
	align-items: center;
	padding: 38px 38px 23px 38px;
	background: #FFFFFF;
	border-radius: 15px;
	margin-top:40px;
	margin-left:80px;
	margin-right:80px;
}
.outcome-box p {
	height:60px;
	overflow:hidden;
}
.outcome-box h3 {
	margin-bottom:5px;
	white-space:nowrap;
}	
@media screen and (max-width: 767px) {
	.outcome-box p {
	height:auto;
	}
}
@media screen and (max-width: 1279px) {
	.why-text {
		display:flex;
		padding-left:30px;
	}
	.why-text .overflow {
		width:100%;
		overflow:hidden;
		margin-top:100px;	
	}


	
	.outcome-box {
		display: flex;	
		margin-left:45px;
		margin-right:45px;
	}
	.outcome-box h4{
		margin-bottom:24px;
	}	
}
@media screen and (max-width: 1200px) {
	.why-text {
		display:flex;
		padding-left:30px;
	}
	.why-text .overflow {
		width:100%;
		overflow:hidden;
		margin-top:100px;	
	}

.why-text h3  {
		padding-right:20px;
}
	
	.outcome-box {
		display: block;	
		margin-left:45px;
		margin-right:45px;
	}
	.outcome-box h4{
		margin-bottom:24px;
	}	
}
@media screen and (max-width: 991px) {
	.why-container {
		background: #F0F7FF;
		padding: 50px 30px;
	}
	.why-text {
		display:block;
		padding-left:15px;
	}
	.why-text h3  {
		padding-right:20px;
}
	.why-text h3 br {
		display:none;
		
	}
	.why-text h3.with-button {
	margin-bottom:40px;
}
	.why-text .overflow {
		width:100%;
		overflow:auto;
		margin-top:0;	
	}

	.why-text img {
 		margin:auto;
 		margin-left:0px
	}
	
	.outcome-box {
		display: block;
		background: none;
		margin-top:10px;
		padding: 0px;
		margin-left:0px;
		margin-right:0px;
	}
}
@media screen and (max-width: 767px) {
	.why-container {
		background: #F0F7FF;
		padding: 50px 15px 30px 15px;
	}
	.why-text .single-benefits li {
		padding-left: 50px;
	}
	.outcome-box p {
		margin-bottom:30px;
	}	
}

/* Quote Carouset */

#quote-carousel {
	height: auto;
	padding-top: 45px;
}
.quote-box {
	height: 340px;
	flex-direction: column;
	display: flex;
	justify-content: center;
}
.quote-box h3 {
	font-size: 35px;
line-height: 40px;
}

#quote-carousel .carousel-indicators {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
	height:100px;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	width: 46px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #000;
	border-radius: 10px;
	cursor: pointer;
}
#quote-carousel .carousel-indicators .active {
	display: inline-block;
	width: 46px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	background: linear-gradient(90.69deg, #F7981D -8.91%, #DB6015 71.65%);
}
/* 
@media screen and (max-width: 991px) {

	.quote-box {
		height: 350px;
	}

	.quote-box h3 {
			font-size: 35px;
			line-height: 40px;
	}
}
 */
@media screen and (max-width: 700px) {
	.quote-box {
		height: 340px;
	}
	.quote-box h3 {
		font-size: 30px;
		line-height: 34px;
	}
	.quote-box h3 br{
		display:none;
	}
	.quote-box h5 br{
		display:none;
	}
}

@media screen and (max-width: 550px) {
	.quote-box {
		height: 340px;
	}
	.quote-box h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.quote-box h5 {
		font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	}
	.quote-box h2 {
		font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	}
}
@media screen and (max-width: 376px) {
.quote-box {
		height: 360px;
	}
	.quote-box h3 {
		font-size: 24px;
		line-height: 28px;
	}
}

/* logos */
ul.logos {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.logos li img {
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius:15px;
   margin:12px 12px;
   background-color: white;
}
@media screen and (max-width: 500px) {
	ul.logos li img {
		margin: 8px 8px;
	}
	ul.logos li img {
		width:136px;
	}
}
/* animated logos */

:root {

  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 200s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}


.marquee img {
  display: grid;
  place-items: center;
  width:176px;
box-shadow: 5px 7px 18px rgba(0, 0, 0, 0.1);
  border-radius:15px;
margin:12px 12px;
}



.logo-wrapper {
  display: flex;
  flex-direction: column;
 /*  gap: var(--gap); */
  margin: auto;
  max-width: 1200px;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);

 mask-image: linear-gradient(to right, hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0));
-webkit-mask-image: linear-gradient(to right, hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0));
}
 


.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  height:117px;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}


.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}


@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}


/* Resources */

.single-resource-containter {
	margin:15px 20px;
	/* float:left; */
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    perspective: 1000;
	-webkit-perspective: 1000;
	display:inline-block;
}


/* 
.single-resource-containter {
	display:inline-block;
}
 */
#vslider {
	display:flex;
    /* display: inline-block; */
    position:absolute;
    left:0;
    top:0;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transition: transform 0.6s ease-in-out;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    perspective: 1000;
	-webkit-perspective: 1000;
}
.single-resource-box {
	width:340px;
	height:335px;
	background:#fff;
	border-radius:15px;
	font-size:22px;
	line-height:30px;
	filter: drop-shadow(6px 20px 55px rgba(0, 32, 68, 0.1));
	position:relative;
	text-align:left;
	
}
.single-resource-box .img-box {
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	height:140px;
	overflow:hidden;
	width:100%;
}
.single-resource-box .single-resource-text {
	padding:22px 30px 0px 24px;
	height:140px;
	
}
.single-resource-box a {
	
	text-align:left !important;
}

@media screen and (max-width: 767px) {
	.single-resource-box {
		width:280px;
		font-size:20px;
		line-height:28px;
		/* height:330px; */
	}
	.single-resource-box a {
		line-height:22px;
		font-size:16px;
	}
}

.vslider-nav a  {
	display:inline-block;
	margin:15px 10px;
	padding-top: 3px;
	padding-left: 5px;
	width: 36px;
	height: 36px;
	border: 3px solid #000;
	border-radius: 50%;
	color: black;
	cursor:pointer;
}
.vslider-nav a:hover  {
	border: 3px solid #666;
	color: #666;
}

.vslider-nav a.off {
	border: 3px solid #b6b6c2;
	color: #b6b6c2;
}
