@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
h1, h2, h3, h4, h5, h6, ul, ul li, ol, ol li, p {
  margin: 0px;
  padding: 0px; }

* {
  margin: 0px;
  padding: 0px; }

h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 36px;
  font-weight: 800; }

h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-weight: 800; }

h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 25px;
  font-weight: 800; }

h5 {
  font-family: "Urbanist", sans-serif;
  font-size: 25px;
  font-weight: 800; }

.txt-blue {
  color: #2F5288; }

.txt-white {
  color: #fff; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Urbanist", sans-serif; }

.top-header {
  background-color: #2F5288;
  padding: 5px 0px;
  color: #fff; }
  .top-header img {
    margin-right: 10px; }
    .top-header img:last-child {
      margin-right: 0px; }
  .top-header h5 {
    color: #fff;
    text-align: center; }
  .top-header p {
    font-size: 15px;
    text-align: center; }
  .top-header .social-icons {
    list-style: none;
    float: right; }
    .top-header .social-icons li {
      display: inline-block; }
      .top-header .social-icons li a {
        color: #fff;
        border: 1px solid #fff;
        display: block;
        border-radius: 100%;
        width: 37px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        margin-left: 10px; }
        .top-header .social-icons li a:hover {
          background-color: #fff;
          color: #2F5288; }

.logoandmenublock {
  padding: 5px 0px; }
  .logoandmenublock ul {
    list-style: none;
    float: left;
    font-family: "Urbanist", sans-serif; }
    .logoandmenublock ul li {
      display: inline-block;
      position: relative; }
      .logoandmenublock ul li a {
        text-decoration: none;
        color: #000;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 500; }
        .logoandmenublock ul li a:hover {
          color: #2F5288; }
      .logoandmenublock ul li .dropdown-menu {
        width: 220px;
        border-radius: 0px;
        border: 0;
        background-color: #2F5288;
        transition: all ease-in-out .2s; }
        .logoandmenublock ul li .dropdown-menu li {
          display: block;
          line-height: 35px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .logoandmenublock ul li .dropdown-menu li:last-child {
            border-bottom: 0px; }
          .logoandmenublock ul li .dropdown-menu li a {
            color: #fff;
            font-size: 15px; }
            .logoandmenublock ul li .dropdown-menu li a:hover {
              color: #b1b1b1; }
      .logoandmenublock ul li .dropdown-item {
        padding-left: 10px;
        font-size: 14px;
        font-weight: normal;
        display: block !important;
        width: 100%; }
        .logoandmenublock ul li .dropdown-item:focus {
          background-color: #2F5288;
          color: #fff; }

.dropdown:hover > ul.dropdown-menu {
  display: block; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  float: right;
  font-weight: 300;
  font-size: 14px;
  padding-right: 15px; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li {
  border-left: 2px solid transparent;
  transition: all ease-in-out .2s; }
  ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li:hover {
    border-left: 2px solid #FFFF28; }

a.mobile-icon {
  display: none; }

#sidebarmainMenu {
  background-color: #24406c;
  color: #fff;
  width: 100% !important; }
  #sidebarmainMenu .offcanvas-header {
    background-color: #2F5288;
    padding: 10px 20px; }
    #sidebarmainMenu .offcanvas-header h5.offcanvas-title {
      color: #fff; }
    #sidebarmainMenu .offcanvas-header .btn-close {
      background-color: #fff;
      opacity: 1;
      border-radius: 100%; }
  #sidebarmainMenu .offcanvas-body {
    padding: 0px; }
  #sidebarmainMenu ul#metismenu {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    #sidebarmainMenu ul#metismenu li a {
      color: #fff;
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      font-size: 14px;
      border-bottom: 1px solid #203961; }
    #sidebarmainMenu ul#metismenu li ul {
      background-color: #2f5288; }
      #sidebarmainMenu ul#metismenu li ul li ul {
        background-color: #2F5288 !important; }

.metismenu .has-arrow::after {
  transform: rotate(135deg) translate(0, -50%) !important; }

.metismenu .mm-active > .has-arrow::after, .metismenu .has-arrow[aria-expanded=true]::after {
  transform: rotate(-135deg) translate(0, -50%) !important; }

.mm-collapse li a {
  padding-left: 50px; }

.banner-block {
  height: 550px;
  position: relative; }
  .banner-block img {
    width: 100%;
    height: 550px;
    object-fit: cover; }

.eventblock h4 {
  padding-bottom: 20px; }
.eventblock .event-item {
  position: relative; }
  .eventblock .event-item img {
    border-radius: 7px;
    margin-bottom: 15px;
    width: 100%;
    height: 250px;
    object-fit: cover; }
  .eventblock .event-item p {
    font-size: 16px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .eventblock .event-item .eventdate {
    background-color: #2F5288;
    width: 70px;
    height: 65px;
    border-radius: 6px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 40px; }
    .eventblock .event-item .eventdate span {
      font-weight: 300;
      display: block;
      font-size: 16px; }
.eventblock .swiper-pagination {
  position: relative;
  margin-top: 20px; }
  .eventblock .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #009344;
    opacity: 1; }
  .eventblock .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2F5288; }

.exam-schedule-board {
  width: 100%;
  height: 260px;
  background-image: url("../images/noticeboard-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 10px; }
  .exam-schedule-board:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(46, 83, 138, 0.9);
    border-radius: 10px; }
  .exam-schedule-board h4 {
    color: #fff; }
  .exam-schedule-board ul {
    height: 190px;
    overflow-y: auto;
    padding-right: 20px; }
    .exam-schedule-board ul::-webkit-scrollbar {
      width: 8px; }
    .exam-schedule-board ul::-webkit-scrollbar-track {
      background-color: #fff;
      border-radius: 5px; }
    .exam-schedule-board ul::-webkit-scrollbar-thumb {
      background-color: #849DC3;
      border-radius: 5px; }
    .exam-schedule-board ul::-webkit-scrollbar-thumb:hover {
      background-color: rgba(46, 83, 138, 0.3); }
    .exam-schedule-board ul li {
      color: #fff;
      font-size: 14px;
      padding-bottom: 10px;
      font-weight: 300;
      position: relative;
      padding-left: 15px; }
      .exam-schedule-board ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\f105';
        font-weight: 300;
        font-size: 16px;
        font-family: "Font Awesome 5 Pro"; }

.noticeboard {
  width: 100%;
  height: 430px;
  background-image: url("../images/noticeboard-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 10px; }
  .noticeboard:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(46, 83, 138, 0.9);
    border-radius: 10px; }
  .noticeboard h4 {
    color: #fff; }
  .noticeboard ul {
    height: 330px;
    overflow-y: auto;
    padding-right: 20px; }
    .noticeboard ul::-webkit-scrollbar {
      width: 8px; }
    .noticeboard ul::-webkit-scrollbar-track {
      background-color: #fff;
      border-radius: 5px; }
    .noticeboard ul::-webkit-scrollbar-thumb {
      background-color: #849DC3;
      border-radius: 5px; }
    .noticeboard ul::-webkit-scrollbar-thumb:hover {
      background-color: rgba(46, 83, 138, 0.3); }
    .noticeboard ul li {
      color: #fff;
      font-size: 14px;
      padding-bottom: 10px;
      font-weight: 300;
      position: relative;
      padding-left: 15px; }
      .noticeboard ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\f105';
        font-weight: 300;
        font-size: 16px;
        font-family: "Font Awesome 5 Pro"; }

.aboutblock img {
  border-radius: 16px; }
.aboutblock h4 {
  padding-bottom: 15px;
  text-transform: capitalize; }
.aboutblock p {
  font-size: 16px;
  line-height: 26px; }

.statcounter {
  padding-bottom: 50px; }
  .statcounter h2 {
    text-align: center;
    color: #2F5288;
    font-size: 28px; }
    .statcounter h2:after {
      content: '+'; }
  .statcounter p {
    text-align: center;
    font-size: 18px; }

.topfaculty {
  width: 100%;
  height: 370px;
  background-image: url("../images/topfacultybg.png");
  background-size: 100% 370px;
  object-fit: cover;
  position: relative;
  margin-bottom: 40px;
  padding: 30px 0px; }
  .topfaculty:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(254, 255, 214, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }
  .topfaculty .container {
    position: relative;
    z-index: 999; }
  .topfaculty p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    padding-bottom: 20px; }
  .topfaculty h4 {
    color: #2F5288;
    text-align: center;
    padding-bottom: 10px; }
  .topfaculty .swiper-pagination {
    position: relative;
    margin-top: 15px; }
    .topfaculty .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: #5E7BA8;
      opacity: 1; }
    .topfaculty .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #2F5288; }

.homesliderSwiper .swiper-slide img {
  width: 100%; }
.homesliderSwiper .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #607dab 25%, #00205073 65%);
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px; }
.homesliderSwiper .swiper-button-next {
  right: 2%; }
.homesliderSwiper .swiper-button-prev {
  left: 2%; }
.homesliderSwiper .swiper-button-next, .homesliderSwiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  text-align: center;
  z-index: 999; }
  .homesliderSwiper .swiper-button-next:hover, .homesliderSwiper .swiper-button-prev:hover {
    background-color: #2F5288;
    color: #fff; }
.homesliderSwiper .swiper-button-next:after, .homesliderSwiper .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 45px;
  color: #000; }
.homesliderSwiper .swiper-button-next:hover:after, .homesliderSwiper .swiper-button-prev:hover:after {
  color: #fff; }
.homesliderSwiper .banner-content {
  max-width: 500px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 32%;
  left: 12%;
  z-index: 999; }
  .homesliderSwiper .banner-content a {
    background-color: #2F5288;
    padding: 12px 30px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 600; }
    .homesliderSwiper .banner-content a:hover {
      background-color: #fff;
      color: #2F5288; }
  .homesliderSwiper .banner-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    padding-bottom: 20px; }
    .homesliderSwiper .banner-content h2 span {
      display: block;
      font-weight: 800;
      font-size: 50px;
      color: #FFFF28; }

.facultybox {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  display: flex;
  background-color: #fff;
  margin: 0px 20px 20px 0px;
  position: relative; }
  .facultybox:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2F5288;
    position: absolute;
    top: 10px;
    z-index: -1; }
  .facultybox .faculty {
    align-self: center; }
    .facultybox .faculty img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 100%; }
  .facultybox .faculty-content {
    padding-left: 10px; }
    .facultybox .faculty-content h4 {
      font-size: 20px;
      color: #000;
      text-align: left; }
    .facultybox .faculty-content h5 {
      color: #797979;
      font-size: 14px;
      padding-bottom: 5px; }
    .facultybox .faculty-content p {
      text-align: left;
      font-size: 12px;
      line-height: 18px;
      color: #000; }

.campus-life {
  padding-bottom: 30px;
  overflow: hidden; }
  .campus-life h4 {
    color: #2F5288;
    text-align: center;
    padding-bottom: 8px; }
  .campus-life p {
    font-size: 12px;
    color: #616161;
    text-align: center; }

.camlifebox {
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  height: 465px; }
  .camlifebox img {
    width: 100%;
    height: 465px; }
  .camlifebox:after {
    content: '';
    width: 88%;
    height: 90%;
    top: 20px;
    left: 17px;
    border: 1px solid #fff;
    border-top: 0px;
    border-left: 0px;
    position: absolute;
    z-index: 99;
    overflow: hidden;
    transition: all 0.4s ease-in-out; }
  .camlifebox h5 {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    left: 20px;
    top: 30px; }
  .camlifebox .content {
    width: 100%;
    background-color: #000;
    padding: 20px;
    z-index: 999;
    position: relative;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    .camlifebox .content h4 {
      color: #fff;
      text-align: left;
      font-size: 20px; }
    .camlifebox .content p {
      color: #CFCFCF;
      text-align: left;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .camlifebox:hover .content {
    opacity: 1;
    margin-top: -124px; }
  .camlifebox:hover h5 {
    display: none; }
  .camlifebox:hover:after {
    display: none; }

.newseventsbox {
  padding-bottom: 40px; }
  .newseventsbox h4 {
    color: #2F5288;
    padding-bottom: 20px; }
  .newseventsbox .newsevent-item {
    position: relative; }
    .newseventsbox .newsevent-item img {
      border-radius: 7px;
      margin-bottom: 15px;
      width: 100%;
      height: 230px;
      object-fit: cover; }
    .newseventsbox .newsevent-item p {
      font-size: 16px;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000; }

.newsevents-container {
  width: 100%;
  margin: 0px auto;
  display: block;
  position: relative; }
  .newsevents-container .swiper-button-next {
    right: 0;
    top: -28px; }
  .newsevents-container .swiper-button-prev {
    left: inherit;
    right: 50px;
    top: -28px; }
  .newsevents-container .swiper-button-next, .newsevents-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #F3F3F3;
    display: block;
    text-align: center;
    z-index: 999; }
    .newsevents-container .swiper-button-next:hover, .newsevents-container .swiper-button-prev:hover {
      background-color: #2F5288;
      color: #fff; }
  .newsevents-container .swiper-button-next:after, .newsevents-container .swiper-button-prev:after {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 40px;
    color: #000; }
  .newsevents-container .swiper-button-next:hover:after, .newsevents-container .swiper-button-prev:hover:after {
    color: #fff; }

.statsecondcounter {
  width: 100%;
  margin: 20px 0px 55px 0px;
  padding: 70px 0px;
  background-image: url("../images/statcounterbg.png");
  background-size: 100% 230px;
  position: relative; }
  .statsecondcounter:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(46, 83, 138, 0.9); }
  .statsecondcounter .container {
    position: relative;
    z-index: 999; }
    .statsecondcounter .container h4 {
      color: #fff;
      text-align: center;
      font-size: 38px;
      font-weight: 700; }
      .statsecondcounter .container h4:after {
        content: '+'; }
    .statsecondcounter .container h4.lpa:after {
      content: "LPA+" !important;
      padding-left: 5px; }
    .statsecondcounter .container p {
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1px; }

.alumniblock {
  padding-bottom: 50px; }
  .alumniblock h4 {
    text-align: center;
    color: #2F5288;
    padding-bottom: 15px; }
  .alumniblock p {
    font-size: 16px;
    color: #616161;
    text-align: center;
    padding-bottom: 20px; }
  .alumniblock .profile {
    position: relative;
    width: 100%; }
    .alumniblock .profile img {
      width: 100%;
      border-radius: 5px; }
    .alumniblock .profile .almprofile {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 7.22%, rgba(0, 0, 0, 0) 99.64%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      border-radius: 5px;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
      .alumniblock .profile .almprofile .content {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 95%;
        left: 3%; }
        .alumniblock .profile .almprofile .content h5 {
          color: #fff;
          font-size: 18px; }
        .alumniblock .profile .almprofile .content p {
          color: #fff; }
    .alumniblock .profile:hover {
      transition: all 0.2s ease-in-out; }
      .alumniblock .profile:hover .almprofile {
        opacity: 1; }
  .alumniblock .swiper-pagination {
    position: relative;
    margin-top: 20px; }
    .alumniblock .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: #5E7BA8;
      opacity: 1; }
    .alumniblock .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #2F5288; }

.partnersbox {
  padding-bottom: 40px; }
  .partnersbox h4 {
    color: #2F5288;
    text-align: center; }
  .partnersbox p {
    font-size: 16px;
    color: #616161;
    text-align: center;
    padding-bottom: 20px; }
  .partnersbox .client {
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.11);
    text-align: center;
    margin: 20px;
    padding: 20px;
    width: 100%; }
    .partnersbox .client img {
      height: 55px;
      object-fit: contain;
      text-align: center;
      margin: 0px auto; }

.admissionsbox {
  background-color: #2F5288;
  padding: 30px 0px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .admissionsbox h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600; }
  .admissionsbox .btn-applynow {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 20px; }
    .admissionsbox .btn-applynow:hover {
      background-color: #FFFF28;
      color: #000; }

.subpage-banner {
  width: 100%;
  height: 250px;
  background-image: url("../images/subpagebanner.png");
  background-size: 100% 300px;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-bottom: 40px; }
  .subpage-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .subpage-banner .container {
    position: relative;
    z-index: 999; }
  .subpage-banner h4 {
    padding-bottom: 10px;
    padding-top: 100px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase; }
  .subpage-banner h6 {
    font-size: 18px;
    color: #fff; }
    .subpage-banner h6 span {
      color: #FFFF28; }

.our-team {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px; }

.our-team .pic {
  border-radius: 50%;
  overflow: hidden;
  position: relative; }

.our-team .pic:before,
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #e6e5e5;
  position: absolute;
  top: 0;
  left: 0; }

.our-team .pic:after {
  border-color: #2F5288 #e6e5e5 #e6e5e5 #2F5288;
  z-index: 1;
  transform: rotate(-10deg);
  transition: all 0.9s ease 0s; }

.our-team:hover .pic:after {
  transform: rotate(350deg); }

.our-team img {
  width: 100%;
  height: auto; }

.our-team .title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding-bottom: 10px;
  margin: 10px 0 6px 0;
  position: relative; }

.our-team .title:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #222;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.our-team .post {
  display: block;
  font-size: 13px;
  color: #777; }

.our-team .icon {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0; }

.our-team .icon li {
  display: inline-block; }

.our-team .icon li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #e0e0e0;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
  transition: all 0.3s ease-out 0s; }

.our-team .icon li a:hover {
  background: #37b0f1;
  color: #fff; }

.side-heading {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: hidden; }

.side-heading li {
  float: left;
  padding: 8px 15px 8px 20px;
  background: #fdec82;
  font-size: 14px;
  font-weight: bold;
  color: #777;
  position: relative; }

.side-heading li {
  background: #fffc18;
  margin-right: 18px;
  margin-bottom: 14px;
  margin-top: 4px; }

.side-heading li:before {
  display: none; }

.side-heading li:after {
  content: "";
  display: block;
  border-left: 20px solid #fdec82;
  border-top: 20px solid transparent;
  border-bottom: 22px solid transparent;
  position: absolute;
  top: 0;
  right: -18px;
  z-index: 1; }

.side-heading li:first-child:after {
  border-left-color: #fdf9cc; }

.side-heading li:last-child:after {
  border-left-color: #FFFF28; }

.side-heading li a {
  font-size: 20px;
  font-weight: bold;
  color: #3f3f3f;
  text-decoration: none; }

.placements-ul {
  margin: 0;
  padding: 0; }

.placements-ul li {
  list-style: none;
  font-weight: 600; }

.recruiters-logo {
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid #2f5288;
  border-radius: 10px; }
  .recruiters-logo img {
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 70px;
    object-fit: cover;
    padding: 4px; }

.placement-links ul li a {
  color: #2F5288 !important; }
  .placement-links ul li a:hover {
    color: #97b2dc !important; }

.common-gallery {
  margin-bottom: 20px; }
  .common-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover; }

.view-profile-btn {
  background-color: #2f5288;
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 13px; }

.alumni-table tr th {
  background-color: #2f5288;
  color: #fff; }

.project-block {
  position: relative;
  margin-bottom: 30px; }

.project-block .image-box {
  position: relative; }

.project-block .image-box .image img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #b7b7b7; }

.captures-bottom {
  background-color: #2f5288;
  padding: 10px 0px;
  border-radius: 0px 0px 10px 10px; }

.captures-bottom h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600; }

.captures-bottom h4 a {
  text-decoration: none;
  color: #fff; }

.captures-bottom h4 a:hover {
  text-decoration: none;
  color: #d0d0d0; }

.project-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.project-block .overlay-box:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0%;
  width: 0%;
  opacity: 0;
  overflow: hidden;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.project-block .overlay-box h4 {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: right;
  opacity: 0;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.project-block .overlay-box h4 a {
  color: #ffffff; }

.admissionsbox .pr-newslatter-img {
  top: 0;
  left: 14%;
  opacity: .2; }

.admissionsbox .pr-newslatter-img img {
  width: 130px; }

.project-block .overlay-box .btn-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-top: -15px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.project-block .overlay-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 6px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.project-block .image-box:hover .overlay-box:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  border-radius: 10px;
  visibility: visible; }

.project-block .image-box:hover .overlay-box .btn-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }

.project-block .image-box:hover .overlay-box h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms; }

.project-block .image-box .image {
  position: relative;
  margin-bottom: 0; }

.project-block .overlay-box .tag {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.project-block .image-box:hover .overlay-box .tag {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms; }

.subpage-contentbox {
  padding-bottom: 50px; }
  .subpage-contentbox h3 {
    font-size: 26px;
    padding-bottom: 10px; }
  .subpage-contentbox p {
    font-size: 16px;
    line-height: 25px; }
  .subpage-contentbox .facultybox p small {
    font-size: 12px;
    line-height: 20px; }
    .subpage-contentbox .facultybox p small i {
      color: #627797; }

.side-page-menu ul li:first-child {
  margin: 0px;
  margin-bottom: 6px; }

.side-page-menu ul li:last-child {
  margin: 0px;
  margin-top: 6px; }

.side-page-menu ul li a object {
  position: relative;
  top: 6px;
  left: -4px; }

.side-page-menu ul li.active a object {
  filter: brightness(0) invert(1); }

.side-page-menu ul li.active:first-child a object {
  filter: brightness(0) invert(1); }

.side-page-menu ul li.active:last-child a object {
  filter: brightness(0) invert(1); }

.side-page-menu ul li a:hover object {
  filter: brightness(0) invert(1); }

.side-page-menu {
  border-radius: 7px;
  border: 1px solid #919191;
  margin-bottom: 20px; }
  .side-page-menu ul {
    margin: 4px 0px;
    padding: 0px;
    list-style: none; }
    .side-page-menu ul li {
      display: block;
      position: relative;
      margin: 6px 0px; }
      .side-page-menu ul li a {
        color: #000;
        text-decoration: none;
        font-size: 17px;
        font-family: 'Urbanist', sans-serif;
        line-height: 50px;
        padding-left: 20px;
        display: block; }
        .side-page-menu ul li a i {
          padding-right: 10px;
          font-size: 22px; }
        .side-page-menu ul li a:hover {
          background-color: #2F5288;
          color: #fff;
          display: block; }
        .side-page-menu ul li a span {
          position: absolute;
          right: 10px;
          top: 3px; }
      .side-page-menu ul li.active a {
        background-color: #2F5288;
        color: #fff; }
      .side-page-menu ul li.active:first-child a {
        border-radius: 7px 7px 0px 0px; }
      .side-page-menu ul li.active:last-child a {
        border-radius: 0px 0px 7px 7px; }
      .side-page-menu ul li:first-child a:hover {
        border-radius: 7px 7px 0px 0px; }
      .side-page-menu ul li:last-child a:hover {
        border-radius: 0px 0px 7px 7px; }
      .side-page-menu ul li ul li:first-child a:hover {
        border-radius: 0; }
      .side-page-menu ul li ul li:last-child a:hover {
        border-radius: 0; }

.fee-outer {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 12px; }
  .fee-outer h4 {
    color: #2F5288;
    font-size: 22px;
    padding-bottom: 20px; }
  .fee-outer h5 {
    padding-bottom: 10px;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 20px; }

.appform .form-control, .appform .form-select {
  height: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  border-color: #b6b6b6; }
  .appform .form-control:focus, .appform .form-select:focus {
    box-shadow: inherit; }
.appform .btn-submit {
  background-color: #2F5288;
  height: 50px;
  color: #fff;
  font-weight: 600;
  padding: 0px 60px;
  border: none;
  border-radius: 8px;
  border: 1px solid transparent; }
  .appform .btn-submit:hover {
    border-color: #2F5288;
    background-color: #fff;
    color: #2F5288; }
.appform input[type="file"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none; }

.custom-file {
  opacity: 0;
  display: block; }

label.filecst {
  border: 1px solid #B6B6B6;
  margin-bottom: 10px;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding-top: 30px;
  height: 100px; }
  label.filecst i {
    display: block;
    font-size: 22px; }

.cms-content p {
  padding-bottom: 10px; }
.cms-content ul {
  padding-left: 30px;
  margin-bottom: 10px; }
  .cms-content ul li {
    padding-bottom: 5px; }
    .cms-content ul li a {
      color: #333;
      text-decoration: none; }
      .cms-content ul li a:hover {
        color: #2F5288; }
.cms-content .pagination li a {
  background-color: #2F5288;
  color: #fff; }
  .cms-content .pagination li a:hover {
    background-color: #FFFF28;
    color: #000;
    border-color: #FFFF28; }
  .cms-content .pagination li a .active {
    background-color: #FFFF28;
    color: #000;
    border-color: #FFFF28; }
.cms-content .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
.cms-content .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }
.cms-content .page-link {
  border: 0px; }
.cms-content .accordion-button {
  font-weight: bold; }
  .cms-content .accordion-button:focus {
    box-shadow: inherit; }
.cms-content .accordion-item:first-of-type, .cms-content .accordion-item:last-of-type {
  border-radius: 0px !important; }
.cms-content .accordion-item:first-of-type .accordion-button, .cms-content .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px !important; }
.cms-content .accordion-body ul {
  margin: 0px;
  padding: 0px 0px 0px 20px; }
  .cms-content .accordion-body ul li a {
    color: #333;
    text-decoration: none; }
    .cms-content .accordion-body ul li a:hover {
      color: #2F5288; }

.title-bg {
  background-color: #2F5288;
  color: #fff;
  padding: 3px 0px;
  margin-bottom: 10px; }

.blue {
  color: #2F5288; }

.profilephoto {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: top center; }

.facultyinfo h5.card-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

footer {
  background-image: url("../images/footerbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px 0px; }
  footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  footer .container {
    position: relative;
    z-index: 999; }
  footer h5 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 700; }
  footer ul {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    list-style: none; }
    footer ul li {
      position: relative;
      font-size: 14px;
      text-align: left;
      padding-bottom: 20px; }
      footer ul li a {
        color: #fff;
        text-decoration: none; }
        footer ul li a:hover {
          color: #FFFF28; }
      footer ul li:before {
        position: absolute;
        content: "\f101";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 600;
        font-size: 10px;
        color: #ffffff;
        left: -14px;
        top: 4px; }

.join-alumni {
  position: relative; }

.join-alumni img {
  border-radius: 10px; }

.join-alumni .join-alumni-content {
  position: absolute;
  top: 36%;
  left: 10%; }

.join-alumni-content h4 {
  font-size: 36px;
  margin-bottom: 20px; }

.join-alumni-content .view-profile-btn {
  background-color: #008e00;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600; }

.botlogo {
  position: relative;
  padding-top: 20px; }
  .botlogo img {
    margin: 0px auto;
    display: block; }
  .botlogo:before {
    content: '';
    position: absolute;
    width: 43%;
    height: 1px;
    background-color: #fff;
    z-index: 99;
    top: 42px;
    left: 0; }
  .botlogo:after {
    content: '';
    position: absolute;
    width: 43%;
    height: 1px;
    background-color: #fff;
    z-index: 99;
    top: 42px;
    right: 0; }

footer .top-header {
  background-color: inherit;
  padding: 0px; }
  footer .top-header ul {
    padding: 0px; }
    footer .top-header ul li {
      padding-bottom: 0px;
      font-size: 16px;
      text-align: center; }
      footer .top-header ul li a {
        text-align: center;
        padding-right: 0px; }

.copyright {
  font-size: 14px;
  color: #fff; }
  .copyright a {
    color: #fff;
    padding-right: 15px;
    text-decoration: none; }
    .copyright a:hover {
      color: #FFFF28; }

/*# sourceMappingURL=styles.css.map */

.hc-nav-trigger.hc-nav-1 {
    display: block;
}

.hc-offcanvas-nav.hc-nav-1 .nav-container {
    
    width: 100% !important
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #24406c;
}

.mobile-toggle {
    
    display: none
}

.placements-ul li ul li {
    list-style: circle !important;
    font-weight: 600;
}