*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	font-family:roboto, fontAwesome;
	overflow-x:hidden;
}

a{
	font-size:12px;
	text-decoration:none;
}

i{
	font-style:normal;
}
.imggal{
display:inline;
float:left;
margin:2px;
padding:4px;
}

ul, li{
	list-style:none;
}

input {

width:200px;
height:40px;
border-radius:6px ;
}
select {width: 200px;
height:40px;
border-radius:6px ;}
@font-face {
  font-family: roboto;
  src: url('../fonts/roboto/roboto.eot');
  src: url('../fonts/roboto/roboto.html') format('woff2'),
       url('../fonts/roboto/roboto.woff') format('woff'),
       url('../fonts/roboto/roboto.ttf') format('truetype'),
       url('../fonts/roboto/roboto.svg#roboto') format('svg'),
       url('../fonts/roboto/robotod41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
	src:url('../fonts/Optima%20LT%20Std/OptimaLTStd.otf');
	src: url('../fonts/Optima%20LT%20Std/OptimaLTStd-DemiBold.eot');
  	src: url('../fonts/Optima%20LT%20Std/OptimaLTStd-DemiBoldd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Optima%20LT%20Std/OptimaLTStd-DemiBold.html') format('woff2'),
       url('../fonts/Optima%20LT%20Std/OptimaLTStd-DemiBold.woff') format('woff'),
       url('../fonts/Optima%20LT%20Std/OptimaLTStd-DemiBold.ttf') format('truetype'),
       url('../fonts/Optima%20LT%20Std/OptimaLTStd-DemiBold.svg#OptimaLTStd-DemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-family:kadimi;
}

.wrapper{
	position:relative;
	font-family:roboto;
}

.clear{
	clear:both;
}

/*-----------------product showcase start-----------------*/

.product-showcase{
	width:100%;
	float:left;
	background:url(../images/product-showcase-bg.jpg) no-repeat;
	background-size:100% 600px;
	position:relative;
	z-index:1;
}

.product-showcase::before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(35, 35, 35, 0.9);
	z-index:-1;
}/**/

.product-showcase h1{
	text-transform:uppercase;
	font-weight:400;
	color:#FFFFFF;
	padding:20px 0 10px 0px;
    width: 450px;
    margin: 0 auto;
    text-align: center;
	border-bottom:2px solid #B0B0B0;
}

.product-slide-box{
	width:90%;
	float:left;
	margin:0 5%;
}

.product-slider{
	width:100%;
	float:left;
}

.products{
	width:100%;
	display:inline-table;
	float:left;
	vertical-align:middle;
}

.bx-text{
	float:left;
	width:50%;
	text-align:justify;
	left:70px;
	position:absolute;
	z-index:99;
	top:60%;
	margin-top:-100px;
	color:#fff;
}

.bx-text h2{
	color:#BAC9D2;
	font-size:30px;
	font-weight:400;
	padding-bottom:20px;
}

.bx-text p{
	color: #E7E7E7;
    font-size: 15px;
	margin-bottom:10px;
}

.product-img{
	float:right;
	margin-right:20px;
}

.product-img img{
	width:400px;
	height:400px;
}

#bx-pager{
	text-align:center;
	margin-top:20px;
}

#bx-pager img{
	width:100px;
	height:100px;
	border-radius:5px;
	background:#fff;
	opacity:0.6;
	-webkit-transition:all 400ms;
	-moz-transition:all 400ms;
	-o-transition:all 400ms;
	-ms-transition:all 400ms;
	transition:all 400ms;
}

#bx-pager img:hover{
	opacity:1;
}

/*-----------------product showcase end-----------------*/


/*----------------------content wrapper----------------*/

.content-wrapper{
	width:100%;
	margin:0 auto 30px;
}

.heading{
	float:left;
	width:100%;
	padding:20px 0;
}

.heading h1 {
    text-transform: uppercase;
    font-weight: 400;
    color:#232323;
    padding:10px 0 10px 0px;
    width: 450px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #232323;
}

.content-inner-wrapper{
	width:70%;
	margin:0 auto;
	background:#F0F0F0;
	overflow:hidden;
}

.content-inner-wrapper .rows{
	float:left;
	width:100%;
}

.rows .textbox{
	width:50%;
	float:left;
	height:320px;
	padding:40px 0 0;
	vertical-align:middle;
	position:relative;
	-webkit-transition:all 800ms;
	transition:all 800ms;
}

.rows .textbox h2, .rows .textbox p{
	padding:10px 40px;
	color:#717171;
}

.rows .textbox p a{
	font-size:12px;
	color:#306F9E;
}

.rows .text1:before, .rows .text3:before{
    font-size: 4em;
    content: '';
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -25px;
	z-index:999;
}

.rows .text2:before, .rows .text4:before{
    font-size: 4em;
    content: '';
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -25px;
	z-index:999;
}

.row-img{
	width:50%;
	float:left;
	overflow:hidden;
}

.row-img img{
	width:100%;
	height:320px;
	-webkit-transition:all 800ms;
	transition:all 800ms;
	display:block;
}

/*----------hover for content wrapper---------------*/

.rows:hover .row-img>img{
	-webkit-transform:scale(1.13,1.13);
	transform:scale(1.13,1.13);
}

.rows:hover .textbox{
	background:#D3D3D3;
}

.rows .text1:hover:before, .rows .text3:hover:before{
    border-left: 10px solid #d3d3d3;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	z-index:999;
}

.rows .text2:hover:before, .rows .text4:hover:before{
    border-right: 10px solid #d3d3d3;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	z-index:999;
}

/*----------------end content box----------------------*/



/*-----------------------------inside pages-------------------------------------------*/


/*-----------------------------about us-------------------------------------------*/

.main-container{
	width:100%;
	background:url(../images/bg-img.jpg);
	background-size:100%;
	float:left;
}

.about-inside{
    float: left;
    width: 90%;
    margin: 0 5%;
}

.about-inside .main-title{
	float:left;
    margin: 40px 40px 70px 37px;
	position:relative;
}

.about-inside .main-title h1{
	width:100%;
	font-weight:100;
	color:#373737;
	text-align:center;
	position:absolute;
    top: 50%;
    left: 50%;
	margin:-20px 0 0 -50%;
    color: #fff;
    text-shadow: 3px 2px 14px #000;
    text-shadow: 3px 2px 14px #000;
	text-align:center;
}

.about-inside .main-title span{
    border: 2px solid #000;
    width: 140px;
    float: left;
    margin-left: 29px;
}

.about-inside .main-title img{
	width:200px;
	height:200px;
	/*border:3px solid #2062D7;*/
	box-shadow:2px 2px 20px #000;
}

.about-inside .text-container{
	float:left;
    width: 60%;
    margin: 29px 8px;
}

.about-inside .text-container p{
	font-size:15px;
	padding:5px;
	line-height:23px;
}

.para2{
	margin:20px 0 20px 8%;
}

.box{
	float:left;
	vertical-align:top;
	margin:10px 0;
	width:100%;
	padding:20px;
	background:rgba(255,255,255,0.9);
}

.box h3{
	width:100%;
	float:left;
	color:#2B2B2B;
	margin-bottom:8px;
}

.box small{
	width:100%;
	float:left;
	margin-bottom:5px;
	color:#2F2F2F;
	font-size:14px;
}

.box p{
	font-size:14px;
	color:#2f2f2f;
}

.about-inside .text-container .kad{
	font-size:12px;
}

.about-inside .text-container .kad h4{
	font-weight:100;
	padding:5px;
}

.about-inside .text-container .kad li{
	list-style-type:none;
	padding:3px 10px;
}

.about-inside .text-container .kad li:before{
	content:'\25D9';
	color:#414141;
	padding:5px 10px;
}

.presence-box{
	display:inline-block;
}

.presence-box:first-child{
	margin-right:10px;
}

.main-container .text-container figure{
	float:left;
	width: 353px;
	height:140px;
	border:1px solid #ccc;
	margin:10px;
}

.main-container .text-container figure img{
	width:146px;
	height:139px;
	padding:5px;
	float:left;
}

.main-container .text-container figure h4{
	padding:5px;
	color:#3F3F3F;
}

.main-container .text-container figure p {
	line-height:15px;
}
.main-container .text-container figure p span{
	font-size:10px;
}


.main-container2{
	background:url(../images/2011-05-21_02.18.59.jpg);
	background-size:100% 100%;
	float:left;
}

.main-container2 p{
	color:#fff;
}

.overlay{
	background:rgba(19,19,19,0.8);
	float:left;
}

.main-container2 .kad{
	color:#fff;
}

.main-container2 .main-title h1{
    margin: -47px 0 0 -50%;
}

.main-container2 .main-title img{
	border:3px solid #C54206;
}

.main-container2 .text-container .kad li:before{
	color:#C54206;
}

.main-container2 p a:hover{
	color:#fff;
}
/*.main-container #main-product{
	margin-top: 60px;
}*/

/*-----------------------------about us end-------------------------------------------*/

/*-----------------------------Product page start-------------------------------------------*/
.product-img1{
	width:200px;
	float:left;
}
.product-img1 img{
	width:100%;
	padding:5px;
	margin-left:25%;
}
.product-intro{
	float:left;
	margin:0 0 0 8%;
}


.product-intro .product-chart{
	float:left;
	width:265px;
	position:relative;
	overflow:hidden;
	margin: 7px;
}

.product-intro .product-chart img{
	width:100%;
	height:265px;
}

.product-intro .product-chart div ul{
    width: 100%; 
	margin:0;
    float: none;
    padding-left:0;
}

.product-intro .product-chart div ul li{
	float:left;
}



.product-intro .product-chart div ul li a{
	display:block;
	padding:5px;
}

.product-intro .product-chart div ul li a:hover{
	background:#fff;
	transition:all 500ms ease-in-out;
	color:#000;
}

.product-intro .product-chart div ul li:before{
	content:'';
}

.product-intro .product-chart:hover div{
	top:1px;
	transition:all 1000ms ease-in-out;
}

.productshow{
	float:left;
	width:100%;
}
.productshow h2{
	font-weight:100;
	padding:30px 0 10px;
	border-bottom:1px solid #6B6A6A;
}

.productshow .product-i{
	float:left;
	margin:15px 0;
    width: 87%;
}

.productshow .product-i h4{
	font-weight:100;
	color:#1A7BE0;
	padding:4px 0;
}

.productshow .product-i p{
	font-size:12px;
	line-height:18px;
	margin: 0 7px;
}

.productshow .product-i img{
	width:300px;
	height:380px;
	padding:5px;
	border:1px solid #ccc;
	float:left;
	margin-right:20px;
}

.main-container .all-product{
	float:left;
    width: 13%;
	padding:15px 0;
}

.main-container .all-product ul{
	list-style:none;
    text-align: center;
    background: #001537;
}
.main-container .all-product ul li{
	border:1px dotted #3F3E3E;
	overflow:hidden;
}

.main-container .all-product ul li a{
	color:#fff;
	padding: 12px;
	display:block;
	position:relative;
	z-index:99
}
.main-container .all-product ul li span{
    width: 110%;
    background: #fff;
    position: absolute;
    height: 46px;
    top: 37px;
    right: -1px;
	transition:all 500ms ease-in-out;
	z-index:-1;
}
.main-container .all-product ul li:hover span{
	border:1px solid #ccc;
	top:-6px;
	transition:all 500ms ease-in-out;
}

.main-container .all-product ul li:hover a{
	color:#001537;
}

.tabspec{
}

.tabspec tr td{
	border-bottom:1px solid #1A7BE0;
    width: 205px;
	padding:5px;
	font-size:11px;
}

.main-container .product-i .view-more{
	float:left;
}

.main-container .product-i .view-more img{
	width:100px;
	height:100px;
	background:#fff;
}

.main-container .product-i .en{
	background:#252525;
	padding:10px;
	margin-bottom:10px;
	color:#fff;
}

.contact{
	width:100%;
	float:left;
	margin:10px 0;
}

.map{
	float:left;
	width:43%;
	margin-top:30px;
}

.map iframe{
	width:100%;
	height:350px;
}

/*-----------------------------Product page End-------------------------------------------*/

.chq{
	width:100%;
	margin:0;
	text-align:center;
}

.chq1{
	width:74%;
	margin:0;
	text-align:center;
}

.chq .product-chart{
	float:none;
	display:inline-block;
	vertical-align:top;
	width:200px;
}

.chq .product-chart img{
	height:200px;
}

.list{
	padding-left:20px;
}

.list li{
	list-style:disc;
	font-size:15px;
	line-height:23px;
}

.full-width{
	width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
	float:left;
}

.half-width{
	
	margin-left:0 !important;
	margin-right:0 !important;
	float:left;
       
}

.tablebody{
	background:url(../images/table-bg.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

.tablebody:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(1, 21, 76, 0.54);
	z-index:-1;
}

.table{
	width:84%;
	margin:20px 8%;
	float:left;
}

.table table{
	color:#fff;
	font-size:13px;
}

.table table th{
	padding:10px 5px;
	background:rgba(53, 59, 70, 0.91);
	text-transform:uppercase;
	font-weight:400;
}

.table table td{
	padding:5px;
	background:rgba(154, 154, 154, 0.5);
}

.techno-box{
	float:left;
	margin-bottom:10px;
}

.techno-box h4{
	padding-left:5px;
}

.product-flow{
	width:100%;
	float:left;
	background:#C4C5C7;
}

.process-box{
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0;
}

.process-box img{
	text-align:center;
	display:inline-block;
	border:1px solid #B1B1B1;
}

.table-container{
	width:100%;
	float:left;
	background:url(../images/product-banner11.jpg) no-repeat;
	background-size:cover;
	position:relative;
	z-index:1;
	padding-bottom:30px;
}

.table-container:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/header-bg.png);
	opacity:0.3;
	z-index:-1;
}

.text-container h3{
	padding-bottom:10px;
	font-weight:100;
}

/*-----------------------------inside pages End-------------------------------------------*/




@media (max-width:1230px){
	.about-inside .text-container{
		    margin:29px 0;
	}

	.navi ul li a{
		font-size:12px !important;
	}
}

@media (max-width:1110px){
	.logo{
		width:100%;
	}
	
	.navi ul{
		width:100%;
		text-align:center;
	}
	
	.navi ul li{
		float:none !important;
		display:inline-block;
	}
}

@media (max-width:1080px){
	
	.rows .textbox h2, .rows .textbox p{
		padding:5px 25px !important;
	}
}

@media (max-width:1024px){
	
	.top-header{
		height:auto !important;
	}
	
	.top-header ul{
		float:left !important;
		margin:0 10px;
	}
	
	.mob-but{
		display:block !important;
		cursor:pointer;
	}
	
	.mob-but:hover{
		background:#000;
	}
	
	.navi ul{
		width:200px;
		position:absolute;
		right:10px;
		padding:0 !important;
		box-shadow:-7px 8px 17px rgba(0, 0, 0, 0.78);
		z-index:9999999;
		display:none;
	}
	
	.navi ul li{
		width:100%;
		display:block !important;
		border-bottom:1px solid rgba(255,255,255,0.2);
	}
	
	.navi ul li:last-child{
		border-bottom:0;
	}
	
	.navi ul li a{
		background:#000;
		color:#fff !important;
		padding:5px 5px 5px 15px !important;
	}
	
	.navi ul li:hover a{
		background:#001A49 !important;
	}
	
	.big{
		height:420px !important;
	}
	
	.big img{
		height:420px !important;
	}
	
	.pager img{
		width: 45px !important;
    	height: 25px !important;
	}
	
	.product-img img{
		width:250px !important;
		height:250px;
	}
}

@media (max-width:940px){
	
	.main-title{
		display:none;
	}
	
	.about-inside .text-container{
		width:100% !important;
	}
	
	.para2{
		margin:20px 5% !important;
	}
	
	.product-intro{
		margin-left:5% !important;
	}
	
	.table > h2{
		color:#fff !important;
		background:rgba(0,0,0,0.9);
	}
	
	.contact{
		width:auto !important;
		margin: 10px 30px 10px 0 !important;
	}
	
	.map{
		width:100% !important;
		margin:30px 0 !important;
	}
	
	.bx-text p{
		margin-bottom:0 !important;
	}
	
	.rows .textbox{
		padding-top:20px;
		height: 280px !important;
	}
	
	.rows .textbox p{
		font-size:14px;
	}
	
	.row-img img{
		height: 280px !important;
	}
}

@media (max-width:840px){
	
	.content-inner-wrapper{
		width:90% !important;
	}
	
	.product-slide-box{
		margin-bottom:30px;
	}
	
	.bx-wrapper .bx-controls-direction a{
		top:36% !important;
	}
	
	#bx-pager{
		display:none;
	}
	
	.product-intro {
		 margin-left:0 !important; 
	}
	
	.table {
		width: 94%;
		margin: 20px 3%;
	}
}

@media (max-width:750px){
	
	.process-box img{
		width:100%;
	}
	
	.text-container > h1{
		font-size:24px;
	}
	
	.bot-footer{
		text-align:center;
	}
	
	.bot-footer ul{
		display:inline-block;
	}
	
	.ecis{
		width:100%;
		text-align:center;
		margin:10px 0 !important;
	}
	
	.ecis p, .ecis img{
		float:none !important;
		display:inline-block;
		vertical-align:middle;
		margin:0 !important;
	}
}

@media (max-width:600px){
	
	.rows .textbox {
		padding-top: 10px;
		height: 260px !important;
	}
	
	.rows .textbox h2{
		font-size:20px;
		padding:5px 10px !important;
	}
	
	.rows .textbox p{
		font-size:12px;
		padding:5px 10px !important;
	}
	
	.row-img img {
		height: 260px !important;
	}
	
	.footer-menu{
		width:98% !important;
		text-align:center;
	}
	
	.foot-menu1{
		width:40% !important;
		float:none !important;
		display:inline-block;
		vertical-align:top;
		margin-bottom:25px;
		text-align:left;
	}
	
	.bar:first-child{
		display:none;
	}
	
	.big, .big img{
		height:300px !important;
	}
	
	.pager img {
		width: 45px !important;
		height: 25px !important;
	}
	
	.bx-text{
		width: 90% !important;
		left:5% !important;
	}
	
	.product-img{
		opacity:0.45;
	}
	
	.product-intro{
		text-align:center;
	}
	
	.product-intro .product-chart{
		float:none !important;
		display:inline-block;
		vertical-align:top;
	}
	
	.product-intro .product-chart, .product-intro .product-chart img{
		width:150px;
		height:150px;
	}
}

@media (max-width:480px){
	
	.bx-text p{
		font-size:12px;
	}
	
	.heading h1, .product-showcase h1{
		font-size:24px;
	}
	
	.heading h1{
		width:350px;
	}
	
	.product-showcase h1{
		width:250px;
	}
	
	.rows .textbox p{
		padding:0 10px !important;
	}
	
	.chq .product-chart{
		width:120px;
	}
	
	.chq .product-chart img{
		height:120px;
	}
	
	.table {
		width: 98%;
		margin: 20px 1%;
	}
	
	.table table td{
		padding:5px 2px;
		font-size:11px;
	}
	
	.about-inside .text-container p, .list li{
		font-size:13px;
	}
	
	p{
		text-align:justify;
	}
	
	.presence-box img{
		width:100%;
	}
}

@media (max-width:420px){
	
	.content-inner-wrapper .rows:nth-child(even){
		background: #ced4dd;
	}
	
	.rows .textbox, .row-img{
		width:100%;
		padding: 10px;
		height: auto !important;
	}
	
	.row-img img{
		height: auto !important;
	}
	
	.table {
		width:100%;
		margin:20px 0;
	}
	
	.table table th{
		font-size:12px;
	}
	
	.bx-text{
		top:0;
		margin-top:10px;
	}
	
	.bx-wrapper .bx-controls-direction a{
		width:70px !important;
		height:50px !important;
		top:90% !important;
	}
	
	.bx-wrapper .bx-next {
    	right:0px !important;
	}
	
	.bx-wrapper .bx-prev {
    	left:0px !important;
	}
}

