
a:hover{
    text-decoration: none!important;
}

.top-nav{
    background-color: #002060;
    padding: 0px 3px;
}


.side-section-heading{
    border-bottom: 2px solid #ed1e24;
    padding-bottom: 7px;
    font-size: 19px!important;
}



.activity-item {
    border-color: #005511;
    min-height: 335px;
}
.activity-item {
    padding: 10px;
    text-align: center;
    border: 1px solid #163269;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 75px;
}

.activity-item:hover, .active-item {
    background: #fff;
    border-color: transparent!important;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}.paper-link

.activity-item .thred-color {
    margin: -75px 0 20px;
}

.activity-item h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 1px;
    margin-bottom: 0px;
}


.activity-item h4 {
    font-size: 12px;
}

.activity-item .thred-color img {
    width: 131px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #163269;
    border-radius: 50%;
    height: 130px;
}


.paper-link{
    color: #182847;
    font-size: 15px;
    font-weight: bold;
}



.wp-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  color: #fff;
  margin-right: 5px;
  font-size: smaller;
  
}

.fa-facebook-f {
  background: #3B5998;
}

.fa-linkedin {
  background: #0077B5;
}

.fa-twitter {
  background: #1DA1F2;
}
.fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.fa-google-plus {
  background: #D04338;
}
.fa-youtube {
  background: #FF0000;
}

.fa-pinterest {
  background: #BD081C;
}


.mcq-table, .mcq-table td, .mcq-table tr{
    border: none!important;
}

.mcq-table tr{
    background-color: white!important;
}



.view-ans{
    padding: 2px 10px;
    background-color: #17a2b8;
    border: none;
}

.top-nav-links{
    font-size: smaller;
    line-height: 45px;
    color: white;
}

.top-nav-links a{
    color: white!important;
}

.main-menu{
    border-top: 4px solid #002060;
    border-bottom: 1px solid #e5e7eb;
}

.menu-items a{
    text-transform: uppercase;
    font-size: .6875rem;
    font-family: NafeesNaksh, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    padding: 10px 10px;
    display: inline-block;
    text-decoration: none!important;
}

.menu-items a:hover{
    background-color: #e5e7eb;
}


body{
    font-family: Playfair Display, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}


.head-container{
    display: flex;
}

.section-head{
    color: red !important;
    margin-bottom: 8px;
    display: block;
    display: inline-flex;  
    align-items: center;   
    gap: 5px;
    height: 42px;
}

.section-head-arrow{
    width: 12px;
    height: 12px;
    vertical-align: middle;
}


.post-head{
    font-size: 0.9rem;
    font-weight: bold;
    margin: 4px 0px;
    height: 54px;
    overflow: hidden;
}

.post-head-short{
    height: auto;
}

.post-date{
    color: gray;
    font-size: 13px;
    font-weight: 100;
    font-family: Times New Romen;
    text-transform: uppercase;
}

.article-container-main{
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 10px;
}

.article-container {
    display: flex;         
    gap: 7px;
    margin-bottom: 15px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 7px;
}

.article-thumbnail {
    width: 80px;           /* Small square image */
    height: 80px;
    object-fit: cover;      /* Ensures image fills the square */
}

.article-content {
    flex: 1;               /* Takes remaining space */
}

.main-section{
    border-top: 4px solid #002060;
}

.article-thumbnail-sm{
    
}



.my-border-top{
    border-top: 4px solid #002060;
}

.my-border-bottom{
    border-bottom: 4px solid #002060;
}

.uos-footer-wrapper {
    background-color: #002060!important;
}





@media (min-width: 1260px){
    .container {
        max-width: 1380px!important;
    }
}





@media only screen and (max-width: 600px) {
  .instrucions-box {
    font-size: x-small!important;
  }
  .paper-attempt-area{
      padding-left: 0.5rem!important;
  }
}



