@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap");
ol,
ul {
  padding-left: 0;
}

body,
html {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Fredoka", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
  color: #676767;
}

li {
  list-style: none;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fredoka One", cursive;
  color: #1b1b1b;
}

h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 14px;
  color: #061259;
}

p {
  font-family: "Fredoka", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #656668;
  margin-bottom: 15px;
  line-height: 30px;
}

h1 {
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #130f40;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}

::selection {
  color: #fff;
  background: #9b2fb7;
}

.btn-primary {
  color: #000;
  background-color: #cbcbcb;
  border-color: #8f8b8b;
}

.btn-primary:hover {
  background-color: #9b2fb7;
  border-color: #770195;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #9b2fb7;
  border-color: #770195;
}

.modal-dialog {
  min-width: 750px;
}

.modal-dialog .card:hover p {
  color: #000;
}

.modal-dialog .modal-header {
  background: #9b2fb7;
  padding: 7px;
}

.modal-dialog img {
  width: 100%;
  background: #f1f1f1;
  object-position: center;
}

.modal-dialog h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0;
  letter-spacing: 1px;
}

.modal-dialog .carousel-control-prev,
.modal-dialog .carousel-control-next {
  top: 77px;
}

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

.modalcard .card-body p {
  margin-bottom: 0;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
}

.modalcard {
  border: none;
}

.modal-body {
  padding: 0 1rem;
}

.card-body a {
  margin-right: 5px;
}

.modal {
  background: #0000008a;
  z-index: 99999;
}

.OnlineR a {
  color: #fff;
}

a.parantlogo {
  padding: 10px;
}

/* .OnlineR {
    position: absolute;
    z-index: 9;
    text-align: center;
    color: #fff;
    top: 0px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    width: 100%
} */

@keyframes bounce1 {
  0% {
    background-color: #7c0000;
  }

  33% {
    background-color: #0572ae;
  }

  66% {
    background-color: #7c0000;
  }

  100% {
    background-color: #0572ae;
  }
}

.bounce1 {
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -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: 20px 10px;
  border: solid 2px #fff;
  text-transform: uppercase;
}

.highlights_sec marquee {
  float: left;
  background: #519bc3;
}

.highlights_sec p {
  margin: 0;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
}

.highlights_sec p a {
  padding: 10px;
  color: #fff;
}

.highlights_sec p a:hover {
  color: #ffe403;
}

.highlights_sec p i {
  color: #fff;
  font-size: 16px;
}

.highlights_sec h3 {
  margin-bottom: 0;
  color: #fff;
  background: #a50d1e;
  text-align: center;
  position: relative;
  z-index: 99;
  width: 41px;
  float: right;
  margin-top: -35px;
  padding: 3px;
}

.highlights_sec h3 i {
  color: #fff;
}

.maintitle {
  margin-top: -6px;
  line-height: 1.3;
  position: relative;
  z-index: 0;
  text-transform: capitalize;
  font-size: 45px;
  color: black;
  padding-bottom: 20px;
}

/******Navigation********/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu {
  float: right;
  margin-top: 27px;
}

#cssmenu > ul > li {
  float: left;
  margin-left: 2px;
}

#cssmenu > ul > li > a {
  padding: 15px 10px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 0;
  /* text-shadow: 1px 1px 0px #464646cc; */
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 20px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 21px;
  right: 7px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 18px;
  right: 10px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  /* background:#cb00ff; */
  transition: all 0.25s ease;
  z-index: 999;
  text-align: left;
}

#cssmenu li:hover > ul {
  left: auto;
  display: block;
}

#cssmenu li:hover > ul > li {
  height: 35px;
  margin-left: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid #ffffff36;
  padding: 9px;
  width: 270px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffb38c;
  opacity: 0.6 !important;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

#cssmenu ul {
  display: flex;
  justify-content: center;
}

#head-mobile span {
  display: none;
}

.m-color-1 a {
  color: #d54bfe !important;
}

.m-color-2 a {
  color: #0069f6 !important;
}

.m-color-3 a {
  color: #00af9c !important;
}

.m-color-4 a {
  color: #5bb318 !important;
}

.m-color-5 a {
  color: #fa2fb5 !important;
}

.m-color-6 a {
  color: #f65a83 !important;
}

.m-color-7 a {
  color: #009702 !important;
}

.m-color-8 a {
  color: #711616 !important;
}

.m-color-9 a {
  color: #ff8787 !important;
}

.m-color-10 a {
  color: #6c00ff !important;
}

.m-color-11 a {
  color: #3c6255 !important;
}

.m-color-12 a {
  color: #cb1c8d !important;
}

.m-color-13 a {
  color: #d800a6 !important;
}

.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
}

ul.submenu2 {
  background: #0069f6 !important;
}

.submenu2 li a {
  color: white !important;
}

ul.submenu3 {
  background: #00af9c !important;
}

.submenu3 li a {
  color: white !important;
}

ul.submenu4 {
  background: #5bb318 !important;
}

.submenu4 li a {
  color: white !important;
}

ul.submenu5 {
  background: #fa2fb5 !important;
}

.submenu5 li a {
  color: white !important;
}

ul.submenu6 {
  background: #f65a83 !important;
}

.submenu6 li a {
  color: white !important;
}

ul.submenu7 {
  background: #009702 !important;
}

.submenu7 li a {
  color: white !important;
}

ul.submenu8 {
  background: #ff0060 !important;
}

.submenu8 li a {
  color: white !important;
}

#cssmenu > ul > li > a:hover {
  color: Red;
  opacity: 0.6 !important;
}

/* ------------------------------------ menu Media Quiry ---------------------------------------*/
/* ------------------------------------ About Us ---------------------------------------*/

.result-new {
  position: absolute;
  background: #00a2ff;
  z-index: 9;
  right: 0px;
  top: 60px;
  padding: 10px;
  border: solid 1px #fff;
}
.result-new a {
  color: #000;
}
.result-new {
  animation: blinker 1s linear infinite;
  background: #fff;
}
@keyframes blinker {
  50% {
    background: #519bc3;
  }
}
#bd-promotion-area {
  padding-top: 67px;
  padding-bottom: 40px;
}

.bd-promotion-thumb-wrapper {
  position: relative;
}

.mb-60 {
  margin-bottom: 60px;
}

.bd-promotion-thumb-mask {
  /* -webkit-mask-image:url(https://webapi.entab.info/api/image/RCS/public/Images/wave-mask.svg); */
  mask-image: url(https://webapi.entab.info/api/image/RCS/public/Images/wave-mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-flex;
}

.bd-promotion-thumb-mask:hover {
  transform: rotate(10deg);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.44, 0.89);
}

.bd-promotion-area.active-anim .bd-promotion-thumb img,
.bd-promotion-area-2.active-anim .bd-promotion-thumb img {
  -webkit-transition: all 0.5s ease-out 0;
  -moz-transition: all 0.5s ease-out 0;
  -ms-transition: all 0.5s ease-out 0;
  -o-transition: all 0.5s ease-out 0;
  transition: all 0.5s ease-out 0;
}

.p-relative {
  position: relative;
}

.bd-promotion-thumb img {
  width: 100%;
}

.panel {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  animation: panel 1s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bd-section-title {
  position: relative;
  top: -18px;
  font-size: 50px;
  color: #1b1b1b;
}

.mb-10 {
  margin-bottom: 10px;
}

.bd-promotion-counter-wrapper {
  background-color: #00bbae;
  display: flex;
  gap: 30px;
  padding: 16px 40px;
  border-radius: 24px;
  justify-content: center;
}

.bd-promotion-counter-number p {
  font-size: 45px;
  line-height: 61px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.bd-promotion-counter-number p span {
  display: inline-block;
  min-width: 45px;
  text-align: right;
}

.bd-promotion-counter-text span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: block;
}

.bd-promotion-counter-wrapper {
  background-color: #9b2fb7;
  display: flex;
  gap: 30px;
  padding: 16px 40px;
  border-radius: 24px;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.bd-promotion-counter-wrapper p {
  color: white;
  font-size: 19px;
  margin: 0;
}

.bd-promotion-counter::before {
  content: "";
  background: #fff;
  width: 2px;
  height: 36px;
  position: absolute;
  inset-inline-end: -15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
}

.bd-promotion-counter {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.bd-promotion-list ul li {
  list-style: none;
  padding-inline-start: 35px;
  position: relative;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #504e4e;
  margin-bottom: 4px;
  line-height: 30px;
}

.bd-promotion-list ul li::before {
  position: absolute;
  content: "\F285";
  font-family: bootstrap-icons !important;
  inset-inline-start: 0;
  top: 7px;
  color: #9b2fb7;
  background-color: #f2e1f7;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.mb-50 {
  margin-bottom: 50px;
}

.bd-promotion-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.bd-promotion-btn {
  line-height: 1;
}

.bd-promotion-btn .bd-btn {
  padding: 0 43px;
  text-transform: capitalize;
  height: 50px;
  line-height: 50px;
}

.bd-btn {
  font-size: 16px;
  font-weight: var(--bd-fw-medium);
  color: #fff;
  background: #ff9b24;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 36px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  -webkit-transition: all 0.5s ease-out 0;
  -moz-transition: all 0.5s ease-out 0;
  -ms-transition: all 0.5s ease-out 0;
  -o-transition: all 0.5s ease-out 0;
  transition: all 0.5s ease-out 0;
  text-transform: capitalize;
}

.bd-btn::before {
  content: "";
  background-color: #00bbae;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out 0;
  -moz-transition: all 0.5s ease-out 0;
  -ms-transition: all 0.5s ease-out 0;
  -o-transition: all 0.5s ease-out 0;
  transition: all 0.5s ease-out 0;
}

.bd-btn-inner {
  position: relative;
}

.bd-btninner,
.bd-btn-hover,
.bd-btn-normal {
  pointer-events: none;
  display: block;
}

.bd-btn-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(70%);
}

.bd-promotion-btn-2 {
  position: relative;
}

.bd-pulse-btn.btn-2::after,
.bd-pulse-btn.btn-2::before {
  left: 15%;
  top: 53%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffecd6;
}

.bd-promotion-btn-2 a {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  color: #424242;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.bd-promotion-btn-2 a:hover {
  color: #9b2fb7;
}

.bd-pulse-btn.btn-2::after,
.bd-pulse-btn.btn-2::before {
  left: 15%;
  top: 53%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffecd6;
}

.bd-promotion-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.bd-promotion-btn .bd-btn {
  padding: 0 43px;
  text-transform: capitalize;
  height: 50px;
  line-height: 50px;
}

.bd-btn:hover {
  color: #fff;
}

.bd-promotion-btn-2 a i {
  font-size: 40px;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  color: #ff9b24;
  height: 50px;
  width: 50px;
  background-color: #fbf9f9;
  border-radius: 50%;
}

.bd-pulse-btn.btn-2::after,
.bd-pulse-btn.btn-2::before {
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #ffecd6;
}

.bd-pulse-btn::after,
.bd-pulse-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimate2 2s linear infinite;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  z-index: -1;
}

.bd-btn:hover::before {
  transform: translate(-50%, -80%);
}

.bd-promotion-shape {
  position: absolute;
  left: 50%;
  bottom: -15%;
  animation: rotate 3s infinite alternate;
  animation: rotate 3s infinite alternate;
  transform-origin: 0 -280px;
}

.bd-promotion-area.active-anim .bd-promotion-thumb,
.bd-promotion-area-2.active-anim .bd-promotion-thumb {
  -moz-transition: all 0.5s ease-out 0;
  -ms-transition: all 0.5s ease-out 0;
  -o-transition: all 0.5s ease-out 0;
  filter: drop-shadow(0px 10px 0 #ff9b24);
}

.bd-promotion-thumb {
  display: inline-flex;
}

.bd-btn::before {
  content: "";
  background-color: #9b2fb7;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out 0;
  -moz-transition: all 0.5s ease-out 0;
  -ms-transition: all 0.5s ease-out 0;
  -o-transition: all 0.5s ease-out 0;
  transition: all 0.5s ease-out 0;
}

.bd-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #ff9b24;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 36px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  -webkit-transition: all 0.5s ease-out 0;
  -moz-transition: all 0.5s ease-out 0;
  -ms-transition: all 0.5s ease-out 0;
  -o-transition: all 0.5s ease-out 0;
  transition: all 0.5s ease-out 0;
  text-transform: capitalize;
}

@keyframes borderanimate2 {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes borderanimate2 {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* ------------------------------------ Footer ---------------------------------------*/
.bd-footer-area {
  position: relative;
}

.bd-gradient-bg {
  /* background: linear-gradient(100.88deg, #eaf4f3 0.6%, #FFF6EB 100%); */
  transform: rotate(-180deg);
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  z-index: -1;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-90 {
  padding-top: 90px;
}

.mb-50 {
  margin-bottom: 50px;
}

.bd-footer-logo {
  width: 186px;
}

.mb-35 {
  margin-bottom: 35px;
}

.bd-footer-logo {
  width: 100%;
}

.mb-35 {
  margin-bottom: 35px;
}

.bd-footer-logo img {
  width: 100%;
}

.pb-20 {
  padding-bottom: 20px;
}

.bd-footer-bottom-social ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
}

.bd-footer-bottom-social ul li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #9b2fb7;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff !important;
}

.bd-footer-widget-2 {
  margin-inline-start: 100px;
}

.bd-footer-list ul {
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.bd-footer-list ul li a {
  font-size: 17px;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #504e4e;
  font-family: "Fredoka", sans-serif;
}

.bd-footer-list ul li a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-inline-end: auto;
  top: 55%;
  bottom: auto;
  transform: translateY(-50%);
  width: 0px;
  height: 2px;
  background-color: #ff9b24;
  z-index: 1;
}

.bd-footer-list ul li a:hover {
  color: #ff9b24;
  padding-inline-start: 16px;
}

.bd-footer-list ul li a:hover::before {
  width: 10px;
  transition-delay: 0.1s;
}

.mb-30 {
  margin-bottom: 30px;
}

.bd-footer-widget-3 {
  margin-inline-start: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.bd-footer-contact ul {
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
}

.bd-footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bd-footer-contact ul li i {
  font-size: 24px;
  color: #9b2fb7;
  min-width: 26px;
  transform: translateY(4px);
}

.bd-footer-contact ul li a {
  font-size: 17px;
  line-height: 30px;
  color: #504e4e;
}

.bd-footer-contact ul li a:hover {
  color: #ff9b24;
}

.bd-footer-bottom-social ul li a:hover {
  background-color: #3b5998;
  color: #ffffff;
}

.bd-footer-bottom-social ul li:nth-child(2) a:hover {
  background-color: #1c96e9;
  color: #ffffff;
}

.bd-footer-bottom-social ul li:nth-child(3) a:hover {
  background-color: #fe0000;
  color: #ffffff;
}

.mb-40 {
  margin-bottom: 40px;
}

.bd-footer-copyright-text p {
  font-size: 16px;
  text-align: center;
}

.bd-footer-copyright-text p a {
  font-size: 16px;
  color: #504e4e;
}

.bd-footer-copyright-text p a:hover {
  font-size: 16px;
  color: #9b2fb7;
}

.bd-footer-widget-title {
  margin-bottom: 30px;
}

/* ------------------------------------ About Us ---------------------------------------*/
.z-index-1 {
  z-index: 1 !important;
}

.bg-silver-light {
  background-color: #eef2f6 !important;
  padding-top: 70px;
  padding-bottom: 80px;
}

section {
  position: relative;
}

.tm-service p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.9em;
  text-overflow: ellipsis;
}

.tm-sc-section-title {
  /* margin-bottom:60px; */
}

.tm-sc-section-title .title-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.tm-sc-section-title .title-wrapper :first-child {
  margin-top: 0;
}

.services-style-current-theme {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.services-style-current-theme .tm-service .thumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.services-style-current-theme .tm-service .thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.services-style-current-theme:hover .tm-service .thumb::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

.services-style-current-theme:hover .tm-service .thumb .service-icon {
  transform: rotateY(180deg);
}

.services-style-current-theme:hover .tm-service .thumb .service-icon img {
  transform: scale(1.05);
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

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

  40% {
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.services-style-current-theme .tm-service .thumb .service-icon {
  position: absolute;
  right: 10%;
  background: #fdb510;
  bottom: 0;
  padding: 25px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.services-style-current-theme .tm-service .thumb .service-icon img {
  width: 75px;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.services-style-current-theme .tm-service .thumb img {
  max-width: 100%;
  overflow: hidden;
  z-index: 2;
}

.services-style-current-theme .tm-service .details .service-info-list li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

.services-style-current-theme .tm-service .thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.text-theme-colored3 {
  color: #f33b10 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.tm-animation-floating {
  -webkit-animation-name: tm-animation-floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.title a {
  color: #000;
}

.services-style-current-theme:hover .tm-service .thumb::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

.services-style-current-theme:hover .tm-service .thumb .service-icon {
  transform: rotateY(180deg);
}

.services-style-current-theme:hover .tm-service .thumb::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

.bg-theme-colored3 {
  background-color: #f33b10 !important;
}

.bg-theme-colored4 {
  background-color: #02b890 !important;
}

.tm-floating-objects > span {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.tm-animation-floating {
  -webkit-animation-name: tm-animation-floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes tm-animation-floating {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 15px);
  }

  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-moz-keyframes tm-animation-floating {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(0, 15px);
  }

  to {
    -moz-transform: translate(0, 0px);
  }
}

/* ------------------------------------ Why Choose Us ---------------------------------------*/
.tm-sc-custom-columns-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.tm-sc-custom-columns-holder.tm-cc-two-columns
  .tm-sc-custom-columns-holder-item {
  width: 50%;
  width: 50%;
}

.tm-sc-custom-columns-holder.tm-cc-three-columns
  .tm-sc-custom-columns-holder-item {
  width: 33%;
}

.tm-sc-custom-columns-holder.tm-cc-four-columns
  .tm-sc-custom-columns-holder-item {
  width: 25%;
}

.tm-sc-custom-columns-holder.tm-cc-five-columns
  .tm-sc-custom-columns-holder-item {
  width: 20%;
}

.tm-sc-custom-columns-holder.tm-cc-six-columns
  .tm-sc-custom-columns-holder-item {
  width: 16%;
}

.tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.tm-sc-custom-columns-holder
  .tm-sc-custom-columns-holder-item.tm-cc-vertical-alignment-top {
  vertical-align: top;
}

.tm-sc-custom-columns-holder
  .tm-sc-custom-columns-holder-item.tm-cc-vertical-alignment-bottom {
  vertical-align: bottom;
}

.tm-sc-custom-columns-holder
  .tm-sc-custom-columns-holder-item.tm-cc-horizontal-alignment-center {
  text-align: center;
}

.tm-sc-custom-columns-holder
  .tm-sc-custom-columns-holder-item.tm-cc-horizontal-alignment-right {
  text-align: right;
}

.tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item .item-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item .item-inner {
  width: 100%;
}

.tm-sc-custom-columns-holder
  .tm-sc-custom-columns-holder-item.tm-cc-eh-with-zoom {
  position: relative;
  overflow: hidden;
}

.tm-sc-custom-columns-holder
  .tm-sc-custom-columns-holder-item.tm-cc-eh-with-zoom
  .tm-sc-custom-columns-holder-item-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: transform 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: transform 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  will-change: transform;
  -webkit-backface-visibility: hidden;
}

.tm-sc-custom-columns-holder
  .tm-sc-custom-columns-holder-item.tm-cc-eh-with-zoom:hover
  .tm-sc-custom-columns-holder-item-image-zoom {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.tm-sc-custom-columns-holder.tm-cc-elements-items-float.tm-cc-three-columns
  .tm-sc-custom-columns-holder-item {
  width: 33.333333333333%;
}

.tm-sc-custom-columns-holder.tm-cc-elements-items-float.tm-cc-six-columns
  .tm-sc-custom-columns-holder-item {
  width: 16.666666666667%;
}

.tm-sc-custom-columns-holder.tm-cc-elements-items-float
  .tm-sc-custom-columns-holder-item {
  float: left;
}

.tm-sc-custom-columns-holder-item .item-content.tm-custom-columns-12 {
  padding: 80px 10% 60px 20% !important;
}

.bg-theme-colored2 {
  background-color: #341c77 !important;
}

.tm-sc-custom-columns-holder-item .item-content.tm-custom-columns-11 {
  padding: 6% 18% 5% 6% !important;
}

.text-theme-colored4 {
  color: #02b890 !important;
}

.text-theme-colored3 {
  color: #f33b10 !important;
}

.text-theme-colored1 {
  color: #fdb510 !important;
}

.text-white-f1 {
  color: #f1f1f1 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6.9em;
  text-overflow: ellipsis;
}

.why-choose-us-item {
  display: flex;
  margin-bottom: 60px;
}

.why-choose-us-item .why-choose-us-img {
  flex: none;
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.why-choose-us-content h4 {
  font-family: "Lobster Two", cursive;
}

.why-choose-us-block h2,
h6 {
  font-family: "Lobster Two", cursive;
  font-size: 23px;
}

.item-content h5 {
  font-family: "Lobster Two", cursive;
  font-size: 23px;
  color: #565151;
}

.item-content h2 {
  font-size: 45px;
  font-family: "Fredoka One", cursive;
}

.border-bottom-1px {
  border-bottom: 1px solid #eee !important;
}

.why-choose-us-item:hover .why-choose-us-img {
  transform: rotate(20deg);
}

/* ------------------------------------ Gallery Images content-overlay ---------------------------------------*/
.gal-sec {
  padding: 80px 0px;
  background: #eef2f6;
}

.gal-sec h1 {
  margin-bottom: 30px;
}

.content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content .content-overlay {
  background: #781f8fde;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 8px 8px 8px 8px;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Lobster Two", cursive;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  padding: 15px 60px;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  background: #ff9b24;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: solid 2px #dc8825;
}

.btn-style-one:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #9b2fb7;
  -webkit-clip-path: polygon(
    50% 0,
    50% 0,
    50% 50%,
    50% 100%,
    50% 100%,
    50% 50%
  );
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-style-one:hover:before {
  -webkit-clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
  border-radius: 50px;
}

.btn-style-one:hover {
  color: #fff;
  border: solid 2px #fff;
}

.btn-style-one.hvr-light:hover {
  color: #fff;
}

.btn-style-one.hvr-light:before {
  background-color: #fff;
}

.theme-btn .btn-title {
  position: relative;
}

.viewall {
  text-align: right;
}

.viewall a {
  color: #ff8040;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

.viewall a:hover {
  color: #000;
}

/* ------------------------------------ Testimonial ---------------------------------------*/
.bd-testimonial-2 {
  padding: 30px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.theme-bg-6 {
  background-color: #fff6eb;
}

.mb-25 {
  margin-bottom: 25px;
}

.bd-testimonial-avatar-thumb {
  height: 120px;
  width: 120px;
}

.bd-testimonial-avatar-thumb img {
  object-fit: cover;
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.bd-testimonial-quote {
  inset-inline-end: 0;
  /* top: 50%; */
  /* right: 0; */
  position: absolute;
}

.bd-testimonial-quote.clr-2 i {
  color: #ff9b24;
}

.bd-testimonial-quote i {
  color: #ffffff;
  font-size: 64px;
  right: 0px;
  text-align: right;
  display: block;
}

.bd-testimonial-2:hover {
  filter: drop-shadow(5px 5px 0 #ff9b24);
}

.bd-testimonial-rating a {
  color: #ff9b24;
}

.theme-bg-7 {
  background-color: #ebfffe;
}

h6.bd-testimonial-avatar-title-2 {
  font-size: 17px;
  font-family: "Fredoka", sans-serif;
  padding-left: 16px;
}

.bd-testimonial-2.clr-1:hover {
  filter: drop-shadow(5px 5px 0 #00bbae);
}

.bd-testimonial-quote.clr-1 i {
  color: #00bbae;
}

i.bi.bi-chat-quote .clr-1 i {
  color: #ff9b24;
  font-size: 64px;
}

i.bi.bi-chat-quote .clr-2 i {
  color: #ff9b24;
  font-size: 64px;
}

.bd-testimonial-avatar.d-flex {
  justify-content: start;
  position: relative;
}

.bd-testimonial-content-2 div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 10.9em;
  text-overflow: ellipsis;
  color: black;
}

.bd-shop-cat:hover {
  filter: drop-shadow(4px 4px 0px #ff9b24);
}

/* ------------------------------------ Admission ---------------------------------------*/
.feature__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 50px 20px auto;
  grid-gap: 20px;
}

.feature__text {
  color: #2e2a2a;
  text-align: center;
  line-height: 21px;
  padding: 15px 10px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 0;
  font-family: "Fredoka", sans-serif;
}

.feature__area {
  padding-top: 30px;
  display: none;
}

.feature__item img {
  width: 60px;
  height: 60px;
}

.feature__item img:hover {
  transform: rotate(20deg);
  transition: all 0.3s ease-in-out;
}

.feature__item:hover .feature__text {
  color: #9b2fb7;
}

/* ------------------------------------ Images content-overlay ---------------------------------------*/
.blog__area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog__area .sec-title-wrap {
  text-align: center;
  padding-bottom: 15px;
}

.blog__item {
  position: relative;
  background-color: #fff;
}

.blog__item:hover::before {
  opacity: 1;
  right: 0;
}

.blog__item::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 5px;
  right: 100px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #9b2fb7;
}

.blog__item:hover::after {
  opacity: 1;
  bottom: 0;
}

.blog__item::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 27px;
  right: 0;
  bottom: 100px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #9b2fb7;
}

.blog__item .date {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 10px;
  background-image: linear-gradient(to right, #b770ca, #780097);
}

.blog__item p {
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  text-overflow: ellipsis;
  line-height: 25px;
  margin-bottom: 10px;
}

.blog__item .link {
  color: #01001e;
  text-transform: capitalize;
}

.blog__content {
  padding: 0 25px 20px;
  background: #fff;
}

.blog__item img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  background: #f1f1f1;
}

.blog__title {
  font-size: 18px;
  /* font-weight: 700; */
  line-height: 30px;
  color: #01001e;
  padding-bottom: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.1em;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}

.blog__item:hover .blog__title {
  color: #7c0000;
}

.blog__item h6 {
  font-size: 16px;
  line-height: 15px;
  color: #29166f;
  margin-bottom: 12px;
  font-family: "Fredoka", sans-serif;
}

.blog__item h6 i {
  padding: 0 5px 0 0;
  color: #9b2fb7;
  font-size: 15px;
}

.blog__item h6 a:hover {
  color: #e7a7f7;
}

ul#event-slider {
  height: 490px !important;
  background: #fff;
}

ul#event-slider li {
  box-shadow: -2px -2px 13px 2px #f3eeeed4;
}

.newssec-area {
  background: #341c77;
  padding: 18px;
  box-shadow: 1px 4px 11px 2px #cfcfcf;
  height: 530px;
}

.newssec-area-box-con h2 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.1em;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}

.newssec-area-box-con p {
  color: #efefef;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 27px;
  font-style: normal;
}

.newssec-top {
  padding-top: 20px;
}

.newssec-area-box-con h6 {
  color: #fff !important;
  font-size: 16px;
  line-height: 15px;
  color: #29166f;
  margin-bottom: 12px;
  display: inline-flex;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
}

.newssec-area-box-con h6 i {
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 0;
  margin-right: 6px;
  display: inline-flex;
  justify-content: center;
}

.newssec-area-box-con h6 a:hover {
  color: #e7a7f7;
}

.newssec-area-box-con h6 a {
  color: #fff;
  margin-right: 12px;
  display: inline-flex;
  justify-content: center;
}

.mesdesk-section {
  position: relative;
  padding: 70px 0 50px;
  background-color: #fef2e9;
}

.icon-dotted-map-2 {
  left: -540px;
  top: -100px;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.mesdesk-section .icon-dotted-map-2 {
  left: -540px;
  top: 33px;
}

.anim-icons .micon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-dotted-map-2 {
  width: 623px;
  height: 576px;
  background-image: url(https://webapi.entab.info/api/image/RCS/public/Images/icon-dotted-map-2.png);
}

section.videosec {
  background-color: #f1f5f8 !important;
  padding-top: 80px;
  padding-bottom: 40px;
}

.video-area h4 {
  font-family: "Roboto", sarsd-serif;
  font-size: 15px;
  background: linear-gradient(45deg, #7c0000, #ae0a0a);
  padding: 9px;
  color: #fff;
  text-align: center;
  margin-top: -10px;
  border-radius: 0 0 8px 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-logo img {
  width: 90%;
}

.back-footer {
  position: relative;
  background-color: #f6fafa;
  color: #4b4c57;
}

.back-footer .footer-top {
  padding: 70px 0 50px;
}

.back-footer .footer-top .footer-menu li {
  margin-bottom: 5px;
  line-height: 28px;
}

.back-footer .footer-top .footer-menu li a {
  color: #000 !important;
  position: relative;
  display: inline-block;
  transition: all 0.4s linear 0;
  font-size: 15px;
}

.back-footer .footer-top .footer-menu li a:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #2a6df5;
}

.back-footer .footer-top .footer-menu li a:hover {
  color: #fff;
  margin-left: 5px;
}

.back-footer .footer-top .footer-menu li a:hover:after {
  width: 100%;
}

.back-footer .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

.back-footer .footer-top .footer-desc p {
  margin-bottom: 0;
}

.back-footer .footer-top .back-instagram {
  margin: 0 0 0 -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.back-footer .footer-top .back-instagram li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 5px 9px;
}

.back-footer .footer-top .back-instagram li a img {
  border-radius: 6px;
  transition: all 0.5s ease 0;
}

.back-footer .footer-top .back-instagram li a:hover img {
  opacity: 0.8;
}

.back-footer .footer-top .footer-widget.footer-widget-2 {
  padding-left: 70px;
}

.back-footer .footer-top .footer-widget .footer-subtitle {
  color: #4b4c57;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 23px;
  line-height: 1.5;
}

.back-footer .footer-top .footer-widget .footer-address li a:hover {
  color: #7c0000;
}

.back-footer .footer-top .footer-widget .back-follow-us {
  color: #020334;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px;
}

.back-footer .footer-top .footer-widget .footer-title {
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #130f40;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

.back-footer .footer-top .footer-widget .footer-address {
  margin-bottom: 30px;
}

.back-footer .footer-top .footer-widget .footer-address li {
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-flex;
  color: #000;
}

.back-footer .footer-top .footer-widget .footer-address li a {
  color: #000;
  margin-left: 10px;
  line-height: 1.1;
  display: contents;
}

.back-footer .footer-top .footer-widget .footer-address li i {
  position: relative;
  color: #7c0000cf;
  font-size: 16px;
  margin-right: 4px;
  font-weight: 700;
}

.back-footer .footer-top .footer-widget .footer-address li:last-child {
  margin-bottom: 0;
}

.back-footer .footer-top .footer-widget .footer-address li.back-address svg {
  margin-right: 10px;
  width: 22px;
  position: relative;
  top: 1px;
}

.back-footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(15, 22, 41, 0.102);
  padding: 10px 0;
}

.back-footer .copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.back-footer .copyright .back-copy-left {
  font-size: 13px;
  margin-bottom: 0;
  color: #74747d;
  font-weight: 400;
  letter-spacing: 1px;
}

.back-footer .copyright .back-copy-left a {
  color: #2a6df5;
  transition: all 0.7s ease;
}

.back-footer .copyright .back-copy-left a:hover {
  color: #d0eeff !important;
}

.back-footer .copyright .back-copy-right ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.back-footer .copyright .back-copy-right ul li {
  padding-left: 30px;
}

.back-footer .copyright .back-copy-right ul li a {
  color: #4b4c57;
  font-size: 15px;
  font-weight: 500;
}

.back-footer .copyright .back-copy-right ul li a:hover {
  color: #2a6df5;
}

.back-footer.back-footer-dark {
  background: #fff;
}

.back-footer.back-footer-dark .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.059);
  background: #7c0000;
}

.back-footer.back-footer-dark .footer-top .footer-widget .footer-title,
.back-footer.back-footer-dark .footer-top .footer-widget .back-follow-us {
  color: #130f40;
}

.back-footer.back-footer-dark .footer-top .footer-widget .footer-subtitle,
.back-footer.back-footer-dark .copyright .back-copy-left {
  color: #fff;
}

.back-footer.back-footer-dark .footer-top .footer-menu li a:hover {
  color: #7c0000 !important;
}

.back-footer.back-footer-dark .copyright .container {
  display: block;
}

.back-footer.back-footer-dark .footer-top .footer-menu li a::after {
  background: #7c0000 !important;
}

.back-footer.back-footer-dark .copyright .back-copy-left a {
  color: #fff;
}

.lSSlideOuter .lSPager.lSpg > li {
  padding: 30px 5px 10px !important;
}

li.lslide {
  margin: 0;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #bdbdbd;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0;
  transition: all 0.5s linear 0;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ce72e6;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0 0.35s linear 0;
  transition: border-radius 0.12s linear 0 0.35s linear 0;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(https://webapi.entab.info/api/image/RCS/public/Images/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0;
  transition: opacity 0.35s linear 0;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.breadcrumbli ul li a {
  color: #fff;
}

.slidebg:after {
  border-top: 30px solid #000;
  position: absolute;
  left: 50%;
  content: "";
  bottom: -14px;
  width: 25px;
  border-left: 30px solid #000;
  height: 25px;
  transform: rotate(45deg);
}

.slidebg {
  background: linear-gradient(180deg, #000000c4 0%, transparent 64%),
    url(https://webapi.entab.info/api/image/RCS/public/Images/slidebg.jpg)
      no-repeat center center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 90px 0px;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 999;
}

.breadcrumbli ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.breadcrumbli ul li {
  padding: 0px 5px;
  font-size: 15px;
  color: #fff;
}

.titlebg h1 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-transform: capitalize;
}

.innerpage {
  min-height: 400px;
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 999;
  background: #fff;
}

.innerpage h2 {
  font-family: "Cookie", cursive;
  color: #53b0e2;
  line-height: 40px;
  font-size: 22px;
}

.midcontain {
  width: calc(90% - 25px);
  margin: 0 auto;
  padding: 0px 50px;
}

.msgacdn .accordion-body img {
  float: right;
  margin-left: 25px;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 260px;
  margin-bottom: 25px;
}

.msgacdn h4 {
  font-size: 15px;
  padding: 10px 10px;
  margin-bottom: 0;
  color: #000000a3;
}

.msgacdn button {
  padding: 0;
}

.accordion-button::after {
}

.msgacdn .accordion-button:not(.collapsed) {
  border: #8bb6e9;
  box-shadow: 0px 0px 0px 0px !important;
  background: linear-gradient(to right, #8bb6e9 0%, #8bb6e9 51%, #93c5ff 100%);
}

.msgacdn .accordion-button:focus {
  box-shadow: none;
}

.msgacdn .accordion-button:focus {
  box-shadow: none;
}

.msgacdn .accordion-button {
  padding-right: 10px;
  border: #dbebfe;
  box-shadow: 0px 0px 0px 0px !important;
  background: linear-gradient(to right, #dbebfe 31%, #dbebfe 100%);
}

ul.innerlist li {
  list-style: none;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #504e4e;
  margin-bottom: 4px;
  line-height: 34px;
  padding-left: 30px;
}

ul.innerlist li:nth-child(3n-1):before {
  background: #46a9df;
}

ul.innerlist li:nth-child(3n-2):before {
  background: #d951fe;
}

ul.innerlist li:nth-child(3n-0):before {
  background: #884f64;
}

ul.innerlist li:before {
  position: absolute;
  content: "\F26E";
  width: 22px;
  height: 23px;
  top: 6px;
  left: 0px;
  font-family: "bootstrap-icons";
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.rulesimg {
  float: right;
  width: 45%;
  margin-left: 25px;
  margin-bottom: 10px;
}

.rulesimg.aimg {
  width: 350px;
}

.innerfooter {
  background: #ddecff5c;
}

.searchbox1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #9f9595;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #ccc;
  padding: 10px 0px;
}

h1 span i {
  font-size: 30px;
}

.searchbox1 input {
  margin: 0px 5px;
  margin-left: 40px;
}

.no-data:before {
  content: "";
  width: 100%;
  height: auto;
  left: 0;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  z-index: -1;
  position: absolute;
  top: 45%;
}

.dynamicdiv input {
  background: #ffffff;
  min-width: 19%;
  padding: 5px;
  padding-right: 0px;
  border: solid 1px #c3c3c3;
}

#ddyears {
  margin-left: 28px;
  min-width: 150px;
  padding: 5px 10px;
}

#monthli {
  margin-left: 15px;
  min-width: 150px;
  padding: 5px 10px;
}

.dynamicdiv {
  flex-direction: row;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
}

.dynamicdiv > div {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 600;
}

.mydivi {
  background: #fff;
}

.mydivi {
  display: none;
}

.selected_year,
.selected_years {
  display: block;
}

.videodetails span {
  font-size: 14px;
}

.videodesc h3 {
  font-size: 17px;
  color: #333333d4;
  font-family: "Fredoka";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.videodetails a i {
  font-size: 40px;
  color: #ff0000;
  margin-right: 20px;
}

.videodetails a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.videocontainer {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; */
  background: #fdfdfd;
}

.videodetails {
  /* width: 48%; */
  background: #fff;
  margin: 10px 0px;
  padding: 10px;
  border-radius: 6px;
  /* box-shadow: 0px -2px 6px 0px #0000004f; */
  /* display: flex; */
}

.videodesc {
  width: 93%;
}

.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;
}

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

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

.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);
  }
}

.media-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.media-gal {
  width: calc(25% - 20px);
  margin: 10px 10px;
  background: #ffff;
  box-shadow: 0px 0px 6px 1px #ccc;
  border-radius: 4px;
}

.media-img img {
  width: 100%;
  height: 213px;
  object-fit: contain;
  border-radius: 5px 5px 0px 0px;
  background: #b4e3f536;
}

.media-desc {
  padding: 10px 10px 10px 10px;
}

.media-desc h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #579bbb;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.media-desc p {
  margin-bottom: 0;
  font-size: 12px;
}

a.news_secdiv {
  width: calc(50% - 20px);
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 4px 7px 3px #ccc;
  border-radius: 6px;
  align-items: center;
}

.newssec {
  background: #fdfdfd;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

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

.innerpage p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  color: #000000ad;
}

.newsdate p {
  color: #7c0000;
}

.newsdate {
  width: 120px;
  background: #b9e0f9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 89px;
  text-align: center;
  padding: 15px 10px;
  height: max-content;
  margin: 20px;
  border: 1px dashed #397eab;
}

.newstitle h5 {
  font-size: 20px;
  color: #333;
  font-family: "Roboto";
  padding-right: 6px;
}

.newsdate p span {
  display: block;
  font-weight: 100;
  font-size: 12px;
  text-align: center;
  color: #000;
}

.newsdate p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

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

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

.attachment {
  position: absolute;
  right: 0;
  top: 0;
  background: #7c0000;
  color: #fff;
  padding: 0px 10px;
  border-radius: 0px 8px 0px 10px;
}

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

.photo-details {
  width: calc(25% - 20px);
  background: #dbebfea6;
  padding: 10px 10px 0px 10px;
  margin: 10px 10px 25px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ccccccab;
}

.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: 200px;
  object-fit: contain;
  background: #fff;
}

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

.photo-date {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 1px dashed #51a5c9;
}

.photo-date p {
  color: #7c0000;
}

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

.photo-date p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.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;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.gallerydesc {
  width: calc(21% - 26px);
  margin: 10px 5px 10px 5px;
  background: #f1f1f1;
  padding: 0px 5px;
  border: 5px solid #b4e3f58f;
  border-radius: 5px;
}

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

.fulldesc h3 {
  text-align: left;
  font-size: 23px;
  line-height: 33px;
  color: #000;
  margin-bottom: 0;
  font-weight: 100;
  font-family: "Fredoka";
}

.back a {
  color: #7f6c27;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.eventsec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  background: #fdfdfd;
}

a.eventblock {
  width: calc(49% - 7px);
  background: #fff;
  padding: 10px;
  margin: 10px 10px 10px 0px;
  box-shadow: 0px 0px 8px 4px #00000021;
  border-radius: 5px;
  position: relative;
}

.events-img {
  width: 160px;
  margin-right: 15px;
  float: left;
}

.events_div h3 {
  font-size: 20px;
  color: #333;
  font-family: "Roboto";
  margin-bottom: 5px;
}

.events_div p {
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0;
}

.events-time span i {
  color: #306c26;
}

.events-img img {
}

.events-time span {
  padding: 0px 10px 0px 0px;
}

a.news_secdiv {
  width: calc(50% - 20px);
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 4px 7px 3px #ccc;
  border-radius: 3px;
  align-items: center;
}

.events-img img {
  width: 100%;
  height: 110px;
  border: 5px solid #b4e3f561;
  object-fit: contain;
  background: #ccc;
}

.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: #ace5f2;
  padding: 10px;
  text-decoration: none;
  color: #7c0000;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
}

.viewdetailsbtn:hover {
  background: #4b97b5;
  color: #fff;
}

.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;
}
.appmobile img {
  margin-right: 10px;
  width: 100px;
}
.appmobile {
  display: flex;
  flex-wrap: wrap;
}
.assistance {
  background: rgb(155 47 183 / 7%);
  padding: 13px;
  border: solid 1px #ddd;
}

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

.years {
  min-height: 250px;
  position: relative;
  display: none;
}

.showYear {
  display: block;
  /* background: #ffffff; */
}

.years:before {
  /* content: "No Data Found"; */
  position: absolute;
  transform: translate(-48%, -16%);
  left: 50%;
  font-size: 60px;
  top: 8%;
  z-index: -11;
}

.next {
  background: #af4301;
  text-align: center;
  display: block;
  width: max-content;
  margin: 20px auto;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.5s ease-in;
  cursor: pointer;
}

.next:hover {
  background: #496c97;
}

.ourschoolsec {
  position: relative;
  float: right;
  width: 30%;
  margin-left: 30px;
  margin-bottom: 20px;
}

.ourschoolsec .bg1-about {
  position: absolute;
  top: 3%;
  left: 2%;
  z-index: -1;
}

a.readmore {
  text-align: right;
  display: block;
  color: #9d2e01;
}

.aboutbox {
  background: #fff;
  width: 295px;
  padding: 20px 20px 25px;
  position: absolute;
  right: 20px;
  top: 40%;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%), inset 0 1px 0 #ececec;
  border-radius: 5px;
}

.ourschoolsecimg {
  display: flex;
  margin-bottom: 32px;
}

.ourschoolsecimgbottom img {
  width: 100%;
  box-shadow: 0px 0px 9px 3px #0000002b;
}

.ourschoolsecimg img {
  box-shadow: 0px 0px 9px 3px #0000002b;
}

.aboutbox h5 {
  color: #9e3000;
  line-height: 30px;
  font-size: 18px;
}

.aboutbox h5 span {
  font-size: 30px;
  display: block;
  color: #61b3e6;
  padding-top: 5px;
}

.ourschoolsecimg > div:first-child {
  margin-right: 30px;
  margin-top: 30px;
}

.clr {
  clear: both;
}

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

.tabs.tabs-content.col {
  width: 100%;
  background: #dbebfe66;
  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 {
  font-size: 14px;
  position: relative;
  padding: 5px 15px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  background: #dbebfe;
  border-bottom: 1px solid #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  color: #000;
}

.tabs-nav a:hover,
.tabs-nav a.selected {
  background: #70bce2;
  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;
}

.stafftab h5 {
  color: #ea5e06;
  font-size: 18px;
}

.stafftab .content h4 {
  color: #a023fb;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Fredoka";
}

.contactus {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.contactusicn p span {
  display: block;
  color: #333333;
  font-size: 15px;
}

.contactusicn p {
  font-size: 30px;
  color: #63add1;
  padding: 10px 20px;
  text-align: left;
  line-height: 40px;
}

.contactustop {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contactus {
}

.contactusimg {
  width: 50%;
}

.contactusicn {
  display: flex;
  margin-bottom: 10px;
  padding-left: 45px;
  align-items: center;
}

.contactimg {
  margin-right: 10px;
  width: 60px;
  margin-bottom: 20px;
}

.contactinfo {
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  margin-top: 50px;
}

.contactform {
  width: 50%;
  padding: 30px;
}

.contactmap {
  width: 50%;
}

.formdiv {
  margin-bottom: 10px;
}

.formdiv label {
  color: #000;
}

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

table {
  background: #fff;
}

tr.winterbg {
  background: #bce9ff !important;
  text-align: center;
}

tr.tablebg {
  background: #d486ff1f !important;
  text-align: center;
}

table thead {
  background: #70bce2;
  color: #fff;
}

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

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

table tbody tr:nth-child(odd) {
  background: #dbebfe;
}

table tbody tr:nth-child(even) {
  background: #fef2e940;
}

a.syllbs {
  text-align: center;
  display: block;
  color: #7c0000;
}

.timing {
  position: relative;
}

.timingdesc {
  position: absolute;
  top: 350px;
  left: 230px;
  width: calc(90% - 25px);
  margin: 0 auto;
  padding: 0px 50px;
}

.timing img {
  width: 1920px;
  height: 1020px;
  margin: 0 auto;
  display: block;
}

.anthem {
  background: #e5f1ff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 50px 30px 50px;
  box-shadow: inset 0px 3px 3px 0px rgb(0 0 0 / 10%);
  -webkit-box-shadow: inset 0px 3px 3px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.anthem:before {
  content: "";
  background: url("https://webapi.entab.info/api/image/RCS/public/Images/anthembg.jpg") -20px
    0px;
  box-shadow: 0px 5px 5px 0px rgb(100 100 100 / 20%);
  -webkit-box-shadow: 0px 5px 5px 0px rgb(100 100 100 / 20%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.2);
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  height: 102%;
  width: 101%;
  top: -7px;
  left: -7px;
  z-index: -1;
  background-size: 282px auto;
}

.anthemimg {
  float: right;
  width: 25%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px #00000045;
}

.anthemimg img {
  border: 10px solid #fff;
  border-radius: 5px;
  width: 100%;
}

.anthemimg:hover .anthemtxt {
  margin-left: 0;
}

.anthemtxt {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #82bbdb;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  margin-left: -305px;
  color: #fff;
}

.anthemtxt a:hover,
.anthemtxt a {
  color: #fff;
}

.anthem p strong {
  display: block;
}

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

.ptmboxinfo {
  width: calc(34% - 30px);
}

.ptmboxinfo.ptmboximg img {
  border-radius: 166px;
  width: 302px;
  height: 302px;
  margin: 0 auto;
  display: block;
  border: 2px dashed #628fcd;
  padding: 5px;
  position: relative;
  z-index: 9999;
}

.innerfooter .container {
  max-width: 1600px;
}

.ptmboxinfo.ptmboximg {
  display: flex;
  align-items: end;
  position: relative;
  width: 520px;
}

.ptmboximgfst img {
  width: 130px !important;
  height: 130px !important;
}

.ptmboximgfst {
  position: absolute;
  left: 20px;
  z-index: -1;
}

.ptmboximgscd {
  position: absolute;
  right: 35px;
  z-index: -1;
}

.ptmboximgscd img {
  width: 130px !important;
  height: 130px !important;
}

.messageboximg {
  width: 25%;
  float: right;
  border: 5px solid #eaf4ff;
  border-radius: 4px;
  padding: 3px;
  margin-left: 20px;
}

.messageboximg img {
  width: 100%;
}

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

.candidatesbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.candidatesinfo {
  width: calc(50% - 20px);
  margin: 10px auto 20px auto;
}

.candidatesinfo img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(40deg);
  }
}

.candidatesinfo a {
  background: #6595cf;
  width: max-content;
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff !important;
  transition: all 0.3s ease-in;
}

.candidatesinfo a:hover {
  background: #550000;
}
.table td {
  min-width: 130px;
}
.media-gallery.faculty {
  text-align: center;
}

.media-gallery.faculty img {
  width: 80% !important;
  height: 250px;
  margin-top: 15px;
  /* object-position: center; */
  object-fit: ce;
  object-fit: contain;
  /* min-height: 146px; */
  margin: auto;
  display: block;
}

.media-gallery.faculty h5 {
}

.media-gallery.faculty .media-gal {
  width: calc(20% - 20px);
}

/* ---------- Topper & Birtday--------------*/

.TopperBirthday .card p {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}

.TopperBirthday .carousel-control-prev-icon,
.TopperBirthday .carousel-control-next-icon {
  background-color: #7c0000;
  border-radius: 50%;
  padding: 10px;
}

.TopperBirthday .carousel-inner {
  border-radius: 15px;
}

.TopperBirthday img.rounded-circle {
  border: 4px solid #7c0000;
  object-fit: contain;
  object-position: center;
  width: 140px;
  height: 140px;
  transition: transform 0.3s ease;
}

.TopperBirthday img.rounded-circle:hover {
  transform: scale(1.05);
}

@media (max-width: 1600px) {
  .timingdesc {
    left: 184px;
  }

  .anthem:before {
    left: -5px;
  }

  .gallerydesc {
    width: calc(26% - 26px);
  }

  .photo-img img {
    height: 165px;
  }
}

@media (max-width: 1399px) {
  .media-gallery.faculty .media-gal {
    width: calc(25% - 20px);
  }
  .tm-floating-objects > span {
    width: 100px !important;
    height: 130px !important;
    background-size: 100%;
  }
  .timingdesc {
    left: 160px;
    width: calc(74% - 25px);
  }

  .ptmboxinfo.ptmboximg {
    width: 550px;
  }

  .anthem:before {
    left: -3px;
  }

  .ourschoolsec {
    width: 40%;
  }

  .rulesimg {
    width: 55%;
  }

  .messageboximg {
    width: 30%;
  }

  .contactusicn {
    padding-left: 20px;
  }

  #cssmenu > ul > li > a {
    padding: 13px 5px;
    font-size: 15px;
    letter-spacing: 0px;
    text-shadow: none;
  }

  .maintitle {
    font-size: 34px;
    padding-bottom: 10px;
  }

  .item-content h2 {
    font-size: 34px;
  }

  .bd-footer-widget-2 {
    margin-inline-start: 0px;
  }

  .bd-footer-widget-3 {
    margin-inline-start: 0px;
  }

  .bd-promotion-counter {
    flex-direction: column;
    gap: 0;
    padding-inline-end: 18px;
  }

  .header .menu > ul > li > a {
    padding: 5px 11px;
  }

  .back-footer .footer-top {
    padding: 70px 0 30px;
  }

  .rsd-about-content-list ul li:nth-child(2) {
    display: none;
  }

  .OnlineR {
    /* bottom: 190px; */
    /* right: 0; */
    /* display: flex; */
    /* justify-content: flex-start; */
  }

  .bounce1 {
    /* border-radius: 0 50px 50px 0; */
  }

  a.downloadoth {
    width: 100%;
  }

  .down {
    flex-wrap: wrap;
  }

  .photo-details {
    width: calc(35% - 40px);
  }

  a.news_secdiv {
    width: 100%;
  }

  .media-img img {
    height: 145px;
  }

  .dynamicdiv {
    padding: 6px 6px;
    flex-wrap: wrap;
  }

  .dynamicdiv > div {
    margin-bottom: 0px;
    width: auto;
  }

  .searchbox1 input {
    margin-left: 0;
  }
}

@media screen and (max-width: 1217px) {
  .navigation {
    padding: 0px;
  }

  nav {
    width: 100%;
  }

  #cssmenu {
    width: 100%;
    z-index: 9999;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
    background: #ffffff;
    z-index: 9;
    margin-top: 16px;
    box-shadow: 0px 4px 16px 5px #9d9b9b8c;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #d9d2db;
  }

  #cssmenu ul li:hover {
    /* background:#d015ff; */
    opacity: 0.6;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    /* border-bottom:0; */
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 15px;
    border-top: none;
  }

  #cssmenu ul ul li {
    margin-left: 0;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #fff;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    justify-content: flex-start;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 15px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: #cb00ff;
  }

  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    content: "";
  }

  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }

  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #d9d2db;
    height: 42px;
    width: 42px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #000000;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }

  #cssmenu > ul > li {
    float: left;
    margin-left: 0;
    margin-bottom: 0;
  }

  #cssmenu {
    height: 46px;
    padding-top: 0px;
    border-radius: 0;
    /* position:inherit; */
    width: 100%;
    margin-top: 18px;
    /* background: #cb00ff; */
  }

  #cssmenu > ul > li > a {
    color: #fff;
    padding: 13px 9px 15px 8px;
  }

  .no-pad-menu {
    padding-left: 0;
    padding-right: 0;
  }

  #cssmenu {
    float: left;
    width: 100%;
  }

  #cssmenu > ul > li > a {
    color: #fff;
    padding: 13px 11px 13px 10px;
  }

  #cssmenu > ul > li.has-sub > a:before {
    background: #fff;
  }

  #cssmenu > ul > li.has-sub > a:after {
    background: #fff;
  }

  #cssmenu > ul > li {
    float: left;
  }
}

@media (max-width: 1199.98px) {
  .tm-floating-objects > span {
    width: 60px !important;
    height: 80px !important;
    background-size: 100%;
  }
  .btn-style-one {
    display: block;
    margin-bottom: 20px;
    width: max-content;
  }
  .ptmbox {
    flex-wrap: wrap;
  }

  .ptmboxinfo {
    width: 100%;
  }

  .ptmboxinfo.ptmboximg {
    order: 2;
  }

  .anthemimg {
    width: 33%;
  }

  .messageboximg {
    width: 42%;
  }

  .back-footer .footer-top .footer-widget.footer-widget-2 {
    padding-left: 0;
  }

  .blog__area {
    padding-bottom: 50px;
  }

  .bd-promotion-list {
    display: none;
  }

  .gal-sec {
    padding: 50px 0px;
  }

  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-two-columns
    .tm-sc-custom-columns-holder-item {
    width: 100%;
    display: inline-block;
    height: auto;
  }

  .tm-sc-custom-columns-holder-item .item-content.tm-custom-columns-11 {
    padding: 5% 5% 5% 5% !important;
  }

  .back-footer .footer-top .footer-widget .footer-title {
    padding-top: 20px;
  }

  .rsd-about-content-list ul li:nth-child(1) {
    display: none;
  }

  .modal-dialog {
    min-width: 80%;
    margin-top: 35px;
  }

  .rsd-about-shape {
    bottom: -313px;
  }

  .tm-sc-custom-columns-holder-item .item-content.tm-custom-columns-12 {
    padding: 100px 10% 60px 10% !important;
  }

  a.eventblock {
    width: 100%;
  }

  .erppopup {
    width: 44%;
  }

  .gallerydesc {
    width: calc(26% - 21px);
  }

  .midcontain {
    width: calc(100% - 25px);
  }
}

@media (max-width: 991.98px) {
  .media-gallery.faculty .media-gal {
    width: calc(33% - 20px);
  }

  .timingdesc {
    left: 122px;
  }

  .anthem {
    width: 100%;
  }

  .bd-promotion-counter {
    flex-direction: row;
    gap: 11px;
    padding-inline-end: 18px;
  }

  .slider-rightmenu {
    position: fixed;
    top: 600px;
  }

  .back-footer .footer-top .footer-widget .footer-address li {
    margin-bottom: 5px;
  }

  .rsd-about-wrap {
    margin-top: 30px;
  }

  .Our-Patron {
    right: 0;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    position: inherit;
  }

  .Our-Patron img {
    border: 1px dashed #fff;
    width: 245px;
    border-radius: 100%;
    padding: 2px;
    box-shadow: 1px 1px 20px 2px #ffe216;
    background: #fff;
    text-align: center;
    z-index: 99;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  .enter-sec-details img {
    visibility: hidden;
    padding: 0;
  }

  .enterbtn {
    margin-top: 247px;
  }

  .enter-sec-details p {
    display: none;
  }

  .erpboxdesc {
    width: 100%;
  }

  .erpboximg {
    width: 100%;
  }

  .gallerydesc {
    width: calc(34% - 21px);
  }

  .photo-details {
    width: calc(51% - 26px);
    margin: 10px 8px 25px 8px;
  }

  .media-gal {
    width: calc(33% - 20px);
  }

  .no-data:before {
    top: 55%;
  }

  .searchbox1 input {
    margin-left: 0;
    min-width: 99%;
  }

  .dynamicdiv > div {
    margin-bottom: 10px;
  }

  .midcontain {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  .years:before {
    font-size: 40px;
  }
  .media-gallery.faculty .media-gal {
    width: calc(50% - 20px);
  }
  .timingdesc {
    position: static;
    width: 100%;
  }

  .timing img {
    display: none;
  }

  .anthemtxt {
    margin-left: -379px;
  }

  .anthemimg {
    width: 60%;
    float: none;
    margin: 0 auto 10px auto;
  }

  .ourschoolsecimg {
    justify-content: center;
  }

  .ourschoolsec {
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
  }

  .rulesimg {
    width: 100%;
    float: none;
    margin: 0 auto 10px auto;
  }

  .messageboximg {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }

  .msgacdn .accordion-body img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }

  .contactform {
    width: 100%;
  }

  .contactmap {
    width: 100%;
  }

  .contactusimg img {
    width: 56%;
    margin: 0 auto;
    display: block;
  }

  .contactus {
    width: 100%;
  }

  #cssmenu {
    height: 46px;
    padding-top: 0px;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    background: #cb00ff;
  }

  #head-mobile span {
    display: block;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  #cssmenu ul {
    margin-top: 0px;
  }

  .tabs-nav {
    width: 100%;
  }

  .contactusimg {
    width: 100%;
  }

  .tabs.tabs-content.col {
    margin-left: 0px;
  }

  .labtab {
    flex-wrap: wrap;
  }

  .ourstaff .managementimg {
    width: calc(49% - 20px);
  }

  .bd-promotion-counter-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .bd-promotion-counter::before {
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
  }

  .bd-promotion-counter-number p {
    font-size: 32px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
  }

  .bd-promotion-counter-number p span {
    text-align: left;
    min-width: auto;
  }

  .slider-rightmenu {
    top: 500px;
    position: absolute;
  }

  .modal-dialog {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
  }

  .OnlineR {
    /* bottom: 500px; */
  }

  div#sliderIndicators {
    padding-top: 20px;
  }

  .bd-footer-widget-title {
    margin-bottom: 17px;
    font-size: 20px;
  }

  .erppopup {
    width: 100%;
  }

  .tcblock iframe {
    width: 100%;
  }

  .tcblock {
    flex-wrap: wrap;
  }

  .tc {
    width: 100%;
  }

  .datedetails span {
    width: 100%;
  }

  .gallerydesc img {
    height: auto;
  }

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

  .gallerydesc {
    width: calc(51% - 21px);
  }

  .media-gal {
    width: calc(50% - 20px);
  }

  .no-data:before {
    top: 55%;
    font-size: 35px;
  }

  .videodetails {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .media-gallery.faculty .media-gal {
    width: calc(100% - 20px);
  }
  .events-img img {
    height: auto;
  }

  .events-img {
    width: 100%;
    margin: 0 auto 10px auto;
    float: none;
  }

  .photo-details {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .newsdate {
    border-radius: 8px;
  }
  .candidatesinfo {
    width: 100%;
  }

  .ptmboxinfo.ptmboximg {
    width: 100%;
  }

  .ptmboximgscd {
    display: none;
  }

  .contactusicn {
    padding-left: 0;
  }

  .ptmboximgfst {
    display: none;
  }

  .contactusicn p {
    font-size: 23px;
    padding: 0px 20px;
    line-height: 30px;
  }

  .contactimg {
    width: 34px;
    margin-bottom: 10px;
  }

  .contactusimg img {
    width: 85%;
  }

  .header-logo {
    width: 100%;
  }

  .gallerydesc {
    width: 100%;
  }

  .media-gal {
    width: 100%;
    margin: 10px 0px;
  }

  .bd-footer-widget-title.mb-30 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .maintitle {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .facilities__social {
    padding: 136px 20px 30px;
  }

  .rsd-section-subtitle {
    font-size: 16px;
  }

  .back-footer .footer-top {
    padding: 40px 0 25px;
  }

  .back-footer .footer-top .footer-widget .footer-address {
    margin-bottom: 2px;
  }

  .video-sec {
    padding: 40px 0;
  }

  .mesdesk-section {
    padding: 40px 0;
  }

  .blog__area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .facilitiessec {
    padding: 40px 0;
  }

  .rsd-about-content-list {
    margin-bottom: 0;
  }

  .rsd-about-area {
    padding-top: 15px;
  }

  .slider-rightmenu {
    position: fixed;
  }

  .bd-footer-copyright-text p {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
}

@media (max-width: 420px) {
  .lastdviv .contactimg img {
    max-width: 50px;
    height: 30px;
  }

  .breadcrumbli ul {
    flex-wrap: wrap;
  }

  .msgacdn .accordion-body img {
    width: 100%;
  }

  .titlebg h1 {
    font-size: 20px;
    text-align: center;
  }

  #monthli {
    min-width: 129px;
  }

  #ddyears {
    min-width: 130px;
  }

  .committeesdesc {
    width: 100%;
  }

  .stafftab h5 {
    font-size: 15px;
    padding-top: 10px;
  }

  .stafftab .content h4 {
    font-size: 19px;
  }
  .modal-dialog h1 {
    font-size: 16px;
  }
  .why-choose-us-item {
    flex-direction: column;
    align-items: center;
  }

  .why-choose-us-item .why-choose-us-content {
    margin-top: 20px;
  }
}

/* vikas css */

.inrhgt {
  min-height: 600px;
  padding: 40px 65px 40px;
  margin-bottom: 30px;
}

.mainhead {
  padding-bottom: 11px;
  line-height: 1;
  letter-spacing: 0;
  color: #085283;
  font-size: 30px;
  margin: 0 0 0 0.25em;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: unset;
  /* border-left: 3px solid #d89c72; */
  padding-left: 10px;
}

.fulwidth {
  margin: 0px;
  margin-bottom: 20px;
}

.searchbox1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #70bad3; */
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #6666664a;
  padding: 10px 0px;
}

.searchbox1 input {
  margin: 0px 5px;
  margin-left: 40px;
}

.dynamicdiv input {
  background: #ffffff;
  width: 100%;
  padding: 5px 10px;
  padding-right: 0px;
  border: 1px solid #223a75;
}

#ddyears {
  margin-left: 10px;
  min-width: 150px;
  padding: 5px 10px;
  border: 1px solid #00527b;
}

#monthli {
  margin-left: 10px;
  min-width: 150px;
  padding: 5px 10px;
  border: 1px solid #00527b;
}

.dynamicdiv {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
}

.event-flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.event-column {
  margin-bottom: 10px;
}

.inr-news-blk {
  height: 150px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
}

.inr-news-blk h6.date {
  font-size: 16px;
  writing-mode: vertical-rl;
  text-align: center;
  font-weight: 600;
  margin: 0px 0px;
  color: #ffffff;
  height: 100%;
  transform: rotate(180deg);
  background: #264796;
  padding: 0px 5px;
  /* border-right: 5px solid #aed4e4; */
}

.inr-news-content {
  padding: 10px 15px;
  word-break: break-word;
  position: relative;
}

.dynamicdiv > div {
  display: flex;
  width: 100%;
  align-items: center;
  color: black;
}

.event-column {
  margin-bottom: 10px;
}

.inr-event-blk {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
}

.inr-event-img {
  min-width: 250px;
  width: 250px;
  height: 160px;
  min-height: 160px;
  margin-right: 5px;
  overflow: hidden;
  will-change: transform;
}

.inr-event-img img {
  width: 250px;
  height: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  will-change: transfrom;
  object-fit: contain;
  background: #dddddd;
}

.inr-event-content {
  overflow: hidden;
  padding: 10px 15px;
  word-break: break-word;
  position: relative;
}

.inr-event-content:before {
  display: none;
  position: absolute;
  content: "";
  height: 100%;
  width: 98%;
  background: linear-gradient(45deg, #eddfeb, #fff4da);
  transform: skewX(70deg);
  top: 0;
  left: 0;
}

.inr-event-content h6.date {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #d89c72;
  margin-bottom: 8px !important;
  font-weight: 600;
  position: relative;
  margin: 0;
}

.inr-event-content h3 {
  color: #232323;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px !important;
  font-weight: 600;
  position: relative;
  margin: 0;
}

.inr-event-content p {
  font-size: 15px !important;
  line-height: 28px !important;
  color: #383838 !important;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 15px !important;
}

.inr-event-content h6.loc {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px !important;
  position: relative;
  margin: 0;
}

.inr-event-content h6.loc a {
  color: #6e6e6e;
}

.inr-event-content h6.loc span {
  margin-left: 20px;
}

.inr-event-content h6.loc span i {
  color: #000000;
}

.inr-event-blk:hover .inr-event-img img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.2, 1.2, 1.2);
}

@media (max-width: 1300px) {
  .dynamicdiv input {
    width: 50%;
    margin: 0px !important;
  }

  .dynamicdiv > div {
    width: 50%;
    margin-bottom: 20px;
  }

  .dynamicdiv {
    flex-wrap: wrap;
  }
}

/*********Media quiry*****************/
@media (max-width: 1600px) {
  .contact-flex .contact-flex-box {
    width: 47%;
    margin-bottom: 20px;
  }

  .contact-flex-box:nth-child(03) {
    width: 100%;
  }

  .flexbox-v > div {
    width: 31%;
  }
}

@media (max-width: 1399px) {
  .facilities-area-container {
    width: 100%;
  }

  .four-wdth {
    height: 200px;
  }
}

@media (max-width: 1300px) {
  .dynamicdiv input {
    width: 50%;
    margin: 0px !important;
  }

  .dynamicdiv > div {
    width: 50%;
    margin-bottom: 20px;
  }

  .dynamicdiv {
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .cbse-disclosure a {
    width: 48%;
  }

  .notification .modal-dialog {
    min-width: 80%;
    margin-top: 35px;
  }

  .sub-gallery > div {
    font-size: 13px;
  }

  .four-wdth {
    height: 250px;
  }

  .our-patron {
    width: 40%;
  }

  .rightimg {
    width: 400px;
  }

  .inrhgt {
    padding: 40px 40px 40px;
  }

  .inner-slider ol.breadcrumb {
    left: 20px !important;
  }

  .smartlib-top-navbar {
    height: auto;
  }

  .top-rightside {
    justify-content: center;
    border-top: solid 1px #33465a;
    margin: 6px;
  }

  .top-social {
    padding-right: 0px;
  }

  .erplogin {
    padding: 1px 16px;
  }

  .menu-main i {
    display: block;
  }

  .about-image {
    width: 45%;
  }

  .about-con {
    width: 55%;
  }

  .about-con h1 {
    font-size: 35px;
  }

  h1 {
    font-size: 35px;
  }

  .parallax-mercy h2 {
    font-size: 35px;
  }

  .back-footer .footer-top .footer-widget .footer-title {
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 20px;
  }

  .back-footer .footer-top .footer-widget.footer-widget-2 {
    padding-left: 0px;
  }

  .date-att {
    display: grid;
    justify-content: center;
  }

  .att {
    margin-bottom: 14px;
  }

  .header .content-link ul li {
    padding: 10px 20px;
  }

  .header .sub-menu-desktop {
    flex-direction: column;
  }

  .header .mega-menu-panel .first-col {
    min-width: 100%;
    height: auto;
    max-width: 100% !important;
    margin-bottom: 25px;
  }

  .header .list-mega-menu ul li {
    line-height: 28px;
  }

  .header .col.last-col {
    width: 100%;
    max-width: 100%;
  }

  .header h6.long-description {
    padding: 0px;
  }

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffefe;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
    background: #2c3e51;
    padding: 6px;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }

  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu > ul > li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }

  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }

  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 25px;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .erpbox img {
    width: 100%;
  }

  .erpmain > div.erp-right {
    width: 100%;
  }

  .erp-blk > div {
    width: 45%;
  }

  .erpmain > div.erp-left {
    width: 100%;
  }

  .timing > div {
    width: 100%;
    margin-bottom: 15px;
  }

  .cbse-disclosure a {
    width: 100%;
  }

  .contact-flex .contact-flex-box {
    width: 100%;
  }

  .sub-gallery > div {
    width: 40%;
    background: #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .sub-gallery {
    background: unset;
  }

  .flexbox-v > div {
    width: 46%;
  }

  .parental .discipline-blk {
    height: auto !important;
  }

  .four-wdth {
    width: 100%;
    height: 200px;
  }

  .tc {
    flex-direction: column;
  }

  .admission > div {
    width: 100%;
    margin-left: unset;
  }

  .our-patron {
    width: 45%;
  }

  .rs-latest-events.bg-wrap:after {
    width: 30%;
  }

  .about-image {
    width: 100%;
    margin: 0 auto;
  }

  .about-con {
    width: 100%;
    margin: 0 auto;
  }

  .rs-latest-events.style1 .event-wrap .events-short .content-part .title a {
    font-size: 17px;
  }

  .aboutarea {
    display: grid;
  }

  ul.gallery-grid > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .rs-latest-events.style1 .event-wrap .events-short .date-part .date {
    font-size: 33px;
  }

  .eventbox h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .dynamicdiv input {
    width: 100%;
  }

  .dynamicdiv > div {
    width: 100%;
  }

  .dynamicdiv {
    flex-direction: column;
  }

  section.inrhgt p {
    text-align: left;
  }

  .notification .modal-dialog {
    width: 100%;
    padding: 15px;
    margin: 0px auto;
  }

  .notification .modal-dialog img {
    height: 300px;
  }

  .d-grid {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }




.OnlineR {
    position: relative !important;
    top: 40px !important;
}


.bounce1 {
    border-radius: 10px;
    padding:10px 10px;
    
}


  .online-reg {
    left: 0;
    right: unset;
    padding: 5px 8px;
    padding-top: 5px;
    top: 47%;
  }

  .online-reg a {
    font-size: 13px;
  }

  .online-reg img {
    width: 25px;
    margin-right: 3px;
    top: -26px;
  }

  .online-reg i {
    font-size: 14px;
  }

  .erp_links {
    position: absolute;
  }

  .erp_links img {
    width: 60px;
  }

  .inr-event-img {
    width: 100%;
    background: #ededed;
    min-height: auto;
  }

  .inr-event-blk {
    flex-direction: column;
  }

  .discipline-blk p {
    text-align: left;
  }

  .four-blk p {
    text-align: left !important;
  }

  .four-wdth {
    flex-direction: column;
    height: auto;
    margin-right: unset;
  }

  .four-blk h3.num {
    height: auto;
    border-bottom: 3px solid#00366c59;
    writing-mode: unset;
    border-left: unset;
  }

  .our-patron {
    width: 80%;
    float: none;
    margin: 0 auto 20px auto;
  }

  .subhead {
    font-size: 18px !important;
  }

  .mainhead {
    line-height: 33px;
    font-size: 27px;
  }

  section.inner-slider {
    height: 200px;
  }

  .rightimg {
    width: 95%;
    float: unset;
    margin-left: unset;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .inrhgt {
    padding: 40px 15px 40px;
  }

  .inner-slider ol.breadcrumb li {
    font-size: 13px !important;
    margin-bottom: -29px;
  }

  .inner-slider ol.breadcrumb {
    margin: 0 0;
    line-height: 16px;
    left: 0 !important;
    bottom: 50px !important;
  }

  .rs-footer .footer-bottom {
    padding: 11px 0;
  }

  .rs-footer .footer-bottom .copyright p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 12px;
  }

  .col-lg-6.pr-65.pt-24.md-pt-0.md-pr-15.md-mb-30 {
    padding-right: 0;
  }

  .rs-latest-events.style1 .event-wrap .events-short {
    padding: 15px 0px;
  }
}

@media (max-width: 575.98px) {
      .bounce1 {
        font-size: 13px;
    }
  .erp-blk > div {
    width: 100%;
    margin-bottom: 15px;
  }

  .notification .modal-dialog img {
    height: 300px;
  }

  .inr-event-img img {
    width: 100%;
  }

  .contact-container > div {
    margin-left: unset;
    flex-direction: column;
  }

  .contact-info h6.title {
    text-align: center;
  }

  .contact-icon {
    min-width: 100%;
    min-height: 85px;
    width: 100%;
  }

  .sub-gallery > div {
    width: 100%;
    background: #ddd;
    margin-right: unset;
    margin-bottom: 10px;
  }

  .month-selection ul li {
    margin: 5px 0px;
    width: 33px;
    text-align: CENTER;
    font-size: 10px;
    padding: 0;
  }

  .flexbox-v > div {
    width: 100%;
  }

  .yearbox {
    position: absolute;
    left: 10px;
  }

  .search-wrapper.active .input-holder {
    width: 290px;
    margin-bottom: 52px;
  }

  .searchyearblk {
    align-items: end;
  }

  ul.gallery-grid > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .about-con h1 {
    font-size: 30px;
  }

  .about-con h2 {
    text-align: center;
  }

  h1 {
    font-size: 30px;
  }

  .parallax-mercy h2 {
    font-size: 30px;
  }

  .head2 {
    font-size: 30px;
  }

  .back-footer .footer-top .footer-widget .footer-address li {
    margin-bottom: 10px;
  }

  .top-social {
    display: none;
  }

  div.top-nav-right {
    margin-left: 0px;
    position: inherit;
    text-align: center;
  }

  .top-rightside {
    display: block;
  }

  .erplogin {
    width: fit-content;
    margin: 0 auto;
  }

  .back-footer .footer-top {
    padding: 20px 0 10px;
  }
}

@media (max-width: 360px) {
  .online-reg {
    top: 30%;
  }

  .erp_links {
    top: 226px;
    bottom: unset;
  }
}

.blockdiv {
  display: none;
  font-size: 20px;
}

.load {
  font-size: 17px;
  color: #225584;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}

.load p {
  border: 1px solid #235588;
  padding: 5px 10px;
  border-radius: 4px;
  background: #29598a;
  color: #fff;
  width: max-content;
}

.selected_years {
  display: block;
}

.sendbtn input {
  padding: 8px 30px;
  background: #030e29;
  border: 1px solid #07102c;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.sendbtn input:hover {
  background: #ca4444;
  border: 1px solid #ca4444;
}

.OnlineR {
  position: absolute;
  z-index: 9;
  text-align: center;
  color: #fff;
  top: 180px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  /* width: 100%; */
  /* left: -15px; */
}
.OnlineAnnounce {
  position: absolute;
  z-index: 9;
  text-align: center;
  color: #fff;
  bottom: 230px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  /* width: 100%; */
  right: 0px;
}

.OnlineAnnounce a {
  color: #fff;
}

a.downloadPic {
  background-image: linear-gradient(to right, #b770ca, #780097);
  padding: 5px 18px;
  color: #fff;
  border-radius: 5px;
  margin-left: auto;
  display: block;
  width: max-content;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-top: 10px;
}

.gallery_image {
  height: 400px;
  object-fit: contain;
  object-position: center;
}
