﻿@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: 8px;
  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: #ffbd07; }

.header .top-strip {
  background-color: #6c757d;
  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 .left a:hover {
      opacity: .9; }
      .header .top-strip .left a:hover::after {
        color: #fff; }
  .header .top-strip .right {
    color: #fff;
    display: flex;
    justify-content: end; }
  .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: #b31311;
  background: linear-gradient(0deg, #b31311 0%, #c82422 50%, #b31311 100%);
  padding: 20px 0; }
  .header .brand-wrap .brandlogo img {
    height: 115px; }
    @media (max-width: 767px) {
      .header .brand-wrap .brandlogo img {
        height: 90px; } }
  .header .brand-wrap .d-flex {
    justify-content: center; }
  .header .brand-wrap .brandname {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    text-align: center; }
    .header .brand-wrap .brandname h1 {
      font-size: 40px;
      color: #fff; }
    .header .brand-wrap .brandname h3 {
      font-size: 22px;
      color: #fff;
      margin-bottom: 0; }
      .header .brand-wrap .brandname h3 span {
        color: #fff; }
  .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 ul {
  background-color: #1f1f1f; }
  .slider-navigation ul li a {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 15px !important; }
    .slider-navigation ul li a:hover {
      text-decoration: none;
      color: #509202; }
  .slider-navigation ul li .dropdown-item:hover {
    background-color: #301d70; }
  .slider-navigation ul li .dropdown-menu {
    background-color: #1f1f1f; }
  .slider-navigation ul 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: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg); }

.slider-navigation .navbar {
  padding: 5px 0px; }
  .slider-navigation .navbar .navbar-nav {
    justify-content: space-between;
    width: 100% !important;
    padding-top: 5px; }
    .slider-navigation .navbar .navbar-nav li a {
      color: #000;
      font-weight: 400;
      font-size: 15px;
      padding: 12px 15px; }
      .slider-navigation .navbar .navbar-nav li a:hover {
        text-decoration: none;
        color: #509202; }
    .slider-navigation .navbar .navbar-nav li .dropdown-item:hover {
      background-color: #301d70; }
    .slider-navigation .navbar .navbar-nav li .dropdown-menu {
      background-color: #1f1f1f; }
    .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: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg); }

.slider-navigation .carousel-item img {
  height: 450px; }

.slider-navigation .carousel-caption {
  bottom: auto;
  top: 10%;
  left: auto;
  width: 65%;
  text-align: center; }

.slider-navigation .carousel-indicators {
  width: 73%;
  right: auto;
  bottom: 1%;
  left: auto;
  text-align: center;
  z-index: 999;
  top: auto;
  display: flex; }
  .slider-navigation .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: block;
    opacity: 1;
    margin: 5px 10px; }
    @media (max-width: 767px) {
      .slider-navigation .carousel-indicators button {
        width: 10px;
        height: 10px;
        margin: 0px 6px; } }
    .slider-navigation .carousel-indicators button.active {
      background-color: #fff;
      position: relative; }
      .slider-navigation .carousel-indicators button.active:before {
        content: "";
        width: 17px;
        height: 17px;
        display: block;
        position: absolute;
        left: -2px;
        top: -2px;
        border: 2px solid #fff;
        border-radius: 100%; }

.slider-navigation .carousel-caption h5 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px; }
  .slider-navigation .carousel-caption h5 span {
    border-bottom: 1px solid #f8f9fa;
    display: inline-block;
    margin-bottom: 5px; }

.slider-navigation .carousel-caption p {
  font-size: 16px;
  margin-bottom: 25px; }

.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: #509202;
    color: #509202; }
  .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: #509202;
      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: -14px; }
  .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: #509202;
    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: -13px; }
  .slider-navigation .carousel-caption .read-more::after {
    left: 0;
    bottom: -13px; }

.notice-board {
  margin-top: -20px;
  position: relative; }
  .notice-board .notice-content {
    display: flex;
    box-shadow: 1px 2px 6px #b5b5b5;
    width: 98%;
    background: #e4e4e4; }
    .notice-board .notice-content .board-heading {
      background: #509202;
      margin: 0;
      padding: 10px 15px;
      color: #fff;
      font-size: 18px; }
    .notice-board .notice-content .notice-slide {
      width: 85%;
      background: #e4e4e4; }
      .notice-board .notice-content .notice-slide .carousel-inner {
        margin-bottom: 0;
        line-height: 45px; }
        .notice-board .notice-content .notice-slide .carousel-inner li p {
          margin-bottom: 0;
          color: #000; }
        .notice-board .notice-content .notice-slide .carousel-inner li a {
          color: #000;
          text-decoration: none; }
        .notice-board .notice-content .notice-slide .carousel-inner li.carousel-item.active {
          display: flex; }
          .notice-board .notice-content .notice-slide .carousel-inner li.carousel-item.active img {
            height: 17px;
            margin-top: 13px; }
      .notice-board .notice-content .notice-slide .nextprev-control {
        width: 70px;
        position: absolute;
        top: 2px;
        right: -1px;
        text-align: center;
        background: #e4e4e4;
        height: 38px;
        z-index: 999;
        padding: 9px 15px; }
        .notice-board .notice-content .notice-slide .nextprev-control .carousel-control-prev, .notice-board .notice-content .notice-slide .nextprev-control .carousel-control-next {
          font-size: 20px;
          margin: 12px; }
          .notice-board .notice-content .notice-slide .nextprev-control .carousel-control-prev svg, .notice-board .notice-content .notice-slide .nextprev-control .carousel-control-next svg {
            color: #212529; }

.about-us {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .about-us {
      padding: 40px 0; } }
  .about-us h2 {
    font-size: 24px;
    color: #000;
    text-align: center; }
    .about-us h2 span {
      display: block;
      font-size: 18px;
      color: #509202;
      margin-bottom: 5px; }
      .about-us h2 span::before {
        content: "";
        width: 50px;
        height: 1px;
        display: inline-block;
        background-color: #509202;
        margin-right: 10px;
        margin-bottom: 5px; }
      .about-us h2 span::after {
        content: "";
        width: 50px;
        height: 1px;
        display: inline-block;
        background-color: #509202;
        margin-left: 10px;
        margin-bottom: 5px; }
  .about-us p {
    text-align: justify;
    width: 75%;
    margin: 20px auto; }
  .about-us .vision-mission {
    border-top: 1px solid #e4e4e4;
    margin-top: 35px;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .about-us .vision-mission {
        margin-top: 0; } }
    .about-us .vision-mission .vm-box {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .about-us .vision-mission .vm-box h3 {
        border: 1px solid #c22504;
        padding: 10px 0 10px 15px;
        margin: 0;
        border-right: none;
        display: inline-block;
        line-height: 35px;
        position: relative;
        min-width: 122px;
        margin-right: 60px; }
        .about-us .vision-mission .vm-box h3::after {
          content: "";
          width: 1px;
          display: inline-block;
          height: 56px;
          background-color: #55acee;
          position: absolute;
          top: 0;
          right: -25px; }
      .about-us .vision-mission .vm-box ul {
        margin-bottom: 0;
        padding-left: 10px; }
      .about-us .vision-mission .vm-box p {
        text-align: justify; }

.btn-readmore {
  color: #c22504;
  text-decoration: none;
  font-weight: 500; }
  .btn-readmore:hover {
    color: #509202; }

.counter-section {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .counter-section {
      padding: 40px 0; } }
  .counter-section .count-box {
    background-color: #717171;
    display: flex;
    padding: 15px;
    margin: 6px;
    box-shadow: 1px 1px 12px #d9d9d9; }
    .counter-section .count-box img {
      height: 60px;
      margin-top: 15px; }
    .counter-section .count-box .count-content {
      color: #fff;
      padding-left: 15px; }
    .counter-section .count-box .counter-value {
      font-size: 36px;
      font-weight: 600; }
      .counter-section .count-box .counter-value::after {
        content: "+"; }
    .counter-section .count-box h3 {
      font-size: 22px; }

.events-section {
  padding: 0 0 60px; }
  .events-section .event-content h2 {
    font-size: 52px;
    font-weight: 600;
    color: #509202; }
    @media (max-width: 767px) {
      .events-section .event-content h2 {
        font-size: 32px; } }
    .events-section .event-content h2 span {
      display: block;
      font-size: 30px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .events-section .event-content h2 span {
          font-size: 22px; } }
  .events-section .event-content h5 {
    font-size: 14px;
    margin-top: 25px; }
  .events-section .event-content p {
    margin-bottom: 25px; }
  .events-section .event-content .btn-viewall {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #c22504;
    color: #fff; }
    .events-section .event-content .btn-viewall:hover {
      background-color: #509202; }
  .events-section .event-content .owl-nav {
    margin-top: 25px; }
    .events-section .event-content .owl-nav .owl-prev, .events-section .event-content .owl-nav .owl-next {
      border: 1px solid #d9d9d9;
      background: transparent;
      padding: 5px 10px;
      line-height: 20px;
      margin-right: 15px;
      color: #509202; }
      .events-section .event-content .owl-nav .owl-prev:hover, .events-section .event-content .owl-nav .owl-next:hover {
        background-color: #509202;
        color: #fff; }
  .events-section .events-gallery .events-box {
    box-shadow: 1px 1px 10px #adb5bd;
    margin: 0 15px 15px 15px; }
    .events-section .events-gallery .events-box .item-content {
      padding: 15px; }
      .events-section .events-gallery .events-box .item-content h3 {
        font-size: 14px;
        font-weight: 600; }

.admission-section {
  background: url(../../images/CTA-bg.jpg) no-repeat 0 0;
  padding: 30px 0;
  background-size: cover; }
  .admission-section .add-content {
    text-align: center; }
    .admission-section .add-content h2 {
      font-size: 33px;
      color: #fff;
      text-align: center; }
    .admission-section .add-content p {
      font-size: 20px;
      text-align: center;
      color: #fff;
      font-weight: 300; }
    .admission-section .add-content .btn-apply {
      background-color: #fff;
      border-radius: 5px;
      color: #509202;
      text-decoration: none;
      padding: 8px 12px;
      display: inline-block; }
      .admission-section .add-content .btn-apply:hover {
        background-color: #509202;
        color: #fff; }

.btn-common {
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #c22504;
  color: #fff; }
  .btn-common:hover {
    background-color: #509202; }

.principal-desk {
  padding: 60px 0; }
  .principal-desk h2 {
    color: #509202;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px; }
  .principal-desk p {
    text-align: justify;
    line-height: 25px;
    padding-right: 35px; }

.minister h2 {
  color: #509202; }

.minister .card-minister {
  text-align: center;
  border-radius: 10px;
  box-shadow: inset 0 0 15px 0 #d4e1f1;
  height: 100%; }
  .minister .card-minister .img-profile {
    text-align: center; }
    .minister .card-minister .img-profile img {
      width: 150px;
      height: 150px;
      border-radius: 50%; }

.our-department {
  padding: 50px 0; }
  .our-department h2 {
    color: #509202;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px; }
  .our-department .dept-left p {
    text-align: justify;
    padding-right: 15px; }
  .our-department .dept-box {
    text-align: center;
    position: relative;
    /* img {
            width: 100%;
            height: 100%;
        }*/ }
    .our-department .dept-box .dept-box-content {
      /*position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.8);*/
      padding: 15px;
      text-align: center;
      color: #000;
      cursor: pointer; }
      .our-department .dept-box .dept-box-content h3 {
        font-size: 18px; }
      .our-department .dept-box .dept-box-content p {
        font-weight: 500; }
    .our-department .dept-box a {
      text-decoration: none; }
      .our-department .dept-box a:hover {
        color: #c22504; }

.accordion-1 {
  position: relative;
  box-shadow: 0px 1px 7px #DBDBDB;
  margin-bottom: 10px; }
  .accordion-1 .head {
    background-color: #301d70;
    color: #ffffff;
    padding: 10px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .accordion-1 .head h4 {
    margin: 0px;
    font-size: 20px; }
  .accordion-1 .arrow {
    color: #ffffff;
    font-size: 25px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(-90deg); }
  .accordion-1 .head:hover .arrow {
    opacity: 1; }
  .accordion-1 .head:hover, .accordion-1 .active {
    background-color: #adb5bd; }
  .accordion-1 .arrow-animate {
    transform: rotate(-180deg);
    opacity: 1; }
  .accordion-1 .content {
    background-color: #FFFFFF;
    display: none;
    padding: 20px 30px;
    color: #333333; }
  .accordion-1 .head h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600; }

.department-header {
  position: relative; }
  @media (max-width: 767px) {
    .department-header {
      height: 230px; } }
  @media (max-width: 767px) {
    .department-header img {
      height: 100%; } }
  .department-header .captions {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 0;
    width: 100%; }
    .department-header .captions .title {
      font-size: 36px;
      color: #fff;
      text-transform: capitalize; }
    .department-header .captions .breadcrumbs {
      margin-top: 15px; }
      .department-header .captions .breadcrumbs ul {
        list-style-type: none;
        padding-left: 0; }
        .department-header .captions .breadcrumbs ul li {
          display: inline-block;
          color: #f8f9fa;
          margin-right: 15px; }
          .department-header .captions .breadcrumbs ul li:before {
            content: "/";
            display: inline-block;
            margin-right: 10px; }
          .department-header .captions .breadcrumbs ul li:nth-of-type(1):before {
            content: "";
            display: none; }
          .department-header .captions .breadcrumbs ul li a {
            color: #fff; }

.dept_menu {
  border-bottom: 1px solid #d9d9d9; }
  .dept_menu ul {
    flex-wrap: wrap; }
    .dept_menu ul li {
      padding-right: 15px; }
      .dept_menu ul li .dropdown-menu {
        background: #1f1f1f;
        z-index: 999 !important; }
      .dept_menu ul li li {
        padding-right: 0; }
      .dept_menu ul li a {
        font-weight: 500;
        color: #000 !important;
        font-size: 14px; }
        .dept_menu ul li a:hover {
          color: #509202 !important; }

.student-corner .facility-section {
  padding-top: 30px; }
  .student-corner .facility-section .facility-box {
    box-shadow: 1px 2px 6px #2c2c2b;
    overflow: hidden;
    border-radius: 10px;
    min-height: 235px; }
    .student-corner .facility-section .facility-box .img-icon {
      background: #509202;
      padding: 20px;
      display: inline-block;
      border-radius: 100%;
      margin-left: -10px;
      margin-top: -10px; }
      .student-corner .facility-section .facility-box .img-icon img {
        width: 50px; }
    .student-corner .facility-section .facility-box .d-flex {
      display: flex; }
    .student-corner .facility-section .facility-box h3 {
      margin: 10px 15px;
      margin-top: 20px;
      font-size: 20px;
      color: #c22504; }
    .student-corner .facility-section .facility-box p {
      padding: 10px 20px;
      text-align: justify; }
    .student-corner .facility-section .facility-box .btn-readmore {
      margin-left: 20px; }

.student-corner .student-achivement {
  background: url(../../images/student-achivement.jpg) no-repeat 0 0;
  padding: 50px 0;
  margin-top: 70px; }
  .student-corner .student-achivement h2 {
    color: #fff;
    margin-bottom: 50px; }
  .student-corner .student-achivement .content-box {
    padding-left: 25px; }
    .student-corner .student-achivement .content-box h3 {
      color: #fff;
      margin-bottom: 25px; }
    .student-corner .student-achivement .content-box p {
      color: #fff; }
    .student-corner .student-achivement .content-box .btn-more {
      border: 2px solid #509202;
      color: #509202;
      border-radius: 50px;
      padding: 10px 15px;
      text-decoration: none;
      margin-top: 20px;
      display: inline-block;
      font-weight: 500;
      font-size: 18px; }
      .student-corner .student-achivement .content-box .btn-more:hover {
        background: #509202;
        color: #fff; }

.pdf-box {
  display: flex;
  border: 1px solid #e4e4e4;
  padding: 5px;
  background: #fff;
  text-decoration: none;
  transition: .9s all ease; }
  .pdf-box svg {
    font-size: 40px;
    color: #509202;
    margin-right: 15px; }
  .pdf-box span {
    display: inline-block;
    width: 75%;
    padding-left: 15px;
    border-left: 1px solid #e4e4e4;
    color: #509202;
    font-weight: 500;
    word-break: break-all; }
  .pdf-box:hover {
    box-shadow: 1px 2px 6px #e4e4e4; }

.campus-life {
  padding: 50px 0; }
  .campus-life .row {
    background-color: #e4e4e4;
    margin-left: 0;
    margin-right: 0; }
    .campus-life .row .pl-0 {
      padding-left: 0; }
  .campus-life h2 {
    color: #509202;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px; }
  .campus-life p {
    text-align: justify; }

.student-corner {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .student-corner {
      padding: 40px 0; } }
  .student-corner h2 {
    color: #509202;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 25px;
    text-align: center; }
  .student-corner .same-box-dept {
    width: 20%; }
    @media (max-width: 992px) {
      .student-corner .same-box-dept {
        width: 33%; } }
    @media (max-width: 767px) {
      .student-corner .same-box-dept {
        width: 50%; } }
    @media (max-width: 560px) {
      .student-corner .same-box-dept {
        width: 100%; } }
    .student-corner .same-box-dept a {
      color: #1f1f1f;
      text-decoration: none; }
    .student-corner .same-box-dept .student-box:hover a {
      color: #fff; }
  .student-corner .student-box {
    padding: 15px;
    border-radius: 10px;
    background-color: transparent;
    color: #000;
    text-align: center; }
    .student-corner .student-box h3 {
      font-size: 18px;
      margin-top: 15px; }
    .student-corner .student-box a {
      text-decoration: none;
      color: black; }
    .student-corner .student-box:hover a {
      color: white; }
    .student-corner .student-box .img-white {
      display: none; }
    .student-corner .student-box:hover {
      background-color: #509202;
      color: #fff;
      box-shadow: 1px 1px 10px #adb5bd;
      cursor: pointer; }
      .student-corner .student-box:hover .img-green {
        display: none; }
      .student-corner .student-box:hover .img-white {
        display: inline; }
  .student-corner .btn-viewall {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #c22504;
    color: #fff; }
    .student-corner .btn-viewall:hover {
      background-color: #509202; }

.dept-news-section {
  background: #f8f9fa;
  padding: 50px 0; }
  .dept-news-section .news-ticker-card {
    margin: 15px 20px;
    box-shadow: 2px 3px 16px #d9d9d9;
    border-radius: 10px;
    overflow: hidden; }
    .dept-news-section .news-ticker-card .ticker-card-header {
      background: #1f1f1f;
      border-bottom: 2px solid #c22504;
      margin-bottom: 15px; }
      .dept-news-section .news-ticker-card .ticker-card-header h3 {
        color: #fff;
        padding: 10px 15px;
        font-size: 26px;
        margin-bottom: 0; }
      .dept-news-section .news-ticker-card .ticker-card-header .newsarrow {
        width: 30px;
        height: 30px;
        background: #509202;
        color: #fff;
        display: inline-block;
        margin-top: 11px;
        margin-right: 10px;
        text-align: center;
        line-height: 29px;
        font-size: 18px; }
        .dept-news-section .news-ticker-card .ticker-card-header .newsarrow:hover {
          background: #c22504; }

.photo-gallery {
  padding: 20px 0; }
  .photo-gallery .gallery-content {
    border-top: 1px solid #adb5bd;
    padding-top: 50px; }
    .photo-gallery .gallery-content h2 {
      color: #509202;
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 40px;
      margin-top: 110px; }
      @media (max-width: 767px) {
        .photo-gallery .gallery-content h2 {
          margin-top: 50px;
          font-size: 30px; } }
      .photo-gallery .gallery-content h2 span {
        font-size: 36px;
        display: block;
        color: #000; }
        @media (max-width: 767px) {
          .photo-gallery .gallery-content h2 span {
            font-size: 22px; } }
    .photo-gallery .gallery-content .btn-viewall {
      text-decoration: none;
      padding: 10px 15px;
      border-radius: 5px;
      background-color: #c22504;
      color: #fff; }
      .photo-gallery .gallery-content .btn-viewall:hover {
        background-color: #509202; }
    .photo-gallery .gallery-content .gallery-img {
      margin-top: 175px; }
      .photo-gallery .gallery-content .gallery-img img {
        display: inline-block;
        margin: 5px; }
        .photo-gallery .gallery-content .gallery-img img.img-3 {
          margin-top: -175px; }
        .photo-gallery .gallery-content .gallery-img img.img-4 {
          margin-top: -387px; }
        .photo-gallery .gallery-content .gallery-img img.img-5 {
          margin-left: 309px;
          margin-top: -153px; }
        .photo-gallery .gallery-content .gallery-img img.img-6 {
          margin-top: -71px; }
        .photo-gallery .gallery-content .gallery-img img.img-7 {
          margin-top: -410px;
          margin-left: -88px; }
        .photo-gallery .gallery-content .gallery-img img.img-8 {
          margin-top: -305px; }

.faculty-section .accordion-header .accordion-button {
  background: #c22504;
  color: #fff;
  font-weight: 500;
  text-decoration: none; }
  .faculty-section .accordion-header .accordion-button:after {
    color: #509202;
    background-color: #ffbd07;
    padding: 3px;
    display: inline-block;
    background-size: 16px 16px;
    background-position: 2px 3px; }

.faculty-section .accordion-body .faculty-box {
  box-shadow: 1px 3px 8px #d1d1d1;
  margin: 15px 10px;
  text-align: center;
  padding: 10px;
  border-radius: 5px; }
  .faculty-section .accordion-body .faculty-box .btn-readmore {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #c22504;
    color: #fff; }
    .faculty-section .accordion-body .faculty-box .btn-readmore:hover {
      background-color: #509202; }
  .faculty-section .accordion-body .faculty-box h4 {
    margin-top: 10px; }
    .faculty-section .accordion-body .faculty-box h4 a {
      text-decoration: none;
      color: #c22504; }

.internal-content {
  padding: 50px 0; }
  .internal-content h2.title {
    color: #509202;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px; }
  .internal-content h3 {
    color: #c22504;
    font-size: 24px;
    margin-top: 25px; }
    .internal-content h3:after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 2px;
      background: #509202;
      margin-bottom: 6px;
      margin-left: 8px; }
  .internal-content .all-content p {
    text-align: justify; }

.top-footer {
  padding: 50px 0 0; }
  .top-footer .footer-content {
    padding: 30px;
    background-color: #1f1f1f;
    margin-bottom: -95px;
    position: relative;
    z-index: 999; }
    .top-footer .footer-content .brand-footer {
      border-bottom: 1px solid #fff;
      padding-bottom: 15px; }
      .top-footer .footer-content .brand-footer h4 {
        font-size: 18px;
        color: #ffbd07; }
      .top-footer .footer-content .brand-footer h2 {
        font-size: 24px;
        color: #fff; }
      .top-footer .footer-content .brand-footer p {
        font-size: 15px;
        color: #fff; }
  .top-footer .footer-lins h3 {
    font-size: 18px;
    color: #fff;
    margin: 20px 0; }
  .top-footer .footer-lins ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0; }
    .top-footer .footer-lins ul li {
      display: flex;
      color: #fff;
      margin-bottom: 10px; }
      .top-footer .footer-lins ul li svg {
        margin-right: 15px;
        margin-top: 4px; }
      .top-footer .footer-lins ul li a {
        color: #fff;
        text-decoration: none; }
        .top-footer .footer-lins ul li a:hover {
          color: #509202; }
  .top-footer .footer-lins .social a {
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 5px; }
    .top-footer .footer-lins .social a.facebook {
      background-color: #3b5998; }
    .top-footer .footer-lins .social a.twitter {
      background-color: #55acee; }
    .top-footer .footer-lins .social a.youtube {
      background-color: #fe0000; }
  .top-footer .footer-lins .text-right {
    text-align: right; }
  .top-footer .copyright-footer {
    background-color: #c22504;
    padding-top: 125px;
    padding-bottom: 30px; }
    .top-footer .copyright-footer p {
      text-align: center;
      color: #fff;
      margin-bottom: 5px; }
      .top-footer .copyright-footer p a {
        color: #fff; }

.contact-content {
  padding-top: 25px; }
  .contact-content p {
    margin-bottom: 15px; }
    .contact-content p svg {
      margin-right: 15px;
      font-size: 18px;
      color: #c22504;
      margin-top: 3px; }
    .contact-content p a {
      color: #000; }
  .contact-content .social a {
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 5px; }
    .contact-content .social a.facebook {
      background-color: #3b5998; }
    .contact-content .social a.twitter {
      background-color: #55acee; }
    .contact-content .social a.youtube {
      background-color: #fe0000; }

.dept-adm-section .section-title {
  text-align: center;
  margin-bottom: 30px; }

.dept-adm-section .help-aria {
  display: flex; }
  .dept-adm-section .help-aria img {
    width: 90px;
    height: 70px;
    margin-top: 25px; }
  .dept-adm-section .help-aria .help-content {
    padding-left: 20px;
    border-left: 1px solid #d9d9d9;
    margin-left: 20px; }
    .dept-adm-section .help-aria .help-content ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0; }
      .dept-adm-section .help-aria .help-content ul li {
        margin-bottom: 10px; }
        .dept-adm-section .help-aria .help-content ul li:last-child {
          margin-bottom: 0; }
        .dept-adm-section .help-aria .help-content ul li svg {
          color: #509202;
          font-size: 15px;
          margin-right: 10px; }

.dept-adm-section .help-content {
  margin-top: 15px; }
  .dept-adm-section .help-content p {
    line-height: 25px;
    margin-bottom: 30px; }
  .dept-adm-section .help-content .btn-viewmore {
    text-decoration: none;
    color: #509202;
    font-weight: 500;
    border: 2px solid #509202;
    padding: 10px 15px;
    border-radius: 50px; }
    .dept-adm-section .help-content .btn-viewmore:hover {
      background: #509202;
      color: #fff; }

.dept-adm-section .admission-news {
  list-style-type: none;
  padding-left: 0; }
  .dept-adm-section .admission-news li {
    padding: 10px;
    display: flex; }
    .dept-adm-section .admission-news li a {
      color: #000;
      text-decoration: none; }
    .dept-adm-section .admission-news li svg {
      color: #509202;
      margin-right: 15px;
      margin-top: 10px; }

.mainnav-menu {
  float: none !important;
  width: 100%; }
  .mainnav-menu ul {
    float: none !important;
    width: 100%;
    z-index: 111; }
    .mainnav-menu ul li .dropdown-menu {
      z-index: 99 !important; }
    .mainnav-menu ul li li a {
      color: #fff !important;
      padding: 10px 12px; }

.dept-faculty-section .Administrator_card {
  background: #f8f9fa;
  padding: 10px;
  text-align: center;
  box-shadow: 1px 2px 10px #cdcdcd; }
  .dept-faculty-section .Administrator_card a {
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    font-weight: 500;
    color: #000; }

.dept-faculty-section .btn-viewall {
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #c22504;
  color: #fff; }
  .dept-faculty-section .btn-viewall:hover {
    background-color: #509202; }

.dept-faculty-section .text-underline-thin {
  text-decoration: underline wavy #c11f1d 2px; }

@media (max-width: 1260px) {
  .photo-gallery {
    padding-top: 0; }
    .photo-gallery .gallery-content {
      padding-top: 0;
      text-align: center; }
      .photo-gallery .gallery-content .gallery-img {
        margin-top: 45px; }
        .photo-gallery .gallery-content .gallery-img img {
          margin: 7px auto !important;
          display: inline-block;
          width: 32%;
          height: 165px; }
  .top-strip .left {
    display: flex;
    overflow: auto;
    white-space: nowrap; }
  .our-department .dept-box .dept-box-content {
    overflow: hidden; } }

@media (max-width: 767px) {
  .top-strip .left {
    display: flex;
    overflow: auto;
    white-space: nowrap; }
  .brand-wrap .d-flex {
    text-align: center;
    flex-flow: row wrap; }
    .brand-wrap .d-flex .brandlogo {
      order: 1;
      margin-right: 10px; }
    .brand-wrap .d-flex .brandname {
      order: 3;
      width: 100%; }
      .brand-wrap .d-flex .brandname h1 {
        font-size: 26px; }
      .brand-wrap .d-flex .brandname h3 {
        font-size: 16px; }
    .brand-wrap .d-flex .tm-logo {
      order: 2; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .brand-wrap .d-flex .tm-logo img {
        height: 90px; } }

@media (max-width: 767px) {
  .notice-board .notice-content {
    flex-flow: row wrap; }
    .notice-board .notice-content .board-heading {
      width: 100%; }
    .notice-board .notice-content .notice-slide {
      width: 100%; }
  .notice-board .notice-slide .carousel-inner {
    line-height: 28px !important;
    padding-left: 10px;
    min-height: 70px; }
  .about-us {
    padding-bottom: 0; }
    .about-us p {
      width: 100%; }
    .about-us .vision-mission .vm-box {
      flex-flow: row wrap; }
      .about-us .vision-mission .vm-box h3 {
        border-right: 1px solid #c22504;
        margin: auto;
        text-align: center;
        padding-right: 15px; }
        .about-us .vision-mission .vm-box h3::after {
          display: none; }
    .about-us .vision-mission img {
      margin: auto;
      display: block; }
  .latest-events .event-content {
    text-align: center;
    padding-bottom: 30px; }
  .admission-section {
    padding: 15px 0; }
    .admission-section h2 {
      font-size: 28px; }
  .principal-desk {
    padding-bottom: 0; }
    .principal-desk img {
      margin-top: 15px; }
  .our-department .dept-box {
    margin: 15px 0; }
  .photo-gallery {
    padding-top: 0; }
    .photo-gallery .gallery-content {
      padding-top: 0;
      text-align: center; }
      .photo-gallery .gallery-content .gallery-img {
        margin-top: 45px; }
        .photo-gallery .gallery-content .gallery-img img {
          margin: 7px auto !important;
          display: inline-block;
          width: 48%;
          height: 165px; }
  .slider-navigation .carousel-item .carousel-caption {
    display: none; }
  .slider-navigation .carousel-item img {
    height: 250px;
    object-fit: cover; }
  .notice-board {
    margin-top: 15px; }
  .top-footer .brand-footer .row {
    flex-flow: row wrap; }
    .top-footer .brand-footer .row .col-sm-2 {
      order: 1;
      width: 50%;
      text-align: center; }
    .top-footer .brand-footer .row .col-sm-8 {
      order: 2;
      text-align: center; }
  .top-footer .footer-lins .social {
    text-align: center; }
  .top-footer .footer-lins .text-right {
    margin-top: 15px;
    text-align: center; } }

/*==========back stop top*/
#back-to-top {
  display: inline-block;
  background-color: #509202;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX/2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  cursor: pointer;
  transform: rotate(180deg); }
  #back-to-top i {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff; }
  #back-to-top:hover {
    cursor: pointer;
    background-color: #333; }
  #back-to-top:active {
    background-color: #555; }
  #back-to-top.show {
    opacity: 1;
    visibility: visible; }
  #back-to-top::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px rgba(42, 84, 112, 0.4); }

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px; }
  40% {
    opacity: 1;
    height: 10px; }
  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0; }
  100% {
    height: 3px;
    opacity: 0; } }
  #back-to-top .chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #back-to-top .chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg); }
  #back-to-top .chevrondown:nth-child(odd) {
    animation: pulse54012 500ms ease infinite alternate; }
  #back-to-top .chevrondown:nth-child(even) {
    animation: pulse54012 500ms ease infinite alternate 250ms; }

@keyframes pulse54012 {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

.dropdown-reverse {
  left: auto !important;
  right: 100%;
  border-top: 2px solid #301d70 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

#NavigationMenuNew .nav-link {
  color: #000; }

@media (max-width: 992px) {
  #NavigationMenuNew ul.dynamic {
    position: relative !important; } }

@media (max-width: 992px) {
  #NavigationMenuNew .dynamic.dropdown-reverse {
    right: 0 !important; } }

.importantnotice-display .modal-body {
  height: 280px;
  overflow: auto; }
  .importantnotice-display .modal-body::-webkit-scrollbar {
    display: none; }

.importantnotice-display .modal-header {
  position: sticky; }
