:root {
  --primary-color: #000000;
  --secondary-color: #6632b0;
  --secondary2-color: #6fb838;
  --secondary3-color: #f5f3f3;
  --bs-white: #fff;
  --bodyFont: "Geist";
  --headingFont: "Anton";
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  background: var(--bs-white);
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  text-align: center;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  line-height: 50px;
  height: 50px;
  border-width: 1px;
  max-width: 197px;
  width: 100%;
  color: var(--bs-white) !important;
  background: var(--primary-color);
  display: inline-block;
}

.btn:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: var(--headingFont);
}

.p-v-60 {
  padding: 60px 0;
}

h1,
.mainheading {
  font-size: 72px;
  font-weight: 700;
  font-family: var(--bodyFont);
  color: var(--secondary-color);
}

h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: var(--bodyFont);
}

h3.heads {
  font-size: 85px;
  font-weight: normal;
}

h4 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h5 {
  font-size: 25px;
  font-family: var(--bodyFont);
  font-weight: 700;
}

h6 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

.p-v-100 {
  padding: 80px 0 !important;
}

header {
  position: absolute;
  width: 100%;
  top: 52px;
  left: 0;
}
.logo {
  text-align: center;
}
.stellarnav {
  width: auto;
  float: right;
}
.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 6px;
  background: #000000;
  margin: 0 0 5px;
}
.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  padding: 30px 0px;
  box-sizing: border-box;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
  z-index: 999;
}

.stellarnav ul li > a {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
}

.stellarnav ul li > a:hover,
.stellarnav ul li.active > a {
  color:#E4CE67;
}

.loginPage {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.loginPage::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 1, 54, 0.33);
  content: "";
  z-index: -1;
}
.box {
  max-width: 931px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo img{
  height: 162px;
  object-fit: contain;
  width: 100%;
  margin-bottom: 50px;
}
.innerLinks {
  gap: 29px;
  width: 100%;
  max-width: 648px;
}
.innerLinks li {
  width: 33.33%;
  flex: 0 0 33.33%;
}
.innerLinks li a {
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  background: linear-gradient(
    45deg,
    rgba(201, 201, 201, 0.2) 0%,
    rgba(196, 196, 196, 0.1) 99%,
    rgba(196, 196, 196, 0.1) 100%
  );
  backdrop-filter: blur(5px);
  padding: 16px 30px;
  border: var(--bs-white) 1px solid;
  font-size: 15px;
  font-weight: 600;
  color: var(--bs-white);
  gap: 4px;
}
.loginPage h1 {
  font-size: 84px;
  margin-top: 32px;
  text-transform: uppercase;
  color: var(--bs-white);
  font-family: var(--headingFont);
  font-weight: normal;
}
.aboutSec {
  /* margin-top: 212px; */
  padding-bottom: 94px;
}
.r-30 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.r-18 {
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
p {
  color: #3b3b3b;
}
.aboutSec p {
  margin: 34px 0 36px;
}

.mb-55 {
  margin-bottom: 55px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mission hr {
  margin: 0;
  height: 9px;
  background: #9d7bcf;
  opacity: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.mission h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 22px 0 10px;
}
.mission p {
  font-size: 16px;
  font-weight: 300;
  color: #6b6b6b;
  margin: 0;
}
.mission li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  gap: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #6b6b6b;
  margin-top: 8px;
}
.mission li i {
  color: var(--secondary2-color);
}
.p-98 {
  padding: 98px 0;
}
.lightBg {
  background: var(--secondary3-color);
}
.cards {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  margin-top: 55px;
  background: #d9d9d9;
}
.content {
  padding: 25px 18px;
}
.content p {
  font-size: 15px;
  font-weight: 400;
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 19px;
}
.btn.btn-sm {
  font-size: 13px;
  line-height: 42px;
  height: 42px;
  max-width: 124px;
  display: inline-block;
}
.tags {
  position: absolute;
  left: 11px;
  top: 2.8rem;
  padding: 8px 23px;
  font-size: 16px;
  font-weight: 600;
  background: var(--secondary-color);
  color: var(--bs-white);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.theology {
  padding: 88px 0 74px;
}
.theologyTop p {
  max-width: 413px;
  width: 100%;
  float: right;
  margin-top: 0.5rem;
}
.theology h3 {
  font-size: 83px;
  text-transform: uppercase;
  margin: 12px 0;
}
.theology h3 img {
  width: auto;
  height: 92px;
  object-fit: contain;
}
.theologyBtm {
  position: relative;
  margin-top: -130px;
}
.theologyTop {
  position: relative;
  z-index: 2;
}
.admission {
  color: var(--bs-white);
  position: relative;
  z-index: 1;
  margin-top: 94px;
}
.admission::before {
  background: #9d7bcf;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 60px);
  content: "";
  z-index: -1;
}
.admission p,
.admission a {
  color: var(--bs-white);
}
.admission p strong {
  display: block;
}
.admission p {
  margin-bottom: 12px;
}
.admission h2 {
  color: var(--bs-white);
}
.admission .mainheading {
  font-size: 62px;
}
.lineEffect {
  position: relative;
}

.lineEffect::before {
    position: absolute;
    left: calc(100% + 40px);
    top: 0;
    height: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.promoting h2 {
  font-size: 70px;
}
.box2 h3,
.box3 h3 {
  font-size: 25px;
  font-family: var(--bodyFont);
  font-weight: 700;
  color: #3b3b3b;
}
.mb-50 {
  margin-bottom: 50px;
}
.box2 .lineEffect::before {
  position: absolute;
  left: calc(100% - 0.5rem);
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.box2 img {
  height: 391px;
  object-fit: cover;
}
.box3 img {
  height: 469px;
  object-fit: cover;
}
.form .lightBg {
  padding: 83px 113px 83px 83px;
}
.form form {
  background: #d7c8ef;
  padding: 46px;
  max-width: 648px;
  width: 100%;
}
.form .form-control {
  border: #9d7bcf 1px solid;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  height: 48px;
}
.form .form-control::placeholder {
  color: #7e7e7e;
}
textarea {
  height: 144px !important;
  resize: none;
}
.infos {
  padding: 39px 18px 49px 40px;
  display: flex;
  background: var(--bs-white);
  margin-top: -3.5rem;
  position: relative;
}
.infos span {
  width: 36px;
  flex: 0 0 36px;
  margin-right: 15px;
}
.infos a {
  color: #3b3b3b;
}
.infos h6 a {
  font-size: 25px;
}
.infos a:hover {
  color: var(--secondary-color);
}
.promoting {
  margin-top: 212px;
}

footer {
  background: #161616;
  color: var(--bs-white);
  padding: 61px 0 0;
  font-size: 15px;
  margin-top: 94px;
}
footer h6 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.flink li {
  margin-bottom: 10px;
  width: 50%;
  flex: 0 0 50%;
}
.flink2 li {
  margin-bottom: 10px;
  width: 100%;
  flex: 0 0 100%;
}
footer a {
  color: var(--bs-white);
}
footer a:hover {
  color: var(--secondary-color);
}
.socials {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  font-size: 20px;
}
.socialsWrap {
  max-width: 150px;
  width: 100%;
  float: right;
}
.socials li:nth-child(4) a {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bs-white);
}
.socials li:nth-child(4) a:hover {
  -webkit-text-stroke-color: var(--secondary-color);
}

.stellarnav.mobile ul {
  background: var(--primary-color);
}
.stellarnav ul li > a {
    color: var(--bs-white);
}
.stellarnav ul li > a:hover, .stellarnav ul li.active > a {
   color:#E4CE67;
}
.stellarnav .close-menu {padding:15px;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 20px;
    height: 0;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
}
.btmFoot {font-size: 13px; color: #717171; font-weight: 500; text-align: center; margin-top: 36px; padding: 29px 0;}
.btmFoot a {color: #717171;}
.slideCard small {display: block; margin: 20px 0 5px;}
.slideCard h4 {font-weight: 600; font-size: 22px; margin-bottom: 8px;}
.slideCard p {
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.swiper-button-next svg , .swiper-button-prev svg {display: none;}
.swiper-button-prev {
    left: auto;
    right: 130px;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-disabled {
    opacity: 1 !important;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/1.5);
    top: var(--swiper-navigation-top-offset,50%);
}
.site_logo {display: inline-block;}
header.fixed {position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; background: var(--bs-white); padding: 10px 0;}
header.fixed .site_logo img {height: 60px;}
header.fixed .stellarnav .menu-toggle {
    padding: 16px 0px;
    box-sizing: border-box;
}