.top-wrapper {
  height: 100vh;
  background: linear-gradient(to right, #4c71b3, #df4658);
  min-height: 500px;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  max-height: 650px;
}
img.home-page-banner-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: none;
  z-index: -1;
}
.top-wrapper .header {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  align-items: center;
}
.top-wrapper .header .logo {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.875rem;
  padding: 0 1rem;
  margin-bottom: 0;
  /* font-family: sans-serif; */
  /* display: inline-block; */
  line-height: 1;
}
.top-wrapper .header .logo svg {
  fill: #ffffff;
  width: 30px;
}
.top-wrapper .header .logo .first-word {
  background: #fff;
  color: #4c71b3;
  display: inline-block;
}
.top-wrapper .header .logo .second-word {
  color: #df4658;
  display: inline-block;
}
.top-wrapper .header ul {
  display: flex;
  margin-bottom: 0;
  border-right: 1px solid #ea8b99;
  margin-right: 1rem;
}
.top-wrapper .header ul li {
  display: flex;
}
.top-wrapper .header ul li a {
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
}
.top-wrapper .header ul li a.active {
  color: #ebbd54;
}
.top-wrapper .header ul li a:hover {
  color: #ebbd54;
}

.login-link {
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
  margin-right: 1rem;
}
.login-link i {
  margin-right: 0.5rem;
}
.login-link:hover {
  color: #ebbd54;
}
.custom-white-btn {
  background: #fff;
  color: #636363;
  padding: 0.4rem 1.5rem;
  border-radius: 20px;
  margin-right: 1rem;
}
.top-wrapper-content {
  /* height: calc(100% - 61px); */
  height: calc(100% - 120px);
  position: relative;
}
.top-wrapper .left-section {
  text-align: right;
}

.top-wrapper .left-section h4 {
  font-size: 2.7rem;
  color: #fff;
  margin-bottom: 2rem;
}
.top-wrapper .left-section p {
  color: #fff;
  margin-bottom: 3rem;
}
.top-wrapper .left-section .custom-white-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.6rem 2rem;
  border-radius: 40px;
}
.top-wrapper .right-section img {
  width: 100%;
}
.top-wrapper-content-row {
  height: 100%;
  align-items: center;
}
.top-wrapper .right-section {
  padding: 0 0 0 1rem;
}

.top-wrapper-content .carousel-control-next,
.top-wrapper-content .carousel-control-prev {
  width: auto;
  font-size: 3rem;
  padding: 0 1rem;
  top: calc(50% - 24px);
  bottom: unset;
}

/*why learn section*/
.why-learn-section {
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.why-learn-section h4 {
  font-size: 1.8rem;
  color: #4c4c4c;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}
.why-learn-points-col {
  text-align: center;
  margin-bottom: 1rem;
}
.why-learn-points-col img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.why-learn-points-col h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #545454;
}
.why-learn-points-col p {
  font-size: 0.875rem;
  color: #616161;
  font-weight: 300;
}

/*video section css here*/
.video-section-wrapper {
  position: relative;
  height: 350px;
  margin-bottom: 4rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 620px;
}
.video-section-card {
  background: url(../img/architect.webp) no-repeat;
  background-size: cover;
  border-radius: 16px;
  cursor: pointer;
  transition: all linear 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section-card-bg {
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(76, 113, 179, 0.7),
    rgba(223, 70, 88, 0.7)
  );
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.video-section-card-bg i {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
}
.video-section-card-bg h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.video-section-card.hide {
  opacity: 0;
}
.landing-page-video-card {
  display: none;
  /* margin-bottom: 4rem; */
  transition: all linear 0.5s;
}
.landing-page-video-card.show {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem;
  box-shadow: 0px 0px 9px #d5d5d5;
  border-radius: 16px;
}
.landing-page-video-card .landing-page-video {
  height: 100%;
  max-width: 100%;
  display: block;
  border-radius: 16px;
}
.landing-page-video-card .close-video-card {
  position: absolute;
  top: 14px;
  color: #ffffff;
  right: 20px;
  cursor: pointer;
  background: black;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  padding: 3px;
  text-align: center;
}
.landing-page-video-card .volume-btn {
  position: absolute;
  left: 20px;
  top: 14px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 3px;
  cursor: pointer;
  z-index: 1;
}
.landing-page-video-card .volume-btn.hide {
  display: none;
}
.full-video-section {
  display: none;
}
.full-video-section.show {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.full-video-section .close-video {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
/*program section css*/
.program-section-card-col {
  margin-bottom: 1.5rem;
}
.program-section {
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.program-section .program-btn {
  border: 0;
  background: transparent;
}
.program-section .program-btn a {
  background-image: linear-gradient(to right, #4c71b3, #df4658);
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 30px;
}
.program-section .program-btn a:hover {
  color: #df4658;
  background: #fff;
  font-weight: 400;
  border: 2px solid #df4658;
}
.program-section h4 {
  font-size: 1.8rem;
  color: #4c4c4c;
  margin-bottom: 3rem;
  font-weight: 600;
  text-align: center;
}
.program-section-card {
  box-shadow: 0px 0px 10px #b9b9b9;
}
.program-section-card .card-top-section {
  height: 180px;
  position: relative;
}
.program-section-card .card-top-section .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-section-card .card-top-section .new-program-tag {
  position: absolute;
  top: 14px;
  right: 0;

  padding: 0.2rem 0.8rem;
  color: #fff;
  font-size: 0.875rem;
}
.program-section-card .card-top-section .new-program-tag.red {
  background: #df4658;
}
.program-section-card .card-top-section .new-program-tag.blue {
  background: #4c71b3;
}
.program-section-card .card-top-section .absolute-small-image {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -18px;
  left: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.program-section-card .card-top-section .absolute-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.program-section-card .card-content-section {
  padding-top: 20px;
  padding-bottom: 1rem;
}
.program-section-card .card-content-section .program-type {
  padding: 0 1rem;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #525252;
}
.program-section-card .card-content-section h5 {
  padding: 0 1rem;
  font-size: 1rem;
  color: #424242;
  font-weight: 600;
  margin-bottom: 1rem;
}
.program-section-card .card-content-section .program-info {
  padding: 0 1rem;
}
.program-section-card .card-content-section .program-info span {
  font-size: 0.75rem;
  color: #929292;
  margin-right: 0.5rem;
  font-weight: 400;
}
.program-section-card .card-content-section .program-info span i {
  margin-right: 2px;
}
.program-section-card-row
  .program-section-card-col:nth-child(2n-1)
  .program-section-card
  .card-top-section {
  border-bottom: 4px solid #4c71b3;
}
.program-section-card-row
  .program-section-card-col:nth-child(2n)
  .program-section-card
  .card-top-section {
  border-bottom: 4px solid #df4658;
}

/*what you ar looking for section0*/
.looking-for-section {
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.looking-for-section .left-section {
  width: 350px;
  height: 350px;
  max-width: 350px;
  margin: auto;
  max-width: 100%;
}
.looking-for-section .left-section img {
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  /* object-fit: cover; */
}
.looking-for-section .right-section {
}
.looking-for-section .right-section .small-heading-text {
  color: #a9a9a9;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
}
.looking-for-section .right-section h4 {
  color: #424242;
  font-weight: 600;
  margin-bottom: 1rem;
}
.looking-for-section .right-section p {
  color: #9a9a9a;
  font-weight: 400;
  font-size: 1rem;
  width: 80%;
}
.looking-for-section-slider .carousel-indicators {
  right: 0;
  bottom: 50%;
  width: 10px;
  margin: 0;
  left: unset;
  flex-wrap: wrap;
}
.looking-for-section-slider .carousel-indicators li {
  width: 100%;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background-color: #d2495f;
  margin-bottom: 1rem;
  border: 0;
}

/*upcoming events section*/
.upcoming-events-section {
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.upcoming-events-section h4 {
  font-size: 1.8rem;
  color: #4c4c4c;
  margin-bottom: 3rem;
  font-weight: 600;
  text-align: center;
}
.upcoming-event-box {
  height: 200px;
  width: 100%;
  background: url("../img/card2.jpg") no-repeat;
  background-size: cover;
}
.upcoming-event-box-overlay {
  background: linear-gradient(
    to right,
    rgba(76, 113, 179, 0.7),
    rgba(223, 70, 88, 0.7)
  );
  height: 100%;
  padding: 3rem 2rem 1rem;
}
.upcoming-event {
  display: flex;
  align-items: center;
}
.upcoming-event-col:not(:last-child) .upcoming-event {
  border-right: 1px solid #a9a9a9;
}
.upcoming-event .event-date {
  display: inline-block;
  background: #fff;
  width: 50px;
  padding: 0.5rem 0.25rem;
  text-align: center;
  line-height: 1.1;
  font-size: 0.8rem;
  color: #4e4e4e;
  border-radius: 6px;
}
.upcoming-event .event-info {
  padding: 0 1rem;
  color: #fff;
}
.upcoming-event .event-info .event-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.875rem;
}
.upcoming-event .event-info .event-duration {
  font-size: 0.8rem;
  display: block;
}
.upcoming-event .event-info .event-duration i {
  margin-right: 0.25rem;
}
.events-section-slider .carousel-control-prev {
  right: 32px;
  bottom: -30px;
  top: unset;
  width: auto;
  left: unset;
  opacity: 1;
  font-size: 1.5rem;
}
.events-section-slider .carousel-control-next {
  right: 0;
  bottom: -30px;
  top: unset;
  width: auto;
  opacity: 1;
  font-size: 1.5rem;
}

/*testimonial section css*/
.testimonial-section-bg {
  /* background: url("../img/home-page-testimonial-bg.png") no-repeat; */
  /* background-size: 100%; */
  position: relative;
}
.testimonial-section-bg > img {
  position: absolute;
  width: 100%;
  bottom: -50%;
  z-index: -1;
}
.testimonial-section {
  align-items: center;
  margin-bottom: 10rem;
  padding: 2rem 0;
}
.testimonial-section-slider .testimonial {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial-section-slider .testimonial .user-img {
  width: 120px;
  height: 120px;
}
.testimonial-section-slider .testimonial .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-section-slider .testimonial .review {
  width: calc(100% - 120px);
  padding: 0 1rem;
}
.testimonial-section-slider .testimonial .review p {
  font-size: 1rem;
  font-weight: 300;
  color: #797979;
  font-style: italic;
  line-height: 1.8;
}
.testimonial-section-slider .testimonial .review .user-name {
  font-weight: 600;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.testimonial-section-slider .testimonial .review .user-position {
  font-weight: 400;
  font-size: 0.8rem;
}
.testimonial-section-slider .carousel-indicators {
  margin: 0;
  bottom: -20px;
  /* width: 10px; */
}
.testimonial-section-slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d2495f;
  border: 0;
}

.university-images {
  margin-bottom: 0;
}
.university-images li {
  text-align: center;
  margin-bottom: 1rem;
}
.university-images li .image-div {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.university-images li .image-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*bottom register section*/
.bottom-resgister-section {
  align-items: center;
  margin: 4rem 0;
  padding: 2rem 0;
}
.bottom-resgister-section .left-section {
}
.bottom-resgister-section .left-section .image-div {
}
.bottom-resgister-section .left-section .image-div img {
  max-width: 100%;
}
.bottom-resgister-section .right-section {
}
.bottom-resgister-section .right-section h4 {
  font-size: 1.8rem;
  color: #4c4c4c;
  margin-bottom: 1rem;
  font-weight: 600;
}
.bottom-resgister-section .right-section p {
  color: #b5b5b5;
  font-weight: 300;
  font-size: 0.875rem;
}
.bottom-resgister-section .right-section .register-now-btn {
  border: 0;
  background: transparent;
}
.bottom-resgister-section .right-section .register-now-btn a {
  background-image: linear-gradient(to right, #4c71b3, #df4658);
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 30px;
}
.bottom-resgister-section .right-section .register-now-btn a:hover {
  color: #df4658;
  background: #fff;
  font-weight: 400;
  border: 2px solid #df4658;
}

/*footer section css*/
.footer-section-bg {
  background: url("../img/footer-bg.png") no-repeat;
  background-position: bottom;
}
.footer-section {
  padding: 2rem 0;
  border-top: 1px solid #e4e4e4;
}
.footer-section h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0;
}
.footer-section h4 .first-word {
  color: #4c71b3;
}
.footer-section h4 .second-word {
  color: #df4658;
}
.footer-section ul {
}
.footer-section ul li {
  width: 32%;
  display: inline-block;
  padding: 1rem;
}
.footer-section ul li a {
  color: #565656;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer-section ul li a:hover {
  color: #df4658;
}
.footer-section h5 {
  font-size: 1.5rem;
  color: #565656;
  padding: 1rem 0;
}
.footer-section input {
  margin-bottom: 2rem;
  border: 0;
  border-bottom: 1px solid #d5d5d5;
  background: transparent;
  font-size: 0.875rem;
  color: #bfbebe;
}
.footer-section input::placeholder {
  font-size: 0.875rem;
  color: #bfbebe;
}
.footer-section .subscribe-btn {
  border: 0;
  background: transparent;
}
.footer-section .subscribe-btn a {
  background-image: linear-gradient(to right, #4c71b3, #df4658);
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 30px;
}
.footer-section .subscribe-btn a:hover {
  color: #df4658;
  background: #fff;
  font-weight: 400;
  border: 2px solid #df4658;
}

/*copyright section*/
.copyright-section {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  flex-wrap: wrap;
}
.copyright-section .left-section span {
  font-size: 0.875rem;
  color: #969696;
  font-weight: 400;
}
.copyright-section .left-section span.blue {
  color: #4c71b3;
}
.copyright-section .right-section .social-media-icon {
  margin: 0 0.6rem;
  font-size: 0.875rem;
}
.copyright-section .right-section .social-media-icon i {
  color: #bfbebe;
}

/*media queries*/
@media (max-width: 1200px) {
  img.home-page-banner-bg {
    object-fit: contain;
  }
  .testimonial-section-bg > img {
    display: none;
  }
  .testimonial-section {
    margin-bottom: 1rem;
  }
  .bottom-resgister-section {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  img.home-page-banner-bg {
    display: none;
  }
  .top-wrapper-content {
    height: calc(100% - 64px);
  }
  .top-wrapper .left-section {
    text-align: center;
    padding: 1rem 0;
  }
  .top-wrapper .left-section h4 {
    margin-bottom: 1rem;
  }
  .top-wrapper .left-section p {
    margin-bottom: 2rem;
  }
  .top-wrapper .right-section {
    padding: 0;
    max-width: 420px;
    margin: auto;
  }
  .program-section h4 {
    margin-bottom: 2rem;
  }
  .upcoming-events-section h4 {
    margin-bottom: 2rem;
  }
  .program-section {
    margin-bottom: 1rem;
  }
  .looking-for-section {
    margin-bottom: 1rem;
  }
  .upcoming-events-section {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .looking-for-section .right-section {
    text-align: center;
  }
  
  .top-wrapper .left-section h4 {
  font-size: 1.7rem;
}

  .looking-for-section .right-section p {
    width: 100%;
  }
  .upcoming-event-box {
    height: auto;
  }
  .upcoming-event-box-overlay {
    padding: 1rem 2rem 2rem;
  }
  .upcoming-event-col {
    margin-bottom: 0.5rem;
  }
  .upcoming-event-col .upcoming-event {
    border: 0 !important;
  }
  .testimonial-section-slider .testimonial .review {
    width: 100%;
  }
  .testimonial-section-slider .testimonial .user-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  .slider-section {
    margin-bottom: 2rem;
  }
  .bottom-resgister-section .left-section {
    margin-bottom: 2rem;
  }

  /*footer section */
  .footer-section ul li {
    padding: 1rem 0.25rem;
  }
  .footer-subscribe-section {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-subscribe-section h5 {
    margin-bottom: 0;
    width: 100%;
  }
  .footer-subscribe-section input {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .copyright-section {
    justify-content: center;
  }
  .copyright-section .left-section {
    margin-bottom: 1rem;
  }
}
