/***----- font start -------*****************/
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light.woff2') format('woff2'),
         url('../fonts/lato-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold.woff2') format('woff2'),
         url('../fonts/lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/lato-heavy.woff2') format('woff2'),
         url('../fonts/lato-heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
         
}
/***----- font End -------*****************/

/* loader and modal start */
#model { position: absolute; top: 0; left: 0; width: 100%; z-index: 10000; background-color: rgba(0,0,0,0.5); display: none; }
#loader { position: absolute; z-index: 10001; text-align: center; display: none; padding: 10px; background-color: #fff; }
#loader .fa { margin-bottom: 5px; }
#loader label { font-size: 13px; color: #000; display: block; margin: 0; line-height: 1; }
#loader .fa { 
	color: #F8A700;
}
/* loader and modal end */
.alertify-logs { z-index:10002; width: 450px; }
.alertify-log ul { margin-bottom: 0; }
.form-control:focus {
	box-shadow: none;
    border-color: #F8A700;
}

body, html {
	height: 100%;
}
body {
	font-family: 'latoregular';
	font-size: 14px;
}
a:focus {
	outline: none;
}
a,
a:hover{
	text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin: 0;
}
::-webkit-scrollbar {
    background: rgba(0,0,0,0.1);
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #FAA331;
}
#customescroll::-webkit-scrollbar {
    background: rgba(0,0,0,0.1);
    width: 10px;
}
#customescroll::-webkit-scrollbar-thumb {
    background: #fcc173;
}
/**------------------- comman class -----------------------------------**/
.italic {
	font-style: italic;
}
.justify {
	text-align: justify;
}
.title-font-family{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.bg-orange {
	background-color: #FAA331;
}
.orange-text {
	color : #FAA331;
}
.white-text {
	color: #fff !important; 
}
.black-text {
	color: #000000 !important;
}
.padding-top-50 {
	padding-top: 50px;
}
.hide {
	display: none;
}
.inline-block {
	display: inline-block;
}
.valign-middle {
	vertical-align: middle;
}
/**------------------- comman class -----------------------------------**/
/**------------------- Left banner -----------------------------------**/
.main-container {
	height: 100%
}
.left-menu {
	height: 100%;
	width: 50%;
	position: fixed;
}
.homebgimage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	right: 10%;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.homebgimage.active {
	opacity: 1;
}
.homebgimage.homebgimage1 {
	background-image: url('../images/banner/homebanner1.jpg');
	background-position: right center;
}
.homebgimage.homebgimage2 {
	background-image: url('../images/banner/homebanner2.jpg');
	background-position: 3% center;
}
.homebgimage.homebgimage3 {
	background-image: url('../images/banner/homebanner3.jpg');
	background-position: 69% center;
}
.homebgimage.homebgimage4 {
	background-image: url('../images/banner/homebanner4.jpg');
	background-position: 42% center;
}
.homebgimage.homebgimage5 {
	background-image: url('../images/banner/homebanner5.jpg');
	background-position: 42% center;
}
.homebgimage.homebgimage6 {
	background-image: url('../images/banner/homebanner6.jpg');
	background-position: 60% top;
}
.homebgimage.homebgimage7 {
	background-image: url('../images/banner/homebanner7.jpg');
	background-position: center center;
}
.homebgimage.homebgimage8 {
	background-image: url('../images/banner/homebanner8.jpg');
	background-position: left bottom;
}
.homebgimage.homebgimage9 {
	background-image: url('../images/banner/homebanner9.jpg');
	background-position: center center;
}
.homebgimage.homebgimage10 {
	background-image: url('../images/banner/banner.jpg');
	background-position: center center;
}
.homebgindicators {
	position: absolute;
	left: 20%;
	bottom: 30px;
	z-index: 10;
}
.homebgindicators ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-left: -10px;
} 
.homebgindicators ul li {
	float: left;
	margin: 0 10px;
	margin-bottom: 6px;
}
.homebgindicators ul li a {
	display: block;
	height: 13px;
	width: 13px;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	background-color: #FAA331;
	border: 1px solid #fff;
	opacity: 0.5;
}
.homebgindicators ul li.active a{
	opacity: 1;	
}
.banner-title {
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 19%;
	right: 35px;
	font-style: italic;
}
/**------------------- end  Left banner -----------------------------------**/
/**------------------- right container -----------------------------------**/
.padding-left-0 {
	padding-left: 0 !important;
}
.logo {
	position: fixed;
	top: 95px;
	left: 13%;
	z-index: 100;
}
.logo > img{
	width: 250px;
}
.right-container {
	width: 50%;
	position: absolute;
	right: 0;
	padding: 145px 20px 20px;
	height: 100%;
}
.mytopnav {
	top: 95px;
	position: fixed;
	margin: 0;
	border: none;
	background: none;
	z-index: 100;	
}
.mynavbar {
	position: relative;
	border-bottom: 1px solid #FAA331;
	float: none;
}
.mytopnav .navbar-nav.active>a,
.mytopnav .navbar-nav>.active>a:focus,
.mytopnav .navbar-nav>.active>a:hover ,
.mynavbar > li> a:hover{
	background: none;
	color: #000;
}
.mytopnav .navbar-nav>.open>a, 
.mytopnav .navbar-nav>.open>a:focus, 
.mytopnav .navbar-nav>.open>a:hover,
.mytopnav .navbar-nav li a {
	color: #000;
}
.mytopnav .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.mytopnav li >a {
	font-size: 15px;
}	
.mynavbar > li > a:focus, 
.mynavbar > li > a:hover {
	background-color: transparent;
}
.mynavbar li  ul {
	display: none;
}
.mynavbar li {
	position: initial;
}	
.submenu-cotainer {
	position: absolute;
	display: block;
	bottom: -28px;
	left: 2%;
}
.mynavbar li.active  ul {
	padding: 0;
}
.mynavbar .submenu  ul  li {
	display: inline-block;
}
.mynavbar .submenu  ul  li  a {
	padding: 6px 10px; 
	color: #FAA331;
	text-decoration: none;
	text-transform: uppercase;
}
.submenu > a {
	cursor: pointer;
} 
@media (max-width: 1199px) {
	.logo > img{
		width: 230px;
	}
}
@media (max-width: 991px) and  (min-width: 768px) { 
	.logo > img {
		width: 150px;
	}
}
@media (max-width: 767px){
	.submenu > a::before ,
	.submenu > a::before {
		content: "+";
		position: absolute;
		font-size: 40px; 
		top: 9px;
		left: -25px;
	}
	.submenu.opned > a::before{
		content: "_";
		top: -10px;
	}
	.padding-left-0 {
		padding-left: 10px !important;
	}
	.mobile-header-strip {
		position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 11;
	    height: 112px;
	    -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;
	}
	.mobile-header-strip.white {
		background-color: #fff;
		box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
	}
	.logo {
		top: 30px;
	}
	.logo > img {
		width: 200px;
	}
	.mytopnav {
		right: 30px;
		top: 30px;
	}
	.mytopnav .navbar-toggle {
		background-color: #FAA331;
		padding: 8px 10px 7px;
		margin: 0; 
		border-radius: 0;
	}
	.mytopnav .navbar-toggle .icon-bar{
		background-color: #fff;
		margin: 5px 0;
		width: 35px;
		height: 5px;
	}
	.mytopnav .navbar-collapse {
		box-shadow: 0 0 25px rgba(0,0,0,0.5);
		position: fixed;
		background-color: #fff;
		width: 300px;
		height: auto !important;
		right: -50%;
		top: -95px;
		bottom: 0;
		padding-left: 40px;
		padding-right: 25px;
		padding-top: 200px;
		-webkit-transition: right 0.3s ease-in-out, width 0.3s ease-in-out;
		-moz-transition: right 0.3s ease-in-out, width 0.3s ease-in-out;
		-ms-transition: right 0.3s ease-in-out, width 0.3s ease-in-out;
		-o-transition: right 0.3s ease-in-out, width 0.3s ease-in-out;
		transition: right 0.3s ease-in-out, width 0.3s ease-in-out;
	}
	.mytopnav .navbar-collapse[aria-expanded="false"]{
		right: -50%;
	}
	.mytopnav .navbar-collapse[aria-expanded="true"]{
		right:0;
	}

	.mynavbar {
		margin: 0;
	}
	.mytopnav li:first-child >a {
	    padding-left: 10px;
	}
	.mytopnav .navbar-collapse.collapse.in > .custome-toggle {
		display: inline-block !important;
	}
	.mytopnav .custome-toggle {
		z-index: 10;
		position: fixed;
		right: 30px;
		top:30px;
		padding: 15px 12px !important;
	}
	.custome-toggle .close {
		font-size: 70px;
		color: #fff;
		opacity: 1;
		display: inline-block;
		vertical-align: top;
		line-height: 0.0;
		font-weight: normal;
		float: none;
	}
	.mynavbar .submenu  ul  li.active  a,
	.mynavbar  li.active  a {
		border-bottom: none;
	}
	.mynavbar {
		border-bottom: 0;
	}
	.right-container {
		position: static;
		width: 100%;
		padding: 20px 30px; 
		padding-top: 0;
		height: auto;
	}

	.mynavbar li.active {
		border-bottom: none;
	}
	.mynavbar > li > a {
		-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;
	}
	.mynavbar > li.active > a {
		color: #FAA331 !important;
	}	
	.submenu > ul {
		padding: 0;
	}
	.submenu > ul > li {
		list-style: none;
	}
	.mynavbar .submenu  ul {
		padding: 0;
	}
	.mynavbar .submenu  ul  li  a {
		padding: 6px 10px; 
		color: #FAA331;
	}
	.mynavbar .submenu  ul  li  a {
		display: block;
		padding: 3px 10px;
		color: #9E9E9E;
	}
	.mynavbar li ul {
		display: block !important;
		max-height: 0;
		overflow: hidden;
		-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;
	}
	.mynavbar li.opned  ul {
		position: static;
		max-height: 150px;
	}
	.mynavbar .submenu  ul  li {
		display: block;
	}
	.mynavbar .submenu  ul li {
		animation-name: none !important;
	}
	.mynavbar li.active ul li {
		display: block;
	}
	.submenu-acive-bar {
		display: none;
	}
	.submenu-cotainer {
		position: static;
	}
	.mynavbar .submenu ul li a {
		color: #9E9E9E;
	}
	.mynavbar .submenu ul li.active a {
		/*color: #9E9E9E;*/
		font-weight: bold;
	}
}
/**-------------------end  right container -----------------------------------**/

/**-------------------  Content -----------------------------------**/
.content-container {
	width: 85%;
	overflow: visible;
	height: 100%;
}
.scroll {
	height: 100%;
	overflow: auto;
}

.p-content {
	line-height: 23px;
	font-size: 15px;
	margin: 0;
	margin-bottom: 20px;
}
.top-space {
	padding-top: 120px;
}
@media (max-width: 1199px) {
	.top-space {
	    padding-top: 60px;
	}
	.p-content{
		font-size: 14px;
		line-height: 20px !important;
	}
}
@media (max-width: 992px) {
	.top-space {
	    padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.top-space {
	    padding-top: 0;
	}
	.content-container { 
		height: auto;
		width: auto;
		padding-right: 0;
	}
}
/**------------------- End Content -----------------------------------**/

/**------------------- footer -----------------------------------**/
footer{
	opacity: 0.6;
	font-size: 10px;
	position: fixed;
    bottom: 130px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
}
@media (max-width: 991px) {
	footer {
		right: -30px;
	}
}
@media (max-width: 767px) {
	footer {
		position: static;
		transform: none;
		padding: 20px 30px; 
	}
}
/**------------------- End footer -----------------------------------**/
.alertify-logs { width: 450px; max-width: calc(100% - 20px); }
.alertify-log {
	padding: 24px 20px;
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.6);
	color: #fff;
	cursor: pointer;
}
.alertify-log-success {
	background-color: #37a000;
	border-color: #37a000;
}
.alertify-log-error {
	background-color: #b00;
	border-color: #b00;
}
@media(max-width: 767px) {
	.alertify-log {
		padding: 18px 14px;
	}
}

.automation-process.top-container {
	padding-top: 0;
}
.automation-process .subpage {
    padding-top: 0px;
}
.mytopnav .submenu-cotainer li >a {
    font-size: 18px;
    position: relative;
    top: 4px;
    font-weight: 400;
}
.main-automation-page .pagetitle {
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: 400;
}
#automationcontent1 .content-container,
#automationcontent2 .content-container {
    width: 99%;
    overflow: visible;
    height: 100%;
}
.sub-ul {
	padding-left: 0px;
}
.sub-ul > li  {
    list-style: none;
    font-size: 16px;
    line-height: 29px;
}
.ul-decimal.top-ul {
	padding-top: 0;
	padding-left: 20px;
}
.ul-decimal.top-ul > li {
	font-size: 16px;
	line-height: 29px;
	list-style: disc;
}
.main-automation-page .p-content {
    font-size: 16px;
}
.ul-decimal.bottom-ul {
	padding-top: 0;
	padding-left: 20px;
}
.ul-decimal.bottom-ul > li {
	font-size: 16px;
    line-height: 30px;
    list-style: inside;
}
.ul-decimal.bottom-ul span {
	display: block;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.expertise-content {
	padding-top: 70px;
}
.main-automation-page .p-content.expertise-title {
	font-size: 22px;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.main-automation-page .industrial-img {
    margin-bottom: 25px;
    object-fit: cover;
    object-position: center;
}
.machine-page .printing-image img {
	width: 100%;
}
.machine-page .pr-img {
	padding-right: 15px;
}
.machine-page .lt-img {
	padding-left: 15px;
}
.machine-page .ul-decimal.top-ul {
    padding-top: 20px;
    padding-left: 20px;
}

@media(max-width: 1314px) {
	.main-automation-page .col-lg-5 {
	    width: 38.666667%;
	}
	.main-automation-page .col-lg-7 {
	    width: 60.333333%;
	}
}
@media(max-width: 1277px) {
	.main-automation-page .col-lg-5 {
	    width: 33.666667%;
	}
	.main-automation-page .col-lg-7 {
	    width: 66.333333%;
	}
}
@media(max-width: 1199px) {
	.main-automation-page .col-lg-5 {
	    width: 100%;
	}
	.main-automation-page .col-lg-7 {
	    width: 100%;
	}
	.machine-page .pr-img {
		padding-right: 0px;
		width: 100%;
	}
	.machine-page .lt-img {
		padding-left: 0px;
		width: 100%;
	}
	.main-automation-page .p-content {
	    font-size: 16px;
	    line-height: 26px !important;
	}
}
@media(max-width: 767px) {
	.new-page .title-font-family.visible-xs {
		display: none !important; 
	}
	#automationcontent1 .page-menu > li > a {
	    padding: 10px 20px;
	    font-size: 16px;
	    margin-top: 5px;
	}
	#automationcontent1 .page-menu > li:first-child > a {
	    padding-left: 0;
	}
	.main-automation-page .p-content {
	    font-size: 16px;
	    line-height: 26px !important;
	}
	.main-automation-page .ul-decimal > li {
	    font-size: 16px;
	    line-height: 26px;
	}
	.machine-page .printing-image img {
	    height: 140px;
	    object-fit: cover;
	    object-position: right;
	}
}
@media(max-width: 575px) {
	#automationcontent1 .page-menu > li > a {
	    padding: 10px 7px;
	    font-size: 15px;
	}
	.main-automation-page .pagetitle {
	    font-size: 20px;
	}
}

.robots-product-page.content-container {
    width: 85%;    
    padding-top: 0px;
    border-top: 1px solid #000;
    margin-top: 25px;
}
.robots-product-page .robot-banner {
	
}
.robots-product-page .robot-banner img {
	width: 100%;
	object-fit: cover;
}
.robot-ul {
	padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.robot-ul > li {
	list-style: disc;
	font-size: 16px;
    line-height: 29px;
}
.robots-product-page .robot-content .row-image img {
	width: 100%;
	object-fit: cover;
}
.robots-product-page .robot-content .graph-image img {
	width: 100%;
	object-fit: cover;
}
.robots-product-page .robot-content .table-image img {
	width: 100%;
	object-fit: cover;
}
.robots-product-page .robot-content .graph-image {
	padding: 50px 0;
}
.robots-product-page .robot-content .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}
@media(max-width: 991px) {
	.robots-product-page .robot-content .col-lg-3 {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
}
@media(max-width: 767px) {
	.robots-product-page.content-container {
	    width: 100%;
	}
	.page-banner.product-robot {
		background-image: url(../images/cobot-banner.jpg);
	    height: 235px;
	    background-size: contain;
	    background-position: bottom;
	    background-repeat: no-repeat;
	}
	.robots-product-page .robot-banner {
		display: none;
	}
}