@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px!important;
  color: #000!important;
  font-family: "Roboto", sans-serif!important;
  background-color: #e2e2e2!important;
  font-weight:400!important;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding-left: 15px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: heading;
  src: url(../fonts/franklin/FranklinGothic.ttf);
}
.spacer {
  padding: 20px 0;
}

.heading {
  font-size: 30px;
  font-weight: 500;
  color: #3e4095;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 10px;
}

.heading1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 40px;
  background-color: #3e4095;
}

.common-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  border: 0;
  transition: 0.3s;
  cursor: pointer;
}
.common-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #3e4095;
  left: 7px;
  top: 7px;
  z-index: -1;
}
.common-btn:hover {
  margin-left: 10px;
}
.common-btn:hover .btn-text {
  background-color: #3e4095;
  color: #fff;
}

.btn-text {
  padding: 15px 30px;
  background-color: #b13b3e;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
}

.readmore {
  display: inline-block;
  color: #3e4095;
  font-size: 16px;
}
.readmore:hover {
  color: #b13b3e;
  margin-left: 10px;
}

.top-links {
  background-color: #3e4095;
}
.top-links .marquee__seperator {
  margin: 0 0.5rem;
  font-size: 16px;
  color: #fff;
}
.top-links .toplink ul li {
  display: inline-block;
}
.top-links .toplink ul li a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 14px;
}
.top-links .toplink ul li a:hover {
  text-decoration: underline;
}

.logo-area {
  background-color: #fff;
  border-top: 4px solid #b13b3e;
}
.logo-area .inner {
  display: flex;
  gap: 10px;
}
@media screen and (min-width:991px){
    .logo-area .inner h1{
        width: 75%;
    }
    .logo-area .inner{
        margin-top: -20px;
    }
}
.logo-area .inner h1 {
  font-size: 25px;
  color: #3e4095;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 1px #ddd0d0;
  text-align:center;
}
.logo-area .inner .col-name p {
  color: #171f32;
  font-weight: 500;
  font-size: 14px;

}
.logo-area .inner .col-name p i {
  color: #3e4095;
}
.logo-area .inner .col-name p .no1 {
  animation: fadeinout 2s infinite;
}
.logo-area .inner .col-name p .no2 {
  animation: fadeinout 4s infinite;
}
.logo-area .inner .col-name p .no3 {
  animation: fadeinout 6s infinite;
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.logo-area .imp-btn-list {
  position: relative;
  z-index: 1;
}
.logo-area .imp-btn-list ul {
  background-color: #3e4095;
  text-align: center;
  box-shadow: 0px 10px 6px -7px rgb(110, 110, 110);
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
.logo-area .imp-btn-list ul li {
  display: inline-block;
}
.logo-area .imp-btn-list ul li a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
  border-right: 1px solid #b9b5b5;
  transition:all 0.3s;
}
.logo-area .imp-btn-list ul li a:hover {
  font-weight:bold;
}
.logo-area .social_box {
  margin-top: 80px;
}
.logo-area .social_box ul li {
  display: inline-block;
}
.logo-area .social_box ul li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background: #3e4095;
  padding: 5px 10px;
}
.logo-area .social_box ul li a:hover {
  background-color: #b13b3e;
  color: #fff;
}

.banner-wrap {
  background-color: #fff;
  padding: 10px 0;
  /* /////////// IMAGE ZOOM /////////// */
}
.wrapper-inner-bx{
  padding:5px;
  box-shadow:0px 10px 20px 0px rgba(62, 48, 48, 0.42);  
}
.banner-wrap .notice-box{
  padding:5px;
  box-shadow:0px 10px 20px 0px rgba(62, 48, 48, 0.42);
}
.banner-wrap .notice-box h2 {
  text-align: center;
  color: #3e4095;
  font-size: 30px;
  background: #fff;
}
.banner-wrap .notice-box .neWs_date {
  display: inline-block;
  font-size: 12px;
  background: #3e4095;
  border-bottom: 3px solid #b13b3e;
  color: #fff;
  padding: 8px;
  position: absolute;
  left: 5px;
  border-radius: 50%;
  width: 65px;
}
.banner-wrap .notice-box .neWs_date .year01 {
  display: block;
  border-top: 1px solid #ffffff;
}
.banner-wrap .notice-box #faq__accordian-main-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.banner-wrap .notice-box .faq__accordian-heading:nth-last-child(5) {
  margin-bottom: 0;
}
.banner-wrap .notice-box .faq__accordian-heading {
  background: #3e4095;
  padding: 10px 30px 10px 10px;
  display: block;
  margin-bottom: 2px;
  position: relative;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}
.banner-wrap .notice-box .faq__accordian-heading::before {
  content: "+";
  color: #ffffff;
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(0deg);
}
.banner-wrap .notice-box .faq__accordian-heading.active {
  background: #b13b3e;
  color: #fff;
}
.banner-wrap .notice-box .faq__accordian-heading.active::before {
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(360deg);
}
.banner-wrap .notice-box .faq__accordian-heading.active::before {
  color: #ffffff;
}
.banner-wrap .notice-box .faq__accordion-content {
  display: none;
}
.banner-wrap .notice-box .view-btn {
  text-align: right;
}
.banner-wrap .notice-box .view-btn .common_btn {
  display: inline-block;
  /* padding: 10px; */
  background: #b13b3e;
  font-size: 16px;
  width: 100%;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
}
.banner-wrap .notice-box .view-btn .common_btn:hover {
  background-color: #3e4095;
  color: #fff;
}
.banner-wrap .notice-box marquee {
  height: 194px;
  background-color: rgba(0, 0, 0, 0.1490196078);
  padding: 10px;
}
.banner-wrap .notice-box .qiick-links ul li {
  box-shadow: 0 4px 5px -3px #0c0808;
  padding: 40px 0;
}
.banner-wrap .notice-box .qiick-links ul li a {
  font-size: 15px;
  color: #000;
  display: block;
  font-weight: 500;
  padding-top: 0;
  padding-left: 75px;
}
.banner-wrap .notice-box .qiick-links ul li a:hover {
  color: #3e4095;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .banner-wrap .slider,
  .banner-wrap .slide {
    height: 465px;
  }
}
.banner-wrap .slide {
  position: relative;
}
.banner-wrap .slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner-wrap .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .banner-wrap .slide .slide__img img {
      max-width: 100%;
      width: 100%;
      height: 465px!important;
      opacity: 1 !important;
      animation-duration: 3s;
      transition: all 1s ease;
    }
}
.banner-wrap .slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.banner-wrap .slide .slide__content {
    position: absolute;
    top: 74%;
    left: 8px;
    /* transform: translate(-28%, -50%); */
    width: 98%;
}
.banner-wrap .slide .slide__content--headings {
  color: #fff;
  text-transform: capitalize;
}
.banner-wrap .slide .slide__content--headings h2 {
    font-size: 16px;
    margin: 10px 0;
    background: rgba(0, 0, 0, .75);
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}
.banner-wrap .slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.banner-wrap .slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.banner-wrap .slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.banner-wrap .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner-wrap .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner-wrap .slick-dots li button:hover,
.banner-wrap .slick-dots li button:focus {
  outline: none;
}
.banner-wrap .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.banner-wrap .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.banner-wrap .simple-dots .slick-dots li button:hover,
.banner-wrap .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner-wrap .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.banner-wrap .stick-dots .slick-dots li {
  height: 3px;
  width: 20px;
}
.banner-wrap .stick-dots .slick-dots li button {
    position: relative;
    background-color: #b13b3e;
    opacity: 1;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 10%;
}
.banner-wrap .stick-dots .slick-dots li button:hover,
.banner-wrap .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner-wrap .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
  background: #3e4095;
}
.banner-wrap .stick-dots .slick-dots li.slick-active button:hover,
.banner-wrap .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.banner-wrap .zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.banner-wrap .zoomOutImage {
  animation-name: zoomOutImage;
}

.latest-news {
  padding: 10px 0;
}
.latest-news .breaking-news-ticker {
  border-color: #3e4095 !important;
  color: #3e4095 !important;
  height: 50px;
  line-height: 44px;
  border-radius: 2px;
  border-width: 3px;
}
.latest-news .bn-label {
  background-color: #3e4095 !important;
}
.latest-news .bn-label h3 {
  font-size: 22px;
  line-height: 2;
}
.latest-news .bn-news ul li a {
  font-size: 16px;
  color:#000!important;
}
.latest-news .bn-news ul li a:hover{
    color:#3e4095;
}
.latest-news .bn-arrow::after {
  border-color: #3e4095;
}
.latest-news .bn-pause::before {
  background-color: #b13b3e;
}
.latest-news .bn-pause::after {
  background-color: #b13b3e;
}
.latest-news .fa-bullhorn {
  color: #fff;
}
.latest-news .bn-news {
  background-color: #fff;
}

.vision_misssion {
  background-color: #fff;
}
.vision_misssion .quick_links a {
  display: block;
  font-size: 16px;
  padding: 6px;
  margin-bottom: 5px;
  text-align:center;
}
.vision_misssion .inner {
  padding: 10px;
  background-color: #fff;
  border-right: 5px solid #3e4095;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  border-radius: 10px;
  transition: all 0.3s;
  height: 180px;
  overflow: hidden;
}
.quic_scroll{
    overflow-y:scroll!important;
    scrollbar-color: #333e58 #ffffff;
}
.vision_misssion ul li{
    text-align:justify;
}
.vision_misssion .inner:hover {
  border-right: 5px solid #b13b3e;
  box-shadow: none;
}
.vision_misssion .inner h2 {
  text-align: center;
}
.vision_misssion .inner p {
  text-align: justify;
}

.principal_desk {
  background-color: #fff;
  margin: 10px 0;
}
.principal_desk .inner {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  border-radius: 10px;
}
.principal_desk .pdesk {
  padding: 10px;
  display: flex;
  gap: 10px;
  height: 250px;
  overflow: hidden;
}
.principal_desk .pdesk .princi {
  width: 65%;
}
.principal_desk .pdesk .ppara {
  width: 100%;
}
.principal_desk .pdesk .ppara p {
  text-align: justify;
}
.principal_desk .pdesk img {
  margin-right: 10px;
  margin-top: 8px;
  width: 250px;
}
.principal_desk .pdesk h3 {
  font-size: 16px;
  color: #171f32;
  padding-top: 10px;
}

.events-section {
  background-color: #fff;
  margin: 10px 0;
}
.events-section .card-title {
  font-size: 22px;
  letter-spacing: 1px;
  color: #171f32;
}
.events-section .card {
  height: 500px;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
}
.events-section .card-body {
  text-align: center;
}

.college-events {
  margin: 10px 0;
  background-color: #fff;
}
.college-events .nav-tabs {
  flex-direction: column;
  gap: 20px;
  min-height:384px;
}
.college-events nav {
  background-color: #3e4095;
  padding: 10px;
}
.college-events .nav-tabs .nav-link {
  border: 0;
  font-size: 18px;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  /*font-family: heading;*/
  border-bottom: 1px solid #fff;
}
.college-events .nav-tabs .nav-link:focus span i {
  color: #b13b3e;
  border: 1px solid #b13b3e;
}
.college-events .nav-tabs .nav-link span i {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.college-events .nav-tabs .nav-item.show .nav-link,
.college-events .nav-tabs .nav-link.active {
  color: #fff;
  background-color: unset;
}
.college-events .nav-tabs .nav-item.show .nav-link span i,
.college-events .nav-tabs .nav-link.active span i {
  color: #b13b3e;
  border: 1px solid #b13b3e;
}
.college-events .nav-tabs {
  border: 0;
}
.college-events .tab-content {
  margin-top: 45px;
}
.college-events .tab-content .inner_box h2 {
  font-size: 20px;
  margin-bottom:10px;
  color: #333e58;
  border-bottom: 2px solid;
  display: inline-block;
}
.college-events .tab-content .inner_box .img img {
  box-shadow: 0 0 7px 1px #185e7a;
  padding: 5px;
  width: 100%;
  height:373px;
}
.college-events .tab-content .inner_box .cont-box {
  margin-top: 8px;
}

.gallery {
  background: #fff;
  margin: 10px 0;
}
.gallery .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.gallery .owl-nav button.owl-prev {
  left: 0;
}
.gallery .owl-nav button.owl-next {
  right: 0;
}
.gallery .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gallery .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.gallery .owl-dots button.owl-dot.active {
  background-color: #000;
}
.gallery .owl-dots button.owl-dot:focus {
  outline: none;
}
.gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.gallery .owl-dots {
  display: none;
}
.gallery .owl-nav button:focus {
  outline: none;
}
.gallery .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 300px;
}
.gallery .owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.gallery .item {
  width: 100%;
}
.gallery .image-container {
  width: 100%;
  /* for the image outside invisibility */
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* For the text defined in the image-container */
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .caption-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.gallery .caption-img h3 {
  font-size: 20px;
  color: #fff;
  text-align:center;
}
.gallery .owl-slider {
  margin-top: 30px;
}
.gallery .view-all {
  margin-top: 20px;
}
.gallery img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.gallery .first-line,
.gallery .second-line,
.gallery .third-line,
.gallery .fourth-line {
  position: absolute;
  background-color: #fff;
  transition: width 0.2s, height 0.2s;
  z-index: 3;
}
.gallery .first-line {
  left: 0;
  top: 10px;
  width: 0;
  height: 2px;
}
.gallery .second-line {
  right: 10px;
  top: 0;
  height: 0;
  width: 2px;
}
.gallery .third-line {
  right: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
}
.gallery .fourth-line {
  bottom: 0;
  left: 10px;
  height: 0;
  width: 2px;
}
.gallery .overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 2;
}
.gallery .image-container:hover .first-line {
  width: 100%;
  transition-delay: 0;
}
.gallery .image-container:hover .second-line {
  height: 100%;
  transition-delay: 0.2s;
}
.gallery .image-container:hover .third-line {
  width: 100%;
  transition-delay: 0.4s;
}
.gallery .image-container:hover .fourth-line {
  height: 100%;
  transition-delay: 0.6s;
}
.gallery .image-container:hover img {
  transform: scale(1.5);
}
.gallery .image-container:hover .overlay {
  opacity: 0.4;
}

.award {
  
  /* nail */
}
.swing_box{
    background-color: #3e4095;
    height: 300px;
    padding: 10px;
}
.award .swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width:991px){
    .award .swing img {
      border: 5px solid #f8f8f8;
      display: block;
      width:250px;
      height:250px;
      object-fit: cover;
    }
}
.award .swing img {
  border: 5px solid #f8f8f8;
  display: block;
}
.award .swing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
.award .swing:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}
@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.award .swing_box h3 {
  font-size: 22px;
  color: #fff;
  margin :10px 0;
}
.award .swing_box p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
}
.award .awd-title {
  font-size: 25px;
  color: #3e4095;
}
.awrd-inner{
     background-color: #3e4095;
    height: 300px;
    padding: 10px;
}
.award p {
  color: #000;
}
.award .awrd-inner .txt {
  background: #fff;
  text-align: center;
}

.footer {
  background-image: url(../img/footer-bg.png);
  background-size: 100% 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.footer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(62, 64, 149, 0.8705882353);
  height: 231px;
  z-index: -1;
}
.footer h2 {
  font-size: 25px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer .inner p {
  color: #fff;
  text-align: justify;
}
.footer .inner p a {
  color: #fff;
  text-decoration: underline;
}
.footer .inner ul li a {
  color: #fff;
  display: block;
  padding-bottom: 10px;
}

.lower {
  padding: 10px 0;
  text-align: center;
  background-color: #b13b3e;
}
.lower p {
  color: #fff;
}
.lower p a {
  color: #fff;
  font-weight: bold;
}

.student-section{
    margin:10px 0;
    background:#fff;
}
.student-section .inner-std{
    box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
    padding:10px;
    border-radius:10px;
}
.student-section .inner-std ul li a{
    font-size: 20px;
    color: #3e4095;
    display: block;
    /* background: #3e4095; */
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px dotted #3e4095;
    transition:all 0.3s linear;
}
.student-section .inner-std ul li a:hover{
    border:2px solid #3e4095;
}
.student-section .inner-std ul li a:hover i{
    transform:rotate(360deg);
}
.student-section .inner-std ul li a i{
    border-radius: 50%;
    background: #31338bed;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    transition:all 1s linear;
    transform:rotate(-45deg);
}

.back-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b13b3e;
  color: white;
  border: none;
}

.master_banner {
  position: relative;
}
.master_banner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 30px;
  color: #181b1c;
  text-transform: uppercase;
  background: rgba(178, 193, 199, 0.58);
  padding: 5px 18px;
  border-radius: 25px 0;
}
.master_banner img {
  height: 200px;
}

.master-page .events {
  margin-top: 10px;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.master-page .events .img img{
    height:200px;
}
.master-page .events .readmore {
  font-weight: bold;
}
.master-page .events .event-txt .title-event {
  font-size: 25px;
  color: #3e4095;
}
.master-page .events .event-txt p {
  padding: 0 !important;
}


.master-page {
  padding: 20px 0;
}
.master-page .sidebar-menu nav ul li a:hover::before{
    color:#fff;
}
.master-page .tittle {
  font-size: 25px;
  font-family: heading;
  text-align: center;
  color: #3e4095;
}
.master-page .sidebar-menu {
  background-color: #fff;
  padding: 10px;
  box-shadow: 5px 5px 5px 2px #3e4095;
  border-radius: 30px 0;
}
.master-page .sidebar-menu .drop2x {
  position: absolute;
  right: 15px;
  top: 8px;
}
.master-page .sidebar-menu nav ul li:hover .submenu2 {
  max-height: 100%;
  visibility: visible;
  transform: translateY(0);
}
.master-page .sidebar-menu nav ul li a {
  font-size: 16px;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  color: #171f32;
  box-shadow: 0 4px 5px -3px #0c0808;
  position: relative;
  border-radius: 20px 0;
}
.master-page .sidebar-menu nav ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  padding-left: 10px;
  vertical-align: middle;
  content: "\f138";
  color: #3e4095;
}
.master-page .sidebar-menu nav ul li a:hover {
  background-color: #b13b3e;
  color: #fff;
}
.master-page .sidebar-menu nav ul li a:focus {
  background-color: #b13b3e;
  color: #fff;
}
.master-page .sidebar-menu nav .active {
  background-color: #b13b3e;
  color: #fff;
}
.master-page .sidebar-menu nav .active::before {
  color: #fff;
}
.master-page .sidebar-menu .submenu2 {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}
.master-page .master-content {
  background-color: #fff;
  padding: 10px;
}
.master-page .master-content h2 {
  font-size: 30px;
  font-family: heading;
  letter-spacing: 1px;
  text-align: center;
  animation: float 2s linear infinite;
  color: #3e4095;
  text-shadow: 1px 1px #222020;
}
@keyframes float {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-30px);
  }
  100% {
    transform: translatex(0px);
  }
}
.master-page .master-content .inner {
  padding: 10px;
  background-color: rgba(0, 142, 199, 0.14);
  margin: 10px 0;
  border-radius: 30px;
}
.master-page .master-content .inner h3 {
  padding: 5px 0;
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  font-family: heading;
  text-align: center;
  background-color: #3e4095;
  border-radius: 30px 30px 0 0;
}
.master-page .master-content .inner p {
  text-align: justify;
  padding: 5px 0;
  color: #171f32;
}
.master-page .table {
  margin-top: 10px;
  color: #171f32;
  background-color: #fff;
}
.master-page .table tr,
.master-page .table td,
.master-page .table th {
  border: 1px solid #888888;
}
.master-page .table thead {
  background-color: #b5b3b3;
  color: #fff;
}
.master-page .table thead th {
  border-bottom: 0;
}
.master-page .table i {
  font-size: 25px;
  color: #342a2a;
}
.master-page figure.image{
    margin:0;
}
.master-page .nav-tabs {
  flex-direction: column;
  border: 0;
}
.master-page .nav-tabs .nav-link {
  border: 0;
  font-size: 16px;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  color: #171f32;
  box-shadow: 0 4px 5px -3px #0c0808;
  position: relative;
  border-radius: 20px 0;
}
.master-page .nav-tabs .nav-link::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  padding-left: 10px;
  vertical-align: middle;
  content: "\f138";
  color: #3e4095;
}
.master-page .nav-tabs .nav-link:hover {
  background-color: #b13b3e;
  color: #fff;
}
.master-page .tdesk .in_bx {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 10px;
  height: 260px;
  overflow: hidden;
  border-radius: 20px;
}
.master-page .tdesk .in_bx img {
  border-radius: 50%;
}
.master-page .tdesk .in_bx h4 {
  font-size: 16px;
  font-style: italic;
  font-family: heading;
  color: #171f32;
  margin-top:10px;
}
.master-page .tdesk .in_bx h5 {
    font-weight: 500;
    color: #171f32;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.master-page .tdesk .in_bx .dtalis {
  font-size: 16px;
  background-color: #3e4095;
  color: #fff;
  padding: 5px;
  display: inline-block;
  margin: 5px 0;
  border-radius: 10px;
  width: 100%;
}
.master-page .tdesk .in_bx .dtalis:hover {
  background-color: #b13b3e;
  color: #fff;
}

.single-gallery {
  padding: 20px 0;
  background-color: #fff;
}
.single-gallery .image-container {
  width: 100%;
  /* for the image outside invisibility */
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* For the text defined in the image-container */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:10px;
}
.single-gallery img {
  display: block;
  width: 100%;
  height: 300px;
  transition: all 0.3s;
}
.single-gallery .first-line,
.single-gallery .second-line,
.single-gallery .third-line,
.single-gallery .fourth-line {
  position: absolute;
  background-color: #fff;
  transition: width 0.2s, height 0.2s;
  z-index: 3;
}
.single-gallery .first-line {
  left: 0;
  top: 10px;
  width: 0;
  height: 2px;
}
.single-gallery .second-line {
  right: 10px;
  top: 0;
  height: 0;
  width: 2px;
}
.single-gallery .third-line {
  right: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
}
.single-gallery .fourth-line {
  bottom: 0;
  left: 10px;
  height: 0;
  width: 2px;
}
.single-gallery .overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 2;
}
.single-gallery .image-container:hover .first-line {
  width: 100%;
  transition-delay: 0;
}
.single-gallery .image-container:hover .second-line {
  height: 100%;
  transition-delay: 0.2s;
}
.single-gallery .image-container:hover .third-line {
  width: 100%;
  transition-delay: 0.4s;
}
.single-gallery .image-container:hover .fourth-line {
  height: 100%;
  transition-delay: 0.6s;
}
.single-gallery .image-container:hover img {
  transform: scale(1.5);
}
.single-gallery .image-container:hover .overlay {
  opacity: 0.4;
}
.single-gallery .inner-gal-box {
  margin-top: 10px;
}
.single-gallery .inner-gal-box img {
  border: 1px solid #3e4095;
  padding: 5px;
}
.single-gallery .caption-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.single-gallery .caption-img h3 {
  font-size: 20px;
  color: #fff;
}
.single-gallery .all-items-area {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
}
.single-gallery h2 {
  font-size: 35px;
  color: #b13b3e;
  font-family: heading;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 20px;
}


.tittle-com {
  font-size: 35px;
  color: #171f32;
  font-family: heading;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.principal-desk {
  padding: 20px 0;
}
.principal-desk .princi_box {
  background-color: #fff;
  padding: 10px;
}
.principal-desk .tittle-com {
  font-size: 30px;
  color: #3e4095;
  font-family: heading;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-align: center;
  animation: float 2s linear infinite;
}
.principal-desk .p-img {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
}
.principal-desk .p-img img {
  width: 80%;
  box-shadow: -50px -50px 0 -40px #3e4095, 50px 50px 0 -40px #b13b3e;
}
.principal-desk .p-img h3 {
  font-size: 20px;
  font-family: heading;
  margin-top: 20px;
  font-style: italic;
  color: #3e4095;
}
.principal-desk .p-img p {
  color: #171f32;
  font-size: 16px;
}
.principal-desk .content {
  padding: 10px;
  background-color: rgba(0, 142, 199, 0.14);
  border-radius: 30px;
}
.principal-desk .content p {
  text-align: justify;
  color: #171f32;
}

.contact_us {
  background-color: #fff;
}
.contact_us .cont-left {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
}
.contact_us .cont-left h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #3e4095;
  margin-bottom: 10px;
  padding:10px 0;
}
.contact_us .cont-left p {
  text-align: justify;
  margin-top: 10px;
}
.contact_us .cont-left ul {
  margin-top: 10px;
}
.contact_us .cont-left ul li {
  margin-bottom: 10px;
  box-shadow: 0 4px 5px -3px #0c0808;
  padding: 10px;
  font-size: 18px;
}
.contact_us .cont-left ul li i {
  color: #3e4095;
  font-size: 20px;
  padding-right: 5px;
}
.contact_us .con-right {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 65px 25px;
  height: 508px;
}
.contact_us .con-right h2 {
  font-size: 30px;
  color: #3e4095;
  text-align: center;
  margin-bottom: 10px;
  padding:10px 0;
  border: 1px solid #3e4095;
}
.contact_us .con-right p {
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.contact_us .con-right p i {
  color: #3e4095;
  position: absolute;
  left: 0;
  top: 5px;
}

.serving{
    background:#fff;
    margin:10px 0;
}

.serving .list_course{
    box-shadow:0px 10px 20px 0px rgba(62, 48, 48, 0.42);
}
.serving .list_course .nav-tabs .nav-link{
  font-size: 16px;
  color: #fff;
  background: #3e4095;
  padding: 10px 54px;
  border-radius:0;
}
.serving .list_course .nav-tabs{
    border-bottom:0;
    gap:5px;
}
.serving .list_course .nav-tabs .nav-item.show .nav-link, .serving .list_course .nav-tabs .nav-link.active{
    background:#b13b3e;
}
.serving .list li{
   padding: 10px 10px;
   box-shadow: 0 2px 5px -3px #211f38;
   /*border-bottom: 1px solid #3e4095;*/
}
.serving .list{
    height:215px;
    overflow-y:scroll;
    scrollbar-color: #3e4095 #ffffff;
}
.serve-main .serve-box{
    text-align:center;
}
.serve-main .serve-box h3{
    font-size:25px;
    padding:10px 0;
    color: #3e4095;
}
.serve-main .serve-box p{
    font-size: 20px;
    color: #3e4095;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 2px 10px -3px #211f38;
    border-bottom: 3px solid #3e4095;
    font-weight: bold;
}
.serving .serve-main{
    box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
    padding: 35px 10px;
    height: 287px;
}
.serve-box img{
    border: 1px dashed #3e4095;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.serve-box:hover img{
    transform: scale(1.1);
}

@media (min-width: 576px) {
  .techer-pop .modal-dialog {
    max-width: 700px;
  }
}
.techer-pop .topmodal .Right h3 {
  font-size: 20px;
  font-family: heading;
  color: #171f32;
  font-style: italic;
}
.techer-pop .topmodal .Right P {
  font-size: 16px;
  color: #171f32;
}
.techer-pop .topmodal .Right h4 {
  font-size: 16px;
  color: #171f32;
}
.techer-pop .nav-tabs .nav-link {
  font-size: 13px;
  color: #171f32;
  background-color: #dee2e6;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.techer-pop .nav-tabs .nav-item.show .nav-link,
.techer-pop .nav-tabs .nav-link.active {
  background-color: #3e4095;
  color: #fff;
}
.techer-pop .nav-tabs {
  border-bottom: 0;
  gap: 15px;
}
.techer-pop .academic-table h3 {
  font-size: 20px;
  color: #3e4095;
  font-family: heading;
  padding: 10px 0;
}
.techer-pop .table {
  font-size: 16px;
  color: #171f32;
}
.techer-pop .table thead {
  background-color: #3e4095;
  color: #fff;
}
.techer-pop .table tr,
.techer-pop .table td,
.techer-pop .table ht {
  border: 1px solid #171f32;
}




@media screen and (min-width: 991px) {
  .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.35s ease-out;
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
}
@media (width <= 991px) {
  .back-to-top {
    display: none !important;
  }
}
@media (width <= 376px) {
    .serving .serve-main{
        height:auto;
    }
  .logo-area .inner {
    flex-direction: column;
  }
  .logo-area .inner h1 {
    font-size: 18px;
    text-align: center;
  }
  .logo img {
    width: 80px;
  }
  .logo-area .inner .col-name p {
    padding: 5px 0;
    font-size: 14px;
  }
  .logo-area .imp-btn-list ul li a {
    font-size: 10px;
    padding: 5px 2px;
  }
  .logo-area .social_box {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .logo-area .social_box ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .banner-wrap .slide .slide__content--headings h2 {
    font-size: 2.5rem;
  }
  .latest-news .bn-label h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .breaking-news-ticker {
    height: 35px !important;
    line-height: 30px !important;
  }
  .bn-label {
    padding: 0 5px;
  }
  .vision_misssion .inner {
    height: auto;
  }
  .heading {
    margin-top: 10px;
    font-size: 30px;
  }
  .principal_desk .pdesk {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .principal_desk .pdesk .princi {
    width: 100%;
  }
  .readmore-area {
    text-align: center;
  }
  .btn-text {
    padding: 10px 20px;
  }
  .events-section .col-lg-4 {
    padding: unset;
  }
  .events-section .card {
    height: auto;
    margin-top: 10px;
  }
  .award .swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float: unset;
    box-shadow: none;
    text-align: center;
  }
  .award .swing img {
    width: 250px;
    display: inline-block;
  }
  .award .swing_box h3 {
    font-size: 22px;
  }
  .award .swing_box {
    text-align: center;
    height:auto;
  }
  .award .swing_box p {
    font-size: 16px;
  }
  .awrd-inner img {
    width: 49.3%;
  }
  .awrd-inner {
    border-top: 5px solid #b13b3e;
    padding-top: 10px;
    margin-top: 10px;
  }
  .award .awd-title {
    font-size: 25px;
  }
  .gallery .col-lg-6 {
    padding: unset;
  }
  .gallery .gallery_inner {
    margin: 10px 0 0 0;
  }
  .footer .overlay {
    display: none;
  }
  .footer .maps{
      margin-top:10px;
  }
  .footer {
    background-image: none;
    background-color: #3e4095;
  }
  .master_banner h2 {
    font-size: 17px;
    padding: 5px 10px;
    width: 90%;
  }
  .master-page .master-content {
    margin-top: 15px;
  }
  .master-page .master-content h2 {
    font-size: 30px;
  }
  .principal-desk .princi_box {
    margin-top: 15px;
  }
  .serve-main .serve-box {
        margin-bottom: 10px;
    }
}
@media (377px <= width <= 426px) {
    .serving .serve-main{
        height:auto;
    }
  .logo-area .inner {
    flex-direction: column;
  }
  .logo-area .inner h1 {
    font-size: 20px;
    text-align: center;
  }
  .logo img {
    width: 80px;
  }
  .logo-area .inner .col-name p {
    padding: 5px 0;
    font-size: 14px;
  }
  .logo-area .imp-btn-list ul li a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .logo-area .social_box {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .logo-area .social_box ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .banner-wrap .slide .slide__content--headings h2 {
    font-size: 2.5rem;
  }
  .latest-news .bn-label h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .breaking-news-ticker {
    height: 35px !important;
    line-height: 30px !important;
  }
  .bn-label {
    padding: 0 5px;
  }
  .vision_misssion .inner {
    height: auto;
  }
  .heading {
    margin-top: 10px;
    font-size: 30px;
  }
  .principal_desk .pdesk {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .principal_desk .pdesk .princi {
    width: 100%;
  }
  .readmore-area {
    text-align: center;
  }
  .btn-text {
    padding: 10px 20px;
  }
  .events-section .col-lg-4 {
    padding: unset;
  }
  .events-section .card {
    height: auto;
    margin-top: 10px;
  }
  .award .swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float: unset;
    box-shadow: none;
    text-align: center;
  }
  .award .swing img {
    width: 250px;
    display: inline-block;
  }
  .award .swing_box h3 {
    font-size: 22px;
  }
  .award .swing_box {;
    text-align: center;
    height:auto;
  }
  .award .swing_box p {
    font-size: 16px;
  }
  .awrd-inner img {
    width: 49.3%;
  }
  .awrd-inner {
    border-top: 5px solid #b13b3e;
    padding-top: 10px;
    margin-top: 10px;
  }
  .award .awd-title {
    font-size: 25px;
  }
  .gallery .col-lg-6 {
    padding: unset;
  }
  .gallery .gallery_inner {
    margin: 10px 0 0 0;
  }
  .footer .overlay {
    display: none;
  }
  .footer {
    background-image: none;
    background-color: #3e4095;
  }
  .master_banner h2 {
    font-size: 17px;
    padding: 5px 10px;
    width: 90%;
  }
  .master-page .master-content {
    margin-top: 15px;
  }
  .master-page .master-content h2 {
    font-size: 30px;
  }
  .principal-desk .princi_box {
    margin-top: 15px;
  }
  .award .swing:before {
    left: 52%;
  }
  .single-gallery .gallery .gallery-filter .filter-item {
    font-size: 16px;
    padding: 5px 10px;
  }
  .serve-main .serve-box {
        margin-bottom: 10px;
    }
}
@media (427px <= width <= 431px) {
    .serving .serve-main{
        height:auto;
    }
    .serve-main .serve-box {
        margin-bottom: 10px;
    }
  .logo-area .inner {
    flex-direction: column;
  }
  .logo-area .inner h1 {
    font-size: 20px;
    text-align: center;
  }
  .logo img {
    width: 80px;
  }
  .logo-area .inner .col-name p {
    padding: 5px 0;
    font-size: 14px;
  }
  .logo-area .imp-btn-list ul li a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .logo-area .social_box {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .logo-area .social_box ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .banner-wrap .slide .slide__content--headings h2 {
    font-size: 2.5rem;
  }
  .latest-news .bn-label h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .breaking-news-ticker {
    height: 35px !important;
    line-height: 30px !important;
  }
  .bn-label {
    padding: 0 5px;
  }
  .vision_misssion .inner {
    height: auto;
  }
  .heading {
    margin-top: 10px;
    font-size: 30px;
  }
  .principal_desk .pdesk {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .principal_desk .pdesk .princi {
    width: 100%;
  }
  .readmore-area {
    text-align: center;
  }
  .btn-text {
    padding: 10px 20px;
  }
  .events-section .col-lg-4 {
    padding: unset;
  }
  .events-section .card {
    height: auto;
    margin-top: 10px;
  }
  .award .swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float: unset;
    box-shadow: none;
    text-align: center;
  }
  .award .swing img {
    width: 250px;
    display: inline-block;
  }
  .award .swing_box h3 {
    font-size: 22px;
  }
  .award .swing_box {
    text-align: center;
    height:auto;
  }
  .award .swing_box p {
    font-size: 16px;
  }
  .awrd-inner img {
    width: 49.3%;
  }
  .awrd-inner {
    border-top: 5px solid #b13b3e;
    padding-top: 10px;
    margin-top: 10px;
  }
  .award .awd-title {
    font-size: 25px;
  }
  .gallery .col-lg-6 {
    padding: unset;
  }
  .gallery .gallery_inner {
    margin: 10px 0 0 0;
  }
  .footer .overlay {
    display: none;
  }
  .footer {
    background-image: none;
    background-color: #3e4095;
  }
  .master_banner h2 {
    font-size: 17px;
    padding: 5px 10px;
    width: 90%;
  }
  .master-page .master-content {
    margin-top: 15px;
  }
  .master-page .master-content h2 {
    font-size: 30px;
  }
  .principal-desk .princi_box {
    margin-top: 15px;
  }
  .award .swing:before {
    left: 52%;
  }
  .single-gallery .gallery .gallery-filter .filter-item {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media (432px <= width <= 601px) {
    .serving .serve-main{
        height:auto;
    }
    .serve-main .serve-box {
        margin-bottom: 10px;
    }
  .logo-area .inner {
    flex-direction: column;
  }
  .logo-area .inner h1 {
    font-size: 20px;
    text-align: center;
  }
  .logo img {
    width: 80px;
  }
  .logo-area .inner .col-name p {
    padding: 5px 0;
    font-size: 14px;
  }
  .logo-area .imp-btn-list ul li a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .logo-area .social_box {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .logo-area .social_box ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .banner-wrap .slide .slide__content--headings h2 {
    font-size: 2.5rem;
  }
  .latest-news .bn-label h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .breaking-news-ticker {
    height: 35px !important;
    line-height: 30px !important;
  }
  .bn-label {
    padding: 0 5px;
  }
  .vision_misssion .inner {
    height: auto;
  }
  .heading {
    margin-top: 10px;
    font-size: 30px;
  }
  .principal_desk .pdesk {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .principal_desk .pdesk .princi {
    width: 100%;
  }
  .readmore-area {
    text-align: center;
  }
  .btn-text {
    padding: 10px 20px;
  }
  .events-section .col-lg-4 {
    padding: unset;
  }
  .events-section .card {
    height: auto;
    margin-top: 10px;
  }
  .award .swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float: unset;
    box-shadow: none;
    text-align: center;
  }
  .award .swing img {
    width: 250px;
    display: inline-block;
  }
  .award .swing_box h3 {
    font-size: 22px;
  }
  .award .swing_box {
    text-align: center;
    height:auto;
  }
  .award .swing_box p {
    font-size: 16px;
  }
  .awrd-inner img {
    width: 49.3%;
  }
  .awrd-inner {
    border-top: 5px solid #b13b3e;
    padding-top: 10px;
    margin-top: 10px;
  }
  .award .awd-title {
    font-size: 25px;
  }
  .gallery .col-lg-6 {
    padding: unset;
  }
  .gallery .gallery_inner {
    margin: 10px 0 0 0;
  }
  .footer .overlay {
    display: none;
  }
  .footer {
    background-image: none;
    background-color: #3e4095;
  }
  .master_banner h2 {
    font-size: 17px;
    padding: 5px 10px;
    width: 90%;
  }
  .master-page .master-content {
    margin-top: 15px;
  }
  .master-page .master-content h2 {
    font-size: 30px;
  }
  .principal-desk .princi_box {
    margin-top: 15px;
  }
  .award .swing:before {
    left: 52%;
  }
}
.galleryWrap{
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #3e4095;
    padding: 5px;
}
.overlay_dept{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d1f74c2;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}
.galleryWrap:hover .overlay_dept{
    height:100%;
}
.dept_caption{
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.ck-table-resized{
    margin-top: 10px;
    color: #171f32;
    background-color: #fff;
    text-align:center;
    width:100%!important;
}
.ck-table-resized td, .ck-table-resized th {
    vertical-align: middle;
  }

.ck-table-resized tbody tr:nth-of-type(odd) {
    background-color: #f0f4ff; /* light blue */
  }
.mod-btns{
    margin-bottom:10px;
    padding: 10px;
}
.mod-btns a{
  background: #b13b3e;
  color: #fff;
  border: 0;
  font-size: 16px;
  display: inline-block;
}
.mod-btns a:hover{
    background:#3e4095;
    color: #fff;
}
.mod-btns h2{
    padding-bottom:10px;
}
@media screen and (max-width:601px){
    .mod-btns a{
        margin: 5px 0;
    }
    .modal-title {
        font-size: 16px;
    }
    .logo{
        text-align: center;
    }
    .banner-wrap .stick-dots .slick-dots li {
        height: 3px;
        width: 8px;
    }
    .banner-wrap .slide .slide__img img {
        height: 260px;
    }
    .banner-wrap .slide .slide__content {
        position: absolute;
        top: 54%;
        left: 8px;
        /* transform: translate(-28%, -50%); */
        width: 96%;
    }
    .banner-wrap .slide .slide__content--headings h2{
        font-size: 13px!important;
        text-align: center!important;

    }
    .banner-wrap .stick-dots .slick-dots li button {
        position: relative;
        background-color: #b13b3e;
        opacity: 1;
        width: 10px;
        height: 10px;
        padding: 0;
        border-radius: 10%;
    }
}
