
#outdated{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:9999;
	background-color:#f25648;
	color:#fff
}
#outdated .inner{
	position:absolute;
	width:100%;
	margin:auto;
	top:50%;
	left:0;
	margin-top:-120px
}
#outdated .outdated-header{
	font-size:60px;
	font-weight:100;
	margin-bottom:5px
}
#outdated .inner p{
	font-size:20px;
	line-height:20px;
	font-weight:400px;
	margin-bottom:30px;
}
#btnUpdateBrowser{
	display:block;
	position:relative;
	padding:10px 20px;
	margin:30px auto 0;
	width:400px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	border:1px solid #fbfcfc;
	cursor:pointer;
	background-color:transparent;
}
#btnUpdateBrowser:hover{
	color:#f25648;
	background-color:#fff;
}
.logo{
	padding: 30px 90px;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
}
.outdated-bg{
	position:absolute;
	bottom:0;
	left:0;
}
.solution-hero{
	height:500px;
	overflow:hidden;
	position:relative;
	color:#fbfcfc
}
.solution-hero .container {
	margin-top:-50px;
}
.solution-hero .parallax{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1
}
.solution-hero .parallaxImg{
	position:relative;
	width:100%;
	height:100%
}
.solution-hero .parallaxImg-header:before{
	background:#3d444f
}
.solution-hero .parallaxImg:before{
	background-position-x:center;
	background-position-y:center;
	position:absolute;
	content:"";
	display:block;
	height:100%;
	width:100%;
	background-size:cover;
}
.solution-hero .cover{
	width:100%;
	height:100%;
	background-color:transparent;
	position:absolute;
	top:0;
	left:0
}
.solution-hero .container{
	position:relative;
	top:50%;
	padding-left:70px
}
.solution-hero .hero-title{
	margin:0;
	font-size:40px;
	font-weight:400;
	color:#fbfcfc;
}

.solution-hero .hero-title-font{
	display:inline-block;
	position:relative;
	bottom:12px;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	font-size:20px;
	padding:6px;
	border-radius:6px;
	margin-left:10px;
}
.solution-hero .hero-sub-title{
	margin:0;
	padding-top:14px;
	font-size:20px;
	font-weight:400;
	color:#fbfcfc
	}
	@media (max-width:768px){
	.solution-hero{
		height:650px
	}
.solution-hero .cover{
	background-color:#000;
	opacity:.5
}
.solution-hero .container{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	padding-left:15px
}
.solution-hero .hero-title{
	font-size:32px;
	font-weight:400;
	text-align:center
}
.solution-hero .hero-title svg{
	width:160px;
	height:auto
}
.solution-hero .hero-title-font{
	display:inline-block;
	position:relative;
	bottom:6px;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	font-size:16px;
	padding:5px 6px;
	border-radius:6px;
	margin-left:0
}
.solution-hero .hero-sub-title{
	padding-top:4px;
	font-size:18px;
	font-weight:400;
	text-align:center;
	line-height:26px}}
	@media (max-width:480px){.solution-hero{height:auto}
.solution-hero .container{
	top:60%
}

#solution-guide {
	text-align:center;
}
#solution-guide .heading-icon {padding-top: -70px;padding-bottom: 20px}
  #solution-guide .heading-icon img{width:80px;height:80px}
  h2 {
    font-size: 30px;
}
/*.section .heading, .section .subheading {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.section .heading {
    margin-bottom: 15px;
    font-size: 24px;
    color: #1f2126;
    line-height: 32px;
}
.section .subheading {
    font-size: 16px;
    color: #9ba3af;
}
.section .heading, .section .subheading {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}*/
p {
    margin: 0 0 11.5px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.solution-guide .item .cover {
    background: linear-gradient(transparent,rgba(0,0,0,.7));
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



