@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);

/** global **/
body {
	margin:0px auto;
	padding:0;
	background: #fff;
	font-family: 'Oxygen', 'sans-serif';
	font-size: 1.0em;
	color:#555;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}


/** element defaults **/
table {
	width:100%;
	text-align:left;
}
th, td {
	padding:5px 10px;
}
th {
	color:#fff;
	border-top:1px solid #222;
	background-color:#2F2F2F;
}
td {
	border-bottom:1px solid #f4f4f4;
}
code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
p {
	line-height:2.0em;
	margin-bottom:20px;
}
a {
	color:#B80000;
}
a:hover {
	color:#000;
}
a:focus {
	outline:none;
}
a.button { 
    background-color: #D20000;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button-reversed { 
    background-color: #333;
}

fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Oxygen, Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family:Oxygen, Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
fieldset form input.formbutton {
border:none;
    background-color: #D20000;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
h1 {
	font-size:2.4em;
}
h2 {
	color:#2f2f2f;
	font-size:1.8em;
	font-weight:bold;
	padding:0 0 5px;
	margin:0;
}
h3 {
	color:#D20000;
	font-size:1.6em;
	padding-bottom:10px;
}
h4 {
	padding-bottom:10px;
	font-size:1.4em;
	color:#000;
}
h5 {
	padding-bottom:10px;
	font-size:1.2em;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}


/** wrapper **/
div#wrapper {
	margin:0px auto;
	padding:0;
}

.width {
	width:100%;
	margin: 0 auto;
}




/** header **/
header {
	padding:20px 0;
	margin:0 auto;
	text-align:center;
}
header h1 { 
	text-align: center;
}

header h1 a,
header h1 a:hover,
header h1 a:visited {
	color: #fff;
	text-decoration: none;
}

header h2 {
	color:#555;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom:0;
	letter-spacing:0;
	text-transform: uppercase;
}
header div.tagline {
	color:#C2D7F9;
	font-size:0.9em;
}
header div.tagline a {
	color:#ffffff;
}



/** body **/
section#body {
	padding: 0;
	background:#fff;
}


/** content+sidebar styles **/
section#content {
	width:74%;
	padding: 20px 0;
	background-color: #fff;
}
.column-left {
	float:left;
}
.column-right {
	float:right;
}
aside#sidebar {
	width:22%;
	box-shadow: 1px 2px 13px #ccc;
}
nav#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav#mainnav li {
	padding:0;
	box-shadow: 0px 1px 2px #cccccc;
	
}
nav#mainnav li.selected-item  {
	border-bottom:none;
}
nav#mainnav li.selected-item a,
nav#mainnav li.selected-item a:hover {
	color:#fff;
	font-weight:bold;
	background:#5a760d;
}
nav#mainnav li a:hover {
	background:#000;
	color: #fff;
	text-decoration:none;
}
nav#mainnav li a {
	color: #000;
	display: block;
	padding: 15px 17px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
}

aside#sidebar h4 { 
	color:#0C367E;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:7px 10px;
}

.close_video {
    width: 20px;
    height: auto;
     display:  none;
}


.showvideo .close_video {
    display:  block !important;
    position:  absolute;
    color:  #fff;
    right: 8px;
    font-size: 20px;
    z-index:999;
}

article {
    padding: 10px 10px 30px;
	font-size: 0.95em;
 }

article h2 {
    padding-bottom: 0;
   font-size: 2.5em;
}

article .article-info {
  color: #CCC;
font-size: 0.8em;
padding: 0px 0px 10px;
text-transform: uppercase;
}

article .article-info a { 
	color: #ccc;
}

.left_text_content {
    float: left;
    width: 40%;
    font-size: 9px;
    background: #e7e7e7;
    padding: 13px;
    box-sizing: border-box;
    position: relative;
    margin:0 !important;
    overflow-y:Scroll;
    height:400px;
}
.digital_inner {
  background:url(../images/digitsl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:64%;
    text-align: center;
    width: 60%;
    float: left;
   
    overflow: hidden;
    position:relative;
}
.digital_inner img {
    margin: auto;
}
.showvideo .play_vedio {
    background: transparent !important;
}

.data_inner{
    background: url(../images/data.jpg) !important;
    background-repeat-y: no-repeat !important;
    background-size: cover !important;
    background-position:center;
    min-height:400px;
    position:relative;
}
.system_inner{
    background:url(../images/system.jpg);
    background-repeat-y: no-repeat !important;
    background-size: cover !important;
    background-position:1%;
    min-height:400px;
}
.team_inner{
    background:url(../images/team.jpg);
    background-repeat-y: no-repeat !important;
    background-size: cover !important;
    background-position:center;
    min-height:559px;
    max-width:850px;
    width:100%;
}
.team_content p {
    color: #fff;
    text-align: left;
    padding: 0 20px;
    margin: 4px;
}

.team_content ul li {
    color:  #fff;
    margin: 0;
}

.team_content ul {
    margin:  0;
    text-align:  left;
    padding:  0 70px;
}
.team_content h2 {
    color: #fff;
    text-align: left;
    padding: 20px;
}
.vedio_box audio {
    display: none;
}
.showvideo audio {
    display: block !important;
    height: 100%;
    width: 100%;
}
.outr_team {
    width: 100%;
}
.training_inner{
    background:url(../images/training.jpg);
    background-repeat-y: no-repeat !important;
    background-size: cover !important;
    background-position:32%;
    min-height:400px;
}
.left_text_content h2 {
    font-size: 18px;
    padding:  10px  0;
    text-align:left;
}
.play_vedio i {
    font-size: 79px;
    color: #5a760d;
    transform: translateY(-50%);
}
.showvideo {
    background: transparent !important;
    position:relative;
}
.showvideo .play_vedio {
    display: none;
}


.digital_inner.data_inner img {
    margin: auto;
}
.play_vedio {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	cursor:pointer;
}

.outer {
    float: left;
    padding: 0 0 30px;
    display:flex;
}


.left_text_content p {
    margin:  0;
    padding: 2px 0;
    font-size: 16px;
}

.outer > div {
    margin:0 auto;
}


/** footer **/
footer {
	padding:20px 0px;
}

footer p {
	color:#666;
	margin:0;
	font-size:0.8em;
	text-align: center;
}
footer p a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #999;
}
footer p a:hover { color:#333; border-bottom-color: #333; }


/** clear fix **/
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	clear: both;
	display: inline-block;
}
.clear {
	display: block;
}

button.btn.btn-success {
    background: #5a760d;
    border: none;
}
ul.logo {
    display:  table;
    margin: 5px 0;
    width:  100%;
}

ul.logo li {
    display:  table-cell;
    list-style:none;
}


/*********17/5/13************/

p.management_cntnt {
    padding-top: 35px;
}

article h2 {
    text-align: center;
}
.top_section span {
    padding: 28px 0px;
}
.top_section span {
    width: 56%;
    float:  left;
}
.inr_image {
    margin:  auto;
    width:100%;
    background:url(../images/homeimage.jpg);
    background-repeat:no-repeat;
    min-height:400px;
}

span.or {
    font-style: italic;
    color: #5a760d;
    width: auto;
    float: none;
}

.inr_image h4 {
    color: #fff;
}

span.btnn {
    float:  right;
    width: 44%;
}

.top_section {
    float:  left;
    width:  100%;
}
.inner_image {
    min-height:600px;
    clear: both;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position:center;
    text-align: center;
    display:flex;
    width:90%;
    margin:auto;
    position:relative;
}
.inr_image video {
    height: 100%;
    object-fit: contain;
    width: 100%;
    border: #000;
}
header img {
    max-width: 48%;
    width: 100%;
}
.modal.show#myModal .modal-dialog {
    max-width: 500px;
    margin: auto !important;
    top: 50%;
	position:absolute;
    -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
	transform: translateY(-50%);
	    left: 0;
    right: 0;
	
}


.left_cntnt ul li {
    list-style:  none;
    display:  inline-block;
    background: #5a760d;
    color: #fff;
    padding: 7px;
    width: 29px;
    border-radius: 5px;
    margin: 3px;
    font-size:10px;
}
.left_cntnt ul {
    margin: 4px;
}

span.btnn h5 {
    font-size: 15px;
    text-align: right;
    line-height: 26px;
    font-weight: 400;
}

.top_section span h3 {
    font-size: 20px;
    color:  #000;
    font-style: italic;
}

.top_section span h2 {
    font-size: 24px;
    color:#000;
}
span.btnn a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    background: #5a760d;
    border-radius: 5px;
    height: 34px;
    width: auto;
    float: right;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    padding:0 10px;
    font-size:13px;
}
.top_section span h2 {
    text-align: left;
}
.download_pdflink{cursor: pointer;}

livechat.jpg {
    display:  inline-block;
    width: 142px;
}
a.mail , p.phone a{
    color: #666 !important;
}


.left_cntnt h6 {color: #587310;font-size:1.8vwpx; text-align: center;}

.left_cntnt {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin:10px 0;
}

.left_cntnt a {
    text-decoration: none;
    border-bottom: none;
    color:#fff;
}
.livechate {
    float: right;
    width: 200px;
    padding: 15px 0;
}

.modal-header .close {
    position: absolute;
    right: 13px;
    top: 13px;
}

.modal-header {
    border-bottom:  1px solid #5a760d;
	position:relative;
}

h4.modal-title {
     color: #000;
    font-size: 15px;
    width: 79%;
}

.modal-body label {
    color: #000;
}

input.form-control {
    border: 1px solid #5a760d;
}

button.btnn.btnn-success {
    background:  #5a760d;
    border:  none;
}

.alert.alert-success {
    background: #5a760d26;
    border:  1px solid #5a760d;
}

.toggle_class {
    display: none;
}

span.word {
    width: auto;
    float: none;
    color: #5a760d;
    font-size: 16px;
    font-weight:700;
    padding-right: 4px;
}

.left_text_content ul {
    margin: 16px 40px;
}

.left_text_content ul li {
    font-size: 16px;
}
p.trainig_contnt {
    padding: 0 0 36px 0;
}
ul.logo li:nth-child(n+3) {text-align:center;}

ul.logo li img{
    width:100%;
}

.show_video {
    position:  absolute;
    width:  100%;
    bottom: 0;
}
.show_video audio {
    position: absolute;
    display:block;
    width: 100%;
    bottom: 0;
}


/******21/5/18********/

section#body {
    max-width: 1300px;
}

a.iiot {
    text-transform: none !important;
}

.inr_image h2 {
    position: absolute;
    top: 12%;
    left: 50%;
    color: #000;
    transform: translateX(-50%);
}
.download_pdflink .fa-download:before {
    content: "\f019";
    padding: 0 0 0 5px;
}
.showvideo h2 {
    display: none;
}
a.safety {
    pointer-events:none !important;
}
p.validity {
    padding: 2px 0 28px;
}





@media screen and (max-width: 540px) {

	body { font-size: 0.8em; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }


	nav#mainnav ul li a { margin-top: 0; padding: 1em; }

.top_section span h2 {
    font-size:  15px;
    text-align:center;
}


.outer {
    display: block;
}

span.btnn a {
    text-align: center;
    margin: 10px 0;
    display: inline-block;
}

span.btnn {
    text-align: center;
    float:  left;
}

.left_text_content {
    width:  100%;
    float:  none;
    box-sizing:  border-box;
}

.digital_inner.data_inner {
    width: 100% !important;
    float:  none;
    height:  auto;
    box-sizing:  border-box;
    margin: 10px 0;
}

.digital_inner.data_inner vedio {
    width:  100%;
    height:  auto;
}

span.btnn h5 {
 text-align: center;
}
.top_section span {
    width:  100%;
    float: left;
    padding:  0;
}
.top_section{
    padding:20px 0;
}

span.btnn {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    height: auto;
}
span.btnn a {
    float: none;
}
footer p {
    font-size: 10px;
}
   .left_cntnt h6 {
    font-size: 16px;

}
}

@media screen and (max-width:767px){
.inner_image {
    display:  block;
    min-height:200px;
}
nav#mainnav.show_toggle ul.navigation {
    display: block;
}
.top_section{
    padding:20px 0;
}

span.word {
    float: none;
}
nav#mainnav li a {
    font-size: 10px;
    padding: 8px !important;
}
.top_section {
    padding: 24px 0 0;
}
nav#mainnav li:last-child {
    box-shadow: 0px 1px 2px #cccccc;
    margin: 2px 0;
}

span.or {
    float: none !important;
}

nav#mainnav ul.navigation {
    display:  block;
}

.toggle_class {
    display: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    color: #5a760d;
    font-size: 25px;
}
header{
    padding:10px 0;
}
header img {
    max-width: 25%;
}
.top_section {
    padding:  0;
}


section#content {
    padding:  0;
}
.system_inner {
    min-height: 300px;
    width: 100%;
    margin: 10px 0 !important;
}
.outer {
    display: block;
    padding-bottom: 0;
}
footer ul {
    text-align: center;
    margin: 0 20px;
}
.footer_content {
    float: left;
    margin: 20px 0;
    width:100%;
    padding:10px;
}
.digital_inner {
    min-height: 300px;
    width: 100%;
    margin:20px 0 !important;
}
.play_vedio i {
    font-size: 48px;
}

ul.logo li:last-child {
    width:  50%;
    display:  block;
}
.left_text_content {
    width: 100%;
    margin:20px 0 !important;
}
span.btnn h5 {
    font-size: 12px;
}
article h2 {
    font-size: 17px;
}
nav#mainnav li a {
    padding: 15px;
}
ul.logo li {
    display: inline-block;
    width: 49%;
}
.left_text_content p{
    font-size:14px;
}
.left_text_content ul li{
    font-size:14px;
}
article h2{
    font-size:16px;
}
.left_text_content h2 {
    font-size: 16px;
}

.top_section span h3{
    text-align:center;
    font-size:16px;
    margin:10px 0;
}
	body { font-size: 0.9em; }	


	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	.column-left, .column-right { margin:0 5px; }
	
	section#content, aside#sidebar { position: unset !important; float: none; width:100% !important; margin:0 !important;}

	
}

.outer video {
    max-width: 100%;
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    right:0;
}
nav#mainnav li a{
    font-size:12px;
}
}

@media screen and ( min-width:768px) and (max-width: 1200px){
    
    .inner_image {
    min-height: 450px;
    }
}