.preloader-title img{
	width: 116px;
	max-width: none;
	margin-top: 10px;
}

.hero-wrapper .hero-subtitle{
	font-size:13pt;
	padding: 0 220px;
}

.section-title{
	font-family: 'Poppins', sans-serif;
	font-weight:900;
	color:#d2d2d2;
}

.section-title::after{
	display:none;
}

.section-divider-bottom-1{
	padding-bottom: 250px !important;
}

.demo{
	margin-bottom:80px;
}

.demo h2{
	font-size:20pt;
}

.demo h2 small{
	font-size:15pt;
	display:block;
	margin-top:10px;
}

.outer-browser{
    position: relative;
    overflow: hidden;
	width:480px;
	height:340px;
	margin:0 auto 20px;
	max-width:100%;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.inner-browser{
    position: absolute;
    top: 26px;
    left: 0px;
    overflow: hidden;
    width: 100%;
	height: 314px;
}

.img-wrapper{
	-webkit-transition: all 4s;
	   -moz-transition: all 4s;
		 -o-transition: all 4s;
			transition: all 4s;
}

.img-wrapper.t-1s{
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.img-wrapper video{
	max-width:100%;
}

.feature{
	text-align:center;
	margin-bottom:60px;
}

.feature img{
	width: 80px;
	height:auto;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin-bottom:20px;
}

.feature h4{
	font-weight:900;
	font-size:16pt;
}

#footer-onepage .footer-widget-area{
	padding:25px 0;
}

@media (max-width: 1199px) {
	.hero-title{
		font-size:90pt;
	}
	
	.hero-wrapper h1.hero-title{
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.hero-wrapper .hero-subtitle{
		padding: 0 80px;
	}

	.hero-wrapper::before{
		left:-90px;
	}

	.hero-wrapper::after {
		right:-90px;
	}
	
	.outer-browser{
		height: 251px;
	}
	
	.inner-bro.wser{
		height: 225px;
	}

	#footer-onepage .footer-widget-area img{
		margin:25px 0;
	}
}

@media (max-width: 767px) {
	.hero-wrapper .hero-subtitle{
		padding: 0 20px;
	}
	
	#hero{
		padding-bottom: 180px !important;
		padding-top: 20px;
	}
	
	.hero-wrapper::before,
	.hero-wrapper::after {
		content: "";
		width: 359px;
		height: 650px;
	}
	
	.hero-wrapper::before{
		left:-230px;
	}

	.hero-wrapper::after {
		right:-230px;
	}
	
	.hero-wrapper .hero-title{
		font-size:90pt;
	}
	
	.outer-browser{
		height: 191px;
	}
	
	.inner-browser{
		height: 165px;
	}
	
	.feature h4{
		font-size:12pt;
	}
}

@media (max-width: 576px) {
	#hero {
		padding-bottom: 190px !important;
		padding-top: 55px;
	}
	
	.hero-wrapper h1.hero-title {
		padding:0 90px;
	}
	
	.hero-wrapper::before,
	.hero-wrapper::after {
		content: "";
		width: 359px;
		height: 650px;
	}
	
	.hero-wrapper::before{
		left:-205px;
	}

	.hero-wrapper::after {
		right:-205px;
	}
	
	.outer-browser{
		width: 80vw;
		height: 49vw;
	}
	
	.inner-browser{
		height: calc(49vw - 26px);
	}
}