.image-container {
  float: left;
  margin-right: 20px;
}

.content {
  text-align: justify;
}
.cta{
    background: url("../img/portfolio/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .cta::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(13, 20, 26, 0.7);
  }

  .notice {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
  }
  .notice ul li a{
    color: rgb(22, 22, 134) !important;
  }
  .notice ul li{
    padding: 0px !important;
    margin: 5px 5px 5px 20px !important;
  }
  .custom-list {
    list-style: none; /* Remove default bullet points */
    padding-left: 20px; /* Add padding for indentation */
  }
  
  .custom-list li::before {
    content: "\2B9E"; /* Unicode character for writing hand symbol */
    display: inline-block;
    width: 1em; 
    margin-left: -1em;
    color: rgb(20, 18, 36);
    font-size: 20px;
  }
  .custom-list li a::after {
    content: "";
    display: inline-flex;
    background-image: url('../img/icons/new-flash-gif.gif'); /* Replace 'thunder-background.jpg' with your actual thunder background image */
    background-size: contain; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: center;
    height: 30px; /* Adjust as needed */
    width: 30px; /* Adjust as needed */
    animation: blink 1s infinite alternate;
    justify-content: center;
    align-items: center;
}


/* @keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
} */


.breadcrumbs
{
  background: url("../img/icons/breadcrumb-banner.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.content p{
  text-align: justify;
}

.contact .info-box p a {
  color: #0b2341;
}

#footer .footer-top .footer-info p a{
color: white;
}

.school_info ol li{
  font-weight: bold;
  color: black;
  font-size: 18px;
}
.school_info table{
max-width: 100%;
}
.school_info table tr th{
 font-size: 12px;
}
.school_info table tr th:nth-child(1){
 width: 5%;
}
.school_info table tr th:nth-child(3){
 width: 10%;
}
.school_info table tr td:nth-child(3){
 text-align: center;
}