@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@font-face {
  font-family: "Roswell Four ITC";
  src: url("../fonts/Roswell-Four-ITC-Regular.woff2") format("woff2"),
    url("../fonts/Roswell-Four-ITC-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* common css start */

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --blue-bg: #f4f7f8;
  --black: #151515;
  --dark-text: #c4c4c4;
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul li {
  list-style: none;
}
html {
  font-size: 10px !important;
}

a {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  overflow-x: hidden;
  counter-reset: section;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.container {
  width: 79%;
  max-width: 1920px;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.hidden {
  display: none;
}
.text-white,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white span,
.text-white h3,
.text-white p,
.text-white label {
  color: #fff;
}
.text-black {
  color: var(--black);
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-end {
  justify-content: end;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: end;
}
.grid {
  display: grid;
}
.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.col-gap-5 {
  grid-column-gap: 5rem;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33.3%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-full {
  width: 100% !important;
}
.h-full {
  height: 100%;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-15 {
  margin-top: 1.5rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-25 {
  margin-top: 2.5rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-35 {
  margin-top: 3.5rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mt-12 {
  margin-top: 12rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-5 {
  margin-right: 5rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
section {
  overflow-x: clip;
  max-width: 1920px;
  margin: 0 auto;
  counter-reset: section;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-end {
  text-align: end;
}
.font-bold,
strong,
b {
  font-weight: 500;
}
.font-thin {
  font-weight: 300;
}
/* project css start */
h1 {
  font-size: 8rem;
  line-height: 1;
}

h2 {
  font-size: 6.5rem;
  line-height: 1.2;
  color: #5c5c5c;
}
h3 {
  font-size: 4.5rem;
  line-height: 1.2;
  color: #a59a90;
}
h4 {
  font-size: 3.4rem;
  line-height: 1.3;
  color: #5c5c5c;
}
h5 {
  font-size: 3rem;
  font-weight: 600;
  color: #333333;
}
h6 {
  font-size: 2.5rem;
  color: #565656;
}
h1,
h2 {
  letter-spacing: -0.3rem;
}
p,
li {
  font-size: 2rem;
  line-height: 1.6;
  color: #636363;
  letter-spacing: -0.03rem;
}

.bg-white {
  background: #fff;
}
.bg-black {
  background: var(--black);
}
.bg-dark-black {
  background-color: #000000;
}
.bg-blue {
  background: var(--blue-bg);
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 8rem;
}

.mt-7 {
  margin-top: 7rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mr-5 {
  margin-right: 5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.d-none {
  display: none;
}
input,
textarea,
select {
  border: none;
  outline: none;
  background: transparent;
}
.uppercase {
  text-transform: uppercase;
}

.comm-padding {
  padding: 17rem 0;
}
.comm-padding.pb-0 {
  padding-bottom: 0;
}
.small-text {
  font-size: 1.8rem;
}
.card-heading,
.big-para {
  font-size: 2.4rem;
  font-weight: 500;
}
.block {
  display: block;
}
.overflow-hidden {
  overflow: hidden;
}
.capitalize {
  text-transform: capitalize;
}
h2 span {
  display: inline-block;
}
/*========== homepage ================*/
.home-banner-bg {
  padding-bottom: 30rem;
}
.banner-animation {
  animation: home-bg-animation linear 25s infinite;
  transition: background-image 1.5s ease-in-out;
}
@keyframes home-bg-animation {
  0% {
    background-position: 34% 100%;
  }
  50% {
    background-position: 98% 100%;
  }
  100% {
    background-position: 34% 100%;
  }
}

.home-banner .heading-box {
  padding: 25rem 0 23rem;
}
.home-banner .heading-box p {
  font-weight: 300;
  font-size: 2.4rem;
}
.btn {
  padding: 1.7rem 3.5rem;
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 4.5rem;
  transition: 0.5s;
  font-weight: 500;
  position: relative;
  overflow: clip;
  background-color: #fff;
  color: #181818;
}
.btn img {
  width: 1.3rem;
  margin-left: 5rem;
  transition: 0.5s;
}
.hp-banner-btn img {
  margin-left: 7rem;
}
.btn span {
  z-index: 2;
  position: relative;
}
.btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: all 0.35s;
}
.black-btn:after {
  background: #fff;
}
.btn:hover {
  color: #fff;
}
.black-btn:hover {
  color: #000;
}
.black-btn {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.bg-black .black-btn {
  background-color: transparent;
  border-color: #fff;
}
.bg-black .black-btn:hover,
.bg-black .black-btn:hover span {
  color: #000;
}
.btn:hover img {
  filter: brightness(0) invert(1);
  z-index: 2;
  position: relative;
  transform: rotate(45deg);
}
.black-btn:hover img {
  filter: brightness(0) invert(0);
}
.btn:hover:after {
  width: 100%;
}
.hp-banner-btn {
  background-color: #00000094;
}
.scroll-down span {
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.scroll-down img {
  width: 2.5rem;
  object-fit: scale-down;
  transform: rotate(-90deg);
  margin-right: 5rem;
}
.scroll-down {
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  width: max-content;
}
.recognized-section .content {
  background-color: #f1e4d6;
  border-radius: 5rem;
  padding: 12rem;
}
.recognized-section .content .text-box {
  width: 65%;
}
.recognized-section .content .img-container {
  width: 27%;
}
.recognized-section .content .text-box img {
  width: 23rem;
}
.design-excellence {
  background-color: #151515;
  margin-top: -15rem;
  padding: 17rem 0;
  border-radius: 8rem 8rem 0 0;
  position: relative;
}
.design-excellence p {
  color: #c4c4c4;
}
.design-excellence h4 {
  color: #fff;
  margin-bottom: 2rem;
  width: 90%;
}
.design-excellence ul {
  margin-top: 13rem;
}
.design-excellence ul li {
  width: 44%;
  margin-bottom: 8rem;
  padding-top: 5rem;
  border-top: 1px solid #d9d9d967;
}

.design-excellence ul li .inner {
  display: flex;
  align-items: start;
}
.design-excellence ul li img {
  width: 13rem;
  object-fit: scale-down;
  margin-right: 6rem;
}
.design-excellence ul li .inner .text-box {
  width: 61%;
}
.courses-section.comm-padding {
  padding-top: 0;
}

.course-tab-btn,
.testimonial-tab-btn {
  padding: 1.4rem 4rem;
  font-size: 1.8rem;
  border-radius: 4rem;
  border: 1px solid #000;
  transition: 0.5s;
  margin-right: 3rem;
}
.course-tab-btn.active,
.course-tab-btn:hover,
.testimonial-tab-btn:hover,
.testimonial-tab-btn.active {
  background-color: #000;
  color: #fff;
}
/* .tab-content-container {
  width: 135%;
} */

.courses-container li {
  /* width: 24%; */
  margin-right: 5rem;
  padding-top: 4rem;
  border-top: 1px solid #2a2a2a;
  position: relative;
}
.courses-container.hp-course-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.courses-container.hp-course-slider .slick-list {
  margin: 0 -2.5rem;
}
.courses-container.hp-course-slider li {
  margin: 0 2.5rem;
}
.courses-container.hp-course-slider h4 {
  font-size: 3.2rem;
  min-height: 8rem;
}
.slide-course li.slick-slide {
  margin-right: 5rem;
}
.courses-container li .heading {
  display: flex;
  justify-content: space-between;
}
.courses-container li .heading img {
  width: 3rem;
  object-fit: scale-down;
  transition: 0.5s;
}
.courses-container li p {
  color: #797979;
  margin-bottom: 2rem;
}
.courses-container li h4 {
  margin-bottom: 3rem;
  letter-spacing: -0.02rem;
  font-size: 2.8rem;
  min-height: 8rem;
}
.tab-content {
  display: none;
}
.tab-content-container .tab-content:first-of-type {
  display: block;
}
.tab-content-container li .img-box img {
  filter: grayscale(100%);
  transition: ease-in-out 0.2s;
}
.tab-content-container li:hover .img-box img {
  filter: grayscale(0);
}
.courses-container li:hover .heading img {
  transform: rotate(45deg);
}
.slide-btn .slick-prev::before,
.slide-btn .slick-next::before {
  display: block;
  content: "";
}
.slide-btn .slick-prev,
.slide-btn .slick-next {
  font-size: 0;
  background: url("../images/slider-left-arrow.webp") no-repeat center;
  background-size: contain;
  width: 9.6rem;
  height: 9.6rem;
  object-fit: scale-down;
  border: none;
  position: absolute;
  top: -32rem;
  left: 131rem;
}

.slide-btn .slick-prev {
  top: -25.5rem;
}

.bg-blue .slide-btn .slick-prev,
.bg-blue .slide-btn .slick-next {
  background: url("../images/slick-thin-left-white-bg-btn.webp") no-repeat
    center;
  background-size: contain;
  width: 11rem;
  height: 11rem;
}
.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
  filter: invert(50%);
}
.slide-btn .slick-next {
  transform: rotate(-180deg);
  left: 145rem;
}
.bg-blue .slide-btn .slick-next {
  left: 143rem;
}
.hp-course-slider.slide-btn .slick-next {
  left: unset;
  right: 11%;
}
.hp-course-slider.slide-btn .slick-prev {
  top: -27rem;
  left: unset;
  right: 18%;
}

.heading-with-arrow {
  display: flex;
  flex-wrap: wrap;
}
.heading-with-arrow .heading-box {
  flex: 1;
  padding-right: 10rem;
}
.circle-arrow {
  width: 9.6rem;
  height: 9.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-left: 20px;
}
.black-arrow {
  border-color: #333333;
}
.white-arrow {
  border-color: #ffffff;
}
.white-arrow:hover {
  background-color: #ffffff;
}
.white-arrow:hover img {
  filter: none;
}
.black-arrow:hover {
  background-color: #333333;
}
.black-arrow:hover img,
.white-arrow img {
  filter: invert(1);
}
.circle-arrow img {
  max-width: 4rem;
  object-fit: contain;
  transition: all 0.4s ease;
}
.divider-btn > span {
  display: inline-block;
  width: 38%;
  height: 1px;
  background-color: #a1a1a1;
}
.divider-btn .btn {
  border: 1px solid #000;
}
.top-10-marqee-section.comm-padding {
  padding: 14rem 0;
}
.top-10-marqee-section .marquee-element {
  text-align: center;
  margin-right: 5rem;
  width: 25%;
}
.top-10-marqee-section .marquee-element img {
  width: 23rem;
  margin-bottom: 3rem;
}
.top-10-marqee-section .marquee-element p.heading {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #696969;
  margin-bottom: 1rem;
}
.top-10-marqee-section .marquee-element p.para {
  font-size: 2.4rem;
  color: #6d7175;
}
.accordion-content {
  display: none;
}
.select-course-accordion .accordion-block {
  position: relative;
  padding: 4.5rem 0;
}
.select-course-accordion .accordion-block:not(:last-child) {
  border-bottom: 1px solid #ababab;
}
.select-course-accordion .accordion-heading:after {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-family: "Roswell Four ITC";
  font-size: 4.5rem;
  color: #a59a90;
  position: absolute;
  right: 0;
  top: 4.5rem;
}
.select-course-accordion .accordion-content {
  padding-top: 3rem;
}
.start-course-journey .right-side {
  width: 43%;
}
.start-course-journey .right-side > div {
  padding: 8rem 7rem 50rem 7rem;
  border-radius: 3rem;
}
.about-bim .start-course-journey .right-side > div {
  max-height: 83rem;
}
.start-course-journey .right-side > div h3,
.start-course-journey .right-side > div p {
  color: #fff;
}
.start-course-journey .right-side > div h3 {
  margin-bottom: 2rem;
  font-weight: 500;
}

.section-top-border {
  padding-top: 14rem;
  border-top: 1px solid #a1a1a1;
}
.section-bottom-border {
  padding-bottom: 14rem;
  border-bottom: 1px solid #a1a1a1;
}
.marquee-text span {
  font-size: 9rem;
  color: #fff;
  font-weight: 700;
  width: max-content !important;
  text-transform: uppercase;
  letter-spacing: -0.6rem;
}

.marquee-text .slick-track {
  display: flex;
  align-items: center;
}
.marquee-text img {
  width: 16rem !important;
  margin: 0 3rem;
}
.our-excellence .heading-box p,
.our-excellence .heading-box * {
  color: #c4c4c4;
  text-align: justify;
}
.our-excellence .heading-box strong,
.our-excellence .heading-box b {
  font-weight: 600;
}
.our-excellence .heading-box ul {
  padding-left: 2rem;
}
.our-excellence .heading-box li {
  list-style: disc;
  margin: 10px 0;
}
.excellence-slider {
  width: 155%;
}
.excellence-slider .slick-slide {
  margin-right: 5rem;
}
.our-excellence .divider-btn .btn {
  border: 1px solid #fff;
  background-color: transparent;
}
.excellence-slider.slide-btn .slick-prev,
.excellence-slider.slide-btn .slick-next {
  background: url("../images/our-excellence-slide-btn.webp") no-repeat center;
  background-size: contain;
  top: -22rem;
}

.excellence-slider.slide-btn .slick-prev {
  top: -17rem;
}
.students-portfolio .text-box {
  width: 42%;
}
.students-portfolio .scrolling-images {
  width: 50%;
}
.students-portfolio .scrolling-images .rolling-top,
.students-portfolio .scrolling-images .rolling-bottom {
  width: 49%;
}
.students-portfolio .scrolling-images .rolling-top img,
.students-portfolio .scrolling-images .rolling-bottom img {
  width: 100%;
}
.success-stories .student-story {
  width: 31%;
  padding: 5rem;
  background-color: #f4f7f8;
}
.testimonial-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.success-stories .student-story > img,
.testimonial-quote {
  width: 11rem;
  object-fit: scale-down;
  margin-bottom: 4rem;
}
.success-stories .student-story p {
  font-size: 2.4rem;
  color: #000;
}
.success-stories .student-story .meta .name,
.review-item-text .name {
  color: #5c5c5c;
  font-weight: 600;
}
.success-stories .student-story .meta .designation {
  font-size: 1.6rem;
  font-weight: 500;
}
.success-stories .student-story .student-info,
.review-item-text .student-info {
  padding: 2rem 0;
  margin-top: 4rem;
  border-top: 1px solid #d9d9d9;
}
.success-stories .student-story .student-info img,
.review-item-text .student-info img {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
  margin-right: 2rem;
  border-radius: 50%;
}
.students-portfolio {
  overflow: hidden;
}
.scrolling-images .rolling-bottom,
.scrolling-images .rolling-top {
  width: 50%;
}
.scrolling-images .rolling-bottom .slick-slide {
  transform: rotate(180deg);
}
.scrolling-images .rolling-bottom > div {
  transform: rotate(180deg);
  padding-top: 40px;
}
.contact-bar {
  padding: 7rem 0;
}
.contact-bar .input-field:not(:last-child) {
  margin-right: 5rem;
}
.contact-bar .input-field input,
.contact-bar .input-field select {
  width: 100%;
  border: 1px solid #000;
  padding: 3rem 2rem;
  border-radius: 0.8rem;
  font-size: 2rem;
  color: #444444;
}
.contact-bar .input-field {
  width: 15%;
}
.contact-bar .input-field.select {
  width: 25%;
}
.contact-bar label img {
  width: 2rem;
  object-fit: scale-down;
}
.contact-bar label span {
  font-size: 1.6rem;
  color: #444444;
  margin-left: 1.5rem;
  font-weight: 500;
}
.contact-bar .btn {
  padding: 1.7rem 5.5rem;
}

.job-placement h2,
.job-placement p,
.job-placement .stats span {
  color: #fff;
}
.job-placement .stats span {
  font-size: 4.5rem;
  font-weight: 600;
}
.job-placement .stats p {
  font-size: 1.8rem;
  width: 50%;
  margin-left: 2rem;
  line-height: 1.4;
}
.job-placement .btn {
  margin-right: 3rem;
}

.job-placement .divider-btn p {
  font-size: 1.6rem;
}
.job-placement .divider-btn span {
  width: 43%;
}
.job-placement .companies-list {
  padding: 5rem 0 7rem;
}
.job-placement .companies-list img {
  width: 8rem;
  object-fit: scale-down;
}
.job-placement .companies-list span {
  font-weight: 600;
  border-bottom: 1px solid #fff;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
}
.your-guide .guidance-list {
  columns: 2;
}
.your-guide .guidance-list li {
  width: 90%;
  margin-bottom: 8rem;
  padding-top: 5rem;
  border-top: 1px solid #15151557;
  padding-left: 4rem;
}
.your-guide .guidance-list li h4 {
  color: #a59a90;
  position: relative;
}
.your-guide .guidance-list li a {
  text-decoration: underline;
}

.your-guide .guidance-list li h4:before {
  display: block;
  content: "Q.";
  font-size: 3.4rem;
  position: absolute;
  left: -4rem;
}
.admission-faq .guidance-list li h4:before {
  color: #181818;
}
footer {
  position: relative;
}
footer .container {
  width: 90%;
}
footer .links-part {
  padding: 11rem 0 7rem;
}

footer .newsletter form {
  position: relative;
}
footer .newsletter label {
  display: none;
}
footer .links-part .connect-with-us input {
  font-size: 2.2rem;
  color: #fff;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding: 1rem 4rem 3rem 0;
  border-radius: 0;
}
footer .links-part .connect-with-us input::placeholder {
  color: #fff;
  font-size: 2.2rem;
}
footer .links-part .connect-with-us input.tnp-submit {
  border: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
footer .newsletter .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
}
footer .newsletter .tnp-field-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/footer-email-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}

footer .links-part .connect-with-us .newsletter img {
  width: 2rem;
}
footer .links-part .social-links img {
  width: 4rem;
  object-fit: scale-down;
  margin-right: 2rem;
}
footer .links-part .social-links img:hover {
  transform: scale(1.1);
}
footer .footer-link-heading p {
  font-size: 2.2rem;
  color: #6b6b6b;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
footer .company-links-container:first-child {
  width: 16%;
}
footer .company-links-container {
  width: 23%;
}
footer .our-contacts {
  width: 25%;
}
footer .footer-links a {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.8rem;
  transition: 0.5s;
}
footer .footer-links a:hover,
footer .footer-bottom a:hover {
  text-decoration: underline;
  color: #a59a90;
}
footer .our-contacts img {
  width: 2rem;
  object-fit: scale-down;
  margin-right: 1.4rem;
  margin-top: 1rem;
}
footer .our-contacts .footer-text p,
footer .our-contacts .footer-text a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
}
footer .our-contacts .contact {
  margin-bottom: 2rem;
  align-items: start;
}
footer .text-box {
  padding: 8rem 0;
  border-top: 1px solid #d9d9d9;
  display: none;
}
footer .text-box h2 {
  font-size: 5rem;
  color: #fff;
}
footer .text-box p {
  font-size: 1.7rem;
  color: #858585;
  text-align: justify;
}
footer .footer-bottom {
  padding: 4rem 0;
  border-top: 1px solid #d9d9d9;
}
footer .footer-bottom p,
footer .footer-bottom a {
  font-size: 1.8rem;
  color: #fff;
}
.footer-top-section ul {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
  border-bottom: 1px solid #d9d9d98f;
}
.footer-top-section ul li {
  width: 25%;
  display: flex;
  align-items: center;
  padding: 0 7rem;
  border-left: 1px solid #d9d9d94d;
}
.footer-top-section ul li:last-child {
  border-right: 1px solid #d9d9d94d;
}
.footer-top-section ul li p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
}
.footer-top-section ul li p span {
  font-weight: 500;
}
.footer-top-section ul li img {
  height: 5.6rem;
  object-fit: scale-down;
  margin-right: 2rem;
}
/* campus-listing-page */

.campus-listing-course .courses-container {
  margin-top: -8rem;
}
.campus-listing-course .courses-container li,
.campus-listing-course .courses-container .right-side {
  width: 31.1%;
  margin-top: 8rem;
}
.campus-listing-course .courses-container .right-side h4,
.campus-listing-course .courses-container .right-side p {
  color: #fff;
}

.campus-listing-course .courses-container .right-side {
  padding: 5rem 3rem;
  border-radius: 3rem;
  min-height: 67rem;
}

.campus-listing-course .courses-container li:nth-child(3n + 3) {
  margin-right: 0;
}
.campus-listing-course .courses-container li .heading img {
  width: 3.4rem;
}
.courses-container li .img-box {
  overflow: hidden;
}
.courses-container li .img-box img {
  transition: 0.5s;
  width: 100%;
}
.courses-container li:hover .img-box img {
  transform: scale(1.1);
}
.online-course-section .img-box {
  width: 47%;
}
.online-course-section .text-box {
  width: 42%;
}
.online-course-section .img-box img {
  border-radius: 4rem;
}
/*========= course detail page ===========*/
/* Video Banner Desktop */
.video-banner-section {
  position: relative;
}
.video-banner-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 900px;
  display: block;
}
.banner-content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 30rem;
  z-index: 2;
  display: block;
}
.banner-content-box.has-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}
.video-banner-section .mobile-video {
  display: none;
}
.video-banner-section.hp-banner .scroll-down {
  position: absolute;
  bottom: 22rem;
}
/* Video Banner Desktop End */

.course-detail-banner {
  background-repeat: no-repeat;
  padding: 24rem 0 48rem;
  z-index: 9;
}
.hero-banner .quick-connect-box {
  width: 151rem;
  border-radius: 2rem;
  position: absolute;
  bottom: -8rem;
  left: 18rem;
}
.hero-banner .quick-connect-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.quick-connect-box .heading .inner,
.quick-connect-box .contact-bar {
  padding: 4.5rem 6rem;
}
.quick-connect-box .heading img {
  width: 8.5rem;
  object-fit: scale-down;
  margin-right: 2rem;
}
.quick-connect-box .heading h4 {
  color: var(--black);
  font-weight: 500;
  letter-spacing: -0.3rem;
}
.quick-connect-box .contact-bar .input-field {
  width: 20%;
  position: relative;
}
.quick-connect-box .contact-bar .wpcf7-not-valid-tip {
  position: absolute;
}
.quick-connect-box .contact-bar .wpcf7-response-output {
  text-align: center;
  margin-top: 6rem;
}
.quick-connect-box .contact-bar .wpcf7-form .submit-box p::after {
  display: none;
}
.quick-connect-box .contact-bar .wpcf7-form .submit-box input {
  padding: 2.2rem 7rem;
}
.quick-connect-box .contact-bar .wpcf7-form .submit-box input:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.input-field p {
  position: relative;
}
.input-field br,
.wpcf7-form br {
  display: none;
}
.quick-connect-box .contact-bar .input-field label {
  background-color: #fff;
  position: absolute;
  left: 2rem;
  top: -1.2rem;
  padding: 0 1rem;
  z-index: 1;
}
.quick-connect-box .contact-bar .input-field input {
  border-color: #d4d4d4;
}
.quick-connect-box .contact-bar .input-field:not(:last-child) {
  margin-right: 0;
}
.about-course.comm-padding {
  padding: 25rem 0 20rem;
}
.about-course p {
  color: #b0b0b0;
}
.dark-bg-para {
  color: var(--dark-text);
}
.about-course-usps {
  margin-top: 14rem;
}
.about-course-usps li {
  width: 31.5%;
  position: relative;
}
.about-course-usps li .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 6rem;
}
.about-course-usps li h4 {
  color: #fff;
  line-height: 1.1;
}
.about-course-usps li p {
  line-height: 1.2;
  letter-spacing: -0.09rem;
}
.about-course-usps li::before {
  display: block;
  content: "";
  background: url("../images/about-usp-before-vector.webp") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.about-course-usps li .icon-box {
  width: 28%;
}
.about-course-usps li .text-box {
  width: 68%;
}
.recognized-section.course-detail {
  background-color: #f1e4d6;
}
.course-detail .text-box img {
  display: block;
}
.three-arrows-vector img {
  width: 18rem;
}
.course-detail .text-box .vectors img:first-child {
  width: 22rem;
}
.course-detail .text-box .vectors img:nth-child(2) {
  width: 15rem;
}
.course-detail .text-box .vectors img:nth-child(3) {
  width: 10rem;
}
.eligibility-section .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eligibility-section .text-box .img-box > img {
  height: 30rem;
  object-fit: scale-down;
}
.eligibility-section .eligibility-usps {
  width: 56%;
  height: max-content;
}
.eligibility-section .eligibility-usps li,
.vlp-advantages-usp li {
  padding: 4rem 3rem;
  margin-bottom: 3.8rem;
  border-radius: 2rem;
}
.eligibility-section .eligibility-usps li {
  width: 48%;
}
.eligibility-section .eligibility-usps li img,
.vlp-advantages-usp li img {
  width: 9rem;
  object-fit: scale-down;
  height: 10rem;
}

.eligibility-section .eligibility-usps li p {
  letter-spacing: -0.05rem;
}
.course-awards-list {
  height: max-content;
}
.course-awards-list li {
  width: 47%;
  text-align: center;
  margin-bottom: 5rem;
}
.course-awards-list li img {
  max-width: 23rem;
  object-fit: contain;
}
.course-awards-list li h6 {
  font-size: 2.4rem;
  color: #696969;
  font-weight: 600;
  line-height: 1.1;
  margin: 2rem 0 1rem 0;
}
.course-outcome {
  background: url("../images/outcome-bg.webp") no-repeat center;
  background-size: cover;
  padding: 31rem 0 21rem;
}
.course-outcome .content ul {
  margin-bottom: 10rem;
  padding-left: 2rem;
}
.course-outcome .content ul li {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  margin: 18px 0;
  list-style: disc;
}
.single-online-programs.postid-529 .available-course .comm-padding,
.single-online-programs.postid-1979 .bim-student-testimonial {
  padding-top: 0;
}
.available-course .heading-box {
  width: 53%;
}
.available-course .courses-container li {
  width: 31.1%;
}
.available-course .courses-container li:nth-child(3n + 3) {
  margin-right: 0;
}

.courses-container li::after {
  counter-increment: section;
  content: "00-" counter(section);
  position: absolute;
  right: -3rem;
  bottom: 2rem;
  font-size: 1.4rem;
  color: #000;
  transform: rotate(-90deg);
}
.dual-certification .certifications li {
  padding: 8rem 14rem 8rem 21rem;
  border-radius: 2rem;
}
.dual-certification .right-side > div {
  background: url("../images/certification-bg-img.webp") no-repeat center;
  background-size: cover;
  padding-bottom: 51rem;
}
.dual-certification .certifications li:first-child {
  background: url("../images/certification-1.webp") no-repeat center;
  background-size: cover;
}
.dual-certification .certifications li:last-child {
  background: url("../images/certification-2.webp") no-repeat center;
  background-size: cover;
}
.lms-section .loop-item {
  padding-top: 10rem;
  margin-top: 10rem;
  border-top: 1px solid #dddddd;
}
.lms-section .loop-item:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
.lms-section .loop-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.lms-section .text-box {
  width: 42%;
}
.lms-section .img-container {
  width: 53%;
}
.our-process .marquee-text span {
  color: #5c5c5c;
  white-space: nowrap;
}
.our-process .process-usps li {
  width: 25%;
  padding: 6rem 3rem 3rem 4rem;
  position: relative;
  border-left: 1px solid #a1a1a1;
}

.our-process .process-usps li::before {
  display: block;
  content: "";
  position: absolute;
  background: #5c5c5c;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: -1.5rem;
  top: 0;
  counter-increment: section;
  content: counter(section);
  color: #fff;
  font-size: 1.8rem;
  padding: 0.6rem 0.6rem 0.6rem 1.2rem;
}
.our-process .process-usps li:last-child:after {
  display: block;
  content: "";
  position: absolute;
  background: #5c5c5c;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  right: -1.5rem;
  top: 0;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.6rem 0.6rem 0.6rem 1.2rem;
  background: url("../images/program-process-vector-hand.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.our-process .process-usps li:first-child::before {
  padding-left: 1.4rem;
}
.our-process .process-usps li:last-child {
  border-right: 1px solid #a1a1a1;
}
.our-process .process-usps li:last-child::after {
  background: url("../images/numbering-like.webp") no-repeat center;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
  right: -2rem;
  top: 0;
}
.our-process .process-usps li img {
  width: 13rem;
  object-fit: scale-down;
}
.our-process .process-usps li h4 {
  font-weight: 500;
}
.why-us .why-us-usps li {
  width: 44%;
  display: flex;
  padding: 5rem 3rem 5rem 3rem;
  border-top: 1px solid #15151546;
}
.why-us .why-us-usps li img {
  width: 10rem;
  object-fit: scale-down;
  margin-right: 8rem;
}
.why-us .why-us-usps li .text-box {
  width: 60%;
}
.our-faculty .member-box-container {
  margin-bottom: -5rem;
}
.our-faculty .member-box-container .slick-track {
  display: flex;
}
.our-faculty .member-box-container li.faculty-member-item {
  width: 30.6%;
  margin-bottom: 6rem;
  margin-right: 6rem;
}
.our-faculty .member-box-container li.slick-slide,
.our-faculty .member-box-container li.faculty-member-item {
  overflow: hidden;
  border-radius: 3rem;
  height: inherit;
  background: #fff;
}
.bim-detail-students-portfolio {
  background-color: #f4f7f8;
}
.bim-faculty-slider-wrapper,
.slider-wrapper {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
}
.our-faculty .bim-faculty-members.member-box-container li.slick-slide {
  margin: 0 1.5rem;
}
.our-faculty .bim-faculty-members.member-box-container .slick-list {
  margin: 0 -1.5rem;
  padding: 0 10% 0 0 !important;
}
.our-faculty .member-box-container li:nth-child(3n + 3) {
  margin-right: 0;
}
.our-faculty .member-box-container li .text-box {
  padding: 3rem;
  background: #fff;
  text-align: center;
}
.our-faculty .member-box-container li .text-box a {
  color: #666666;
  font-weight: 500;
}
.our-faculty .member-box-container li .text-box a:hover {
  color: #000000;
}
.our-faculty .member-box-container li .img-box img {
  width: 100%;
  height: 37rem;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.our-faculty .member-box-container li:hover .img-box img {
  filter: none;
}
.our-faculty .member-box-container li .text-box .meta-info {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d9d9d9;
}
.our-faculty .member-box-container li .text-box .designation {
  text-transform: uppercase;
  color: #a3a3a3;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
}
.our-faculty .member-box-container li .text-box p:last-child,
.our-faculty .member-box-container li .text-box .line-clump p,
.our-faculty .member-box-container li .text-box li {
  color: #7a7a7a;
}
.about-bim .start-course-journey .right-side .video-box {
  padding: 0;
  overflow: hidden;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*=================== bim page ===================*/
.bim-banner {
  padding: 24rem 0 40rem;
}
.bim-banner .quick-connect-box {
  box-shadow: 0rem 2rem 3rem 0rem #cccc;
}
.promise-achievements {
  padding: 25rem 0 0;
}
.design-material .title-box h2 {
  font-size: 9.2rem;
  font-weight: 700;
  color: #a7a7a7;
  letter-spacing: 0;
  text-transform: uppercase;
}
.design-material .title-box h2 span {
  color: #000;
}
.design-material .description-box p strong {
  color: #000;
  font-weight: 600;
}
.design-material .img-box img {
  border-radius: 1.5rem;
}
.accordion-item + .panel {
  display: none;
}
.expectations-from-course .expectation-list-container {
  counter-reset: section;
}
.expectations-from-course .expectation-item-block {
  padding: 4rem 0;
  border-top: 1px solid #15151557;
  position: relative;
}
.expectations-from-course .expectation-item h4,
.accordion-item h4 {
  cursor: pointer;
}
.expectations-from-course .expectation-item-block:last-child {
  border-bottom: 1px solid #15151557;
}
.expectations-from-course .expectation-item {
  padding-left: 20rem;
  position: relative;
  z-index: 22;
}
.expectations-from-course .panel {
  margin-top: 1rem;
  padding-left: 20rem;
  padding-right: 7rem;
  padding-top: 3rem;
}

.expectations-from-course .expectation-item::after {
  display: block;
  content: "";
  background: url("../images/expectation-item-icon.webp") no-repeat center;
  background-size: contain;
  width: 8rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.expectations-from-course .expectation-item::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 12rem;
  font-weight: 600;
  -webkit-text-stroke: 1px #8e8e8e;
  color: transparent;
  position: absolute;
  top: -2rem;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.expectations-from-course
  .expectation-item-block.active
  .expectation-item::before {
  opacity: 1;
}
.expectations-from-course
  .expectation-item-block.active
  .expectation-item::after {
  display: none;
}
.expectations-from-course .expectation-item-block:after,
.course-outline .outline-list-container .outline-list-item-block:after,
.course-overview .course-module .course-module-item-block::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/accordion-plus.webp") no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 4rem;
  right: 1rem;
  top: 4rem;
  transition: 0.5s;
}
.expectations-from-course .expectation-item-block.active:after {
  background: url("../images/accordion-minus.webp") no-repeat center;
  background-size: contain;
}
.about-bim .right-side {
  width: 38%;
}
.course-outline .outline-list-container {
  padding: 0 4rem;
  border-radius: 2.5rem;
}
.course-outline .outline-list-container .outline-list-item-block {
  padding: 4rem 0;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
.course-outline .outline-list-container .outline-list-item-block:last-child {
  border-bottom: none;
}
.course-outline .outline-list-container .outline-list-item-block:after,
.course-overview .course-module .course-module-item-block::after {
  background: url("../images/accordion-arrow.webp") no-repeat center;
  background-size: contain;
}
.course-outline .outline-list-container .outline-list-item-block.active::after,
.course-overview .course-module .course-module-item-block.active::after {
  transform: rotate(180deg);
}
.course-outline .accordion-item {
  padding-left: 16rem;
  position: relative;
  z-index: 22;
}
.course-outline .accordion-item::before {
  display: block;
  content: "";
  counter-increment: section;
  content: "Semester" " " counter(section, decimal-leading-zero);
  font-size: 1.4rem;
  font-weight: 500;
  color: #f4f7f8;
  background-color: #797979;
  width: max-content;
  padding: 0.6rem 1.8rem 0.5rem;
  border-radius: 3rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.course-outline .outline-list-item-block.active .accordion-item::before {
  background-color: var(--black);
}
.course-outline .key-outcomes li,
.course-overview .course-module .panel ul li,
.course-outline .outline-list-item-block .panel ul li,
.expectations-from-course .panel ul li,
.lms-section li {
  font-size: 2rem;
  color: #696969;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 4rem;
}
.course-outline .key-outcomes li::before,
.course-overview .course-module .panel ul li::before,
.course-outline .outline-list-item-block .panel ul li::before,
.expectations-from-course .panel ul li::before,
.lms-section li::before {
  display: block;
  content: "";
  background: url("../images/tick-icon.webp") no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.bim-job-placement .heading .btn {
  border: 1px solid var(--black);
}
.bim-job-placement .stat-box .description p {
  font-size: 1.8rem;
}
.bim-job-placement .stat-box .description p strong {
  display: block;
}
.stat-box span.number {
  font-size: 5.8rem;
  font-weight: 600;
  color: #5c5c5c;
}
.bim-job-placement .stat-box .stat {
  margin-bottom: 3rem;
  position: relative;
  width: 46%;
}
.bim-job-placement .stat-box .stat::before {
  display: block;
  content: "";
  width: 1px;
  height: 16rem;
  position: absolute;
  background-color: #d9d9d9;
}
.bim-job-placement .stat-box .stat:first-child::before {
  right: 0;
  top: 0;
}
.bim-job-placement .stat-box .stat:last-child::before {
  left: -4.5rem;
  top: 0;
}
.bim-job-placement .stat-box .stat:nth-child(2)::before {
  height: 20rem;
  right: 15rem;
  bottom: -10.5rem;
  transform: rotate(90deg);
}
.bim-job-placement .stat-box .stat:nth-child(3)::before {
  height: 21rem;
  left: 10rem;
  top: -13rem;
  transform: rotate(90deg);
}
.bim-job-placement .company-logo-slider-container {
  padding: 10rem 10rem 5rem 10rem;
  border-radius: 3rem;
}
.bim-job-placement .company-logo-slider.slick-slide {
  display: flex;
  margin-right: 1rem;
}
.bim-job-placement .company-logo-slider li {
  width: 21%;
  padding: 1.5rem;
  border: 1px solid #797979;
  margin-bottom: 6rem;
}
.bim-job-placement .company-logo-slider li .inner {
  background-color: #fff;
  height: 100%;
}
.bim-job-placement .company-logo-slider li img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.bim-job-placement .company-logo-slider-container .slick-dots {
  bottom: 3rem;
  left: 0;
}
.bim-job-placement .company-logo-slider-container .slick-dots li {
  margin: 0 0.5rem;
}

.bim-job-placement
  .company-logo-slider-container
  .slick-dots
  li.slick-active
  button {
  background: transparent;
  border: 1px solid #fff;
}
.eligibility-section.promise-achievements .text-box .img-box {
  margin-top: -6rem;
}
.eligibility-section.promise-achievements .text-box .img-box img {
  height: 24rem;
}
.success-stories .student-story.slick-slide {
  margin: 0 2rem;
}
.student-testimonial .slick-list {
  padding: 0 10% 0 0 !important;
}
.student-testimonial.slide-btn .slick-prev,
.student-testimonial.slide-btn .slick-next {
  background: url("../images/testi-slide-left-btn.webp") no-repeat center;
  background-size: contain;
  width: 10rem;
  left: unset;
}
.student-testimonial.slide-btn .slick-prev {
  top: -16.5rem;
  right: 12rem;
}
.student-testimonial.slide-btn .slick-next {
  top: -21.5rem;
  right: 0;
}
.our-faculty .member-box-container.slider-4 li:nth-child(3n + 3) {
  margin-right: 5rem;
}
.other-courses,
.body-banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 31rem 0 34rem;
}
.certificate-images .img-box {
  width: 48%;
}
.start-journey-banner {
  border-radius: 5rem;
  overflow: hidden;
}
.start-journey-banner .content-wrapper {
  padding: 15rem 5rem;
  min-height: 75rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.start-journey-banner .content-wrapper .text-box {
  max-width: 1099px;
  margin: 0 auto;
}
/*============== diploma Course detail page ==============*/
.diploma-course-detail-banner {
  padding: 24rem 0 28rem;
}
.course-overview .right-side {
  width: 35%;
}
.course-overview .right-side .inner {
  position: sticky;
  top: 13rem;
}
.course-overview .recognized-bar {
  background: url("../images/recognized-bar-bg.webp") no-repeat center;
  background-size: cover;
  padding: 8rem 4rem;
  border-radius: 2rem;
}
.course-overview .recognized-bar h6 {
  text-align: start;
}
.course-overview .dual-certification-bar {
  padding: 7rem 4rem;
  border-radius: 2rem;
}
.course-overview .right-side > div h3,
.course-overview .right-side > div p {
  color: #5c5c5c;
}
.course-overview .dual-certification-bar .certifications li {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.course-overview .dual-certification-bar .certifications li:last-child {
  margin-bottom: 0;
}
.course-overview .placement-partners-bar {
  padding: 7rem 4rem;
  border-radius: 2rem;
}
.course-overview .placement-partners-bar .company-logo-slider li {
  width: 47%;
  margin-bottom: 3rem;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button {
  background: #5f5f5f;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.placement-partners-bar.bim-job-placement .company-logo-slider-container {
  padding: 0;
}
.placement-partners-bar.bim-job-placement .slick-dots li.slick-active button {
  border: 1px solid #5f5f5f;
  background: transparent;
}
.placement-partners-bar.bim-job-placement
  .company-logo-slider-container
  .slick-dots
  li {
  margin: 0;
  top: 7rem;
}
.quick-connect-box.full-width {
  width: 100%;
  position: static;
  padding: 4.5rem 13rem;
}
.quick-connect-box.full-width .heading .inner,
.quick-connect-box.full-width .contact-bar {
  padding: 0;
}
.quick-connect-box.bg-blue .contact-bar .input-field label {
  background: var(--blue-bg);
}
.course-overview .course-module {
  padding: 0 2rem;
  border: 1px solid #909090;
  border-radius: 2rem;
}
.course-overview .course-module .course-module-item-block {
  padding: 3rem 0;
  border-bottom: 1px solid #909090;
  position: relative;
  z-index: 22;
}
.course-overview .course-module .course-module-item-block::after {
  top: 3rem;
}
.course-overview .course-module .course-module-item-block:last-child {
  border-bottom: none;
}
.course-overview .course-module .course-module-item-block.active h4 {
  color: var(--black);
}
.course-overview .course-module .panel > ul li {
  margin-bottom: 2rem;
}
.course-overview
  .course-module
  .course-module-item-block
  .panel
  .img-box.fulll-width-img
  img,
.course-module-item-block .panel img {
  border-radius: 2rem;
  display: block;
  width: 100%;
  object-fit: cover;
}
.course-module-item-block .panel h4 {
  font-size: 2rem;
}
.course-module-item-block .panel h3 {
  font-size: 2.8rem;
}
.course-module-item-block .accordion-item {
  padding-right: 4rem;
}
.course-module-item-block .panel h2,
.course-module-item-block .panel h3,
.course-module-item-block .panel h4,
.course-module-item-block .panel h5 {
  color: #151515;
}
.placement-partners .company-logo-slider {
  margin-bottom: -6rem;
}
.heading-box ul {
  padding-left: 2rem;
}
.heading-box ul li {
  list-style: disc;
  font-size: 2rem;
  margin: 5px 0;
  color: #636363;
}
.placement-partners .company-logo-slider li {
  width: 22%;
  padding: 2.2rem;
}
.featured-video.comm-padding {
  padding-top: 14rem;
}
.featured-video .heading-para {
  color: #b0b0b0;
}
.featured-video .video-box {
  border-radius: 4rem;
  overflow: hidden;
}
.featured-video .video-box video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 77rem;
}
.playing .play-button {
  opacity: 0;
}
.featured-video .video-box:hover {
  cursor: pointer;
}
.video-thumbnail {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.featured-video .play-button img {
  width: 30rem;
}
.form-container .half-width .input-field {
  width: 48%;
}
.form-container textarea,
.form-container input,
.form-container select {
  width: 100%;
}
.form-container .half-width input,
.form-container .half-width input::placeholder,
.form-container textarea,
.form-container textarea::placeholder,
.form-container select {
  font-size: 2rem;
  padding-bottom: 4rem;
  font-family: "poppins";
  margin-top: 5rem;
  color: #000000a4;
}
.form-container .input-field {
  position: relative;
}
.form-container textarea,
.form-container input,
.form-container select {
  border-bottom: 1px solid #bdbdbd;
}
.form-container textarea {
  height: 7rem;
  padding-bottom: 0;
}
.form-container .input-field::after,
.form-container .input-field::before {
  display: block;
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: #bdbdbd;
  position: absolute;
  bottom: 0;
}
.form-container .input-field.message::after,
.form-container .input-field.message::before {
  bottom: 3px;
}
.form-container .input-field::after {
  right: 0;
}
.form-container .input-field::before {
  left: 0;
}
.contact-us .contacts {
  width: 38%;
}
.contact-us .contacts .inner {
  padding: 5rem 5rem 3rem;
  border-radius: 3rem;
}
.contact-us .contacts .img-box img {
  width: 100%;
  border-radius: 3rem;
}
.contact-us .contacts .contact-info {
  display: flex;
  margin-bottom: 3rem;
}
.contact-us .contacts .contact-info img {
  width: 3rem;
  object-fit: scale-down;
  margin-right: 3rem;
}
.contact-us .contacts .contact-info p,
.contact-us .contacts .contact-info a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
}
.contact-us::after {
  display: block;
  content: "";
  background: url("../images/diploma-contact-bg-vector.webp") no-repeat center;
  background-size: contain;
  width: 55rem;
  height: 55rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
/*=========== contact us page ===========*/

.contact-us-banner {
  padding: 31rem 0;
}
.send-message-section .info-box {
  width: 43%;
}
.send-message-section .divider-btn .btn {
  background-color: transparent;
}
.send-message-section .info-box .phone-number img {
  width: 4rem;
  object-fit: scale-down;
  margin-right: 2rem;
}
.send-message-section .info-box .phone-number a {
  font-weight: 500;
  font-size: 2rem;
  color: #636363;
}
.send-message-section .info-box .map-img {
  border-radius: 2rem;
  overflow: hidden;
}
.send-message-section .info-box .map-img img,
.send-message-section .info-box .map-img iframe {
  width: 100%;
  display: block;
}
form {
  width: 100%;
}
.wpcf7-form .submit-box input {
  width: max-content;
  padding-right: 10rem;
  cursor: pointer;
  position: relative;
  min-height: 7rem;
}
.wpcf7-form .submit-box input:hover {
  background-color: #151515;
  color: #fff;
}
.wpcf7-form .submit-box p::after {
  content: "";
  background: url("../images/btn-white-arrow.webp") no-repeat center;
  width: 1.7rem;
  height: 1.7rem;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 3.5rem;
  transition: all 0.5s ease;
}
.wpcf7-form .submit-box p:hover::after {
  transform: rotate(45deg);
}
.wpcf7-form .submit-box p {
  width: max-content;
  position: relative;
}
.wpcf7-form .submit-box .wpcf7-spinner {
  position: absolute;
  top: 1rem;
  left: 4rem;
}
.wpcf7-response-output {
  border: 0 !important;
  font-size: 1.8rem !important;
}
textarea {
  overflow: hidden;
}
.send-message-section .form-section {
  width: 52%;
}
.send-message-section .form-container {
  padding: 0 6rem 7rem;
  border-radius: 3rem;
}
.send-message-section .form-container .half-width input,
.send-message-section .form-container textarea,
.send-message-section .form-container select {
  padding-bottom: 5rem;
  margin-top: 7rem;
}
.browse-locations .text-box img {
  width: 10rem;
  object-fit: scale-down;
}
.browse-locations .cards-container {
  width: 78%;
}
.browse-locations .cards-container li {
  width: 31.8%;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.browse-locations .cards-container li img {
  width: 100%;
}
.overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 52.31%,
    rgba(0, 0, 0, 0.670268) 70.43%,
    #000000 110.91%
  );
  padding: 4rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.browse-locations .cards-container li .overlay .inner p {
  color: #fff;
}
/*============= faculty page =============*/

.faculty-our-experience .text-box {
  width: 47%;
}
.faculty-our-experience .text-box.w-full {
  width: 100%;
}
.faculty-our-experience .stat-box {
  padding: 3rem 0;
  border-top: 1px solid #d9d9d9;
}
.faculty-our-experience .stat-box:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.faculty-our-experience .stat-box p.small-text {
  width: 42%;
}
.faculty-member-section .highlights {
  width: 38%;
}
.faculty-member-section .highlights h4 {
  color: #636363;
}
.faculty-member-section.bg-black .highlights h4 {
  color: #b4b4b4;
}
.faculty-member-section .highlights p.name {
  font-size: 2.7rem;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.faculty-member-section.bg-dark .highlights * {
  color: #fff;
}
.faculty-member-section.bg-dark .description *,
.faculty-member-section.bg-dark .description .text-box li {
  color: #a5a5a5;
}
.faculty-member-section .description .text-box ul {
  padding-left: 2rem;
  list-style: disc;
}
.faculty-member-section .description .text-box li {
  margin: 10px 0;
  list-style: disc;
  font-size: 1.8rem;
  color: #636363;
}
.faculty-member-section.bg-black .highlights p.name {
  color: #fff;
}
.faculty-member-section .highlights .member-profile-img img {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 3rem;
}
.faculty-member-section .highlights .member-small-img {
  margin-top: 26rem;
}
.faculty-member-section.bg-black .description .text-box p {
  color: #a5a5a5;
}
.faculty-member-section .description .img-box img {
  height: 100%;
  object-fit: cover;
  max-height: 57rem;
}
.faculty-member-section .description .img-box::after,
.faculty-member-section .description .img-box::before,
.faculty-member-section .highlights .member-profile-img::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
}
.faculty-member-section .description .img-box::before {
  background: url("../images/member-bg-vector-1.webp") no-repeat center;
  background-size: contain;
  width: 60rem;
  height: 42rem;
  left: -37rem;
  bottom: -27rem;
}
.faculty-member-section.bg-black .description .img-box::before {
  background: url("../images/member-bg-vector-1.webp") no-repeat center;
  background-size: contain;
  width: 66rem;
  height: 44rem;
  left: -38rem;
  bottom: -33rem;
}
.faculty-member-section .description .img-box::after {
  background: url("../images/member-bg-vector-2.webp") no-repeat center;
  background-size: contain;
  width: 7rem;
  height: 7rem;
  right: -4rem;
  bottom: -4rem;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.faculty-member-section .highlights .member-profile-img::after {
  background: url("../images/member-profile-img-border.webp") no-repeat center;
  background-size: contain;
  width: 22rem;
  height: 16rem;
  right: 2rem;
  top: 2rem;
  z-index: -1;
}

.faculty-explore-more .cards-container li {
  width: 31.5%;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
.faculty-explore-more .cards-container li .inner {
  width: 100%;
  align-items: start;
}
.faculty-explore-more .cards-container li .inner img {
  width: 3rem;
  margin-top: 1rem;
}
.faculty.marquee-text {
  padding: 2rem 0;
  cursor: pointer;
}
.faculty.marquee-text img {
  width: 4rem !important;
  margin: 0 6rem;
}
.faculty.marquee-text span {
  font-size: 6rem;
  letter-spacing: -0.2rem;
}

/*======= blog-listing =======*/
.blog-listing-section .blogs li {
  width: 31%;
  margin-right: 5rem;
  margin-bottom: 5rem;
}
.blog-listing-section .blogs li .img-box img {
  width: 100%;
}
.blog-listing-section .blogs li:nth-child(3n + 3) {
  margin-right: 0;
}
.blog-listing-section .blogs li .info-box {
  padding: 4rem 0;
}
.blog-listing-section .blogs li a {
  width: 100%;
  display: block;
}
.blog-listing-section .blogs li .info-box .blog-btn {
  border-bottom: 1px solid #5c5c5c;
  color: #5c5c5c;
  padding: 0 0 1rem 0;
  border-radius: 0;
  width: max-content;
}
.blog-btn img {
  width: 1.2rem;
  margin-left: 3rem;
  transition: 0.5s;
}
.blog-listing-section .blogs li .info-box .blog-btn:hover {
  border-bottom: 1px solid #000;
}
.blog-listing-section .blogs li .info-box .blog-btn:hover img {
  transform: rotate(45deg);
}
.video-library-section.bg-blue .slide-btn .slick-prev {
  top: -18.5rem;
}
.video-library-section.bg-blue .slide-btn .slick-next {
  top: -24rem;
}
.video-library-section .video-box {
  height: 70rem;
}
.video-library-section .videos li {
  width: 31%;
  position: relative;
}
.slider-4 .slick-slide {
  margin-right: 4rem;
}
.blogs-video-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.blogs-video-slider li.video-container {
  border-radius: 3.5rem;
  overflow: hidden;
}
.blogs-video-slider li.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-playing .video-thumbnail,
.video-playing .play-button {
  opacity: 0;
}
.post-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.post-pagination .page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border: 1px solid #777777;
  color: #777777;
  transition: all 0.5s ease;
  margin: 6px;
}
.post-pagination .page-numbers.current {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.post-pagination .page-numbers.current img {
  filter: invert(1);
}
.post-pagination .page-numbers img {
  width: 100%;
  max-width: 10px;
  object-fit: contain;
}
.post-pagination .page-numbers:first-of-type img {
  transform: rotate(-135deg);
}
.post-pagination .page-numbers:last-of-type img {
  transform: rotate(45deg);
}

.post-pagination .page-numbers.deco-links,
.post-pagination .page-numbers.current {
  cursor: not-allowed;
}

/*================ blog detail page ================*/
.blog-detail-banner .heading-box {
  padding-top: 24rem;
}
.blog-detail-banner .heading-box .date-box img {
  width: 1.9rem;
  margin-right: 1rem;
}
.blog-detail-img-box img {
  width: 100%;
  border-radius: 3rem;
}
.blog-details .content {
  padding: 14rem 0;
}
.blog-details .content p {
  text-align: justify;
}
.blog-details .content strong {
  font-weight: 500;
}
.blog-details .content img {
  border-radius: 3rem;
  margin: 10px 0;
}
.blog-details .content p > strong {
  font-size: 2.4rem;
}
.blog-details .content ul li {
  font-size: 2rem;
  margin-left: 3rem;
  list-style: disc;
  color: #797979;
  margin-bottom: 2rem;
}
.newsletter {
  padding: 5rem 0;
}
.sb-form-wrapper form {
  width: 100%;
}
.newsletter input {
  width: 31%;
  border: none;
  border-radius: 1rem;
  padding: 2rem;
}
.blog-listing-section .blogs {
  margin-bottom: -8rem;
}
.newsletter input,
.newsletter input::placeholder {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
.faculty-explore-more.browse-courses .cards-container {
  width: 65%;
}
.faculty-explore-more.browse-courses .cards-container li {
  width: 48%;
}
.faculty-explore-more .cards-container li .img-box img,
.faculty-explore-more .cards-container li .overlay .inner img,
.browse-locations .cards-container li .img-box img,
.browse-locations .cards-container li .overlay .inner img {
  transition: 0.5s;
}
.faculty-explore-more .cards-container li:hover .img-box img,
.browse-locations .cards-container li:hover .img-box img {
  transform: scale(1.1);
}
.faculty-explore-more .cards-container li:hover .overlay .inner img,
.browse-locations .cards-container li:hover .overlay .inner img {
  transform: rotate(45deg);
}

/*================ navigation bar ================*/
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}
.header.header-stick {
  position: fixed;
  animation: smoothScroll 1s forwards;
  border-bottom: 1px solid #ececec;
}
.header.header-stick.white-header {
  background-color: #ffffff;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-7rem);
  }
  100% {
    transform: translateY(0rem);
  }
}

.menu-bar {
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff62;
}

header.white-header .logo-box img,
.header.white-header .menu-bar-icon img {
  filter: invert(1);
}
header.white-header .menu-btn a.btn {
  border: 1px solid #000000;
}
.menu-bar .inner {
  width: 92%;
  margin: 0 auto;
}
.menu-bar .logo-box img {
  width: 28rem;
  object-fit: scale-down;
  margin-right: 9rem;
}
.menu-bar .menu-items > li {
  position: relative;
}
.menu-bar .menu-items li a {
  display: inline-block;
}
.menu-bar .menu-items > li > a {
  font-size: 1.8rem;
  margin: 0 1.5rem;
  height: 140%;
  padding: 5rem 0;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
  color: #fff;
}

.menu-btn .hp-banner-btn img {
  margin-left: 3rem;
}

.sub-submenu-container > li > a {
  font-size: 3.5rem;
  position: relative;
  margin: 1rem 0;
  font-weight: 300;
}
.sub-submenu-container > li > a::before {
  display: block;
  content: "";
  background: url("../images/btn-white-arrow.webp") no-repeat center;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 1.5rem;
  left: -4rem;
}
header .menu-items .sub-menu,
header .sub-menu-toggle {
  display: none;
}
.sub-sub-submenu {
  padding: 1rem 3rem;
  display: none;
}
.sub-sub-submenu li {
  list-style: disc;
}
.sub-sub-submenu li a {
  font-size: 2.4rem;
  font-weight: 300;
  color: #909090;
  margin: 0.5rem 0;
}

/*========= course listing page ===========*/
.course-listing-banner {
  overflow: hidden;
}
.course-listing-banner .inner {
  background-position: center;
  background-size: cover;
  padding: 26rem 0 40rem;
}
.course-listing-banner .btn {
  background: #ffffffd4;
}
.course-listing-banner .btn img {
  transform: rotate(137deg);
}

.campus-course .stat {
  width: 35%;
}
.campus-course .stat:first-child {
  width: 30%;
}
.stats-container .stat h4 {
  font-size: 5.8rem;
  font-weight: 600;
}
.stats-container p {
  text-transform: capitalize;
}
.campus-course .stat:nth-child(2) {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.campus-course .stat:not(:first-child) {
  padding-left: 3rem;
}
.campus-course .stat:not(:last-child) {
  padding-right: 3rem;
}
.campus-course .img-box img {
  width: 100%;
  border-radius: 3rem;
}
.campus-listing-course .courses-container li:last-child:after {
  display: none;
}
/*=========online course listing page ===========*/
.virtual-learning ul li {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 3rem;
  position: relative;
  color: #636363;
  margin-top: 1rem;
}
.virtual-learning ul li::before {
  display: block;
  content: "";
  background: url("../images/tick-sign.webp") no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.virtual-learning .text-box .down-arrow img,
.course-awards-section .down-arrow img {
  width: 15rem;
  margin-top: 5rem;
}

/* ================== admission Page =============== */
.admission-banner {
  padding: 30rem 0 35rem;
}
.admission-banner .heading-box p.small-text,
.admission-banner .advertisement-box p.small-text {
  color: #000;
}
.admission-banner .batch-advertisement {
  position: absolute;
  right: 8rem;
  top: 2rem;
}
.admission-banner .batch-advertisement h3 {
  color: #333333;
  font-size: 2.6rem;
  font-weight: 500;
}
.admission-banner .advertisement-box p.small-text {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #f1e4d6;
  padding: 0 1rem;
  text-transform: uppercase;
  position: absolute;
  top: -1.2rem;
}
.admission-banner .advertisement-box {
  border: 1px solid #797979;
  padding: 0 5rem 0 3rem;
  border-radius: 1rem;
}
.admission-banner .upcoming-batch p {
  font-size: 2.2rem;
  padding: 2rem 0;
}
.admission-banner .upcoming-batch p:first-child {
  border-bottom: 1px solid #55555546;
}
.admission-banner .arrow-box img {
  width: 10rem;
  object-fit: scale-down;
}
.why-us .eligibility-usps li {
  padding: 8rem 8rem 8rem 7rem;
}
.first-step-excellence .form-container {
  padding: 4rem 6rem 8rem 6rem;
  border-radius: 3rem;
}
.first-step-excellence .form-container .half-width {
  width: 47%;
}
.first-step-excellence .form-container textarea {
  height: 11rem;
}
.first-step-excellence .form-container .half-width input,
.first-step-excellence .form-container .half-width input::placeholder,
.first-step-excellence .form-container textarea,
.first-step-excellence .form-container textarea::placeholder,
.first-step-excellence .form-container select {
  color: #15151582;
}
.first-step-excellence .heading-box h2 {
  color: #fff;
}
.first-step-excellence .heading-box p {
  color: #ffffff86;
}
.first-step-excellence.bim-job-placement .company-logo-slider li {
  width: 18%;
  margin-bottom: 3.5rem;
  border-radius: 1rem;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit;
}
.admission-usp-slider .slick-list {
  padding: 0 12% 0 0 !important;
}
.admission-usp-slider .slick-slide {
  margin-right: 4rem;
}
.slick-vertical .slick-track {
  display: block !important;
}
.bg-pink {
  background-color: #fcf3ea;
}
.btn.download-icon:hover img {
  transform: rotate(0);
}
.download-brochure .img-box {
  width: 43%;
}
.consult-now {
  padding: 5rem 0;
}
.consult-now .title-box img {
  width: 10rem;
  object-fit: contain;
  margin-right: 4rem;
}
.consult-now .reach-out-box .social-icon {
  width: 6.5rem;
  height: 6.5rem;
  padding: 0.7rem;
  border-radius: 50%;
  background-color: #fcf3ea;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consult-now .reach-out-box .social-icon img {
  max-width: 5rem;
  object-fit: scale-down;
}

/* ------------------------------------------------- */
/* --------------placement page ------------ */
/* ------------------------------------------------- */
/* .placement-banner {
  padding: 25rem 0 54rem;
} */
.placement-banner .stat-container {
  padding: 7.5rem 7.3rem;
}
.placement-banner .stat-container .stat-box {
  width: 25%;
}
.placement-banner .stat-container .stat-box:nth-child(2n + 2) {
  width: 18%;
}
.placement-banner .stat-container .stat-box:not(:last-child) {
  padding-right: 6rem;
  margin-right: 6rem;
  border-right: 1px solid #d9d9d9;
}
.placement-banner .stat-container .stat-box img {
  width: 7rem;
  object-fit: scale-down;
}
.placement-banner .stat-container .stat-box h5 {
  font-size: 5.2rem;
  color: #000;
}
.placement-banner .stat-container .stat-box p {
  font-size: 3.1rem;
  color: #5c5c5c;
}
.placement-banner .quick-connect-box {
  bottom: -23rem;
}

.company-logo-slider.slick-slide {
  display: flex;
}
.placement-board-partners .company-logo-slider li {
  width: 17.85%;
  border: 1px solid #797979;
  margin: 0 4rem 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  border-radius: 1rem;
}
.placement-board-partners .company-logo-slider li:nth-child(5n + 5) {
  margin-right: 0;
}
.placement-board-partners .company-logo-slider li img {
  height: 10rem;
  object-fit: scale-down;
}
.placement-designation {
  overflow: clip;
}
.placement-designation .right-img-box,
.placement-designation .left-img-box {
  height: 73rem;
  z-index: 22;
}
.placement-board-partners .slick-dots li.slick-active button {
  border: 1px solid #5f5f5f;
  background: transparent;
}
.placement-designation .img-container,
.placement-designation .black-bg-text,
.placement-designation .gray-bg-text {
  position: relative;
}
.placement-designation .right-img-box .img-container:first-child img,
.placement-designation .left-img-box .img-container:last-child img {
  width: 23rem;
}
.placement-designation .right-img-box .img-container:last-child img,
.placement-designation .left-img-box .img-container:first-child img {
  width: 31rem;
}
.placement-designation .img-container img {
  border-radius: 2rem;
}
.placement-designation .img-container p {
  width: max-content;
  padding: 1rem 3rem;
}
.placement-designation .black-bg-text p {
  background: url("../images/placement-text-bg-black.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  right: -4rem;
  top: -3rem;
}
.placement-designation .gray-bg-text p {
  background: url("../images/placement-text-bg-gray.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  left: -11rem;
  bottom: -2rem;
}
.placement-designation
  .right-img-box
  .img-container:first-child
  .black-bg-text
  p,
.placement-designation
  .left-img-box
  .img-container:last-child
  .black-bg-text
  p {
  background: url("../images/placement-text-bg-black-2.webp") no-repeat center;
  background-size: contain;
}
.placement-designation
  .right-img-box
  .img-container:first-child
  .gray-bg-text
  p,
.placement-designation .left-img-box .img-container:last-child .gray-bg-text p {
  background: url("../images/placement-text-bg-gray-2.webp") no-repeat center;
  background-size: contain;
}
.placement-designation .black-bg-text::after,
.placement-designation .gray-bg-text::after,
.placement-designation:after,
.placement-designation::before,
.placement-designation .content::after,
.placement-designation .content::before {
  display: block;
  content: "";
  position: absolute;
}
.placement-designation:after,
.placement-designation::before {
  background: url("../images/placement-ellipse-1.webp") no-repeat center;
  background-size: contain;
  width: 74rem;
  height: 63rem;
  position: absolute;
}
.placement-designation::before {
  transform: scaleY(-1);
  left: 10rem;
  top: -19rem;
}
.placement-designation::after {
  right: 32rem;
  bottom: -20rem;
}
.placement-designation .content::after,
.placement-designation .content::before {
  background: url("../images/placement-ellipse-2.webp") no-repeat center;
  background-size: contain;
  width: 76rem;
  height: 65rem;
  position: absolute;
}
.placement-designation .content::before {
  left: -38rem;
  bottom: -17rem;
}
.placement-designation .content::after {
  transform: rotate(169deg);
  top: -22rem;
  right: -38rem;
}
.placement-designation .text-box h2 {
  line-height: 1;
}
.placement-designation .black-bg-text::after,
.placement-designation .gray-bg-text::after {
  width: 2rem;
  height: 2rem;
  display: none;
}
.placement-designation .black-bg-text::after {
  background: url("../images/placement-text-black-arrow.webp") no-repeat center;
  background-size: contain;
  right: -5.5rem;
  bottom: -5rem;
}
.placement-designation .gray-bg-text::after {
  background: url("../images/placement-text-bg-gray-arrow.webp") no-repeat
    center;
  background-size: contain;
  right: 16.5rem;
  bottom: -4.5rem;
}
.placement-designation .left-img-box .img-container:first-child {
  position: absolute;
  right: -14rem;
  top: -2rem;
}

.placement-designation .left-img-box .img-container:last-child {
  position: absolute;
  left: 6rem;
  bottom: 0;
}
.placement-designation .right-img-box .img-container:first-child {
  position: absolute;
  right: 8rem;
  top: -1rem;
}
.placement-designation
  .right-img-box
  .img-container:first-child
  .black-bg-text
  p {
  right: -12rem;
}
.placement-designation .right-img-box .img-container:last-child {
  position: absolute;
  left: -10rem;
  bottom: 0;
}
.placement-designation
  .right-img-box
  .img-container:first-child
  .gray-bg-text::after,
.placement-designation
  .left-img-box
  .img-container:last-child
  .gray-bg-text::after {
  right: unset;
  left: -12rem;
}
.placement-designation
  .right-img-box
  .img-container:first-child
  .black-bg-text::after,
.placement-designation
  .left-img-box
  .img-container:last-child
  .black-bg-text::after {
  right: unset;
  left: 9em;
  bottom: -4.6rem;
}
.placement-designation
  .left-img-box
  .img-container:last-child
  .black-bg-text::after {
  left: -7rem;
}
.placement-designation
  .left-img-box
  .img-container:last-child
  .gray-bg-text::after {
  left: 11rem;
}
.placement-designation
  .left-img-box
  .img-container:last-child
  .black-bg-text
  p {
  right: 12rem;
}
.placement-designation .left-img-box .img-container:last-child .gray-bg-text p {
  left: 12rem;
}
.placement-designation
  .right-img-box
  .img-container:last-child
  .gray-bg-text
  p {
  left: -6rem;
}

.qualified-candidates .quality-usps li {
  display: flex;
  align-items: center;
}
.qualified-candidates .content .text-box {
  width: 51%;
}

.qualified-candidates .content .text-box .img-box img {
  width: 25rem;
  transform: translateY(-7rem);
}
.qualified-candidates .quality-usps {
  width: 42%;
}
.qualified-candidates .quality-usps li:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d9d9d9;
}
.qualified-candidates .quality-usps li img {
  width: 100%;
  object-fit: contain;
  max-width: 6rem;
}
.qualified-candidates .quality-usps .icon-box {
  width: 12rem;
  height: 12rem;
  background-color: #000000;
  border-radius: 50%;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qualified-candidates .quality-usps .text-container {
  flex: 1;
  padding-left: 3rem;
}

/* ------------------------------------------------- */
/* --------------VISIT US Page ------------ */
/* ------------------------------------------------- */
.visit-us-banner {
  padding: 35rem 0 34rem;
}
.infrastructure .stat-box .stat:not(:last-child) {
  padding-bottom: 1.5 rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.infrastructure .stat-box .stat span.number {
  width: 45%;
}
.infrastructure .stat-box .stat p.small-text {
  width: 50%;
}
.gallery-section .gallery-box {
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  grid-template-rows: repeat(4, 34rem);
  grid-gap: 3rem;
}
.gallery-section .gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-section .gallery-box .img-box {
  overflow: hidden;
  border-radius: 2.5rem;
  display: grid;
}
.gallery-section .gallery-box .img-box-1 {
  grid-column-start: 1;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-section .gallery-box .img-box-2 {
  grid-column-start: 14;
  grid-column-end: 18;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-section .gallery-box .img-box-3 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 5;
}
.gallery-section .gallery-box .img-box-4 {
  grid-column-start: 6;
  grid-column-end: 11;
  grid-row-start: 3;
  grid-row-end: 5;
}
.gallery-section .gallery-box .img-box-5 {
  grid-column-start: 11;
  grid-column-end: 18;
  grid-row-start: 3;
  grid-row-end: 4;
}
.gallery-section .gallery-box .img-box-6 {
  grid-column-start: 11;
  grid-column-end: 18;
  grid-row-start: 4;
  grid-row-end: 5;
}
.gallery-section .gallery-box .img-box-7 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 8;
}
.gallery-section .gallery-box .img-box-8 {
  grid-column-start: 5;
  grid-column-end: 18;
  grid-row-start: 5;
  grid-row-end: 8;
}
.appointment-form {
  box-shadow: 0px -55px 95.3px 0px #0000000a;
}
.contact-us-form .select-box label::after {
  background: url("../images/accordion-arrow.webp") no-repeat center;
  background-size: contain;
}
.appointment-form input,
.appointment-form select,
.appointment-form .input-field label {
  color: #5c5c5c;
}
.browse-locations .cards-container li .arrow-icon-box {
  width: 3.2rem;
}
.browse-locations.visit-us .cards-container,
.visit-us-quick-links .cards-container,
.browse-locations .cards-container li img {
  width: 100%;
  transition: all 0.4s ease;
}
.browse-locations.visit-us .overlay {
  padding: 6rem 5rem;
}
.visit-us-quick-links .cards-container li {
  width: 48%;
}

.visit-us-quick-links .overlay {
  padding: 6rem;
}
.visit-us-quick-links li h4 {
  font-size: 4.2rem;
  font-weight: 400;
}
.body-banner-section.visit-us {
  padding: 31rem 0;
}
.browse-locations .cards-container li:hover .arrow-icon-box img {
  transform: rotate(45deg);
}

/* ------------------------------------------------- */
/* -------------- Review Listing Page ------------ */
/* ------------------------------------------------- */

.great-stories .tabs-container {
  width: 53%;
}
.tabs .course-tab-btn:last-child,
.testimonial-tab-btn:last-child {
  margin-right: 0;
}
.testimonial-tab-btn {
  margin-right: 2rem;
  letter-spacing: -0.5px;
  padding: 1.4rem 3rem;
  margin-bottom: 2rem;
}
.great-stories .course-tab-btn {
  padding: 1.4rem 3rem;
  margin-right: 1.5rem;
}
.great-stories li {
  width: 31%;
  margin-right: 5.2rem;
}
.great-stories li:nth-child(3n + 3) {
  margin-right: 0;
}
.great-stories li .video-box {
  position: relative;
  width: 100%;
}
.great-stories-container .play-button {
  width: 9rem;
  object-fit: scale-down;
}
.great-stories li .overlay {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, #00000000 33.75%, #000000 110.17%);
}
.great-stories li .student-info img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 2rem;
}
.great-stories-container .student-info .meta .name {
  color: #fff;
  font-weight: 600;
}
.great-stories-container .student-info .meta .designation {
  color: #cdcdcd;
  font-weight: 500;
  font-size: 1.6rem;
}
.great-stories .student-story {
  width: 48%;
  padding: 6rem;
  margin-bottom: 6rem;
}
.great-stories .student-story .student-info {
  margin-top: 9rem;
}
.feedback-forms-container .img-box {
  width: 31%;
}
.contact-us-form {
  padding: 6rem 0;
}
.contact-us-form .btn {
  padding: 1.7rem 5.5rem;
}
.contact-us-form .input-field {
  width: 23%;
}
.contact-us-form input,
.contact-us-form select,
.contact-us-form .input-field label {
  font-size: 1.7rem;
  color: #a9a9a9;
  position: relative;
}
.contact-us-form input,
.contact-us-form select {
  border-bottom: 1px solid #a9a9a9;
  padding-left: 1rem;
}
.contact-us-form .input-field label img {
  height: 1.7rem;
  object-fit: scale-down;
  margin-right: 1rem;
}
.contact-us-form select {
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
  padding-top: 4.6rem;
  position: relative;
  z-index: 2;
}
.contact-us-form .input-field label {
  margin-bottom: 2.3rem;
}
.contact-us-form .select-box {
  position: relative;
}
.contact-us-form .select-box label {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.contact-us-form .select-box label::after {
  display: block;
  content: "";
  background: url(../images/select-icon.webp) no-repeat center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}

.form-container .input-field::after,
.form-container .input-field::before {
  bottom: 1px;
}
.bg-black select option {
  color: #000000;
}
.review-explore-more .cards-container li .arrow-icon-box img {
  width: 3rem;
  transition: 0.5s;
}
.review-explore-more .cards-container li:hover .arrow-icon-box img {
  transform: rotate(45deg);
}
.video-testimonials .playing:hover .play-button {
  opacity: 0.9;
}
.video-testimonials video {
  height: 60rem;
  object-fit: cover;
}
.reviews-item-video {
  padding: 0 8rem;
  text-align: center;
}
.reviews-item-video,
.review-text-item {
  border-left: 0.5px solid #d9d9d9;
}
.reviews-item-video:last-child,
.review-text-item:last-child {
  border-right: 0.5px solid #d9d9d9;
}
.reviews-item-video .thumbnail {
  width: 29.5rem;
  height: 29.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 3rem auto;
}
.reviews-item-video .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-item-video .popup-content-box {
  display: none;
}
.reviews-item-video h6 {
  font-size: 2.1rem;
  font-weight: 600;
}
.reviews-item-video p {
  color: #a6a6a6;
  margin-top: 0.5rem;
}
.review-play-btn {
  width: max-content;
  height: 4.8rem;
  padding: 1rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  margin: 3rem auto 0 auto;
  background-color: #000000;
  cursor: pointer;
}
.review-play-btn span {
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 1rem;
  color: #fff;
  padding-left: 1rem;
}
.review-play-btn,
.review-play-btn * {
  transition: all 0.5s ease;
}
.review-play-btn:hover span {
  margin-right: 3rem;
}
.review-play-btn img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}
.review-page-popup #popupContent video,
.review-page-popup #popupContent img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
}

.review-page-popup .popup-content-wrapper {
  max-width: 700px;
  width: max-content;
  padding: 2rem 2rem 2rem 2rem;
  border-radius: 2rem;
  /* background-color: rgba(51, 51, 51, 0.5); */
  background-color: transparent;
}
.review-page-popup .popup-content {
  padding-bottom: 2rem;
  max-height: 100%;
}
.review-page-popup .close-popup {
  top: -1rem;
  right: 0;
  width: 5.2rem;
  height: 5.2rem;
  left: unset;
  background-color: #333333;
}
.review-page-popup .close-popup:hover {
  background-color: #000;
}
.review-page-popup .close-popup img {
  filter: none;
}
.review-arrow .circle-arrow {
  position: absolute;
  top: calc(50% - 3.5rem);
  width: 7.5rem;
  height: 7.5rem;
  margin: 0;
}
.review-arrow .review-prev {
  left: -10rem;
}
.review-arrow .review-next {
  right: -10rem;
}
.review-arrow .circle-arrow img {
  max-width: 3.5rem;
}
.circle-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.reviews-section .text-reviews,
.reviews-section .image-reviews {
  margin-top: 20rem;
}
.text-reviews .text-reviews-slider .slick-list,
.reviews-video-slider .slick-list {
  padding: 0 2px 0 0 !important;
}
.review-text-item .testimonial-quote {
  max-width: 8rem;
}
.success-stories .text-reviews-slider .student-story.slick-slide {
  margin: 0;
  background-color: transparent;
  padding: 0 4rem;
}
.success-stories .text-reviews-slider .student-story p {
  font-size: 2rem;
  color: #4e4e4e;
}
.testimonial-text .read-more-less {
  color: #000;
  font-weight: 500;
}
.image-review-item {
  margin: 0 2rem;
  cursor: pointer;
  border: 1px solid #dddddd;
}
.image-reviews-slider .slick-list {
  margin: 0 -1.5rem;
}
/*-------------------------------------- */
/* -----------career page ---------- */
/* ---------------------------------------*/
.become-member .img-container img {
  border-radius: 3rem;
}
.become-member .google-rating .rating-box {
  width: 47%;
  padding: 2rem;
  border: 1px solid #dadada;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.become-member .google-rating .rating-box img {
  object-fit: scale-down;
}
.become-member .google-rating .rating-box .google-icon {
  height: 7rem;
  margin-right: 1rem;
}
.become-member .google-rating .rating-box .stars {
  width: 18rem;
}
.become-member .google-rating .rating-box .star-box p {
  color: #221f1f;
}
.become-member .google-rating .rating-box .star-box p span {
  font-weight: 600;
}
.follow-passion {
  border-radius: 0;
  background-color: var(--black);
  margin-top: 0;
}
.our-specialities .description {
  width: 47%;
}
.our-specialities .speciality-list-container li {
  width: 31%;
  display: flex;
  align-items: start;
  margin-right: 5rem;
  position: relative;
  padding: 8rem 1rem 0 0;
  margin-bottom: 8rem;
}
.our-specialities .speciality-list-container li:nth-child(3n + 3),
.career-positions .position-list li:nth-child(3n + 3) {
  margin-right: 0;
}
.our-specialities .speciality-list-container li::before {
  display: block;
  content: "";
  background: url(../images/speciality-before.webp) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.our-specialities .speciality-list-container li img {
  width: 12rem;
  object-fit: scale-down;
  margin-right: 5rem;
}
.career-positions .position-list {
  margin-bottom: -5rem;
}
.career-positions .position-list li {
  padding: 8rem 4.5rem;
  background: #fff;
  width: 31%;
  margin-right: 5rem;
  margin-bottom: 5rem;
}
.career-positions .position-list li:hover .icon-box img {
  transform: rotate(45deg);
}
.career-positions .position-list li .instructor {
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  display: inline-block;
  background: #5c5c5c;
  border-radius: 3rem;
  color: #fff;
}
.career-positions .position-list li h4 {
  margin-top: 3rem;
  font-weight: 500;
}
.career-positions .position-list li .experience-box {
  padding: 0.6rem 2rem;
  border: 1px solid #dbdbdb;
  border-radius: 3rem;
  width: max-content;
}
.career-positions .position-list li .experience-box img {
  width: 3rem;
  object-fit: contain;
  margin-right: 1rem;
}
.career-positions .position-list li .experience-box p {
  font-size: 1.5rem;
  color: #5c5c5c;
}
.career-positions .position-list li .icon-box img {
  width: 4rem;
  object-fit: contain;
  transition: 0.5s;
}
/* ----------------------------------- */
/* --------- About Us Page ----------- */
/* ----------------------------------- */
.our-expertise .content .icon-box img {
  width: 15rem;
}

.our-expertise .certifications-container .certification-box {
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid #b3b3b366;
}

.our-expertise .certifications-container .certification-box:last-child img {
  width: 100%;
  border-radius: 1rem;
}

.our-expertise .certifications-container .certification-box p.small-text {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 4rem;
  border-radius: 5rem;
  width: max-content;
  border: 1px solid #b3b3b366;
}

.our-experiences .experiences-usps {
  margin-bottom: -10rem;
}

.our-experiences .experiences-usps li {
  width: 31.1%;
  margin: 0 5rem 10rem 0;
  padding-top: 6rem;
  position: relative;
}

.our-experiences .experiences-usps li img {
  height: 11rem;
  object-fit: scale-down;
}

.our-experiences .experiences-usps li::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/speciality-before.webp") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 3rem;
  top: 0;
  left: 0;
}

.our-experiences .experiences-usps li:nth-child(3n + 3) {
  margin-right: 0;
}

.our-experiences .experiences-usps li .inner {
  padding-right: 10rem;
}

.international-collaboration .img-box {
  width: 42%;
}

.international-collaboration .img-box img {
  width: 100%;
  border-radius: 3rem;
}

.international-collaboration .text-box img {
  width: 20rem;
  object-fit: scale-down;
}

.international-collaboration .stat-box {
  width: 33.33%;
  border-left: 1px solid #d9d9d9;
  padding: 0 4rem;
}

.international-collaboration .stat-container .stat-box:last-child {
  border-right: 1px solid #d9d9d9;
}

.expert-industry .heading-box p {
  color: #929292;
  letter-spacing: -0.08rem;
}

.expertise-industry-list .cards-container {
  width: 100%;
  margin-bottom: -4rem;
}

.expertise-industry-list .cards-container li {
  margin-bottom: 4rem;
}

.expertise-industry-list .cards-container li h4 {
  font-size: 4.2rem;
}

.expertise-industry-list .cards-container li .overlay {
  padding: 4rem 5rem;
}

.expertise-industry-list .cards-container li:first-child {
  width: 100%;
}

.expertise-industry-list .cards-container li:first-child .inner {
  padding: 3rem 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expertise-industry-list .cards-container li:first-child .inner .text-box {
  width: 40%;
}

.expertise-industry-list .cards-container li:first-child .inner img {
  width: 5rem;
}

.expertise-industry-list .cards-container li .overlay {
  background: linear-gradient(180deg, #3c3c3c00 50%, #3c3c3c 103%);
}

.about-featurd-video .video-box {
  border-radius: 0;
}

.top-industry .text-box .message {
  font-size: 3.2rem;
  color: #5c5c5c;
  line-height: 1.4;
}

.top-industry .quote-icon img {
  width: 11rem;
}

.top-industry .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-contact-us .our-contacts .location {
  padding: 3rem 0;
  border-top: 1px solid #d9d9d9;
}

.about-contact-us .our-contacts .locations .location:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.about-contact-us .our-contacts .location img {
  width: 10rem;
  object-fit: scale-down;
  margin-right: 3rem;
}

.about-contact-us .our-contacts .location .text {
  width: 70%;
}

.about-contact-us .our-contacts .form-section {
  padding: 0 8rem;
  border-radius: 2rem;
}
.about-contact-us .wpcf7-form .country-select.inside {
  padding-top: 5rem;
}
.about-contact-us .wpcf7-form .country-select .flag-dropdown {
  bottom: -10px;
}

/* ----------------------------------- */
/* --------- FAQ Page ----------- */
/* ----------------------------------- */
.faq-container .side-bar .inner {
  padding: 3rem;
  border-radius: 1.5rem;
  position: sticky;
  top: 3rem;
}
.faq-container .side-bar .inner li {
  border-bottom: 1px solid #4b4b4b36;
}
.faq-container .side-bar .inner li a {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 2rem 0;
  display: block;
}
.faq-container .side-bar .inner li.active a,
.faq-container .side-bar .inner li:hover a,
.faq-container .accordion-content a {
  color: #7a4f27;
}
.faq-container .side-bar .inner li:last-child {
  border-bottom: none;
}
.faq-container .main-content {
  width: 67%;
}
.faq-container .faq-group {
  padding-top: 9rem;
}
.faq-container .faq-group:first-of-type {
  padding-top: 0;
}
.faq-container .main-content > div h2 {
  margin-bottom: 1rem;
}
.faq-container .accordion-block {
  border-bottom: 1px solid #00000038;
}
.faq-container .accordion-heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  padding: 4rem 10rem 4rem 0;
  position: relative;
  cursor: pointer;
}
.faq-container .accordion-content {
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
.faq-container .accordion-content ul {
  padding-left: 3rem;
  margin-top: 5rem;
}
.faq-container .accordion-content ul li {
  font-size: 1.9rem;
  color: #636363;
  list-style: disc;
  margin-top: 1.5rem;
}
.faq-container .accordion-content .link-box a {
  font-size: 2rem;
}
.faq-container .accordion-content a:hover {
  text-decoration: underline;
}
.faq-container .accordion-heading::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/accordion-arrow.webp") no-repeat center;
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
  top: 5rem;
  right: 5rem;
  transition: 0.5s;
}
.faq-container .accordion-heading.active::after {
  transform: rotate(180deg);
}
/* ----------------------------------- */
/* --------- Awards Page ----------- */
/* ----------------------------------- */
.awards-banner {
  padding: 23rem 0 41rem;
}

.our-achievements .content .text-box {
  margin-top: 13rem;
}

.our-achievements .content .img-box:last-child {
  margin-top: 26rem;
}

.our-achievements .content .icon-box img {
  height: 13rem;
  object-fit: scale-down;
  transform: scaleX(-1);
}

.our-achievements .content .img-box::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/award-vector.webp") no-repeat center;
  background-size: contain;
  width: 88rem;
  height: 73rem;
  left: -42rem;
  top: 31rem;
  z-index: -1;
  transform: rotate(-9deg);
}

.our-achievements .content .img-box:last-child::before {
  left: unset;
  right: -48rem;
  top: -17rem;
  height: 67rem;
  transform: rotate(0);
  transform: scaleX(-1);
}

.our-awards .award-box-container {
  margin-bottom: -8rem;
}

.our-awards .award-box {
  width: 26%;
  padding: 0 3rem;
  border-right: 1px solid #b0b0b0;
  margin-bottom: 8rem;
  text-align: center;
}

.our-awards .award-box:first-child,
.our-awards .award-box:nth-child(5) {
  padding-left: 0;
  width: 24%;
}

.our-awards .award-box:last-child,
.our-awards .award-box:nth-child(4) {
  padding-right: 0;
  border-right: 0;
  width: 24%;
}

.our-awards .award-box img {
  width: 70%;
  margin: 0 auto;
}

.our-awards .award-box h5 {
  color: #696969;
  font-weight: 600;
  margin-top: 2rem;
  letter-spacing: -0.05rem;
  font-size: 2.5rem;
}

.our-awards .award-box p {
  color: #6d7175;
  font-size: 2.4rem;
  letter-spacing: -0.05rem;
}

.media-highlights .media-mentions-container {
  margin-bottom: -6rem;
}

.media-highlights .media-mentions-container li {
  width: 30.6%;
  margin-right: 6rem;
  margin-bottom: 6rem;
}

.media-highlights .media-mentions-container li:nth-child(3n + 3) {
  margin-right: 0;
}

.media-highlights .media-mentions-container li .text-box {
  width: 90%;
}
/* ----------------------------------- */
/* --------- Life At AAA Page ----------- */
/* ----------------------------------- */
.leadership-opportunities .cards-container,
.leadership-opportunities .leadership-cards-slider li,
.leadership-opportunities .leadership-cards-slider li h4 {
  width: 100%;
}
.leadership-cards-slider .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45.31%,
    rgba(0, 0, 0, 0.370268) 70.43%,
    #000000 110.91%
  );
}
.leadership-opportunities .cards-container h4 {
  color: #fff;
  width: 90%;
}
.leadership-opportunities .cards-container li {
  border-radius: 0;
}
.leadership-opportunities .cards-container li .overlay {
  padding: 6rem;
}
.leadership-opportunities .leadership-cards-slider li .inner {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 13rem;
}
.leadership-cards-slider .slick-dots,
.best-of-industries .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 10rem;
  box-sizing: border-box;
}
.leadership-cards-slider .slick-dots li {
  width: max-content !important;
}
.leadership-cards-slider .slick-dots li button,
.best-of-industries .slider-box .slick-dots li button {
  background: transparent;
  border: 1px solid #fff;
}
.leadership-cards-slider .slick-dots li.slick-active button,
.best-of-industries .slider-box .slick-dots li.slick-active button {
  background: #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.best-of-industries .text-box p.name {
  font-size: 1.6rem;
  font-weight: 600;
}
.best-of-industries .text-box p.designation {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.best-of-industries .text-box .industry-experts li {
  text-align: center;
  padding: 0 3rem;
  border-right: 1px solid #d9d9d9;
}
.best-of-industries .text-box .industry-experts li .img-box {
  display: flex;
  justify-content: center;
}
.best-of-industries .text-box .industry-experts li img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}
.best-of-industries .slick-dots {
  bottom: 8rem;
}
.best-of-industries .slick-dots li {
  width: 0;
  height: 0;
  margin: 0 1.5rem;
}
.best-of-industries .slider-box {
  width: 43%;
}
.best-of-industries .slider-box .best-industries-slider li img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}

.studios-faculties .section-bottom-border {
  padding-bottom: 10rem;
}
.studios-faculties .marquee-text {
  width: 150%;
}
.explore-courses {
  padding: 17rem 0 35rem;
}
.explore-courses h3 {
  font-style: italic;
}
.explore-courses .text-box .designation {
  font-size: 2.5rem;
}

/* ----------------------------------- */
/* --------- Payment Page ----------- */
/* ----------------------------------- */
.payments-banner {
  padding: 23rem 0 14rem;
  background: url("../images/payments-banner.webp") no-repeat center;
  background-size: cover;
}
.payments-banner .subtitle p,
.payments-banner h2 {
  color: #000;
}
.payments-banner .subtitle p {
  font-size: 3rem;
}
.payment-system .payment-box {
  padding: 6rem 7rem 5rem 6rem;
  width: 48%;
  transition: 0.5s;
  border-radius: 2rem;
}
.payment-system .payment-box .icon img {
  width: 8rem;
  object-fit: scale-down;
}
.payment-system .payment-box:hover {
  box-shadow: 0 2rem 4rem #ccc;
}
.payment-system .payment-box .btn {
  border: 1px solid #000;
}

/* Page Loader */
#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
}

#page-loader .wrapper {
  width: 100px;
  height: 100px;
  background: white;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
}

#page-loader .box {
  width: 50%;
  height: 50%;
  flex: 50%;
  transition: 0.5s;
  border: 2px solid white;
}

#page-loader .box:nth-child(1) {
  animation: load 1s infinite;
}

#page-loader .box:nth-child(2) {
  animation: load2 1s infinite;
  animation-delay: 0.2s;
}

#page-loader .box:nth-child(3) {
  animation: load3 1s infinite;
  animation-delay: 0.7s;
}

#page-loader .box:nth-child(4) {
  animation: load4 1s infinite;
  animation-delay: 0.5s;
}

@keyframes load {
  0% {
    background: rgba(231, 76, 60, 0);
  }
  30% {
    background: rgb(231, 76, 60);
  }

  100% {
    background: rgba(231, 76, 60, 0);
  }
}

@keyframes load2 {
  0% {
    background: rgba(46, 204, 113, 0);
  }
  30% {
    background: rgb(46, 204, 113);
  }

  100% {
    background: rgba(46, 204, 113, 0);
  }
}

@keyframes load3 {
  0% {
    background: rgba(230, 126, 34, 0);
  }
  30% {
    background: rgb(230, 126, 34);
  }

  100% {
    background: rgba(230, 126, 34, 0);
  }
}

@keyframes load4 {
  0% {
    background: rgba(241, 196, 15, 0);
  }
  30% {
    background: rgb(241, 196, 15);
  }

  100% {
    background: rgba(241, 196, 15, 0);
  }
}

/* Body Scrollbar */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background-color: #777777;
}

/* form countrycode css */
.form-section .intl-tel-input .flag-container {
  top: 9px;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
}
.intl-tel-input.allow-dropdown input[type="text"] {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.quick-connect-box .intl-tel-input.allow-dropdown input[type="text"] {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.iti-flag {
  width: 2.5rem !important;
  height: 1.8rem !important;
}
.appointment-form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 3.3rem !important;
  font-size: 1.7rem;
  color: #a9a9a9;
}
.appointment-form .intl-tel-input.allow-dropdown input[type="text"] {
  padding-top: 0rem !important;
  padding-bottom: 2rem !important;
}
.appointment-form .intl-tel-input.allow-dropdown .flag-container,
.appointment-form .intl-tel-input.separate-dial-code .flag-container {
  bottom: 1.5rem !important;
}
.intl-tel-input .country-list {
  z-index: 999 !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: max-content !important;
  padding-right: 12px;
}

.send-message-section .form-section .intl-tel-input .flag-container {
  top: 24px !important;
}
.send-message-section
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  input,
.send-message-section
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4
  input {
  margin-top: 3rem !important;
}
.intl-tel-input .selected-flag .iti-arrow {
  right: 0 !important;
}
.quick-connect-box.full-width {
  position: relative;
  left: 0;
  z-index: 10;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] {
  padding-left: 12rem !important;
}

/* Popup Styles */
.popup-box {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.popup-box.active {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  left: 0;
  top: 0;
}
.popup-content-wrapper {
  position: relative;
  z-index: 10;
  padding: 8rem 5rem 5rem 5rem;
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 85%;
  max-width: 1000px;
  max-height: 90vh;
  margin: 0 auto;
}
.apply-now-popup .popup-content-wrapper {
  max-width: 912px;
}
.popup-box .heading-box {
  margin-bottom: 5rem;
}
.popup-box h3,
.popup-box p {
  color: #636363;
}
.popup-box h3 {
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.popup-content {
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  overflow-y: auto;
  max-height: calc(90vh - 13rem);
}
.popup-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar-thumb {
  background-color: #777777;
}
.close-popup {
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 3.1rem);
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fcf3ea;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.close-popup img {
  filter: invert(1);
  max-width: 2rem;
  object-fit: contain;
  display: inline-block;
  transition: all 0.4s ease;
}
.close-popup:hover {
  background-color: #333333;
}
.close-popup:hover img {
  filter: none;
}
.apply-now-popup form {
  width: 100%;
  display: block;
}
.apply-now-popup .input-box {
  margin-bottom: 4rem;
}
.apply-now-popup .input-box input,
.apply-now-popup .input-box textarea,
.apply-now-popup .input-box select {
  font-size: 2rem;
  font-family: inherit;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  color: #15151582;
  padding: 0 0 2rem 5px;
}
.apply-now-popup .input-box.half-width {
  width: 47%;
}
.apply-now-popup .intl-tel-input.allow-dropdown input[type="text"] {
  padding-top: 0 !important;
  padding-bottom: 2rem !important;
}
.apply-now-popup .intl-tel-input .flag-container {
  top: -1.6rem !important;
}
.apply-now-popup .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 1.7rem;
  margin-top: 5px;
  left: 0;
}
.apply-now-popup .wpcf7-response-output {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
}
.wpcf7-form .country-select {
  width: 100% !important;
}
.apply-now-popup .intl-tel-input .country-list,
.wpcf7-form .country-select .country-list,
.wpcf7-form .country-select ul.country-list {
  max-width: 350px !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
.section-divider .container {
  border-top: 1px solid #a1a1a1;
}
.mobile-call-buttons {
  display: none;
}
.line-clump {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.two-line {
  -webkit-line-clamp: 2;
}
.three-line {
  -webkit-line-clamp: 3;
}
.four-line {
  -webkit-line-clamp: 4;
}
.wpcf7-form .country-select .flag-dropdown {
  bottom: 15px;
}

/* ------------ Custom Country Dropdown ----------- */
.country-dropdown,
.phone-dropdown {
  position: relative;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  margin-top: 5rem;
}

.country-dropdown::after,
.phone-dropdown::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  width: 1.3rem;
  height: 1rem;
  background: url("https://academyofappliedarts.com/wp-content/themes/aaa/assets/images/accordion-arrow-white.webp")
    no-repeat center;
  background-size: contain;
  filter: invert(1);
  transform: rotate(180deg);
}

.country-dropdown span,
.phone-dropdown span {
  font-size: 2rem;
}

.dropdown-selected {
  display: flex;
  align-items: center;
  background: transparent;
  padding-bottom: 5rem;
  border-bottom: 1px solid #bdbdbd;
}

.dropdown-selected img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  min-width: 300px;
}
.dropdown-options::-webkit-scrollbar {
  width: 8px;
}

.dropdown-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.dropdown-options div {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}

.dropdown-options div:hover {
  background: #f0f0f0;
}

.dropdown-options img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.send-message-section .form-container .country-dropdown {
  margin-top: 7rem;
}

.quick-connect-box .country-dropdown,
.apply-now-popup .country-dropdown,
.job-detail-form .country-dropdown {
  margin-top: 0;
}

.quick-connect-box .dropdown-selected {
  border: 1px solid #d4d4d4;
  padding: 2.5rem 2rem;
  border-radius: 0.8rem;
}

.quick-connect-box .country-dropdown::after {
  top: 4rem;
  right: 5px;
}

.apply-now-popup .dropdown-selected {
  padding-bottom: 2rem;
}

.contact-bar .country-field label img {
  width: 2.5rem;
}

.quick-connect-box .contact-bar .input-field {
  width: 20%;
}

.course-access-form .popup-content {
  min-height: 450px;
}

#admissionForm .dropdown-selected,
.about-contact-us .dropdown-selected {
  padding-bottom: 4rem;
}

.job-detail-form .dropdown-selected {
  background-color: #fff;
  padding: 2rem 1.5rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  border: 2px solid transparent;
}

.job-detail-form .country-dropdown::after {
  top: 3rem;
  right: 1rem;
}
.phone-dropdown-wrapper {
  position: relative;
}
.phone-dropdown-wrapper p{
  width: 100%;
}
.phone-dropdown-wrapper .phone-dropdown::after {
  right: -1.5rem;
}

.phone-dropdown-wrapper .phone-dropdown-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

form.wpcf7-form .phone-dropdown-wrapper p input {
  padding-left: 100px;
}
.quick-connect-box .phone-dropdown .dropdown-selected {
  border: 0;
  border-radius: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}
.quick-connect-box .phone-dropdown-wrapper .phone-dropdown::after {
  top: 3.3rem;
}
