section{
	overflow-x: hidden;
}

section.no-marquee{
	padding-top: 50px;
}

section.unique-value.with-form{
	padding-top: 75px;
}

#js-marquee-scroll{
	overflow-y: hidden;
}
section.unique-value{
	background: #ffffff url('../img/unique_value_bg.jpg') no-repeat top left;
	overflow-y: hidden;
}

section.unique-value .global-width{
	padding-top: 50px;
	padding-bottom: 0px;
}

section.unique-value.with-form .global-width:after{
	content: "";
	display: table;
	clear: both;
}

section.unique-value h2{
	font-family: 'Roboto Slab', serif;
	font-size: 2.25em;
	font-weight: 400;
	color: #3e1a55;
	text-align: center;
}

section.unique-value.with-form h2{
	margin-bottom: 25px;
}

section.unique-value h2 .strong{
	font-weight: 700;
}

section.unique-value.with-form .unique-value-content p{
	color: #000000;
    line-height: 1.5em;
    font-size: 1.125rem;
    text-align: center;
}

section.unique-value h3{
	font-family: 'Roboto Slab', serif;
	font-size: 2.25em;
	font-weight: 700;
	color: #3e1a55;
	text-align: center;
}

section.unique-value .unique-value-content{
	float: left;
	width: 65%;
}

section.unique-value .unique-value-form{
	float: right;
	width: 30%;
}

section.unique-value .unique-value-form .unique-value-form-holder{
	background: #3e1a55;
	padding: 40px;
}

section.unique-value .unique-value-form .unique-value-form-holder h3{
	font-size: 1.5em;
    font-weight: 700;
    color: #fcc02f;
    line-height: 1.25;
    margin-bottom: 0.8333333333333333em;
}

section.unique-value .unique-value-form .unique-value-form-holder p{
	font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}

section.unique-value .unique-value-form .unique-value-form-holder form{
	margin-top: 30px;
}

section.unique-value .unique-value-form .unique-value-form-holder form fieldset{
	min-width: 0px;
}

section.unique-value .unique-value-form .unique-value-form-holder form input[type='text'], section.unique-value .unique-value-form .unique-value-form-holder form input[type='email']{
	margin-bottom: 15px;
    width: 100%;
    padding: 5px;
    border: #bbbbbb 1px solid;
    border-radius: 5px;
    font-size: 1.25em;
    font-weight: 300;
    font-family: "Lato", san-serif;
    color: #757575;
    background: #ffffff;
    outline: 0;
}

section.unique-value .unique-value-form .unique-value-form-holder form input[type='submit']{
	border: 0px;
    display: inline-block;
    margin: 35px auto 0px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

section.unique-value .unique-value-form .unique-value-form-holder form .wpcf7-mail-sent-ok{
	color: #ffffff;
	line-height: 1.75rem;
	font-size: 1.25rem;
}




section.unique-value .unique-value-form  .cta-content {
	margin: 0 auto 50px;
	max-width: 1000px;
}

section.unique-value .unique-value-form  .cta-content h3 {
	font-size: 1.375em;
	color: #672c82;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0.4545454545454545em;
}

section.unique-value .unique-value-form  .cta-content p {
	font-size: 1.125em;
	text-align: center;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.5;
}

section.unique-value .unique-value-form  .cta-content p:last-child {
	margin-bottom: 0;
}

section.unique-value .unique-value-form  .cta-buttons {
	text-align: center;
}

section.unique-value .unique-value-form  .cta-buttons-list {
	display: inline-block;
}

section.unique-value .unique-value-form  .cta-buttons-list li {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}






section.unique-value .image-text-container{
	margin-top: 60px;
}

section.unique-value .image-text-container:after{
	content: "";
	display: table;
	clear: both;
}

section.unique-value .image-text-container .image{
	float: left;
	width: 50%;
	text-align: center;
}

section.unique-value.with-form .image-text-container .image{
	float: none;
    width: 100%;
    max-width: 610px;
    margin: 0px auto 40px;
}

section.unique-value .image-text-container .image svg{
	width: 80%;
}

section.unique-value .image-text-container .image.excellent-roi svg{
	max-width: 404px;
	overflow: visible;
	transform: translate(-150px, 0px);
	opacity: 0;
	transition: all .5s ease-out;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg{
	transform: translate(0px, 0px);
	opacity: 1;
}

section.unique-value .image-text-container .image.excellent-roi svg #front_screen{
	opacity: 0 !important;
	transform: translate(-60px, 60px);
	transition: all .2s ease-out 1.5s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #front_screen{
	transform: translate(0px, 0px);
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #middle_screen{
	opacity: 0 !important;
	transform: translate(-60px, 60px);
	transition: all .2s ease-out 1.4s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #middle_screen{
	transform: translate(0px, 0px);
	opacity: .58 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #back_screen{
	opacity: 0 !important;
	transform: translate(-60px, 60px);
	transition: all .2s ease-out 1.3s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #back_screen{
	transform: translate(0px, 0px);
	opacity: 0.42 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #side_screen{
	opacity: 0 !important;
	transform: translate(84px,59px);
	transition: all .3s ease-out 1.3s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #side_screen{
	transform: translate(0px, 0px);
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #wave{
	opacity: 0 !important;
	transform: translate(-56px,-33px);
	transition: all .5s ease-out 1.2s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #wave{
	transform: translate(0px, 0px);
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #paper1{
	opacity: 0 !important;
	transition: all .2s ease-out .3s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #paper1{
	opacity: .42 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #paper2{
	opacity: 0 !important;
	transition: all .2s ease-out .3s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #paper2{
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #paper3{
	opacity: 0 !important;
	transition: all .2s ease-out .3s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #paper3{
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #paper4{
	opacity: 0 !important;
	transition: all .2s ease-out;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #paper4{
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #calculator{
	opacity: 0 !important;
	transition: all .2s ease-out .6s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #calculator{
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #card1{
	opacity: 0 !important;
	transform: translate(-20px,20px);
	transition: all .2s ease-out .7s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #card1{
	transform: translate(0px,0px);
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.excellent-roi svg #card2{
	opacity: 0 !important;
	transform: translate(-20px,20px);
	transition: all .2s ease-out 1s;
}

section.unique-value .image-text-container .image.excellent-roi.animate svg #card2{
	transform: translate(0px,0px);
	opacity: .42 !important;
}

section.unique-value .image-text-container .image.major-benefits svg{
	max-width: 362px;
	transform: translate(-150px, 0px);
	opacity: 0;
	transition: all .5s ease-out;
}

section.unique-value .image-text-container .image.major-benefits.animate svg{
	transform: translate(0px, 0px);
	opacity: 1;
}

section.unique-value .image-text-container .image.major-benefits svg #paper_holder{
	opacity: 0 !important;
	transition: all .2s ease-out;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #paper_holder{
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #mousepad1{
	opacity: 0 !important;
	transition: all .2s ease-out .2s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #mousepad1{
	opacity: .5 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #mousepad2{
	opacity: 0 !important;
	transition: all .2s ease-out .3s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #mousepad2{
	opacity: .5 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #mouse{
	opacity: 0 !important;
	transition: all .2s ease-out .4s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #mouse{
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #clock{
	opacity: 0 !important;
	transition: all .2s ease-out .6s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #clock{
	opacity: 1 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #screen1{
	opacity: 0 !important;
	transform: translate(83px,75px);
	transition: all .3s ease-out .8s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #screen1{
	transform: translate(0px,0px);
	opacity: .64 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #screen2{
	opacity: 0 !important;
	transform: translate(73px,33px);
	transition: all .3s ease-out .8s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #screen2{
	transform: translate(0px,0px);
	opacity: .64 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #screen3{
	opacity: 0 !important;
	transform: translate(-108px,-33px);
	transition: all .3s ease-out .8s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #screen3{
	transform: translate(0px,0px);
	opacity: .64 !important;
}

section.unique-value .image-text-container .image.major-benefits svg #screen4{
	opacity: 0 !important;
	transform: translate(-84px,-63px);
	transition: all .3s ease-out .8s;
}

section.unique-value .image-text-container .image.major-benefits.animate svg #screen4{
	transform: translate(0px,0px);
	opacity: .64 !important;
}

section.unique-value .image-text-container .text{
	float: left;
	width: 50%;
	text-align: left;
}

section.unique-value.with-form .image-text-container .text{
	float: none;
    width: 100%;
    max-width: 610px;
    margin: 0px auto;
}

section.unique-value .image-text-container .text h3{
	color: #e18942;
	font-size: 1.5em;
	font-family: 'Lato', san-serif;
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
}

section.unique-value .image-text-container .text ul.fa-ul{
	margin-left: 25px;
	font-size: 1.125em;
}

section.unique-value .image-text-container .text ul li{
	color: #000000;
	line-height: 1.25em;
	margin-bottom: 15px;
}

section.unique-value .image-text-container .text ul li .fa-li{
	color: #682884;
	font-size: 0.8888888888888889em;
}

section.unique-value .hr{
	width: 50%;
	height: 2px;
	background: #672c82;
	margin: 50px 0px 50px auto;
}

section.unique-value.with-form .hr{
	width: 100%;
}

section.unique-value .bottom-bar{
	width: 100%;
	/* height: 82px; */
}

section.unique-value .bottom-bar img{
	width: 100%;
}

section.download-whitepaper{
	background: #ffffff;
	padding: 75px 0px;
	text-align: center;
}

section.download-whitepaper h2{
	font-size: 2em;
	font-weight: 300;
	line-height: 1.25em;
	margin: 0px auto 30px;
	color: #000000;
	max-width: 530px;
}

section.download-whitepaper p{
	color: #727272;
	font-size: 1.125em;
	margin-bottom: 27px;
}

section.download-whitepaper a{
	margin: 0px auto;
}

footer{
	width: 100%;
	background: url('../img/footer_bg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}

footer h2{
	text-align: center;
	color: #fd9827;
	font-family: 'Roboto Slab', serif;
	font-size: 2.25em;
	font-weight: 400;
	padding-top: 50px;
}

footer h3{
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-size: 2.25em;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.25;
}

footer .footer-column-container{
	padding: 50px 0px;
	color: #ffffff;
}

footer .footer-column-container:after{
	content: "";
	display: table;
	clear: both;
}

footer .footer-column-container .footer-col{
	float: left;
	margin-right: 4.5%;
}

footer .footer-column-container .footer-col:last-child{
	margin-right: 0px;
}

footer .footer-column-container .footer-col.footer-about{
	width: 27%;
}

footer .footer-column-container .footer-col.footer-about img{
	margin-bottom: 30px;
}

footer .footer-column-container .footer-col.footer-about p{
	line-height: 1.5em;
	font-size: 1em;
}

footer .footer-column-container .footer-col.footer-about .social-buttons{
	padding: 30px 0px 0px 0px;
}

footer .footer-column-container .footer-col.footer-about .social-buttons a{
	color: #ffffff;
	font-size: 1em;
	margin-right: 15px;
}

footer .footer-column-container .footer-col.footer-about .social-buttons a:hover{
	color: #fd9827;
}

footer .footer-column-container .footer-col.footer-about .social-buttons a:last-child{
	margin-right: 0px;
}

footer .footer-column-container .footer-col.footer-location{
	width: 37%;
}

footer .footer-column-container .footer-col.footer-location:after{
	content: "";
	display: table;
	clear: both;
}

footer .footer-column-container .footer-col.footer-location .left{
	float: left;
	width: 44.4%;
	margin-right: 11.1%;
}

footer .footer-column-container .footer-col.footer-location .right{
	float: left;
	width: 44.4%;
	padding-top: 72px;
}

footer .footer-column-container .footer-col.footer-location .right a {
  color: #fff;
	text-decoration: none;
}

footer .footer-column-container .footer-col.footer-location .left h4{
	margin-bottom: 46px;
	padding-top: 10px;
}

footer .footer-column-container .footer-col.footer-location p{
	line-height: 1.5em;
	font-size: 1em;
}

footer .footer-column-container .footer-col.footer-buttons{
	width: 27%;
	padding-top: 47px;
}

footer .footer-column-container .footer-col.footer-buttons .btn{
	display: block;
	margin-bottom: 20px;
}

footer .copyright{
	background: rgba(0,0,0,.5);
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: .875em;
	padding: 25px 0px;
}

.grow-box .box{
	background: none !important;
}

.grow-box .box:before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background: #3e1a55;
	z-index: 0;
	transition: all .3s ease-out;
	transform: scaleY(0);
	transform-origin: center top;
}

.grow-box .box .box-icon{
	opacity: 0;
	transform: translateX(-50%) rotate(180deg);
	transform-origin: center center;
	transition: all .2s ease-out .5s;
}

.grow-box .box h3{
	opacity: 0;
	transition: all .2s ease-out .7s;
	z-index: 1;
	position: relative;
}

.grow-box .box ul{
	opacity: 0;
	transition: all .2s ease-out .7s;
}

.grow-box.animate .box:before{
	transform: scaleY(1);
}

.grow-box.animate .box .box-icon{
	opacity: 1;
	transform: translateX(-50%) rotate(0deg);
}

.grow-box.animate .box h3{
	opacity: 1;
}

.grow-box.animate .box ul{
	opacity: 1;
}

.modal{
	width: 80%;
	max-width: 1000px;
	margin: 20px auto;
	background: #ffffff;
	padding: 50px 40px;
	position: relative;
	background: #ffffff url('../img/unique_value_bg.jpg') no-repeat top left;
}

.modal h2{
	font-family: 'Roboto Slab', serif;
    font-size: 2.125em;
    line-height: 1.25;
    text-align: center;
		margin-bottom: 0.2941176470588235em;
}

.modal h3{
	font-family: 'Roboto Slab', serif;
    font-size: 2.5em;
    line-height: 1.25;
	font-weight: 700;
    display: block;
    color: #3e1a55;
    margin-bottom: 0.5952380952380952em;
    text-align: center;
}

.modal p{
	font-weight: 300;
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
}

.modal form{
	width: 100%;
    max-width: 500px;
    margin: 40px auto 0px;
}

.modal form input[type='text'], .modal form input[type='email']{
	margin-bottom: 15px;
	width: 100%;
	padding: 5px;
	border: #bbbbbb 1px solid;
	border-radius: 5px;
	font-size: 1.25em;
	font-weight: 300;
    font-family: "Lato", san-serif;
    color: #757575;
    outline: 0;
}

.modal form .modal-submit-wrapper {
	text-align: center;
}

.modal form input[type='submit']{
	border: 0px;
	display: inline-block;
	margin: 35px auto 0px;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

.modal form textarea{
	width: 100%;
	border: #bbbbbb 1px solid;
	border-radius: 5px;
	min-height: 100px;
	font-size: 1.25em;
	font-weight: 300;
    font-family: "Lato", san-serif;
    color: #757575;
    padding: 5px;
    outline: 0;
}

.modal .message{
	font-weight: 500;
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
    max-width: 600px;
    margin: 30px auto;
}

/****** Slide Box Animation *******/

.slide-box .box-icon{
	opacity: 0;
	transform: translateX(100px);
	transition: all .3s ease-out;
}

.slide-box .box-content{
	opacity: 0;
	transform: translateX(100px);
	transition: all .3s ease-out .2s;
}

.slide-box.animate .box-icon{
	opacity: 1;
	transform: translateX(0px);
	transition: all .3s ease-out;
}

.slide-box.animate .box-content{
	opacity: 1;
	transform: translateX(0px);
	transition: all .3s ease-out .2s;
}

/****** Slide Box Animation *******/

.fade-4-boxes .box{
	opacity: 0;
}

.fade-4-boxes .box:nth-child(1){
	transition: all .25s ease-out;
}

.fade-4-boxes .box:nth-child(2){
	transition: all .25s ease-out .2s;
}

.fade-4-boxes .box:nth-child(3){
	transition: all .25s ease-out .4s;
}

.fade-4-boxes .box:nth-child(4){
	transition: all .25s ease-out .6s;
}

.fade-4-boxes.animate .box{
	opacity: 1;
}

/****** Products Section ******/
.our-product-section .img-content-primary{
	padding: 0px;
}
.products-ul{

}

.products-ul li{
	padding: 20px 35px;
	margin-bottom: 10px;
	background: #ffffff;
}

.products-ul li:nth-child(even){
	background: #dcdcdc;
}

.fade-in-lis li{
	opacity: 0;
	transform: translate(5px,5px);
	transition: all .75s ease-out;
}

.fade-in-lis li.animate{
	opacity: 1;
	transform: translate(0px,0px);
}

/****** Marquee Animation ******/

.marquee.animate-text h1{
	opacity: 0;
	transform: translateX(50%);
	transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.marquee.animate-text.animate h1{
	opacity: 1;
	transform: translateX(0);
}

.marquee-bottom-text{
	position: relative;
}

.marquee.animate-text h2.first{
	opacity: 0;
	transition: all .3s ease-out;
}

.marquee.animate-text h2.first.animate{
	opacity: 1;
}

.marquee h2.second{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all .3 ease-out;
	color: #fcc02f;
}

.marquee h2.second.animate{
	opacity: 1;
}

.marquee.animate-text .h3-container{
	opacity: 1;
	height: 31px;
	margin-bottom: 50px;
	display: block;
	position: relative;
}

.marquee.animate-text .h3-container h3{
	display: block;
	position: absolute;
	top: -50px;
	opacity: 0;
	transition: all .3s ease;
	padding-left: 20px;
}

.marquee.animate-text .h3-container h3:before{
	content: "\f111";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 700;
	font-size: .5rem;
	color: #ffffff;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	left:0px;
}

.marquee.animate-text .h3-container h3.on{
	opacity: 1;
	top: 0px;
}

.marquee.animate-text .h3-container h3.leave{
	opacity: 0;
	top: 50px;
}

.marquee.animate-text h4{
	opacity: 0;
	transition: all .3s ease-out 1.25s;
}

.marquee.animate-text h4.animate{
	opacity: 1;
}

.marquee.animate-text .btn{
	opacity: 0;
	transition: all .3s ease-out;
}

.marquee.animate-text .btn.animate{
	opacity: 1;
}
