/* Video Banner */

.entry-content h1{
	font-weight: bold;
}
.entry-content h2{
	font-size: 36px;
	font-weight: 500;
	color: #262626;
	line-height: 1.5;
}
.entry-content h3{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}
.entry-content .et-boc h4{
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}
.entry-content .et-boc h5{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	padding-bottom: 0;
}
p{
	font-size: 1rem;
	font-weight: normal;
	color: #757575;
	line-height: 1.7rem;
}

.test-demo{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	
   -webkit-align-items: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
#video-banner .et_pb_fullwidth_header{
	min-height: 550px;
}
#video-banner .header-content{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	 -webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 100%;
	max-width: none;
	padding: 20px 80px 0;
}
#video-banner .header-content .et_pb_fullwidth_header_subhead{
	order: 1;
	font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}
#video-banner .header-content .et_pb_module_header,
#video-banner .header-content .et_pb_header_content_wrapper,
#video-banner .header-content .et_pb_button{
	order: 2;
}
#video-banner .header-content .et_pb_module_header{
	font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    padding-bottom: 0px;
}
#video-banner .header-content .et_pb_header_content_wrapper{
	font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
#video-banner .header-content .et_pb_header_content_wrapper > *{
	color: #fff;
}
#video-banner .header-content .et_pb_button{
	margin-right: 0;
}
/* */
#tablet{
    padding: 40px 132px 0 110px;
    background: #43445b;
    border-radius: 50px 50px 0 0;
	position: relative;
}
#tablet img{
	border: solid 3px #525478;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}
#tablet:before{
	content: '';
	position: absolute;
	width: 61px;
	height: 61px;
	border: solid 3px #525378;
	border-radius: 50%;
	box-sizing: border-box;
	right: 35px;
	bottom: 25%;
}
#tablet:after{
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background: #525378;
	border-radius: 50%;
	left: 48px;
	bottom: 30%;
}

/* */
#features-section > .et_pb_column_1_3{
	width: calc(33.33% - 20px);
	margin-right: 30px;
	transition: all 0.3s;
}
#features-section .et_pb_text_inner h4{
	color: #262626;
}

/* */

#solutions{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#solutions > .et_pb_column{
	position: relative;
	min-height: 370px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	
}	
#solutions h4{
	font-weight: bold;
	padding: 0 20px 40px;
}
#solutions > .et_pb_column.bg-overlay > div{
	position: relative;
	z-index: 2;
}
#solutions > .et_pb_column.bg-overlay:after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 1s ease-in-out;
}
#solutions > .et_pb_column.bg-blue:after{
	background: rgba(13, 97, 171, 0.8);
}
#solutions > .et_pb_column.bg-blue:hover:after{
	background: rgba(13, 97, 171, 1);
}
#solutions > .et_pb_column.bg-green:after{
	background: rgba(63, 182, 89, 0.8);
}
#solutions > .et_pb_column.bg-green:hover:after{
	background: rgba(63, 182, 89, 1);
}
#solutions > .et_pb_column.bg-orange:after{
	background: rgba(242, 101, 34, 0.8);
}
#solutions > .et_pb_column.bg-orange:hover:after{
	background: rgba(242, 101, 34, 1);
}

body #page-container .et_pb_section #solutions .et_pb_button:hover{
	background: transparent !important;
	border-color: #fff;
}

/* Testimonial */

#testimonial .et_pb_column{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#testimonial .et_pb_column > .et_pb_testimonial{
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
#testimonial .et_pb_column > .et_pb_testimonial:nth-child(2n+1){
	margin-right: 30px;
}
#testimonial .et_pb_testimonial_description{
	margin-left: 0 !important;
	padding-left: 30px;
    position: relative;
}
#testimonial .et_pb_testimonial_description:before{
	content: url(../images/testimonial-icon.png);
	position: absolute;
    left: 0;
    top: 0;
}
#testimonial .et_pb_testimonial_portrait{
	position: absolute;
	bottom: 40px;
    right: 40px;
    margin: 0;
    width: 180px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    border-radius: inherit;
}
#testimonial .et_pb_testimonial_portrait:before{
	content: none;
}
#testimonial .et_pb_testimonial_author,
#testimonial .et_pb_testimonial_meta{
	margin-right: 180px;
}
#testimonial .et_pb_testimonial_author{
	margin-top: 20px;
}
#testimonial .et_pb_testimonial_content p{
	line-height: 1.75;
}
#testimonial .et_pb_testimonial{
	padding: 42px 25px;
}
.list-testimonial{
	overflow: hidden;
}
.list-testimonial .testimonial{
	padding: 0 15px;
	margin-bottom: 30px;
}
.list-testimonial .slick-list{
	margin-left: -15px;
	margin-right: -15px;
}
.list-testimonial .main-content{
	padding: 42px 40px 42px 25px;
}
.list-testimonial .testimonial-content{
	position: relative;
	padding-left: 30px;
	margin-bottom: 35px;
}
.list-testimonial .testimonial-content p{
	color: #fff
}
.list-testimonial .testimonial-content:before{
	content: url(../images/testimonial-icon.png);
    position: absolute;
    left: 0;
    top: 0;
}
.list-testimonial .testimonial-info{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	 -webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
}
.list-testimonial .athour-company{
	flex-grow: 1;
}
.list-testimonial .testimonial-info img{
	max-height: 50px;
    width: auto;
}
.list-testimonial .author,
.list-testimonial .company{
	color: #fff;
}
.list-testimonial .author{
	font-weight: bold;
}
.list-testimonial .company{
	font-weight: normal;
}
.list-testimonial .testimonial-logo{
	padding-left: 20px;
}

/* List Logo */

.list-logos img{
	/*filter: gray;*/
 /*   filter: grayscale(100%);*/
	transition: filter 1s;
    cursor: pointer;
}
.list-logos img:hover{
	/*filter: gray;*/
 /*   filter: grayscale(0%);*/
}
.list-logos.hidden{
	display: none;
}
.et_pb_section a.hide-button{
	display: none;
}

/* Newsletter */

.custom-newsletter input#et_pb_signup_email{
	height: 65px;
}
.custom-newsletter .et_pb_newsletter_form p.et_pb_newsletter_field{
	padding-bottom: 20px;
}
.custom-newsletter .et_pb_newsletter_form{
	padding-left: 0 !important;
}
.banner-home .et_pb_slide_description .et_pb_slide_title{
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 0;
    line-height: 24px;
}
.banner-home .et_pb_slide_description .et_pb_slide_content h1 {
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    padding-bottom: 0px;
}
.banner-home .et_pb_slide_description .et_pb_slide_content p{
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}


@media (min-width: 640px){
	#features-section > .et_pb_column:hover{
		background: #ea5910;
	}
	#features-section > .et_pb_column:hover .et_pb_text_inner > *{
		color: #fff;
	}
	#features-section > .et_pb_column_1_3:last-child{
		margin-right: 0;
	}
}
@media (max-width: 980px){
	#video-banner .et_pb_fullwidth_header{
		min-height: auto;
	}
	#video-banner .header-content{
		padding-left: 0;
		padding-right: 0;
	}
	#video-banner .header-content .et_pb_module_header{
		font-size: 50px;
	}
	.banner-home .et_pb_slide_description .et_pb_slide_content h1 {
        font-size: 50px;
    }
	#testimonial .et_pb_column > .et_pb_testimonial:nth-child(n){
		width: 100%;
		margin-right: 0;
	}
	#features-section > .et_pb_column{
		width: 100%;
		margin-right: 0;
	}
	#tablet {
		padding: 30px 60px 0 40px;
		border-radius: 35px 35px 0 0;
	}
	#tablet:after {
		width: 10px;
		height: 10px;
		left: 17px;
	}
	#tablet:before {
		width: 35px;
		height: 35px;
		border: solid 2px #525378;
		right: 14px;
		bottom: 25%;
	}
}
@media (max-width: 767px){
	#video-banner .header-content .et_pb_module_header {
		font-size: 36px;
	}
	.banner-home .et_pb_slide_description .et_pb_slide_content h1 {
        font-size: 36px;
    }
	#features-section,
	.et_pb_section .list-logos{
		width: 100%;
	}
	.list-logos > .et_pb_column{
		width: 50% !important;
	}
	.list-logos > .et_pb_column img{
		padding: 0 10px;
	}
}
@media (max-width: 479px){
	.entry-content h2{
		font-size: 32px;
	}
	#testimonial .et_pb_testimonial_portrait {
		width: 100px !important;
		background-size: contain;
	}
	#testimonial .et_pb_testimonial_author,
	#testimonial .et_pb_testimonial_meta{
		margin-right: 50px;
	}
	.list-testimonial .testimonial-logo{
		max-width: 120px;
	}
	.et_pb_section .testimonial-section{
		width: 100%;
	}
}	