@import url("https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

a {
  outline: unset;
  text-decoration: none;
}

body {
  background-image: url("../assets/images/bharathi-bg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain 108%;
  height: 100vh;
  width: 100%;
  font-family: "Istok Web", sans-serif;
}

p {
  font-size: 12px;
}

a {
  font-size: 12px;
}

.body-page {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

aside {
  width: 25%;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.body-right {
  width: 75%;
}

.custom-container {
  width: 1000px;
  margin: auto;
}

.common-flex {
  display: flex;
}

li a {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

/* Footer */
.arrow-flex img {
  object-fit: none;
}

.footer-holder {
  gap: 2rem;
  border: 1px solid #ccc;
  background-color: #daebfa;
  padding: 2rem;
}

.footer-cards {
  width: calc(33.33% - 1.33rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quick-links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.quick-links-container a {
  width: calc(50% - 0.25rem);
  text-decoration: none;
  color: #666666;
  position: relative;
  display: block;
  font-size: 12px;
}

.quick-links-container a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url(../assets/images/arrow-footer.svg);
  right: 102%;
  top: 4px;
  z-index: 10;
  background-size: cover;
}

.footer-cards td a {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
}

.address p {
  color: #666666;
  font-size: 12px;
}

.footer-cards th {
  text-decoration: none;
  color: #666666;
  font-weight: 100;
  font-size: 12px;
}

.footer-cards tr {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-cards tbody {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-cards h3 {
  color: #3b3a3a;
  font-weight: 100;
  font-size: 20px;
}

.footer-copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4c5567;
  padding: 0.8rem;
}

.footer-copyrights p {
  color: #ccc;
  font-size: 11px;
}

.footer-copyrights a img {
  width: 100px;
}

/* umar */

/************ About Bharathi ***********/

.banner {
  line-height: 0;
}

.banner img {
  width: 100%;
}

.about-banner-section {
  line-height: 0;
}

.about-banner-section img {
  width: 100%;
}

.our-genesin-section {
  margin: 2px 0 2px 0;
}

.our-genesis-container {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 0px 50px 50px 0px;
  background-color: #fff;
}

.our-genesis-left {
  width: calc(70% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.our-genesis-right {
  width: calc(30% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.our-genesis-left h1 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.our-genesis-left h2 {
  color: #058adc;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.our-genesis-right h2 {
  color: #006aab;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.our-genesis-left p {
  font-size: 12px;
}

.right-navbar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #eee;
  border-radius: 10px;
  padding: 1rem 0;
}

.right-navbar a {
  color: #666;
  padding: 5px 10px 5px 20px;
  margin-right: 10px;
  font-size: 12px;
}

.right-navbar a:hover {
  background-color: #ddd;
  border-radius: 0px 50px 50px 0px;
}

.right-navbar .show {
  background-color: #666;
  border-radius: 0px 50px 50px 0px;
  color: #fff;
}

.visionaries-flex {
  display: flex;
  align-items: center;
}

.visionaries-flex img {
  width: 60%;
}

.visionaries-image a:hover {
  opacity: 0.7;
}

.visionaries-image {
  width: calc(50% - 0rem);
}

.visionaries-name {
  width: calc(50% - 0rem);
}

.visionaries-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.visionaries-card-holder {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.visionaries-card p a {
  color: #337ab7;
}

.visionaries-card p a:hover {
  border-bottom: 1px solid #337ab7;
}

/*********** Milestones css ***********/

.timeline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.timeline-control {
  width: 4rem;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow-y: hidden;
  position: relative;
}

.timeline-next {
  width: 30px;
  height: 30px;
  outline: unset;
  border: unset;
  border-radius: 50%;
  position: relative;
  z-index: 30;
  background-color: #fff;
  border: 2px solid #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #7b9d6f;
}

.timeline-prev {
  width: 30px;
  height: 30px;
  outline: unset;
  border: unset;
  border-radius: 50%;
  position: relative;
  z-index: 30;
  background-color: #fff;
  border: 2px solid #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #7b9d6f;
}

.timeline-next:hover {
  border-color: hsl(74, 93%, 32%);
}

.timeline-prev:hover {
  border-color: hsl(74, 93%, 32%);
}

.timeline-button {
  list-style: none;
  width: 2px;
  position: relative;
  height: calc(100% - 60px);
  transition: all 0.8s ease;
}

#transLine {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 70px;
  transition: all 0.6s ease;
  background-color: #7a9d06;
}

.timeline-button li {
  width: 2px;
  height: 140px;
  position: relative;
  background-color: #ccc;
}

.timeline-button li button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
  z-index: 3;
  cursor: pointer;
}

.timeline-button li button:hover {
  background-color: #7a9d06;
  border: 2px solid #7a9d06;
}

.timeline-button li.completed button {
  border: 2px solid #7a9d06;
  cursor: pointer;
}

.timeline-button li.active button {
  background-color: #7a9d06;
  border: 2px solid #7a9d06;
}

.timeline-button li button p {
  position: absolute;
  right: 5px;
  transform: rotate(-90deg) translateX(25%);
  font-size: 0.8rem;
  top: 0px;
}

.timeline-container {
  width: calc(100% - 4rem);
  overflow-x: hidden;
}

.timeline-content {
  display: flex;
  width: 900%;
  position: relative;
  transition: all 0.6s ease;
}

.timeline-content>div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1rem 0 0;
}

.timeline-container div p {
  width: 100%;
}

.timeline-image img {
  width: 100%;
}

.timeline-image a {
  width: 45%;
  border: 1px solid #ccc;
  line-height: 0;
}

.timeline-image a:hover {
  opacity: 0.7;
}

.timeline-image {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.timeline-card h3 {
  color: #09c;
  font-size: 18px;
  font-weight: normal;
}

.timeline-next img {
  width: 15px;
}

.timeline-prev img {
  width: 15px;
}

/****** activities ******/

.activities-banner-section {
  line-height: 0;
}

.activities-banner-section img {
  width: 100%;
}

.activities-section {
  margin: 2px 0 2px 0;
}

.activities-container {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 0px 50px 50px 0px;
  background-color: #fff;
}

.activities-left {
  width: calc(70% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.activities-right {
  width: calc(30% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.activities-left h1 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.activities-left h2 {
  color: #058adc;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.activities-right h3 {
  color: #006aab;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.co-curricular-content p {
  font-size: 12px;
}

.extra-curricular-container p {
  font-size: 12px;
}

.co-curricular-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.co-curricular-flex {
  display: flex;
  gap: 1rem;
}

.co-curricular-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.co-curricular-image {
  width: calc(40% - 0.5rem);
}

.co-curricular-content {
  width: calc(60% - 0.5rem);
}

.co-curricular-image img {
  width: 85%;
  border: 1px dotted #ccc;
  padding: 0.5rem;
}

.full-width {
  width: 100%;
}

.extra-curricular-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.extra-curricular-details {
  display: flex;
  gap: 1rem;
}

.extra-curricular-details img {
  width: 13px;
}

.details-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.curricular-image-flex {
  display: flex;
  gap: 0.5rem;
}

.curricular-image-flex img {
  width: 90%;
  border: 1px solid #ccc;
}

.curricular-image-flex a:hover {
  opacity: 0.7;
}

/* Achievements */

/* Achievements -> Academics */

.achievements-banner-section {
  line-height: 0;
}

.achievements-section {
  margin: 2px 0 2px 0;
}

.achievements-left h2 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.achievements-left h3 {
  color: #058adc;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.border-unset h3 {
  border-bottom: unset;
}

.achievements-right h3 {
  color: #006aab;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.achieve-academics-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}

.achieve-academics-image a {
  width: calc(33.33% - 0.67rem);
}

.achieve-academics-image a:hover {
  opacity: 0.7;
}

.achieve-academics-image img {
  width: 100%;
}

.achievements-container {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 0px 50px 50px 0px;
  background-color: #fff;
}

.achieve-academics-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.achieve-academics-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.achievements-left {
  width: calc(70% - 1rem);
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.achievements-right {
  width: calc(30% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.achievements-navbar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #eee;
  border-radius: 10px;
  padding: 1rem 0;
}

.achievements-navbar a {
  color: #666;
  padding-left: 1rem;
  border-radius: 0px 50px 50px 0px;
  display: inline-block;
  width: 100%;
  padding: 5px 10px 5px 20px;
  font-size: 12px;
}

.achievements-navbar a:hover {
  background-color: #ddd;
}

#joy li.active>a {
  background-color: #ccc;
  border-radius: 0 50px 50px 0;
}

.achieve-academics-card p {
  font-size: 12px;
}

/****** table css ******/

.achieve-table {
  font-size: 12px;
  border: 1px dotted #ccc;
}

.achieve-table td {
  font-size: 12px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 8px;
}

.achieve-table {
  border-spacing: 0;
}

.odd {
  color: #fff;
  font-weight: bold;
  background-color: #036;
}

.even {
  background-color: #e7eff7;
}

.achieve-table td {
  padding: 10px;
}

.board-examination-card-flex {
  display: flex;
  gap: 1rem;
}

.board-examination-card-flex img {
  width: 15px;
}

.achieve-board-examination {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.board-examination-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.achieve-academics-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/****** Ardent achievers ******/

.achieve-academics-card ul li {
  font-size: 12px;
}

ul.years-padding a {
  color: #666;
  display: block;
  margin: 1px 10px 1px 0px;
  padding: 5px 10px 5px 15px;
}

.years-padding {
  padding-bottom: 0.5rem;
  margin-left: 10px;
}

ul.years-padding li {
  padding-bottom: 0.5rem;
}

.lists-padding {
  padding: 5px 10px 5px 10px;
}

#joy a.selected {
  background-color: #333;
  color: #fff;
  border-radius: 0px 50px 50px 0px;
}

/* .lists-padding li:hover{
  background-color: #ddd;
  border-radius: 0px 50px 50px 0px;
}

.years-padding li:hover{
  background-color: #ddd;
  border-radius: 0px 50px 50px 0px;
} */



/****** Exuberant events ******/

/****** Exuberant front page ******/

section.achievements-banner-section img {
  width: 100%;
}

section.exuberant-banner-section img {
  width: 100%;
}

.exuberant-year-links h1 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.exuberant-year-links-flex {
  display: flex;
  gap: 1rem;
  background-color: #253556;
  padding: 1rem;
  border-radius: 0px 20px 20px 0px;
  width: 40%;
}

.exuberant-year-links-flex-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.exuberant-year-links-flex img {
  width: 10px;
}

.exuberant-year-links {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border: 1px solid #eee;
  border-radius: 0px 50px 50px 0px;
  margin: 2px 0 2px 0;
}

.exuberant-year-links-flex a {
  color: #fff;
  font-size: 14px;
}

/****** Exuberant inner page ******/

.exuberant-banner-section {
  line-height: 0;
}

.exuberant-section {
  margin: 2px 0 2px 0;
}

.exuberant-left h2 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.exuberant-left h3 {
  color: #058adc;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.border-unset h3 {
  border-bottom: unset;
}

.exuberant-right h3 {
  color: #006aab;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.exuberant-inner-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}

.exuberant-inner-image a {
  width: calc(33.33% - 0.67rem);
}

.exuberant-inner-image a:hover {
  opacity: 0.7;
}

.exuberant-inner-image img {
  width: 100%;
}

.exuberant-container {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 0px 50px 50px 0px;
  background-color: #fff;
}

.exuberant-inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.exuberant-inner-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.exuberant-left {
  width: calc(70% - 1rem);
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.exuberant-right {
  width: calc(30% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.exuberant-navbar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #eee;
  border-radius: 10px;
  padding: 1rem 0;
}

.exuberant-navbar ul li {
  padding-bottom: 0.5rem;
}

.exuberant-navbar a {
  color: #666;
  padding: 5px 10px 5px 20px;
  margin-right: 10px;
}

.exuberant-navbar a:hover {
  background-color: #ddd;
  border-radius: 0px 50px 50px 0px;
}

/****** Archives section ******/

.archives-container {
  background-color: #eee;
  border-radius: 0 50px 50px 0;
  margin: 2px 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.archives-container h1 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.mySwiper4 .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper5 .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper4 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper5 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper4 {
  height: 80%;
  width: 100%;
}

.mySwiper5 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}

.mySwiper5 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  background-color: unset;
}

.mySwiper5 .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper5 .swiper-slide:hover {
  opacity: 1;
}

.mySwiper4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper5 .swiper-slide img {
  display: block;
  width: 90%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #ccc;
}

.mySwiper5 .swiper-slide img:hover {
  border: 3px solid #666;
}

.mySwiper5 .swiper-wrapper {
  align-items: center !important;
}

.mySwiper4 .swiper-wrapper {
  align-items: center !important;
}

.mySwiper4 .swiper-button-next,
.swiper-button-prev {
  background-color: #666;
}

.mySwiper4 .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  color: #ccc;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 15px;
  color: #ccc;
}


/* Jerry */

.logo-flex {
  display: flex;
  padding: 2rem 0;
  justify-content: space-around;
  align-items: center;
}

.logo {
  width: 30%;
}

.logo img {
  width: 100%;
}

.logo2 {
  width: 10%;
}

.logo2 img {
  width: 100%;
}

.sidebar-bg {
  background-color: #253556;
  margin-right: 2px;
}

ul.sidebar-ul {
  margin: 77px 19px 0px 19px;
}

ul.sidebar-ul li {
  list-style: none;
  padding: 10px 0px 8px 10px;
  border-radius: 0px 20px 20px 0px;
  background-color: transparent;
  transition: all 0.5s ease;
  margin-bottom: 2px;
  z-index: 99;
}

ul.sidebar-ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0px 0px 2px 10px;
  font-size: 15px;
  display: block;
  width: 100%;
}

ul.sidebar-ul li a::after {
  content: "";
  position: absolute;
  background-image: url(../assets/images/sidebar-arr.png);
  width: 6px;
  height: 10px;
  background-size: cover;
  z-index: 9;
  right: 100%;
  top: 25%;
}

ul.sidebar-ul li:hover {
  background-color: #485879;
}

.has-submenu {
  position: relative;
}

ul.sub-sidebar {
  display: none;
  top: 0;
  position: absolute;
  left: 100%;
  list-style: none;
  width: 100%;
  position: absolute;
  background: #253556 5px 10px no-repeat;
  padding: 1rem;
  border-radius: 0px 20px 20px 0px;
}

.sidebar-ul li.has-submenu:hover .sub-sidebar {
  display: block;
}

.academics-sub {
  position: relative;
}

.sidebar-ul li.academics-sub:hover .academics-sidebar {
  display: block;
}

ul.academics-sidebar {
  display: none;
  top: 0;
  position: absolute;
  left: 100%;
  list-style: none;
  width: 100%;
  position: absolute;
  background: #253556 5px 10px no-repeat;
  padding: 1rem;
  border-radius: 0px 20px 20px 0px;
}

.sidebar-ul li.academics-sub:hover .academics-sidebar {
  display: block;
}

.sidebar-ul .active {
  background-color: #006aab;
}

.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: max-content;
  top: 2%;
  left: unset;
  right: 10%;
}

.mySwiper1 span.swiper-pagination-bullet {
  background-color: unset;
  border: 2px solid #ffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.mySwiper1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.home-sec2 {
  display: flex;
  margin: 2px 0px 0px 0px;
}

.ambiance {
  width: 218px;
  height: 200px;
  background-color: #354a75;
  display: flex;
  align-items: flex-end;
}

a:hover .ambiance {
  background: #333 url(../assets/images/infra.jpg) 0 0 no-repeat;
  background-size: cover;
}

.ambiance p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #354a75;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 0px 5px 20px;
  width: 80%;
  margin-bottom: 2rem;
  line-height: 20px;
}

.students {
  width: 200px;
  height: 200px;
  background-color: #4c5567;
  display: flex;
  align-items: flex-end;
  margin: 0px 2px;
}

a:hover .students {
  background: #333 url(../assets/images/student.jpg) 0 0 no-repeat;
  background-size: cover;
}

.students p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #4c5567;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 0px 5px 20px;
  width: 80%;
  margin-bottom: 2rem;
  line-height: 20px;
}

.admission {
  width: 376px;
  height: 200px;
  background-color: #016aab;
  display: flex;
  align-items: flex-start;
}

a:hover .admission {
  background: #333 url(../assets/images/admission.jpg) 0 0 no-repeat;
  background-size: cover;
}

.admission p {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  border-radius: 0px 10px 10px 0px;
  padding: 50px 0px 0px 20px;
  width: 80%;
  margin-bottom: 2rem;
}

.admission span {
  font-size: 50px;
}

.contact {
  width: 200px;
  height: 200px;
  background-color: #253556;
  display: flex;
  align-items: flex-end;
  margin: 0px 2px;
}

a:hover .contact {
  background: #333 url(../assets/images/enquiry.jpg) 0 0 no-repeat;
  background-size: cover;
}

.contact p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #253556;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 0px 5px 20px;
  width: 80%;
  margin-bottom: 2rem;
  line-height: 20px;
}

.latest-sec {
  width: 1000px;
  height: 250px;
  margin: 2px 0px;
  background-color: #3b3f48;
  padding-bottom: 1rem;
}

/* .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
  top: 140px;
} */

.latest-button h2 {
  color: #fff;
  font-size: 30px;
  height: 55px;
  width: 20%;
  background: #a70e0e;
  font-weight: normal;
  padding: 10px 0px 10px 20px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink {
  animation: blink 1s infinite;
}

.testi-swiper {
  width: 600px;
  height: 160px;
  margin-top: 30px;
  padding: 0px 20px;
  border-right: 1px solid #ccc;
}

.item {
  display: flex;
  gap: 1rem;
}

.item h2 {
  color: #cfcfcf;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}

img.testi-img {
  width: 100px;
}

.item p {
  font-size: 11px;
  padding: 10px 0px 0px 0px;
}

.item a {
  color: #cbcbcb;
  display: block;
}

.item a:hover {
  text-decoration: underline;
}

.mySwiper2 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.connect {
  width: 270px;
  padding: 30px 0px 0px 30px;
}

.connect p {
  padding-top: 1.5rem;
}

.connect h2 {
  color: #cfcfcf;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}

.connect1 {
  background-color: #333;
  border-top: 2px solid #fff;
  padding: 30px 0px 30px 20px;
  margin-right: 2px;
}

.connect1 a {
  padding-right: 10px;
}
.connect1 h2 {
  color: #cfcfcf;
  font-size: 22px;
  font-weight: normal;
}

.connect1 p {
  padding-top: 1.5rem;
}


.latest-flex {
  display: flex;
}


.content-3 {
  width: 1000px;
  margin-bottom: 3px;
  display: flex;
}

.sec4-about {
  width: 359px;
  height: 175px;
  background-color: #2e3977;
  margin-right: 2px;
}

.sec4-about h2 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  padding: 50px 0px 0px 20px;
}

.sec4-about span {
  font-size: 50px;
}

a:hover .sec4-about {
  background: #333 url(../assets/images/school.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sec4-academics {
  width: 180px;
  height: 175px;
  margin-right: 2px;
  background-color: #253556;
  display: flex;
  align-items: flex-end;
}

.sec4-academics h2 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  background-color: #253556;
  padding: 5px 0px 5px 20px;
  border-radius: 0px 10px 10px 0px;
  opacity: 0.9;
  width: 80%;
  margin-bottom: 2rem;
}

a:hover .sec4-academics {
  background: #333 url(../assets/images/academics.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sec4-gallery {
  width: 180px;
  height: 175px;
  background-color: #354a75;
  display: flex;
  align-items: flex-end;
  margin-right: 2px;
}

.sec4-gallery h2 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  background-color: #354a75;
  padding: 5px 0px 5px 20px;
  border-radius: 0px 10px 10px 0px;
  opacity: 0.9;
  width: 80%;
  margin-bottom: 2rem;
}

a:hover .sec4-gallery {
  background: #333 url(../assets/images/gallery.jpg) 0 0 no-repeat;
  background-size: cover;
}

.testi {
  width: 275px;
  height: 175px;
  background-color: #f6f7f9;
}

/* Infrastructure Page */

.infra-content {
  width: 740px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -khtml-border-radius: 0px 50px 50px 0px;
  -webkit-border-radius: 0px 50px 50px 0px;
}

.infra-content h2 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 5px;
  margin: 15px 0px 10px 0px;
  border-bottom: 1px dotted #555;
}

.infra-box-flex {
  padding: 1rem;
}

.infra-fancy-box p {
  width: 65%;
  font-size: 14px;
}

.infra-fancy-box a {
  width: 30%;
}

.infra-fancy-box a img {
  width: 100%;
}

.infra-fancy-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

p.infra-p {
  font-size: 14px;
  padding-top: 1rem;
  padding-left: 1rem;
}


/* Admission Page */


.admission-sec {
  display: flex;
  padding: 20px;
  gap: 2rem;
  border: 1px solid #eee;
  border-radius: 0px 50px 50px 0px;
  background-color: #fff;
}

.left-admission {
  width: calc(70% - 1rem);
}

.left-admission h2 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.left-admission ul {
  padding: 10px;
  list-style-type: none;
}

.left-admission ul li {
  font-size: 12px;
  padding: 0px 0px 10px 0px;
}

.docu-sec h3 {
  color: #09c;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0px 0px 0px;
}

.achieve {
  border: 1px dotted #ccc;
  margin: 10px 0px 20px 0px;
  border-collapse: collapse;
  width: 100%;
}

.achieve td {
  padding: 10px;
  font-size: 12px;
}

.left-admission p {
  padding: 10px 0px;
  text-align: justify;
  font-size: 12px;
}

.second-sec h3 {
  color: #09c;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0px 0px 0px;
}

.odd {
  color: #fff;
  font-weight: bold;
  background-color: #036;
}

.even {
  background-color: #e7eff7;
}

ul.arrow li {
  background: #fff url(../assets/images/arr1.gif) 0px 5px no-repeat;
  padding: 0px 0px 10px 20px;
  font-size: 12px;
}

.infra-content p {
  font-size: 12px;
  padding: 10px 0px;
  text-align: justify;
}

button.accordion {
  color: #000;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: normal;
  padding: 8px;
  width: 100%;
  border-radius: 3px;
  margin: 20px 0px 0px 0px;
  border-bottom: 2px solid #253556;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  text-align: left;
  outline: unset;
  transition: 0.4s;
  cursor: pointer;
}

button.accordion:hover {
  color: #09c;
}

.panel {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}

.lightbox {
  display: flex;
  padding-top: 2rem;
  gap: 5rem;
  align-items: center;
}

.lightbox img {
  width: 30%;
}

h3.blue {
  color: #058adc;
  font-size: 18px;
  margin: 2rem 0px 1rem 0;
  padding-bottom: 2px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
  text-align: center;
}

h3.blue1 {
  color: #09c;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0px 0px 0px;
}

/* gallery */
.gall {
  width: 490px;
  padding: 20px 0px;
}

.gall a {
  color: #fff;
  width: 250px;
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  padding: 15px 0px 15px 30px;
  background: #253556 url(../assets/images/arr.png) 10px 18px no-repeat;
  border-radius: 0px 20px 20px 0px;
}

.gallery {
  display: flex;
  padding: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.gallery-box {
  width: calc(50% - 0.5rem);
}

.gallery-box img {
  width: 100%;
  border: 1px dotted #ccc;
  padding: 3px;
}

/* Inception */
.blue-sec h2 {
  color: #058adc;
}

form.career-form input {
  width: 94%;
  color: #000;
  resize: none;
  padding: 1.5% 3%;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: #fff;
  outline: unset;
}

.career-form {
  padding: 2rem 0;
}

.career-form>div {
  margin-bottom: 1rem;
}

.career-form button {
  width: 20%;
  color: #000;
  border: 0px;
  padding: 2% 0;
  outline: none;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

/* Contact us */

.contactus-section {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0px 50px 50px 0px;
}

.contactus-container {
  display: flex;
  gap: 1rem;
}

.contactus-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: calc(50% - 0.5rem);
}

.contactus-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: calc(50% - 0.5rem);
}

.contactus-left h2 {
  color: #2d3a78;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.contactus-left h3 {
  color: #09c;
  font-size: 18px;
  font-weight: normal;
}

.address p {
  font-size: 13px;
  color: #000;
}

.contact-number a {
  color: rgb(51, 51, 51);
  font-size: 13px;
  font-weight: 400;
}

.contact-number p {
  color: rgb(51, 51, 51);
  font-size: 13px;
  font-weight: 400;
}

.contact-number div {
  display: flex;
  gap: 0.5rem;
}

.email-color {
  color: #016aab !important;
}

.contactus-right h3 {
  color: #006aab;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #555;
}

.contact-btn {
  display: flex;
  gap: 1rem;
}

.contact-form-holder {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.contact-input input,
textarea {
  color: #666;
  width: 95%;
  font-size: 11px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  background-color: #eee;
  width: 100%;
  outline: unset;
}

.contact-input textarea {
  max-height: 130px;
  max-width: 335px;
}

.contact-btn button {
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid #006aab;
  background-color: #006aab;
}


/* Floater */

.bharathi-floater {
  position: absolute;
  right: 0;
  top: 35%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
  z-index: 99;
}

.floater-tag img {
  width: 100%;
}

.floater-link {
  animation: mymove 1.5s infinite;
  padding: 0.8rem 1.2rem;
  border-radius: 50px 0 0 50px;
  color: #fff;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.4);
  background-color: #1d1a44;
  font-size: 14px;
  text-align: center;
}

@keyframes mymove {

  0% {
    background-color: #253556;
  }

  50% {
    background-color: #f44336;
  }

  100% {
    background-color: #253556;
  }

}


/* side menu */

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .bar1,
.hamburger .bar2,
.hamburger .bar3 {
  width: 30px;
  height: 3px;
  background-color: #2d3a78;
  margin: 6px 0;
  transition: 0.4s;
}

.hamburger.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.hamburger.change .bar2 {
  opacity: 0;
}

.hamburger.change .bar3 {
  transform: rotate(45deg) translate(-6px, -4px);
}

.hamburger.change .bar1,
.hamburger.change .bar2,
.hamburger.change .bar3 {
  background-color: white;
}


/* Popup */

#posterPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.44);
}

.image-container {
  position: relative;
}

#posterPopup img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  border-radius: 0;
  animation: growImage 3s forwards;
}

@keyframes growImage {
  from {
    transform: scale(0);
    border-radius: 50%;
  }

  to {
    transform: scale(1);
    border-radius: 0;
  }
}

#close-btn10 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.7rem;
  cursor: pointer;
  z-index: 3;
  color: red;
  background-color: white;
  padding: 0px 1px;
  border: none;
  font-weight: bold;
}


/* backend */

.error {
  font-size: 12px;
}

#response_message_div {
  background-color: #ffffff;
  width: 100%;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#response_message_div p {
  top: 50%;
  left: 50%;
  position: absolute;
  color: #000000;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #008900;
  font-weight: 500;
  font-size: 1.4rem;
}

#response_message_div img {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
}

.response_message_div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
  z-index: 9999;
}


.response_message_div p {
  top: 50%;
  left: 50%;
  position: fixed;
  color: #000000;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #008900;
  font-weight: 500;
  font-size: 1.4rem;
}

.response_message_div img {
  position: fixed;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -20%);
}


#formPreloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 38, 142, 0.80);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  z-index: 9999;
}



.spinner {
  width: 100px;
  height: 100px;
  border: 4px solid #fff0;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
  border-radius: 50%;
}



@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* back to top */

#backbutton {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}


#backbutton.showarr {
  opacity: 1;
  visibility: visible;
}

#backbutton img{
  width: 32px;
  height: 32px;
}