/**/
:root {
  --clr_offwhite: #f7f7f7;
}

.header__area-menubar-left-logo a img {
  max-height: 100px;
}

.header__sticky-sticky-menu .header__area-menubar-left-logo a img {
  max-height: 90px;
}

.banner__two-content span {
  color: var(--text-white);
}

.banner__two-image::before {
  background-color: rgba(0, 0, 0, 0.9);
}

.btn-five {
  background-color: var(--primary-color-1);
}

.btn-seven,
.btn-one {
  background-color: var(--clr_secondary_blue);
}

.banner__two-arrow-prev i,
.banner__two-arrow-next i {
  background-color: var(--primary-color-1);
}

.subtitle-three,
.subtitle-one {
  color: var(--clr_primary_red);
}

.subtitle-one::before,
.subtitle-one::after,
.subtitle-two::before,
.subtitle-two::after,
.subtitle-three::before,
.subtitle-three::after {
  content: unset;
}

.subtitle-one,
.subtitle-two,
.subtitle-three {
  padding-left: unset;
  margin-bottom: unset;
}

/*about section*/
.about__three-right-content {
  bottom: -30%;
}

.features {
  margin-top: 0;
}

/*why choose us*/

.background-blue {
  background-color: var(--clr_blue);
}

.bg-grey {
  background-color: var(--color-6);
}
.background-blue .subtitle-three,
.background-blue h2 {
  color: var(--text-white);
}

.chooseUs__area-item {
  cursor: pointer;

  text-overflow: ellipsis;
  background-color: var(--text-white);
}

.language_class .chooseUs__area-item {
  cursor: pointer;

  height: 500px;
  text-overflow: ellipsis;
  background-color: var(--text-white);
}

.language_class .chooseUs__area-item-icon img {
  height: 200px;
}

.chooseUs__area-item {
  transition: all 0.5s ease;
  height: 300px;
}

.chooseUs__area-item:hover {
  animation: unset !important;
  transform: translateY(-2%);
}

.chooseUs__area-item:hover .chooseUs__area-item-icon img {
  animation: unset !important;
}

/*carousel*/
.banner-two-slider {
  height: 100vh;
}

.padding-bottom {
  padding: 0 0 120px 0;
}

.padding_tb {
  padding: 80px 0;
}

/*testimonials*/
.testimonial__area-item {
  height: 500px;
}

/*team*/
.team__two-item-image {
  max-height: 300px;
}

.team__two-item:hover .team__two-item-content {
  background-color: var(--clr_primary_red);
}

/*study destination*/
.study_destination .study_destination-container figure {
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.study_destination .study_destination-container figure::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(46, 48, 144, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.study_destination .study_destination-container figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.study_destination .study_destination-container figure span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--clr_secondary_blue);
  padding: 8px 12px;
  color: var(--text-white);
  font-weight: 600;
  z-index: 2;
}

.study_destination .study_destination-container figure:hover img,
.study_destination .study_destination-container figure:hover:before {
  transform: scale(1.01);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

/*about*/
.about__three-right-content {
  clip-path: unset;
  padding-bottom: unset;
}

.courses__area-item-icon {
  margin-bottom: 27px;
}

.courses__area-item-icon img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.courses .courses__area-item h4 {
  margin-bottom: 11px;
}

/*mission_vision*/

.mission-vision {
  height: 600px;
}

.pricing__two-item {
  height: 100%;
}
.pricing__two-item-price h2 {
  font-size: 32px;
}

.pricing__two-item-price {
  padding-bottom: 8px;
  margin-bottom: 16px;
}

/*study destination*/
.study_destination-title h2 {
  font-size: 32px;
  line-height: 38px;
}

span.secondary {
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  width: 66% !important;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  line-height: 1.3;
}
/*contact*/

.footer__one .border-one::before {
  content: unset;
}

.footer__one-widget-solution ul li a:hover {
  padding-left: unset;
  color: var(--clr_primary_red);
}

.footer__one {
  background-color: var(--clr_secondary_blue);
}

.footer__one-widget-about-social ul li a i {
  background-color: rgba(255, 255, 255, 0.4);
}
/*scroll*/

.scroll-up::after {
  color: var(--clr_primary_red);
}

.faq-collapse-item-card-header span {
  color: var(--clr_primary_red);
}

/* @media (max-width: 1399px) {
  .banner__two-content h1 {
    font-size: 65px;
    line-height: 70px;
  }
} */

/*about*/
.about__one-left-experience {
  /* background-color: var(--clr_secondary_blue);
  padding: 20px;
  height: unset;
  width: unset;
  left: unset;
  right: 0; */
}

/* .about__one-left-experience h1 {
  font-size: 40px;
  line-height: 28px;
} */

.about-feature {
  height: 426px;
}
.services__one-item {
  height: 100%;
}

.about-services {
  color: var(--text-white);
  text-align: unset;
  height: 280px;
}

.about-services-icon {
  text-align: left;
  margin-bottom: 16px;
}

.about-services h4 {
  font-size: 24px;
  font-weight: bold;
}
.about-services h4,
.about-services p {
  color: var(--text-white);
  text-align: unset;
}

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

.portfolio__area-item {
  height: 370px;
}

.portfolio__area-item-content {
  background-color: var(--clr_primary_red);
}

.portfolio__area-item-content-title img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 5px solid white;
}

.stats_counter {
  background-color: var(--clr_secondary_blue);
}

.stats-block h1,
.stats-block h6 {
  color: var(--text-white);
}

.about__one-left-image .two {
  width: 350px;
}

.solutions__two-item {
  height: 360px;
}

.course-item {
  height: 390px;
}

.footer__top {
  padding: 120px 0;
}
.footer__top-shape {
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.getIn__touch::after {
  background: none;
}
.blue-text {
  color: #2c1871 !important;
}
.getIn__touch-left {
  padding: 50px;
  margin-left: 70px;
  margin-right: 0;
  margin-bottom: 0;
}
.help__area {
  padding-left: 0;
}
.help__area-item-info span {
  color: #f7f7f7;
  opacity: 0.7;
}
.help__area-item-info h5 {
  color: #f7f7f7;
  font-size: 20px;
}
.help__area-item-icon i {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.blog__two-item-image img {
  height: 250px;
  object-fit: cover;
}
.blog__two-item-content {
  height: 250px;
}

.blogs-content {
  height: 180px;
}

.light-text {
  color: var(--color-6);
}
.team__three-item-image img {
  height: 450px;
  object-fit: cover;
}
.faq__collapse-item-card-header h6 {
  display: flex;
  align-items: center;
}

.stats-block i {
  font-size: 70px;
  opacity: 0.7;
  margin-bottom: 20px;
}

.solutions__two-item i {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--primary-color-1);
}

.solutions__two-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio__area-slider {
  height: 430px !important;
}
.swiper-pagination-bullet-active {
  background: var(--primary-color-1);
  height: 12px;
  width: 12px;
}

/*page banner*/
.page__banner-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

/*top header*/
.header__area {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.gallery_album {
  position: relative;
  overflow: hidden;
}

.gallery_album img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.gallery_album:hover img {
  cursor: pointer;
  transform: scale(1.1);
}

/*country-details , course-details*/
.country__details-left-image,
.course__details-left-image {
  height: 450px;
}

.country__details-left-image img,
.course__details-left-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.country__details-left-content-list h2,
.course__details-left-content-list h2 {
  margin-top: 40px;
  margin-bottom: 25px;
}

.country__details-left-content ol span,
.course__details-left-content ol span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
}

.country__details-left-content ol li::marker,
.course__details-left-content ol li::marker {
  font-weight: bold;
}

.country__details-left-content,
.course__details-left-content {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-1);
}

/*course table*/
.align-middle-rowspan {
  display: table-cell;
  vertical-align: middle;
}

.access-materials ul li span i {
  color: var(--primary-color-1);
  margin-right: 10px;
}

.access-materials ul li a {
  transition: all 0.5s ease;
}
.access-materials ul li a:hover {
  font-weight: 600;
  color: var(--primary-color-1);
}

/*blog-details*/
.blog-details-tag {
  padding: 40px 0;
  border-top: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
}

/*service-details*/
.service__details-left-image {
  height: 400px;
}

.service__details-left-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service__details-left-content {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-1);
}

/*country page*/
.country-image img {
  height: 350px;
}

/*event listing*/
.event_list-content {
  height: 250px;
}

.event_list-content-meta ul li {
  display: block;
  padding-right: unset;
  margin-right: unset;
  margin-bottom: 10px;
}

.event-heading {
  border-bottom: 1px solid var(--color-10);
  padding-bottom: 16px;
  margin-bottom: 15px;
}

.event_list-content-meta {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: 10px;
}

/*test preparation listing*/

.test-prep-items {
  display: flex;
  height: 350px;
}

.ielts {
  background-image: url("assets/img/arya-img/ielts/ielts-banner-image.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}

.pte {
  background-image: url("assets/img/arya-img/about-pte-image.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.lifeskill {
  background-image: url("assets/img/arya-img/ielts/ielts-uk-lifeskill.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.test-prep-content {
  flex-grow: 1;
  padding: 20px;
}

.test-prep-icon {
  height: 70px;
  width: 70px;
}

.test-prep-icon i {
  font-size: 28px;
  margin-bottom: 20px;
  color: var(--primary-color-1);
}

/*index page  more icon*/
.header__area-menubar-center-menu ul li.more-btn > a::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 16px;
  transform: translateY(-50%) rotate(270deg);
}

.header__area-menubar-center-menu ul li.more-btn:hover > a::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}

/*event-details*/
.event-details-area-image {
  height: 450px;
}

.event-details-area-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*blog details img*/
.news__details-left-meta img {
  height: 400px;
}

/*footer-bottom logo*/
.kantipur img {
  height: 30px;
  width: 100%;
}

/*media query*/
@media (max-width: 1200px) {
  .section-padding {
    padding: 100px 0;
  }
  .about-feature,
  .mission-vision {
    height: unset;
  }

  .testimonial__area-item {
    height: 450px;
    overflow-y: scroll;
  }
  .news__details-left {
    padding: unset !important;
  }
}

@media (max-width: 992px) {
  .contact__three-left-map iframe {
    height: 300px;
  }

  .course-item {
    height: 550px;
  }
  .getIn__touch-left {
    margin-left: unset;
  }
  .blog__two-item-content h4 {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .banner-two-slider {
    height: 90vh;
  }
  .page__banner::after {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .section-padding {
    padding: 80px 0;
  }
  .blog__two-item-content {
    height: unset;
  }

  .news__details-left-meta {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {
  .solutions__two-item {
    height: unset;
  }
  .page__banner {
    padding: 80px 0;
  }
  .copyright__one {
    margin-top: unset !important;
  }
  .service__details-left-image,
  .news__details-left-meta img {
    height: 300px;
  }

  .country__details-left-image,
  .course__details-left-image {
    height: 300px;
  }

  .course-item {
    height: unset;
  }
  /*about*/
  .about__one-left-experience {
    height: unset;
    width: unset;
    padding: 30px;
  }

  /*fonts*/
  h2 {
    line-height: 32px !important;
  }

  span.secondary {
    width: 100% !important;
    margin: 10px 0;
  }

  .footer-one,
  .footer__one-widget {
    text-align: center;
  }

  .footer-one p {
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .links {
    width: 50%;
  }

  .pricing__two-button .nav-item button {
    margin: 0 6px;
  }
}
