.about-content ul {
	margin-left:10px !important;
}
.about-content ul li {
	list-style:circle !important;
	list-style-position:inside !important;
}

.abtimg {
	background-image:url(../images/page-title.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
.whitecolor {
	color:#fff;
}

.year-title {
	clear:both;
	width:100%;
	margin-bottom:30px;
}
.year-title li {
  border: 1px solid #ff0000;
  background: #ff0000;
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #222222;
  border: 1px solid #e5e5e5;
  padding: 7px 27px 5px 28px;
  margin: 0px 3px;
  cursor: pointer;
  transition: all 500ms ease;
}
.sticky-header img {
	height:40px;
}

@media (max-width: 768px) {

.footer-bottom {
	text-align:center;
}
.text-right {
	text-align:center !important;
}

}