@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #303030;
  font-weight: 400;
}

/* Typography Started From Here  */

h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

h2 {
  font-size: 34px;
  color: #303030;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #2c2b5e;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 55px;
}

h4 {
  font-size: 22px;
  color: #303030;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

h5 {
  font-size: 20px;
  color: #303030;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

h6 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: 14px;
  color: #606060;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
}

a {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.btn-primary {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  background: #ec1c23;
  border: 1px solid #ec1c23;
  transition: all 0.3s ease 0s;
  line-height: 1;
}

.btn-primary:hover {
  color: #ec1c23;
  background: #fff;
  border-color: #2c2b5e;
}

ul,
ol {
  list-style-type: none;
}

a:focus,
a:hover {
  color: #ec1c23;
  text-decoration: none;
}

/* Typography Ended  */
.page-center {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

/* header Style Started From Here  */
.header-top-wrapper {
  position: relative;
  background-image: url("../images/header-shape.png");
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  /* background-color: #2c2b5e; */
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.header-top-left-col a:hover {
  color: #fff;
}

.header-flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px;
}

.mobile-navbar {
  display: none;
}

.header-top-right-col ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.header-top-left-col {
  width: 40%;
}

.header-top-left-col ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.header-top-left-col ul a span {
  margin-right: 5px;
}

.header-top-right-col {
  width: 60%;
  position: relative;
  padding-left: 25px;
  display: flex;
  justify-content: end;
}

.header-top-left-col p {
  color: #fff;
  font-weight: 600;
}

.header-top-right-col a {
  position: relative;
  z-index: 1;
}

.header-top-right-col a:hover a {
  color: #ec1c23;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo-col {
  width: 25%;
}
.header-main-outer .logo-col img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: contain;
}
.nav-link-col {
  width: 75%;
}

.nav-link-outer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 99px;
  gap: 34px;
  position: relative;
}

.nav-link-outer li .nav-links {
  color: #303030;
  font-size: 16px;
  line-height: 1;
}

.nav-link-outer li .nav-links:hover {
  color: #ec1c23;
}

.nav-link-outer .search-link {
  background: #2c2b5e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 31px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 31px;
  justify-content: center;
  align-items: center;
}

.nav-link-outer .search-link:hover {
  background: #ec1c23;
}

.header-main-outer.sticky {
  transition: all 0.6s ease 0s;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.header-top-wrapper.fadeOut {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.sub-menu-outer {
  position: relative;
}

.sub-menu {
  position: absolute;
  width: 100%;
  background: white;
  min-width: 282px;
  z-index: 9999999;
  text-align: start;
  padding: 40px 20px 20px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  visibility: hidden;
}

.sub-menu .nav-link-outer {
  flex-direction: column;
  padding: 0px;
  text-align: start;
  justify-content: flex-start;
}

.sub-menu .nav-link-outer li {
  text-align: start;
  width: 100%;
}

.sub-menu .nav-link-outer a {
  display: block;
  width: 100%;
}

.sub-menu-outer:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.nav-link-outer li .nav-links span i {
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  margin-left: 10px;
}

.nav-link-outer li .nav-links.active {
  color: #ec1c23;
}

.header-top-right-col li {
  border: 1px solid #807f9c;
  border-radius: 5px;
  padding: 5px;
}

/* Header Style Ended  */
/* Important Notice Bar Style Started from Here  */
.important-notice-wrapper {
  padding: 10px 20px;
  background-color: #2c2b5e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.important-notice-wrapper p {
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.marquee_dv {
  display: flex;
  gap: 100px;
}

/* Important Notice Bar Style Ended  from Here  */
/* Banner Style Started From Here  */
.banner-outer-wrapper {
  overflow: hidden;
}

.slider-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  height: 80vh;
}

.slider-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
}

.slider-image-one {
  background-image: url("../images/slide-1.webp");
}

.slider-image-two {
  background-image: url("../images/slide-2.webp");
}

.slider-image-three {
  background-image: url("../images/slide-3.webp");
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 962px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-content h6 {
  margin: 30px 0px;
}

.banner-content .btn-primary {
  padding: 20px 40px;
}

.banner-outer-wrapper .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.banner-outer-wrapper .owl-prev {
  background: rgba(236, 28, 35, 0.64) !important;
  color: rgb(221, 221, 221) !important;
  font-size: 18px !important;
  border-radius: 3px !important;
  height: 40px !important;
  left: -46px !important;
  line-height: 40px !important;
  margin-top: -20px !important;
  position: absolute !important;
  text-align: center !important;
  top: 50% !important;
  transition: all 0.4s ease 0s;
  width: 35px !important;
  z-index: 999 !important;
}

.banner-outer-wrapper:hover .owl-prev {
  left: 0px !important;
}

.banner-outer-wrapper .owl-next {
  background: rgba(236, 28, 35, 0.64) !important;
  color: rgb(221, 221, 221) !important;
  font-size: 18px !important;
  border-radius: 3px !important;
  height: 40px !important;
  right: -46px !important;
  line-height: 40px !important;
  margin-top: -20px !important;
  position: absolute !important;
  text-align: center !important;
  top: 50% !important;
  transition: all 0.4s ease 0s !important;
  width: 35px !important;
  z-index: 999 !important;
}

.banner-outer-wrapper:hover .owl-next {
  left: auto !important;
  right: 0px !important;
}

.banner-outer-wrapper h1,
.banner-outer-wrapper h6,
.banner-outer-wrapper a {
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}

.banner-outer-wrapper .owl-item.active h1,
.banner-outer-wrapper .owl-item.active h6,
.banner-outer-wrapper .owl-item.active a {
  animation-delay: 750ms;
  animation-name: fadeInUp;
}

.banner-outer-wrapper .owl-item.active h6 {
  animation-delay: 1100ms;
}

.banner-outer-wrapper .owl-item.active a {
  animation-delay: 1.4s;
  animation-duration: 0.8s;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.owl-carousel .owl-stage-outer {
  z-index: 1;
}

/* Banner Style Ended from Here  */
/* our-gallery Card Section Style Started   */
.card-outer {
  padding: 60px 20px 40px;
}

.cards-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.cards-flex .card-columns {
  width: 31%;
  padding: 40px 40px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  background: #2e2a5d;
  border-radius: 5px;
}

.cards-flex .card-columns h5 a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

.cards-flex .card-columns>* {
  color: #fff;
}

.cards-flex .card-columns h5 a span {
  margin-right: 10px;
}

.cards-flex .card-columns h5 {
  margin-bottom: 12px;
}

.cards-flex .card-columns h5 a:hover {
  color: #ec1c23;
}

.cards-flex .card-columns p {
  line-height: 24px;
}

/* our-gallery Card Section Style Ended    */
/* About Us Section Style Started from Here  */
.left-content-right-image-outer {
  padding: 50px 20px 100px;
}

.left-content-right-image-outer h2 span {
  color: #ec1c23;
}

.left-content-right-image-outer .about-us-flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content-wrapper {
  width: 50%;
  padding-right: 50px;
}

.image-wrapper {
  width: 50%;
  position: relative;
}

.left-content-right-image-outer h2 {
  margin-bottom: 20px;
}

.left-content-right-image-outer p {
  line-height: 24px;
  margin-bottom: 10px;
}

.left-content-right-image-outer .btn-primary {
  margin-top: 25px;
}

.image-wrapper::after {
  position: absolute;
  border: 10px solid #ebebeb;
  left: 0;
  bottom: -5px;
  width: 100%;
  content: "";
  height: 88%;
  z-index: -1;
}

/* About Us Section Style Ended here  */
/* Principle Section Started From Here  */
.principle-outer {
  /* background-image: url("../images/course-bg.webp"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 80px 20px;
}

.principle-outer::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 43, 94, 0.70);
}

.principle-flex-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.principle-message {
  width: 30%;
}

.principle-outer .notice-board-column {
  width: 30%;
  overflow: hidden;
}

.principle-outer .notice-board-column h3 {
  color: #fff;
  margin-bottom: 30px;
}

.principle-outer .notice-board-column .notice-board-list-outer {
  background-color: #fff;
  max-height: 100%;
}

.column-message-right {
  width: 70%;
  padding-left: 50px;
}

.column-message-right p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: justify;
}

.principle-message img {
  width: 100%;
  object-fit: cover;
  border: 20px solid #9d9bb3;
}

.topper-student-wrapper.owl-carousel.owl-theme {
  display: flex;
  gap: 20px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  position: relative;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  max-height: 350px;
  height: 100%;
}

.topper-student-wrapper .topper-slide {
  width: 100%;
  text-align: center;
}

.topper-student-wrapper .topper-slide img {
  width: 100%;
  object-fit: cover;
  max-width: 200px;
  max-height: 200px;
  margin: auto;
}

.topper-student-wrapper .topper-slide h4 {
  font-size: 18px;
  margin: 10px 0px;
  line-height: 1.3;
}

.topper-student-wrapper .topper-slide h5 {
  font-size: 16px;
  margin: 10px 0px;
}
/* .topper-slider.owl-loaded.owl-drag {
  width: 100%;
}

.topper-slider.owl-loaded.owl-drag .owl-stage {
  width: 100% !important;
  display: flex;
}

.topper-slider.owl-loaded.owl-drag .owl-stage .owl-item {
  width: 50% !important;
}

.topper-slider.owl-loaded.owl-drag .owl-stage .owl-item.active {
  width: 50% !important;
}

.topper-slider.owl-loaded.owl-drag .owl-stage .owl-item:last-child {
  margin-right: 0px !important;
} */
/* Principle Section Ended From Here  */
/* Course Section Style Started Here  */
.course-outer-wrapper {
  background-image: url("../images/course-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 100px 20px 100px;
}

.course-outer-wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 43, 94, 0.92);
}

.outer-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.course-cards-outer {
  position: relative;
  z-index: 1;
}

.outer-heading h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}

.card-image-one {
  background-image: url("../images/course1.webp");
}

.card-image-two {
  background-image: url("../images/course2.webp");
}

.card-image-three {
  background-image: url("../images/course3.webp");
}

.course-cards-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.course-card-column {
  width: 100%;
  background-color: #fff;
}

.card-image {
  padding: 31.2% 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.card-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(236, 28, 35, 0.3);
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.course-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  opacity: 0;
  transform: translate(-50% -50%);
  margin: auto;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.course-hover i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease 0s;
}

.card-image:hover .course-hover {
  opacity: 1;
}

.card-image:hover:after {
  opacity: 1;
}

.course-content-wrapper {
  padding: 22px 30px 25px;
}

.course-content-wrapper a h4 {
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.course-content-wrapper a h4:hover {
  color: #ec1c23;
}

.course-content-wrapper p {
  margin-bottom: 20px;
  line-height: 24px;
}

.course-card-column .btn-primary {
  padding: 10px 20px;
  transition: all 0.5s ease 0s;
}

.course-card-column .btn-primary:hover {
  background: #2c2b5e;
  color: #fff;
}

/* Course Section Style Ended  Here  */

/* Notice Board Style Started from here  */
.notice-board-outer {
  padding: 100px 20px;
}

.notice-board-flex-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.birthday-column {
  width: 47%;
}

.notice-board-column {
  width: 47%;
}

.notice-board-list-outer {
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  position: relative;
  padding: 30px;
  max-height: 350px;
  height: 100%;
  overflow: hidden;
}

.notice-board-flex-outer h3 {
  margin-bottom: 40px;
}

.notice-content h6 {
  color: #ec1c23;
  font-weight: 700;
  margin-bottom: 15px;
}

.notice-content {
  border-bottom: 1px solid #2b2c5d85 !important;
}

.notice-content p {
  line-height: 24px;
}

.notice-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.notice-content:last-child {
  border: none;
}

.notice-board-list {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 30px;
}

.birthday-student-wrapper {
  display: flex;
  gap: 20px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  position: relative;
  padding: 30px;
  overflow: hidden;
  background-color: #fff;
}

.birthday-slide {
  width: 100%;
  text-align: center;
}

.birthday-student-wrapper .birthday-slide img {
  width: 100%;
  object-fit: cover;
  max-width: 258px;
  max-height: 258px;
  margin:0px auto;
}

.birthday-student-wrapper .birthday-slide h4 {
  font-size: 18px;
  margin: 10px 0px;
  line-height: 1.3;
}

.notice-board-outer .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 50%;
  align-items: center;
}

.notice-board-outer .owl-nav button {
  width: 30px;
  height: 50px;
  background-color: #ec1c22 !important;
  color: #fff !important;
}

/* Notice Board Style Ended Here */

/* Testimonial Section Style Started  */
.testimonial-outer {
  /* background: url("../images/testimonial-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; */
  position: relative;
  padding: 100px 20px 40px;
  background-color: #fff;
}

/* .testimonial-outer:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 43, 94, 0.9);
  z-index: -1;
} */

.testimonial-outer {
  position: relative;
  z-index: 2;
}

.author-image img {
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 100%;
  max-width: 97px;
  margin: auto;
}

.testimonial-content {
  text-align: center;
  max-width: 790px;
  margin: auto;
}

.testimonial-content h6 {
  margin: 20px 0px 25px;
  color: #2c2b5e;
  padding: 0px 20px;
}

.testimonial-content .author-details h5 {
  font-size: 18px;
  color: #2c2b5e;
  font-weight: 600;
}

.testimonial-content .author-details h6 {
  margin: 5px 0px 0px;
}

.testimonial-outer .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-outer .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ccc;
  transition: all 0.3s ease;
  background-color: #2c2b5e !important;
}

.testimonial-outer .owl-dot.active {
  background-color: #ec1c20 !important;
  transform: scale(1.2);
}

.testimonial-outer .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.testimonial-outer .testimonial-left-column {
  width: 47%;
}

.testimonial-outer h3 {
  text-align: center;
}

.testimonial-outer .testimonial-box {
  max-height: 380px;
  height: 100%;
  /* display: flex !important; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  padding-top: 40px;
}

/* Testimonial Section Style Ended  */
/* Leatest Blog Section Style Started From here  */
.course-card-column {
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 6px 0px;
  margin-bottom: 20px;
}

.blog-outer-wrapper {
  padding: 40px 20px 50px;
}

.blog-outer-wrapper h2 {
  font-size: 34px;
  color: rgb(44, 43, 94);
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 62px;
  text-transform: uppercase;
}

.blog-top p {
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 15px;
}

.blog-outer-wrapper .btn-primary {
  font-size: 14px;
  color: rgb(236, 28, 35);
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  background: transparent;
  padding-left: 0px;
  border: none;
}

.blog-outer-wrapper .btn-primary:hover {
  color: #2c2b5e;
  background: transparent;
  border: none;
}

.blog-outer-wrapper .course-content-wrapper {
  display: flex;
  flex-direction: column;
}

.blog-outer-wrapper .course-content-wrapper a h4 {
  font-size: 18px;
  line-height: 1.4;
}

.blog-outer-wrapper .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  right: 0px;
  left: 0px;
  top: 50%;
  z-index: 111;
}

.blog-outer-wrapper .owl-nav button {
  width: 20px;
  height: 50px;
  background-color: #2e2a5d !important;
  color: #fff !important;
}

.blog-outer-wrapper .owl-nav button.owl-prev {
  position: relative;
  left: -20px;
}

.blog-outer-wrapper .owl-nav button.owl-next {
  position: relative;
  right: -20px;
}

/* Leatest Blog Section Style Ended  Here*/
/* Our our-gallery Section Style Started from Here  */
.our-gallery-column {
  position: relative;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  overflow: hidden;
  flex: 0 0 31.33%;
  max-width: 100%;
  cursor: pointer;
}

.our-gallery-outer-wrapper {
  padding: 50px 20px 50px;
}

.our-gallery-flex-row {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
}

.our-category-image img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}

.our-gallery-column:hover .our-category-image img {
  transform: scale(1.2);
}

.our-category-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(23 5 13 / 20%);
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.our-gallery-column:hover .our-category-image:after {
  opacity: 1;
}

.our-category-image {
  position: relative;
  display: block;
  height: 100%;
}

.our-category-occupation {
  background: #fff none repeat scroll 0 0;
  bottom: 0px;
  left: 0;
  padding: 20px 0 30px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease 0s;
  text-align: center;
}

.our-gallery-column:hover .our-category-occupation {
  bottom: 0px;
}

.our-category-occupation h4 a {
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.our-category-occupation h4 a:hover {
  color: #ec1c23;
}

.our-gallery-outer-wrapper h2 {
  color: rgb(44, 43, 94);
}

.our-gallery-outer-wrapper .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  margin: 5px;
}

.our-gallery-outer-wrapper .owl-dots .owl-dot.active span,
.our-gallery-outer-wrapper .owl-dots .owl-dot:hover span {
  background-color: #333;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.btn-gallery img {
  max-width: 300px;
  height: auto;
}

.btn-gallery {
  text-align: center;
  margin-top: 50px;
}

/* Our our-gallery Sections Style Ended Here  */
/* Footer Started from Here  */
footer.footer-wrapper-outer {
  border-top: 1px solid #7d7d7d;
}
.footer-wrapper {
  padding: 50px 20px 100px;
}

.footer-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-icons-column {
  width: 38%;
}

.footer-link-column {
  width: 30%;
  padding: 0px 40px 0px;
}

.footer-description p {
  line-height: 1.6;
  margin: 20px 0px;
}

.footer-icons ul li a {
  border: 1px solid rgb(218, 218, 218);
  color: rgb(125, 125, 125);
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 26px;
  transition: all 0.5s ease 0s;
}

.footer-icons ul {
  display: flex;
  gap: 12px;
}

.footer-icons ul li:hover a {
  border: 1px solid rgb(236, 28, 35);
  background: rgb(236, 28, 35);
  color: rgb(255, 255, 255);
}

.footer-link-title h5 {
  text-transform: uppercase;
  color: rgb(96, 96, 96);
  margin-bottom: 45px;
  position: relative;
}

.footer-link-title h5::before {
  background: none 0px 0px repeat scroll rgb(96, 96, 96);
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 45px;
}

.footer-link-title h5::after {
  background: none 0px 0px repeat scroll rgb(96, 96, 96);
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 57px;
}

.foooter-nav ul li a {
  color: rgb(125, 125, 125);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
}

.foooter-nav ul li a:hover {
  color: rgb(236, 28, 35);
  text-decoration: none;
}

.foooter-nav ul li {
  margin-bottom: 15px;
}

.foooter-nav ul li:last-child {
  margin-bottom: 0px;
}

.foooter-nav ul li a {
  color: rgb(125, 125, 125);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.foooter-nav ul li {
  margin-bottom: 15px;
}

.foooter-nav ul li:last-child {
  margin-bottom: 0px;
}

.foooter-info p {
  color: rgb(125, 125, 125);
  line-height: 23px;
  margin-bottom: 15px;
}

.foooter-info p:last-child {
  margin-bottom: 0px;
}

.footer-bottom-wrapper {
  background: rgb(44, 43, 94);
  text-align: center;
  padding: 25px 20px;
}

.footer-bottom-wrapper p {
  color: rgb(199, 199, 199);
}

/* Footer Ended Here  */
/* About us page style started From here  */
.inner-banner-wrapper{
  background-image: url('../images/inner-banner.webp');
  padding:60px 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.inner-banner-wrapper::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: 0;
  right:0;
  top:0;
  bottom: 0;
  z-index: 0;
}
.inner-banner-heading {
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner-banner-breadcrumb {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.inner-banner-breadcrumb ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.inner-banner-breadcrumb ul li {
  color: #fff;
  font-size: 18px;
}
.inner-banner-breadcrumb ul li span i {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
/* Counter Slider Css Started From Here  */
.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}
section.counter-Slider-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 50px 20px;
  flex-wrap: wrap;
}
.column-message-right p {
  margin-bottom: 30px;
}

.principle-flex-wrap {
  align-items: center;
}
/* About us page style Ended From here  */
/* Fee Strcuture Started From Here  */
.fee-struction-wrapper {
  padding: 80px 20px;
  max-width: 900px;
  margin: auto;
}
.fee-struction-wrapper iframe {
  width: 100%;
  height: 100vh;
}
/* Fee Structure Style Ended From Here  */
/* admission Rules Style Staretd From Here  */
.rules-lists-inner-wrapper {
  padding: 80px 20px;
}
.rules-heading {
  margin-bottom: 30px;
}
.rules-list ul {
  list-style-type: decimal;
  list-style-position: inside;
}
.rules-list ul li {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 16px;
}
.rules-list ul li:last-child {
  margin-bottom: 0px;
}
/* Admission Rules Style Ended From Here  */
/* Gallery page Style Started From Here  */
.our-gallery-outer-wrapper.our-gallery-page-wrapper{
padding:80px 20px;
}
.gallery-photos-wrapper {
  padding: 80px 20px;
}
.gallery-photos-wrapper .image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-photos-wrapper .image-list li {
  width: 23%;
  max-width: 300px;
}
.gallery-photos-wrapper .image-list li a img {
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
}
.fancybox-inner {
  margin:0px 20px;
}
.our-gallery-outer-wrapper.our-gallery-page-wrapper .our-gallery-column:hover .our-category-image img {
  transform: scale(1);
}
/* Gallery Page Style Ended From Here  */
/* Contact us Page Style Started  */
.contact-us-inner-banner{
      padding: 140px 20px;
}
.address-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
.three-column-details {
  width: 40%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  padding: 55px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.three-column-details svg path {
  fill: #747272;
}
.three-column-details .detail-icon svg {
  max-width: 50px;
}
.details-inner-outer {
  margin: 0px 0px 30px;
}
.details-inner-outer:last-child {
  margin: 0px;
}
.detail-icon {
  margin-bottom: 15px;
}

.detail-heading {
  margin-bottom: 10px;
}
.detail-para h6 {
  color: #000;
}
.detail-para h6 a {
  color: #000;
}
section.detailes-wrapper-outer {
  padding: 80px 20px;
}
.form-outer {
  width: 50%;
}
.form-heading h6 {
  font-size: 20px;
  color: #303030;
  text-transform: uppercase;
  font-weight: 700;
}

.form-heading {
  margin-bottom: 20px;
}

.form-desc {
  margin-bottom: 20px;
}

.form-desc p {
  font-size: 16px;
  line-height: 1.5;
}
.form-inner-wrapper .form-input-wrapper {
  margin-bottom: 30px;
}
.form-inner-wrapper .form-input-wrapper p {
  font-size: 16px;
  margin-bottom: 15px;
}
.form-inner-wrapper .form-input-wrapper input {
  width: 100%;
  padding: 10px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  font-size: 16px;
  color: #606060;
}
.form-inner-wrapper .form-input-wrapper input:focus-visible {
  outline: none;
}
.form-subject-wrapper p {
  font-size: 16px;
  margin-bottom: 15px;
}
.form-subject-wrapper textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  font-size: 16px;
  color: #606060;
}
.form-subject-wrapper textarea:focus-visible{
  outline:none;
}
.reply-btn {
  background: #2C2B5E;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 25px;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
  outline: none;
  border: none;
}
/* Contact Us Page Style Ended  */
/* List Of Syllabus Section Started From Here  */
.list-column-wrapper {
  padding: 80px 20px;
}
.list-column-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-column-block {
  flex: 1 1 auto;
}
.list-column-block a {
background: #2e2a5d;
  display: block;
  padding: 80px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
}
.list-column-block a:hover{
background: #ec1c23;
color: #fff;
}
/* List of Syllabus Section Ended Here  */
.our-gallery-outer-wrapper .btn-gallery {
  margin: 0px;
}

/* back to top button started from here  */
#button {
  display: inline-block;
  background-color: #f81770;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}
/* back to top button ended from here  */
@media screen and (min-width:1440px){
.header-top-wrapper{

  background-size: 140%;
}
}
/* Responsive Started From here  */
@media screen and (max-width: 1250px) {


  .header-flex .logo-col {
    width: 20%;
  }

  .header-flex .nav-link-col {
    width: 80%;
  }

  .header-flex .nav-link-col .nav-link-outer {
    padding-left: 30px;
    gap: 15px;
    justify-content: flex-end;
  }

  .card-outer {
    padding: 60px 20px;
  }

  .left-content-right-image-outer {
    padding: 40px 20px 80px;
  }

  .image-wrapper img {
    width: 100%;
    max-width: 400px;
  }

  .image-wrapper::after {
    max-width: 410px;
  }

  section.course-outer-wrapper {
    padding: 80px 20px;
  }

  .notice-board-outer {
    padding: 80px 20px 40px;
  }

  .upcomming-outer {
    padding: 40px 20px 80px;
  }

  .testimonial-outer {
    padding: 80px 20px 40px;
  }

  .blog-outer-wrapper {
    padding: 40px 20px 40px;
  }

  .newsletter-outer-wrapper {
    padding: 80px 20px;
  }

  .our-gallery-outer-wrapper {
    padding: 50px 20px 80px;
  }

  .footer-inner-wrapper {
    padding: 80px 20px;
  }

  .footer-wrapper-outer .footer-logo img {
    max-width: 170px;
    width: 100%;
  }

  .footer-link-column {
    padding: 0px 20px 0px;
  }

  .notice-board-list-outer {
    max-height: 350px;
  }

  .topper-student-wrapper.owl-carousel.owl-theme {
    max-height: 350px;
  }

  .header-top-wrapper {
    background-position: 90% 50%;
  }

  .image-wrapper {
    text-align: center;
  }

  .testimonial-outer .testimonial-box {
    max-height: 350px;
  }

  .birthday-student-wrapper {
    max-height: 350px;
    height: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .header-top-right-col li {
    width: fit-content;
  }

  .header-top-right-col li a {
    font-size: 12px;
  }

  .header-top-right-col {
    width: 65%;
  }

  .header-top-left-col {
    width: 35%;
  }

  .header-top-left-col ul li a {
    font-size: 12px;
  }

  .header-top-left-col ul li {
    width: fit-content;
  }

  .header-top-left-col ul {
    width: max-content;
  }
}

@media screen and (max-width: 1024px) {
    .header-flex .logo-col a img {
        min-width: 260px;
      }
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 28px;
  }

  .banner-outer-wrapper .slider-image {
    height: 45vh;
  }

  .banner-content h6 {
    margin: 20px 0px;
  }

  .banner-content .btn-primary {
    padding: 15px 30px;
  }

  .card-outer {
    padding: 50px 20px 25px;
  }

  .left-content-right-image-outer {
    padding: 30px 20px 50px;
  }

  .cards-flex .card-columns {
    padding: 20px;
  }

  section.course-outer-wrapper {
    padding: 50px 20px;
  }

  .outer-heading h2 {
    margin: 20px 0px 30px;
  }

  .notice-board-outer {
    padding: 50px 20px 50px;
  }

  .notice-board-list-outer {
    padding: 20px;
    max-height: 350px;
    min-height: 350px;
  }

  .notice-board-flex-outer .notice-board-column h3 {
    padding-left: 20px;
  }

  .upcomming-outer {
    padding: 30px 20px 50px;
  }

  .testimonial-outer {
    padding: 50px 20px 25px;
  }

  .blog-outer-wrapper {
    padding: 25px 20px 25px;
  }

  .our-gallery-outer-wrapper {
    padding: 25px 20px;
  }

  .newsletter-outer-wrapper {
    padding: 50px 20px;
  }

  .footer-inner-wrapper {
    padding: 25px 20px 50px;
  }

  h4,
  h5 {
    font-size: 18px;
  }

  h3 {
    font-size: 24px;
  }

  a {
    font-size: 14px;
  }

  .event-content h6 a {
    font-size: 16px;
  }

  .blog-outer-wrapper .course-content-wrapper a h4 {
    font-size: 16px;
  }

  .our-category-occupation h4 a {
    font-size: 18px;
  }

  .our-gallery-column {
    flex: 0 0 30.33%;
  }

  .footer-link-column {
    width: 28%;
  }

  .header-top-wrapper {
    background-position: 100%;
    background-size: 300%;
  }

  .testimonial-outer .testimonial-box {
    max-height: 450px;
    min-height: 450px;
  }

  .header-top-wrapper {
    background-color: #2c2b5e;
    background-image: unset;
  }
}

@media screen and (max-width: 979px) {
  .nav-link-outer {
    display: none;
  }

  .mobile-navbar .nav-link-outer {
    display: block;
  }

  /* Mobile Responsive Header Code Started Here */
  .mobile-navbar {
    display: block;
  }

  .mobile-navbar .nav-link-outer {
    gap: 0;
    position: absolute;
    z-index: 11;
    left: 0px;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 30px 2px 0px !important;
    top: 0px;
    margin-top: 70px;
    box-shadow: 1px 18px 20px 0 rgb(0 0 0 / 10%);
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-navbar .nav-link-outer.active {
    opacity: 1;
    visibility: visible;
  }

  .header-flex {
    position: relative;
  }

  .header-flex .logo-col {
    position: relative;
    z-index: 12;
  }

  .mobile-navbar .nav-link-outer li {
    padding: 15px 30px;
    border-top: 1px solid #000;
    display: block;
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  .mobile-navbar .nav-link-outer li:last-child {
    border-bottom: 1px solid #000;
  }

  .mobile-navbar .nav-link-outer li a {
    font-weight: 400;
    font-size: 18px;
  }

  .mobile-navbar {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
  }

  .mobile-navbar .bars i {
    font-size: 32px;
  }

  .mobile-navbar .bars {
    position: relative;
  }

  .mobile-navbar .bars .bar-btn {
    position: absolute;
    right: 0;
    top: -15px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .mobile-navbar .bars .bar-btn.active {
    display: block;
  }

  .mobile-navbar .nav-link-outer li a span {
    display: block;
    width: 100%;
    text-align: end;
  }

  .mobile-navbar .nav-link-outer li a {
    display: flex;
    align-items: center;
  }

  html body .sub-menu {
    position: unset;
    width: 100%;
    min-width: 100% !important;
    padding: 0px 0px 0px !important;
    display: none;
  }

  html body .sub-menu ul.nav-link-outer li a {
    padding: 0px !important;
  }

  html body .sub-menu ul.nav-link-outer {
    padding-top: 0px !important;
    margin: 0px;
    position: unset !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  html body .sub-menu-outer {
    padding: 0px 0px 0px !important;
  }

  .sub-menu-outer a {
    padding: 15px 30px;
  }

  .header-top-right-col {
    width: 60%;
  }

  .header-top-left-col {
    width: 40%;
  }

  .header-top-left-col ul li a {
    font-size: 10px;
  }

  .header-top-right-col li a {
    font-size: 10px;
  }

  /* Mobile Responsive Header Code Ended Here  */
  .banner-outer-wrapper .slider-image {
    height: 50vh;
    padding: 20px;
  }

  .card-outer .card-columns {
    width: 100%;
    max-width: 650px;
    margin: auto;
    text-align: center;
  }

  .left-content-right-image-outer .page-center.about-us-flex-row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .left-content-right-image-outer .page-center.about-us-flex-row .content-wrapper {
    width: 100%;
    padding: 0px;
    text-align: center;
  }

  .left-content-right-image-outer .page-center.about-us-flex-row .image-wrapper {
    width: 100%;
    text-align: center;
  }

  .course-outer-wrapper .course-card-column {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }

  .course-outer-wrapper .card-image {
    padding: 20% 0px;
  }

  .image-wrapper::after {
    margin: auto;
    width: 100%;
    right: 0;
  }

  .notice-board-outer .page-center.notice-board-flex-outer {
    gap: 30px;
  }

  .notice-board-outer .notice-board-column {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }

  .notice-board-flex-outer h3 {
    text-align: center;
  }

  .notice-board-outer .birthday-column {
    width: 100%;
  }

  .upcomming-outer .upcomming-event-list {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }

  .blog-outer-wrapper .course-card-column {
    width: 97%;
    margin: 20px auto;
  }

  .blog-outer-wrapper .card-image {
    padding: 20% 0px;
  }

  .our-gallery-outer-wrapper .our-gallery-column {
    width: 30%;
  }

  .our-gallery-outer-wrapper .our-gallery-flex-row {
    justify-content: center;
    column-gap: 30px;
  }

  .footer-wrapper-outer .footer-icons-column {
    width: 50%;
  }

  .footer-wrapper-outer .footer-link-column {
    width: 50%;
    padding: 0px;
  }

  .footer-wrapper-outer .footer-wrapper.footer-inner-wrapper.page-center {
    gap: 30px;
    justify-content: center;
    text-align: center;
  }

  .footer-link-title h5::before {
    margin: auto;
    right: 0;
  }

  .footer-link-title h5::after {
    right: 0;
    margin: auto;
  }

  .footer-wrapper-outer .footer-icons ul {
    justify-content: center;
  }

  .newsletter-outer-wrapper .newsletter-flex-row {
    max-width: 450px;
  }

  .principle-message {
    padding: 0px;
    width: 50%;
  }

  .principle-outer .notice-board-column {
    width: 40%;
  }

  .column-message-right {
    width: 100%;
    padding: 0px;
  }

  .principle-flex-wrap {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .testimonial-outer .flex-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial-left-column {
    width: 100%;
  }

  .birthday-column {
    width: 50%;
  }

  .topper-student-wrapper.owl-carousel.owl-theme {
    max-height: unset;
  }

  .header-top-right-col ul {
    gap: 10px;
  }

  h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 855px) {
  .header-top-wrapper {
    background-position: 60% 50%;
  }

  .header-top-left-col {
    width: 100%;
  }

  .header-top-right-col {
    width: 100%;
    justify-content: flex-start;
    padding: 0px;
  }

  .header-flex-row {
    gap: 10px;
  }

  .course-cards-outer {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width:791px){
  .gallery-photos-wrapper .image-list {
      justify-content: center;
    }
  
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  .our-category-occupation {
    position: static;
    padding: 10px;
  }

  .our-category-image img {
    object-fit: cover;
  }

  .owl-dots {
    display: flex;
    justify-content: center;
  }

  .our-gallery-outer-wrapper .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #2c2b5e;
  }

  .our-gallery-outer-wrapper .owl-dots .owl-dot.active span,
  .our-gallery-outer-wrapper .owl-dots .owl-dot:hover span {
    background-color: #ec1c23;
  }

  .slide-wrapper {
    flex-wrap: wrap;
  }

  .principle-outer {
    padding: 50px 20px 50px;
  }

  .our-gallery-outer-wrapper .our-gallery-column {
    display: flex;
    flex-direction: column;
  }

  .our-category-occupation {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .our-category-occupation h4 {
    font-size: 18px;
    flex-grow: 1;
  }

  html body .our-gallery-outer-wrapper .our-gallery-column {
    width: 40%;
    margin-bottom: 0px;
  }

  .footer-wrapper-outer .footer-icons-column {
    width: 100%;
  }

  .testimonial-outer .testimonial-left-column {
    width: 100%;
  }

  .birthday-column {
    width: 100%;
  }

  .birthday-student-wrapper .birthday-slide img {
    width: 100%;
    object-fit: cover;
    max-width: 200px;
    max-height: 200px;
    height: 100%;
    margin: auto;
  }
  .rules-lists-inner-wrapper{
      padding:50px 20px;
  }
    .contact-us-inner-banner {
      padding: 50px 20px;
    }
    section.detailes-wrapper-outer {
      padding: 50px 20px;
    }
    .three-column-details {
      width: 100%;
      padding: 20px;
    }
    .form-outer {
      width: 100%;
    }
        .list-column-wrapper {
          padding: 50px 20px;
        }
                .gallery-photos-wrapper .image-list li a img{
                  height: auto;
                }
                                .gallery-photos-wrapper{
                                  padding: 50px 20px;
                                }
}

@media screen and (max-width: 580px) {
  .our-category-occupation {
    position: static;
  }

  .our-gallery-outer-wrapper .our-gallery-column {
    margin-bottom: 40px;
  }

  .owl-dots {
    display: flex;
    justify-content: center;
  }

  .our-gallery-outer-wrapper .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #2c2b5e;
  }

  .our-gallery-outer-wrapper .owl-carousel .owl-item {
    margin-bottom: -10px;
  }

  .our-gallery-outer-wrapper .owl-dots .owl-dot.active span,
  .our-gallery-outer-wrapper .owl-dots .owl-dot:hover span {
    background-color: #ec1c23;
  }

  .header-top-right-col ul {
    gap: 2px;
  }

  .header-top-wrapper {
    background-position: 100% 50%;
  }

  .header-top-right-col a {
    font-size: 10px;
  }

  .header-top-left-col p {
    font-size: 10px;
  }

  .header-flex-row {
    align-items: baseline;
  }

  h1 {
    font-size: 22px;
  }

  .banner-outer-wrapper .slider-image {
    height: 30vh;
    background-size: contain;
  }

  .banner-content .btn-primary {
    font-size: 12px;
    padding: 10px;
  }

  .banner-content h6 {
    font-size: 14px;
    margin: 15px 0px;
  }

  .header-flex .logo-col a img {
    min-width: 180px;
  }

  .left-content-right-image-outer .btn-primary {
    font-size: 14px;
    padding: 15px 20px;
  }

  h2 {
    font-size: 22px;
  }

  .notice-board-flex-outer h3 {
    font-size: 22px;
  }

  .newsletter-email input {
    padding: 13px 145px 13px 20px;
  }

  .newsletter-email input::placeholder {
    font-size: 14px;
  }

  .event-content {
    padding: 10px;
  }

  .principle-outer .notice-board-column {
    width: 100%;
  }

  .notice-board-outer .birthday-student-wrapper {
    height: auto;
  }

  .our-gallery-column {
    flex: 1 0 30.33%;
  }

  .btn-gallery {
    margin-top: 30px;
  }

  .btn-primary {
    font-size: 14px;
    padding: 15px 20px;
  }

  .principle-flex-wrap {
    gap: 20px;
  }

  .blog-outer-wrapper h2 {
    font-size: 22px;
  }
    .counter{
      font-size: 35px;
    }
        .fee-struction-wrapper {
          padding: 50px 20px;
        }
    
        .inner-banner-breadcrumb ul li {
          font-size: 13px;
        }
    
        .inner-banner-breadcrumb {
          margin-top: 15px;
        }
                    .gallery-photos-wrapper .image-list li {
                      width: 100%;
                    }
                    
}


@media screen and (max-width: 480px) {
  .our-gallery-outer-wrapper .our-gallery-column {
    width: 80%;
  }

  .newsletter-email button {
    padding: 12px 10px 11px;
    font-size: 14px;
  }

  .newsletter-email input {
    padding: 13px 100px 13px 10px;
  }

  html body .our-gallery-outer-wrapper .our-gallery-column {
    width: 100%;
  }

  .our-category-occupation h4 a {
    font-size: 14px;
  }

  .header-top-left-col ul li {
    width: 100%;
  }

  .header-top-left-col ul {
    gap: 0px;
  }
}

@media screen and (max-width: 380px) {
  .our-gallery-column {
    flex: 1 0 100%;
  }
}

/* Responsive Ended From Here  */

/* No Data Availiable Div  */
.no-data h2 {
  font-size: 28px;
  margin: 10px 0px;
}

.no-data p {
  font-size: 20px;
  margin: 10px 0px;
}

.no-data {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  height:100%;

}