*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

footer+div {
  display: none !important;
}

body {
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  box-sizing: border-box;
  letter-spacing: .48px;
}

img {
  width: 100%;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: all ease 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a,
li,
span,
p,
textarea,
button {
  font-family: "Montserrat", sans-serif;
}

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

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

.red {
  color:#ac0d30
}

.show-for-small-only {
  display: none;
}


.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.base-button {
  cursor: pointer;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #ac0d30;
  padding: 0 26px;
  display: inline-block;
  line-height: 38px;
  border: 1px solid #ac0d30;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  z-index: 9;
  min-width: 120px;
}

.base-button:hover {
  background-color: #890320;
  border-color: #890320;
}

.base-button.secondary-btn {
  border-color: #fff;
  color: #ac0d30;
  background-color: #fff;
}

.base-button.secondary-btn:hover {
  color: #fff;
  background-color: #890320;
  border-color: #890320;
}

.spacer {
  padding: 90px 0;
}

.header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all ease 0.3s;
}

.header.headerScroll {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header .container {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.header .right-section .social-icons-item i {
  color: #fff;
  font-size: 18px;
}

.navigation-list {
  margin: 0 10px;
}

.navigation-list:last-child {
  margin: 0;
}

.navigation-item {
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
}

.header.headerScroll .navigation-item {
  color: #ac0d30;
}

.header.headerScroll button.navigation-item {
  background-color: transparent;
  color: #ac0d30;
  border-color: #ac0d30;
  height: 30px;
  line-height: 26px;
  min-width: 100px;
}





















/*.header.stickyheader .right-section .secondary-btn {*/
/*  border-color: #000;*/
/*  color: #000;*/
/*  transition: all ease 0.3s;*/
/*}*/

.header .left-section,
.header .right-section,
.footer .left-section,
.footer .right-section {
  flex: 1 1 50%;
}

.header .left-section .logo {
  padding: 10px 0;
}

.header .left-section .logo-img {
  background: url(images/logo-svg-white.svg) no-repeat;
  width: 150px;
  display: block;
  height: 42px;
  background-size: 150px;
}

.header.headerScroll .left-section .logo-img  {
  background: url(images/logo-svg-red.svg) no-repeat;
  background-size: 120px;
  height: 34px;
}

.header .right-section,
.footer .right-section {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header .right-section .social-icons-list,
.footer .right-section .social-icons-list {
  display: flex;
  flex-direction: row;
}

.header .right-section .social-icons-item,
.footer .right-section .social-icons-item {
  margin-right: 20px;
}

.header .right-section .social-icons-item:last-child,
.footer .right-section .social-icons-item:last-child {
  margin-right: 0;
}

.header .right-section .social-icons-item svg,
.footer .right-section .social-icons-item svg {
  font-size: 18px;
  color: #fff;
}

.hero-bg-image {
  background-image: url('images/banner-img.jpg');
  background-size: cover;
  background-position: center;
  padding: 14% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-bg-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-header,
.summarise-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  z-index: 9;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.hero-heading-text {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
  margin-bottom: 30px;
}

.hero-subheading-text {
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -28px;
  font-weight: 400;
  left: 5px;
  line-height: 18px;
}

.summarise-section {
  max-width: 100%;
  background-color: #ac0d30;
  padding: 160px;
  position: relative;
  background-image: url(images/bg-degree.svg), url(images/bg-circles.png), url(images/bg-circles.png);
  background-repeat: no-repeat;
  background-size: 100px, 420px, 420px;
  background-position: 5% 70%, 18% -110px, right 180px;
}

.summarise-details {
  width: 100%;
  max-width: 950px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}

.summarise-details-list-upper {
  background: #fff;
  padding: 50px 10px;
  border-radius: 8px;
  min-height: 200px;
  flex-direction: column;
}

.summarise-details-list-item {
  min-width: 220px;
}

.summarise-details-icon img {
  max-width: 40px;
}

.summarise-details-list {
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  align-items: flex-start;
}

.summarise-details-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  max-width: 150px;
  margin: 10px auto 0;
}

.summarise-details-para,
.summarise-details-para a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 20px;
}

.our-story {
  background: #f8f4f0;
}

.our-story-inner {
  gap: 80px;
}

.our-story-left,
.our-story-right {
  flex: 50%;
}

.our-story-image img {
  /* max-width: 55%; */
}

.our-story-tagline {
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 8px;
}

.our-story-heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}

.our-story-text {
  font-size: 16px;
  line-height: 28px;
  max-width: 550px;
  margin-bottom: 40px;
  font-weight: 300;
  position: relative;
  padding-left: 46px;
}

.our-story-text:before {
  content: '';
  position: absolute;
  border: 1px solid #ac0d30;
  width: 2px;
  height: 80%;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  left: 20px;
}

.our-story-keypoints {
  justify-content: flex-start;
  gap: 45px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.our-story-keypoints-list {
  flex: 1 1 45%;
  gap: 10px;
  justify-content: flex-start;
}

.our-story-keypoints-icon {
  width: 48px;
  height: 46px;
  padding: 10px;
  border: 1px solid #ac0d30;
  border-radius: 100%;
  justify-content: center;
}

.our-story-keypoints-heading {
  font-size: 12px;
  margin-bottom: 6px;
}

.our-story-keypoints-para {
  font-size: 12px;
  letter-spacing: 0;
  max-width: 200px;
}

.academics-program {
  background: #fefdfb;
}

.academics-program-inner {
  gap: 140px;
}

.academics-program-left {
  flex: 1 1 35%;
}

.academics-program-heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}

.academics-program-subheading {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  font-weight: 300;
  position: relative;
  padding-left: 36px;
}

.academics-program-subheading:before {
  content: '';
  position: absolute;
  border: 1px solid #ac0d30;
  width: 2px;
  height: 80%;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  left: 10px;
}


.academics-program-layout {
  justify-content: center;
  gap: 30px;
  max-width: 900px;
  margin: auto;
  flex-wrap: wrap;
  text-align: center;
}

.academics-program-list {
  border-radius: 8px;
  background: #f8f4f0;
  flex: 1 1 30%;
}

.academics-program-image {
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #ac0d30;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

.academics-program-image img {
  max-width: 40px;
}

.academics-program-text {
  padding: 0 20px;
}

.academics-program-list-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}


.academics-program-list-description {
  font-size: 12px;
  margin-bottom: 10px;
}

button.view-more {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.academics-program-list:hover .base-button.view-more {
  background-color: #ac0d30;
  color: #fff;
  border-color: #ac0d30;
}

.enrollment-left {
  flex: 1 1 60%;
  position: relative;
}

.enrollment-left:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.enrollment-right {
  flex: 1 1 40%;
  position: relative;
  background: #ac0d30;
  padding: 20% 0;
}

.enrollment-form {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  position: absolute;
  max-width: 650px;
  left: -45%;
  top: -5px;
  width: 100%;
}

.enrollment-form-heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

.enrollment-form-fields {
  flex-direction: column;
  padding: 22px 55px 0;
  gap: 15px;
  align-items: flex-start;
}

.enrollment-form-input,
.enrollment-form-textarea {
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 0;
  margin-bottom: 12px;
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid #eaeaea;
  transition: all ease 0.2s;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.enrollment-form-input:focus,
.enrollment-form-textarea:focus {
  border-color: #ac0d30;
  outline: none;
}

::placeholder {
  color: #000;
}

.enrollment-form-input:focus::placeholder,
.enrollment-form-textarea:focus::placeholder,
option {
  color: #ac0d30;
}


.testimonial {
  width: 100%;
  text-align: center;
  flex-direction: column;
  background: #f8f4f0;
}

.testimonial__tagline {
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}

.testimonial-heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 60px;
}

.testimonial-content {
  gap: 10px;
}

.testimonial-content__text {
  font-size: 18px;
  line-height: 30px;
  flex: 1 1 70%;
  font-weight: 300;
  text-align: left;
  position: relative;
  padding: 50px;
}

.testimonial-content__text:before,
.testimonial-content__text:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url('../assets/images/quotes.svg');
}

.testimonial-content__text:after {
  top: auto;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.testimonial-content__author {
  flex: 1 1 30%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial-author__image {
  position: relative;
  padding: 40px;
}

.testimonial-author__image:before {
  content: '';
  position: absolute;
  background: #ac0d30;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  left: 30px;
  top: 20px;
  z-index: -1;
}

.testimonial-author__image img {
  max-width: 230px;
  border-radius: 100%;
  margin-bottom: 10px;
  border: 15px solid #ac0d30;
}

.testimonial-author__star {
  background-image: url(images/star-icon.svg);
  width: 150px;
  height: 30px;
  background-size: 30px;
}

.testimonial-author__details {
  flex-direction: column;
  margin: 20px 0 0;
  align-items: flex-end;
}

.testimonial .owl-prev span,
.testimonial .owl-next span {
  font-size:0;
  position: relative;
}

.testimonial .owl-prev,
.testimonial .owl-next {
  position: absolute;
  top: -90px;
  left: 0;
  bottom: 0;
  margin: auto;
}

.testimonial .owl-next {
  left: auto;
  right: 0;
}

.testimonial .owl-prev span:after,
.testimonial .owl-next span:after {
  content: '';
  position: absolute;
  background-image: url(images/left-arrow.svg);
  background-size: 30px;
  width: 50px;
  height: 50px;
  left: -40px;
  background-color: #ac0d30;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .45);
}

.testimonial .owl-next span:after {
  transform: rotate(180deg);
  left: 10px;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background: #ac0d30;
}

.contact-us {
  background: #ac0d30;
  color: #fff;
  background-image: url(images/bg-circles.png), url(images/bg-circles.png);
  background-repeat: no-repeat;
  background-size: 380px, 380px;
  background-position: 12% -110px, right 100px;
}

.contact-us-inner {
  max-width: 900px;
  margin: auto;
  width: 100%;
}

.contact-us-left {
  flex: 1 1 70%;
}

.contact-us-heading {
  flex-direction: column;
  align-items: flex-start;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.contact-us-subheading {
  font-size: 10px;
  font-style: italic;
  display: inline-block;
  text-transform: uppercase;
}

.contact-us-right {
  flex-direction: column;
  flex: 1 1 30%;
  align-items: flex-start;
  gap: 5px;
  font-weight: 300;
}

.contact-us-right span {
  gap: 10px;
}

.contact-us-right a {
  color: #fff;
  font-size: 14px;
}

.contact-us-right img {
  max-width: 40px;
}

.contact-us-phone img {
  max-width: 30px;
}







.footer {
  background: #ac0d30;
  border-top: 2px solid #c14a5d;
  padding: 10px 0;
  display: flex;
  position: relative;
}

.footer .container {
  flex-direction: row;
  align-items: center;
}

.footer .logo-img {
  background: url(images/logo-svg-white.svg) no-repeat;
  width: 110px;
  display: block;
  height: 30px;
  background-size: 110px;
}

.footer .right-section .social-icons-item svg {
  color: #000;
}

.footer .logo-img svg {
  width: 110px;
  height: 110px;
}

.footer i {
  font-size: 18px;
}

.footer i::before {
  color: #fff;
}





/* @media only screen and (max-width:1200px) {

  .summarise-details {
    bottom: 35px;
  }
}

@media only screen and (max-width:1024px) {

  .hero-bg-image {
    padding: 20% 0;
  }

  .hero-heading-text {
    font-size: 52px;
    line-height: 54px;
    margin-bottom: 50px;
  }

  .summarise-details {
    bottom: 35px;
    max-width: 600px;
  }

  .summarise-details-heading {
    margin-bottom: 5px;
  }

  .summarise-details-para,
  .summarise-details-para a {
    line-height: 20px;
  }

  .service-section {
    margin: 40px auto;
  }

  .service-accordion-content-text {
    max-width: 670px;
  }

  .service-accordion-content__subheading {
    margin-bottom: 20px;
  }

  .service-section-inner .book-appointment-btn {
    margin-top: 30px;
  }

  .our-story__inner {
    padding: 40px 20px;
  }

  .our-story__image {
    text-align: left;
  }

  .our-story__image img {
    max-width: 85%;
  }

  .our-story__text {
    margin-bottom: 20px;
  }

  .contact-us__inner {
    margin: 40px auto;
  }

  .contact-us__list-item {
    flex: 1 1 33%;
  }

  .book-appointment {
    padding: 60px 0 40px;
  }

}


@media only screen and (max-width: 640px) {

  .base-button {
    height: 42px;
    font-size: 12px;
    line-height: 40px;
    max-width: 195px;
  }

  .header {
    padding: 0 22px;
  }

  .header .left-section {
    text-align: center;
  }

  .header .right-section {
    display: none;
  }

  .hero-header {
    padding-top: 100px;
  }

  .hero-bg-image {
    background-position: left;
    padding: 22% 0 10%;
  }

  .hero-heading-text {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 70px;
    padding: 0 22px;
  }

  .hero-header-buttons {
    flex-direction: column;
  }

  .hero-section .book-btn {
    margin: 0 0 16px 0;
  }

  .summarise-section {
    display: none;
  }

  .service-section {
    margin: 40px auto;
  }

  .service-heading {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 45px;
  }

  .service-accordion {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
  }

  .service-accordion__val {
    font-size: 12px;
    margin-right: 18px;
    margin-bottom: 8px;
  }

  .service-accordion-content__heading {
    font-size: 14px;
  }

  .service-accordion-content__price {
    font-size: 13px;
  }

  .service-accordion-content__subheading {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .service-accordion__val:last-child {
    margin-right: 0;
  }

  .service-accordion__val:nth-child(n+5) {
    margin-bottom: 0;
  }

  .service-accordion-content__inner {
    padding: 0 25px;
  }

  .service-accordion-content__list {
    align-items: center;
    flex: 1 1 100%;
    margin-bottom: 16px;
  }

  .service-section-inner .book-appointment-btn {
    margin-top: 40px;
  }

  .service-accordion-content__half {
    flex-direction: column;
    gap: 0;
  }

  #tab3 .service-accordion-content__half {
    flex-direction: unset;
  }

  .service-accordion-content__text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  #tab6 .service-accordion-content__half-inner:last-child {
    margin-top: 20px;
  }

  .our-story__inner {
    flex-direction: column;
    background: transparent;
    padding: 0;
    position: relative;
  }

  .our-story__image img {
    max-width: 100%;
  }

  .our-story__right {
    position: absolute;
    background: rgb(0, 0, 0, 0.3);
    padding: 37px 42px;
    color: #fff;
    top: 0;
    bottom: 0;
    height: 99%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .our-story__text {
    font-size: 18px;
    line-height: 30px;
  }

  .contact-us__inner {
    margin: 40px auto;
  }

  .contact-us__list {
    align-items: center;
    flex-direction: column;
  }

  .contact-us__list-item {
    margin-bottom: 20px;
  }

  .contact-us__list svg {
    margin-bottom: 6px;
  }

  .contact-us__heading {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 6px;
  }

  .contact-us__para,
  .contact-us__para a {
    font-size: 14px;
  }

  .book-appointment {
    padding: 40px 0 60px;
  }

  .book-appointment__heading {
    font-size: 30px;
    line-height: 38px;
  }

  .book-appointment__text {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .footer {
    padding: 0 20px 0 8px;
  }

  .footer .logo-img svg {
    width: 70px;
    height: 70px;
  }

  .footer .right-section .social-icons {
    margin: 0;
  }

  .footer i {
    font-size: 16px;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .spacer {
    padding: 50px 0;
  }

  .header .left-section {
    flex: 1 1 30%;
  }

  .header .right-section {
    flex: 1 1 70%;
  }
  
  .hero-bg-image {
    padding: 25% 0;
  }

  .hero-header {
    width: 90%;
  }

  .hero-heading-text {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .hero-subheading-text {
    top: -38px;
  }

  .summarise-details {
    width: 95%;
  }

  .summarise-details-list {
    gap: 10px;
  }

  .summarise-details-list-item {
    min-width: 175px;
  }

  .summarise-details-list-upper {
    padding: 40px 10px;
    min-height: 182px;
  }

  .summarise-details-heading {
    font-size: 12px;
    line-height: 14px;
  }

  .summarise-details-para,
  .summarise-details-para a {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }

  .our-story-inner {
    gap: 30px;
  }

  
  .our-story-heading,
  .academics-program-heading,
  .testimonial-heading {
    font-size: 34px;
    line-height: 36px;
  }
  
  .our-story-text,
  .academics-program-subheading,
  .testimonial-content__text {
    font-size: 14px;
    line-height: 22px;
  }

  .our-story-keypoints {
    justify-content: flex-start;
    gap: 20px;
  }

  .our-story-keypoints-list {
    flex: 1 1 43%;
  }

  .our-story-keypoints-icon {
    width: 68px;
  }

  .our-story-keypoints-heading,
  .our-story-keypoints-para {
    font-size: 11px;
  }

  .academics-program-inner {
    flex-direction: column;
    gap: 40px;
  }

  .academics-program-layout {
    align-items: flex-start;
  }

  .academics-program-image {
    padding: 30px 10px;
    margin: 0 0 10px;
  }

  .academics-program-list-heading {
    font-size: 12px;
    margin: 0;
  }

  .testimonial-heading {
    margin-bottom: 10px;
  }

  .testimonial .owl-prev span:after,
  .testimonial .owl-next span:after {
    background-size: 20px;
    width: 35px;
    height: 35px;
    left: -10px;
  }

  .testimonial .owl-next span:after {
    left: -30px;
  }

  .testimonial-author__image {
    padding: 40px 10px;
  }

  .testimonial-author__image:before {
    left: 0;
  }

  .contact-us-heading {
    font-size: 26px; 
  }

}

@media only screen and (max-width: 767px) {

  .show-for-small-only {
    display: block;
  }

  .spacer {
    padding: 40px 0;
  }

  .container {
    padding: 0 15px;
  }

  .base-button {
    height: 34px;
    font-size: 12px;
    line-height: 32px;
  }

  body.overlay {
    position: relative;
  }

  body.overlay:before {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 999;
  }

  .hamburger {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    display: none;
  }

  .hamburger-icon {
    border-bottom: 2px solid #000;
    width: 30px;
    display: block;
    margin-bottom: 6px;
  }

  .hamburger-icon:last-child {
    margin: 0;
  }

  .header {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }

  .header .left-section .logo {
    display: flex;
    justify-content: center;
    padding: 6px 0;
  }

  .header .left-section .logo-img {
    background: url(images/logo-svg-red.svg) no-repeat;
    background-size: 140px;
    height: 40px;
  }

  .header.headerScroll .left-section .logo-img {
    height: 35px;
    width: 120px;
  }

  .header .right-section {
    align-items: flex-start;
    position: fixed;
    height: 100vh;
    background: #ac0d30;
    width: 70vw;
    flex: 1 1 100%;
    right: 0;
    top: 0px;
    transition: all ease 0.3s;
    transform: translateX(1000px);
  }

  .header .right-section.slide {
    transform: translateX(0);
  }

  .navigation-menu {
    flex-direction: column;
    width: 100%;
  }

  .navigation-list {
    margin: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 15px 10px;
  }

  .navigation-item {
    color: #fff;
  }

  .hero-bg-image {
    padding: 20% 0;
  }

  .hero-header {
    padding: 0 15px;
    top: 30px;
  }

  .hero-heading-text {
    font-size: 36px;
    line-height: 38px;
  }

  .hero-subheading-text {
    font-size: 10px;
    top: -28px;
    left: 5vw;
    line-height: 14px;
  }

  .summarise-section {
    background-position: 15% 70%, 18% -34vh, right 82vh;
    padding: 30px 15px;
  }

  .summarise-details {
    position: static;
  }

  .summarise-details-heading {
    font-size: 12px;
    line-height: 14px;
  }

  .summarise-details-list {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 35px 15px;
  }

  .summarise-details-list-item {
    flex: 1 1 45%;
    min-width: auto;
  }

  .summarise-details-para,
  .summarise-details-para a {
    font-size: 12px;
    margin-top: 6px;
  }

  .summarise-details-list-upper {
    min-height: 150px;
    padding: 30px 10px;
  }

  .our-story-inner {
    flex-direction: column;
    gap: 20px;
  }

  .our-story-keypoints-para {
    max-width: 100%;
  }

  .our-story-keypoints-icon {
    flex: 1 1 24%;
    max-width: 50px;
  }

  .our-story-keypoints-text {
    flex: 1 1 76%;
  }

  .our-story-keypoints-icon img {
    max-width: 25px;
  }

  .academics-program-heading,
  .our-story-heading,
  .testimonial-heading {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .academics-program-subheading,
  .our-story-text {
    font-size: 14px;
  }

  .academics-program-layout {
    align-items: flex-start;
    gap: 20px;
  }

  .academics-program-inner {
    gap: 0px;
    flex-direction: column;
  }

  .academics-program-image {
    margin: 0 auto 15px;
    min-height: 130px;
    padding: 15px;
  }

  .academics-program-text {
    padding: 0 10px;
  }

  .academics-program-list-heading {
    font-size: 12px;
  }

  .testimonial-content {
    gap: 0px;
    flex-direction: column;
  }

  .testimonial-author__image {
    padding: 10px;
    width: 100%;
  }

  .testimonial-author__image img {
    border: 8px solid #ac0d30;
    max-width: 150px;
    margin: auto;
  }

  .testimonial-author__image:before {
    width: 100px;
    height: 100px;
    left: 100px;
    top: 0px;
  }

  .testimonial-content__text {
    font-size: 14px;
    line-height: 25px;
    flex: 1 1 100%;
    padding: 0 20px;
  }

  .testimonial-content__text:before{
    top: -40px;
    left: 0px;
  }

  .testimonial-content__text:after {
    bottom: 50px;
  }

  .testimonial-author__star {
    width: 100px;
    height: 20px;
    background-size: 20px;
  }

  .testimonial .owl-nav {
    display: none;
  }

  .contact-us {
    background-size: 160px, 160px;
    background-position: 112% -90px, left 160px;
  }

  .contact-us-heading {
    font-size: 18px;
  }

  .contact-us-inner {
    flex-direction: column;
    gap: 30px;
  }

  .contact-us-right {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }

  .contact-us-right a {
    font-size: 12px;
  }

  .contact-us-phone img {
    max-width: 25px;
  }

}