.site-wrapper {
	-webkit-transform: none;
	transform: none;

	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;

	left: 0;
}

.site-wrapper.menu-active {
	-webkit-transform: none;
	transform: none;

	left: -15rem;
} 

.site-header {
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
}

.site-wrapper.menu-active .site-header {
	left: -15rem;
}

/* Components Home */

.home-stats {
	background-repeat: no-repeat;
	background-position: center;
}

/* Objects */

.form-grey {
	background-color: #EEF2F3;
}

.form fieldset {
	display: block;
	color: #666;
	background: #fff;
	padding: 1rem;
	text-align: left;
	margin-bottom: 2rem;

}

@media screen and (min-width: 1024px) {
	.form fieldset br {
		display: none;
	}
}

.form legend {
	background: #00c0f3;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.form__checkbox-label--newsletter {
		font-size: 70%;
		position: relative;
		top: -0.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.form__signup {
		padding-left: 1rem;
		float: right;
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.form__signup [type="submit"]{
		width: 10rem;
		float: right;
	}
}



/* Components Banners */

.banner-area {
	overflow: hidden;
}

.banner-area:before {
	z-index: 1;
}

.banner-area__video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media screen and (min-aspect-ratio: 16/9) {
	.banner-area__video {
    	height: 300%;
    	top: -100%;
	}
}

@media screen and (max-aspect-ratio: 16/9) {
	.banner-area__video {
    	width: 300%;
    	left: -100%;
	}
}

/*items added from customiser css*/
.logoMarqueeSection {
	background: #fff;
	padding: 3rem 0px 1rem;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.marquee-item img {
	filter: grayscale(100%);
}
.wp__line {
	height: 1px;
	background: #cfcfcf;
	width: 200px;
	margin: auto;
	margin-top: 50px;
}
.slide-track.owl-carousel .owl-item img {
	max-height: 50px;
	width: auto;
	margin: auto;
}

.slide-track.owl-carousel {
	display: none;
}

.slide-track.owl-carousel.owl-loaded {
	display: block;
}

.wp_trusted_by {
	margin-bottom: 25px;
	font-size: 22px;
}
.blog-post__meta, .blog-listing__meta, .latest-posts__meta {
	display: none;
}
.banner-area__video {
	object-fit: cover;
	height: 100%;
	top: 0 !important;
}
.cf7sr-g-recaptcha {
	margin: 8px auto 10px;
	max-width: 367px;
}/*
.page-id-17131 .banner-area--homepage {
  height: 75vh !important;
	min-height: unset !important;
	padding-top: 3rem !important;
}	*/
@media(min-width:1200px) {
	.home .banner-area__slide {
		margin-top: 0px;
	}
	.home .banner-area--homepage {
		height: 80vh !important;
		height: auto;
		padding-top: 5rem;
		min-height: unset !important;
	}
	.home .banner-area__call-to-action {
		padding-bottom: 2rem;
		z-index: 5;
	}
	.home .banner-area__line-two {
		font-size: 1.5rem !important;
		margin-bottom: 1.5rem;
	}
	.home .hope-this-works {
		position: relative;
		top: -40px;
	}
	.banner-area__call-to-action {
		margin-top: 3rem;
	}
}
@media screen and (min-width: 1024px) {
	.service-overview__content--no-image {
		column-fill: unset !important;
	}
	.service-benefits__content--no-image {
		column-fill: unset !important;
	}
	.service-features__list {
		column-fill: unset !important;
	}
	.page-template-template-solution-single .large-12.columns {
		column-fill: unset !important;
	}
}
@media(max-width:1199px) {
	.home .banner-area--homepage {
		padding-top: 5rem;
	}
}
@media(max-width:767px) {
	.banner-area__call-to-action {
		position: relative;
		margin-top: 3rem;
		padding-bottom: 3rem;
		z-index: 5;
	}
	.banner-area--homepage {
		min-height: 40rem;
		height: auto;
		padding-top: 3rem;
	}
}
.home-seo-text {
	color: #4F4F4F;
	font-weight: 300;
	font-size: inherit;
	width: 80%;
	margin: 30px auto;
	text-align: center;
}
.home-seo-text h2 {
	font-size: 1.5rem;
}
.sub-menu-close {
	display: none !important;
	background: #fff;
	color: #000;
	padding: 10px 1rem;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
}
.sub-menu-close:hover {
	color: #f26432;
}
.sub-menu-close img {
	transform: rotate(180deg);
	margin-right: 10px;
}
.site-wrapper .site-header .fa.fa-bars {
	width: 30px;
}
.site-wrapper.menu-active .site-header .fa.fa-bars {
	display: none;
}
.site-wrapper.menu-active .site-header .fa.fa-close {
	display: block;
	width: 30px;
}
.site-header .fa.fa-close {
	display: none;
}
.small-menu-mobile-items
{
	display:none;
}
@media screen and (max-width: 1023px) {

	.site-wrapper.menu-active .site-header {
		left: 0;
	}
	.menu-active .site-header .main-nav {
		transform: translateX(0);
		opacity: 1;
	}
	.main-nav {
		background: #fff;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		left: 0;
		top: 0;
		width: 100%;
		transform: translateX(-100%);
		transition: .4s cubic-bezier(.42, 0, .37, .99);
	}
	.main-nav .menu-item.first-level-visible > .sub-menu {
		position: absolute;
		background: #fff;
		z-index: 1;
		top: 50px;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 60px 1rem 1rem 1rem;
	}
	.main-nav .menu-item.second-level-visible > .sub-menu {
		position: absolute;
		background: #fff;
		z-index: 1;
		top: 0px;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 60px 1rem 1rem 1rem;
	}
	.main-nav .menu-item.third-level-visible > .sub-menu {
		position: absolute;
		background: #fff;
		z-index: 1;
		top: 0px;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 60px 1rem 1rem 1rem;
	}
	.main-nav .menu-item.first-level-visible, .main-nav .menu-item.second-level-visible, .main-nav .menu-item.third-level-visible {
		position: unset;
	}
	.main-nav .menu-item.first-level-visible > .sub-menu-close {
		display: inline-block !important;
		position: absolute;
		top: 34px;
		z-index: 999;
		left: 0;
		max-width: 100%;
		text-align: left;
		margin-top: 0;
	}
	.main-nav .menu-item.second-level-visible > .sub-menu-close {
		display: inline-block !important;
		position: absolute;
		top: -16px;
		z-index: 999;
		left: 0;
		max-width: 100%;
		text-align: left;
		margin-top: 0;
	}
	.main-nav .menu-item.third-level-visible > .sub-menu-close {
		display: inline-block !important;
		position: absolute;
		top: 0;
		z-index: 999;
		left: 0;
		max-width: 100%;
		text-align: left;
		margin-top: 0;
	}
	.first-level-visible.second-lbl > .sub-menu-close.btn-lbl-0 {
		display: none !important;
	}

	.main-nav .menu-item a {
		text-transform: uppercase;
		color: #000;
		font-weight: 500;
	}
	.main-nav__menu .sub-menu li a {
		color: #000;
	}
	.main-nav__menu .sub-menu li a:hover, .main-nav .menu-item a:hover {
		color: #f26432;
	}


	.site-wrapper.menu-active .side-buttons {
		display: none;
	}
	.site-wrapper.menu-active .fa-angle-double-down::before {

		color: #000;
	}


	.small-menu-items__item.sm-item i, .small-menu-items__item.sm-item a {
		font-size: 22px;
		margin-right:20px;
	}

	.sub-menu.first-level-sub-menu + .js-sub-menu-toggle.main-nav__sub-menu-toggle.main-nav__sub-menu-toggle--active {
		display: none;
	}
	.site-wrapper.menu-active .main-nav__menu {
		padding: 100px 0 20px 0;
		width: 100%;
	}
}
