* {
    margin: 0;
    padding: 0;
}
body, html {
    font-family: Roboto, sans-serif, Arial;
    background: #f0f3fa;
}
.width-100 {
    width: 100%;
    float: left;
}
.width-25 {
    width: 25%;
    float: left;
    padding: 10px 0px;
}
.width-33 {
    width: 33.33%;
    float: left;
}
.container {
    width: 97%;
    margin: 0 auto;
}
.plr {
    padding-left: 100px;
    padding-right: 100px;
}
.margin-top-50 {
    margin-top: 0px;
}
.header-menu {
    position: relative;
    box-shadow: 0px 2px 5px 0px #0000006a;
}
.logo {
    width: fit-content;
    float: left;
    font-size: 20px;
    font-family: inherit;
    font-weight: bold;
    color: #f21509;
    padding: 2px 0px;
}
.logoimg{
    display: flex;
    height: 50px;
}
/* Style the search box */
.search-box {
    float: right;
    margin-top: 15px;
    position: relative;
  }
  
  .search-box input[type="text"] {
    padding: 7px;
    font-size: 17px;
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 4px;
  }
  
  .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    background: #333;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .search-box button:hover {
    background: #555;
  }
  
  .search-box input[type="text"]:focus {
    outline: none;
    border-color: #555;
  }
  
.main-menu {
    list-style: none;
    float: right;
    margin-top: 20px;
}
.main-menu a {
    font-weight: 500;
    color: #3a3a3a;
    font-size: 20px;
    text-decoration: none;
}
.main-menu li {
    float: left;
    padding: 12px 15px;
}
.slider-width {
    width: 100%;
    height: 450px;
}
.latest-news, .event-list, .notice-board, .about-us {
    margin: 14px;
    background: #fff;
    padding: 5px;
    height: 350px;
    margin-bottom: 30px;
}
.heading-sect {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 0px;
    margin: 0px;
    margin-bottom: 15px;
    padding-top: 2px;
    border: 1px solid #cfcfcf;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 0px;
    background: #00aed9;
    color: white;
}
.heading-sect h3 {
    color: white;
}
.head-title {
    margin: 0px;
    padding: 0px 108px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif!important;
    color: #2196f3;
    padding-bottom: 5px;
}
.upcoming-event-list, .notice-board-list, .latest-news-ul {
    padding: 0px;
    list-style: none;
}
.upcoming-event-list li, .notice-board-list li, .latest-news-ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.event-date {
    background: #03a9f4;
    width: 30px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 8px;
    margin-right: 10px;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
    color: rgb(63, 61, 61);
    font-size: 15px;
    font-weight: bold;
}
.useful-info-ul {
    list-style: none;
}
.useful-info-ul a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.useful-info-ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin: 20px;
}
.footer {
    background: #232F3E;
    padding: 50px 0px;
}
.quicklink-menu, .get-in-touch {
    list-style: none;
    padding-left: 10px;
}
.quicklink-menu li a, .get-in-touch li {
    color: #fff;
    line-height: 2.5;
    font-size: 20px;
    text-decoration: none;
}
.social-media {
    list-style: none;
    margin-top: 10px;
}
.social-media li {
    float: left;
    padding: 0px 8px;
}
.social-media li a img {
    width: 30px;
}
.quicklink-heading {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.footer-e-mail, .footer-website {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.footer2-bacbor {
    background: #232F3E;
    padding: 10px 0px;
    border-top: 1px solid #898989;
}
.footer2-content {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

/* Media Queries for Responsive Design */
@media screen and (max-width: 1200px) {
    .width-33, .width-25, .width-50, .width-60, .width-70, .width-80, .width-90, .width-10, .width-20, .width-30, .width-40 {
        width: 100%;
        float: right;
    }
    .main-menu {
        margin: -45px -5px;
    }
    .main-menu li {
        padding: 11px 7px;
    }
    .plr {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slider-width {
        height: auto;
		margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        text-align: center;
        float: none;
    }
    .header-menu {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 12px 0px;
    }
    .footer2-bacbor {
        padding: 5px 0px;
    }
    .quicklink-heading, .footer-e-mail, .footer-website, .get-in-touch li, .quicklink-menu li a {
        font-size: 14px;
		padding: 0px 5px;
    }
}
@media screen and (max-width: 768px) {
    .search-box {
      width: 100%;
      margin-top: 10px;
    }
  
    .search-box input[type="text"] {
      width: 80%;
    }
  
    .search-box button {
      width: 20%;
    }
  }
  
