.top-nav{
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    padding: 0px;
    box-sizing: border-box;
    background: #222121;
}
.top-nav ul{
    width: 100%;
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
.top-nav ul li a{
    line-height: 30px;
    color: white;
    padding: 10px 20px 8px 20px;
    text-decoration: none;
    border-bottom: 3px solid #222121;
    font-size: 12px !important;
    border-right: 1px solid rgb(77, 77, 77);
}
.navbar{
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #8B0000;
    background: linear-gradient(#4e0000,#8B0000 );
}
.navbar a{
    color: aliceblue;
}
.bg-maroon{
    background: #8B0000;
}
h1,h2{
    /* font-family: 'Josefin Sans', sans-serif; */
    font-family: 'Inter', sans-serif;
    font-weight: 900;
}
h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
}
p,li,a{
    /* font-family: 'Heebo', sans-serif; */
    /* font-family: 'Josefin Sans', sans-serif;  */
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.dropdown-item{
    color: #222121 !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.footer {
    background: linear-gradient(#8B0000,#4e0000 );
}
.footer ul li {
    list-style: none;
    padding: 5px;
    justify-content: c;
}
.footer ul li a {
    color: #f5f5f5;
    transition: 0.5s;
}
.footer ul li a:hover {
    color: goldenrod;
    transition: 0.5s;
}
.footer-copyright {
    border-top: 2px solid #8B0000;
    background: #350202;
}
.footer a {
    color: white;
}
#image-gallery .modal-footer{
    display: block;
}
.thumb{
   margin-top: 15px;
   margin-bottom: 15px;
  }
  .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top:none;
}
.event-table tr,td{
    border: none;
    /* border-bottom: 1px solid #e2e0e0; */
}
.event-table .nob{
    border: none !important;
}
tr td .box{
    color: #8B0000 ;
}
/* tr td .box h4{
    color: gold;
} */
tr td .box p{
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
tr td .box h1{
    text-align: center;
    margin-bottom: 0;
}
.event-content p,a{
    color: #333;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 0px;
    text-align: justify;
}
.table .event-content{
    vertical-align: middle !important;
}
.event-content a:hover{
    color: #8B0000 ;
    text-decoration: none;
}
.mobile-events{
    display: none;
}
.mobile-events a:hover{
    color: #8B0000 ;
}
.event-badge h4{
    text-align: center;
    color: #8B0000 ;
    background-color: #e2dfdf;
}
.event-badge p{
  text-align: justify;
}
.card-body p{
    color: #8B0000;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  
  .featured-services .icon-box::before {
    content: '';
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }
  
  .featured-services .icon-box:hover::before {
    background: linear-gradient(#8B0000,#4e0000 );
    top: 0;
    border-radius: 0px;
  }
  
  .featured-services .icon {
    margin-bottom: 15px;
  }
  
  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: linear-gradient(#8B0000,#4e0000 );
    transition: all 0.3s ease-in-out;
  }
  
  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .featured-services .title a {
    color: #111;
    font-size: 22px;
    text-decoration: none;
  }
  
  .featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
  }
  
  .featured-services .icon-box:hover .icon i {
    color: #fff;
  }