.bg-light {
    background-color: #FFFFFF !important;
}
.img2 a img {
	width: 100%;
	max-height: 245px;
	object-fit: cover;
}

 .error-404 header h1 {
    color: #5ead50;
    font-size: 15.625em;
    font-weight: bold;
    line-height: 200px;
    text-align: center;
}
.page-content{
	margin-bottom: 10px;
	text-align: center;
}
.wp-caption .wp-caption-text {
    padding: .7em .5em;
    text-align: center;
    font-style: italic;
}
.single-post .des .wp-caption-text {
    border-bottom: 2px solid #eeeeee;
  
}
figure .aligncenter{
    width: 100% !important;
}
figure img{
    width: 100%;
}
.wc-team h5{
 text-align: center;
}
.wc-team p {
 text-align: center;
 font-size: 15px;
 }
.wc-single-team img{
    height: 200px;
    widows: 200px;
    float: left;
    margin-right: 13px;
}
.carousel-item {
    min-height:468px;
    }
.c-content-recent-posts-1 {
    padding: 0;
    margin: 0;
}

.c-image{
    float: left;
}
.c-date a{
    text-align: left;
}
.c-image img{
    margin-right: 20px;
}
.wc-view-all {
    font-size: 12px;
    margin-left: 5px;
    text-decoration: underline;
}
.side-nav.active{
    color: #28a745 !important;
}
.pr-des p {
    font-size: 15px;
}
.tab-pane ul li{
    list-style: square;
    margin-left: 6px;
}
.notice li{
    list-style: square;
    margin-left: 6px;
}
.publication-tax-box {
    position: absolute;
    background-color: #57b645;
    left:0px;
    /*top:0px;*/
    bottom: 0;
    z-index: 9;
}
.publication-tax span {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 5px 0 5px;
}
.listing li {
    position: relative;
    list-style: disc;
    list-style-position: inside;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6rem;
    padding: 2px 0;
}

.new-tag {
  animation: blinker 1.5s step-start infinite;
}
.allvidoe{
    font-size: 14px;
    text-decoration: underline;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
