﻿.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.css-scroll {
  scrollbar-color: #272727 #5E5E5E;
  scrollbar-width: thin; }
  .css-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #5E5E5E; }
  .css-scroll::-webkit-scrollbar-thumb {
    background-color: #272727;
    border-radius: 10px; }
  .css-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #272727;
    border: 1px solid #272727; }
  .css-scroll::-webkit-scrollbar-thumb:active {
    background-color: #272727;
    border: 1px solid #272727; }

.font-weight-600 {
  font-weight: 600 !important; }

a {
  font-size: inherit;
  color: inherit; }
  a:hover {
    text-decoration: none !important; }

p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify; }

.owl-nav button:hover {
  background: transparent !important;
  color: #cc3200 !important; }

.owl-nav button i {
  font-size: 25px; }

.button-sec-title .title {
  display: inline-block;
  background-color: #802201;
  color: white;
  font-size: 23px;
  font-weight: 500;
  padding: 5px 15px;
  text-transform: uppercase; }

.btn-outline-info {
  border: 2px solid; }

.footer {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
  background-image: url("../images/BG - Footer.png"); }
  @media (min-width: 767px) {
    .footer .info-block {
      padding: 36px 0 46px; } }
  .footer .info-block .title {
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    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 #802201;
        border-right: 1px solid #802201;
        border-bottom: 2px solid #802201;
        border-left: 2px solid #802201;
        transition: all 0.3s ease;
        color: #802201; }
  .footer .info-block ul li {
    padding: 6px 0;
    position: relative;
    font-size: 14px; }
    .footer .info-block ul li:before {
      content: "\f101";
      color: white;
      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: 14px; }
      .footer .info-block ul li a:hover {
        color: #ffdb01; }
  .footer .copy-right {
    background-color: black;
    padding: 10px 0; }
    .footer .copy-right .reserved {
      color: #cccccc;
      margin-bottom: 0; }
    .footer .copy-right .dev-by {
      color: white;
      margin-bottom: 0; }
      .footer .copy-right .dev-by a {
        color: white; }
    .footer .copy-right p {
      text-align: center; }
  .footer .social-media-icons a {
    color: white;
    margin-right: 15px; }
    .footer .social-media-icons a:hover {
      color: #ffdb01; }

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  width: 50px;
  border-color: #802201;
  border-radius: 0;
  display: inline;
  border-bottom-left-radius: 30px;
  padding: 8px;
  z-index: 111; }

.enquire-now-btn {
  position: fixed;
  right: -1px;
  top: 50%;
  background: #ffdb01;
  transform: translate(0px, -50%);
  z-index: 9999;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600; }

.inner--banner {
  position: relative;
  height: 150px; }
  .inner--banner .bg-img {
    height: 150px;
    background: #0c314d;
    background: #000000; }
  .inner--banner img {
    height: 300px;
    width: 100%;
    object-fit: cover; }
  .inner--banner .caption {
    position: absolute;
    top: 36%;
    /*left: 50%; transform: translate(-50%, -50%);*/
    width: 100%;
    text-align: center; }
    .inner--banner .caption .h1 {
      position: relative; }
      .inner--banner .caption .h1:after {
        content: "";
        width: 100px;
        height: 5px;
        background-color: #ffdb01;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 15px);
        border-radius: 10px; }

.inner-page {
  margin-bottom: 50px; }
  .inner-page .a--line-flex {
    margin: 20px 0; }
    .inner-page .a--line-flex li {
      position: relative;
      display: inline-block; }
      .inner-page .a--line-flex li::after {
        content: "|";
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translate(-4%, -50%); }
      .inner-page .a--line-flex li:last-child::after {
        display: none; }
      .inner-page .a--line-flex li a {
        font-size: 16px;
        padding: 10px 20px;
        transition: all .4s ease;
        border-radius: 6px;
        color: black;
        font-weight: 700; }
        .inner-page .a--line-flex li a:hover {
          background-color: #802201;
          color: white;
          padding: 10px 20px;
          transition: all .4s ease; }

/*=============custom menu from left========*/
#NavigationMenu a.dropdown-item {
  white-space: normal !important;
  min-width: 210px;
  padding: 8px 8px;
  line-height: 16px; }

#NavigationMenu .navbar-nav li:last-child .dropdown-menu {
  left: auto !important;
  right: 0; }

.fixed-nav .navbar-collapse.show {
  height: 500px;
  overflow: scroll; }
  .fixed-nav .navbar-collapse.show .has-popup .dropdown-menu {
    position: static !important;
    list-style: circle !important;
    padding-left: 26px !important; }

.position__fixed {
  position: fixed; }
  @media (max-width: 1199px) {
    .position__fixed {
      position: sticky; } }

body {
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  color: #333333;
  background-color: transparent !important;
  z-index: -1;
  position: relative; }

button:focus {
  outline: none; }

.all-content {
  width: 100%;
  float: left;
  position: relative;
  min-height: calc(90vh - 24px); }
  @media (max-width: 767px) {
    .all-content {
      min-height: calc(23vh - 18px); } }

@-moz-document url-prefix() {
  .all-content {
    width: 100%;
    float: left;
    position: relative;
    min-height: calc(65vh - 15px); } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .container-fluid {
    max-width: 1309px; } }

header {
  width: 100%;
  float: left;
  position: relative;
  min-height: 80px;
  line-height: 2.5; }
  header .navbar-home-page .login, header .navbar-home-page .register {
    line-height: 15px;
    font-size: 13px;
    color: #000000;
    padding: 0px 0 8px 0;
    text-align: left; }
    header .navbar-home-page .login .media, header .navbar-home-page .register .media {
      align-items: center; }
  header .navbar-dark {
    background-color: #2b343b; }
  header .navbar-menus > .nav-item > a {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px; }
    header .navbar-menus > .nav-item > a:hover, header .navbar-menus > .nav-item > a:active, header .navbar-menus > .nav-item > a.active {
      color: #e6e6e6; }
  header .navbar-menus .custom-toggle {
    white-space: nowrap; }
    header .navbar-menus .custom-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: 1px;
      content: url("../images/down-arrow.png"); }

.hdr-main .hdr-bg {
  position: relative;
  /*background-image: url(../images/top-hrd-bg.jpg);*/ }
  .hdr-main .hdr-bg:after, .hdr-main .hdr-bg:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #002f76;
    right: 0;
    top: 0;
    z-index: -1; }
  .hdr-main .hdr-bg:before {
    background-color: #802201;
    left: 0; }

.hdr-main .navbar .navbar-brand {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/top-hrd-bg-text.jpg); }
  .hdr-main .navbar .navbar-brand .brand-text {
    color: white;
    line-height: 26px; }
    .hdr-main .navbar .navbar-brand .brand-text span {
      font-size: 16px;
      font-weight: 400; }
    .hdr-main .navbar .navbar-brand .brand-text .cllg-nm {
      font-size: 18px;
      margin-bottom: 0; }
    .hdr-main .navbar .navbar-brand .brand-text p {
      font-size: 11px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 16px; }
    @media (max-width: 800px) {
      .hdr-main .navbar .navbar-brand .brand-text span {
        font-size: 12px; }
      .hdr-main .navbar .navbar-brand .brand-text .cllg-nm {
        font-size: 14px; }
      .hdr-main .navbar .navbar-brand .brand-text p {
        font-size: 10px; } }
  .hdr-main .navbar .navbar-brand::after {
    content: url(../images/after-lines.png);
    position: absolute;
    right: -50px;
    top: 0; }
  .hdr-main .navbar .navbar-brand:hover {
    background-color: #802201 !important; }

.hdr-main .navbar .social-icons ul li {
  display: inline-block;
  margin-left: 20px; }
  .hdr-main .navbar .social-icons ul li a {
    color: white; }

.hdr-main .navbar .navbar-nav .nav-item {
  position: relative; }
  .hdr-main .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #002f76;
    font-weight: 700; }
    .hdr-main .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
      display: none; }
    @media (min-width: 1200px) {
      .hdr-main .navbar .navbar-nav .nav-item .nav-link:hover {
        background-color: #002f76;
        color: white;
        border-radius: 3px; } }
  .hdr-main .navbar .navbar-nav .nav-item li a {
    font-size: 14px;
    font-weight: 700; }

.hdr-main .navbar.fixed-nav {
  top: 0;
  z-index: 9; }
  .hdr-main .navbar.fixed-nav.color-white .navbar-nav .nav-item > a {
    color: white; }

.hdr-main .navbar .dropdown-menu .dropdown-item {
  line-height: 26px;
  transition: all .4s ease-in-out; }
  .hdr-main .navbar .dropdown-menu .dropdown-item:hover {
    background-color: #cc3200;
    color: white;
    transition: all .4s ease-in-out; }

.hdr-main .banner-caption .text {
  text-align: center;
  color: white;
  padding: 50px 0 0;
  margin-bottom: 50px;
  display: inline-block;
  border-bottom: 1px solid #0064a4; }
  .hdr-main .banner-caption .text span {
    background-color: #802201;
    line-height: 50px; }

.hdr-main .a-line {
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  flex-wrap: nowrap;
  padding-bottom: 6px;
  overflow-x: auto;
  white-space: nowrap; }
  .hdr-main .a-line li {
    position: relative;
    display: inline-block;
    margin-right: 20px; }
    .hdr-main .a-line li::after {
      content: "|";
      position: absolute;
      right: -14px;
      top: 1px; }
    .hdr-main .a-line li:last-child::after {
      display: none; }
    .hdr-main .a-line li a {
      font-size: 14px;
      color: black;
      font-weight: 700; }
      .hdr-main .a-line li a:hover {
        color: #802201; }

.home-banner .hm-bnnr-carousel .item {
  position: relative; }
  .home-banner .hm-bnnr-carousel .item .bg-img img {
    min-height: 500px;
    object-fit: cover; }
  .home-banner .hm-bnnr-carousel .item .caption {
    position: absolute;
    top: 50%;
    color: white;
    left: 15%;
    transform: translate(-15%, -50%);
    max-width: 600px; }
    .home-banner .hm-bnnr-carousel .item .caption .title {
      font-size: 48px;
      font-weight: 500;
      margin-bottom: 30px;
      line-height: 68px; }
      @media only screen and (max-width: 600px) {
        .home-banner .hm-bnnr-carousel .item .caption .title {
          font-size: 28px;
          line-height: 45px; } }
      .home-banner .hm-bnnr-carousel .item .caption .title span {
        color: #ffdb01;
        font-weight: 700;
        border-bottom: 1px solid #ffdb01; }

.home-banner .hm-bnnr-carousel .owl-dots {
  position: absolute;
  bottom: 15%;
  left: 15%;
  transform: translate(-90px, -15%); }
  @media only screen and (max-width: 768px) {
    .home-banner .hm-bnnr-carousel .owl-dots {
      transform: translate(-15px, -15%); } }
  .home-banner .hm-bnnr-carousel .owl-dots .owl-dot.active span {
    background: #ffdb01; }
  .home-banner .hm-bnnr-carousel .owl-dots .owl-dot span {
    border-radius: 0; }

.announcements-sec {
  margin: 20px 0 80px; }
  .announcements-sec .media {
    border-radius: 6px; }
  .announcements-sec .block-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #ffdb01;
    font-weight: 700;
    background-color: #802201;
    padding: 14px 18px 14px 14px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    width: 230px;
    border-radius: 6px; }
  .announcements-sec .media-body marquee {
    padding: 14px 18px 10px 14px; }
  .announcements-sec .owl-carousel .owl-item img {
    width: auto; }
  @media only screen and (min-width: 768px) {
    .announcements-sec .inline-div {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-right: 10%; } }

.hm-about-sec {
  margin-bottom: 50px; }
  .hm-about-sec .section-title p {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px; }
  .hm-about-sec .section-title h3 {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 600; }
  .hm-about-sec .online--addmsson {
    background-image: url(../images/online-admmission-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 25px;
    text-align: center; }
    .hm-about-sec .online--addmsson .title {
      font-size: 28px;
      color: black;
      font-weight: 700; }
    .hm-about-sec .online--addmsson .year {
      color: #802201;
      border-bottom: 1px solid black;
      display: inline-block;
      margin-bottom: 30px; }
    .hm-about-sec .online--addmsson .desc {
      text-align: justify;
      text-align-last: center;
      margin-bottom: 50px; }

.events-sec {
  background-color: #f9f9f9;
  padding: 50px 0;
  margin-bottom: 50px; }

.upcoming-sec {
  position: relative; }
  .upcoming-sec .slider-block {
    height: 360px; }
    .upcoming-sec .slider-block .scroll-div {
      /*position: relative;height: 360px;
				margin-bottom:25px;overflow: hidden;*/ }
      .upcoming-sec .slider-block .scroll-div .box {
        padding-bottom: 25px;
        margin-bottom: 10px;
        margin-top: 10px;
        min-height: 100px;
        background-color: white;
        padding: 10px 15px;
        border-radius: 10px;
        border: 1px solid #ccc; }
        .upcoming-sec .slider-block .scroll-div .box h3 {
          font-size: 25px;
          font-weight: 600;
          color: black; }
        .upcoming-sec .slider-block .scroll-div .box p {
          font-size: 14px;
          margin-bottom: 5px; }
        .upcoming-sec .slider-block .scroll-div .box a {
          font-size: 14px;
          font-weight: 500; }
          .upcoming-sec .slider-block .scroll-div .box a::after {
            content: "\f054";
            color: white;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            padding-left: 10px;
            font-style: normal; }
        .upcoming-sec .slider-block .scroll-div .box:hover {
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
          -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75); }
  .upcoming-sec .item:last-child {
    margin-bottom: 0px; }
  .upcoming-sec .buttons-arrow {
    margin-top: 20px;
    text-align: right; }
    .upcoming-sec .buttons-arrow i.next-prev {
      padding: 15px;
      background-color: #dfdfdf;
      cursor: pointer;
      transition: all .6s ease-in-out;
      color: white;
      border-radius: 3px; }
      .upcoming-sec .buttons-arrow i.next-prev:hover {
        background-color: #002f76; }

.notice-board-sec {
  position: relative; }
  .notice-board-sec .sec-title .title {
    background-color: #802201;
    text-align: center;
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 6px; }
  .notice-board-sec .slider-block .scroll-div {
    /*position: relative;height: 275px;overflow: hidden;*/ }
    .notice-board-sec .slider-block .scroll-div .box {
      padding-bottom: 25px;
      margin-bottom: 0px;
      background-color: white;
      padding: 10px 15px;
      margin-top: 10px;
      border-radius: 10px;
      border: 1px solid #802201;
      display: flex; }
      .notice-board-sec .slider-block .scroll-div .box .date {
        display: inline-block;
        text-align: center;
        position: relative;
        padding-right: 15px;
        color: #802201;
        font-size: 40px;
        font-weight: 600; }
        .notice-board-sec .slider-block .scroll-div .box .date span {
          display: block;
          font-size: 24px;
          color: black; }
        .notice-board-sec .slider-block .scroll-div .box .date:after {
          content: "";
          width: 1px;
          height: 100%;
          position: absolute;
          right: 0;
          background-color: #802201;
          top: 0; }
      .notice-board-sec .slider-block .scroll-div .box .desc {
        padding: 0 15px; }
        .notice-board-sec .slider-block .scroll-div .box .desc p {
          font-weight: 600;
          text-align: left;
          margin-bottom: 8px; }
      .notice-board-sec .slider-block .scroll-div .box a {
        font-size: 14px; }
        .notice-board-sec .slider-block .scroll-div .box a::after {
          content: "\f054";
          color: white;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          display: inline-block;
          padding-left: 10px;
          font-style: normal; }
      .notice-board-sec .slider-block .scroll-div .box:hover {
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75); }
  .notice-board-sec .item:last-child {
    margin-bottom: 0px; }
  .notice-board-sec .buttons-arrow {
    margin-top: 20px;
    text-align: right; }
    .notice-board-sec .buttons-arrow i {
      padding: 15px;
      background-color: #dfdfdf;
      cursor: pointer;
      transition: all .6s ease-in-out;
      color: white;
      border-radius: 3px; }
      .notice-board-sec .buttons-arrow i:hover {
        background-color: #002f76; }
    .notice-board-sec .buttons-arrow .btn-outline-danger:hover i {
      color: #fff; }
    .notice-board-sec .buttons-arrow .btn-outline-danger i {
      background-color: transparent;
      color: #cc3200;
      padding: 0; }
      .notice-board-sec .buttons-arrow .btn-outline-danger i:hover {
        background-color: transparent;
        color: #fff; }

.academics-sec {
  background-image: url(../images/academics-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  text-align: center; }
  .academics-sec .border-box {
    border: 1px solid white;
    position: relative;
    padding: 30px 20px;
    display: block;
    transition: all .6s ease-in-out; }
    .academics-sec .border-box img {
      margin-bottom: 20px; }
    .academics-sec .border-box p {
      text-align: center;
      color: white; }
    .academics-sec .border-box:after {
      content: "";
      width: 101%;
      height: 102%;
      border: 1px solid white;
      position: absolute;
      top: -3px;
      left: 1px; }
    .academics-sec .border-box:hover {
      background-color: #802201;
      transition: all .6s ease-in-out; }

.hm-academic-calender {
  /*background-image: url(../images/academic-calender-bg.png);background-repeat: no-repeat;*/
  background: #7e2000;
  padding: 20px 0;
  color: white;
  margin-bottom: 80px; }
  .hm-academic-calender .title {
    font-size: 30px;
    border-left: 3px solid #ffdb01;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px; }

.asociation-sec {
  margin-bottom: 80px; }
  .asociation-sec .box {
    text-align: center; }
    .asociation-sec .box .image {
      width: 159px;
      height: 159px;
      background-color: #ffdb01;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 30px;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .asociation-sec .box .image.border-box:after {
          content: "";
          width: 80px;
          height: 1px;
          background-color: black;
          position: absolute;
          right: -108px; } }
    .asociation-sec .box .btn {
      min-width: 204px; }
      .asociation-sec .box .btn.btn-black {
        transition: all .4s ease-in-out; }
        .asociation-sec .box .btn.btn-black:hover {
          background-color: #002f76;
          border-color: #002f76;
          transition: all .4s ease-in-out; }

.campus-life-sec {
  background-image: url(../images/CAMPUS-life-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  color: white;
  margin-bottom: 80px; }
  .campus-life-sec .btn {
    padding: 15px 25px; }
    .campus-life-sec .btn i {
      font-size: 15px; }

.facilities-sec {
  margin-bottom: 80px; }
  .facilities-sec .inner-pad {
    padding: 0 50px; }
    @media only screen and (min-width: 768px) {
      .facilities-sec .inner-pad {
        padding: 0 100px; } }
    .facilities-sec .inner-pad .facilities-carousel .box img {
      width: auto;
      margin: 0 auto 15px; }
    .facilities-sec .inner-pad .facilities-carousel .box p {
      font-size: 14px;
      color: black;
      text-align: center;
      margin-bottom: 0; }
    .facilities-sec .inner-pad .facilities-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-60px, -50%);
      margin: 0;
      text-align: left;
      width: 100%; }
      .facilities-sec .inner-pad .facilities-carousel .owl-nav button i {
        background-color: #dfdfdf;
        padding: 5px 10px;
        border-radius: 3px;
        color: white; }
        .facilities-sec .inner-pad .facilities-carousel .owl-nav button i:hover {
          background-color: #002f76; }
      .facilities-sec .inner-pad .facilities-carousel .owl-nav button.owl-next {
        position: absolute;
        right: -40%;
        transform: translateX(40%); }

.hm-ctc {
  /*background-image: url(../images/blue-ctc-bg.png);*/
  padding: 30px 0;
  color: white;
  margin-bottom: 100px;
  background: #002f75; }

.toppers-sec {
  margin-bottom: 80px; }
  .toppers-sec .topper-carousel .topper-box {
    position: relative;
    padding-top: 70px;
    margin-bottom: 25px; }
    .toppers-sec .topper-carousel .topper-box img {
      width: 89px;
      height: 89px;
      border-radius: 50%;
      object-fit: cover;
      position: absolute;
      left: 50%;
      z-index: 9;
      top: 26px;
      transform: translate(-40px, -5px); }
    .toppers-sec .topper-carousel .topper-box .topper-body {
      border-radius: 10px;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.35));
      background-color: #ffffff;
      border-bottom: 3px solid #802201;
      padding: 60px 15px 15px;
      text-align: center;
      transition: all .4s ease-in-out; }
      .toppers-sec .topper-carousel .topper-box .topper-body p {
        text-align: center;
        font-size: 14px; }
      .toppers-sec .topper-carousel .topper-box .topper-body:hover {
        background-color: #802201;
        color: white;
        transition: all .4s ease-in-out; }
  .toppers-sec .topper-carousel.owl-theme .owl-dots .owl-dot.active span, .toppers-sec .topper-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #002f76; }
  .toppers-sec .topper-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: transparent;
    border: 1px solid black; }

.bullet-list {
  list-style-type: none;
  padding-left: 0; }
  .bullet-list > li {
    padding: 6px 0;
    position: relative;
    margin-left: 20px; }
    .bullet-list > li:before {
      content: "\f101";
      color: #802201;
      margin-right: 8px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      position: absolute;
      left: -20px; }
    .bullet-list > li ul li::marker {
      color: #802201; }

.gallery-sec {
  padding: 80px 0;
  background-color: #dfdfdf; }

.fac-box {
  padding: 15px;
  background: #f9f9f9;
  text-align: center;
  margin: 10px;
  box-shadow: 1px 2px 10px #ccc; }
  .fac-box img {
    border-radius: 50%; }
  .fac-box h4 {
    font-size: 20px;
    margin-top: 15px;
    color: #000; }
  .fac-box h5 {
    font-size: 18px; }
  .fac-box p {
    text-align: center; }

.pdf-box {
  display: flex;
  flex-flow: row wrap; }
  .pdf-box > a, .pdf-box .box {
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 30px; }
    .pdf-box > a:nth-child(odd), .pdf-box .box:nth-child(odd) {
      background: #ffdb01;
      border-top: 2px solid #d2b505; }
      .pdf-box > a:nth-child(odd) .fas, .pdf-box .box:nth-child(odd) .fas {
        color: #000; }
      .pdf-box > a:nth-child(odd) a, .pdf-box .box:nth-child(odd) a {
        color: #000; }
    .pdf-box > a:nth-child(even), .pdf-box .box:nth-child(even) {
      background: #002f76;
      border-top: 2px solid #022457; }
    .pdf-box > a .fas, .pdf-box .box .fas {
      font-size: 36px;
      color: #fff;
      margin-bottom: 10px; }
    .pdf-box > a a, .pdf-box .box a {
      font-size: 16px;
      color: #fff; }

.number-list {
  padding-left: 15px; }
  .number-list li {
    margin-bottom: 10px;
    padding-left: 10px; }

/* Faculty */
.faculty-box {
  padding: 20px;
  background: #fff;
  box-shadow: 3px 5px 10px #e6e6e6;
  border-top: 2px solid #ffdb01;
  margin-bottom: 35px;
  margin-right: 20px; }
  .faculty-box img {
    border: 2px solid #802201;
    padding: 4px;
    margin: 15px auto !important;
    display: block; }
  .faculty-box .fac-content h3 {
    font-size: 24px;
    text-align: center;
    color: #002f76; }

.myTicker {
  height: 360px !important; }

.myTicker2 {
  height: 330px !important; }

.scroll-div ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

.fancy-collapse-panel .panel-default {
  box-shadow: -2px 5px 11px 1px rgba(0, 0, 0, 0.05);
  border-color: #fff;
  margin-bottom: 15px; }
  .fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0; }

.fancy-collapse-panel .panel-body {
  border-top-color: #fff !important; }
  .fancy-collapse-panel .panel-body .btn {
    padding: 5px;
    margin-right: 15px; }

.fancy-collapse-panel .panel-heading a {
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #070201;
  position: relative;
  text-decoration: none;
  border-left: 5px solid #cc3200 !important;
  line-height: 20px; }
  .fancy-collapse-panel .panel-heading a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px; }
  .fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f0fe"; }

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #272727;
  z-index: 1000; }
  .page-loader .txt {
    color: #cc3200;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5; }

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #cc3200;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.feedback-card {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 370px;
  margin: auto;
  margin-bottom: 30px;
  transition: all .4s ease; }
  .feedback-card:hover {
    background-color: #002f76;
    color: white;
    transition: all .4s ease;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

/*faculty profile*/
.faculty_profile {
  padding: 50px 0; }
  .faculty_profile .faculty-box-img {
    width: 250px;
    margin-right: 25px; }
    .faculty_profile .faculty-box-img img {
      width: 100%; }

.faculty-details-acco .card .card-header a {
  display: block;
  text-align: left; }

@media only screen and (max-width: 768px) {
  #announcementCarousel .carousel-controls {
    position: absolute;
    bottom: -45px; } }

#announcementCarousel .carousel-controls .carousel-control-prev, #announcementCarousel .carousel-controls .carousel-control-next {
  background: black;
  width: 30px;
  height: 30px; }

#announcementCarousel .carousel-controls .carousel-control-prev {
  left: 93%; }

#announcementCarousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 5px;
  background: white; }

.employee-profile-card {
  /*height: 100vh;*/
  margin-top: 20px;
  /*Image*/
  /* Hover states */
  /*.card:hover .card-description {
		transform: translateY(100%);
	}

	.card:hover .card-image {
		height: 100%;
	}*/ }
  .employee-profile-card .card {
    height: 450px;
    width: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 1em;
    overflow: hidden; }
  .employee-profile-card .card-image {
    /*height: 55%;*/
    width: 100%;
    /*position: absolute;
			top: 0;
			transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
			object-fit: cover;*/ }

.faculty_profile {
  background-color: #f5f5f5;
  border-radius: 1em 1em 0 0;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 1rem;
  margin: 50px 0;
  width: 100%;
  /*Description */
  /*Text*/ }
  .faculty_profile .card-description .text-title {
    font-size: 20px;
    font-weight: 600; }
  .faculty_profile .card-description p {
    font-size: 14px; }
  .faculty_profile .text-title {
    /*	font-size: 1.4em;
		font-weight: 700;*/ }

.breadcrumbs ul {
  list-style-type: none;
  padding: 0 10px; }
  .breadcrumbs ul li {
    display: inline-block;
    color: white;
    margin: 0 8px;
    position: relative; }
    .breadcrumbs ul li:after {
      content: "/";
      transform: rotate(348deg);
      display: inline-block;
      position: absolute;
      right: -14px; }
    .breadcrumbs ul li:last-child {
      margin-right: 0; }
      .breadcrumbs ul li:last-child:after {
        display: none; }
    .breadcrumbs ul li:first-child {
      margin-left: 0; }
    .breadcrumbs ul li a {
      color: white;
      font-weight: 600;
      max-width: 120px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-transform: lowercase; }
      .breadcrumbs ul li a:first-line {
        text-transform: capitalize; }
    .breadcrumbs ul li span {
      color: #ffdb01;
      font-weight: 600;
      max-width: 120px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-transform: lowercase; }
      .breadcrumbs ul li span:first-line {
        text-transform: capitalize; }

.inner__breadcrumps {
  position: absolute;
  top: 110px;
  width: 100%;
  text-align: center; }

/*--------------------- source management page color-profile cards start -------------------*/
.management-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.user-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 15px -7px rgba(0, 0, 0, 0.5); }
  .user-card:before {
    content: '';
    position: absolute;
    height: 300%;
    width: 180px;
    /*background: #002f76;*/
    background: #e1b9ac;
    top: -60px;
    left: -125px;
    z-index: 0;
    transform: rotate(17deg); }
  .user-card .user-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3; }
    .user-card .user-card-img img {
      width: 130px;
      height: 145px;
      object-fit: cover;
      /*border-radius: 20px;*/
      box-shadow: 0px 0px 6px 1px rgba(0, 22, 56, 0.58); }
  .user-card .user-card-info {
    text-align: center; }
    .user-card .user-card-info h2 {
      font-size: 20px;
      color: #802201;
      margin: 0;
      margin-bottom: 10px;
      letter-spacing: 0; }
    .user-card .user-card-info h5 {
      font-size: 16px;
      color: #000; }

@media only screen and (min-width: 768px) {
  .user-card {
    flex-direction: row; }
    .user-card .user-card-img {
      margin-right: 20px;
      margin-bottom: 0; }
    .user-card .user-card-info {
      text-align: left; } }

@media (max-width: 767px) {
  .management-profile {
    padding-top: 3%; }
  .user-card:before {
    width: 300%;
    height: 200px;
    transform: rotate(0); }
  .user-card-info h2 {
    margin-top: 25px;
    font-size: 35px; }
  .user-card-info p span {
    display: block;
    margin-bottom: 15px;
    font-size: 18px; } }

/*--------------------- source management page color-profile cards end -------------------*/
/*=================accordian====*/
.accordions-wrapper .accordion-header-1 {
  background-color: #ebebeb;
  cursor: pointer;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all 0.4s ease-in-out;
  position: relative; }
  .accordions-wrapper .accordion-header-1:before {
    content: "";
    height: 100%;
    width: 5px;
    position: absolute;
    background: #ffdb01;
    left: 0; }
  .accordions-wrapper .accordion-header-1 h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    /*text-transform: lowercase;*/
    text-transform: uppercase; }
    .accordions-wrapper .accordion-header-1 h4:first-line {
      text-transform: capitalize; }

.accordions-wrapper .accordion-body-1 {
  transition: all 0.35s ease-in-out;
  max-height: 0;
  overflow: hidden;
  background-color: #ffdbce;
  padding: 0px 1.25rem; }

.accordions-wrapper .accordion-1 + .accordion-1 {
  margin-top: 1rem; }

.accordions-wrapper .accordion-icon {
  transition: transform 0.4s ease-in-out;
  font-size: 20px; }

.accordions-wrapper .accordion-1.active .accordion-header-1 {
  background-color: #802201;
  color: white; }

.accordions-wrapper .accordion-1.active .accordion-icon {
  transform: rotate(-180deg);
  color: #ffdb01; }

.accordions-wrapper .accordion-1.active .accordion-body-1 {
  padding: 1rem 1.25rem;
  /*max-height: 100% !important;*/
  max-height: 100% !important; }

#sportcarousel .card-body {
  padding: 0.75rem 0.5rem; }
  #sportcarousel .card-body p {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    min-height: 57px; }
