@charset "utf-8";
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/my-top-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	text-align:justify;
}
a, a:link, a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
p {
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
div, p, ul, h1, h2, h3, h4, h5, h6, img, form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
h1 {
    color: #223a73;
    font-size: 18px;
    line-height: 18px;
    padding: 40px 0px 20px 10px;
    font-weight: normal;
   
}
h2 {
	text-align: left;
	color: #165884;
	font-size: 18px;
	line-height: 18px;
	padding: 30px 0px 20px 10px;
	font-weight: 590;
}
h3 {
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0px 15px 0px;
	font-weight: normal;
}
h4 {
	text-align: left;
	color: #00a751;
	font-size: 17px;
	line-height: 18px;
	padding: 10px 0px 8px 0px;
	font-weight: normal;
}
h5 {
	text-align: left;
	color: #000;
	font-size: 18px;
	line-height: 43px;
	padding: 80px 0px 5px 0px;
	font-weight: normal;
}
h6 {
	text-align: left;
	color: #00a751;
	font-size: 18px;
	line-height: 18px;
	padding: 30px 0px 30px 0px;
	font-weight: normal;
}
hr {
	clear: both;
	border: 0;
	height: 0;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #CCC;
}
.border {
	border: 1px solid #CCC;
}
.blue {
	color: #165884;
}
.white {
	color: #fff;
}
/*--------------Start---------------*/
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.wrapper {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.for-shadow h1{
	color: #223a73;
    font-size: 18px;
    line-height: 18px;
    padding: 40px 0px 20px 10px;
    font-weight: normal;
    border-bottom: 1px solid #223a73;
}
 
/*--------------Header---------------*/
.top {
	width: 100%;
	background: #16a0db;
	height: 2px;
}
.header {
	width: 1000px;
	height: 90px;
	margin: 0px auto;
	background: #fff;
}
.logo {
	width: 390px;
	float: left;
	padding: 10px 0px 3px 5px;
}
.rit {
	float: right;
	margin: 1px 10px 0px 0px;
	padding: 0px;
}
/*-------------nav bar--------------*/

#nav {
	width: 1000px;
	height: 35px;
	background: #165884;
	border: 1px solid #0e4a73;
	border-radius: 3px;
	margin: 0px auto;
	padding-left: 0px;
}
#nav li {
	list-style: none;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	border-right: 1px solid #0e4a73;
}
#nav li a {
	padding: 0px 49px 0px 55px;
	margin: 0px 0;
	line-height: 35px;
	text-decoration: none;
	border-right: 1px solid #fff;
	height: 35px;
	color: #FFF;
	text-shadow: 1px 1px 1px #66696B;
}
#nav ul {
	background: rgba(0,0,0, 0.8);
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-radius: 0px 0px 3px 3px;
}
#nav li:hover {
	background: #000;
}
#nav li a {
	display: block;
}
#nav ul li {
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	height: 36px;
}
#nav ul li a {
	border-right: none;
	width: 136px;
	color: #fff;
	z-index: 1000;
}
#nav ul li:hover {
	background: #0e4a73;
}
#nav ul li:last-child {
	border-bottom: none;
}
#nav ul li:last-child a {
	border-bottom: none;
}
/* Sub menus */
#nav ul {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 35px;
	z-index: 9999
}
/* Third-level menus */
#nav ul ul {
	top: 0px;
	left: 170px;
	display: none;
	visibility: hidden;
	border: 1px solid #DDDDDD;
}
/* Fourth-level menus */
#nav ul ul ul {
	top: 0px;
	left: 170px;
	display: none;
	visibility: hidden;
	border: 1px solid #DDDDDD;
}
#nav ul li {
	display: block;
	visibility: visible;
}
#nav li:hover > ul {
	display: block;
	visibility: visible;
}
/*-------------mid sliDe  banner--------------*/

.banner {
	width: 1000px;
	margin: 0px auto;
}
.banner h2 {
	color: #FFEA00;
	background: #424146;
	padding: 10px 60px 10px 20px;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
}
/*------------- mid content--------------*/

.content {
	width: 1000px;
	margin: 0px auto 10px auto;
	min-height: 300px;
	background-color: #fff;
	padding-bottom: 10px;
}
.content p {
	padding: 10px;
	font-size: 12px;
	color: #4d4d4f;
	line-height: 24px;
}
.content-left {
	float: left;
}
.content-right {
	float: right;
	width: 160px;
	margin-top: 43px;
	padding-right: 13px;
}
.iner-content-left {
	float: left;
	width: 700px;
	margin-top: 10px;
}
.iner-content-right {
	float: right;
	width: 250px;
	padding-right: 10px;
}
.fa-university, .fa-angle-left, .fa-angle-left {
	color: #fff;
	font-size: 20px;
	padding-right: 7px;
}
.fa-angle-left, .fa-angle-right {
	font-size: 40px;
}
.for-shadow {
	width: 800px;
	padding: 10px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	float: left;
}
.block {
	color: #fff;
	border: none;
	background: #06304c;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	margin: 6px 6px 7px 9px;
	text-align: center;
}
.side-box {
	float: left;
	width: 99%;
	border: 1px solid #dbdbdb;
	min-height: 200px;
	margin: 15px 4px 0px 4px;
}
.service {
	width: 220px;
	float: left;
	margin: 9px 0px 10px 0px;
}
.service-ak {
	background: #f5f7fc;
	text-align: center;
	padding: 10px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	width: 100% !important
}
.side-box span {
	text-align: center;
	background: #000;
	width: 89.6%;
	color: #fff;
}
/* ------button css Shutter Out Horizontal------- */

[class^="hvr-"] {

  /*display: inline-block;

 vertical-align: middle;*/

 text-align:center;
 margin:5px 3px 0px 5px;
 padding: 8px 20px 8px 20px;
 cursor: pointer;
 background: #d8041d;
 text-decoration: none;
 color: #ffff;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #06304c;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1fb4da;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*----End---- */

.we {
	float: left;
	display: inline;
	padding-right: 5px;
	width: 330px;
}
.support ul {
	margin: 6px 0px 2px 12px;
	padding: 0px;
}
.support ul li {
	list-style: none;
	font-size: 12px;
	margin-left: 2px;
	line-height: 34px;
}
/*-------------Footer--------------*/

.footer {
	width: 1000px;
	margin: 0px auto;
	background: #165884;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.footer ul {
	list-style: none;
	width: 400px;
	padding-left: 17px;
}
.footer li {
	display: inline;
	color: #fff;
}
.footer li a {
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	padding-right: 11px;
	float: left;
	font-size: 10px;
}
.footer li a:hover {
	color: #000;
}
.copyright {
	float: right;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	padding-top: 12px;
	padding-right: 9px;
}
/*---banners bgs and page-title class----*/
#contact_page {
	background: url(../images/contact-us.jpg);
	background-repeat: no-repeat;
	height: 200px;
	text-align: center;
}
#about_page {
	background: url(../images/about-us.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#bimetal {
	background: url(../images/bimetal.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#mcb {
	background: url(../images/mcb-box.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#quality {
	background: url(../images/quality.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#electronics {
	background: url(../images/elect.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#industrial {
	background: url(../images/industrial-page.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#infrastructure {
	background: url(../images/infrastructure.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#generator {
	background: url(../images/generator.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#power {
	background: url(../images/power.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#agricultural {
	background: url(../images/agricultural.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#aviation {
	background: url(../images/aviation.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#communication {
	background: url(../images/communication.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#automotive {
	background: url(../images/automotive-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#domestic {
	background: url(../images/domestic-appliances.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
#enquire_page {
	background: url(../images/enquire.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 200px;
	text-align: center;
}
.about-text {
	font-size: 20px;
	font-weight: 500;
	padding-top: 80px;
	color: #fff;
}
.ab-te {
	font-weight: 500;
	padding-top: 15px;
	color: #fff;
}
/*-----about us-----*/

.fa-puzzle-piece, .fa-bars, .fa-signal, .fa-paper-plane, .fa-globe, .fa-cog {
	font-size: 12px;
	padding: 10px 10px 10px 0px;
	color: #165884;
}
.fa-globe, .fa-cog {
	padding-right: 10px;
	font-size: 17px;
	color: #165884;
}
.fa-signal, .paperclip, .fa-paper-plane {
	font-size: 25px;
}
.pic-box {
	width: 220px;
	height: 150px;
	position: relative;
	margin: 0px 4px 0px 1px;
	padding: 10px;
	float: left;
}
.hover-box {
	display: none;
	position: absolute;
	width: 100%;
	height: 60%;
	padding-top: 70px;
	top: 0px;
	left: 0px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pic-box:hover .hover-box {
	display: block;
	background-color: rgba(0,0,0,0.7);
}
.iner-img {
	width: 200px;
	float: left;
	margin: 17px 10px 10px 10px;
}
.applications ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-right: 5px;
	min-height: 250px;
}
.applications ul li {
	list-style: none;
	margin-left: 2px;
	line-height: 40px;
	border-bottom: 2px dotted #4C4C4C;
}
.applications ul li a {
	color: #000;
	font-size: 12px;
}
.applications ul li a:hover {
	color: #165884;
}
/*-----Contact us-----*/


.to {
	float: left;
}
input[type="text"], input[type="password"], input[type="email"] {
	padding: 10px;
	width: 80%;
	margin: 10px 10px;
	border: none;
	color: #888;
	float: left;
	outline: none;
	border: 1px solid #DFE0E2;
}
.to input[type="text"]:hover, .text input[type="text"], .text textarea:hover {
	border-color: #165884;
}
.text {
	width: 80%;
	float: left;
}
.text input[type="text"], .text textarea {
	width: 100%;
	font-size: 0.85em;
	margin: 10px 10px;
	border: none;
	color: #888;
	outline: none;
	background: #fff;
	height: 134px;
	padding: 10px;
	resize: none;
	border: 1px solid #DFE0E2;
}
#button {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #165884;
	text-align: center;
	padding: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
	cursor: pointer;
	border: none;
}
#button:hover {
	background: #1fb4da;
}
.co ul {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 5px;
}
.co ul li {
	list-style: none;
	margin-left: 2px;
	line-height: 32px;
	border-bottom: 2px dotted #4C4C4C;
}
/*-----enquery-----*/




.xform {
	width: 560px;
	margin: 0px auto 10px auto;
	padding: 25px 25px 18px 25px;
	min-height: 80px;
	border: 1px solid #e7e8e7;
	background-color: #fafafa;
}
.xform input[type="text"], .xform select {
	width: 240px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #888;
	background: #FFF;
	outline: none;
	border: 1px solid #DFE0E2;
	font-size: 13px;
}
.xform input[type="text"]:hover, .xform select:hover, .xform textarea:hover {
	border-color: #165884;
}
.xform textarea {
	width: 523px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #888;
	background: #FFF;
	outline: none;
	border: 1px solid #DFE0E2;
	font-size: 13px;
}
/*------mcb-boxes page -------*/

.mcb-cl {
	padding: 5px;
	margin-top: 5px;
}
.paddings {
	padding-left: 5px;
}
/* ------table bg class------- */



.TFtable {
	width: 100%;
	border-collapse: collapse;
}
.TFtable td {
	padding: 5px;/*border:#4e95f4 1px solid;*/
}
/* provide some minimal visual accomodation for IE8 and below */

.TFtable tr {
	background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */

.TFtable tr:nth-child(odd) {
	background: #e7ebec;
}
/*  Define the background color for all the EVEN background rows  */

.TFtable tr:nth-child(even) {
	background: #f8f8f8;
}
.highlight {
	background: #8b957b !important;
}
.yellow {
	background: #fef4a3 !important;
}
.light-yellow {
	background: #fef8c8 !important;
}
.show-more {
	height: 27px;
	line-height: 27px;
	color: #fff;
	background-color: #004b78;
	text-align: center;
	border-radius: 2px;
	padding: 2px;
	border: none;
	-moz-box-shadow: inset 0 0 7px #00466c;
	-webkit-box-shadow: inset 0 0 7px #00466c;
	box-shadow: inset 0 0 7px #00466c;
}
