body {
    background-color: #1e1e2e;
    color: #fff;
    font-family: Lato, "Lato Fallback";
    line-height: 1.8;
}
.aph_row_01 {
    padding-top: 110px;
    padding-bottom: 17px !important;
}
.post-heading {
float: none !important;
top: 0 !important;
left: 0 !important;
width: 860px !important;
position: relative !important;
height: auto !important;
padding-top: 2px !important;
padding-left: 0 !important;
padding-bottom: 2px !important;
max-width: 100% !important;
padding-right: 0 !important;
min-width: 0 !important;
display: block !important;
text-align: center !important;
margin-right: auto !important;
margin-left: auto !important;
margin-top: 8px !important;
margin-bottom: 8px !important;
font-size: 45px !important;
font-weight: bold;
}

.post-heading {
    direction: ltr;
    font-family: Lato, "Lato Fallback";
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 36px !important;
    
}
.sub-heading {
    text-align: center;
    font-style: italic;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.font-size-20{
  font-size: 20px;
}

.content {

    margin: 0 auto;
    text-align: justify;
}

.content p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
}

.content strong {
    color: #f8f9fc;
}

a {
    color:#fff;
     text-decoration: underline;

  
    text-decoration: none;
}

.navigation a {
    font-size: 20px ;
    color: rgba(137, 137, 170, 1);
  
    font-weight: 300;
    text-decoration: underline;
}
.box {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .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: 390px !important;
    transition: box-shadow 0.2s ease-out;
  }
  
  .card img {
    width: 100%;
    height: 200px;
    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);
  }
  
  .card-body {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .card-body a {
    color: #002664;
    text-decoration: none;
  }
  
  .card-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #002664;
    margin-bottom: 2px;
    cursor: pointer;
   
  }
  
  .card-meta {
    font-size: 16px;
    color: #3c5e7a;
    margin-bottom: 15px;
  }
  
  .card-text {
    font-size: 15px;
    color: #747474;
    font-weight: 200;
    margin-top: 12px;
    line-height: normal !important;
}
  
  
  @media (max-width: 768px) {
    .sub-heading{
      font-size: 15px ;
    }
    .m-font-size-16{
      font-size: 16px !important;
    }
    .m-font-size-14{
      font-size: 14px !important;
    }
    .box {

      gap: 15px;
      padding: 10px;
    }
  
    .card {
      height: auto;
      border-radius: 6 !important; 
      box-shadow: none; 
    }
  
    .card img {
      height: auto; 
      border-radius: 0; 
    }
  
    .card-body {
      padding: 10px;
    }
  
    .card-title {
      font-size: 18px !important;
      margin-bottom: 10px;
    }
  
    .card-meta {
      font-size: 14px;
      margin-bottom: 10px;
    }
  
    .card-text {
        font-size: 13px;
        color: #747474;
        font-weight: 200;
        margin-top: 12px;
    }
  }

  @media (min-width: 768px) and (max-width: 927px) {
    .box {
      grid-template-columns: repeat(3, 1fr); /* Adjust grid to 2 columns */
      gap: 15px;
      padding: 15px;
    }
  
    .card {
      height: 500px !important; /* Allow card height to adjust dynamically */
      border-radius: 6px !important;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); /* Slightly reduced shadow */
    }
  
    .card img {
      height: 200px !important; /* Reduce image height for smaller screens */
      object-fit: cover;
    }
  
    .card-body {
      padding: 12px;
    }
  
    .card-title {
      margin-bottom: 8px !important;
    }
  
    .card-text {
      font-size: 14px !important; /* Adjust text size for readability */
      line-height: 1.4; /* Improve line spacing */
    }
  }
  @media (max-width:520px){
    .box {
      grid-template-columns: repeat(1, 1fr) !important;
  }
  }

        .sub_panle_v1{
        background: #fff;
        height: 226px;
        overflow: hidden;
        padding: 15px 20px 38px 15px;
        width: 100%;
        float: left;
        border-bottom-right-radius:5px ;
        border-bottom-left-radius:5px ;
        }
        .Premier_lable{
            color: #002664;
            font-family: Lato, "Lato Fallback";
            font-size: 18px;
            font-weight: 600;
        }
        .Los_p{
        font-size: 13px;
        color: #747474;
        font-weight: 200;
        margin-top: 12px;
    }

    
@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%;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1158px;
    }
}



@media (max-width: 768px) {
    .post-heading {
        font-size: 2rem;
    }

    .content p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .post-heading {
        font-size: 1.8rem;
    }

    .content p {
        font-size: 0.9rem;
    }
   
    
}