@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@font-face {
  font-family: kruti dev;
  src: url("../files/Kruti_Dev_010.ttf") format("truetype");
}

body {
  font-family: 'Roboto', sans-serif;
}

.main-padding {
  padding: 70px 0;
}

.main-heading {
  margin-bottom: 50px;
}

.main-heading h1 {
  font-size: 1.8em;
  font-weight: 700;
  position: relative;
}

.main-heading h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #FFD759;
  z-index: 0;
}

.main-heading h1 span {
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
}

.main-heading p {
  font-size: 20px;
}

.gray-bg {
  background: #EEEFF3;
}

.yellow-bg {
  background: #F9F6EF;
}

.topbar {
  background: #003572;
  padding: 5px 15px;
}

.topbar ul.pwdarea li.textresizer {
  margin-right: 5px;
}

.topbar ul.pwdarea li.textresizer a {
  background: #fff;
  color: #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}

.topbar ul.pwdarea li.textresizer a:hover {
  background: #FFD759;
}

header {
  background: #fff;
  padding: 0px 20px 00px 20px;
}

header .logo img {
  max-width: 70%;
}

@media (max-width: 992px) {
  header {
    padding: 10px 20px 10px 20px;
  }
  header .logo img {
    max-width: 100%;
  }
}

header .right-nav .header-bottom .main-menuitem {
  background: rgba(255, 255, 255, 0.9);
  height: 49px;
  line-height: 49px;
}

header .right-nav .header-bottom .main-menuitem a {
  padding: 0 20px;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  color: #000;
}

@media (max-width: 992px) {
  header .right-nav .header-bottom .main-menuitem {
    display: none;
  }
}

header .right-nav .header-bottom .notification a {
  background: #2F67C7;
  text-decoration: none;
  height: 49px;
  width: 49px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}

@media (max-width: 992px) {
  header .right-nav .header-bottom .notification a {
    height: 40px;
    width: 40px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 2px;
  }
}

header .right-nav .header-bottom .login .login-menu {
  position: relative;
}

header .right-nav .header-bottom .login .login-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0;
  color: #fff;
}

header .right-nav .header-bottom .login .login-menu a span {
  display: inline-block;
  width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003572;
  border-radius: 50%;
  margin-right: 10px;
}

header .right-nav .header-bottom .login .login-menu .logged-user-menu {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(27, 30, 35, 0.27);
          box-shadow: 0 10px 30px 0 rgba(27, 30, 35, 0.27);
  position: absolute;
  right: -20px;
  overflow: hidden;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  width: 150px;
  border-top: 2px solid #1cafec;
}

header .right-nav .header-bottom .login .login-menu .logged-user-menu ul {
  margin-bottom: 0;
}

header .right-nav .header-bottom .login .login-menu .logged-user-menu ul li {
  text-align: left;
}

header .right-nav .header-bottom .login .login-menu .logged-user-menu ul li a {
  font-size: .8em;
  color: #666;
  border-bottom: 1px solid #ededed;
  line-height: 20px;
  padding: 10px;
}

header .right-nav .header-bottom .login .login-menu .logged-user-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.02);
}

header .right-nav .header-bottom .login .login-menu:hover .logged-user-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-toggler-icon {
  line-height: 30px;
}

#main_nav ul.navbar-nav .nav-item .nav-link {
  padding: 1rem !important;
  font-size: .9em;
}

#main_nav ul.navbar-nav .nav-item ul.dropdown-menu {
  border-radius: 0;
  border-top: 2px solid #1cafec;
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: #002147;
  min-width: 12rem;
  font-size: .9em;
}

#main_nav ul.navbar-nav .nav-item ul.dropdown-menu li a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 20px;
  padding: 10px;
}

#main_nav ul.navbar-nav .nav-item ul.dropdown-menu li a:hover {
  background: #FFD759;
  color: #000;
}

#main_nav ul.navbar-nav .nav-item ul.dropdown-menu li a:focus {
  background: #FFD759;
}

#main_nav ul.navbar-nav .nav-item ul.dropdown-menu li:last-child a {
  border: none;
}

#main_nav ul.navbar-nav .nav-item ul.dropdown-menu.logged-user-menu {
  right: 0 !important;
  left: auto !important;
}

.main-btn {
  background: #003572;
  padding: 16px 40px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
}

.main-btn.outline {
  background: transparent;
  border: solid 1px #003572;
  color: #003572 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: .9em;
  /* text-transform: uppercase; */
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn.btn-outline {
  border: solid 1px #ccc;
  color: #000;
}

.btn.btn-outline:hover {
  border: solid 1px #d00;
  -webkit-box-shadow: 0px 0px 0px 1px #dd0000;
  box-shadow: inset 0px 0px 0px 1px #dd0000;
}

.btn.btn-success {
  background: #59D3C8;
  border: solid 1px #59D3C8;
  color: #fff;
  border-radius: 4px;
}

.btn.btn-success:hover {
  background: #2138AC;
  border: solid 1px #2138AC;
}

.btn.btn-dark {
  border-radius: 4px;
}

@media (min-width: 992px) {
  nav {
    background: #003572 !important;
  }
  nav .navbar-nav .nav-item .nav-link {
    padding: 1.35rem 1rem !important;
  }
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

nav {
  background: #003572 !important;
}

nav .navbar-nav .nav-item .nav-link {
  padding: .35rem 1rem;
  color: #fff;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  font-weight: 500;
}

nav .navbar-nav .nav-item .nav-link:hover {
  background: #FFD759;
  color: #000;
}

nav .navbar-nav .nav-item.apply-now .nav-link {
  background: #FFD759;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  border: none;
  color: #000;
}

.short-nav div {
  background: #FFD759;
  color: #000;
}

.short-nav ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.short-nav ul li a {
  position: relative;
  padding: 10px 25px 10px 50px;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
  font-size: .9em;
}

.short-nav ul li a img {
  position: absolute;
  left: 15px;
  top: 8px;
}

.short-nav ul li a:hover {
  background: #003572;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
  color: #FFD759;
}

.short-nav .apply-now {
  background: none;
}

.short-nav .apply-now a {
  background: #003572;
  text-align: center;
  padding: 20px;
  display: block;
  text-decoration: none;
  margin: 10px;
  border-radius: 10px;
}

.short-nav .apply-now a p {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}

.single-teachers {
  padding: 25px 0 25px;
  text-decoration: none;
  color: #000;
  display: block;
  border-bottom: solid 2px #FFD759;
}

.single-teachers:last-child {
  border: none;
}

.single-teachers .image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
}

.single-teachers .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: .8s ease-in-out all;
  transition: .8s ease-in-out all;
}

.single-teachers:hover .image img {
  -webkit-transform: scale(120%);
          transform: scale(120%);
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
}

.single-teachers .cont h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.single-teachers .cont span {
  opacity: .7;
  font-size: .9em;
}

.single-teachers .btns {
  margin-top: 10px;
}

.single-teachers .btns a {
  background: #FFD759;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  padding: 5px 15px;
  width: 48%;
  display: inline-block;
}

.single-teachers:hover {
  text-decoration: none;
}

.banner-cont {
  height: 410px;
  width: 100%;
  overflow: hidden;
}

.banner-cont .carousel-caption {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.7);
}

.banner-cont .carousel-caption p {
  color: #fff;
}

.main-heading a {
  color: #003572;
  font-size: 1.8em;
  text-decoration: underline;
}

.stats {
  background: url(../images/stats-bg.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  position: relative;
}

.stats:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.stats .number {
  font-size: 40px;
  z-index: 1;
  position: relative;
  color: #00CB54;
  font-weight: bold;
}

.stats p {
  font-size: 16px;
  font-weight: 400;
  color: #d4e1fa;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}

.news-cont {
  position: relative;
  background: #003572;
  padding: 30px;
  min-height: 484px;
}

.news-cont .news-info__post {
  position: relative;
  padding: 15px 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-shadow: 0 10px 24px 0 rgba(25, 35, 40, 0.1);
  box-shadow: 0 10px 24px 0 rgba(25, 35, 40, 0.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.news-cont .news-info__post .news-info__date-block {
  color: #FFD759;
}

.news-cont .news-info__post .news-info__date-block p {
  font-size: .9em;
  line-height: 18px;
  margin: 0 0 4px;
  font-weight: 400;
  display: inline-block;
}

.news-cont .news-info__post .news-info__date-block span {
  font-size: .9em;
  line-height: #727e85;
  font-weight: 200;
}

.news-cont .news-info__post .news-info__title {
  font-size: .9em;
  line-height: 20px;
  margin: 5px 0 3px;
}

.news-cont .news-info__post .news-info__title a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
}

.news-cont .news-info__post .news-info__text p {
  font-size: .9em;
  line-height: 24px;
  color: #727e85;
  margin-bottom: 10px;
}

.news-cont .news-info__post .news-info__btn {
  color: #a0ce4e;
  position: relative;
  padding-right: 10px;
}

.news-cont .news-info__post .news-info__btn:after {
  font-family: 'FontAwesome';
  content: '\f105';
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 11px;
}

.news-cont figure a {
  text-decoration: none;
  color: #000;
}

.news-cont figure .figure-caption span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.news-cont figure .figure-caption p {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.news-cont figure.layout-small a {
  width: 80px;
}

.news-cont figure.layout-small a img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-cont figure.layout-small .figure-caption p {
  font-size: 18px;
  line-height: 18px;
}

.news-cont .feed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #EEEFF3;
  padding: 31px 30px 30px 40px;
  font-size: 16px;
}

.news-cont .feed a {
  color: #000;
}

.quick-links {
  width: 100%;
  height: 100%;
  position: relative;
}

.quick-links .provisional-btn a {
  background: #002147;
  padding: 15px 30px;
  font-size: .9em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.quick-links .apply {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.quick-links .apply a {
  display: block;
  background: #3DB166;
  padding: 20px 30px 20px 40px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.quick-links .apply a img {
  margin-right: 20px;
}

.quick-links .card {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border: none;
}

.quick-links .card .card-body {
  padding: 0;
  text-align: left;
}

.quick-links .card .card-body img {
  margin-right: 15px;
}

.announcements li {
  position: relative;
  padding-left: 25px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.announcements li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.announcements li a {
  font-size: .9em;
  color: #000;
}

.guests {
  -webkit-box-shadow: 20px 20px 60px #D9D9D9, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #D9D9D9, -20px -20px 60px #ffffff;
  height: 100%;
  background: #fff;
}

.guests figcaption {
  padding: 15px;
}

.guests figcaption h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.guests figcaption p {
  font-size: .9em;
}

.guests figcaption a {
  color: #003572;
  text-decoration: none;
}

.guests.campus {
  width: 100%;
}

.guests.campus figcaption {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

.guests.campus figcaption h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 39px;
}

.guests.events {
  background: #F9F6EF;
  min-height: auto !important;
  height: auto;
  width: 100%;
}

.guests.events figcaption {
  padding-top: 35px;
  position: relative;
}

.guests.events figcaption h1 {
  font-size: 20px;
  line-height: 23px;
}

.guests.events figcaption h1 a {
  color: #000;
}

.guests.events figcaption span.date {
  background: #003572;
  color: #fff;
  font-size: 16px;
  width: 54px;
  height: 54px;
  display: inline-block;
  line-height: 1;
  padding-top: 8px;
  position: absolute;
  top: -36px;
  left: 15px;
}

.guests.events figcaption span.date em {
  font-style: normal;
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.guests.events figcaption a.tag {
  color: #003572;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  right: 18px;
  top: 0px;
  font-size: 17px;
}

.guests.events figcaption span.time {
  color: #003572;
}

#graph {
  position: relative;
}

#graph img {
  max-width: 420px;
  margin: auto;
  display: block;
}

#graph .features {
  position: absolute;
  width: 300px;
  height: auto;
}

#graph .features.step_1 {
  top: 0;
  left: -50%;
}

#graph .features.step_2 {
  top: 0;
  right: -50%;
}

#graph .features.step_3 {
  bottom: 0;
  left: -50%;
}

#graph .features.step_4 {
  bottom: 0;
  right: -50%;
}

#graph .features h4 {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 992px) {
  #graph .features {
    position: static;
    width: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}

.enquire-us {
  background: #002147;
  padding: 67px;
  height: 100%;
}

@media (max-width: 767px) {
  .enquire-us {
    padding: 40px 15px;
  }
}

.enquire-us h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.enquire-us .form-group {
  margin-bottom: 1.55em;
}

.enquire-us .form-group label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.enquire-us .form-group .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 52px;
}

.enquire-us .form-group textarea {
  height: 90px !important;
}

.enquire-us .main-btn {
  -webkit-box-shadow: 10px 10px 30px rgba(255, 121, 89, 0.5), -10px -10px 30px rgba(255, 255, 255, 0.26);
          box-shadow: 10px 10px 30px rgba(255, 121, 89, 0.5), -10px -10px 30px rgba(255, 255, 255, 0.26);
}

.highlight-us {
  height: 100%;
  padding: 67px;
}

@media (max-width: 767px) {
  .highlight-us {
    padding: 40px 15px;
  }
}

.highlight-us h1 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
}

.highlight-us ul li {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.highlight-us ul li img {
  position: absolute;
  left: 0;
  top: 8px;
}

.admission-form form .form-group .col-form-label {
  font-size: 14px;
}

.admission-form form .form-group .col-form-label span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  opacity: .7;
}

.admission-form .tab-content .tab-pane h1.tab-heading {
  font-size: 18px;
  padding: 10px 0 10px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}

.custom-table {
  margin-bottom: 0;
}

.custom-table tr td,
.custom-table tr th {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
}

.custom-table tr td:first-child,
.custom-table tr th:first-child {
  padding-left: 250px;
}

.custom-table tr:nth-of-type(2n+1) {
  background: #F2F3FD;
}

.custom-table thead tr {
  background: transparent !important;
}

.custom-table thead tr th {
  color: #000;
  font-size: 12px;
  border-top: none;
}

.custom-table tbody.labels tr {
  background: #EBEBEB;
}

.custom-table tbody.labels tr td:first-child {
  padding-left: 30px;
}

.custom-table tbody.labels tr td label {
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.custom-table tbody.labels tr td label i {
  margin-right: 6px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.custom-table tbody.labels[aria-expanded="true"] tr td label i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.custom-table tbody tr td {
  vertical-align: middle;
}

.custom-table.custom-table-others tr td:first-child,
.custom-table.custom-table-others tr th:first-child {
  padding-left: 15px;
}

.custom-table.custom-table-others tr.red td {
  background: rgba(255, 0, 0, 0.1);
}

.custom-table.custom-table-others tr.green td {
  background: rgba(0, 255, 128, 0.1);
}

.custom-table.custom-table-others.calendar-table thead tr th,
.custom-table.custom-table-others.calendar-table tbody tr th {
  vertical-align: middle !important;
  text-align: center;
}

.custom-table.custom-table-others.calendar-table thead tr th {
  background: #ECECF0;
}

.custom-table.custom-table-others.calendar-table tbody tr td,
.custom-table.custom-table-others.calendar-table tbody tr th {
  background: #fff;
}

.custom-table.custom-table-others.calendar-table tbody tr td.holiday,
.custom-table.custom-table-others.calendar-table tbody tr th.holiday {
  background: rgba(255, 0, 0, 0.1);
}

.custom-table.custom-table-others.calendar-table tbody tr td.lunchbreak,
.custom-table.custom-table-others.calendar-table tbody tr th.lunchbreak {
  background: #A6B5D4;
}

.custom-table.custom-table-others.calendar-table tbody tr td.lunchbreak div.cal-details,
.custom-table.custom-table-others.calendar-table tbody tr th.lunchbreak div.cal-details {
  text-align: center;
}

.custom-table.custom-table-others.calendar-table tbody tr td.lunchbreak div.cal-details .time,
.custom-table.custom-table-others.calendar-table tbody tr th.lunchbreak div.cal-details .time {
  text-align: center !important;
  margin-bottom: 0;
}

.custom-table.custom-table-others.calendar-table tbody tr td {
  padding: 3px;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details {
  padding: 10px 10px 10px 20px;
  position: relative;
  color: #000;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details .time {
  color: rgba(0, 0, 0, 0.7);
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details .faculty-details .subject {
  text-transform: uppercase;
  font-weight: 600;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color1 .subject {
  color: #333789;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color1:before {
  background: #333789;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color2 .subject {
  color: #FF1172;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color2:before {
  background: #FF1172;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color3 .subject {
  color: #A804AB;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color3:before {
  background: #A804AB;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color4 .subject {
  color: #39A03E;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color4:before {
  background: #39A03E;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color5 .subject {
  color: #0617E4;
}

.custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color5:before {
  background: #0617E4;
}

.custom-table.custom-table-others.calendar-table tbody tr:nth-of-type(2n+1) {
  background: #fff;
}

footer {
  margin-top: 40px;
  background: #002147;
  color: rgba(255, 255, 255, 0.6);
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: .9em;
}

footer h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li a {
  text-decoration: none !important;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

footer ul li a:hover {
  color: #FFD759;
}

footer .footer-list li {
  position: relative;
  padding-left: 15px;
}

footer .footer-list li i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 12px;
  color: #FFD759;
}

footer .footer-list p {
  position: relative;
  padding-left: 25px;
}

footer .footer-list p i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: .9em;
  color: #FFD759;
}

footer .copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  margin-top: 30px;
  font-size: .9em;
}

footer form .form-group {
  margin-bottom: 8px;
}

footer form .form-control {
  height: 30px;
}

footer form .btn {
  height: 40px;
}

.custom-nav-tabs {
  border-bottom: none;
}

.custom-nav-tabs .nav-item .nav-link {
  text-align: center;
  padding: 0px 25px 10px;
  background: transparent;
  border-bottom: solid 3px #ffe000;
}

.custom-nav-tabs .nav-item .nav-link span {
  display: block;
  font-weight: 700;
}

.custom-nav-tabs .nav-item .nav-link:hover {
  border: solid 1px transparent;
  border-bottom: solid 3px rgba(0, 0, 0, 0.1);
}

.custom-nav-tabs .nav-item .nav-link.active_tab1, .custom-nav-tabs .nav-item .nav-link.active {
  border: solid 1px transparent;
  border-bottom: solid 3px blue;
  color: blue;
}

label {
  font-size: .9em;
  font-weight: 700;
}

.form-control {
  border: solid 1px #ccc;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.form-top-header {
  font-size: .9em;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 15px 15px 20px;
}

.form-top-header .btn-text {
  font-size: .9em;
  font-weight: 500;
  color: black;
  padding: 0 15px;
  text-decoration: underline;
}

.card {
  border-radius: 10px;
}

.card .card-body .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.card .card-body .card-sub-title {
  font-size: .9em;
}

.card .card-body .form-group .alert {
  font-size: .9em;
}

.card .card-body .form-group label {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  opacity: .51;
}

.card .card-body .form-group label.col-form-label {
  font-weight: 600;
  opacity: 1;
}

.card .card-body .form-group .form-control {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  height: 40px;
  border: solid 1px #ccc;
}

.card .card-body a {
  font-size: 12px;
  font-weight: 500;
}

.card .card-body a.green-text {
  color: #00BFAC;
}

.card .card-body a.red-text {
  color: #f00;
}

.card .card-body a.blue-text {
  color: #006DFF;
}

.card .card-body .short-links {
  border: solid 1px #ccc;
  display: block;
  padding: 15px;
}

.card .card-body .instructions li {
  font-family: kruti dev;
  font-size: 17px;
}

.card .card-body .instructions li::marker {
  font-family: 'Montserrat', sans-serif;
  font-size: .9em;
  font-weight: 700;
}

.card .card-body .action_btn label {
  cursor: pointer;
}

.card .card-body .action_btn label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 1px #39A03E;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card .card-body .action_btn label:last-child span {
  border: solid 1px #FF1172;
}

.card .card-body .get-in-touch form .form-group label {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  opacity: 1;
}

.card .card-body .get-in-touch form .form-group .form-control {
  border-radius: 5px;
  border: solid 1px rgba(51, 71, 255, 0.5);
  background: rgba(51, 71, 255, 0.1);
  height: 55px;
  font-size: 12px;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card .card-body .get-in-touch form .form-group textarea {
  height: auto !important;
}

.main-section {
  background: #303030;
}

.main-section .main-heading h1 {
  color: #fff;
}

.main-content .main-box .column-description {
  min-height: 1px;
  line-height: 1.2;
  font-size: .8em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  background-color: #555;
  padding: 30px;
}

.main-content .main-box .column-description.corner {
  position: relative;
  z-index: 1;
}

.main-content .main-box .column-description.corner:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
  border-left-color: #555;
}

.main-content .main-box .column-description h5 {
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 20px !important;
}

.main-content .main-box .column-description .more-link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 20px;
  font-size: .9em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
}

.main-content .main-box .description {
  background: #fff;
  padding: 30px;
  font-size: .9em;
}

.main-content .main-box .description .accordion .card {
  border: none;
}

.main-content .main-box .description .accordion .card .card-header {
  background: transparent;
  cursor: pointer;
}

.main-content .main-box .description .accordion .card .card-header h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.main-content .main-box .description .accordion .card .card-header h2 i {
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 15px;
}

.main-content .main-box .description .accordion .card .card-header h2[aria-expanded='true'] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .5s all;
  transition: .5s all;
}

.main-content .main-box .description.rightbar {
  padding: 30px 15px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.main-content .main-box .description.rightbar .accordion .card {
  border-radius: 0;
}

.main-content .main-box .description.rightbar .accordion .card .card-header .title {
  font-size: .9em;
}

.main-content .main-box .description.rightbar .accordion .card .card-body {
  padding: 15px 0;
}

.main-content .main-box .description.rightbar .accordion .card .card-body ul li a {
  color: #000;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  padding-left: 10px;
}

.main-content .main-box .description.rightbar .accordion .card .card-body ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.main-content .main-box .description.rightbar .accordion .card .card-body ul li.active a {
  background: #003572;
  color: #fff;
  padding-left: 10px;
}

.main-content .main-box .faculty-details a {
  display: block;
  text-decoration: none;
}

.main-content .main-box .faculty-details a .media {
  position: relative;
  overflow: hidden;
}

.main-content .main-box .faculty-details a .media img {
  width: 70px;
  height: auto;
  border-radius: 6px;
}

.main-content .main-box .faculty-details a .media .media-body {
  padding-right: 25px;
}

.main-content .main-box .faculty-details a .media .media-body h5 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.main-content .main-box .faculty-details a .media .media-body p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 16px;
  font-size: .9em;
}

.main-content .main-box .faculty-details a .media ion-icon {
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  opacity: 0;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.main-content .main-box .faculty-details a:hover ion-icon {
  opacity: 1;
  right: 0;
}

.main-content .main-box .faculty-details.syllabus-details a .media .media-body p {
  position: relative;
  padding-left: 30px;
}

.main-content .main-box .faculty-details.syllabus-details a .media .media-body p img {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
}
/*# sourceMappingURL=main.css.map */