.site-logo img{
    width: 100%;
    max-width: 100px;
}

.site-block-feature{
    background: rgba(0, 0, 0, 0.7);
}

.site-block-feature h3{
    color:#04649C;
}

.site-block-feature:hover .icon{
    color:#04649C;
}

.accordion button {
    color: #04649C;
}

.media.custom-media .icon:before{
    background-color: #0881c7;
}

.sub-title {
    color: #04649C;
}

/* h1, h2, h3, h4, h5, h6,.text-black,.accordion button.collapsed,.media.custom-media .icon,.site-block-feature:hover h3 {
    color: #08090b;
} */


.projects{
    list-style-type: none;
}

.projects .info{
    padding:10px;
}

.projct-li{
    margin-top:10px;
    margin-bottom:10px;
}

.projct-anch{
    /*border: 2px solid #c0c0c0; */
    height: 320px;
    display: block;
    /* border-radius: 10px 10px 10px 10px; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}

.projects figure{
    height: 195px;
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    padding: 0px;
}

.projects figure img{
    max-height: 100%;
    max-width:100%;
}

.some-date{
    text-overflow: ellipsis;
    white-space: nowrap;
}

.some-info{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-img-contnr{
    text-align:center;
}

.modal-img-contnr img{
    max-width: 100%;
}

.moday-text{
    margin-top: 10px;
}


.site-blocks-cover.inner-page.produc-page{
    height: 350px;
    min-height: auto;
    background-position: 0 !important;
    position: relative;
}

.site-blocks-cover.inner-page.produc-page .heading-cntnt{
    position: absolute;
    bottom:0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a
{
    color:#adadad !important;
}

.changeImg{
    color: #98ccd3 !important;
    cursor:pointer;
}

.post-entry{
    cursor:pointer;
}

.site-navbar {
    margin-bottom: 0px;
    width: 98%;
}


@media (max-width: 768px){
    .site-blocks-cover h1 {
        font-size: 4rem;
    }
}

@media all and (max-width:576px){
    .projects{
        padding-left:0px;
    }
    .site-blocks-cover h1 {
        font-size: 3rem;
    }
}
