@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --eduact-black2-rgb: 0, 0, 0;
  --eduact-white-rgb: 167 62 62;
  --Black: #000000;
  --White: #ffffff;
  --Primary: #000;
  --Secondary: #800000;
  --yellow: #fffbcd;
  --Border: #e4e4e7;
  --Soft-Text: #585d69;
  --bg-1: #f3f3f3;
  --bg-2: #e9dece;
  --bg-3: #d7c7ea;
  --bg-4: #ffefea;
  --bg-5: #f5f5f2;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

/* @keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--Secondary);
    box-shadow: 0 0 0 0 var(--Secondary);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
  }
} */

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

p {
  color: #333931;
}

html{  scroll-behavior: smooth; /* Ensures smooth scrolling */  -webkit-overflow-scrolling: touch; /* Enables smooth scrolling for touch devices */}

body {
  scroll-behavior: smooth; /* Ensures smooth scrolling */  -webkit-overflow-scrolling: touch; /* Enables smooth scrolling for touch devices */
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Inter", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

ul {
  list-style: none;
  padding: 0px;
}

/* header-section css */
.top-hheader ul li a {
  display: flex;
  gap: 10px;
  color: #fff;
  white-space: nowrap;
  align-items: center;
}

.top-hheader ul li {
  display: flex;
  display: flex;
  gap: 5px;
  color: #fff;
  white-space: nowrap;
  align-items: center;
}

.top-hheader ul {
  margin-bottom: 0px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.top-hheader {
  background: var(--Secondary);
  padding: 10px 0px;
}

.socilmedia a:hover {
  margin-top: -6px;
  transition: all 0.4s ease;
}

.socilmedia a {
  color: #fff;
  transition: all 0.4s ease;
  font-size: 1.3rem;
}

.socilmedia {
  display: flex;
  transition: all 0.4s ease;

  align-items: center;
  gap: 10px;
}

.button-groups-btn .div-affliate:hover {
}

.button-groups-btn .div-affliate svg {
  width: 30px;
  height: auto;
}

.button-groups-btn .div-affliate span {
  color: var(--White);
  font-weight: 300;
}

.button-groups-btn .div-affliate {
  display: flex;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--White);
  align-items: center;
  gap: 8px;
}

.button-groups-btn {
  display: flex;
  align-items: center;
  gap: 14px;
}

.right-side-top {
  display: flex;
  gap: 15px;
  justify-content: end;
}

header {
  width: 100%;
  background: transparent;
  z-index: 99;
  padding: 0px 0px 0px;
  transition: background-color 0.3s ease;
  transition: all 0.7s ease;
  border-bottom: 1px solid var(--Secondary);
}

.header-hidden {
  overflow: hidden;
}

/* header .nav-menu ul li {
  position: relative;
} */

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

.div-bottom-menu {
  width: 100%;
  background-color: var(--Secondary);
}


.div-bottom-menu.scrolled {     position: fixed;
    top: 0px;
    z-index: 999; transition: 0.6s;}

    
.div-bottom-menu.scrolled.hidden{ top: -80px; transition: 0.6s;}


header .open-nav-menu {
  height: 34px;
  width: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

header .menu-overlay {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: #8000000f;
   transition: background-color 0.7s ease, padding 0.7s ease, border-color 0.7s ease;
}

header.scrolled {
position: fixed;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid #f3f3f3;
}


header {
  transition: top 0.3s ease, background-color 0.3s ease;
}

header.hidden {
  top: -100px; /* Adjust based on header height */
}

header.scrolled {
  background-color: rgba(0, 0, 0, 0.8); /* Example */
}

.header-logo {
  position: relative;
  /* background: #323232; */
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
}
.middle-part-logo {
    background: #8000000f;
    padding: 10px 0px;
}
/* .header-logo:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #323232;
  width: 2000px;
  height: 100%;
}

.header-logo:after {
  content: "";
  position: absolute;
  left: 100%;
  border-left: solid 60px #323232;
  border-bottom: solid 111px transparent;
  border-bottom-width: 135px;
} */

.top-hheader {
  position: relative;
}
/* 
.top-hheader::before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: var(--Secondary);
  width: 2000px;
  height: 100%;
  top: 0px;
}

.top-hheader::after {
  content: "";
  position: absolute;
  left: 100%;
  background-color: var(--Secondary);
  width: 2000px;
  height: 100%;
  top: 0px;
} */

.nav-menu .button-groups-btn {
  display: none;
}

header .container-fluid {
  display: flex;
  justify-content: space-around;
}

header .nav-menu ul {
  display: flex;
  align-items: center;
    gap: 20px;
    justify-content: center;
}

header .nav-menu ul {
  margin-bottom: 0px;
}

header .nav-menu ul li a {
  padding: 20px 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  transition: all 0.3s ease;
  display: block;
}

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

header .menu .menu-item .sub-menu ul {
  display: block;
}

header .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  min-width: 240px;
  padding: 0px;
  left: 50% !important;
  transform: translateX(-50%);
}

header .menu .menu-item .sub-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #333931;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

header .menu .menu-item a .plus {
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  margin-left: 4px;
  pointer-events: none;
  font-style: normal;
}

.header-right-about {
  padding: 15px 20px;
  padding-left: 10px;
}

.header-right-about p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #495057;
}

.header-right-about h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: var(--Secondary);
  margin-bottom: 15px;
}

.visit-our-head i {
  margin-left: 6px;
  transform: rotate(-45deg);
}

.header-right-about .visit-our-head {
  color: var(--Primary);
}

.visit-our-head {
  padding: 6px 25px !important;
  background: #fff;
  border-radius: 160px;
  color: var(--Primary);
  position: relative;
  transition: all 0.2s ease;
  border: 1px solid var(--Secondary);
  border-radius: 100px;
  display: inline-block !important;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
}

.visit-our-head:hover i {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.header-right-about .visit-our-head:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.visit-our-head:hover:before {
  width: 100%;
  background: var(--Primary);
  color: #fff;
  transition: all 0.4s ease;
}

.visit-our-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #fff;
  width: 0px;
  height: 47px;
  transition: all 0.4s ease;
  z-index: 1;
}

.visit-our-head span {
  font-weight: 500;
  position: relative;
  z-index: 7;
}

header .menu .menu-item a .plus:after {
  content: "\f078";
  position: absolute;
  left: 0px;
  top: -3px;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
  /* background-color: var(--Black); */
  /* height: 2px; */
  /* width: 100%; */
  /* transform: translate(-50%, -50%); */
  transition: all 0.3s ease;
}

li.menu-item.menu-item-has-children {
  position: relative;
}

header .menu .menu-item:hover a .plus:after {
  /* background-color: var(--Black); */
}

header .close-nav-menu {
  height: 30px;
  color: #fff;
  width: 30px;
  background-color: var(--Secondary);
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.img-header-dektop {
  position: relative;
  margin-top: 20px;
}

.img-header-dektop img {
  width: calc(100% - 20px);
  border-radius: 20px;
  text-align: center;
  margin: auto;
  margin-left: 10px;
}

.img-header-dektop::before {
  left: 0px;
  position: absolute;
  background: #c4cedb;
  top: -10px;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

.img-header-dektop:after {
  right: 0px;
  position: absolute;
  background: #f0f5cc;
  bottom: -10px;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

.open-nav-menu span:after {
  top: 7px;
}

.open-nav-menu span:before {
  top: -7px;
}

.open-nav-menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  position: relative;
}

.open-nav-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
}

.open-nav-menu span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

/* hero-section css */
.hero-section .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 80px;
  overflow: hidden;
  background-position: top center;
  height: 565px;
}

.hero-section .item .container {
  position: relative;
  z-index: 1;
}

.hero-section .item::after {
background: rgb(0 0 0 / 19%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

.hero-section .item h1 span {
  color: var(--yellow);
}

.hero-section .item h1 {
  font-weight: 500;
  font-size: 33px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 15px;
  display: none;
}

.hero-section .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  display: none!important;
}

.hero-section .owl-dots span {
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 100px;
  position: relative;
}

.hero-section .owl-dots {
  position: absolute;
  left: 20px;
  transform: translate(0px, -50%);
  top: 50%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.hero-section .owl-dots .active span {
  background: var(--Secondary);
}

.hero-section .owl-dots .active span:after {
  width: 20px;
  height: 20px;
  border: 1px solid var(--Secondary);
  content: "";
  border-radius: 100px;
  position: absolute;
  left: -6px;
  top: -6px;
}

.marquee-slider p {
  margin-bottom: 0px;
}

.clip-marquees {
  display: flex;
  background: var(--yellow);
  align-items: center;
}

.div-anouncement {
  position: relative;
  padding: 5px 20px;
  height: 100%;
  background: var(--Secondary);
  color: var(--White);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-anouncement::after {
  content: "";
  position: absolute;
  left: 100%;
  border-left: solid 50px var(--Secondary);
  border-bottom: solid 111px transparent;
  top: 0px;
  height: 100%;
  width: 100%;
  border-bottom-width: 55px;
}

.marquee-slider-outer .owl-carousel {
  overflow: hidden;
}

.marquee-slider-outer p {
  font-size: 18px;
}

.marquee-slider-outer a:hover p {
  color: var(--Secondary);
}

.marquee-slider-outer {
  width: calc(100% - 290px);
  padding-left: 60px;
  padding-right: 10px;
}

/* to load scroll css */

.scrollToTop i {
  color: var(--White);
}

.scrollToTop:hover i {
  color: var(--Secondary);
}

.scrollToTop:hover {
  background: var(--yellow);
  box-shadow: inset 0 0 0 1px var(--Secondary);
}

.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  display: block;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px var(--yellow);
  z-index: 100;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--Secondary);
  /* -webkit-animation: pulse2 linear 1000ms infinite;
  animation: pulse2 linear 1000ms infinite;
  -webkit-transition: all 0.4s; */
}

/* footer start css */
.footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 40px;
}

.tf-app-icon ul {
  padding: 10px;
  background: var(--White);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  width: fit-content;
}

.tf-app-icon ul li a img {
  height: 43px;
  width: auto;
}

.tf-social-icon {
  padding-top: 30px;
}

.tf-app-icon {
  padding-top: 10px;
}

.footer .tf-social-icon h5,
.tf-app-icon h5 {
  margin-bottom: 15px;
}

.tf-social-icon ul li a {
  width: 40px;
  height: 40px;
  background: var(--yellow);
  display: inline-block;
  text-align: center;
  line-height: 39px;
  color: var(--Secondary);
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px solid var(--yellow);
  font-size: 16px;
}

.tf-social-icon a:hover {
  background: var(--Secondary);
  color: var(--yellow);
  border: 1px solid var(--yellow);
  margin-top: -4px;
  transition: all 500ms ease;
}

.tf-social-icon ul {
  display: flex;
  gap: 15px;
}

.footer h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--White);
  margin-bottom: 25px;
}

.footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.81);
}

.footer-menu-list li {
  margin-bottom: 20px;
}

.footer-menu-list li:last-child {
  margin-bottom: 0px;
}

.footer-menu-list li a::after {
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: var(--White);
  font-size: 12px;
  margin-right: 11px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.footer-menu-list li a {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--White);
  transition: all 0.4s ease;
  padding-left: 20px;
}

.footer-menu-list li:hover a::after {
  opacity: 0;
}

.footer-menu-list li a:hover {
  color: var(--yellow);
  padding-left: 0;
}

.footer-logo img {
  height: 80px;
  margin-bottom: 20px;
}

.newsletter-submit {
  width: 100%;
  background: #fff;
  padding: 4px 8px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}

.tf-btn-arrow i {
  transform: rotate(-45deg);
  margin-left: 4px;
  margin-bottom: 12px;
}

.tf-btn-arrow {
  width: 40px;
  height: 40px;
  background: var(--Secondary);
  border-radius: 100px;
  color: #fff;
  transition: all 0.4s ease;
  border: 1px solid var(--Secondary);
  line-height: 32px;
}

.tf-btn-arrow:hover {
  background: var(--yellow);
  color: var(--Secondary);
}

.newsletter-submit input:focus {
  outline: 0px;
}

.newsletter-submit input {
  background: transparent;
  border: 0px;
  font-size: 14px;
  padding-left: 10px;
  width: calc(100% - 45px);
}

.top-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 60px;
}

.footer .address h5 {
  margin-bottom: 15px;
}

.footer .address li span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--yellow);
  margin-bottom: 0px;
}

.footer .address li a,
.footer .address li p {
  margin-bottom: 0px;
  color: var(--White);
  word-break: keep-all;
  font-size: 16px;
}

.footer .address ul {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}

.footer .address li {
  width: 33.33%;
  padding: 15px 0px;
  margin-bottom: 0px;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  gap: 10px;
  height: 100%;
  color: rgba(255, 255, 255, 0.81);
}

.footer .address li i {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(244, 244, 244, 0.5);
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  color: var(--White);
  transition: all 0.4s ease;
}

.footer .address li:not(:first-child) {
  justify-content: center;
}

.footer .address li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .address li:hover i {
  background: var(--yellow);
  color: var(--Secondary);
}

.footer .address li a:hover {
  color: var(--yellow);
}

.footer-bottom {
  padding: 15px 0px;
  border-top: 1px solid #525252;
  background: #272727;
}

.footer-bottom p span {
  color: #fffbcd;
}

.footer-bottom p {
  transition: all 0.4s ease;

  margin-bottom: 0px;
  text-align: center;
  color: var(--White);
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

/* new-events */
.discover-news-list:hover h4 {
  color: var(--Secondary);
}

.discover-news-list:hover p,
.discover-news-list:hover .date-box,
.discover-news-list:hover .date-box span {
  color: #fff;
}

.date-box {
  transition: all 0.4s ease;
  width: 85px;
  height: 68px;
  line-height: 85px;
  font-weight: 500;
  font-size: 30px;
  align-items: center;
  text-align: left;
  display: flex;
  justify-content: center;
  -webkit-text-stroke: 0.5px #fff;
  -webkit-text-fill-color: transparent;
  background: #800000;
}

.date-box-outer {
  display: flex;
  gap: 15px;
  align-items: center;
}

.date-date i {
  color: var(--Secondary);
}

li:last-child .discover-news-list {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.discover-news-list {
  display: flex;
  transition: all 0.4s ease;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px 12px;
  gap: 10px;
  border-bottom: 1px solid #ededed;
}

.discover-our-school li:last-child .discover-news-list {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.discover-news-list:hover h4 {
  color: var(--Black);
}

.discover-news-list h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
  color: var(--Secondary);
}

.discover-news-list p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #495057;
  margin-bottom: 0px;
}

.discover-our-school {
  background: #ffffff;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 20px 10px;
}

.discover-our-school h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--Primary);
  margin-bottom: 20px;
}

.discover-our-school ul {
  margin-bottom: 0px;
}

.title-h2 span img {
  width: 18px !important;
}

.title-h2 span {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: var(--Primary);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: #800000;
  gap: 5px;
}

.title-h2 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: var(--Black);
  margin-bottom: 10px;
}

.title-h2 h2 + h3 {
  margin-top: -5px;
}

.title-h2 h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: var(--Secondary);
  margin-bottom: 10px;
}

.title-h2 {
  margin-bottom: 40px;
}

header .visit-our-website i {
  background: #eae6b3;
  color: var(--Black);
  height: 40px;
  line-height: 40px;
  width: 40px;
}

header .visit-our-website {
  background: var(--yellow);
  color: var(--Black);
  border: 1px solid var(--yellow);
}

header .visit-our-website:hover:before {
  background: var(--Secondary);
  color: var(--White);
}

header .visit-our-website:hover {
  color: var(--White);
}

header .visit-our-website:hover i {
  background: #a73e3e;
  color: var(--White);
}

.title-h2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #495057;
}

.hero-section .visit-our-website i {
  background: #eae6b3;
  color: var(--Black);
}

.hero-section .visit-our-website {
  background: var(--yellow);
  color: var(--Black);
  display: none;
}

.hero-section .visit-our-website:hover:before {
  background: var(--Secondary);
  color: var(--White);
}

.hero-section .visit-our-website:hover {
  color: var(--White);
}

.hero-section .visit-our-website:hover i {
  background: #a73e3e;
  color: var(--White);
}

.visit-our-website i {
  margin-left: 15px;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  background: #a73e3e;
  color: #fff;
  text-align: center;
  line-height: 45px;
}

.visit-our-website {
  padding: 0px 0px 0px 30px;
  background: var(--Secondary);
  border-radius: 160px;
  color: var(--White);
  position: relative;
  transition: all 0.2s ease;
  border-radius: 100px;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.15px;
  text-transform: capitalize;
  border: 1px solid var(--Secondary);
}

.visit-our-website:hover i {
  transform: rotate(0deg);
  transition: all 0.3s ease;
  background: #eae6b3;
  color: var(--Secondary);
}

.visit-our-website:hover {
  color: var(--Secondary);
  transition: all 0.3s ease;
}

.visit-our-website:hover:before {
  width: 100%;
  color: var(--Secondary);
  background: var(--yellow);
  transition: all 0.4s ease;
}

.mobile-menu-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.visit-our-website:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  /* background: var(--Primary); */
  height: 100%;
  width: 0px;
  transition: all 0.4s ease;
  z-index: 1;
}

.visit-our-website span {
  font-weight: 500;
  position: relative;
  z-index: 7;
}

.img-aboutuse img {
  width: 100%;
  border: 1px solid #000000;
  box-shadow: (0px 1px 4px rgba(0, 0, 0, 0.85));
  border-radius: 20px;
}

.img-aboutuse {
  position: relative;
}

.border-left-about p {
  line-height: 25px;
}

.about-section .container .positon-quote {
  position: absolute;
  height: 780px;
  left: 20%;
  top: -30px;
}

.about-section .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section {
  padding: 100px 0px 100px;
}

ul.counter-number p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
  color: #000000;
}

ul.counter-number h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 5px;
  color: var(--Secondary);
}

ul.counter-number li:first-child {
  border-right: 1px solid var(--Secondary);
  padding-right: 30px;
}

ul.counter-number {
  margin-bottom: 0px;
  padding-bottom: 20px;
  display: flex;
  gap: 50px;
}

/* gallery box */

.gallery-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  background-color: #80000047;
  width: 100%;
  height: 100%;
}

.gallery-box:hover::after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.gallery-box:hover img {
  transform: scale(1.04);
}

.gallery-box img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.gallery-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-box img {
  width: 100%;
  border-radius: 10px;
}

.galllery-section .gallery-box img {
  height: 240px;
  object-fit: cover;
}

.galllery-section .container {
  position: relative;
}

.admission-page {
  padding-bottom: 30px;
}

.galllery-section {
  padding: 20px 0px 50px;
}

.galllery-section .swiper-container {
  overflow: hidden;
}

.kd-counter-4-item .icon img {
  height: 30px;
}

.kd-counter-4-item {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease;
}

.kd-counter-4-item:hover {
  opacity: 0.8;
}

.kd-counter-4-item h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 4px;
}

.kd-counter-4-item h5 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #000000;
}

.kd-counter-4-item:hover .icon {
  opacity: 0.8;
}

.kd-counter-4-item .icon {
  width: 55px;
  border-radius: 100px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--Secondary);
}

.news-events-recents {
  margin-bottom: 50px;
  padding: 40px 0px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}

.news-events-recents:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  content: "";
  top: 0px;
  left: 0px;
}

.news-events-recents .container {
  position: relative;
  z-index: 2;
}

.counter-section {
  padding-top: 50px;
  padding-bottom: 20px;
}

.news-events-recents .upcomming-events,
.tabing-contant {
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px 20px;
}

.date-notice span {
  color: var(--Secondary);
  font-size: 22px;
  line-height: 29px;
}

.date-notice {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
  padding-right: 8px;
}

.notice-boardss li:hover p {
  color: var(--Secondary);
}

.notice-boardss p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #333931;
  margin-bottom: 0px;
}

.notice-boardss {
  gap: 10px;
  margin-bottom: 0px;
}

.notice-boardss li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.notice-boardss li {
  border-bottom: 1px solid #ededed;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.date-notice {
  margin-right: 15px;
  border-right: 1px solid #ededed;
}

.tabing-contant .nav-tabs {
  gap: 15px;
  border-bottom: 0px;
  margin-bottom: 25px;
  margin-top: 8px;
}

.tabing-contant .nav-tabs .nav-link.active {
  background: var(--Secondary);
  border-radius: 10px;
  color: var(--White);
}

.tabing-contant .nav-tabs .nav-link {
  background: #ffe8e8;
  border-radius: 10px;
  color: var(--Secondary);
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  color: #800000;
  padding: 10px 15px;
}

.news-events-recents .title-h2 a:hover {
  color: var(--yellow);
  text-decoration: underline;
}

.news-events-recents .title-h2 a {
  color: var(--White);
  font-size: 16px;
}

.news-events-recents .title-h2 h2 {
  font-size: 26px;
  margin-bottom: 0px;
}

.news-events-recents .title-h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-nav button:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--yellow);
  color: var(--Secondary);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 12px);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 12px);
  right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -5px;
}

.custom-nav button,
.swiper-button-next,
.swiper-button-prev {
  height: 40px;
  line-height: 40px;
  transition: all 0.4s ease;
  width: 40px;
  background: var(--Secondary);
  color: var(--White);
  border: 1px solid var(--Secondary);
}

.exclusive-fetures {
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  background-repeat: no-repeat;
}

.feature-ex-bos:hover img {
  transform: rotateY(360deg);
}

.feature-ex-bos img {
  height: 75px;
  transition: all 0.8s ease-in-out;
  margin-bottom: 10px;
}

.feature-ex-bos:hover {
  border: 1px solid var(--Secondary);
}

.feature-ex-bos a i {
  transform: rotate(-45deg);
}

.feature-ex-bos a {
  display: none;
  height: 40px;
  opacity: 0;
  line-height: 40px;
  transition: all 0.4s ease;
  width: 40px;
  background: var(--Secondary);
  color: var(--White);
  border: 1px solid var(--Secondary);
  border-radius: 100px;
  transition: all 0.4s ease;
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
}

.feature-ex-bos:hover a {
  opacity: 1;
}

.feature-ex-bos {
  position: relative;
  padding: 20px 15px;
  background: var(--White);
  border-radius: 15px;
  border: 1px solid var(--White);
  transition: all 0.4s ease;
  text-align: center;
}

.feature-ex-bos h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.feature-ex-bos:hover h3 {
  color: var(--Secondary);
}

.feature-ex-bos p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.about-img-top1 {
  width: 100%;
}

.about-img-top2 {
  width: 60%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.about-img-top {
  position: relative;
  padding-bottom: 30px;
}

.about-section-top {
  padding: 50px 0px;
}

/* .hero-banner__bg-shape1 {
  position: absolute;
  left: -180px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(180deg, #80000024, #80000024);
  box-shadow: 54px 24px 39px 0px #80000000;
}

.hero-banner__bg-shape1::after {
  position: absolute;
  left: -140px;
  top: -20%;
  transform: translate(0%, -50%);
  content: "";
  width: calc(100% + 250px);
  height: calc(100% + 250px);
  border-radius: 50%;
  background: linear-gradient(180deg, #80000024, #80000024);
  box-shadow: 54px 24px 39px 0px #80000000;
  animation-fill-mode: both;
  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;
} */

.hero-banner__bg-round {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

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

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

@keyframes blinker {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* about us page css */
.breadcrumb-sections .container {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-sections {
  position: relative;
  padding: 120px 0px 50px;
}

.breadcrumb-sections:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #00000094;
  width: 100%;
  height: 100%;
}

.breadcrumb-sections h1 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 35px;
  color: #ffffff;
}

.breadcrumb-ul {
  list-style: none;
  margin-bottom: 0px;

  width: fit-content;
  border: 1px solid var(--yellow);
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  display: flex;
}

.breadcrumb-ul .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  /* Unicode for FontAwesome's chevron-left */
  font-family: "FontAwesome";
  padding: 0 8px;
  color: #fff;
}

.breadcrumb-ul .breadcrumb-item a i {
  margin-right: 5px;
}

.breadcrumb-ul .breadcrumb-item a:hover,
.breadcrumb-ul .breadcrumb-item:hover {
  color: var(--yellow);
}

.breadcrumb-ul .breadcrumb-item a,
.breadcrumb-ul .breadcrumb-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

/* middle-header */
.middle-header {
  padding: 20px 0px;
}

.middle-header ul li a:hover,
.middle-header ul li a.active {
  background: var(--Secondary);
  color: var(--White);
}

.middle-header ul li a {
  transition: all 0.4s ease;
  padding: 8px 30px;
  background: #ffe8e8;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #800000;
  white-space: nowrap;
}

.middle-header ul {
  justify-content: end;
  gap: 10px;
  display: flex;
  margin-bottom: 0px;
}

.border-img {
  border: 1px solid var(--Secondary);
  width: 100%;
}

.name-scholl p {
  margin-bottom: 0px;
  color: var(--Secondary);
  font-weight: bold;
}

.about-page {
  padding: 40px 0px 50px;
}

.box-founders {
  text-align: center;
}

.box-founders h3 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: #000000;
  transition: all 500ms ease;
}

.box-founders:hover img {
  transform: scale(1.04);
}

.box-founders-img {
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid var(--Secondary);
}

.box-founders img {
  transition: all 500ms ease;
  transform: scale(1);
  width: 100%;
}

.box-founders p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.box-founders:hover h3 {
  color: var(--Secondary);
}

.card-outer ol li a,
.card-outer ul li a {
  color: #333931;
}
.card-outer ol li a:hover,
.card-outer ul li a:hover {
  color: #800000;
}
.card-outer ol li,
.card-outer ul li {
  font-size: 16px;
  font-weight: 400;
  color: #333931;

  line-height: 28px;
  list-style: decimal;
  margin-bottom: 10px;
}

.card-outer ol,
.card-outer ul {
  padding-left: 20px;
}

.border-card {
  border: 1px solid var(--Secondary);
  padding: 15px 15px 5px;
}

.card-outer .gallery-box {
  border-radius: 0px;
  border: 1px solid var(--Secondary);
}

.card-outer table {
  word-break: normal;
}

.card-outer table > :where(tbody) > :nth-child(even) > * {
  background-color: #ffeeee;
}

.card-outer table tbody tr:hover td {
  background-color: #ffeeee;
}

.card-outer img {
  border-radius: 0px;
}

.card-outer tbody td {
  vertical-align: middle;
  border: 1px solid var(--Secondary);
}

.card-outer table h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.card-outer table td {
  padding: 15px;
}

.card-outer table p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.box-gallery-img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 15px;
  background: #ffe8e8;
  transition: all 500ms ease;
  border: 1px solid #ffe8e8;
}

.box-gallery-album .box-gallery-img img {
  width: calc(50% - 5px);
  border-radius: 10px;
  border: 1px solid var(--Secondary);
  height: 110px;
  object-fit: cover;
}

.box-gallery-album h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.box-gallery-album:hover h2 {
  color: var(--Secondary);
}

.box-gallery-album > img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--Secondary);
  height: 240px;
  object-fit: cover;
}

.admission-page .card-outer .gallery-box.gallery-box-seprate img,
.gallerys-page .card-outer .gallery-box.gallery-box-seprate img {
  height: 240px;
  object-fit: cover;
}

.box-gallery-img:hover {
  border: 1px solid var(--Secondary);
}

.video-box {
  border: 1px solid var(--Secondary);
}

.video-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: -9px;
}

.gallerys-page {
  padding: 20px 0px 20px;
}

.form-control::placeholder {
  color: #6d6c80;
}

.form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #333931;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--Secondary);
}

.form-control {
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 24px;
  color: #333931;
}

.contact-card {
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  transition: all 500ms ease;
  box-shadow: 0px 0px 7px 0px #00000012;
}

.contact-page {
  padding: 40px 0px 40px;
}

.contact-infor-contact {
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  transition: all 500ms ease;
  background: #ffe8e8;
}

.contact-infor-contact li i {
  width: 40px;
  height: 40px;
  background: var(--White);
  border: 1px solid var(--Secondary);
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  color: var(--Secondary);
  transition: all 0.4s ease;
  margin-bottom: 10px;
}

.contact-infor-contact li span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--Secondary);
  margin-bottom: 0px;
}

.contact-infor-contact li a,
.contact-infor-contact li p {
  margin-bottom: 0px;
  color: #333931;
  word-break: keep-all;
  font-size: 16px;
}

.contact-infor-contact li {
  margin-bottom: 25px;
  text-align: center;
}

.contact-infor-contact li:last-child {
  margin-bottom: 0px;
}

.contact-infor-contact li:hover i {
  background-color: var(--Secondary);
  color: var(--White);
}

.exclusive-calender .ui-datepicker-header {
  background-color: var(--Secondary);
  color: white;
  text-align: center;
  font-family: "Roboto";
  padding: 0px;
}

.exclusive-calender .ui-datepicker-prev span,
.exclusive-calender .ui-datepicker-next span {
  display: none;
}

.exclusive-calender .ui-datepicker-prev:after {
  content: "\f053";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
  font-size: 16px;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  color: var(--White);
  margin-top: 10px;
}

.exclusive-calender .ui-datepicker-next:after {
  margin-top: 10px;
  content: "\f054";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
  float: right;
  color: var(--White);
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.exclusive-calender .ui-datepicker-calendar th {
  padding: 10px;
  color: var(--Secondary);
}

.exclusive-calender .ui-datepicker-calendar {
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}

.exclusive-calender .ui-datepicker-title {
  padding: 10px;
}

.exclusive-calender .ui-datepicker-calendar td {
  padding: 4px 0px;
}

.exclusive-calender .ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: black;
}

.exclusive-calender .ui-datepicker-calendar .ui-state-active {
  color: var(--Secondary);
  font-weight: bold;
}

.exclusive-calender .hasDatepicker {
  background: #ffe8e8;
  overflow: hidden;
  border-radius: 8px 8px;
  padding-bottom: 15px;
}

.img-zoom-calenders img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.img-zoom-calenders:hover .zooicon-add {
  opacity: 1;
}

.img-zoom-calenders:hover img {
  transform: scale(1.04);
}

.img-zoom-calenders {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.img-zoom-calenders:hover::after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.img-zoom-calenders::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  background-color: #80000047;
  width: 100%;
  height: 100%;
}

.zooicon-add {
  position: absolute;
  z-index: 1;
  transform: ;
}

.zooicon-add img {
  width: 40px;
}

.zooicon-add {
  opacity: 0;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 80px;
  line-height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  display: block;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px var(--yellow);
  z-index: 100;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--Secondary);
  -webkit-animation: pulse2 linear 1000ms infinite;
  animation: pulse2 linear 1000ms infinite;
  -webkit-transition: all 0.4s;
}

.view-clalenders:hover {
  background: #fff;
  color: var(--Secondary);
}

.view-clalenders {
  background: var(--Secondary);
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  padding: 8px 20px;
  border: 1px solid var(--Secondary);
  font-size: 16px;
}

.upcomming-events::-webkit-scrollbar-thumb,
.notice-boardss::-webkit-scrollbar-thumb {
  background-color: #800000;
  border: 2px solid #dee2e6;
  border-radius: 5px;
}

.upcomming-events {
  height: 400px;
  overflow: auto;
}

.notice-boardss {
  height: 300px;
  overflow: auto;
}

.upcomming-events::-webkit-scrollbar,
.notice-boardss::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  width: 8px;
}

.upcomming-events::-webkit-scrollbar-track,
.notice-boardss::-webkit-scrollbar-track {
  background-color: #dee2e6;
  border-radius: 5px;
}

.table-responsive table {
  width: 100%;
}

.tabbing-creates ul li.nav-item .nav-link:hover,
.tabbing-creates ul li.nav-item .nav-link.active {
  background: var(--Secondary);
  color: var(--White);
}
.tabbing-creates {
  margin-bottom: 20px;
}
.tabbing-creates ul {
  border: 0px;
  justify-content: center;
  gap: 10px;
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.tabbing-creates ul li.nav-item .nav-link {
  transition: all 0.4s ease;
  padding: 8px 30px;
  background: #ffe8e8;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #800000;
  white-space: nowrap;
}
.admission-pages-inners {
  padding: 50px 0px;
}
.mboile-pay {
  margin-left: 10px;
}

header .visit-our-website i {
  margin-left: 4px;
}

header .visit-our-website {
  padding: 0px 0px 0px 16px;
  font-size: 14px !important;
}

.footer_mainence {
  background: #2600bd !important;
}

.footer_mainence .marquee-slider-outer p {
  font-size: 18px;
  margin: 0px;
  color: white;
}

.pop_img_main img {
  width: 100%;
}

.footer_mainence .marquee-slider-outer {
  width: 100%;
  display: flex;
  padding: 6px 0;
}

.pop_pop_close {
  position: absolute;
  right: 0px;
  z-index: 9;
  right: -17px;
  width: 20px;
  top: -15px;
  background: #ffffff;
  opacity: 1;
  color: black;
  height: 20px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
}

.modal-dialog.ad_pop_up {
  max-width: 635px !important;
}

@media screen and (max-width: 1450px) {
  .modal-dialog.ad_pop_up {
    max-width: 410px !important;
  }

  .top_header_heading {
    font-family: "Times New Roman", Sans-serif;
    font-size: 36px;}

  header .header-logo img {
    height: 93px;
    width: auto;
  }

  header .visit-our-website i {
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main_adminssion img {
    width: 290px !important;
  }
  .main_adminssion img {
    width: 290px !important;
  }
}
.tab-upgration {
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: fixed;
    right: 0px;
    z-index: 99;
    background: red;
    /* transform: translate(10px, 10px); */
    top: 50%;
    /* display: flex
; */
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    /* width: 40px; */
    transform: rotate(-90deg) !important;
    padding: 4px 12px;
    border-radius: 10px 10px 0px 0px;
    right: -129px;
}

.aboutsection .border-left-about p{
    position:relative;
    z-index:9;
height: 400px; overflow-y: scroll;
 }
 
      .aboutsection .border-left-about p::-webkit-scrollbar-track
    {
     
      background-color: white;
    }
   
       .aboutsection .border-left-about p::-webkit-scrollbar
    {
      width: 3px;
      height: 5px;
      background-color: #F5F5F5;
    }
   
       .aboutsection .border-left-about p::-webkit-scrollbar-thumb
    {
      background-color: #800000;
    }
    
    @media screen and (max-width: 767px) {
        .aboutsection .border-left-about p{
            height: unset;
         }
    }


    .slider_newsboard_img img{ 


      border-radius: 15px;
    border: 2px solid #fff;
    height: 416px;
    object-fit: contain;
    background-color: #fff;
    }


    .library_book .select2-selection__rendered{

          padding: 5px!important;

    }

        .library_book .select2-container .select2-selection--single{ height: unset!important; }


             .library_book .select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 8px;
    right: 5px;

}


.library_book  thead th { background-color: #800000; color: white;}


.library_book  thead th:before{ 

      right: 13px!important;
    top: 9px!important;
}


.library_book  thead th:after{ 

right: 0px!important;

    top: 10px!important;
}

.library_book .text-danger{

      background-color: #ff0000;
    color: white !important;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;

}


.library_book .text-success{
      background-color: #188352;
    color: white !important;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;

}

.library_book p{ margin: 0px;}

.library_book .active>.page-link{ 

      background-color: #800000;
    border-color: #800000;
    color: white!important;

}


.library_book .page-link{
    color: #800000;}

    /* header new css add  */

    .top_header_heading{
          font-family: "Times New Roman", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -1.5px;
    color: #000;
    margin-bottom: 5px;
    }
.small_header_heading {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #000;
    margin-bottom: 1px;
    line-height: 17px;
    font-weight: 500;
}
img.years-of-experience {
    /* border-radius: 5px;
    background: #000;
    padding: 4px; */
    margin-left: 15px;
}


.call_btn_me{ 
/* background-color: #fffbcd;  */
    color: #ffffff !important;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 35px;
    font-weight: 400;
    border: 1px solid transparent;

}

.call_btn_me:hover{ 

  margin-top: unset!important;
  color: #fffbcd !important;


}


.header_top.tf-app-icon ul{

  flex-direction: column;

}

.slider_imgs .owl-nav { 

      position: absolute;
    top: -40px;
    right: 0px;

    display: flex;
    gap: 5px;

}

.slider_imgs .owl-nav button{ width: 30px; height: 30px; border-radius: 100%; background-color: white!important;}

.slider_imgs .owl-nav button:hover{ background-color: #800000!important;}
.slider_imgs .owl-nav button:hover span{ color: white;}

.slider_imgs .owl-nav button span{ font-size: 24px!important;}



.herosliders { 

  position: relative;

}

.herosliders .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white !important;
      transition: 0.6s;
}

.herosliders .owl-nav button:hover{ 

  background-color: #800000!important;
  color: white!important;
  transition: 0.6s;

} 


.herosliders .owl-nav .owl-prev{

    position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(-50%, -50%);
    font-size: 32px !important;
  font-weight: 700;

}


.herosliders .owl-nav .owl-next{

    position: absolute;
  top: 50%;
  right: 0px;
      font-size: 32px !important;
  transform: translate(-50%, -50%);

}