/* Homepage Rotating Banner Styles */
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 3;
	padding: 10px 0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}

.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
}

.jquery-script-center a {
	text-decoration:none;
}

.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
}

.jquery-script-clear {
	clear:both;
	height:0;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
	
#slide-container {
	width: 100%;
	max-width:2000px;
}

#slide-container a:hover {
	text-decoration: none;
}
	
.g_slide {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.g_slide .item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
	width: 100%;
}

.switch_main {
	position: relative;
}

.g_slide .switch_nav {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 3;
  text-align: center;
}

.g_slide .switch_nav_item {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 13px;
  height: 13px;
  line-height: 200px;
  overflow: hidden;
  font-size: 0;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.g_slide .switch_nav_item:hover {
	text-decoration: none;
}

.g_slide .switch_nav_item_current {
	background: #1b3365;
}

.g_slide .next {
 	position: absolute;
 	top: 50%;
 	z-index: 10;
 	margin-top: -15px;
 	width: 18px;
 	height: 30px;
 	overflow: hidden;
 	background: url(https://www.experian.com/global-icons/experian-icons.svg?v=5) no-repeat;
 	background-position: 26.1% 5.4% !important;
 	transition: margin-left .3s ease, margin-right .3s ease;
	right: -18px;
  	_right: 10px;
}

.g_slide .prev {
	position: absolute;
 	top: 50%;
 	z-index: 10;
 	margin-top: -15px;
 	width: 18px;
 	height: 30px;
 	overflow: hidden;
 	background: url(https://www.experian.com/global-icons/experian-icons.svg?v=5) no-repeat;
 	background-position: 24.096385542169% 6.3% !important;
 	transition: margin-left .3s ease, margin-right .3s ease;
  	left: -18px;
  	_left: 10px;
}

.g_slide .prev:hover { background-position: ; }

.g_slide .next:hover { background-position: ; }

.g_slide:hover .prev { margin-left: 28px; }

.g_slide:hover .next { margin-right: 28px; }
	
.hero-img {
	height: 450px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	resize:both;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

@media screen and (min-width: 600px) {
	.hero-img {
		background-position: center -180px;
	}
	#hero1 {
		background-position: center -330px;
	}	
}

@media screen and (max-width: 599px) {
	.hero-img {
		background-position: center center;
	}
	#hero1 {
		background-position: center center;
	}	
}

	
.hero-container {
	width:100%;
	max-width: 2000px;
	font-family: Roboto,sans-serif;
	font-weight: 200;
}
	
.hero-center-container {
	width: 100%;
	max-width: 600px;
	resize: both;
	background-color: rgba(38, 71, 141, 0.85);
	border-radius: 6px;
	padding: 20px;
	margin: 0 15px;
}

@media only screen and (max-width: 599px) {
	.hero-head-text {
		line-height: normal;
	}
}
	
.hero-head-text {
	font-size: 50px;
	margin: 5px;
	font-weight: 100;
	letter-spacing: 1px;
}
	
.hero-body-text {
	font-size: 20px;
	font-weight: 100;
}

a.item {
	text-decoration: none;
}
	
.hero-btn {
	width: 100%;
	max-width: 170px;
	border-radius: 6px;
	padding: 5px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	transition-duration: 0.3s;
	color: #ffffff;
	background-color: rgba(152, 40, 129, 1);
}

.hero-btn:hover {
	background-color: #ffffff;
	color: rgb(38, 71, 141);
	text-decoration: none;
}

	
/* Homepage Style */

.breadcrumb {
	background: none !important;
}

.breadcrumb a {
	color: #333333;
}

.breadcrumb a:hover {
	color: #333333;
}

.breadcrumb a:active {
	color: #333333;
}

.breadcrumb a:visited {
	color: #333333;
}

.breadcrumb span {
	font-weight: 400;
	color: #26478d;
}

.enquire {
	margin: 70px 0;
	text-align: center;
}

.enquire a.btn {
	font-size: 18px;
	font-weight: 300;
	border-radius: 6px;
	width: 100%;
	max-width: 190px;
}

@media screen and (max-width: 599px) {
	.enquire a.btn {
		margin-top: 15px;
	}
}

.enquire h3 {
	display: inline;
	font-size: 28px!important;
	font-weight: 300;
	letter-spacing: 1px;
	color: #632678;
	margin-right: 20px;
}

.col3 p {
	font-size: 16px;
}

@media screen and (min-width: 600px) {
	.col3 {
		display: flex;
		justify-content: space-evenly;
	}
	.col3 > div {
		width: 33%;
		display:inline-block;
		text-align:center;
		max-width: 300px;
	} 
}

@media screen and (max-width: 599px) {
	.3col > div{
		width:100%;
	}
}

.col4 div.suites-container {
	text-align: center;
	position: relative;
	min-height: 400px;
	overflow: hidden;
}

.col4 div.suites-container:nth-of-type(1){
	background:url('/assets/business/img/home/intelligent-insights.jpg') no-repeat right center;
}
.col4 div.suites-container:nth-of-type(2){
	background:url('/assets/business/img/home/smart-decisions-suite.jpg') no-repeat right center;
}
.col4 div.suites-container:nth-of-type(3){
	background:url('/assets/business/img/home/analytics-suite.jpg') no-repeat center center;
}
.col4 div.suites-container:nth-of-type(4){
	background:url('/assets/business/img/home/marketing-suite.jpg') no-repeat right center;
}
.col4 div.suites-container:nth-of-type(5){
	background:url('/assets/business/img/home/trusted-identity.jpg') no-repeat right center;
}

@media screen and (min-width: 800px) {
	.col4 {
		display: flex;
		justify-content: space-evenly;
	}
	.col4 > div.suites-container {
		width: 25%;
		display: inline-block;
	} 
	.col4 div.suites-container:nth-of-type(1) {
		margin-right: 15px;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(2) {
		margin: 0 15px;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(3) {
		margin: 0 15px;
		background-size: cover;
	}
	.col4 div.suites-container:nth-of-type(4) {
		margin: 0 15px;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(5) {
		margin-left: 15px;
		background-size:cover;
	}
}
}

@media screen and (min-width: 600px) and (max-width: 799px) {
	.col4 {
		display: block;
	}
	.col4 > div.suites-container {
		width:48%;
		display: inline-block;
	}
	.col4 div.suites-container:nth-of-type(1) {
		margin-right: 15px;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(2) {
		margin: 0 0 0 15px;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(3) {
		margin: 0 15px 0 0;
		background-size: cover;
	}
	.col4 div.suites-container:nth-of-type(4) {
		margin-left: 15px;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(5) {
		margin-left: 15px;
		background-size:cover;
	}
}

@media screen and (max-width: 599px) {
	.col4 {
		display: block;
	}
	.col4 > div.suites-container {
		width:100%;
		display: block;
		min-height: 300px;
	}
	.col4 div.suites-container:nth-of-type(1) {
		margin-top: 15px;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(2) {
		margin: 15px 0 0 0;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(3) {
		margin: 15px 0 0 0;
		background-size: cover;
	}
	.col4 div.suites-container:nth-of-type(4) {
		margin: 15px 0 0 0;
		background-size:cover;
	}
	.col4 div.suites-container:nth-of-type(5) {
		margin: 15px 0 0 0;
		background-size:cover;
	}
}

.intro-text {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	text-align: center;
}

.intro-text h2 {
	font-weight: 100;
	font-size: 40px;
	line-height: 1.13;
}

#suites-overview {
	min-height: 300px;
}

.suites-text {
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 54px;
	padding: 0 10px;
	transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
  	-ms-transition: height 0.4s ease;
  	-moz-transition: height 0.4s ease;
  	-webkit-transition: height 0.4s ease;
}

#suites-overview > div:hover .suites-text {
	height: 250px;
}

.suites-text h4 {
	font-size: 20px;
	font-weight: 300;
}

.suites-text p {
	font-size: 14px;
	font-weight: 300;
}

.suites-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 170px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	padding: 5px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	transition-duration: 0.3s;
	color: #ffffff;
}

.suites-btn:hover {
	background-color: #ffffff;
	color: rgb(38, 71, 141);
	text-decoration: none;
}

.insights-text {
	background-color: rgba(64, 110, 179, 0.8);
}

.decisions-text {
	background-color: rgba(38, 71, 141, 0.8);
}

.analytics-text {
	background-color: rgba(99, 38, 120, 0.8);
}

.marketing-text {
	background-color: rgba(152, 40, 129, 0.8);
}

.identity-text {
	background-color: rgba(186, 47, 125, 0.8);
}

#capabilities {
	text-align: center;
	margin-bottom: 30px;
}

#capabilities h2 {
	font-size: 40px;
	font-weight: 100;
}

#partner-reasons {
	margin: 30px 0 0;
	text-align: center;
}

#partner-reasons h3 {
	text-align: center;
	font-weight: 100;
	font-size: 33px;
	margin-bottom: 10px;
}

#partner-reasons img{
	max-width:100px;
}

#feature-quote {
	background: linear-gradient(-135deg, #ba2f7d, #26478d, #632678, #ba2f7d);
	background-size: 150% 150%;
	-webkit-animation: Gradient 18s ease infinite;
	-moz-animation: Gradient 18s ease infinite;
	animation: Gradient 18s ease-in-out infinite;
	padding: 50px 0;
	margin: 50px 0 0;
	color: #ffffff;
	text-align: center;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

#feature-quote p {
	line-height: 30px;
	font-size: 20px;
	width:80%;
	margin: 0 auto;
}

#feature-quote p:nth-of-type(2) {
	line-height: 30px;
	font-size: 16px;
	width:80%;
	margin: 5px auto 0;
	display: inline;
}

.quote {
	width: 55px;
}

.quote:nth-of-type(1) {
	float: left;
	margin-top: -15px;
}

.quote:nth-of-type(2) {
	float: right;
	transform: rotate(180deg);
	margin-top: 15px;
}

.client-intro {
	margin-top: 40px;
	letter-spacing: 1px;
	font-weight: 100;
}

@media screen and (min-width: 600px){
	.client-intro {
		font-size: 33px;
	}
	#client-logos {
		display: flex;
		justify-content: space-evenly;
	}
	#client-logos div{
		width:20%;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	#client-logos div:nth-of-type(1) img{
		max-height: 18px;
	}

	#client-logos div:nth-of-type(2) img{
		max-height: 36px;
	}

	#client-logos div:nth-of-type(3) img{
		max-height: 40px;
	}

	#client-logos div:nth-of-type(4) img{
		max-height: 25px;
	}

	#client-logos div:nth-of-type(5) img{
		max-height: 16px;
	}
	#client-logos img {
		height: 100%;
		align-self: flex-end;
	}
}

@media screen and (max-width: 599px){
	.client-intro {
		text-align: center;
		font-size:22px;
	}
	#client-logos {
		display: block;
	}
	#client-logos img {
		width: 100%;
		max-width: 150px;
		margin: 0 auto;
		display: block;
		padding: 10px;
	}
}