.rowh, body {
	margin: auto;
}
.rowh {
	width: 83.33333333%;
}
.ESolutions {
	width: 100%;
}
.ESolutions li {
	display: inline-block;
}
.hidden-content {
	display: none;
}
@font-face {
	font-family: 'ubuntubold';
	src: url('../fonts/ubuntu/Ubuntu-B.ttf');
	font-weight: normal;
	font-style: bold;
}
@font-face {
	font-family: 'ubuntulight';
	src: url('../fonts/ubuntu/Ubuntu-L.ttf');
	font-weight: normal;
	font-style: lighter;
}
@font-face {
	font-family: 'ubuntu';
	src: url('../fonts/ubuntu/Ubuntu-L.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ubuntumedium';
	src: url('../fonts/ubuntu/Ubuntu-M.ttf');
	font-weight: 400;
	font-style: medium;
}
@font-face {
	font-family: 'ubunturegular';
	src: url('../fonts/ubuntu/Ubuntu-R.ttf');
	font-weight: normal;
	font-style: normal;
}
.mod-languages img {
	margin-top: 3px;
}

@media only screen and (min-width: 0px) { /* --------------------------------------Mobile 320px to 479px-------------------------------------- */
.breadcrumList {
	margin: 20px 0 0 0;
}
.rowS {
	width: 83.33333333%;
	margin: auto;
}
#header {
	width: 100%;
	padding: 10px 0px;
	float: left;
	position: relative;
	margin-top: -115px;
	background: #00263A;
	z-index: 151;
	opacity: 1;
	/*box-shadow: 0px 3px 25px -3px #989898;
		-webkit-transition: all 0.8s;
  		-moz-transition: all 0.8s;
  		-ms-transition: all 0.8s;
  		-o-transition: all 0.8s;
  		transition: all 0.8s;*/
	border-bottom: 3px solid #942786;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 115px;
}
.headerContent {
	float: left;
	width: 100%;
	padding: 5px 0px;
}
.SolutionsBar {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding: 10px 0px;
	background-image: url(../../../images/New-Easysol/bgn-solutionsbar.jpg);
	/*background: rgb(0, 0, 0);
    	background: rgba(0, 0, 0, 0.5);*/
	position: relative;
	line-height: normal;
}
.logo {
	width: 100%;
	float: left;
	padding: 5px 0px;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.logoCyxTFP {
	position: relative;
	width: auto;
	margin: 0 auto;
}
.logo img {
	margin: 14.3px auto;
	height: 39px;
}
.logo img.TFPtext {
	margin: 0 auto;
	height: 15px;
}
.mod-languages {
	width: 34%;
	height: 15px;
	padding: 14px 0px;
	float: right;
	position: relative;
}
.search-box {
	float: right;
	width: 160px;
	margin: 0px 15px 0px 0px;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 5px 5px;
}
.breadcrum {
	width: 100%;
	height: 65px;
	color: white;
	margin: 0 auto;
	background: #00263A repeat-x;
	border-top: 0px solid #efefef;
	list-style: none;
}
.breadcrumList ol ul li {
	float: left;
	background: none;
	padding: 5px 5px 0px 0px;
	background-position-y: 11px;
	font-size: 10px;
	list-style: none;
}
.breadcrumList ol ul li a {
	color: #666666;
	padding: 0px;
	font: 10px 'ubuntubold';
	list-style: none;
}
.breadcrumList ul li {
	float: left;
	/*background:url(../images/breadarrow.png) no-repeat left center;*/
	padding: 0px;
	background-position-y: 18px;
	list-style: none;
}
.breadcrumList ul li:first-child {
	background: none;
}
.breadcrumList ul li a {
	color: #fff;
	padding: 0px;
	font: 12px/15px 'ubuntubold';
}
.container2 {
	margin: auto;
	width: 100%;
	height: 45px;
	float: left;
}
.ESolutions {
	width: 100%;
	cursor: pointer;
}
.ESolutions li {
	float: left;
	width: 100%;
	height: 50px;
	margin: 2.5px 0 2.5px 0;
	display: table;
}
.ESolutions li p {
	margin: 0 auto;
	width: 100%;
	color: white;
	text-align: center;
	font-family: 'ubuntulight';
	font-size: 16px;
	padding: 0px 5px;
}
.ESolutions a {
	text-decoration: none;
	color: white;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}
.ESolutions li:last-child {
	margin-right: 0px;
}
.ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.8);
	transition: background 0.6s;
}
.ESolutions li#one:hover {
	background: rgba(149, 171, 0, 0.9);
}
.ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.8);
	transition: background 0.6s;
}
.ESolutions li#two:hover {
	background: rgba(255, 162, 65, 0.9);
}
.ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.8);
	transition: background 0.6s;
}
.ESolutions li#three:hover {
	background: rgba(102, 102, 102, 0.9);
}
.ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.8);
	transition: background 0.6s;
}
.ESolutions li#four:hover {
	background: rgba(14, 80, 128, 0.9);
}
.ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.8);
	transition: background 0.6s;
}
.ESolutions li#five:hover {
	background: rgba(41, 95, 87, 0.9);
}
.ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.8);
	transition: background 0.6s;
}
.ESolutions li#six:hover {
	background: rgba(95, 181, 220, 0.9);
}
.Counter {
	float: left;
	width: 100%;
	height: 200px;
	background: #f2f2f2;
	border-top: 1px solid #00263A;
	background: rgba(0, 38, 58, .85);
}
.Highlights {
	float: left;
	width: 100%;
	height: auto;
	background: white;
	
}
.box2 {
	width: 100%;
	float: left;
	height: auto;
	margin: 0;
	border-bottom: 2px solid #942786;
}
.box2:last-child {
	border-bottom: none;
}
.box2 h2 {
	color: #404041;
	font: 27px/30px 'ubuntubold';
	padding: 20px 15px 0 15px;
	text-align: center;
}
.box2Content {
	height: auto;
	margin: 30px 0 0 0;
}
.box2Content img {
	width: 80px;
	margin: 0 auto;
	height: 65px;
}
.box2Content hr {
	width: 90%;
	border-top: 1px solid #404041;
}
.box2:hover > #v1 {
	display: none;
}
.box2:hover > #v2 {
	display: none;
}
.box2:hover > #v3 {
	display: none;
}
.box2:hover > #v4 {
	display: none;
}
.box2:hover > #v5 {
	display: none;
}
.box2:hover > #v6 {
	display: none;
}
.viewmore {
	display: none;
}
.viewmore h3 {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 4px;
	font-family: 'ubuntulight';
}
.QuotesBar {
	float: left;
	position: relative;
	width: 100%;
	height: 310px;
	border-top: 1px solid #942786;
	border-bottom: 1px solid #942786;
	background-image: url('/images/back-slider-quotes.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.QContent .videoblock {
	height: 310px;
}
.QContent p {
	font-size: 18px;
}
.DemoRequest {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px 0px;
}
.DemoRequest h1 {
	margin: 30px auto;
	text-align: center;
	font-family: 'ubuntubold';
	font-size: 35px;
	text-align: center;
}
.DemoRequest hr {
	width: 35%;
	border-top: 2px outset #b8b8b8;
	margin: 10px auto;
}
.DemoRequest h4 {
	margin: 30px auto;
	font-family: 'ubuntulight';
	font-size: 26px;
	color: #888888;
	text-align: center;
}
.DemoRequest a {
	width: auto;
	margin: 0 auto;
	border: 1px solid #95ab00;
	background: white;
	font-size: 35px;
	color: #95ab00;
	font-family: ubuntulight;
	padding: 10px 30px;
	text-decoration: none;
	transition: background 0.5s;
}
.DemoRequest .button {
	width: 100%;
	text-align: center;
}
.DemoRequest .email {
	height: 45px;
	float: left;
	width: 49%;
	margin: 0 0 0 0;
	font-family: 'ubuntulight';
	border-top: 1px #b8b4b4 solid;
	border-right: 0px;
	border-bottom: 1px #b8b4b4 solid;
	border-left: 1px #b8b4b4 solid;
	text-align: center;
	font-size: 10px;
}
.DemoRequest .btn_email {
	width: 50%;
	height: 23px;
	float: left;
	margin: 0 0 0 0;
	background: #942786;
	border: 0;
	font-family: 'ubuntulight';
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	cursor: pointer;
	padding: 12px 0px;
	transition: background 0.6s;
	transition: color 0.6s;
}
.DemoRequest .email:focus {
	outline: 1px solid #00263A;
}
.DemoRequest button:hover {
	background: #95ab00;
	color: #ffffff;
	padding: 12px 0px;
}
.DemoRequest form {
	text-align: center;
	width: 262px;
	height: 47px;
	margin: 0 auto;
}
#footer {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	padding: 15px 0 12px 0;
	background: #E9E9E9;
	border-top: 2px solid #00263A;
}
.footer-section {
	float: left;
	width: 100%;
	border-right: none;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #00263a;
}
.f-company .footer-section {
	border-bottom: none;
}
.footer-section h1 {
	text-align: left;
	color: #00263a;
	margin-bottom: 20px;
	font-weight: lighter;
	font-family: 'ubuntu';
}
.footer-section #email {
	color: #fff !important;
	font-size: 18px;
}
.footer-section ul {
	margin: 0px;
	padding: 0px 15px;
}
.f-contact .footer-section ul {
	padding: 0px;
}
.footer-section li {
	font-family: 'ubuntulight';
	font-size: 15px;
	color: #404041;
	line-height: 20px;
	margin: auto;
	padding: 0px;
	list-style: disc;
}
.footer-section li a {
	color: #404041;
}
.f-contact li {
	list-style: none;
}
.f-company .footer-section h1 {
	color: #00263a;
}
.f-contact .footer-section h1 {
	color: #00263a;
}
.SocialNtwrks {
	width: 100%;
	float: left;
	margin: 10px auto;
}
.SocialNtwrks ul {
	width: 80%;
}
.SocialNtwrks li {
	width: 20px;
	height: 20px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
#response_message {
	font-family: 'ubuntulight';
	font-size: 15px;
}
}

@media only screen and (min-width:480px) { /* --------------------------------------Mobile 480px to 767px-------------------------------------- */
.breadcrumList {
	margin: 20px;
}
.rowS {
	margin: auto;
}
#header {
	padding: 2px 0px;
}
.SolutionsBar {
	height: 60px;
	margin-top: -60px;
	padding: 0px 0px;
	background-image: none;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}
.logo img {
	margin: 14.7px auto;
	height: 40px;
}
.logo img.TFPtext {
	height: 14px;
}
.mod-languages {
	width: 23%;
}
.breadcrumList ul li {
	padding: 14px 2px 2px 5px;
	/*background:url(../images/breadarrow.png) no-repeat left center;*/
	background-position-y: 10px;
	font-size: 12px;
}
.breadcrumblist ul li a {
	font-size: 10px;
	padding: 0px 6px 0px 6px;
}
.ESolutions {
	width: 100%;
	cursor: pointer;
}
.ESolutions li {
	float: left;
	width: 19%;
	height: 60px;
	margin: 0 0px 0 0;
	display: table;
}
.ESolutions li:last-child {
	margin-right: 0px;
}
.ESolutions li p {
	margin: 0 auto;
	margin-top: 30px;
	width: 90%;
	color: white;
	text-align: center;
	font-family: 'ubuntulight';
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}
.ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.5);
	transition: background 0.6s;
}
.ESolutions li#one:hover {
	background: rgba(149, 171, 0, 0.9);
}
.ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.5);
	transition: background 0.6s;
}
.ESolutions li#two:hover {
	background: rgba(255, 162, 65, 0.9);
}
.ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.5);
	transition: background 0.6s;
}
.ESolutions li#three:hover {
	background: rgba(102, 102, 102, 0.9);
}
.ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.5);
	transition: background 0.6s;
}
.ESolutions li#four:hover {
	background: rgba(14, 80, 128, 0.9);
}
.ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.5);
	transition: background 0.6s;
}
.ESolutions li#five:hover {
	background: rgba(41, 95, 87, 0.9);
}
.ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.5);
	transition: background 0.6s;
}
.ESolutions li#six:hover {
	background: rgba(95, 181, 220, 0.9);
}
.FixedBar .ESolutions li {
	float: left;
	width: 20;
	height: 40px;
	margin-right: 0px;
}
.FixedBar .ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.7);
	border-bottom: 2px solid rgba(149, 171, 0, 0.98);
}
.FixedBar .ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.7);
	border-bottom: 2px solid rgba(255, 162, 65, 0.98);
}
.FixedBar .ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.7);
	border-bottom: 2px solid rgba(102, 102, 102, 0.98);
}
.FixedBar .ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.7);
	border-bottom: 2px solid rgba(14, 80, 128, 0.98);
}
.FixedBar .ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.7);
	border-bottom: 2px solid rgba(41, 95, 87, 0.98);
}
.FixedBar .ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.7);
	border-bottom: 2px solid rgba(95, 181, 220, 0.98);
}
.Counter {
	background: #f1f1f1;
}
.Counter {
	height: 250px;
}
.HighlightsItem {
	float: left;
	width: calc(100%/7);
}
.box2 {
	width: calc(100%/3);
	height: 310px;
	border-bottom: none;
}
.box2 h2 {
	font: 20px/20px 'ubuntubold';
}
.box2Content {
	height: 255px;
}
.viewmore {
	width: 100%;
	height: 25px;
	background: #942786;
	display: none;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: display 0.8s;
}
.QuotesBar {
	height: 280px;
}
.QuotesBar h1 {
	text-align: center;
	color: #c8cd00;
	font-size: 45px;
	font-family: 'ubuntu';
	margin-top: 15px;
}
.DemoRequest {
	height: 330px;
}
.DemoRequest h1 {
	font-size: 35px;
}
.DemoRequest h4 {
	font-size: 25px;
}
.DemoRequest .email {
	height: 43px;
	width: 49%;
	font-size: 14px;
}
.DemoRequest .btn_email {
	width: 50%;
	height: 21px;
	font-family: ubuntu;
	font-size: 1.5em;
}
.DemoRequest form {
	width: 402px;
}
#footer {
	overflow: hidden;
}
}

@media only screen and (min-width:768px) { /* --------------------------------------Mobile 768px to 991px-------------------------------------- */
.breadcrumList {
	margin: 0;
}
.breadcrum {
	width: 100%;
	height: 45px;
	color: white;
	margin: 0 auto;
	background: #00263A repeat-x;
	border-top: 0px solid #efefef;
	list-style: none;
	padding-top: 10px;
}
.rowS {
	width: 98%;
	margin: auto 1%;
}
#header {
	position: fixed;
	margin-top: -122px;
}
.DemoRequest h1 {
	font-size: 45px;
}
.DemoRequest h4 {
	font-size: 30px;
}
.wrapper {
	margin-top: 122px;
}
.headerContent {
	float: none;
	padding: 7.5px 0px 5px 0px;
	margin: 0 auto;
	position: relative;
	z-index: 150;
	display: table;
	height: auto;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#js-mainnav.megamenu.white ul.level0 li.mega a.mega.haschild, #js-mainnav.megamenu.white ul.level0 li.mega div.group a.haschild.mega, #js-mainnav.megamenu.white ul.level0 li.mega div.group span.haschild.mega, #js-mainnav.megamenu.white ul.level0 li.mega span.mega.haschild {
	padding-right: 20px;
}
.logoCyxTFP {
	width: 497.2px;
	margin: 0 auto;
}
.logo {
	padding: 5px 0px 7.5px 0px;
}
.logo img {
	margin: 14.7px;
	float: left;
}
.logo img.TFPtext {
	margin: 32px auto 0px auto;
	float: left;
}
.smaller .logo img.TFPtext {
	height: 14px;
}
.smaller .logo {
	width: 100%;
	padding: 5px 0 0 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.smaller .logo img {
	height: 40px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.smaller .headerContent {
	padding: 5px 0 0 0;
}
.mod-languages {
	width: 15%;
	padding: 11px 0px;
}
.search-box {
	width: 233px;
}
.ESolutions {
	width: 100%;
	cursor: pointer;
}
.ESolutions li {
	float: left;
	width: 19%;
	height: 60px;
	margin: 0 0px 0 0;
	display: table;
}
.ESolutions li:last-child {
	margin-right: 0px;
}
.ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.5);
	transition: background 0.6s;
}
.ESolutions li#one:hover {
	background: rgba(149, 171, 0, 0.9);
}
.ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.5);
	transition: background 0.6s;
}
.ESolutions li#two:hover {
	background: rgba(255, 162, 65, 0.9);
}
.ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.5);
	transition: background 0.6s;
}
.ESolutions li#three:hover {
	background: rgba(102, 102, 102, 0.9);
}
.ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.5);
	transition: background 0.6s;
}
.ESolutions li#four:hover {
	background: rgba(14, 80, 128, 0.9);
}
.ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.5);
	transition: background 0.6s;
}
.ESolutions li#five:hover {
	background: rgba(41, 95, 87, 0.9);
}
.ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.5);
	transition: background 0.6s;
}
.ESolutions li#six:hover {
	background: rgba(95, 181, 220, 0.9);
}
.box2 {
	height: auto;
}
.box2 {
	width: calc(100%/6);
	height: 310px;
}
.box2 h2 {
	padding: 20px 15px 0 15px;
	font: 15px/18px 'ubuntubold';
}
.box2 p {
	color: #404041;
	padding: 10px 5px 0 5px;
	font: 13px/17px 'ubuntulight';
	min-height: 65px;
	text-align: center;
}
#v1 {
	display: none;
}
#v2 {
	display: none;
}
#v3 {
	display: none;
}
#v4 {
	display: none;
}
#v5 {
	display: none;
}
#v6 {
	display: none;
}
.QContent p {
	font-size: 25px;
}
.DemoRequest {
	height: 310px;
}
.DemoRequest h4 {
	font-size: 26px;
}
.DemoRequest .button {
	width: 100%;
	text-align: center;
}
.DemoRequest .email {
	height: 45px;
	font-size: 16px;
}
.DemoRequest .btn_email {
	height: 23px;
	font-size: 14px;
}
.SocialNtwrks li {
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
}
#response_message {
	font-size: 20px;
}
.footer-section {
	float: left;
	width: 30%;
	border-bottom: none;
	margin: 0 0 0 1.8%;
	padding: 0px 0px 0px 0px;
}
.footer-section #email {
	color: #fff;
	font-size: 18px;
}
.footer-section ul {
	margin: 0px;
}
.footer-section li {
	font-family: 'ubuntulight';
	font-size: 14px;
	color: #404041;
}
.footer-section li a {
	color: #404041;
}
}

@media only screen and (min-width:992px) { /* --------------------------------------Laptop 992px to 1024px-------------------------------------- */
.breadcrumList {
	margin: 12px 0 0 0;
}
.breadcrumList ul li {
	padding: 0px 2px 2px 5px;
	/*background:url(../images/breadarrow.png) no-repeat left center;*/
	background-position-y: 10px;
	font-size: 12px;
}
.rowS {
	width: 83.33333333%;
	margin: auto;
}
#header {
	margin-top: -116px;
}
.wrapper {
	margin-top: 116px;
}
.headerContent {
	float: right;
	padding: 0;
}
.mod-languages {
	width: 11%;
	padding: 9px 0px;
}
.ESolutions {
	width: 100%;
	cursor: pointer;
}
.ESolutions li {
	float: left;
	width: 19%;
	height: 60px;
	margin: 0 10px 0 0;
	display: table;
}
.ESolutions li p {
	width: 90%;
	font-size: 12px;
}
.ESolutions li:last-child {
	margin-right: 0px;
}
.ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.5);
	transition: background 0.6s;
}
.ESolutions li#one:hover {
	background: rgba(149, 171, 0, 0.9);
}
.ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.5);
	transition: background 0.6s;
}
.ESolutions li#two:hover {
	background: rgba(255, 162, 65, 0.9);
}
.ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.5);
	transition: background 0.6s;
}
.ESolutions li#three:hover {
	background: rgba(102, 102, 102, 0.9);
}
.ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.5);
	transition: background 0.6s;
}
.ESolutions li#four:hover {
	background: rgba(14, 80, 128, 0.9);
}
.ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.5);
	transition: background 0.6s;
}
.ESolutions li#five:hover {
	background: rgba(41, 95, 87, 0.9);
}
.ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.5);
	transition: background 0.6s;
}
.ESolutions li#six:hover {
	background: rgba(95, 181, 220, 0.9);
}
.FixedBar {
	position: fixed;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.8);
	top: 173px;
	height: 42px;
	z-index: 1;
}
.FixedBar .ESolutions li p {
	margin: 0 auto;
	color: white;
	text-align: center;
	font-family: 'ubuntulight';
	font-size: 12px;
	padding: 0px 5px;
	line-height: normal;
}
.FixedBar .ESolutions li {
	float: left;
	width: 20%;
	height: 40px;
	margin-right: 0px;
}
.FixedBar .ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.7);
	border-bottom: 2px solid rgba(149, 171, 0, 0.98);
}
.FixedBar .ESolutions li#one:hover {
	background: rgba(149, 171, 0, 1);
}
.FixedBar .ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.7);
	border-bottom: 2px solid rgba(255, 162, 65, 0.98);
}
.FixedBar .ESolutions li#two:hover {
	background: rgba(255, 162, 65, 1);
}
.FixedBar .ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.7);
	border-bottom: 2px solid rgba(102, 102, 102, 0.98);
}
.FixedBar .ESolutions li#three:hover {
	background: rgba(153, 153, 153, 1);
}
.FixedBar .ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.7);
	border-bottom: 2px solid rgba(14, 80, 128, 0.98);
}
.FixedBar .ESolutions li#four:hover {
	background: rgba(21, 120, 192, 1);
}
.FixedBar .ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.7);
	border-bottom: 2px solid rgba(41, 95, 87, 0.98);
}
.FixedBar .ESolutions li#five:hover {
	background: rgba(61, 115, 107, 1);
}
.FixedBar .ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.7);
	border-bottom: 2px solid rgba(95, 181, 220, 0.98);
}
.FixedBar .ESolutions li#six:hover {
	background: rgba(95, 181, 220, 1);
}
.Counter {
	float: left;
	width: 100%;
	height: 250px;
	background: #f1f1f1;
	border-top: 1px solid #c8cd00;
}
.Highlights {
	height: 310px;
}
.box2 h2 {
	font: 12px/15px 'ubuntubold';
}
.box2:hover > #v1 {
	display: block;
}
.box2:hover > #v2 {
	display: block;
}
.box2:hover > #v3 {
	display: block;
}
.box2:hover > #v4 {
	display: block;
}
.box2:hover > #v5 {
	display: block;
}
.box2:hover > #v6 {
	display: block;
}
.QContent p {
	font-size: 27px;
}
.DemoRequest h4 {
	font-size: 30px;
}
#footer {
	height: 280px;
}
.SocialNtwrks li {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
}

@media only screen and (min-width:1280px) { /* --------------------------------------Laptop/Desktop 1280px to 1439px-------------------------------------- */
.rowS {
	width: 94%;
	margin: auto 3%;
}
.logo img {
	margin: 10.3px;
	height: 28px;
}
.logoCyxTFP {
	width: 100%;
	margin: 15px auto;
	float: left;
}
.logo img.TFPtext {
	height: 10px;
	margin: 21px 0px;
}
#header {
	margin-top: -89px;
}
.wrapper {
	margin-top: 89px;
}
.SolutionsBar {
	height: 100px;
	margin-top: -100px;
}
.headerContent {
	width: auto;
	height: auto;
	margin: 27px auto;
}
.logo {
	width: 440px;
	padding: 0 0 0 0;
}
.smaller .logo {
	width: 440px;
	padding: 0px;
}
.smaller .logo img {
	height: 28px;
}
.smaller .logo img.TFPtext {
	height: 10px;
}
.smaller .headerContent {
	padding: 0;
}
.mod-languages {
	width: 9%;
	padding: 11px 0px;
}
.ESolutions {
	width: 100%;
	cursor: pointer;
}
.ESolutions li {
	float: left;
	width: 18%;
	height: 100px;
	margin: 0 18px 0 0;
	display: table;
}
.ESolutions li:last-child {
	margin-right: 0px;
}
.ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.5);
	transition: background 0.6s;
}
.ESolutions li#one:hover {
	background: rgba(149, 171, 0, 0.9);
}
.ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.5);
	transition: background 0.6s;
}
.ESolutions li#two:hover {
	background: rgba(255, 162, 65, 0.9);
}
.ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.5);
	transition: background 0.6s;
}
.ESolutions li#three:hover {
	background: rgba(102, 102, 102, 0.9);
}
.ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.5);
	transition: background 0.6s;
}
.ESolutions li#four:hover {
	background: rgba(14, 80, 128, 0.9);
}
.ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.5);
	transition: background 0.6s;
}
.ESolutions li#five:hover {
	background: rgba(41, 95, 87, 0.9);
}
.ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.5);
	transition: background 0.6s;
}
.ESolutions li#six:hover {
	background: rgba(95, 181, 220, 0.9);
}
.ESolutions li p {
	width: 85%;
	font-size: 14px;
}
.FixedBar {
	position: fixed;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.8);
	top: 184px;
	height: 42px;
	z-index: 1;
}
.FixedBar .ESolutions li p {
	margin: 0 auto;
	width: 100%;
	color: white;
	text-align: center;
	font-family: 'ubuntulight';
	font-size: 12px;
	padding: 0px 5px;
	line-height: normal;
}
.FixedBar .ESolutions li {
	float: left;
	width: 20%;
	height: 40px;
	margin-right: 0px;
}
.FixedBar .ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.7);
	border-bottom: 2px solid rgba(149, 171, 0, 0.98);
}
.FixedBar .ESolutions li#one:hover {
	background: rgba(149, 171, 0, 1);
}
.FixedBar .ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.7);
	border-bottom: 2px solid rgba(255, 162, 65, 0.98);
}
.FixedBar .ESolutions li#two:hover {
	background: rgba(255, 162, 65, 1);
}
.FixedBar .ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.7);
	border-bottom: 2px solid rgba(102, 102, 102, 0.98);
}
.FixedBar .ESolutions li#three:hover {
	background: rgba(153, 153, 153, 1);
}
.FixedBar .ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.7);
	border-bottom: 2px solid rgba(14, 80, 128, 0.98);
}
.FixedBar .ESolutions li#four:hover {
	background: rgba(21, 120, 192, 1);
}
.FixedBar .ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.7);
	border-bottom: 2px solid rgba(41, 95, 87, 0.98);
}
.FixedBar .ESolutions li#five:hover {
	background: rgba(61, 115, 107, 1);
}
.FixedBar .ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.7);
	border-bottom: 2px solid rgba(95, 181, 220, 0.98);
}
.FixedBar .ESolutions li#six:hover {
	background: rgba(95, 181, 220, 1);
}
.Counter {
	height: 310px;
}
.box2 h2 {
	font: 18px/21px 'ubuntubold';
}
.QContent p {
	font-size: 30px;
}
.DemoRequest {
	height: 290px;
}
.DemoRequest h4 {
	font-size: 26px;
}
.DemoRequest .btn_email {
	width: 300px;
}
.DemoRequest form {
	width: 602px;
}
#footer {
	height: 200px;
}
.footercontent {
	margin: 30px auto;
}
.footer-section {
	margin: 0 0 0 2%;
}
.footer-section #email {
	color: #fff;
	font-size: 18px;
}
.footer-section ul {
	margin: 0px;
}
.footer-section li {
	font-size: 12px;
	line-height: 18px;
}
.SocialNtwrks {
	margin: 35px 0px 0px 0px;
}
}

@media only screen and (min-width:1440px) { /* --------------------------------------Laptop/Desktop 1440px-------------------------------------- */
.breadcrumList {
	margin: 10px 0 0 0;
}
.breadcrum {
	width: 100%;
	height: 45px;
	color: white;
	margin: 0 auto;
	background: #00263A repeat-x;
	border-top: 0px solid #efefef;
	list-style: none;
}
.rowS {
	width: 92%;
	margin: auto 4%;
}
#header {
	padding: 0px 0px;
	margin-top: -85px;
}
.wrapper {
	margin-top: 85px;
}
.logo {
	width: 40%;
}
.smaller .logo {
	width: 440px;
	padding: 0 0 0 0;
}
.smaller .logo img {
	height: 28px;
	padding: 0px;
}
.smaller .logo img.TFPtext {
	height: 10px;
}
.mod-languages {
	width: 8%;
}
.search-box {
	height: 45px;
	width: 233px;
}
.ESolutions {
	width: 100%;
	cursor: pointer;
}
.ESolutions li {
	float: left;
	width: 18%;
	height: 100px;
	margin: 0 20px 0 0;
	display: table;
}
.ESolutions li p {
	width: 80%;
	font-size: 14px;
}
.ESolutions li:last-child {
	margin-right: 0px;
}
.ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.5);
	transition: background 0.6s;
}
.ESolutions li#one:hover {
	background: rgba(149, 171, 0, 0.9);
}
.ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.5);
	transition: background 0.6s;
}
.ESolutions li#two:hover {
	background: rgba(255, 162, 65, 0.9);
}
.ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.5);
	transition: background 0.6s;
}
.ESolutions li#three:hover {
	background: rgba(102, 102, 102, 0.9);
}
.ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.5);
	transition: background 0.6s;
}
.ESolutions li#four:hover {
	background: rgba(14, 80, 128, 0.9);
}
.ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.5);
	transition: background 0.6s;
}
.ESolutions li#five:hover {
	background: rgba(41, 95, 87, 0.9);
}
.ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.5);
	transition: background 0.6s;
}
.ESolutions li#six:hover {
	background: rgba(95, 181, 220, 0.9);
}
.ESolutions li p {
	width: auto;
	font-size: 18px;
	margin-top: 0px;
	display: table;
}
.FixedBar .ESolutions li {
	float: left;
	/*width: 16.666666%;*/
	height: 40px;
	margin-right: 0px;
}
.FixedBar .ESolutions li#one {
	background: rgb(149, 171, 0); /* The Fallback */
	background: rgba(149, 171, 0, 0.7);
	border-bottom: 2px solid rgba(149, 171, 0, 0.98);
}
.FixedBar .ESolutions li#one:hover {
	background: rgba(149, 171, 0, 1);
}
.FixedBar .ESolutions li#two {
	background: rgb(255, 162, 65); /* The Fallback */
	background: rgba(255, 162, 65, 0.7);
	border-bottom: 2px solid rgba(255, 162, 65, 0.98);
}
.FixedBar .ESolutions li#two:hover {
	background: rgba(255, 162, 65, 1);
}
.FixedBar .ESolutions li#three {
	background: rgb(102, 102, 102); /* The Fallback */
	background: rgba(102, 102, 102, 0.7);
	border-bottom: 2px solid rgba(102, 102, 102, 0.98);
}
.FixedBar .ESolutions li#three:hover {
	background: rgba(153, 153, 153, 1);
}
.FixedBar .ESolutions li#four {
	background: rgb(14, 80, 128); /* The Fallback */
	background: rgba(14, 80, 128, 0.7);
	border-bottom: 2px solid rgba(14, 80, 128, 0.98);
}
.FixedBar .ESolutions li#four:hover {
	background: rgba(21, 120, 192, 1);
}
.FixedBar .ESolutions li#five {
	background: rgb(41, 95, 87); /* The Fallback */
	background: rgba(41, 95, 87, 0.7);
	border-bottom: 2px solid rgba(41, 95, 87, 0.98);
}
.FixedBar .ESolutions li#five:hover {
	background: rgba(61, 115, 107, 1);
}
.FixedBar .ESolutions li#six {
	background: rgb(95, 181, 220); /* The Fallback */
	background: rgba(95, 181, 220, 0.7);
	border-bottom: 2px solid rgba(95, 181, 220, 0.98);
}
.FixedBar .ESolutions li#six:hover {
	background: rgba(95, 181, 220, 1);
}
.box2 {
	width: 16.666666%;
}
.box2 h2 {
	font: 18px/22px 'ubuntubold';
}
.QContent p {
	font-size: 33px;
	line-height: 35px;
}
.DemoRequest {
	height: 290px;
}
.DemoRequest .btn_email {
	height: 23px;
	margin-left: -1px;
}
}
@media screen and (min-width:0\0) {
 #header {
 margin-top: 0px;
}
 .ESolutions li {
 width: calc((100% - 105px)/6);
}
}
.copy {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	font: 11px/13px 'ubuntulight';
	color: #fff;
	background: #00263A;
}
