/*--------------------------------------------------------------
# CSS Document
--------------------------------------------------------------*/

body, html {
	font-family: myriad-pro;
	font-size: 18px;
	color: #333333;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: 900;
	margin: 0;
}
a {
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	outline: 0;
}
a:hover {
	text-decoration: none;
}
.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: inherit;
}
/*--------------------------------------------------------------
# iframe[google_conversion_frame]
--------------------------------------------------------------*/

iframe[name=google_conversion_frame] {
	display: none;
}
/*--------------------------------------------------------------
# Hover Shutter animation
--------------------------------------------------------------*/

a.btn-shutter {
	color: #fff;
	border: 1px solid #3e4651;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #23abd5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 5px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a.btn-shutter:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #3e4651;
	z-index: -1;
}
a.btn-shutter:hover {
	border: 1px solid #3e4651;
	background-color: transparent;
	color: #ffffff;
}
a.btn-shutter:hover:before {
	width: 100%;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/

.white-color {
	color: #ffffff !important;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/

.fontweight300 {
	font-weight: 300;
}
.fontweight400 {
	font-weight: 400;
}
.fontweight600 {
	font-weight: 600;
}
.fontweight900 {
	font-weight: 900;
}
/*--------------------------------------------------------------
# Block 
--------------------------------------------------------------*/

.block {
	display: block;
}
/*--------------------------------------------------------------
# Arrow Animation
--------------------------------------------------------------*/

.left-arrow img.arrow-move {
	position: relative;
	left: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.left-arrow:hover img.arrow-move {
	left: 5px;
}
/*--------------------------------------------------------------
# Contact Ribbon
--------------------------------------------------------------*/

.contact {
	background: #e8e8e8;
	color: #000!important;
	font-size: 12px;
	height: 40px;
	line-height: 23px;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	width: 100px;
	z-index: 999;
	text-decoration: inherit;
}
.contact::before {
	background: rgba(232, 232, 232, 0.6);
	content: "";
	height: 40px;
	padding: 10px 20px;
	position: absolute;
	right: -20px;
	top: 19px;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	width: 120px;
	z-index: -1;
	text-decoration: inherit;
}
/*--------------------------------------------------------------
# Move to top scroll
--------------------------------------------------------------*/

.scroll-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
/*--------------------------------------------------------------
# Template Css Starts
--------------------------------------------------------------*/

.section1, .section2, .section3, .section4, .section5 {
	padding: 100px 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.navbar {
	margin-bottom: 0;
}
.navbar-default {
	border-color: transparent;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.95);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #f25a25 !important;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #fff !important;
}
.navbar-brand {
	padding: 8px 15px;
}
/*--------------------------------------------------------------
# Section 1
--------------------------------------------------------------*/

.wrapper {
	background-image: url(/content/dam/infosys-web/en/smart-automation/for-real/Images/digital-farm/screen1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
}
.h1 {
	color: #f25a25 !important;
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: uppercase;
}
.sec1-txt1 {
	font-size: 80px;
	font-weight: 900;
}
.sec1-txt2 {
	font-size: 60px;
	font-weight: 300;
}
.sec1-txt3{
	font-size: 60px;
	font-weight: 300;
}
.sec1-txt4 {
	font-size: 60px;
	font-weight: 300;
}
/*--------------------------------------------------------------
# Section 2
--------------------------------------------------------------*/

.section2 {
	background-color: #fff;
}
.h2-head {
	color: #f25a25 !important;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	border-top: 4px solid #b74326;
    padding-top: 25px;
}
.para-bdr {
	font-weight: 300;
	border-top: 2px solid #b74326;
    padding-top: 25px;
}
/*--------------------------------------------------------------
# Section 3
--------------------------------------------------------------*/

ul.list > li {
	border-left: 1px solid #f25a25;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 20px;
}
.h2 {
	font-size: 25px;
	font-weight: 600;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	background-color: #000;
	color: #fff;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
	color: #fff;
	padding-left: 0;
	padding-right: 0
}
.breadcrumb > li > a {
	color: #fff;
}
.breadcrumb > li + li::before {
	content: "| ";
	color: #fff;
}
.border-top {
	border-top: 1px solid;
}
ul.list-unstyled > li {
	display: inline-block;
	margin-right: 10px;
}
ul.list-unstyled > li:last-child {
	margin-right: 0px;
}
ul.list-unstyled > li > a {
	color: #fff;
}

@media all and (max-width: 1024px) {
/* iPads (Landscape) ----------- */
/*--------------------------------------------------------------
# Section 1
--------------------------------------------------------------*/

}

@media all and (max-width: 992px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

.text-left-sm {
	text-align: left;
}
.navbar-header {
	float: none;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
}
}

@media all and (max-width: 768px) {
/* iPads (portrait) ----------- */
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

.text-left-sm {
	text-align: left;
}
}

@media all and (max-width: 767px) {
/* Mobile (Landscape) ----------- */
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

.text-center-xs {
	text-align: center;
}
/*--------------------------------------------------------------
# Contact Ribbon
--------------------------------------------------------------*/

.contact {
	background: #fff;
	color: #000!important;
	font-size: 12px;
	height: 40px;
	line-height: 23px;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	width: 35px;
	z-index: 999;
}
.contact::before {
	background: rgba(255, 255, 255, .6);
	content: "";
	height: 40px;
	padding: 10px 20px;
	position: absolute;
	right: -20px;
	top: 10px;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	width: 55px;
	z-index: -1;
}
/*--------------------------------------------------------------
# Template Css Starts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.navbar {
	padding: 5px 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
/*--------------------------------------------------------------
# Section 1
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Section 2
--------------------------------------------------------------*/

.para-bdr {
	border: 0;
	padding-top: 0;
}

}

@media all and (max-width: 640px) {
/* Mobile (Landscape) ----------- */
}

@media all and (max-width: 480px) {
/* Mobile (Landscape) ----------- */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.breadcrumb > li {
	display: block;
	margin-bottom: 10px;
}
.breadcrumb > li + li::before {
	content: " ";
}
}

@media all and (max-width: 360px) {
/* Mobile (portrait) ----------- */
}

@media all and (max-width: 320px) {
/* Mobile (portrait) ----------- */
}