/* COMMON :: PAGE HEADER 1 */
.page-header-1 {
  background-color: var(--color-1);
  padding: 3px 0 0;
  text-align: center;
}
.page-header-1 ul li {
  display: inline-block;
  font-size: 15px;
  padding: 6px 0;
  margin-right: 25px;
  color: #fff;
  position: relative;
}
.page-header-1 ul li::before {
  content: "\f105";
  position: absolute;
  right: -16px;
  top: 6px;
  font-family: "FontAwesome";
}
.page-header-1 ul li:last-child::before {
  display: none;
}
.page-header-1 ul li a {
  color: inherit;
}
@media (max-width: 767px) {
  .page-header-1 ul {
    text-align: center;
  }
}
.page-header-1 .big-space {
  position: relative;
  background-image: url(../../images/bg/bg-5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  padding: 30px 10px;
}
.page-header-1 .big-space::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 28, 66, 0.85);
}
.page-header-1 .big-space h2 {
  margin: 0;
  position: relative;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-header-1 {
    padding: 5px;
  }
}

.header-top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  transform-origin: center;
}
.header-top .grid-header-top {
  display: grid;
  grid-template-columns: 220px 1fr 150px;
  grid-gap: 15px;
}
@media (max-width: 991px) {
  .header-top .grid-header-top .logo {
    text-align: center;
  }
}
.header-top .grid-header-top .logo img {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .header-top .grid-header-top .logo img {
    top: 5px;
    max-width: 120px;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header-top .grid-header-top {
    grid-template-columns: 40px 1fr 40px;
    grid-gap: 15px;
    padding: 0 0;
  }
}
.header-top .grid-header-top .widgets-right div {
  text-align: right;
}
.header-top .grid-header-top .widget-btn {
  display: flex;
}
.header-top .grid-header-top .widget-btn a {
  display: block;
  margin: auto 0;
  width: 100%;
}
@media (max-width: 991px) {
  .header-top {
    padding: 5px 0;
  }
}

.sm-xs-menu-btn button {
  border: none;
  font-size: 20px;
  background-color: transparent;
  position: relative;
  display: inline-block;
  color: var(--darkColor);
  border-radius: 3px;
  margin-left: 5px;
  text-align: center;
  padding: 6px 0;
  top: 8px;
}
.sm-xs-menu-btn a {
  display: inline-block;
  background-color: var(--color-1);
  --v: 35px;
  width: var(--v);
  height: var(--v);
  border-radius: var(--v);
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: var(--whiteColor);
  position: relative;
  top: 1px;
}

ul.dropdown-menu {
  padding: 10px 15px;
  width: 100%;
  min-width: 200px;
  border-radius: 0 0 5px 5px;
  background-color: var(--color-1);
  right: -1px;
  margin-top: -1px;
  border: 1px solid #fff;
}
ul.dropdown-menu::before {
  content: "";
  position: absolute;
  right: 18px;
  top: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color-1);
}
ul.dropdown-menu li {
  width: 100%;
  background-color: transparent !important;
}
ul.dropdown-menu li a {
  font-size: 13px;
  padding: 10px 10px 10px 0;
  position: relative;
  color: var(--liteColor);
  white-space: break-spaces;
  border-bottom: 1px dashed #ccc;
  background-color: transparent !important;
}
ul.dropdown-menu li a:hover {
  background: transparent;
  color: yellow;
}
ul.dropdown-menu li:last-child a {
  border-bottom: none;
}

.dropdown-type-2 {
  width: 350px;
  background-color: #fff !important;
  box-shadow: 0px 1px 8px rgba(118, 118, 118, 0.3);
  padding: 25px;
}
.dropdown-type-2.profile {
  width: 250px;
  padding: 15px 25px;
}
.dropdown-type-2.profile img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  margin-bottom: 10px;
  border: 3px solid var(--color-1);
  padding: 5px;
}
.dropdown-type-2.profile h5 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 5px;
}
.dropdown-type-2.profile p {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.dropdown-type-2.profile a {
  text-decoration: none;
  display: block;
}
.dropdown-type-2.show {
  right: 0px !important;
  left: auto !important;
}
@media (max-width: 991px) {
  .dropdown-type-2 {
    right: -10px !important;
    left: auto !important;
    width: calc(100vw - 30px);
  }
}
.dropdown-type-2::before {
  content: "";
  position: absolute;
  right: 18px;
  top: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}
.dropdown-type-2 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.dropdown-type-2 p {
  margin: 10px 0 0px;
  font-size: 14px;
}
.dropdown-type-2 li a {
  display: inline-block;
  color: var(--color-1) !important;
  text-decoration: none;
  line-height: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.navbar-expand-lg {
  background-color: var(--color-1-a);
  padding: 0;
}
.navbar-expand-lg .navbar-nav {
  width: 100%;
  display: block;
  text-align: right;
}
.navbar-expand-lg .navbar-nav li {
  padding: 0;
  display: inline-block;
}
.navbar-expand-lg .navbar-nav li .nav-link {
  font-size: 14px;
  padding: 32px 10px;
  color: var(--darkColor);
  word-wrap: break-word;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav li .nav-link.spl {
  padding: 15px 10px;
}
.navbar-expand-lg .navbar-nav li .nav-link.spl span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--color-1);
  border-radius: 4px;
  color: var(--color-1);
}
.navbar-expand-lg .navbar-nav li .nav-link.logged {
  padding: 12px 10px;
}
.navbar-expand-lg .navbar-nav li .nav-link.logged img {
  --v: 25px;
  width: var(--v);
  height: var(--v);
  border-radius: var(--v);
  display: inline-block;
  margin-right: 3px;
  border: 1px solid var(--color-1);
}
.navbar-expand-lg .navbar-nav li .nav-link.logged span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--color-1);
}
.navbar-expand-lg .navbar-nav li .nav-link:hover {
  color: var(--color-1);
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

/* FIXED SCROLL SPY */
.fixed-scroll-spy {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(46, 61, 73, 0.2);
  padding: 0;
  text-align: center;
  z-index: 999;
  width: 100%;
  display: none;
  grid-gap: 15px;
  text-align: center;
}
.fixed-scroll-spy.active {
  display: block;
}
.fixed-scroll-spy ul {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .fixed-scroll-spy ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0;
    grid-gap: 10px;
  }
}
.fixed-scroll-spy ul li {
  display: inline-block;
}
@media (max-width: 991px) {
  .fixed-scroll-spy ul li {
    flex: 0 0 auto;
    border: 3px solid transparent;
    width: auto;
    max-width: 75%;
  }
}
.fixed-scroll-spy ul li a {
  padding: 20px 15px;
  font-weight: normal;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fixed-scroll-spy ul li a {
    padding: 10px;
    font-size: 14px;
  }
}
.fixed-scroll-spy ul li a.active {
  background-color: transparent !important;
  color: var(--color-1) !important;
  border-bottom: 3px solid var(--color-1) !important;
  border-radius: 0;
  font-weight: bold;
}
.fixed-scroll-spy ul li a.btn {
  overflow: hidden;
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  display: inline-block;
  letter-spacing: 0.1rem;
  /* background: #554bb9; */
  background: var(--color-1);
  transition-duration: 0.3s;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  border: 3px solid var(--color-1);
}
.fixed-scroll-spy ul li a.btn.mini {
  padding: 10px 20px;
  font-size: 13px;
}
.fixed-scroll-spy ul li a.btn.syllabus {
  background-color: #fff;
  border: 3px solid var(--color-3);
  color: var(--color-3);
}
.fixed-scroll-spy ul li a.btn.syllabus:hover {
  background-color: var(--color-3);
  color: #fff;
}

.hamburger {
  position: relative;
  top: -10px;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hamburger span {
  height: 2px;
  width: 83.33333333%;
  background: var(--color-1);
  transition: all 400ms ease-in-out;
}
.hamburger span.top-bun {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.hamburger span.meat {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.hamburger span.bottom-bun {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}/*# sourceMappingURL=header.css.map */