/*colors*/
body {
  font-family: "Poppins", sans-serif;
  color: #484848;
}

li, strong, span, p {
  color: #484848 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 44px;
  line-height: 1.2;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 5%;
}

h6 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 5%;
}

.p1 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -1%;
}

p {
  color: #696969;
}

.p__t {
  padding-top: 1.875rem;
}
.p__b {
  padding-bottom: 1.875rem;
}
.p__tb {
  padding-top: 1.875rem;
}

.p_tb {
  padding: 2% 0;
}

.pt_3 {
  padding-top: 3%;
}

.mb-32 {
  margin-bottom: 2rem;
}

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

a {
  text-decoration: none;
}

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}

.section__title {
  margin-bottom: 1rem;
}
.section__title h1, .section__title h2,
.section__title h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #2c57a5;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
  color: #787878;
}

.cta__button {
  background-color: #ec1a25;
  border-radius: 0.625rem;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
}
.cta__button--primary {
  background-color: #2c57a5;
  color: #fff;
}
.cta__button--primary:hover {
  background-color: #fff;
  color: #2c57a5;
}
.cta__button--border {
  color: #fff !important;
  border: none;
}
.cta__button--border:hover {
  background-color: #2c57a5;
  color: #fff;
}

.l__button {
  background-color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 0.3125rem;
  padding: 0 2rem;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #2c57a5;
  transition: all 0.3s ease;
}
.l__button--primary {
  background-color: #2c57a5;
  color: #fff;
}
.l__button--primary:hover {
  background-color: #fff;
  color: #2c57a5;
}
.l__button--border {
  color: #2c57a5;
  border: 1px solid #2c57a5;
}
.l__button--border:hover {
  background-color: #2c57a5;
  color: #fff;
}

.overlay {
  position: relative;
}
.overlay__bg::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-nav button {
  height: 2.8125rem;
  line-height: 2.8125rem;
  width: 2.8125rem;
  background-color: #ececec !important;
  position: absolute;
  top: 50%;
  left: 50%;
}
.owl-nav button:hover {
  color: #2c57a5 !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-prev::before {
  font: var(--fa-font-solid);
  content: "\f053";
}
.owl-nav button.owl-next {
  right: 0;
  left: auto;
}
.owl-nav button.owl-next::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.flex__justify {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cards {
  cursor: pointer;
  position: relative;
  padding: 2.5rem 2rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  background-color: #fff;
  min-height: 19.0625rem;
}
.cards span i {
  font-size: 1.25rem;
  color: #2c57a5;
}
.cards__body {
  margin-top: 1rem;
}
.cards__body h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cards__body p {
  font-size: 1rem;
  font-weight: 400;
}
.cards__body p:last-child {
  margin-bottom: 0;
}
.cards__btn {
  text-align: right;
  transition: all 1s ease;
}
.cards:hover .cards__btn {
  cursor: pointer;
}

.pageBanner {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.pageBanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb-item.active {
  color: #2c57a5 !important;
}
.breadcrumb-item a {
  color: #000;
}

.header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
}
.header__top {
  padding: 1rem 0;
  color: #fff;
  background-color: #2c57a5;
}
.header__top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__top ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  margin-left: 0.9375rem;
}
.header__top ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header__top ul li span {
  margin-right: 0.625rem;
}
.header__top ul li span i {
  font-size: 0.875rem;
  color: #fff !important;
}
.header__top ul li a {
  color: #fff !important;
}
.header .logo img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
}
.header .navbar {
  background-color: transparent !important;
  padding: 0 !important;
}
.header .navbar .navbar-nav .nav-item {
  margin-left: 2.5rem;
}
.header .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #000;
  padding: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ec1a25;
}
.header .navbar .navbar-nav .nav-item .nav-link.accordion-button {
  font-weight: 600 !important;
}
.header .navbar .navbar-nav .nav-item .nav-link.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
}
.header .navbar .navbar-nav .nav-item .accordion .nav-item {
  margin-bottom: 0.2rem;
  list-style: none;
}
.header .navbar .navbar-nav .nav-item .accordion .nav-item h3 {
  font-size: 0.875rem;
  font-weight: 600;
}
.header .navbar .navbar-nav .nav-item .accordion .nav-link {
  font-weight: 500;
}
.header .navbar .navbar-nav .nav-item .accordion-collapse .nav-link {
  font-weight: 500 !important;
  text-transform: capitalize;
}
.header .navbar .navbar-nav .nav-item .dropdown-item {
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 400;
}
.header .navbar .navbar-nav .nav-item .mega__menu {
  position: absolute;
  top: 3.125rem;
  left: 0;
  z-index: 2;
  background-color: #f3f7ff;
  width: 100%;
  padding: 1rem;
  border-radius: 2px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.header .navbar .navbar-nav .nav-item .mega__menu h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header .navbar .navbar-nav .nav-item .mega__menu .nav-item {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0.25rem;
}
.header .navbar .navbar-nav .nav-item .mega__menu .nav-link {
  text-transform: capitalize;
  font-weight: 400;
}
.header .navbar .navbar-nav .nav-item .mega__menu.small__menu {
  width: 200px;
  left: auto;
}
.header .navbar .navbar-nav .nav-item:hover .mega__menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header .mb__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header .mb__header--bar {
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #2c57a5;
  color: #fff;
  border-radius: 0.3125rem;
  line-height: 2.5rem;
  text-align: center;
}
.header .sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.flag__dropdown .dropdown-toggle::after {
  display: none;
}

.footer {
  padding-top: 1.875rem;
}
.footer__top {
  padding: 32px 54px;
  background: linear-gradient(180deg, #6292E9 0%, rgba(19, 50, 106, 0.81) 100%);
}
.footer__top h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.footer__top p {
  color: #fff !important;
}
.footer__top--card--contact div {
  position: relative;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.footer__top--card--contact div i {
  margin-top: 2px;
  color: #4b4b4b;
}
.footer__top--card--contact div img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.footer__top--card--contact p {
  margin: 0;
}
.footer__bottom {
  padding: 1.5rem 2rem 12px;
  background-color: #FAFAFA;
}
.footer__bottom h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
}
.footer__bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__bottom ul.two_set {
  column-count: 2;
  column-gap: 1rem;
}
.footer__bottom ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 5px;
}
.footer__bottom ul li a {
  text-decoration: none;
  color: #484848;
}
.footer__bottom--up {
  border-bottom: 1px solid #BCBCBC;
}
.footer__bottom--up--card {
  border-bottom: 2px solid #fff;
}
.footer__bottom--up--card--logo img {
  height: auto;
  width: 100%;
  object-fit: contain;
  max-width: 250px;
  padding: 4px 0 16px 0;
}
.footer__bottom--up--card p {
  font-size: 15px;
  color: #696969;
}
.footer__bottom--up--card input {
  padding: 9px 10px;
  border: 1px solid #b0b0b0;
  border-radius: 15px;
}
.footer__bottom--up--card button {
  color: #fff;
}
.footer__bottom--up--card .footerflexx p {
  text-align: left !important;
}
.footer__bottom--up input {
  padding: 9px 10px;
  border: 1px solid #B0B0B0;
  border-radius: 15px;
}
.footer__bottom--up input::placeholder {
  font-size: 10px;
  line-height: 15px;
  color: #9F9F9F;
}
.footer__bottom--up button {
  padding: 4.5px 21px;
  height: 100%;
  font-size: 16px;
  line-height: 18px;
  border-radius: 8px;
  color: #fff;
  border: none;
}
.footer__bottom--down {
  display: flex;
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
}
.footer__bottom--down p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #787878;
  margin-bottom: 0;
  text-align: center;
}
.footer__bottom--down--developed {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__bottom--down--developed img {
  height: 40px;
  width: 80px;
  overflow: hidden;
}
.footer__bottom--down--social {
  text-align: center;
}
.footer__bottom--down--social a {
  margin-left: 12px;
}
.footer__bottom--subscribe {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}
.footer__bottom--subscribe .row {
  justify-content: center;
  align-items: center;
}
.footer__bottom--subscribe .form-control {
  border-radius: 15px;
  border: 1px solid #ffe5ce;
  background: #fff;
  height: 48px;
  line-height: 48px;
}
.footer__bottom--subscribe button {
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.endfoot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.footerflexx {
  gap: 1rem;
}

.carousel {
  position: relative;
}
.carousel__img {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.carousel__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50px, 0);
}
.carousel .owl-dot span {
  height: 1.375rem !important;
  width: 1.375rem !important;
}

.hero__content h1,
.hero__content h4 {
  margin-bottom: 1.5rem;
}
.hero__content p {
  font-size: 1.125rem;
  font-weight: 400;
}
.hero__content p:last-child {
  margin-bottom: 0;
}
.hero__content ol li {
  line-height: normal;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #787878;
}
.hero figure {
  height: 20rem;
  width: 100%;
}
.hero figure img {
  border-radius: 0.625rem;
}

.choose .nav-link {
  color: #ec1a25;
  font-weight: 600;
  font-size: 16px;
}
.choose .nav-link:hover {
  color: #2c57a5;
}
.choose .nav-link.active {
  background-color: #2c57a5;
}
.choose .nav-link.active:hover {
  color: #fff !important;
}
.choose .overlay {
  margin-top: 20px;
}
.choose .overlay__bg::after {
  background-color: #f3f7ff;
  height: 85%;
  width: 85%;
  padding: 40px;
  z-index: -1;
  top: 0;
  transform: translate(-50%, 0);
}

.destination__cards {
  position: relative;
}
.destination__cards figure {
  height: 28.4375rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.destination__cards figure img {
  border-radius: 0.625rem;
}
.destination__cards--content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(44, 87, 165, 0.78);
  padding: 1rem 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.destination__cards--content h3, .destination__cards--content h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
}
.destination__cards.bottom figure {
  height: 20.3125rem;
  width: 100%;
  overflow: hidden;
}
.destination__detail li, .destination__detail strong, .destination__detail span, .destination__detail p {
  color: #484848 !important;
}

.faq__cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding: 0 2rem;
}
.faq__cards span {
  height: 2.375rem;
  line-height: 2.375rem;
  width: 2.375rem;
  border-radius: 0.625rem;
  background-color: #f3f7ff;
  display: block;
  text-align: center;
}
.faq__cards span i {
  font-size: 1.25rem;
  color: #2c57a5;
}
.faq__body {
  width: calc(100% - 2.375rem);
}
.faq__body h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.faq__body p {
  margin-bottom: 0;
}

.interested__main {
  padding: 0 45px;
}
.interested__main--img {
  background: url(../images/Interested.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.625rem;
}
.interested__main--form {
  border-radius: 10px;
  background-color: #f3f7ff;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.interested__main--form--head {
  background-color: #2c57a5;
  padding: 24px 36px;
  border-radius: 10px 10px 0 0;
}
.interested__main--form--head h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.interested__main--form--head p {
  color: #fff !important;
}
.interested__main--form .form {
  padding: 26px 36px;
}
.interested__main--form .form__group {
  margin-bottom: 3.125rem;
}
.interested__main--form .form__group label {
  font-size: 16px;
  font-weight: 500;
  color: #787878;
  line-height: 22.54px;
}
.interested__main--form .form__group label span {
  color: #ec1a25;
}
.interested__main--form .form__group input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #787878;
  padding-top: 6px;
}
.interested__main--form .form__group input:focus {
  outline: none;
}

.stories__card {
  background: radial-gradient(100% 100% at 15.52% 0%, #164799 0%, #09459c 100%);
  padding: clamp(1.5625rem, 2vw, 4.0625rem);
  color: #fff;
}
.stories__card h4 {
  text-transform: capitalize;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.stories__card .university {
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  display: block;
}
.stories__card p {
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 400;
}
.stories__card--img {
  height: 20rem;
  width: 20rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.stories__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.stories__card--img.thumb {
  height: 15rem;
  width: 15rem;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 1.5625rem;
}
.stories__card--img.thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.stories__carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: -50%;
  transform: translateX(-50%);
}

.iti {
  width: 100% !important;
  padding-top: 6px;
}

.university__names {
  background-color: #F8F8F8;
  align-items: center;
  padding: 27px 50px;
}
.university__names--content {
  transition: all 0.5s ease;
}
.university__names--content img {
  background-color: #fff;
  padding: 0.625rem;
  height: 4.6875rem;
  width: 100%;
  object-fit: contain;
  border: 1px solid #E4E4E4;
}
.university__names--content p {
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  color: #000;
  padding-top: 7px;
}
.university__names--content:hover {
  transform: translateY(-10px);
}
.university__see {
  padding-top: 20px;
}

.contact__card {
  background-color: #F3F7FF;
  padding: 40px;
}
.contact__card iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.125rem;
}
.contact__card--form {
  background: none;
  border-radius: 0;
}
.contact iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact--form {
  background: none;
  border-radius: 0;
}
.contact__box {
  background-color: #F3F7FF;
  padding: 3rem 1rem;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact__box h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.contact__box i {
  font-size: 2rem;
  color: #ec1a25;
}

.Office__box {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.Office__box h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2c57a5;
  line-height: 39px;
}
.Office__box p {
  color: #000;
  margin-bottom: 0.5rem;
}
.Office__box button {
  color: #2c57a5;
  text-transform: uppercase;
  border: 1px solid #2c57a5;
  background: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
}
.Office__Kathmandu {
  padding-top: 3rem;
}

.destination__card {
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
  border-radius: 18px;
}
.destination__card img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.destination__card--content {
  text-align: center;
  padding: 1.5rem;
}
.destination__card--content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.destination__detail--img {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  position: sticky;
  top: 100px;
}
.destination__detail--img.small {
  height: 20.9375rem;
}
.destination__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.destination__price--table tfoot,
.destination__price--table thead {
  background-color: #C2D7FD;
}

.galleryImg__img {
  padding-bottom: 1rem;
}
.galleryImg__img .galleryPhoto {
  height: 293px;
  width: 100%;
  object-fit: cover;
  filter: brightness(100%);
}
.galleryImg__img .expandGallery {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}
.galleryImg__img:hover .galleryPhoto {
  filter: brightness(40%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.galleryImg__img:hover .expandGallery {
  display: block;
}

@media (max-width: 823px) {
  .galleryImg__img:hover .galleryPhoto {
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .galleryImg__img:hover .expandGallery {
    display: none !important;
  }
}
.services .overlay__bg::after {
  background-color: #f3f7ff;
  height: 85%;
  width: 85%;
  padding: 40px;
  z-index: -1;
  top: 0;
  transform: translate(-50%, 0);
}
.services__detail {
  position: relative;
}
.services__detail .banners {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/services-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.services__detail .banners__overlay {
  background: rgba(44, 87, 165, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.services__detail .banners__title {
  text-align: center;
}
.services__detail .banners__title h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.services__detail .banners__title p {
  font-size: 1rem;
  font-weight: 600;
  color: #fff !important;
}

/*service-details*/
aside {
  padding: 2rem 1.5rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
}
aside h3.title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.25rem;
}

.blocks {
  transition: all 0.5s ease;
}
.blocks a {
  color: #000;
}
.blocks__card {
  height: 3.125rem;
  background-color: transparent;
  border-radius: 0.625rem;
  padding: 0 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  transition: all 0.5s ease;
}
.blocks__card span i {
  color: #000;
}
.blocks__body h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.blocks__item:hover a {
  color: #fff;
}
.blocks__item:hover .blocks__card {
  background-color: #2c57a5;
}
.blocks__item:hover span i {
  color: #fff;
}

.about__content p {
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
}

.document__card {
  border: 1px solid #aaaaaa;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
}
.document__card--img {
  border-bottom: 1px solid #aaaaaa;
  height: 21.875rem;
  width: 100%;
  overflow: hidden;
}
.document__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.document__card--img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.document__card--img.overlay__bg .icon, .document__card--img.overlay__bg::after {
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.document__card--title {
  padding: 1.125rem;
}
.document__card--title h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
  color: #2c57a5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.document__card:hover .document__card--img.overlay__bg .icon, .document__card:hover .document__card--img.overlay__bg::after {
  visibility: visible;
  opacity: 1;
}

.mission__title {
  margin-bottom: 2.1875rem;
}
.mission__title h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c57a5;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mission__card {
  position: relative;
  padding-left: 50px;
}
.mission__card::before {
  content: "";
  height: 2rem;
  width: 2rem;
  background-color: #2c57a5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.mission__card h4 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
.mission__card p {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: justify;
  font-style: italic;
  color: #3f3f3f;
}
.mission .interested__main {
  background-color: #f3f7ff;
  padding: 2.8125rem;
}

.team__card {
  position: relative;
  overflow: hidden;
}
.team__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.team__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team__card--content {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 0.3s ease;
}
.team__card--content > div {
  position: relative;
  z-index: 1;
  padding: 8px;
  color: #fff;
}
.team__card--content > div .name {
  margin-bottom: 5px;
}
.team__card--content > div span {
  color: #fff !important;
}
.team__card--content::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
  background: linear-gradient(to top, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.8) 20%, rgba(51, 51, 51, 0) 100%);
}
.team__card:hover .team__card--content {
  top: 0;
}

.blog__cards {
  padding: 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.625rem;
}
.blog__cards img {
  height: 21.25rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.blog__cards--body {
  margin-top: 1.25rem;
}
.blog__cards--body h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.blog__cards--body a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c57a5;
  text-decoration: underline;
}
.blog__detail--headline h1 {
  font-size: 2rem;
  font-weight: 600;
}
.blog__detail li, .blog__detail strong, .blog__detail span, .blog__detail p {
  color: #484848 !important;
}
.blog__headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.blog__headline--details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
.blog__headline--details p {
  margin: 0;
}
.blog__headline--details .social-icons a img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
}
.blog__content--left img {
  height: 31.25rem;
  width: 100%;
  object-fit: contain;
}
.blog__content--left_description p {
  text-align: justify;
}
.blog__content--right h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__content--right .articles {
  background-color: #f5f5f5;
  padding: 1rem;
  margin-bottom: 1rem;
}
.blog__content--right .articles .article {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.blog__content--right .articles .article:last-child {
  margin-bottom: 0;
}
.blog__content--right .articles .article__card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.blog__content--right .articles .article__card img {
  height: 5rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.blog__content--right .articles .article__card p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.blog__content--right .articles .article:hover {
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.blog__content--right .view-dropdown a {
  transition: all 0.5s ease;
}
.blog__content--right .view-dropdown a p {
  margin: 0;
}
.blog__content--right .view-dropdown a:hover p {
  font-weight: 700;
}
.blog__content--right .view-dropdown a:hover p i {
  font-weight: 700;
}
.blog__slider {
  display: block;
}
.blog__slider h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #2c57a5;
  text-transform: uppercase;
}

.chairman .welcome__message span {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.chairman__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 550px;
  border-radius: 10px;
}
.chairman__detail p {
  font-weight: 600;
  color: #444;
}

.university__names h3 {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

@media (max-width: 1300px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 2rem;
  }
}
@media (max-width: 1250px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 1rem;
  }
  .header .logo img {
    height: 3rem;
  }
}
@media (max-width: 1199px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 1rem;
  }
  .header .cta__button {
    padding: 9px 10px;
  }
}
@media (max-width: 1075px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 0.6rem;
  }
  .header .logo img {
    height: 2.2rem;
  }
  .header .cta__button {
    padding: 9px 10px;
    font-size: 14px;
  }
  .stories__card--img {
    height: 17rem;
    width: 17rem;
  }
}
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .mobile-offcanvas.navbar {
    background: #fff !important;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
  .header .navbar {
    background-color: #fff !important;
  }
  .header .navbar .navbar-nav {
    margin-top: 3.125rem;
  }
  .header .navbar .navbar-nav .nav-item {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .faq__cards {
    padding: 0;
  }
  .interested__main--form .form, .interested__main--form--head {
    padding: 1.125rem;
  }
  .interested__main--form .form__group {
    margin-bottom: 1.375rem;
  }
  .carousel__img,
  .pageBanner {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .destination__card img {
    height: 18.75rem;
  }
  .destination__card--content {
    padding: 1rem;
  }
  .destination__detail--img {
    height: auto;
  }
  .blog__content--left img {
    height: auto;
  }
  .stories__card--img {
    height: 13rem;
    width: 13rem;
  }
}
@media screen and (max-width: 900px) {
  .footer__top .footerflexx {
    gap: 1rem;
  }
  .footer__bottom--up {
    gap: 1rem;
  }
  .footer__bottom--down {
    flex-direction: column-reverse;
    padding-top: 1rem;
    gap: 0.5rem;
  }
  .endfoot {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  h5 {
    line-height: 1;
    font-weight: bold;
    letter-spacing: 5%;
  }
  h6 {
    line-height: 1;
    font-weight: bold;
    letter-spacing: 5%;
  }
  p {
    font-size: 1rem;
  }
  .p1 {
    font-size: 14px;
    letter-spacing: 2%;
  }
  header .logo a {
    font-size: 2rem;
  }
  .footer__top {
    padding: 1.5625rem 1.5625rem 1.5625rem 3.125rem;
  }
  .footer__bottom {
    padding: 1.25rem;
  }
  .carousel__img,
  .pageBanner {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .interested__main {
    padding: 0;
  }
  .university__names {
    padding: 1.5625rem;
  }
  .galleryImg__img:hover .galleryPhoto {
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .galleryImg__img:hover .expandGallery {
    display: none !important;
  }
  .destination__cards figure {
    height: 15rem;
  }
  .destination__cards.bottom figure {
    height: 15rem;
  }
  .destination__cards--content {
    padding: 1rem;
  }
  .destination__detail--img {
    height: auto;
  }
  .blog__headline {
    display: block;
  }
  .blog__headline--details {
    display: block;
  }
  .blog__headline--details p {
    margin: 0;
  }
  .blog__headline--details .social-icons {
    margin-top: 1.25rem;
  }
  .blog__content--left img {
    height: auto;
  }
  .contact__card--img {
    height: 25rem;
  }
  .stories__card {
    padding: 2rem;
  }
  .blocks__card {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .Office__Kathmandu {
    padding-top: 2rem !important;
  }
}
@media (max-width: 576px) {
  .footer__bottom--up {
    text-align: center !important;
  }
  .footer__bottom--up--card {
    align-items: center;
  }
  .footer__bottom ul.two_set {
    column-gap: 0;
    column-count: 1;
  }
  .footer__top--card--contact div {
    justify-content: flex-start;
  }
}

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