html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, q, s, small, strong, b, u, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, section, time, audio, video, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2

	font-family: "Work Sans", Arial, sans-serif;
   
}
a {
	display: inline-block;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
	height: 0;
}
.spill {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.multiSpill {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp:3;*/
	overflow: hidden;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button {
	cursor: pointer;
}
select {
	cursor: pointer;
}
input type:checkbox {
 cursor:pointer;
}
input type:radiobox {
 cursor:pointer;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
}

/* Icon CSS */
.owl-item .slidone:hover{background: #e81816 !important;}
.owl-item .slidone {    background: #f44336; padding:20px 10px}
.owl-item:nth-child(even) .slidone {
background: #ec3c2f;
}
.slidone .item a{}
.slidone .item {
	position: relative;
}
.slidone .item a {
	display: block;
	width:100px !important; height:100px; border-radius:100%; margin:0 auto;overflow: hidden;
}
.slidone p{text-align:center;    color: #e4e4e4;}
.slidone .item a:hover:before {
	content: "";
    background: rgb(232 24 22 / 42%);
    background-image: url(../images/pop-icn.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    background-position: 50% 50%;
    width: 100px !important;
    height: 100px;
    border-radius: 100%;
}
.slidone h6 a {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    font-weight: 600;
}
#button {
	display: inline-block;
	background: #f44336  url(../images/toparrow.png) no-repeat 50% 50%;
	width: 50px;
	height: 50px;
	transition: background-color .3s,;
	opacity : .5s;
	visibility: .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button:hover {
	cursor: pointer;
	background-color: #333;
}
#button:active {
	background-color: #555;
}
#button.show {
	opacity: 1;
	visibility: visible;
	float: right;
}
.fixright {
	position: fixed;
	right: 10px;
	width: 50px;
	bottom: 5%;
	z-index:999;
}
.fixright ul li {
	display:block;
}
.fixright ul li a {
	display: block;
}
.fixright ul li.backli {
	background: #1a1b1f;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.fixright ul li.backli a {
	padding: 15px;
	border-bottom: 1px solid #24272c;
	display: inline-block;
	transition: all .3s;
}
.fixright ul li.backli a:hover {
	background-color: #333;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;

  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(258px);
  -ms-transform: translateY(258px);
  transform: translateY(258px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(195px);
  -ms-transform: translateY(195px);
  transform: translateY(195px);
  background:none;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 10px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow:none;
  outline:none;
}

.hovereffect a.info:hover {
  box-shadow: none;
}
@media (max-width: 767px) {
.fixright {
	    width: 40px;
	    bottom: 1%;
}
#button {
    
    width: 40px;
    height: 40px;}
}