/**
 * =================================================================== 
 *
 *  Lhander v1.0 Main Stylesheet
 *  url: styleshout.com
 *  01-11-2016
 * -------------------------------------------------------------------
 *
 *	TOC:
 *	01. webfonts and iconfonts 
 *	02. base style overrides
 * 03. preloader
 * 04. forms
 * 05. buttons
 * 06. common styles
 * 07. header styles
 * 08. intro section
 * 09. process section
 * 10. features section
 * 11. pricing section
 * 12. testimomials section 
 * 13. faq section 
 *	14. ad-section 
 *	15. call-to-action section
 *	16. footer
 *
 * =================================================================== 
 */

/** 
 * ===================================================================
 * webfonts and iconfonts 
 *
 * ------------------------------------------------------------------- 
 */

@import url("fonts.css");
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");

/** 
 * ===================================================================
 * base style overrides
 *
 * ------------------------------------------------------------------- 
 */

html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}

html, body {
	height: 100%;
}
body {
	background: #662d91;
	font-family: "merriweather-regular", serif;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #737373;
}

/**
 * links 
 * -
 */

a, a:visited {
	color: #0087cc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #ff7b29;
}

/**
 * typography  
 * -
 */

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	color: #fff;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 1.7rem;
    font-weight: normal !important;
}
h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
}

h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;
	}
}

h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
/*h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}*/
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;/*
	letter-spacing: .15rem;*/
}
/*h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .15rem;
}*/

p img {
	margin: 0;
}
p.lead {
	font-family: "merriweather-light", serif;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #737373;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}

em, i, strong, b {
	font-size: 1.6rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "merriweather-italic", serif;
}
strong, b {
	font-family: "merriweather-bold", serif;
}
small {
	font-size: 1.1rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #333;
	font-family: arial, sans-serif;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.75;
}
blockquote cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.65;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #8d8d8d;
	border: none;
}
abbr {
	font-family: "merriweather-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #8d8d8d;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #cfcfd5;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/**
 * Lists  
 * -
 */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #05bca9;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #05bca9;
}
dd {
	margin: 0 0 0 2rem;
}

/**
 * tables  
 * -
 */

table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "raleway-regular", sans-serif;
}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #252525;
	font-family: "raleway-bold", sans-serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/**
 * Spacing  
 * -
 */

button, .button {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
.fluid-video-wrapper,
.iw-custom-select {
	margin-bottom: 2rem;
}

/**
 * floated image  
 * -
 */

img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/**
 * block grids paddings 
 * -
 */

.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}


/** 
 * ===================================================================
 * preloader
 *
 * ------------------------------------------------------------------- 
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}



#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0;
    background: url(../images/monogram.png) center;
    background-size: contain;
	-webkit-animation: sk-scaleout 0.75s infinite ease-in-out;
	animation: sk-scaleout 0.75s infinite ease-in-out; 
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@media only screen and (max-width:480px) {
	#loader {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        padding: 0;
        background: url(../images/monogram.png) center;
        background-size: contain;
        -webkit-animation: sk-scaleout 0.75s infinite ease-in-out;
        animation: sk-scaleout 0.75s infinite ease-in-out; 
    }
}

/** 
 * ===================================================================
 * forms
 *
 * ------------------------------------------------------------------- 
 */

fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 50px;
	padding: 1.5rem 2rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #000000;
	font-family: 'latoregular';
	font-size: 15px;
	line-height: 3rem;
	background: #FFFFFF;
	max-width: 100%;
    width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
	display: inline-block;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
	padding-right: 4rem;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
	display: none;
}
.ss-custom-select::after {
	content: '\f123';
	font-family: 'Ionicons';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}
textarea {
	min-height: 150px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #000000;
	background: #f4fffe;
	border: 1px solid #d2fef9;
}
label, legend {
	font-family: 'latoregular';
	font-size: 12px;
	color: #000000;
	display: block;
}
label span, legend span {
	color: #05bca9;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text  
 * -
 */

::-webkit-input-placeholder {
	color: #a1a1a1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a1a1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a1a1;
}
:-ms-input-placeholder {
	color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}


/** 
 * ===================================================================
 * buttons
 *
 * ------------------------------------------------------------------- 
 */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.6rem;
	/*height: 5rem;*/
	line-height: 5rem;
	padding: 0 3rem;
	margin: 0 .3rem 1rem 0;
	background: #d8d8d8;
	color: #252525;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	/*border-radius: 1000px;*/
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #FFFFFF;
	outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #05bca9;
	color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #04998a;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** 
 * ===================================================================
 * common styles 
 *
 * ------------------------------------------------------------------- 
 */

.section-intro {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.2rem;
	position: relative;
}
.section-intro h1 {
	font-family: "merriweather-bold", serif;
	font-size: 4.8rem;
	color: #252525;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
.section-intro h5 {
	color: rgba(56, 66, 78, 0.5);
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 0.3rem;
	/*letter-spacing: .4rem;*/
}
.section-intro .lead {
	color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-intro .with-bottom-line::after {
	display: block;
	background-color: #05bca9;
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
@media only screen and (max-width:600px) {
	section .h01 {
		font-size: 2.5rem;
	}
}

/**
 * responsive:
 * common styles
 * - 
 */

@media only screen and (max-width:768px) {
	.section-intro {
		max-width: 650px;
	}
	.section-intro h1 {
		font-size: 4.2rem;
	}
}
@media only screen and (max-width:600px) {
/*	.section-intro h1 {
		font-size: 3.8rem;
	}
	.section-intro h5 {
		font-size: 1.5rem;
		letter-spacing: .3rem;
	}*/
}


/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */

header {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 600;
    background-color: #1e3869;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    padding-top: 24px;
    padding-bottom: 24px;
}
header .row {
	width: auto;
	height: 66px;
	position: relative;
}

header .logo {
	margin-top: 2px;
	z-index: 600;
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	text-shadow: none;
	color: transparent;
	width: 180px;
	height: 72px;
	background: url("../images/libniz-logo-text.png") no-repeat center;
	background-size: contain;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sticky {
	position: fixed;
	background: #fff;
	top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sticky .logo a {
	width: 180px;
	height: 72px;
}

/**
 * responsive:
 * header section
 * - 
 */

@media (max-width:768px) {
	header {
		top: 0;
		padding: 6px 0;
	}
	header .logo a {
		width: 140px;
         height: 45px;
	}
	.sticky .logo a {
		width: 140px;
         height: 45px;
	}
    
    .sticky {
        position: fixed;
        background: #fff;
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width:480px) {
	.sticky {
        position: fixed;
        background: #fff;
        top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .main-navigation li a {
        display: block;
        color: #e6e6e6;
        width: auto;
        padding: 14px 0;
        line-height: 16px;
        border: none;
    }
    
}

/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}

/* hide toggle button */
a.menu-toggle {
	display: none;
}

/* main-nav-wrap */
#main-nav-wrap {
	font-family: "Arial";
    font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 35px;
}
.main-navigation {
	min-height: 66px;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 66px;
}
.main-navigation li.current a {
	color: #000;
}
.main-navigation li.current a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #00B9D2;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
	color: #05bca9;
}
.main-navigation li.demo-req a{
    position: relative;
    padding: 4px 22px;
    border-radius: 7px;
    background-color: #80d2ec;
    border: 2px solid #80d2ec;
    margin-left: 10px;
    color: #1e3869;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.main-navigation li.demo-req a:hover {
    position: relative;
    padding: 4px 22px;
    border-radius: 7px;
    background-color: #1e3869;
    border: 2px solid #80d2ec;
    margin-left: 10px;
    color: #ffffff;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.main-navigation li.demo-req a:focus {
    position: relative;
    padding: 4px 22px;
    border-radius: 7px;
    background-color: #80d2ec;
    border: 2px solid #80d2ec;
    margin-left: 10px;
    color: #1e3869;
}


.main-navigation li.log-in a{
    position: relative;
    padding: 4px 22px;
    border-radius: 7px;
    background-color: #1e3869;
    border: 2px solid #80d2ec;
    margin-left: 20px;
    color: #ffffff;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.main-navigation li.log-in a:hover{
    position: relative;
    padding: 4px 22px;
    border-radius: 7px;
    background-color: #80d2ec;
    border: 2px solid #80d2ec;
    margin-left: 20px;
    color: #1e3869;
}


/*.main-navigation li.demo-req a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.2);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

/* navigation links */
.main-navigation li a {
	display: block;
	padding: 18px 10px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	color: #000;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
	background-color: transparent;
}
.main-navigation li a:hover {
	opacity: 0.7;
}

/**
 * mobile view - primary navigation
 * - 
 */

@media (max-width:1160px) {
	#main-nav-wrap {
		display: block;
		width: 100%;
		position: absolute;
		top: 69px;
		right: 0;
	}
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -20px;
	}
	a.menu-toggle span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: #000;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}
	a.menu-toggle span::before, a.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}
	a.menu-toggle span::before {
		top: -8px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	a.menu-toggle span::after {
		bottom: -8px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	.menu-toggle.is-clicked span {
		background-color: rgba(255, 255, 255, 0);
	}
	.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
		background-color: #000;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-navigation {
		background: #fff;
		padding: 20px 42px 40px 42px;
		margin: 0;
		width: 100%;
		height: auto;
		clear: both;
		display: none;
	}
	.main-navigation > li {
		display: block;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(0, 0, 0, 0.8);
		padding: 0;
	}
	.main-navigation > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.08);
	}
	.main-navigation li a {
		display: block;
		color: #000;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
	}
    
	.main-navigation li.demo-req a {
		display: block;
		color: #e6e6e6;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
        margin-left: 0;
        background-color: transparent;
        border-radius: 0;
	}
    
	.main-navigation li.demo-req a:hover {
		display: block;
		color: #80d2ec;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
        margin-left: 0;
        background-color: transparent;
        border-radius: 0;
	}
    
	.main-navigation li.demo-req a:focus {
		display: block;
		color: #80d2ec;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
        margin-left: 0;
        background-color: transparent;
        border-radius: 0;
	}
    
    .main-navigation li.log-in a {
		display: block;
		color: #e6e6e6;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
        margin-left: 0;
        background-color: transparent;
        border-radius: 0;
	}
    
	.main-navigation li.log-in a:hover {
		display: block;
		color: #80d2ec;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
        margin-left: 0;
        background-color: transparent;
        border-radius: 0;
	}
    
	.main-navigation li.log-in a:focus {
		display: block;
		color: #80d2ec;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
        margin-left: 0;
        background-color: transparent;
        border-radius: 0;
	}
    
	.main-navigation li a:hover {
		opacity: 0.7;
	}
	.main-navigation li.demo-req a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation li.demo-req a::before {
		display: none;
	}
	.main-navigation li.current > a {
		background: none;
		color: #00B9D2    ;
	}
	.main-navigation li.current > a:after {
		display: none;
	}
}

/**
 * make sure the menu is visible on larger screens
 * -
 */

@media (max-width:480px) {
	.main-navigation {
        background: #fff;
        padding: 5px 42px 30px 42px;
        margin: 0;
        width: 100%;
        height: auto;
        clear: both;
        display: none;
    }
}


/** 
 * ===================================================================
 * intro section
 *
 * ------------------------------------------------------------------- 
 */

#intro {
	background: rgba(0,165,171,0.8);
    background: -moz-linear-gradient(left, rgba(0,165,171,0.8) 0%, rgba(102,45,145,0.8) 34%, rgba(237,28,35,0.81) 60%, rgba(252,237,33,0.81) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,165,171,0.8)), color-stop(34%, rgba(102,45,145,0.8)), color-stop(60%, rgba(237,28,35,0.81)), color-stop(100%, rgba(252,237,33,0.81)));
    background: -webkit-linear-gradient(left, rgba(0,165,171,0.8) 0%, rgba(102,45,145,0.8) 34%, rgba(237,28,35,0.81) 60%, rgba(252,237,33,0.81) 100%);
    background: -o-linear-gradient(left, rgba(0,165,171,0.8) 0%, rgba(102,45,145,0.8) 34%, rgba(237,28,35,0.81) 60%, rgba(252,237,33,0.81) 100%);
    background: -ms-linear-gradient(left, rgba(0,165,171,0.8) 0%, rgba(102,45,145,0.8) 34%, rgba(237,28,35,0.81) 60%, rgba(252,237,33,0.81) 100%);
    background: linear-gradient(to right, rgba(0,165,171,0.8) 0%, rgba(102,45,145,0.8) 34%, rgba(237,28,35,0.81) 60%, rgba(252,237,33,0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5ab', endColorstr='#fced21', GradientType=1 );
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 720px;
	display: table;
	position: relative;
}
.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
    padding-top: 114px;
}
.intro-content h1 {
    color: #FFF;
    font-family: "Arial";
    font-weight: bold !important;
    font-size: 68px;
    line-height: 1.1;
    width: 800px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.intro-content h5 {
    color: #FFF;
    font-family: 'latomedium';
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    width: 700px;
    margin: 15px auto 0;
}
.intro-content .video-link a {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 4.2rem;
	outline: none;
}
.intro-content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 6.6rem;
	line-height: 6rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	color: #05bca9;
	border-color: #05bca9;
}

.intro-content .about-us-btn {
    margin: 30px auto 0;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    font-family: 'latomedium';
    font-size: 20px;
    color: #fff;
    width: 160px;
    transition: 1s;
}
.intro-content .about-us-btn:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}
#intro .top-line-page {
    border-bottom: 1px solid #ccc;
    width: 70%;
    position: absolute;
    top: 125px;
    right: 0;
}


/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1024px) {
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-content h1 {
		font-size: 4.8rem;
		max-width: 700px;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
}
@media only screen and (max-width:768px) {
	#intro {
		min-height: 660px;
	}
	.intro-content h1 {
        font-size: 54px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
	}
	.intro-content h5 {
        font-size: 18px;
        width: 100%;
        letter-spacing: 0;
        text-align: center;
	}
}
/*@media only screen and (max-width:600px) {
	#intro {
		min-height: 100%;
	}
	.intro-content h1 {
		font-size: 3.8rem;
		margin-bottom: .9rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 66px;
		height: 66px;
		margin-bottom: 1.5rem;
	}
}*/
@media only screen and (max-width:480px) {
	#intro {
		min-height: 100%;
	}
    
	.intro-content h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    
    .intro-content h5 {
        font-size: 14px;
        line-height: 20px;
    }
    
    #intro .top-line-page {
        border-bottom: 1px solid #ccc;
        width: 70%;
        position: absolute;
        top: 90px;
        right: 0;
    }
    
    .intro-content .about-us-btn {
        margin: 30px auto 0;
        padding: 10px 20px 10px;
        border: 1px solid #fff;
        border-radius: 10px;
        text-align: center;
        font-family: 'latomedium';
        font-size: 18px;
        color: #fff;
        width: 160px;
        transition: 1s;
    }
}

/**
 * video popup modal
 * - 
 */

.popup-modal {
	max-width: 800px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * - 
 */

@media only screen and (max-width:900px) {
	.popup-modal {
		max-width: 700px;
	}
}
@media only screen and (max-width:768px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup
 * - 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}


/** 
 * ===================================================================
 * process section
 *
 * ------------------------------------------------------------------- 
 */

#about-us {
    background: rgba(193,39,44,1);
    background: -moz-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(255,255,255,0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(193,39,44,1)), color-stop(100%, rgba(255,255,255,0.99)));
    background: -webkit-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(255,255,255,0.99) 100%);
    background: -o-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(255,255,255,0.99) 100%);
    background: -ms-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(255,255,255,0.99) 100%);
    background: linear-gradient(to right, rgba(193,39,44,1) 0%, rgba(255,255,255,0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272c', endColorstr='#ffffff', GradientType=1 );
    
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 720px;
    display: table;
	padding-top: 15rem;
	padding-bottom: 15rem;
	overflow: hidden;
    position: relative;
}
/*.process-content {
    float: right;
    width: 52%;
    margin-top: -565px;
}*/
.process-content {
    position: absolute;
    width: 52%;
    top: 80px;
    right: 0;
}
.process-content-2 {
    float: left;
    width: 47%;
    margin-left: 3%;
    margin-top: 100px;
}
.process-content .right-side,
.process-content .left-side,
.process-content .image-part {
	width: 33.33333%;
	font-size: 15px;
	line-height: 27px;
}
.process-content .right-side, .process-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.process-content .right-side {
	right: 0;
}
.process-content .left-side {
	left: 0;
}
#about-us .process-content .image-part {
    margin-left: auto;
    margin-right: 0;
    height: 0;
    padding-top: 93%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/about-us.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.image-part {
    /* margin-left: auto; */
    margin-right: 0;
    height: 0;
    padding-right: 100%;
    padding-top: 75%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(../images/work-better-together.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.process-content-mobile{
    display: none;
}

.process-content-mobile .image-part-mobile{
    display: none;
}
#about-us .row h1 {
	color: #FFF;
	font-family: "Arial";
    font-weight: bold !important;
    font-size: 68px;
    line-height: 1.1;
    max-width: 100%;  
    text-align: left;
    word-wrap: normal;
    margin-bottom: 30px;
}
#about-us .row h5 {
	color: #FFF;
	font-family: 'latolight';
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    max-width: 100%;
    text-align: left;
}
#about-us a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 143px;
    margin-top: 4rem;
}
#about-us .softwares-btn{
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    font-family: 'latomedium';
    font-size: 20px;
    color: #fff;
    width: 160px;
    transition: 1s;
    float: left;
    text-transform: uppercase;
}
#about-us .softwares-btn:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}
.process-content-2 .image-part-2 {
    margin-right: auto;
    margin-right: 0;
    height: 0;
    padding-top: 75%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/advantages.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}


#about-us .row-two h1 {
    color: #FFF;
    font-family: 'multicolore';
    /*font-size: 8.4rem;*/
    /*font-size: 3.5vw;*/
    font-size: 68px;
    line-height: 1.1;
    max-width: 100%;
    text-align: left;
    word-wrap: normal;
}
#about-us .row-two h5 {
	color: #FFF;
	font-family: 'latolight';
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0.6rem;
    max-width: 100%;
    text-align: left;
}

.row-two-margin{
    margin-top: 33%;
}

.row-wrapper-1{
    float: none;
    overflow: hidden;
    position: relative;
}
#about-us .top-line-page {
    border-bottom: 1px solid #ccc;
    width: 70%;
    position: absolute;
    top: 125px;
    right: 0;
}
/**
 * responsive:
 * process
 * -
 */

@media (max-width:768px) {
	#about-us {
        background: rgba(193,39,44,1);
        background: -moz-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(230,108,112,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(193,39,44,1)), color-stop(100%, rgba(230,108,112,1)));
        background: -webkit-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(230,108,112,1) 100%);
        background: -o-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(230,108,112,1) 100%);
        background: -ms-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(230,108,112,1) 100%);
        background: linear-gradient(to right, rgba(193,39,44,1) 0%, rgba(230,108,112,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272c', endColorstr='#e66c70', GradientType=1 );
    
        padding-bottom: 15rem;
        padding-top: 15rem;
	}
	.process-content .right-side, .process-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	.process-content {
		display: none;
	}
    
    .row-full {
        width: auto;
        margin-left: 0;
        float: none;
    }
    
    .process-content-mobile {
        display: block !important;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    .process-content-mobile .image-part-mobile {
        display: block !important;
        margin-left: auto;
        margin-right: 0;
        height: 0;
        padding-top: 75%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        background-image: url("../images/about-us-mobile.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    
    #about-us .row h1 {
        color: #FFF;
        font-family: "Arial";
        font-weight: bold !important;
        /* font-size: 8.4rem; */
        font-size: 54px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
    }
    
    #about-us .row h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
    .process-content-2 {
        float: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 120px;
        margin-bottom: 40px;
    }
    
    .row-two {
        width: auto;
        margin-left: 0;
        float: none;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .row-two-margin {
        margin-top: 0;
        padding: 0 15px;
    }
    
    #about-us .row-two h1 {
        color: #FFF;
        font-family: 'multicolore';
        /* font-size: 8.4rem; */
        font-size: 54px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
    }
    
    #about-us .row-two h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
}
@media (max-width:480px) {
/*	#about-us {
		padding-bottom: 21rem;
	}
	.process-content .image-part {
		width: 230px;
		bottom: -540px;
		margin-left: -115px;
	}*/
    
    #about-us .top-line-page {
        border-bottom: 1px solid #ccc;
        width: 70%;
        position: absolute;
        top: 90px;
        right: 0;
    }
    
    #about-us {
        padding-top: 7rem;
		padding-bottom: 7rem;
	}
    
    .process-content-mobile {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    #about-us .row h1 {
        color: #FFF;
        font-family: "Arial";
        font-weight: bold !important;
        /* font-size: 8.4rem; */
        font-size: 36px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
        margin-bottom: 20px;
    }
    
    #about-us .row h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
    .process-content-2 {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 120px;
        margin-bottom: 40px;
    }
    
    #about-us .row-two h1 {
        color: #FFF;
        font-family: 'multicolore';
        /* font-size: 8.4rem; */
        font-size: 36px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
    }
    
    #about-us .row-two h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
    #about-us .softwares-btn {
        padding: 10px 20px;
        border: 1px solid #fff;
        border-radius: 10px;
        text-align: center;
        font-family: 'latomedium';
        font-size: 18px;
        color: #fff;
        width: 160px;
        transition: 1s;
        float: left;
        text-transform: uppercase;
    }
    
}


/** 
 * ===================================================================
 * features section
 *
 * ------------------------------------------------------------------- 
 */

#software {
	background: rgba(102,45,145,1);
    background: -moz-linear-gradient(left, rgba(102,45,145,1) 0%, rgba(162,127,188,0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,45,145,1)), color-stop(100%, rgba(162,127,188,0.99)));
    background: -webkit-linear-gradient(left, rgba(102,45,145,1) 0%, rgba(162,127,188,0.99) 100%);
    background: -o-linear-gradient(left, rgba(102,45,145,1) 0%, rgba(162,127,188,0.99) 100%);
    background: -ms-linear-gradient(left, rgba(102,45,145,1) 0%, rgba(162,127,188,0.99) 100%);
    background: linear-gradient(to right, rgba(102,45,145,1) 0%, rgba(162,127,188,0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#a27fbc', GradientType=1 );
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 720px;
    display: table;
	padding-top: 15rem;
	padding-bottom: 15rem;
    position: relative;
	color: white;
}
#software .section-intro h1 {
	color: white;
}
#software .section-intro h5 {
	color: rgba(255, 255, 255, 0.5);
}
#software .section-intro p {
	color: rgba(255, 255, 255, 0.7);
}

#software .softwares-margin{
    margin-top: 100px;
}

#software .row h1 {
	color: #fff ;
	font-family: "Arial";
    font-weight: bold !important;
    /*font-size: 3.5vw;*/
    font-size: 68px;
    line-height: 1.1;
    max-width: 1500px;  
    text-align: center;
    margin-bottom: 50px;
}
#software .row h5 {
	color: #fff;
	font-family: 'latolight';
	font-size: 17px;
	line-height: 26px;;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    max-width: 70%;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
}
.about-us-content{
    width: 83%;
    margin: 0 auto;
}

.about-us-content .image-part-3 {
margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    height: 0;
    padding-top: 70%;
    width: 87%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/optimise-performance.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}


#software .row h2 {
	color: #80d2ec;
	font-family: 'multicolore';
    margin-top: 50px;
	font-size: 2.1vw;
    /*font-size: 40px;*/
	line-height: 1.667;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    max-width: 1500px;
    text-align: center;
}

.border-btm{
    border-bottom: 1px solid #a5afc3;
    padding-bottom: 15rem;
}

.top-margin{
    padding-top: 15rem;
}

.padding-zero{
    padding: 0;
}


.about-us-img-1{
    float: left;
    width: 40%;
}

.image-part-4 {
    padding-top: 58%;
    height: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/proventus-softwares.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}


.about-us-content-2{
    float: none;
    width: 60%;
    padding-left: 5rem;
    padding-top: 0;
}

#software .softwares-wrapper {
    float: left;
    padding: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}
.image-video-placeholder {
    width: 100%;
    cursor: pointer;
}
.icon-part-1 {
    height: 0;
    padding-top: 25%;
    width: 25%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/icon-track-footprint.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
    float: left;
}

#software .row .about-us-content-2 h2 {
    color: #80d2ec;
    font-family: 'multicolore';
    font-size: 2.1vw;
    line-height: 1.167;
    margin-bottom: 0.6rem;
    /*letter-spacing: .25rem;*/
    text-align: left;
    float: left;
    max-width: 75%;
    padding-left: 3rem;
    margin-top: 3%;
}

#software .row .about-us-content-2 h5 {
	color: #fff;
	font-family: 'latolight';
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    text-align: left;
    float: left;
    clear: both;
    max-width: 90%;
    padding-bottom: 0;
}
#software .row .about-us-content-2 .proventus-btn {
    margin: 80px auto 0;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    font-family: 'latomedium';
    font-size: 20px;
    color: #fff;
    width: 240px;
    transition: 1s;
    float: left;
}
#software .row .about-us-content-2 .proventus-btn:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.about-us-content-3{
    float: left;
    width: 41%;
    padding-right: 5rem;
    padding-top: 5rem;
}

.icon-part-2 {
    margin-left: auto;
    height: 0;
    padding-top: 30%;
    width: 30%; 
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/icon-rate.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

#software .row .about-us-content-3 h2 {
	color: #80d2ec;
	font-family: 'multicolore';
	font-size: 2.1vw;
	line-height: 1.167;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    text-align: right;
    padding-left: 3rem;
    margin-top: 25px;
}

#software .row .about-us-content-3 h5 {
	color: #1e3869;
	font-family: 'latolight';
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0.6rem;
    text-align: right;    
    margin-top: 10px;
    max-width: 100%;
}

.image-part-5 {
    margin-right: auto;
    height: 0;
    padding-top: 84%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/rate.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
    float: left;
}

.image-part-6 {
    margin-right: auto;
    height: 0;
    padding-top: 82%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/online-offline.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
    float: left;
}

.about-us-content-4{
    float: left;
    width: 39%;
    padding-left: 5rem;
    padding-top: 3rem;
}

.icon-part-3 {
    margin-right: auto;
    height: 0;
    padding-top: 30%;
    width: 30%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/icon-online-offline.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

#software .row .about-us-content-4 h2 {
	color: #80d2ec;
	font-family: 'multicolore';
	font-size: 2.1vw;
	line-height: 1.167;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    text-align: left;
    margin-top: 25px;
}

#software .row .about-us-content-4 h5 {
	color: #1e3869;
	font-family: 'latolight';
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    text-align: left; 
    margin-top: 10px;
    max-width: 100%;
}
#software .top-line-page {
    border-bottom: 1px solid #ccc;
    width: 70%;
    position: absolute;
    top: 125px;
    right: 0;
}
.about-us-img-1-mobile{display: none;}
.image-part-5-mobile{display: none;}




#xcess .video-container {
    width: 800px;
    margin: 0 auto;
    border-radius: 15px; 
    overflow: hidden; 
}
#xcess video {
    display: block;
    cursor: pointer;
}
#xcess video:focus {
    outline: none;
}
#xcess source:focus {
    outline: none;
}



.featherlight.xcess_video .featherlight-content {
    padding: 0;
    border-bottom: 0;
    border-radius: 15px;
}




/**
 * responsive:
 * features
 * -
 */

@media (max-width:900px) {
    
    .featherlight.xcess_video .featherlight-content {
        padding: 0;
        border-bottom: 0;
        border-radius: 15px;
        width: 100%;
    }
    #xcess .video-container {
        width: 100%;
        margin: 0 auto;
        border-radius: 15px;
        overflow: hidden;
    }
}

@media (max-width:768px) {
	.features-content {
		max-width: 600px;
	}
	.features-list .feature {
		padding: 0 15px;
	}
    
    #software .row h1 {
        color: #fff;
        font-family: "Arial";
        font-weight: bold !important;
        font-size: 54px;
        line-height: 1.1;
        max-width: 1500px;
        text-align: center;
    }
    
    #software .row h5 {
        color: #fff;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    #software .row h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        margin-top: 40px;
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 1500px;
        text-align: center;
    }
    
    .border-btm {
        /*border-bottom: 1px solid #a5afc3;
        padding-bottom: 15rem;*/
        border-bottom: 0;
        padding-bottom: 0;
    }
    
    .about-us-content {
        width: 83%;
        margin: 0 auto;
        border-bottom: 1px solid #a5afc3;
        padding-bottom: 10rem;
    }
    
    .about-us-img-1 {
        float: none;
        width: 83%;
        margin: auto;
    }
    
    .image-part-4 {
        padding-top: 60%;
        margin: auto;
        height: 0;
        width: 87%;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/proventus-softwares.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    
    .about-us-content-2 {
        float: none;
        overflow: hidden;
        width: 83%;
        padding-left: 0;
        padding-top: 0;
        /*margin-top: 40px;*/
        margin-left: auto;
        margin-right: auto;
        
    }
    #software a{
        display: block;
        margin: auto;
        float: left;
        width: 100%;
        margin: 30px auto 0;
    }
    #software .row .about-us-content-2 .proventus-btn {
        padding: 10px 20px;
        border: 1px solid #fff;
        border-radius: 10px;
        text-align: center;
        font-family: 'latomedium';
        font-size: 20px;
        color: #fff;
        width: 240px;
        transition: 1s;
        float: none;
    }
    
    .padding-zero {
        padding: 0 15px;
    }
    
    #software .row .about-us-content-2 h5 {
        color: #fff;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        clear: both;
        max-width: 100%;
        margin-top: 20px;
    }
    
    .icon-part-1 {
        height: 0;
        padding-top: 25%;
        width: 25%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/icon-track-footprint.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        float: none;
    }
    
    #software .row .about-us-content-2 h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 10px;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0;
        word-wrap: normal;
    }
    
    .image-part-5{display: none;}
    
    
    .about-us-img-1-mobile{
        display: block;
        width: 83%;
        margin: auto;
    }
    
    .image-part-5-mobile {
        display: block;
        margin-right: auto;
        margin-left: auto;
        height: 0;
        padding-top: 73%;
        width: 87%;
        max-width: 100%;
        max-height: 100%;
        background-image: url("../images/rate.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    
    .mobile-hidden{
        display: none;
    }
    
    .about-us-content-3 {
        float: none;
        width: 83%;
        padding-right: 0;
        padding-top: 0;
        margin: auto;
        border-bottom: 1px solid #a5afc3;
        padding-bottom: 10rem;
        margin-top: 40px;
    }
    
    .icon-part-2 {
        height: 0;
        padding-top: 25%;
        width: 25%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/icon-rate.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        float: none;
    }
    
    
    #software .row .about-us-content-3 h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 10px;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0;
        word-wrap: normal;
    }
    
    #software .row .about-us-content-3 h5 {
        color: #1e3869;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        clear: both;
        max-width: 100%;
        margin-top: 20px;
    }
    
    .image-part-6 {
        margin-right: auto;
        margin-left: auto;
        height: 0;
        padding-top: 82%;
        width: 87%;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/online-offline.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        float: none;
    }
    
    .about-us-content-4 {
        float: none;
        width: 83%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        margin: auto;   
        padding-bottom: 0;
    }
    
    .icon-part-3 {
        height: 0;
        padding-top: 25%;
        width: 25%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/icon-online-offline.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        float: none;
    }
    
    #software .row .about-us-content-4 h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 10px;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0;
        word-wrap: normal;
    }
    
    #software .row .about-us-content-4 h5 {
        color: #1e3869;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        clear: both;
        max-width: 100%;
        margin-top: 20px;
    }
    
    .top-margin{
        padding-top: 10rem;
    }
    
    #software .softwares-wrapper {
        float: left;
        padding: 50px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: block;
        align-items: center;
    }
    .about-us-img-1 {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .about-us-content-2 {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    #software .row .about-us-content-2 h5 {
        color: #fff;
        font-family: 'latolight';
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 0.6rem;
        text-align: center;
        float: left;
        clear: both;
        max-width: 100%;
        padding-bottom: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
/*@media only screen and (max-width:600px) {
	.features-list .feature {
		padding: 0 10px;
	}
}*/
@media  (max-width:480px) {
    
    #software .top-line-page {
        border-bottom: 1px solid #ccc;
        width: 70%;
        position: absolute;
        top: 90px;
        right: 0;
    }
    
    #software{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    
	.features-list .feature {
		padding: 0;
	}
    
    #software .row h1 {
        color: #fff;
        font-family: "Arial";
        font-weight: bold !important;
        font-size: 36px;
        line-height: 1.1;
        max-width: 1500px;
        text-align: center;
    }
    
    #software .row h5 {
        color: #fff;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
    #software .row h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        margin-top: 35px;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 1500px;
        text-align: center;
    }
    #software .softwares-wrapper {
            float: left;
            padding: 5rem 0 0;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
    
    .about-us-content {
        width: 85%;
        margin: 0 auto;
        border-bottom: 1px solid #a5afc3;
        padding-bottom: 5rem;
    }
    
    .top-margin {
        padding-top: 5rem;
    }
    
    .icon-part-1 {
        height: 0;
        padding-top: 25%;
        width: 25%;
        margin-bottom: 10px;
        /* margin-top: 10px; */
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/icon-track-footprint.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        float: none;
    }
    
    #software .row .about-us-content-2 h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0px;
        word-wrap: normal;
    }
    
    #software .row .about-us-content-2 h5 {
        color: #fff;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        clear: both;
        max-width: 100%;
        margin-top: 0;
    }
    
    .about-us-content-2 {
        float: none;
        overflow: hidden;
        width: 85%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5rem;
    }
    
    .icon-part-2 {
        height: 0;
        padding-top: 25%;
        width: 25%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/icon-rate.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        float: none;
    }
    
    #software .row .about-us-content-3 h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0;
        word-wrap: normal;
    }
    
    #software .row .about-us-content-3 h5 {
        color: #1e3869;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        clear: both;
        max-width: 100%;
        margin-top: 0;
    }
    
    .about-us-content-3 {
        float: none;
        width: 85%;
        padding-right: 0;
        padding-top: 0;
        margin: auto;
        border-bottom: 1px solid #a5afc3;
        padding-bottom: 5rem;
        margin-top: 40px;
    }
    
    
    .icon-part-3 {
        height: 0;
        padding-top: 25%;
        width: 25%;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        max-height: 100%;
        background-image: url(../images/icon-online-offline.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        float: none;
    }
    
    #software .row .about-us-content-4 h2 {
        color: #80d2ec;
        font-family: 'multicolore';
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0;
        word-wrap: normal;
    }
    
    #software .row .about-us-content-4 h5 {
        color: #1e3869;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        text-align: center;
        float: none;
        clear: both;
        max-width: 100%;
        margin-top: 30px;
    }
    
    #software .row .about-us-content-2 .proventus-btn {
        margin: 0 auto;
        padding: 10px 15px 10px;
        border: 1px solid #fff;
        border-radius: 10px;
        text-align: center;
        font-family: 'latomedium';
        font-size: 18px;
        color: #fff;
        width: 100%;
        max-width: 220px;
        transition: 1s;
        float: none;
    }
    
}

/** 
 * ===================================================================
 * proventus section
 *
 * ------------------------------------------------------------------- 
 */

#proventus {
    background: rgba(162,127,188,1);
    background: -moz-linear-gradient(left, rgba(162,127,188,1) 0%, rgba(2,163,170,0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(162,127,188,1)), color-stop(100%, rgba(2,163,170,0.99)));
    background: -webkit-linear-gradient(left, rgba(162,127,188,1) 0%, rgba(2,163,170,0.99) 100%);
    background: -o-linear-gradient(left, rgba(162,127,188,1) 0%, rgba(2,163,170,0.99) 100%);
    background: -ms-linear-gradient(left, rgba(162,127,188,1) 0%, rgba(2,163,170,0.99) 100%);
    background: linear-gradient(to right, rgba(162,127,188,1) 0%, rgba(2,163,170,0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a27fbc', endColorstr='#02a3aa', GradientType=1 );
    
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 720px;
    display: table;
	padding-top: 15rem;
	padding-bottom: 15rem;
	overflow: hidden;
    position: relative;
}
#proventus .proventus-img-wrapper {
    float: right;
    width: 45%;
    margin-right: 5%;
    /*margin-top: -565px;*/
    margin-top: -500px;
}
.process-content-2 {
    float: left;
    width: 47%;
    margin-left: 3%;
    margin-top: 100px;
}
.process-content .right-side,
.process-content .left-side,
.process-content .image-part {
	width: 33.33333%;
	font-size: 15px;
	line-height: 27px;
}
.process-content .right-side, .process-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.process-content .right-side {
	right: 0;
}
.process-content .left-side {
	left: 0;
}

.image-part {
    /* margin-left: auto; */
    margin-right: 0;
    height: 0;
    padding-right: 100%;
    padding-top: 75%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(../images/work-better-together.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.process-content-mobile{
    display: none;
}

.process-content-mobile .image-part-mobile{
    display: none;
}
#proventus .row h1 {
	color: #FFF;
	font-family: "Arial";
    font-weight: bold !important;
    font-size: 68px;
    line-height: 1.1;
    max-width: 100%;  
    text-align: left;
    word-wrap: normal;
    margin-bottom: 30px;
}
#proventus .row h5 {
	color: #FFF;
	font-family: 'latolight';
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0.6rem;
	/*letter-spacing: .25rem;*/
    max-width: 100%;
    text-align: left;
}
#proventus a{
    display: block;
    width: 201px;
}
#proventus .proventus-web-btn{
    margin: 30px auto 0;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    font-family: 'latomedium';
    font-size: 20px;
    color: #fff;
    transition: 1s;
}

#proventus .proventus-web-btn:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}
.process-content-2 .image-part-2 {
    margin-right: auto;
    margin-right: 0;
    height: 0;
    padding-top: 75%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	background-image: url("../images/advantages.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}


#proventus .row-two h1 {
    color: #FFF;
    font-family: 'multicolore';
    /*font-size: 8.4rem;*/
    /*font-size: 3.5vw;*/
    font-size: 68px;
    line-height: 1.1;
    max-width: 100%;
    text-align: left;
    word-wrap: normal;
}
#proventus .row-two h5 {
	color: #FFF;
	font-family: 'latolight';
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0.6rem;
    max-width: 100%;
    text-align: left;
}

.row-two-margin{
    margin-top: 33%;
}

.row-full{
    /*width: 550px;*/
    width: 620px;
    float: left;
}

.row-wrapper-1{
    float: none;
    overflow: hidden;
    position: relative;
    margin-top: 150px;
}
#proventus .top-line-page {
    border-bottom: 1px solid #ccc;
    width: 70%;
    position: absolute;
    top: 125px;
    right: 0;
}
/**
 * responsive:
 * process
 * -
 */

@media (max-width:1368px) {
    .row-wrapper-1{
        float: none;
        overflow: hidden;
        position: relative;
        margin-top: 50px;
    }
    .row-full{
    /*width: 45%;*/
    width: 50%;
    float: left;
}
}

@media (max-width:768px) {
	#proventus {
        padding-bottom: 15rem;
        padding-top: 15rem;
	}
	.process-content .right-side, .process-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
    
    .row-full {
        width: auto;
        margin-left: 0;
        float: none;
    }
    
    .proventus-content-mobile {
        display: block;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    #proventus .proventus-img-wrapper {
        display: none;
    }
    
    .proventus-content-mobile .image-part-mobile {
        display: block;
        margin-left: auto;
        margin-right: 0;
        height: 0;
        padding-top: 95%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        background-image: url("../images/work-better-together.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    
    #proventus .row h1 {
        color: #FFF;
        font-family: "Arial";
        font-weight: bold !important;
        /* font-size: 8.4rem; */
        font-size: 54px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
    }
    
    #proventus .row h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    #about-us a {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 160px;
        margin-top: 4rem;
        margin-left: auto;
        margin-right: auto;
    }
    #proventus a {
        display: block;
        width: 201px;
        margin: auto;
    }
    .process-content-2 {
        float: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 120px;
        margin-bottom: 40px;
    }
    
    .row-two {
        width: auto;
        margin-left: 0;
        float: none;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .row-two-margin {
        margin-top: 0;
        padding: 0 15px;
    }
    
    #proventus .row-two h1 {
        color: #FFF;
        font-family: 'multicolore';
        /* font-size: 8.4rem; */
        font-size: 54px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
    }
    
    #proventus .row-two h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
}
@media (max-width:480px) {
/*	#proventus {
		padding-bottom: 21rem;
	}
	.process-content .image-part {
		width: 230px;
		bottom: -540px;
		margin-left: -115px;
	}*/
    #proventus .top-line-page {
        border-bottom: 1px solid #ccc;
        width: 70%;
        position: absolute;
        top: 90px;
        right: 0;
    }
    #proventus {
        padding-top: 7rem;
		padding-bottom: 7rem;
	}
    
    .process-content-mobile {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    #proventus .row h1 {
        color: #FFF;
        font-family: "Arial";
        font-weight: bold !important;
        /* font-size: 8.4rem; */
        font-size: 36px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
    }
    
    #proventus .row h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
    .process-content-2 {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 120px;
        margin-bottom: 40px;
    }
    .proventus-content-mobile {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    #proventus .row-two h1 {
        color: #FFF;
        font-family: 'multicolore';
        /* font-size: 8.4rem; */
        font-size: 36px;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        word-wrap: normal;
        margin-bottom: 20px;
    }
    
    #proventus .row-two h5 {
        color: #FFF;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0.6rem;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    .about-us-img-1 {
        float: none;
        width: 100%;
        margin: auto;
    }
    
    
    #proventus .proventus-web-btn {
        margin: 30px auto 0;
        padding: 10px 20px 10px;
        border: 1px solid #fff;
        border-radius: 10px;
        text-align: center;
        font-family: 'latomedium';
        font-size: 18px;
        color: #fff;
        transition: 1s;
    }
}


/** 
 * ===================================================================
 * contact section
 *
 * ------------------------------------------------------------------- 
 */


#google_banner {
    background-size: cover;
    height: 450px;
    width: 100%;
}

#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

#contact {
    background: rgba(4,162,170,1);
    background: -moz-linear-gradient(left, rgba(4,162,170,1) 0%, rgba(218,224,33,0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,162,170,1)), color-stop(100%, rgba(218,224,33,0.99)));
    background: -webkit-linear-gradient(left, rgba(4,162,170,1) 0%, rgba(218,224,33,0.99) 100%);
    background: -o-linear-gradient(left, rgba(4,162,170,1) 0%, rgba(218,224,33,0.99) 100%);
    background: -ms-linear-gradient(left, rgba(4,162,170,1) 0%, rgba(218,224,33,0.99) 100%);
    background: linear-gradient(to right, rgba(4,162,170,1) 0%, rgba(218,224,33,0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a2aa', endColorstr='#dae021', GradientType=1 );
    
	padding-top: 15rem;
	padding-bottom: 15rem;
    overflow: hidden;
    position: relative;
}


#contact .row h1 {
    color: #FFF;
    font-family: "Arial";
    font-weight: bold !important;
    font-size: 68px;
    line-height: 1.1;
    max-width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
#contact .row h5 {
    color: #FFF;
    font-family: 'latolight';
    font-size: 17px;
    line-height: 26px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 2rem;
}

#contact .company-details-wrapper{
    width: 100%;
    float: left;
    margin-top: 2rem;
}
#contact .company-details-left{
    width: 400px;
    float: left;
}
#contact .company-details-right{
    width: 400px;
    float: left;
    margin-top: 30px;
}

#contact .company-details-left span.company-name{
    font-family: 'latobold';
    color: #ffd820;
    font-size: 14px;
    margin-right: 10px;
}
#contact .company-details-left span.company-reg{
    font-family: 'latoregular';
    color: #ffd820;
    font-size: 10px;
}

#contact .company-details-left span.company-address{
    font-family: 'latoregular';
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 22px;
}
#contact .company-details-left span.company-address.mobile{
    display: none;
}

#contact .company-details-right span.right-row{
    display: block;
    line-height: 22px;
}
#contact .company-details-right span.details-lbl{
    font-family: 'latobold';
    color: #ffd820;
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
}
#contact .company-details-right span.details-desc{
    font-family: 'latoregular';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
#contact .top-line-page {
    border-bottom: 1px solid #ccc;
    width: 70%;
    position: absolute;
    top: 125px;
    right: 0;
}
#contact .contact-margin-top{
    margin-top: 50px;
}



@media (max-width:768px){

    #contact .row h1 {
        color: #fff;
        font-family: "Arial";
        font-weight: bold !important;
        font-size: 54px;
        line-height: 1.1;
        max-width: 1500px;
        text-align: center;
    }
    
    #contact .row h5 {
        color: #fff;
        font-family: 'latolight';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    
    #contact .company-details-wrapper {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    #contact .company-details-left {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }
    #contact .company-details-right {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 0;
    }
    
    #contact .company-details-left span.company-address{
        display: none;
    }
    #contact .company-details-left span.company-address.mobile{
        display: block;
    }
    #google_banner {
        background-size: cover;
        height: 350px;
        width: 100%;
    }
}
@media (max-width:480px) {
    
    #contact .top-line-page {
        border-bottom: 1px solid #ccc;
        width: 70%;
        position: absolute;
        top: 90px;
        right: 0;
    }
    #contact{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    
    #contact .row h1 {
        color: #fff;
        font-family: "Arial";
        font-weight: bold !important;
        font-size: 36px;
        line-height: 1.1;
        max-width: 1500px;
        text-align: center;
    }
    
    #contact .row h5 {
        color: #fff;
        font-family: 'latolight';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
        /* letter-spacing: .25rem; */
        max-width: 100%;
        text-align: center;
    }
    #google_banner {
        background-size: cover;
        height: 280px;
        width: 100%;
    }
}




/** 
 * ===================================================================
 * ad-section
 *
 * ------------------------------------------------------------------- 
 */

.section-ads {
	margin-top: 4.8rem;
	padding-top: 6rem;
	max-width: 650px;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	text-align: center;
}
.section-ads h2 a, .section-ads h2 a:visited {
	color: #252525;
}
.section-ads span {
	color: #0087cc;
}
.section-ads .button {
	background: #05bca9;
	color: #FFFFFF;
}
.section-ads .button:hover, .section-ads .button:focus {
	background: #05ad9c;
}


/** 
 * ===================================================================
 * call-to-action section
 *
 * ------------------------------------------------------------------- 
 */

#cta {
	background: #05bca9;
	padding-top: 7.2rem;
	padding-bottom: 9rem;
	text-align: center;
	color: #FFFFFF;
}
.cta-content {
	max-width: 740px;
	margin: 0 auto;
}
.cta-content h1 {
	color: #FFFFFF;
	margin-bottom: .6rem;
}
.cta-content p {
	color: rgba(255, 255, 255, 0.8);
}
.cta-content .stores {
	margin: 0;
	padding: 0;
	display: block;
}
.cta-content .stores li {
	padding: 0;
	display: inline-block;
}
.cta-content .stores li .button {
	background: #04a393;
	color: #FFFFFF;
	margin-right: 12px;
	display: block;
	line-height: 60px;
}
.cta-content .stores li .button:hover,
.cta-content .stores li .button:focus {
	background: #049485;
}
.cta-content .stores li .button i {
	font-size: 18px;
	line-height: inherit;
	margin-right: 8px;
}
.cta-content .stores li .button i.ion-social-windows {
	font-size: 15px;
}
.cta-content .stores li:last-child .button {
	margin-right: 0;
}

/**
 * responsive:
 * cta
 * -
 */

@media only screen and (max-width:650px) {
	.cta-content {
		max-width: 650px;
	}
	.cta-content .stores li {
		display: block;
	}
	.cta-content .stores li .button {
		width: 300px;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 1.8rem;
	}
	.cta-content .stores li .button::before {
		display: none;
	}
}
@media only screen and (max-width:600px) {
	.cta-content .stores li .button {
		width: 70%;
	}
}
@media only screen and (max-width:400px) {
	.cta-content .stores li .button {
		width: 80%;
	}
}


/** 
 * ===================================================================
 * lightbox featherlight
 *
 * ------------------------------------------------------------------- 
 */

.lightbox{ 
    display: none; 
}

/* override default feather style... */
.fixwidth {
    background: rgba(256,256,256, 0.8);
}

/*::-webkit-scrollbar {
    width: 15px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
    background: rgba(255,255,255,0.6); 
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
    background: rgba(255,255,255,1); 
}*/

.fixwidth .featherlight-content::-webkit-scrollbar {
    width: 12px;
}
 
.fixwidth .featherlight-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
    background: rgba(255,255,255,1); 
    border-radius: 10px;
}
 
.fixwidth .featherlight-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background: rgba(128,128,128,0.5); 
}

.fixwidth .featherlight-content {
    width: 50%;
    padding: 50px !important;
    color: #fff;
    background: #fff !important;
    border-bottom: 0 !important;
    max-height: 85% !important;
}

.fixwidth .featherlight-content h2{
    color: #000;
    font-family: "Arial";
    font-weight: bold !important;
    font-size: 18px;
    line-height: 24px;
    /*letter-spacing: .25rem;*/
    text-align: left;
    margin-bottom: 0;
}
.fixwidth .featherlight-content p{
	color: #000;
	font-family: 'latoregular';
	font-size: 15px;
	line-height: 1.667;
    margin-top: 10px;
	margin-bottom: 25px;
    text-align: left;    
}

.fixwidth .featherlight-content ul li{
	color: #000;
	font-family: 'latoregular';
	font-size: 15px;
	line-height: 1.667;
    margin-top: 10px;
	margin-bottom: 25px;
    text-align: left;  
    margin-bottom: 0;
}

.fixwidth .featherlight-content button{
   margin: 0;
}
				
.fixwidth .featherlight-close {
    color: #fff;
    background: #db233c !important;
}

.featherlight .featherlight-close-icon{
    color: #FFF !important;
    width: 40px !important;
    line-height: 35px !important;
}


@media(max-width: 768px){
    .fl-page h1 span { display: block; }
    .fl-page .btn-download { float: none; margin-bottom: 1em; }
}













/** 
 * ===================================================================
 * footer
 *
 * ------------------------------------------------------------------- 
 */

footer {
    padding-top: 19px;
    padding-bottom: 9px;
    line-height: 18px;
    font-size: 13px;
    font-family: 'latoregular';
    color: #FFFFFF;
    position: relative;
    margin-top: -53px;
}
footer a, footer a:visited {
	color: #FFFFFF;
}
footer a:hover, footer a:focus {
	color: #FFFFFF;
}

footer .row{
    line-height: 19px;
}

footer #footer-wrapper{
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-bottom: -1px;
}
footer #footer-wrapper-mobile{
    display: none;
}

footer #footer-wrapper .monogram-hover{
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
}

footer #footer-wrapper .footer-details-monogram{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}

footer #footer-wrapper .footer-monogram{
    width: 50px;
    height: 100px;
    background: url(../images/footer_logo.png) no-repeat center;
    background-size: contain;
    margin: auto;
}


footer #footer-wrapper .footer-details{
    width: 100%;
    background: #000;
    padding: 30px 14%;
    float: left;
    display: none;
}

footer #footer-wrapper .company-details-wrapper{
    width: 50%;
    float: left;
}
footer #footer-wrapper .company-details-left{
    width: 350px;
    float: left;
    margin-right: 50px;
}
footer #footer-wrapper .company-details-right {
    width: 195px;
    float: left;
    margin-top: 20px;
}
footer #footer-wrapper .company-details-copyright {
    width: 100%;
    float: left;
    margin-top: 15px;
}
footer #footer-wrapper .company-details-copyright .company-copyright {
    margin-right: 50px;
}

footer #footer-wrapper .company-details-copyright .company-privacy {
    margin-right: 15px;
}

footer #footer-wrapper .company-details-copyright .company-privacy a{
    cursor: pointer;
}
footer #footer-wrapper .company-details-copyright .company-terms a{
    cursor: pointer;
}

footer #footer-wrapper .company-details-left span.company-name{
    font-family: 'latobold';
    color: #ffd820;
    font-size: 14px;
    margin-right: 10px;
}
footer #footer-wrapper .company-details-left span.company-reg{
    font-family: 'latoregular';
    color: #ffd820;
    font-size: 10px;
}

footer #footer-wrapper .company-details-left span.company-address{
    font-family: 'latoregular';
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 22px;
}

footer #footer-wrapper .company-details-right span.right-row{
    display: block;
    line-height: 22px;
}
footer #footer-wrapper .company-details-right span.details-lbl{
    font-family: 'latobold';
    color: #00B9D2;
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
}
footer #footer-wrapper.company-details-right span.details-desc{
    font-family: 'latoregular';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
footer #footer-wrapper .top-line-page {
    border-bottom: 1px solid #ccc;
    width: 70%;
    position: absolute;
    top: 125px;
    right: 0;
}
footer #footer-wrapper .footer-menu-wrapper{
    width: 50%;
    float: left;
}
footer #footer-wrapper .footer-menu-wrapper .footer-menu-col{
    width: 160px;
    float: left;
    margin-right: 3%;
}
footer #footer-wrapper .footer-menu-wrapper .footer-menu-col-last{
    width: 100px;
    float: left;
    padding: 0;
}
footer #footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-header{
    font-family: 'latobold';
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1.5rem;
}
footer #footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-desc{
    font-family: 'latoregular';
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
footer #footer-wrapper .footer-menu-wrapper .footer-menu-col-last .menu-header{
    font-family: 'latobold';
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1.5rem;
}
footer #footer-wrapper .footer-menu-wrapper .footer-menu-col-last .menu-desc{
    font-family: 'latoregular';
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

footer #footer-wrapper .footer-menu-wrapper .footer-menu-col-wrapper{
    float: right;
    width: 269px;
    padding: 0;
}


/*footer h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	color: #FFFFFF;
}
footer ul {
	margin-left: 0;
}
footer ul li {
	padding-left: 0;
}*/
/*.footer-main {
	background: #171b23;
    opacity: 0.5
}*/

.copyright{
    float: left;
}

.privacy-terms{
    float: right;
}

.privacy-terms span{
    margin: 0 15px;
}

/*.social-media{
    float: right;    
    margin-left: 20px;
    display: block;
}*/
.social-media{
    float: left;
    margin-left: -10px;
    display: block;
    margin-top: 5px;
}

.social-media-mobile{
    display: none
}


.footer-padding{
    padding: 0;
}


@media (max-width:768px) {
	.footer-main .footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main .footer-info {
		text-align: center;
	}
    
    .fixwidth .featherlight-content {
        width: 80%;
        padding: 50px !important;
        color: #fff;
        background: #fff !important;
        border-bottom: 0 !important;
        max-height: 85% !important;
    }
    
    .copyright {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .privacy-terms {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .social-media {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90px;
        text-align: center;
        float: none;
        margin-top: 10px;
    }
    
    .social-media-mobile {
        display: block;
        width: 90px;
        overflow: hidden;
        margin: auto;
    }
    
    footer {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 18px;
        font-size: 13px;
        font-family: 'latoregular';
        color: #FFFFFF;
        position: relative;
        background-color: #000;
        margin-top: 0;
        float: left;
    }
    footer #footer-wrapper{
        display: none;
    }
    footer #footer-wrapper-mobile{
        display: block;
        float: left;
    }
    
    footer #footer-wrapper-mobile .monogram-hover{
        width: 100%;
        height: 80px;
        background: rgba(0,0,0,1);
        margin-left: auto;
        margin-right: auto;
    }

    footer #footer-wrapper-mobile .footer-monogram{
        width: 50px;
        height: 50px;
        background: url(../images/footer_logo.png) no-repeat center;
        background-size: contain;
        margin: auto;
    }
    
    footer #footer-wrapper-mobile .monogram-hover-mobile {
        width: 100%;
        height: 50px;
        background: rgba(0,0,0,1);
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    footer #footer-wrapper-mobile .footer-details-mobile {
        width: 100%;
        background: #000;
        padding: 30px;
        float: left;
        display: block;
        box-sizing: border-box;
    }
    
    footer #footer-wrapper-mobile .company-details-wrapper{
        width: 100%;
        float: left;
    }
    footer #footer-wrapper-mobile .company-details-left {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        margin-right: 0;
        text-align: center;
    }
    footer #footer-wrapper-mobile .company-details-right {
        width: 100%;
        float: left;
        text-align: center;
    }
    footer #footer-wrapper-mobile .company-details-copyright {
        width: 100%;
        float: left;
        margin-top: 30px;
        text-align: center;
    }
    footer #footer-wrapper-mobile .company-details-copyright .company-copyright {
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }

    footer #footer-wrapper-mobile .company-details-copyright .company-privacy {
        margin-right: 15px;
    }

    footer #footer-wrapper-mobile .company-details-copyright .company-privacy a{
        cursor: pointer;
    }
    footer #footer-wrapper-mobile .company-details-copyright .company-terms a{
        cursor: pointer;
    }

    footer #footer-wrapper-mobile .company-details-left span.company-name{
        font-family: 'latobold';
        color: #ffd820;
        font-size: 14px;
        margin-right: 10px;
    }
    footer #footer-wrapper-mobile .company-details-left span.company-reg{
        font-family: 'latoregular';
        color: #ffd820;
        font-size: 10px;
    }

    footer #footer-wrapper-mobile .company-details-left span.company-address{
        font-family: 'latoregular';
        color: #fff;
        font-size: 14px;
        display: block;
        line-height: 20px;
    }

    footer #footer-wrapper-mobile .company-details-right span.right-row{
        display: block;
        line-height: 24px;
    }
    footer #footer-wrapper-mobile .company-details-right span.details-lbl{
        font-family: 'latobold';
        color: #00B9D2;
        font-size: 14px;
        line-height: 20px;
        margin-right: 15px;
    }
    footer #footer-wrapper-mobile.company-details-right span.details-desc{
        font-family: 'latoregular';
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }
    footer #footer-wrapper-mobile .top-line-page {
        border-bottom: 1px solid #ccc;
        width: 70%;
        position: absolute;
        top: 125px;
        right: 0;
    }
    footer #footer-wrapper-mobile .footer-menu-wrapper {
        width: 100%;
        float: left;
    }
    footer #footer-wrapper-mobile .footer-menu-wrapper .footer-menu-col {
        width: 100%;
        float: left;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    footer #footer-wrapper-mobile .footer-menu-wrapper .footer-menu-col-last {
        width: 100%;
        float: left;
        padding: 0;
        text-align: center;
    }
    footer #footer-wrapper-mobile .footer-menu-wrapper .footer-menu-col .menu-header{
        font-family: 'latobold';
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0.5rem;
    }
    footer #footer-wrapper-mobile .footer-menu-wrapper .footer-menu-col .menu-desc{
        font-family: 'latoregular';
        color: #fff;
        font-size: 16px;
        line-height: 22px;
    }
    footer #footer-wrapper-mobile .footer-menu-wrapper .footer-menu-col-last .menu-header{
        font-family: 'latobold';
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0.5rem;
    }
    footer #footer-wrapper-mobile .footer-menu-wrapper .footer-menu-col-last .menu-desc{
        font-family: 'latoregular';
        color: #fff;
        font-size: 16px;
        line-height: 22px;
    }

    footer #footer-wrapper-mobile .footer-menu-wrapper .footer-menu-col-wrapper {
        float: right;
        width: 100%;
        padding: 0;
    }
    
    
}
/*@media only screen and (max-width:600px) {
	.footer-main .row {
		max-width: 420px;
	}
	.footer-main .footer-subscribe {
		text-align: center;
	}
	.footer-main .subscribe-form form input[type="email"] {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}
	.footer-bottom {
		padding-bottom: .6rem;
	}
	.footer-bottom .copyright span {
		display: block;
	}
	.footer-bottom .copyright span::after {
		display: none;
	}
}*/
@media (max-width:480px) {
    .copyright {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .privacy-terms {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .social-media{
        display: block;
    } 
    
    .social-media-mobile {
        display: block;
        width: 90px;
        overflow: hidden;
        margin: auto;
    }
    
    footer {
        padding-top: 19px;
        padding-bottom: 19px;
        line-height: 18px;
        font-size: 13px;
        font-family: 'latoregular';
        color: #FFFFFF;
        position: relative;
        margin-top: 0;
    }
    
    .fixwidth .featherlight-content {
        width: 80%;
        padding: 30px !important;
        color: #000;
        background: #fff !important;
        border-bottom: 0 !important;
        max-height: 85% !important;
    }
    
}

/**
 * go to top
 * -
 */

#go-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 60px;
	width: 60px;
    border-radius: 100%;
	line-height: 60px;
	text-align: center;
	background: rgba(219,35,60,1);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 20px;
	line-height: inherit;
}
#go-top a:hover {
	background: rgba(219,35,60,0.6);
	color: #FFFFFF;
}

@media (max-width:480px) {
    #go-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 600;
        display: none;
    }
    
    #go-top a {
        text-decoration: none;
        border: 0 none;
        display: block;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        line-height: 45px;
        text-align: center;
        background: rgba(219,35,60,1);
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}


/*# sourceMappingURL=main.css.map */