html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
** {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 200px;
}

.bg-blue-900 {
  background-color: #3a7211;
  /* background-image: linear-gradient(#58a324, #3a7211);  */
}

.to-blue-700,
.to-blue-800 {
  background-image: linear-gradient(to right, #022c22, #065f46, #047857);
  background-image: linear-gradient(to left, #3f6e0e, #254900);
  color: white;
}

.to-blue-600 {
  background-image: linear-gradient(#58a324, #3a7211);
}

.bg-blue-600 {
  background-color: #58a324;
}

.hover\:bg-blue-700:hover {
  background-color: #254900 !important;
}

.bg-purple-600 {
  background-color: #254900;
}

.text-purple-600,
.text-blue-800,
.text-blue-600,
.hover\:text-blue-600:hover {
  color: #254900 !important;
}

.text-blue-200,
.text-blue-100 {
  color: #fff;
}

.hover\:bg-purple-700:hover {
  background-color: #58a324 !important;
}

.bg-blue-100,
.hover\:bg-blue-50:hover {
  background-color: rgba(89, 163, 36, 0.089) !important;
}

.from-blue-50 {
  background-color: rgba(89, 163, 36, 0.055) !important;
  background-image: unset;
}

.border-blue-500 {
  border-color: #3a7211;
}

.group:hover .group-hover\:text-blue-600 {
  color: #3a7211 !important;
}

.hover\:bg-blue-600:hover {
  background-color: #3a7211 !important;
}

.basic-banner-sec {
  padding: 80px 0;
  background-image: linear-gradient(to left, #3f6e0e, #254900);
}

.streams-sec img,
.departments-sec img {
  width: 100%;
  object-position: top;
  object-fit: cover;
  height: 300px;
}
@media (min-width: 768px) {
  .streams-sec img,
  .departments-sec img {
    height: 400px;
  }
}
.streams-sec .flex-wrap.items-center,
.departments-sec .flex-wrap.items-center {
  gap: 30px;
}
@media (min-width: 768px) {
  .streams-sec .flex-wrap.items-center,
  .departments-sec .flex-wrap.items-center {
    gap: 60px;
  }
}
.streams-sec .academic-inner-item,
.departments-sec .academic-inner-item {
  width: 100%;
}
@media (min-width: 768px) {
  .streams-sec .academic-inner-item,
  .departments-sec .academic-inner-item {
    width: calc(50% - 30px);
  }
}

.gallery-item .video-item {
  position: relative;
  overflow: hidden;
}
.gallery-item .video-item iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-header-icon .flex {
  margin-right: 12px;
}
@media (min-width: md) {
  .top-header-icon .flex {
    margin-right: 20px;
  }
}
.top-header-icon .flex svg {
  margin-right: 6px;
}

.menus-item li {
  position: relative;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.menus-item li a {
  display: flex;
  align-items: center;
}
.menus-item li .sub-menus {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 200px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.menus-item li .sub-menus a {
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.menus-item li .sub-menus a:hover {
  background-color: #3a7211;
  color: #ffffff;
}
.menus-item li:hover .sub-menus {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.menu-toggle {
  background-color: transparent;
  border: none;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle svg {
  width: 50px;
  height: 50px;
}

.line {
  fill: none;
  stroke: #3a7211;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: #F5F5F5;
  padding-top: 90px;
  background-image: linear-gradient(to left, #3f6e0e, #254900);
  padding: 130px 0px 20px;
  overflow: hidden;
  display: none;
}
.mobile-menu > div {
  height: 100%;
  overflow: scroll;
}
.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu .mean-bar {
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-bar:not(:last-child) {
  display: none;
}
.mobile-menu .mean-nav {
  margin: 0;
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-nav > ul {
  display: block !important;
}
.mobile-menu .mean-nav > ul li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .mobile-menu .mean-nav > ul svg {
    display: none;
  }
}
.mobile-menu .mean-nav > ul a {
  color: #ffffff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent !important;
}

.HeroSlider img {
  width: 100%;
}
.HeroSlider .swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 250px;
}
@media (min-width: 768px) {
  .HeroSlider .swiper-slide img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .HeroSlider .swiper-slide img {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .HeroSlider .swiper-slide img {
    height: 800px;
  }
}
@media (min-width: 1400px) {
  .HeroSlider .swiper-slide img {
    height: 900px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #047857;
  opacity: 1 !important;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
  z-index: 10;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #047857;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 768px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 24px;
  }
}

.notice-scroll {
  animation: scroll-up 5s linear infinite;
}

.notice-scroll:hover {
  animation-play-state: paused;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.inner-card {
  transition: all 0.32s ease-in-out !important;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.inner-card span {
  font-weight: 600;
  font-size: 100px;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  left: 20px;
  top: 20px;
  line-height: 0.5;
}
.inner-card a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  z-index: 2;
}
.inner-card img {
  width: 80px;
  filter: invert(1);
  margin-bottom: 30px;
  transition: all 0.32s ease-in-out !important;
}
.inner-card h3 {
  color: #ffffff !important;
}
.inner-card ul {
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
.inner-card ul li {
  width: 40%;
}
.inner-card:hover img {
  filter: invert(1);
  transform: scale(1.2);
}

.news-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.news-item .date-bg {
  background-color: #58a324 !important;
}

.notice-item {
  position: relative;
}
.notice-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 32px);
  border: 1px solid #000000;
  left: 0;
  top: 32px;
  border-top: none;
  border-radius: 10px;
  pointer-events: none;
}
.notice-item h3 {
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.notice-item .content-item {
  padding: 0 20px 20px 20px;
}
.notice-item a, .notice-item button {
  color: #000000;
}

.words-and-wisdom {
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  .words-and-wisdom {
    padding: 80px 0 60px;
  }
}
.words-and-wisdom .inner-item > div {
  width: 100%;
}
.words-and-wisdom .inner-item img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  min-height: 220px;
  object-fit: cover;
  object-position: top;
}

.why-choose-sec {
  background-image: url("../images/banner2.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.why-choose-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #3a7211;
}
.why-choose-sec .counter-number,
.why-choose-sec .top-title {
  position: relative;
  z-index: 2;
}

.testimonial-sec .SwiperTestimonials {
  padding-bottom: 40px;
}
.testimonial-sec .swiper-slide {
  position: relative;
}
.testimonial-sec .swiper-slide .bg-white {
  width: 100%;
}
.testimonial-sec .swiper-slide .quotes-img {
  max-width: 60px;
  opacity: 0.1;
  transform: translate(-25%, -25%);
}
.testimonial-sec .outer-wrapper {
  gap: 12px;
  text-align: left;
  padding-top: 20px;
}
.testimonial-sec .image img {
  border: 2px solid #58a324;
  object-fit: cover;
  object-position: top;
}

.video-section {
  padding: 60px 0;
}
.video-section .inner-wrapper {
  border-radius: 16px;
  text-align: center;
  position: relative;
}
.video-section h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.video-section p {
  font-size: 16px;
  margin-bottom: 25px;
}
.video-section .VideoSwiper {
  padding-bottom: 40px;
}

.swiper-pagination span {
  width: 12px;
  height: 12px;
  background-color: #58a324;
}
.video-container {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
  .video-container {
    padding-bottom: 36.25%;
  }
}
.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  color: #ffffff;
  background-color: #58a324;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border-radius: 30px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .btn {
    padding: 10px 30px;
  }
}
.btn:hover {
  background-color: #ffffff;
  color: #58a324;
  border-color: #58a324;
}
.btn i {
  margin-left: 12px;
}

.fc-event.festival-event {
  background-color: #58a324 !important;
  /* Green */
  border-color: #58a324 !important;
}

/* Custom styles for personal events */
.fc-event.personal-event {
  background-color: #007bff !important;
  /* Blue */
  border-color: #007bff !important;
}

.login-sec {
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .login-sec {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .login-sec .wrapper {
    padding-right: 5%;
  }
}
.login-sec .login-item {
  background-color: #3a7211;
  border-radius: 10px;
  position: relative;
  width: 380px;
  margin: 0 auto;
  padding: 40px 30px;
}
@media (max-width: 576px) {
  .login-sec .login-item {
    transform: scale(0.9);
  }
}
@media (max-width: 374px) {
  .login-sec .login-item {
    padding: 30px 16px;
  }
}
.login-sec .login-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #3a7211;
}
.login-sec .login-item > * {
  position: relative;
  z-index: 2;
}
.login-sec .login-item img {
  text-align: center;
  margin-bottom: 40px;
}
.login-sec .login-item h2 {
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
  letter-spacing: 0;
}
.login-sec .login-item p {
  line-height: 1.2;
  font-size: 14px;
  color: #f7f7f7;
}
.login-sec .login-item .forgot {
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.login-sec .login-item .forgot a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  transition: all 0.32s ease-in-out;
}
.login-sec .login-item .forgot a:hover {
  color: #58a324;
}
.login-sec .form-wrapper {
  margin-bottom: 16px;
}
.login-sec .form-wrapper .form-control {
  border-radius: 30px;
  padding: 12px 20px;
  border-radius: 48px;
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(145deg, #1c1c1c, #212121);
  box-shadow: 8px 8px 16px #141414, -8px -8px 16px #2a2a2a;
}
.login-sec .form-wrapper .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.login-sec .form-wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #58a324;
}
.login-sec .login-btn {
  padding-top: 20px;
}
.login-sec .login-btn button {
  display: inline-block;
  color: #ffffff;
  background-color: #58a324;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border-radius: 30px;
  border: 1px solid transparent;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
@media (min-width: 1200px) {
  .login-sec .login-btn button {
    padding: 10px 30px;
  }
}
.login-sec .login-btn button:hover {
  background-color: #ffffff;
  color: #58a324;
  border-color: #58a324;
}
.login-sec .login-btn button i {
  margin-left: 12px;
}

.admissions-sec .tab-btn {
  cursor: pointer;
  transition: all 0.32s ease-in-out;
}
.admissions-sec .tab-content {
  display: none;
  border-top: 5px solid transparent;
}
.admissions-sec .tab-content.active {
  display: block;
}
.admissions-sec .tab-content:nth-child(1).active > div {
  border-top: 5px solid #58a324;
}
.admissions-sec .tab-content:nth-child(2).active > div {
  border-top: 5px solid #059669;
}
.admissions-sec .tab-content:nth-child(3).active > div {
  border-top: 5px solid #254900;
}

.hero-sec .carousel-item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-sec .carousel-caption {
  top: 50%;
  bottom: unset;
  background-color: rgba(49, 59, 61, 0.6);
  color: #fff;
  text-align: left;
  padding: 20px 30px;
  transform: translateY(-35%);
}
@media (min-width: 768px) {
  .hero-sec .carousel-caption {
    transform: translateY(-50%);
  }
}
@media (max-width: 576px) {
  .hero-sec .carousel-caption {
    right: 10%;
    left: 10%;
  }
}
.hero-sec .carousel-caption h2 {
  text-transform: uppercase;
  color: #fff;
}
.hero-sec .carousel-caption p {
  color: #fff;
}
@media (max-width: 576px) {
  .hero-sec .carousel-control-prev, .hero-sec .carousel-control-next {
    padding: 0px !important;
    width: 10%;
  }
}

.float1 {
  position: fixed;
  bottom: 107px;
  right: 14px;
  background-color: #0c49e3;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) {
  .float1 {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 576px) {
  .float1 i {
    font-size: 16px;
  }
}/*# sourceMappingURL=syle.css.map */