body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat-Regular.otf);
}
@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat-Regular.otf);
}
.nopadd {
	padding: 0px;
}
.nomarr {
	margin: 0px;
}
a:focus {
	outline: none;
}
.bnr p {
	margin: 0px !important;
}
.bnr img {
	width: 100%;
	background-size: cover;
}
/*head top*/
.headtop {
	padding: 5px 0;
	border-top: 2px solid #d56b28;
}
.logohme a {
	text-decoration: none;
}
.logohme p {
	margin: 0px;
}
.logohme img {
	width: 70%;
}
.iconshme {
	list-style-type: none;
	text-align: left;
	line-height: 22px;
	float: right;
	margin: 8px 0 0 0;
}
.iconshme li {
	font-size: 14px;
	font-weight: 600;
	line-height: 27px;
	color: #162724;
}
.iconshme i {
	margin: 0 15px 0 0;
	color: #e37f36;
}
.iconshme li a {
	color: #162724 !important;
	text-decoration: none;
}
/*head top end*/
/*bnr*/

.carousel-caption {
	text-align: left !important;
	top: 10px !important;
	left: 120px !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: 35px !important;
	font-weight: 600;
	color: #fff;
	margin: 20px 0 10px 0px;
	line-height: 40px;
}
.hmecarouse p {
	font-size: 13px;
	color: #fff;
	line-height: 26px;
	margin: 25px 0 29px 0px;
}
.bnritems {
	background: #000;
	height: auto;
}
.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;
}
.bnr2 img {
	width: 100%;
	opacity: 0.85;
	background: linear-gradient(rgba(246, 230, 46, 0.5), rgba(245, 182, 34, 0.5));
}
.bnrinner {
	padding: 15px 0;
	margin: 30px 0;
}
.bnrinner h1 {
	padding: 0 0px;
	margin: 20px 0;
	font-size: 30px;
}
.bnrinner p {
	font-size: 13px;
	line-height: 24px;
	margin: 15px 0;
}
.carousel-indicatorshme {
	bottom: 10%;
}
/*bnr*/
/*serviceshme*/
.serviceshme {
	padding: 15px;
	margin: 0px 0;
}
.serviceshme h1 {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin: 10px 0 40px 0px;
}
.serviceshme p {
	text-align: center;
	margin: 15px 0;
}
.aboutus_hme h1 {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin: 10px 0 40px 0px;
}
.aboutus_hme {
	padding: 20px 0;
}
.aboutus_hme p {
	text-align: center;
	margin: 15px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	padding: 0 66px;
}
.line {
	border-bottom: 4px solid #e37f36;
	padding: 7px 0;
}
.line1 {
	border-bottom: 4px solid #053764;
	padding: 2px 0;
}
.line2 {
	border-bottom: 4px solid #fff;
	padding: 10px 0;
}
.services {
	padding: 40px 15px 0;
	margin: 10px 0;
	height: 320px;
	border-bottom: 4px solid #1e6498;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	background: #f9f9f9;
}
.services:hover {
	border-bottom: 4px solid #ed5a29;
	border-radius: 50%;
}
.services h2 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.services img {
	margin: 0px auto;
}
.services p {
	text-align: center;
	margin: 15px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
.servicestext {
	background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../images/servicestextbnr.jpg) fixed center center;
	padding: 50px 0;
}
.mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: #fff;
	/* background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)), url(../images/servicesbg.jpg) fixed center center no-repeat;*/
	background-size: auto auto, auto auto;
	background-size: cover;
	color: #000;
}
.services:hover .mask {
	opacity: 1;
	border-radius: 50%;
	box-shadow: 1px 1px 2px 1px #eda232;
}
.masktext {
	color: #cc5c1f;
	font-size: 18px;
	position: absolute;
	line-height: 26px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.servicestext h1 {
	font-size: 24px;
	line-height: 38px;
	font-weight: bold;
	color: #5cf02e;
	text-align: left;
}
.servicestext p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.servicestext h2 {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.servicestext h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: right !important;
}
.borderimage {
	border: 1px solid #000;
	margin: 20px 0 !important;
}
/*serviceshme end*/

/*contacticonshme*/
.contacticonshme {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 2px 0;
}
.contacticonshme h1 i {
	color: #053764;
	font-size: 25px;
}
.contactusicons {
	margin: 15px 0;
}
.contacticonshme h2 {
	color: #053764;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
/*contacticonshme end*/
.clickable {
	cursor: pointer;
}
.panel {
	border: 1px solid #cacaca !important;
}
.panel-heading h4 a {
	text-decoration: none;
}
.panel-primary > .panel-heading {
	border-color: #ccc;
}
.panel-title {
	color: #000;
	font-weight: bold;
}
.panel-heading {
	background-color: #cacaca !important;
}
.panel-body {
	padding-top: 5px !important;
}
.righticon {
	font-size: 18px;
	margin: 0 15px 0 0 !important;
}
.card h5 {
	background: #e7e7e7;
	padding: 10px 0 10px 5px;
}
.card a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.card i {
	margin: -5px 10px 0 10px;
	color: #000;
}
.card ul li {
	list-style: square;
}
.servicespul li {
	list-style: square;
}
.resource {
	margin: 15px 0;
}
.resource img {
	border-radius: 5px;
	border: 1px solid #ccc;
}
.pagelinks {
	background: #ededed;
	margin: 0 0 10px 0;
	padding: 15px 0 1px 0;
}
.pagelinks ul {
	list-style-type: none;
}
.pagelinks ul {
	list-style-type: none;
	padding: 0px;
}
.pagelinks ul li a {
	color: #5b5b5b;
	font-weight: bold;
	text-decoration: none;
}
.pagelinks ul li {
	display: inline;
	color: #5b5b5b;
	margin: 0 10px 0 0;
}
.pagelinks ul li i {
	margin: 0 0 0 15px;
}
.supportul li {
	list-style: square;
}
/*footer*/	
.footer {
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../images/ftrbg.jpg) fixed center center no-repeat;
	background-size: cover;
	border-top: 2px solid #e0a71f;
	padding: 20px 0;
	margin: 0px 0 0 0;
}
.footer h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 0;
	color: #ef8328;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.footer h2 {
	text-align: left;
	padding: 0px 0 0 0;
}
.ftrborder {
	border-bottom: 2px solid #ef8328;
	padding: 0px 0 10px 0;
}
.ftrsocial {
	padding: 0px;
	list-style-type: none;
}
.ftrsocial li:before {
	content: '';
	height: 20px;
	font-family: 'FontAwesome';
	color: #d5cbc9;
	content: "\f064";
	font-size: 0.85em;
	padding-right: 0.7em;
	position: relative;
	top: 0em;
}
.ftrsocial li a {
	font-size: 13px;
	font-weight: 200;
	color: #fff;
	opacity: 1;
	text-decoration: none;
	line-height: 24px;
}
.ftrpart p {
	font-size: 13px;
	font-weight: 200;
	color: #fff;
	opacity: 1;
	line-height: 26px;
}
.ftrpart a {
	text-decoration: none;
	color: #fff;
}
.whiteclr {
	color: #fff !important;
}
.frmctrl {
	background-color: #fff;
	color: #333;
	font-size: 10px;
	height: 35px;
	width: 80%;
}
.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: 11px;
	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*/	
/*footer end*/
/*footericonshme*/
.maphme {
	margin: 10px 0 0 0;
}
.footericonshme {
	background: #000;
	padding: 10px 0 0 0;
}
.footericonshme ul {
	padding: 0px;
	text-align: right;
	list-style-type: none;
}
.footericonshme p {
	font-size: 13px;
	color: #b7b4b4;
	text-align: left;
	margin: 0px;
}
.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: 10px 0;
}
.aboutuspage h1, .team h1 {
	font-size: 25px;
	color: #d88220;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px;
	margin: 25px 0;
}
.aboutuspage h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 5px;
	margin: 20px 0;
}
.aboutuspage i {
	margin: 0 15px 0 0;
	color: #000;
	font-size: 15px;
}
.aboutuspage ul {
	list-style-type: none;
	padding: 0px;
}
.team p {
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
}
.aboutuspage p {
	text-align: justify;
	margin: 15px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
.aboutuspage img {
	box-shadow: 1px 1px 4px 1px #000;
}
.aboutuspage ul li {
	padding: 0px;
	list-style-type: none;
	line-height: 30px;
	font-size: 14px;
	opacity: 0.95;
	text-align: justify;
}
.aboutuspage ul li::before {
	height: 20px;
	font-family: 'FontAwesome';
	color: #f54e22;
	;
	content: "\f0a4";
	font-size: 1em;
	padding-right: 1.2em;
	position: relative;
	top: 0em;
}
.aboutuspage li ul {
	list-style-type: none;
	padding: 10px 0 10px 20px;
}
.aboutuspage li ul li::before {
	height: 20px;
	font-family: 'FontAwesome';
	color: #19925a;
	content: "\f046" !important;
	font-size: 1.3em !important;
	padding-right: 0.5em;
	position: relative;
	top: 0em;
}
.aboutuspage li ul li ul li:before {
	height: 20px;
	font-family: 'FontAwesome';
	color: #219E6A;
	content: "\f061" !important;
	font-size: 0.7em !important;
	padding-right: 1.2em;
	position: relative;
	top: 0em;
}
.pagesideul {
	list-style-type: none;
	padding: opx;
	float: right;
	margin-top: 30px;
	padding: 25px 35px !important;
	background: #f1f1f1;
	border: solid 1px #CCC;
}
.pagesideul li {
	padding: 0px;
	list-style-type: none;
	line-height: 45px !important;
	font-size: 14px;
	opacity: 0.7 !important;
	text-align: justify;
}
.pagesideul li:hover {
	opacity: 1 !important;
}
.pagesideul li:before {
	height: 20px;
	font-family: 'FontAwesome';
	color: #F00;
	content: "\f105" !important;
	font-size: 1.5em !important;
	padding-right: 1.2em;
	position: relative;
	top: 0em;
}
.pagesideul li a {
	text-decoration: none;
	color: #241010;
}
.companyhistory li {
	list-style: square;
	margin: 30px 0 !important;
}
.companyhistory p {
	opacity: 0.8;
	margin: 10px 0 !important;
}
/*clients*/
.clients h1 {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin: 10px 0 40px 0px;
}
.clients {
	padding: 25px 0;
}
.clientsul {
	list-style-type: none;
}
.clientsul li {
	display: inline-block;
	padding: 25px;
}
.clientsul li img {
	border: 1px solid #ccc;
}
/*clients end*/
/*crossdocking*/
.crossdocking h1 {
	font-size: 20px;
	color: #053764;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	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;
}
.plus-minus {
	float: right !important
}
/*crossdocking end*/
/*contactus page*/
.contactuspg {
	margin: 20px 0 0 0;
}
.contactuspg h1 {
	color: #053764;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0 15px 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;
}
.addrbg {
	background: #f9f9f9;
	padding: 30px 0;
}
.addrbg p {
	font-size: 18px;
}
.addrbg i {
	font-size: 30px;
	color: #120f0f;
	padding: 0 15px 0 0;
}
 @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;
	font-family: 'Century Gothic';
	margin: 10px 0;
	line-height: 22px;
}
.softdev h2 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	font-family: 'Century Gothic';
	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: 26px;
	margin: 0 20px 0 0;
}
.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-family: "Open Sans";
	font-size: 13px;
	line-height: 22px;
	margin: 21px 0 15px;
	text-align: center;
}
.contactus h1, .campus h1, .recruitment h1 {
	color: #fff;
	font-family: "Open Sans";
	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: #a4c22d;
	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;
	font-family: 'Century Gothic';
}
.jobopenings h2 {
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	color: #000;
	font-family: 'Century Gothic';
	opacity: 0.75;
}
.softdevul {
	margin: 0px 0;
	padding: 0 0 0 12px;
	list-style-type: none;
}
.softdevul li {
	line-height: 24px;
	font-family: 'Century Gothic';
	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: #053764;
	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;
	font-family: 'Century Gothic';
	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;
	font-family: 'Century Gothic';
	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;
	font-family: 'Century Gothic';
}
.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: #f1f1f1;
	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*/
/*clientshme*/
.clientshme {
/*background:#f8f8f8;*/
}
.clientshme ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.clientshme ul li {
	display: inline-block;
	margin: 10px 5px;
}
/*clientshme 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;
}
.careersiul {
	list-style-type: none;
}
.careersiul li {
	list-style-type: square;
	line-height: 24px;
}
/*who we are page*/


@media only screen and (min-width:50px) and (max-width:639px) {
.scsauto {
	margin: 20px 0;
}
.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
}
.wsmenu .wsmenu-list {
	background: #053764 !important;
}
.wsmenu-click i {
	color: #fff !important;
}
.iconshme {
	float: left;
}
.logohme img {
	width: 50%;
	margin: 0 0 0 20px;
}
}
@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
}
.logohme img {
	width: 90%;
	margin: 0 0 0 20px;
}
.wsmenu-click i {
	color: #fff !important;
}
}
 
/*navigation and logo responsive*/
@media only screen and (min-width:50px) and (max-width:344px) {
.logo img {
	margin: -10px 0 0;
	width: 75%;
}
.navigation {
	padding: 0px;
}
.logo {
	height: 0px !important;
	padding: 10px 0;
}
.quick {
	border-right: none !important;
}
}
@media only screen and (min-width:640px) and (max-width:767px) {
.logohme img {
	margin: 0 0 0 20px;
	width: 40% !important;
}
.iconshme {
	float: left;
}
}
/*navigation and logo responsive end*/
/*nnn mega-menu css*/
.pest {
	width: 20% !important;
	float: left;
}
.water {
	width: 25% !important;
	float: left;
}
.house {
	width: 20% !important;
	float: left;
}
.bird {
	width: 17% !important;
	float: left;
}
.land {
	width: 18% !important;
	float: left;
}
.pest1 {
	border-bottom: 1px solid #ccc !important;
	width: 105px;
}
.water1 {
	border-bottom: 1px solid #ccc !important;
	width: 190px;
}
.house1 {
	border-bottom: 1px solid #ccc !important;
	width: 130px;
}
.bird1 {
	border-bottom: 1px solid #ccc !important;
	width: 105px;
}
.land1 {
	border-bottom: 1px solid #ccc !important;
	width: 108px;
}
/*nnn mega-menu css*/




.abt-rgt {
	height: auto;
	width: 100%;
	float: left;
	background: #CCCCCC;
	margin: 15px 0px;
	padding:0 0 10px 0
}
.abt-rgt h1 {
	font-size: 20px;
	color: #fff;
	background: #e37f36;
	text-align: center;
	padding: 7px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
.abt_from {
	width: 90%;
	margin: 0 0 0 5%;
}
.cms {
	height: 50px !important;
}

