@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

:root {
  --color-primary: #0d3b66;
  --color-secondary: #fca311;
}

body {
  font-family: "poppins";
}

section {
  padding: 80px 0 0 0;
  overflow: hidden;
  background: #fff;
}

/* Global css start */
.title {
  font-weight: 600;
}

.color-secondary {
  color: var(--color-secondary);
}

.sec-bubble {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.sec-bubble .bubble {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00c7c6;
  border-radius: 50%;
}

.sec-bubble .bubble:nth-child(1) {
  top: 0;
  left: 50%;
  z-index: 3;
  margin-left: -10px;
}

.sec-bubble .bubble:nth-child(2) {
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--color-primary);
}

.sec-bubble .bubble:nth-child(3) {
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: var(--color-secondary);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.padding-12 {
  padding: 12px;
}

.image-in-frame {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Global css end */
/* header slice css starts */
.header_slice {
  background-color: #fff;
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 99;
  top: 0;
}

.top-header .contactdetails {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.top-header {
  padding: 10px 0;
  /* position: fixed; */
  top: 0;
  z-index: 99;
  width: 100%;
  background: #f78c1c;
}

.top-header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
  font-size: 25px;
  display: flex;
  align-items: center;
}

.top-header .iconlist {
  display: flex;
  justify-content: flex-end;
}

.top-header .iconslist {
  margin: 0 5px;
  filter: invert(1);
}

.top-header .mFocus {
  text-decoration: none;
  transition: 0.5s;
  color: #000;
}

.top-header .show-cone {
  width: 25px;
}

.top-header .dropdown-one {
  position: relative;
  display: inline-block;
  /* outline: auto; */
  cursor: pointer;
  color: #000;
}

.dropdown-one:focus-visible {
  outline: auto !important;
}

.top-header .dropdown-one-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 55px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  right: -5px;
  margin-top: 1px;
}

/* Links inside the dropdown-one */
.top-header .dropdown-one-content a {
  color: var(--theme-color);
  padding: 9px 16px;
  text-decoration: none;
  display: flex !important;
}

.top-header .dropdown-one-content a:hover,
.top-header .dropdown-one-content a:focus {
  background-color: #0d3b66;
  color: #fff;
}


/* Show the dropdown-one menu on hover */
.top-header .dropdown-one:hover .dropdown-one-content,
.top-header .dropdown-one:focus .dropdown-one-content,
.top-header .dropdown-one:focus-visible .dropdown-one-content {
  display: block;
}

.top-header .btn-orange {
  color: #ff6f37 !important;
  padding: 0;
  margin: 0;
}

.top-header .xt-blog-form label,
.newsletter-form label {
  display: none;
}

.top-header .form-control {
  height: 38px;
  /* padding: 0 0 0 12px; */
  line-height: initial;
  color: #252525;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}

.top-header .form-control:focus {
  box-shadow: none;
}

.top-header .searchbtn {
  background: white;
  color: #fff;
  border-radius: 0;
  outline: none;
  padding: 0 10px;
}

.top-header .accessiblelinks {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* header slice css ends */
/* loader + top  */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(to right,
      #fff1ed,
      #ffefef,
      #ffeef3,
      #ffeef9,
      #fdeeff);
  background: #fff;
  transition: 0.5s;
  overflow: hidden;
}

.preloader-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 250px;
  width: 250px;
}

.preloader-thumb img {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader-thumb-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.preloader {
  display: none;
}

/* .preloaderStyle {
  background: red;
  width: 100%;
  height: 100px;
} */
#scroll-top {
  background-color: var(--color-secondary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 12px;
  position: fixed;
  bottom: 115px;
  right: 29px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

#scroll-top .mdi {
  font-size: 2.5em;
  line-height: 50px;
  color: #fff;
}

#scroll-top:hover {
  cursor: pointer;
  opacity: 0.8 !important;
}

#scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
  background-color: var(--theme-color) !important;
}

/* loader css  */
/* navbar css start */
.navbar-nav .nav-link {
  color: #0d3b66 !important;
  font-weight: 600;
}

button.navbar-toggler.collapsed {
  background-color: #0d3b66;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #fca311 !important;
}

.dropend .dropdown-toggle {
  color: #fca311;
  margin-left: 1em;
}

.dropdown-item:hover {
  color: #fca311;
  background: transparent;
}

/* .dropdown .dropdown-menu {
  display: none;
} */

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  /* display: block; */
  margin-top: 0;
  margin-left: 0.125em;
}

/* .supersub-menu:hover .dropdownpositionright  {
  display: block;
} */
.supersub-menu {
  font-size: 16px !important;
}

.logo .header-img {
  height: 85px;
  width: auto;
}

.navbar-collapse {
  flex-grow: 0;
  align-items: center;
  justify-content: flex-end;
}

div#navbarSupportedContent {
  padding: 40px 0px;
  color: #0e0e0e;
  text-transform: capitalize;
  font-weight: 700;
  background-color: #fff;
}

.navbar-toggler {
  background-color: #0d3b66;
}

ul.dropdown-menu:hover {
  /* top: 100%; */
  opacity: 1;
  visibility: visible;
}

ul.dropdown-menu {
  /* position: absolute !important;
  left: 0;
  top: 110%;
  min-width: 220px; */
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
  border-radius: 3px;
  z-index: 99;
  border-top: 3px solid #fca311 !important;
  border: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.navbar-nav>li>a::before {
  position: absolute;
  top: 50%;
  left: -15px;
  background: #ffdc93;
  width: 35px;
  height: 35px;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

nav.navbar.navbar-expand-lg.navbar-dark.fixed-top {
  background-color: #fff;
  box-shadow: 2px 12px 16px -10px hsla(0,0%,66%,.5);
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}



.lecturers-area {
  padding: 150px 0;
}

/* Main banner css start */


.Advance-Slider {
  width: 100%;
  overflow: hidden;
  /* padding-top: 130px */
}

.Advance-Slider button.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  border: none;
  margin: auto;
  font-size: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.Advance-Slider .img-fill {
  position: relative;
  height: 100%;
}

.Advance-Slider .img-fill img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: myMove 10s linear infinite;
}

.Advance-Slider .item {
  height: 100vh;
  overflow: hidden;
  outline: none;
}

.Advance-Slider button.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.Advance-Slider button.slick-arrow:before {
  content: "\f104";
  top: 0;
  left: 0;
  margin: auto;
  font-family: fontawesome;
  font-size: 18px;
}

.Advance-Slider button.slick-next.slick-arrow:before {
  transform: scaleX(-1);
  display: block;
}

.Advance-Slider .img-fill:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.5;
}

.Advance-Slider ul.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.Advance-Slider ul.slick-dots li {
  display: inline-block;
  height: auto;
  padding: 0 5px;
  line-height: 0px;
}

.Advance-Slider ul.slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #fff;
  border: none;
  font-size: 0px;
  padding: 0px;
  opacity: 0.5;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.Advance-Slider ul.slick-dots li.slick-active button {
  opacity: 1;
}

.Advance-Slider button.slick-arrow {
  perspective: 360px;
}

.Advance-Slider button.slick-arrow .thumb {
  position: absolute;
  height: 100px;
  width: 150px;
  left: 100%;
  top: -28px;
  transform-origin: 0% 0%;
  transform: rotate3d(1, 0, 0, 90deg);
}

.Advance-Slider button.slick-arrow .thumb img {
  height: 100%;
  width: 100%;
}

.Advance-Slider button.slick-next {}

.Advance-Slider button.slick-next .thumb {
  left: auto;
  right: 100%;
}

.Advance-Slider button.slick-prev.hover-out .thumb,
.Advance-Slider button.slick-prev .thumb {
  animation: out-left 300ms ease 0ms 1 forwards;
}

.Advance-Slider button.slick-prev.hover-in .thumb {
  animation: in-left 300ms ease 0ms 1 forwards;
}

.Advance-Slider button.slick-next.hover-out .thumb,
.Advance-Slider button.slick-next .thumb {
  animation: out-right 300ms ease 0ms 1 forwards;
  transform-origin: 100% 50%;
}

.Advance-Slider button.slick-next.hover-in .thumb {
  animation: in-right 300ms ease 0ms 1 forwards;
}

.Advance-Slider button.slick-prev:hover {
  transform: translateX(-100%);
}

.Advance-Slider button.slick-prev {
  transition: all 0.3s ease;
}

.Advance-Slider button.slick-next:hover {
  transform: translateX(100%);
}

.Advance-Slider button.slick-next {
  transition: all 0.3s ease;
}

.Advance-Slider ul.slick-dots li button img {
  height: 0;
  width: 20px;
  top: 0;
  object-fit: cover;
  transition: height 0.2s ease 0.2s, width 0.2s ease 0s;
  position: relative;
  left: -50%;
}

.Advance-Slider ul.slick-dots li button a {
  position: absolute;
  height: 90px;
  bottom: calc(100%);
  width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.2s ease 0.2s;
  padding-bottom: 10px;
}

.Advance-Slider ul.slick-dots li button {
  position: relative;
  display: flex;
  justify-content: center;
}

.Advance-Slider ul.slick-dots li button:hover a img {}

.Advance-Slider ul.slick-dots li button:hover img {
  height: 80px;
  width: 140px;
  transition: height 0.2s ease, width 0.2s ease 0.2s;
}

.Advance-Slider ul.slick-dots li button:hover a {
  width: 140px;
  transition: all 0.3s ease 0s;
}

.Advance-Slider ul.slick-dots li button:hover {
  opacity: 1;
}

.Advance-Slider ul.slick-dots li button:before {
  content: "";
  bottom: calc(100% + -10px);
  left: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  opacity: 0;
  transition: 0.3s ease 350ms;
}

.Advance-Slider ul.slick-dots li button:hover:before {
  opacity: 1;
  transition: 0.3s ease 0s;
}

.Advance-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Advance-Slider .item .contain-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Advance-Slider .item .contain-wrapper .dots-contain {
  display: none;
}

.Advance-Slider .item h3 {
  margin: 0px;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
}

.Advance-Slider .item {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.Advance-Slider .item h5 {
  font-size: 26px;
  font-weight: 300;
  padding: 10px 0 0;
  margin: 0;
  text-transform: capitalize;
}

/* .Advance-Slider .item .contain-wrapper .info {
  max-width: 1200px;
} */

.Advance-Slider .item h5 span {
  color: #00bcd4;
}

.Advance-Slider .item h3 span {
  color: #00bcd4;
}

.Advance-Slider .item h3 {
  animation: fadeOutRight 1s both;
}

.Advance-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.Advance-Slider .item h5 {
  animation: fadeOutLeft 1s both;
}

.Advance-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }

  to {
    transform: scale(1.8, 1.9);
    transform-origin: 50% 0%;
  }
}

@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, 1, 0, 86deg);
    transform: rotate3d(0, 1, 0, 86deg);
  }
}

@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, -1, 0, 86deg);
    transform: rotate3d(0, -1, 0, 86deg);
  }
}

/* Main banner css end */

/* banner details css start */
.page-title-section {
  padding: 100px 0;
  text-align: center;
  position: relative;
  min-height: 220px;
  background-size: cover;
  opacity: 0.8;
  display: flex;
  align-items: center;
  /* margin-top: 105px; */
}

.bg-yellow {
  background-color: #ffc000;
}

.page-title-section .page-title {
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.page-title-section h1 {
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  color: #ffffff;
  font-size: 58px;
}

.page-title-section .page-link {
  background: none;
  border: none;
  padding-bottom: 0;
}

.page-title-section ul {
  margin-bottom: 0;
  text-align: center;
}

.page-title-section ul li {
  display: inline-block;
}

.page-title-section ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  list-style-type: none;
}

/* .page-title-section ul li a::after{
  text-align: center;
  content: "\003E";
  background-color: #ffffff;
  margin: 0 10px 0 15px;
  display: inline-block;
  vertical-align: middle;

} */

.page-title-section:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 16px;
  background: url(../images/about-us/slider-layer.png) repeat-x;
  z-index: 5;
}

/* banner details css end*/

/* about us start */
/* .pt-120 {
  padding-top: 60px;
}
*/
.pb-120 {
  padding-bottom: 120px;
}

.about-right {
  margin-left: 30px;
}

.section-title {
  max-width: 620px;
  margin: 0 auto 70px;
}

.about-box ul li {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0px 9px 24px 0px rgba(222, 229, 231, 1.01);
  margin-bottom: 30px;
}

.about-box ul li i {
  float: left;
  margin-right: 14px;
  width: 40px;
  height: 40px;
  background: #ffc753;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}

.about-box ul {
  margin: 0px;
  padding: 0px;
}

.about-box ul li h4 {
  font-size: 22px;
  margin-bottom: 0;
  width: calc(100% - 54px);
}

.about-box ul li:nth-child(2) i {
  background-color: #00c7c6;
}

.about-box-2 ul li i {
  background-color: #7c99e5;
}

.about-box-2 ul li:nth-child(2) i {
  background-color: #ff8000;
}

.ti-check:before {
  content: "\2713";
}

.about-btn {
  margin-right: 50px;
}

.thm-btn {
  z-index: 1;
  font-size: 15px;
  line-height: 24px;
  padding: 17px 34px;
  text-align: center;
  position: relative;
  color: #fefefe;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffc856;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}

.thm-btn:hover {
  color: #ffff;
}

.thm-btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
}

.thm-btn::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background-color: #ff8205;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* 
.about-img-big img {
  width: 80%;
} */

.about-left-2 .about-img-sml {
  bottom: -40%;
  right: -12%;
}

.about-left .about-img-sml {
  position: absolute;
  bottom: -20%;
  right: 5%;

  /* animation: srz 5s infinite; */
}

/* @keyframes srz {
  from {
    transform: rotate(60000deg);
  }
  to {
    transform: rotate(1deg);
  }
} */

.about-left .about-img-sml img,
.about-left .about-img-big img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* about us end*/
/* Infrastructure css start  */
.Infrastructure {
  padding: 40px 0;
}

.Infrastructure .heading {
  font-size: var(--section-heading);
  font-weight: 700;
  display: inline-block;
  position: relative;
  letter-spacing: 1.2px;
}

.Infrastructure .heading:after {
  content: "";
  background: url(../images/paint_splash.svg) no-repeat;
  background-size: cover;
  position: absolute;
  display: inline-block;
  height: 15px;
  width: 180px;
  top: 28px;
  right: 0;
  z-index: -1;
}

.Infrastructure .div-images {
  padding: 10px;
}

.vision .welcome {
  font-size: var(--sub-section-heading);
  font-weight: 600;
}

.vision .right-part span {
  color: var(--orange);
}

.vision .right-part .para {
  line-height: 1.6;
  color: var(--main-color);
}

/* .Infrastructure .buildings{
  position: relative;
}
.Infrastructure .buildings .overlaydiv {
  background: #000000b0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-in;
  width: 100%;
  left: 0;

}
.Infrastructure .buildings:hover .overlaydiv{
  opacity: 1;
} */
.Infrastructureslider .photos-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Infrastructureslider .img-box {
  border: 1px solid #ffffff;
  padding: 10px;
}

.Infrastructureslider .img-box img {
  width: 300px;
  height: auto;
}

.Infrastructureslider .heading h1 {
  text-align: center;
}

/* Infrastructure css end */
/* infr counter  */

.section-notch {
  padding: 0;
}

/* .achievements .overlay {
  background-color: #00aeeebd;
} */

/* .padding-120 {
  padding: 120px 0px;
} */

.achievements .achievement-item {
  text-align: center;
  background-color: #00aeee;
  border-radius: 30px;
  padding: 20px 0;
  margin: 15px 0;
}

.achievements .achievement-item .icon {
  display: block;
}

.achievements .achievement-item .icon:before {
  margin: 0px;
  color: #fff;
  font-size: 50px;
}

.flaticon-construction:before {
  content: "\f115";
}

.achievements .achievement-item span {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.achievements .achievement-item p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
}

.section-notch:after {
  content: "";
  position: absolute;
  background-image: url(../images/about-us/achievement/section_notch_bottom.png);
  background-repeat: repeat-x;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 2;
}

/* infr counter  */
/* admission process form  */
.admpro {
  text-align: center;
}

.admpro .processhead {
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
  font-family: "Roboto Slab", serif;
}

.admpro #svg_form_time {
  height: 15px;
  max-width: 80%;
  margin: 40px auto 20px;
  display: block;
}

.admpro #svg_form_time circle,
.admpro #svg_form_time rect {
  fill: white;
}

.admpro .processbutton {
  background: var(--color-primary);
  border-radius: 5px;
  padding: 15px 25px;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.admpro .disabled {
  display: none;
}

.admpro .partition {
  padding: 50px;
  max-width: 400px;
  margin: 30px auto;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}

.admpro .process-inputs {
  width: 100%;
  margin: 7px 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: inherit;
  background: white;
}

.admpro .process-p {
  text-align: justify;
  margin-top: 0;
}

/* admission process form  */
/* admission steps   */
.procedure {
  background-color: #fff8ee;
}

.procedure .cardz {
  height: 200px;
  width: auto;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.procedure .cd1 {
  border-top: 10px solid #ff8000;
  border-bottom: 10px solid #ff8000;
}

.procedure .cd2 {
  border-top: 10px solid #00c7c6;
  border-bottom: 10px solid #00c7c6;
}

.procedure .cd3 {
  border-top: 10px solid #7c99e5;
  border-bottom: 10px solid #7c99e5;
}

.procedure .cd4 {
  border-top: 10px solid #ffc753;
  border-bottom: 10px solid #ffc753;
}

.procedure .preheading {
  color: #f78712;
}

.procedure .lefthead {
  margin-bottom: 20px;
}

.procedure .numbering::after {
  content: " ";
  top: -5px;
}

.procedure .numbering {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fb653c;
  padding: 5px 14px;
  display: flex;

  align-items: center;
  justify-content: center;
}

.procedure .numbering h3 {
  margin-bottom: 0;
  height: 100%;
  width: auto;
  color: #fff;
}

/* admission steps   */
/* video gallery */
.video .elementor-widget-container {
  /* margin: 0px 30px 0px 30px; */
  background-image: url("../images/video/smaller.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.video .wh-video-popup {
  color: #FFFFFF;
  display: grid;
  grid-auto-rows: 1fr;
}

.video .wh-video-popup .overlay {
  background: #2d1d54c9;
  padding: 20px 40px;
  text-align: center;
  background-color: #0d3b66cf;
}

.video .wh-video-popup .overlay .play {
  background: #ffffff96;
  display: inline-block;
  position: relative;
  margin-top: -73px;
  border-radius: 50%;
  padding: 19px;
}

.video .wh-video-popup .overlay .play .inner {
  background: var(--color-secondary);
  width: 73px;
  height: 73px;
  display: table;
  position: relative;
  border-radius: 50%;
}

.video .wh-video-popup .overlay .play .inner i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  padding-left: 5px;
}

.video .wh-video-popup .overlay h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #fff;
}

.video .wh-video-popup .overlay p {
  color: #ffffff6e;
}

.video .middle {
  width: 100%;

}

.video .leftcard .head {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 600;
}

.video .leftcard .red::marker {
  color: red;
}

.video .leftcard .green::marker {
  color: green;
}

.video .leftcard .yellow::marker {
  color: yellow;
}

.video .leftcard .red::marker {
  color: blue;
}

.video .leftbtn {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: var(--color-secondary);
  color: #fff;
  font-weight: 600;
  outline: none;
  border: none;
  text-decoration: none;
}

.video .aspan {
  float: left;
  text-align: center;
  line-height: 1;
  margin-right: 20px;
}

.video .rightA {
  font-size: 60px;
  color: var(--color-secondary);
  font-weight: 800;
}

.video .rightpara {
  color: #6c83a2;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.video .leftlist {
  padding-left: 1.5em;
  line-height: 1.8;
}

/* video gallery */
/* all video inner page  */
.allvideo .section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.allvideo .section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}

.allvideo .video-gallery {
  position: relative;
  margin: 0 auto;
  /* max-width: 1000px; */
  text-align: center;
}

.allvideo .video-gallery .gallery-item {
  position: relative;

  overflow: hidden;
  margin: 10px 1%;

  background: #000;
  cursor: pointer;
}

.allvideo .video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  width: 100%;
  height: 300px;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.1);
  backface-visibility: hidden;
}

.allvideo .video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.allvideo .video-gallery .gallery-item .gallery-item-caption,
.allvideo .video-gallery .gallery-item .gallery-item-caption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.allvideo .video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
}


.allvideo .video-gallery .gallery-item h2,
.allvideo .video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.allvideo .video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.allvideo .video-gallery .gallery-item:hover img {
  opacity: .3;
  transform: scale(1.5);

}

.allvideo .video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.allvideo .video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;

  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.allvideo .video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.allvideo .video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* all video inner page  */

/* tour  */
.schooltour .elementor-widget-container {
  /* margin: 0px 30px 0px 30px; */
  background-image: url("../images/video/tour.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.schooltour .wh-video-popup {
  color: #FFFFFF;
  display: grid;
  grid-auto-rows: 1fr;
  position: relative;
  height: 500px;
  /* backdrop-filter: blur(2px); */
}

.schooltour .wh-video-popup .overlay {
  /* background: #2d1d54c9; */
  padding: 20px 40px;
  text-align: center;
  /* background-color: #0d3b66c7; */
  bottom: 0;
  height: 50%;
  width: 100%;
  position: absolute;
}

.schooltour .wh-video-popup .overlay .play {
  /* background: #ffffff96; */
  display: inline-block;
  position: relative;
  margin-top: -73px;
  border-radius: 50%;
  padding: 19px;
}

.schooltour .wh-video-popup .overlay .play::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  text-align: center;
  background-color: rgba(25, 83, 164, .4);
  border-radius: 50%;
  animation: fadeinout 1s infinite;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0px;
}

@keyframes fadeinout {
  0% {
    box-shadow: 0 0 0 0 rgba(25, 83, 164, .8)
  }

  to {
    box-shadow: 0 0 0 35px rgba(25, 83, 164, 0)
  }
}

.schooltour .wh-video-popup .overlay .play .inner {
  background: var(--color-secondary);
  width: 73px;
  height: 73px;
  display: table;
  position: relative;
  border-radius: 50%;
}

.schooltour .wh-video-popup .overlay .play .inner i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  padding-left: 5px;
}

.schooltour .wh-video-popup .overlay h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #fff;
}

.schooltour .wh-video-popup .overlay p {
  color: #ffffff6e;
}

.schooltour .middle {
  width: 100%;

}

.schooltour .leftcard .head {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 600;
}

/* tour  */


/* CBSE Mandatory Disclosure table  */
.lecturers-area {
  padding: 40px 0 0;
}

.lecturers-area .head {
  margin-bottom: 20px;
  font-size: 26px;
}

.lecturers-area .tabheading {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
}

.lecturers-area .tabhead {
  margin-bottom: 20px;
  font-size: 24px;
}

.lecturers-area .tablelink {
  color: #337ab7;
}

.lecturers-area .carddata {
  text-align: center;
  margin: 0;
}

.lecturers-area .tablecontent {
  margin-bottom: 0;
}

/* CBSE Mandatory Disclosure table  */

/* calender css start */

.calendar iframe {
  width: 100%;
}

/* calender css end */

/* counter css start */
.pb-80 {
  padding-bottom: 80px;
}

.about-counter {
  background-color: #fff8ee;
}

#counter {
  padding: 25px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#counter li {
  flex: 1;
  text-align: center;
  font-size: 50px;
  list-style-type: none;
}

#counter span.percent:after {
  content: "+";
  display: inline-block;
}

.counter-icons {
  border-radius: 20px;
  /* -webkit-border-radius: 20px; */
  /* transform: rotate(45deg); */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  color: #fff;
  fill: #fff;
  font-size: 20px;
  background-color: #64c7fe;
  padding: 25px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 50px;
  text-align: center;
}

.counter-icons i {
  transform: rotate(315deg);
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.counter-content span {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.counter-content p {
  font-size: 18px;
  font-weight: 600;
}

/* counter css end */

/* courses css start */

.courses-block {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin: 15px;
}

.section-heading {
  margin-bottom: 20px;
  text-align: center;
}

.section-heading h3 {
  font-size: 35px;
  font-weight: 600;
}

.title-separator {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f68712;
  color: #f68712;
  transform: scale(1.25, 1.25);
  animation: dotStretching 2s infinite ease-in;
  margin: 5px auto 0 auto;
  display: inline-block;
}

.title-separator::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00c7c6;
  color: #00c7c6;
  animation: dotStretchingBefore 2s infinite ease-in;
}

.title-separator::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0d3b66;
  color: #0d3b66;
  animation: dotStretchingAfter 2s infinite ease-in;
}

.title-separator::before,
.title-separator::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes dotStretchingBefore {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }

  50%,
  60% {
    transform: translate(-20px) scale(1, 1);
  }

  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}

@keyframes dotStretchingAfter {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }

  50%,
  60% {
    transform: translate(20px) scale(1, 1);
  }

  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}

.owl-carousel .owl-nav button {
  color: #fff !important;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #fca311 !important;
  transition: all 0.4s ease 0s;
  margin: 0 5px;
  font-size: 24px !important;
}

.courses-block .courses-pic {
  overflow: hidden;
}

.courses-block .courses-pic img {
  transition: all 500ms ease;
  height: 192px;
}

.courses-block .course-desc {
  padding: 30px 20px;
}

.courses-block .course-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.courses-block .course-desc h4 {
  margin-bottom: 15px;
  text-decoration: none;
}

.courses-block .course-desc a {
  color: #0d3b66;
  text-decoration: none;
}

.courses-block .course-desc p {
  margin-bottom: 0;
}

.courses-block .course-details {
  padding: 25px 40px;
  float: left;
  width: 100%;
  /* border-top: 1px dashed #00c7c6; */
}

.courses-block .course-details ul {
  margin: 0;
  float: left;
  width: 100%;
}

.courses-block .course-details li:first-child {
  float: left;
}

.courses-block .course-details li {
  color: #0d3b66;
}

.courses button.owl-prev::before {
  content: "\003C";
  height: 40px;
  width: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.courses button.owl-next::before {
  content: "\003E";
  height: 40px;
  width: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* courses css end*/

/* gallery css start */

.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}

.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.lightbox-enabled:hover {
  transform: scale(1.1);
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 30px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }

  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }

  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

/* gallery css end*/

/* our blog css start */
.blog-active.owl-carousel .owl-item {
  margin: 10px 0;
}

.blog-single {
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(192, 208, 223, 0.2);
}

.blog-thumb {
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.blog-single .blog-date {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #ffc753;
  text-align: center;
  right: 15px;
  bottom: 15px;
}

.blog-left .blog-date h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 24px;
  margin-top: 12px;
}

.blog-left .blog-date span {
  color: #fff;
}

.blog-content {
  padding: 15px 20px;
  padding-left: 0;
}

.blog-content .blog-title h3 {
  font-size: 27px;
}

.blog-content .blog-meta {
  border-bottom: 2px solid #fbf7f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-content .blog-meta span {
  display: inline-block;
  margin-right: 20px;
}

.blog-content .blog-meta span a {
  color: #7f7a7a;
}

.blog-content .blog-text p {
  margin-bottom: 0;
}

/* our blog css end */

/* co-curricular activities section start */

.co-curricular-activities-section .image-container {
  visibility: visible;
  animation-delay: 100ms;
  animation-duration: 1.25s;
  margin: 0 14px;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* .co-curricular-activities-section .image-innerbox { */
.image-innerbox {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.co-curricular-activities-section img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.co-curricular-activities-section .image-innerbox img {
  width: 100%;
  height: auto;
}

/* .co-curricular-activities-section .image-innerbox::after { */


.co-curricular-activities-section .widget_box {
  position: relative;
  padding: 1px;
  /* background: linear-gradient(180deg,
      rgba(245, 112, 5, 1) 0%,
      rgba(245, 112, 5, 0.15) 100%); */
  border-radius: 24px;
  margin: 0 0 30px;
}

.co-curricular-activities-section .widget_box_wrapper {
  border-radius: 23px;
  padding: 18px;
  width: 100%;
  background-color: white;
}

.co-curricular-activities-section .widget-content {
  margin-left: 24px;
}

.co-curricular-activities-section .widget_box_icon {
  display: flex;
  width: 76px;
  height: 76px;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: rgba(128, 137, 225, 0.12);
  font-size: 38px;
  color: var(--color-primary);
  margin: auto;
  padding: 50px;
}

.co-curricular-activities-section [class^="icon-"],
.co-curricular-activities-section [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.co-curricular-activities-section .widget_box_icon i {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.co-curricular-activities-section .widget_box_title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 7px;
  font-weight: 700;
}

.co-curricular-activities-section .widget_box_text {
  font-size: 14px;
  margin: 0;
}

.co-curricular-activities-section .portfolio-thumb {
  height: 200px;
  width: 100%;
}

.co-curricular-activities-section .portfolio-thumb img {
  height: 200px;
  width: 100%;
  object-fit: fill;
  border-radius: 6px;
}

/* co-curricular activities section end */

/* club-activities-start */
.club-activities-section .content-img {
  height: 280px;
  width: 280px;
  position: relative;
  z-index: 1;
}

.club-activities-section .content-img::after {
  position: absolute;
  left: -7px;
  /* right: 0; */
  /* bottom: 0; */
  top: -7px;
  z-index: -1;
  margin: auto;
  width: 105%;
  height: 105%;
  content: "";
  border-radius: 362.021px;
  background: linear-gradient(147deg,
      rgba(255, 114, 0, 0.39) 0%,
      rgba(255, 255, 255, 0) 100%);
  box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08);
  animation: blinker 1.5s ease-in-out infinite;
  -webkit-animation: blinker 1.5s ease-in-out infinite;
  -moz-animation: blinker 1.5s ease-in-out infinite;
}

.club-activities-section .content-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.club-activities-section .rowspacing {
  margin: 40px 0;
}

.club-activities-section .leftimgeffect {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* club-activities-end */

/* fit india movement start */

.fit-india-movement-section .content-img {
  height: 300px;
  width: 300px;
  position: relative;
}

.fit-india-movement-section .col-lg-3 .content-img {
  padding: 14px;
}

.fit-india-movement-section .content-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

/* fit india movement end */

/* our team start */



.our-team-section .team-two__item {
  margin-bottom: 50px;
}

.our-team-section .team-two__item {
  position: relative;
  padding: 0 0 35px;
  margin-bottom: 36px;
  z-index: 2;
}

.our-team-section .team-two__item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-secondary);
  content: "";
  border-radius: 0 0 200px 200px;
  width: 100%;
  height: 309px;
  z-index: -1;
}

.our-team-section .team-two__image {
  position: relative;
  overflow: hidden;
  border-radius: 200px;
  margin: 0 31.5px;
}

.our-team-section .team-two__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(24, 24, 24, 0.69);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.our-team-section .team-two__content {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.our-team-section .team-two__title {
  font-size: 24px;
  color: white;
  line-height: 1;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
}

.our-team-section .team-two__designation {
  font-size: 20px;
  color: white;
  line-height: 1;
  display: block;
  margin: 5px 0 22px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
}

.our-team-section .team-two__social {
  position: relative;
}

.our-team-section .team-two__social a {
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
}

.our-team-section .team-two__social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-secondary);
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  margin: 0 4px;
  visibility: hidden;
  opacity: 0;
}

.our-team-section .team-two__item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-primary);
  content: "";
  border-radius: 0 0 200px 200px;
  width: 100%;
  height: 200px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.our-team-section .team-two__item:hover .team-two__image::after {
  visibility: visible;
  opacity: 1;
}

.our-team-section .team-two__item:hover::after {
  height: 309px;
  visibility: visible;
  opacity: 1;
}

.our-team-section .team-two__item:hover .team-two__title {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.our-team-section .team-two__item:hover .team-two__designation {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  color: white;
}

.our-team-section .team-two__item:hover .team-two__social a {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.our-team-section a {
  text-decoration: none;
}

.our-team-section .team-two__title a {
  text-decoration: none;
  color: var(--color-secondary);
}

.our-team-section .team-two__image img {
  width: 100%;
  height: auto;
}

/* our team end */

/* curriculum start */

.curriculum-section .curriculum-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.curriculum-section .transform-banner img {
  animation: border-transform 20s linear infinite alternate forwards;
  border-radius: 100%;
}

.curriculum-section .vs-circle {
  width: 315px;
  height: 315px;
  border: 60px solid var(--circle-border-color, var(--color-secondary));
  border-radius: 50%;
}

.curriculum-section .curriculum-image .vs-circle {
  position: absolute;
  right: 2%;
  top: -6%;
  z-index: -1;
}

.list-style1 ul {
  margin: 0 0 30px 0;
}

.list-style1 li {
  position: relative;
  display: flex;
  margin-bottom: 12px;
}

.list-style1 li:before {
  content: var(--icon,
      url("data:image/svg+xml,%3Csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6842 20.6753C9.59141 20.6753 9.50023 20.651 9.4197 20.6049C9.33917 20.5588 9.27209 20.4924 9.22512 20.4124C7.45633 17.399 2.74074 10.9826 2.69336 10.9182C2.61761 10.8152 2.58145 10.6884 2.59149 10.5609C2.60153 10.4335 2.65709 10.3139 2.74804 10.224L4.19806 8.79111C4.28662 8.7036 4.40305 8.6499 4.52711 8.63934C4.65116 8.62879 4.77499 8.66205 4.87706 8.73335L9.57343 12.0125C12.716 7.98275 15.6351 5.19864 17.5556 3.5558C19.7177 1.70658 21.0941 0.874056 21.1517 0.839774C21.2344 0.790135 21.3291 0.763914 21.4256 0.763916H23.7714C23.8794 0.763909 23.9847 0.796703 24.0736 0.85795C24.1624 0.919197 24.2306 1.006 24.269 1.10686C24.3074 1.20772 24.3142 1.31787 24.2886 1.4227C24.2629 1.52753 24.2061 1.62209 24.1254 1.69385C17.4636 7.62747 10.2191 20.2793 10.1467 20.4064C10.1005 20.4875 10.0338 20.5551 9.9532 20.6023C9.87262 20.6495 9.78104 20.6746 9.68766 20.6752L9.6842 20.6753Z' fill='%230d3b66'/%3E%3Cpath d='M9.58204 22.8931C4.2985 22.8931 0 18.5946 0 13.311C0 8.02746 4.2985 3.72901 9.58204 3.72901C10.6414 3.72784 11.6936 3.90269 12.6957 4.24644C12.8292 4.29232 12.9391 4.38938 13.0011 4.51624C13.063 4.64311 13.0721 4.7894 13.0262 4.92293C12.9803 5.05646 12.8833 5.1663 12.7564 5.22827C12.6295 5.29025 12.4832 5.29929 12.3497 5.25341C11.4588 4.9479 10.5234 4.79254 9.58156 4.79368C4.88503 4.79368 1.06419 8.61457 1.06419 13.311C1.06419 18.0075 4.88503 21.8284 9.58156 21.8284C14.2781 21.8284 18.0989 18.0075 18.0989 13.311C18.0991 12.7348 18.0412 12.1599 17.9261 11.5953C17.9121 11.5268 17.9118 11.4562 17.925 11.3875C17.9383 11.3189 17.965 11.2535 18.0035 11.1952C18.0421 11.1368 18.0917 11.0866 18.1497 11.0475C18.2076 11.0083 18.2727 10.981 18.3412 10.967C18.4097 10.953 18.4803 10.9526 18.549 10.9659C18.6176 10.9792 18.683 11.0059 18.7413 11.0444C18.7997 11.083 18.8498 11.1326 18.889 11.1905C18.9281 11.2485 18.9555 11.3136 18.9695 11.3821C19.0989 12.0169 19.164 12.6632 19.1639 13.311C19.1641 18.5946 14.8656 22.8931 9.58204 22.8931Z' fill='%230d3b66'/%3E%3C/svg%3E%0A"));
  margin-right: 10px;
  font-family: var(--icon-font);
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes jumpping {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}

/* curriculum end */

/* footer css start */
footer {
  /* padding: 80px 0 0 0; */
}

img.width-75.sm-width-150px {
  height: 140px;
  width: auto;
}

footer:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 100%;
  height: 163px;
  background: url(../images/footer/footer-top-bg.png) no-repeat;
  z-index: 99;
  background-size: 100% auto;
}

.footer-bg {
  padding: 170px 0 0;
  background-size: 100% auto;
}

.margin-20px-bottom {
  margin-bottom: 20px;
}

.margin-10px-bottom {
  margin-bottom: 10px;
}

.text-sky {
  color: #0d3b66;
  text-decoration: none;
  font-weight: 600;
}

.padding-50px-left {
  padding-left: 50px;
}

.list-style3,
.list-style2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style3 li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
}

.list-style3 li:before {
  content: "✔";
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  color: #0d3b66;
}

.list-style3 li a {
  color: #000;
  text-decoration: none;
}

.list-style2 li {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.list-style2 li:before {
  content: "";
}

footer .contact-info {
  position: relative;
  margin-bottom: 0;
}

footer .contact-info li {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 20px;
}

footer .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #0d3b66;
}

footer .contact-info li a {
  display: inline-block;
  transition: all 300ms ease;
  text-decoration: none;
  color: #000;
  word-break: break-all;
}

.footer-bar {
  float: left;
  width: 100%;
  background: #0d3b66;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: -1px;
}

.footer-bar .footer-left {
  text-align: left;
}

a.copyright-link.other {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}

a.copyright-link.other::after {
  content: "\007C";
  position: absolute;
  color: #fff;
  padding-left: 10px;
}

a.copyright-link.other:last-child::after {
  content: unset;
}

/* footer css end */

/* Animations Declaration start */
@keyframes blinker {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* Animations Declaration end */

/* contact us start */


.contact-us-section .shape-1 {
  background: var(--color-primary);
  color: #fff;
  padding-left: 40px;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.contact-us-section .shape-2 {
  background: var(--color-secondary);
  color: #fff;
  /* clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); */
}

.contact-us-section .shape-3 {
  background: #FFF4F4;
  color: #010A44;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  padding-right: 40px;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.contact-us-section .shape-3 .contact-info-heading h4,
.contact-us-section .shape-3 .contact-info-heading p {
  color: var(--color-primary)
}

.contact-us-section .contact-info {
  /* padding: 40px 70px 40px 70px; */
  padding: 35px 50px 12px 65px;
  border-radius: 6px;
  height: 230px;
}

.contact-us-section .contact-info h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 14px;
  letter-spacing: -0.06em;
  margin: 0 0 5px;
  color: #fff;
}

.contact-us-section .contact-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.contact-us-section .contact-info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #fff;
}

.contact-us-section .contact-info-heading {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
}

.contact-us-section .contact-info-heading i {
  font-size: 40px;
}

.contact-us-section .contact-info-heading .contact-header {
  padding-left: 10px;
}

.contact-us-section .social-links {
  display: flex;
}

.contact-us-section .contact-icon .mdi-facebook {
  color: #395498;
}

.contact-us-section .contact-icon .mdi-twitter {
  color: #1c96e9;
}

.contact-us-section .contact-icon .mdi-instagram {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-us-section .heading-h2 {
  margin-bottom: 20px;
}

.contact-us-section .contact-us-form label {
  display: block;
  color: rgba(17, 24, 39, 1);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.contact-us-section .contact-us-form input,
.contact-us-section .contact-us-form textarea {
  display: block;
  line-height: 1.5rem;
  font-size: 14px;
  /* border-radius: 6px; */
  padding: 8px 14px;
  color: rgba(17, 24, 39, 1);
  border: none;
  border-bottom: 1px solid #6b7280;
  background-color: transparent;
}

.contact-us-section .contact-us-form input:focus,
.contact-us-section .contact-us-form input:focus-visible,
.contact-us-section .contact-us-form textarea:focus,
.contact-us-section .contact-us-form textarea:focus-visible {
  border-color: var(--color-primary);
  outline: none;
}

.contact-us-section .submit-btn button {
  border-radius: 6px;
  background-color: var(--color-primary);
  border: none;
  cursor: pointer;
  padding: 11px 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}

.contact-us-section .submit-btn button:hover {
  background-color: #0066ab;
}

.contact-us-section .contact-row {
  margin-bottom: 20px;
}

.contact-us-section .contact-us-content {
  position: relative;
  margin-bottom: 15px;
}

.contact-us-section .heading-main h4 {
  color: #333;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: capitalize;
  margin: 15px 0;
}

.contact-us-section .contact-info {
  margin: 10px 0;
  align-items: center;
}

.contact-us-section .contact-icon {
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: ease 1.8s;
}

.contact-us-section .contact-icon i {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 35px;
  color: var(--theme-color);
}

.contact-us-section a {
  text-decoration: none;
  color: inherit;
}

.contact-us-section .captcha {
  /* display: flex; */
  border: none;
  border-bottom: 1px solid #6b7280;
  /* padding: 36px 0px; */
}

.contact-us-section .captcha .captcha-input {
  padding: 0 15px;
  border: none;
  background-color: #b0d0e5;
  height: 100%;
  border-radius: 5px 0 0 5px;
  width: 80%;
}

.contact-us-section .captcha .preview {
  color: #555;
  width: 50%;
  text-align: center;
  height: 45px;
  line-height: 35px;
  letter-spacing: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.contact-us-section .captcha .captcha-refresh {
  height: 100%;
  border: none;
  background-color: var(--color-primary);
  color: #ffff;
  width: 20%;
  border-radius: 0 5px 5px 0;
}

.contact-us-section .captcha .captcha-refresh:hover {
  background-color: #0066ab;
}

.contact-us-section .contact-us-form em {
  color: #ff0000;
  font-size: 14px;
}

.mainbox {
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  padding: 20px 30px;
}

.captcha-innerbox {
  padding-bottom: 31px;
}

.mainbox .col-md-8 {
  margin-top: 15px;
}

.submit-btn {
  margin-bottom: 20px;
}

/* contact us end */

/* transport start */
.transport-section .img-box {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

/* transport end */

/* school student activity start */
.school-student-activity-section {
  padding: 40px 0;
}

.school-student-activity-section .wrapper nav {
  display: flex;
  justify-content: center;
}

.school-student-activity-section .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.school-student-activity-section .gallery .image {
  width: calc(100% / 4);
  padding: 7px;
}

.school-student-activity-section .gallery .image a {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.school-student-activity-section .gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.school-student-activity-section .gallery .image:hover img {
  transform: scale(1.1);
}

.school-student-activity-section .gallery .image.hide {
  display: none;
}

.school-student-activity-section .gallery .image.show {
  animation: animate 0.4s ease;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.school-student-activity-section .wrapper .items {
  display: flex;
  /* max-width: 720px; */
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.school-student-activity-section .items span.active,
.school-student-activity-section .items span:hover {
  color: #fff;
  background: var(--color-primary);
}

.school-student-activity-section .preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.school-student-activity-section .preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.school-student-activity-section .preview-box .details {
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.school-student-activity-section .details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

.school-student-activity-section .details .title p {
  font-weight: 500;
  margin: 0 0 0 5px;
}

.school-student-activity-section .details .icon {
  color: var(--orange);
  font-size: 22px;
  cursor: pointer;
  align-items: center;
}

.school-student-activity-section .preview-box .image-box {
  width: 100%;
  display: flex;
}

.school-student-activity-section .image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
}

.school-student-activity-section .shadow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.school-student-activity-section .shadow.show {
  display: block;
}

.school-student-activity-section .items span {
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: var(--color-primary);
  border-radius: 50px;
  border: 2px solid var(--color-primary);
  transition: all 0.3s ease;
  margin: 0 5px 10px;
}

/* school student activity end */

/* children library start */
.facilities-component-section {
  padding: 20px 0 0 0;
}

.facilities-component-section .welcome {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.facilities-component-section .para {
  margin-bottom: 30px;
}

.facilities-component-section .library-gallary {
  margin-bottom: 30px;
}

.facilities-component-section .sciencehead {
  margin-bottom: 20px;
}

.facilities-component-section .welcome span {
  color: var(--color-secondary);
}

.facilities-component-section img {
  border-radius: 5px;
}

/* library-sidebar-start */

.facilities-component-section .library-sidebar {

  max-width: 293px;
  margin-left: auto;
}

.facilities-component-section .library-sidebar .widget-information {
  background-color: #fff;
  padding: 47px 20px 50px;
  border: 2px solid var(--color-primary);
  border-radius: 20px;
}

.facilities-component-section .library-sidebar .widget {
  margin-bottom: 30px;
}

.facilities-component-section .library-sidebar .widget-information .widget-title {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  border: 0;
  padding: 0;
  margin-bottom: 17px;
}

.facilities-component-section .sidebar .widget-title {
  color: #2b2b2b;
  font-size: 20.32px;
  font-weight: 500;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.facilities-component-section .library-sidebar .widget-information ul {
  padding: 0 0 26px 0;
  border-bottom: 1px solid #e5dfdf;
  margin: 0;
  list-style: none;
}

.facilities-component-section .library-sidebar .widget-information ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.library-sidebar .widget-information ul li h4 {
  color: #575757;
  font-size: 14px;
  font-style: italic;
}

.library-sidebar .widget-information ul li>span {
  margin-left: auto;
  color: #155799;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

.library-sidebar .widget-information .tech-info {
  padding-top: 25px;
  text-align: center;
}

.library-sidebar .widget-information .tech-info .tech-tble {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.library-sidebar .widget-information .tech-info .tech-tble>img {
  border-radius: 50%;
}

.library-sidebar .widget-information .tech-info .tech-tble .tch-info {
  padding-left: 14px;
  text-align: left;
}

.library-sidebar .widget-information .tech-info .tech-tble .tch-info h3 {
  color: #2b2b2b;
  font-size: 18px;
  text-transform: capitalize;
}

.library-sidebar .widget-information .tech-info .tech-tble .tch-info span {
  display: block;
  color: #575757;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

.library-sidebar .widget-information .tech-info .btn-default {
  padding: 0 40px 0 60px;
}

.library-sidebar a {
  text-decoration: none;
}

.library-sidebar .btn-default {
  display: inline-block;
  color: #fff;
  font-size: 18.29px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  background-color: #135e9e;
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  position: relative;
  border-radius: 30px;
  transition: all .4s ease-in-out;
}

.library-sidebar .btn-default i {
  background-color: #155799;
  width: 26px;
  height: 27px;
  line-height: 29px;
  text-align: center;
  border-radius: 50px;
  color: white;
  position: absolute;
  top: 46%;
  transition: all .4s ease-in-out;
  left: 6px;
  transform: translateY(-50%);
  font-size: 26px;
}

.library-sidebar .widget:last-child {
  margin-bottom: 0;
}

.facilities-component-section .sidebar .widget-information {
  margin-bottom: 20px;
}

.library-sidebar .widget-contact-dp {
  background-color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 20px;
  padding: 47px 20px 50px;
}

.library-sidebar .widget-contact-dp .mdp-our-contacts h3 {
  font-size: 20px;
  font-weight: 600;
}

.mdp-contact .mdp-our-contacts h3 {
  color: #2b2b2b;
  font-size: 36.59px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.library-sidebar .widget-contact-dp ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mdp-contact .mdp-our-contacts ul li {
  margin-bottom: 30px;
}

.library-sidebar .widget-contact-dp .mdp-our-contacts .dd-cont {
  max-width: calc(100% - 50px);
}

.mdp-contact .mdp-our-contacts .dd-cont {
  padding-left: 15px;
}

.mdp-contact .mdp-our-contacts .dd-cont>h4 {
  color: #2b2b2b;
  font-size: 14.23px;
  margin-bottom: 5px;
  font-weight: 600;
}

.mdp-contact .mdp-our-contacts .dd-cont>span {
  display: block;
  color: #575757;
  font-size: 14.23px;
}

/* library-sidebar-end */

/* children library end */

/* our blog start */
.blog-wrap {
  position: relative;
}

.blog-wrap {
  background: url(../images/home/blog/blog-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 60px 0;
  margin-top: 80px;
  padding: 60px 0 50px 0;
}

.section-header {
  text-align: center;
}

.section-header {
  margin-bottom: 30px;
}

.blog-post-holder .col-lg-6 {
  display: inline-block;
}

.blog-post-detail {
  padding: 60px 0px 0;
  position: relative;
}

.blog-post-detail h3 {
  padding: 0 0 10px;
  /* border-bottom: 1px solid; */
  display: inline-block;
  border-color: #00c7c6;
}

.meta-post {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.meta-post i {
  font-size: 22px;
  color: #0d3b66;
  margin-right: 5px;
}

.meta-post li:first-child {
  margin: 0;
}

.meta-post li {
  /* display: inline-block; */
  margin: 0 0 0 20px;
  color: #141414;
  display: inline-flex;
  align-items: center;
}

.readmore a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  /* background: #f68712; */
  background: #ffc856;
  padding: 14px 35px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: #fefefe;
  letter-spacing: 1px;
}

.readmore a:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
  border-radius: 30px;
}

.readmore a::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  border-radius: 30px;
  bottom: 0px;
  content: "";
  position: absolute;
  background-color: #ff8205;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.blog-post-holder .no-gutters {
  display: block;
}

.no-gutters {
  margin-bottom: 30px;
}

.blog-post-holder .col-lg-6 {
  display: inline-block;
}



/* our blog end*/

/* our partner css start */
.our-partner .carousel-wrap {
  margin: 0px auto;
  width: 100%;
  position: relative;
}

.our-partner .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.our-partner .owl-carousel .owl-item img {
  padding: 0 20px;
}

.our-partner .owl-carousel .owl-item img:hover {
  opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.3s;
}

.our-partner .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.our-partner .owl-nav {
  display: none;
}

/* our partner css end*/
/* about school  */
.about-school .boyuniform {
  text-align: center;
}

.about-school .uniformhead {
  font-weight: 600;
}

/* about school  */

/* about school css start */
.feature-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 30px 30px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px;
}

.feature-item .feature-thumb {
  max-width: 110px;
  margin: 0 auto 24px;
}

.feature-item .feature-thumb img {
  width: 100%;
}

.feature-item .feature-content .title {
  margin-bottom: 3px;
}

.feature-item .feature-content .cate {
  display: block;
  margin-bottom: 16px;
  color: #8dc63f;
}

.feature-item .feature-content p {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.feature-item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.section-header {
  margin-bottom: 30px;
}

.section-header .title {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.faq-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 30px;
  margin-bottom: 10px;
}

.faq-item .faq-title {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.right-icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #0d3b66;
  color: white;
  position: relative;
}

.right-icon::before {
  width: 12px !important;
  height: 2px !important;
  position: absolute;
  content: "";
}

.right-icon::after,
.right-icon::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
}

.faq-item.open .right-icon::after {
  height: 2px;
}

.right-icon::after {
  height: 12px;
  width: 2px;
  content: "";
}

.faq-item.open .title {
  color: #f8a145;
}
.faq-item .faq-content {
  display: none;
}
.faq-item.open .faq-content {
  display: block;
}

.faq-item .faq-title .title {
  width: calc(100% - 36px);
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.rtl.d-none.d-lg-block.pe-4 {
  direction: rtl;
}

.padding-top.about-bottom {
  padding-top: 30px;
}

/* about school css end */

/* testimonial about css start */

.testimonial .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  padding: 15px;
  margin-top: 20px;
}

.testimonial .parent-card {
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  background: #f6871214;
  position: relative;
  min-height: auto;
  height: 100%;
}

.testimonial .div_images {
  margin: 10px 0;
}

.testimonial .rating-div {
  /* justify-content: flex-end; */
  display: flex;
  align-items: center;
}

.testimonial .rating-img {
  height: auto;
  width: 20px !important;
}

.testimonial .owl-nav {
  display: none;
}

.testimonial .subheading-card {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 15px 0;
}

.testimonial .user-image {
  height: auto;
  width: 45px !important;
  margin-right: 10px;
}

.testimonial .card-user {
  display: flex;
  align-items: center;
}

.testimonial .carduser-name {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* testimonial about css end */

/* vision mission css start */
progress {
  text-align: center;
  height: 40px;
  width: 80%;
  -webkit-appearance: none;
  border-radius: 16px;

  /* Set the progressbar to relative */
  position: relative;

  overflow: hidden;
}

progress:before {
  content: attr(data-label);
  color: #fff;
  font-weight: 600;
  vertical-align: 0;
  /*Position text over the progress bar */
  position: absolute;
  left: 0;
  top: 8px;
  padding: 0 20px;
}

progress::-webkit-progress-bar {
  background-color: #c9c9c9;
}

progress::-webkit-progress-value {
  background-color: #0d3b66;
}

progress::-moz-progress-bar {
  background-color: #0d3b66;
}

.rounded-gallery {
  position: relative;
  height: 100%;
  max-width: unset;
}

.rounded-gallery .figure {
  height: 500px;
  width: 500px;
  overflow: hidden;
}

.rounded-gallery img {
  overflow: hidden;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}

.rounded-gallery .vision-img-01 {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded-gallery .figure-img-1 {
  height: 150px;
  width: 150px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.rounded-gallery .vision-img-02 {

  width: 100%;
  height: 100%;
  object-fit: cover;

}

.rounded-gallery .figure-img-2 {
  height: 150px;
  width: 150px;
  overflow: hidden;
  position: absolute;
  top: 60%;
}

/* vision mission css end*/

/* sitemap css start */
/* .sitemapMain {
  padding: 150px 0 0 0;
} */

.sitemapMain ul li {
  padding: 7px 30px;
  position: relative;
  margin: auto;
  color: #555;
}

.sitemapMain ul li::before {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #0d3b66;
  left: 9px;
}

.sitemapMain ul li::before {
  content: '';
  position: absolute;
  border-radius: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.sitemapMain ul li:hover::before {
  background-color: #0d3b66;
}

.sitemapMain .web-links {
  color: inherit;
  text-decoration: none;
}

.sitemapMain .main-heading {
  color: var(--orange);
}

.sitemapMain .color {
  box-shadow: 0 0 15px 0 #ddd;
  height: 100%;
  border-radius: 5px;
}

.sitemapMain .color .main-heading {
  background: linear-gradient(90deg, rgb(13 59 102) 35%, rgb(13 59 102 / 22%) 100%);
  padding: 10px 0 10px 15px;
  color: #fff;
  border-radius: 5px 5px 0 0;

}

.sitemapMain .list-unstyled {
  padding-left: 15px;
}

.sitemapMain .main-heading {
  font-size: 22px;
}

/* sitemap css end  */

/* founders message start */
.border-radius-5 {
  border-radius: 5px;
}

.padding-20px-left {
  padding-left: 20px;
}

.text-pink {
  color: #ff457e;
}

.margin-25px-bottom {
  margin-bottom: 25px;
}

.opacity7 {
  opacity: .7;
}

.font-weight-400 {
  font-weight: 400;
}

.font-size16 {
  font-size: 16px;
}

.no-margin {
  margin: 0 !important;
}

.team-single-icons ul li {
  display: inline-block;
  border: 1px solid #0d3b66;
  border-radius: 50%;
  color: #86bc42;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.team-single-icons ul li:hover {
  background: #0d3b66;
  border-color: #0d3b66;
}

.team-single-icons ul li a {
  color: #0d3b66;
  display: block;
  font-size: 14px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  width: 25px;
}

.team-single-icons ul li:hover a {
  color: #fff;
}

.margin-50px-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.block-info {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0;
  height: 400px;
}

.block-info>h6 {
  border-radius: 5px;
  padding: 15px 15px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.block-info .bg-yellow {
  background-color: #f98d1b;
}

.list-style12 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style12 li {
  position: relative;
  padding: 15px 25px;
  border-bottom: 1px solid #e5e5e5;
}

.list-style12 li:last-child {
  border-bottom: unset;
}

.bg-pink {
  background-color: #38661a !important;
}

.padding-25px-all {
  padding: 25px;
}

.progress-text {
  font-size: 15px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 10px;
}

.custom-progress {
  height: 10px;
  border-radius: 50px;
  box-shadow: none;
  margin-bottom: 25px;
}

.custom-bar {
  height: 100%;
  box-shadow: none;
}

.progress-bar {
  background-color: #0d3b66;
}

/* founders message end */


/* blog section start */
.blogs-section .blogs-card-container {
  visibility: visible;
  animation-delay: 100ms;
}

.blogs-section .blog-item {
  position: relative;
  margin: 0 0 36px;
}

.blogs-section .blog-image img {
  height: auto;
  width: 100%;
}

.blogs-section a {
  box-shadow: none;
  text-decoration: none;
}

.blogs-section .blog-image a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 37, 77, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blogs-section .blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.blogs-section .blogs-content {
  position: relative;
  background-color: white;
  margin: -158px 30px 0;
  padding: 30px 30px 27px;
  border-radius: 10px 10px 50px 50px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}

.blogs-section .blog-top-meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 19px;
}

.blogs-section .blog-tag a {
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  height: 24px;
  line-height: 24px;
  padding: 0 11px;
  margin: 0 5px 5px 0;
}

.blogs-section .blog-date {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--color-secondary);
}

.blogs-section .blog-title a {
  font-size: 24px;
  margin: 0 0 24px;
  color: #2A254D;
}

.blogs-section .blog-bottom-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.blogs-section .blog-meta-author {
  position: relative;
  padding: 6px 0 0 0px;
  min-height: 45px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: flex;
}

.blogs-section .blog-meta-author .icon i {
  font-size: 36px;
}

.blogs-section .blog-meta-author img {
  border-radius: 50%;
  width: 44px !important;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.blogs-section .blog-meta-author a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: black;
}

.blogs-section .blog-bottom-icon i {
  font-size: 32px;
}

/* blog sidebar start */
.sidebar-widget-container {
  border-radius: 14px;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  padding: 37px 30px 42px;
}

.right-sidebar .sidebar-header h3 {
  position: relative;
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  border-bottom: 1px dashed var(--color-secondary);
  margin: 0 0 30px;
  padding-bottom: 25px;
}

.right-sidebar {
  padding: 0 12px;
}

.post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-list li {
  list-style: none;
  position: relative;
  padding: 3px 0 31px 109px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E4E4E4;
  min-height: 89px;
}

.post-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-post-list .sidebar-post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 89px;
  height: 89px;
  border-radius: 6px;
  overflow: hidden;
}

.sidebar-post-list .sidebar-post-image img {
  height: 100%;
  object-fit: cover;
}

/* blog sidebar end */

/* blog section end */

/* blog-detail-section start */
.blog-detail-content {
  border-radius: 14px;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  padding: 37px 30px 42px;
}

.blog-detail-section .blog-detail-header {
  line-height: 26px;
  border-bottom: 1px dashed var(--color-secondary);
  margin: 0 0 30px;
  padding: 25px 0;
}

.blog-detail-section .blog-detail-mainimage img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* blog-detail-section end*/

/* canteen facility start */
.canteen-facility-section .image-innerbox img {
  position: relative;
  z-index: 2;
}

/* canteen facility end */

/* academic achievement css start */
.mb--40--50 {
  margin-bottom: -40px;
}

.gallery-section .gallery-item {
  text-align: center;
  position: relative;
  margin: 0 20px 40px;
}

.gallery-section .gallery-item::before {
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-4.5deg);
  -ms-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.gallery-section .gallery-item .gallery-inner {
  padding: 15px;
  padding-bottom: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.gallery-section .gallery-item .gallery-thumb a {
  display: block;
  overflow: hidden;
}

.gallery-section .gallery-item .gallery-thumb a img {
  width: 100%;
}

.gallery-section .gallery-item .gallery-content {
  padding: 20px 0;
}

.gallery-section .gallery-item .gallery-content .title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #0d3b66;
}

.gallery-section .gallery-item:hover::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.gallery-section .gallery-item::before {
  position: absolute;
  content: "";
}

.gallery-section {
  background-image: url(../images/academic-achievement/blue-wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-top: 40px;
  /* height: 100vh; */
  display: flex;
  align-items: center;
}

.gallery-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18%;
  width: 407px;
  height: 170px;
  background: url(../images/academic-achievement/cloudx2.png);
  background-size: cover;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translateY(-55%) rotate(0deg);
  -ms-transform: translateY(-55%) rotate(0deg);
  transform: translateY(-55%) rotate(0deg);
}


/* academic achievement css end */


/* campus news start */
/* news section */

figure.snip1208 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  /* max-width: 310px; */
  min-width: 220px;
  max-width: 407px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  border-radius: 14px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  padding: 37px 30px 42px;
}

figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
}

figure.snip1208 figcaption {
  padding: 25px 0;
  position: relative;
}

figure.snip1208 .date,
figure.snip1208 i {
  background-color: var(--color-primary);
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}

figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}

figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}

figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}

figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}

figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: var(--color-primary);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}

figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1208 .image-frame {
  width: 100%;
  height: 154px;
  overflow: hidden;
}

figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: var(--color-secondary);

}

figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: var(--color-secondary);
}

.news .cardz {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* campus news end */

/* smart classroom start */
.library-gallary .gallary-sub-img .image-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 12px 0;
}

/* smart classroom end */

/* news-detail-start */
.news-detail-section .news-detail-content {
  border-radius: 14px;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  padding: 37px 30px 42px;
  margin-bottom: 20px;
}

.news-detail-section .news-detail-image {

  margin-bottom: 20px;
}

.news-detail-section .news-detail-image {
  margin-bottom: 20px;
}

.news-detail-section .news-meta span {
  font-size: 13px;
  font-style: oblique;
  font-family: auto;
  font-weight: 600;
  color: black;
  opacity: 0.5;
}

/* news-detail-end */

.about-area .about-img-big {
  width: 451px;
}

@media (max-width: 575px) {
  .about-area .about-img-big {
    width: 100%;
  }
}

.about-area .about-img-sml {
  width: 330px;
}

.about-area .about-img-sml img,
.about-area .about-img-big img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-blogs .img-fluid {
  max-width: 100%;
  height: auto;
}

.dropdown-item.active.supersub-menu,
.dropdown-item:active.supersub-menu {
  background-color: unset;
}


.our-team {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  font-family: "Segoe UI", sans-serif;
}

.our-team .team-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.our-team .team-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.our-team .team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.our-team .team-card.highlight {
  border: 2px solid #fca311 ;
}

.our-team .team-img {
  overflow: hidden;
  border-radius: 14px;
}

.our-team .team-img img {
  width: 100%;
  height: 370px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.our-team .team-card:hover img {
  transform: scale(1.08);
}

.our-team .team-card h3 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.our-team .role {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #fca311 ;
  font-weight: 500;
}


/* hero section */
  /* ===============================
   HERO BASE
================================ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}

.hero .hero-slider,
.hero .hero-slide {
  height: 90vh;
}

/* ===============================
   MEDIA
================================ */
.hero .hero-media {
  position: absolute;
  inset: 0;
}

.hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ===============================
   OVERLAY (Readability)
================================ */
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 1;
}

/* ===============================
   CONTENT
================================ */
.hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  text-align: center;
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100%;
  margin: auto;
}

.hero .hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.hero .hero-content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 700px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero .hero-btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  background: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero .hero-btn:hover {
  background: #eaeaea;
  transform: translateY(-2px);
}

/* ===============================
   OWL CONTROLS
================================ */
.hero .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border-radius: 50%;
}

.hero .owl-nav .owl-prev {
  left: 20px;
}

.hero .owl-nav .owl-next {
  right: 20px;
}

.hero .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.hero .owl-dot span {
  background: rgba(255, 255, 255, 0.5) !important;
}

.hero .owl-dot.active span {
  background: #fff !important;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 767px) {
  .hero {
    height: 90vh;
  }

 .hero .hero-content {
    padding: 16px;
  }
}
/* hero section */


/* 404 not found  */
.not-found-content {
  text-align: center;
  border-radius: 8px;
  padding: 20px;
}
.not-found-content h1 {
  font-size: 150px;
}
.not-found-content h2 {
  font-size: 24px;
}
.not-found-content p {
  margin: 16px 0;
}
.not-found-content button {
  padding: 0.5em 1em;
  border: 2px solid #fca311;
  border-radius: 8px;
  background: none;
  outline: none;
  transition: 0.3s ease;
  cursor: pointer;
  margin: 5px;
}
.not-found-content .fill,
.not-found-content button:hover {
  background-color: #fca311;
  color: #000428;
}
.not-found-content .fill:hover {
  background-color: #244673;
  border-color: #244673;
}
@media screen and (max-width: 500px) {

  .not-found-content h1 {
    font-size: 100px;
  }
  .not-found-content h2 {
    font-size: 20px;
  }
  .not-found-content p {
    font-size: 14.5px;
  }
  .not-found-content .btns {
    display: flex;
    flex-direction: column;
  }
}

/* 404 not found  */

.footer-bg a.text-sky{
  margin-bottom: 16px;
  display: block;
}