/*--------------------------------------------------------------
# CSS Document
--------------------------------------------------------------*/
body, html {
	font-family: myriad-pro;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	padding: 0;
	margin: 0;
overflow-x:hidden !important;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin: 0;
line-height:0.9;
}
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;
}
.margintop-md-20
{
margin-top:20px;
}


.being-more, .infy-logo, a.stories {
  position: absolute;
}

a.stories {
  color: #fff;
  font-size: 19px;
  right: 4%;
  top:11px;
  transition: all 0.5s ease 0s;
}


.infy-logo {
  left: 105px;
  top: 30px;
}


.overlaytop {
  position: absolute;
  width:98%;
  z-index: 1001 !important;
}
.margintop-md-10
{
margin-top:50px;
}
a:hover {
	text-decoration: none;
}
.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: inherit;
}

.blue-clr
{
color:rgba(70,111,245,1.00);
}

.yellow-clr
{
color:rgba(239,253,0,1.00);
}

/*-------------------------------
# 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-color: #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%;
}




/*btn border bg*/

a.btn-border {
	color: #fff;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	/*background-color: #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-border: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: transparent;
	z-index: -1;
}
a.btn-border:hover {
	border: 1px solid #ff4;
	background-color: transparent;
	color: #ff4;
}
a.btn-border:hover:before {
	width: 100%;
}


a.btn-border-black {
	color: #000;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
	display: inline-block;
	/*background-color: #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-border-black: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: transparent;
	z-index: -1;
}
a.btn-border-black:hover {
	border: 1px solid #ff4;
	background-color: transparent;
color:#082B47;

}

a.btn-border-black:hover:before {
	width: 100%;
}


/*btn-border bg end*/

/*# font size */
.fs-md-16 {
	font-size: 16px;
}
.fs-md-18 {
	font-size: 18px;
}
.fs-md-20 {
	font-size: 20px;
}
.fs-md-30 {
	font-size: 30px;
}
/*# Color CSS */
.white-color {
	color: #ffffff !important;
}
.orange-color {
	color: #f15a29 !important;
}
/*# Fontweight*/
.fontweight300 {
	font-weight: 300;
}
.fontweight400 {
	font-weight: 400;
}
.fontweight600 {
	font-weight: 600;
}
.fontweight900 {
	font-weight: 900;
}
.text-underline {
	text-decoration: underline;
}
/*# Block */
.block {
	display: block;
}
.relative {
	position: relative;
}
/*# Margin CSS*/
.mt-md-10 {
	margin-top: 10px;
}
.mt-md-20 {
	margin-top: 20px;
}
.mt-md-30 {
	margin-top: 30px;
}
.mt-md-50 {
	margin-top: 50px;
}
.mt-md-70 {
	margin-top: 70px;
}
/*margin bottom*/
.mb-md-0 {
	margin-bottom: 0;
}
.mb-md-5 {
	margin-bottom: 5px;
}
.mb-md-10 {
	margin-bottom: 10px;
}
.mb-md-15 {
	margin-bottom: 15px;
}
.mb-md-20 {
	margin-bottom: 20px;
}
/*# Padding CSS*/
.p0-md {
	padding: 0;
}
/*padding left*/
.pl-md-15 {
	padding-left: 15px;
}
.pl-md-20 {
	padding-left: 20px;
}
.pl-md-50 {
	padding-left: 50px;
}

/*margin-left*/

.marginright-md-100
{
margin-right: -105px;
}
/*padding right*/
.pr-md-0 {
	padding-right: 0px;
}
/*padding top*/
.pt-md-15 {
	padding-top: 15px;
}
.pt-md-20 {
	padding-top: 20px;
}
/*padding bottom*/
.pb-md-15 {
	padding-bottom: 15px;
}
.pb-md-20 {
	padding-bottom: 20px;
}
/*# Contact us Iframe CSS*/
.iframe-contact-ht {
	height: 910px;
	width: 100%;
	margin-top: 20px;
}
.form-group label {
	font-size: 14px;
}
.form-button {
	font-size: 20px;
	color: #fff !important;
	background-color: #f15a29;
	border-radius: 0px;
	text-transform: uppercase;
}
.form-button .fa {
	font-size: 14px;
}

/*burger menu*/

.menufullpage
{
position:absolute;
right:0 !important;
}
.floatright
{
float:right;
}

.bar {
  background-color: #fff;
  border-radius: 7px;
  display: block;
  height: 4px;
  margin-bottom: 3px;
  position: relative;
  top: 23px;
  width: 24px;
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  left: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}

/*burger menu end*/

/*offcanvas css*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #111;*/
/*background-color:rgba(25,26,104,0.9);*/
background-color:#183791;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size:14px;
    color: #fff;
    display: block;
    transition: 0.3s;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;

}

.sidenav a:hover {
    color: #ff4;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/*offcanvas css end*/
/*# 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-color: rgba(19,133,216,1.00);
	color: #fff !important;
	font-size: 13px;
	height: 45px;
	/*line-height: 23px;*/
	padding: 4px 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: 110px;
	z-index: 999;
	text-decoration: inherit;
}
.contact::before {
	background-color: rgba(19,133,216,0.8);
	content: "";
	height: 40px;
	padding: 10px 20px;
	position: absolute;
	right: -20px;
	top: 28px;
	-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: 130px;
	z-index: -1;
	text-decoration: inherit;
}
/*# Move to top scroll*/
.scroll-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 9;
}
/*# text shadow*/

/*# Progressbar*/
.progressbar {
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 2px;
	z-index: 1110;
}
.progressbar .width {
	background-color: rgba(248, 68, 50, 1);
	height: 2px;
	width: 0;
}
.orange-dot {
	clear: both;
}
.orange-dot span {
	float: left;
	width: 8px;
	height: 8px;
	background: #f15a29;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50px;
	margin-top: 9px;
}
/*# Template Css Starts*/
#roadmap, #ideate, #contact {
	padding: 90px 0;
}
/*# Header*/
header .navbar {
	margin-bottom: 0;
}
header .navbar-default {
	border-color: transparent;
	background-color: transparent;
}
header .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
header .navbar-default .navbar-nav > li > a::after {
	/*content: "|";*/
	color: #fff;
	position: absolute;
	right: 0;
}
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #f15a29;
}
header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
header .navbar-default .navbar-collapse, header .navbar-default .navbar-form {
	text-align: center;
}
header .navbar-nav {
	/*float: none;*/
float:right;

	display: inline-block;
	margin-top: 10px;
}
header .navbar-fixed-top {
	border-width: 0 0 0px;
	transition: all 0.5s ease-in-out;
	padding: 8px 10px 15px;
}
header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: transparent;
}
header .navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
/*	border-top-left-radius: 0;
	border-top-right-radius: 0;*/
border-radius:0px;
width:225px;
}
header .header-atv {
	top: 0px;
	background-color: #21409A;
	-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);
}
.header-atv .right-logo img {
	width: 62px;

}
header .navbar-default .navbar-nav > li.border-right a::after {
	content: "" !important;
}
.right-logo {
	max-width: 100px;
	position: absolute;
	top: 0;
	right: 0;
}
.right-logo img {
	width: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*----------------
# slider
----------------*/

.owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	color: white;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-dots {
	bottom: 25px;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background-color: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #869791;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
}
.owl-prev, .owl-next {
	background-repeat: no-repeat;
	width: 31px;
	height: 56px;
	text-indent: -9999px;
	position: absolute !important;
	top: 100px !important;
}
.owl-prev {
	background-image: url(/content/dam/infosys-web/en/campaigns/Images/2018/left-arrow.png);
	left: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-next {
	background-image: url(/content/dam/infosys-web/en/campaigns/Images/2018/right.png);
	right: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*----------------
# home 1
----------------*/

#bankingHome {
	padding: 75px 0px 0px;
	/*background: url("../images/banner-bg.png");*/
background: url("/content/dam/infosys-web/en/campaigns/Images/2018/dot.png");
	background-color: #d5e5f0;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	/*background-attachment: fixed;*/
	color: #fff;
}

h2.banking
{
  color: rgba(1,5,38,1.00);
}
.bankingPara
{
  color: rgba(1,5,38,1.00);
}


#home {
	padding: 75px 0px 0px;
	/*background: url("../images/banner-bg.png");*/
background: url("/content/dam/infosys-web/en/campaigns/Images/2018/dot.png");
	background-color: #191a68;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	/*background-attachment: fixed;*/
	color: #fff;
}
.rethink {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 4px;
	margin-bottom: 0px;
}

.case-study {
	font-size: 30px;
	font-weight:600;

	margin-bottom: 0px;
}
.accelerate {
	font-size: 90px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.banking {
  color: rgba(1,5,38,1.00);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.accelerate span {
	font-weight: 800;
}
.list-bg {
	font-size: 14px;
	line-height: 22px;
}
.banner-list {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner-list li {
	background: url(/content/dam/infosys-web/en/campaigns/Images/2018/list-arrow.png);
	list-style-type: none;
	padding-right: 15px;
	background-position: right 7px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.banner-list li:last-child {
	background: none;
}
.banner-txt {
	font-size: 14px;
	line-height: 22px;
/*	font-weight: 600;*/
font-weight:normal;

}
.banner-txt a {
	color: #f15a29 !important;
	font-weight: 400;
}
.banner-txt .fa {
	font-size: 10px !important;
	padding-left: 2px;
}
.banner-date {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.banner-venue {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
/*.banner-right{
	padding-right: 0px;
}*/
img.banner-img {
	float: right;
}
.down-arrow {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -69px;
}
.down-arrow a {
	color: #fff;
	font-size: 36px;
}
/*# roadmap*/
#roadmap {
	padding: 0px;
	/*background: url("../images/roadmap-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	min-height: 500px;*/
}
.slider-title {
	font-size: 28px;
	color: #000000;
	font-weight: 600;
	padding-top: 10px;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	/*top: 80px;*/
	top:46px;

}
#roadmap .owl-prev, #roadmap .owl-next {
	background-repeat: no-repeat;
	width: 40px;
	height: 15px;
	text-indent: -9999px;
	position: absolute !important;
	top: 50% !important;
}
#roadmap .owl-prev {
	background: url("/content/dam/infosys-web/en/campaigns/Images/2018/left-arrow.png");
	left: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
}
#roadmap .owl-next {
	background: url("/content/dam/infosys-web/en/campaigns/Images/2018/right-arrow.png");
	right: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
}
#roadmap .owl-theme .owl-dots {
	top: 140px;
	bottom: inherit;
	padding-left:226px;
}
#roadmap .owl-theme .owl-dots .owl-dot {
	margin: 0px 5px;
	cursor: pointer;
}
#roadmap .owl-theme .owl-dots .owl-dot div {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	background-image: url(/content/dam/infosys-web/en/global-resource/background-image/list-arrow.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px;
}
#roadmap .owl-theme .owl-dots .owl-dot.active div {
	color: #f15a29;
	position: relative;
}
#roadmap .owl-theme .owl-dots .owl-dot:last-child div {
	background-image: none;
}
#roadmap .owl-theme .owl-dots .owl-dot.active div:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-bottom: 5px;
	margin-right: 15px;
	height: 2px;
	background: #f15a29;
}
.caption-txt {
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
}
.slider-heading {
	font-size: 60px;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 80px;
}
.top-space {
	margin-top: 100px;
}
.slide-one, .slide-two, .slide-three, .slide-four, .slide-five {
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	background-attachment: scroll;
	padding: 100px 0px 0px;
min-height:546px;
}
#roadmap .owl-carousel .owl-item img {
/*	max-width: 100% !important;*/
	width: auto;
}
.slide-one {
	float: left;
	background-color: #f1ffd5;
	/*background-image: url(../images/ideate-bg-img.png);*/
	background-image: url("/content/dam/infosys-web/en/campaigns/Images/2018/dot.png");

}
.slide-two {
	float: left;
	background-color: #fff9ef;
	/*background-image: url(../images/make-bg-img.png);*/

}
.slide-three {
	float: left;
	background-color: #d7f2fd;
	background-image: url(/content/dam/infosys-web/en/newsroom/events/nrf/Images/sell-bg-img.png);
}
.slide-four {
	float: left;
	background-color: #e4f7bb;
	background-image: url(/content/dam/infosys-web/en/newsroom/events/nrf/Images/optimize-bg-img.png);
}
.slide-five {
	float: left;
	background-color: #fff9ef;
	background-image: url(/content/dam/infosys-web/en/newsroom/events/nrf/Images/connect-bg-img.png);
}
#roadmap-slider .owl-stage .owl-item:nth-child(3) {
	/*background-color: #B106D7 !important;*/
background-color:#f1ffd5;
}


/*# ideate*/
#ideate {
	padding: 75px 0px;
	background: url("/content/dam/infosys-web/en/newsroom/events/nrf/Images/ideate-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	min-height: 500px;
}
img.video-img {
	position: relative;
}
img.play-icon {
	width: auto !important;
	max-width: 100%;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translatey(-50%);
}
/*.border-orange{
	border-bottom: 2px solid #f15a29;
}*/

#insights {
	/*padding: 75px 0px;
	clear: both;*/
	margin-top: -1px;
}
.insights-title {
	font-size: 44px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	position: absolute;
	top: 80px;
	z-index: 99;
	border-bottom: 2px solid #fff;
	width: 96%;
	line-height: 57px;
}

/*.insights-title::before {
	display: inline-block;
	content: "";
	border-top: 2px solid #fff;
	width: 5%;
	margin: 0px 20px 0px 0px;
	transform: translateY(-15px);
}
.insights-title::after {
	display: inline-block;
	content: "";
	border-top: 2px solid #fff;
	width: 70%;
	margin: 0px 0px 0px 20px;
	transform: translateY(-15px);
}
*/
.controls .nav {
	position: absolute;
	z-index: 999;
	top: 150px;
}
#custom_carousel .controls li {
	display: inline-block;
	background: url(/content/dam/infosys-web/en/global-resource/background-image/list-arrow.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-right: 18px;
	background-position: right 7px;
	margin-bottom: 5px;
}
#custom_carousel .controls li:last-child {
	background: transparent;
}
#custom_carousel .controls li a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	font-weight: 600;
	border-radius: 0;
	background-color: transparent;
}
#custom_carousel .controls li.active {
	background-color: transparent;
}
#custom_carousel .controls li.active a::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-bottom: 5px;
	margin-right: 15px;
	height: 2px;
	background: #fff;
}
#custom_carousel .controls li.active a {
	background-color: transparent;
}
.tab_slider01, .tab_slider02 {
	margin: 0 auto;
	/*width: 70%;*/
}
/*.tab_slider01 {
	margin: 0 auto;
	max-width: 350px;
}*/
.bg-white {
	background-color: #FFFFFF;
	padding: 50px;
}
.category-title {
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
}
.sub-title {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.border-bottom {
	width: 100%;
	height: 2px;
	background-color: #f15a29;
	margin-bottom: 20px;
}
.tab_01, .tab_02, .tab_03, .tab_04, .tab_05, .tab_05, .tab_06 {
	background-repeat: no-repeat;
	-webkit-background-size: 70%;
	-moz-background-size: 70%;
	-o-background-size: 70%;
	background-size: 70%;
	background-attachment: scroll;
	padding: 200px 0px 90px;
}
.tab_01 {
	background-color: #219cd7;
	/*background-image: url(../images/insight-sell-bg.png);*/
	background-position: left center;
}
/*.tab_02 {
	background-color: #6cb33f;
	background-image: url(../images/insight-ideate-bg.png);
	background-position: right center;
}*/
.tab_03 {
	background-color: #f78e1e;
	background-image: url(/content/dam/infosys-web/en/newsroom/events/nrf/Images/insight-make-bg.png);
	background-position: left top;
}
.tab_04 {
	background-color: #219cd7;
	background-image: url(/content/dam/infosys-web/en/newsroom/events/nrf/Images/insight-sell-bg.png);
	background-position: left center;
}
.tab_05 {
	background-color: #7ac142;
	background-image: url(/content/dam/infosys-web/en/newsroom/events/nrf/Images/insight-optimize-bg.png);
}
.tab_06 {
	background-color: #faa41a;
	background-image: url(/content/dam/infosys-web/en/newsroom/events/nrf/Images/insight-connect-bg.png);
	background-position: right center;
}
/*.tab_01 .active:nth-child(2) ~ .tab_01 {
	background-color: #6cb33f;
	background-image: url(../images/insight-ideate-bg.png);
	background-position: right center;
}
.tab_01 .active:nth-child(3) ~ .tab_02 {
	background-color: #f78e1e;
	background-image: url(../images/insight-make-bg.png);
	background-position: left top;
}*/
/*----------------
# Footer
----------------*/
footer {
	background-color: #252525;
	color: #fff;
	padding: 10px 0;
}
.breadcrumb {
	/*margin-top: 35px;*/
	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;
}
.custompopup .modal-content {
	background-color: rgba(0, 0, 0, 1);
}
.custompopup iframe {
	border: none;
}
.custompopup .close {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 999;
	top: 1px;
	right: -36px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.86);
	opacity: 1;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

@media all and (max-width: 1200px) {
.list-bg {
	padding-left: 0px;
}
.banner-txt {
	padding-left: 0px;
	padding-right: 0px;
}
.banner-date {
	padding-left: 0px;
}
.banner-venue {
	padding-left: 0px;
}
.rethink {
	font-size: 24px;
	letter-spacing: 2px;
}
.accelerate {
	font-size: 70px;
	letter-spacing: 3px;
}

.banking  {
	font-size: 60px;
	letter-spacing: 3px;
}
.banner-date {
	font-size: 18px;
}
.banner-venue {
	font-size: 18px;
}
/*slider*/	
.slider-heading {
	font-size: 40px;
}
}

@media all and (max-width: 1024px) {
/* iPads (Landscape) ----------- */

/*# home*/
.owl-prev, .owl-next {
	top: 150px !important;
}
.caption {
	left: 10%;
	right: 10%;
	width: 80%;
}
.tab_slider03 .owl-dots {
	bottom: -40px;
	line-height: 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
	width: 50px;
	height: 5px;
	margin: 5px 7px;
	/*background-color: rgba(19, 133, 216, 1);*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.tab_slider01, .tab_slider02 {
	margin: 0 auto;
	width: 100%;
}
.insights-title::after {
	width: 65%;
}
.banner-date {
	font-size: 16px;
	letter-spacing: 1px;
}
.banner-venue {
	font-size: 16px;
	letter-spacing: 1px;
}
}

@media all and (max-width: 992px) {
/*----------------
# Global CSS
----------------*/
.text-left-sm {
	text-align: left;
}
.hidden-sm {
	display: none !important;
}
/*# font size*/
.fs-sm-18 {
	font-size: 18px;
}
.fs-sm-20 {
	font-size: 20px;
}
/*# Margin CSS*/
.margin-sm-0 {
	margin: 0px;
}
.mt-sm-0 {
	margin-top: 0;
}
.mt-sm-5 {
	margin-top: 5px;
}

.mt-sm-20 {
	margin-top:20px;
}
.mb-sm-0 {
	margin-bottom: 0;
}


/*# Padding CSS*/
.p0-sm {
	padding: 0;
}
.pt-sm-20 {
	padding-top: 20px;
}
.pl-sm-15 {
	padding-left: 15px;
}
.sub-title {
	font-size: 15px;
}
/*# Footer*/
.breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
}
.insights-title::after {
	width: 59%;
}
img.banner-img {
	float: none;
	margin: 0 auto;
}
.contact {
	top: 42%;
}
}

@media all and (max-width: 992px) {
/*.banner-right {
    position: relative;
}*/
img.banner-img {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	position: relative;
}
/*slider*/
.slide-one, .slide-two, .slide-three, .slide-four, .slide-five {
	padding-bottom: 50px;
}
.slider-heading {
	margin-top: 30px;
}
.top-space {
	margin-top: 30px;
}
header .navbar-nav {
	float: left;
}
.right-logo img {
	width: 70px;
}
}

@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
----------------*/ 

.marginright-md-100
{
margin-right:-16px !important;
}
.infy-logo {
  left: 15px;
  top: 22px;
}

.text-center-xs {
	text-align: center;
}
.inline-xs {
	display: inline;
}
/*# Contact Ribbon*/
.contact {
	background-color: #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-color: 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;
}
/*# font size */
.fs-xs-18 {
	font-size: 18px;
}
/*# Margin CSS*/
.mt-xs-10 {
	margin-top: 10px;
}
/*margin bottom*/
.mb-xs-30 {
	margin-bottom: 30px;
}
/*# Padding CSS*/
.p0-xs {
	padding: 0;
}
.pt-xs-20 {
	padding-top: 20px;
}
.pl-md-15 {
	padding-left: 15px;
}
.pr-md-0 {
	padding-right: 0px;
}
/*# Template Css Starts*/
/*#roadmap, #ideate, #contact {
	padding-top: 80px;
}*/
	
/*# Header*/
header .navbar-default {
	-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);
}
header .header-atv {
	top: 0px;
	background-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);
}
header .container-fluid > .navbar-collapse, header .container-fluid > .navbar-header, header .container > .navbar-collapse, header .container > .navbar-header {
	background-color: #21409A;
	padding-bottom: 10px;
}
header .navbar {
	padding: 0px;
}
header .navbar-default .navbar-collapse, header .navbar-default .navbar-form {
	border-color: transparent;
}
header .navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 16px 10px;
}
header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
header .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
header .navbar-default .navbar-collapse, header .navbar-default .navbar-form {
	text-align: left;
}
header .navbar-nav {
	display: block;
	margin-top: 10px;
	width: 100%;
}
header .navbar-default .navbar-nav > li > a {
	color: #fff !important;
	font-size: 14px;
}
/*header .navbar-default .navbar-nav > li > a:hover, */
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover {
	color: #f15a29 !important;
}
header .navbar-default .navbar-nav > li > a::after {
	content: "";
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff !important;
}
.right-logo {
	max-width: 90px;
	position: absolute;
	top: -2px;
	left: 140px;
}
.bg-white {
	padding: 20px;
}
/*# home*/
#home {
	height: auto;
}
.owl-dots {
	bottom: 0;
	position: relative;
	width: 100%;
}
.caption {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	color: #333;
	text-align: center;
}
.custompopup .close {
	right: 6px;
}
.slider-title {
	font-size: 22px;
	top: 80px;
}
.controls .nav {
    top: 140px;
}
#roadmap-slider.owl-theme .owl-dots {
	position: absolute;
	padding-left: 0px;
	top: 150px;
}
#roadmap .owl-prev, #roadmap .owl-next {
	top: 250px !important;
}
#roadmap .owl-prev {
	left: 20px;
}
#roadmap .owl-next {
	right: 20px;
}
.banner-txt {
	font-size: 14px;
	line-height: 22px;
}
.slider-heading {
	font-size: 30px;
}
/*#tab_slider {
    margin: 0 auto;
    width: 100%;
}*/
.insights-title::before {
	width: 10%;
}
.insights-title::after {
	width: 10%;
}
}

@media all and (max-width: 640px) {
/* Mobile (Landscape) ----------- */
.rethink {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
}
.accelerate {
	font-size: 42px;
}
.banner-list {
	font-size: 16px;
	font-weight: 600;
}

/*.slider-title {
	font-size: 20px;
	top: 30px;
}
#roadmap-slider.owl-theme .owl-dots {
	top: 90px;
}*/
}

@media all and (max-width: 480px) {
/* Mobile (Landscape) ----------- */
.insights-title{
	width: 92%;
}
.tab_01, .tab_02, .tab_03, .tab_04, .tab_05, .tab_05, .tab_06 {
	padding-top: 200px;
}
.slide-one, .slide-two, .slide-three, .slide-four, .slide-five {
    padding-top: 150px;
}
.category-title {
	font-size: 30px;
}
.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) ----------- */
}