/*========== UTILITIES ===========*/
.d-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*theme starts here*/
.btn-primary .btn-outline-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
  outline: none;
  width: 100%;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary);
}

.text-primary {
  color: var(--primary) !important;
}

.custom-select:hover,
.custom-select:focus,
.custom-select:active {
  outline: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(21, 178, 119, 0.25);
}

.topbar {
  background-color: var(--primary);
  color: #ffffff;
}

.topbar a {
  color: #ffffff;
}

.caption_inner {
  background-color: rgba(0, 0, 0, 0.8);
}

.caption_inner h1 {
  color: #ffffff;
}

.co-bg {
  background-color: var(--primary);
}

.co-bg-var {
  background-color: var(--grey-chrome);
}

.co-bg-white {
  background-color: var(--white);
}

/*theme ends here*/
/*=========== COLORS ===============*/
:root {
  --accent: #F17022;
  /* Orange */
  --accent-dark: #EC3030;
  /* Red */
  --primary: #15B277;
  /* Light Green */
  --primary-dark: #307257;
  /* Dark Green */
  --red: #EC3030;
  --light-red: #F1626A;
  --orange: #F17022;
  --cream-white: #fffdd0;
  --black: #3B3838;
  --white: #ffffff;
  --grey-chrome: #F8F9FA;

  /* Modern styling variables */
  --card-bg: #ffffff;
  --text-main: #3B3838;
  --text-muted: #6C757D;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --border-radius: 12px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/*========== UTILITIES ===========*/
.topbar {
  /* padding: 10px 0; */
  background-color: var(--primary);
}

.topbar ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.topbar ul li>a {
  text-decoration: none;
  color: var(--white);
  display: inline-block;
  padding: 0 8px;
}

.topbar ul li>a:hover {
  opacity: 0.8;
}

@font-face {
  font-family: "Rubik";
  src: url("./rubik/Rubik-VariableFont_wght.ttf");
}

html {
  padding: 0;
  margin: 0;
}

body {
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23c5c7ca' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  overflow: hidden;
}

body {
  background-color: var(--grey-chrome);
}

body,
html {
  min-width: 100%;
  line-height: 24px;
  font-family: "Rubik", "Poppins", arial, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

header,
main,
section,
footer {
  min-width: 100%;
  width: 100%;
}

a {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  display: block;
}

a,
a:hover {
  text-decoration: none;
}

a,
a:focus,
a:active {
  outline: none !important;
}

p {
  margin: 0 0 15px;
}

h1,
h2,
h3,
h4 {
  font-family: "Rubik";
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

iframe {
  border: none;
}

.dyhtml ul {
  list-style-type: disc !important;
  margin: 1em;
}

.dropdown-menu {
  border-radius: 0px !important;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

.co-py-1 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.co-pt-1 {
  padding-top: 6.5em;
}

.co-center-x {
  display: flex;
  align-items: center;
}

.co-center-y {
  display: flex;
  justify-content: center;
}

.co-center-xy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-light {
  background-color: #F1F3F7 !important;
}

.de-bg-light {
  background-color: #F1F3F7;
}

.de-menu {
  background: #fff;
  padding: 1em;
}

.de-menu .de-menu-list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.de-menu .de-menu-list li a {
  display: block;
  padding: 0.5em;
}

.de-intro {
  padding: 1em;
  background: #fff;
}

.de-intro-3 {
  height: 220px;
}

.de-title {
  margin: 2em;
}

.de-title h2 {
  text-align: center;
}

.de-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 1em;
}

.de-card .de-card-img {
  overflow: hidden;
}

.de-card .de-card-img img {
  width: 100%;
  height: auto;
}

.de-stretch {
  display: flex;
  align-items: stretch;
}

.de-side {
  background: #fff;
  flex: 1;
  padding: 2em;
}

.de-side .de-side-item .de-side-img {
  height: 120px;
  background: #c1c1c1;
}

.de-side .de-side-item .de-side-content {
  display: flex;
  justify-content: space-between;
  text-align: justify;
}

.amenu {
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.amenu .amenu-list {
  display: flex;
}

.amenu .amenu-list ul {
  display: flex;
}

.amenu .amenu-list ul li a {
  display: block;
  padding: 0.5em;
}

.dp-intro {
  padding: 1em;
  background-color: #fff;
}

.dp-title {
  text-align: center;
}

.dp-ico {
  display: flex;
  margin-right: 8px;
  padding: 0.2em;
  border-radius: 50%;
  background-color: lightgreen;
  color: #fff;
  float: left;
}

.dp-cover {
  height: 200px;
  background-size: cover;
  background-attachment: fixed;
}

.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1369ce;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}

.ga-card {
  background-color: #c1c1c1;
  height: 200px;
}

.ga-lg-card {
  background-color: #c1c1c1;
  height: 435px;
}

@media (min-width: 768px) {
  .navbar-brand.logo {
    width: 214px;
  }
}

.caption_inner {
  width: 595px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.74);
  position: relative;
  z-index: 999;
  display: none;
}

.caption_inner h3 {
  text-align: center;
}

.caption_inner a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff !important;
  background: #2DC64F;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .caption_inner a {
    padding: 12px 40px;
  }
}

@media screen and (min-width: 992px) {
  .caption_inner a {
    padding: 12px 40px;
  }
}

@media screen and (min-width: 992px) {
  .caption_inner {
    display: block;
  }
}

.navbar-brand.logo {
  width: 170px;
}

.navbar-brand.logo img {
  width: 100%;
  margin: 8px 0;
}

.programs,
.welcome,
.admission,
.gallery,
.about,
.news_event {
  padding-bottom: 2em;
}

.programs h2,
.welcome h2,
.admission h2,
.gallery h2,
.about h2,
.news_event h2 {
  padding: 0.5em;
  text-align: center;
}

.programs .co-title,
.welcome .co-title,
.admission .co-title,
.gallery .co-title,
.about .co-title,
.news_event .co-title {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.programs .co-title p,
.welcome .co-title p,
.admission .co-title p,
.gallery .co-title p,
.about .co-title p,
.news_event .co-title p {
  text-align: center;
  color: #888;
}

.programs .co-title span,
.welcome .co-title span,
.admission .co-title span,
.gallery .co-title span,
.about .co-title span,
.news_event .co-title span {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  width: 60px;
  height: 60px;
  margin: 0.5em;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.programs .co-title span:hover,
.welcome .co-title span:hover,
.admission .co-title span:hover,
.gallery .co-title span:hover,
.about .co-title span:hover,
.news_event .co-title span:hover {
  color: #2DC64F;
}

.programs {
  background-color: #F1F3F7;
}

.programs h1 {
  color: #202428;
}

.welcome {
  background-color: #ffffff;
}

.admission {
  background-color: #F1F3F7;
}

.admission p,
.admission span,
.admission div,
.admission i {
  color: #888 !important;
  border-color: #888 !important;
}

.about {
  background-size: cover;
  background-attachment: fixed;
}

footer {
  background-color: #222c34;
  color: #ffffff;
  padding: 2em;
}

footer a {
  color: #c1c1c1;
}

footer a:hover {
  color: #2DC64F;
}

.co-bar {
  width: 120px;
  border: 3px solid #2DC64F;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  margin: 1em auto;
  margin-bottom: 2em;
}

/*application page*/
/*
  topbar
*/
.topbar {
  /* padding: 10px 0; */
}

.topbar a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.topbar .fa:hover {
  color: #ffffff;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
}

.topbar ul {
  display: flex;
}

.topbar .topbar-left li {
  display: inline-block;
  margin-right: 20px;
}

.topbar .topbar-left li i {
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.topbar .topbar-right li {
  display: inline-block;
  margin-left: 18px;
  position: relative;
}

.topbar .topbar-right li span,
.topbar .topbar-right li i {
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 768px) {
  .topbar .topbar-right {
    display: none;
  }

  .topbar .phoneNo {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .topbar .topbar-right {
    display: none;
  }

  .topbar .phoneNo {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .topbar .topbar-right {
    display: block;
  }

  .topbar .phoneNo {
    display: block !important;
  }
}

.tablet-mode {
  display: block !important;
}

.tb-show {
  display: none;
}

@media (min-width: 768px) {
  .topbar-left li {
    margin-right: 50px;
  }

  .tablet-mode {
    display: none !important;
  }

  .tb-show {
    display: block;
  }
}

@media (min-width: 760px) {
  .tablet-mode {
    display: none !important;
  }

  .tb-show {
    display: block;
  }
}

@media (min-width: 992px) {
  .tablet-mode {
    display: block !important;
  }

  .tb-show {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .topbar {
    display: none;
  }
}

.co-icocard {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  border-top: 8px solid lightgreen;
  overflow: hidden !important;
  box-shadow: 0px 5px 5px 0px rgba(176, 177, 193, 0.2);
}

.co-icocard .fal {
  padding: 0.5em;
  margin: 0.5em;
  margin-bottom: 0;
  margin-top: 0.8em;
}

.co-icocard .co-ba {
  display: block;
  background-color: #2DC64F;
  width: 50px;
  height: 5px;
  opacity: 0.6;
  margin: 0 auto;
  margin-bottom: 1em;
  border-radius: 5px;
}

.co-icocard .co-card-head span {
  font-weight: 700;
  color: #202428;
}

.co-icocard .co-card-body {
  padding: 1em;
}

.co-icocard .co-card-content {
  color: #888;
}

.co-icocard .co-card-footer {
  border-top: 1px solid #2DC64F;
  padding: 1em;
}

.co-icocard .co-card-btn {
  border: 1px solid #2DC64F;
  background: transparent;
  padding: 0.4em 0.5em;
  color: #202428;
  border-radius: 3px;
}

.co-icocard .co-card-btn:hover {
  color: #ffffff;
  background-color: #2DC64F;
}

.co-card {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden !important;
  box-shadow: 0px 5px 5px 0px rgba(176, 177, 193, 0.1);
  background: #ffffff;
}

.co-card .co-card-head span {
  font-weight: 700;
  color: #202428;
}

.co-card .co-card-body {
  padding: 1em;
}

.co-card .co-card-content {
  color: #888;
}

.co-card .co-card-footer {
  border-top: 1px solid #2DC64F;
  padding: 1em;
}

.co-card .co-card-img {
  height: 240px;
  background-color: #c1c1c1;
  background-size: cover;
}

.co-card .co-card-img img {
  width: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .co-card .co-card-img img {
    height: auto;
  }
}

.co-card .co-card-btn {
  border: 1px solid #2DC64F;
  background: transparent;
  padding: 0.4em 0.5em;
  color: #202428;
  border-radius: 3px;
}

.co-card .co-card-btn:hover {
  color: #ffffff;
  background-color: #2DC64F;
}

.co-img-card {
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
}

.co-img-card h1 {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.event {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-top: 1em;
  border-top: 1px solid #c1c1c1;
}

.event div.event-date {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  transition: color 0.3s;
  padding: 5px 0;
  border: 3px solid #dce4ea;
  display: inline-block;
  width: 70px;
  text-align: center;
  margin-right: 10px;
}

.event div.event-date span {
  font-weight: 700;
  font-size: 36px;
  display: block;
  line-height: 30px;
}

.event div.event-summary {
  flex: 9;
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .event {
    flex-direction: column;
  }
}

.news-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.news-item .news-item-img {
  width: 230px;
  margin-right: 1em;
}

.news-item .news-item-img img {
  width: 100%;
  height: auto;
}

.news-item .news-item-summary {
  flex: 1;
}

.news-item .news-item-summary i {
  color: #2DC64F;
}

@media only screen and (max-width: 600px) {
  .news-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .news-item .news-item-summary {
    text-align: justify;
    padding-top: 1em;
  }

  .news-item .news-item-summary h4 {
    text-align: center;
  }
}

.about-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about-item .about-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 1px solid #c1c1c1;
}

.kmu-card-holder {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
}

.kmu-card-holder:before,
.kmu-card-holder:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 10em;
  height: 100%;
  z-index: 1;
}

.kmu-card-holder::before {
  left: 0;
  background: linear-gradient(to right, #eee 0%, transparent 100%);
}

.kmu-card-holder::after {
  right: 0;
  background: linear-gradient(to left, #eee 0%, transparent 100%);
}

.auto-card {
  display: flex;
  animation: scrolls 30s linear infinite;
}

@keyframes scrolls {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-133vw);
  }
}

.auto-card .kmu-card {
  margin: 2px;
  border: 5px solid #fff;
  border-radius: 3px;
  width: 33vw;
  flex-shrink: 0;
  overflow: hidden;
  height: 300px;
  text-align: center;
}

.kmu-card-ic {
  background-color: #fff;
  margin: 1em;
  padding: 1em;
  flex: 1;
}

.kmu-card-title {
  font-size: 18px;
  display: block;
  margin: 1em;
  color: black;
}

.kmu-card-content {
  padding: 1em;
  justify-content: center;
}

.kmu-img-order {
  height: 300px;
  overflow: hidden;
}

.small-img {
  height: 200px;
}

.ads {
  height: 350px;
  background-color: #c1c1c1;
  padding: 1em;
}

.swiper-container {
  width: 100%;
  /* height: 200px; */
}

.swiper-slide {
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.co-kmu-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 1s;
}

.co-kmu-img .co-slider-o {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  transform-origin: center;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: flex;
  color: rgba(128, 0, 128, 0.5);
  transition: 0.3s;
  background-color: rgba(128, 0, 128, 0.2);
}

.co-kmu-img .co-slider-o span {
  display: none;
}

.co-slider-o:hover {
  background-color: rgba(128, 0, 128, 0);
}

.co-slider-o:hover span {
  display: block;
}

.co-kmu-img:hover img {
  transition: 1s;
  transform: scale(1.2);
}

.co-banner {
  position: relative;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 0.25em;
}

.co-banner .co-banner-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 2em;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #c1c1c1;
  height: 100%;
}

.co-banner .co-banner-overlay h1,
.co-banner .co-banner-overlay h2,
.co-banner .co-banner-overlay h3 {
  color: #ffffff;
}

.co-banner .co-banner-overlay-2 {
  position: absolute;
  display: flex;
  margin: 0 auto;
  padding: 2em;
  width: 100%;
  color: #c1c1c1;
  height: 100%;
  background-image: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.8));
}

.co-banner .co-banner-overlay-2 h1,
.co-banner .co-banner-overlay-2 h2,
.co-banner .co-banner-overlay-2 h3,
.co-banner .co-banner-overlay-2 h4,
.co-banner .co-banner-overlay-2 h5 {
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
}

.co-zoom:hover {
  cursor: pointer;
  transform: scale(1.02);
}

.si-banner {
  max-height: 278px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #808080;
}

.si-banner .si-banner-o {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.si-banner .si-banner-o h1 {
  color: #fff;
}

.si-description {
  width: 100%;
  min-height: 100vh;
  padding: 2em;
  position: relative;
  background-color: #808080;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.si-description .si-description-o {
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background: rgba(0, 203, 84, 0.7) !important;
}

.co-hcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F1F3F7;
  padding: 1em 2em;
  overflow: hidden;
  max-height: 200px;
}

.co-hcard h3 {
  color: #c1c1c1;
  background: #ffffff;
  text-align: center;
  padding: 0.5em;
  height: 150px;
}

.co-hcard p {
  text-align: justify;
  overflow: hidden;
}

.co-hcard .co-hcard-content {
  display: flex;
}

.co-ca {
  background-color: #222c34;
  height: 200px;
}

.co-ncard {
  background-color: #fff;
}

/*Image hovering styles*/
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #2DC64F;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.list-card {
  display: flex;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
}

.marginTop-30 {
  margin-top: 1.875em;
}

.font-size-24 {
  font-size: 1.5rem !important;
}

.iconbox-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px !important;
  height: 60px !important;
}

#mobile-sidebar {
  background: rgba(255, 255, 255, 0.8) !important;
  /* Premium frosted white glassmorphism for light mode */
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  overflow: auto;
  position: fixed;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  width: 84%;
  z-index: 5001;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15) !important;
}

#mobile-sidebar .mobile-siderbar-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding: 1.5rem 1.25rem;
}

#mobile-sidebar .mobile-siderbar-body {
  padding: 1.5rem 1.25rem;
}

#mobile-sidebar .mobile-siderbar-body ul {
  padding-left: 0 !important;
}

#mobile-sidebar .mobile-siderbar-body .nav-item {
  margin-bottom: 1.25rem;
}

#mobile-sidebar .mobile-siderbar-body .nav-link {
  color: #307257 !important;
  /* Brand dark green */
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 8px 0 !important;
  display: block;
  transition: all 0.3s ease;
}

#mobile-sidebar .mobile-siderbar-body .nav-link:hover {
  color: #F17022 !important;
  /* Accent orange */
  transform: translateX(4px);
}

#mobile-sidebar .mobile-siderbar-body ul ul {
  padding-left: 1.25rem !important;
  border-left: 1px dashed rgba(48, 114, 87, 0.2) !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#mobile-sidebar .mobile-siderbar-body .dropdown-item {
  color: #555555 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 6px 0 !important;
  background: transparent !important;
  transition: all 0.3s ease;
}

#mobile-sidebar .mobile-siderbar-body .dropdown-item:hover {
  color: #F17022 !important;
  transform: translateX(4px);
}

#mobile-sidebar .mobile-siderbar-body .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.05) !important;
  margin: 4px 0 !important;
}

/* Theme toggle mobile styling */
#web-theme-toggle-mobile {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #307257 !important;
  font-size: 1.1rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#web-theme-toggle-mobile:hover {
  background: rgba(48, 114, 87, 0.1) !important;
  color: #F17022 !important;
}

/* Dark mode specific rules for mobile sidebar */
body.dark #mobile-sidebar {
  background: rgba(20, 29, 26, 0.85) !important;
  /* Charcoal-green glassmorphism */
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
}

body.dark #mobile-sidebar .mobile-siderbar-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.dark #mobile-sidebar .mobile-siderbar-body .nav-link {
  color: #fffdd0 !important;
  /* Cream white */
}

body.dark #mobile-sidebar .mobile-siderbar-body .nav-link:hover {
  color: #F17022 !important;
}

body.dark #mobile-sidebar .mobile-siderbar-body ul ul {
  border-left: 1px dashed rgba(255, 255, 255, 0.1) !important;
}

body.dark #mobile-sidebar .mobile-siderbar-body .dropdown-item {
  color: #a0b0a8 !important;
  /* Muted cream text */
}

body.dark #mobile-sidebar .mobile-siderbar-body .dropdown-item:hover {
  color: #F17022 !important;
}

body.dark #mobile-sidebar .mobile-siderbar-body .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

body.dark #web-theme-toggle-mobile {
  color: #fffdd0 !important;
}

body.dark #web-theme-toggle-mobile:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #F17022 !important;
}

/* Dynamic Close Button behavior in dark mode */
body.dark #mobile-sidebar .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

#mobile-sidebar.active {
  left: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  width: 100%;
  opacity: 0;
  display: none;
}

.overlay.visible {
  opacity: 1;
  display: block;
  z-index: 5000;
}

.co-star {
  color: #2DC64F;
}

.bg-star {
  background-color: #2DC64F;
}

/*theme starts here*/
.btn-primary .btn-outline-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #2DC64F;
  border-color: #2DC64F;
  box-shadow: none;
  outline: none;
  width: 100%;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2DC64F;
}

.text-primary {
  color: #2DC64F !important;
}

.custom-select:hover,
.custom-select:focus,
.custom-select:active {
  outline: #2DC64F;
  border-color: #2DC64F;
  box-shadow: 0 0 0 0.2rem rgba(238, 96, 2, 0.25);
}

.topbar {
  background-color: #2DC64F;
  color: #ffffff;
}

.topbar a {
  color: #ffffff;
}

.caption_inner {
  background-color: rgba(0, 0, 0, 0.8);
}

.caption_inner h1 {
  color: #ffffff;
}

.co-bg {
  background-color: #2DC64F;
}

.co-bg-var {
  background-color: #F1F3F7;
}

.co-bg-white {
  background-color: #ffffff;
}

/*theme ends here*/
.si {
  border: 1px solid skyblue;
}

.si-test {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.si-card span {
  font-size: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0.8em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.si-span {
  font-size: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0.8em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.si-green {
  background-color: rgba(0, 203, 84, 0.7) !important;
  color: green;
}

.si-blue {
  background-color: rgba(54, 155, 253, 0.7) !important;
  color: blue;
}

.si-red {
  background-color: rgba(253, 54, 53, 0.7) !important;
  color: red;
}

.si-green-o {
  color: green;
}

.si-blue-o {
  color: blue;
}

.si-red-o {
  color: red;
}

.si-orange {
  background-color: rgba(250, 174, 47, 0.7) !important;
  color: orange;
}

.si-h100 {
  height: 695px;
}

.si-h50 {
  height: 50vh;
}

.si-hcenter {
  padding: 3em;
}

[class*=si-h] {
  display: flex;
  justify-content: center;
  align-items: center;
}

.st_banner {
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.st-description {
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.st-description .st-description-o {
  width: 100%;
  /*padding: 2em;*/
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(54, 155, 253, 0.7) !important;
}

.po-card {
  border: 1px solid #c1c1c1;
  padding: 1em;
}

.po-card b {
  color: green;
}

.po-img {
  height: 400px;
  background-color: #c0c0c0;
  width: 100%;
}

.sm-cad {
  margin-top: 1em;
  margin-bottom: 1em;
}

.sm-cad .big-txt {
  font-size: 3em;
  font-weight: bolder;
  font-style: italic;
}

.sm-cad .big-bold {
  font-weight: bolder;
  font-style: italic;
  font-size: 1.5em;
  color: #888;
}

.sm-cad [data-count] {
  font-size: 2em;
}

.ed-rese-grid {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ececec;
  position: relative;
  /* display: inline-block; */
  overflow: hidden;
  margin: 0px 8px;
  box-shadow: 0px 7px 12px -9px rgba(14, 14, 14, 0.8);
}

.ed-rsear-img {
  float: left;
}

.ed-rsear-dec {
  float: left;
  padding: 20px;
}

.ed-flag {
  position: absolute;
  right: 20px;
  top: 20px;
}

.stat_pag {
  /* kaluba */
}

.stat_pag #loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

.stat_pag .msg {
  color: #757575;
  font: 20px/20px Arial, sans-serif;
  letter-spacing: 0.2px;
  text-align: center;
}

.stat_pag #nlpt {
  animation: a-s 0.5s 2.5s 1 forwards;
  background-color: #f1f1f1;
  height: 4px;
  margin: 56px auto 20px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.stat_pag #nlpt::before {
  animation: a-lb 20s 3s linear forwards;
  background-color: #f48121;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-300px);
  width: 100%;
}

@keyframes a-lb {
  0% {
    transform: translateX(-300px);
  }

  5% {
    transform: translateX(-240px);
  }

  15% {
    transform: translateX(-30px);
  }

  25% {
    transform: translateX(-30px);
  }

  30% {
    transform: translateX(-20px);
  }

  45% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(-15px);
  }

  65% {
    transform: translateX(-15px);
  }

  70% {
    transform: translateX(-10px);
  }

  95% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-5px);
  }
}

@keyframes a-s {
  100% {
    opacity: 1;
  }
}

@keyframes a-h {
  100% {
    opacity: 0;
  }
}

@keyframes a-nt {
  100% {
    transform: none;
  }
}

@keyframes a-e {
  43% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transform: scale(0.75);
  }

  60% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    transform: translateY(-16px);
  }

  77% {
    animation-timing-function: cubic-bezier(0.16, 0, 0.2, 1);
    transform: none;
  }

  89% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    transform: translateY(-5px);
  }

  100% {
    transform: none;
  }
}

@keyframes a-ef {
  24% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.6, 1);
    transform: scaleY(0.42);
  }

  52% {
    animation-timing-function: cubic-bezier(0.63, 0, 0.2, 1);
    transform: scaleY(0.98);
  }

  83% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.84, 1);
    transform: scaleY(0.96);
  }

  100% {
    transform: none;
  }
}

@keyframes a-efs {
  24% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.6, 1);
    opacity: 0.3;
  }

  52% {
    animation-timing-function: cubic-bezier(0.63, 0, 0.2, 1);
    opacity: 0.03;
  }

  83% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.84, 1);
    opacity: 0.05;
  }

  100% {
    opacity: 0;
  }
}

@keyframes a-es {
  24% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.6, 1);
    transform: rotate(-25deg);
  }

  52% {
    animation-timing-function: cubic-bezier(0.63, 0, 0.2, 1);
    transform: rotate(-42.5deg);
  }

  83% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.84, 1);
    transform: rotate(-42deg);
  }

  100% {
    transform: rotate(-43deg);
  }
}

.stat_pag .invfr {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 0;
}

.stat_pag .msgb {
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 20px;
}

.stat_pag .circle_shadow {
  animation: a-h 0.5s 1.25s 1 linear forwards, a-nt 0.6s 1.25s 1 cubic-bezier(0, 0, 0.2, 1);
  background: #eee;
  border-radius: 50%;
  height: 800px;
  left: 50%;
  margin: -448px -400px 0;
  position: absolute;
  top: 50%;
  transform: scale(0);
  width: 800px;
}

.stat_pag .mov_to_cnt {
  height: 30%;
  margin: 0 0 -140px;
}

.stat_pag .box {
  /* border: 1px solid skyblue; 415 438*/
  width: 415px;
  height: 438px;
  margin: 0 auto;
  position: relative;
}

.stat_pag .animate-box {
  width: 415px;
  height: 438px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transform: scale(1);
  border-radius: 12px;
}

.stat_pag #sheild {
  animation: sheild-anim 0.667s 1.5s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards, sheild-anim-fill 0.667s 1.5s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag #fmribbon,
.stat_pag #fmribbon-right,
.stat_pag #fmribbon-left {
  animation: sheild-anim-fill 0.667s 1.5s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards, a-ef 1.184s 1.283s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag #ribbon-right,
.stat_pag #ribbon-left,
.stat_pag #ribbon,
.stat_pag #shadow {
  animation: ribbon-anim-fill 0.667s 1.5s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards, a-ef 1.184s 1.283s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag #txt1,
.stat_pag #txt2 {
  opacity: 0;
  animation: a-ef 1.184s 1.283s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards, a-s 1.184s 1.283s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag #top-right {
  transform: scaleY(1);
  transform-origin: top;
  /* animation: */
  animation: ribbonLf-anim-fill 0.667s 1.5s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag #bottom-left {
  animation: ribbonBR-anim-fill 0.667s 1.5s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag .ico-anim {
  opacity: 0;
}

.stat_pag .ico-anim-1 {
  animation: a-s 0.667s 1.7s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag .ico-anim-2 {
  animation: a-s 0.667s 1.7s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag .ico-anim-3 {
  animation: a-s 0.667s 1.8s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.stat_pag .ico-anim-4 {
  animation: a-s 0.667s 1.8s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes sheild-anim {
  to {
    stroke: url(#grad1);
  }
}

@keyframes ribbon-anim-fill {
  to {
    fill: url(#grad1);
  }
}

@keyframes sheild-anim-fill {
  to {
    fill: url(#grad2);
  }
}

@keyframes ribbonLf-anim-fill {
  to {
    fill: url(#grad3);
  }
}

@keyframes ribbonBR-anim-fill {
  to {
    fill: url(#grad4);
  }
}

.auth {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth .auth-form {
  display: flex;
  background-color: var(--white);
  min-width: 700px;
  min-height: 400px;
}

.auth .auth-form .auth-form__left {
  width: 350px;
  padding: 4em;
  background-color: #FBF4B5;
}

.auth .auth-form .auth-form__right {
  width: 350px;
}

.auth .auth-form .btn-primary {
  background-color: #308765;
  border: none !important;
}

.auth .auth-form img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   KMU MODERN FACELIFT ADDITIONS (DARK MODE, STICKY HEADER, GLOWING FOOTER)
   ========================================================================== */

/* Modern styling variables and enhancements */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: var(--transition);
}

.topbar {
  background-color: var(--primary-dark) !important;
  font-size: 13px;
  padding: 6px 0;
  transition: var(--transition);
}

#navbar_top {
  /* background: rgba(255, 255, 255, 0.85) !important;  */
  /* Premium frosted white glassmorphism for light mode */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
  transition: var(--transition);
  padding: 15px 0;
}

#navbar_top.scrolled {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.92) !important;
  /* Slightly more opaque glass on scroll */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  padding: 10px 0;
  animation: slideDown 0.4s ease forwards;
  border-bottom: none !important;
}

body.dark #navbar_top {
  background: rgba(20, 29, 26, 0.8) !important;
  /* Premium charcoal-green dark glassmorphism */
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
}

body.dark #navbar_top.scrolled {
  background: rgba(20, 29, 26, 0.92) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Custom Apply Button with Animated Gradient Border/Background Around It */
.btn-apply-glow {
  position: relative;
  background: #307257 !important;
  /* Solid brand dark green core */
  color: #ffffff !important;
  border: none !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: 1px;
  padding: 8px 20px !important;
  z-index: 1;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-apply-glow::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #15B277, #F17022, #EC3030, #15B277);
  background-size: 300% 100%;
  border-radius: 32px;
  z-index: -1;
  animation: applyGlowAnim 3s linear infinite;
}

/* Blur glow behind it */
.btn-apply-glow::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #15B277, #F17022, #EC3030, #15B277);
  background-size: 300% 100%;
  border-radius: 32px;
  z-index: -1;
  filter: blur(8px);
  opacity: 0.6;
  animation: applyGlowAnim 3s linear infinite;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

@keyframes applyGlowAnim {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 150% 0%;
  }
}

.btn-apply-glow:hover {
  transform: translateY(-2px) scale(1.03);
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn-apply-glow:hover::after {
  opacity: 0.9;
  filter: blur(12px);
}

/* Custom Portal Button with Distinct Pop Out Look */
.btn-portal-pop {
  background: var(--primary) !important;
  /* Brand accent orange */
  color: #ffffff !important;
  border: none !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: 1px;
  padding: 8px 20px !important;
  box-shadow: 0 4px 12px rgba(241, 112, 34, 0.4) !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  /* Bounce pop out feel */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-portal-pop:hover {
  background: var(--primary) !important;
  /* transform: translateY(-3px) scale(1.08) !important;
  box-shadow: 0 8px 20px rgba(241, 112, 34, 0.6) !important; */
  color: #ffffff !important;
  text-decoration: none !important;
}

body.dark .btn-portal-pop {
  background: var(--primary) !important;
}

/* Borderless Theme Toggles styling */
#web-theme-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  width: 34px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #307257 !important;
  /* Brand green in light mode */
  padding: 0 !important;
  transition: all 0.3s ease !important;
  border-radius: 50% !important;
}

#web-theme-toggle:hover {
  background: rgba(48, 114, 87, 0.1) !important;
  color: #F17022 !important;
  /* accent orange */
}

body.dark #web-theme-toggle {
  color: #fffdd0 !important;
  /* cream white */
}

body.dark #web-theme-toggle:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #F17022 !important;
}

#web-theme-toggle-mobile {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: inherit !important;
  transition: all 0.3s ease !important;
}

#web-theme-toggle-mobile:hover {
  color: #F17022 !important;
}

#navbar_top.scrolled .nav-link {
  color: #307257 !important;
}

body.dark #navbar_top.scrolled .nav-link {
  color: #fffdd0 !important;
}

/* Nav links typography and transition */
#navbar_top .nav-link {
  font-weight: 600;
  color: #307257 !important;
  /* Contrast color for frosted light mode */
  padding: 8px 16px !important;
  transition: var(--transition);
  position: relative;
}

#navbar_top .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background-color: var(--accent);
  transform: scaleX(0);
  transition: var(--transition);
}

#navbar_top .nav-link:hover::after {
  transform: scaleX(1);
}

#navbar_top .nav-link:hover {
  color: var(--accent) !important;
}

#navbar_top.scrolled .nav-link:hover {
  color: var(--accent) !important;
}

/* Hover dropdown and submenu triggers */
@media (min-width: 992px) {
  .nav-item.dropdown:hover>.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .nav-item.dropdown>.dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: var(--transition);
  }

  .dropdown-menu>li:hover>.submenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
  }

  .dropdown-menu>li>.submenu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    transition: var(--transition);
  }
}

/* Mega dropdown layout */
.nav-item.dropdown {
  position: static !important;
  /* allows full width dropdown */
}

.dropdown-menu {
  background: var(--card-bg) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: var(--border-radius) !important;
  box-shadow: var(--shadow-lg) !important;
  padding: 10px 0 !important;
}

body.dark .dropdown-menu {
  background: #1c2522 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.dropdown-item {
  color: var(--text-main) !important;
  font-weight: 500;
  padding: 8px 20px !important;
  transition: var(--transition);
}

.dropdown-item:hover {
  background-color: rgba(21, 178, 119, 0.1) !important;
  color: var(--primary) !important;
  padding-left: 25px !important;
  /* micro-interaction hover shift */
}

/* Keyframe for header slide down */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* ==================== GLOWING GLASSMORPHIC FOOTER ==================== */
footer.footer-v2 {
  position: relative !important;
  overflow: hidden !important;
  background: rgba(13, 27, 42, 0.88) !important;
  /* Premium dark blue background */
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 -8px 32px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 5em 0 3em 0 !important;
}

footer.footer-v2 .container {
  position: relative;
  z-index: 2;
  /* Content above the glow circles */
}

.footer-glow-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.footer-glow-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
}

.circle-green {
  width: 250px;
  height: 250px;
  background-color: #15B277;
  bottom: -40px;
  right: -40px;
  animation: floatGreen 16s infinite ease-in-out alternate;
}

.circle-red {
  width: 280px;
  height: 280px;
  background-color: #EC3030;
  bottom: 80px;
  right: -90px;
  animation: floatRed 18s infinite ease-in-out alternate;
}

.circle-yellow {
  width: 220px;
  height: 220px;
  background-color: #FFD700;
  bottom: -90px;
  right: 140px;
  animation: floatYellow 14s infinite ease-in-out alternate;
}

.circle-orange {
  width: 260px;
  height: 260px;
  background-color: #F17022;
  bottom: 140px;
  right: 60px;
  animation: floatOrange 20s infinite ease-in-out alternate;
}

.circle-purple {
  width: 300px;
  height: 300px;
  background-color: #8A2BE2;
  bottom: -20px;
  right: -130px;
  animation: floatPurple 22s infinite ease-in-out alternate;
}

/* Animations for glowing circles */
@keyframes floatGreen {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }

  100% {
    transform: translate(-40px, -30px) scale(1.15);
    opacity: 0.5;
  }
}

@keyframes floatRed {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.25;
  }

  100% {
    transform: translate(-50px, 50px) scale(0.95);
    opacity: 0.45;
  }
}

@keyframes floatYellow {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }

  100% {
    transform: translate(40px, -40px) scale(1.2);
    opacity: 0.6;
  }
}

@keyframes floatOrange {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.25;
  }

  100% {
    transform: translate(-60px, -20px) scale(1.1);
    opacity: 0.5;
  }
}

@keyframes floatPurple {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }

  100% {
    transform: translate(30px, 60px) scale(1.2);
    opacity: 0.55;
  }
}

/* Bottom copyright bar adjustment */
.footer.bg-black {
  background-color: #0b0f13 !important;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==================== DARK MODE SPECIFICS ==================== */
body.dark {
  --grey-chrome: #121816;
  /* very dark green-charcoal background */
  --card-bg: #1c2522;
  /* slightly lighter green-charcoal for cards */
  --text-main: #e4ebe7;
  /* light cream/gray for readable text */
  --text-muted: #a0b0a8;
  --white: #1c2522;
  --black: #0d1210;
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.4);
  background-color: var(--grey-chrome) !important;
  color: var(--text-main) !important;
}

body.dark .co-bg-white,
body.dark .welcome,
body.dark .programs,
body.dark .admission,
body.dark .about,
body.dark .news_event,
body.dark .co-bg-var {
  background-color: var(--grey-chrome) !important;
  color: var(--text-main) !important;
}

body.dark .de-card,
body.dark .co-card,
body.dark .list-card,
body.dark .kmu-card-ic,
body.dark .de-menu,
body.dark .de-intro,
body.dark .our-team,
body.dark .co-icocard,
body.dark .si-card,
body.dark .sm-cad,
body.dark .bg-white,
body.dark .bg-light,
body.dark .de-bg-light {
  background-color: var(--card-bg) !important;
  color: var(--text-main) !important;
  box-shadow: var(--shadow-md) !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .co-card-head span,
body.dark .h5,
body.dark .h4 {
  color: var(--cream-white) !important;
}

body.dark .co-card-content,
body.dark p,
body.dark .text-justify,
body.dark .news-item-summary,
body.dark .footer-about p {
  color: var(--text-muted) !important;
}

body.dark .table {
  color: var(--text-main) !important;
}

body.dark .table th {
  color: var(--cream-white) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
}

body.dark .table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

body.dark .table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: rgba(255, 255, 255, 0.02) !important;
  color: var(--text-main) !important;
}

body.dark .form-control {
  background-color: #171d1b !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--text-main) !important;
}

body.dark .form-control:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 0.2rem rgba(21, 178, 119, 0.25) !important;
}

/* Cards & welcome section styling updates */
.co-card {
  border-radius: var(--border-radius) !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  transition: var(--transition) !important;
  height: 100%;
}

.co-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--shadow-lg) !important;
  border-color: var(--primary) !important;
}

.co-card-btn {
  background-color: transparent !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
  border-radius: 30px !important;
  padding: 8px 24px !important;
  font-weight: 600 !important;
  transition: var(--transition) !important;
  display: inline-block;
}

.co-card-btn:hover {
  background-color: var(--primary) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(21, 178, 119, 0.4) !important;
}

.co-bar {
  width: 80px !important;
  height: 4px !important;
  background: linear-gradient(to right, var(--primary), var(--accent)) !important;
  border: none !important;
  margin: 10px auto 30px auto !important;
  border-radius: 4px !important;
}

.co-title h2 {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: var(--primary-dark) !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

body.dark .co-title h2 {
  color: var(--cream-white) !important;
}

body.dark {
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='180' height='180' fill='%23121816'/%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%2322302a' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.apply-banner {
  background-color: #fff9d6 !important;
  /* light cream/yellow matching cream-white */
  color: var(--black) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.apply-banner a {
  color: var(--primary-dark) !important;
}

.apply-banner a.btn {
  background-color: var(--primary) !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  transition: var(--transition);
  border: none !important;
}

.apply-banner a.btn:hover {
  background-color: var(--primary-dark) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(21, 178, 119, 0.4) !important;
}

body.dark .apply-banner {
  background-color: #171d1b !important;
  color: var(--text-main) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


body.dark .apply-banner a {
  color: var(--cream-white) !important;
}

/* Slide Banner Caption Custom Styling */
.caption_inner {
  background: rgba(48, 114, 87, 0.85) !important;
  /* Brand dark green overlay */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-left: 6px solid var(--accent) !important;
  border-radius: var(--border-radius) !important;
  padding: 30px 40px !important;
  box-shadow: var(--shadow-lg) !important;
  max-width: 600px !important;
  text-align: left !important;
}

body.dark .caption_inner {
  background: rgba(20, 29, 26, 0.9) !important;
}

.caption_inner h3 {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  margin-bottom: 12px !important;
  font-family: "Rubik", sans-serif !important;
}

body.dark .caption_inner h3 {
  color: var(--cream-white) !important;
}

.caption_inner p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}

body.dark .caption_inner p {
  color: var(--text-muted) !important;
}

.caption_inner a {
  background-color: var(--accent) !important;
  color: #ffffff !important;
  padding: 10px 28px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  transition: var(--transition) !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  display: inline-block !important;
}


.caption_inner a:hover {
  background-color: var(--accent-dark) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(241, 112, 34, 0.4) !important;
}

/* Card Body, Footer and Image overlays */
.co-card-body {
  padding: 1.5rem !important;
  flex-grow: 1;
}

.co-card-footer {
  border-top: none !important;
  padding: 1.5rem !important;
  background-color: transparent !important;
}

.co-card-img {
  height: 220px !important;
  background-size: cover !important;
  background-position: center !important;
  transition: var(--transition) !important;
}

.co-card:hover .co-card-img {
  transform: scale(1.05);
}


.co-card-head span {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: var(--primary-dark) !important;
  margin-bottom: 10px !important;
  display: block;
}

/* Co-Banner Custom Facelift & Zoom Overlays */
.co-banner {
  border-radius: var(--border-radius) !important;
  overflow: hidden !important;
  position: relative;
  transition: var(--transition) !important;
  box-shadow: var(--shadow-md);
}

.co-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(13, 22, 19, 0.9) 0%, rgba(13, 22, 19, 0.3) 50%, rgba(13, 22, 19, 0) 100%);
  z-index: 1;
  transition: var(--transition);
}

.co-banner:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-lg);
}

.co-banner:hover::before {
  background: linear-gradient(to top, rgba(48, 114, 87, 0.95) 0%, rgba(21, 178, 119, 0.4) 70%, rgba(21, 178, 119, 0.1) 100%);
}

.co-banner-overlay-2 {
  background: transparent !important;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px !important;
}

.co-banner-overlay-2 h4,
.co-banner-overlay-2 h5 {
  color: #ffffff !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.5rem !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}

.co-banner-overlay-2 h5 {
  font-size: 1.15rem !important;
}

/* Breaking news badge and box overrides */
.breaking-caret {
  border-radius: var(--border-radius) 0 0 var(--border-radius) !important;
  background-color: var(--accent) !important;
  font-weight: 700 !important;
  font-size: 0.9rem;
}

.breaking-box {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
  padding: 8px 15px !important;
  background-color: var(--white) !important;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
}

body.dark .breaking-box {
  border-color: rgba(255, 255, 255, 0.05) !important;
  background-color: var(--card-bg) !important;
}

.breaking-box a {
  color: var(--primary) !important;
  font-weight: 600 !important;
  text-decoration: none;
}


.breaking-box a:hover {
  color: var(--accent) !important;
}

/* Modern List Card (Events) Overrides */
.list-card {
  display: flex;
  border-radius: var(--border-radius) !important;
  overflow: hidden !important;
  background-color: var(--card-bg) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: var(--transition) !important;
}

.list-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md) !important;
  border-color: var(--primary) !important;
}

.list-card .col-md-4 {
  overflow: hidden;
  padding: 0 !important;
}

.list-card img {
  height: 100% !important;
  object-fit: cover !important;
  transition: var(--transition) !important;
}

.list-card:hover img {
  transform: scale(1.08);
}

.list-card a.h5 {
  color: var(--primary-dark) !important;
  font-weight: 700 !important;
  transition: var(--transition);
}

body.dark .list-card a.h5 {
  color: var(--cream-white) !important;
}


.list-card a.h5:hover {
  color: var(--accent) !important;
}

/* Modern File Table & Search styling overrides */
.table-container-card {
  background-color: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  transition: var(--transition);
}

body.dark .table-container-card {
  border-color: rgba(255, 255, 255, 0.05);
}

.search-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.search-wrapper .form-control {
  border-radius: 30px !important;
  padding: 12px 25px !important;
  font-size: 14px;
  border: 2px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: none !important;
  background-color: var(--white);
  color: var(--text-main);
  transition: var(--transition);
}

body.dark .search-wrapper .form-control {
  border: 2px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #161c1a;
}

.search-wrapper .form-control:focus {
  border-color: var(--primary) !important;
}

.search-wrapper .btn-search {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 30px !important;
  background-color: var(--primary) !important;
  border: none !important;
  color: #ffffff !important;
  padding: 0 25px !important;
  font-weight: 600;
  transition: var(--transition);
}

.search-wrapper .btn-search:hover {
  background-color: var(--primary-dark) !important;
  box-shadow: 0 4px 10px rgba(21, 178, 119, 0.3);
}

.modern-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: none !important;
}

.modern-table th {
  background-color: var(--primary-dark) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  padding: 15px 20px !important;
  border: none !important;
}

.modern-table th:first-child {
  border-top-left-radius: 8px !important;
}

.modern-table th:last-child {
  border-top-right-radius: 8px !important;
}

.modern-table td {
  padding: 15px 20px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: var(--text-main) !important;
  font-size: 14px !important;
}

body.dark .modern-table td {
  border-bottom-color: rgba(255, 255, 255, 0.05) !important;
}

.modern-table tbody tr {
  transition: var(--transition);
}


.modern-table tbody tr:hover {
  background-color: rgba(21, 178, 119, 0.05) !important;
}

/* Clear header absolute positioning space on subpages */
.main-content-offset {
  padding-top: 130px !important;
}

@media (max-width: 991px) {
  .main-content-offset {
    padding-top: 85px !important;
  }
}

/*# sourceMappingURL=app.css.map */