/*Arabic starts*/
.i18n-ar .maincontainer .two-column {
    float: right;
}
.i18n-ar .workflow-section h2, .i18n-ar .workflow-section p {
    text-align: center;
}
.i18n-ar .bottom-cta-wrap .content-wrap.animated h2, .i18n-ar .bottom-cta-wrap .content-wrap.animated p {
    text-align: center;
}
/*Arabic ends*/
.umain .bot-banner-wrap {
    display: block;
    /* text-align: center; */
    padding: 0;
}
.bannerVid2
{
display: none;
}
.bannerVid2 video
{
width: 100%;
height: 100%;
}
.bannerVid
{
position: absolute;
top: 0;
left: 0;
display: block;
z-index:-1;
}
.bannerVid video
{
width: 100%;
height: 100%;
}
.features-banner-wrap {
    min-height: 800px;
}
#features-1.features-item .content-wrap {
    padding: 20px 0 60px;
}
.features-banner-content
{
margin: 0 auto;
}
.cta-btn {
    padding: 15px 35px;
    color: #fff;
    background-color: #f0483e;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
    margin-top: 25px;
    position: relative;
}

.features-section
{
padding: 40px 0 80px;
}
	.maincontainer{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
.maincontainer .two-column {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
        margin: 40px 0 0;
}
	
	.maincontainer:after{
		content: '';
		display: block;
		clear: both;
		
	}
	
	.og-context-node-17126.node-type-features .main-container-wrapper:before {
		background: none;
	}
	
	.icon-blueprint{
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(/sites/default/files/desk/blueprint-sprite-icons.png) no-repeat 0 0;
    	        background-size: auto 50px;
                margin-bottom: 20px;
	}
.icon-easy{ background-position: 0 0; }
.icon-bespoke{ background-position: -50px 0; }
.icon-well{ background-position: -100px 0; }
.icon-training{ background-position: -150px 0; }

.features-banner-content img {
     max-width: 650px;
}

.features-banner-content h1{
    font-size: 50px;
    margin: 40px auto;
    max-width: 750px;
}
.workflow-section
{
background-color: #f9fafb;
padding: 80px 0;
text-align: center;
margin: 40px 0;
}
.workflow-section p
{
 margin: 20px auto;
 max-width: 720px;
}

/* hasslefree List */
.hasslefree-section {
    text-align: center;
    padding: 80px 0 0;
}
.hasslefree-section h2 {
    max-width: 600px;
    margin: 0 auto;
}


.hasslefree-list {
    max-width: 420px;
    margin: 40px auto;
}

.hasslefree-list li {
    display: inline-block;
    margin-right: 20px;
    font: 20px/1.4 var(--zf-primary-semibold);
    cursor: pointer;
    position: relative;
    text-align: center;
}

.hasslefree-list li span {
    position: relative;
    padding: 0 0 5px;
    display: inline-block;
}

.hasslefree-list li span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #2196f3;
    transition: 0.5s all;
}

.hasslefree-list li:last-child {
    margin-right: 0;
}

.hasslefree-list-wrap h4 {
    display: none;
}
.box-shadow {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}

/* Slick */

.slick-slide {
    text-align: center;
    outline: none;
}

.slick-slide img {
    max-width: 1170px;
    width: 99%;
}

li.slick-current {
    color: #2196f3;
}

li.slick-current span:after {
    width: 100%;
}
@media only screen and (min-width: 1920px)
{
.features-banner-wrap {
    min-height: 600px;
}
.features-banner-content {
    max-width: 100%;
}
.bannerVid
{
display: none;
}
.bannerVid2
{
display: block;
}
}
@media only screen and (max-width: 1460px)
{
.features-banner-wrap {
    min-height: 670px;
}
}
@media only screen and (max-width: 1024px)
{
.hasslefree-content p {
    max-width: 800px;
    margin: 0 auto;
}
.features-banner-content h1 {
    font-size: 40px;
    max-width: 560px;
}
.features-banner-wrap {
    min-height: 500px;
}
}
@media only screen and (max-width: 992px)
{
.bannerVid
{
display: none;
}
.bannerVid2
{
display: block;
}
.features-banner-content {
    margin: 0 auto;
    max-width: 100%;
}
.features-banner-wrap .content-wrap {
    margin: 0px auto 20px;
}
.features-banner-content h1 {
    font-size: 40px;
    max-width: 600px;
}
.features-section {
    padding: 0;
}
.maincontainer {
    margin: 0 auto;
}
.hasslefree-content p {
    max-width: 700px;
}
.workflow-section {
margin: 0;
}
}
@media screen and (max-width: 767px) {

.maincontainer .two-column {
    width: 100%;
    padding: 20px 40px;
    min-height: auto;
}
    .hasslefree-list {
        display: none;
    }
    .hasslefree-list-wrap h4 {
        display: block;
        text-align: center;
        margin: 60px 0 10px;
    }
}
@media screen and (max-width: 540px)
{
.features-banner-wrap {
    min-height: 300px;
}
.features-banner-content h1 {
    font-size: 30px;
}
.features-banner-wrap .content-wrap {
    margin: 0px auto;
}
.features-banner-content img {
    max-width: 100%;
}
.maincontainer .two-column
{
margin: 0;
}
.workflow-section {
    padding: 60px 20px;
}
.hasslefree-content p {
    max-width: 320px;
    margin: 20px auto 0;
}
.bottom-cta-wrap .content-wrap h2 {
    max-width: 350px;
}
}