<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('../fonts/dm_sans.css'); */
@import url('../fonts/generalsans.css');
@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@500;600;700;800&amp;display=swap');

/* @font-face {
  font-family: 'Inknut Antiqua', serif;
} */

body {
  font-family: 'GeneralSans-Medium' !important;
  overflow-x: hidden;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #777;
  overflow-x: hidden;
}
.compensate-for-scrollbar {
  margin-right: 0px!important;
}
body {
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GeneralSans-Semibold' !important;
  /* font-family: 'DM Sans', sans-serif; */
  font-weight: normal;
  color: #000000;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}

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

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: #000;
  outline: medium none;
  cursor: pointer;
}

.btn-full:hover {
  background: transparent;
  color: #26469c;
  border-color: #26469c;
  border: 1px solid #26469c;
}

a:hover {
  color: #26469c;
}

/* input,
textarea,
select {
  width: 100%;
  height: 55px;
  background-color: #f8f8f8;
  border: none;
  padding: 0px 20px;
  outline: none;
} */
p {
  color: #727797;
  font-family: 'GeneralSans-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

p:last-child {
  margin: 0;
}

button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
}

html {
  overflow-x: hidden;
}

.wrapper {
  overflow: hidden;
  /* position: relative; */
}

::selection {
  background: #26469c;
  color: #fff;
  text-shadow: none;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.main-header .navbar {
  z-index: 20;
}

section {
  padding: 80px 0;
}


.responsive-menu .offcanvas {
  background: #000;
}
.responsive-menu .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  background: #fff;
}
.responsive-menu .navbar-nav .nav-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.responsive-menu {
  position: relative;
    z-index: 99999;
}
/* header section */

/* lotus page */
.top-header {
  position: relative;
  background-color: #0C1071;
  padding: 5px 0px;
}
.top-header .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.top-header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-header-left .header-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.top-header-left .header-contact a img{
  filter: brightness(131.5);
}
.top-header .navbar-light .navbar-nav .nav-link:focus, .top-header .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.top-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.top-header-right .left-part span {
  color: #d6dadb;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.top-header-right .left-part i {
  color: #f5f5f5;
  margin-right: 10px;
}

.top-header-right .left-part {
  display: flex;
  align-items: center;
}

.top-header-right .left-part a {
  display: flex;
  align-items: center;
}

.top-header .right-part .header-contact a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-header .right-part .header-contact .payment-btn {
  color: #0323F1;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.regis-btn {
  border-radius: 8px;
  background: #0323F1;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}

.regis-btn:hover {
  background: #fff;
  color: #0323F1;
  border: 1px solid #0323F1;
}

 .regis-btn:hover img {
  filter: none;
}

 .regis-btn img {
  filter: brightness(152.5);
}

.top-header .right-part .header-contact .headlink {
  color: #0A1E46;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.top-header .right-part {
  display: flex;
  gap: 20px;
  float: right;
  align-items: center;
}

.left-part :last-child {
  line-height: 1;
}

.social-link .right-part ul li {
  display: inline-block;
  margin-left: 20px;
}

.social-link .right-part ul li i {
  color: #d6dadb;
}

.social-link .right-part ul li a:hover {
  background-color: #9d948200;
}

.social-link {
  float: right;
}

.social-link {
  background-color: #00000036;
  margin: 0px 0px 0px 18px;
  padding: 16px 35px 16px 35px;
}

.main-header {
  background: #FFF;
  padding: 10px 0;
}

.right-phone {
  display: flex;
  align-items: center;
  justify-content: start;
  /* background-color: #BED7F8; */
}

.right-phone .view {
  color: #0323F1;
  padding: 10px 12px;
  display: flex;
  gap: 5px;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  align-items: center;

}

.right-phone .phone-icon {
  background-color: #fff;
  width: 50px;
  display: flex;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.main-property .right-phone a {
  display: flex;
}

.phone-icon.whatsapp {
  background-color: #25d366 !important;
}

.phone-icon.phone-bg {
  background-color: #27489f !important;
}

.right-phone .phone-icon i {
  color: #27489f;
  font-size: 30px;
  transform: rotate(324deg);
}

.phone-content p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #e4e4e4;
  font-weight: 500;
}

.phone-content p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: #0A1E46;
  font-size: 14px;
  font-weight: 500;
  font-family: 'GeneralSans-Medium';
  letter-spacing: 0px;
  padding: 0px 10px;
  position: relative;
}

.main-header .navbar {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #fff;
  padding: 0px;
}

.main-header .collapse  .navbar-nav{
  padding-right: 20px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.sticky .navbar-light .navbar-nav .nav-link {
  color: #333 !important;
}

.sticky .phone-content p {
  color: #646363;
  font-family: 'font-regular';
}

.sticky .phone-content h5 {
  color: #000;
}

.main-header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0323f1;
}


.carousel-item img::after {
  background-color: #000;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
}

.main-btn {
  border-radius: 8px;
  background: #0323F1;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.main-btn:hover {
  background: #fff;
  color: #0323F1;
  border: 1px solid #0323F1;
}

.outline-btn {
  border: 1px solid #0323F1;
  background: transparent;
  color: #0323F1;
}

.outline-btn:hover {
  border: 1px solid #0323F1;
  background: #0323F1;
  color: #fff;
}

.white-btn {
  background-color: #fff;
  color: #26469c;
}

.white-btn:hover {
  background-color: #fff;
  color: #26469c;
}

.button-area {
  display: flex;
  align-items: center;
  height: 100%;
}

/* banner section */
.banner-section {
  position: relative;
}

.banner-section .banner-content h1 {
  color: #000;
  font-family: 'Inknut Antiqua', serif !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}

.banner-section .banner-content p {
  margin-bottom: 25px;
}


/* about-section */
.about-section {
  position: relative;
}

.about-section .welcome-section {
  background: #EDF5FF;
  padding: 30px;
  height: 100%;
}

.about-section .welcome-section .about-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
}

.about-section .welcome-section .about-title p {
  color: #FFF;
}

.about-section .welcome-section .about-content {
  margin-top: 20px;
}

.about-section .welcome-section .about-content .title {
  margin-bottom: 20px;
}

.about-section .welcome-section .about-content .latest-inner-content {
  margin-bottom: 20px;
}

.about-section .about-content .date {
  color: #AAA;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.about-section .about-content .latest-box .latest-inner-content .latest-left h5 {
  color: #000;
  font-family: 'Inknut Antiqua', serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.about-section .about-content .latest-box .latest-inner-content .latest-left p {
  color: #727797;
  font-family: 'GeneralSans-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.about-section .about-content .latest-box .latest-inner-content .latest-left .readmore-btn {
  color: #0323F1;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
}

.about-section .about-content .latest-box .latest-inner-content .latest-left .readmore-btn img {
  height: 25px;
  width: 25px;
  margin-left: 5px;
}

.about-section .about-content .latest-box .latest-inner-content {
  margin-top: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  gap: 10px;
}

.about-section .about-content .latest-box .latest-inner-content .latest-img {
  width: 250px;
  margin-right: 0;
}

.about-section .about-content .latest-box .latest-inner-content h5 {
  margin-bottom: 20px;
}

.about-section .latest-section {
  background: #fff;
  padding: 30px 20px;
  /* height: 650px;
  overflow: hidden; */
}

.about-section .latest-section .about-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
}

.about-section .latest-section .about-title p {
  color: #FFF;
}

.about-section .latest-section .about-content {
  margin-top: 20px;
  overflow: hidden;
  /* height: 250px; */
}

.about-section .latest-section .about-content .title {
  margin-bottom: 20px;
}



.about-section .notice-section {
  background: #FEFADA;
  padding: 30px;
  height: 100%;
}

.about-section .notice-section .about-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
}

.about-section .notice-section .about-title p {
  color: #FFF;
}

.about-section .notice-section .about-content {
  margin-top: 20px;
}

.about-section .notice-section .about-content .title {
  margin-bottom: 20px;
}

.about-section .notice-section li {
  list-style: disc;
  margin-bottom: 15px;
}

.about-section .notice-section li:last-child {
  margin-bottom: 0px;
}
.about-page-section .notice-section .notice-box {
  display: flex;
}
.about-page-section .notice-section .notice-box .notice-left {
  flex: 0 0 13%;
  align-items: start;
  justify-content: center;
  display: flex;
}
.about-page-section .notice-section .notice-box .notice-right {
  flex: auto;
  padding-left: 15px;
}
.about-page-section .notice-section .notice-box .notice-right p {
  padding-left: 25px;
  position: relative;
}
.about-page-section .notice-section .notice-box .notice-right p::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f14a";
  width: 100%;
  height: 100%;
  color: #05073c;
  z-index: -1;
}
.about-page-section .notice-section .notice-box .notice-left  .notice-icon{
  background-color: #0323F1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.latest-slider .mynav1 {
  margin-top: 20px;
  float: right;
  display: flex;
  gap: 20px;
}

/* latest slider */
/* founder-section */
.founder-section {
  position: relative;
}

.founder-section .founder-img {
  position: relative;
}

.founder-section .founder-img .main-img img {
  width: 100%;
}

.founder-section .founder-img .main-img {
  padding: 40px;
}

.founder-top {
  z-index: -1;
  position: absolute;
  width: 35%;
  top: -9px;
  left: 0px;
}

.founder-bottom {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 33%;
  -webkit-animation: loading 6s linear infinite;
  animation: loading 6s linear infinite;
}

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

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

.founder-section .fonder-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
  margin-bottom: 10px;
}

.founder-section .fonder-title p {
  color: #FFF;
}

.founder-inner .title {
  margin-bottom: 10px;
}


/* founder-section */
/* vission-section */
.vision-section .vision-inner {
  border-radius: 24px;
  background: #0A1E46;
  padding: 50px;
}

.vision-section .vision-inner .col-md-6:nth-child(1) .vision-img {
  background: #F78239;
}

.vision-section .vision-inner .col-md-6:nth-child(2) .vision-img {
  background: #4ECC97 !important;
}

.vision-section .vision-inner .col-md-6:nth-child(3) .vision-img {
  background: #FFE478;
}

.vision-section .vision-box .vision-img {
  border-radius: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.vision-section .vision-box .vision-img img {
  width: 28px;
}

.vision-section .vision-box .vision-content h5 {
  color: #FFF;
  margin-bottom: 10px;
}

.vision-section .vision-box .vision-content p {
  color: #E0E4FD;
}

/* vission-section */
/* school-section */
.school-section {
  position: relative;
}

.school-section .school-tab {
  background: #EDF5FF;
  height: 100%;
  position: relative;
  border-bottom-right-radius: 125px;
  padding: 80px 0;
}

.school-section .school-tab .overlay-bg {
  background: #EDF5FF;
  width: auto;
  margin-left: -1868px;
  right: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom-right-radius: 125px;
  z-index: -1;
}

.school-section .school-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
  margin-bottom: 10px;
}

.school-section .school-title p {
  color: #FFF;
}

.school-tab-inner .nav-tabs .nav-item.show .nav-link,
.school-tab-inner .nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid #0323F1;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}

.school-tab-inner .nav-tabs .nav-item.show .nav-link,
.school-tab-inner .nav-tabs .nav-link {
  color: #000;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}
.school-tab-inner .nav.nav-tabs{
  padding-top: 30px;
}
.tab-inner-content ul {
  display: flex;
  gap: 10px;
}

.tab-inner-content ul li {
  width: 20%;
}

.tab-inner-content .tab-box {
  margin-top: 30px;
}

.tab-inner-content .tab-box .tab-img {
  background-color: #D9E2FC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.tab-inner-content .tab-box .tab-title h5 {
  color: #000;
  font-family: 'GeneralSans-Medium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-top: 15px;
}

.school-section .school-right {
  padding: 50px 0;

}

.school-main-btn {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #C9D0FC;
}

.school-main-btn a {
  display: flex;
  align-items: center;
}

.school-main-btn a div:nth-child(1) {
  flex: 0 0 25%;
  width: 50px;
}

.school-main-btn a div:nth-child(2) {
  flex: 0 0 65%;
  width: 200px;
}

.school-main-btn a div:nth-child(3) {
  flex: auto;
  width: auto;
}

.school-main-btn a .icon {
  width: 50px;
  margin-right: 20px;
}

.school-main-btn a span {
  color: #000;
  font-family: 'GeneralSans-Semibold';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

/* school-section */
/* ourstudents-section */
.student-section {
  background: url('../images/Polygon\ 6.png'), url('../images/Polygon\ 7.png');
  background-repeat: no-repeat;
  background-position: right bottom, left top;
  background-size: 130px, 130px;
  position: relative;
}

.student-section .student-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
  text-align: center;
  margin: 0 auto 10px;
}

.student-section .student-title p {
  color: #FFF;
}

.student-box .student-img img {
  border-radius: 25px;
}

.student-box {
  position: relative;
}

.student-box .student-img {
  position: relative;
}

.student-box .student-possion {
  position: absolute;
  border-radius: 0px 0px 25px 0px;
  background: #EDF5FF;
  padding: 10px;
  right: 0;
  width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
}

.student-box .student-possion h5 {
  color: #203DF2;
  font-family: 'Inknut Antiqua', serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.student-box .student-possion h6 {
  color: #131F66;
  font-family: 'Inknut Antiqua', serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.student-box .student-content {
  padding: 20px 0;
}

.student-box .student-content p {
  width: 80%;
  color: #000;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.student-slider-area .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(10px, -50%);
}

.student-slider-area .owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(10px, -50%);

}

.student-slider-area {
  padding-top: 50px;
}

/* ourstudents-section */
/* testimonial-section */
.testimonial-section .testimonial-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
  margin-bottom: 10px;
}

.testimonial-section .testimonial-title p {
  color: #FFF;
}

.testimonial-top-right ul li i {
  margin: 0 2px;
  color: #FFB800;
}

.testimonial-box {
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin: 20px 0;
}

.testimonial-box .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-box .testimonial-content {
  padding-top: 20px;
}

.testimonial-box .testimonial-footer {
  padding-top: 30px;
  display: flex;
}

.testimonial-box .testimonial-footer .footer-img {
  border-radius: 50%;
}

.testimonial-box .testimonial-footer .footer-img img {
  border-radius: 50%;
}

.testimonial-box .testimonial-footer .footer-content {
  padding-left: 20px;
}

.testimonial-box .testimonial-footer .footer-content h5 {
  color: #000;
  font-family: 'GeneralSans-Medium' !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-box .testimonial-footer .footer-content p {
  color: #000;
  font-family: 'GeneralSans-Regular' !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-section .testimonial-inner {
  padding-top: 50px;
}

.testimonial-section {
  background: url(../images/test-bg.png);
  background-position: right 50px top 163px;
  background-repeat: no-repeat;
  background-size: 150px;
}

/* testimonial-section */
/* achievement-section */
.acheivements-section {
  position: relative;
}

.acheivements-section .title {
  margin-bottom: 10px;
}

.acheivements-section .acheivements-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
  margin-bottom: 10px;
}

.acheivements-section .acheivements-title p {
  color: #FFF;
}

.acheivements-right {
  text-align: right;
  float: right;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.acheivements-box p {
  color: #000;
  font-family: 'GeneralSans-Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.acheivements-box h5 {
  color: #000;
  font-family: 'GeneralSans-Semibold' !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

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

.acheivements-left {
  align-items: center;
  display: flex;
  height: 100%;
}

/* achievement-section */
/* enquiry-section */
.enquiry-section {
  position: relative;
}

.enquiry-section .enquiry-left .enquiry-title {}

.enquiry-section .enquiry-title {
  background: #0C1071;
  padding: 10px 26px;
  color: #FFF;
  font-family: 'GeneralSans-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2px;
  width: fit-content;
  margin-bottom: 10px;
}

.enquiry-section .enquiry-title p {
  color: #FFF;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #A9A9A9;
  background: #F1F8FF;
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.enquiryform {
  padding-top: 50px;
}

.enquiryform ::placeholder {
  color: #000;
  font-family: 'GeneralSans-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

.enquiryform .main-btn {
  font-weight: 500;
  font-family: 'GeneralSans-Medium';
  text-transform: initial;
  margin-top: 20px;
}

.enquiry-right .enquiry-box {

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.enquiry-right .enquiry-box .enquiry-icon {
  width: 30%;
  margin-bottom: 10px;
}

.enquiry-right .enquiry-box .enquiry-heading h4 {
  color: #000;
  text-align: center;
  font-family: 'Inknut Antiqua', serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.enquiry-right .col-lg-6:nth-child(1) .enquiry-box {
  background-color: #FFFAF9;
}

.enquiry-right .col-lg-6:nth-child(2) .enquiry-box {
  background-color: #FFFCEC;
  margin-top: -15px;
}

.enquiry-right .col-lg-6:nth-child(3) .enquiry-box {
  background-color: #F9F2FF;
  margin-left: auto;
}

.enquiry-right .col-lg-6:nth-child(4) .enquiry-box {
  background-color: #F5FFFD;
  margin-left: auto;
  margin-top: -30px;

}

/* enquiry-section */
/* photolink-section */
.photolink {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: -80px;
  z-index: 1;
}

.photolink .photolink-item {
  position: relative;
  overflow: hidden;
}

.photolink-content {
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background: #113171;
  height: 101%;
  transition: 0.5s;
  opacity: 0;
  display: flex;
  visibility: hidden;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 23px;
}

.photolink-item:hover .photolink-content {
  visibility: visible;
  opacity: 1;
}

.photolink-content .top-title h5 {
  color: #FFF;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.photolink-content .photolink-center a {
  color: #FFF;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
    align-items: center;
    justify-content: start;
}

.photolink-content .photolink-center a img {
  filter: brightness(124.5);
  width: auto;
}
.photolink-footer a{
  width: auto;
  display: block;
}
.photolink-footer a img{
  width: auto!important;
}
/* photolink-section */
/* footer-section */
.footer-bg-left{
 position: absolute;
 left: 0;
 top: -74px;
 width: 94px;
 z-index: 1;
}
.footer-bg-right {
  position: absolute;
  right: 0;
  bottom: -147px;
  width: 81px;
}
.footer-top-new {
  background: #0A1E46;
  padding-top: 180px;
  padding-bottom: 40px;
  position: relative;
}

.footer-top-new .footer-link a {
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'GeneralSans-Regular';
  display: flex;
}

.footer-top-new .footer-link a img {
  margin-right: 5px;
}

.footer-top-new .footer-link a div {
  flex: 0 0 25px;
  margin-right: 10px;
}

.footer-section {
  position: relative;
}

/* footer-section */
/* aboutpage */
/* breadcrumbs-section */
.breadcrumb-section{
  background-color: #05073c;
  position: relative;
 }
.breadcrumb-section .breadcrumb-inner {
  box-shadow: 0 20px 30px -20px rgba(0,0,0,.3);
  overflow: hidden!important;
  padding: 80px 0;
  background: #696caf;
  background-size: cover!important;
  position: relative;
  background-position: center!important;
  background: url(../images/about/banner-new-img.png);
}
.breadcrumb-section .breadcrumb-inner.about-breadcrumb-inner {
  background: url(../images/new/banner/banner-new-img.png);
}
/* .breadcrumb-section .breadcrumb-inner.founder-breadcrumb-inner {
  background: url(../images/about/banner-new-img.png);
} */
.breadcrumb-section .breadcrumb-inner.co-culicular-breadcrumb-inner {
  background: url(../images/new/banner/co-culicular.png);
}
.breadcrumb-section .breadcrumb-inner.cbs-info-breadcrumb-inner {
  background: url(../images/new/banner/cbs-info.png);
}
.breadcrumb-section .breadcrumb-inner.facilities-breadcrumb-inner {
  background: url(../images/new/banner/facilities.png);
}
.breadcrumb-section .breadcrumb-inner.gallery-breadcrumb-inner {
  background: url(../images/new/banner/gallery.png);
}
.breadcrumb-section .breadcrumb-inner.mandatory-disclosure-inner {
  background: url(../images/new/banner/mandatory-disclosure.png);
}
.breadcrumb-section .breadcrumb-inner.carrer-guidance-breadcrumb-inner {
  background: url(../images/new/banner/carrer-guidance.png);
}
.breadcrumb-section .breadcrumb-inner.contact-us-inner {
  background: url(../images/new/banner/contact-us.png);
}
.breadcrumb-section .breadcrumb-inner::before{
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.5;
}
.breadcrumb-section .breadcrumb-inner .row{
z-index: 111;
position: relative;
}
.breadcrumb-section&gt;.container{
  transform: translate3d(0,60px,0);
  transition: ease box-shadow 300ms;
}
.breadcrumb-inner .breadcrumb-title{
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
}
.breadcrumb-inner ul&gt;li {
  display: inline-block;
  font-size: .8em;
  text-transform: uppercase;
  text-shadow: none;
}
.breadcrumb-inner ul li a {
  color: #fff;
}
.breadcrumb-inner ul&gt;li+li:before {
  content: "\f054";
  font-size: 14.4px;
  font-size: .9rem;
  padding-right: 10px;
  padding-left: 5px;
}
.breadcrumb-inner ul&gt;li+li:before {
  color: inherit;
  opacity: .5;
  font-family: 'font awesome 5 free';
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
  color: #fff;
}
.breadcrumb-inner ul .active {
  opacity: .7;
}
/* breadcrumbs-section */
/* aboutpage-section */
.about-page-section .about-title {
  margin-bottom: 10px;
}
.about-counter{
  background-color: #05073c;
} 
.counter-inner {
  text-align: center;
}
.counter-inner .counter-title h4{
  color: #fff;
  font-size: 35px;
}
.counter-inner .counter-title p{
  color: #fff;
}
.counter-inner .counter-img i{
  color: #fff;
  font-size: 35px;
}
.counter-inner .counter-img{
  margin-bottom: 10px;
}
/* aboutpage-section */
/* who we are-section */
.expandIn {
  animation-name: expandIn;
}
@keyframes expandIn {
  from {
      opacity: 0;
      transform: scale(.8)
  }

  to {
      opacity: 1;
      transform: scale(1)
  }
}
.who-weare-right img:nth-child(1){
  top: 10%;
  left: -50%;
}
.who-weare-right img:nth-child(2){
  top: -33%;
    left: -29%;
}
.who-weare-right img:nth-child(3){
width: 100%;
}
.who-weare-section .row .col-md-6:nth-child(2){
  margin-top: 70px;
}
.tab-content h4{
  margin-bottom: 25px;
}
/* who we are-section */
/* curriculum-section*/
.curriculum-section{
  position: relative;
}
.curriculum-section .title2{
  font-size: 24px;
}
.curruroculum-part-section .curruroculum-box{
padding:55px;
color: #fff;
text-align: center;
}
.curruroculum-part-section .curruroculum-box i{
padding-bottom:15px;
font-size: 55px;
}
.curruroculum-part-section .curruroculum-box h4{
color: #fff;
font-size: 20px;
margin-bottom: 10px;
}
.curruroculum-part-section .curruroculum-box p{
color: #fff;
}
.curruroculum-part-section .col-lg-3.col-md-6{
  background-color: #003399;
}
.curruroculum-part-section .col-lg-3.col-md-6:nth-child(1){
  background-color: #003399;
  color: #fff;
}
.curruroculum-part-section .col-lg-3.col-md-6:nth-child(2){
  background-color: #0e369d;
  color: #fff;
}
.curruroculum-part-section .col-lg-3.col-md-6:nth-child(3){
  background-color: #183aa1;
  color: #fff;
}
.curruroculum-part-section .col-lg-3.col-md-6:nth-child(4){
  background-color: #1f3da5;
  color: #fff;
}
/* .principle-message p {
  line-height: 1.5;
  margin-bottom: 15px;
} */
/* curriculum-section*/
/* facilities-section*/
.facilities-content .tab-content h5{
margin-bottom: 10px;
}
.facilities-content .tab-content ul{
margin-bottom: 10px;
}
.facilities-content .tab-content ul li{
  color: #727797;
  font-size: 16px ;
  margin-bottom: 5px;
}
.facilities-content .tab-content ul li i{
  color: #081881;
  margin-right: 5px;
}
.tab-section .tabs-navigation .nav-tabs&gt;li {
    margin-bottom: 1px;
}
.tabs-navigation  .nav-pills .nav-link {
  padding: 18px!important;
  background: 0 0;
  border: 0;
  border-radius:  0!important;
  border-right: 3px solid #eee;
  text-align: left;
  color: #0C1071;
  position: relative;
}
.tabs-navigation  .nav-pills .nav-link:hover {
  border-right: 3px solid #0C1071;
}
.tabs-navigation  .nav-pills .nav-link::before {
  font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 10px;
    content: "\f054";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.tab-section .tabs-navigation .nav-tabs&gt;li .nav-link {
  padding: 18px!important;
  line-height: 100%;
  position: relative;
  border-right: 3px solid transparent;
}
.tabs-navigation .nav-pills .nav-link.active,.tabs-navigation .nav-pills .show&gt;.nav-link {
  color: #0323F1;
  background-color: transparent;
  padding: 18px;
  border-right-color: #0323F1;
  border-top-color: #0323F1;
  color: #0323F1;
  border-right: 3px solid #0323F1;
    background: 0 0!important;
    border-radius: 0!important;
    border-bottom: 0px solid rgba(0,0,0,.06)!important;
}
.tabs-navigation .nav-pills .nav-link.hover {
  color: #0323F1;
  background-color: transparent;
  padding: 18px;
  border-right-color: #0323F1;
  border-top-color: #0323F1;
  color: #0323F1;
  border-right: 3px solid #0323F1;
    background: 0 0!important;
    border-radius: 0!important;
    border-bottom: 0px solid rgba(0,0,0,.06)!important;
}
/* facilities-section*/

/* mandatory-section*/
.mandatory-section{
  position: relative;
}
.mandatory-section .table-header{
background-color: #0A1E46;
color: #fff;
}
.mandatory-section td, .mandatory-section th {
padding: 15px;
} 
.mandatory-section .table {
border: 1px solid #eee;
}
.mandatory-section .table p {
color: #000
}

/* mandatory-section*/
/* cbseinfo-section*/
.cbseinfo-section {
  position: relative;
}
.cbseinfo-section .cbseinfo-box{
margin-bottom: 30px;
}
.cbseinfo-section .cbseinfo-content h4{
font-size: 20px;
}
.cbseinfo-section .cbseinfo-content p{
margin-bottom: 20px;
}
.cbseinfo-section .cbseinfo-box .cbseinfo-img img{
opacity: 1;
transition: ease opacity 300ms;
}
.cbseinfo-section .cbseinfo-box:hover .cbseinfo-img img{
opacity: 0.8;
}

/* cbseinfo-section*/
/* gallery-video-section*/
.gallery-video img{
  border-radius: 12px;
}
.gallery-video  .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s,;
  -webkit-transform: 0.35s;
  -webkit-transform: scale(0);
  transition: opacity 0.35s, transform 0.35s;
  transition: all ease 0.4s;
  transform: scale(0);
  border-radius: 12px;
}

.gallery-video .plus {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-video .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.cbseinfo-box.gallery-video{
  position: relative;
}
.cbseinfo-box.gallery-video:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cbseinfo-box.gallery-video:hover .plus {
  opacity: 1;
}
/* gallery-video-section*/
/* contactus-section*/
.contactmap-section {
  margin-top: 50px;
}
.contactpage-right-area h4{
margin-bottom: 10px;
}
.contactpage-right-area .list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.contactpage-right-area .list li {
  margin-bottom: 13px;
}
.contactpage-right-area .list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
  position: relative;
}
.contactpage-right-area .list.list-icons.list-icons-style-2 li i {
  border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    font-size: .8em;
    line-height: 1.3;
    color: #0323F1;
    border-color: #0323F1;
    position: absolute;
    left: 0;
    top: 6px!important;
}
/* contactus-section*/
/* gallery-section*/
.gallery-section {
  position: relative;
  margin-top: 50px;

}
.gallery-section .gallery-inner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  content: '';
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s,;
  -webkit-transform: 0.35s;
  -webkit-transform: scale(0);
  transition: opacity 0.35s, transform 0.35s;
  transition: all ease 0.4s;
  transform: scale(0);
}
.gallery-inner:hover .plus {
  opacity: 1;
}
.gallery-inner .gallery-item .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.gallery-inner .gallery-item:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-inner {
  position: relative;
}
.gallery-inner .gallery-item:hover .plus {
  opacity: 1;
}
.gallery-inner .gallery-item .plus {
background-color: #fff;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transform: translate(-50%, -50%);
}
/* gallery-section*/
/* gallery-section*/
.carrer-guidance .tab-content .table-header {
  background-color: #0A1E46;
  color: #fff;
}
.mandatory-section 
/* gallery-section*/
/* building overview */

.building-overview {
  padding: 0px 0 70px;
  background: url('../images/bg-shape-08.png'), url('../images/bg-shape-07.png');
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-size: 400px;
  position: relative;
}


.sub-title .tagline {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #26469c;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sub-title .tagline::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #26469c;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  margin-left: 10px;
  margin-top: 0;
}

.title {
  color: #000;
  font-family: 'Inknut Antiqua', serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.title-desc {
  padding: 25px 0px 0px 0px;
}

.list-section ul li {
  padding: 5px 0;
}

.list-section ul li i {
  margin-right: 5px;
  color: #27489f;
}

.list-section .list-text {
  font-size: 16px;
}

.dark-btn {
  background-color: #32343b;
}

.overview-details .button-area {
  margin-top: 20px;
}

.overview-details {
  padding: 0px 15px 0px 60px;
}

.overview-slider {
  background-color: #f5f5f5;
  padding: 50px 35px;
  position: relative;
  margin-top: -119px;
}


/* footer */

.footer-section {
  /* background: #000; */
  
}

.footer-top {
  background: #113171;
  padding: 70px 0;
}

.footer-part h3 {
  margin-bottom: 20px;
  color: #F1F8FF;
  font-family: 'GeneralSans-Semibold'!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}

.footer-part a,
.footer-part p {
  color: #EDF5FF;
  font-weight: 400;
  font-size: 15px;
  font-family: 'GeneralSans-Regular';
}

ul.footer-contact {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.32);
}

.footer-contact li {
  color: #ccc;
}

.footer-part li {
  list-style: none;
  margin-bottom: 10px;
  color: #777;
  font-weight: 500;
  font-size: 16px;
}

.footer-contact i {
  color: #b78d65;
  margin-right: 5px;
}

.newsletter_form {
  margin-top: 35px;
}

.newsletter_form form {
  position: relative;
  height: 50px;
}

.newsletter_form input {
  background: transparent;
  font-weight: 500;
  padding: 0;
  height: 100%;
  border: 1px solid #fff;
  height: 100%;
  top: 0;
  width: 100%;
  padding-left: 15px;
  color: #fff;
}

.newsletter_form button {
  color: #0323F1;
  position: relative;
  font-size: 16px;
  margin-top: 30px;
  background-color: #fff;
  text-transform: none;

}

.footer-social {
  margin-top: 0px;
}

.footer-social li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px!important;
}

.footer-part li {
  list-style: none;
  margin-bottom: 10px;
  color: #777;
  font-weight: 500;
  font-size: 16px;
}

.footer-social a {
  display: flex;
  height: 30px;
  color: #003399;
  font-size: 20px;
  background: #fff;
  padding: 18px;
  border-radius: 50%;
  width: 30px;
  align-items: center;
  justify-content: center;
}

.footer-social a:hover {
  background-color: #fff;
  color: #333;
}

.footer-part a:hover {
  color: #0323F1;
}

.footer-line {
  height: 1px;
  background-color: rgba(119, 119, 119, 0.32);
  width: 100%;
  margin: auto;
}

.copyright {
  padding: 20px 0;
  background: #000;
  margin-top: -1px;
}

.copyright p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

.footer-part li:last-child {
  margin-bottom: 0;
}

.thankyou_pages {
  width: 100%;
  display: inline-block;
  margin: 0px 0px;
}

.thankyou_pages .thankyou_content {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 80px 0 0;
  background: #fff;
  padding: 60px 50px;
  border-radius: 15px;
}

.thankyou_pages .thankyou_content img {
  height: 100px;
  margin: auto auto 25px;
}

.thankyou_pages .thankyou_content img.lazyloaded {
  filter: invert(100%);
}

.thankyou_pages .thankyou_content h1 {
  font-size: 60px;
  color: #003399;
  font-weight: 900;
  margin: 0 0 15px;
}

.thankyou_pages .thankyou_content p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.thankyou_pages .thankyou_content h4 {
  font-size: 25px;
  color: #003399;
  line-height: 1.5;
  margin: 30px 0 0 10px;
  font-weight: 700;
}

.thankyou_pages .thankyou_content img.thank_you {
  height: 50px;
  margin: auto auto 35px auto;
  padding: 0 10px 0 10px;
  border-radius: 8px;
  background: #003399;
}

.thankyou_pages .thankyou_content button {
  background: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
  text-align: center;
  padding: 12px 20px;
  border: 0;
  display: flex;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  margin: 15px auto 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.thankyou .carousel-caption {
  border: 1px solid #fff;
  border-radius: 10px;
  background: #3333332e;
}

.carousel-inner h5 {
  margin-bottom: 15px;
  margin-top: 20px;
}



@media screen and (max-width:768px) {
  .desktop_only {
    display: none !important;
  }

  .mobile_only {
    display: block !important;
  }
}

.latest-slider .owl-prev,
.latest-slider .owl-next {
  border: 1px solid #DEE2E7 !important;
  border-radius: 10px !important;
  color: #7F7F7F !important;
  background: #fff !important;
  width: 44px !important;
  height: 44px !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.student-slider-area .owl-prev,
.student-slider-area .owl-next {
  color: #343330 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.ab1-img1 img{
  padding-right: 10px;
}

.HrMb {
  border-bottom: 1px solid gray;
  margin-bottom: 50px;
}
.team-member-two {
  text-align: center;
  margin-bottom: 55px;
}
.team-member-two .image {
  position: relative;
}
.team-member-two .image img {
  width: 100%;
  border-radius: 5px;
  /* height: 320px; */
  transition: 0.5s;
  filter: drop-shadow(2px 4px 6px gray);
  outline-offset: -10px;
  outline: 10px solid white;
}
.team-member-two .image .social-style-two {
  position: absolute;
  left: 50%;
  opacity: 0.8;
  bottom: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 20px 3px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: #003366;
}
.social-style-two {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-style-two p {
  margin: 0;
  color: white;
}
.team-member-two .member-description h4 {
  margin: 25px 0 0;
}
.team-member-two .member-description span {
  font-weight: 700;
  color: #003366;
}
.toppers-sec1{
  padding: 50px 0;
}
.c-sports1 h3{
    padding: 20px 0;
    text-align: center;
}
.c-sp-s1{
  box-shadow: 0px 3px 12px #1515151A;
  padding: 20px 0;
  /* background-color: #0323F1; */
}
.c-sp-s-con1 h4{
  font-family: 'Inknut Antiqua', serif !important;
  color: #0323F1;
  margin-bottom:10px;
}
.c-sp-s-con1 h5{
  color: rgb(0, 0, 0);
}
.c-sp-s-con1 h6 span{
  color: #0323F1;
}
.c-sp-s-con1 p span{
  color: #0323F1;
}
.c-sp-s-con1 p{
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 15px;
  font-family: 'GeneralSans-Regular';

}
.c-sp-s-img1 img{
  border-radius: 10px;
}
#volleyballCarousel .carousel-img {
  height: 300px;  /* Set a fixed height */
  object-fit: cover;  /* Ensure images maintain aspect ratio while filling the fixed height */
}
.footer-mail-color1 img{
  filter: brightness(131.5);
}

.f-a-1{
    margin-top: 60px;
}







</pre></body></html>