::selection {
  color: #000;
  background: #f0c424;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ========= TOP NAVBAR ========= */
.top-nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}
.top-nav-brand {
  max-width: 100%;
}
.top-nav-brand img {
  width: 50% !important;
  height: auto;
}
.top-nav-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-right: 20px;
  padding: 10px;
}
.top-nav-item {
  margin-right: 20px;
}
.top-nav-icon {
  color: #138dd5 !important;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-right: 5px;
}
.top-nav-link {
  margin: 0;
  color: #000000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.top-nav-link-media {
  text-decoration: none;
  font-size: 24px !important;
  margin: 0;
}

/* ========= MAIN NAVBAR ========= */
.navbar {
  background-color: #138dd5 !important;
  border-top: 2px solid #138dd5;
  border-bottom: 2px solid #138dd5;
}
.active {
  color: #1c3746 !important;
  font-weight: 500;
}
.nav-link {
  color: #e0e0e0;
  font-size: 18px;
}
.nav-link:hover {
  color: #1c3746;
}
.navbar-brand {
  display: none !important;
}

/* ========= COLLEGE AFFILIATIONS ========= */
.home-section-2-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.home-section-2-card {
  max-width: 100%;
  max-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-section-2-card img {
  width: 50%;
  height: auto;
  margin-bottom: 20px;
}
.home-section-2-card p {
  font-weight: 500;
  text-align: center;
}
.home-section-2-carousel {
  display: none;
}

/* ========= HOME SECTION 3 ========= */
.home-section-3-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.home-section-4-carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section-3-slider-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section-3-slider-img img {
  width: 80% !important;
  height: auto;
  border-radius: 5px;
}
.home-section-3-heading h1 {
  font-size: 18px;
  margin: 0;
}
.home-section-3-heading h2 {
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  color: #138dd5;
}
.home-section-3-heading p {
  font-size: 20px;
  margin-bottom: 30px;
}
.home-section-3-heading a {
  text-decoration: none;
  color: #138dd5;
  border: 1px solid #138dd5;
  border-radius: 5px;
  padding: 10px;
}
.home-section-3-heading a:hover {
  background-color: #138dd5;
  color: #fff;
  transition: 0.3s all ease-in-out;
}

/* ========= HOMEPAGE SECTION 4 ========= */
.section-4-container {
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url("../images/scroll-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section-4-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.home-section-4-standalone h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
}
.home-section-4-card {
  margin: 5px;
  border: 1px solid #fff;
  padding: 30px;
  color: #e7e7e7e7;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
}
.home-section-4-card:hover {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  transform: scale(1.02);
  transition: 0.3s all ease-in-out;
}
.home-section-4-card img {
  max-width: 100%;
  max-height: 50px;
  margin-bottom: 20px;
}
.home-section-4-card h2 {
  margin: 0;
  font-size: 22px;
}
.home-section-4-card p {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

/* ========= HISTORY SECTION ========= */
.history-section-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-section-img {
  max-width: 100%;
}
.history-section-img img {
  width: 100%;
  border-radius: 5px;
}
.history-section-txt {
  max-width: 100%;
  padding: 20px;
}
.history-section-txt h5 {
  font-size: 55px;
  font-weight: bold;
}
.history-section-txt p {
  font-size: 16px;
  text-align: justify;
}

/* ========= HOME SECTION 5 ========= */
.home-section-5 {
  margin-top: 250px !important;
  margin-bottom: 100px;
}
.home-section-5 h3 {
  text-align: center;
  color: #138dd5;
  font-weight: bolder;
  font-size: 50px;
}
.home-section-5 p {
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.home-section-5-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.home-section-5-card {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  width: 100%;
  height: 350px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
.home-section-5-card img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.home-section-5-card h4 {
  text-align: left;
  color: #138dd5;
  font-weight: bold;
  font-size: 30px;
}
.home-section-5-card p {
  text-align: left;
}
/* .home-section-5 {
  margin-top: 250px !important;
  margin-bottom: 100px;
}
.home-section-5 h3 {
  font-weight: bold;
  margin-bottom: 100px;
  color: #138dd5;
  font-size: 40px;
}
.home-section-5-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-section-5-card {
  max-width: 500px !important;
  max-height: 300px;
  width: 500px;
  height: 300px;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-section-5-card h4 {
  font-size: 18px;
}
.home-section-5-card p {
  font-size: 20px;
}
.section-5-line {
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.home-section-5-card-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  max-height: auto;
  flex-direction: column;
}
.home-section-5-card-img img {
  width: 100%;
  height: auto;
} */

/* ========= HOME SECTION 7 ========= */
.home-section-7 {
  margin-top: 250px !important;
  margin-bottom: 100px;
}
.home-section-7 h3 {
  text-align: center;
  color: #138dd5;
  font-weight: bolder;
  font-size: 50px;
}
.home-section-7 p {
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.home-section-7-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
.home-section-7-card {
  max-width: 350px;
  max-height: 550px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  background-color: #fff;
  margin-bottom: 30px !important;
}
.home-section-7-card img {
  width: 100%;
  height: auto;
}
.home-section-7-card h3 {
  font-size: 20px;
  margin: 0;
  color: #1c3746;
  text-align: left;
}
.home-section-7-card p {
  font-size: 16px;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.home-section-7-btn {
  background-color: #fff;
  border: 0;
}
.view-more-album-btn {
  margin-top: 100px !important;
  text-align: center;
}
.view-more-album-btn a {
  text-decoration: none;
  border: 1px solid #138dd5 !important;
  padding: 10px;
  border-radius: 5px;
  color: #138dd5;
  font-size: 18px;
}
.view-more-album-btn a:hover {
  background-color: #138dd5;
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.ellipses {
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========= EVENTS ========= */
.events-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.events-section-7-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.events-section-7-card {
  max-width: 350px;
  max-height: 550px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  background-color: #fff;
  margin-top: 30px !important;
}
.events-section-7-card img {
  width: 100%;
  height: auto;
}
.events-section-7-card h3 {
  font-size: 20px !important;
  margin: 0;
  color: #1c3746;
  text-align: left;
}
.events-section-7-card p {
  font-size: 16px;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.events-section-7-btn {
  background-color: #fff;
  border: 0;
}
.album-details {
  margin-top: 100px;
  margin-bottom: 50px;
}
.album-details h2 {
  color: #138dd5 !important;
  font-weight: bold !important;
  margin: 0 !important;
}
.album-details p {
  margin: 0;
}
.album-grid {
  display: flex;
  flex-wrap: wrap;
  justify-self: stretch;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.album-img {
  max-width: 400px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border: 1px solid #e7e7e7;
}
.album-img img {
  width: 100%;
  height: auto;
}
.event-ellipses {
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========= HOMEPAGE CONNECT ========= */
.homepage-connect-container {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.connect-lottie {
  margin-left: 30px;
  width: 500px;
  height: 500px;
}
.connect-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  margin-right: 20px;
}
.connect-content h3 {
  font-weight: bold;
  color: #1c3746;
  font-size: 36px;
  text-align: right;
}
.connect-content p {
  margin: 0;
  margin-bottom: 20px !important;
  text-align: right;
  font-size: 20px;
}
.home-connect-btn {
  background-color: #138dd5;
  text-decoration: none;
  padding: 10px;
  margin-top: 20px !important;
  color: #fff;
  border-radius: 10px;
}

/* ========= HOMEPAGE EVENT BRIEF ========= */
.events-brief-container {
  max-width: 100%;
}
.homepage-event-brief-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  justify-content: center;
  background: rgb(19, 141, 213);
  background: linear-gradient(
    132deg,
    rgba(19, 141, 213, 1) 10%,
    rgba(26, 80, 111, 1) 90%
  );
  padding: 50px;
  -webkit-box-shadow: 5px 5px 50px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 50px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 50px -20px rgba(0, 0, 0, 0.75);
}
.homepage-event-brief-card {
  width: 350px;
  margin: 5px;
  border: 1px solid #e7e7e7e7;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
}
.homepage-event-brief-card h3 {
  margin: 0;
  font-size: 18px;
}
.homepage-event-brief-card p {
  margin: 0;
  font-size: 15px;
  color: #4d4d4d;
}
.homepage-card-inner-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 15px;
}
.element-1 {
  flex: 1;
}
.element-label {
  font-size: 12px !important;
  margin: 0;
  color: #777;
}
.element-date {
  font-weight: 500;
  color: #138dd5 !important;
  margin: 0;
}
.element-2 a {
  text-decoration: none;
  background-color: #1c3746;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
/* ========= WHO WE ARE ========= */
.who-we-are-section-header-img-container {
  max-width: 100%;
  max-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 450px;
  background-image: url("../slider-images/section-banner-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.who-we-are-section-header-img-container h2 {
  margin: 0;
  color: #fff !important;
  font-weight: bold;
}
.who-we-are-inner-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.who-we-are-inner-link a {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  margin-right: 5px !important;
}
.who-we-are-inner-link a:hover {
  margin: 0;
  color: #1c3746;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
}
.who-we-are-inner-link p {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

/* ========= WHO WE ARE SECTION 1 ========= */
.who-we-are-section-1-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section-2-img-container img {
  width: 100%;
  height: auto;
}
.about-section-2-text {
  font-size: 18px;
  margin-top: 20px;
  text-align: justify;
}

/* ========= STUDENT CORNER ========= */
.student-corner-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.table-container {
  background-color: #fff;
  border: 1px solid #e7e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 5px;
}
.download-btn {
  text-decoration: none;
  color: #138dd5;
}

/* ========= WHO WE ARE SECTION 4 ========= */
.who-we-are-section-4-container {
  background-color: #e7e7e7;
  padding: 40px;
  margin-top: 100px;
}
.who-we-are-section-4-row {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.who-we-are-section-4-banner {
  background: rgb(43, 215, 205);
  background: linear-gradient(
    132deg,
    rgba(43, 215, 205, 1) 10%,
    rgba(82, 31, 255, 1) 90%
  );
  width: 350px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  flex-direction: column;
  border-radius: 5px;
}
.who-we-are-section-4-banner p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 15px;
}
.who-we-are-section-4-banner h4 {
  color: #fff;
  font-weight: bold;
  font-size: 85px;
  line-height: 70px;
}
.who-we-are-section-4-faculty-card-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 50px;
}
.who-we-are-section-4-faculty-card {
  max-width: 250px;
  max-height: 350px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}
.who-we-are-section-4-faculty-card img {
  width: 100%;
  height: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.who-we-are-section-4-faculty-card h5 {
  font-size: 18px;
  margin: 0px;
  font-weight: bold;
  margin-top: 10px;
}
.mobile-version {
  display: none;
}

.about-section-banner {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.about-section-banner h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #1c3746 !important;
  margin-bottom: 15px;
}
.about-section-banner p {
  margin: 0;
  font-size: 36px;
  color: #000;
  line-height: 40px;
  font-weight: 500;
}
.about-section-banner a {
  margin: 0;
  font-size: 20px;
  color: #777;
  font-weight: 500;
  text-decoration: none;
}
.about-section-txt p {
  font-size: 20px;
  color: #777;
  margin: 0;
  line-height: initial;
  text-align: justify;
  font-weight: initial;
}
.section-2-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px !important;
}
.section-2-img-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-2-img-container img {
  width: 90%;
  border-radius: 10px;
}
.section-2-txt {
  padding: 10px;
}
.section-2-txt p {
  font-size: 20px;
  text-align: justify;
}
.section-3-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 100px;
}
.section-3-heading h2 {
  font-size: 44px;
  font-weight: bold;
}
.section-3-heading h2 span {
  font-size: 44px;
  font-weight: bold;
  color: #138dd5 !important;
}
.section-3-line {
  width: 150px;
  border-bottom: 4px solid #138dd5;
}
.section-3-founder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px !important;
}
.founder-img-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
}
.founder-img-container img {
  width: 70%;
}
.founder-details {
  padding: 20px;
}
.founder-details h3 {
  font-weight: bold;
  margin: 0;
  font-size: 50px;
}
.founder-details h4 {
  margin: 0;
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
  font-weight: 300;
}
.founder-details h4 span {
  color: #138dd5;
}
.founder-details p {
  font-size: 18px;
}
.founder-img-container-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}
.founder-img-container-right img {
  width: 70%;
}
.founder-details-right {
  padding: 20px;
}
.founder-details-right h3 {
  font-weight: bold;
  margin: 0;
  font-size: 50px;
  text-align: right;
}
.founder-details-right h4 {
  margin: 0;
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: right;
}
.founder-details-right h4 span {
  color: #138dd5;
  text-align: right;
}
.founder-details-right p {
  font-size: 18px;
  text-align: right;
}

/* ========= COURSES SECTION 1 ========= */
.courses-section-1 {
  margin-top: 150px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.courses-section-1-txt {
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  margin: 3px;
  text-decoration: none;
}
.courses-section-1-txt h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.courses-section-1-txt p {
  margin: 0;
  font-size: 15px;
}
.courses-section-1-txt#txt-left {
  background-color: #138dd5;
  color: #1c3746;
}
.courses-section-1-txt#txt-left:hover {
  background-color: #138dd5;
  color: #fff;
  transition: 0.3s all ease-in;
}
.courses-section-1-txt#txt-right {
  background-color: #1c3746;
  color: #138dd5;
}
.courses-section-1-txt#txt-right:hover {
  background-color: #1c3746;
  color: #fff;
  transition: 0.3s all ease-in;
}
.courses-section-1-img {
  max-width: 200px;
}
.courses-section-1-img img {
  width: 200px;
  margin-top: -100px;
}

/* ========= COURSES SECTION 2 ========= */
.courses-section-2-navs {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.courses-section-nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.courses-section-2-nav-link {
  font-size: 18px;
  color: #1c3746;
}
.nav-pills {
  border: 1px solid #138dd5;
  padding: 10px;
  border-radius: 20px;
  color: #1c3746;
  font-weight: 500;
  text-align: center;
}

/* ========= DEPARTMENTS ========= */
.department-row {
  display: flex;
  flex-wrap: wrap;
  justify-items: stretch;
  align-content: space-evenly;
}
.department-tab {
  max-width: 380px;
  max-height: 380px;
  width: 380px;
  height: 380px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #1c3746 !important;
  margin: 10px;
}
.department-tab img {
  width: 50%;
  height: auto;
}
.department-tab h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.department-tab:hover {
  color: #138dd5 !important;
  transition: 0.3s all ease-in-out;
}

.carousel-prev-department-btn {
  margin-left: -120px !important;
}
.carousel-next-department-btn {
  margin-right: -120px !important;
}
#department-mobile-view {
  display: none;
}

/* ========= DEPARTMENT SECTION 2 ========= */
.department-section-2 {
  margin-top: 200px !important;
}
.department-section-2 h3 {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0 !important;
}
.department-section-2 h4 {
  font-size: 150px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
  margin-top: -20px !important;
  -webkit-text-stroke: 4px #138dd5;
  color: #fff;
  margin-bottom: 100px;
  line-height: 120px;
}
.department-faculty-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-items: stretch;
  align-content: center;
  width: 100%;
}
.department-faculty-details {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  flex-direction: column !important;
  margin-top: 50px;
}
.department-faculty-details img {
  width: 75%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}
.department-faculty-name {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.department-faculty-designation {
  text-align: center;
}
.department-faculty-qual {
  text-align: center;
  color: #138dd5 !important;
}
.department-faculty-inner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #138dd5 !important;
}
.department-faculty-inner-row a {
  text-decoration: none;
  text-align: center;
}
.department-faculty-inner-row img {
  width: 8%;
  height: auto;
  margin-left: 10px;
}

/* ========= ADMISSIONS REGISTRATION FORM ========= */
.registration-form-heading {
  margin-top: 50px;
}
.registration-form-heading h1 {
  font-weight: bold;
  margin: 0;
  color: #138dd5 !important;
  font-size: 28px;
}
.registration-form-heading p {
  margin: 0;
  color: #000 !important;
}
.registration-form {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #e7e7e7e7;
  border-radius: 10px;
  padding: 40px;
}
.registration-form-input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ========= CONTACT ========= */
.contact-section-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section-lottie {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section-lottie lottie-player {
  width: 250px;
  height: 250px;
}
.contact-details-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-bottom: 30px;
}
.contact-details-icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.contact-details {
  flex: 1;
  margin-left: 10px;
}
.contact-details h3 {
  margin: 0;
  color: #138dd5;
  font-size: 20px;
  font-weight: bold;
}
.contact-details p {
  margin: 0;
  color: #000;
}
.contact-section {
  margin-left: 20px;
}
.contact-section h2 {
  color: #138dd5;
  margin: 0;
  font-weight: bold;
  font-size: 36px !important;
}
.contact-section p {
  color: #000;
  margin: 0;
}
.contact-form {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 40px;
}
/* ========= FOOTER ========= */
.footer {
  background: rgb(19, 141, 213);
  background: linear-gradient(
    132deg,
    rgba(19, 141, 213, 1) 10%,
    rgba(26, 80, 111, 1) 90%
  );
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.footer-img hr {
  border-color: #fff !important;
  width: 50%;
}
.footer-img img {
  width: 50%;
  height: auto;
}
.footer-img p {
  margin: 0;
  color: #fff;
}
.footer-menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 100px;
}
.footer-menu li {
  list-style: none;
  margin-bottom: 30px;
}
.footer-menu a {
  text-decoration: none;
  color: #fff;
}

/* ========= DEVELOPER FOOTER ========= */
.developer-footer {
  background-color: #1c3746;
  padding: 10px;
}
.developer-footer p {
  margin: 0;
  color: #fff;
  text-align: center;
}
.developer-footer span a {
  color: #138dd5;
  text-decoration: none;
}

/* ========= LEGAL ========= */
.legal-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.legal-section h6 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.legal-section p {
  font-size: 20px;
  text-align: left !important;
}
.legal-section li {
  font-size: 18px !important;
}

@media only screen and (max-width: 768px) {
  /* ========= TOP NAVBAR ========= */
  .top-nav {
    display: none;
  }

  /* ========= MAIN NAVBAR ========= */
  .navbar {
    background-color: initial !important;
    border-bottom: 1px solid #1c3746;
  }
  .navbar:hover {
    background-color: initial !important;
    transition: none;
  }
  .navbar-brand {
    display: initial !important;
    max-width: 100%;
  }
  .navbar-brand img {
    width: 150px;
  }
  .nav-link {
    color: initial;
  }
  .nav-link:hover {
    color: initial;
  }

  /* ========= COLLEGE AFFILIATIONS ========= */
  .home-section-2-row {
    display: none;
  }
  .home-section-2-carousel {
    display: initial !important;
  }
  .home-section-2-card {
    padding: 40px;
  }
  .home-section-2-card img {
    width: 30%;
    height: auto;
    margin-bottom: 20px;
  }

  /* ========= HOME SECTION 3 ========= */
  .home-section-3-row {
    flex-direction: column;
  }
  .home-section-4-carousel-container {
    margin-bottom: 80px !important;
  }
  .home-section-3-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .home-section-3-heading h1 {
    text-align: center;
  }
  .home-section-3-heading h2 {
    text-align: center;
  }
  .home-section-3-heading p {
    text-align: center;
  }
  .home-section-3-heading a {
    text-decoration: none;
    color: #138dd5;
    border: 1px solid #138dd5;
    border-radius: 5px;
    padding: 10px;
  }
  .home-section-3-heading a:hover {
    background-color: #138dd5;
    color: #fff;
    transition: 0.3s all ease-in-out;
  }

  /* ========= HOME PAGE BRIEF SECTION ========= */
  .home-page-brief {
    padding: 10px;
  }
  .home-page-brief-section {
    flex-direction: column;
  }
  .home-page-brief-lottie {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-page-brief-content h1 {
    font-weight: bolder;
    margin: 0;
    font-size: 44px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-page-brief-content p {
    text-align: center;
    font-size: 16px !important;
  }
  .home-page-brief-lottie lottie-player {
    width: 200px !important;
    height: 200px !important;
    margin: 0 !important;
  }
  .home-page-brief-btn {
    background-color: #138dd5;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .home-page-brief-btn:hover {
    background-color: #1c3746;
    transition: 0.3s all ease-in-out;
  }
  .home-page-brief-btn a {
    text-decoration: none;
    color: #fff;
  }

  /* ========= HOMEPAGE SECTION 4 ========= */
  .section-4-container {
    height: 1000px;
  }
  .home-section-4-row {
    flex-direction: column;
  }
  .home-section-4-standalone h2 {
    margin-bottom: 30px !important;
    text-align: center;
  }
  .home-section-4-card {
    margin: 5px;
    border: 1px solid #138dd5;
    padding: 30px;
    color: #138dd5;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
  }
  .home-section-4-card:hover {
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s all ease-in-out;
  }
  .home-section-4-card h2 {
    margin: 0;
    font-size: 22px;
  }
  .home-section-4-card p {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
  }

  /* ========= HISTORY SECTION ========= */
  .history-section-row {
    flex-direction: column;
  }
  .history-section-txt {
    padding: 10px;
  }

  /* ========= HOME SECTION 5 ========= */
  .home-section-5 {
    margin-top: 150px !important;
    margin-bottom: 100px;
  }
  .home-section-5 h3 {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .home-section-5-card-row {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: column !important;
  }
  .home-section-5-card {
    max-width: 100% !important;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .home-section-5-card h4 {
    font-size: 18px;
  }
  .home-section-5-card p {
    font-size: 20px;
  }
  .section-5-line {
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .home-section-5-card-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
    max-height: 300px;
    flex-direction: column;
  }
  .home-section-5-card-img img {
    width: 70%;
  }

  /* ========= HOME SECTION 7 ========= */
  .home-section-7 {
    margin-top: 250px !important;
    margin-bottom: 100px;
  }
  .home-section-7 h3 {
    text-align: center;
    color: #138dd5;
    font-weight: bolder;
    font-size: 50px;
  }
  .home-section-7 p {
    text-align: center;
    margin: 0;
    font-size: 20px;
  }
  .home-section-7-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
  }
  .home-section-7-card {
    max-width: 350px;
    max-height: 550px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    background-color: #fff;
    margin-top: 20px !important;
  }
  .home-section-7-card img {
    width: 100%;
    height: auto;
  }
  .home-section-7-card h3 {
    font-size: 20px;
    margin: 0;
    color: #1c3746;
    text-align: left;
  }
  .home-section-7-card p {
    font-size: 16px;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .home-section-7-btn {
    background-color: #fff;
    border: 0;
  }
  .view-more-album-btn {
    margin-top: 100px !important;
    text-align: center;
  }
  .view-more-album-btn a {
    text-decoration: none;
    border: 1px solid #138dd5 !important;
    padding: 10px;
    border-radius: 5px;
    color: #138dd5;
    font-size: 18px;
  }
  .view-more-album-btn a:hover {
    background-color: #138dd5;
    color: #fff;
    transition: 0.3s all ease-in-out;
  }
  .ellipses {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* ========= WHY RGS ========= */
  .why-rgs-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .why-rgs-content h3 {
    font-size: 30px;
    line-height: initial;
    text-align: center;
  }
  .why-rgs-icon-holder {
    width: 100px;
    height: 50px;
  }

  /* ========= HOMEPAGE CONNECT ========= */
  .homepage-connect-container {
    flex-direction: column;
    padding: 10px;
    margin-bottom: 50px;
  }
  .connect-lottie {
    display: none;
  }
  .connect-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
  }
  .connect-content h3 {
    font-weight: bold;
    color: #1c3746;
    font-size: 36px;
    text-align: center;
  }
  .connect-content p {
    margin: 0;
    margin-bottom: 20px !important;
    text-align: center;
    font-size: 20px;
  }
  .home-connect-btn {
    background-color: #138dd5;
    text-decoration: none;
    padding: 10px;
    margin-top: 20px !important;
    color: #fff;
    border-radius: 10px;
    text-align: center;
  }

  /* ========= HOMEPAGE EVENT BRIEF ========= */
  .section-3-heading h2 {
    text-align: center;
    font-size: 30px;
  }
  .section-3-heading h2 span {
    text-align: center;
    font-size: 30px;
  }
  .homepage-event-brief-grid {
    padding: 20px;
  }
  .homepage-event-brief-card {
    width: 100%;
  }

  /* ========= WHO WE ARE SECTION 1 ========= */
  .who-we-are-section-1-container {
    margin-bottom: 50px;
  }
  .who-we-are-section-1-container img {
    width: 100%;
    height: auto;
  }

  /* ========= WHO WE ARE SECTION 2 ========= */
  .about-section-2-container {
    height: 100%;
    padding: 10px;
  }
  .about-section-2-text {
    text-align: center;
  }

  /* ========= WHO WE ARE SECTION 4 ========= */
  .who-we-are-section-4-container {
    background-color: #e7e7e7;
    padding: 40px;
    margin-top: 100px;
  }
  .who-we-are-section-4-row {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
  }
  .who-we-are-section-4-banner {
    width: 100%;
    height: 350px;
  }
  .who-we-are-section-4-banner p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 15px;
  }
  .who-we-are-section-4-banner h4 {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    line-height: 40px;
  }
  .desktop-version {
    display: none;
  }
  .mobile-version {
    display: initial !important;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .who-we-are-section-4-faculty-card {
    max-width: 100%;
    max-height: 350px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
  }

  /* ========= WHO WE ARE ========= */
  .about-section-banner {
    flex-direction: column;
  }
  .about-section-banner h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #138dd5;
  }
  .about-section-banner p {
    margin: 0;
    font-size: 30px;
    color: #000;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .about-section-txt p {
    font-size: 16px;
    color: #777;
    margin: 0;
    line-height: initial;
    text-align: left;
    font-weight: initial;
  }
  .section-2-grid {
    margin-top: 20px !important;
  }
  .section-2-img-container {
    margin-bottom: 40px !important;
  }
  .section-3-founder {
    flex-direction: column;
    margin-top: 100px !important;
  }
  .founder-img-container {
    justify-content: center;
    max-width: 100%;
  }
  .founder-img-container img {
    width: 100%;
  }
  .founder-details h3 {
    font-size: 36px;
    text-align: center;
  }
  .founder-details h4 {
    text-align: center;
  }
  .founder-details p {
    font-size: 22px;
    text-align: center;
  }
  .founder-img-container-right {
    align-items: center;
    max-width: 100%;
  }
  .founder-img-container-right img {
    width: 100%;
  }
  .founder-details-right h3 {
    font-size: 30px;
    text-align: center;
  }
  .founder-details-right h4 {
    text-align: center;
  }
  .founder-details-right p {
    font-size: 22px;
    text-align: center;
  }
  .section-4-grid {
    display: flex;
    justify-content: center;
  }
  .team-section-hexagon {
    max-width: 100px;
    max-height: 100px;
    width: 150px;
    height: 150px;
  }
  .faculty-img-container {
    width: 150px !important;
    height: 150px !important;
    margin: 5px;
  }
  /* ========= COURSES SECTION 1 ========= */
  .courses-section-1-txt#txt-right {
    margin-top: 120px;
  }

  /* ========= DEPARTMENTS ========= */
  #department-desktop-view {
    display: none !important;
  }
  #department-mobile-view {
    display: initial !important;
  }
  .carousel-prev-department-btn {
    margin-left: 0 !important;
  }
  .carousel-next-department-btn {
    margin-right: 0 !important;
  }
  .department-mobile-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* ========= DEPARTMENT SECTION 2 ========= */
  .department-section-2 {
    margin-top: 200px !important;
  }
  .department-section-2 h3 {
    font-size: 30px;
  }
  .department-section-2 h4 {
    font-size: 36px;
    margin-top: -5px !important;
    margin-bottom: 60px !important;
    -webkit-text-stroke: 2px #138dd5;
    line-height: 35px !important;
  }
  .department-faculty-details {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
  }
  .department-faculty-details img {
    width: 60%;
    height: auto;
    border-radius: 10px;
  }
  .department-faculty-content {
    margin-left: 0px !important;
  }
  .department-faculty-name {
    font-size: 24px !important;
    text-align: center;
  }
  .department-faculty-designation {
    font-size: 20px;
    margin-top: -8px !important;
    text-align: center;
  }
  .department-faculty-qual {
    margin: 0;
    text-align: center !important;
    font-size: 16px;
  }
  .department-faculty-inner-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #138dd5 !important;
  }
  .department-faculty-inner-row a {
    text-decoration: none;
    text-align: center;
  }
  .department-faculty-inner-row img {
    width: 8% !important;
    height: auto;
    margin-left: 10px;
  }

  /* ========= ADMISSIONS REGISTRATION FORM ========= */
  .registration-form {
    padding: 20px;
  }
  .registration-form-input-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  /* ========= CONTACT ========= */
  .contact-section-2 {
    flex-direction: column;
  }
  .contact-section {
    margin-left: 0;
    margin-top: 100px;
  }
  .contact-form {
    padding: 20px;
  }

  /* ========= EVENTS ========= */
  .events-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .events-section-7-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .events-section-7-card {
    max-width: 350px;
    max-height: 550px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 20px !important;
  }
  .events-section-7-card img {
    width: 100%;
    height: auto;
  }
  .events-section-7-card h3 {
    font-size: 20px;
    margin: 0;
    color: #1c3746;
    text-align: left;
  }
  .events-section-7-card p {
    font-size: 16px;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .events-section-7-btn {
    background-color: #fff;
    border: 0;
  }
  .album-details {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .album-details h2 {
    color: #138dd5 !important;
    font-weight: bold !important;
    margin: 0 !important;
  }
  .album-details p {
    margin: 0;
  }
  .album-grid {
    display: flex;
    flex-wrap: wrap;
    justify-self: stretch;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .album-img {
    max-width: 400px;
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border: 1px solid #e7e7e7;
  }
  .album-img img {
    width: 100%;
    height: auto;
  }

  /* ========= FOOTER ========= */
  .footer {
    flex-direction: column;
  }
  .footer-img {
    align-items: center;
  }
  .footer-img hr {
    width: 80%;
  }
  .footer-img img {
    width: 80%;
  }
  .footer-img p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    margin-top: 100px;
  }
  .footer-menu li {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-menu a {
    text-decoration: none;
    color: #fff;
    text-align: center;
  }

  /* ========= DEVELOPER FOOTER ========= */
  .developer-footer {
    background-color: #1c3746;
    padding: 10px;
    position: initial;
    bottom: 0;
  }
  .developer-footer p {
    margin: 0;
    color: #fff;
    text-align: center;
  }
  .developer-footer span a {
    color: #138dd5;
    text-decoration: none;
  }
}
