.top-headder{
  padding: 16px 30px;
  background: #f58220ad;
  box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #0563c5;
  
}
.table td, .table th {
    padding: .4rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
}

p{
    text-align: justify;
}
.time{
    margin-bottom: 0;
    background: #022850;
    color: #ffff;
    font-size: 11px;
    text-align: right;
    padding-right: 2%;
}
.carousel-item img{
    /*height:350px;*/
    object-fit:cover;
}
.top-headder h1{
  font-weight: bold;
    margin-top: 9px;
    color: #684287;
}
.members-table{
  box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.news-marquee{
  height: 250px;
  overflow: hidden;
  box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
}
.news-marquee img{
 width:100px;
 height:100px;
 object-fit: cover;
}
.home-members-head{
  padding: 8px 5px;
  background-color: #004085;
  color: #ffffff;
  margin-bottom: 12px;
  margin-top: 30px;
}
.home-members .table td, .table th {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.home-members-head h3{
  font-size: 14px;
}
.news-title{
  padding: 6px 5px;
  background-color: #004085;
  color: #ffffff;
  margin-bottom: 12px;
}
.media-body a{
  font-size: 22px;
  color: #000000;
}
.media-body p{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 32px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.holder { 
  background-color:#ccc;
  width:300px;
  height:250px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
.about{
  background-image: url('../img/logowatermark.png');
  background-repeat: repeat;
  background-position: center; 
}


.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
footer .nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.main-nav{
  background-color: #022850;
  color: #ffffff;
}
.main-nav .nav-item{
  padding: 0px 24px;
}
.main-nav .nav-item a{
  color: #ffffff;
}
footer .nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}


.navbar-toggler-icon {
    color:#fff;
}




@media (max-width: 1800px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    }
}

@media (max-width: 1500px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    }
}

@media (max-width: 1400px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    }
    
}

@media (max-width: 1367px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    }
}

@media (max-width: 1026px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    }
}

@media (max-width: 990px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    }
}

@media (max-width: 768px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    }

}

@media (max-width: 767px) {
    .top-headder h1 {
    font-weight: bold;
    margin-top: 9px;
    color: #684287;
    font-size: 24px;
    }
    .top-headder img{
        width: 62px !important;;
    height: 62px !important;;
    }
    .navbar-collapse{
    position: absolute;
    width: 100%;
    background: rgba(2, 40, 80, 0.68);
    z-index: 10000;
    top: 55px;
    }
    .qr-code{
        width:150px;
    }
}