@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}
.mainLogo {
  max-width: 1050px;
  width: 100%;
  margin-bottom: 15px;
}
.logo-title {
  color: #e05b1d;
}
.bg-nav {
  background: #dd561e;
}
.navbar {
  padding: 4px 0px;
}
.navbar .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 8px 20px !important;
  text-transform: uppercase;
}
.noticeScroll {
  height: 250px;
  overflow: hidden;
}
.sidebarTitle {
  border-bottom: 2px solid #dd561e;
  margin-bottom: 20px;
}
.sidebarTitle span {
  background: #dd561e;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
}
.images {
  margin-top: 25px;
}
.images .image {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 250px;
  background-color: #e3e3e3;
  border-radius: 25px;
}
