*{
	font-family:roboto;
}
@keyframes sliding {
	0% { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; }
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure .img { 
	width: 20%; 
	height:92vh; 
	float: left;
	background-size:cover;
	position:relative;
	text-align:center;
}
div#slider figure .img .holder{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	height:250px;
	width:250px;
	background:rgba(0,0,0,0.5);
	color:rgba(255,255,255,.8);
	font-family:sweet;
	border-radius:50%;
}
div#slider figure .img h1{
	font-size:2.5rem;
	line-height: 250px;
	padding:0;
	margin:0;
}
div#slider figure { 
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 20s sliding infinite; 
}
.card{
	margin:3px;
}
/* categories */
.categories{
	overflow:hidden;
	position:relative;
	height:170px;
}
.categories .cat-container{
	width:300%;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	transition:all 0.5s ease-in;
}
.categories .category{
	height:100%;
	margin:7.5px 5px;
	float:left;
}
.categories .category div{
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center center;
	height:150px;
	width:150px;
	border-radius:50%;
	position:relative;
	overflow: hidden;
	transition:all 0.5s ease-in-out;
}
.categories .category div div{
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,.8);
	font-size:1.2em;
	font-weight:500;
	text-align:center;
	line-height: 55px;
	position:absolute;
	border-radius:0;
	bottom:-100%;
}
.categories .category > div:hover div{
	bottom:-60%;
}
.categories button{
	position:absolute;
	top:50%;
	padding: 0;
	transform:translateY(-50%);
	z-index:1;
	height:100%;
	background:none;
	box-shadow: none;
	font-size:30px;
}
.categories button:visited{
	box-shadow:none;
}
.categories button:hover{
	transform:translateY(-50%) scale(1.2);
}
.categories .right{
	right:0%;
}
.categories .left{
	left:0%;
}
/* categories end */
/* footer */
footer .row form textarea{
	width:100%;
	height:200px;
	resize:none;
}
footer .row a.btn{
	width:40px;
	height:40px;
	position:relative;
}
footer .row .contact-us h2{
	color:#aaa;
}
footer .row .contact-us p{
	color:#ccc;
	font-size:17px;
	text-align:justify;
}
footer .row .contact-us > div{
	margin-bottom:16px;
}
footer .row .contact-us div div span{
	color:#aaa;
	font-weight:500;
}
footer .row .contact-us div div a{
	color:#ccc;
}
footer .row .btn-group{
	margin-bottom:16px !important;
}
footer .row a.btn i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
footer .footer-end{
	padding:15px;
	text-align:center;
	background:#eee;
	color:#aaa;
	box-shadow:inset 0 -4px 0 rgba(0,0,0,0.05)
}
/* footer end */