html,
body {
    height: 100%;
    background-color: #f6f6f6;
}

img.cover_img {
    object-fit: cover;
    margin-bottom: -10%;
    border-radius: 5px;
    width: 10%;
    height: 320px;
}

.main-container {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 80px;
    margin-top: 15px;
}

#bb {
    border: solid 1px black;
}

#content_Center {
    text-align: center;
}

#divCard {
    background-color: #fff;
    margin-top: 25px;
    color: #444;
    box-shadow: 0.4px 0.9px 2px 0 rgba(0, 0, 0, .15);
    max-width: 400px;
    min-width: 250px;
    padding: 15px 25px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

img.profile_img {
    vertical-align: middle;
    width: 50%;
    margin: 5% 25%;
    border-radius: 50%;
}

.loghdr {
    color: #0894da;
}

.tags {
    display: flex;
    flex-wrap: wrap;
}

.badge {
    margin: 3px;
}

#block_hdr {
    width: 100%;
    background-color: #0894da;
    color: #fff;
    padding-top: 8px;
    padding-left: 10px;
    margin-bottom: 5px;
}

#subDate {
    margin: 5px;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

a.clickme {
    color: #e51b8c;
    text-decoration: none;
    margin-bottom: 10px;
}

.content_hdr {
    font-weight: bold;
}

#block_content {
    width: 100%;
    padding: 5px;
    font-size: 12px;
}

#divBlock {
    background-color: #fff;
    margin-top: 25px;
    color: #444;
    box-shadow: 0.4px 0.9px 2px 0 rgba(0, 0, 0, .15);
    min-width: 250px;
    width: 100%;
}

@media (min-width: 992px) {
    .hidden-lg {
        display: none;
    }
}

@media (max-width: 575px) {
    #block_hdr {
        text-align: center;
    }

    #meta {
        text-align: center;
        line-height: 12px;
    }

}

/*** Links ***/

a, a:visited, a:active {
    color: #EF078E;
}

a:hover {
    color: #E51B8C;
}

/*** /Links ***/

/*** Buttons ***/

.btn {
    border-radius: 4px;
    border: solid 2px #EF078E;
    background-color: #EF078E;
    color: #fff;
}

.btn:focus {
    outline: none;
}

.btn.btn-tertiary {
    border-radius: 4px;
    border: solid 2px #EF078E;
    color: #EF078E;
    background-color: #fff;
    margin: 5px 0px 5px 10px;
    text-transform: uppercase;
    font-weight: 500
}

.btn.btn-tertiary:active,
.btn.btn-tertiary:hover {
    background-color: #EF078E;
    color: #fff;
}

/*** /Buttons ***/

/*** Article List ***/

.article-list-container .card-img-container {
    position: relative;
    padding-bottom: 56.25%;
}

.article-list-container .card-img-top {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-list-container .card-text {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}

.article-list-container .card-footer {
    background-color: white;
}

/*** /Article List ***/

/*** List ***/
.list-group-flush .list-group-item:first-child {
    border-top-width: 1px;
}
.list-group-flush p.list-group-item {
    margin: 0;
}
/*** /List ***/

/*** Article ***/

.article {
    background-color: white;
    border-radius: .25rem;
    overflow: hidden;
}

.article-header {
    
}

.article-banner-container {
    position: relative;
    padding-bottom: 41.8571%;
}

.article-banner-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-title-container {
    margin: 15px;
}

.article-title {
    margin: 15px 0 10px;
}

.article-details {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
    color: #6c757d;
    margin: 0;
}

.article-content {
    margin: 30px 15px;
}

.article-inner-section {
    margin: 0 -15px;
}

.article-footer {
    margin: 15px 15px;
}

/*** End-Article ***/

/*** Navbar ***/
.site-logo {
    max-width: 180px;
    height: 53px;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(21,149,218)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar {
    min-height: 80px;
    background-color: #fff !important;
}

a.nav-link {
    padding: 0 25px !important;
    height: 50px;
    line-height: 50px;
    color: #333;
}

@media (min-width: 992px) {

    .navbar {
        padding: 0 12.5%;
        vertical-align: middle;
    }

}

@media (max-width: 992px) {

    .navbar-nav {
        text-align: center !important;
        margin: 20px 0 !important;

    }

    .navbar-nav {
        margin-top: 25px !important;
    }

    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        top: 10px !important;
        display: block;
        width: 160px;
        text-align: center;
        margin-left: -80px !important;
        background-color: #fff;
    }

}

/*** End-Navbar ***/

/*** Breadcrumbes ***/
.breadcrumb {
    background-color: transparent;
    padding: .75rem 0;
}

/*** End-Breadcrumbes ***/

/*** Site Notice ***/
.site-notice {
    background-color: #26428C;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    text-decoration: None;
    padding: 5px;
}

/*** End-Site Notice ***/

/*** Widgets ***/
.widget {
    margin-bottom: 1rem
}

/*** /Widgets ***/

/*** Profile Widget ***/
#profile-widget .card-body {
    text-align: center
}

#profile-widget .card-title {
    margin: 0;
}

#profile-widget .card-subtitle {
    margin-top: .75rem;
    font-size: .9rem;
    font-weight: 400
}

#profile-widget .card-text {
    margin-top: .5rem;
    font-size: .8rem;
}

/*** /Profile Widget ***/

/*** Admin Widget ***/
#admin-widget .card-title {
    margin: 0;
}

/*** /Admin  Widget ***/

/*** Quick Links Widget ***/
#quick-links-widget .card-title {
    margin: 0;
}

/*** /Quick Links  Widget ***/

/*** Documents Widget ***/
#documents-widget .card-title {
    margin: 0
}

/*** /Documents  Widget ***/

/*** Footer ***/
#footer, .site-footer {
    background-color: #0094D9;
    color: #fff;
    padding-top: 10px;
    margin-top: 15px;
    position: absolute;
    font-size: .8em;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
}

/*** End-Footer ***/

/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin: 20px 25px 25px 25px;
}

.floating-input,
.floating-select {
    font-size: 16px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

label {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #444;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #696969;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
    width: 50%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/****  floating-Lable style end ****/
