@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  transition: all; }

*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 14px;
  font-family: 'Poppins', sans-serif; }

.ugc-buttons button {
  padding: 2px 5px;
  font-weight: 400;
  color: #fff;
  margin-top: 4px;
  font-size: 14px; }
  .ugc-buttons button svg {
    color: #fff;
    font-weight: 400; }
  .ugc-buttons button:hover {
    color: #301d70; }
    .ugc-buttons button:hover svg {
      color: #301d70; }
  .ugc-buttons button#darktheme {
    background: #1f1f1f; }

.header .top-strip {
  background-color: #c22504;
  font-weight: 400; }
  .header .top-strip .left a {
    padding: 10px 5px; }
    .header .top-strip .left a::after {
      content: "|";
      margin-left: 10px; }
    .header .top-strip .left a:last-child::after {
      display: none; }
  .header .top-strip .right {
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: baseline; }
  .header .top-strip a {
    padding: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none; }
    .header .top-strip a:hover {
      color: #ffbd07; }
  .header .top-strip #google_translate_element .goog-te-gadget-simple {
    border-radius: 8px;
    padding: 5px;
    margin-top: 2px;
    margin-right: 15px; }
  .header .top-strip #google_translate_element a {
    color: #1f1f1f;
    padding: 2px 10px; }
.header .brand-wrap {
  background-color: #fff;
  padding: 20px 0; }
  .header .brand-wrap .brandlogo img {
    height: 115px; }
  .header .brand-wrap .brandname {
    padding-left: 30px;
    margin-top: 10px; }
    .header .brand-wrap .brandname h1 {
      font-size: 29px;
      color: #000; }
      .header .brand-wrap .brandname h1.hindi-font {
        font-size: 39px;
        margin-top: 15px; }
    .header .brand-wrap .brandname h2 {
      font-size: 22px;
      color: #000;
      margin-bottom: 0; }
  .header .brand-wrap .right {
    padding-top: 20px; }
    .header .brand-wrap .right a {
      padding: 6px 10px;
      border: 1px solid #c22504;
      border-radius: 5px;
      text-align: center;
      margin-right: 10px;
      display: inline-block; }
      .header .brand-wrap .right a svg {
        font-size: 18px;
        margin-top: 3px;
        color: #000; }
      .header .brand-wrap .right a:hover {
        background: #c22504; }
        .header .brand-wrap .right a:hover svg {
          color: #fff; }

.slider-navigation .navbar {
  background: #301d70; }
  .slider-navigation .navbar .navbar-nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px; }
    .slider-navigation .navbar .navbar-nav li a:hover {
      text-decoration: underline; }
    .slider-navigation .navbar .navbar-nav li a.popout {
      background-image: none !important; }
  .slider-navigation .navbar .navbar-nav li .dropdown-item:hover {
    background-color: #301d70; }
  .slider-navigation .navbar .navbar-nav li .dropdown-menu {
    background-color: #1f1f1f;
    z-index: 999 !important; }
    .slider-navigation .navbar .navbar-nav li .dropdown-menu li a {
      padding: 10px 15px; }
  .slider-navigation .navbar .navbar-nav li .dropdown-toggle::after {
    box-sizing: border-box;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-radius: 0px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg); }
.slider-navigation .carousel-item img {
  height: 450px; }
.slider-navigation .carousel-caption {
  bottom: auto;
  top: 20%;
  left: 10%; }
.slider-navigation .carousel-indicators {
  width: 25px;
  right: 0;
  top: 35%;
  left: auto;
  display: block; }
  .slider-navigation .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: block;
    opacity: 1; }
    .slider-navigation .carousel-indicators button.active {
      background-color: #c22504;
      position: relative; }
      .slider-navigation .carousel-indicators button.active:before {
        content: "";
        width: 27px;
        height: 27px;
        display: block;
        position: absolute;
        left: -6px;
        top: -6px;
        border: 2px solid #fff;
        border-radius: 100%; }
.slider-navigation .carousel-caption {
  width: 500px; }
  .slider-navigation .carousel-caption h5 {
    font-size: 36px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px; }
  .slider-navigation .carousel-caption p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left; }
  .slider-navigation .carousel-caption .read-more {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff; }
    .slider-navigation .carousel-caption .read-more svg {
      margin-top: 3px;
      margin-left: 5px;
      font-size: 15px; }
    .slider-navigation .carousel-caption .read-more:hover {
      border-color: #c22504;
      color: #c22504; }
    .slider-navigation .carousel-caption .read-more span {
      border: 2px solid #fff;
      display: inline-block;
      padding: 10px 20px;
      width: 190px;
      margin: auto; }
      .slider-navigation .carousel-caption .read-more span::before, .slider-navigation .carousel-caption .read-more span::after {
        content: "";
        width: 2px;
        height: 0;
        position: absolute;
        transition: all 0.2s linear;
        background: #c22504;
        transition-delay: 0s; }
      .slider-navigation .carousel-caption .read-more span:hover::before, .slider-navigation .carousel-caption .read-more span:hover::after {
        height: 51px;
        transition-delay: 0.2s; }
      .slider-navigation .carousel-caption .read-more span::before {
        left: 0;
        top: -14px; }
      .slider-navigation .carousel-caption .read-more span::after {
        right: 0;
        bottom: -15px; }
    .slider-navigation .carousel-caption .read-more::before, .slider-navigation .carousel-caption .read-more::after {
      content: "";
      width: 0;
      height: 2px;
      position: absolute;
      transition: all 0.2s linear;
      background: #c22504;
      transition-delay: 0.2s; }
    .slider-navigation .carousel-caption .read-more:hover::before, .slider-navigation .carousel-caption .read-more:hover::after {
      width: 100%;
      transition-delay: 0s; }
    .slider-navigation .carousel-caption .read-more::before {
      right: 0;
      top: -14px; }
    .slider-navigation .carousel-caption .read-more::after {
      left: 0;
      bottom: -15px; }

.quick-icons .quick-icon-box {
  padding: 25px;
  box-shadow: 1px 3px 10px #b9b9b9;
  border-radius: 10px;
  margin-top: -60px;
  position: relative;
  z-index: 9;
  background: #fff; }
  .quick-icons .quick-icon-box .icon-box {
    text-align: center;
    position: relative; }
    .quick-icons .quick-icon-box .icon-box h4 {
      font-size: 18px;
      margin-top: 15px; }
    .quick-icons .quick-icon-box .icon-box::after {
      display: block;
      content: "";
      width: 2px;
      height: 100%;
      border-right: 1px solid #ececec;
      position: absolute;
      top: 0; }
    .quick-icons .quick-icon-box .icon-box:first-child::after {
      border-right: none; }
    .quick-icons .quick-icon-box .icon-box a {
      color: #212529;
      text-decoration: none; }

.img__banner {
  position: relative; }
  .img__banner .captions {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0; }
    .img__banner .captions h2 {
      color: #fff;
      font-size: 36px; }

.banner-title {
  margin-top: -70px;
  position: relative;
  z-index: 99;
  margin-bottom: 25px; }
  .banner-title h2 {
    display: inline-block;
    background: #c22504;
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    position: relative; }
    .banner-title h2:before {
      background: #ffbd07;
      display: inline-block;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      z-index: -1;
      top: -5px;
      left: -5px; }

.internal-page h3 {
  display: inline-block;
  background: #2c2c2b;
  color: #fff;
  font-size: 22px;
  padding: 8px 15px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px; }
  .internal-page h3:before {
    background: #ececec;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px; }
.internal-page p {
  text-align: justify; }

.list {
  padding-left: 0;
  margin-top: 15px;
  list-style-type: none; }
  .list li {
    display: flex;
    margin-bottom: 10px; }
    .list li:before {
      content: "\f138";
      color: #c22504;
      margin-right: 8px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal; }

.intro_section {
  padding: 80px 0; }
  .intro_section .bdr-rds {
    border-radius: 10px;
    overflow: hidden; }
  .intro_section .about_box {
    background-image: url(../../images/About.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px 10px;
    color: #fff; }
    .intro_section .about_box .title {
      font-size: 24px;
      line-height: 24px;
      font-weight: 500;
      margin-bottom: 30px; }
      .intro_section .about_box .title::after {
        content: "";
        width: 120px;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 10px; }
    .intro_section .about_box p {
      font-size: 16px;
      text-align: justify; }
    .intro_section .about_box .btn-link {
      font-weight: 600;
      font-size: 16px;
      text-decoration: none;
      color: #fff; }
      .intro_section .about_box .btn-link:hover {
        color: #c22504; }
    .intro_section .about_box .vmo_box {
      background-color: #dbdae0;
      position: relative;
      width: 142px;
      height: 146px;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      color: black;
      margin: 20px auto; }
      .intro_section .about_box .vmo_box::after {
        content: "";
        position: absolute;
        width: 155px;
        height: 160px;
        border: 1px solid #dbdae0;
        top: -7px;
        left: -7px;
        border-radius: 10px; }
        @media (max-width: 992px) {
          .intro_section .about_box .vmo_box::after {
            border: unset; } }
      .intro_section .about_box .vmo_box a {
        display: block;
        position: relative;
        z-index: 999;
        text-decoration: none; }
      @media (max-width: 992px) {
        .intro_section .about_box .vmo_box {
          width: 100%;
          height: auto;
          padding: 10px; } }
  .intro_section .director_message {
    background-color: #e7e7e7; }
    .intro_section .director_message .title {
      background-color: #c22504;
      font-size: 24px;
      line-height: 24px;
      padding: 15px 20px;
      font-weight: 600;
      color: #fff; }
    .intro_section .director_message p {
      font-size: 16px;
      line-height: 25px;
      text-align: justify; }
    .intro_section .director_message .image {
      margin: 15px 0; }
    .intro_section .director_message .d-name {
      font-size: 18px;
      margin-bottom: 0; }
    .intro_section .director_message .btn-link {
      color: #c22504;
      font-size: 16px;
      text-decoration: none;
      font-weight: 600; }
      .intro_section .director_message .btn-link:hover {
        color: #301d70; }
    .intro_section .director_message .d-designation {
      font-size: 14px; }
    .intro_section .director_message .director_message_details {
      padding: 15px 20px; }

.fac-box .faculty-box-img {
  background: #ececec;
  padding: 15px;
  position: relative;
  margin-bottom: 25px; }
  .fac-box .faculty-box-img:before {
    content: "";
    width: 2px;
    height: 110px;
    position: absolute;
    background: #ffbd07;
    top: 0;
    left: -5px; }
  .fac-box .faculty-box-img:after {
    content: "";
    width: 2px;
    height: 110px;
    position: absolute;
    background: #ffbd07;
    bottom: 0;
    right: -5px; }
  .fac-box .faculty-box-img img {
    width: 100%; }

.faculty-box-details {
  padding-left: 35px; }
  .faculty-box-details h3 {
    color: #c22504;
    margin-bottom: 10px; }

.accordion .accordion-button {
  background: #c22504;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 17px; }
  .accordion .accordion-button:after {
    font-size: 20px;
    color: #ffbd07;
    font-weight: 600;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    background-image: none; }

.latest_news_sec {
  padding: 0 0 80px; }
  .latest_news_sec .sec-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px; }
    .latest_news_sec .sec-title h3::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #c22504; }
  .latest_news_sec .news_card {
    display: flex;
    align-items: start;
    justify-content: left;
    margin-bottom: 30px;
    transition: 1s all ease;
    padding: 5px 0; }
    .latest_news_sec .news_card .image {
      margin-right: 10px;
      width: 20%;
      height: 80px;
      text-align: center;
      background: #eecb3d;
      padding: 13px 5px; }
      .latest_news_sec .news_card .image .date {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        display: inline-block; }
      .latest_news_sec .news_card .image .month {
        display: inline-block;
        font-weight: 600;
        color: #000;
        font-size: 16px; }
      .latest_news_sec .news_card .image .year {
        display: block;
        font-size: 22px;
        font-weight: 600;
        color: #000;
        border-top: 1px solid #c22504; }
    .latest_news_sec .news_card a {
      text-decoration: none;
      display: block; }
    .latest_news_sec .news_card .details {
      width: 80%; }
      .latest_news_sec .news_card .details .title {
        font-size: 14px;
        line-height: 19px;
        color: #232323;
        font-weight: 600; }
      .latest_news_sec .news_card .details p {
        font-size: 13px;
        margin-bottom: 0; }
        .latest_news_sec .news_card .details p a {
          color: #000;
          font-weight: 400; }
      .latest_news_sec .news_card .details a {
        color: #c22504;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none; }
        .latest_news_sec .news_card .details a:hover {
          color: #301d70; }
    .latest_news_sec .news_card:hover {
      box-shadow: 0px 2px 10px #d9d9d9;
      border-radius: 8px; }
  .latest_news_sec .view-all {
    background-color: #c22504;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600; }
    .latest_news_sec .view-all:hover {
      background-color: #301d70; }
  .latest_news_sec .news_cta_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 355px;
    border-radius: 10px;
    color: white;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.35));
    background-color: #274833; }
    .latest_news_sec .news_cta_box::after {
      content: "";
      position: absolute;
      border: 1px solid #dbdae0;
      top: 20px;
      left: 20px;
      bottom: 20px;
      border-radius: 10px;
      right: 20px;
      z-index: -1; }
    .latest_news_sec .news_cta_box .title {
      font-size: 33px;
      border-bottom: 1px solid #fff;
      padding-bottom: 15px;
      margin-bottom: 15px;
      line-height: 45px; }
    .latest_news_sec .news_cta_box p {
      font-size: 16px; }
    .latest_news_sec .news_cta_box .btn {
      background-color: #fff; }
      .latest_news_sec .news_cta_box .btn:hover {
        background-color: #c22504;
        color: #fff; }
  .latest_news_sec .notice-board {
    border-radius: 10px;
    color: white;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.35));
    background-color: #274833;
    padding: 20px; }
    .latest_news_sec .notice-board ul {
      padding-left: 0;
      list-style-type: none;
      width: 100%; }
      .latest_news_sec .notice-board ul li {
        display: flex;
        line-height: 25px;
        border-bottom: 1px solid #ececec;
        padding: 10px 0; }
        .latest_news_sec .notice-board ul li .img-new {
          width: 25px;
          height: 13px;
          margin-right: 10px;
          margin-top: 5px; }
        .latest_news_sec .notice-board ul li a {
          color: #fff;
          text-decoration: none; }
        .latest_news_sec .notice-board ul li p {
          display: inline-block; }
    .latest_news_sec .notice-board .notice-footer {
      margin-top: 30px;
      text-align: center; }
      .latest_news_sec .notice-board .notice-footer .btn {
        background-color: #fff; }
        .latest_news_sec .notice-board .notice-footer .btn:hover {
          background-color: #c22504;
          color: #fff; }
    .latest_news_sec .notice-board .notice-header {
      text-align: right;
      margin-bottom: 15px; }
      .latest_news_sec .notice-board .notice-header .newsarrow {
        background: #c22504;
        color: #fff;
        padding: 5px 8px;
        margin-left: 10px;
        font-weight: 600; }
        .latest_news_sec .notice-board .notice-header .newsarrow:hover {
          opacity: .9; }

.upcoming_events {
  position: relative;
  color: #fff;
  padding: 0px 0; }
  .upcoming_events .sec-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 30px; }
    .upcoming_events .sec-title h3::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #fff;
      margin-top: 10px; }
  .upcoming_events::before {
    content: "";
    position: absolute;
    width: 58%;
    height: 100%;
    background-color: #301d70;
    z-index: -1;
    top: 0;
    left: 0; }
  .upcoming_events p {
    font-size: 16px; }
  .upcoming_events .event_box {
    background-color: #190c47;
    border-radius: 10px;
    padding: 15px;
    min-height: 190px;
    height: 190px;
    overflow: hidden;
    font-size: 14px; }
    .upcoming_events .event_box img {
      width: 50px; }
    .upcoming_events .event_box p {
      font-size: 14px; }
    .upcoming_events .event_box:hover {
      background-color: #c22504; }
  .upcoming_events .image {
    border-left: 3px solid white; }
  .upcoming_events .owl-nav {
    text-align: right; }
    .upcoming_events .owl-nav button {
      font-size: 32px !important;
      margin-left: 10px; }

.campus_life {
  position: relative;
  padding: 80px 0; }
  .campus_life .sec-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px;
    margin-top: 30px; }
    .campus_life .sec-title h3::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #c22504;
      margin-top: 10px; }
  .campus_life::after {
    content: "";
    position: absolute;
    width: 63%;
    height: 130px;
    background-color: #ebc495;
    right: 0;
    bottom: 10px; }
  .campus_life h3.title {
    font-size: 18px;
    font-weight: 600; }
  .campus_life p {
    font-size: 16px;
    text-align: justify; }
  .campus_life .btn-link {
    color: #c22504;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600; }
    .campus_life .btn-link:hover {
      color: #301d70; }
  .campus_life .counter_box {
    position: relative;
    z-index: 99;
    top: 50px;
    text-align: center; }
    .campus_life .counter_box .count {
      font-size: 36px;
      line-height: 24px;
      color: #000000;
      font-weight: 600; }
      .campus_life .counter_box .count::after {
        content: "+";
        display: inline-block; }
    .campus_life .counter_box h3 {
      font-size: 22px;
      line-height: 24px;
      color: #000000;
      font-weight: 600;
      margin-top: 10px;
      font-weight: 500; }

.our_department {
  padding: 80px 0; }
  .our_department h3.title {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px; }
    .our_department h3.title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #c22504;
      margin-top: 10px; }
  .our_department p {
    font-size: 16px;
    text-align: justify; }
  .our_department .btn-link {
    color: #c22504;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600; }
    .our_department .btn-link:hover {
      color: #301d70; }
  .our_department .view-all {
    background-color: #c22504;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600; }
    .our_department .view-all:hover {
      background-color: #301d70; }
  .our_department .dept_img {
    position: relative;
    margin-bottom: 10px; }
    .our_department .dept_img img {
      border-radius: 10px; }
    .our_department .dept_img .dept_name {
      position: absolute;
      top: 15px;
      bottom: 15px;
      left: 15px;
      right: 15px;
      text-align: center;
      border-radius: 10px;
      background-color: #c22504b5;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
      opacity: 0;
      transition: all .4s ease-in-out;
      cursor: pointer; }
      .our_department .dept_img .dept_name:hover {
        opacity: 1;
        transition: all .4s ease-in-out; }
      .our_department .dept_img .dept_name h3 a {
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 0;
        text-decoration: none; }

.quick-links-section {
  padding: 50px 0;
  background-color: #1f1f1f; }
  .quick-links-section .link-box {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px; }
    .quick-links-section .link-box h3 {
      font-size: 18px;
      margin-top: 25px;
      margin-bottom: 20px; }
    .quick-links-section .link-box img {
      height: 70px; }
    .quick-links-section .link-box .btn-link {
      color: #000;
      font-size: 16px;
      text-decoration: none;
      font-weight: 600; }
      .quick-links-section .link-box .btn-link:hover {
        color: #301d70; }

.student-corner {
  padding: 80px 0; }
  .student-corner .sec-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px; }
    .student-corner .sec-title h3::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #c22504;
      margin-top: 10px; }
  .student-corner .image img {
    box-shadow: 1px 2px 6px #d9d9d9;
    border-radius: 8px; }
  .student-corner .student-links {
    list-style-type: none;
    padding-left: 0; }
    .student-corner .student-links li {
      margin-bottom: 15px;
      border-bottom: 1px solid #ececec;
      padding-bottom: 15px; }
      .student-corner .student-links li svg {
        margin-right: 10px;
        margin-top: 2px; }
      .student-corner .student-links li a {
        display: flex;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        text-align: justify; }
        .student-corner .student-links li a:hover {
          color: #c22504; }
      .student-corner .student-links li:last-child {
        border-bottom: none; }
  .student-corner .view-more {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #c22504;
    padding: 10px 15px; }
    .student-corner .view-more:hover {
      border-color: #c22504;
      color: #fff;
      background-color: #c22504; }

.training-placement {
  padding: 50px 0;
  background-color: #ececec; }
  .training-placement .sec-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px; }
    .training-placement .sec-title h3::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #c22504;
      margin-top: 10px; }
  .training-placement p {
    font-size: 16px; }
  .training-placement .placement-slide {
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .training-placement .placement-slide .item {
      margin: 15px; }
      .training-placement .placement-slide .item img {
        border-radius: 10px; }
    .training-placement .placement-slide .owl-prev, .training-placement .placement-slide .owl-next {
      position: absolute;
      top: 50px;
      font-size: 30px;
      color: #d9d9d9; }
      .training-placement .placement-slide .owl-prev svg, .training-placement .placement-slide .owl-next svg {
        font-size: 30px; }
      .training-placement .placement-slide .owl-prev:hover, .training-placement .placement-slide .owl-next:hover {
        color: #c22504; }
    .training-placement .placement-slide .owl-prev {
      left: -25px; }
    .training-placement .placement-slide .owl-next {
      right: -25px; }
  .training-placement .owl-nav.disabled {
    display: block; }

.photo-gallery {
  padding: 80px 0; }
  .photo-gallery h3 {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px;
    text-align: center; }
    .photo-gallery h3::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #c22504;
      margin: 10px auto; }
  .photo-gallery .view-all {
    background-color: #c22504;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600; }
    .photo-gallery .view-all:hover {
      background-color: #301d70; }

.photo-gallery-dyn .fac-box {
  background: #ececec;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 8px; }
  .photo-gallery-dyn .fac-box h4 {
    margin-top: 10px; }
    .photo-gallery-dyn .fac-box h4 a {
      color: #c22504; }

.top-footer {
  background-color: #301d70;
  padding: 45px 0; }
  .top-footer .footer-logo {
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    width: 115px;
    margin-right: 15px; }
  .top-footer h2 {
    font-size: 30px;
    color: #fff; }
  .top-footer .social-icon a {
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    display: inline-block; }
    .top-footer .social-icon a svg {
      font-size: 18px;
      margin-top: 3px;
      color: #fff; }
    .top-footer .social-icon a:hover {
      background: #c22504; }
      .top-footer .social-icon a:hover svg {
        color: #fff; }

.btn-link svg, .view-all svg {
  margin-left: 5px;
  font-size: 15px; }

.navbar-expand-lg .navbar-nav {
  justify-content: space-between;
  width: 100% !important; }

.mainnav-menu {
  float: none !important;
  width: 100% !important; }
  .mainnav-menu * {
    float: none !important; }

.department-content {
  padding: 50px 0; }
  .department-content .title {
    font-size: 24px;
    font-weight: 600;
    color: #c22504;
    margin-bottom: 30px; }
    .department-content .title:after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background-color: #c22504;
      margin-top: 10px; }
  .department-content .vision-section {
    background: #f8f9fa;
    padding: 50px 0;
    margin: 30px 0; }
    .department-content .vision-section .vision-box {
      background: #ececec;
      padding: 25px;
      margin: 10px;
      width: 31%;
      border-radius: 10px; }
      .department-content .vision-section .vision-box h3 {
        margin: 10px 0;
        font-size: 24px; }
      .department-content .vision-section .vision-box .more ul {
        padding-left: 0; }
        .department-content .vision-section .vision-box .more ul li {
          margin-bottom: 10px;
          display: flex; }
          .department-content .vision-section .vision-box .more ul li:before {
            content: "\f0a4";
            color: #ffbd07;
            margin-right: 8px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            font-style: normal; }
  .department-content .department-menu ul li {
    border-bottom: 1px solid #f8f9fa; }
    .department-content .department-menu ul li a {
      color: #c22504;
      font-weignt: 500; }
      .department-content .department-menu ul li a:before {
        content: "\f101";
        margin-right: 8px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal; }
      .department-content .department-menu ul li a:hover {
        color: #301d70; }
  .department-content .read-more {
    color: #c22504;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none; }
    .department-content .read-more:after {
      content: "\f101";
      color: #c22504;
      margin-right: 8px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal; }
  .department-content .latest-news ul {
    list-style-type: none;
    padding-left: 0; }
    .department-content .latest-news ul li {
      margin-bottom: 10px !important;
      border-bottom: 1px solid #d9d9d9;
      display: flex; }
      .department-content .latest-news ul li:before {
        content: "\f303";
        color: #c22504;
        margin-right: 8px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal; }
  .department-content .latest-news .text-right {
    text-align: right; }
  .department-content .latest-news .news-arrow {
    background: #c22504;
    display: inline-block;
    padding: 3px 8px;
    font-size: 20px;
    color: white;
    margin-left: 10px; }
    .department-content .latest-news .news-arrow:hover {
      background: #ffbd07;
      color: #000; }
  .department-content .box-primary {
    background: #301d70 !important; }
    .department-content .box-primary li, .department-content .box-primary a, .department-content .box-primary h3 {
      color: #fff; }
    .department-content .box-primary li:before {
      color: #ebc495 !important; }
  .department-content .dept-content p {
    text-align: justify; }

.department-banner {
  position: relative;
  height: 250px;
  overflow: hidden; }
  .department-banner .department-header {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%; }
    .department-banner .department-header h2 {
      color: #fff;
      margin-top: 15px;
      margin-bottom: 30px; }
    .department-banner .department-header .department-menu {
      margin-top: 15px; }
      .department-banner .department-header .department-menu .navbar-nav {
        display: flex;
        flex-flow: row; }
        .department-banner .department-header .department-menu .navbar-nav li {
          display: flex; }
          .department-banner .department-header .department-menu .navbar-nav li:after {
            content: "/";
            color: #fff;
            margin-top: 11px; }
          .department-banner .department-header .department-menu .navbar-nav li:last-child:after {
            content: ""; }
          .department-banner .department-header .department-menu .navbar-nav li:first-child a {
            padding-left: 0 !important; }
          .department-banner .department-header .department-menu .navbar-nav li a {
            color: #fff;
            padding: 10px 15px !important;
            font-weight: 500; }
            .department-banner .department-header .department-menu .navbar-nav li a:hover {
              color: #c22504; }

.department-commen-content .page-heading {
  margin-top: -20px;
  z-index: 9;
  position: relative; }
  .department-commen-content .page-heading h3 {
    display: inline-block;
    background: #c22504;
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    position: relative; }
    .department-commen-content .page-heading h3:before {
      background: #ffbd07;
      display: inline-block;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      z-index: -1;
      top: -5px;
      left: -5px; }
.department-commen-content .content-of-dept {
  padding: 45px 0; }
  .department-commen-content .content-of-dept .faculty-box {
    background: #f8f9fa;
    padding: 20px;
    height: 350px;
    overflow: hidden;
    box-shadow: 5px 5px 12px #b3b3b3;
    margin: 10px 20px 20px 0;
    text-align: center; }
    .department-commen-content .content-of-dept .faculty-box img {
      width: 130px;
      height: 150px; }
    .department-commen-content .content-of-dept .faculty-box h3 {
      margin-top: 15px; }
      .department-commen-content .content-of-dept .faculty-box h3 a {
        color: #c22504;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none; }
        .department-commen-content .content-of-dept .faculty-box h3 a:hover {
          color: #301d70; }

.footer {
  padding-top: 40px;
  background-color: #232323; }
  @media only screen and (min-width: 768px) {
    .footer .info-block {
      max-width: 230px;
      margin-left: auto; } }
  @media (min-width: 767px) {
    .footer .info-block {
      padding: 20px 0 46px; } }
  .footer .info-block .title {
    text-transform: capitalize;
    color: white;
    font-size: 22px;
    display: inline-block;
    border-bottom: 1px solid white;
    margin-bottom: 25px; }
  .footer .info-block .social-icons {
    margin: 50px 0; }
    .footer .info-block .social-icons .icon {
      width: 50px;
      height: 50px;
      border-top: 2px solid gray;
      border-right: 2px solid gray;
      border-bottom: 1px solid gray;
      border-left: 1px solid gray;
      margin-right: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.5s ease; }
      .footer .info-block .social-icons .icon:hover {
        border-top: 1px solid #301d70;
        border-right: 1px solid #301d70;
        border-bottom: 2px solid #301d70;
        border-left: 2px solid #301d70;
        transition: all 0.3s ease;
        color: #301d70; }
  .footer .info-block .media a {
    color: white;
    font-size: 15px;
    font-weight: 200; }
    .footer .info-block .media a:hover {
      color: white; }
  .footer .info-block ul li {
    padding: 6px 0;
    position: relative; }
    .footer .info-block ul li:before {
      content: "\f303";
      color: #ebc495;
      margin-right: 8px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal; }
    .footer .info-block ul li a {
      color: white;
      font-size: 13px;
      font-weight: 200;
      text-decoration: none;
      font-weight: 400; }
      .footer .info-block ul li a:hover {
        color: #ebc495; }
  .footer .copy-right {
    background-color: white;
    padding: 20px 0; }
    .footer .copy-right .reserved {
      color: black;
      margin-bottom: 0; }
    .footer .copy-right .dev-by {
      color: #c22504;
      margin-bottom: 0; }
      .footer .copy-right .dev-by a {
        font-size: 16px;
        color: #c22504; }

.social-icon .btn {
  width: 51px;
  height: 51px;
  margin: 10px;
  border-radius: 50%;
  box-shadow: 0 5px 15px -5px #000000;
  color: white;
  overflow: hidden;
  position: relative;
  border: 1px solid white; }
.social-icon .btn i {
  line-height: 36px;
  font-size: 26px;
  transition: 0.2s linear; }
.social-icon .btn:hover i {
  transform: scale(1.3);
  color: white; }
.social-icon .btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #ff9d04;
  transform: rotate(45deg);
  left: -110%;
  top: 90%; }
.social-icon .btn:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%; }
@keyframes aaa {
  0% {
    left: -110%;
    top: 90%; }
  50% {
    left: 10%;
    top: -30%; }
  100% {
    top: -10%;
    left: -10%; } }
@media (max-width: 767px) {
  .brand-wrap {
    text-align: center; }
    .brand-wrap .d-flex {
      flex-flow: row wrap;
      justify-content: center; }
    .brand-wrap h1 {
      font-size: 24px !important; }

  .navbar-toggler {
    color: #fff; }

  .carousel-caption {
    display: none; }

  .slider-navigation .carousel-item img {
    height: auto; }

  .quick-icons .quick-icon-box {
    margin-top: 15px; }

  .carousel-indicators {
    display: none !important; }

  .quick-icons .quick-icon-box .icon-box {
    border-bottom: 1px solid #ececec;
    padding: 15px; }

  .quick-icons .quick-icon-box .icon-box::after {
    border-right: none; }

  .upcoming_events::before {
    width: 100%; }

  .campus_life h3.title {
    margin-top: 25px; }

  .campus_life .counter_box {
    background: #ebc495;
    padding: 25px 15px; }

  .campus_life::after {
    display: none; }

  .campus_life .counter_box .count {
    font-size: 30px;
    margin-top: 25px; }

  .our_department .btn-link {
    margin-bottom: 25px;
    display: inline-block; }

  .quick-links-section .link-box {
    margin-bottom: 25px; }

  .student-corner .student-links {
    margin-top: 25px; }

  .training-placement .placement-slide .owl-prev, .training-placement .placement-slide .owl-next {
    top: 115px; }

  .photo-gallery {
    text-align: center; }

  /*.social-icon {    margin-top: -80px;}*/
  .footer .info-block .title {
    border-bottom: none;
    font-size: 20px; }
    .footer .info-block .title::before {
      content: "+";
      display: inline-block;
      background: #c22504;
      padding: 5px 10px;
      margin-right: 10px; }

  .footer ul.list-unstyled {
    display: none;
    padding-left: 45px; }

  .training-placement .placement-slide .item {
    margin: 25px; }

  .training-placement .placement-slide .owl-prev {
    left: -15px; }

  .training-placement .placement-slide .owl-next {
    right: -15px; } }
.main-editor .dropzone {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  height: 460px;
  margin-bottom: 20px;
  padding: 20px;
  transition: background-color 0.25s ease-in; }
  .main-editor .dropzone:hover {
    background-color: #fcfcfc;
    border-color: #5bc0de; }
  .main-editor .dropzone .panel {
    border-color: #5bc0de; }
    .main-editor .dropzone .panel:hover {
      cursor: default; }
  .main-editor .dropzone .panel-heading {
    border-color: #5bc0de;
    background-color: #5bc0de;
    color: #fff; }
  .main-editor .dropzone .panel-title {
    position: relative; }
    .main-editor .dropzone .panel-title .fa {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 15px;
      height: 15px;
      z-index: 2;
      color: #fff; }
      .main-editor .dropzone .panel-title .fa:hover {
        cursor: pointer; }
.main-editor .panel:hover {
  border-color: #5bc0de;
  cursor: move; }
  .main-editor .panel:hover .panel-heading {
    border-color: #5bc0de;
    background-color: #5bc0de;
    color: #fff; }
.main-editor .over {
  border-style: dashed; }
.main-editor .selected {
  display: none; }
.main-editor .cloned {
  opacity: 0.5; }
  .main-editor .cloned.selected {
    display: block; }
.main-editor .panel-title {
  position: relative; }
  .main-editor .panel-title .fa {
    display: none; }
.main-editor aside h2 {
  margin-top: 0; }
.main-editor footer {
  border-top: 1px solid #eee;
  padding: 1rem 0; }

.notice_board_overflow {
  max-height: 150px;
  overflow-y: auto; }

.notice-board {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */ }
  .notice-board * {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #ffffff; }
  .notice-board *::-webkit-scrollbar {
    width: 5px; }
  .notice-board *::-webkit-scrollbar-track {
    background: #ffffff; }
  .notice-board *::-webkit-scrollbar-thumb {
    background-color: #301d70;
    border-radius: 10px;
    border: 1px solid #ffffff; }

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  width: 30px;
  min-width: auto !important;
  border-color: #fff;
  border-radius: 0;
  display: inline;
  border-radius: 4px;
  padding: 8px;
  z-index: 111;
  height: 45px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  transition: all .3s ease-in-out; }
  .back-to-top:hover {
    color: white;
    background-color: #301d70;
    transition: all .3s ease-in-out; }

/*# sourceMappingURL=style.css.map */
