dl.article-info.text-muted {
    display: none;
}
/*.page-header {
    text-align: center;
    background: #e8f0fe;
    margin-bottom: -8px;
    padding-bottom: 8px;
}*/
.page-top-quote{
  background: #e8f0fe;
  text-align: center;
  padding: 10px;
}
p.page-top-quote a {
    padding-left: 50px;
    text-decoration: none;
    font-weight: bold;
    color: #2c608e;
}
p.page-top-quote a.active {
    text-decoration: underline;
    color: #22262a;
}
/* hide top */
nav.mod-breadcrumbs__wrapper {
    display: none;
}
.page-header {
    display: none;
}
/* new html css */
.align {
    align-items: center !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.outer {
    display: flex;
    justify-content: end;
}
.account-btn {
    background: transparent;
    border: none;
    margin-left: 10px;
}
.account-btn a {
    background: linear-gradient(135deg, #130962 0%, #016AA3 100%);
    padding: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid transparent;
}
.account-btn a:hover {
    border: 2px solid #130962; 
   background: transparent;
   color: #130962;
   transform: scale(1.1);
}
a.log-in{
    color:#016AA3;
}
a.log-in:hover{
    color: #222;
}
li.nav-item{
    padding-left: 40px;
}
a.nav-link {
    color: #222 !important;
}
a.nav-link:hover {
    color: #016AA3 !important;
}
.section-1{
    background-image: url(https://metaresearch.org/images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 202px 0px 484px;
}
.banner-section h2 {
    color: #fff;
    text-align: right;
    position: relative;
    font-size: 48px;
}
.banner-section h2:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 3px;
    width: 170px;
    bottom: -50px;
    right: 0;
}
.section-2{
    padding: 60px 0px;
    background: #F5F5F7;
}
.tittle h3 {
    border-bottom: 1px solid #222;
    font-weight: 400;
    font-size: 42px;
    padding-bottom: 15px;
}
.image img{
    max-width: 100%;
}
.space{
    padding-top: 60px !important;
}
.about-content h4 {
    color: #212427;
    font-size: 26px;
    font-weight: 400;
}
.about-content p {
    color: #6E6E73;
    font-size: 16px;
    line-height: 18px;
}

.right{
    text-align: right;
}
.align2 {
    align-items: center !important;
    border-bottom: 1px solid #222;
}
.section-3{
    padding: 60px 0px;
}
.article-content p{
    font-size: 16px;
    position: relative;
}
.article-content h5 {
    color: #212427;
    font-size: 26px;
    font-weight: 400;
}
.article-content p:after{
     content: "";
    display: block;
    position: absolute;
    background: #016AA3;
    height: 2px;
    width: 78px;
    bottom: -20px;
    left: 0;
}
.img-card img {
    max-width: 100%;
    width: 100%;
}
.content-card {
    padding: 5px 9px 31px;
}
.read-post {
    color: #016AA3;
    position: absolute;
    bottom: 7px;
}
.img-card {
    position: relative;
    height: 100%;
    border: 1px solid #ccc;
}
.section-4{
    background: url(https://metaresearch.org/images/frame.png);
    padding: 45px 0px;
}
.outer-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.memorable-content{
    padding-left: 25px;
    color: #fff;
}
.content1{
    background: #F5F5F7;
    padding: 10px;
    margin:10px 0px;
}
.section-5{
    padding: 60px 0px;
}
.content1 a{
    color:  #016AA3;
}
.content1 p{
    color: #6E6E73;
    font-size: 16px;
    line-height: 18px;
}
.image {
    text-align: center;
}
.news1 {
    box-shadow: 0px 0px 5px 5px #ccc;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    height: 100%;
}
.news1:hover {
    transform: translateY(-10px);
}
.news1 img{
    max-width: 100%;
}
.news-content{
    padding: 10px;
}
.news-content span {
    font-size: 14px;
    font-weight: bold;
}
.news-content p {
    color: #6E6E73;
    font-weight: 600;
    line-height: 20px;
}
.news-content a{
 color:  #016AA3;
font:500;
}

.footer {
    background: #7F8487;
    padding: 20px 0px;
    margin: 0;
}

.footer-links ul{
       list-style: none;
       display: block;
       
}
.footer-links {
    padding-top: 20px;
}
.footer-links ul li {
    padding-bottom: 10px;
}
.footer-links ul li a {
    color: #fffc;
    text-decoration: none;
    font-weight: 400;
    transition: 0.9s all ease-in-out;
}
.footer-links ul li a:hover{
    color: #016AA3;
    transform: translateZ(0);
}
.line{
    border-bottom: 1px solid #ffffff36;
}
.copyright{
    color: #fffc;
    padding-top: 10px;
}
.footer-logo-box p{
    color: #fffc;
}
nav.navbar .mod-menu li a {
    color: #000;
    font-size: 18px;
}
.container-header .container-nav {
    justify-content: center;
}
header.container-header {
    background: #fff;
}
.site-grid {
    display: block;
}
.container-topbar {
    padding: 10px 0px 0px 0px;
}
.container-topbar .align {
    padding-bottom: 15px;
}
main {
    margin: 0px !important;
}
.memorable-content p {
    font-size: 28px;
    margin-bottom: 0px;
}
.memorable-content h2 {
    margin-bottom: 25px;
    font-size: 50px;
}
.memorable-content h2 a{
    color: #fff;
    text-decoration: none;
}
.section-6 {
    background: #F5F5F7;
    padding: 50px 0px;
}
.tittle h2 {
    font-size: 42px;
    font-weight: 400;
}
.about-content2 {
    max-width: 80%;
    margin-left: auto;
}
.mm-toggler {
    background: url(https://metaresearch.org/images/dropdown.png) 0 0 no-repeat !important;
    background-size: 100% !important;
    width: 13px;
    height: 10px !important;
    position: absolute !important;
    right: 1px;
    top: 22px;
}
.mm-toggler:before, .mm-toggler:after{ 
    display: none !important;
}
.mm-toggler:focus{ 
    outline: none !important;
    border: none !important;
}
li ul li .mm-toggler {
    right: 10px;
}
li ul .parent a {
    padding-right: 20px;
}
.writer-img img {
    width: 100%;
    max-width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: top;
}
.spacing{ 
  padding: 50px 0px;
}
.img2 {
    text-align: center;
}
.heading{
    padding-bottom: 20px;
}

.back-light-bg{
    padding: 60px 0px;
    background: #F5F5F7;
}
.pagenavigation {
    display: none;
}
.footer .grid-child {
    justify-content: center !important;
}
.featured_articles .mod-articlescategory {
    display: flex;
}
.featured_articles .mod-articles-category-group {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 6px;
    max-width: 98%;
}
.registration, .login {
    max-width: 700px;
    margin: 40px auto;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
}
.registration legend {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
a.before-icon{
  text-decoration: none;
}
a.before-icon:before {
    content: "\f00c";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    padding-right: 4px;
}
ul.listing {
    list-style: none;
}
.side-imgs{
  	display: flex;
  	align-items: center;
    justify-content: center;
}
img.cd-img {
    height: 96px;
    width: 96px;
}
.matter-img img {
    width: 100%;
}
.list-ii li{
    position: relative;
}
.list-ii li span {
    position: absolute;
    left: -97px;
}
.list-ii{
    list-style: none;
    padding-left: 0px;
}
.print ul{
    list-style: none;
    padding: 0px ;
}
.absolute-gps.header {
    height: 33px;
    text-align: center;
    font-weight: 700;
}
.absolute-gps a:active {
    color: #0047ff !important;
}
/*.table tbody tr td{
    width: 20%;
    text-align: center;
}
.table{
    border: 1px solid;
    width: 50%;
    margin: auto;
}*/

    .tble-dsgn th{
        text-align: center;
        border: 1px solid;
        padding: 5px;
    }
    .tble-dsgn td{
        text-align: center;
        border: 1px solid;
        padding: 5px;
    }
#kunena.layout {
    width: 80% !important;
    margin: auto;
}
#kunena.layout .card-header {
    border: 1px solid !important;
    border-bottom: none !important; 
    background: #e8f0fe;
}
#kunena.layout .card-body {
    border: 1px solid;
}

.section-6 .col-lg-3.col-md-6 {
    position: relative;
}
.news-content .read-more-btn {
    color: #016AA3;
    font: 500;
    position: absolute;
    bottom: 6px;
}
form#user-registration {
    width: 80% !important;
    margin: auto;
}
#kunena.layout .table th, #kunena.layout .table td {
    line-height: 20px;
    border: 1px solid;
}
.com_kunena main {
    margin-bottom: 100px !important;
}
 .listing-fact li {
    margin-bottom: 5px;
}