*{
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
}

body{
    font-family: [Helvetica];
    font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
}

.section-head{
    width: 860px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
.section-head img{
    display: table;
    margin: 0 auto;
}
.section-head h1{
    font-size: 42px;
    color: #fff;
    font-weight: 900;
}
.section-head span{
    position: relative;
    margin: 20px 0px;
    display: inline-block;
}
.section-head span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 30px;
    background: #e12444;
    transform: translate(-50%,-50%);
}

.section-head p{
    color: #fff;
}

.banner {
    background: url(../../assets/images/bg.jpg) no-repeat;
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-70%);
    width: 100%;
    text-align: center;
}
.banner-content h1{
    font-family: [Helvetica];
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.banner-content p{
    font-size: 20px;
    color: #ffffff;
    font-family: Georgia;
    font-style: italic;
    font-weight: 700;
}
.banner-content p span{
    color: #f39c12;
}
.banner-content a:hover{
    background: #F39C11;
    color: #fff;
}
.banner-content a{
    background: #e12444;
    padding: 20px 50px;
    margin: 20px 0px;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.demos {
    padding: 0px 0px;
    position: relative;
    transform: translate(0%,-44.5%);
    height: 600px;
}
.demos-wrapper {}

.demos-item {
    width: 50%;
    float: left;
    padding: 20px;
}

.demos-thumb img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.demos-thumb {
    box-shadow: 0px 25px 44px 12px rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.demos-thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.demos-thumb .view-demo {
    position: absolute;
    padding: 12px 25px;
    display: inline-block;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -45px;
    background-color: #e12444;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    z-index: 1;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.demos-thumb .view-demo:hover {
    background-color: #F39C11;
    text-decoration: none;
}
.demos-thumb:hover .view-demo {
    transform: scale(1);
}
.demos-thumb:hover:after {
    opacity: 1;
    visibility: visible;
}
.demos-thumb:hover img {
    transform: scale(1.2);
}

.feature{
    background:#ecb200;
    background-size: cover; 
    padding: 100px 0px;  
}

.feature-item{
    text-align: center;
}

.service{
/*    padding-top: 120px;*/
    background: #e3e7e8;
}
.service .service-thumb{
    text-align: center;
}
.service .section-head span:after{
    height: 0;
}
.service .section-head p{
    color: #777777;
}
.service .section-head span{
    font-size: 18px;
    font-weight: 700;
    color: #1a232d;
}

.buynow{
    padding: 120px 0px;
    background: #1a232d;
    text-align: center;
    position: relative;
}
.buynow h1{
    color: #fff;
    font-size: 62px;
    font-weight: 100;
     font-family: 'Roboto', sans-serif;
}
.buynow h1 span{
    font-weight: 900;
    color: #f39c12;
}
.buynow a:hover{
    background: #F39C11;
    color: #fff;
}
.buynow a{
    background: #e12444;
    padding: 20px 50px;
    margin: 20px 0px;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.buynow p{
    font-size: 28px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.buynow .top{
    position: absolute;
    left: 50%;
    bottom: 0;
    background: transparent;
}

.scrollTop {
    position: fixed;
    right: 50%;
    bottom: 0px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}



.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;
}



