*{margin:0px; padding:0px; font-family:roboto; box-sizing:border-box;}
.clear{clear:both;}
.navbar{border:0px;}
.bgnav{
	background: rgba(255,255,255,0.9);
    width: 100%;
    position: fixed;
	height:100px;
	padding:0px;
    top: 0px;
    left: 0;
    z-index: 77;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	/*border-bottom:1px solid #ccc;*/
}
.bgnav .logo img{
	margin:15px 0px 15px;
	/* width:100%; */
}
.nav li{position:relative; margin:0 3px;}
.nav li a {
    position: relative;
    display: block;
    padding: 30px 0 25px;
    text-transform: uppercase;
	line-height:50px;
    color: #666;
    font-size: 16px;
	text-align:center;
	min-width:100px;
	z-index:9;
}
.nav .dropdown-menu li{
	margin: 0px;
	border-bottom: 1px dashed #ccc;
}
.nav .dropdown-menu li:last-child{
	border-bottom: none;
}
.nav .dropdown-menu li a{
	padding: 0px 10px;
	text-align: left;
	background-image:none; 
	color:#666 !important;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 40px;
}
.nav .dropdown-menu li a:hover{
	background: orange !important;
	color: #fff !important;
}
.nav .dropdown-menu li:hover:before,
.nav .dropdown-menu .active:before {
	display: none;
}


.nav .active {
    text-decoration: none;
	/*background:url(../img/active-tab.png) no-repeat center !important;*/
	width:auto;
	height:107px !important;
	background-size:100% 100%;
	color:#fff;
}
.nav li:hover:before,
.nav .active:before {
content:"";
display:block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 100px;
  border: 50px solid #f79420;
  border-top: 0 solid !important;
  border-bottom: 35px solid rgba(0,0,0,0)!important;
  -o-text-overflow: clip;
  text-overflow: clip;
  position:absolute;
  top:0;
  z-index:7;
}
.nav .active  a,
.nav li a:hover {
	background-color:transparent !important;
	/*background:url(../img/active-tab.png) no-repeat center !important;*/
	color:#fff!important;
}
.navbar-toggle {
    background-color: #f89420;
    padding: 10px;
    
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}


.sample{
	display:inline-block;
	text-align:center;
	margin:0 10px 15px;
	padding:10px; 
	border:1px solid #fff;
	width:170px;
	height:110px;
	z-index: 9999 !important;
	background:#fff;
}

.sample img{width:100%; height: 100%;}
.sample:hover {border:1px solid #f79420;
			-webkit-transition: all 0.35s ease;
			-moz-transition: all 0.35s ease;
			-moz-transition: all 0.35s ease;
			-ms-transition: all 0.35s ease;
			-o-transition: all 0.35s ease;
}
#machineLogo{
	width:100%;	
	height:130px;
	float:left;
}



.heading-text {
    text-transform: uppercase;
    color: #000;
	text-align:center;
    padding: 40px 0px 30px;
    line-height: 30px;
    display: block;
    background: url(../img/headding-bor.png) no-repeat top 85px center;
}
.white-heading{
	color:#fff;
	padding: 0px 0px 30px !important;
	background: url(../img/headding-bor.png) no-repeat top 50px center !important;
}
.para-wrap p{line-height:28px !important; }
.para-text{
	padding:10px 0;
	line-height:30px;
	color:#6b6b6b;
	font-size:17px;
	font-weight:100 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img-wrap img{
	width:100%;
	margin:18px 0px;
}

#services {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/services-bg.jpg) fixed center center;
    background-size: cover;
    padding: 20px 0 60px;
}
#services .service-item {
    margin-bottom: 20px;
}
#services .service-item .read-btn{
	color:#2f2f2f;
	margin:;
	font-size:15px;
}
#services .service-icon {
    float: left;
    padding:10px 16px 16px 16px;
    transition: 0.9s;
	margin-bottom:50px;
}
#services .service-title {
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
	font-size:17px; 
}
#services .service-title a{
	color:#2f2f2f !important;
	font-size:14px;
	text-decoration:none;
}
#services .service-description {
    margin-left: 80px;
    line-height: 24px;
	color:#6b6b6b;
	font-size:14px;
	text-align:justify;
	
}
#subscribe {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.png) fixed  bottom 0px center;
    background-size:cover ;
    padding: 20px 0 10px;
}
#subscribe .subscribe-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
#subscribe .subscribe-text {
    color: #fff;
}
#subscribe .subscribe-btn-container {
    text-align: center;
    padding-top: 20px;
}
#subscribe .subscribe-btn {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 20px 10px 10px 10px;
    border: 1px solid #f89420;
    color: #fff;
	text-decoration:none;
}
#subscribe .subscribe-btn:hover{
	background:#01a8f1;
	 border: 1px solid #01a8f1;
}
#subscribe p{
    margin-top:20px !important;
}

.view-btn{
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 20px 10px 10px 10px;
    border: 1px solid #f89420;
    color: #f89420;
	text-decoration:none;
}
 .view-btn:hover{
	background:#01a8f1;
	 border: 1px solid #01a8f1;
	 color:#fff;
	 text-decoration:none;
}
footer{
	background:#f7f7f7;
}
.foot-wrap{
	
}
.foot-wrap img{
	margin:15px 0px 20px;
}
.foot-wrap .foot-text{
	line-height:27px;
	color:#6b6b6b;
	font-size:15px;
	margin-bottom:20px;
}
.footer-strip{
	padding:15px 0px;
	background:#000000;
}
.footer-strip span{
	color:#b2afb1;
	font-size:15px;
}
.foot-bor{border-top:1px solid #ccc;}

/*about page*/
.about-text p{
	padding:10px 0;
	line-height:25px;
	color:#6b6b6b;
	font-size:17px;
	font-weight:100 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about-text ul{
	padding: 0px 20px;
	margin:0px;display: block;
	font-size: 16px;
	line-height: 30px;
	color: #6b6b6b;
}



/*go bottom to top arrow*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #f89420;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #09aaf1;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/*portfolio page*/

.middle-sec{
	margin-top:50px;
	padding:0px 0px 20px;
}
.tabButtons{
	overflow: hidden;
}
.tabButtons li{
	display: inline-block; 
	
}
.tabButtons li a {
    cursor: pointer;
    display: inline-block;
    padding: 8px 14px 8px 4px;
    margin: 0 5px;
    text-decoration: none;
    text-align: center;
	color:#fff; 
	width:100%;
	background:#999;
	border-radius:4px;
}
.tabButtons li a:hover{
	background:#0fa6df; 
	color:#fff;
}
.tabContent{
	clear: both;
	padding: 0px 0px;
	font-size: 20px;
}
.tabtext{display: none;}
.cat-ul{
	padding:0px;
	margin:0px; 
	list-style-type:none;
}
.cat-ul li .active{
		background: #0fa6df !important;
		color:#fff;
		border:none !important;
}
.icon::before{
	content:url('../img/arr-list.png');
	margin-right:10px;
	float:left;
}
.heading-cat{
	display:block;
	padding:10px 0px!important;
	margin:0px !important;
	border-bottom:1px solid #ccc;
}
.row-sec{
	display:block;
	padding:0px;
	margin:25px 0px !important;
}
.row-sec .cat-img img{
	height: auto;
	width: auto; 
	border:5px solid #ccc !important;
	border-radius:8px;
	margin:0px auto;
}
.row-sec .cat-img{
	text-align:center;
}
.tabtext img{width:100% !important;}
.cat-ul{padding:0px; margin:0px; list-style-type:none;}
.cat-ul li{
	padding:0px; 
	margin:0px 0px; 
	border-radius:4px;
}
.cat-ul li  img{display:inline-block; margin:0px 5px 0px 0px;}
.cat-ul li span{width:100%;}
.list-app-sec{
	width:70%; 
	margin:0px auto; 
	border:1px solid #ccc; 
	padding:20px;
	}
/*img zoom effect*/

.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.ul-list{border:none !important; padding:0px 20px;}
.ul-list li{border:none !important; padding:7px 0px !important; margin:0px !important; list-style-image:url(../img/link-arrow1.png);}
.ul-list li span{font-size:15px; line-height:22px !important; text-align:justify; color:#6b6b6b;}

.div2 {
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
   font-size:13px;
   padding:5px 0px;
	color:6b6b6b;
}

/*contact page*/

.map{
	width:100% !important;
	height:300px;
	margin:30px 0 20px!important;
	display: block;
	clear: both;
}
.contact-form{
	margin:0px 0px 40px;
}

.snd-btn{
	background: #f89420!important;
    color: #fff;
	padding:10px 20px;
	border:none !important;
	font-size:17px;
}
.snd-btn .fa{margin-right:10px !important;}
.snd-btn:hover{
	background:#0fa6df !important ;
	color:#fff !important ;
}
.contact-form label{font-size:15px; color:#6b6b6b; font-weight:normal;}

/*service page style*/

.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #f79420;
    border-radius: 100%;
    background-color: #777;
	z-index:2;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
	
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 8px;
    padding:0;
    color: #f89420;
	font-size:22px;
}


.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline-heading h4{font-size:17px; color:#444;}
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #777;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #777;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #777;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #777;
}

/* client page*/
.clients-table table{border-color:#ccc; }
.clients-table table tr td{padding:5px 10px; line-height:28px; color: #666  }
.services-page ul {
	padding: 0px 20px !important;
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
	min-height:280px ;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
	 min-height:280px ;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
	margin-top: 20px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
	margin-top: 20px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
	min-height:280px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
	min-height:280px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
	margin-top:20px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
	margin-top:20px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  
  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin:20px 0px 0px;
  }
   .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
	
@media only screen and (max-width: 720px) {
	.timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
	float:left;
	
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}	

/*services page end*/







/*common media query*/

@media (min-width: 980px) and (max-width: 1200px)  {
	.service-item{width:50%;}
	.tabButtons li a{  padding: 8px 5px 8px 0px;}
	
}

@media (min-width: 800px) and (max-width: 990px)  {
	.nav>li>a {
		padding: 30px 0px 25px !important;
		font-size: 14px !important;
		min-width: 80px !important;
	}
	.nav li:hover:before, .nav .active:before{
		border:39px solid #f79420 !important;
		height: 100px !important;
		border-top: 0 solid !important;
		border-bottom: 35px solid rgba(0,0,0,0)!important;
	}
	.icon{display:none !important;}
	.cat-ul li  img{margin:0px !important;}
	.tabButtons li a {
		padding: 8px !important;
	}
}
@media (max-width: 979px) and (min-width: 768px){
.bgnav .logo img{margin-top:5px;}
	.navbar {float:none !important;}
	.nav>li{padding:0 1px;}
	.nav>li>a {
		padding: 30px 0px 25px !important;
		font-size: 13px !important;
		min-width: 80px !important;
	}
	.nav li:hover:before, .nav .active:before{
		border:39px solid #f79420 !important;
		height: 100px !important;
		border-top: 0 solid !important;
		border-bottom: 35px solid rgba(0,0,0,0)!important;
	}
	.sub-banner{margin-top:100px;}
	.tabButtons li a{  padding: 8px;}
}

@media (min-width: 320px) and (max-width: 767px)  {
.nav li:hover:before, .nav .active:before{display:none;}
	.bgnav .logo img{width:38%;}
	.navbar{
		top:-58px;
	}
	.navbar-toggle {
		top:-25px;
	}
	.navbar {float:none !important; width:100%; margin:0px !important;}
	.navbar-collapse{background:#fff; margin:0px !important;}
	.nav>li{margin:5px 0px; }
	.nav>li>a{
		height:auto !important;
		color:#666 !important;
		padding:5px !important;
		border-radius:5px !important;
		}
	.nav>li>a:hover ,.nav .active {
		text-decoration: none;
		background:#f89420 !important;
		background-image:none !important;
		width:100%;
		height:auto !important;
		color:#fff !important;
		border-radius:5px;
	}
	#subscribe{
		text-align:center;
		padding:40px 0px;
	}
	
	.foot-wrap {width:70%; margin:0 auto;}
	.cat-ul li img {
		margin: 0px !important;
	}
	.sub-banner{margin-top:100px;}
	.para-text{
		font-size:15px;
		line-height:25px;
	}
	.tabButtons li a{  padding: 8px;}
}

@media (min-width: 320px) and (max-width: 480px)  {
	.bgnav .logo img{width:45%; margin:10px 0 0 0;}
	.navbar{
		top:-38px;
	}
	.bgnav{height:95px;}
	.navbar-toggle {
		top:-12px;
	}
	.list-app-sec{
		width:95%;
		margin:0px auto;
	}
	.ul-list li span{
		font-size:13px !important;
		text-align:justify;
	}
	.sub-banner{margin-top:70px;}
	.para-text{
		font-size:15px;
		line-height:25px;
	}
	.row-sec .cat-img{
		width:100%;
	}
}
@media (min-width: 320px) and (max-width: 360px)  {
	.bgnav .logo img{width:50%; margin:15px 0 0 0;}
	.navbar{
		top:-38px;
	}
	.bgnav{height:80px;}
	.navbar-toggle {
		top:-8px;
	}
	.row-sec .cat-img{
		width:100%;
	}
}