@charset "utf-8";
/* CSS Document */

/*
----------------------------------

        Name: style.css

----------------------------------

        Table of Contents
        header
        typorgraphy
			Thin: 100
			light:300
			Regular:400
			Semibold:600
			Bold:700
			Extra-Bold:900
		Footer
		Inner slide
----------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------- Reset css -------------------*/
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers start */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	width: 100%;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="password"], textarea, button, select, input[type="submit"], input[type=file] {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	outline: none !important;
}
button, input[type="submit"] {
	cursor: pointer;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 0px;
}
input[type="email"], input[type="text"], input[type="password"], input[type="date"], input[type=file] {
	width: 100%;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	padding: 9px 10px 9px;
	display: block;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	display: inline-block;
	vertical-align: top;
}
select {
	background-image: url("../images/select-dropArrow.png");
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #555;
	width: 100%;
	font-size: 14px;
	padding: 9px 10px 11px;
	display: inline-block;
	vertical-align: top;
}
textarea {
	width: 100%;
	color: #555;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	padding: 12px;
	margin: 0px;
	display: block;
	font-size: 16px;
	min-height: 100px;
	resize: none;
	font-family: "proxima-nova", sans-serif;
}
html, body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: "proxima-nova", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
	font-weight: 400;
}
.wrapper {
	width: 100%;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.posrel {
	position: relative;
}
p {
	margin: 0px;
}
a {
	text-decoration: none;
	ouline: none;
	color: #ff7e00;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
a:hover {
	color: #135fa8;
	cursor: pointer;
}
a:focus {
	outline: none;
}
::-webkit-input-placeholder {
 color:#bcbcbc;
 opacity:1;
 font-size:14px;
}
::-webkit-placeholder {
 color:#bcbcbc;
 opacity:1;
 font-size:14px;
}

::-moz-placeholder {
 color:#bcbcbc;
 font-weight:300;
 opacity:1;
 font-size:14px;
} /* firefox 19+ */
:-ms-input-placeholder {
 color:#bcbcbc;
 opacity:1;
 font-weight:300;
 font-size:14px;
} /* ie */
input:-moz-placeholder {
 color:#bcbcbc;
 opacity:1;
 font-weight:300;
 font-size:14px;
}
/*------------ #typorgraphy --------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	color: #555;
	margin: 0px;
	letter-spacing: 0px;
	line-height: 1.1;
}
h1 {
	font-size: 48px;
}
h1 span {
	color: #fff;
}
h2 {
	font-size: 40px;
}
h2 span {
	color: #fff;
}
h3 {
	font-size: 30px;
}
h3 span {
	color: #fff;
}
h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
h4 span {
	color: #ff7e00;
}
h4 strong {
	color: #135fa8;
}
h5 {
	font-size: 20px;
}
h5 span {
	color: #ff7e00;
}
h6 {
	font-size: 18px;
	margin-bottom: 10px;
}
h6 small {
	color: #ff7e00;
	font-weight: 600;
}
h6 span {
	color: #fff;
}
strong {
	font-weight: 600;
}
.clr {
	clear: both;
}
.btn-blue {
	background: #135fa8;
	border: 1px solid #135fa8;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	font-weight: 600;
	line-height: 24px;
}
.btn-blue:hover {
	background-color: #ff7e00;
	border: 1px solid #ff7e00;
	color: #fff;
}
.btn-org {
	background: #ff7e00 none repeat scroll 0 0;
	border: 1px solid #ff7e00;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 8px 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 24px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.btn-org:hover {
	background-color: #135fa8;
	border: 1px solid #135fa8;
	color: #fff;
}
.textjustify {
	text-align: justify;
}
/*------------ header Section --------------*/
header {
	width: 100%;
	top: 0px;
	background: #fff;
	position: fixed;
	border-bottom: 1px solid #e7e7e7;
	z-index: 5
}
.logo {
	float: left;
	margin: 0px;
	padding: 0px;
	padding: 12px 0px;
}
.logo a {
	display: inline-block;
}
.showdiv {
	display: none;
	position: absolute;
	right: 0px;
	top: 68px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-top: none;
	width: 300px;
	padding: 20px;
	z-index: 100;
}
.showdiv input[type="text"] {
	width: 100%;
	display: inline-block;
	background: #f5f5f5;
	padding-right: 30px;
}
.showdiv button {
	position: absolute;
	padding: 20px;
	vertical-align: middle;
	border-radius: 0px;
	background: #fff;
	line-height: 0px;
	right: 20px;
	top: 20px;
	border: none;
	background: url(../images/search-icn-gray.png) no-repeat center;
}
.showdiv button:hover {
	background: url(../images/search-icn-dark.png) no-repeat center;
}
.showdiv button:focus {
	background: url(../images/search-icn-dark.png) no-repeat center;
}
.bullet-common ul {
	margin-bottom: 15px;
}
.bullet-common ul li {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background: url(../images/bullet-list.png) no-repeat left 9px;
}
.tableft ul {
	margin-bottom: 15px;
}
.tableft ul li {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background: url(../images/bullet-list.png) no-repeat left 9px;
}

/*------------ Revolution Slider Overlay --------------*/
.slider_ov_light {
	z-index: 5;
	background-color: rgba(255,255, 255, 0.50);
	border-color: rgba(0, 0, 0, 0);
}
.slider_ov_dark {
	z-index: 5;
	background-color: rgba(0,0, 0, 0.50);
	border-color: rgba(0, 0, 0, 0);
}
/*------------ Homepage Services Section --------------*/
.sliderfullwidth {
	width: 100%;
	position: relative;
	padding-top: 60px;
	overflow: hidden;
}
.servicesdivhome {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.servicestext {
	width: 32%;
	margin-right: 20px;
	float: left;
	padding: 0px;
	-webkit-transition: all .3s, -webkit-transform .3s;
	transition: all .3s, transform .3s;
	-webkit-transform: translate3d(0, 64%, 0);
	-moz-transform: translate3d(0, 64%, 0);
	-ms-transform: translate3d(0, 64%, 0);
	-o-transform: translate3d(0, 64%, 0);
	transform: translate3d(0, 64%, 0);
	cursor: pointer;
	color: #555;
}
.servicestext:hover {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-moz-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-ms-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-o-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
}
.servicestext:last-child {
	margin-right: 0px;
}
.servicestext h6 {
	color: #0069af;
	font-weight: 600;
	word-break: normal;
}
.servicestext h4 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
}
.titlebgblack {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	padding: 18px 28px;
	transition: all .2s ease-in;
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-ms-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
}
.servicestext:hover .titlebgblack {
	background-color: rgba(0, 105, 175,0.7);
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 92% center;
}
.whitebg {
	background: #ffffff none repeat scroll 0 0;
	padding: 28px;
	width: 100%;
	color: #555;
	/*min-height: 108px;*/
	word-break: break-all;
	height: 110px;
}
/*-------------------- FOOTER ---------------------*/
footer {
	width: 100%;
	background: #222222;
	padding: 40px 0px;
}
.footerlink {
	width: 25%;
	padding-right: 15px;
	float: left;
}
.footerlink h6 {
	margin-bottom: 25px;
	font-weight: 400;
}
.footernav {
	margin: 0px;
	padding: 0px;
}
.footernav li a {
	color: #aaa;
}
.footernav li a:hover {
	color: #fff;
}
.social a {
	background: url(../images/social-icn.png) 0px 0px no-repeat;
	margin: 0px 10px 20px 0px;
	height: 30px;
	width: 30px;
	float: left;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.social a.facebook:hover {
	background-position: 0px -30px;
}
.social a.twitter {
	background-position: -38px 0px;
}
.social a.twitter:hover {
	background-position: -38px -30px;
}
.social a.google {
	background-position: -78px 0px;
}
.social a.google:hover {
	background-position: -78px -30px;
}
.social a.linkedin {
	background-position: -119px 0px;
}
.social a.linkedin:hover {
	background-position: -119px -30px;
}
/*------------ Inner slide Section --------------*/
.innerslide {
	width: 100%;
	text-align: center;
	position: relative;
}
.innertitle {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: left;
	background: rgba(19,95,168,0.75);
	padding: 20px 0px;
}
.innertitle.static {
	position: relative;
	margin-top: 74px;
	background: rgba(19,95,168,1);
}
.innerslide img {
	display: inline-block;
	vertical-align: middle;
}
.innerslide h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
}
.innerslide ul {
	margin: 0px;
	padding: 0px;
}
.innerslide ul li {
	float: left;
	color: #abd6ff;
}
.innerslide ul li a {
	color: #abd6ff;
	display: inline-block;
}
.innerslide ul li span {
	padding: 0px 5px;
	display: inline-block;
}
.innerslide ul li a:hover, .innerslide ul li a.active {
	color: #fff;
}
.middelcontent {
	width: 100%;
	padding: 55px 0px 40px;
	display: block;
}
.middelcontent p {
	margin-bottom: 10px;
}
.middelcontent-inline {
	width: 100%;
	padding: 55px 0px 40px;
	display: block;
}
.middelcontent-inline p {
	margin-bottom: 10px;
}
/*----------- column width ------------*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 70%
}
.col-3 {
	width: 50%;
}
.col-4 {
	width: 48%
}
.col-5 {
	width: 46%
}
.col-6 {
	width: 30%
}
.col-62 {
	width: 62%
}
.col-40 {
	width: 40%
}
.col-65 {
	width: 65%
}
.col-35 {
	width: 35%
}
.padleftright {
	padding: 0px 20px;
}
.padtopbottom {
	padding: 15px 0px;
}
.padover {
	padding: 20px;
}
.pad-left {
	padding-left: 20px;
}
.pad-right {
	padding-right: 20px;
}
.top-margin{
    margin-top: 73px;
}
/*----------- column width ------------*/


/*------------ Services Section --------------*/

.leftcontent {
	width: 65%;
	float: left;
	padding-right: 30px;
	text-align: justify;
}
.rightcontent {
	width: 35%;
	float: right;
	padding-left: 30px;
	text-align: right;
}
.rightcontent strong {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
}
.tabhorizontal {
	width: 100%;
	padding-bottom: 35px;
}
.tablistbg {
	background: #eee;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ff7e00;
}
.tableft {
	float: left;
	width: 65%;
}
.tabright {
	float: right;
	width: 35%;
	padding-left: 40px;
}
.recentblog {
	margin: 0px 0px 20px;
	width: 100%;
	position: relative;
}
.blogcaption {
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.7);
	padding: 10px 15px;
	color: #fff;
	width: 100%;
	min-height: 65px;
}
.tableft p {
	margin-bottom: 15px;
}
.twitter-timeline {
	height: 250px !important;
}
/*--------------- Career ---------------*/	
.graybg {
	background: #f4f4f4;
	border: 1px solid #dddddd;
	width: 100%;
	padding: 20px;
}
.testimonialslider {
	padding: 50px 0px 30px;
	width: 100%;
}
.avtar {
	background: #dddddd;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	border: 3px solid #dddddd;
	overflow: hidden;
	margin-right: 20px;
}
.avtar img {
	width: 100%;
}
.testimonials {
	width: 80%;
	margin: 0px;
	padding: 0px;
}
.testimonials strong {
	font-size: 24px;
	font-weight: 400;
	color: #135fa8;
	display: block;
	margin-bottom: 3px;
}
.testimonials span {
	font-weight: 400;
	color: #999999;
	font-size: 14px;
}
.testimonials p {
	margin-top: 15px;
}
.fixwidth {
	width: 100%;
	margin: 40px 0px 25px;
	display: inline-block;
	vertical-align: top;
}
.careersleft{
	width:60%;
	padding-left:15px;
	}
.connectcareers{
	width:25%;
	padding-right:15px;
	text-align:right;
	}
.connectcareers h4 {
	display:block;
	text-align:left;
}
.connectcareers a {
	display:inline-block;
	margin-right: 4px;
	padding: 8px 18px;
}
.connectcareers a:last-child{
	margin-right:0px;
	}
.career-item {
    display: inline-block;
    padding: 15px;
    width: 33.33%;
}
.career-item a {
    border: 1px solid #ddd;
    color: #555;
    display: block;
    vertical-align: middle;
}
.career-item h6{
	margin-bottom:10px;
	color:#ff7e00;
	}
.careercontent{
	 padding:25px 25px 15px;
	 width:100%;
	}	
.titlecareers{
	width:100%;
	display:inline-block;
	padding:25px 15px 0px;
	}
.bgticareers{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #ff7e00;
	padding-bottom:10px;
	}	
.titlecareers h4{
	margin:10px 0px 0px;
	}	
.grid-career{
	width:100%;
	display:inline-block;
	}
.career-item .grid-item-img img{
	transform: translateZ(0px);
	transition-duration: 0.4s;
	transition-property: transform;
	-webkit-transform: translateZ(0px);
	-webkit-transform-duration: 0.4s;
	-webkit-transition-duration: transform;
	-moz-transform: translateZ(0px);
	-moz-transform-duration: 0.4s;
	-moz-transition-duration: transform;
	-o-transform: translateZ(0px);
	-o-transform-duration: 0.4s;
	-o-transition-duration: transform;
	}	
.career-item a:hover .grid-item-img img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	}
.career-item-img{
	position:relative;
	overflow:hidden;
	}	
.overtitile{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.5);
	opacity:0;
	text-align:center;
    transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	}
.career-item:hover .overtitile{
	opacity:1;
	} 	
.overtitile h6{
	color:#fff;
	position:relative;
	top:50%;
	margin:-10px 0px 0px;
	}
.overvideo{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.5);
	text-align:center;
   }
.overvideo img{
	color:#fff;
	position:relative;
	top:50%;
	margin:-20px 0px 0px;
	display:inline-block;
	}					
/*-------------- apply now ---------------*/
.applyform {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}
.applyform h4 {
	margin-left: 10px;
}
.textdiv {
	width: 100%;
	padding: 0px 10px 15px;
	display: inline-block;
}
.textinput {
	float: left;
	width: 50%;
	padding: 0px 10px 15px;
}
.applyform input[type="submit"] {
	margin-left: 10px;
}
/* file upload control */
.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	text-overflow: ellipsis;
}
.inputfile-6 + label {
	color: #555555;
	width: 100%;
}
.inputfile-6 + label {
	border: 1px solid #ebebeb;
	background-color: #f5f5f5;
	padding: 0;
}
.inputfile-6 + label span, .inputfile-6 + label strong {
	padding: 10px 18px;/* 10px 20px */
}
.inputfile-6 + label span {
	width: 70%;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	font-size: 16px;
	color: #555555;
}
.inputfile-6 + label strong {
	height: 100%;
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	background-color: #e9e9e9;
	display: inline-block;
}
.inputfile-6:focus + label strong, .inputfile-6.has-focus + label strong, .inputfile-6 + label:hover strong {
	background-color: #ddd;
}
.visible {
	display: none;
}
/*------------ Open Position --------------*/
.searchforvacancy {
	text-align: center;
	margin-bottom: 30px;
}
.subscripform {
	display: inline-block;
	width: 45%;
}
.searchforvacancy h2 {
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px
}
.searchforvacancy input[type="text"] {
	display: inline-block;
	background: #fff;
	width: 70%;
	padding: 10px 10px 11px;
	vertical-align: top;
	margin-right: 3px;
}
.openpositiongrid {
	width: 100%;
	max-width: 1210px;
	margin: 0px auto;
}
.grid-openlist {
	width: 50%;
	padding: 0px 20px 30px;
}
.vacancy {
	width: 100%;
	border: 1px solid #dddddd;
}
.vacancy h4 {
	margin-bottom: 0px;
	font-weight: 400;
	padding-right: 20px;
}
.vacancy a {
	padding: 15px 20px 20px;
	display: inline-block;
	width: 100%;
	color: #555555;
}
.vacancy:hover {
	background: #f4f4f4;
}
.vacancy a:hover h4 {
	background: url(../images/arrow-right-blue.png) no-repeat right 0px;
}
.vacancy p {
	margin: 10px 0px 0px;
}
.vacancydetail {
	width: 100%;
}
.vacancydetail h5 {
	margin: 10px 0px;
	font-size:22px;
	display: inline-block;
}

.vacancydetail ul {
	margin-bottom: 15px;
}
.vacancydetail ul li {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background: url(../images/bullet-list.png) no-repeat left 9px;
}
.vacancydetail ol {
	margin-bottom: 15px;
}
.vacancydetail ol li {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background: url(../images/bullet-list.png) no-repeat left 9px;
}
/*------------ Open Position --------------*/	


	
/*------------ Contact --------------*/	
.mapdiv {
	width: 100%;
}
.mapdiv iframe {
	width: 100%;
	height: 100%;
}
.connetglobal {
	border: 1px solid #ddd;
	padding: 20px 20px 25px;
	width: 48.3%;
	min-height: 162px;
	margin-bottom: 18px;
}
.connetglobal h5 {
	color: #135fa8;
	font-weight: 400;
	margin-bottom: 10px;
}
.connetglobal a {
	padding: 9px 0px;
}
/*------------------ Blog ---------------------*/
.blogleftpost {
	width: 65%;
	float: left;
	padding-right: 20px;
}
.bloglist {
	width: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}
.bloglist-title {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	transition: all .5s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.bloglist-title a {
	padding: 13px 20px;
	display: block;
}
.bloglist-title h4 {
	margin-bottom: 0px;
}
.bloglist:hover .bloglist-title {
	background: #135fa8;
}
.bloglist:hover .bloglist-title h4 {
	color: #fff;
}
.blogdescription {
	width: 100%;
	padding: 20px;
}
.datebyuser {
	width: 100%;
	margin-bottom: 10px;
}
.datedescription {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	margin-right: 30px;
	vertical-align: top;
}
.datedescription strong {
	color: #135fa8;
	font-weight: 400;
}
.datedescription img {
	margin-right: 10px;
	margin-top: -3px;
}
.sidebarwidgets {
	width: 35%;
	float: right;
	padding-left: 20px;
}
.rightsidebar {
	border: 1px solid #ddd;
	padding: 20px;
	width: 100%;
	margin-bottom: 30px;
}
.rightsidebar p {
	margin: 0px;
}
.rightsidebar h4 {
	font-weight: 400;
	margin-bottom: 18px;
}
.rightsidebar input[type="email"] {
	width: 68%;
}
.rightsidebar input[type="submit"] {
	padding: 7px 20px
}
.rightsidebar li {
	margin: 0px 0px 8px;
	padding: 0px;
}
.rightsidebar li span {
	padding-right: 10px;
}
.rightsidebar li span img {
	vertical-align: inherit;
}
.blogsocial {
	width: 100%;
	display: inline-block;
}
.blogsocial a {
	background: url(../images/social-blog.png) 0px 0px no-repeat;
	margin: 0px 15px 0px 0px;
	height: 30px;
	width: 30px;
	float: left;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.blogsocial a.facebook:hover {
	background-position: 0px -30px;
}
.blogsocial a.twitter {
	background-position: -40px 0px;
}
.blogsocial a.twitter:hover {
	background-position: -40px -30px;
}
.blogsocial a.google {
	background-position: -80px 0px;
}
.blogsocial a.google:hover {
	background-position: -80px -30px;
}
.recentpost {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.recentpost a {
	color: #ff7e00;
}
.recentpost a:hover {
	color: #135fa8;
}
.tagline {
	display: inline-block;
	width: 100%;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.tagline span {
	padding: 0px 2px;
	display: inline-block;
	font-weight: 400;
}
.tagline strong {
	color: #135fa8;
	font-weight: 400;
}
.tagline p {
	margin-bottom: 0px;
	line-height: 14px;
}
.icontag {
	display: inline-block;
	padding-right: 8px;
}
.icontag img {
	display: inline-block;
	vertical-align: middle;
}
.recentpost span {
	display: inline-block;
	font-size: 14px;
	color: #999999;
}
.recentpost:last-child {
	margin-bottom: 10px;
}
.tags {
	width: 100%;
	display: inline-block;
	margin-top: 5px;
}
.tags a {
	display: inline-block;
	padding: 7px 15px;
	background: #eeeeee;
	margin: 0px 3px 8px 0px;
}
.tags a:hover {
	background: #135fa8;
	color: #fff;
}
.blogimg {
	width: 100%;
	margin-bottom: 40px;
}
.blogimg img {
	width: 100%;
}
.blogcontent {
	padding: 0px 60px;
	width: 100%;
	position: relative;
}
.blogcontent h3 {
	margin-bottom: 10px;
}
.detaildesc {
	width: 100%;
	padding-top: 20px;
}
.floatsocial {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 30px;
}
.floatsocial a {
	background: url(../images/social-blog.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-bottom: 2px;
	display: inline-block;
}
/*-------------------- News & Events --------------------*/	
.newsevetns {
	width: 48%;
	margin: 0px 0px 20px;
	border: 1px solid #dddddd;
}
.newsevetns a {
	padding: 15px 20px 20px;
	display: inline-block;
	width: 100%;
	color: #555555;
}
.newsevetns a:hover {
	background: #f4f4f4;
}
.newsevetns h6 {
	padding-right: 24px;
	margin-bottom: 0px;
	line-height: 24px;
}
.newsevetns:hover h6 {
	background: url(../images/arrow-right-blue.png) no-repeat right 0px;
}
.newsevetns p {
	margin: 10px 0px 0px;
}
.newsdetail {
	padding-right: 20px;
}
.title {
	width: 100%;
	margin-bottom: 20px;
}
.title h3 {
	margin-bottom: 5px;
	font-weight: 600;
}
.rightnewsevetns {
	margin: 0px 0px 20px;
	border: 1px solid #dddddd;
}
.rightnewsevetns h6 {
	margin-bottom: 0px;
}
.rightnewsevetns a {
	padding: 16px 20px 20px;
	display: inline-block;
	width: 100%;
	color: #555555;
	vertical-align: middle;
}
.rightnewsevetns a:hover {
	background: #f4f4f4;
}
/*-------------------- News & Events --------------------*/	

/*-------------------- industries --------------------*/
.bluefullbg {
	width: 100%;
	background: #135fa8;
	padding: 60px 0px 45px;
}
.bluefullbg h4 {
	color: #fff;
}
.industriesbox {
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	height: 6.6em;
	overflow: hidden;
}
.industriesbox h6 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.industriesbox p {
	text-overflow: ellipsis;
	height: 4.6em;
}
.whitefullbg {
	width: 100%;
	background: #fff;
	padding: 60px 0px 40px;
}
.insightbox {
	width: 31.55%;
	position: relative;
	float: left;
}
.insightbox:nth-child(n) {
	margin-bottom: 20px;
	margin-right: 30px
}
.insightbox:nth-of-type(3n) {
	margin-right: 0;
}
.blackcaption {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	color: #ffffff;
	padding: 15px;
	position: absolute;
	width: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.blackcaption h6 {
	margin: 0px;
	padding-right: 20px;
	font-weight: 400;
}
.insightbox:hover .blackcaption {
	background: rgba(0, 105, 175, 0.8);
}
.insightbox:hover h6 {
	background: url(../images/arrow-right.png) no-repeat right center;
	background-size: 18px;
}
/*-------------------- industries --------------------*/	

/*-------------------- leadership --------------------*/	
.leadershipbox {
	width: 30.7%;
	margin: 0px 30px 20px 0px;
	float: left;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.leadershipbox a {
	display: block;
}
.leadershipbox:hover {
	background: #f4f4f4;
}
.avtarsmall {
	float: left;
	border-radius: 50%;
	height: 65px;
	width: 65px;
	overflow: hidden;
	margin-right: 10px;
}
.avtarsmall img {
	width: 100%;
}
.executive {
	float: right;
	width: 76%;
	margin: 0px;
	padding: 0px;
}
.executive strong {
	color: #ff7e00;
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}
.executive span {
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
.bordernone {
	border: none;
}
.leader {
	margin: 5px 0px 0px;
	padding: 0px;
	width: 84%;
}
.leader strong {
	color: #ff7e00;
	font-size: 24px;
	margin-bottom: 15px;
	display: block;
}
.rightleadship {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	vertical-align: middle;
}
.rightleadship:hover {
	background: #f4f4f4;
}
/*-------------------- leadership --------------------*/	

/*-------------------- whitepaper --------------------*/	
	
.pdfdownload {
	padding: 20px;
	width: 30%;
	border: 1px solid #ddd;
}
.pdfdownload .btn-dw {
	border-radius: 3px !important;
	margin-top: 20px;
	width: 100%;
}
.pdfdownload a {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 50px 50px 35px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.white-popup h4 {
	padding-bottom: 20px;
	color: #135fa8;
	border-bottom: 1px solid #ff7e00;
	margin-right: 10px;
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.rightpdfdown {
	width: 35%;
	float: right;
}
.successpdf {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.pdfdownload-s {
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #ddd;
}
.pdfdownload-s .btn-dw {
	border-radius: 3px !important;
	margin-top: 20px;
	width: 100%;
}
.pdfdownload-s a {
	display: block;
	text-align: center;
	margin-top: 20px;
}
/*-------------------- whitepaper --------------------*/	

/*-------------------- Culture and Values --------------------*/	
.sectionvalues {
	padding-top: 20px;
	width: 100%;
	margin: 0px;
	display: inline-block;
}
.sectionbg {
	margin: 20px 0px 40px;
	width: 100%;
	padding: 40px 80px 20px;
	display: inline-block;
	background: #f4f4f4;
}
/*-------------------- Culture and Values --------------------*/	

/*-------------------- Sitemap, Privacy, Thankyou --------------------*/	
.cms {
	float: left;
	width: 65%;
	margin: 0px;
	min-height: 400px;
}
.sitemap {
	display: inline-block;
	width: 100%;
	margin: 0px;
}
.listdiv {
	width: 50%;
	float: left;
	padding-right: 15px;
}
.sitemaplist {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.sitemap ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.sitemap ul li {
	margin: 0px;
	display: inline-block;
	padding: 0px 15px 0px 15px;
	vertical-align: top;
	width: 32%;
	background: url(../images/bullet-list.png) no-repeat left 9px;
}
.sitemap ul li.bulletnone {
	background: none;
}
.sitemap ul ol {
	padding: 0px 0px 20px 0px;
}
.sitemap ul ol li {
	width: 100%
}
.sitemap ul li strong {
	color: #135fa8;
}
.sitemap h4 a {
	color: #555;
}
.sitemap h4 a:hover {
	color: #135fa8;
}
.sitemaplist-ul {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.border-bottomnone {
	border-bottom: none;
}
.cms h4 {
	margin-bottom: 10px;
}
.cms h5 {
	color: #ff7e00;
	margin-bottom: 5px;
}
.cms ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
}
.cms ul li {
	margin: 0px;
	display: inline-block;
	padding: 0px 0px 0px 15px;
	vertical-align: top;
	width: 100%;
	background: url(../images/bullet-list.png) no-repeat left 9px;
}
/*-------------------- News & Events --------------------*/	

/*-------------------- News & Events --------------------*/	
.awardsection {
	width: 48%;
	position: relative;
}
.awardsbox {
	width: 100%;
	position: relative;
	margin: 0px 0px 20px;
	padding: 0px;
}
.awardsection p {
	padding: 0px 15px 10px;
}
.awardsbox .blackcaption {
	padding: 20px 15px;
}
/*-------------------- News & Events --------------------*/	

/*-------------------- 404 page --------------------*/	
.page-error {
	padding: 220px 0px;
	width: 100%;
	margin: 0px;
	display: inline-block;
	background: #f2f2f2;
}
.error-img {
	background: url(../images/pagenotfound-pic.png) no-repeat;
	margin-left: 100px;
	padding: 200px 0px 100px;
}
.page-error h3 {
	font-weight: 600;
	margin-bottom: 15px;
}
.page-error p {
	margin-bottom: 8px;
}
.page-error a {
	margin-top: 10px;
	padding: 8px 30px;
}
.errortext {
	width: 55%;
}
.rowtbl {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.celltbl {
	width: 10%;
}
.celltblright {
	width: 45%;
}
.copyright {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	color: #aaa;
}
.searchcms {
	width: 80%;
	display: inline-block;
}
#results a {
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
}
#result_report {
	padding: 0px 0px 15px 20px;
}
.url {
	color: #135fa8;
	font-weight: 300;
}
.searchresult {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.darkb {
	z-index: 5;
	background-color: rgba(19,95, 168, 0.60);
	border-color: rgba(0, 0, 0, 0);
	padding: 30px;
}
.darkb h1 {
	text-wrap: normal;
	margin-bottom: 20px !important;
}
.darkb h4 {
	text-wrap: normal;
	margin-bottom: 20px !important;
}
/*--------testominals page------------------*/
.parent-testoslider {
	position: absolute;
	top: 27%;
	width: 100%;
}
.testominalheader-slider {
	width: 80%;
	margin: 0px auto;
	background-color: #fff;
}
.testominalsslider-image {
	width: 45%;
	float: left;
}
.testominalsslider-image img {
	width: 100%;
}
.testominalsslider-content {
	width: 55%;
	float: right;
	padding: 25px 30px;
}
.testoperson-name {
	margin-bottom: 15px;
}
.testo-personheading
{display: inline-block;
	vertical-align: middle;
	width: 66%;
	text-align: left;}
.testominalsslider-content h6 {
	color: #ff7e00;
	font-weight: 600;
	margin-bottom: 2px;
	
}
.testominalsslider-content span {
	color: #ff7e00;
	font-weight: 600;
	
}
.testo-comlogo {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: right;
	margin-top: -4px;
}
.testo-quotes {
	width : 100%;
	text-align: left;
	margin-bottom: 8px;
}
.testo-para {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}
.testo-para p {
	margin-bottom: 10px;
}
.testo-para a {
	background: #ff7e00;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 12px 7px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
	margin: 0px;
}
.testo-para a:hover{
	background: #135fa8
	}
/*.testo-para a:hover::after {
	background: url(../images/testomonials/testo-readmore.png) 0px -12px no-repeat;
	-moz-transition: .3s all ease-in;
	-ms-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
}*/
.grid-content .testominalsslider-content {
	width: 100%;
	padding: 25px 30px;
}

.grid-personheader {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: left;
}
.grid-personname h6 {
	color: #ff7e00;
	font-weight: 600;
	margin-bottom: 2px;
	
}
.grid-personname span {
	color: #ff7e00;
	font-weight: 600;
	
}
.grid-personname .testo-comlogo {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: right;
	margin-top: 0;
}
.grid-testo-quotes {
	width : 100%;
	text-align: left;
	margin-bottom: 8px;
}
.grid-testo-para {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}
.grid-testo-para p {
	margin-bottom: 10px;
}
.grid-testo-para span {
	background: #ff7e00;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 12px 7px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
	margin: 0px;
	position:absolute;
	bottom:0px;
}
.testo-para a:hover{
	background: #135fa8
	}
.grid-item a:hover .grid-testo-para span {
	color: #135fa8;
	-moz-transition: .3s all ease-in;
	-ms-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
}
.grid-item a:hover .grid-personname h6 {
	color: #135fa8;
	-moz-transition: .3s all ease-in;
	-ms-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
}
.grid-item a:hover:hover .grid-personname span {
	background: #135fa8;
	-moz-transition: .3s all ease-in;
	-ms-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
}

/*.grid-testo-para span::after {
	background: url(../images/testomonials/testo-readmore.png) 0px 0px no-repeat;
	content: " ";
	width: 6px;
	height: 10px;
	margin: 0 0 0 5px;
	display: inline-block;
}
.grid-item a:hover:hover .grid-testo-para span::after {
	background: url(../images/testomonials/testo-readmore.png) 0px -12px no-repeat;
	-moz-transition: .3s all ease-in;
	-ms-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
}*/
.grid-item a:hover .testo-comlogo img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.grid-item a:hover .grid-testo-quotes img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.grid-testo-content {
	padding: 30px 25px;
}
.inline {
	width: 100%;
	display: none;
}
.inline-image {
	width: 45%;
	float: left;
}
.inline-content {
	width: 55%;
	float: right;
	padding: 0px 30px 30px 30px;
}
.inline-contenttitle .grid-personheader {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
    text-align: left;
}
.inline-contenttitle h6 {
	text-align: left;
	color: #ff7e00;
	margin-bottom: 5px;
}
.inline-contenttitle span {
	text-align: left;
	color: #ff7e00;
	margin-bottom: 5px;
	font-weight:600;
}
.inline-contenttitle .ovelay-comlogo {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.overlay-testo-quotes {
	margin-bottom: 10px;
	text-align:left;
}
.overlay-testo-para p {
	text-align:left;
}
.testoperson-name a:hover h6 {
	color: #135fa8;
	-moz-transition: .3s all ease-in;
	-ms-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
}
.inline {
	z-index: 2147483647;
	background-color: rgb(255, 255, 255);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	cursor: default;
	overflow-y: auto;
}
.inline .inline-close {
	padding-top: 2%;
	right: 2%;
	position: absolute;
}
.inline .container {
	padding-top: 10%;
}
.grid-item .inline a {
	border: none;
	color: #000;
}
.inline-inner {
	position: relative;
}
.testo-video-icon {
	position: relative;
}
.video-play-icon {
	position: absolute;
	top: 45%;
	left: 42%;
}
.grid-item a:hover .video-play-icon img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.grid-personname
{ margin-bottom: 10px;}
.testimonialquote{
	position:relative;
	width:100%;
	display:inline-block;
	padding:20px 30px 0px;
	}
.testimonialquote:after{
	background:url(../images/testoquotes-after.png) no-repeat;
	height:23px;
	width:32px;
	bottom:10px;
	right:0px;
	position:absolute;
	content:'';
	}
.testimonialquote:before{
	background:url(../images/testoquotes.png) no-repeat;
	height:23px;
	width:32px;
	top:13px;
	left:-4px;
	position:absolute;
	content:'';
	}
.testimonialcontent{
	padding:55px 0 40px;
	}
 /*--------testominals page------------------*/
	
	
@media only screen and (max-width:1366px) {

.error-img {
	padding: 170px 0px;
}
.page-error {
	padding: 150px 0 70px;
}
.white-popup {
	padding: 25px 25px 10px;
}
textarea {
	min-height: 60px;
}
/*-------testomonials-----*/
.parent-testoslider {
	top: 21.3%;
}
.inline .container {
	padding-top: 10%;
}
}
@media only screen and (max-width: 1280px) {
.parent-testoslider {
	top: 19.3%;
}
}
 @media only screen and (max-width:1024px) {
.hidden {
	display: none;
}
.visible {
	display: block;
	padding: 12px;
	border-bottom: 1px solid #004180;
}
.container {
	width: 100%;
	padding: 0px 20px;
}
.servicesdivhome {
	position: relative;
	padding: 50px 0px;
}
.servicestext {
	box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-moz-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-ms-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	-o-box-shadow: 1px 0px 6px rgba(0, 0, 0,0.4);
	transform: translate3d(0px, 0%, 0px);
	-webkit-transform: translate3d(0px, 0%, 0px);
	-moz-transform: translate3d(0px, 0%, 0px);
	-ms-transform: translate3d(0px, 0%, 0px);
	-o-transform: translate3d(0px, 0%, 0px);
	width: 31.9%;
}
.servicestext:hover {
	transform: translate3d(0px, 0%, 0px);
	transform: translate3d(0px, 0%, 0px);
	-webkit-transform: translate3d(0px, 0%, 0px);
	-moz-transform: translate3d(0px, 0%, 0px);
	-ms-transform: translate3d(0px, 0%, 0px);
	-o-transform: translate3d(0px, 0%, 0px);
}
.titlebgblack {
	padding: 18px 20px;
}
.whitebg {
	padding: 20px;
}
.innerslide {
	padding-top: 63px;
}
.innertitle.static {
	margin-top: 0px;
}
.graybg h4 {
	display: block;
}
.graybg a {
	margin: 5px 5px 0px 0px;
}
.testimonials {
	width: 75%;
}
.logo {
	padding: 10px 0px;
}
.inputfile-6 + label span {
	width: 60%;
}
#showmenu {
	display: none;
}

.rightsidebar input[type="email"] {
	width: 61%;
}
.sidebarwidgets {
	padding-left: 15px
}
.blogleftpost {
	padding-left: 15px
}
.newsevetns {
	width: 49%;
}
.newsevetns a {
	min-height: 213px;
}
.leftcontent {
	padding-right: 0px;
}
.leadershipbox {
	width: 48%;
	margin: 0px 18px 18px 0px;
}
.insightbox {
	width: 31.5%;
}
.insightbox:nth-child(n) {
	margin-right: 22px;
}
.insightbox:nth-of-type(3n) {
	margin-right: 0;
}
.leader {
	width: 80%;
}
.rightleadship .executive {
	width: 72%;
}
.sectionbg {
	padding: 40px 50px 20px
}
.cms {
	width: 100%;
}
.error-img {
	margin: 0px 0px 0px 70px;
	background-size: 100%;
	padding: 140px 0px;
}
.page-error {
	padding: 160px 0 100px;
}
.connetglobal {
	min-height: 184px;
}
.celltbl {
	width: 12%;
}
.rightcontent strong {
	font-size: 26px;
	line-height: 30px;
}
.searchcms {
	width: 100%;
}
/*--------testominals page------------------*/
.testominalheader-slider {
	width: 100%;
}
.slide-down {
	position: relative;
	margin-top: 50px;
}
.testimonialcontent {
	padding: 350px 0px 40px;
}
.middelcontent {
	padding: 40px 0px 40px;
}
.grid-personheader {
	width: 100%;
	text-align: left;
}
.grid-personname .testo-comlogo {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}
.connectcareers{
	width:29.5%;
	}

}
@media only screen and (max-width:980px) {
.servicestext {
	min-height: 150px;
	margin-right: 18px;
}
.whitebg {
	min-height: 100px;
}
.testimonials {
	width: 75%;
}
.connetglobal {
	width: 100%;
}
.sidebarwidgets {
	display: none;
}
.blogleftpost {
	width: 100%;
	padding: 0px;
}
.subscripform {
	width: 60%;
}
.searchforvacancy input[type="text"] {
	width: 68%;
}
.newsevetns {
	width: 48.5%;
}
.newsevetns h6 {
	padding-right: 18px;
}
.executive {
	width: 80%;
}
.connetglobal {
	min-height: auto;
}
.leftcontent {
	text-align: left;
}
.avtar {
	margin-right: 16px;
}
.textjustify {
	text-align: left;
}
.tagline {
	margin-top: 0px;
}
/*----testomonial---*/
.grid-personheader {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

.inline-contenttitle .grid-personheader {
  
    width: 100%;
		margin-bottom: 5px;


}
.inline-contenttitle .ovelay-comlogo
{ margin-bottom: 10px;}
.connectcareers {
    width: 31%;
}
}
@media only screen and (max-width:980px) {
.newsevetns a {
	min-height: 195px;
}
}
@media only screen and (max-width:960px) {
.newsevetns a {
	min-height: 185px;
}
}
@media only screen and (max-width:899px) {
.testominalsslider-content {
	padding: 5px 30px;
}
.testimonials {
	width: 72%;
}
.insightbox {
	width: 31%;
}
.rightcontent strong {
	font-size: 24px;
	line-height: 28px;
}
.rightpdfdown {
	width: 100%;
}
.pdfdownload-s {
	text-align: center;
}
.connectcareers{
	width:39%;
	}
.careersleft{
	padding:0px 10px;
	}	
.career-item{
	width:50%;
	padding:10px;
	}
.titlecareers{
	padding:0px 10px;
	}	
	
}
@media only screen and (max-width:800px) {
h4 {
	font-size: 20px;
}
.titlebgblack {
	padding: 15px;
}
.whitebg {
	padding: 15px;
	font-size: 15px;
}
.servicestext {
	margin-right: 15px;
}
.footerlink {
	width: 50%;
	padding-bottom: 30px;
}
footer {
	padding: 40px 0px 10px;
}
.tableft, .tabright {
	width: 100%;
}
.tabright {
	padding-left: 0px;
}
.recentblog {
	margin-right: 0px;
}
.rightcontent strong {
	font-size: 24px;
	line-height: 24px;
}
.rightcontent p {
	margin-bottom: 0px;
}
.graybg a {
	margin: 6px 3px 0px 0px;
}
.testimonials {
	width: 70%;
}
.col-5 {
	width: 47%;
}
.leftcontent {
	width: 100%;
}
.rightcontent {
	width: 100%;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: left;
}
.textinput {
	width: 100%;
	padding: 0px 0px 10px;
}
.textdiv {
	padding: 0px 0px 10px;
}
.applyform input[type="submit"] {
	margin-left: 0px;
}
.applyform h4 {
	margin-left: 0px;
	margin-right: 0px;
}
.subscripform {
	width: 70%;
}
.newsevetns a {
	min-height: 223px;
}
.col-62, .col-35 {
	width: 100%;
}
.newsdetail {
	padding-right: 0px;
}
.insightbox {
	width: 48.9%;
}
.insightbox:nth-child(n) {
	margin-bottom: 20px;
	margin-right: 15px
}
.insightbox:nth-of-type(2n) {
	margin-right: 0px;
}
.leadershipbox {
	margin-right: 10px;
	width: 48.6%;
}
.executive {
	width: 75%;
}
.rightleadship {
	width: 47.7%;
}
.leader {
	width: 84%;
}
.sectionbg {
	padding: 30px 40px 10px;
}
.sitemap ul li {
	width: 48%;
}
.sitemap ul ol li {
	width: 100%;
}
.error-img {
	margin: 0px;
	padding: 120px 0px 30px;
}
.page-error {
	padding: 160px 0 120px;
}
.celltbl {
	width: 15%;
}
/*--------testominals page------------------*/
.testominalsslider-content {
	padding: 0px 30px;
}
.testo-comlogo {
	text-align: left;
	width: 100%;
}
.testo-personheading {
     width: 100%;
}
.testoperson-name {
	text-align: left;
}
}
@media only screen and (max-width:768px) {
.servicestext {
	width: 32%;
	margin-right: 14px;
}
.testimonials {
	width: 100%;
}
.graybg h4 {
	display: inline-block;
	margin-right: 20px;
}
.newsevetns a {
	min-height: 215px;
}
.tablistbg {
	border-bottom: none;
}
.connectcareers{
	width:40%;
	}
.connectcareers h4{
	margin-left:0px;
	}	
}
@media only screen and (max-width:736px) {
.servicestext {
	width: 31.9%;
	margin-right: 12px;
	min-height: 180px;
}
.servicestext h6 {
	font-size: 16px;
}
header {
	position: relative;
	display:inline-block;
	vertical-align:top;
}
.sliderfullwidth {
	padding-top: 0px
}
.top-margin{
	margin:0px;
	}
.connectcareers{
	width:100%;
	padding:0px 10px 15px;
	}
.connectcareers h4{
	margin-top:10px;
	}
.careersleft{
	width:100%;
	padding:0px 10px;
	}	
.connectcareers{
	width:100%;
	text-align:left;
	}	
}
 @media only screen and (max-width:640px) {
html, body {
	zoom: 0 !important;
	-webkit-zoom: 0 !important;
}
.servicestext {
	width: 100%;
	margin: 0px 0px 30px;
	min-height: auto;
}
.servicesdivhome {
	padding: 60px 0px 30px;
}
.titlebgblack {
	padding: 15px 25px;
}
.whitebg {
	padding: 15px 25px;
}
.servicestext:hover .titlebgblack {
	background-position: 95% center;
}
.tabright {
	padding-left: 0px;
	padding-top: 10px;
}
.middelcontent {
	padding: 40px 0px 40px;
}
.recentblog {
	width: 100%;
}
.col-5, .col-3, .col-4, .col-65 {
	width: 100%;
}
.avtar {
	width: 80px;
	height: 80px;
}
.testimonials {
	width: 80%;
}
.testimonialslider {
	padding: 30px 0px;
}
.fixwidth {
	margin-top: 30px;
}
.inputfile-6 + label span {
	width: 50%;
}
.subscripform {
	width: 100%;
}
.searchforvacancy input[type="text"] {
	width: 72%;
}
.newsevetns {
	width: 100%;
}
.newsevetns a {
	min-height: auto;
}
.insightbox {
	width: 100%;
}
.insightbox:nth-child(n) {
	margin-right: 0px;
}
.leadershipbox {
	width: 100%;
	margin-right: 0px;
}
.executive {
	width: 84%;
}
.rightleadship {
	width: 100%;
	margin-right: 0px;
}
.rightleadship .executive {
	width: 84%;
}
.leader {
	width: 82%;
}
.pdfdownload {
	width: 100%;
	margin-top: 15px;
}
.pdfdownload img {
	width: 100%;
}
.white-popup {
	width: 90%;
	padding: 25px 25px 10px;
}
.sectionbg {
	padding: 30px 30px 10px;
}
.cms {
	width: 100%;
}
.awardsection {
	width: 100%;
}
.celltbl {
	width: 20%;
}
/*-------testomonials-----*/
.testominalheader-slider {
	width: 100%;
}
.testominalsslider-image {
	width: 100%;
	margin-bottom: 30px;
}
.testominalsslider-content {
	width: 100%;
}
.testo-personheading {
	width: 66%;
}
.testoperson-name {
	text-align: left;
}
.testo-comlogo {
	text-align: right;
	margin-top: 0px;
	width: 33%;
}
.slide-down {
	position: relative;
	margin-top: 50px;
}
.testimonialcontent {
	padding: 660px 0px 40px;
}

.testoperson-name {
	margin-bottom: 0px;
}
.innerslide {
	padding-top: 0px;
}
}
@media only screen and (max-width:599px) {
.testimonials {
	width: 78%;
}
.graybg h4 {
	display: block;
}
.titlecareers{
	padding:0px;	
	}
.career-item{
	width:100%;
	padding:0px 0px 30px;
	}
.viewallbtn{
	width:100%;
	margin:15px 0px 0px;
	}
.connectcareers{
	padding:0px 0px 15px;
	text-align:left;
	}	
.careersleft{
	padding:0px;
	}
.connectcareers a{
	margin:0px 4px 0px 0px;
	}
.connectcareers h4{
	margin-left:0px;
	display:block;
	}
.bgticareers{
	margin-bottom:15px;
	}					
}
@media only screen and (max-width:480px) {
.footerlink {
	width: 100%;
}
.footerlink h6 {
	margin-bottom: 15px;
}
.social a {
	margin: 0px 10px 0px 0px;
}
footer {
	padding: 40px 0 20px;
}
.titlebgblack {
	padding: 10px 25px;
}
.innertitle {
	position: relative;
	padding: 15px 0px;
}
.innerslide h1 {
	font-size: 20px;
	line-height: 20px;
}
.servicestext:hover .titlebgblack {
	background-position: 93% center;
}
.innertitle {
	background: rgba(19,95,168,1);
}
.innertitle h3 {
	font-size: 20px;
	line-height: 24px;
}
.innerslide ul li a {
	font-size: 14px;
}
.testimonials {
	width: 74%;
}
.graybg h4 {
	display: block;
}
.connetglobal {
	width: 100%;
}
.rightsidebar input[type="email"] {
	width: 100%;
	margin-bottom: 15px;
}
.searchforvacancy input[type="text"] {
	width: 66%;
}
.blogcontent {
	padding: 0px;
}
.detaildesc {
	padding-top: 15px;
}
h3 {
	font-size: 20px;
}
.floatsocial {
	position: relative;
	top: 0px;
	margin: 20px 0px 10px;
	width: 100%;
}
.floatsocial a {
	margin-right: 8px;
}
.rightcontent strong {
	font-size: 20px;
}
.searchforvacancy input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}
.executive {
	width: 80%;
}
.white-popup {
	padding: 20px 20px 10px;
}
.sitemap ul {
	padding-left: 0px;
}
.sitemap ul li {
	width: 100%;
}
.error-img {
	padding: 140px 0px 0px;
}
.page-error {
	padding: 130px 0px 80px;
}
.errortext {
	width: 100%;
}
.celltbl {
	width: 25%;
}
.celltblright {
	width: 70%;
}
.innerslide ul {
	display: none;
}
.whitebg {
	min-height: 70px;
}
.grid-openlist {
	width: 100%;
}
/*-------testomonials-----*/
.testominalheader-slider {
	width: 100%;
}
.testo-personheading{
	width: 100%;
	margin-bottom: 10px;
}
.testo-comlogo {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
}
.testominalsslider-content {
	padding: 0px 0px;
}
.grid-personname {
	margin-bottom:0px;
}
.grid-personname .testo-comlogo {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}
.grid-personheader {
	width: 100%;
	text-align: left;
}
/*-----------testomonilas-----------*/
.inline-image {
	width: 100%;
	margin-bottom: 14px;
}
.inline-content {
	width: 100%;
	float: right;
	padding: 0px 0px 30px 0px;
}
}
 @media only screen and (max-width:479px) {
.avtar {
	margin-bottom: 15px;
}
.testimonials {
	width: 100%;
}
.inputfile-6 + label span {
	width: 50%;
}
.inputfile-6 + label strong {
	font-size: 14px;
}
.bloglist-title h4 {
	font-size: 18px;
	line-height: 20px;
}
.executive {
	width: 70%;
}
.rightleadship .executive {
	width: 70%;
}
.leader {
	width: 100%;
}
.error-img {
	padding: 120px 0px 0px;
}
.celltbl {
	width: 100%;
}
.celltblright {
	width: 100%;
}
.darkb {
	width: 100% !important;
	word-break: normal;
}
}
@media only screen and (max-width:360px) {
/*-------testomonials-----*/
.testo-personheading{
	width: 100%;
}
.testominalheader-slider {
	width: 100%;
}
.grid-personname .testo-comlogo {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.testimonialcontent {
	padding: 610px 0px 40px;
}
}
@media only screen and (max-width:320px) {
.graybg a {
	text-align: center;
}
.graybg a {
	display: block;
}
.executive {
	width: 100%;
	margin-top: 10px;
}
.rightleadship .executive {
	width: 100%;
}
.white-popup {
	width: 100%;
	padding: 20px 20px 10px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/*-------testomonials-----*/
.testo-personheading {
	width: 100%;
}
}
