/* ******* Font family end ********** */
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  color: #515151;
  scroll-behavior: smooth;
  background-size: cover;
  background-repeat: no-repeat;
}

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px !important;
  color: #515151;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

ul,
li {
  list-style: none;
}

.uni-padding {
  margin: 70px 0px;
}

h1 {
  width: 100%;
  float: left;
}

h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding: 15px 0px;
}

h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 3px;
  background: linear-gradient(to right, #5d3262, transparent);
  content: "";
}

h3 {
  background: rgba(194, 23, 23, 0.15);
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
  color: #c21717;
  line-height: 25px;
  font-weight: 500;
}

audio {
  display: none;
}

.btn {
  padding: 10px 20px !important;
  font-size: 14px !important;
  transition: all 0.1s ease-in-out;
}

.btn-purple {
  background: #5d3262 !important;
  color: #fff !important;
}

.btn-medium {
  padding: 8px 30px !important;
  font-size: 14px !important;
}

.btn-large {
  padding: 16px 60px !important;
  font-size: 14px !important;
}

.btn-white {
  background: #ffffff !important;
  border: 2px solid #CD9105 !important;
}

.btn-orange {
  background: #CD9105 !important;
  color: #fff !important;
  border: 2px solid #CD9105 !important;
}

.btn-red {
  background: #C21717 !important;
  color: #fff !important;
}

.btn-border {
  color: #fff !important;
  border: 2px solid #CD9105 !important;
}

.btn-transparant {
  border: 2px solid #CD9105 !important;
  color: #fff !important;
  box-shadow: 1px 2px 8px 0px rgb(205, 145, 5);
}

.btn-transparant i {
  margin-left: 16px;
  transition: all 0.1s ease-in-out;
}

.btn-transparant:hover {
  color: #fff !important;
  background: #CD9105 !important;
  box-shadow: 1px 2px 8px 0px rgb(205, 145, 5);
}

.btn-transparant:hover i {
  margin-left: 8px;
}

header {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}

header .nav-link:hover::after {
  width: 100%;
}

header .main-nav {
  background: #ffffff url('../images/header.png') center center no-repeat;
  background-size: cover;
}

header .main-nav .top-bar {
  background: #5d3262;
  padding: 10px 0px;
}

header .main-nav .top-bar a {
  margin-right: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

header .main-nav .top-bar .contact-part {
  display: flex;
}

header .main-nav .top-bar .music-part {
  display: flex;
  justify-content: end;
}

header .main-nav .top-bar .music-part .prayer {
  margin-right: 60px !important;
}

header .main-nav .top-bar .music-part .music-part a:nth-child(1) {
  margin-right: 80px !important;
}

header .main-nav .top-bar span {
  color: #fff;
  text-transform: uppercase;
}

header .main-nav i {
  font-size: 20px;
  color: #fff;
  margin-right: 14px;
}

header .logo {
  display: flex;
  justify-content: center;
  padding-top: 7px;
}

header .logo img {
  width: 630px;
}

header .navbar-nav {
  padding: 0px;
}

header .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px !important;
}

header .navbar-nav .nav-item:hover a:hover {
  color: #5d3262 !important;
  background: #fff !important;
}

header .navbar-nav .active>.nav-link,
header .navbar-nav .nav-item .navbar-light .navbar-nav .nav-link.active,
header .navbar-nav .navbar-light .navbar-nav .nav-link.show,
header .navbar-nav .navbar-light .navbar-nav .show>.nav-link {
  color: #5d3262 !important;
  background: #fff;
}

header .navbar-nav .nav-item {
  border-right: 1px solid rgba(254, 254, 254, 0.3294117647);
}

header .navbar-nav li.nav-item.active {
  background: #fff;
}

header .navbar-nav .dropdown-menu {
  right: 0;
  left: 0px !important;
  top: 38px !important;
  text-align: center;
  background: #fff;
  animation: 0.5s slideup;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left;
  border-radius: 0px;
  border-bottom: 2px solid #C21717;
}

header .navbar-nav .dropdown-menu li a {
  position: relative;
  transition: all 0.3s ease-in-out;
}

header .navbar-nav .dropdown-menu li:hover a:before {
  display: block;
}

header .navbar-nav .dropdown-menu .dropdown-toggle::after {
  border: 0px !important;
}

header nav {
  background: #C21717;
  padding: 0px 0px !important;
}

header .nav-link.active,
header .navbar-nav .nav-link.show {
  color: #fff !important;
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }

  to {
    transform: translateY(0);
  }
}

header .dropdown-item {
  font-size: 14px !important;
  color: #515151 !important;
  padding: 14px 30px;
  font-weight: 500;
  text-align: left;
}

header .dropdown-item:hover {
  background: rgba(216, 47, 45, 0.15);
  color: #659942 !important;
}

header .dropdown-toggle::before {
  display: none;
}

header .dropdown:hover>.dropdown-menu {
  display: block;
}

header .dropdown>.dropdown-toggle a:active {
  pointer-events: none;
}

header .dropdown-toggle::after {
  display: none !important;
}

.header-fixed {
  position: fixed;
}

.header-fixed .top-bar {
  display: none;
}

.wrapper {
  display: inline-block;
  position: absolute;
  transform: translate(-170%, -90%);
}

.wrapper a {
  margin-right: 0px !important;
}

.wrapper i {
  margin-right: 0px !important;
  font-size: 10px !important;
}

.wrapper .video {
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #C21717;
  z-index: 999;
}

.wrapper .video-main {
  position: relative;
  display: inline-block;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.wrapper .fa-play:before {
  content: "\f04b";
}

.wrapper .waves {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgb(194, 23, 23);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -7px;
  bottom: -7px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wrapper .wave-1 {
  animation-delay: 0s;
}

.wrapper .wave-2 {
  animation-delay: 1s;
}

.wrapper .wave-3 {
  animation-delay: 2s;
}

.carousel-item:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: #000;
  opacity: 0.5;
}

.inner-banner-sec {
  background-image: url(../images/bg-1.webp);
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6705882353);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner-banner-sec h1 {
  font-size: 48px;
  position: relative;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.5rem;
}

.text-part-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 20px 0px;
}

.text-part-sec .text-part-card {
  text-align: left;
  padding: 30px !important;
  background: #f9f9f9;
  border-radius: 10px;
}

.text-part-sec .text-part-card ul {
  padding-left: 0px;
}

.text-part-sec .text-part-card ul li {
  margin-bottom: 10px;
}

.text-part-sec .text-part-card ul li .info {
  border-left: 8px solid rgba(16, 16, 32, 0.6);
}

.text-part-sec .text-part-card ul li .toast {
  width: 100%;
  height: 80px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 7px;
  display: flex;
  align-items: center;
}

.text-part-sec .text-part-card ul li .toast .part-1 i {
  font-size: 25px;
  color: rgba(16, 16, 32, 0.6);
  font-weight: 900;
  font-style: normal;
}

.text-part-sec .text-part-card ul li .toast .part-2 {
  margin-left: 15px;
}

.text-part-sec .text-part-card ul li .toast .part-2 h3 {
  color: rgba(16, 16, 32, 0.7215686275);
  font-weight: 600;
  font-size: 16px;
  padding: 0 !important;
  line-height: 20px;
  text-transform: capitalize;
}

.text-part-sec .text-part-card ul li .toast .part-2 h4 {
  font-size: 12px;
  font-weight: 400;
  color: #656565;
}

.text-part-sec .text-part-card a {
  color: #000;
}

.text-part-sec .text-part-card .principle-index-images {
  float: left;
  margin: 0 20px 20px 0;
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.text-part-sec .text-part-card .principle-index-heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding: 15px 0px;
  text-transform: capitalize;
}

.text-part-sec .text-part-card .principle-index-heading:before {
  position: absolute;
  left: 170px;
  bottom: 10px;
  width: 150px;
  height: 3px;
  background: linear-gradient(to right, #5d3262, transparent);
  content: "";
}

.members-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 50px 0px;
  background: #f3f7ff;
}

.members-sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.members-sec .text-sec {
  padding-right: 30px;
}

.members-sec .member-card {
  background: #fff;
  border-radius: 5px;
  z-index: 100 !important;
  position: relative;
  box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, 0.1803921569);
}

.members-sec .member-card .img-part {
  content: "";
  background-image: url(../images/mantralaya-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  z-index: 1000;
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}

.members-sec .member-card .img-part::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4117647059);
  z-index: -100;
  border-radius: 5px 5px 0px 0px;
}

.members-sec .member-card .img-part img {
  width: 150px;
  /* height: 150px; */
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  justify-content: center;
  display: flex;
  margin-bottom: -28px;
  position: absolute;
  top: 74px;
  left: 36px;
  border: 3px solid rgba(255, 255, 255, 0.2901960784);
  padding: 5px;
}

.members-sec .member-card .img-text-part {
  padding: 70px 30px 30px;
  text-align: left;
  position: relative;
}

.members-sec .member-card .img-text-part h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 6px;
}

.members-sec .member-card .img-text-part i {
  margin-right: 10px;
}

.members-sec .member-card .img-text-part h4 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.members-sec .member-card .img-text-part h5 {
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 35px;
  background: rgba(194, 23, 23, 0.1019607843);
  padding: 10px;
  color: #c21717;
  border-radius: 0px 0px 5px 5px;
}

.members-sec .member-card .img-text-part p {
  margin-bottom: 0px;
}

/* .principle-card-sec {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
  background: rgba(161, 124, 165, 0.1294117647);
  border-radius: 10px;
} */
.principle-card-sec .principle-card {
  max-width: 550px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  display: flex;
  margin: 30px auto 0px;
  justify-content: center;
}

.principle-card-sec .principle-card .img-part img {
  width: 200px;
  border-radius: 10px;
}

.principle-card-sec .principle-card .text-part {
  padding: 15px;
}

.principle-card-sec .principle-card .text-part h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.principle-card-sec .principle-card .text-part h3 {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2px;
}

table p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.table-sec .table-page .table-responsive {
  margin: auto;
}

.table-sec .table-page .table-responsive table thead {
  border-radius: 10px;
}

.table-sec .table-page .table-responsive table thead th {
  background-color: #c21717;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

/* .table-sec .table-page .table-responsive table thead th:nth-child(1) {
  padding-left: 40px;
} */
.table-sec .table-page .table-responsive table tbody tr th,
.table-sec .table-page .table-responsive table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .table-sec .table-page .table-responsive table tbody tr th:nth-child(1),
.table-sec .table-page .table-responsive table tbody tr td:nth-child(1) {
  padding-left: 40px;
} */
.table-sec .table-page .table-responsive table tbody tr th a,
.table-sec .table-page .table-responsive table tbody tr td a {
  color: #000;
}

.Facilities-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 40px;
  background: rgba(161, 124, 165, 0.1294117647);
}

.Facilities-sec .list-sec {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 50px 30px 50px 20px;
}

.Facilities-sec .list-sec ul {
  display: flex;
  flex-wrap: wrap;
}

.Facilities-sec .list-sec ul li {
  width: 33.33%;
  line-height: 40px;
  font-size: 20px;
  position: relative;
}

.Facilities-sec .list-sec ul li::before {
  content: "\f138";
  position: absolute;
  left: -25px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  font-family: "FontAwesome";
}

.acadmy-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 40px;
  background: rgba(161, 124, 165, 0.1294117647);
}

.acadmy-sec .caleder-part-card {
  text-align: justify;
  padding: 50px 30px 50px 20px;
  background: #f9f9f9;
  border-radius: 10px;
}

.acadmy-sec .caleder-part-card .img-part img {
  max-width: 600px;
}

.staff-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 40px;
  background: rgba(161, 124, 165, 0.1294117647);
}

.staff-sec .col-lg-6 {
  margin-bottom: 24px;
}

.staff-sec .col-lg-6 .staff-card {
  background: #fff;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
}

.staff-sec .col-lg-6 .staff-card .img-part {
  max-width: 150px;
}

.staff-sec .col-lg-6 .staff-card .img-part img {
  border-radius: 10px;
}

.staff-sec .col-lg-6 .staff-card .text-part {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.staff-sec .col-lg-6 .staff-card .text-part p {
  font-size: 16px;
  padding: 0px;
  line-height: 25px !important;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.staff-sec .col-lg-6 .staff-card .text-part p strong {
  font-weight: 500;
}

.rti-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 40px;
  background: rgba(161, 124, 165, 0.1294117647);
}

.rti-sec .rti-card .text-part {
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #ccc;
}

.rti-sec .rti-card .text-part h3 {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2px;
}

.rti-sec .rti-card .text-part p {
  margin-bottom: 0px;
}

footer {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 30px 25px 40px;
  background-color: #001139;
  color: #fff !important;
  font-family: Poppins, sans-serif;
}

footer .footer-links {
  /* border-right: 1px solid rgba(255, 255, 255, 0.2392156863); */
  padding-right: 20px;
}

footer .footer-links h6 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: #efedb2;
}

footer .footer-links p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 28px !important;
}

footer .footer-links p:nth-child(3),
footer .footer-links p:nth-child(4) {
  margin-bottom: 0.5rem;
  line-height: 20px !important;
}

footer .footer-links p a {
  color: #fff !important;
}

footer .footer-links ul {
  margin-bottom: 10px;
  line-height: 30px;
  padding-left: 1rem !important;
}

footer .footer-links ul li {
  position: relative;
}

footer .footer-links ul li a {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  color: #fff !important;
}

footer .footer-links ul li::before {
  content: "\f105";
  position: absolute;
  left: -10px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  font-family: "FontAwesome";
}

footer .col-xl-2 .footer-links {
  border-right: 0px;
}

footer .social-links ul {
  display: flex;
  padding-left: 0px;
}

footer .social-links ul li {
  border: 1px solid;
  border-radius: 2px;
  margin: 10px 20px 0px 0px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-links ul li a {
  color: #fff;
}

.privacy-policy {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  background-color: #fff;
  color: #fff;
}

.privacy-policy ul {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  color: #414141;
}

.privacy-policy ul li a {
  color: #414141;
  margin-bottom: 0;
  margin-right: 4px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.swiper-slide {
  width: 100%;
  height: 500px !important;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide .slide-text {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  color: rgb(255, 255, 255);
  text-align: center;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin: auto;
}

.swiper-slide .slide-text h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 60px;
}

.swiper-slide .slide-text h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 3px;
  background: none;
  content: "";
}

.swiper-slide::before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: #000;
  opacity: 0.5;
}

.gallery img {
  width: 100%;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 12px 0px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  padding: 10px;
  border-radius: 5px;
  border: 2px dashed #cfcfcf;
}

.swiper-button-next i {
  padding: 15px;
  font-size: 15px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5490196078);
  z-index: 10000;
  background: rgba(222, 219, 233, 0.3019607843);
}

.swiper-button-prev i {
  padding: 15px;
  font-size: 15px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5490196078);
  z-index: 10000;
  background: rgba(222, 219, 233, 0.3019607843);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  content: "next";
  display: none;
}

.swiper-btn-sec .container {
  position: relative;
}

.swiper-btn-sec {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  /* background: red; */
  left: auto;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-btn-sec button {
  position: relative !important;
  top: auto;
}

.contact-sec .form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #d0d0d0;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
}

.contact-sec .side-sec {
  background: #5d3262 !important;
  padding: 30px 40px;
  margin-left: 50px;
  border-radius: 10px;
}

.contact-sec .text-part-sec .text-part-card {
  display: flex !important;
  justify-content: center !important;
}

.contact-sec h5 {
  margin-top: 30px;
  color: #fff;
}

.contact-sec p {
  color: #cecece !important;
}

.facilities-main {
  background: #5d3262;
  color: #fff !important;
  border-radius: 10px;
  margin-top: -100px;
  z-index: 10 !important;
  position: relative;
  border: 8px solid #fff;
}

.facilities-main p {
  color: #fff;
}

.facilities-main h2 {
  padding: 10px !important;
}

.facilities-main h3 {
  padding: 0px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 0px;
  letter-spacing: 0.5px;
}

.facilities-main img {
  width: 50px !important;
  margin-bottom: 30px;
}

.facilities-main .facility-card span {
  font-size: 50px;
  position: absolute;
  right: 8px;
  opacity: 0.2;
  bottom: 8px;
  line-height: 1;
}

.facilities-main #card-part .facility-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: BASELINE;
  border-right: 1px solid #909090 !important;
  padding: 30px 0px;
  position: relative;
}

.facilities-main #card-part:nth-last-of-type(1) .facility-card {
  border-right: 0px !important;
}

.facilities-main #card-part:nth-child(1) .facility-card {
  padding-left: 20px !important;
}

.facilities-sec {
  background: #f3f7ff;
  /* margin: 50px 0px; */
  padding: 60px 0px;
  position: relative;
  float: left;
  width: 100%;
}

.facilities-sec .text-part-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 53px 0px !important;
}

.facilities-sec h3 {
  margin: auto;
}

.facilities-sec h2 {
  text-align: center;
}

.facilities-sec h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 3px;
  background: linear-gradient(to right, #5d3262, transparent);
  content: "";
  margin: auto;
  display: none;
}

.facilities-sec .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.facilities-sec .item img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid rgba(222, 219, 233, 0.75);
  width: 140px !important;
  height: 140px !important;
  padding: 4px;
}

.facilities-sec .item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.facilities-sec button.owl-prev {
  background: rgba(91, 49, 97, 0.14) !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: -40px;
  border-radius: 50% !important;
}

.facilities-sec button.owl-next {
  background: rgba(91, 49, 97, 0.14) !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  right: -40px;
  border-radius: 50% !important;
}

.facilities-sec .owl-theme .owl-nav {
  margin-top: 10px;
  justify-content: space-between;
  display: flex;
}

.facilities-sec .owl-carousel .owl-nav button.owl-next,
.facilities-sec .owl-carousel .owl-nav button.owl-prev,
.facilities-sec .owl-carousel button.owl-dot {
  font-size: 20px;
  color: #5d3363;
}

.shape-sec1 {
  position: absolute;
  top: 90px;
  left: 790px;
  animation: animation1 3s ease 5s infinite normal none;
}

@keyframes animation1 {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-10px);
  }

  24% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateY(-5px);
  }

  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }

  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }

  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }

  25%,
  55%,
  75%,
  87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }

  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}

.shape-sec1 img {
  width: 100px;
  filter: brightness(0);
}

.shape-sec2 {
  position: absolute;
  top: 44px;
  left: 1140px;
}

.shape-sec2 img {
  width: 35px;
}

.about-us-main {
  /* background-image: url(../images/frame.jpg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  /* margin: 50px 0px; */
  background: #dbd0c4;
}

.about-us-main .text-part {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(../images/white-patch.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 50px;
  padding: 30px 90px;
  border: 10px solid #d5b593;
}

.about-us-main .text-part h3 {
  background: rgba(194, 23, 23, 0.15);
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
  color: #c21717;
  line-height: 25px;
  font-weight: 500;
}

.about-us-main .text-part h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 3px;
  background: none;
  content: "";
}

.right-shape img {
  width: 220px;
  top: -5px;
  right: -5px;
  position: absolute !important;
}

.left-shape img {
  width: 230px;
  position: absolute !important;
  bottom: 0px;
  left: -5px;
}

.gadjet1 {
  position: absolute;
  top: 115px;
  right: 178px;
  opacity: 0.5;
}

.gadjet1 img {
  width: 110px;
  filter: brightness(0.5px);
  transform-origin: 50% 50%;
  animation: gadjet1 2s ease-in 2s infinite normal none;
}

@keyframes gadjet1 {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(2px, -2px);
  }

  40% {
    transform: translate(2px, 2px);
  }

  60% {
    transform: translate(-2px, 2px);
  }

  80% {
    transform: translate(-2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

.slider-students-sec {
  background-image: url(../images/about_shape02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
  /* margin: 80px 0px; */
  padding: 80px 0px;
}

.slider-students-sec .achievments {
  border-radius: 10px;
  padding: 0px;
}

.slider-students-sec .achievments .achievments-heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding: 15px 0px;
  text-transform: capitalize;
}

.slider-students-sec .achievments .achievments-heading:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 3px;
  background: linear-gradient(to right, #5d3262, transparent);
  content: "";
}

.slider-students-sec .mySwiper-students .swiper-slide {
  height: auto !important;
}

.slider-students-sec .mySwiper-students .swiper-slide::before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0.3;
}

.slider-students-sec .mySwiper-students .swiper-slide .card {
  border: none !important;
  padding: 20px;
  z-index: 10;
  text-align: center;
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.07);
  max-width: 95%;
  margin: 10px auto;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .school-boy-img img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .text-part {
  padding-top: 16px;
  text-align: center;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .text-part h2 {
  margin-bottom: 20px;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .text-part h4 {
  text-align: center;
  font-size: 16px;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .text-part h5 {
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 6px;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .text-part img {
  opacity: 0.75;
  width: 130px;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .text-part p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 25px !important;
  color: #515151;
}

.slider-students-sec .mySwiper-students .swiper-slide .card .number {
  font-size: 100px;
  font-family: "Poppins";
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  margin: auto;
  line-height: 0.8;
  color: rgba(204, 204, 204, 0.3098039216);
  z-index: -1;
  pointer-events: none;
  padding: 10px;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
}

.slider-students-sec .mySwiper-students .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0);
  position: absolute;
}

/* student gallery */
.student-gallery-sec {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  /* padding: 40px 0px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.student-gallery-sec h3 {
  margin: auto;
}

.student-gallery-sec h2 {
  text-align: center;
}

.student-gallery-sec h2::before {
  display: none;
}

.student-gallery-sec .swiper-slide {
  height: auto !important;
}

.student-gallery-sec .swiper-slide::before {
  display: none;
}

.student-gallery-sec .swiper-slide .slide-img-card {
  position: relative;
  border: 2px dashed rgba(211, 208, 208, 0.84);
  border-radius: 10px;
  padding: 5px;
}

.student-gallery-sec .swiper-slide .slide-img-card:hover img {
  opacity: 0.51;
}

.student-gallery-sec .swiper-slide .slide-img-card:hover .middle {
  opacity: 1;
}

.student-gallery-sec .swiper-slide .slide-img-card img {
  border-radius: 10px;
  max-height: 200px;
  height: 200px;
  object-fit: cover;
}

.student-gallery-sec .swiper-slide .slide-img-card .middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.2196078431);
  border-radius: 10px;
}

.student-gallery-sec .swiper-slide .slide-img-card .middle .text {
  background-color: #5d3262;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 0.375rem;
}

.student-gallery-sec .swiper-slide .slide-img-card .middle .text a {
  color: #fff;
}

.student-gallery-sec .swiper-slide .swiper-button-prev i,
.student-gallery-sec .swiper-slide .swiper-button-next i {
  border: 0px;
  /* padding: 13px; */
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
  z-index: 10000;
  background-color: #5d3262 !important;
  display: none !important;
}

.admission_text i.fa {
  text-align: center;
  float: right;
  background: #c21717;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 8%;
  z-index: 9999;
  right: 1%;
  border-radius: 35px;
  font-size: 25px;
}

span.contact_text {
  position: fixed;
  bottom: 8%;
  z-index: 999;
  right: 6%;
  padding: 0.5% 1.5%;
  font-weight: normal;
  font-size: 14px;
  background: #5d3262;
  text-align: center;
  line-height: 1.4;
  border-radius: 8px;
  box-shadow: 0px 10px 40px -20px #000000;
}

span.contact_text a {
  color: #ffffff !important;
}

/*# sourceMappingURL=main.css.map */