
@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins:300,400,500,600,700');


body{
	padding: 0;
	margin: 0;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a:active, a:focus {
	color: #363636;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

section.header {
    margin-bottom: 50px;
}

.header-image {
	background-image: url(../../assets/images/header-bg.jpg);
	background-position: 50% 50%;
    background-size: cover;
	padding-top: 245px;
	padding-bottom: 200px;
	text-align: center;

}
.header-image h1 {
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
}
.header-image h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 40px;
	margin: 0;
}
.header-image .custom-btn {
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-image .custom-btn:hover {
	color: #92278f;
}

.header-image .purchase {
	padding-top: 50px;
}
.header-image .purchase>a {
	background-color: #4bb6ff;
	color: #fff;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-image .purchase>a:hover {
	background-color: #92278f;
}


/*   demo section  */
.demo-section {
	margin-bottom: 60px;
	padding-top: 100px;
}

.demo-item {
	width: 50%;
	float: left;
	padding-bottom: 60px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.demo-item-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.demo-item-inner img {
    width: 100%;
    margin-bottom: 20px;
}

.demo-item .custom-btn {
	background-color: #92278f;
	color: #fff;
	padding: 13px 30px;
	display: inline-block;
	transition: all 0.3s ease;
}

.demo-item:hover{
	transform: translateY(-5px);
}

.demo-item .custom-btn:hover {
	background-color: #c040bc;
}






.feature-section h2 {
	font-size: 36px;
	font-weight: 300;
	color: #4bb5ff;
	text-align: center;
	margin-bottom: 50px;
}
.feature-img {
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
}
.feature-img img {
	width: 100%;
	border-radius: 5px;
}
.feature-content {
	text-align: center;
}
.feature-content h5 {
	font-size: 20px;
	color: #666;
}
.feature-content p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	display: none;
}

.footer-top {
	padding-top: 70px;
	padding-bottom: 100px;
	background-color: #92278f;
}
.footer-top h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}
.footer-top p {
	font-size: 18px;
	color: #fff;
}

.footer-top .purchase-now {
	font-size: 18px;
	color: #fff;
	padding: 10px 40px;
	background-color: #65ac4c;
	border-radius: 30px;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-top .purchase-now:hover {
	background-color: #fca413;
}
.footer-bottom {
	background-color: #010004;
	padding: 30px 0;
}
.footer-bottom p {
	color: #aaa;
}
.footer-bottom p>a {
	color: #fff;
}