@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,600italic,600,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(../css/font-awesome.min.css);
@import url(../css/themify-icons.css);
@import url(../css/menu.css);
@import url(../css/popup.css);
@import url(../css/animate.min.css);
/* =============================================================================
   BROWSER RESET STYLES
   ============================================================================= */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, 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, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #333;
	font-weight: 300;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
label {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
}
.clear, .clearfix {
	clear: both;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
input::-moz-focus-inner {
 border: 0;
}
input, select, textarea, button {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #f5f5f5;
}
body.inner {
	background: #fff;
}
::-webkit-input-placeholder {
 color:#717171;
}
/* =============================================================================
   TYPOGRAPHY STYLES
   ============================================================================= */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #004f82;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
p, li {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #555555;
	padding-bottom: 4px;
	font-family: 'Open Sans', sans-serif;
}
li {
	padding: 0;
}
a {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
.wrapper {
	width: 100%;
}
/* =============================================================================
   HEADER STYLES
   ============================================================================= */   
header {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 999;
}
.pageWidth {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
.topheader {
	padding: 12px 0;
	background: #fff;
}
.iso_certificate {
	padding: 0 0 0 10px;
	float: left;
}
.topheader_in {
	padding: 0 15px;
}
.topheader_left {
	float: left;
	width: auto;
}
.topheader_left a {
	float: left;
}
.topheader_right {
	float: right;
	margin-top: 3px;
	width: auto;
}
.client_login, .request_demo {
	float: right;
	position: relative;
}
.request_demo {
	margin-left: 0;
}
.header_nav {
	background: #004f82;
}
.topheader_right a {
	background: #004f82 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	padding: 12px 19px 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	-ms-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	-o-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
}
.topheader_right i {
	color: #fff;
	float: left;
	line-height: 16px;
	margin-right: 8px;
}
.topheader_right a:hover {
	background: #fc5655;
}
.top_btns {
	float: left;
}
.request_demo {
	margin-right: 15px;
}
.headRight {
	float: left;
}
.logo-small a {
	display: flex;
}
/* =============================================================================
   CONTAINER STYLES
   ============================================================================= */

section {
	margin-top: -57px;
	position: relative;
	width: 100%;
	z-index: 99;
}
.row {
	width: 100%;
}
.about_company {
	width: auto;
	padding: 50px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	margin-bottom: 50px;
}
h2.tittle {
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	color: #004f82;
}
h2 span {
	background: #ef504f none repeat scroll 0 0;
	bottom: -9px;
	height: 3px;
	left: 0;
	position: absolute;
	width: 40px;
}
.about_left {
	width: 50%;
	float: left;
}
.about_left p {
	line-height: 25px;
	padding-bottom: 25px;
}
.readmore {
	float: left;
	margin-top: 20px;
}
.readmore a {
	background: #004f82 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	padding: 13px 25px 15px;
	transition: all 0.3s ease-in-out 0s;
	display: block;
	-moz-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	-ms-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	-o-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15) inset;
}
.readmore a:hover {
	background: #fc5655;
}
.readmore a i {
	font-size: 14px;
	color: #fff;
	padding-right: 8px;
}
.about_right {
	float: right;
	width: 46%;
	position: relative;
}
.flexbox {
	-webkit-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.box a {
	border-radius: 3px;
	display: block;
	height: 185px;
	text-align: center;
	vertical-align: middle;
	width: 220px;
	transition: all 0.3s ease-in-out;
}
.box a img {
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}
.blue a {
	background: #15d6d4;
}
.blue a:hover {
}
.red a {
	background: #d95a6a;
}
.red a:hover {
}
.yellow a {
	background: #e5af0a;
}
.yellow a:hover {
}
.green a {
	background: #39bf58;
}
.green a:hover {
}
.box a h3 {
	display: block;
	margin-top: 25px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
.box.blue, .box.red {
	margin-bottom: 32px;
}
.rounded_logo {
	background: url(../images/square_logo.png) no-repeat center center;
	height: 88px;
	left: 196px;
	margin: 0 auto;
	position: absolute;
	top: 156px;
	width: 88px;
}
.box a:hover h3 {
	margin-top: 15px;
}
.box a:hover img {
	margin-top: 35px;
}
.white_bg {
	background: #fff;
	padding: 50px 0;
}
.row {
	width: 100%;
}
.home_services {
	-webkit-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}
.home_services article {
	width: 28%;
}
.home_services article a {
	position: relative;
	display: block;
}
.home_services article a .img_sec {
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.home_services article a img {
	transition: all 0.7s ease 0s;
}
.home_services article a i {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	bottom: -15px;
	color: #fc5655;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: 15px;
	text-align: center;
	width: 32px;
	transition: all 0.3s ease 0s;
}
.home_services article a:hover i {
	background: #fc5655;
	color: #fff;
}
.home_services article a:hover .img_sec {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.home_services article a:hover .img_sec img {
	transform: scale(1.2);
}
.home_services article .txt_sec {
	background: #f5f5f5 none repeat scroll 0 0;
	padding: 15px 18px;
}
.home_services article div h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	margin-bottom: 7px;
}
.home_services article div p {
	line-height: 24px;
}
.parallax {
	background-attachment: fixed;
	background-image: url("../images/parallax_bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
	position: relative;
	width: 100%;
}
.white_mask {
	background: rgba(0,255,255,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.parallax .pageWidth {
	position: relative;
	z-index: 99;
}
.clientsScroll h2 {
	color: #fff;
}
.clientsScroll h2 span {
	background: #fff;
}
/* =============================================================================
   FOOTER STYLES
   ============================================================================= */
footer {
	background: #1b2e3c;
	padding: 40px 0 0 0;
	width: 100%;
	float: left;
}
.footer_links {
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 40px;
}
.footer_col_1 {
	float: left;
	margin-right: 4%;
	width: 17%;
}
.footer_col_2 {
	float: left;
	margin-right: 2%;
	width: 48%;
}
.footer_col_3 {
	float: left;
	width: 25%;
}
.footer_links h2 {
	color: #FFF;
	font-size: 18px;
	display: block;
}
.footer_links h2 span {
	background: #fc5655;
	width: 27px;
}
.fot_col ul {
	margin: 0 0 0 10px;
}
.fot_col ul li {
	color: #bababa;
	list-style: outside none circle;
	padding-bottom: 10px;
	padding-left: 8px;
	transition: all 0.3s ease-in-out;
}
.footer_links p, .footer_links ul li a {
	color: #bababa;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
	display: block;
}
.fot_col ul li:hover {
	color: #d84544;
}
.fot_col ul li a:hover {
	color: #fc5655;
}
.footer_col_2 ul {
	float: left;
	width: 48%;
}
.contactList ul {
	overflow: hidden;
	margin-bottom: 17px;
}
.contactList li {
	float: left;
	width: 80%;
	font-size: 14px;
	line-height: 20px;
	color: #b3b3b3;
	list-style: none;
	font-weight: 400;
}
.contactList li:first-child {
	width: 25px;
	margin-right: 10px;
}
.contactList li i {
	display: block;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #b3b3b3;
	font-size: 14px;
}
.contactList li strong {
	color: #dadee0;
}
.contactList li a {
	color: #dadee0;
}
.contactList li a:hover {
	text-decoration: underline;
}
.footer_bottom {
	background: #182a37 none repeat scroll 0 0;
	border-top: 1px solid #30414f;
	float: left;
	padding: 15px 0;
	width: 100%;
}
.footer_bottom p, .footer_bottom ul li a {
	color: #b3b3b3;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
.footer_right ul li {
	padding: 0 10px;
	float: left;
	list-style: none;
}
.footer_right ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* =============================================================================
   INNERPAGES STYLES
   ============================================================================= */
.container {
	width: 100%;
	min-height: 400px;
}
.container .pageWidth {
	width: 1050px;
}
.titleSection {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.aboutTitle {
	background-image: url(../images/inner_banner/aboutus_banner.jpg);
}
.aboutTitle2 {
	background-image: url(../images/inner_banner/aboutus_banner2.jpg);
}
.industriesTitle {
	background-image: url(../images/inner_banner/industries_banner.jpg);
}
.educationTitle {
	background-image: url(../images/inner_banner/education_banner.jpg);
}
.legalTitle {
	background-image: url(../images/inner_banner/legal_banner.jpg);
}
.productsTitle {
	background-image: url(../images/inner_banner/products_banner.jpg);
}
.plmTitle {
	background-image: url(../images/inner_banner/plm_banner.jpg);
}
.smartrackTitle {
	background-image: url(../images/inner_banner/smartrack_banner.jpg);
}
.healthcareTitle {
	background-image: url(../images/inner_banner/healthcare_banner.jpg);
}
.clinicalTitle {
	background-image: url(../images/inner_banner/clinical_system_banner.jpg);
}
.hippaservicesTitle {
	background-image: url(../images/inner_banner/hippa_services_banner.jpg);
}
.nsfTitle {
	background-image: url(../images/inner_banner/nsf_translators_banner.jpg);
}
.hl7Title {
	background-image: url(../images/inner_banner/hl7_banner.jpg);
}
.clientsTitle {
	background-image: url(../images/inner_banner/clients_banner.jpg);
}
.expressTitle {
	background-image: url(../images/inner_banner/express_banner.jpg);
}
.careersTitle {
	background-image: url(../images/inner_banner/careers_banner.jpg);
}
.contactTitle {
	background-image: url(../images/inner_banner/contact_banner.jpg);
}
.serviceTitle {
	background-image: url(../images/inner_banner/service_banner.jpg);
}
.adTitle {
	background-image: url(../images/inner_banner/ad_banner.jpg);
}
.amTitle {
	background-image: url(../images/inner_banner/am_banner.jpg);
}
.psTitle {
	background-image: url(../images/inner_banner/ps_banner.jpg);
}
.ossTitle {
	background-image: url(../images/inner_banner/oss_banner.jpg);
}
.offsiteconsultingTitle {
	background-image: url(../images/inner_banner/offsiteconsulting_banner.jpg);
}
.turnkeyprojectsTitle {
	background-image: url(../images/inner_banner/turnkeyprojects_banner.jpg);
}
.qatestingTitle {
	background-image: url(../images/inner_banner/qatesting_banner.jpg);
}
.b2bTitle {
	background-image: url(../images/inner_banner/b2b_banner.jpg);
}
.eaiTitle {
	background-image: url(../images/inner_banner/eai_banner.jpg);
}
.migrationTitle {
	background-image: url(../images/inner_banner/migration_banner.jpg);
}
.erpTitle {
	background-image: url(../images/inner_banner/erp_banner.jpg);
}
.resourcesTitle {
	background-image: url(../images/inner_banner/resources_banner.jpg);
}
.focusareaTitle {
	background-image: url(../images/inner_banner/focusarea_banner.jpg);
}
.projectsTitle {
	background-image: url(../images/inner_banner/projects_banner.jpg);
}
.qlty_proceduresTitle {
	background-image: url(../images/inner_banner/qlty_procedures_banner.jpg);
}
.sitemapTitle {
	background-image: url(../images/inner_banner/sitemap_banner.jpg);
}
.disclaimerTitle {
	background-image: url(../images/inner_banner/disclaimer_banner.jpg);
}
.terms-conditionsTitle {
	background-image: url(../images/inner_banner/terms_conditions_banner.jpg);
}
.odhcTitle {
	background-image: url(../images/inner_banner/odhc_banner.jpg);
}
.hippa2Title {
	background-image: url(../images/inner_banner/hippa2_banner.jpg);
}
.titlePos {
	display: table;
	height: 100%;
	width: 100%;
	padding-top: 120px;
}
.titlePos .titleAlign {
	display: table-cell;
	height: 260px;
	vertical-align: middle;
	text-align: center;
}
.titleSection h1 {
	border-bottom: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	padding-bottom: 8px;
	text-transform: uppercase;
	width: 100%;
}
.innerContent p a {
	color: #27a4c8;
	font-weight: 500;
}
.bredCrumb {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.bredCrumb ul {
	padding: 0;
	width: auto;
}
.bredCrumb ul li:first-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-left: 0;
}
.bredCrumb li {
	background: rgba(0, 0, 0, 0) url("../images/bredcrom-arrow.png") no-repeat scroll 0 7px;
	list-style: outside none none;
	padding: 0 12px 0 23px;
	display: inline-block;
}
.bredCrumb li a {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.bredCrumb li a:hover {
	text-decoration: underline;
}
.bredCrumb li .page-selection, .bredCrumb li .page-selection:hover {
	color: #000;
	text-decoration: none;
}
.inner_banner_mask {
	background: rgba(14, 125, 196, 0.7) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.flex_div {
	display: flex;
	justify-content: space-around;
}
.flex_div .title_border {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 15px 0;
	position: relative;
	width: auto;
	z-index: 9;
}
.content {
	width: 100%;
}
.col_left {
	width: 60%;
	float: left;
}
.col_right {
	width: 40%;
	text-align: center;
	float: right;
	padding-left: 2%;
	padding-right: 2%;
}
.col_right2 {
	float: left;
	text-align: left;
}
.company_quotes {
	background-image: url(../images/company_quote_bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
	position: relative;
	background-attachment: fixed;
	width: 100%;
	text-align: center;
}
.company_quotes h4 {
	color: #004f82;
	font-size: 24px;
	margin-bottom: 15px;
}
.company_quotes p {
	color: #000000;
	font-size: 18px;
	padding-bottom: 7px;
}
.company_quotes .pageWidth {
	position: relative;
	z-index: 9;
}
.company_quotes_mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
}
.col2 {
	float: left;
	margin-left: 4%;
	width: 48%;
}
.col2:first-child {
	margin-left: 0;
}
.iconBox {
	float: left;
	width: 24%;
}
.col2Content {
	float: left;
	margin-left: 3%;
	width: 72%;
}
ul.client_col {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
}
ul.client_col li {
	border-left: 1px solid #dddddd;
	text-align: center;
	width: 20%;
	padding: 12px 0;
	float: left;
}
ul.client_col li:first-child {
	border-left: none;
}
.testimonials_col {
	width: 100%;
}
.testimonials {
	float: left;
	margin: 1%;
	width: 48%;
	min-height: 240px;
}
.quoteBox {
	border: 1px solid #dddddd;
	border-radius: 2px;
	min-height: 179px;
	padding: 10px 15px;
	position: relative;
	background: #f3f3f3 none repeat scroll 0 0;
}
.quoteInfo {
	margin-left: 18px;
}
.quoteArrow {
	background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll 0 0;
	height: 13px;
	margin: -1px 0 0 4px;
	position: relative;
	width: 80px;
	z-index: 11;
}
.testimonials h3 {
	color: #ed2e59;
	font-size: 16px;
	padding: 8px 0 0;
	margin-bottom: 3px;
}
.testimonials span {
	color: #004f82;
	display: block;
	font-size: 15px;
}
.quoteBox .icon-quote-left {
	color: #bbb;
	font-size: 25px;
	left: 15px;
	position: absolute;
	top: 10px;
}
.quoteBox p {
	display: block;
	margin-left: 20px;
	padding: 0;
}
span.carrer_txt {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
.form ul:after {
	content: '';
	display: block;
	clear: both;
}
.form ul li {
	float: left;
	width: 49%;
	list-style: none;
	margin-left: 2%;
}
.form ul li:first-child {
	margin-left: 0;
}
.form ul li.full {
	width: 100%;
}
.panel {
	background: #ffffff;
	border-radius: 0;
	border: 1px solid #E2E2E2;
	border: none;
	color: #444;
	margin-bottom: 20px;
	min-height: 30px;
	position: relative;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.bg-primary {
	background-color: #004F82;
	color: #fff;
}
.panel-content {
	padding: 10px 25px;
}
.panel-content2 {
	padding: 10px 25px;
	background: #f3f3f3;
	border: 1px solid #ddd;
	min-height: 130px;
}
.panel-header h3 {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	padding: 9px 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.list-items2 {
	margin-bottom: 12px;
}
.list-items2 li, .list-items li {
	list-style: none;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/ok-mark.png) no-repeat 0 8px;
	padding-left: 20px;
	margin-left: 20px;
}
.list-items3 {
	margin-bottom: 12px;
	margin-left: 40px;
}
.list-items3 li {
	list-style: circle;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 24px;
	padding-left: 5px;
}
.list-items {
	margin-bottom: 12px;
}
.list-items li {
	list-style: none;
	margin-left: 20px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 24px;
}
.list-items ul ul li {
	background: none;
	list-style: circle;
	padding-left: 0;
	margin-left: 60px;
}
.list-items-alt li {
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0;
	padding: 5px 15px 5px 30px;
	background-position: 10px 14px;
}
.list-items-alt li:first-child {
	border-top: 1px solid #ddd;
}
.list-items-alt li:nth-child(2n+1) {
	background-color: #f5f5f5;
}
.list-items li.no-bg {
	background-image: none;
}
.col-sm-6 {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.col-sm-3 {
	width: 30%;
	float: left;
	margin-right: 2%;
}
.bg_bule {
	background: #25acd3;
}
.bg_orange {
	background: #d28518;
}
.bg_green {
	background: #27ae61;
}
.bg_voilet {
	background: #9e76aa;
}
.bg_red {
	background: #cd4664;
}
.careers_benefits {
	width: 100%;
	display: table;
}
.careers_benefits ul {
	width: 100%;
	display: table-row;
}
.careers_benefits ul li {
	display: table-cell;
	width: 50%;
	padding: 0 2% 3%;
	list-style: none;
}
.careers_benefits ul li:first-child {
	padding-left: 0px;
}
.careers_benefits ul li img {
	float: left;
	padding-right: 20px;
}
.careers_benefits ul li h4 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding-top: 17px;
}
.resume {
	background: #ecf1f2 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px #bbb;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 25px 15px;
	width: 60%;
}
.resume img {
	float: left;
	padding-right: 25px;
}
.resume_right {
	float: left;
}
.resume h3 {
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}
.resume a {
	color: #d84544;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}
table.table {
	width: 100%;
	border-right: 1px solid #ddd;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-spacing: 1px;
}
.table td {
	padding: 11px 12px;
	border: 1px solid #ddd;
	border-right: 0;
	text-align: left;
	color: #555555;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
}
.table th {
	padding: 14px 13px;
	background: #0c649d;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	font-weight: 400;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	border-left: 1px solid #FFF;
}
.table th:first-child {
	border-left-color: #ddd;
}
.table.text-center td, .table.text-center th {
	text-align: center;
}
.table a {
	color: #047cb9;
}
.table a:hover {
	color: #000;
}
.table th span {
	display: block;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
}
.table tr:nth-of-type(even) {
	background: #f3f3f3;
}
.table-hover tr:hover {
	cursor: pointer;
}
.table-hover tr:hover td {
	background: #fcf7ed;
}
.txt-center {
	text-align: center !important;
}
span.contact_span {
	color: #004f82;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 25px;
	display: block;
}
span.contact_span a {
	text-decoration: underline;
	font-weight: 600;
	color: #d84544;
}
span.contact_span a:hover {
	color: #004f82;
	text-decoration: none;
}
.contact_add {
	width: 60%;
	float: left;
}
.contact_add h4, .contact_info h4 {
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.contact_add ul {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.contact_add ul li {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}
.contact_add ul li:first-child {
	margin-right: 25px;
	width: 25px;
}
.contact_add ul li {
	color: #333;
	float: left;
	font-size: 15px;
	line-height: 32px;
	list-style: outside none none;
	width: 80%;
}
.contact_add ul li strong a {
	color: #004f82;
	font-weight: bold;
}
.contact_add ul li strong a:hover {
	text-decoration: underline;
}
.contact_add li i {
	border: 1px solid #d84544;
	border-radius: 100%;
	color: #d84544;
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.contact_info {
	width: 30%;
	float: right;
}
.contact_info .info {
	overflow: hidden;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	margin-bottom: 2px;
}
.contact_info span {
	color: #fff;
	float: left;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.contact_info i {
	float: right;
	color: #fff;
	font-weight: bold;
}
.email_add {
	border: 1px solid #dfdfdf;
	float: left;
	margin-bottom: 2px;
	padding: 10px 20px 12px;
	width: 100%;
	display: none;
	margin-top: -2px;
}
.email_add a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
.email_add a:hover {
	text-decoration: none;
	color: #d84544;
}
/* =============================================================================
   DEFAULT STYLES
   ============================================================================= */
.row {
	padding: 40px 0;
}
.row:after {
	content: '';
	clear: both;
	display: block;
}
h1 strong {
	color: #047cb9;
	font-weight: 300;
}
.text-white {
	color: #FFF;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
hr {
	margin: 15px 0 0;
	border: 0;
	border-top: double #eee;
}
.row:after, .row:before {
	content: '';
	clear: both;
	display: block;
}
.btn {
	background: #004f82;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	font-weight: 400;
	min-width: 135px;
	padding: 11px 25px 14px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-family: 'Roboto Slab', serif;
}
.btn-primary {
	background: #047cb9;
}
.btn-secondary {
	background: #b77700;
}
.btn-embossed {
	-webkit-box-shadow: inset 0 -5px 0 rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 -5px 0 rgba(0,0,0,.15);
	-o-box-shadow: inset 0 -5px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -5px 0 rgba(0,0,0,.15);
}
.btn-small {
	padding: 9px 15px;
	font-size: 14px;
	color: #555;
	min-width: inherit;
}
.btn-table {
	padding: 4px 8px;
	min-width: inherit;
	font-size: 14px;
}
.btn i {
	color: #FFF;
	padding-right: 8px;
}
.btn-i-r i {
	padding-right: 0;
	padding-left: 8px;
}
.btn-small i {
	font-size: 11px;
	color: #666;
}
.btn-table i {
	color: #FFF;
	padding: 0;
	font-size: 12px;
}
.btn-border {
	background: none;
	border: 1px solid #ededed;
}
.btn-orange {
	background: #f39200;
	text-transform: uppercase;
	font-size: 18px;
}
.btn-danger {
	background: #bd3021;
}
.btn-success {
	background: #0f8732;
}
.btn:hover {
	background: #fc5655;
	color: #FFF;
}
.btn-txt-black, .btn-txt-black i {
	color: #555;
}
.btn-orange:hover {
	background: #047cb9;
}
.btn-border:hover {
	color: #333;
	border-color: #c9c9c9;
	background: none;
}
.btn-gplus, .btn-gplus:hover {
	background: #da4b3a;
}
.btn-facebook, .btn-facebook:hover {
	background: #37589b;
}
.btn-gplus:hover, .btn-facebook:hover {
	opacity: 0.85;
}
.delay-2 {
	animation-delay: 0.2s;
}
.delay-3 {
	animation-delay: 0.3s;
}
.delay-4 {
	animation-delay: 0.4s;
}
.delay-5 {
	animation-delay: 0.5s;
}
.delay-6 {
	animation-delay: 0.6s;
}
.form-group {
	margin-bottom: 22px;
}
.form-group sup {
	color: #d94545;
	font-size: 12px;
	left: 1px;
	position: relative;
	top: 3px;
}
.prepend-icon, .append-icon {
	position: relative;
}
.prepend-icon input, .prepend-icon textarea, .prepend-icon select {
	padding-left: 38px !important;
}
.append-icon input, .append-icon textarea, .append-icon select {
	padding-right: 38px !important;
}
.form-group label {
	font-size: 14px;
	color: #333;
	display: block;
	margin-bottom: 5px;
}
.form-control, .select2-container--default .select2-selection--single {
	background-color: #ffffff;
	border: 1px solid #ddd;
	color: #555555;
	display: inline-block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 12px 15px;
	transition: all 0.2s ease-out 0s;
	vertical-align: middle;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
select.form-control {
	padding: 9px;
	-webkit-padding-after: 11px;
	-webkit-padding-before: 11px;
}
.select2-container--default .select2-selection--single {
	padding: 5px;
}
select.select-box {
	appearance: none;
	-moz-appearance: none !important;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background-image: url(../imagesdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 96% 16px;
	padding-right: 30px;
	width: 99.9%;
}
select.selectBox::-ms-expand {
display:none;
}
textarea {
	resize: vertical;
	min-height: 100px;
}
.prepend-icon i, .append-icon i {
	color: #999;
	font-size: 14px;
	height: 42px;
	left: 2px;
	line-height: 42px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}
.append-icon i {
	left: auto;
	right: 2px;
}
.form-control:hover, .form-control:focus {
	border-color: #c5c8cb;
}
.form-control.checkbox, .form-control.radio {
	width: auto;
	border: 1px solid #e9e9e9;
	opacity: 0.6;
}
.textarea {
	resize: vertical;
}
.form-group span {
	font-size: 14px;
	color: #444;
	margin-left: 5px;
}
.form-group a {
	text-decoration: underline;
}
.form-group a:hover {
	color: #047cb9;
}
input.error, textarea.error, select.error {
	border: 1px solid #fccece;
	color: #444!important;
	box-shadow: none!important
}
label.error {
	color: #df5544;
	margin: 3px 0 0;
}
.chkbox {
	position: relative;
}
.chkbox label.error {
	position: absolute;
	left: 0;
	bottom: -18px;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.pagination ul {
	overflow: hidden;
	background: #FFF;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.pagination ul li {
	float: left;
	list-style: none;
	padding: 8px 13px;
	border-left: 1px solid #e5e5e5;
}
.pagination ul li:first-child {
	border-left: 0;
}
.pagination ul li a {
	color: #555;
	padding: 3px 8px;
}
.pagination ul li a:hover, .pagination ul li a.active {
	background: #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.pagination li a.pagination-gap:hover {
	background: none;
	color: #666;
}
.pagination ul li i {
	font-size: 12px;
	color: #555;
}
.pagination ul li i.ti-angle-left {
	padding-right: 5px;
}
.pagination ul li i.ti-angle-right {
	padding-left: 5px;
}
.text-success {
	color: #339135 !important;
}
.text-warning {
	color: #a4731e !important;
}
.text-danger {
	color: #f44336 !important;
}
.text-primary {
	color: #047cb9 !important;
}
.alert {
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 14px;
}
.alert p {
	padding-bottom: 2px !important;
}
.alert-success {
	background-color: #d1ede8 !important;
	color: #0d2213 !important;
}
.alert-warning {
	background-color: #f3e6d1 !important;
	color: #3c2206 !important;
}
.alert-danger {
	background-color: #fee0de !important;
	color: #4e120c !important;
}
.alert-primary {
	background-color: #c2e9fd !important;
	color: #09547b !important;
}
.bg-success {
	background-color: #0f8732 !important;
	color: #fff !important;
}
.bg-warning {
	background-color: #a65b0a !important;
	color: #fff !important;
}
.bg-danger {
	background-color: #9d180a !important;
	color: #fff !important;
}
.bg-primary {
	background-color: #004f82 !important;
	color: #fff !important;
}
.bg-primary p, .bg-danger p, .bg-success p, .bg-warning p {
	color: #fff !important;
}
.m-auto {
	margin: auto;
}
.m-0 {
	margin: 0 !important;
}
.m-5 {
	margin: 5px;
}
.m-10 {
	margin: 10px;
}
.m-20 {
	margin: 20px;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-5 {
	margin-top: 5px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-12 {
	margin-top: 12px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-6 {
	margin-bottom: 6px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-12 {
	margin-bottom: 12px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.m-l-0 {
	margin-left: 0 !important;
}
.m-l-5 {
	margin-left: 5px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-l-30 {
	margin-left: 30px;
}
.m-l-60 {
	margin-left: 60px;
}
.m-r-0 {
	margin-right: 0 !important;
}
.m-r-5 {
	margin-right: 5px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-r-30 {
	margin-right: 30px;
}
.m-r-60 {
	margin-right: 60px;
}
.p-0 {
	padding: 0 !important;
}
.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-30 {
	padding: 30px;
}
.p-40 {
	padding: 40px;
}
.p-t-0 {
	padding-top: 0 !important;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-t-60 {
	padding-top: 60px;
}
.p-b-0 {
	padding-bottom: 0 !important;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-l-0 {
	padding-left: 0 !important;
}
.p-l-5 {
	padding-left: 5px;
}
.p-l-10 {
	padding-left: 10px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-l-30 {
	padding-left: 30px;
}
.p-l-40 {
	padding-left: 40px;
}
.p-r-0 {
	padding-right: 0 !important;
}
.p-r-5 {
	padding-right: 5px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-r-20 {
	padding-right: 20px;
}
.p-r-30 {
	padding-right: 30px;
}
.t-0 {
	top: 0;
}
.t-5 {
	top: 5px;
}
.t-10 {
	top: 10px;
}
.t-15 {
	top: 15px;
}
.b-0 {
	bottom: 0;
}
.b-5 {
	bottom: 5px;
}
.b-10 {
	bottom: 10px;
}
.b-15 {
	bottom: 15px;
}
.l-0 {
	left: 0;
}
.l-5 {
	left: 5px;
}
.l-10 {
	left: 10px;
}
.l-15 {
	left: 15px;
}
.r-0 {
	right: 0;
}
.r-5 {
	right: 5px;
}
.r-10 {
	right: 10px;
}
.r-15 {
	right: 15px;
}
.b-t-d {
	border-top: 1px dashed #ddd;
}
.bd-0 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bd-3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bg_grey {
	background: #f3f3f3;
}
.paragraph p {
	padding-bottom: 20px;
}
.paragraph ul li {
	padding-bottom: 15px;
}
.border_img img {
	border: 2px solid #fff;
}
.border_radius img {
	border-radius: 50%;
}
.box-shodow img {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.list_none {
	list-style: none;
}
ul.b_b_none {
	border-bottom: none;
}
#btn-scrollup {
	background-color: #D84544;
	bottom: 15px;
	color: #444;
	display: none;
	opacity: 0.8;
	position: fixed;
	text-align: center;
	right: 15px;
	line-height: 20px;
	padding: 9px 10px;
	color: #FFF;
	z-index: 999;
	border-radius: 3px;
}
#btn-scrollup:hover {
	opacity: 0.9;
}
#btn-scrollup i {
	color: #FFF;
	font-size: 18px
}
.content-bg {
	background: #f5f5f5;
}

#anya_logo
{
	height:55px;
}