@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
  font-family: "Metropolis";
  font-style: normal;
  src: url("../fonts/Metropolis-Regular.otf");
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
      url('../fonts/Metropolis-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis Extra';
  src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
      url('../fonts/Metropolis-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Metropolis";
}

html,
body {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Metropolis" !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  width: 100%;
}

.education_image img.default-img {
  width: 90px;
}

.padding_80 {
  padding: 80px 0px;
}

.mb-25 {
  margin-bottom: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.custom_btn {
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
  color: #f2f2f2 !important;
  padding: 12px 24px;
  border-radius: 50px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease-in-out;
  line-height: 32px;
  border: none;
}

.topbar .col-md-3.col-xl-4.d-xl-flex.align-items-center.justify-content-center.d-none {
    justify-content: end!important;
}

.campus_btn,
.black_btn,
.yellow_btn {
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease-in-out;
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin-top: 24px;
  font-size: 18px;
}

.black_btn {
  background: #000;
}

.yellow_btn {
  background: #fbb03b;
}

h2.heading {
  font-weight: 600 !important;
  text-align: start;
  font-size: 42px;
  line-height: 44px;
  text-transform: uppercase;
  color: #815326;
  font-family: 'poppins';
}
.about h2.heading {
  font-weight: 800 !important;
  text-align: start;
  font-size: 42px;
  line-height: 44px;
  text-transform: uppercase;
  color: #007744;
  font-family: 'poppins';
}

h2.heading strong{
  color: #815326;
}

h3.sec_heading {
  font-weight: 300;
  font-size: 40px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0px;
}

.bg_gray {
  background: #f3f6fb;
}

.fw-bold {
  font-weight: 700 !important;
}

span.highlight {
  background: linear-gradient(40deg, #1d1863 0%, #de1b21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* start topbar */

ul.topbar_list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.top_text {
  border-left: 1px solid #ffffff40;
  padding: 0px 15px;
}

.top_link,
.top_icon {
  color: #fff !important;
  font-size: 14px;
}

.top_icon {
  font-size: 20px;
}

/* end topbar */

/* start navbar */

.sticky_header {
  background-color: #007744;
  transition: 0.5s;
}

.sticky_header .offset-xl-1 {
  margin-left: 5%;
}

.sticky_header .col-xl-11 {
  width: 95%;
}

nav.menu_area {
  /* background: linear-gradient(90deg, #de1b21 0%, #1d1863 100%) !important; */
  background: #091E5F;
  padding: 20px 50px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #e9e9e9;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color:#fff !important;
  font-weight: 600;
}
.nav-link.dropdown-toggle.show{
  font-weight: 600;
  color:#fff;
}
.navbar-expand-lg .navbar-nav {
  flex-wrap: wrap;
  justify-content: center;
}

nav .logo {
  max-width: 200px;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #a797b4;
    box-shadow: none !important;
    padding: 0px;
    border: 0px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/bars.svg);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.0em;
  height: 2.0em;
}

.mega_links {
  padding: 20px;
  color: #fff;
}

.mega_links, 
.right-abt-manu {
  height: 100%;
}


.mega_links li {
    margin: 5px 0px;
}

.mega_links h6 {
    font-weight: 700;
    font-size: 18px;
}

.mega_links a {
    color: #fff !important;
    font-size: 14px;
}

/* start navbar */

/* start home banner */

/* .main_banner {
  background: url(../images/new/home/14.png);
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  position: relative;
} */


.image_start {
  position: relative;
  width: 100%;
  height: 100%;
}
.image_start::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero_info {
  padding-left: 150px;
  position: relative;
  z-index: 333;
}
.banner_img_box {
  position: relative;
  z-index: 333;
}

.hero_info h1,
.hero_info p {
  color: #fff;
  text-transform: uppercase;
}

.hero_info p.sub_heading {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Metropolis';
}
.hero_info h1 {
  font-weight: 900 !important;
  font-family: 'Metropolis' !important;
  font-size: 60px;
  line-height: 52px;
  margin: 0px;
}

.hero_info h1 span {
  color: #FFC700;
}

.banner_img_box img {
    max-width: 700px;
    margin: auto;
}


/* end home banner */

/* start about section */

.admission-notice {
  display: flex;
  background: #007744;
  border: none;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  border-right: 1px #fff solid;
  padding: 0px 10px;
}
.notice-title img {
  max-width: 27px;
  margin-right: 8px;
}
.notice-content p {
  margin: 0;
  color: #fff;
}
.notice-title {
  background: #007744;
  color: white;
  padding: 10px;
  font-weight: 600;
  flex: 0 0 auto;
  min-height: 70px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px #fff solid;
}

.notice-content {
  padding-left: 15px;
  color: #000;
}

.notice-content p {
  margin: 0;
}

.about_section_image {
  padding: 10px;
}

/* end about section */

/* start unique section */
.feature-card-custom {
  display: block;
  border-right: 0px;
  min-height: 150px;
  text-align: center;
  background: #F3F6FB;
  opacity: 1;
  margin: 0px 10px;
  padding: 50px 30px;
  border-radius: 15px;
}


.feature-card-custom:hover {
  background:#15632F;
  color: #fff;
}

.feature_card_heading {
  color: #091E5F;
  text-transform: capitalize;
  font-size: 22px;
  font-family: 'Inter';
  line-height: 25px;
  margin-bottom: 15px !important;
  display: block;
  margin-top: 15px;
}

.feature-card-custom:hover img {
  filter: brightness(0) invert(1);
}

.feature-card-custom:hover .feature_card_heading {
  color: #fff;
}

/* end unique section */

/* start rankings section */

#rankings_sec span {
  color: #ffc700;
  gap: 5px;
  margin-bottom: 20px;
}

#rankings_sec h3.sec_heading {
  color: #000000;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 50px;
  margin-top: -15px;
}

.rank_img_box {
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #007744;
  color: #fff;
}

.rank_img_box img {
  width: unset;
  filter:brightness(0) invert(1);
}

/* .rank_img_box:hover {
  background: linear-gradient(to right, #302861, #e32025);
} */

.rank_img_box:hover img {
  filter: brightness(0) invert(1);
}

/* rank cards */
.rank_cards {
  background: #F3F6FB;
  padding: 25px 20px;
  border-radius: 10px;
  border: 2px #091E5F solid;
}

.rank_cards h6 {
  font-weight: 600;
  font-size: 18px;
  background: #007744;
  color: #fff;
  padding: 3px 10px;
  font-family: 'Poppins';
  border-radius: 5px;
}
.rank_cards:hover {
  background: #091E5F;
  color: #fff;
  transition: 0.4s;
}
.rank_cards:hover .rank_number h3{
  color:#fff;
}
.rank_cards:hover .rank_number p{
  color:#fff;
}

.rank_card_bottom p{
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: center;
    line-height: 23px;
    margin-top: 10px;
}

#rankings_sec .rank_card_top span {
  color: #c21717;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.rank_number {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.rank_number h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 60px;
  color: #091E5F;
}
.rank_number p {
  font-family: 'poppins';
  font-weight: 600;
  font-size: 22px;
  color: #091E5F;
  line-height: 20px;
}


.rank_card_top {
  position: relative;
}

/* accreditation */
.accreditation_img_box,
.accreditation_img_box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* end rankings section */

/* end possibility section */

#possibility_sec h3 {
  font-size: 48px;
  color: #007744;
}
.possibility_sec .sec-hads p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 17px;
  color: #000000;
}


/* end possibility section */

/* start excellence section */

.iconCard {
  border-radius: 10px;
  text-align: center;
  transition: 0.5s ease;
}

.iconCard .img_box {
  padding: 10px;
}

.iconCard .img_box img {
  border-radius: 6px;
}

.iconCard p {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  font-family: 'Poppins';
  color: #091E5F;
}

.event_right_box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}
.event_right_box img.img-fluid {
  width: 100%;
  border-radius: 20px;
  height: 420px;
  object-fit: cover;
}

.imgTextBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-top: 200px;
  background: linear-gradient(to top, #007744, #001e4805);
  color: #fff;
}

.imgTextBox h6 {
  color: #FFE607;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 3px;
}

/* end excellence section */

/* start footer section */
footer {
  background: #091E5F;
  color: #fff;
}

footer h3.footer_title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer a {
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s ease;
}

footer a:hover {
  color: #c21717;
  transition: 0.3s ease;
}

footer .info_email_link {
  text-transform: lowercase;
}

footer .info-box-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0px;
  text-transform: uppercase;
}

footer .info-box-wrap span {
  color: #c21717;
}

.footer_social {
  margin-top: 20px;
  color: #6c757d;
}

.footer_social img {
  max-width: 35px;
}

/* end footer section */

/* start intellectual section */

#intellectual_sec {
  background: #f3f6fb;
}

#intellectual_sec .notice-title {
  flex-direction: column;
  align-items: flex-start;
}

#intellectual_sec .notice-content {
  padding-left: 0;
}

label {
  font-weight: 400;
  font-size: 14px;
}

#intellectual_sec h6.text-left {
  font-size: 24px;
  color: #1d1863;
}

.intellectual_right {
  padding-left: 20px;
}

.intellectual_right p {
  font-size: 24px;
  margin-bottom: 15px;
}

/* end intellectual section */

/* start campusexpirence section */

.campus_img_box {
  position: relative;
}

.campus_img_box .overlay_text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; 
    right: 0;
    padding: 10px;
    padding-top: 100px;
    background: linear-gradient(to top, #001e48, #001e4805);
    color: #fff;
}

.campus_img_box .overlay_text h5 {
  color: #fff;
}

/* end campusexpirence section */

/* start copyright section */
section#copyright {
  background: #000;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 30px 0px;
}

h6.cpy_text {
  font-size: 24px;
  margin: 0 10px;
  color: #fff;
}

section#copyright p {
  font-size: 14px;
  margin: 0;
}

/* end copyright section */

/* owl carousel */

.post-slide {
  margin: 0 10px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0px 0px 0px 0px;
  margin-left: -10px;
  padding-top: 15px;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
  border-radius: 15px;
}
.btm-news .owl-theme .owl-controls .owl-buttons div{
  opacity: 1 !important;
}
.btm-news .owl-theme .owl-controls .owl-page span {
  width: 30px;
  height: 11px;
  margin: 5px 7px;
  background: transparent;
  border: 2px #091E5F solid !important;
  opacity: 1 !important;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
  background: #ffffff20;
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev {
  left: 15px;
}

.owl-controls .owl-buttons .owl-next {
  right: 40px;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/* ============== DEPARTMENT PAGE ==========================*/

/* start dept_banner */

.dept_bnr .main_banner {
  background: url(../images/new/department/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.banner_form {
  padding-right: 150px;
}

.dept_bnr .banner_form {
  position: relative;
}

.dept_bnr .banner_form img.divider {
  position: absolute;
  width: 1px;
  height: 100%;
  left: -150px;
  top: 0;
}

.banner_form {
  text-align: center;
  color: #fff;
}

.banner_form h4 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner_form h6 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner_form p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: max-content;
  margin: auto;
  background: #c21717;
  padding: 5px 10px;
  border-radius: 5px;
}

.banner_form .row,
.banner_form form .row {
  width: 100%;
}

.form-control,
.form-select {
  box-shadow: none !important;
}

.banner_form .form-control,
.banner_form select {
  height: 50px;
}

.banner_form .form_label {
  text-align: left;
}

.banner_form .form_label label {
  font-size: 18px !important;
}

.banner_form .date_of_birth {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner_form button {
  height: 60px;
  text-transform: uppercase;
  font-weight: 700;
}

.banner_form .black_btn {
  background: #333333;
}

/* end dept_banner */

/* start management_program section */

.pro_box p.p_italic {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 10px;
}

.pro_img {
  position: relative;
}

.pro_img .overlay {
  position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 17px;
    font-size: 24px;
    background: linear-gradient(to top, #001e48, #195dbd3d);
    color: #fff;
}

.pro_img_lft img {
  height: 544px;
}

/* ends management_program section */

/* start placements section */

.placements .notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.placements .notice-content {
  padding: 0;
}

.placements .notice-content h3.sec_heading {
  text-transform: uppercase;
  background: linear-gradient(10deg, #1d1863 -45%, #de1b21 60%);
  -webkit-background-clip: text;
  font-size: 34px;
}

.placements .notice-content p {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
}

.placements .campus_btn {
  min-width: 250px;
}

.company_rgt {
  position: relative;
}

.company_rgt h5 {
  position: absolute;
  top: 50px;
  left: 45px;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}

.package_box {
  background: #f2f2f2;
  padding: 12px;
  border-radius: 10px;
}

.package_box h5 {
  font-size: 30px;
  font-weight: 600;
}

.package_box h5 span {
  font-size: 15px;
}

.package_box p {
  font-size: 12px;
}

.package_box:hover {
  background: linear-gradient(to right, #302861, #b9171b);
}

.package_box:hover h5,
.package_box:hover h5 span,
.package_box:hover p {
  color: #fff;
}

.placements .company_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.placements .company_top .title-area {
  background: #c21717;
}

.placements .company_top h3.sec_heading,
.placements .company_top p {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

/* ends placements section */

/* start industry_leader section */

#industry_leader .notice-content h3.sec_heading {
  background: linear-gradient(0deg, #1d1863, #de1b21);
  -webkit-background-clip: text;
}

.notice_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#industry_leader button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px;
  min-width: 250px;
  font-weight: 600;
  border-radius: 10px;
}

/* ends industry_leader section */

/* start how_to_apply section */
#how_to_apply {
  background: url(../images/new/program/15.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
}

/* ends how_to_apply section */

/* start testimonials section */
.testimonials .tstmnl-box {
  display: flex;
  align-items: center;
}

.testimonials .tstmnl-box h6 {
  color: #c21717;
  text-transform: uppercase;
  font-size: 22px;
}

#testimonials .tstmnl-box h5 {
  text-transform: uppercase;
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
}

/* ends testimonials section */

/* swiper slider */

span.swiper-pagination-bullet {
  background: #302861;
  width: 20px;
  height: 7px;
  border-radius: 20px;
  opacity: 1;
}

span.swiper-pagination-bullet-active {
  background: #d12023;
  width: 40px;
}

#testimonials .swiper-horizontal > .swiper-pagination-bullets,
#testimonials .swiper-pagination-bullets.swiper-pagination-horizontal,
#testimonials .swiper-pagination-custom,
#testimonials .swiper-pagination-fraction {
  left: -50px !important;
  bottom: 40px !important;
}

/* swiper slider */

/* start courses section */

#courses {
  background: url(../images/department/courses_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#white_title h3.sec_heading,
#white_title p.sec_sub_heading {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

#white_title h3.sec_heading {
  font-weight: 700;
  font-size: 34px;
}

#white_title p.sec_sub_heading {
  font-weight: 300;
}

.course_lft {
  background: #fff;
  padding: 20px 40px;
  border-radius: 5px;
}

.course_lft img {
  max-width: 200px;
  width: 100%;
}

.course_lft strong {
  color: #333333;
}

.course_lft p {
  color: #33333380;
}

ul#myTab {
  gap: 10px;
  border: none !important;
}

.nav_list {
  background: #fff !important;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  border-radius: 5px;
  color: #33333380;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  gap: 10px;
}

.nav_list:hover,
.nav_list.active {
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%) !important;
  color: #fff !important;
  border-radius: 5px;
}
/* .nav_list:hover {
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%) !important;
  color: #fff !important;
  border-radius: 5px;
} */

/* .nav_list img.course_icon_white {
  display: none;
} */

/* .nav_list:hover img.course_icon_gray,
.nav_list.active img.course_icon_gray {
  display: none;
}

.nav_list:hover img.course_icon_white,
.nav_list.active img.course_icon_white {
  display: block;
} */

.nav_list img {
  max-width: 30px;
}

.nav_list:hover img {
  filter: brightness(0) invert(1) !important;
}
.nav_list.active img{
  filter:brightness(0) invert(1) !important;
}
.nav_list p {
  font-size: 14px;
  line-height: 24px;
}

.courses_box {
  background: #fff;
  color: #333;
  padding: 60px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.courses_box ul li {
  margin: 15px 0px;
  margin-left: 0px;
}

.courses_box h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}

.courses_box h3:after {
  position: absolute;
  content: "";
  background: url(../images/gradient_line.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -7px;
}

.courses_box i {
  color: #c21717;
}

.courses_box a {
  color: #333333;
  font-weight: 700;
}

.courses_box strong {
  margin-left: 20px;
  font-size: 14px;
  color: #c21717;
}

.courses_box button.campus_btn {
  padding: 20px;
  border-radius: 10px;
  max-width: 350px;
  width: 100%;
}

/* ends courses section */

/* ============== PROGRAMS PAGE ==========================*/

/* start program_bnr */
.program_bnr .main_banner {
  background: url(../images/new/program/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/* ends program_bnr */

/* start disciplines_sec */

.disciplines_sec h3.sec_heading {
  font-weight: 700;
  font-size: 36px;
}

.disciplines_box {
  padding: 5px;
  position: relative;
  height: 100%;
}

.disciplines_box img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.disciplines_box .overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    background: linear-gradient(to top, #001e48, #001e4800);
    color: #fff;
}

.disciplines_box1 .overlay {
  bottom: 10px;
  top: unset;
}

.disciplines_box label {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

/* ends disciplines_sec */

/* starts eligibility_sec  */
.eligibility_sec h2.sec_heading {
  text-transform: capitalize;
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  font-size: 30px;
  font-weight: 700;
}

ul.content_list h3 {
  font-size: 24px;
  font-weight: bold;
}

ul.content_list h4 {
  font-size: 20px;
  font-weight: bold;
}

.notes {
  border: 1px solid #dee2e6;
  border-radius: 20px;
  padding: 25px;
}

.eligibility_sec table {
  font-size: 13px;
}

table,
th,
td {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  background: #fff;
}

.content h4 {
  font-size: 18px;
}

#eligibility_sec .nav-tabs {
  border-bottom: 1px solid #c21717;
}

#eligibility_sec .nav_list {
  background: transparent !important;
  color: #333;
  text-transform: capitalize;
}

#eligibility_sec .nav_list:hover,
#eligibility_sec .nav_list.active {
  border: 1px solid #c21717 !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0px !important;
  color: #c21717 !important;
}

#eligibility_sec th {
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 120%);
  color: #fff;
}

#eligibility_sec table {
  vertical-align: middle;
}

button.accordion-button {
  background: #fff !important;
  color: #000 !important;
  font-weight: 700;
  box-shadow: none !important;
}

button.accordion-button {
  font-weight: 400;
}

.accordion-header {
  border-bottom: 1px solid #dee2e6;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%);
}

.program_structure_rgt_top {
  position: relative;
}

.program_structure_rgt_top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #21337D;
  color: #fff;
  padding: 35px;
  border-top-left-radius: 15px;
  opacity: 0.9;
}

.program_structure_rgt_top .overlay a.custom_btn {
  bottom: -25px;
  position: absolute;
  padding: 8px 25px;
  margin-bottom: 0;
}

/* ends eligibility_sec  */

/* start recruiters_sec */
h4.heading {
  font-weight: 700;
  text-align: start;
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  line-height: 38px;
  text-transform: capitalize;
}

.content h4.heading {
  font-weight: 700;
  text-align: start;
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  line-height: 38px;
  text-transform: capitalize;
}

ul.content_list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin: 10px 0px;
}

ul.content_list i {
  color: #c21717;
}

ul.inner_list {
  padding-left: 30px;
}

/* ends recruiters_sec */

/* start carrer */
.carrer {
  background: url(../images/program/carrer_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.carrer .logo {
  max-width: 250px;
}

.carrer h3 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}

.carrer .package_box {
  background: transparent;
  padding: 0;
}

.carrer .package_box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

img.carrer_icon {
  max-width: 50px;
  margin-bottom: 10px;
}

/* ends carrer */

/* ============== NEWS PAGE ==========================*/

/* start news */

.news_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #33333338;
}

.news_filter h2 {
  font-size: 20px;
  font-weight: 700;
}

.news_filter button {
  box-shadow: none;
  background: none;
  border: 1px solid #333333;
  padding: 10px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.news_box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
}

.news_box img {
  width: 100%;
  height: 100%;
}

.news_box .overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.news_box .overlay label {
  background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
  font-size: 14px;
  line-height: 24px;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

img.img-fluid.avatar {
  max-width: 25px;
}

.row.news_rgt_box {
  width: 100%;
  gap: 20px 0px;
}

.news_rgt_box .overlay label {
  font-size: 8px;
  line-height: 16px;
  padding: 5px 8px;
}

.news_rgt_box .overlay h5 {
  font-size: 14px;
  line-height: 18px;
}

.news_rgt_box .overlay span {
  font-size: 8px;
  margin-left: 5px;
}

.news_sidebar {
  padding: 30px 15px;
  border: 1px solid #00000020;
  height: 100%;
}


/* ends news */
.bg_th_color th {
    background: linear-gradient(90deg, #1d1863 0%, #de1b21 100%);
    color: #fff;
}
.row.custom_height_menu {
    height: 277px;
    background: #333;
}

/* inner page sidebar */
a.campus_btn {
    -webkit-appearance: button;
    background: #007744;
    margin-top: 0;
} 
a.campus_btn:hover {
    color: #fff;
    background: #007744;
}
.top-radius { 
    border-top-right-radius: 10px;  
    border-top-left-radius: 10px;
}

.bottom-radius {
     border-bottom-right-radius: 10px;  
    border-bottom-left-radius: 10px;
}
 
.link-title {
    background: #007744;
    display: block;
    padding: 30px 34px;
    margin-bottom: 0;
}

.custom-list-style2 li a {
    color: #fff;
    padding: 15px;
    display: block; 
    background: #1b1f52;
    border-bottom: 1px solid #343a7b;
    position: relative;
    padding-left: 45px;
    z-index: 1;
}
.custom-list-style2 li a::before {
    content: '';
    height: 2px;
    width: 5px;
    background: #ddd;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-list-style2 li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #343a7b;
    z-index: -1;
    transition: width .4s;
}


.placements_sec h3 {
  color: #815326 !important;
}
.placements_sec h3 span {
  font-weight: 500;
}



