@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap");
@media screen {
  html {
    margin-top: 0px !important;
  }
}
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}
html,
body {
  overflow-x: hidden;
}
html {
  margin-top: 0px !important;
}
.action-line {
  border-radius: 0px;
  background-color: #bf7e49;
  border: 3px solid #bf7e49;
}
.topbar {
  background-color: #2e5419;
}
.topbar ul li a {
  font-size: 15px;
}
.frontbar {
  background-color: #253453;
}
/* .dropdown-menu {
  background-color: #bf7e49;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #bf7e49;
} */
.frontbar ul li a:hover {
  color: #fff !important;
}
.frontbar ul li a:active {
  color: #fff !important;
}
.navbar a {
  color: #fff;
  text-decoration: none;
  /* margin:9px; */
  font-size: 17px;
}

.navbar a:active {
  color: #fff;
  text-decoration: none;
  /* margin:4px; */
}
.frontbar li {
  margin-right: 25px;
  padding-bottom: 17px;
}
.navbar .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar ul {
  flex-flow: wrap;
}
.welcome-heading h1 {
  font-family: Playfair Display;
}
.why-heading h1 {
  font-family: Playfair Display;
}
h1 {
  font-family: Playfair Display;
  font-size: 2.5rem;
}
.college-intro p {
  font-size: 16px;
  line-height: 29px;
}

.principal-section {
  /* background-color: #4f8133; */
  position: relative;
}
.showcase {
  width: 100%;
  height: 704px;
  position: relative;
  color: white;
  text-align: center;
}

.showcase .overlay_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.showcase .overlay {
  width: 100%;
  height: 704px;
  background-color: rgb(0 0 0 / 81%);
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 999;
}
.fa-chevron-right {
  font-size: 12px;
}

.intro-icon p {
  font-size: 14px;
}
.course-card {
  border: 5px solid #253453;
  /* width: 400px; */
  background: #4f79ce;
}
.slider-prev {
  display: none;
}
.slider-next {
  display: none;
}
.achievement-card {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.achievement-card img {
  border-top-right-radius: 50px;
}

.why-section .overlay1 {
  width: 100%;
  height: 500px;
  background-color: rgb(0 0 0 / 73%);
  top: 0;
  left: 0;
  z-index: 999;
}
.why-heading h1 {
  color: #ae2627;
}
.footer {
  background-color: black;
}
.footer-address p {
  font-size: 15px;
}
.icon img {
  width: 25%;
}

.principal-section p {
  font-size: 15px;
  text-align: justify;
}
.top-nav a {
  font-size: 14px;
}
.college-navbar {
  background-color: #ae2627;
}
.desktop-header {
  background-color: #253453;
}
.courses-heading h1 {
  color: #253453;
}
.counter-container h5 {
  color: #ae2627;
}
.achievement-heading {
  color: #ae2627;
}
.photo-gallery-events {
  background-color: #253453;
}
.shining-star-heading {
  color: #ae2627;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 80%;
  visibility: hidden;
  background-color: #121a29;
  background-clip: padding-box;
  outline: 0;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.footer-sidebar-1 img {
  width: 110px;
}
.heading_red_bg {
  background-color: #ae2627;
}
