body{
	padding: 0;
	margin: 0;
	border-radius: 4px;
	font-family: 'Poppins', 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;
}
a.custom-btn{
    transition: all .2s ease-in-out;
     color: #f77311;
    
}
a.custom-btn:hover {
   color:#fff;
}
.header-image {
	background-image: url(../../assets/images/header-bg.jpg);
	background-position: center 14%;
    background-size: cover;
	text-align: center;
	 position: relative;
}
.header-content{
    position: relative;
}
.header-image::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(000,000,000, 0.5);
}
.header-image h1 {
	font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 0 20px 0;
    line-height: 1.3;
}
.header-image .custom-btn {
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-image .custom-btn:hover {
	color: #353535;
}
.header-content-inner {
    padding: 150px 0px;
}
.header-image .purchase {
	padding-top: 50px;
}
.header-image .purchase>a {
	background-color: #fff;
	color: #353535;
	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: #353535;
	color: #fff;
}


/*   demo section  */
.demo-section {
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	margin-bottom: 60px;
	padding-top: 110px;
}
.product-header {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}
.product-headers {
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
}
.product-headers h4 {
    font-size: 20px;
}
.demo-item {
	width: 25%;
	float: left;
	padding-bottom: 60px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.demo-item-inner {
	padding-left: 30px;
	padding-right: 30px;
}
.demo-item-inner a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.demo-item-inner img {
    width: 100%;
}
.demo-item:hover .demo-item-inner>a {
	box-shadow: 1px 25px 40px 10px rgba(0,0,0,0.4);
}
.demo-item:hover {
	transform: translateY(-10px);
}

.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;
}
.feature-section {
	background-color: #f8f7f7;
	padding-top: 100px;
}
.feature-wrapper.row {
	margin-left: -25px;
	margin-right: -25px;
}
.feature-wrapper .col-md-4 {
	padding-left: 25px;
	padding-right: 25px;
}
.feature-item {
	padding-bottom: 60px;
	text-align: center;
}
.footer-top {
	padding-top: 70px;
	padding-bottom: 100px;
	background-image: url(../../assets/images/footer-bg.jpg);
	background-position: center 14%;
    background-size: cover;
    position:relative;
}
.footer-top-text{
     position:relative;
}
.footer-top::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(000,000,000, 0.5);
}
.footer-top h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
}
.footer-top p {
	font-size: 18px;
	color: #fff;
}

.footer-top .purchase-now {
	font-size: 18px;
	color: #fff;
	padding: 10px 40px;
	background-color: #92278f;
	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: #353535;
	color: #fff;
}
.footer-bottom {
	background-color: #010004;
	padding: 30px 0;
}
.footer-bottom p {
	color: #aaa;
}
.footer-bottom p>a {
	color: #fff;
}


.new-offer-section {
  background: url(../../assets/images/offer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offer-countdown {}
.offer-countdown li {
  padding: 10px 20px;
  text-align: center;
}
.offer-countdown li p {
  margin-bottom: 0;
}
.offer-buy p {
  font-size: 14px;
}
.new-offer-section h2, .new-offer-section h5 {
	font-weight: 500;
}
.new-offer-section h5 {
	text-transform: capitalize;
	margin-bottom: 10px;
}