@charset "UTF-8";
:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Yantramanav", sans-serif;
  --theme-color: #29235c;
  --theme-color2: #ef7c00;
  --theme-color-light: rgb(17, 110, 99, 0.09);
  --theme-bg-light: #F2F3F5;
  --body-text-color: #29235c;
  --bs-body-color: #29235c;
  --color-white: #ffffff;
  --color-dark: #29235c;
  --hero-overlay-color: #000000;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #29235c;
  --footer-bg2: #ef7c00;
  --footer-text-color: #F5FAFF;
}

.header-top {
  padding: 4px 0 5px 0;
}
.header-top::before {
  width: 300px;
}

.header-top-social span {
  font-size: 13px;
}
.header-top-social a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.header-top-social a svg {
  width: 12px;
  fill: #fff;
}
.header-top-social a:hover svg {
  fill: orange;
}

.navbar-brand img {
  width: 200px;
}

.menu-about-logo img {
  width: 220px;
}

.navbar .nav-item .nav-link {
  padding: 24px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link.active {
  color: var(--theme-color2);
}
@media (min-width: 992px) {
  .navbar .nav-item .nav-link {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item .nav-link {
    font-size: 14px;
  }
}

.navbar .nav-item .dropdown-item {
  background: transparent;
  font-weight: 300;
}
.navbar .nav-item .dropdown-item.active {
  color: var(--theme-color2);
}

.nav-right {
  margin-left: 24px;
}

.more_link {
  display: flex;
  justify-content: end;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 12px;
}

.hero-slider .hero-single {
  padding: 0;
  height: calc(100vh - 110px);
}
@media (max-width: 991.98px) {
  .hero-slider .hero-single {
    height: 100vh;
  }
}
.hero-slider .hero-single::before {
  display: none;
}

.hero-section {
  position: relative;
}
.hero-section .hero-global-content {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.hero-section .hero-global-content .img-title {
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-section .hero-global-content .img-title {
    width: 320px;
  }
}
.hero-section .hero-center {
  flex: 1;
  display: flex;
  justify-content: center;
}
.hero-section .hero-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 767.98px) {
  .hero-section .hero-left {
    display: none;
  }
}
.hero-section .hero-left a {
  color: #fff;
  font-size: 13px;
}
.hero-section .hero-left a:hover {
  color: var(--theme-color2);
}
.hero-section .hero-left ul {
  display: flex;
  gap: 10px;
}
.hero-section .hero-left ul li {
  position: relative;
}
.hero-section .hero-left ul li:not(:first-child) {
  padding-left: 10px;
}
.hero-section .hero-left ul li:not(:first-child)::before {
  z-index: 1;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.hero-section .hero-left ul a {
  text-transform: uppercase;
}
.hero-section .hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .hero-section .hero-right {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-slider.owl-theme .owl-nav {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    bottom: 80px !important;
  }
}

.toggle-menu {
  cursor: pointer;
}

.mega-menu .mega-content h6 {
  color: var(--theme-color2);
  font-size: 16px;
  text-transform: uppercase;
}

.navbar .nav-item .dropdown-menu {
  background: rgba(41, 35, 92, 0.98) !important;
}

.footer-logo img {
  width: 260px;
}

.footer-widget-title {
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.footer-list {
  gap: 0;
}

.footer-list li a {
  font-size: 14px;
}
.footer-list li ul {
  padding-left: 24px;
}
.footer-list li li {
  position: relative;
}
.footer-list li li::before {
  content: "•";
  position: absolute;
  left: -1.2em;
  top: 0;
  color: #fff;
}

.copyright .copyright-text {
  font-size: 12px;
}

.footer-social li a i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 12px;
  background: var(--theme-color2);
  color: #fff;
}
.footer-social li a i img {
  width: 12px;
}

.footer-social li a svg {
  width: 12px;
  fill: #fff;
}
.footer-social li a:hover svg {
  width: 12px;
  fill: var(--theme-color);
}
.footer-social li a:hover i {
  color: var(--theme-color);
}

.key-links {
  border-top: 1px solid var(--border-white-color);
  padding-top: 56px;
}
.key-links h6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .key-links h6 {
    text-align: left;
  }
}
.key-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .key-links ul {
    gap: 0;
    flex-direction: column;
    margin: 24px;
  }
}
.key-links a {
  color: #fff;
  font-size: 13px;
}
.key-links a:hover {
  color: var(--theme-color2);
}

a {
  color: var(--theme-color2);
}

.widget .category-list a {
  color: var(--theme-color);
}

.feature-item {
  height: 100%;
}

.site-title {
  text-transform: uppercase;
  font-size: 48px;
}

.site-title,
.choose-item-info h4 {
  color: var(--theme-color);
}

.site-title-tagline {
  font-size: 16px;
}

.team-content {
  text-align: center;
}

.team-bio h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.team-bio h5 span {
  font-size: 10px;
  text-transform: none;
}
.team-bio span {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.cta-area p a {
  color: #fff;
  font-weight: bold;
}
.cta-area p a:hover {
  text-decoration: underline;
}

.widget .category-list a.active {
  color: var(--theme-color2);
  padding-left: 16px;
}
.widget .category-list a.active::before {
  content: "\f105";
  color: var(--theme-color2);
  font-family: "Font Awesome 6 Pro";
  position: relative;
  left: -16px;
  font-weight: 600;
}

.faq-area .accordion-item i.num {
  display: block;
  font-style: normal;
}
.faq-area .accordion-item .content-list i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  color: var(--theme-color2);
}

a i.normal {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  background: transparent !important;
  text-align: center;
  color: var(--theme-color2) !important;
}

.content-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.content-list li > i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  color: var(--theme-color2);
  margin-right: 8px;
}

.site-breadcrumb {
  padding: 0;
}
.custom-breadcrumb {
  position: relative;
}
.custom-breadcrumb .breadcrumb-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 16px 0 120px 0;
  background: #29235C;
  background: linear-gradient(180deg, rgb(41, 35, 92) 0%, rgba(41, 35, 92, 0) 100%);
}

.department-sidebar {
  position: sticky;
  top: 100px;
}
.department-sidebar .sub-menu {
  border-bottom: 1px solid #ced4da;
}
.department-sidebar .sub-menu .sub-menu-title {
  text-transform: uppercase;
  border-bottom: none;
  font-weight: 700;
  font-size: 12px;
}
.department-sidebar .sub-menu .accordion-button {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.department-sidebar .sub-menu .accordion-button::after {
  background-size: 1rem 1rem;
}
.department-sidebar .sub-menu .accordion-collapse {
  padding-left: 24px;
}
.department-sidebar .sub-menu .accordion-button:not(.collapsed) {
  background: transparent;
}
.department-sidebar .sub-menu li {
  list-style: circle;
}

#accordionEnquiry .accordion-button::after {
  display: none;
}
#accordionEnquiry .theme-btn {
  padding: 8px 32px;
}

.sticky-left {
  position: sticky;
  top: 300px;
}

.all-menu {
  z-index: 1000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  background: var(--theme-color);
  background-size: cover;
  color: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s ease-out;
}
.all-menu .container {
  position: relative;
  z-index: 100;
}
.all-menu.show {
  transform: translateX(0);
}
.all-menu .close-menu {
  z-index: 10;
  position: sticky;
  left: 96%;
  top: 0px;
  cursor: pointer;
}
.all-menu .close-menu i {
  font-size: 2rem;
}
.all-menu .menu-sec-img {
  border-radius: 16px 16px 16px 0;
  margin: 16px 0;
}
.all-menu .menu-title {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.all-menu .menu-title:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.all-menu .menu-title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: var(--theme-color2);
  bottom: 0;
  left: 18px;
  z-index: -1;
}
.all-menu a {
  color: #fff;
  font-size: 14px;
}
.all-menu a:hover, .all-menu a.active {
  color: var(--theme-color2);
}
.all-menu li > ul {
  padding-left: 32px;
  list-style-position: outside;
}
.all-menu li > ul li {
  position: relative;
}
.all-menu li > ul li::before {
  content: "•";
  position: absolute;
  left: -1.2em;
  top: 0;
  color: #fff;
}
.all-menu .bdr-v {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 48px;
}
@media (max-width: 991.98px) {
  .all-menu .bdr-v {
    border-left: 0;
    padding-left: 16px;
  }
}
.all-menu .bdr-h {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 48px;
}

/*# sourceMappingURL=custom-web.css.map */
