@import url('https://fonts.cdnfonts.com/css/satoshi');

@font-face {
  font-family: 'Satoshi Light';
  font-style: normal;
  font-weight: normal;
  src: local('Satoshi Light'), url('../WEB/fonts/Satoshi-Light.woff') format('woff');
  src: local('Satoshi Light'), url('../WEB/fonts/Satoshi-Light.woff2') format('woff');
}

@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../WEB/fonts/Satoshi-Regular.woff') format('woff'),
    url('../WEB/fonts/Satoshi-Regular.woff2') format('woff2'),
    url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Satoshi Medium'), url('../WEB/fonts/Satoshi-Medium.woff') format('woff');
  src: local('Satoshi Medium'), url('../WEB/fonts/Satoshi-Medium.woff2') format('woff');
}


body {
  color: #4b5b70;
  /* font-family: 'Satoshi-Regular'; */
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
  background-color: #fff;
}

:root {
  --primary: #164d92;
  --light: #f1f8ff;
  --dark: #0f172b;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  /* right: 45px;
  bottom: 45px; */
  right: 23px;
  bottom: 30px;
  z-index: 99;
}

.carousel-item {
  position: relative;
  /* float: left; */
  width: 100%;
  margin-right: -47%;
  /* backface-visibility: hidden; */
  transition: transform .6s ease-in;
  /* margin-top: 150px */
  margin-top: 280px
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  /* font-weight: 500; */
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}
.btn-check:checked+.btn-light, .btn-check:active+.btn-light, .btn-light:hover, .btn-light.active, .show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: #164d92;
  border-color: transparent;
}



.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 28px;
  row-gap: 28px;
}

.one {
  grid-row: 1/3;
}

.three {
  grid-column: 1/3;
}

.three {
  grid-column: 2/3;
}

.img-fluid1 {
  max-width: 366px;
  height: 100%;
  object-fit: cover;
}

/* img banner inner  */
.banner-text {
  max-width: 700px;
  padding: 1rem;
  /* display: inline-block; */
  padding-left: 98px;
}

.banner-video {
  width: 100%;
  height: 750px;
  object-fit: cover;
}

.view-aca {
  color: #fff;
  text-align: center;
  /* font-family: 'Satoshi-Regular'; */
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 27px 38.94px 27px 39px;
}

.banner-title-md {
  /* text-align: center; */
  text-align: left;
  /* font-family: 'Satoshi Light'; */
  /* font-size: 35px; */
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.banner-title-xl {
  text-align: left;
  /* font-family: 'Satoshi Light'; */
  /* font-size: 50px; */
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 60px; */
  margin-top: 10px;
}

.banner-title-sm {
  /* text-align: center; */
  text-align: left;
  /* font-family: 'Satoshi Light'; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.006px;
  /* padding-bottom: 17px; */
}

/* img banner inner END */

/* image under card */

.bg-color {
  width: 82px;
  height: 82px;
  background-color: #164d92;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.explore-bar {
  padding: 65px 65px 60px;
}

.shadow-02 {
  box-shadow: 0 2px 12px rgba(20, 20, 43, 0.08);
}

.card {
  background-color: #fff;
  border: 1px solid #e5e8ec;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.08);
}

.flex-horizontal.explore-section {
  justify-content: space-between;
}

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

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

.inner-container._81px {
  max-width: 81px;
}

.mg-right-12px {
  margin-right: 12px;
}

/* img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
} */

.inner-container._210px {
  max-width: 210px;
}

.link-wrapper {
  color: #0b1829;
  line-height: 1.111em;
  display: inline-block;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.text-200.medium {
  font-weight: 500;
}

.link-text {
  display: inline-block;
  color: #0B1829;
  font-size: 18px;
  /* font-family: 'Satoshi Medium'; */
  font-style: normal;
  font-weight: 500;
  line-height: 19.998px;
  /* 111.1% */
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.line-square-icon.link-icon-right {
  /* margin-left: 6px; */
  display: inline-block;
}

/* .line-square-icon {
  font-family: Line Square Icons, sans-serif;
} */

.link-wrapper {
  color: #0b1829;
  line-height: 1.111em;
}

.mg-bottom-0 {
  margin-bottom: 0;
  color: #4B5B70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.006px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.article-txt {
  color: #0B1829;
  font-size: 22px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: 28.006px; /* 127.3% */
}

.divider-vertical.explore {
  min-height: 153px;
}

.divider-vertical {
  max-width: 1px;
  min-width: 1px;
  background-color: #e5e8ec;
  align-self: stretch;
  margin-left: 24px;
  margin-right: 24px;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .card.explore-bar {
    padding: 55px 40px;
  }

  .flex-horizontal.explore-flex {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-container._81px._70px---tablet {
    max-width: 70px;
  }

  .divider-vertical {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flex-horizontal.explore-section {
    flex-direction: column;
    align-items: stretch;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .divider-vertical.explore {
    max-width: 100%;
    min-height: 1px;
    min-width: 100%;
    margin: 30px 0;
  }

  .flex-horizontal.explore-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}

/* image under card End */

/* our mission */

.e-m {
  color: #0b1829;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  display: inline-flex;
  height: 72px;
  padding: 0px 59px;
  justify-content: center;
  align-items: center;
  border: 1px solid #0b1829;
  background-color: #fff;
}

.p-text {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.section-title-sm {
  color: #164d92;
  text-align: center;
  /* font-family: 'Satoshi Medium'; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.998px;
  /* 111.1% */
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.section-title-nobo {
  color: #0b1829;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.008px;
  /* 118.2% */
}

.section-title-p {
  color: #4b5b70;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.006px;
  /* 166.7% */
  padding-left: 223px;
  padding-right: 223px;
}

/* news and article Start*/

.section-news-article {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-2-columns.articles-and-events-featured {
  align-items: stretch;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}
.image.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}
.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9229b878-f36c-d3bf-ece6-9eeca79684fb-bf348385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.inner-container._575px {
  max-width: 575px;
}

.title-flex-featured {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mg-right-16px {
  margin-right: 16px;
}

.display-3 {
  color: #0b1829;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.182em;
  position: relative;
  display: inline-block;
}


.display-3::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: 40px;
  background: var(--primary);
}

.btn-square-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #164d92;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.title-flex-featured {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.divider.mg-30px---62px {
  margin-top: 46px;
  margin-bottom: 62px;
}

.divider {
  height: 1px;
  background-color: #e5e8ec;
  margin-top: 80px;
  margin-bottom: 80px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.new-grid{
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;

  }
  @media (max-width: 576px){
  .new-grid{
    grid-template-columns: 1fr ;
    display: grid;
    gap: 40px;
  }
  }
.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.grid-link-v1 {
  grid-column-gap: 20px;
  color: #4b5b70;
  grid-template-columns: auto 1fr;
  text-decoration: none;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}
.w-inline-block {
  max-width: 100%;
}

.flex-horizontal.start {
  justify-content: flex-start;
}
.mg-bottom-26px {
  margin-bottom: 26px;
}

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

.inner-container._200px {
  max-width: 200px;
}

/* news and article End*/

/* department start */

.nav-link:hover, .nav-link:focus {
  color: #164d92;
}

.section-dept{
  padding-top: 113px;
  padding-bottom: 50px;
}

.pill-section {
  margin-top: -62px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #0B1829;
  background-color: transparent;
}

.all-dept {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.dept-card {
  /* width: 120px;
  height: 130px; */
  border: 1px solid #E5E8EC;
  background: #FFF;
  box-shadow: 0px 2px 7px 0px rgba(20, 20, 43, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-size {
  width: 60px;
  height: 60px;
}

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

.dept-img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}



.dfnb-dept {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

/* department end */

/* life at aster start*/

.grid-4-columns.instagram-v1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.view-all {
  background-color: #F8F9FC;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.view {
  color: #fff;
  background-color: var(--primary);
  text-align: center;
  /* font-family: 'Satoshi-Regular'; */
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 27px 38.94px 27px 39px;
}

.section-title-pm {
  color: #4b5b70;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.006px;
  padding-left: 350px;
  padding-right: 350px;
}

.gallery {
  padding-top: 60px;
  padding-bottom: 90px;
}


/* life at aster end */

/* student says */

.stud-word {
  color: #4b5b70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* min-height: 300px; */
}

.says {
  margin-left: 13px;
}

.text-100 {
  color: #0b1829;
  /* font-family: 'Satoshi Light'; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.field-status {
  color: var(--primary, #164d92);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 73.988px;
}

.field-name {
  color: #0b1829;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.field-sub {
  color: #4b5b70;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.006px;
  /* 166.7% */
}

/* student says end */

/* why aster */

.why-aster {
  background-color: #f8f9fc;
}

.img-fluid4 {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.section-whyaster {
  padding: 3rem;
  padding-left: 63px;
}

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-template-rows: 1fr;
}

.spec {
  width: 165px;
  height: 150px;
  object-fit: cover;
  object-position: 51% 130%;
}

.spec-p {
  color: #0B1829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.998px; /* 111.1% */
  margin-top: 12.86px;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #001973;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  /* font-family: var(--font-secondary); */
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}

/*--------------------------------------------------------------
  # Scroll top button
  --------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(13, 66, 255, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 30px 0; */
  padding: 12px 0;
  background-color: #164D92;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 55%);

}

.header.sticked {
  background: #164d92;
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}

/* .header .logo img {
  max-height: 40px;
  margin-right: 6px;
} */

/* .header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
} */

/*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15.66px 8px 16px;
   color: #FFF;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 30.006px; /* 166.7% */
    white-space: nowrap;
    transition: 0.3s;
    /* font-family: 'Satoshi Light'; */
  }


  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
    font-weight: 600;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #2756ff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #4b5b70;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.006px;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #164d92;
    font-weight: 600;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

  .go-to {
    display: flex;
    padding: 16px 24px !important;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    /* border: 1px solid #fff; */
}

  .header.sticked  .go-to{
    background: transparent;
    border: 1px solid #fff;
}

/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    /* background: rgba(14, 29, 52, 0.9); */
    background: #164d92;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    /* font-family: var(--font-primary); */
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }
  .btn.btn-primary, .btn.btn-secondary:hover {
    color: #ffffff;
}

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    /* padding: 10px 0;
    margin: 10px 20px; */
    padding: 0px 0;
    margin: 0px 20px;
    transition: all 0.5s ease-in-out;
    /* border: 1px solid #19335c; */
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }
  .go-to {
    display: flex;
    padding: 15px 20px !important;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    /* margin-left: 20px;
    margin-top: 15px;
    width: 160px; */
       border: 1px solid #fff;
}
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(15, 23, 43, .7); */
  /* background: rgb(0 0 0 / 67%); */
  background: rgb(0 0 0 / 30%);
  z-index: 1;
  height: 750px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.carousel-img {
  width: 100%;
  /* height: 750px; */
}

@media (max-width: 1024px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  .carousel-img {
    width: 100%;
    height: 750px;
  }
.btn.btn-primary:hover {
    color: #ffffff;
    border: 1px solid #ffff;
}
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
    margin-top: 110px;
  }

  /* #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  .carousel-img {
    width: 100%;
    height: 750px;
    object-fit: none;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  /* margin-top: -100px !important; */
  margin-top: -150px !important;
  z-index: 1;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
}

/* .section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
} */

.section-title::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: 70px;
  background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}

/*** Service ***/
.service-item {
  height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item .service-icon {
  margin: 0 auto 30px auto;
  width: 65px;
  height: 65px;
  transition: 0.5s;
}

.service-item i,
.service-item h5,
.service-item p {
  transition: 0.5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
  color: #ffffff !important;
}

/*** Youtube Video ***/
.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(15, 23, 43, 0.1), rgba(15, 23, 43, 0.1)),
    url(../img/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial {
  background: linear-gradient(rgba(15, 23, 43, 0.7), rgba(15, 23, 43, 0.7)),
    url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 
.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
} */

.testimonial-carousel .testimonial-item {
  border: 1px solid #e5e8ec;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(20, 20, 43, 0.08);
  padding: 41px 35px 49px 35px;
  /* width: 560px; */
  width: 100%;
  display: flex;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--primary);
  background: #ffffff;
}

/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
  transition: 0.5s;
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Footer ***/

.footer {
  /* position: relative;
  margin-top: -110px; */
  padding-top: 70px;
  background: #164d92;
  color: white !important;
}

.footer-header {
  /* color: #0B1829; */
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.998px; /* 111.1% */
  letter-spacing: 1.08px;
  text-transform: uppercase;
  position: relative;
}

.footer-header::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: 35px;
  background: #E5E8EC;
}

.footer-top {
  padding-top: 50px;
}

.details {
    /* color: #4B5B70; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 12px;
  padding: 0;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  color: white;
}

.footer .btn.btn-link::before {
  position: relative;
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.iso-certifi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-template-rows: 1fr;
  padding-top: 20px;
  width: 205px;
  background: white;
}

.reserved {
  /* color: #4B5B70; */
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30.006px; /* 166.7% */
}

.all-reserved {
    display: flex;
    gap: 37px;
}
.follow-us {
  display:flex;
  justify-content: end;
}
.follow {
  /* color: #4B5B70; */
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.006px; /* 166.7% */
  margin-bottom: 0px;
}

.follow-link {
  gap: 37px;
  display:flex;
  justify-content: end;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--light);
  border: 1px solid #ffffff; */
  border-radius: 35px;
  transition: 0.3s;
}

.btn-outline-light {
  /* color: #4B5B70; */
  border-color: transparent;
}
.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  /* border-top: 1px solid rgba(256, 256, 256, 0.1); */
  border-top: 1px solid #E5E8EC;
}

/* .footer .copyright a {
  color: var(--light);
} */

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* media query  */
@media(max-width:1260px){
  .details {
    word-break: break-all;
  }
}
@media (max-width: 1200px) {
  .card.explore-bar {
    padding: 50px 35px 50px;
  }

  .section-title-p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .bg-color {
    width: 68px;
    height: 68px;
  }
  
  .pill-section {
    margin-top: 40px;
  }
  
.dept-img {
  height: 200vh;
  object-fit: cover;
  max-width: 100vw;
  width: -webkit-fill-available;
  object-position: 83% 0%;
}
.section-whyaster {
  padding: 3rem;
  padding-left: 50px;
}
}

@media(max-width:1100px){
  .feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.iso-certifi {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 1024px) {
  .testimonial-carousel .testimonial-item {
    border: 1px solid #e5e8ec;
    background: #fff;
    box-shadow: 0px 2px 7px 0px rgba(20, 20, 43, 0.08);
    padding: 41px 35px 49px 35px;
    width: 100%;
  }
  .section-title-pm {
    padding-left: 250px;
    padding-right: 250px;
  }
  .dept-img {
    height: 100%
  }
}

@media (max-width: 992px) {
  .our-mission {
    order: 1;
  }
  .section-title-pm {
    padding-left: 200px;
    padding-right: 200px;
  }
  .all-reserved {
    justify-content: center;
  }
  .follow-link {

    justify-content: center;
  }
  .dept-img {
    height: 100%
  }
  .iso-certifi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@media screen and (max-width: 991px) {
.grid-2-columns.articles-and-events-featured {
    grid-row-gap: 140px;
    grid-template-columns: 1fr;
}
.display-3 {
  font-size: 32px;
}
.grid-2-columns.grid-link-v1 {
  grid-column-gap: 40px;
  grid-template-columns: .7fr 1fr;
}
.inner-container._100---tablet {
  max-width: 100%;
}
.dept-img {
  height: 100%
}
.section-whyaster {
  padding: 3rem;
  padding-left: 25px;
}
}

@media (max-width: 768px) {
  .testimonial-carousel .testimonial-item {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .says {
    margin-left: 0px;
  }
  .grid-4-columns.instagram-v1 {
    grid-template-columns: 1fr 1fr;
}
.section-title-pm {
  padding-left: 150px;
  padding-right: 150px;
}
.all-dept {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.follow-link {
  gap: 30px;
  display: flex;
  justify-content: center;
}
.all-reserved {
  display: flow;
}
.dept-img {
  height: 100%
}
}



@media (max-width: 576px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .banner-title-xl {
    /* font-size: 43px;
    line-height: 54px; */
    font-size: 29px;
    line-height: 42px;
  }

  .banner-title-md {
    /* text-align: center; */
    text-align: left;
    /* font-family: 'Satoshi Light'; */
    /* font-size: 35px; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

  .banner-title-sm {
    font-size: 16px;
    line-height: 1.667em;
  }

  .section-title::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: 43px;
    background: var(--primary);
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 13px;
    row-gap: 13px;
    order: 2;
  }

  .img-fluid1 {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-title {
    font-size: 24px;
  }

  .e-m {
    width: 100%;
    padding: 23px 32px;
    font-size: 14px;
  }

  .p-text {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }

  .section-title-nobo {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.182em;
  }

  .section-title-sm {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.111em;
  }

  .section-title-p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.667em;
  }

  .field-status {
    font-size: 34px;
    line-height: 37.988px;
  }

  .field-name {
    font-size: 18px;
  }

  .field-sub {
    font-size: 16px;
  }
    .image-wrapper.grid-link-v1---image, .image-wrapper.card-programs---image {
      max-height: 250px;
  }

  .grid-2-columns.grid-link-v1 {
    grid-template-columns: 1fr;
  }
  .grid-1-column.gap-row-24px.gap-row-40px---mbp {
    grid-row-gap: 40px;
  }
  .image.cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
    flex: 1;
}
.btn-square-primary {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  font-size: 21px;
}

.display-3 {
    font-size: 24px;
}
.title-flex-featured {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.mg-bottom-26px {
  margin-bottom: 8px;
}
.grid-2-columns.articles-and-events-featured {
  grid-row-gap: 60px;
}
.section-news-article {
  padding-bottom: 20px;
  padding-top: 20px;
}
.heading-h4-size {
  font-size: 20px;
}
.mg-bottom-0 {
  font-size: 16px;
  line-height: 26.006px;
}
.view {
  font-size: 14px;
  padding: 17px 22px 17px 22px;
}
.section-title-pm {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery {
  padding-top: 60px;
  padding-bottom: 60px;
}
.all-dept {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.dept-img {
  height: 100%
}
.section-dept {
  padding-top: 65px;
  padding-bottom: 40px;
}
.section-whyaster {
  padding: 1rem;
  /* padding-left: 0px; */
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.dfnb-dept {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.footer-header::after {
  width: 100%;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
  display: none;

}
.banner-text {
  max-width: 700px;
  padding: 1rem;
  /* display: inline-block; */
  padding-left: 30px;
}
.banner-video {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.booking {
  position: relative;
  /* margin-top: -100px !important; */
  margin-top: -70px !important;
  z-index: 1;
}
.carousel-caption {
  height: 550px;
}
#header-carousel .carousel-item {
  position: relative;
  min-height: 450px;
  margin-top: 180px;
}
}


/* acheivement section */

    .paper-publish{
        column-gap: 12px;
        align-items: center;
        display: flex;
        padding-bottom: 4px;
    }


    
/*////////////// pagination design ///////////////*/

 @media (max-width: 421px) {
  .pagination\:container {
    margin-top: 20px !important;
  }
}

@media (max-width: 395px) {
  .pagination\:number {
    --size: 20px !important;
  }
}


.hide {
    display: none;
    visibility: hidden;
    height: 0;
}

.pagination\:container {
  display: flex;
  align-items: center;
}



.pagination\:number {
  --size: 32px;
  --margin: 6px;
  margin: 0 var(--margin);
  border-radius: 6px;
  background: #202020;
  max-width: auto;
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 6px;

}

.nxtdiv{
  padding-left: 12px;

}
.prevDiv{
  padding-right: 12px;
}

.pagination\:active {
  position: relative;
  background:#164d92 !important;
  color: white;
}
.pagination\:number:hover{
  background:#164d92 !important;
}

.new-h{
  font-size: 2.875rem;
  font-weight: 600 !important;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 576px) {
  .new-h {
      font-size: 1.7rem !important;
  }
}

.member-name {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.03938rem;
  line-height: 2rem;
  margin-bottom: 0px;
  padding-top: 10px;
}