a:hover, a:focus {
	text-decoration:none;
	outline:none
}
a:focus {
	border-color:transparent;
	outline:none!important;
	-webkit-box-shadow:none!important;
	-ms-box-shadow:none!important;
	-o-box-shadow:none!important;
	box-shadow:none!important
}

.gap {
	padding:2rem 0;
	position:relative;
	width:100%;
}
.bjse {background-color:#f2f2f2;}
img {
	height:auto;
	max-width:100%;
	vertical-align:middle
}
.sec-title {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px
}
.sec-title-inner {
	position:relative;
	padding-bottom:17px
}
.sec-title-inner .tit {
	margin-bottom:0;
	font-size:17px;
	font-weight:500;
	color:#9e9b9b;
}
.sec-title-inner:before {
	content:"";
	position:absolute;
	left:0;
	width:150px;
	height:3px;
	bottom:0
}
.sec-title-inner>h3 {
	margin-bottom:0;
	font-size:19px;
	font-weight:500;
	color:#080808;
}
.sec-title-inner>h3 span {
	color:#534a4a
}
.sec-title>p {
	margin-bottom:0;
	display:inline-block;
	font-size:15px;
}
.sec-title-inner+p {
	margin-top:18px
}
.evnt-box {
	float:left;
	width:100%
}
.evnt-thmb {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden
}
.evnt-thmb>a {
	display:inline-block;
	width:100%
}
.evnt-thmb>a img {
	width:100%
}
.evnt-info {
	float:left;
	width:100%
}
.evnt-info>h4 {
	font-size:16px;
	font-weight:500
}
.evnt-info>h4 a{
    color:#989595;
}

.evnt-info>p {
	margin-bottom:0;
	color:#676060;
}
.prayer-times {
	padding-left:0;
	list-style:none;
	margin-bottom:0;
	float:left;
	width:100%
}
.sec-title+.prayer-times {
	margin-top:5px
}
.prayer-times>li {
	display:table;
	width:100%;
	float:left;
	font-size:15px;
	color:#a29292;
	line-height:42px
}
.prayer-times>li span {
	display:table-cell;
	vertical-align:middle;
	width:24.99%
}
.prayer-times>li.pry-tim-hed {
	font-weight:500
}
.prayer-times>li {
	border-bottom:1px solid rgba(0, 0, 0, .15)
}

.prayer-times>li span:last-child {
	text-align:right
}
.evnt-info>h4 a:hover, .evnt-info>h4 a:focus, .evnt-info>h4 a:hover, .evnt-info>h4 a:focus {
	color:#0898ff;
}
.sec-title-inner:before {
	background-image: linear-gradient(91deg, rgb(220, 30, 0) 0%, rgba(80, 125, 179, 0) 100%);
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a486c', endColorstr='#507db3', GradientType=1 )
}
.sec-title-inner>h3 span, .evnt-info>h4, .pry-tim-hed>span {
	color:#8c8c8c;
}

/*响应式开始*/
@media(max-width:770px) {
.sec-title>p {
max-width:100%
}
}

/*新增的*/
<!--开始解决方案-->
.features-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .features-clean {
    padding-bottom: 10px;
  }
}

.features-clean p {
  color: #7d8285;
}

.features-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width:767px) {
  .features-clean .intro {
    margin-bottom: 40px;
  }
}

.features-clean .item {
  padding-left: 45px;
  margin-bottom: 5px;
}

@media (max-width:767px) {
  .features-clean .item {
    min-height: 0;
  }
}

.features-clean .item .name {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top:4px;
  color: #a5a5a5;
}

.features-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-clean .item .icon {
  font-size: 18px;
  color: #9a9a9a;
  float: left;
  margin-left: -30px;
}
.ms-font-17 {
	font-size:17px;
}
.ms-font-21 {
	font-size: 21px;
}
.ms-font-orange {
	color: #ff8600;
}
a, .btn, button, a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
	text-decoration: none;
	outline: none;
}
.ms-bg-cream {
	background-color: #f4f2ee;
}
.ms-bg-orange {
	background-color: #ff8600;
}
.ms-bg-red {
	background-color: #ea4335;
}
.ms-bg-blue {
	background-color: #4285f4;
}
.ms-seperator {
	background: #ff8600;
	width: 50px;
	height: 3px;
}
.ms-spacer-10, .ms-spacer-30, .ms-spacer-40, .ms-spacer-60, .ms-spacer-70, .ms-spacer-100, .ms-spacer-120 {
	display: block;
	clear: both;
	overflow: hidden;
}
.ms-spacer-10 {
	height: 10px;
}
.ms-spacer-30 {
	height: 30px;
}
.ms-spacer-40 {
	height: 40px;
}
.ms-spacer-60 {
	height: 60px;
}
.ms-spacer-70 {
	height: 70px;
}
.ms-spacer-100 {
	height: 100px;
}
.ms-spacer-120 {
	height: 120px;
}
.ms-pointer {
	cursor: pointer;
}
.ms-sec-padding {
	padding: 100px 0;
}

/*---------- About Us Section ----------*/
#ms-about-section {
	background-size: cover;
}
#ms-about-section .tit {color: #080808;font-size: 1.5rem;}
#ms-about-section h6 {
	line-height: 1.5;
}
#ms-about-section .ms-contact-box {
	padding: 30px 15px;
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.7);
}
#ms-about-section .ms-contact-box a {
	color:#fff;
}
@media screen and (min-width: 768px) {
   #ms-about-section .ms-contact-box.position-relative {
	top: 130px;
}
}
