@charset "utf-8";
/* CSS Document */

.container{
	width:100%;
	min-width:1130px;
	height:auto;
}
.header_top{
	width:100%;
	min-width:1130px;
	height:94px;
	background:#f4f4f4;
}
.h_top_inn{
	width:1100px;
	height:auto;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
}
.logo{
	width:236px;
	height:77px;
	float:left;
	padding-top:17px;
}
.nav{
	width: 470px;
	height: 88px;
	float: right;
	line-height: 88px;
}
.nav ul li a:hover{
	background:#f8f8f8;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(0, 146, 64, 0.75);
	-moz-box-shadow:    0px 6px 0px 0px rgba(0, 146, 64, 0.75);
	box-shadow:         0px 6px 0px 0px rgba(0, 146, 64, 0.75);
}
.nav_act{
	background:#f8f8f8;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(0, 146, 64, 0.75);
	-moz-box-shadow:    0px 6px 0px 0px rgba(0, 146, 64, 0.75);
	box-shadow:         0px 6px 0px 0px rgba(0, 146, 64, 0.75);
}
.banner{
	width:100%;
	min-width:1130px;
	height:auto;
	margin-bottom:-1px;
}
.b_bottom{
	width:100%;
	min-width:1130px;
	height:auto;
	margin-top:-5px;
}
.b_bottom_left{
	width:50%;
	height:80px;
	background:#006ab9;
	float:left;
}
.b_bottom_left_inn{
	width: 477px;
	height: 55px;
	background: url(../images/b_img.png) no-repeat 0px 24px;
	color: #fff;
	line-height: 24px;
	padding-top: 20px;
	padding-left:58px;
	float:right;
}
.b_bottom_right{
	width:50%;
	height:80px;
	background:#00923f;
	float:left;
}
.b_bottom_right_inn{
	width: 550px;
	height: 80px;
	color:#fff;
	text-align:center;
	line-height:80px;
	font-size:26px;
	float:left;
}
.center_wrap{
	width:100%;
	min-width:1130px;
	height:auto;
	background:#f4f4f4;
	
}
.center_section{
	width: 1100px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.c_pro{
	height:35px;
	border-bottom:1px solid #183884;
	padding-top:26px;
}
.c_pro_title{
	width:auto;
	height:35px;
	float:left;
	background:#183884;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	line-height:35px;
}
.center_section_top{
	width:1100px;
	height:205px;
	margin-bottom:28px;
	padding-top:10px;

}
.center_section_bottom{
	width: 1100px;
	height: auto;
	padding-top:10px;
}
.center_section_bottom_left{
	width:748px;
	height:auto;
	float:left;
}
.c_solution{
	height:35px;
	border-bottom:1px solid #00923f;
	padding-top:26px;
}
.c_sol_title{
	width:auto;
	height:35px;
	float:left;
	background:#00923f;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	line-height:35px;
}
.c_sol_box{
	width:177px;
	height:205px;
	background:#e5e5e5;
	float:left;
	margin-left:8px;
}
.c_sol_box_image{
	width:177px;
	height:160px;
}
.c_sol_box_text{
	width:177px;
	height:45px;
	font-family:Arial, Verdana, Tahoma, "Times New Roman";
	font-size:14px;
	line-height:45px;
	text-align:center;
}
.center_section_bottom_right{
	width:332px;
	height:auto;
	float:left;
	margin-left:20px;
}
.c_artical{
	width:100%;
	height:auto;
	background:#fff;
	padding-bottom:32px;
}
.c_artical_inn{
	width:1100px;
	height:240px;
	margin:auto;
	background:url(../images/c_artical.jpg) no-repeat 0px 32px;
}
.c_artical_Botton{
	width:143px;
	height:54px;
	border-radius:5px;
	background:#f7f034;
	text-align:center;
	line-height:54px;
	font-size:18px;
	position:absolute;
	margin-top:165px;
	margin-left:934px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(15, 24, 30, 0.75);
-moz-box-shadow:    0px 0px 2px 0px rgba(15, 24, 30, 0.75);
box-shadow:         0px 0px 2px 0px rgba(15, 24, 30, 0.75);

}
.c_artical_Botton a{
	text-decoration:none;
	color:#000;
	display:block;
	transition:all ease-in 500ms;
}
.c_artical_Botton a:hover{
	background:#F7B801;
	border-radius:5px;
}
.footer{
	width:100%;
	min-width:1130px;
	height:115px;
	background:url(../images/f_bg.jpg) repeat-x;
}
.f_top{
	height:45px;
}
.f_top_inn{
	width:1100px;
	margin:auto;
}
.social{
	width: 134px;
	height: 36px;
	float: left;
	padding-top: 9px;
}
.facebook{
	width:30px;
	height:30px;
	float:left;
	padding-left:11px;
	transition:all ease-in 500ms;
}
.facebook:hover{
	transform:scale(1.2);
}

.youtube{
	width:30px;
	height:30px;
	float:left;
	padding-left:11px;
	padding-right:11px;
	transition:all ease-in 500ms;
}
.youtube:hover{
	transform:scale(1.2);
}
.twitter{
	width:30px;
	height:30px;
	float:left;
	transition:all ease-in 500ms;
}
.twitter:hover{
	transform:scale(1.2);
}
.f_contact{
	width:336px;
	height:45px;
	float:right;
}
.f_contact_mail{
	width:162px;
	height:45px;
	background: url(../images/f_mail.png) no-repeat 0px 14px;
	float: left;
	color:#fff;
	padding-left:39px;
	line-height:45px;
}
.f_contact_mail a{
	text-decoration:none;
	color:#fff;
}
.f_contact_mail a:hover{
	color:#009240;
}
.f_contact_map{
	width:96px;
	height:45px;
	background:url(../images/f_map.png) no-repeat 0px 9px;
	float:left;
	color:#fff;
	line-height:45px;
	padding-left:39px;
}
.f_bottom{
	height:70px;
}
.f_bottom_inn{
	width:1100px;
	margin:auto;
}
.f_bottom_left{
	width: 377px;
	height: 70px;
	float: left;
	font-size: 12px;
	line-height: 70px;
}
.f_bottom_left a{
	text-decoration:none;
	color:#000;
	padding-left:20px;
}
.f_bottom_left a:hover{
	color:#009240;
}
.f_bottom_right{
	width: 300px;
	height: auto;
	float: right;
	font-size: 12px;
	text-align: right;
	padding-top: 22px;
}
.f_bottom_right a{
	text-decoration:none;
	color:#000;
}
.f_bottom_right a:hover{
	color:#009240;
}
/*--about page--*/
.about_left{
	width:705px;
	height: 490px;
	float: left;
}
.about_left_top{
	width: 695px;
	height: auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.about_left_bottom{
	width:695px;
	height:auto;
}
.about_vision{
	width: 695pxpx;
	height: auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;

}
.about_mision{
	width: 695px;
	height: auto;
}
.about_rigth{
	width: 345px;
	height: auto;
	float: left;
	margin-left: 15px;
}
.about_rigth_box{
	width:150px;
	height:105px;
	float:left;
	background:#F1F1F1;
	border:1px solid #B5B4B4;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	position:relative;
}
.about_rigth_box img{
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.about_box{
	width: 357px;
	height: auto;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background:#FBFBFB;
	border-radius:3px;
}
.about_left_image{
	width: 121px;
	height: 115px;
	float: left;
	position: relative;
}
.about_left_image img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	position:absolute;
}
.about_rigth_text{
	width: 221px;
	height: 113px;
	float: left;
	margin-left: 15px;
	border-radius: 3px;
	font-size:13px;
}
.about_rigth_text strong{
	color:#326A00;
}
/*--contact page--*/

.contact_left{
	width:540px;
	height:auto;
	float:left;
}
.contact_sales{
	width: 497px;
	height: auto;
	background: url(../images/con_telephone.png) no-repeat 0px 5px;
	padding-left: 42px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}
span{
	font-size:18px;
}
.contact_support{
	width: 497px;
	height: auto;
	background:url(../images/con_support.png) no-repeat;
	padding-left: 42px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;

}
.locator{
	width: 485px;
	height: auto;
	background: url(../images/locater.png) no-repeat 0px 5px ;
	padding-bottom: 20px;
	padding-top:10px;
	padding-left: 45px;
	border-bottom: 1px solid #ccc;
	font-size:13px;
}
.contact_right{
	width:540px;
	height:auto;
	float:left;
	margin-left:20px;
}
.input{
	width: 535px;
	height: 22px;
	margin-bottom: 11px;
	border: 1px solid #E8E8E8;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	outline: none;
}
.text{
	width: 535px;
	height: 100px;
	border: 1px solid #E8E8E8;
	font-size: 12px;
	margin-bottom: 11px;
	font-family:Arial, Verdana, Tahoma;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	resize: vertical;
	outline:none;
}
.but{
	width: auto;
	height: auto;
	padding: 5px;
	border: none;
	background: #07a4ae;
	color: #fff;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	cursor:pointer;
}
.but:hover{
	background:#1c74b3;
}
.map{
	width:1100px;
	height:auto;
	margin-top:20px;	
}
/*--product page--*/
.product{
}
/*-- solution page--*/
.solution{
	width: 935px;
	height: auto;
	padding-top: 40px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 40px;
	background: #F6FCF9;
}
.solution_inn{
	margin-top: 45px;
}
.solution_left{
	width:400px;
	height:auto;
	float:left;
}
.solution_left_image{
	width:400px;
	height:204px;
	float:left;
	border-radius: 0px 0px 125px 0px;
}
.solution_right{
	width: 493px;
	height: 144px;
	float: left;
	margin-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.solution_right:before{
	position:absolute;
	content:"";
	width:452px;
	height:13px;
	margin-left:20px;
	margin-top:-30px;
	background:url(../images/sol_bg.png);
}
.solution_right:after{
	position:absolute;
	content:"";
	width:452px;
	height:13px;
	margin-left:20px;
	margin-top:25px;
	background:url(../images/sol_bg.png);
}
.solution_right_image{
	height:48px;
	text-align:center;
}
.solution_right_text{
	padding-top:30px;
	color:#006CFF;
	font-size:15px;
}
/*--service page--*/
.service_left{
	width:1100px;
	height:auto;
	float: left;
}
.service_right{
	width: 345px;
	height: auto;
	float: left;
}
.service_right_box{
	width:150px;
	height:150px;
	float:left;
	background:#F1F1F1;
	border:1px solid #B5B4B4;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}

.service_right ul li{
	list-style:none;
	height:30px;
	text-indent:10px;
	line-height:30px;
	background:#00923f;
	margin-bottom:2px;
	color:#fff;
	border-radius:2px;
	transition:all ease-in 500ms;
	-moz-transition:all ease-in 500ms;
	-ms-transition:all ease-in 500ms;
	-o-transition:all ease-in 500ms;
	-webkit-transition:all ease-in 500ms;
}
.service_right ul li:hover{
	color:#000;
	background:#E7E7E7;
}
.accordion {
  width: 100%;
  max-width: 377px;
  background: #FFF;
  text-align:left;
}
.accordion li{
	list-style:none !important;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li:last-child .link { border-bottom: 0; }
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------Submenu-----------*/

.submenu {
  display: none;
  background: #2688c9;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #00923f;
  color: #FFF;
}
.kannada{
	width: 100%;
	height: auto;
	font-family: nudi;
	font-size: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	color: #a61380;
}
.kannada span{
	font-family:Open Sans;
}
/******TABLE******/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #898989;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #898989;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	color:#4d4d4d;
	text-align:center;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	border:0px solid #898989;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	color:#fff;
	background:#a61380;
	font-weight:bold;
}
.CSSTableGenerator tr:first-child:hover td{
	
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/*-------------------------------------------------------------------*/
.scroll-box {
	width: 178px;
	height: 205px;
	background: #e5e5e5;
}
.scroll {
	width: 1100px;
	height: 205px;
	margin: auto;
	padding-top: 15px;
	overflow: hidden;
}
.scroll-image{
	width:177px;
	height:160px;
	background:#fff;
}
.scroll-title{
	width:178px;
	height:45px;
	display:table;
	text-align:center;
}
.scroll-title span{
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
}
.section{
	padding:15px;
}
.back_gry{
	background:#e5e5e5;
}
.pro_top_left{
	width: 300px;
	height: auto;
	float: left;
	text-align:center;
}
.pro_top_center{
	width: 348px;
	height: auto;
	float: left;
}
.pro_top_center ul{
	padding-left:20px;
}
.pro_top_center_section{
	width: 348px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}
.pro_top_center_section_left{
	width:98px;
	float:left;
	height:95px;
	text-align:center;
}
.pro_top_center_section_right{
	width: 249px;
	float: left;
	height:95px;
	display:table;
}
.pro_top_center_section_right span{
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
}
.pro_top_right{
	width:422px;
	height:auto;
	float:left;
}
.product_wrapper{
	padding-bottom:15px;
	padding-top:10px;
}
.led_pro_box{
	width: 530px;
	height: 216px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.led_pro_box_left{
	width:216px;
	height:216px;
	float:left;
	background:#e5e5e5;
	position:relative;
}
.led_pro_box_left img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	margin:auto;
}
.led_pro_box_right{
	width: 271px;
	height: 174px;
	float: left;
	background: #F9FFEC;
	display: table;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}
.led_pro_box_right span{
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
}
.inveter_pro_box{
	width: 211px;
	height: 278px;
	float: left;
	margin-top: 10px;
	margin-right: 4.5px;
 	margin-left: 4.5px;
}
.inveter_pro_box_image{
	width:211px;
	height:210px;
	position:relative;
	background:#e5e5e5;
}
.inveter_pro_box_image img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	position:absolute;
}
.inveter_pro_box_text{
	width: 211px;
	height: 56px;
	background: #f9ffec;
	text-align: center;
	display:table;
	color:#000;
}
.inveter_pro_box_text span{
	display:table-cell;
	vertical-align:middle;
	font-size:13PX;
	margin-top:-20PX;
}
.download{
	padding-bottom:15px;
	padding-top:15px;
}
.download a{
	text-decoration:none;
	color:#fff;
	background:#900002;
	padding:5px 10px;
	border-radius:3px;
	transition:all ease-in 500ms;
}
.download a:hover{
	background:#B90003;
}
/* software pagr--*/
.article{
	padding-bottom:15px;
}
.article ol{
	padding-left:30px;
}
.article_left{
	width:550px;
	height:auto;
	float:left;
}
.article_left h5{
	text-align:left;
	font-size:15px;
}
.article_left p{
	padding-left:10x;
	padding-right:10px;
}
.article_right{
	width:550px;
	height:auto;
	float:left;
}
.article_right h5{
	text-align:left;
	font-size:15px;
}
.article_right ol {
	padding-left:50px;
	line-height:30px;
}
.solution_text{
	width: 350px;
	margin: auto;
	padding-top: 18px;
}
.pro_wrapper{
	padding-bottom:30px;
}
.pro_wrapper_img{
	width:663px;
	float:left;
}
.pro_wrapper_img_diseription{
	width: 387px;
	float: left;
	margin-left: 20px;
}
.charge_wrapper{
	padding-bottom:30px;
}
.charge_box{
	width: 500px;
	height: 204px;
	background: #F5F5F5;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.charge_box_img{
	width: 198px;
	float: left;
}
.charge_box_img_diseription{
	width: 278px;
	float: left;
	margin-left: 20px;
}

    .whatsapp_div {
    position: fixed;
    bottom: 20px;
    right: 14px;
    z-index: 999;
}
    

.what_txt i {
    font-size: 37px;
    color: #f1f1f1;
    background: #5dc348;
    padding: 9px;
    border-radius: 75px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 34px;
} 
