/* ------------Navbar ------------ */

.theme-main-menu.menu-style-two .contact-info li a {
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

.theme-main-menu.menu-style-two .contact-info li img {
  height: 20px;
  width: 20px;
}

.top-header .logo img {
  width: 14rem;
}

@media (max-width: 1024px) {
  .top-header .logo img {
    width: 10rem;
  }
}

.top-header .logo .logo-mgmu {
  width: 8rem;
}

.top-header .logo .logo-cccm {
  width: 12rem;
}

.inner-content {
  background: #ffffff;
}

.theme-main-menu .nav-item .nav-link {
  margin: 0 12px;
  font-weight: 600;
  font-size: 18px;
}

.theme-main-menu .nav-item .nav-link:hover {
  color: #f9a61a;
}

@media screen and (max-width: 1278px) {
  .theme-main-menu .nav-item .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1311px) {
  .theme-main-menu .nav-item .nav-link {
    font-size: 17px;
    margin: 0 8px;
  }
}

@media screen and (max-width: 1222px) {
  .theme-main-menu .nav-item .nav-link {
    font-size: 15px;
    margin: 0 6px;
  }
}

@media screen and (max-width: 1080px) {
  .theme-main-menu .nav-item .nav-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 1016px) {
  .theme-main-menu .nav-item .nav-link {
    font-size: 12px;
    margin: 0 6px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    background: #ffffff;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse .logo {
    margin: 5vh 0;
    padding-left: auto;
    padding-right: auto;
  }

  /* .navbar-collapse .logo img {
    width: 14rem;
    text-align: center;
  } */
}

/* ------------ Navbar Ends ------------ */

/* ------------ Hero Area ------------ */
.hero-area {
  /* background: url(../images/bg/banner-01.jpg?v=1.0.07); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-attachment: fixed; */
  /* padding: 10rem 0 0; */
  /* height: 130vh; */
  margin-top: 8.5rem;
}
@media (max-width: 820px) {
  .hero-area {
    margin-bottom: -8rem;
  }
}
@media (max-width: 768px) {
  .hero-area {
    margin-top: 5.5rem;
  }
}
@media (max-width: 541px) {
  .hero-area {
    margin-bottom: -6rem;
  }
}
@media (max-width: 431px) {
  .hero-area {
    margin-top: 4rem;
  }
}

.service__hero-2 {
  position: relative;
}

.hero-section {
  position: absolute;
  /* bottom: 24%; */
  transform: translate(0, -199%);
}
@media (max-width: 421px) {
  .hero-section {
    transform: translate(0, -126%);
  }
}

/* .hero-area .hero-section .hero-overlay {
  background: rgb(19, 44, 77);
  background: -moz-linear-gradient(
    90deg,
    rgba(19, 44, 77, 1) 0%,
    rgba(255, 255, 255, 0) 82%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(19, 44, 77, 1) 0%,
    rgba(255, 255, 255, 0) 82%
  );
  background: linear-gradient(
    90deg,
    rgba(19, 44, 77, 1) 0%,
    rgba(255, 255, 255, 0) 82%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
} */

/* .hero-section .hero-text-block {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-40%);
  z-index: 5;
}

.hero-area .hero-text-block {
  padding: 0 3rem;
}

.hero-area .hero-section .hero-text-block h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #000000;
  padding: 11px 0;
  font-style: italic;
  line-height: 2.2;
} */

@media screen and (max-width: 1400px) {
  .hero-area .hero-section.hero-text-block h1 {
    font-size: 2.5rem;
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.programs {
  padding: 1rem 0 0.5rem;
  background: transparent;
  z-index: 20;
}

.programs p {
  display: inline;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem;
}

.programs p a {
  padding: 0.5rem 0;
}

.programs p a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.announcements {
  padding: 1rem 0 0.5rem;
  background: #ebeef3;
  z-index: 20;
}

.announcements p {
  display: inline;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem;
}

.announcements p a {
  padding: 0.5rem 0;
}

.announcements p a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.white-bg {
  padding: 15px;
  background: #fff;
}

.blue-bg {
  padding: 15px;
  color: #ffffff;
  background: #612f14;
}

.yellow-bg {
  padding: 15px;
  background: #f9a61a;
  color: #ffffff;
}

.gray-bg {
  background: #ebeef3;
}

.btn-hero {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #f9a61a;
  line-height: 52px;
  text-align: center;
  padding: 0 35px;
  border: 1px solid #f9a61a;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

.btn-hero:hover {
  background: #612f14;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.service__hero-2 .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.service__hero-2 .video-wrapper .video-container {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 1180px) {
  .hero-area .hero-section .hero-text-block h1 {
    font-size: 2rem;
  }

  .hero-area .hero-section .hero-text-block p {
    font-size: 1rem;
  }
}

@media (max-width: 820px) {
  .service__hero-2 .video-wrapper {
    margin-top: 8rem;
    height: 100%;
  }
}

@media (max-width: 540px) {
  .service__hero-2 .video-wrapper {
    margin-top: 6rem;
    height: 50vh;
  }
}

@media (max-width: 420px) {
  .service__hero-2 .video-wrapper {
    height: 25vh;
  }
}

/* .btn-hero:hover img {
    filter: invert(1);
} */

/* ------------ Hero Area Ends ------------ */

/* ------------ About Us ------------ */
.about-us .title-one h2 {
  font-size: 2.5rem;
}

@media (max-width: 420px) {
  .about-us .title-one h2 {
    font-size: 2rem;
  }
}

.about-us p {
  font-size: 20px;
  color: #000000;
}

/* .vm-area .card-style-three {
    border-left: 0;
    border-right: 1px dashed #d7d7d7;
    border-bottom: 1px dashed #d7d7d7;
    padding-right: 100px;
    padding-left: 0;
}

.vm-area {
    background: #612F14;
}

.vm-area .upper-title {
    color: #ffffff;
}

.vm-area h2,
.vm-area h4,
.vm-area p {
    color: #ffffff;
}

.vm-area ul li {
    color: #ffffff;
}

.vm-area .borderless {
    border: 0;
} */

/* ------------ About Us Ends ------------ */

/* ------------ Programs ------------ */
.programs-area .btn-eight:hover .icon {
  background: #ffffff;
}

/* ------------ Programs Ends ------------ */

/* ------------ Faculty ------------ */
.card-style-four .media img {
  height: 35rem;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.card-style-four .media:before {
  border-radius: 2rem;
}

/* ------------ Faculty Ends ------------ */

/* ------------ Career Prospects ------------ */
.text-feature-nine {
  background: #612f14;
}

.text-feature-nine .vertical-text-wrapper .text-list {
  font-size: 5rem;
}

@media (max-width: 1400px) {
  .text-feature-nine .vertical-text-wrapper .text-list {
    font-size: 4rem;
  }
}

@media (max-width: 540px) {
  .text-feature-nine .vertical-text-wrapper .text-list {
    font-size: 42px;
  }
}

/* @media (max-width: 991px) {
  .text-feature-nine .vertical-text-wrapper .text-list {
    font-size: 3rem;
    padding: 12px 0;
    letter-spacing: -1px;
  }
} */

.text-feature-nine .vertical-text-wrapper .text-list:hover {
  color: #f9a61a;
  opacity: 1;
  mix-blend-mode: normal;
}

/* ------------ Career Prospects Ends ------------ */

/* ------------ Admission Process  ------------ */
.admission-process h4 {
  color: #612f14;
  font-size: 3rem;
  font-weight: 700;
}

.admission-process h4 span {
  font-size: 1.5rem;
  font-weight: 500;
}

.admission-process ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* ------------ Admission Process Ends ------------ */

/* ------------ Footer ------------ */
.footer-four {
  position: relative;
}

.footer-four::before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0%;
  background: url(../images/assets/bg_04.svg?v=1.0.07) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

/* ------------ Footer Ends ------------ */

.team-details .title-one h2 {
  font-size: 3rem;
}

.about-text .media-list-item {
  background: url(https://cdn.mgmtech.org/static/mgmu.ac.in/assets/images/banner/uni.jpg?v=1.0.07);
  background-position: center center;
}

.about-us-text .media-list-item {
  background: url(../images/media/mcj.jpg?v=1.0.07);
  background-position: left center;
}

/* ------------ Program Details ------------ */
/* .program-details .list-item {
    list-style: none;
}

.program-details .list-item li {
    list-style: none;
}

.program-details .key-features h4 {
    font-weight: 500;
}

.program-details .key-features p {
    color: #8f8f8f;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
}

.program-details .post-details-meta {
    border-bottom: none;
}

.program-details .card-style-four .media:after {
    background: #f4f4f4;
}

.program-details .blog-meta-two .post-img {
    background-position: right top;
    height: 35rem;
} */

.program-details .text-feature-five .media-wrapper {
  background: url(../images/media/008.jpg?v=1.0.07);
  background-position: right;
}

.program-details .program-over-img {
  padding: 2rem;
  background: #ffffff;
  /* border-radius: 2rem 2rem 0 0; */
}

.program-details .accordion-style-one .accordion-item {
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
}

.program-details .card-style-four .media:after {
  background: transparent;
}

.program-details .card-style-four h4 {
  font-size: 1.2rem;
}

.program-details .text-feature-one .title-one h2 {
  font-size: 3rem;
}

.program-details-two .feedback-block-two {
  min-height: 32rem;
}

.program-details-three .feedback-block-two {
  min-height: 25rem;
}

.program-details-four .feedback-block-two {
  min-height: 20rem;
}

.program-details .why-certificate .feedback-block-six p {
  font-size: 24px;
}

/* ------------ Program Details Ends ------------ */

/* ------------ News Starts ------------ */

.news-page .blog-meta-two .post-data .blog-title h4 {
  font-size: 1.5rem;
  width: 470px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .news-page .blog-sidebar {
  position: relative;
} */

.news-page .position-static {
  position: sticky;
}

/* ------------ News Ends ------------ */

/* ------------ Refernces ------------ */
.refernces table a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.refernces h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.refernces .reference-block {
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  padding: 1rem 2rem;
}

.refernces .reference-block h3 {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.card-style-four {
  text-align: center;
}

/* ------------ Refernces Ends ------------ */

.footer-four .bottom-footer .social-icon a:hover {
  color: #f9a61a;
}

.footer-four .footer-nav-link a:hover {
  text-underline-offset: 5px;
}

.footer-four .footer-intro li a:hover {
  text-underline-offset: 5px;
}

.footer-four .bottom-footer .copyright a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.blog-meta-two .post-data .blog-title {
  text-underline-offset: 5px;
}

.inner-banner-two {
  /* background: url(../images/banner/breadcrumb-3.jpg); */
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
}

.inner-banner-two .hero-heading {
  color: #ffffff;
}

.inner-banner-two .pager {
  border-bottom: 1px solid #ffffff;
}

.inner-banner-two .pager li {
  color: #ffffff;
}

.inner-banner-two .pager li a {
  color: rgb(255 255 255 / 50%);
  transition: all 0.2s ease-in-out 0s;
}

.text-feature-three .rti-block {
  background: url(../images/media/0103.jpg?v=1.0.07) no-repeat left center;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
  max-width: 590px;
}

.partner-logo-one .logo {
  height: 100%;
}

.partner-logo-one .slick-slide img {
  object-fit: contain;
  height: 10rem;
  width: 100%;
}

#infra-cards {
  border-radius: 25px;
  background-color: #e9e9e9;
}

.infra-card-imgs {
  border-radius: 25px 25px 0px 0px;
  height: 400px;
  width: 648px;
}

.card-body h2 {
  font-size: 35px;
  text-align: center;
}

.card-body p {
  font-size: 18px;
}
