body {
	background-color: #dedede;
	font-family: 'playregular';
	
}
.main {
	background: #fff;
	box-shadow: 0 0 5px #bababa;
	margin-top: 15px; color: #282828;
}
.logo {
	float: left;
	margin-left: 15px;
	padding: 15px;
}
.header-right {
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
.column-clear {
	clear: both;
}
.clear {
	overflow: hidden;
}
.mainWrap {
	margin: 0 auto;
}
.title {
	margin: 100px 0 20px 0;
	text-align: center;
	color: #3E4156;
}
.back {
	text-align: center;
}
nav {
	display: block;
	background: #1f70cb;
}
.menu {
	display: table-header-group;
	padding:0px !important;
}
.menu li {
	display: inline-block;
	position: relative;
	z-index: 100;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li a {
	text-decoration: none;
	padding: 13px 25px;
	display: block;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	text-transform: uppercase;
	font-family: 'playregular';
}
.menu li a:hover, .menu li:hover > a {
	color: #ffffff;
	background: #1860b1;
}
.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 220px;
	position: absolute;
	top: 46px;
	left: 0px;
	
}
.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
.menu ul li a {
  color: #FFFFFF;
  border-left: 3px solid #ffffff;
  background: #1F70CB;
  text-transform: inherit;
  padding: 13px 15px;
}
.menu ul li a:hover, .menu ul li:hover > a {
	background: #f0f0f0;
	border-left: 3px solid #1860b1;
	color: #797979;
}
.menu li:hover > ul {
	display: block;
}
.menu ul ul {
	left: 149px;
	top: 0px;
}
.mobile-menu {
	display: none;
	width: 100%;
	padding: 11px;
	background: #3E4156;
	color: #ffffff;
	text-transform: uppercase;
}
.mobile-menu:hover {
	background: #3E4156;
	color: #ffffff;
	text-decoration: none;
}
 @media (min-width: 768px) and (max-width: 979px) {
.mainWrap {
	width: 768px;
}
.menu ul {
	top: 37px;
}
.menu li a {
	font-size: 12px;
	padding: 8px;
}
}
 @media (max-width: 767px) {
.mainWrap {
	width: auto;
	padding: 0px;
}
.menu {
	display: none;
}
.mobile-menu {
	display: block;
	margin-top: 10px;
}
nav {
	margin: 0;
	background: none;
}
.menu li {
	display: block;
	margin: 0; 
}
.menu li a {
	background: #ffffff;
	color: #797979;
	border-top: 1px solid #e0e0e0;
	border-left: 3px solid #1860b1;
}
.menu li a:hover, .menu li:hover > a {
	background: #f0f0f0;
	color: #797979;
	border-left: 3px solid #1860b1;
}
.menu ul {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.menu ul ul {
	left: 0;
}
}
 /*@media (max-width: 480px) {
}
 @media (max-width: 320px) {
}*/
p {
	margin-bottom: 20px;
}
.clearout {
	height: 20px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 90%;
	margin-left: 50px;
	background: #fff;
}
.nbs-flexisel-item {
	float: left;
	
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	width: 220px;
	border: 1px solid #ccc;
	margin: 25px 0px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
	
}
.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/button-next.png) no-repeat;
}
i.fa.fa-home {
	font-size: 18px;
}
.readmor-btn-abt i.fa.fa-chevron-circle-right {
	color: #1f70cb;
	padding-top: 10px;
	padding-left: 8px;
}
.amazingslider-box-1 div a {
	display: none;
	text-indent: 9999px;
}
.content-under-slider {
	text-align: center;
	padding-bottom: 25px;
	font-family: 'playregular';
}
.content-under-slider h2 {
	color: #333333;
}
.content-under-slider p {
	text-align: center;
	padding: 0px 15px;
}
.readmor-btn-abt a {
	border-bottom: 1px solid #dddddd;
	color: #333333;
	padding-bottom: 5px;
	font-size: 15px;
}
.readmor-btn-abt a:hover {
	text-decoration: none;
	color: #1f70cb;
}
.blue-bg {
	background: #1f70cb;
	padding-bottom: 15px;
}
p {
	text-align: justify;
}
.infra {
	color: #fff;
	font-family: 'playregular';
}
.infra h5 {
}
.infra p {
	
}
.infra img {
  width: 100%;
  padding-bottom: 10px;
}

.research {
	color: #fff;
	font-family: 'playregular';
}
.research p {
	
}
.research img {
  width: 100%;
  padding-bottom: 10px;
}

.quality {
	color: #fff;
	font-family: 'playregular';
}
.quality p {
	
}
.quality img {
  width: 100%;
  padding-bottom: 10px;
}

.readmor-btn a {
	border-bottom: 1px solid #3795ff;
	color: #fff;
	padding-bottom: 5px;
	font-size: 15px;
}
.readmor-btn a:hover {
	text-decoration: none;
	color: #fff;
}
.readmor-btn i.fa.fa-chevron-circle-right {
	color: #fff;
	padding-left: 8px;
}
.logos-footer {
	background: #fff;
	overflow: hidden;
}
.logos-footer h3 { font-family: 'playregular'; font-size: 28px; margin: 15px 0 0 0;}
.main-bottom {
	background: #fff;
	box-shadow: 0px 4px 5px #bababa;
	margin-bottom: 20px;
}
.adress-footer {
	background: #ececec;
	text-align: center;
	padding: 20px 0px;
}
.adress-footer p {
	text-align: center;
	line-height: 20px;
	font-family: 'playregular';
	font-size: 16px;
	color: #555555;
}
.adress-footer h5 {
	font-family: 'playregular';
	font-size: 28px;
}
.footer-main {
	padding: 20px 0px 10px;
}
.footer-main p { padding-left:20px;
	
}


.side-bar {
	 margin: 25px 15px 5px;
}
.side-bar ul {
	padding: 0px;
	margin: 0px;
}
.side-bar ul li {
	background: #f0f2f2 none repeat scroll 0 0;
	border-color: #dce0e3 #dce0e3 #dce0e3 #35A255;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	margin-bottom: 5px;
	padding: 5px 10px;
	list-style: none;
}
.side-bar ul li a {
	color: #515151;
	font-family: 'playregular';
	transition: all 0.3s ease 0s;
}
.side-bar ul li a:hover {
	text-decoration: none;
	padding-left: 5px;
	color: #4f81bd;
}
.side-bar h4 { color:#0854a8;}

i.fa.fa-angle-double-right {
	float: right;
	color: #0C0D0D;
	padding-top: 3px;
}
.contents-internal-page {
	 margin: 25px 30px 5px 0;
}
.contents-internal-page p { font-family: 'playregular'; }
.contents-internal-page h4 {color:#0854a8;}

.list-styles {}
.list-styles ul {
	padding: 0px;
	margin: 0px;}
.list-styles ul li { list-style:none; background-image:url(../images/list-style-icon.png);
background-repeat:no-repeat;
background-position:left center; padding-left:20px; line-height:22px;
}
.contents-internal-page td { padding:5px;}
.flot-left { float:left;}
.flot-right { float:right;}

.career-form input {
  padding: 4px 10px;
  width: 280px;
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
}
.career-form label {   padding-right: 15px; float:left;  }
.career-form input#firstName {
	 margin-left: 39px;
	 }
.career-form input#lastName {
  margin-left: 39px;
}
.career-form input#phone {
  margin-left: 12px;
}
.career-form input#email {
  margin-left: 73px;
}
.career-form input#position {  
}

.career-form input#resumePath {
 border: medium none;
    margin-left: 115px;
}

.career-form #submit {margin-left: 130px;
  width: 120px;
  background: #507CAD;
  margin-top: 25px;
  color: #fff;}
.career-form #submit:hover {
  background: #1F70CB;  
  color: #fff;} 
  
.small-message { padding-left: 125px;}
.client-logo img{ border: 1px solid #ccc;
    box-shadow: 3px 6px 5px #ccc;
    margin-left: 5px;
    margin-top: 15px;
	width: 200px;}
	
.contact-form { margin-top:20px; float:left;}	
.contact-form input {
  padding: 4px 10px;
  width: 280px;
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
}
.contact-form label {   padding-right: 15px;  }
.contact-form input#firstName {
	 margin-left: 3px;
	 }
.contact-form input#company {
 /* margin-left: 11px;*/
}
.contact-form input#phone {
  /*margin-left: 30px;*/
}
.contact-form input#email {
  /*margin-left: 37px;*/
}
.contact-form input#address {   /*margin-left: 19px;*/
}

.contact-form input#resumePath {
 border: medium none;
    margin-left: 115px;
}

.contact-form #submit {
  width: 120px;
  background: #507CAD;
  margin-top: 25px;
  color: #fff;}
.contact-form #submit:hover {
  background: #1F70CB;  
  color: #fff;} 	
	
textarea#message {
  /*margin-left: 14px;*/
  border: 1px solid #d3d3d3;
  /*float: right;*/
  margin-top: 5px;
}

.contact-address {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

.amazingslider-text-bg-1 { background-color:#241a11 !important; opacity: 0.5; border-radius:15px;  }
.amazingslider-title-1 {color:#fff !important; text-shadow: 2px 2px #100b05 !important; font-size:24px !important; }

#slideshow > div {
		    position: absolute;
		    top: 10px;
		    left: 10px;
		    right: 10px;
		    bottom: 10px;
		}
#slideshow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    height: 100px;
    margin-left: 20px;
    margin-top: 15px;
   
    position: relative;
    width: 220px;
}	
.clients-title { color:#0854a8; padding-left:20px; padding-top: 5px; }

.m-lft { margin-left:100px;}

.footer-menu { float:right; margin-right:20px;}
.footer-menu ul { padding:0px; margin:0px;}
.footer-menu ul li { float:left; list-style:none; }
.footer-menu ul li a { padding:1px 5px 0;}

.thank {
	text-align: center;
	font-size: 14px;
	background: #f5f5f5;
	color: #555;
	padding: 50px;
}
.thank span {
	color: #000000;
	font-weight: bold;
	font-size: 35px;
	font-family: "Inder", sans-serif;
}
.thank .you {
	color: #4f81bd;
}
.thank p {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
}


nav {
  display: block;
  background: #1f70cb;
}

.menu-new-resp { display: block; margin: 0px;
    padding: 0px; }

.menu-new-resp li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu-new-resp li:first-child { margin-left: 0; }

.menu-new-resp li a {
  text-decoration: none;
	padding: 13px 25px;
	display: block;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	text-transform: uppercase;
	font-family: 'playregular';
}

.menu-new-resp li a:hover,
.menu-new-resp li:hover>a {
  color: #fff;
  background: #1860b1;
}

.menu-new-resp ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu-new-resp ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu-new-resp ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
  width: 270px;
}

.menu-new-resp ul li a {
   color: #FFFFFF;
  border-left: 3px solid #ffffff;
  background: #1F70CB;
  text-transform: inherit;
  padding: 13px 15px;
}

.menu-new-resp ul li a:hover,
.menu-new-resp ul li:hover>a {
  background: #f0f0f0;
	border-left: 3px solid #1860b1;
	color: #797979;
}

.menu-new-resp li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu-new-resp ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu-new-resp ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu-new-resp li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 10px 15px;
  background: #1f70cb;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align:left;
}

.responsive-menu:hover {
  background: #1F70CB;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #FC6D58; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu-new-resp ul { top: 37px; }

.menu-new-resp li a { font-size: 12px; }

a.homer { background: #E95546; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu-new-resp { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu-new-resp li {
  display: block;
  margin: 0;
}

.menu-new-resp li a {
  background: #fff;
  color: #797979;
}

.menu-new-resp li a:hover,
.menu-new-resp li:hover>a {
  background: #1F70CB;
  color: #fff;
}

.menu-new-resp ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu-new-resp li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu-new-resp ul ul {
  left: 0;
  transform: initial;
}

.menu-new-resp li>ul ul:hover { transform: initial; }
}

i.fa.fa-reorder {
    float: right;
}

.flot-left-p { float:left;}
.flot-right-p { float:right; margin-left:100px;}