@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap&display=swap");

* {
  padding: 0px;
  margin: 0px;
}

body,
html {
  overflow-x: hidden !important;
  font-family: "Asap", sans-serif;
}

h3 {
  font-size: 20px;
}

input {
  outline: none;
}

a {
  text-decoration: none;
}

li,
a,
i,
article,
ul,
h3,
img {
  transition: all 0.5s;
}

a:hover,
img:hover,
i:hover,
article:hover,
ul:hover,
h3:hover,
li:hover {
  transition: all 0.5s;
}

ul {
  margin: 0px;
}

ul li {
  font-size: 16px;
  line-height: 25px;
  list-style-type: none;
}

p {
  font-size: 18px;
  line-height: 38px;
  color: #606670;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 32px;
  color: #0663a0;
  padding: 10px 0px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

header .logo {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

header .header-menu {
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

a.logomenu h1 span {
  display: block;
}

.logo {
  padding: 0 10px 5px;
  border-radius: 10px;
}

header .header-menu ul li.active a {
  color: #fff;
}

header .menu .sub-menu ul li a {
  color: #fff !important;
}

header .menu .sub-menu li a:hover {
  color: #c1d72d !important;
}

header .header-menu ul li a:hover {
  color: #fff;
}

header .header-menu ul li:hover a {
  color: #c1d72d;
}

header .menu > img {
  display: none;
}

header .menu .sub-menu {
  min-width: 185px;
  position: absolute;
  z-index: 99;
  background: #058685;
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 1px 10px 16px 7px #00000054;
  margin-left: -15px;
  margin-top: 30px;
  top: 100%;
  opacity: 0;
}

header .menu .sub-menu ul {
  padding: 5px 5px 0;
  flex-direction: column;
}

header .menu .sub-menu ul li {
  font-size: 15px;
  border-bottom: 1px solid #ffffff26;
  margin-bottom: 0;
  transition: 0.5s;
  cursor: pointer;
  padding: 6px 10px;
  width: 100%;
}

header .header-details ul {
  display: inline-block;
  margin: 0;
  padding: 5px;
}

header .header-details ul li {
  display: inline;
  margin-left: 0;
}

.erp_links.whatsapp {
  bottom: 100px;
  z-index: 999;bottom:160px;
}

header .header-details ul li a {
  color: #fff;
  padding: 0 8px;
  text-decoration: none;
  font-size: 13px;
}

header .header-menu ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
}

header .header-menu ul li {
  display: inline-block;
  margin: 0px 0px 0;
  padding: 30px 12px 30px;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
}

header .header-menu ul li a {
  color: #fff;
  text-decoration: none;
}

header .header-menu ul li:hover .sub-menu {
  max-height: 100vh;
  top: 50px;
  opacity: 1;
  transform: translateY(0px);
}

header.headertop.headersticky {
  position: fixed;
  background: #058685;
  top: 0;
}

header.headertop.headersticky a.logomenu img {
  width: 90px;
}

a.logomenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

a.logomenu h1 span {
  display: block;
  font-size: 15px;
  font-family: "Asap", sans-serif;
}

a.logomenu h1 {
  margin-bottom: 0;
  font-size: 25px;
  text-transform: capitalize;
  color: #fff;
  line-height: 35px;
}

.popup .carousel-control-prev-icon {
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/lefticn.png")
    no-repeat !important;
}

.popup .carousel-control-next-icon {
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/righticn.png")
    no-repeat !important;
}

.popup .carousel-control-next,
.popup .carousel-control-prev {
  width: auto;
}

.popup .carousel-control-next {
  right: -15px;
}

.popup .modal-dialog {
  min-width: 800px;
  transform: translateY(-100px);
}

.carousel-item .modal-header {
  background: #0a4685;
  padding: 13px 0 0;
}

.popup .modal-dialog img {
  width: 100%;
}

.carousel-item .modal-body h1 {
  padding-bottom: 0;
  text-align: center;
  font-size: 17px;
  color: #343131;
  overflow: hidden;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 28px;
}

.carousel-item .modal-dialog .modal-header .btn-close {
  color: #fff;
  padding-right: 31px;
}

.carousel-item .modalcard .card-body {
  padding: 10px;
}

.carousel-item .modalcard .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  padding-top: 10px;
  line-height: 26px;
}

.carousel-item .modalcard {
  border: none;
}

.carousel-item .modal-body {
  padding: 0px 2rem;
}

.popup .modal-content {
  padding: 0 0 10px;
}

.carousel-item button.btn-close:focus {
  box-shadow: none;
}

.carousel-item a.btn.btn-primary.btn-sm {
  background: #123e5f;
  border: #123e5f;
  margin: 0 10px;
}

.carousel-item a.btn.btn-primary.btn-sm:focus {
  box-shadow: none;
  border: 1px solid #182b3c;
}

.carousel-item button.btn-close {
  position: absolute;
  z-index: 999;
  background-color: #123e5f;
  right: 0;
}

.carousel-item .btn-close {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/closeicn.png)
    no-repeat;
  opacity: 1;
  padding: 10px;
  background-position: center;
  border-radius: 0;
}

.modal-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.erp_links {
  left: 0px;
  position: fixed;
  bottom: 35px;
  z-index: 99;
}

.erp_links img {
  width: 80px;
}

span.bounce1 img {
  width: 22px;
}

.OnlineR a {
  color: #fff;
}

a.parantlogo {
  padding: 12px 10px;
}

.OnlineR {
  position: fixed;
  right: 0;
  z-index: 999;
  text-align: center;
  color: #fff;
  top: 280px;
  font-family:
    Open Sans,
    sans-serif;
}

@keyframes bounce1 {
  0% {
    background-color: #123e5f;
  }

  33% {
    background-color: #951f00;
  }

  66% {
    background-color: #123e5f;
  }

  100% {
    background-color: #951f00;
  }
}

.bounce1 {
  border-radius: 25px 0px 0px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-animation: colorchange 20s infinite alternate;
  z-index: 99;
  text-align: center;
  animation: bounce1 1s infinite;
  -moz-animation: bounce1 1s infinite;
  -webkit-animation: bounce1 1s infinite;
  padding: 12px;
}

.headertop {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
}

.home_slider {
  position: relative;
  top: 0;
}

.home_slider:before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, black 0%, transparent 50%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.campus-logo {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 99;
}

.campus-logo img {
  width: 100px;
  height: 100px;
}

.highlights {
  width: 100%;
  background: #02b0af;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.highlights p a {
  color: #fff;
}

p#highlights-content {
  color: #fff;
}

.midcontain {
  /* width: calc(100% - 300px); */
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 50px;
}

.home_about_img {
  width: 40%;
  float: left;
  margin-right: 25px;
}

.home_about_desc {
  width: 100%;
}

.home_about_box.midcontain {
  display: inherit;
  padding-top: 70px;
}

.midcontain.home_about_info a:hover,
.midcontain.home_about_info a:nth-child(1):hover,
.midcontain.home_about_info a:nth-child(2):hover,
.midcontain.home_about_info a:nth-child(3):hover {
  filter: sepia(1);
}
.home_about_img img {
  border-radius: 440px;
  height: 370px;
  width: 100%;
  box-shadow: 0px 10px 0px 3px #c1d72d;
}

.home_aboutimg {
  width: 385px;
  margin: 0 auto;
  position: relative;
}

.midcontain.home_about_info a:nth-child(1) {
  background: #b3ebea;
}

.midcontain.home_about_info a:nth-child(2) {
  background: #8dcbe6;
}

.midcontain.home_about_info a:nth-child(3) {
  background: #c1d72d;
}

.home_aboutimg:after {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/abouticn.png);
  width: 100%;
  height: 200px;
  position: absolute;
  content: " ";
  left: 0;
  bottom: -64px;
  z-index: -1;
}

h2 {
  line-height: 40px;
  font-size: 36px;
  margin-bottom: 40px;
}

.colortext {
  color: #0e8a38;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: bold;
}

.midcontain.home_about_info {
  justify-content: center;
  padding: 60px 0px 10px 0px;
}

.midcontain.home_about_info {
  justify-content: center;
  padding: 30px 0px 60px 0px;
  width: 100%;
}

.midcontain.home_about_info a {
  background: #c2b19e;
  padding: 15px 10px;
  margin: 10px 5px;
  font-size: 18px;
  color: #000;
  border-radius: 4px;
  box-shadow: 3px 3px 4px #00000042;
  text-align: center;
  width: 15%;
  text-transform: capitalize;
}

.news_sec {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/newsbg.jpg)
    no-repeat fixed;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  position: relative;
  padding: 80px 0px;
}

.news_sec:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  background: #0000009c;
}

.news_sec .midcontain {
  flex-direction: column;
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding-bottom: 20px;
}

.midcontain.newscontain {
  padding-bottom: 20px;
}

.news_sec_box {
  width: 100%;
}

.news_sec_info:after {
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  background: #04b2b1;
  height: 5px;
  width: calc(50% - 0px);
}

.news_sec_info:before {
  position: absolute;
  content: " ";
  right: 0;
  bottom: 0;
  background: #04b2b1;
  height: 5px;
  width: calc(50% - 11px);
}

.newsborder {
  position: absolute;
  width: 11px;
  height: 11px;
  border-left: 4px solid #04b2b1;
  border-top: 4px solid #04b2b1;
  left: 50%;
  bottom: -4px;
  transform: rotate(228deg);
}

.news_sec_info {
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 13px 40px 13px;
  position: relative;
  border: 5px solid #c1d72d;
  border-bottom: 0;
  margin-bottom: 40px;
  margin-right: 0px;
  margin-top: 15px;
  background: #fff;
}

.news_sec h2 {
  color: #fff;
}

.news_sec_title p {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}

.news_sec_date p {
  font-size: 13px;
  color: #039594;
  font-weight: bold;
}

.news_sec_date p a {
  color: #039594;
}

.news_sec_title,
.readmore {
  position: relative;
}

.news_sec_info:hover .news_sec_title p {
  color: #0e8a38;
}

.eventdate {
  color: #fff;
}

.news_sec_title,
.readmore p {
  color: #fff;
}

.news_sec_title:before,
.readmore:before {
  background: #0e8a38;
  width: 23px;
  height: 1px;
  position: absolute;
  content: " ";
  top: 40px;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease-in;
}

.news_sec_title:after,
.readmore:after {
  background: #ffffff52;
  width: 75px;
  height: 1px;
  position: absolute;
  content: " ";
  top: 40px;
  left: 0;
}

.news_sec_info:hover .news_sec_title:before,
.event_sec_desc:hover .readmore:before {
  width: 75px;
}

.event_sec_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.eventblk {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.event_sec_img:after {
  position: absolute;
  content: " ";
  background: #04b2b1;
  width: 100%;
  height: 100%;
  top: 10px;
  right: -10px;
  z-index: -1;
}

.event_sec_img {
  width: 40%;
  position: relative;
  z-index: 99;
}

.event_sec {
  width: 100%;
  margin-top: 15px;
}

.event_sec_desc {
  width: 50%;
  /* margin-left: 20px; */
}

.event_sec_img img {
  width: 100%;
  height: 400px;
  object-fit: fill;
}

.event_title {
  color: #c1d72d;
  font-size: 50px;
  line-height: 80px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event_desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
}

.activities_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.midsection {
  padding: 70px 0px;
}

.activities_box a:after {
  position: absolute;
  content: " ";
  background: #ccc;
  width: 1px;
  height: 80px;
  bottom: 20px;
  right: 0;
}

.activities_box p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.activities_box img {
  width: 75px;
  margin: 10px;
}

.activities_box a:last-child:after {
  background: transparent;
}

.activities_box a {
  width: 14%;
  text-align: center;
  position: relative;
  padding: 40px 0px;
}

.activities_box a:hover p {
  color: white;
}

.activities_box a:hover img {
  /* filter: grayscale(1); */
}

.activities_box a:hover {
  background: #c0d62d;
  color: white;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.message h2 {
  color: #fff;
}

.message p {
  color: #fff;
}

.message {
  width: 100%;
  background: linear-gradient(112deg, #02b0af 50%, #abbf23 50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 25px;
}

.message_img {
  position: relative;
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 40px;
  margin-bottom: 90px;
}

.message_img:before {
  position: absolute;
}

.message_img img {
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 9;
  border-radius: 5px;
}

.message_img:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 12px;
  top: 12px;
  border-radius: 4px;
  background: #e8f9f6;
}

.patron_sec h2 {
  text-align: center;
  padding-bottom: 25px;
}

.message_desc {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.message_desc div {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 0;
}

.msgpri {
  display: block;
  font-size: 18px;
  line-height: 38px;
  color: #606670;
  margin-bottom: 0;
}

.msgpri div {
  font-size: 18px;
  line-height: 30px;
  color: #606670;
  margin-bottom: 20px;
}

.message_sec {
  width: 46%;
  padding-right: 0px;
}

.news_sec h2 span a i {
  color: #fff;
}

.message_sec h2 span a i {
  color: #fff;
}

.message_sec h2 {
  text-align: center;
  padding-bottom: 25px;
}

p.name {
  font-size: 20px;
  color: #000000 !important;
  font-weight: 600;
}

p.name span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 100;
}

.patron_sec {
  width: 46%;
  padding-left: 0px;
}

.message_sec p {
}

.gallery_div {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.galleytext {
  position: absolute;
  width: 100%;
  background: #c0d536;
  overflow: hidden;
  transition: all 0.3s ease-in;
  bottom: -113px;
  padding: 15px 15px;
}

.gall {
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in;
}

.gallery_div:hover .gall {
  top: -55px;
}

.galleytext .readmore p {
  font-size: 15px;
  line-height: 30px;
}

.gallery_div:hover .galleytext {
  bottom: 0px;
}

.gallery_div img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  background-color: #f1f1f1;
}

.gall p {
  color: #fff;
  font-size: 20px;
  padding: 15px 12px;
  text-shadow: -1px 2px 3px black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}

.galleytext p {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
}

.gallery_div:hover .readmore:before {
  width: 75px;
}

.social-media {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 9;
}

.social-media img {
  width: 45px;
}

.social-media ul {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-end;
}

.social-media ul li:hover {
  padding-right: 10px;
}

.social-media ul li {
  background: #fff;
  padding: 4px;
  margin-top: 5px;
  border-radius: 5px 0 0;
  box-shadow: -6px 2px 17px -10px #000;
}

.footer_sec_bottom {
  background: #058685;
}

.footer_sec_bottom p,
.footer_sec_bottom a {
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.footer_sec_bottom a:hover {
  color: #cb1403;
}

.footer_sec_mid {
  display: flex;
  flex-direction: row;
}

.footer_sec_mid_left {
  width: 50%;
  margin: 0 auto;
  padding: 10px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #abbf23;
}

.footer_sec_mid_rht {
  width: 50%;
  background: #02b0af;
}

.footeradd {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 25px;
  /* border-bottom: 1px dashed #023155; */
  padding-bottom: 10px;
}

.footer_sec_mid_left p,
.footer_sec_mid_left a {
  font-size: 18px;
  line-height: 33px;
  color: #fff;
}

.footeraddicn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: 1px dashed #fff;
  margin-right: 20px;
}

.footeraddicn i {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  margin-right: 20px;
}

.footeraddicn i {
}

.footer_sec_mid_rht .midcontain {
  flex-direction: column;
}

.footer_sec_mid_rht h2,
.footer_sec_mid_rht label {
  color: #fff;
}

.footer_sec_mid_rht .form div {
  margin-bottom: 20px;
}

.footer_sec_mid_rht .form textarea {
  width: 100%;
  resize: none;
  height: 38px;
}
form textarea{
  width: 100%;
  border-radius: 4px;
}
.submitbtn input {
  padding: 8px 25px;
  background: #0000008c;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: white;
}

.footer_sec_mid_rht .form input:focus,
.footer_sec_mid_rht .form textarea:focus {
  border-color: #ccc;
  box-shadow: none;
}

.footer_sec_mid_rht .form textarea:focus {
  outline: none;
}

.footerimg {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 50px;
}

.footerimg img {
  /* width: 125px; */
  margin: 0px 20px 10px 0px;
}

.midcontain.home_about_info a img {
  width: 35px;
  margin: 0px auto 5px auto;
  display: block;
  filter: invert(1);
}

.midcontain.home_about_info a span {
  font-size: 13px;
  display: block;
  text-transform: none;
}

.home_about_desc p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slidebg {
  height: 250px;
  background:
    linear-gradient(180deg, black 0%, transparent 41%),
    url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/slidebg.jpg)
      no-repeat;
  background-size: cover;
  width: 100%;
}

.breadcrumbli {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 250px;
  padding-bottom: 40px;
}

.breadcrumbli ul li:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " / ";
  top: 0;
  left: -3px;
  padding-left: 0px;
}

.breadcrumbli ul li:first-child:after {
  content: "  ";
}

.breadcrumbli ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
}

.breadcrumbli ul li {
  padding: 0px 10px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}

.breadcrumbli ul li a {
  color: #fff;
  position: relative;
  z-index: 999;
}

.innersec {
  min-height: 600px;
  padding: 30px 0px;
}

.innersec .midcontain {
  flex-direction: column;
}

.maintable thead {
  background: #023155;
  color: #fff;
}

.maintable thead tr th {
  border: 1px solid #fff;
}

.maintable tbody tr:nth-child(odd) {
  background: #f1f1f1;
}

.maintable tbody tr:nth-child(even) {
  background: #fff;
}

.maintable tbody tr td {
  border: 1px solid #ccc;
}

.clr {
  clear: both;
}

.about_school {
  float: right;
  width: 430px;
  margin-left: 25px;
  position: relative;
  box-shadow: 0px 0px 18px 0px #02000045;
  margin-bottom: 30px;
}

.aboutimg {
  border-radius: 4px;
}

.about_school:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 50px;
  left: 55px;
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/abouticn.png");
  z-index: -1;
}

.patron {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 0px 6px 3px #0000002b;
  padding-right: 15px;
}

.acadmic-blk-img {
  float: left;
  width: 220px;
  margin-right: 10px;
  padding: 5px;
  position: relative;
  z-index: 9;
}

.acadmic-blk-img img {
  width: 200px;
}

.patron:after {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0px;
  left: 0px;
  content: " ";
  border-top: 5px solid #023155;
  border-left: 5px solid #0e8a38;
}

.patron:before {
  position: absolute;
  width: 65px;
  height: 65px;
  bottom: 0px;
  right: 0px;
  content: " ";
  border-bottom: 5px solid #023155;
  border-right: 5px solid #0e8a38;
}

.patron h2 {
  font-size: 25px;
  font-family: "Asap";
  margin-bottom: 0px;
  padding-top: 30px;
}

.msgbox1 div {
  margin-bottom: 25px;
}

.msgbox div {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  margin-bottom: 15px;
}

.msgsec_img {
  width: 21%;
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

.msgsec_img img {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0px 0px 4px 2px #ccc;
  border-radius: 4px;
  height: 350px;
  object-fit: contain;
  background: #f1f1f1;
}

.messagebox {
  width: 30%;
  float: right;
  margin-left: 20px;
}

.messagebox img {
  padding: 5px;
  width: 100%;
  border: 3px solid #ccc;
  border-radius: 4px;
}

h3.color {
  font-size: 21px;
  line-height: 40px;
}

.color {
  color: #951f00;
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
}

.color span {
  display: block;
  font-weight: 100;
  color: #333;
}

ul.mainlist {
  padding-left: 0;
}

ul.mainlist li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 35px;
}

ul.mainlist li:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\F270";
  font-family: "bootstrap-icons";
  color: #cf1a04;
}

.imgheading a {
  color: #20488a;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

#myImg:hover {
  opacity: 0.7;
}

#myImg,
#myImg1,
#myImg2 {
  width: 100%;
  border: 5px solid rgb(191 185 188);
  background: #cbcaca;
  cursor: pointer;
  transition: 0.3s;
}

.erppopup .modal-body h5 {
  color: #000;
  text-align: center;
  padding-top: 20px;
}

.erpbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.erpboxdesc {
  width: 72%;
}

.erpboximg {
  width: 26%;
}

.erpboxdescpopup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.erppopup {
  width: 30%;
  margin: 10px;
}

.erp_sec .guideheading {
  text-align: left;
}

.erp_sec h4 {
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
}

.erp_sec a {
  color: #000;
}

.assistance {
  background: rgb(5 90 145 / 28%);
  padding: 13px;
  border: solid 1px #ddd;
}

.erp_sec p {
  line-height: 40px !important;
  margin-bottom: 0;
  font-size: 16px;
}

.tcblock {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.tc {
  width: 49%;
  margin-bottom: 30px;
}

.tcblock iframe {
  width: 49%;
}

.tc label {
  color: #000;
  width: 100%;
  margin-bottom: 0;
}

.tc label p {
  margin-bottom: 0px;
}

.tc .form-group {
  margin-bottom: 20px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

a.viewdetailsbtn {
  color: #fff;
  font-size: 14px;
}

.viewdetailsbtn {
  background: #00653bb8;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
}

.viewdetailsbtn:hover {
  background: #00653b;
}

.admisionbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.admisionsdiv {
  width: 50%;
  background: #227ec526;
  padding: 20px 15px;
  margin: 30px 20px 20px 0px;
  box-shadow: 0px 0px 10px 3px #deecf6c7;
  border-radius: 5px;
  position: relative;
}

.admisionsdiv h3 {
  font-family: "Asap";
  color: #424242;
}

.num {
  margin-top: -45px;
  margin-bottom: 25px;
  background: #023155;
  color: #fff;
  width: max-content;
  padding: 15px 20px;
  margin-left: -15px;
  border-radius: 4px;
}

.admisionsdiv.admisionsdivlast {
  width: 100%;
}

.theadbody {
  background: #3371a1cc !important;
  color: #fff;
}

.bodytable {
  background: #023155 !important;
  color: #fff;
}

.labsbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.labsimg {
  width: calc(33% - 20px);
  margin: 10px;
  background: #fff;
}

.labsimg img {
  padding: 10px 10px 0px 10px;
  width: 100%;
}

.labsimg p {
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
  color: #000;
}

.facilitietab img {
  float: left;
  width: 45%;
  margin-right: 20px;
  margin-top: 10px;
  border: 10px solid #fff;
}

.labtab {
  display: flex;
  flex-direction: row;
}

.tabs.tabs-content.col {
  width: 100%;
  background: #f1f1f1;
  margin-left: 35px;
}

.tabs-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  width: 315px;
  flex: initial;
}

.tabs-nav a {
  position: relative;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  background: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 4px;
  color: #333;
  text-transform: capitalize;
}

.tabs-nav a:hover,
.tabs-nav a.selected {
  background: #023155;
  color: #fff !important;
}

.tabs .content {
  padding: 20px 20px 20px 25px;
  position: relative;
  color: #343232;
  transition: opacity 0.1s linear 0s;
  display: none;
}

.tabs .content.visible {
  display: block;
}

.tabs .content p {
  padding-bottom: 2px;
}

.tabs .content p:last-of-type {
  padding-bottom: 0px;
}

.content h4 {
  color: #023155;
  font-size: 20px;
  margin: 0;
  padding-bottom: 15px;
  font-family: "Asap";
  text-transform: capitalize;
}

.facilitietab ul li {
  font-size: 15px;
  line-height: 30px;
  list-style: inside;
}

.pledgebox {
  background: #fff;
  width: 100%;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 70px 50px;
}

.pledgediv {
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SASFU/public/images/bg.jpg");
  width: 70%;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 20px;
}

.midpage {
  text-align: center;
}

.cul-clb ul.mainlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cul-clb ul.mainlist li {
  width: 33%;
}

/* 
a.news_secdiv {
    width: 100%;
    background: #fff;
    margin: 0px 0px 20px 10px;
    box-shadow: 0px 4px 7px 3px #ccc;
    border-radius: 3px;
    margin-left: 49px;
}

.newssec {
    display: flex;
    width: 100%;
}

.newstitle {
    width: 100%;
    padding: 10px;
}

.newsatt {
    font-size: 12px;
}

.newsdate:after {
    content: ' ';
}

.newsdate p {
    color: #fff;
}

.newsdate {
    position: relative;
    z-index: 99;
}

.newsdate p {
    width: 100px;
    background: #055a91;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 2px;
    text-align: center;
    padding: 5px 10px;
    margin-left: -50px;
}

.newstitle h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.newsdate p span {
    display: block;
    font-weight: 100;
    font-size: 14px;
}

.newsdate p {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}

.newstitle p {
    font-size: 14px;
    word-break: break-all;
    line-height: 30px;
}

.newsbox {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
} */

.photocontainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.photo-details {
  /* width: calc(20% - 20px); */
  background: #f1f1f1;
  margin: 10px 0px 25px 0px;
  position: relative;
  border-radius: 5px;
}

.photo-img {
  padding: 10px;
}

.photono {
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
}

.photono p {
  color: #fff;
  font-size: 12px;
  background: #055a91;
  padding: 0px 15px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  width: max-content;
}

.photo-img img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: #055a9126;
}

.photo-desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  color: #000000b8;
  font-weight: bold;
  padding-top: 3px;
}

.photo-date {
  flex-direction: row;
  display: flex;
  background: #c1d72d;
  padding: 0px 10px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  color: #000;
}

.photo-date i {
  color: #000;
}

.photo-date p {
  text-align: center;
  font-size: 12px;
  color: #000;
}

.datedetails {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
}

.datedetails span:before {
  border-right: 0px solid #bbb0b0;
}

.datedetails span {
  position: relative;
  padding: 5px 10px;
}

.datedetails span:before {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 4px;
  left: 0;
  border-right: 1px solid #bbb0b0;
  content: " ";
}

.datedetails span:last-child:before {
  border-right: 0px solid #bbb0b0;
  content: " ";
}

.back {
  padding-right: 20px;
}

.back {
  padding-right: 20px;
}

.fulldesc {
  margin-top: 30px;
  word-break: break-all;
}

.gallerydetails {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.gallerydesc {
  width: calc(20% - 13px);
  margin: 10px 6px 10px 6px;
  background: #fff;
  padding: 0px 5px;
  border: 5px solid #4689b463;
  border-radius: 3px;
}

.gallerydesc img {
  width: 100%;
  height: 200px;
  object-fit: fill;
  border-radius: 4px;
}

.fulldesc h3 {
  text-align: left;
  font-size: 24px;
  line-height: 34px;
}

.back a {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}

.magnify-modal {
  position: fixed !important;
  z-index: 999999999 !important;
  padding-top: 10px !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  background-color: rgba(0, 0, 0, 0.8509803922) !important;
}

.magnify-header .magnify-toolbar {
  float: right;
  position: relative;
  z-index: 9;
}

.magnify-stage {
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 40px;
  left: 10px;
  z-index: 1;
  background: #0000000a;
  overflow: hidden;
}

.magnify-image {
  position: relative;
  display: inline-block;
  border: 5px solid #fff;
}

.magnify-image.image-ready {
  max-width: 100%;
  max-height: 100%;
}

.magnify-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
}

.magnify-footer .magnify-toolbar {
  display: inline-block;
}

.magnify-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  background: #055a91;
}

.magnify-button:hover {
  color: #fff;
  background-color: #e00000;
}

.magnify-button-close:hover {
  background-color: #e00000;
}

.magnify-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #333;
}

.magnify-loader::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5)
    rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  -webkit-animation: magnifyLoading 1s infinite linear;
  animation: magnifyLoading 1s infinite linear;
}

.magnify-loader::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
@-webkit-keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

.visionbox {
  background: #5898d929;
  padding: 50px;
}
.visionbox img {
  border-radius: 3px;
  width: 30%;
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  box-shadow:
    -4px -5px 16px 2px #0800001c,
    4px 18px 16px 2px #0800001c;
}
.innersec h2 {
  text-align: center;
  background: -webkit-linear-gradient(#a4bc00, #008383);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
}
.eventsec {
  display: flex;
}
.eventblock {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 8px 4px #00000021;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  min-height: 398px;
  margin-bottom: 30px;
  width: 100%;
}
.eventblock:hover .events-desc {
  transform: translateY(0px);
}
.eventblock .events-img {
  width: 100%;
}
.events-desc {
  width: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  padding: 10px 10px;
  height: 100%;
  transform: translateY(260px);
  transition: all 0.2s ease-in;
}
.events-desc h3 {
  font-size: 20px;
  color: #333;
  font-family: "Open Sans";
}
.events-desc p {
  font-size: 14px;
  word-break: break-all;
}
.events-time span i {
  color: #306c26;
}
.attachment {
  position: absolute;
  right: 0;
  top: 0;
  background: #951f00;
  color: #fff;
  padding: 0px 10px;
  border-radius: 0px 8px 0px 10px;
  z-index: 9;
}
.events-img img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  background: #ccc;
}
.events-time span {
  padding: 0px 10px 0px 0px;
}
.events_div:hover .events-desc {
  bottom: 100%;
}
.comingsoon {
  margin: 0 auto;
  display: block;
}
.curr a {
  color: #ab0702;
  text-align: center;
  display: block;
}
.logomotto {
  display: block;
  text-align: center;
}
.school-magazineimg {
  background: #f1f1f1;
  border: 8px solid #023155;
  padding: 0px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.school-magazineimg img {
  height: 300px;
  width: 100%;
  object-fit: fill;
}
.school-magazine h6 {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-family: "Asap";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .header-menu ul li a.active {
  color: #c1d72d;
}
header .menu .sub-menu li a.active {
  color: #c1d72d !important;
}
/* .row.years { display: none; }  */
.row.years.showYear {
  display: flex !important;
}
.load-more .next {
  width: max-content;
  background: #058685;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  margin: auto;
  cursor: pointer;
}
.month-selection select.monthSelect,
.month-selection select,
.searchBox input {
  width: 90%;
  padding: 10px 11px;
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
}
.tabs-dynamic {
  margin-bottom: 35px;
  background: #02b0af;
  padding: 7px;
}
.count-val p {
  margin-bottom: 0;
  color: #fff;
}
.block-view img {
  width: 60px;
}
.block-view {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px -3px #c7c7c7;
}
.block-view img {
  margin-right: 17px;
}
.block-view h3 {
  color: #000;
  font-weight: 600;
}
.table-width {
  width: 220px;
}
a.mandatory-btn {
  background: #023155;
  padding: 6px 18px;
  margin-left: auto;
  display: block;
  width: max-content;
  color: #fff;
  border-radius: 5px;
}
.photo-date a {
  color: #000;
  padding: 3px;
}
.full-img {
  width: 80%;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}
.full-img img {
  border: 6px solid #fff;
  width: 100%;
  box-shadow: 0px 0px 20px -8px #000;
}
.visionbox.about_blk {
  display: flex;
  flex-direction: row-reverse;
}
.visionbox.about_blk img {
  float: unset;
}
/* Inner News */
.newsCount {
  position: relative;
  background: #fff;
}
.inr-news-content {
  padding: 10px 15px;
  word-break: break-word;
  position: relative;
}
.inr-news-blk {
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
}
.inr-news-content h3 {
  color: #232323;
  font-size: 17px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px !important;
  font-weight: 600;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  font-family: "Asap", sans-serif;
}
.inr-news-content p {
  line-height: 27px !important;
  color: #383838 !important;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 15px !important;
  font-size: 16px;
}
.inr-news-content h6.loc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px !important;
  position: relative;
  margin: 0;
  font-family: "Asap", sans-serif;
}
.inr-news-content h6.loc:hover {
  color: #456805;
}
.inr-news-blk h6.date {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin: 0 0;
  color: #fff;
  height: 100%;
  background: #055a91;
  padding: 7px 7px;
  width: fit-content;
  letter-spacing: 1px;
  font-family: "Asap", sans-serif;
}
.news-content p {
  margin-bottom: 6px;
  max-height: 160px;
  overflow-y: scroll;
}
.news-content p::-webkit-scrollbar {
  width: 0;
}
.month-selection ul {
  text-align: center;
  padding-left: 0;
}
.month-selection .active_month {
  border: 1px solid #dd522a;
}
#ddlYear {
  border: 1px solid #0b5647;
  color: #fff;
  height: 40px;
  padding: 5px 0 5px 10px;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 1px;
  width: 9em;
  font-size: 18px;
}
.year_selction_sec select {
  margin: 15px 0 0;
  width: 100%;
  background: #c30038;
  border: 1px solid #c30038;
  height: 28px;
  color: #fff;
}
.latestcontent h4,
.latestcontentdesc {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.myDiv {
  height: auto !important;
}
.latestcontent h4 {
  -webkit-line-clamp: 1;
  font-size: 18px;
}
.latestcontentdesc {
  -webkit-line-clamp: 5;
}
.latestcontent .viewbtn {
  margin-left: 13px;
  float: left;
}
.latestcontent {
  padding-left: 30px;
}

/* Media  Quiry*/
@media (max-width: 1600px) {
  header .header-menu ul li {
    padding: 30px 5px 30px;
  }
  a.logomenu h1 {
    font-size: 22px;
  }
  .eventblock {
    width: 100%;
  }
  #monthli {
    margin-left: 10px;
    min-width: 140px;
  }
  #ddyears {
    margin-left: 10px;
    min-width: 140px;
  }
  .midcontain.home_about_info a {
    width: 23%;
  }
  .activities_box a {
    width: 20%;
  }
}

@media (max-width: 1400px) {
  .cul-clb ul.mainlist li {
    width: 48%;
  }
  .visionbox img {
    border-radius: 3px;
    width: 36%;
  }
  .dynamicdiv {
    padding: 6px 6px;
    flex-wrap: wrap;
  }
  .dynamicdiv > div {
    margin-bottom: 0px;
    width: auto;
  }
  .searchbox1 input {
    margin-left: 0;
  }
  .erppopup {
    width: 46%;
  }
  header .logo {
    width: 100px;
  }
  a.logomenu h1 {
    font-size: 18px;
  }
  ul li {
    font-size: 14px;
  }
  .news_sec_info {
    width: calc(100% - 20px);
  }
  .activities_box a {
    width: 24%;
  }
  .midcontain {
    /* width: calc(100% - 150px); */
  }
  .message_img {
    width: 180px;
    height: 180px;
  }
  .message_img img {
    width: 180px;
    height: 180px;
  }
  .gallerydesc {
    width: calc(25% - 13px);
  }
}

@media (max-width: 1200px) {
  .msgsec_img {
    width: 30%;
  }
  header .header-menu ul li {
    padding: 0px 5px 30px;
  }
  .eventblock {
    width: 100%;
  }
  a.news_secdiv {
    width: 100%;
  }
  .visionbox img {
    width: 43%;
  }
  .labsimg {
    width: calc(50% - 20px);
  }
  .gallerydesc {
    width: calc(25% - 13px);
  }
  .photo-details {
    /* width: calc(25% - 20px); */
  }
  .facilitietab img {
    width: 100%;
  }
  .headertop {
    flex-wrap: wrap;
  }
  header.headertop.headersticky {
    display: block;
  }
  .home_about_img img {
    height: 280px;
  }
  .home_aboutimg {
    width: 285px;
  }
  .midcontain {
    /* width: calc(100% - 50px); */
  }
  .message_img {
    float: none;
    margin: 0 auto 30px auto;
    display: block;
    text-align: center;
  }
  .message_sec {
    padding-right: 50px;
  }
  .patron_sec {
    padding-left: 50px;
  }
}

@media (max-width: 992px) {
    .menu > img{
    margin-right: 10px;
  }
  .headertop{
    justify-content: space-between;
  }
    .headertop {
    flex-wrap: nowrap;
  }
  .home_about_desc{
    padding: 10px;
  }
  .social-media{
    position: absolute;
    top: 20%;
  }
  .erp_links img{
    width: 60px;
  }
  header .header-menu ul li:hover a {
    color: #0ce40d;
  }
  header.headertop.headersticky {
    display: flex;
  }
  header .menu .sub-menu {
    margin-top: 0;
  }
  header .header-menu ul li a {
    color: #fff;
  }
  header .menu .sub-menu {
    position: static;
    box-shadow: none;
  }
  header .menu .sub-menu {
    background: #fff;
  }
  header .menu .sub-menu ul li a {
    color: #000 !important;
  }
  header .menu .sub-menu ul {
    padding: 0;
  }
  header .menu .sub-menu ul li {
    text-align: left;
    margin-left: 10px;
  }
  header .header-menu {
    top: 74px;
    width: 100%;
    position: absolute;
    left: -162%;
    z-index: 99999;
    padding: 0 20px;
    transition: 0.5s;
    box-shadow: 1px 8px 5px -8px #000;
    margin-top: 0;
    right: 0;
    border-bottom: 2px solid #000;
    background: #023155;
  }
  header .header-menu ul {
    display: unset !important;
  }
  header .header-menu ul li {
    padding: 5px 0 0 5px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #1a6974;
    border-left: 0px solid #ccc;
  }
  header .header-menu.active {
    left: 0;
  }
  header .menu .sub-menu ul li:hover a {
    color: #0ce40d !important;
  }
  .header-menu .logo {
    display: none;
  }
  .visionbox.about_blk {
    flex-direction: column-reverse;
  }
  .visionbox.about_blk img {
    margin: 0;
    margin-top: 20px;
  }
  .home_about_desc h2 {
    font-size: 30px;
  }
  .home_about_box.midcontain {
    padding: 50px 0px;
  }
  .popup .modal-dialog {
    min-width: 92%;
    margin: 0 auto;
    padding-left: 15px;
  }
  a.news_secdiv {
    width: 100%;
  }
  .about_school {
    width: 370px;
  }
  .pledgediv {
    width: 85%;
  }
  .visionbox img {
    width: 54%;
  }
  .tabs.tabs-content.col {
    margin-left: 10px;
  }
  .tabs-nav {
    width: 245px;
  }
  .gallerydesc img {
    height: 150px;
  }
  .erpboximg {
    width: 100%;
  }
  .erpboxdesc {
    width: 100%;
  }
  .midcontain.home_about_info a {
    width: 45%;
  }
  .menu > img {
    display: block !important;
    width: 45px;
    float: right;
    margin-bottom: 10px;
    position: relative;
    z-index: 999;
    top: 7px;
  }
  .no-data:before {
    top: 60%;
  }
  .searchbox1 input {
    margin-left: 0;
    min-width: 99%;
  }
  .dynamicdiv > div {
    margin-bottom: 10px;
  }
  .activities_box a {
    width: 30%;
  }
  .message_sec {
    width: 100%;
    background: #123e5f;
    padding: 50px 20px;
  }
  .patron_sec {
    width: 100%;
    background: #0e8a38;
    padding: 50px 20px;
  }
  .message {
    flex-wrap: wrap;
    background: transparent;
    padding: 80px 0px;
  }
  .news_sec_info {
    width: calc(100% - 20px);
  }
  .midcontain {
    justify-content: center;
    /* width: calc(100% - 25px); */
  }
  .footer_sec_mid_left {
    padding: 50px 15px;
  }
  .footeraddicn i {
    margin-right: 5px;
  }
  .footeraddicn {
    margin-right: 10px;
  }
  .footer_sec_mid_left p,
  .footer_sec_mid_left a {
    font-size: 15px;
    word-break: break-word;
  }
  .footer_sec_mid_left .midcontain{
        padding: 30px 20px;
  }
  .gallerydesc {
    width: calc(33% - 13px);
  }
}

@media (max-width: 768px) {
  .erp_links.whatsapp{
    left: 0;
    bottom: 35px;
  }
  .erp_links{
    right: 0px!important;
    left: auto;
  }
  .newsdate p {
    margin-left: 0;
  }
  .msgsec_img {
    width: 40%;
  }
  .newsbox {
    flex-wrap: wrap;
  }
  .eventblock {
    width: 100%;
  }
  .newsdate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .month-selection {
    margin-bottom: 10px;
  }
  .about_school {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 45px;
  }
  .cul-clb ul.mainlist li {
    width: 100%;
  }
  .no-data:before {
    top: 54%;
    font-size: 30px;
  }
  .messagebox {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .visionbox img {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .admisionsdiv {
    width: 100%;
  }
  .admisionbox {
    flex-wrap: wrap;
  }
  .datedetails span {
    width: 100%;
  }
  .datedetails span:before {
    border-right: 0px solid #bbb0b0;
  }
  .gallerydesc {
    width: calc(50% - 13px);
  }
  .tabs.tabs-content.col {
    margin-left: 0;
  }
  .tabs-nav {
    width: 100%;
  }
  .labtab {
    flex-wrap: wrap;
  }
  .tcblock iframe {
    width: 100%;
  }
  .tc {
    width: 100%;
  }
  .acadmic-blk-img img {
    width: 100%;
  }
  .patron {
    padding: 20px 15px;
  }
  .acadmic-blk-img {
    float: none;
    margin: 0 auto;
    border: 6px solid #fff;
    padding: 0;
  }
  .event_sec_box {
    margin-bottom: 37px;
  }
  .midcontain {
    /* padding: 40px 0px; */
  }
  .home_about_img {
    width: 100%;
    float: none;
    margin: 0 auto 80px auto;
  }
  .midcontain.home_about_info a {
    width: 44%;
  }
  .news_sec_info {
    width: 100%;
  }
  .event_sec_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .event_sec_desc {
    width: 100%;
  }
  .event_sec_box {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .event_desc {
    margin-bottom: 10px;
  }
  .event_title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .activities_box a {
    width: 45%;
  }
  .message {
    padding: 0px;
  }
  .footer_sec_mid_left {
    width: 100%;
    padding: 0px 15px;
  }
  .pledgediv {
    width: 100%;
  }
  .footer_sec_mid_rht {
    width: 100%;
  }
  .footer_sec_mid {
    flex-wrap: wrap;
  }
  .event_sec_img:after {
    top: 0;
  }
    .social-media img {
  width: 30px;
  }
}

@media (max-width: 567px) {
header .header-menu{
  top: 90px;
}
  .msgsec_img {
    width: 70%;
    margin: 0px auto 20px auto;
    float: none;
  }
  .table-width {
    width: auto;
  }
  .visionbox {
    padding: 50px 15px;
  }
  .eventblock {
    width: 100%;
  }
  .gallerydesc {
    width: 100%;
  }
  .gallerydesc img {
    height: 230px;
  }
  .photo-details {
    width: 100%;
    margin: 10px 0px 25px 0px;
  }
  .erppopup {
    width: 100%;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .midcontain.home_about_info a {
    width: 100%;
  }
  .midcontain.home_about_info {
    flex-wrap: wrap;
  }
  .activities_box a {
    width: 100%;
    padding: 15px 0px;
  }
  .activities_box a:after {
    background: transparent;
  }
}
