.navbar-area.header-one {
    background-color: #000040;
}
.bg-light-blue{
    background-color:  #EDF5FF;
}
.navbar-area .header-top .navbar-brand img{
    margin: 0;
}
.author-img img {
    height: 100%;
    width: 100%;
}
.page-nav li span.active, .page-nav li span:hover {
    color: var(--whiteColor);
    opacity: 1;
    background-color: var(--secondaryColor);
    border-color: transparent;
}
.page-nav li span {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: var(--primaryColor);
    background-color: var(--bgColor);
    transition: var(--transition);
}
.nav-link {
    color: #f00;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
    display: block;
    font-size: 15px;
    padding: 1px 25px;
    color: var(--primaryColor);
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu{
    width: 300px;
}
.news-tablist-two .nav-item {
    width: 33.33%;
    border: none;
}
.news-tablist-two .nav-item:nth-child(2) .nav-link{
    border-radius: 0 0 0 0;
}
.news-tablist-two .nav-item:nth-child(3) .nav-link{
    border-radius: 0 5px 0 0;
}
.news-card-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.sharelinks {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 10px 0;
}
.listing .news-card-five{
    flex-wrap: nowrap;
}
.listing .news-card-five .news-card-img{
    width: 20%;
}
.listing .news-card-five .news-card-img img{
    height: 140px;
    position: relative;
}
.listing .news-card-five .news-card-info {
    width: calc(100% - 20%);
    margin-left: 25px;
}
.sharelinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.social-profile a i{
    font-size: 24px;
}
.social-profile .facebook a{
    background-color: #0866FF;
}
.social-profile .twitter a{
    background-color: #1D9BF0;
}
.social-profile .linkedin a{
    background-color: #0077B5;
}
.social-profile .instagram a{
    background-color: #507EA3;
}
.navbar-area .container-fluid.bg-dark-blue{
    background-color: #000040;
}
.navbar-area.sticky {
    top: -185px;
}
.social-links li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
    width: 40px;
    height: 40px;
    color : #000;
    border: 1px solid rgba(255, 255, 255, 0.09);

}
.social-links li a i {
    color: var(--whiteColor);
    display: block;
    margin: 0 auto;
    line-height: .8;
    transition: var(--transition);
}
.comment-item-wrap .comment-item .comment-author-img img {

    height: 80px;
    width: 80px;
}
.profile-border-radius-50{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.news-col-one .news-card-two .news-card-img img{
 height: 264px;
    width: 100%;
    min-height: 264px;
}
.news-col-one .news-card-three .news-card-img img{
 height: 120px;
    width: 100%;
    min-height: 120px;
}
.news-col-three .news-card-two .news-card-img img{
 height: 264px;
    width: 100%;
    min-height: 264px;
}
.news-col-three .news-card-three .news-card-img img{
    height: 120px;
    width: 100%;
    min-height: 120px;
}
.news-col-two .news-card-four .news-card-img img{
    height: 480px;
    width: 100%;
    min-height: 480px;
}
.news-col-two .news-card-five .news-card-img img{
    height: 172px;
    width: 100%;
    min-height: 172px;
}
.pageBanner {
    background-color: rgba(193, 195, 251, 0.15);
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.img_100{
    width: 100%;
}
.news-card-thirteen .img-fluid{
    width: 100%;
    height: 275px !important;
    min-height: 275px;
}
.user_image{
    width: 150px !important;
    height: 120px !important;
}
.pageBanner img{
  height: 250px;
}
.bg-gry{
    background-color: #f6f6f6;
}
.page-item {
    margin: 0 4px;
    display: inline-block;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item .page-link{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: var(--primaryColor);
    background-color: var(--bgColor);
    transition: var(--transition)
}
.page-item.active .page-link{
    color: var(--whiteColor);
    opacity: 1;
    background-color: var(--secondaryColor);
    border-color: transparent;
}
.listing_Scroll{
    height: 100%;
    max-height: 740px;
    overflow: hidden;
}
.listing_Scroll_content{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.news-metainfo li.author{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}
.news-metainfo li.author .author-img{
    width: 100px;
    height: 100px;
}
.news-metainfo li.author a{
    margin-top: 10px;
    width: auto;
}
.h3_text {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 45px 0;
    color: rgb(26, 23, 23);
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}
 .login-content .h-text {

    font-weight: 600;
}
.login-content .desc{
    text-align: left;
    position: relative;
    display: inline-block;
    color: rgb(26, 23, 23);
    font-family: "Poppins", sans-serif;
}
.btn_b_register{
    display: inline-block;
    color: rgba(26, 23, 23, 0.98);
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.home_latest_category .news-card-six .news-card-img img.img_h_w{
    height: 300px;
    width: 400px;
    object-fit: cover;
}
.news-card-four .news-card-img {
    border-radius: 5px;
    position: relative;
}
.news-card-four .news-card-img .news-cat {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    background-color: #29EEFA;
    border-radius: 5px;
    padding: 8px 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
@media only screen and (min-width: 1400px)
{
    .login-wrap .login-content {
        padding: 55px 80px 50px;
    }
}
@media only screen and (max-width: 991px)
{
    .theme-light .navbar-brand .logo-light.md-display-intial,.theme-light .navbar-brand .logo-dark.md-display-intial {
        display: inline !important;
    }
   .news-card-thirteen .img-fluid{
        width: 100%;
      height: auto !important;
    }
  .navbar-area.header-one.bg-dark-blue .navbar-brand img{
      width: 200px;
   }
    .navbar-area.header-one.bg-dark-blue.sticky{
        top: -115px;
   }
}
