body
{
background-color:#FFFFFF;
}

.div img:hover {
	cursor: default;
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out 0s;
}
.featured-box .box-content:hover {
	background: #ffe88e;
	transition: all 0.3s ease-in-out 0s;
}
.box-content img {
	background: #f59e07;
	padding:15px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
}
.featured-box .box-content img:hover {
	cursor: default;
	transform: rotate(360deg);
	transition: all 0.4s ease-in-out 0s;
}
.home-intro {
	margin-bottom: 0px;
}
#fixedtag {
	top:82%;
	height:110px;
	position:fixed;
	right:0px;
}
.tagflat {
	background:url("../images/thumb.png");
	background-repeat:no-repeat;
	height:130px;
	width:130px;
	transition:ease 500ms;
	background-size:130px;
	opacity:1;
}
.tagflat:hover {
	background:url("../images/thumb2.png");
	background-repeat:no-repeat;
	height:130px;
	width:130px;
	background-size:130px;
	opacity:0.8;
	transition:ease 500ms;
	margin-left:0px;
	width:130px;
}
#fixedtag {
	top:82%;
	height:110px;
	position:fixed;
	right:0px;
}
.tagflat {
	background:url("../images/thumb.png");
	background-repeat:no-repeat;
	height:130px;
	width:130px;
	transition:ease 500ms;
	background-size:130px;
	opacity:1;
}
.tagflat:hover {
	background:url("../images/thumb2.png");
	background-repeat:no-repeat;
	height:130px;
	width:130px;
	background-size:130px;
	opacity:0.8;
	transition:ease 500ms;
	margin-left:0px;
	width:130px;
}
.slider {
	width: 100%;
	margin: 30px auto;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width:100%;
}
.slick-prev:before, .slick-next:before {
	color: black;
}
#scroll-to-top {
	display: none;
	background: #222222;
	width: 40px;
	height: 40px;
	padding: 7px 0 0 12px;
	color: #fff;
	font-size: 18px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 3333;
}
.com1 {
	color:#FFFFFF;
	margin-left:15%;
	text-transform:uppercase;
	color:#FFFFCC;
	font-family:'Times New Roman', Times, serif;
	text-shadow:0px 0px 20px background;
}
.com2 {
	background-image:url(../images/company.jpg);
	padding-top:5%;
	padding-bottom:5%;
	background-repeat:repeat;
}

span {
    color: #ffffff;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
}
