.single-blog {
    display: flex;
    height: 100%;
    justify-items: start;
    align-items: start;
}

.content-summary {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category {
    justify-content: center;
    padding: 15px;
}

.page-pagination a.passive:hover {
    cursor: default !important;
    background-color: #f8f6f4 !important;
    color: #2c241b !important;
}
.single-blog:hover .content-summary{
    color: #fff !important;
}

.btn-secondary-1 {
    background-color: #0a4d3c;
    border-color: #0a4d3c;
    color: #fff;
}
.btn-outline-secondary-1{
    border: 1px solid #0a4d3c;
    color: #0a4d3c;
}

.btn-outline-secondary-1:hover,
.portfolio-menu .active{
    color: #fff;
    background-color: #0a4d3c;
}
.portfolio-menu .btn{
    line-height: unset;
    height: unset;
    min-width: 100px;
}
/*
Gallery
 */
.portfolio-menu{
    text-align:center;
}
.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.portfolio-item{
    /*width:100%;*/
}
.portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom:10px;
}
.font-bold{
    font-weight: bold;
}
textarea{
    height: unset;
}
.pointer{
    cursor: pointer;
}
input[type=checkbox]:before{
    color: red;
}
.is-valid{
    border-color: #198754 !important;
}
.is-invalid{
    border-color: #dc3545 !important;
}
.iti{
    width: 100%;
}
.single-courses .courses-content .courses-price .price{
    width: 100px;
    height: 100px;
    line-height: 93px;
}
.list-styled ul{
    list-style: disc !important;
}
.btn{
    padding: 0 20px;
}
.mw-350{
    max-width: 350px;
}
.about-content .shape {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 141px;
}
.single-feature .feature-icon span{
    line-height: 120px;
}
@media only screen and (max-width: 575px){
    .single-feature .feature-icon span{
        line-height: 100px;
    }
}
.single-feature .feature-content .title{
    font-size: 24px;
    margin-bottom: 15px;
}
.single-feature .feature-content{
    padding-top: 10px;
}

.section-title .main-title {
    font-size: 36px;
    margin-top: 6px;
}

.section-title::before{
    width: 80px;
}
.courses-wrapper{
    padding-top: 0;
}
.blog-details-admin-meta .blog-meta .tag a{
    width: unset;
}
.footer-social-icon{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(10, 77, 60, 0.25);
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #ffa300;
    border-color: #ffa300;
    color: #fff !important;
}
.single-feature .feature-content p{
    margin: 0 !important;
}
.about-content p{
    margin-top: 0;
}
