body {
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
a {
	color: #333;
}
.description {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.menu-container {
	width: 100%;
	margin: 0 auto;
}
.menu-mobile {
	display: none;
	padding: 20px;
}
.menu-mobile:after {
	content: "\f394";
	font-family: 'Century Gothic', Century Gothic;
	font-size: 2.5rem;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}
.menu-dropdown-icon:before {
	content: "\f489";
	font-family: 'Century Gothic', Century Gothic;
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	background: #fff;
	color: #333;
	font-size: 15px;
}
.menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}
.menu > ul > li {
	float: left;
	padding: 0;
	margin: 0;
}
.menu > ul > li a {
	text-decoration: none;
	padding: .4em 1.4em;
	display: block;
	font-size: 15px;
}
.menu > ul > li:hover {
}
.menu > ul > li > ul {
	display: none;
	width: 100%;
	background: #fff;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 33%;
	background: none;
	float: left;
}
.menu > ul > li > ul > li a {
	color: #444;
	padding: .2em 0;
	width: 95%;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
	border: 0;
}
.menu > ul > li > ul.normal-sub {
	width: 300px;
	left: auto;
	padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
	width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
	border: 0;
	padding: .5em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
.portal-tile {
	width: inherit !important;
	margin-bottom: 15px;
}
.menu-container {
	width: 100%;
}
.menu-mobile {
	display: block;
}
.menu-dropdown-icon:before {
	display: block;
}
.menu > ul {
	display: none;
}
.menu > ul > li {
	width: 100%;
	float: none;
	display: block;
}
.menu > ul > li a {
	padding: 1.5em;
	width: 100%;
	display: block;
}
.menu > ul > li > ul {
	position: relative;
}
.menu > ul > li > ul.normal-sub {
	width: 100%;
}
.menu > ul > li > ul > li {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.menu > ul > li > ul > li:first-child {
	margin: 0;
}
.menu > ul > li > ul > li > ul {
	position: relative;
}
.menu > ul > li > ul > li > ul > li {
	float: none;
}
.menu .show-on-mobile {
	display: block;
}
}
.demo {
	background: #4E2E89;
	margin-top: 0px;
	float: right;
	font-size: 13px;
}
.demo:hover {
	background: #26dbc9;
	color: #fff !important;
}
.link {
	color: #3f546b;
	padding: 3px 4px;
}
.contact {
	color: #ccc;
	text-align: right;
	margin-top: 6px;
	margin-bottom: 5px;
}
.logo {
	margin-top: 10px;
}
.btn-blue {
	background: #4E2E89;
	color: #fff;
}
.btn-blue:hover {
	background: #26dbc9;
	color: #fff !important;
}
header {
	border-bottom: 1px solid #eee;
	padding-bottom: 11px;
	padding-top:6px ;
}
.new {
	padding: 3px 7px;
	background: #F26622;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 13px;
	font-weight: normal;
}
.p-left {
	float: left;
}
.banner {
	color: #3f546b;
	padding-top: 50px;
	background: #f4f4f4 url(../images/banner.png) right bottom -10px no-repeat;
	padding-bottom: 100px;
}
.banner h3 {
	font-size: 38px;
	font-weight: bold;
	color: #3f546b;
	margin: 15px 0px;
	padding: 0px;
}
.banner .row {
	margin-bottom: 25px;
}
.banner h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
.banner h5 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.banner p {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 20px;
}
.portals {
	background: #fff;
	padding: 15px 30px 15px 48px !important;
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	margin-top: -110px;
	position: relative;
	left: 0;
	right: 0;
}
.portals .row {
	margin-bottom: 0px;
}
.portal-tile {
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #eee;
	margin-right: 22px;
	width: 18%;
}
.portal-tile img {
	float: left;
	height: 38px;
}
.portal-tile h4 {
	font-size: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	padding-left: 15px;
}
.essential {
	background: #fff url(../images/essential.jpg) right top 80px no-repeat;
	padding-top: 60px;
	padding-bottom: 40px;
}
.module-disc {
	background: #fff;
	margin-top: 50px;
	border-top-right-radius: 110px;
	border-bottom-right-radius: 110px;
}
.essential h2 {
	position: relative;
	margin-bottom: 20px;
}
.essential p {
	font-size: 16px;
}
.essential h2:after {
	position: absolute;
	left: 0px;
	bottom: -10px;
	height: 4px;
	width: 200px;
	background: #F26622;
	content: "";
}
.module-disc ul {
	margin: 0px;
	padding: 0px;
}
.module-disc li {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
.module-disc li img {
	float: left;
	margin-right: 10px;
}
.module-disc li h4 {
	font-size: 13px;
	padding-top: 3px;
	color: #444444;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 2px;
}
.module-disc li h4 strong {
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
}
.mobile-app {
	background: #f4f4f4;
	padding: 50px 0px;
	text-align: center;
}
.mobile-app h3 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
.mobile-app h3 span {
	position: relative;
}
.mobile-app h3 span:after {
	position: absolute;
	left: 25%;
	right: 0;
	width: 150px;
	bottom: -5px;
	height: 4px;
	background: #F26622;
	content: "";
}
.mobile-app h2 {
	font-size: 60px;
	font-weight: 300;
	margin-top: 20px;
}
.mobile-app p {
	font-size: 16px;
	margin-bottom: 30px;
}
.mobile-app h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.app-disc img {
	margin-top: 15px;
}
.app-disc {
	margin-top: 60px;
}
.mobile-content {
	margin-top: 40px;
}
.adon-txt p {
	font-size: 16px;
}
.adon-txt h2 {
	font-size: 36px;
}
.mob-tile {
	margin-top: 20px;
}
.add-on {
	background: #4E2E89 url(../images/add-on.jpg) left center no-repeat;
	padding: 90px 0px;
}
.adon-txt {
	background: rgba(236, 151, 31, 0.48);
	padding: 20px !important;
	text-align: center;
	color: #fff;
}
.adon-txt a {
	color: #fff;
	
}

.adon-txt ul {
	margin: 0px;
	padding: 0px;
}
.adon-txt h5 {
	font-size: 14px;
	font-weight: 400
}
.adon-txt h5 strong {
	font-size: 18px;
	font-style: italic;
	font-weight: 500
}
.adon-txt li {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
}
.adon-txt li img {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	padding-bottom: 22px;
}
.UpScale h2 {
	font-size: 40px;
	font-weight: 300;
}
.UpScale {
	text-align: center;
	padding-top: 40px;
}
.UpScale p {
	font-size: 16px;
	margin-top: 30px;
}
.UpScale-left {
	text-align: right;
}
.UpScale-right {
	text-align: left;
}
.UpScale2 {
	text-align: center;
}
.UpScale-left {
	text-align: right;
}
.UpScale-right {
	text-align: left;
}
.UpScale2 {
	background: url(../images/grey.jpg) center repeat-x;
	margin-top: 100px;
}
.UpScale2 h5 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
}
.UpScale2 p {
	font-size: 16px;
	color: #777;
}
.head-top {
	margin-top: 400px;
}
.client {
	margin-top: 80px;
}
.client h2 {
	position: relative;
	font-size: 40px;
	font-weight: 300;
}
.client p {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.client h2:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 150px;
	bottom: -5px;
	height: 4px;
	background: #F26622;
	content: "";
}
.client-list img {
	margin-bottom: 30px;
}
.testimonials {
	text-align: center;
	background: #f4f4f4;
	padding: 40px 0px;
}
.testimonials h2 span {
	font-weight: 300;
	position: relative;
}
.testimonials h2 span:after {
	position: absolute;
	left: 10px;
	right: 0;
	width: 150px;
	bottom: -5px;
	height: 4px;
	background: #F26622;
	content: "";
}
.testimonials h4 {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}
.testimonials h5 {
	font-size: 15px;
	text-align: left;
	color: #eda321;
	margin: 0px;
	padding: 0px;
}
.testimonials h6 {
	font-size: 13px;
	text-align: left;
	color: #666;
}
.testimonials img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.testy-tile {
	margin-top: 30px;
	background: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	border-left: 3px solid #4E2E89;
}
.news {
	padding: 40px 0px;
}
.news a {
	color: #4E2E89;
	font-weight: 500;
	font-size: 13px;
	margin-top: 8px;
}
.news h2 {
	position: relative;
	margin-bottom: 30px;
}
.news h5 {
	color: #888;
}
.news h2::before {
	position: absolute;
	left: 0;
	right: 0;
	width: 150px;
	bottom: -5px;
	height: 4px;
	background: #F26622;
	content: "";
}
.news h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.news p {
	font-size: 15px;
	color: #707070;
}
footer {
	background: #333333;
	padding: 20px;
0px;
}
footer h3 {
	color: #cccccc;
	font-size:22px;
}
footer ul {
	padding-left: 0px;
}
footer a {
	color: #cccccc;
}
footer a:hover {
	color:#ec971f;
	
}
footer p {
	color: #cccccc;
}
.mod-head {
	font-weight: bold;
	font-size: 16px !important;
}
.buttons {
	margin-top: 50px;
}
.inner {
	padding-top: 40px;
	padding-bottom: 30px;
}
.inner-banner img {
	width: 100%;
}
.inner h2 {
	font-size: 28px;
}
.inner h2 strong {
	font-style: italic;
}
.inner p {
	font-size: 16px;
	text-align: justify;
	margin-top: 20px;
}
.inner h2 {
	position: relative;
}
.inner h2::before {
	position: absolute;
	left: 0;
	right: 0;
	width: 150px;
	bottom: -8px;
	height: 4px;
	background: #F26622;
	content: "";
}
.inner h3 {
	font-size: 23px;
}
.inner h4 span {
	position: relative;
	background: #4E2E89;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-right-radius: 20px;
	line-height: 28px;
}
.inner h4 {
	font-size: 21px;
	font-weight: 500;
	border-bottom: 1px solid #4E2E89;
}
.list1 {
	padding-left: 0px;
	margin-top: 5px;
}
.list1 li {
	background: url(../images/list.png) left top 4px no-repeat;
	padding-left: 30px;
	display: block;
	padding-left: 30px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
}
 @media only screen and (max-width: 959px) {
.banner-caption {
	background: rgba(255,255,255,.5);
	padding-bottom: 15px;
}
.portal-tile {
	width: 45% !important;
}
.app-disc .text-right {
	float: right;
}
.app-img {
	display: none !important;
}
.head-top {
	margin-top: 100px;
}
.mob-tile h5 {
	text-align: center;
}
.mob-tile p {
	text-align: center;
}
.UpScale2 h5 {
	text-align: center;
}
.UpScale2 p {
	text-align: center;
}
.client h2 {
	text-align: center;
}
.client {
	padding: 20px;
	text-align: center;
}
.client h2::before {
	display: none;
}
.testimonials h4 {
	text-align: center !important;
}
.testimonials h5 {
	text-align: center !important;
}
.testimonials h6 {
	text-align: center;
}
}
 @media only screen and (max-width: 559px) {
.banner {
	text-align: center;
}
.portal-tile {
	width: 100% !important;
}
.app-disc {
	text-align: center !important;
}
}
.breadcrumb-arrow {
	height: 36px;
	padding: 0;
	line-height: 36px;
	list-style: none;
	background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
	display: inline-block;
	vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
	margin-left: -5px
}
.breadcrumb-arrow li+li:before {
	padding: 0;
	content: ""
}
.breadcrumb-arrow li span {
	padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
	height: 36px;
	padding: 0 10px 0 25px;
	line-height: 36px
}
.breadcrumb-arrow li:first-child a {
	padding: 0 10px
}
.breadcrumb-arrow li a {
	position: relative;
	color: #fff;
	text-decoration: none;
	background-color: #4E2E89;
	border: 1px solid #4E2E89
}
.breadcrumb-arrow li:first-child a {
	padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
	position: absolute;
	top: -1px;
	width: 0;
	height: 0;
	content: '';
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
	right: -10px;
	z-index: 3;
	border-left-color: #4E2E89;
	border-left-style: solid;
	border-left-width: 11px
}
.breadcrumb-arrow li a:after {
	right: -11px;
	z-index: 2;
	border-left: 11px solid #FFF
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
	background-color: #eab80c;
	border: 1px solid #eab80c
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
	border-left-color: #eab80c
}
.breadcrumb-arrow li a:active {
	background-color: #2494be;
	border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
	border-left-color: #2494be
}
.breadcrumb-arrow li span {
	color: #434a54
}
.module-page h5 {
	font-size: 18px;
	font-weight: bold;
}
.client-btn {
	background: #4E2E89;
	color: #fff;
}
.client-btn:hover {
	color: #fff;
}
.support p {
	font-size: 16px;
}
.support strong {
	color: #4E2E89;
	font-size: 20px;
}
.UpScale-map {
	width: 100%;
	height: 350px;
	margin-top: 10px;
}
.main-address {
	font-size: 20px;
}
.office span strong {
	color: #F26622;
}
.tfs {
	color: #4E2E89;
	text-align: center;
	border: 2px solid #F26622;
	padding: 30px 0px;
}
.office p {
	margin-top: 0px;
	font-size: 14px;
}
.directors {
	text-align: center;
	padding: 30px 0px;
	background: #fafafa;
}
.directors h4 {
	font-size: 24px;
	border-bottom: 1px solid #dadada;
}
.directors h5 {
	color: #ec9c10;
	font-size: 16px;
}
.careers h5 {
	font-size: 20px;
	font-weight: bold;
}
.careers p {
	margin-top: 0px;
}
.career-item {
	background: #e9fffe;
	padding: 15px;
	margin-bottom: 15px;
}
.career-item h6 {
	font-size: 17px;
	font-weight: bold;
}
.partner h4 {
	padding-bottom: 4px;
	margin-top: 15px;
}
.partner p {
	margin-top: 5px;
}

.news-tile {
	background:#f5f5f5;
	padding:8px 15px;
	border-radius:20px;
	margin-top:20px;
	
}

.testy-tile2 {
	background:#f5f5f5;
	padding:8px 15px;
	border-radius:20px;
	 
	margin-top:20px;
	
}
.testy-tile2 img {
	width:80px;
	height:80px;
	border-radius:50%;
	
}
.testy-tile2 h6 {
	font-size:14px;
	color:#F60;
	margin-top:0px;
}
.testy-tile2 h5 {
	font-size:16px;
	margin-bottom:0px;
	color:#09F;
}

.news-tile a {
	color:#F90;
	font-weight:500;
}
footer h4 {
	color:#ccc;
	
}
footer ul {
	margin-bottom:10px;
}

footer h2 {
	color:#4E2E89;
	 
	
}
footer li a .fa {
	display:none;
}
footer h2 span {
	color:#ec971f;
	font-size:23px;
	
}
.socials  {
	text-align:center;
}
.socials  a {
	float:left;
}
.socials .fa {
  padding: 9px;
  font-size: 20px;
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  display:block;
  
  line-height:20px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #d0006e;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.support p {
	font-weight:bold;
	color:#ec971f;
}

.link1 {
	color:#4E2E89;
	 
}
.btm-contact {
	margin-left:15px;
	 
}
.btm-contact  a {
	color:#4E2E89;
	margin-left:10px;
	margin-right:10px;
	 	
}
.btm-contact  a:hover {
	color:#ec971f;
	 	
}

.errors p   {
	color:#058c05;
	font-size:16px !important;
}
.errors h6 span {
	color:#EC4811  !important; 
	font-size:20px;
	
}
.errors h6 strong {
	color:#0D81C6  ;
	font-size:20px;
	
}