@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:wght@300;400;700&display=swap");

/*--------------------------------------*/

/*Element Base
/*--------------------------------------*/

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #615f5f;
  font-family: "Effra Regular";
  padding-top: 200px;
}

.btn {
  border-radius: 0rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}

.btn.btn-primary {
  background-color: #ee1c25;
  border-color: #ee1c25;
}

.btn.btn-download,
.btn.btn-primary:hover {
  background-color: #0c7e7d;
  border-color: #0c7e7d;
  color: #fff;
}

.btn.btn-sm {
  padding: 0.2rem 0.5rem;
  font-size: 16px;
  font-weight: normal;
}
.btn.btn-secondary {
  background-color: #ee1c25;
  border-color: #ee1c25;
  color: #fff;
  font-weight: 600;
}
.btn.btn-secondary:hover {
  background-color: #ee1c25;
  border-color: #ee1c25;
  color: #fff;
}

header .btn {
  display: flex;
  align-items: center;
}
.rounded {
  border-radius: 10px !important;
}
.bg-yellow {
  background-color: #b3e1e4 !important;
}
.bg-yellow-light {
  background-color: #b3e1e4 !important;
}
.bg-yellow-light-2 {
  background-color: #b3e1e4;
}
.bg-blue {
  background-color: #0e6461 !important;
}
.bg-red {
  background-color: #ee1c25 !important;
}
.bg-light-green {
  background-color: #a9f2a7 !important;
}
.bg-light-orange {
  background-color: #ffb13c !important;
}
.bg-light-red {
  background-color: #ff8a7e !important;
}
.view-more-wrap {
  position: absolute;
  top: 15px;
  right: 20px;
}
.view-more-wrap a {
  text-decoration: none;
  font-family: "Effra Bold";
  color: #3c3c3c;
}
.view-more-wrap a:hover {
  color: #ee1c25;
}
.modal .enquiry-form {
  padding: 0;
}
.play-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 11;
  cursor: pointer;
}
ul {
  padding: 0;
}
.border-radius-30 {
  border-radius: 30px;
}

/* Slick Theme  */

.slick-dots {
  position: absolute;
  bottom: -24px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 1px solid #c9201d;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #c9201d;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  background-color: #fff;
  z-index: 1;
  margin-top: -24px;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
  background-color: #fff;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-arrow {
  border: solid 0px #9999b5;
  border-radius: 50%;
  background: transparent;
}

.slick-arrow:before {
  border: solid #9999b5;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 0.75rem;
  content: "";
}

.slick-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slick-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 50%;
}

.slick-arrow:active,
.slick-arrow:hover {
  background: transparent;
  opacity: 1;
}
.slick-slide img {
  margin: auto;
}
.publish-slider .slick-slide {
  margin: 0px 5px;
}
ul.bullet li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: 600;
}
ul.bullet li::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #d34031;
  left: -5px;
  top: 5px;
}
/*--------------------------------------*/

/*Typography
/*--------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  color: #0c7e7d;
  font-family: "Effra Bold";
}

h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}

h2 strong {
  color: #ee1c25;
}

h3 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

h3 strong {
  color: #fc7a30;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}
.text-red {
  color: #ee1c25 !important;
}
.text-blue {
  color: #1cbdb9 !important;
}
.font-20 {
  font-size: 20px !important;
}
.link {
  text-decoration: none;
  border: 1px solid #1cbdb9;
  color: #3c3c3c;
  padding: 8px 10px;
  font-size: 15px;
  display: block;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
  .container.max-width-1480 {
    max-width: 1380px;
  }
}

/*************************************************/

/*Header
/*************************************************/
.topbar-first {
  background-color: #1cbdb9;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 47px;
  padding: 12px 0;
}
.topbar-first ul {
  padding: 0;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}
.topbar-first li {
  list-style: none;
  padding-left: 5px;
  margin-left: 5px;
  line-height: 0.65;
  border-left: 1px solid #fff;
}
.topbar-first li:first-child {
  border-left: 0;
}
.topbar-first li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}
.topbar-second {
  background-color: #0c7e7d;
  font-size: 12px;
  color: #fff;
}

.logo,
.logo-shrink {
  width: 80px;
  transition: all 0.4s;
}
.logo-shrink {
  display: none;
}
.navbar {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.15rem;
  background-color: #fff;
}
.navbar .navbar-nav {
  top: 25px;
  position: relative;
  transition: all 0.4s;
}
.navbar-toggler-icon {
  background-image: url(../images/toggle-icon.svg);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  position: relative;
  z-index: 999;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar.active {
  top: 0;
}

.navbar .nav-item {
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
}

.navbar .nav-item::before {
  width: 0.063rem;
  height: 0.75rem;
  display: none;
  background-color: #6a6a6a;
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -0.1rem;
}

.navbar .nav-item:first-child::before {
  display: none;
}

.navbar .nav-link {
  color: #000;
  font-size: 1.1rem;
  padding: 2rem 0.5rem !important;
  font-family: "Effra Bold";
  border-radius: 0.25rem;
}
header .btn-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
.navbar .nav-item.active .nav-link,
.navbar .nav-link:hover {
  color: #ee1c25;
  background-color: transparent;
}

.navbar-nav .dropdown-menu {
  border: 0;
  margin-top: 0px;
  position: fixed !important;
  border-radius: 0;
  box-shadow: none;
  top: 180px;
  z-index: 1;
  background-color: transparent;
  transition: all 0.4s linear;
}

.dropdown-item {
  font-size: 1rem;
  font-family: "Inria Sans", sans-serif;
  padding: 0.5rem 1rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown:hover .dropdown-menu .innermenu {
  border: 1px solid #9b2c2c;
  width: 900px;
  margin-left: auto;
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.dropdown-item:hover {
  border-radius: 0.5rem;
  background-color: #e18b0c;
  color: #fff;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
}

.dropdown-menu .nav-tabs {
  border-bottom: 1px solid #000;
}
.dropdown-menu .nav-tabs li {
  background: none;
}
.dropdown-menu .nav-tabs li a {
  padding: 5px;
}
.dropdown-menu .nav-tabs .nav-link {
  font-size: 17px;
  color: #000;
  padding: 0px 10px !important;
  border-radius: 0;
}

.dropdown-menu .nav-tabs .nav-item.show .nav-link,
.dropdown-menu .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ee1c25;
  border-color: transparent;
}
.dropdown-menu .tab-content {
  border-top: 1px solid rgba(97, 95, 95, 0.88);
  padding-top: 10px;
}
.dropdown-menu .tab-content li {
  list-style: none;
  background: url(../images/icons/bullet-icon.png) no-repeat;
  background-position: 0 5px;
  padding-left: 20px;
  position: relative;
  margin: 5px 0;
  line-height: 1.2;
}

.dropdown-menu .tab-content li a {
  text-decoration: none;
  color: #7f7f7f;
  font-size: 15.2px;
}
.dropdown-menu .tab-content li a:hover {
  color: #ee1c25;
}
.dropdown-menu .tab-content .offer-widget {
  padding: 20px;
  max-width: 280px;
}
.dropdown-menu .tab-content .offer-widget p {
  margin: 0;
  font-size: 14px;
}
.dropdown-menu .tab-content .offer-widget p.numbers {
  font-family: "Effra Bold";
  font-size: 40px;
  line-height: 1;
  color: #a41034;
}
.dropdown-menu .tab-content .offer-widget hr {
  border-width: 4px;
  opacity: 1;
  border-color: #fff;
}

.offcanvas-header {
  justify-content: end;
}

.fixed-top.active .logo {
  width: 60px;
}
.fixed-top.active .dropdown-menu {
  top: 160px;
}
.fixed-top.active .dropdown-menu .nav-tabs .nav-link {
  padding: 0px 10px !important;
}
.fixed-top.active .navbar {
  background: rgba(255, 255, 255, 0.9);
}
.fixed-top.active .logo {
  display: none;
}
.fixed-top.active .logo-shrink {
  display: block;
}
.fixed-top.active .navbar .navbar-nav {
  top: 32px;
}
.fixed-top.active .navbar .nav-link {
  padding: 0.5rem 0.5rem !important;
}
.modal-content {
  border-radius: 0rem;
}

.modal-body {
  border: 0px solid #fc7a30;
  border-radius: 2rem;
  margin: 0rem;
  padding: 1rem;
}

.modal .btn-close {
  position: absolute;
  right: 0.76rem;
  top: 0.76rem;
  z-index: 11;
  background-color: #fff;
  background-size: 0.75rem;
  opacity: 1;
  transition: all 0.3s linear;
}

.modal .btn-close:hover {
  transform: rotate(360deg);
}

/*************************************************/

/*Main
/*************************************************/

/* Hero Banner */

.hero-banner {
  min-height: 632px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 0 1rem;
  position: relative;
  background-color: #1cbdb9;
}

.hero-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;

  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
}

.hero-banner h1 {
  font-size: 5rem;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.hero-banner h1 strong {
  color: #fecb79;
  font-size: 4rem;
  font-weight: inherit;
  font-family: "Effra Regular";
}

/* Button Wrap */

.btn-wrap-section {
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
}
.btn-wrap-section ul {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.btn-wrap-section li {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
.btn-wrap-section li a {
  padding: 12px 50px;
  text-decoration: none;
  background-color: #0c7e7d;
  color: #fff;
  font-family: "Effra Bold";
  transition: all 0.4s;
  display: block;
  pointer-events: none;
}
.btn-wrap-section li:nth-child(2) a {
  background-color: #1cbdb9;
}
.btn-wrap-section li:nth-child(3) a {
  background-color: #1cbdb9;
}
.btn-wrap-section li a:hover {
  background-color: #1cbdb9;
}
.btn-wrap-section li:nth-child(2) a:hover {
  background-color: #0c7e7d;
}

/* Setting Section */

.setting-benchmarks h2 {
  color: #ee1c25;
  font-size: 2rem;
  font-family: "Effra Bold";
}
.setting-benchmarks ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.setting-benchmarks li {
  min-width: 19%;
  position: relative;
  list-style: none;
}
.setting-benchmarks li::before {
  width: 1px;
  height: 120px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}
.setting-benchmarks li::after {
  display: inline-block;
  position: absolute;
  right: -20px;
  bottom: 135px;
  content: "" !important;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0c7e7d;
}
.setting-benchmarks li:last-child::after,
.setting-benchmarks li:first-child::before {
  display: none;
}
.setting-benchmarks .icon {
  max-width: 60px;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center;
}
.setting-benchmarks .img-fluid {
  min-height: 80px;
}
.setting-benchmarks .count-number,
.setting-benchmarks .count {
  font-size: 2.5rem;
  font-family: "Effra Bold";
  line-height: 1;
}
.setting-benchmarks .title {
  font-size: 1.2rem;
  line-height: 1;
}

/* Explore Section */

.Find-widget {
  background-image: url(../images/career-path-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  min-height: 548px;
}
.Find-widget h3 {
  font-family: "Effra Regular";
  font-size: 1.8rem;
  color: #ee1c25;
}
.Find-widget form {
  background-color: #fff;
  padding: 20px 25px;
}
.select {
  position: relative;
}
.select::before {
  width: 1px;
  height: 32px;
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: 40px;
  background-color: #fff;
  z-index: 1;
}
.select .form-select {
  background-color: #b3e1e4;
  background-image: url(../images/icons/down-arrow.png);
  border: 0;
  border-radius: 0;
  padding: 12px 15px;
  position: relative;
}

.explore-wrap {
  background-color: #f9f9f9;
  padding: 20px;
  cursor: pointer;
}
.explore-wrap .explore-widget {
  background-color: #fff;
  padding: 30px 10px 20px;
  text-align: center;
}
.explore-wrap .explore-widget .icon {
  width: 32px;
  height: 32px;
  margin: auto;
}
.explore-wrap .explore-widget p {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.explore-widget .back {
  display: none;
}
.explore-widget:hover {
  background-color: #0c7e7d;
}
.explore-widget:hover .front {
  display: none;
}
.explore-widget:hover .back {
  display: block;
  color: #fff;
}

/* Universit Section */

.university-widget {
  height: 280px;
  position: relative;
  margin-bottom: 15px;
}
.university-widget::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.btn-yellow {
  background-color: yellow !important;
  border-color: yellow !important;
  color: #000 !important;
}
.university-widget .caption {
  background-color: rgba(12, 125, 126, 0.9);
  width: 52%;
  position: absolute;
  height: 100%;
  padding: 12px 25px;
  color: #fff;
  display: flex;
  align-items: center;
}
.university-widget .caption div {
  position: relative;
  z-index: 2;
}
.university-widget .caption h4 {
  color: yellow;
  font-size: 20px;
  line-height: 1;
}
.university-widget .caption p {
  font-size: 16px;
  line-height: 1.4;
}

/* Highlights Section */

.bg-blue h2 {
  color: #fff;
}
.bg-blue h2 strong {
  color: yellow;
}
.bg-blue h3 {
  color: yellow;
}
.highlights-section .heightlight-left {
  border-right: 4px solid #1cbdb9;
  padding-right: 15px;
}
.highlights-section .heightlight-left ul {
  margin: 0;
  padding: 0;
}
.highlights-section .heightlight-left li {
  list-style: none;
  padding: 17px 20px;
  background-color: #1cbdb9;
  margin-bottom: 5px;
}
.highlights-section .heightlight-left li:nth-child(8),
.highlights-section .heightlight-left li:nth-child(5),
.highlights-section .heightlight-left li:nth-child(2) {
  background-color: #229b92;
}
.highlights-section .heightlight-left li:nth-child(9),
.highlights-section .heightlight-left li:nth-child(6),
.highlights-section .heightlight-left li:nth-child(3) {
  background-color: #0c7e7d;
}

.highlights-section .heightlight-left .numbers,
.highlights-section .heightlight-left .title {
  font-family: "Effra Bold";
  color: #fff;
  margin: 0;
}
.highlights-section .heightlight-left .title {
  font-size: 18px;
}
.highlights-section .heightlight-left .numbers {
  font-size: 60px;
  line-height: 1;
}
.highlights-section .grid-container {
  padding: 50px 20px;
  background: #fff;
}
.highlights-section .grid-item {
  border-radius: 20px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
  text-align: center;
  margin: 19px 10px;
}
.highlights-section .grid-item .img-fluid {
  height: 60px;
}
.logo-slider .slick-slide {
  margin-right: 20px;
}

/* Media Section */

.media-section {
  padding: 80px 0 50px;
}
.media-section .container {
  border: 1px solid #6e6d6d;
  padding: 0px 50px 50px;
}

.media-section h2 {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #6e6d6d;
  padding: 10px 40px;
  position: relative;
  top: -30px;
}
.media-wrap {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.media-wrap::before {
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
.media-wrap .caption {
  text-align: center;
  background-color: #0c7e7d;
  padding: 10px 10px 6px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  color: #fff;
}
.media-wrap .caption p {
  line-height: 1;
  margin-bottom: 0;
  font-family: "Effra Bold";
  color: #fff;
}
.media-wrap .btn {
  position: relative;
  z-index: 2;
  padding: 5px 20px;
  pointer-events: none;
}
.media-wrap:hover .btn {
  background-color: #0c7e7d;
  border-color: #0c7e7d;
  transition: all 0.4s;
}
.media-wrap:hover .caption {
  background-color: #0c7e7d;
  color: #fff;
}

/* Learn Section */

.learn-widget {
  cursor: pointer;
}

.learn-widget .img-fluid {
  object-fit: cover;
  width: 100%;
}
.learn-widget .caption {
  background-color: yellow;
  text-align: center;
  padding: 8px;
  font-family: "Effra Bold";
  transition: all 0.4s;
  text-decoration: none;
  color: #000;
  min-height: 52px;
}
.learn-widget.big-block .img-fluid {
  height: 420px;
}
.learn-widget.big-block .caption {
  font-size: 26px;
}
.learn-widget.small-block .img-fluid {
  height: 197px;
  width: 100%;
}
.learn-widget.small-block .caption {
  font-size: 14px;
}
.learn-widget:hover .caption {
  background-color: #0c7e7d;
  color: #fff;
}

/* Event Section */

.nav-tabs .nav-link {
  font-size: 2rem;
  font-family: "Effra Bold";
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ee1c25;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.event-widget {
  border: 1px solid #fff;
  cursor: pointer;
}
.event-widget .poster-img {
  border: 1px solid #fff;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.event-widget:hover .poster-img {
  opacity: 0.5;
}

footer {
  background-color: #1e1d25;
  border-top: 1px solid #fff;
  font-size: 15px;
}
footer h3 {
  color: #fff;
  font-size: 1.5rem;
}
footer h4 {
  color: #fff;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  color: #ee1c25;
}
footer ul {
  padding-left: 0;
  margin: 0;
}
footer li {
  list-style: none;
}
footer li a::before {
  content: "❯";
  margin-right: 5px;
}
footer .bi-geo-alt-fill {
  color: #e58100;
}
.social-widget {
  display: flex;
}
.social-widget li {
  margin-right: 5px;
}
.social-widget li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
}
.social-widget li a::before {
  display: none;
}
.social-widget li:nth-child(1) a {
  background-color: #ffffff;
}
.social-widget li:nth-child(2) a {
  background-color: #ffffff;
}
.social-widget li:nth-child(3) a {
  background-color: #ffffff;
}
.social-widget li:nth-child(4) a {
  background-color: #ffffff;
}
.social-widget li:nth-child(5) a {
  background-color: #ffffff;
}

/*************************************************/

/*Category
/*************************************************/

/* School Management Section */

.school-management-section {
  font-size: 22px;
}
.school-management-section .img-frame {
  max-width: 480px;
  margin: 0 auto 40px;
}
.school-management-section .img-frame .img-fluid {
  max-width: 300px;
}

/* Programs Under School of Management Section */

.program-link-widget {
  border: 1px solid #d7d1d1;
  min-height: 450px;
  margin-bottom: 15px;
}
.program-link-widget h3 {
  background-color: #e2e2e2;
  padding: 8px 20px;
  margin: 28px 0;
}
.program-link-widget ul li {
  list-style: none;
  background: url("../images/icons/bullet-icon.png") no-repeat left;
  background-position: -5px 4px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.program-link-widget ul li a {
  text-decoration: none;
  color: #000;
}
.program-link-widget ul li a:hover {
  color: #c9201d;
}

/* Facility Section */

.faculty-widget {
  text-align: center;
  color: #6e6d6d;
  max-width: 290px;
  margin: 20px auto;
  cursor: pointer;
  position: relative;
}
.faculty-widget h3 {
  font-size: 1.25rem;
}
.faculty-widget::before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;

  border-left: 20px solid #ee1c25;
  display: block;
  content: "";
  position: absolute;
  top: 100px;
  left: -20px;
}
.faculty-widget .img-fluid {
  max-width: 230px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 10px;
  object-fit: cover;
  height: 250px;
}
.faculty-section .row .col-lg-3:nth-child(5) .faculty-widget::before,
.faculty-section .row .col-lg-3:first-child .faculty-widget::before {
  display: none;
}
.bg-blue .faculty-widget {
  color: #fff;
}

.achivements-section h2 {
  border: 0;
}

.achivements-section .achivement-widget {
  background-color: #12224c;
  border-bottom: 6px solid #ee1c25;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Effra Bold";
}
.achivements-section .achivement-widget p {
  margin-bottom: 0;
}
.achivements-section .achivement-widget .numbers {
  font-size: 90px;
  color: #ee1c25;
  line-height: 1;
}
.achivements-section .achivement-widget .title-txt {
  font-size: 32px;
  line-height: 1;
}
.achivements-section .row .col-lg-4:last-child .achivement-widget .numbers {
  font-size: 80px;
}

.infra-section h2 {
  border: 0;
}
.infra-section .infra-widget {
  text-decoration: none;
  color: #000;
}
.infra-section .infra-widget .img-fluid {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.infra-section .infra-widget .caption {
  background-color: #ee1c25;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  font-family: "Effra Bold";
  transition: all 0.4s;
}
.infra-section .infra-widget:hover .caption {
  background-color: #12224c;
  color: #fff;
}

/*************************************************/

/*About Page
/*************************************************/
.search-form {
  position: relative;
}
.search-form::before {
  border: 1px solid #6d6969;
  height: 100%;
  content: "";
  position: absolute;
  width: calc(100% - 180px);
  top: -50px;
}
.search-form .form-select {
  border: 1px solid #e1e0e0;
  background-color: #f6f6f6;
  color: #7f7f7f;
}
.search-form .select::before {
  right: 54px;
  background-color: #bfbfbf;
  height: 25px;
  top: 13px;
}
.search-form .btn {
  padding: 0.7rem 1.5rem;
}
.about-section {
  margin-top: 20px;
}
.about-section .container {
  border: 1px solid #9d9797;
  padding: 20px;
  margin-bottom: 60px;
}

.about-section h3 {
  color: #d34031;
  font-size: 28px;
  margin-bottom: 25px;
}
.about-section hr {
  margin: 30px 0;
}

.about-section .about-nav-wrap {
  padding: 0px 0 20px;
}
.about-section .about-nav-wrap h4 {
  background-color: #0c7e7d;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  color: #fff;
}
.about-section .about-nav-wrap ul {
  padding: 20px;
  background-color: #ee1c25;
}
.about-section .about-nav-wrap ul li {
  list-style: none;
  background-position: -5px 4px;
  padding: 0 15px;
  border-bottom: 1px solid #615f5f;
  line-height: 3;
  position: relative;
  transition: all 0.4s;
  line-height: 1.5;
  padding: 12px 0px 10px 20px;
}
.about-section .about-nav-wrap ul li::before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #3c3c3c;
  display: inline-block;
  content: "";
  left: 0;
  top: 16px;
  position: absolute;
}
.about-section .about-nav-wrap ul li a {
  text-decoration: none;
  color: #000;
}
.about-section .about-nav-wrap ul li a:hover {
  color: #c9201d;
}
.about-section .about-nav-wrap ul li:last-child {
  border-bottom: 0;
}
.about-section .about-nav-wrap ul li.active::before,
.about-section .about-nav-wrap ul li:hover::before {
  border-left: 7px solid #c9201d;
}
.about-section .about-nav-wrap .tag-nav {
  padding: 20px;
}
.about-section .about-nav-wrap .tag-nav ul {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.about-section .about-nav-wrap .tag-nav .tag {
  border: 1px solid #6d6d6d;
  display: inline-block;
  color: #545252;
  padding: 8px 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
.about-section .about-nav-wrap .tag-nav li.active a {
  color: #d34031;
}
.about-section .about-nav-wrap .tag-nav .tag.active,
.about-section .about-nav-wrap .tag-nav .tag:hover {
  background-color: #d34031;
  border-color: #d34031;
  color: #fff;
}
.about-section .glimpses-wrap {
  background-color: rgba(217, 217, 217, 0.5);
}
.about-section .glimpses-wrap h3 {
  background-color: #d34031;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 0;
}
.about-section .glimpses-wrap ul {
  margin-bottom: 80px;
}
.about-section .glimpses-wrap li {
  list-style: none;
}
.about-section .glimpses-wrap li {
  background-color: #fff;
  padding: 12px 15px;
  margin-bottom: 24px;
}
.about-section .glimpses-wrap li a {
  color: #3c3c3c;
  text-decoration: none;
  font-family: "Effra Bold";
  font-size: 18px;
}
.about-section .glimpses-wrap .p-4:last-child h4 {
  text-decoration: underline;
  cursor: pointer;
}
.about-section .glimpses-wrap .p-4:last-child h4:hover {
  text-decoration: none;
}
.about-section .about-right-wrap {
  padding: 0px 0;
}
.about-section .about-right-wrap {
  /* max-height: 2450px;
  overflow-y: auto;*/
  padding-right: 20px;
}
.about-section .about-right-wrap ul {
  padding-left: 30px;
}
.about-section .about-right-wrap h4 {
  font-family: "Effra Regular";
  color: #12224c;
  margin-bottom: 15px;
  font-weight: 600;
}
.about-section .about-right-wrap .nav-list li {
  margin-bottom: 10px;
}
.about-section .about-right-wrap .nav-list li a {
  text-decoration: underline;
  color: #000;
}
.about-section .about-right-wrap .nav-list li a:hover {
  text-decoration: underline;
  color: #c9201d;
  text-decoration: none;
}
.about-section .nav-tabs {
  border-bottom: 1px solid #d9d9d9;
}
.about-section .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  font-family: "Effra Regular";
  border-radius: 0;
}
.about-section .nav-tabs .nav-item.show .nav-link,
.about-section .nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid #d34031;
}

.about-section .tab-content ul {
  padding-left: 20px;
}
.about-section .tab-content h3 {
  font-size: 24px;
}
.about-section .tab-content h4 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  display: inline-block;
}
.card.universal-frame {
  text-align: center;
  color: #fff;
  max-width: 280px;
  margin: 0 auto 15px;
  cursor: pointer;
}

.card.universal-frame .img-fluid {
  max-width: 100%;
  height: 270px;
  width: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.card.universal-frame .card-title {
  color: #1cbdb9;
  font-size: 18px;
}
.card.universal-frame .card-text {
  color: #3c3c3c;
  font-family: "Effra Bold";
  line-height: 1.3;
}

.inner-banner {
  min-height: 372px;
}
.inner-banner h1 {
  text-shadow: 4px 6px 6px #000;
}
.glimpses-wrap.learning-lab-nav li {
  background-color: transparent;
  padding: 0;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
}

.glimpses-wrap.learning-lab-nav li::before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: -8px;
  top: 8px;
  content: "";
  background-color: #ee1c25;
}
.glimpses-wrap.learning-lab-nav li a {
  font-size: 16px;
  font-family: "Effra Regular";
  text-decoration: underline;
}
.glimpses-wrap.learning-lab-nav li a:hover {
  text-decoration: none;
  color: #d34031;
}
.glimpses-wrap.education-nav {
  background-color: transparent;
}
.glimpses-wrap.education-nav ul {
  margin-bottom: 0;
}
.glimpses-wrap.education-nav li {
  background-color: transparent;
  padding: 0;
  margin-bottom: 8px;
}
.glimpses-wrap.education-nav li a {
  font-size: 16px;
  font-family: "Effra Regular";
  text-decoration: underline;
}
.glimpses-wrap.education-nav h4 {
  color: #ee1c25;
}
.glimpses-wrap.education-nav li a:hover {
  text-decoration: none;
  color: #d34031;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
  border-radius: 0;
}
.accordion-item {
  margin-bottom: 20px;
  color: #615f5f;
}
.accordion-button {
  border-top: 1px solid var(--bs-border-color);
  color: #ee1c25;
  font-weight: 400;
}
.accordion-item:last-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.accordion-button::after {
  content: "+";
  background: none;
  font-size: 30px;
  position: relative;
  top: 6px;
  color: #7b7a7a;
  width: 40px;
  height: 30px;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.accordion-button:not(.collapsed)::after {
  content: "-";
  background: none;
  transform: inherit;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(217, 217, 217, 0.3);
  color: #ee1c25;
}
.faq-section .accordion-button {
  padding: 12px 0px 18px;
  color: #3c3c3c;
  font-family: "Effra Regular";
  font-weight: 600;
  border: 0;
}

.faq-section .accordion-item {
  border: 1px solid #bbb7b7;
  padding: 15px 30px;
}

.faq-section .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  opacity: 1;
  position: relative;
  color: #3c3c3c;
}
.faq-section .accordion-button:not(.collapsed)::before {
  width: 800px;
  height: 1px;
  background: #bbb7b7;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
}

.faq-section .accordion-button::after {
  border-left: 4px solid #7b7a7a;
  right: 0;
  font-size: 40px;
}
.faq-section .accordion-body {
  max-width: 800px;
  padding: 20px 0;
}

.grid-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.grid-wrap li {
  list-style: none;
  text-align: center;
  display: inline-block;
  width: 32.5%;
  line-height: 1.3;
  margin-bottom: 10px;
}

.grid-wrap a {
  background-color: #0c7e7d;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  min-height: 70px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}
tr th {
  text-align: center;
  vertical-align: center;
}
/*tr td:first-child{
  text-align: center;
}*/
.strip-widget {
  background-color: rgba(217, 217, 217, 0.25);
  padding: 14px 10px;
  text-align: center;
  color: #d34031;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 80px;
}
.contact-widget .col-md-7 {
  border-left: 1px solid #d9d9d9;
}
.faq-section {
  background-color: #f9f9f9;
  padding-top: 50px;
}
.shape-the-feature-block {
  background-color: #d34031;
  padding: 15px;
}
.about-section .about-right-wrap .shape-the-feature-block h4 {
  text-align: center;
  color: #ee1c25;
  font-weight: 400;
}
.shape-the-feature-block .grid-container {
  display: flex;
}
.shape-the-feature-block .grid-container .grid-item {
  min-width: 16.66%;
  padding: 8px;
  border: 1px solid #fff;
  border-right: 0;
  color: #fff;
  font-size: 14px;
}
.shape-the-feature-block .grid-container .grid-item:last-child {
  border-right: 1px solid #ffff;
}
.shape-the-feature-block .grid-container .area-text {
  font-size: 30px;
  line-height: 1.2;
}
.theme-block {
  margin-bottom: 30px;
}
.theme-block .col-md-5 {
  border-color: #1cbdb9 !important;
  padding: 15px !important;
}
.research-center-wrap{
  cursor: pointer;
  transition: all .4s linear;
}

.research-center-wrap .icon-widget{
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 16px;
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s linear;
}
.research-center-wrap:hover .icon-widget{
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.research-center-wrap .icon-widget img {
  height: 90px;
}
.research-center-wrap .title {
  color: #615f5f;
  font-size: 18px;
  padding: 0 30px;
}
.alumi-slider .slick-slide {
  margin: 0 15px;
}
.alumi-slider .slick-arrow {
  margin-top: -42px;
}
.user-block .img-fluid {
  border-radius: 20px;
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.user-block .info {
  text-align: center;
  margin-top: 15px;
}
.user-block .info h4 {
  margin-bottom: 5px;
  color: #615f5f;
}

.user-block .info a {
  text-decoration: none;
  color: #3f3f3f;
}
.user-block .info a:hover {
  color: #ee1c25;
}
.research-facilities .img-fluid {
  object-fit: cover;
  height: 260px;
  width: 100%;
}
.facilities-widget {
  background-color: #f7f7f7;
  padding: 30px 40px;
  cursor: pointer;
  min-height: 235px;
}
.facilities-widget h5 {
  margin-top: 10px;
}
.facilities-widget ul {
  padding-left: 30px;
  font-size: 16px;
}
.facilities-widget li {
  line-height: 1.4;
  margin: 12px 0;
}
.facilities-widget .img-fluid {
  height: 42px;
}
.step-img {
  width: 80%;
}
/*************************************************/

/*Responsive CSS
/*************************************************/

@media screen and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 0.85rem;
    padding: 2rem 0.5rem !important;
  }
  .dropdown-menu .nav-tabs .nav-link {
    font-size: 16px;
  }
  .fixed-top.active .dropdown-menu .nav-tabs .nav-link {
    padding: 0rem 0.5rem !important;
  }
  .dropdown-menu .tab-content li a {
    font-size: 15px;
  }
  .learn-widget.big-block .caption {
    font-size: 22px;
  }
  .learn-widget.small-block .caption {
    font-size: 12px;
  }
  .grid-wrap li {
    width: 32%;
  }
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 186px;
  }
  header .btn-wrap {
    position: absolute;
    top: 30px;
    right: 78px;
  }
  .logo {
    width: 60px;
  }
  .navbar .nav-item {
    margin-bottom: 0rem;
  }

  .navbar .nav-item::before {
    display: none;
  }

  .navbar .nav-link {
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem;
  }
  .hero-banner h1 strong {
    font-size: 2.5rem;
  }
  .hero-banner h1 {
    font-size: 3rem;
  }
  .navbar .nav-link {
    padding: 10px 20px !important;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
  }

  .fixed-top.active .btn-wrap {
    top: 15px;
  }
  .fixed-top.active .logo-shrink {
    width: 70px;
  }
  .infra-section .infra-widget .img-fluid {
    height: 280px;
  }
  .achivements-section .achivement-widget .numbers {
    font-size: 140px;
  }
  .achivements-section .row .col-lg-4:last-child .achivement-widget .numbers {
    font-size: 72px;
  }
  .achivements-section .achivement-widget .title-txt {
    font-size: 26px;
  }
  .achivements-section .achivement-widget {
    min-height: 300px;
  }
  .search-form::before {
    height: calc(138% - 42px);
    width: 100%;
    top: -56px;
  }
  .faculty-widget::before {
    display: none;
  }
  .grid-wrap {
    justify-content: center;
  }
  .grid-wrap li {
    width: 46%;
  }
  .faq-section .accordion-button:not(.collapsed)::before {
    max-width: 100%;
  }
  .shape-the-feature-block .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .shape-the-feature-block .grid-container .grid-item {
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 186px;
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none;
    padding-left: 1rem;
  }

  .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h3 {
    font-size: 1.5rem;
  }

  .hero-banner h1 {
    font-size: 2.5rem;
  }
  .highlights-section .heightlight-left {
    border-right: 0px solid #1cbdb9;
    padding-right: 0px;
  }
  .media-wrap .caption p {
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .media-section .container {
    padding: 0px 20px 20px;
  }
  .media-section .view-more-wrap {
    top: 40px;
  }
  .setting-benchmarks h2,
  .setting-benchmarks .count-number,
  .setting-benchmarks .count {
    font-size: 1.5rem;
  }
  .setting-benchmarks .icon {
    max-width: 52px;
  }
  .infra-section .infra-widget .img-fluid {
    height: 350px;
  }
  .about-section .about-right-wrap h3 {
    text-align: center;
  }
  .about-section .about-right-wrap {
    padding-right: 0px;
  }
  .highlights-section,
  .glimpses-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fixed-top.active .logo-shrink {
    width: 60px;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  body {
    padding-top: 150px;
  }
  .hero-banner {
    min-height: 300px;
  }
  .hero-banner.inner-banner {
    min-height: 230px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  header .btn-wrap {
    top: 34px;
    right: 67px;
  }
  .btn-wrap-section ul {
    display: none;
  }
  .btn {
    padding: 0.25rem 1rem;
  }
  .navbar {
    padding: 0;
  }
  .highlights-section .grid-container {
    grid-template-columns: auto auto auto;
    padding: 20px;
    background: #fff;
    gap: 20px;
    row-gap: 20px;
  }
  .setting-benchmarks ul {
    display: block;
    text-align: center;
  }
  .setting-benchmarks li {
    min-width: 20%;
    display: inline-block;
    min-width: 44%;
    border: 1px solid #fff;
    padding: 10px;
    min-height: 200px;
    vertical-align: middle;
    margin: 5px;
  }
  .setting-benchmarks li::before,
  .setting-benchmarks li::after {
    display: none;
  }
  .about-section .about-right-wrap .nav-tabs {
    padding-left: 0;
    text-align: center;
  }
  .about-section .about-nav-wrap .tag-nav .tag {
    margin-top: 15px;
    margin-left: 15px;
  }
  .about-section .about-right-wrap .nav-tabs .nav-item {
    display: inline-block;
  }
  .school-management-section {
    font-size: 18px;
  }
  .highlights-section .heightlight-left .numbers {
    font-size: 46px;
    line-height: 1;
  }
  .program-link-widget {
    min-height: 400px;
  }
  .nav-tabs .nav-link {
    font-size: 1.25rem;
  }
  .media-section .view-more-wrap,
  .event-section .view-more-wrap {
    left: 50%;
    margin-left: -40px;
  }
  .event-section .view-more-wrap {
    top: -30px;
  }
  .media-section .view-more-wrap {
    top: 60px;
  }
  .search-form .btn {
    padding: 0.7rem 1rem;
  }
  .contact-widget .col-md-7 {
    border-left: 0;
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding-top: 20px;
  }
  .about-section .about-right-wrap ul {
    padding-left: 0px;
    max-width: max-content;
    overflow-y: hidden;
  }
  .about-section .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 7px 14px;
  }
  .search-form::before {
    display: none;
  }
  .about-section .about-right-wrap ul {
    padding-left: 20px;
  }
}

@media screen and (max-width: 567px) {
  h2 {
    font-size: 1.65rem;
    line-height: 1;
  }
  .topbar-first li {
    padding-left: 3px;
    margin-left: 3px;
  }
  .topbar-first li a {
    font-size: 12px;
  }
  .Find-widget form {
    padding: 15px;
  }
  .highlights-section .grid-container {
    grid-template-columns: auto auto;
  }
  .explore-wrap {
    padding: 10px;
  }
  .explore-wrap .explore-widget p {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.2;
    padding: 0px 10px;
  }
  .learn-widget.big-block .img-fluid,
  .learn-widget.small-block .img-fluid {
    height: 200px;
  }
  .learn-widget.small-block .caption,
  .learn-widget.big-block .caption {
    font-size: 16px;
  }
  .about-section .about-nav-wrap {
    padding-top: 0;
  }
  ul.bullet li::before {
    left: 0;
  }
  .btn-wrap-section li {
    display: grid;
  }
  .media-section h2 {
    padding: 10px 20px;
  }
  .search-form::before {
    display: none;
  }
  .about-section .container {
    border: 0px;
    padding: 0 15px;
  }
  .grid-wrap {
    display: block;
  }
  .grid-wrap li {
    width: 100%;
  }
  .shape-the-feature-block .grid-container {
    grid-template-columns: auto auto;
  }
  .research-center-wrap .icon-widget {
    min-height: 110px;
  }
  .research-center-wrap .icon-widget img {
    height: 70px;
  }
  .research-center-wrap .title {
    font-size: 16px;
  }
}

.about-section .about-nav-wrap ul li.current-menu-item::before {
  border-left: 7px solid #c9201d;
}
.about-section .about-nav-wrap ul li.current-menu-item .active {
  color: #c9201d;
}

.dropdown.short-menu .dropdown-menu {
  position: absolute !important;
  background: #fff;
  padding: 10px;
  top: 68px;
  min-width: 265px;
  border: 1px solid #9b2c2c;
  transition: all 0.4s;
}
.dropdown.short-menu .dropdown-menu li {
  list-style: none;
  background: url(../images/icons/bullet-icon.png) no-repeat;
  background-position: 0 5px;
  padding-left: 20px;
  position: relative;
  margin: 5px 0;
}
.dropdown.short-menu .dropdown-menu li a {
  text-decoration: none;
  color: #7f7f7f;
}
.dropdown.short-menu .dropdown-menu li a:hover {
  color: #ee1c25;
}

.fixed-top.active .dropdown.short-menu .dropdown-menu {
  top: 40px;
}

.research-facilities .modal .img-fluid,
.research-facilities .col-md-3 .img-fluid,
.research-facilities .col-md-4 .img-fluid {
  height: auto;
}

table {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-right: 0;
}
table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px 10px;
}
.about-nav-wrap div:nth-child(6),
.about-nav-wrap div:nth-child(3) {
  background-color: #b3e1e4 !important;
}

@media screen and (max-width: 991px) {
  .about-section .about-nav-wrap {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .about-section .about-nav-wrap ul li::before {
    display: none;
  }
  .about-section .about-nav-wrap ul li {
    padding-left: 20px;
  }
  .about-section .about-nav-wrap .tag-nav {
    padding: 0;
  }
  .menu {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 0px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #ee1c25;
  }
  .menu li:not(:first-child) {
    position: relative;
  }
  .menu li {
    padding-left: 20px;
    border-bottom: 1px solid #ee1c25;
  }

  .menu::before {
    background-color: #fff;
    position: absolute;
    content: "";
    width: 50px;
    height: 46px;
    right: 0;
    top: 0;
    display: block;
    z-index: 9;
  }
  .menu::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 18px;
    width: 0.6em;
    height: 0.6em;
    border-left: 0.2rem solid #ee1c25;
    border-bottom: 0.2rem solid #ee1c25;
    transform: rotate(315deg);
    transition: transform 0.3s;
    z-index: 10;
  }

  .menu.open::after {
    transform: rotate(135deg);
  }

  .menu:not(.open) li:not(:first-of-type) {
    display: none;
  }
}

.gallery {
  display: grid;
  gap: 0 15px;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.gallery img {
  width: 100%;
  object-fit: cover;
  height: 160px;
}
.gallery .gallery-icon {
  pointer-events: none;
}
.videoThumb {
  position: relative;
}
.videoThumb .img-fluid {
  height: 200px;
}
.videoThumb::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/youtube.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  cursor: pointer;
}

/* width */
.overflow-y {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}
.overflow-y::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.overflow-y::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.overflow-y::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.overflow-y::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.about-section .about-right-wrap .shape-the-feature-block h4{
  color: #fff;
}





/********************************************/

/*CSS update for cares page
/********************************************/
.cares-banner{
  background-color: #faf7de;
}
.cares-banner h2{
  text-shadow: none;
}
.hero-banner.cares-banner::before{
  display: none;
}
.what-is-centurion-cares-section .care-block{
  display: flex;
  margin: -20px;
}
.what-is-centurion-cares-section .care-block .title{
  font-size: 74px;
  line-height: .75;
  border-right: 2px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
  font-weight: 800;
}
.what-is-centurion-cares-section .care-block li{
  list-style: none;
  width: 20%;
  padding: 20px 16px;
  display: inline-block;
  margin: 10px 5px;
}
.what-is-centurion-cares-section .care-block .care-body{
  font-size: 14px;
  text-align: left;
}
.what-is-centurion-cares-section .care-block  .btn{
  background-color: #fff;
}

.what-is-centurion-cares-section .care-block li:nth-child(1){
  background-color: #e21c7e;
}
.what-is-centurion-cares-section .care-block li:nth-child(1) .btn{
  color:#e21c7e;
}
.what-is-centurion-cares-section .care-block li:nth-child(2){
  background-color: #de2326;
}
.what-is-centurion-cares-section .care-block li:nth-child(2) .btn{
  color:#de2326;
}
.what-is-centurion-cares-section .care-block li:nth-child(3){
  background-color: #f6985b;
}
.what-is-centurion-cares-section .care-block li:nth-child(3) .btn{
  color:#f6985b;
}
.what-is-centurion-cares-section .care-block li:nth-child(4){
  background-color: #ed5523;
}
.what-is-centurion-cares-section .care-block li:nth-child(4) .btn{
  color:#ed5523;
}
.what-is-centurion-cares-section .care-block li:nth-child(5){
  background-color: #92c951;
}
.what-is-centurion-cares-section .care-block li:nth-child(5) .btn{
  color:#92c951;
}
.what-is-centurion-cares-section .care-block  .btn:hover{
  background-color: #000;
}

@media screen and (max-width:1199px) {
.what-is-centurion-cares-section .care-block{
  display: inline-block;
  text-align: center;
}
.what-is-centurion-cares-section .care-block li{
  width: 30%;
}
}

@media screen and (max-width:767px) {
  .what-is-centurion-cares-section .care-block{
    margin: 0;
  }
  .what-is-centurion-cares-section .care-block li{
    width: 100%;
    margin: 10px 0;
  }
}


.btn-wrap-section{
  display: none;
}

         .atitle {
            font-size: 28px;
            font-weight: bold;
            color: #004080;
            margin-bottom: 5px;
        }
         .asubtitle {
            font-size: 20px;
            color: #333;
            margin-bottom: 20px;
        }
        .table-container {
            width: 100%;
            overflow-x: auto;
        }
        table {
            width: 100%;
            max-width: 100%;
            border-collapse: collapse;
            background: white;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        th, td {
            border: 1px solid black;
            padding: 10px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
            text-align: center;
        }
        .school-header {
            background-color: #004080; /* Dark Blue */
            color: white;
            font-size: 18px;
            text-align: center;
        }
        .department-header {
            background-color: #d9edf7; /* Light Blue */
            color: black;
            font-weight: bold;
            text-align: left;
        }
        .scholarship {
            font-weight: bold;
            background-color: #ffcc00; /* Yellow */
            text-align: left;
        }
        @media screen and (max-width: 768px) {
            table {
                font-size: 14px;
            }
            .title {
                font-size: 24px;
            }
            .subtitle {
                font-size: 18px;
            }
        }


/* Announcements Section */
.announcements-section {
    text-align: center;
    padding: 20px;
}

.announcements-title {
    font-size: 22px;
    font-weight: bold;
    color: #007bff;
    margin: 15px 0px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-decoration: none !important;
}

/* Box Styling */
.announcements-box {
    background: #ffffff;
    padding: 15px;
	border: #0c7e7d 5px solid
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* Reduce Margin on Scrolling Area */
.announcements-box > div {
    margin-top: 35px !important;
}

.announcements-box:hover {
    transform: translateY(-5px);
}

/* Link Styling */
.print_vertical_news_scroll a, 
.print-vertical-news-scroll a, 
.print_vertical_news_scroll a:link, 
.print_vertical_news_scroll a:visited, 
.print_vertical_news_scroll a:hover, 
.print_vertical_news_scroll a:active  {
    text-decoration: none !important;
    color: #343a40;
    font-size: 14px;
    font-weight: bold;
    display: block;
    transition: 0.3s;
}

.print-vertical-news-scroll a:hover {
    color: #f8c102;
}

/* Responsive Design */
@media (max-width: 768px) {
    .announcements-title {
        font-size: 20px;
    }

    .announcements-box {
        padding: 10px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
    }

    .print-vertical-news-scroll a {
        font-size: 12px;
    }
}
/* Responsive buttons styling */
/* Base Button Styles */
.header-buttons {
    padding: 10px;
    min-height: 50px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.header-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    visibility: visible;
    opacity: 1;
    margin: 0; /* Ensure no negative margins */
}

.ugc-btn {
    background: #007bff;
}

.disclosure-btn {
    background: #000;
}

.admissions-btn {
    background: #6c757d;
}

.btn-gradient {
   background: linear-gradient(to right, #1ABC9C, #16A085);
   border: none;
   color: white !important;
   font-weight: 500;
   padding: 0.5rem 1rem;
   transition: background 0.3s ease, transform 0.2s ease;
   border-radius: 5px;
   text-align: center;
}

.btn-gradient:hover {
   background: linear-gradient(to right, #16A085, #117864);
   transform: scale(1.03);
   color: white !important;
}


/* Desktop View (≥1200px) */
@media (min-width: 1200px) {
    .header-buttons {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        justify-content: flex-start;
        align-items: center;
    }
    .header-btn {
        min-width: 200px;
    }
}

/* Mobile View (≤1199px) */
@media (max-width: 1199px) {
    .header-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .header-btn {
        width: 100%;
        max-width: 300px;
    }
}

/* Base styles for all buttons */
/* Base styles */
#ugc-info,
#public-disclosure,
#admissions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px auto;
    max-width: 300px;
    text-align: center;
    overflow: visible;
}

/* Tablet & Laptop: Show both UGC and Public Disclosure */
@media (min-width: 768px) {
    #ugc-info {
        margin-right: 400px;
        display: flex !important;
    }

    #public-disclosure {
        margin-right: 230px;
        background-color: black !important;
        color: white;
        display: flex !important;
    }
}

/* Mobile: Hide both */
@media (max-width: 767px) {
    #ugc-info,
    #public-disclosure {
        display: none !important;
    }
}


