.dmwr{
    background-color: rgba(35, 36, 51, 1);
}
.heading{
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
}
.heading h1{
    color: rgba(255, 255, 255, 1);
    float: none;
    top: 0;
    left: 0;
    width: 860px;
    position: relative;
    height: auto;
    padding: 2px 0px;
    max-width: 100%;
    min-width: 0;
    display: block;
    text-align: center;
    margin: 8px auto;
    font-size: 36px;
    font-weight: 700;
}
.heading p{
    color: rgba(255, 255, 255, 1);
    float: none;
    top: 0;
    left: 0;
    width: 743.984px;
    position: relative;
    height: auto;
    padding: 2px 0px;
    margin: 8px auto;
    max-width: 100%;
    min-width: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 200;

}
p{
    font-weight: 200;
}
@media (min-width:992px) and (max-width:1200px){
    .content{
        padding-left: 50px;
        padding-right: 50px;
    }
}
.content{
    padding-top: 55px;
    /* padding-left: 15px;
    padding-right: 15px; */
    font-size: 20px;
    padding-bottom: 15px;
}
.content p{
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5rem;
    margin-bottom: 2rem !important;
    text-align: justify;
}
.post-new{
    margin-top: 20px;
    margin-bottom: -50px;
}
.card_Content h2{
    color: #002664;
}
.font-size-18{
    font-size: 18px;
}
@media (max-width:768px){
    .content p{
        font-size: 14px ;
        padding: 0px 12px ;
    }
    .heading p{
        font-size: 15px;
    }
    .post-new {
        margin-top: -14px;
        margin-bottom: -73px;
    }
    .m-font-size-16{
        font-size:16px;
    }
    .m-font-size-14{
        font-size:14px !important;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .cards{
        padding: 30px 50px;
    }
}
.cards{
    padding: 10px 15px;
}
.card{
    /* gap: 20px; */
    margin-bottom: 20px;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
}
.card .image{
    transition: all .2s ease-out !important;
}
.image img{
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.card {
    background-color: #fefeff !important;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    height: auto;
    transition: box-shadow 0.2s ease-out;
  }
  .card a{
    text-decoration: none;
  }
 .card_Content h2 {
    color: #002664;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: calc(10em * 2);
 }
  .card img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    transition: transform 0.2s ease-out, filter 0.2s ease-out;
    border-radius: 0px;
  } 
 
  .card:hover img, .card img:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
  }

@media (min-width:768px) and (max-width:1200px){
    .image img{
        overflow: hidden;
        width: 100%;
        height: 150px;
    }
}
.card_Content{
   padding: 15px;
   background-color: #fff;
   height: 200px;
}
.card_Content h1{
    color: #002664;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.card_Content p{
    color: #747474;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.4em;
    word-break: break-word;
    max-height: 5.5em;
}
.navigation a{
    color: rgba(137, 137, 170, 1);
}


@font-face {
    font-family: Museo Slab;
    src: url(../fonts/Museo_Slab_500.otf)
}



.aph_mobile_header_content{
    display: none;
}
.aph_desktop_header_content, .aph_nav_menu{
    display: flex;
}
.aph_desktop_header_content{
    justify-content: space-between;
}
body#aphRoot{
    text-decoration-skip-ink: none;
}
.aph_header_menu_links{
    width: 60%;
    min-width: 60%;
}
ul.aph_nav_menu li {
    padding: 18px;
    width: 20%;
}
ul.aph_nav_menu li a{
    line-height: 22px;
}
ul.aph_nav_menu li:hover a {
    font-weight: 700;
}
ul.aph_nav_menu li:nth-child(3),
ul.aph_nav_menu li:nth-child(3) a{
    padding-left: 0px;
}
.aph_header_logo {
    margin: 10px;
}
body.fix-mobile-scrolling{
    overflow: initial;
}
.aph_content {
    position: relative;
    transition: transform .3s ease-out;
    height: 100%;
}
.aph_row_01{
    float: none;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    height: auto;
    
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;

    min-width: 0;
    text-align: start;
    background-position: 50% 50%;
    min-height: auto;
}

div#aph, .aph_wrapperouter, .aph_inner{
    height: 100%;
}
div.aph_header_inner_content {
    position: absolute;
    z-index: 101;
    width: 100%;
    padding: 13px 0;
}
.m-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#aphheader .aph_nav_menu li:hover a {
    font-weight: 700;
}

.aph_wrapper {
    height: 100%;
}
.text-links{
    text-decoration: underline !important;
    color: rgb(255, 255, 255);
}
.display-cards{
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Card title ellipsis functionality */
.card-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.card-title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.card-title h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}