body{
	background-color: #fafafa;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'weblysleek_uisemibold';
}
h3{
	font-size: 31px;
}
.page-header {
    background-image: -moz-linear-gradient( -90deg, rgb(101,155,229) 0%, rgb(144,136,229) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(101,155,229) 0%, rgb(144,136,229) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(101,155,229) 0%, rgb(144,136,229) 100%);
    color: #fff;
    margin: 0;
    border: 0px;
    padding-top: 100px;
    padding-bottom: 0;
}

.image-container{
	position: relative;
    display: block;
}
.image-container img{
	position: relative;
	z-index: 5;
}
.image-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 25%;
    background-color: #fafafa;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.products-heading h3{
	font-size: 31px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
    font-family: 'weblysleek_uisemilight';
    font-weight: 600;
    text-transform: capitalize;
}

.product-card {
  background-color:#fff;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  display: block;
  margin-bottom: 50px;
  transition: all 0.2s ease-in-out;
  min-height: 260px;
  margin-bottom: 80px;
}
.product-card .content {
    padding: 15px;
}
.product-card header{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.product-card p{
	color: #888888;
	font-size: 16px;
	line-height: 1.313;
	margin: 0;
}
.min-width-100{
	min-width: 100%;
}
.product-card h4{
	font-size: 16px;
	line-height: 1.313;
	margin: 0;
}

footer{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #659be5;
	color: #fff;
}

.footer-content{
	padding-left: 60px;
	padding-right: 60px;
}

.btn{
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 8px 35px;
	background-color: #fffc16;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.08);
    font-size: 12px;
    color: #333333;
}
h2{
	font-size: 45px;
    line-height: 0.689;
}
p{
  font-size: 21px;
  font-family: 'weblysleek_uisemilight';
  color: rgb(255, 255, 255);
  line-height: 1.476;
}
.subheading{
	margin-top: 40px;
	margin-bottom: 70px;
	width: 540px;
}
.product-wraper{
	float: none;
	margin: 0 auto;
}
.footer-content-wraper{
	float: none;
	margin: 0 auto
}
.footer-content-wraper p{
	margin-top: 20px;
	margin-bottom: 30px;
}
.top-title{
	position: relative;
}
.header-btn-wraper {
    position: absolute;
    top: 0;
    right: 0;
}
.btn{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
}
.btn-buynow-lg{
	padding: 15px 60px;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: darkred;
    background-color: #fffc16;
    border-color: #fffc16;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .header-btn-wraper {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .top-title{
    	text-align: center;
    }
    .subheading{
    	text-align: center;
    	width: 100%;
    	padding-left: 100px;
    	padding-right: 100px;
    }
    .top-title h2{
    	line-height: 1.2;
    }
    .bg-after-blue:after{
    	height: 59%;
    }
    .product-card{
    	min-height: 333px;
    }
}
@media only screen and (max-width: 480px) {
    /* For mobile phones: */
    .header-btn-wraper {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .top-title{
    	text-align: center;
    }
    .subheading{
    	text-align: center;
    	width: 100%;
    	padding-left: 30px;
    	padding-right: 30px;
    }
    .footer-content-wraper{
    	padding-left: 0;
    	padding-right: 0;
    }

}
.visible-992{
	display: none;
}

@media only screen and (max-width: 992px){
	.visible-992{
		display: inline-block;
	}
	.not-visible-992{
		display: none;
	}
	.page-header{
		text-align: center;
	}
	.subheading{
		margin-bottom: 40px;
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		width: auto;
	}
}

.product-card:hover{
	box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
}
a:hover, a:active, a:focus{
	text-decoration: none;
}
.bottom-40{
	margin-bottom: 40px;
}
us{
	text-decoration: none;
}
.bottom-40{
	margin-bottom: 40px;
}
