/***-- page banner ---**/
.homebgimage.homebgimage1,
.homebgimage.homebgimage3 {
	background-position: 80% center;
}
.homebgimage.homebgimage2 {
	background-position: 43% center;
}
.homebgimage.homebgimage4 {
	background-position: 85% center;
}
.homebgimage.homebgimage5 {
	background-position: 80% center;
}
.homebgimage.homebgimage6 {
	background-position: 25% center;
}
.homebgimage.homebgimage7 {
	background-position: 80% center;
}
.homebgimage.homebgimage8 {
	background-position: 80% center;
}
.homebgimage.homebgimage9 {
	background-position: 55% center;
}
/***--End page banner ---**/

.navbar-container {
	position: relative;
}
.active-bar,
.submenutab-active-bar {
	position: absolute !important;
	height: 3px;
	width: 0;
	bottom: -1px;
	left: 0;
}
.active-bar{
	background-color: #FAA331;
}
.submenutab-active-bar {
	background-color: #000;
}
.active-bar-transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.submenu-acive-bar {
	display: none;
	position: absolute;
	height: 3px;
	width: 0;
	background-color: #000;
	bottom: -9px;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.submenu.active .submenu-acive-bar {
	display: block;
}
.grey-text {
	color: #5e5e5e;
}
.row-0 {
	margin-left: 0;
	margin-right: 0;
}
.col-0 {
	padding-left: 0;
	padding-right: 0;
}
.left-menu {
	width: 32%;
	border-right: 8px solid #FAA331;
}
.right-container {
	width: 68%;
	padding-left: 40px;
}
.top-container {
	padding-top: 60px;
	height: 100%;
}
.mytopnav,
.page-menu,
.single-menu-hr {
	width: calc(68% - 13%);
}
.mynavbar {
	width: 100%;
}
.subpage {
	padding-top: 25px;
	color: #000;
}
.page-menu {
	border-top: 1px solid #000;
	border-bottom: transparent;
	position: fixed;
	background-color: #fff;
}
.page-menu > li > a {
	color: #9E9E9E;
	border: transparent;
	font-weight: 400;
	text-transform: uppercase;
}
.page-menu > li.active > a,
.page-menu > li.active > a:focus,
.page-menu > li.active > a:hover {
	color: #000;
}
.page-menu > li:first-child > a {
	padding-left: 0;
}
.page-menu > li.active > a,
.page-menu > li.active > a:focus,
.page-menu > li.active > a:hover{
	border: transparent;
	/*background: transparent;*/
}
.page-menu > li > a:focus,
.nav > li > a:hover {
	background: transparent;
}
.banner-title{
	display: none;
}
.mytopnav li >a {
	padding: 10px 14px;
}
.homebgindicators {
	left: 20%;
}
.pagetitle {
	font-size: 30px;
	margin-bottom: 8px;
}
.line-height30 {
	 line-height: 30px;
}
.ul-decimal {
	padding: 0;
	padding-top: 60px;
	padding-left: 30px;
}
.ul-decimal > li {
	list-style: none;
	font-size: 19px;
	line-height: 50px;
}
.active-menu {
	position: absolute;
    width: 100%;
    left: 0;
    padding: 5px 30px;
    z-index: 10;
    font-size: 25px;
}
.industrial-img {
	margin-bottom: 10px;
	width: 100%;
}
.mynavbar li.active ul{
	display: block;
}
@media(max-width: 1199px) {
	.mytopnav li >a {
		padding: 10px 9px;
	}
	.content-container {
		width: 90.5%;
	}
	footer{
		right: -30px;
	}
	.pagetitle {
		font-size: 25px;
	}
	.ul-decimal {
		padding-top: 0;
		padding-left: 0;
	}
	.industrial-img {
		width: inherit;
	}
	.homebgindicators {
		left: 5%;
	}
}
@media (max-width: 991px) {
	.content-container {
		width: 93%;
	}
	footer{
		right: -45px;
	}
	.ul-decimal > li {
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 767px){
	.active-bar,
	.submenu-acive-bar,
	.submenutab-active-bar {
		display: none !important;
	}
	.main-container {
		height: auto;
	}
	.top-container {
		padding-top: 20px;
	}
	.bottom-hr{
		margin: 0;
		border-color: #000000;
		padding:0;
	}
	.content-container {
		width: 100%;
	}
	.pagetitle {
		color: #FAA331;
	}
}
@media (max-width: 480px) {
	.active-menu {
		font-size: 20px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.pagetitle {
		font-size: 20px;
	}
}
/***--------- About page ----------------------*********/
.padding-top-30{
	padding-top: 30px;
}
.box {
	padding: 40px 30px;
}
.box .scroll {
	height: calc(100% - 50px);
}
.ul-none {
	padding-left: 20px;
}
.ul-none > li{
	list-style: none;
	font-size: 16px;
	line-height: 2;
}
.box-container {
	margin-left: -150px;
	position:relative;
	z-index: 10;
}
.padding-left-150 {
	padding-left: 150px;
}
.padding-top-40 {
	padding-top: 40px;
}
.about-title {
	height: 45px;
	font-size: 27px;
}
.embed-box1 {
	padding-bottom: 78%;
}
.embed-box2 {
	padding-bottom: 55.6%;
}
.embed-box2 img {
	width: 100%;
}
@media (max-width: 1199px) {
	.about-title {
		font-size: 25px;
		height: auto;
		margin-bottom: 5px;
	}
}
@media (max-width: 991px) and  (min-width: 768px){
	.box{
		padding: 10px;
	}
	.about-title {
		font-size: 24px;
	}
	.ul-none {
		padding-left: 15px;
	}
}
@media (max-width: 767px) {
	.box-container {
		margin-left: 0;
	}
	.padding-left-150 {
		padding-left: 0;
	}
	.embed-responsive.normaldivxs {
		height: auto;
		padding: 0;
	}
	.embed-responsive.normaldivxs .embed-responsive-item {
		position: static;
		height: auto;
	}
}
@media (max-width: 480px) {
	.about-title {
		font-size: 20px;
	}
	.ul-none > li {
		font-size: 16px;
		line-height: 1.6;
	}
	.box {
		padding: 20px;
	}
}
/***--------- End About page ----------------------*********/

/***--------- hide banner ----------------------************/

.page-banner {
	margin-left: -30px;
	margin-right: -30px;
}
.page-banner > img {
	width: 100%;
}
@media (max-width: 767px) {
	.hide-banner .left-menu{
		display: none;
	}
	.hide-banner .content-container {
		padding-top: 0;
	}
	.banner-container {
		padding-top: 60px;
	}
}

/***--------- End hide banner ----------------------*********/

/***--------- clients ----------------------*********/
.details-container {
	padding-left:  15px;
	padding-right:  15px;
}
.details-box {
	position: relative;
}
.details-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 62px 75px 0;
	border-style: solid;
	border-color: #F19200 #fff;
}
.detail-box {
	padding: 40px 75px;
	font-size: 16px;
}
.padding-top-20 {
	padding-top: 20px;
}
.clients-logo {
	padding-top: 10px;
	padding-bottom: 20px;
}
.clients-logo img {
	padding-bottom: 20px;
}
@media (max-width: 1199px) {
	.detail-box {
		padding: 40px 65px;
	}
}
@media (max-width: 991px) {
	.detail-box {
		padding: 40px 50px;
	}
}
@media (max-width: 767px) {
	.clients-logo img {
		padding-bottom: 30px;
	}
	.clients-logo {
		text-align: center;
		padding-bottom: 10px;
	}
}

/***--------- End clients ----------------------*********/

/***--------- careers ----------------------*********/
.line-height-19 {
	line-height: 19px;
}
.forms .control-label{
	text-align: left;
	padding-left: 0;
	font-weight: normal;
	padding-top: 4px;
}
.forms {
	padding-top: 20px;
}
.seprater {
	position: absolute;
	right: 15px;
}
.forms .form-control {
	border-radius: 0;
	height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.forms .form-group {
	margin-bottom: 8px;
}
.padding-top-60 {
	padding-top: 60px;
}
.form-control.orange-btn {
	border: none;
	height: 34px;
	font-size: 15px;
}
@media(max-width: 991px) {
	.seprater {
		right: 5px;
	}
}
@media(max-width: 767px) {
	.seprater {
		display: none;
	}
	.forms .control-label{
		text-align: left;
		padding-left: 15px;
		padding-bottom: 5px;
	}
}
/***--------- End careers ----------------------*********/

/***--------- Product ----------------------**************/
.mynavbar li.product.active .submenu-cotainer {
	left: 9%;
}
.single-menu {
	padding-top: 30px;
}
.single-menu-hr {
	border-color: #000000;
	margin-top: 27px;
	margin-bottom: 0;
	position: fixed;
}
.product-box {
	width: 50%;
	padding: 30px 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-box h1 {
	font-size: 20px;
	margin-bottom: 12px;
}
.product-box p {
	font-size: 18px;
	line-height: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.product-box {
		width: 100%;
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.single-menu-hr {
		display: none;
	}
}
@media (max-width: 480px) {
	.product-box h1 {
		font-size: 18px;
	}
	.product-box p {
		font-size: 15px;
		line-height: 17px;
	}
}
/***--------- End Product ----------------------*********/
.strories-banner {
	margin-bottom: 30px;
}
.strories-banner > img {
	width: 100%;
}
.padding-top-28 {
	padding-top: 28px;
}
.forms .form-control.textarea {
	height: 200px;
}
@media (max-width: 1600px) {
	.logo {
		left: 4%;
	}
}
@media (max-width: 1199px) {
	.right-container {
		padding-left: 20px;
	}
	.page-menu > li > a {
		padding: 10px 13px;
	}
	.mytopnav,
	.page-menu,
	.single-menu-hr{
		width: calc(68% - 10%);
	}
}
@media (max-width: 991px) and  (min-width: 768px) {
	.mytopnav li > a {
	    font-size: 11px;
	    padding: 10px 5px;
	}
	.page-menu > li > a {
	    padding: 10px 5px;
	    font-size: 13px;
	}
}
@media(max-width: 767px) {
	.logo {
		left: 30px;
	}
	.mytopnav,
	.page-menu{
		width: auto;
	}
	.page-menu li > a {
		border-bottom: 3px solid transparent !important;
	}
	.page-menu li.active > a {
		border-color: #000 !important;
	}
	.subpage {
		padding-top: 0;
	}
	.page-menu {
		position: static;
		border-top: 0;
		padding-top: 40px;
	}
	.left-menu {
		position: static;
		width: inherit;
	}
	.homebgindicators {
		display: none;
	}
	.mynavbar .submenu > ul > li.active > a,
	.mynavbar > li.active > a {
		border-bottom: none;
	}
	.submenu > ul {
		display: none !important;
	}
	.mynavbar {
		border-bottom: 0;
	}
	.right-container {
		position: static;
		width: 100%;
		padding: 20px 30px;
		padding-top: 0;
		height: auto;
	}
	.mynavbar li.active > ul {
		position: static;
	}
	.page-menu > li > a {
        padding: 10px 5px;
		font-size: 12px;
	}
	.bottom-border {
		position: absolute;
	    border-bottom: 1px solid #000;
	    width: 100%;
	    left: 0;
	    bottom: -99px;
	}
	.ul-decimal {
		padding: 0;
	}
}
@media (max-width: 480px) {
	.page-menu > li:first-child > a {
		padding-left: 5px;
	}
	.bottom-border {
		bottom: -207px;
	}
}

/********************************** all banner ************************/
.page-banner.automationprocess {
	background-image: url(../images/banner/homebanner4.jpg);
	height: 125px;
	background-size: cover;
	background-position: bottom;
}