html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body {
	margin: 0;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family: Zoho_Puvi_Regular;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
embed, img, object, video {
	max-width: 100%;
	height: auto;
}
video {
	width: 100%;
}
input:focus, keygen:focus, select:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
input {
	border: 0;
	border-radius: 0;
}
.heading-menu {
	display: none;
}
#scroll {
	display: none;
}
.container-new {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 30px;
}
.container-new h1 {
	font: 45px/1.3 Zoho_Puvi_Bold !important;
	margin-bottom: 10px;
}
.container-new h2 {
	font: 30px/1.4 Zoho_Puvi_Bold;
	margin: 40px 0px;
}
.container-new h3 {
	font: 26px/1.4 Zoho_Puvi_Bold;
	margin: 40px 0px 20px 0px;
}
.container-new h4 {
	font: 24px/1.4 Zoho_Puvi_SemiBold
}
.container-new h5 {
	font: 20px/1.4 Zoho_Puvi_SemiBold
}
.container-new h6 {
	font-size: 16px
}
.container-new p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 30px;
}
.container-new a {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 30px;
}
.section-padding {
        position:relative;
	padding: 100px 0px;
}
.banner-bg{top:0;}
header:not(.abheader) #MEmobPanel {
	top: 82px !important;
}
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.col {
	flex-grow: 1;
	flex-basis: 0;
}
span.arrow-animation {
	display: inline-block;
	padding-left: 5px;
}
a.animated-arrow:hover .arrow-animation {
	transform: translateX(5px);
	transition: all .3s ease;
}
.banner-bg {
	background: #fffbf0;
}
.banner p {
	margin: 0px auto 30px auto;
	font-size: 19px;
}
.banner a {
	display: inline-block;
	background: #ee4a44;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: Zoho_Puvi_Bold;
}
h2.section-heading {
	text-align: center;
	margin: 0px auto 75px auto;
	max-width: 70%;
}
.certifications .col {
	background: #f8f8f8;
	padding: 75px 40px;
	margin: 0px 20px;
	border-radius: 3px;
}
.certifications .col:hover {
	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	transition: inherit;
}
.certifications h3 {
	font-size: 21px;
}
a.animated-arrow {
	text-decoration: none;
	font-size: 14px;
	font-family: Zoho_Puvi_Bold;
	border: 1px solid;
	padding: 10px 30px;
	border-radius: 3px;
}
a.animated-arrow-fill {
	background: #2380d7;
	color: #fff;
	margin: 10px 0px 0px 0px;
	display: inline-block;
}
.research {
	background: #f1fafe;
}
.research .col {
	margin: 0px 50px;
}
.research h2 {
	color: #0d6cc5;
}
.research h3 {
	font-size: 25px;
	margin: 0px 0px 30px 0px;
}
.clients .row img {
	display: block;
	margin: 0 auto;
}
.footer-strip {
	background: #fee9f1;
	text-align: center;
}
.footer-strip h2 {
	max-width: 100%;
	margin: 0px auto 30px auto;
}
.footer-strip p {
	max-width: 60%;
	margin: 20px auto 30px auto;
}
.footer-ctas a {
	text-decoration: none;
	display: inline-block;
	background: #ee4a44;
	color: #fff;
	padding: 10px 50px;
	font-family: Zoho_Puvi_Bold;
	text-transform: uppercase;
	font-size: 17px;
	margin: 5px;
	min-width: 150px;
	cursor: pointer;
}
.footer-ctas {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.footer-ctas span {
	display: block;
	font-size: 12px;
}
a.internal-links {
	text-decoration: none;
	color: #00a9f4;
	border-bottom: 1px solid;
}
.banner .col img {
	animation: fadein 1s ease-in-out;
}
 @keyframes fadein {
 0% {
 transform: translateY(100px)
}
 100% {
 transform: translateY(0px)
}
}
.animation-left {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
}
.active-anim .animation-left {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: inherit;
}
.animation-right {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
}
.active-anim .animation-right {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: inherit;
}
.delay1 {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
}
.active-anim .delay1 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.delay2 {
	opacity: 0;
	transition: all ease 1.75s;
	-webkit-transition: all ease 1.75s;
	-moz-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
}
.active-anim .delay2 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.delay3 {
	opacity: 0;
	transition: all ease 2.25s;
	-webkit-transition: all ease 2.25s;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
}
.active-anim .delay3 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
p.breadcrumb a {
	font-size: 14px;
	color: #484848;
	text-decoration: none !important;
}
a.breadcrumb-title {
	cursor: text;
	color: #3180d2 !important;
}
.banner .col h1, .banner .col p, .banner .col a{text-align:left;}
@media only screen and (max-width:1024px) {
.delay2 p,.delay1 p{margin-bottom:30px !important;}
.certifications .col{min-height:100% !important;}
.banner .col h1, .banner .col p, .banner .col a{text-align:center;float:none;}
.row {
	flex-wrap: wrap;
	justify-content: center;
}
.col {
	flex-grow: inherit;
	flex-basis: inherit;
}
.banner {
	justify-content: center;
}
.banner .col {
	text-align: center;
}
img.anim {
	margin-bottom: 50px;
}
h2.section-heading {
	max-width: 100%;
	margin: 0px auto 50px auto;
}
.section-padding {
	padding: 50px 0px;
}
.certifications .col {
	margin: 20px 0px;
}
.certifications .row {
	text-align: center;
}
.certifications img {
	max-width: 300px;
}
.research .col {
	margin: 50px 0px;
}
.clients .row {
	flex-direction: column;
}
.clients .row img {
	margin-bottom: 100px;
}
.footer-strip p {
	max-width: 100%;
}
}

@media only screen and (max-width:600px) {
.footer-ctas {
	flex-wrap: wrap;
	flex-direction: column;
}
.footer-ctas a {
	max-width: 200px;
	margin: 5px auto 5px auto;
	min-width: 200px;
}
}
@media screen and (max-width:500px){
.banner a{font-size:12px;}
.container-new h1{font:28px/1.3 Zoho_Puvi_Bold !important}
}