@import 'fontawesome-all.css';

html, body, 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-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="file"], select {
    height: 35px;
    line-height: 35px;
    outline: none;
    border: solid 1px #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 8px;
    display: block;
    box-sizing: border-box;
    margin: 4px 0 8px 0px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="file"]:focus, select:focus {
    border: solid 1px #b9b1b1;
}
textarea {
    height: 55px;
    outline: none;
    border: solid 1px #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 8px;
    display: block;
    box-sizing: border-box;
    margin: 4px 0 8px 0px;
    resize: none;
}
textarea:focus {
    border: solid 1px #b9b1b1;
}
button {
    outline: none;
    border: solid 1px #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ccc;
    padding: 8px 16px;
    box-sizing: border-box;
    margin: 4px 0 8px 0px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #333;
}
button:hover {
    background-color: #333;
    color: #fff;
}
.fpic {
    width: 100%;
}
.line {
    border: solid 1px #ddd;
    margin-bottom: 25px;
}
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;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
}
body, html {
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #e32d2d;
}
a:active {
	text-decoration: none;
}
.wrapper {
	max-width: 1225px;
	width: 95%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.mt {
    margin-top: 12px;
}
.mtb {
    margin-top: 24px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.split {
    clear: both;
}
.equal {
    margin-right: -5px;
    margin-left: -5px;
    
}
.colm1, .colm2, .colm3, .colm4, .colm5, .colm6, .colm7, .colm8, .colm9, .colm10 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}
.colm1 {
    width: 100%;
}
.colm2 {
    width: 50%;
}
.colm3 {
    width: 33.3%;
}
.colm4 {
    width: 25%;
}
.colm5 {
    width: 20%;
}
.colm10 {
    width: 10%;
}
.padbox {
    padding: 25px;
    box-sizing: border-box;
}
.fbcol {
    color: #3b5998 !important;
}
.twittercol {
    color: #2baae0 !important;
}
.linkedcol {
    color: #1686b0 !important;
}
.youtubecol {
    color: #fe3432 !important;
}
.pincol {
    color: #bf2227 !important;
}
.instacol {
    color: #e63760 !important;
}
.gpluscol {
    color: #d04438 !important;
}
.fbcolbg {
    background-color: #3b5998 !important;
}
.twittercolbg {
    background-color: #2baae0 !important;
}
.linkedcolbg {
    background-color: #1686b0 !important;
}
.youtubecolbg {
    background-color: #fe3432 !important;
}
.pincolbg {
    background-color: #bf2227 !important;
}
.instacolbg {
    background-color: #e63760 !important;
}
.gpluscolbg {
    background-color: #d04438 !important;
}
.topbar {
    width: 100%;
    background-color: #8c0c0c;
    height: 35px;
}
.welcome {
    float: left;
    margin: 9px 0 0 0px;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}
.tright {
    float: right;
    margin: 9px 0 0 0px;
    color: rgba(255,255,255,0.7);
    font-size: 13px;    
}
.tright span {
    color: rgba(255,255,255,1);
}
header {
    width: 100%;
    height: 90px;
    position: relative;
    z-index:999;
}
.logo {
    float: left;
    margin: 24px 0 0 0px;
}
.logo img {
    float: left;
    width: 55px;
}
.logo h1 {
    font-family: 'Staatliches', cursive;
    font-size: 44px;
    color: #fff;
    float: left;
    margin-left: 10px;
    margin-top: 1px;
}
.logo h1 span {
    color: #f26767;
}
.fheader {
    background: rgba(217,40,40,0.9);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#navigation {
	z-index:999;
	width:100%;
    left: 0;
}
nav {
    float: right;
    margin: 30px 0 0 0px;
}
nav ul {
    width: auto;
}
nav ul li {
    float: left;
    list-style: none;
    margin: 0 1px 0 1px;
}
nav ul li a {
    padding: 8px 12px;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: 'Staatliches', cursive;
    letter-spacing: 0.5px;
    color: #fff
}
nav ul li a:hover {
    background-color: #a60808;
    color: #fff;
}
nav ul li:hover ul {
    display: block;
}
nav ul ul {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #b71616;
    padding: 12px;
    box-sizing: border-box;
}
nav ul ul li {
    float: none;
    list-style: none;
    margin: 0px;
}
nav ul ul li a {
    float: none;
    list-style: none;
    margin: 0px;
    font-size: 14px;
    text-transform: none;
    padding: 8px 12px 8px 12px;
    font-family: 'Open Sans', sans-serif;
}
nav ul ul li a:hover {
    background-color: #fff;
    color: #b71616;
}
.ebg {
    background-image: url(../imgs/powerbg.gif);
    width: 100%;
    height: 540px;
    background-repeat: no-repeat;
    background-position: top right -100px;
    background-color: #000;
}
.servostablizer {
    float: right;
    margin: 50px 320px 0 0px;
}
.quality_content {
    float: left;
    width: 45%;
    margin: 75px 0 0 0px;
}
.quality_content h2 {
    font-family: 'Staatliches', cursive;
    font-size: 44px;
    margin:  0 0 10px 0px;
    letter-spacing: 1px;
    color: #756a59;
}
.quality_content p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 33px;
    letter-spacing: -.5px;
    color: #fff;
}
.hightab {
    background-color: #fff;
    color: #b71616;
}
.acttab {
    background-color: #de2b2b;
    color: #fff;    
}
.coverbg {
    width: 100%;
    background-image: url(../imgs/slide1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
}
.iheadbar {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    height: 300px;
    background-attachment: fixed;
}
#ipage {
    width: 100%;
    background-color: #f7f7f7;
    min-height: inherit;
    padding:  0px 0 20px 0px;
}
#ipage h4 {
    font-size: 22px;
    color: #3675bc;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#ipage p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 30px !important;
}
#ipage ul {
    width: auto;
    margin-left: 15px;
    margin-bottom: 15px;
}
#ipage ul li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;list-style: circle;
    line-height: 25px;
}
#ipage table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 2px 4px #ccc;
}

#ipage th, td {
  text-align: left;
  padding: 15px;
}

#ipage tr:nth-child(even){background-color: #f2f2f2}

#ipage th {
  background-color: #f26767;
  color: white;
}
.prodpic {
    float: left;
    width: 44%;
}
.prodpic img {
    width: 100%;
}
.proddesc {
    float: right;
    width: 54%;
}
.proddesc h3 {
    font-size: 32px;
    color: #b21c1c;
    margin-bottom: 15px;
}


.breadcrumb {
    background-color: #fff;
    width: 100%;
    height: 75px;
    box-shadow: 0 2px 4px #ddd;
    margin-bottom: 24px;
}
.leftheadings {
    float: left;
    margin: 29px 0 0 0px;
    color: #999;
}
.leftheadings span {
    color: #000;
}
.redlink {
    color: #ef3030;
}
:hover.redlink {
    color: #f27676;
}
.manu {
    float: left;
    margin: 50px 0 0 0px;
    width: 65%;
    color: #fff;
}
.manu h1 {
    font-family: 'Staatliches', cursive;
    font-size: 66px;
    margin:  0 0 10px 0px;
    letter-spacing: 1px;
}
.manu p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 44px;
    letter-spacing: -.5px;
}
.mtablink {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
    padding:  11px 22px 11px 22px;
    margin: 0 2px;
    border-radius: 4px;
    
}
.mtablinknew {
    font-size: 18px;
    text-transform: uppercase;
    color: #871a1a;
    background-color: #dfd5b9;
    padding:  11px 22px 11px 22px;
    margin: 0 2px;
    border-radius: 4px;
}
.flex {
    overflow: hidden;
}
.fanleft {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.fanleft img {
    width: 222px;
}
.fanright {
    float: right;
    margin-right: -444px;
    margin-top: -400px;   
}

.regcertifcate {
    float: right;
    width: 50%;
    text-align: right;
    color: #fff;
    margin: 180px 0 0 0px;
}
.regcertifcate h3 {
    font-family: 'Staatliches', cursive;
    font-size: 22px;
    margin:  0 0 10px 0px;
    letter-spacing: 1px;
}
.intro {
    width: 100%;
    min-height: 250px;
    background-color: #eee;
    padding: 50px 0px;
}
.intro h2 {
    font-size: 50px;
    font-family: 'Staatliches', cursive;
    color: #ca1d1d;
    margin-bottom: 12px;
}
.intro p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
}
.frpic {
    float: right;
    margin-left: 22px;
}
.blinknew {
    border: dashed 1px #999;
    padding: 8px 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
:hover.blinknew {
    border: solid 1px #666;
    color: #c21b1b;
}
.blinknewwhite {
    border: dashed 1px #ccc;
    padding: 8px 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ccc;
}
:hover.blinknewwhite {
    border: solid 1px #eee;
    color: #fff;
}
.iprod {
    width: 100%;
    padding: 25px 0px;
    background-image: url(../imgs/electricbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 150px;
 
}
.iprod h2 {
    font-size: 40px;
    font-family: 'Staatliches', cursive;
    color: #ca1d1d;
    margin-bottom: 25px;
    padding-bottom: 25px;
    color: #333;
    text-align: center;
    border-bottom: solid 1px #ddd;
}
.iprod ul {
    width: auto;
    margin-bottom: 50px;
}
.iprod ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 25px;
    border: solid 1px #fff;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.iprod ul li:hover {
    border: solid 1px #ddd;
    background: rgba(255,255,255,0.9);
}
.iprod ul li img {
    width: 50%;
}
.iprod ul li p {
    font-size: 16px;
}

.centerdiv {
    width: 100%;
    text-align: center !important;
}
.clients {
    width: 100%;
    padding:  40px 0 0 0px;
}
.clients h3 {
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    color: #999;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: center;
}
.clients p {
    font-size: 25px;
    font-family: 'Maven Pro', sans-serif;
    line-height: 30px;
    margin-top: 12px;
    color: #333;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: center;
}
.reg_certificate {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 22px;

}
.reg_certificate h3 {
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    color: #ca1d1d;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: center;
}
.reg_certificate ul {
    width: auto;
}
.reg_certificate ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.reg_certificate ul li img {
    width: 50%;
}
footer {
    width: 100%;
    min-height: 222px;
    padding: 40px 0px;
    background-color: #333;
    margin-top: -5px;
    background-image: url(../imgs/footbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top -120px center;
}
.botlogo {
    width: 60px;
    margin: auto;
}
.botlogo img {
    width: 100%;
    opacity: 0.7;
}
.botlinks {
    width: 100%;
    margin: 55px 0 0 0px;
}
.botlinks ul {
    width: 24%;
    margin: 0.5%;
    float: left;
}
.botlinks ul h3 {
    font-size: 22px;
    margin: 16px 0 8px 0px;
    color: #fff;
}
.botlinks ul li {
    line-height: 30px;
}
.botlinks ul li a {
    font-size: 13px;
    color: #999;
}
.botlinks ul li a:hover {
    color: #ddd;
}
.botlinks ul p {
    font-size: 13px;
    color: #ddd;
    line-height: 20px;
    margin-bottom: 10px;
}
.fnine {
    width: 49% !important;
}
.map {
    width: 100%;
    border: solid 1px rgba(255,255,255,0.2);
    box-sizing: border-box;padding-top: 10px;  
}
.bline {
    border-top: solid 1px rgba(255,255,255,0.1);
    margin:  10px 0 10px 0px;
}
.iso {
    width: 100%;
    text-align: center;
    padding: 33px 0px;
    border-bottom: dashed 1px #ccc;
}
.iso img {
    width: 111px;
}
.iso h3 {
    font-size: 25px;
    font-family: 'Maven Pro', sans-serif;
    line-height: 30px;
    margin-top: 12px;
}
.fprop {
    margin: 20px 0 0 0px;
}
.fprop input {
    font-size: 12px;
    height: 30px;
    line-height: 26px;
}
.fprop textarea, button {
    font-size: 12px;
}
.page_title{font-size: 30px;
    font-family: 'Staatliches', cursive;
    color: #ca1d1d;
    margin-bottom: 15px;
    padding-bottom: 5px;}
#ipage ul.icon_with_title li {
       list-style: none;
    float: left;
    width: 19%;
    margin: 5px;
    background: #fff;    border: 1px solid #ececec;
    text-align: center;}
ul.icon_with_title li img {
    width: 100px;}
#ipage ul.icon_with_title{width: 100%;
    display: inline-block;    margin-left: 0;
    padding-top:15px;}
.left_panel {
    width: 50%;
    float: left;
    margin-top: 50px;}
.right_panel {
    width: 50%;
    float: left}
.right_panel img{width: 100%}
.org_div img{width: 60%;
    float: left;
    box-shadow: 8px 7px 7px #dcdcdc;}
#ipage .org_div .org_ul{    width: 35%;
    float: left;
    margin-left: 50px;
    margin-top: 50px;}
.org_div {
    padding-top: 10px;
    padding-bottom: 20px;}
.org_h3{font-size: 22px;
    font-family: 'Staatliches', cursive;
    color: #999;
    margin-bottom: 15px;
    padding-bottom: 5px;}
.key_div {padding-top: 30px;padding-bottom: 10px}
#ipage .key_div table {
    width: 30%;}
#ipage .key_div tr:nth-child(even) {
    background-color: #f7f7f7;}    
#ipage .key_div tbody{background: #fff}
.mission_div .left_panel {width: 60%;margin-top: 0px}
.mission_div .right_panel{width:40%;text-align: center;}
.mission_div .right_panel img {width: auto;}
ul.client_div li img{width: 100%}
.core_div {padding-top: 20px; padding-bottom: 0;}
span.contact_span {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;}
.half {
    width: 49%;
    float: left;
    margin: 6px;}
.full {
    display: inline-block;
    width: 99%;
    margin: 6px;}
.half input {   height: 40px;}
.full textarea {  height: 100px;}
.servo_div {display: inline-block;}
 .pro_space {display: inline-block;padding-top: 15px;width: 100%;} 
table.el_table {margin-bottom: 15px}
ul.manage_ul li {
    text-align: center;}
ul.manage_ul li img {
    width: 50%;}
ul.manage_ul li h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;}
ul.manage_ul li span {
    font-size: 25px;
    font-weight: bold;}
#ipage ul.manage_ul li {
    text-align: center;
    float: left;list-style: none;
    width: 20%;
    background: linear-gradient(rgb(255, 255, 255), rgb(203, 203, 203)), #eaeaea 0% 0%/cover no-repeat scroll;
    margin: 15px;padding: 10px;margin-left: 0px;
    border: 2px solid #fff;}
#ipage ul.manage_ul {margin-left: 0;}
.mobmenu {display: none;}
.qul img {
    width: 15%;margin-top:50px;
    float: left;
    margin-right: 50px;}
.qul{width:100%;display:inline-block;    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;}
 .qul ul {display: inline-block;}   
.imo img {
    width: 80%;
    border-radius: 100%;}
.imo {width: 31.5%;float: left;text-align: center;padding: 10px;}
 .imo h3 {font-size: 25px;    margin: 20px 0 10px 0;}
 .imo span {font-size: 18px;font-weight: bold;}
 .im {display: inline-block;width: 100%;margin-bottom: 20px;}
 .admin_d h3, .admin_d h2 {    text-align: center;}
.cert{width:100%; text-align:center;}
.cert img { box-shadow: 0px 3px 10px #ccc;}
 
       
    
    
    
    
    

    




