body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Calibri';
	src: url(../fonts/calibri.ttf);
}
 @font-family {
 font-family: 'Calibri';
 src:url(../fonts/calibri.ttf);
}
.nopadd {
	padding: 0px;
}
.nomarr {
	margin: 0px;
}
a:focus {
	outline: none;
}
.bnr img {
	width: 100%;
	background-size: cover;
}
/* navigation */
.head {
	padding: 0px 0 0 0;
	border-top: 2px solid #8b8a5d;
	background: #fff;
}
.logo {
	margin: 0px 0 0px 0;
}
.logo p {
	margin: 0px;
}
.logo img {
	width: 100%;
}
.navigation {
	background: #3891ec;
}
.iconshme {
	list-style-type: none;
	float: right;
	margin: 20px 0 0 0;
}
.iconshme li {
	display: inline;
	margin: 0 10px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
}
.iconshme li a {
	text-decoration: none;
	color: #000;
}
.iconshme li i {
	padding: 15px;
	background: #ffff;
	border-radius: 50%;
	border: 1px solid #A0A0A4;
	color: #92915d;
	margin: 0 10px 0 0;
	font-weight: bold;
	opacity: 0.85;
}
.iconshme li i:hover {
	background: #3891ec;
	border: 1px solid #ccc;
	animation: mymove ease 0.1s;
	opacity: 1;
	color: #fff;
}
@keyframes mymove {
 from {
 transform:rotate(0deg);
}
50% {
 transform:rotate(45deg);
}
80% {
 transform:rotate(80deg);
}
100% {
 transform:rotate(180deg);
}
}
/*bnr*/
.carousel-caption {
	text-align: left !important;
	top: 10px !important;
	left: 108px !important;
}
.leftcntrl {
	width: 3%;
	left: 5%;
	background: none !important;
}
.rightcntrl {
	width: 3%;
	right: 5% !important;
	text-shadow: none !important;
	background-image: none !important;
}
.hmecarouse h1 {
	font-size: 25px !important;
	font-weight: 600;
	color: #fff;
	margin: 20px 0 10px 0px;
	line-height: 40px;
}
.bnritems a {
	background-color: #ef9800;
	border-radius: 5px;
	color: #fff;
	padding: 9px 10px;
	margin: 0 0 0 0px;
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 41% !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 41% !important;
}
.bnr img {
	width: 100%;
}
.bnrinner {
	background: rgba(25,73,119,0.5);
	padding: 15px;
	margin: 70px 0 0 0;
	border-radius: 5px;
}
.bnrinner h1 {
	font-size: 24px;
	color: #ffc01a;
	font-weight: 500;
	margin: 0px;
	line-height: 32px;
}
.bnrheadcolor {
	font-size: 20px;
	color: #ffc01a;
	font-weight: bold;
}
.bnrinner p {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	opacity: 0.85;
	margin: 10px 0;
}
/*bnr*/
/*bnr2*/
.bnr3 {
	background: url(../images/visionbnr.jpg);
}
.bnr4 {
	background: url(../images/corevaluesbnr.jpg);
}
.bnr5 {
	background: url(../images/servicesbanner.jpg);
}
.bnr6 {
	background: url(../images/projectsbnr.jpg);
}
.bnr7 {
	background: url(../images/contactusbanner.jpg);
}
.bnr2 {
	background: url(../images/bnr2.jpg);
}
.bnr8 {
	background: url(../images/aboutusbnr.jpg);
}
.bnr9 {
	background: url(../images/contractingbanner.jpg);
}
.bnr10 {
	background: url(../images/turnkeysolutionsbanner.jpg);
}
.bnr11 {
	background: url(../images/mepbanner.jpg);
}
.bnrimg {
	background: rgba(0,0,0,0.7);
	height: 228px;
	background-size: cover;
}
.bnrimg h1 {
	margin: 0px;
	color: #fff;
	text-align: center;
	padding: 66px 0 0px;
	font-size: 30px;
}
.bnrul {
	list-style-type: none;
	text-align: center;
	padding: 25px 0 0 0;
}
.bnrul li {
	display: inline;
	margin: 0 0px 0 0;
}
.bnrul li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.bnrul li a:hover {
	color: #FF9F00;
}
.bnrul li i {
	color: #fff;
	margin: 0 20px;
}
/*bnr2*/

.aboutus {
	margin: 30px 0 20px;
}
.aboutus h1 {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	opacity: 0.8;
	padding: 0 0 0 0px;
	margin: 0px 0 25px 0;
}
.aboutus p {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	opacity: 0.6;
	text-align: justify;
	margin: 0px 0 0 0;
}
.aboutus p img {
	margin: 0 0 10px 0;
	box-shadow: 1px 1px 2px 1px #000000;
}
.aboutus h2 {
	text-align: right;
	margin: 10px 0;
}
.aboutus h2 a {
	border: 1px dotted #000;
	color: #000000;
	font-size: 12px;
	opacity: 0.5;
	padding: 7px;
	text-decoration: none;
}
.aboutus h2 a:hover {
	background: #ff7900;
	opacity: 1;
	color: #fff;
	border-color: #fff;
}
.aboutus p a:hover {
	opacity: 1;
}
#table1 {
	margin: 20px 10px;
}
#table1 td, th {
	padding: 20px 10px;
}
.boardofdir {
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	margin: 10px 0;
}
.boardofdir:hover {
	background: #78b3ea;
	color: #fff !important;
}
.alignright {
	float: right;
	opacity: 1 !important;
	margin: 16px 0 0 0 !important;
}
.philosophy {
	background: #3891ec;
	/*background-image:url(../images/philosophybnr.jpg);*/
	margin: 30px 0 15px 0;
	padding: 40px 0 40px 0;
	color: #fff;
}
.philosophy h1 {
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	padding: 0 0 0 0px;
	margin: 0px 0 25px 0;
	text-transform: uppercase;
}
.philosophy p {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	text-align: justify;
	margin: 0px 0 0 0;
	opacity: 1;
}
.philosophy ul {
	list-style-type: none;
	padding: 0px 0 0 20px;
	list-style-image: url(../images/righticon.png);
}
.philosophy ul li {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	text-align: justify;
	margin: 0px 0 0 0;
	color: #fff;
	opacity: 1;
}
.philosophy ul li i {
	margin: 0 15px 0 0;
}
.philopsophytext {
	padding: 0 40px 0 0;
	border-right: 1px solid #ccc;
}
.philopsophytext h2 {
	text-align: right;
}
.philopsophytext a {
	border: 1px solid #fff;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	font-size: 12px;
}
.philopsophytext a:hover {
	background: #ef9800;
	opacity: 1;
	color: #fff;
}
.borderp {
	border-bottom: 2px solid #fff;
	padding: 5px 0;
}
/*aboutus end*/
/*areas*/
.areas {
	margin: 0px 0 10px 0;
}
.areas h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
	color: #000;
}
.areas img {
	width: 25%;
	margin: 0px auto;
}
.areas h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	margin: 5px 0;
}
.areaicons {
	margin: 15px 0;
	border: 1px solid #d4e1ee;
	padding: 10px;
}
.areaicons:hover {
	background: #f1f1f1;
	color: #000;
}
.areaborder {
	border-bottom: 2px solid #000;
	padding: 0 0 5px 0;
}
/*areas end*/
/*projects*/

.projects {
	background: #fff;
	padding: 20px 0;
	margin: 20px 0;
}
.projects h1 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
	color: #fff;
}
.projborder {
	border-bottom: 2px solid #fff;
	padding: 0 0 5px 0;
}
.projblock {
	background: #3891ec;
	padding: 20px;
	margin: 0px 0 15px 0;
	height: 240px;
	box-shadow: 1px 1px 2px 1px #000;
}
.projblock:hover {
	box-shadow: 2px 2px 4px 2px #000;
	background: #32bbfb;
}
.projblock h3 {
	text-align: right;
}
.projblock a {
	border: 1px dotted #fff;
	color: #fff;
	font-size: 12px;
	opacity: 0.85;
	padding: 7px;
	text-decoration: none;
}
.projblock a:hover {
	background: #ef9800 none repeat scroll 0 0;
	color: #fff;
	opacity: 1;
	border-color: #fff;
}
.services-inner {
	margin: 15px 0;
}
.services-inner img {
	box-shadow: 2px 2px 4px 2px #000;
}
.projblock h2 {
	color: #eae823;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	margin: 25px 0 15px;
	text-align: center;
}
.projblock p {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin: 10px 0;
	text-align: center;
	line-height: 24px;
}
/*projects end*/
/*values*/

.valuesblock h1 {
	font-size: 30px;
	color: #ffc01a;
	font-weight: normal;
	margin: 0px 0 15px;
	text-align: left;
}
.valuesblock h3 {
	font-size: 25px;
	color: #000;
	font-weight: normal;
	margin: 10px 0;
	text-align: left;
}
.valuesblock p {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 0px 0;
	text-align: justify;
	line-height: 22px;
}
.valuesblock-right {
	background: rgba(25,73,118,0.3);
	padding: 10px;
}
.valuesblock-right h2 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
	margin: 10px 0;
	text-align: left;
}
.valuesblock-right p {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 10px 0;
	text-align: justify;
	line-height: 24px;
	opacity: 0.8;
}
.valuesp {
	opacity: 0.8;
}
.valuesblock img {
/*box-shadow: 2px 2px 8px 2px #000;*/
}
.valuesblock ul {
	margin: 0px 0 0 3%;
	padding: 0px;
	list-style: square;
}
.valuesblock ul li {
	font-size: 15px;
	color: #000;
	margin: 10px 0;
	text-align: left;
	line-height: 24px;
	opacity: 0.8;
}
/*values end*/
/*ourspeciality*/

.ourspecialityheading h1 {
	font-size: 30px;
	color: #ffc01a;
	font-weight: normal;
	margin: 5px 0;
	text-align: center;
}
.ourspeciality {
	background: url(../images/ourspecialitybnr.jpg);
	padding: 180px 0 22px;
	margin: 0px 0 0px 0;
}
.ourspblock1 {
	background: #194976;
	padding: 10px 5px;
	margin: 5px 0;
}
.ourspblock2 {
	background: #ffc01a;
	padding: 10px 5px;
	margin: 5px 0;
}
.ourspblock3 {
	background: #194976;
	padding: 10px 5px;
	margin: 5px 0;
}
.ourspblock1 p, .ourspblock2 p, .ourspblock3 p {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
}
.ourspright p {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	line-height: 25px;
	opacity: 0.85;
}
.ourspblock-right {
	background: rgba(255,255,255,0.2);
	margin: 5px 0 0 0;
	padding: 0 0 35px 0;
	border-bottom: 5px solid #525151;
}
.ourspblock-right h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #255a86;
	padding: 20px 0;
	font-family: 'Open Sans';
	margin: 0px;
}
.ourspyellow {
	background: #dbb93d !important;
}
.ourspblock-right p {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	line-height: 22px;
}
.ourspblock-right img {
	width: 100%;
}
.oursprtmarg {
	margin: 5px 0;
	padding: 5px;
}
.carousel-indicators6 {
	bottom: 0;
	right: 2%;
	left: auto;
	text-align: right;
}
/*ourspeciality end*/
/*footer*/
/*footer*/	
.footer {
	background: url(../images/ftrbg.jpg);
	color: #fff;
	padding: 45px 0 5px 0;
	background-size: cover;
}
.footer h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0px 0 20px 0;
	text-transform: uppercase;
}
.footer h2 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin: 0px 0 10px 0;
}
.footer p {
	font-size: 13px;
	font-weight: 200;
	color: #b7b4b4;
	opacity: 0.99;
	text-decoration: none;
	line-height: 24px;
}
.ftrborder {
	border-bottom: 1px dotted #24527d;
	padding: 5px 0;
}
.ftrsocial {
	padding: 0px 0 0 20px;
	list-style-type: none;
}
.ftrsocial li {
	list-style-image: url(../images/doublearrow.png);
}
.ftrsocial li a {
	font-size: 14px;
	font-weight: 200;
	color: #000;
	opacity: 0.99;
	text-decoration: none;
	line-height: 24px;
}
.ftrpart p {
	font-size: 13px;
	font-weight: 200;
	color: #000;
	opacity: 0.99;
	line-height: 24px;
}
.ftrpart a {
	text-decoration: none;
	color: #000;
}
.whiteclr {
	color: #000 !important;
}
.frmctrl {
	background-color: #fff;
	color: #CCC;
	font-size: 10px;
	height: 25px;
}
.ctbtn {
	background: #006699;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.ftr-cprights {
	padding: 30px 0;
	margin: 15px 0 0 0 !important;
}
.cprights p {
	font-size: 12px;
	font-weight: 200;
	color: #ffffff;
	opacity: 0.8;
	text-transform: uppercase;
}
.cpylinks {
	float: right;
}
.cpylinks ul {
	float: right;
}
.cpylinks ul li a {
	font-size: 11px;
	font-weight: 200;
	color: #ffffff;
	opacity: 0.8;
	text-decoration: none;
}
/*footer end*/	
/*footericonshme*/
.maphme {
	margin: 10px 0 0 0;
}
.footericonshme {
	background: #5c5959;
}
.footericonshme ul {
	padding: 0px;
	text-align: right;
	list-style-type: none;
}
.footericonshme p {
	font-size: 13px;
	color: #b7b4b4;
	text-align: left;
}
.footericonshme ul li {
	display: inline;
	margin: 5px;
}
.footericonshme ul li a {
	text-decoration: none;
}
.footericonshme ul li a i {
	font-size: 14px;
	color: #989898;
}
/*footericonshme end*/
/*aboutuspage*/
.aboutuspage {
	margin: 20px 0;
}
.aboutuspage h1 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 30px;
	padding: 0 0 0 5px;
	text-align: left;
	text-transform: uppercase;
}
.aboutuspage h2 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}
.aboutuspage h3 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.75;
}
.aboutuspage p {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
	margin: 0px;
	opacity: 0.75;
	font-weight: 700;
	margin-top: 1%
}
.aboutusside {
	list-style-type: none;
	margin: 10px 0;
	padding: 0px;
	border: 1px solid #ececec;
}
.aboutusside li {
	padding: 10px 0;
}
.aboutusside li:hover {
	background: #ececec;
}
.aboutusside li i {
	margin: 0px 10px 2px 10px;
	color: #1973c8;
}
.aboutusside li a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	opacity: 0.75;
	text-transform:uppercase;
}
.aboutusside li.active {
	background: #ececec;
}
.aboutusside li a:hover {
	opacity: 1;
}
.aboutusside li.active a {
	color: #1973c8;
	opacity: 1;
}
.visionul {
	list-style-type: none;
	margin: 10px 0;
}
.visionul li {
	list-style: square;
	margin: 10px 0;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	opacity: 0.75;
	list-style-image: url(../images/righticonblue.png);
}
/*clients*/
.clientsul {
	list-style-type: none;
}
.clientsul img {
	border: 1px solid #ccc;
	margin: 10px 5px;
}
.clientsul li {
	display: inline;
}
/*clients end*/
/*crossdocking*/
.crossdocking h1 {
	font-size: 20px;
	color: #7a1115;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 2px solid #7a1115;
	padding: 0px 5px;
}
.crossdocking h2 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin: 26px 0;
}
.crossdocking p {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0px;
}
.crossdocking ul {
	list-style-type: none;
}
.crossdocking ul li {
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
}
.crossdocking ul li i {
	font-size: 18px;
	margin: 0 10px 0 0;
	color: #999;
}
/*crossdocking end*/
/*contactus page*/
.contactuspg {
	margin: 20px 0 0 0;
}
.contactuspg h1 {
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}
.contactuspg h2 {
	color: #000000;
	font-size: 20px;
	font-weight: 200;
	margin: 10px 0;
	opacity: 0.8;
	text-align: left;
	position: relative;
	animation: move ease 8s infinite;
}
 @keyframes move {
 from {
 top:0px;
}
to {
	top: 200px;
}
}
.contactuspg p {
	font-size: 16px;
	color: #a63f21;
	font-weight: bold;
	text-align: center;
}
.form-control1 {
	border: 1px solid #ccc !important;
	color: #696969 !important;
	font-size: 14px;
	opacity: 0.7;
}
.mytextarea {
	height: 105px !important;
}
.contactuspg img {
	opacity: 0.7;
	animation: pulse ease 2s infinite;
}
.btnsubmit {
	background: #06C !important;
	border: #000;
	float: right !important;
}
.soft {
	margin: 10px 0;
}
.softdev ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0;
}
.softdev ul li i {
	margin: 0 10px 0 0;
	color: #0d4c63;
}
.softdev ul li {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	text-align: left;
	opacity: 0.8;
}
.softdev h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
	line-height: 22px;
}
.softdev h2 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
.softdev p {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
	opacity: 0.7;
	text-align: left;
}
.softdev h3 a {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin: 10px 0;
	opacity: 0.7;
	text-align: left;
	text-decoration: none;
	opacity: 0.5;
}
.softdev h3 a:hover {
	opacity: 0.8;
}
.softdevimage img {
	border-radius: 5px;
}
.softdevimage img:hover {
	box-shadow: 4px 4px 4px 1px #000000;
}
.contactmap {
	margin: 10px 0 0 0;
}
/*contactus page end*/


/*footer*/

.servicesul {
	list-style-type: none;
	padding: 0px;
}
.servicesul li a {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}
.servicesul li i {
	font-size: 10px;
	margin: 0 10px 0 0;
}
.linksfooter {
	border-left: 1px solid #898787;
	padding: 0 0 0 30px;
	margin: 0 0 0 20px;
}
.servicesul1, .servicesul2 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0 0 20px 0;
}
.servicesul2 {
	margin: 40px 0 0 0 !important;
}
.servicesul1 li {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	display: inline;
	margin: 0 15px 0 0;
}
.servicesul2 li {
	display: inline;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.servicesul1 li a {
	color: #fff;
	margin: 0 2px 0 0;
	text-decoration: none;
}
.servicesul1 li a:hover {
	color: #09F;
}
.footer i {
	font-size: 12px;
	margin: 0 10px 0 0;
	color: #000;
}
.footer i:hover {
	color: #09F;
}
.servicesul2 li a i {
	font-size: 18px;
	margin: 0 8px 0 0 !important;
	color: #fff !important;
}
.servicesul2 li a i:hover {
	color: #F00 !important;
}
.quick {
	border-right: 1px solid #898787;
}
/*contact us*/
.contactus, .campus {
	margin: -17px 0 0 0;
}
.contact-inner p {
	color: #000;
	font-size: 13px;
	line-height: 22px;
	margin: 21px 0 15px;
	text-align: center;
}
.contactus h1, .campus h1, .recruitment h1 {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	font-weight: bold;
}
.contact-inner i {
	font-size: 27px;
	height: 90px;
	line-height: 90px;
	margin-bottom: 15px;
	text-align: center;
	width: 90px;
	background-color: #F00;
	border-radius: 50%;
}
.contact-inner i:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) repeat scroll 0 0;
	color: #fff;
	opacity: 0.95;
}
.ctbtn {
	background: #ff0000;
	border: none;
	margin: 0 0 20px 0;
}
.ctbtn:hover {
	background: #8bc34a;
	border: none;
}
.map {
	margin: 10px 0;
}
.contactbg {
	/* background: rgba(0, 0, 0, 0) linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) repeat scroll 0 0;*/
	background: #ff0000;
	padding: 0 0 10px 0;
}
/*contact us*/
/*openings*/
.jobopenings {
	margin: 20px 0;
}
.jobopenings h1 {
	font-size: 25px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	margin: 10px 0 15px 0;
}
.jobopenings h2 {
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	color: #000;
	opacity: 0.75;
}
.softdevul {
	margin: 0px 0;
	padding: 0 0 0 12px;
	list-style-type: none;
}
.softdevul li {
	line-height: 24px;
	font-size: 13px;
	opacity: 0.7;
	color: #000;
}
.softdevul li i {
	color: #70bd4a;
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 0 0;
}
.openings {
	margin: 5px 0;
}
.openingscontact h1 {
	font-size: 25px;
	text-align: left;
	font-weight: bold;
	color: #4f2c00;
	margin: 15px 0;
}
.openingscontact h2 {
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	color: #9e5900;
	margin: 0 0 5px 0;
}
.openingscontact h3 {
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin: 5px 0;
}
.openingscontact img {
	box-shadow: 4px 4px 4px 0 #000000;
}
.openingslist {
	padding: 0px 0;
	border-radius: 5px;
	min-height: 100px;
}
.openingslist h6 {
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	background: #7a1115;
	border: 1px solid #ccc;
	border-bottom: 0px !important;
	margin: 0px;
}
.openingslistul {
	padding: 10px 10px;
	list-style-type: none;
	background: #fff;
	text-align: left;
	border: 1px solid #ccc;
}
.openingslistul li {
	padding: 5px 0;
}
.openingslistul li a {
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin: 10px 0;
	text-decoration: none;
	opacity: 0.65;
}
.openingslistul li a:hover {
	color: #000;
	opacity: 0.95;
}
.hireimg {
	top: -25px;
	position: relative;
	z-index: -1;
}
/*openings end*/
/*careers*/
.careers {
	margin: 20px 0 30px 0;
}
.imgopacity {
	opacity: 1 !important;
}
.careers p {
	text-align: left;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
	font-size: 13px;
	line-height: 24px;
	opacity: 0.7;
}
.careers h1 {
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}
.careers h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	margin: 10px 0;
	opacity: 0.9;
}
.careers h3 {
	margin: 50px 0;
	text-align: center;
}
.careers h3 a {
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	color: #000;
	;
	margin: 10px 0;
	text-decoration: none;
	opacity: 0.6;
}
.careersul {
	float: left;
	margin: 0 0 50px 0;
	padding: 0px 0 0 14px;
	list-style-type: none;
}
.careersul li {
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin: 10px 0;
	line-height: 16px;
	opacity: 0.66;
}
.careersul i {
	margin: 0 15px 0 0;
	color: #70bd4a;
}
.careerstext {
	background: #014a61;
	padding: 15px 15px;
	border: 2px solid #fff;
	margin: -50px 0;
}
.careerstext p {
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	line-height: 28px;
	margin: 10px 0;
	text-align: center;
}
.careerspart {
	min-height: 150px;
	border: 1px solid #CCC;
	margin: 20px 0;
}
.careerbnr img {
	width: 100%;
}
.careerbnrtext {
	position: absolute;
}
.careerbnrtext ul {
	list-style-type: none;
	text-align: left;
	margin: 170px 0px 0 0;
}
.careerbnrtext ul li {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0;
	text-align: center;
	opacity: 0.85;
}
/*careers end*/
/*technology */
.technology {
	margin: 10px 0;
}
.technology h1 {
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0 15px 0;
	text-align: center;
}
.technology h2 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	opacity: 0.95;
	text-align: center;
	margin: 20px 0 !important;
}
.technology p {
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	opacity: 0.7;
}
.technology p {
}
.techimg {
	width: 80%;
}
.tech {
	margin: 15px 0;
}
.icon {
	width: 15%;
}
.proj {
	background: #06C;
	padding: 15px;
	background: #fff;
}
.proj1 {
	margin: 40px 0;
}
.proj h1 {
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.proj1 img {
	width: 85%;
}
.proj h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	opacity: 0.95;
	text-align: center;
}
.proj p {
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	opacity: 0.7;
}
/*technology end*/

/*products*/
.products {
	margin: 15px 0;
}
.products h1 {
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.products h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #0d4c63;
	padding: 10px 0;
	margin: 0px;
}
.products h3 {
	color: #9e5900;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
	min-height: 100px;
	background: #fff;
	margin: 0px;
	padding: 10px 5px;
	min-height: 120px;
}
.borderline {
	border: 1px solid #014a61;
	padding: 21px 0 40px;
	background: #fff;
}
.productsul {
	padding: 0px;
	margin: 0 0 60px 0;
	list-style-type: none;
}
.productsul li {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
	opacity: 0.7;
	text-align: left;
}
.productsul li i {
	margin: 0 15px 0 0;
	color: #70bd4a;
}
.productslist {
	text-align: center;
}
.scs {
	min-height: 605px !important;
	background: #e6e4e4 none repeat scroll 0 0;
	margin: 5px 0;
}
.scsauto {
	border: 1px solid #90cf4e;
	background: #e9e8e8;
	min-height: 580px;
}
.scsauto h4 {
	margin: 0px;
}
.scsauto sup {
	font-size: 12px;
}
.scsauto img {
	width: 100%;
}
.scsul {
	padding: 0 0 0 20px;
}
.scsul li {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
	opacity: 0.85;
	text-align: left;
}
/*products end*/
/*thank you */
.mywell {
	background-color: #90cf4e;
	color: #000;
	box-shadow: 0px 8px 4px 0px #000;
	margin: 60px 0;
	opacity: 0.8;
	border: none !important;
}
.mywell h1 {
	text-align: center;
	font-size: 31px;
}
/*thank you end*/
/*who we are page*/
.whowearepage {
	margin: 25px 0;
}
.whowearepage h1 {
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}
.whoweareul {
	padding: 0px;
	margin: 0px 0 10px 0;
	list-style-type: none;
}
.whoweareul li {
	color: #000000;
	font-size: 14px;
	font-weight: 200;
	line-height: 26px;
	margin: 0 0 5px;
	opacity: 0.7;
}
.whoweareul i {
	color: #70bd4a;
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 0 0;
}
/*who we are page*/
/*significant*/
.significant {
	background: url(../images/bg2.jpg) no-repeat;
	padding: 15px 0;
}
.significant h1 {
	color: #ffc01a;
	font-size: 30px;
	font-weight: normal;
	margin: 10px 0;
	text-align: left;
}
.significant p {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0;
	text-align: justify;
	line-height: 25px;
}
/*significant end*/
.clientshme {
	padding: 0px;
	margin: 20px 0;
}
.clientshme h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 30px;
	padding: 0 0 0 5px;
	text-align: center;
	text-transform: uppercase;
}
.clientshmeul {
	padding: 30px 0;
	list-style-type: none;
}
.clientshmeul li {
	display: inline !important;
	margin: 15px;
}
.clientshmeul img {
	border: 1px solid #ccc;
}
.contactuspg {
	margin: 20px 0 0 0;
}
.contactuspg h1 {
	border-left: 2px solid #24527d;
	color: #24527d;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 30px;
	padding: 0 0 0 5px;
	text-align: left;
	text-transform: uppercase;
}
.contactuspg h2 {
	color: #000000;
	font-size: 20px;
	font-weight: 200;
	margin: 10px 0;
	opacity: 0.8;
	text-align: left;
	position: relative;
	animation: move ease 8s infinite;
}
.contactuspg p {
	font-size: 16px;
	color: #a63f21;
	font-weight: bold;
	text-align: center;
}
.form-control1 {
	border: 1px solid #ccc !important;
	color: #696969 !important;
	font-size: 14px;
	opacity: 0.7;
}
.mytextarea {
	height: 105px !important;
}
.contactuspg img {
	opacity: 0.7;
	animation: pulse ease 2s infinite;
}
.btnsubmit {
	background: #06C !important;
	border: #000;
	float: right !important;
}
.contactmap {
	margin: 10px 0 0 0;
}
.home1 h4 {
	margin: 25px 0 0 0;
}
p.address {
	font-size: 14px;
	font-weight: normal;
	color: #215e94;
	margin: 10px 10px;
	padding: 0;
	text-align: left;
	line-height: 24px;
}
.home2 h4 {
	margin: 25px 0 0 0;/*border-bottom:1px solid #215e94;
	width:138px;*/
}
.current {
	margin: 20px 0;
}
.current h4 {
	font-size: 16px;
	/*background:#eaeaea;*/
	padding: 10px;
	margin: 0;
}
.current a {
	color: inherit;
	text-decoration: none;
}
.current h4:hover {
	background: #eaeaea;
	color: #215e94;
}
.current i {
	color: #215e94;
	font-size: 14px;
}
.currentprojct h3 {
	font-size: 20px;
	color: #ffc01a;
	font-weight: bold;
	margin: 5px 0;
	text-align: left;
}
.subprjcts {
	margin: 20px 0;
}
.currentprojct {
	margin: 25px 0;
}
.subprjcts p {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0;
}
.subprjcts p i {
	color: #215e94;
	font-size: 16px;
}
.subprjcts i {
	font-size: 12px;
	font-weight: normal;
}
ul.crpt li {
	list-style-type: none;
	margin: 0 0 10px 0;
}
.line {
	width: 50%;
	border-bottom: 1px solid #eaeaea;
}
.copyrights {
	padding: 30px 0 0 0;
}
.copyrights p {
	color: #000;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	margin: 0px 0 0 0;
	opacity: 0.8;
}
.copyrights ul {
	list-style-type: none;
	float: right;
}
.copyrights ul li {
	display: inline;
}
.copyrights ul li a {
	text-decoration: none;
}
.copyrights ul li i {
	padding: 6px;
	border: 1px dotted #000;
	margin: 0px !important;
	opacity: 0.8;
	min-width: 25px !important;
}
.copyrights ul li i:hover {
	color: #fff;
	background: #215e94;
}
/*thank you */
.mywell {
	background-color: #8b8a5d;
	color: #fff;
	box-shadow: 0px 8px 4px 0px #000;
	margin: 125px 0;
	opacity: 0.8;
	border: none !important;
}
.mywell h1 {
	text-align: center;
	font-size: 25px;
	line-height: 42px;
	border-left: none !important;
	color: #fff;
}
/*thank you end*/

.addressp i {
	font-size: 20px;
	color: #000;
	margin: 0 20px 0 0;
}
.addressp {
	margin: 0 0 10px 0 !important;
}
.corevalues {
	background: url(../images/corevalues.png) no-repeat;
}
.policy {
	margin: 30px 0;
}
.policy h1 {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	margin: 10px 0 35px;
	padding: 0 0 0 5px;
	text-align: center;
	text-transform: uppercase;
}
.policy h2 {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 25px;
	opacity: 0.8;
	padding: 0 0 0 5px;
	text-align: left;
}
.policy ul {
	padding: 0 0 0 20px;
	list-style-type: none;
}
.policy ul li {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	opacity: 0.6;
	text-align: justify;
	list-style-image: url(../images/righticonblue.png);
}
.policyborder {
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}
.downloadul
{
	list-style-type:none;
	padding:0px;
}
.downloadul li
{
	padding:15px 5px;
	background:#f9f9f9;
	margin:5px 0;
}
.downloadul li a
{
	font-size:15px;
	color:#000;
	text-decoration:none;
}
.downloadul li img
{
	margin:0 15px 0 0;
}
@media only screen and (min-width:50px) and (max-width:639px) {
#table1 {
	display: block;
	overflow: scroll;
}
.logo img {
	margin: 0px;
	width: 85%;
}
.logo p {
	margin: 0px;
}
.linksfooter {
	border-left: none;
	padding: 0 0 0 30px;
}
.whoewearebg {
	margin: 28px 0 0;
}
p.whowearep {
	margin: 20px 10px;
}
.nbs-flexisel-nav-left {
	left: 5px !important;
}
.servicesul1 {
	padding: 0px;
}
.servicesul1 li {
	display: block;
	font-size: 14px;
}
.servicesul2 li a i {
	font-size: 14px;
}
.linksfooter {
	padding: 0px;
}
.careerbnr img {
	height: 150px;
}
.careerbnrtext ul {
	margin: 26px 0 0 0;
}
.careerbnrtext ul li {
	font-size: 13px;
	margin: 10px 0;
	text-align: left;
	line-height: 24px;
}
.techimg {
	width: 100%;
	height: auto
}
.proj1 img {
	width: 100%;
	height: auto
}
.navigationbar ul li a {
	color: #000 !important;
}
.navhmeul {
	width: 100%;
}
.navhmeulbg {
	display: none;
}
.projects, .ourspeciality {
	background: #215e94;
	padding: 20px 0 22px;
}
.ourspecialityheading {
	margin: 15px 0;
}
.projblock {
	height: 280px !important;
}
.significant {
	background: #215e94;
}
.respmargin {
	padding: 0px !important;
}
.valuesblock img {
	margin: 15px 0 16px 0px;
}
.iconshme {
	padding: 0px 0 0 10px;
	float: left;
}
.iconshme li {
	display: block;
	margin: 10px 0;
}
.philopsophytext {
	border-right: none !important;
	padding: 5px;
	height: 100%;
}
.corevalues {
	margin: 50px 0 0 0;
}
.aboutus {
	margin: 15px 0 0;
}
.philosophy {
	margin: 15px 0;
	padding: 15px 0;
}
.copyrights ul {
	float: left;
	margin: 15px 0;
	padding: 0px;
}
.services-inner img {
	margin: 0px auto;
}
.iconshme {
	margin: 15px 0 0;
	padding: 0 0 0 15px;
}
}
@media only screen and (min-width:640px) and (max-width:1023px) {
.linksfooter {
	border-left: none;
}
.servicesul1 li {
	display: block;
}
.nbs-flexisel-nav-left {
	left: 5px !important;
}
p.whowearep {
	margin: 33px 15px 9px;
}
.careerbnrtext ul {
	margin: 80px 0 0 0;
}
.careerbnrtext ul li {
	font-size: 13px;
	margin: 10px 0;
	text-align: left;
	line-height: 16px;
}
.techimg {
	width: 100%;
	height: auto
}
.proj1 img {
	width: 100%;
	height: auto
}
.navigationbar ul li a {
	color: #000 !important;
}
.respmargin {
	padding: 0px !important;
}
.projects, .ourspeciality {
	background: #215e94;
	padding: 20px 0 22px;
}
.ourspecialityheading h1 {
	margin: 25px 0;
}
.bnrinner {
	margin: 0px;
}
.nav {
	background: #062e53;
}
.valuesblock img {
	margin: 15px 0 16px 0px;
}
.projblock {
	height: 100%;
}
.iconshme {
	float: right;
	margin: 20px 0;
	padding: 0 0 0 15px;
}
.philopsophytext {
	height: 100%;
}
.copyrights ul {
	float: left;
	margin: 15px 0;
	padding: 0px;
}
 
/*navigation and logo responsive*/
@media only screen and (min-width:50px) and (max-width:344px) {
.navigation {
 padding: 0px;
}
.quick {
 border-right: none !important;
}
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
.nav {
	background: #062e53;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.respheight {
	height: 250px !important;
}
}
@media only screen and (min-width:992px) and (max-width:1023px) {
.respheight {
	height: 330px !important;
}
}
@media only screen and (min-width:641px) and (max-width:761px) {
.iconshme {
	float: left;
	margin: 20px 0;
	padding: 0 0 0 15px;
}
.logo img {
	width: 50%;
}
.philopsophytext {
	border-right: none;
}
}
@media only screen and (min-width:762px) and (max-width:1023px) {
.logo img {
	width: 100%;
}
.logo {
	margin: 12px 0 0 0
}
.head {
	padding: 15px 0;
}
.clientshme {
	margin: 30px 0;
}
.philopsophytext {
	padding: 0 25px 0 0
}
.philosophy p {
	line-height: 26px;
}
.navigation {
	background: #000;
}
}
@media only screen and (min-width:1200px) and (max-width:1340px) {
.iconshme {
	margin: 46px 0 0 !important;
}
}


