.content-wrap{
    padding: 40px 0;
}

.article-page{
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.page-title-content h4, .page-title-content h1{
    margin-bottom: 50px !important;
}

.past-events-page .single-blog-post{
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #eee;
}

.past-events-page .single-blog-post h3{
    font-size: 20px;
    letter-spacing: 1px;
    min-height: 60px;
    margin-bottom: 5px;
}

.past-events-page .single-blog-post p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    min-height: 90px;
}

.past-events-page .blog-thumbnail img{
    border-radius: 4px;
}

/* .past-events-page .single-blog-post label{
   float:right;
} */

.pagination-wrap {
    width: 100%;
    margin-top: 70px;
}

.pagination-wrap .pagination {
    display: block;
    text-align: center;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination-wrap .pagination li {
    margin-right: 10px;
    display: inline-block;
}

.pagination-wrap .pagination li:last-child {
    margin-right: 0;
}

.pagination-wrap .pagination li a {
    min-width: 25px;
    height: 25px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 3.5200000000000005rem;
    line-height: 22px;
    transition: all .4s ease-out;
    width: auto;
    color: #8b8b8e;
    position: relative;
    display: block;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination-wrap .pagination li a:hover {
    color: #333;
}

#page-content-wrap .single-blog-content-wrap{
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

#event-detail-page .posting-info{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#event-detail-page ul{
    margin-bottom: 0px;
}

#event-detail-page .event-img-row{
    margin-top: 20px;
}

#event-detail-page .event-img-row img{
    border-radius: 4px;
    margin-bottom: 20px;
}

#page-content-wrap ul li{
    margin-left:20px;
}

.article-page ul li{
    margin-left:20px;
}


#login-container {
    margin-top: 50px;
    width: 40%;
    margin-left: 30%;
    min-height: 480px;
} 

#login-box, #fp-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}

#login-box .input.checkbox{
    display: inline-block;
    margin-top: 10px;
    margin-left: 3px;
}


form label{
    font-size: 12px;
}

#login-form input, #fp-box input{
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom:0;
}

form #bottom-forgot-password-link, form #bottom-login-link{
    font-size: 13px;
    float: right;
}

form div.col_full:last-child{
    margin-top: 20px;
}

#login-container a{
    color: #333 !important;
}

.all-services-gallery, #page-content-wrap{
    min-height: 400px;
}

.all-services-gallery .gallery-menu span{
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
}


.all-services-gallery .gallery-gird .filter-item{
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #eee;
}

.all-services-gallery .gallery-gird h3{
    font-size: 20px;
    letter-spacing: 1px;
    min-height: 60px;
    margin-bottom: 5px;
}

.all-services-gallery .gallery-menu span.active{
    border: 1px solid #333;
}

.all-services-gallery .gallery-gird p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    min-height: 75px;
}

.all-services-gallery .gallery-gird img{
    border-radius: 4px;
}

.all-services-gallery  .gallery-menu{
    margin-bottom:20px !important;
}

footer{
    background: transparent;
    border-top: none !important;
}

footer .container.footer-link-box{
    display: none;
}

.team-wrapper{
    box-shadow: 0px 0px 3px #c3c3c3;
    padding: 5px;
    margin-bottom: 20px;
}

.team-text{
    font-weight: normal !important;
    color: #333;
    background: #efefef;
}

@media only screen and  (max-width: 991px)  {
    .page-title-content h4, .page-title-content h1 {
        margin-bottom: 20px !important;
    }

}

@media only screen and (min-width: 768px) and  (max-width: 991px)  {
    #login-container{
       width: 60%;
       margin-left: 20%;
   }

}

@media only screen and (max-width: 767px) {
     #login-container{
       width: 80%;
       margin-left: 10%;
   }

}