@import url("https://use.typekit.net/ovv3wxa.css");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

:root {
  --theme-primary: #1e441e;
  --theme-primary-light: #328930;
  --theme-secondary: #f5db11;
  /* --theme-warning: #fddd17;
  --theme-danger: #eb1d27;
  --theme-green: #34a345;
  --theme-gray: rgb(248, 248, 248);
  --theme-primary-accent: #f1f3f2;
  --theme-dark: #0a0a0a; */
  --step--2: clamp(0.6076rem, 0.5964rem + 0.0563vw, 0.64rem);
  --step--1: clamp(0.7292rem, 0.7045rem + 0.1232vw, 0.8rem);
  --step-0: clamp(0.875rem, 0.8315rem + 0.2174vw, 1rem);
  --step-1: clamp(1.05rem, 0.9804rem + 0.3478vw, 1.25rem);
  --step-2: clamp(1.26rem, 1.1548rem + 0.5261vw, 1.5625rem);
  --step-3: clamp(1.512rem, 1.3586rem + 0.7672vw, 1.9531rem);
  --step-4: clamp(1.8144rem, 1.5963rem + 1.0904vw, 2.4414rem);
  --step-5: clamp(2.1773rem, 1.8731rem + 1.5208vw, 3.0518rem);
}

body,
html {
  color: var(--theme-dark);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  scroll-behavior: smooth;
  font-size: var(--step-0);
  font-family: "segoe-ui", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

/* --------------------------------------------- */
/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f2f2f2;
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-primary);
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #07520d;
}

/* --------------------------------------------- */
.btn {
  font-size: var(--step-0);
}

p {
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 400;
  color: #5c5c5c;
}

.font-libre {
  font-family: "Libre Baskerville", serif;
}

.font-semibold {
  font-weight: 600 !important;
}

/* ---  CUSTOM CSS  --- */
.bg-theme-primary {
  background-color: var(--theme-primary) !important;
}

.bg-theme-primary-light {
  background-color: var(--theme-primary-light) !important;
}

.bg-theme-secondary {
  background-color: var(--theme-secondary) !important;
}

.bg-light-green {
  background-color: #f3fbf2;
}

.text-theme-primary {
  color: var(--theme-primary) !important;
}

.text-theme-light {
  color: var(--theme-primary-light) !important;
}

.text-theme-secondary {
  color: var(--theme-secondary) !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700 !important;
}

/* ------------------------ */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

.h1,
h1 {
  font-size: var(--step-5);
}

.h2,
h2 {
  font-size: var(--step-4);
}

.h3,
h3 {
  font-size: var(--step-3);
}

.h4,
h4 {
  font-size: var(--step-2);
}

.h5,
h5 {
  font-size: var(--step-1);
}

.h6,
h6 {
  font-size: var(--step-0);
}

.small,
small {
  font-size: var(--step--1);
}

.smallest {
  font-size: var(--step--2);
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.lh-13 {
  line-height: 1.3;
}

.lh-1 {
  line-height: 1;
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #fff;
}

body.mobile-menu-visible .page-wrapper {
  z-index: 999999;
}

.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-header li,
.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  transition: 0.3s;
}

.scroll-to-top {
  color: #000;
  background: lightgrey;
}

.scroll-to-top:hover {
  color: #fff;
  background: var(--theme-primary);
}

.gal-card {
  position: relative;
  box-shadow: 0 3px 6px #0000000f;
  border: 1px solid #70707040;
}

.gal-card:hover .gal-content {
  bottom: 100%;
  transform: translateY(100%);
}

.gal-content {
  background: #0b7c2d;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 1s;
}

.gal-content .act-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.gal-img {
  height: 250px;
  width: 100%;
}

.gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -70px, 0);
  }

  50% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 0, 0);
  }

  100% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 65px, 0);
  }
}

.mobile-menu,
.sticky-header {
  position: fixed;
  visibility: hidden;
  transition-duration: 0.3s;
  top: 0;
}

.mobile-menu,
.sticky-header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sticky-header {
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  transition-duration: 0.3s;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

.mobile-menu {
  right: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
  right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  margin: 0;
  background: #fff;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-primary);
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 5px;
  top: 10px;
  line-height: 10px;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: var(--theme-primary-dark);
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 25px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu .navigation li a img {
  filter: invert(1) brightness(100);
  max-width: 18px;
}

.mobile-menu .navigation li ul li>a {
  font-size: 13px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li:before {
  position: absolute;
  left: 22px;
  font-family: FontAwesome;
  font-weight: 800;
  content: "\f178";
  top: 11px;
  line-height: 15px;
  color: #fff;
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 0.2em;
  width: 32px;
  height: 32px;
  text-align: center;
  transform: rotate(90deg);
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 10px;
}

.scroll-to-top {
  color: var(--theme-primary-dark);
  background: lightgrey;
  border: 2px dashed var(--theme-primary-dark);
}

.page-title {
  position: relative;
  padding: 45px 0;
  text-align: center !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center !important;
  /* border-top: 1px solid var(--theme-primary); */
  background: var(--theme-primary) url(https://resources.edunexttechnologies.com/web-data/agape-mission/img/strip-mainBg25.png) repeat center;
}

.inner-overlay {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.page-title h1 {
  font-size: 24px;
  color: var(--theme-primary);
  line-height: 42px;
  margin-bottom: 0;
  font-weight: 500;
  width: fit-content;
  padding: 2.5px 50px;
  background: linear-gradient(90deg,
      rgba(245, 219, 17, 0) 0%,
      rgba(245, 219, 17, 1) 20%,
      rgba(245, 219, 17, 1) 80%,
      rgba(245, 219, 17, 0) 100%);
  /* border-top: 2px solid rgba(245, 219, 17, 0.5);
  border-bottom: 2px solid rgba(245, 219, 17, 0.5); */
  margin: auto;
}

@media only screen and (min-width: 992px) {
  #newmodal .modal-dialog {
    max-width: 580px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu .navigation {
    max-height: 70vh;
    overflow: auto;
  }
}

#enquirymodal,
#newmodal {
  z-index: 9999;
  background: rgb(0 0 0 / 74%);
}

#enquirymodal .modal-header {
  padding: 0.2rem 1rem;
  border-bottom: none;
}

#enquirymodal .modal-content {
  border-radius: 10px;
}

#enquirymodal .close,
.modal .close {
  position: absolute;
  font-size: 18px;
  background: #343f64;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 0 4px 8px 8px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 22;
}

#enquirymodal h4 {
  color: #fff;
  font-size: 20px;
}

#enquirymodal .close {
  top: 16px;
  right: 16px;
}

.modal .close {
  top: 0;
  right: 0;
}

#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%;
}

.whats-img {
  bottom: 45px;
  right: 10px;
  width: 40px;
  position: fixed;
  z-index: 22;
}

/* .owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px !important;
  height: 40px !important;
} */
/* .owl-prev {
  left: 10% !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
}
.owl-next {
  right: 10% !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
} */
/* menu style  */

.navigation {
  display: none;
  font-weight: 500;
  /* justify-content: space-between; */
}

@media screen and (min-width: 768px) {
  .navigation {
    display: flex;
    gap: 0.4rem;
  }
}

.navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropdown {
  position: relative;
  padding-right: 10px;
}

.navbar .navigation ul a {
  padding: 0.4em 1em;
}

@keyframes slideUp {
  from {
    transform: translateY(10px);
  }

  to {
    transform: none;
  }
}

.navbar .navigation .dropdown ul {
  position: absolute;
  /* padding: 0 .75em; */
  font-size: 0.9rem;
  width: 230px;
  left: 0;
  background-color: white;
  border: 1px solid var(--clr-border);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
  transition: all 0.3s;
  animation: slideUp 0.6s ease alternate;
}

.navbar .navigation .dropdown:hover>ul {
  display: block;
}

.navigation .home-icon img {
  width: 1.2em;
}

.navbar .navigation .dropdown ul .dropdown ul {
  left: 100%;
  margin: 0;
  top: 0;
}

.navbar .dropdown::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 55%;
  translate: 0 -50%;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "FontAwesome";
}

.navbar .dropdown .dropdown::after {
  top: 50%;
  font-family: "FontAwesome";
  content: "\f054";
  right: 5px;
}

.navbar .dropdown-btn {
  display: none;
}

.navigation li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.3em 0.5em;
  transition: all 0.3s;
  font-size: var(--step-0);
  font-weight: 550;
}

.navigation li a:hover {
  color: var(--theme-primary);
}

.mobile-menu-toggler {
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
}

/* internal page left menu style  */
.internal-left {
  border: 2px solid var(--theme-primary) !important;
  border-radius: 4px;
  padding: 12px 8px;
}

.leftMenu-Box>div {
  position: absolute;
  top: -50%;
  left: 0;
  transform: translate(0%, -50%);
  background-color: #fff;
  border-radius: 2px;
  padding: 10px 5px 0 5px;
}

#leftSideMenu {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  font-size: 0.875rem;
}

#leftSideMenu li {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: var(--theme-secondary);
  padding-left: 10px;
  border-radius: 4px;
}

#leftSideMenu li.leftMenuBtn {
  padding-right: 1rem;
}

#leftSideMenu li a {
  display: block;
  color: var(--theme-primary);
  font-weight: 600;
}

#leftSideMenu li>a {
  padding: 0.25em 0em;
  border-radius: 4px;
  transition: all 0.3s;
}

#leftSideMenu li:hover>a {
  color: var(--theme-dark);
}

#leftSideMenu>li.leftMenuBtn::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.9em;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0.4em;
  transition: all 0.3s;
}

#leftSideMenu>li.leftMenuBtnActive::after {
  transform: rotate(90deg);
}

#leftSideMenu li:hover::after {
  color: inherit;
}

#leftSideMenu .active-leftPage {
  background-color: var(--theme-primary);
  color: #fff !important;
}

#leftSideMenu li:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}

#leftSideMenu .leftMenu-drop {
  display: block;
  padding-left: 1em;
  font-size: 0.9em;
}

/* ================ Designed and Maintained by Ramanand Dubey ================== */

/* HEADER AND MENU =============================================== */
.mainSlider .carousel-buttons {
  position: absolute;
  bottom: 20% !important;
  left: 6% !important;
  width: 6.5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 1rem !important;
  height: 35px;
  width: 35px;
  background-color: var(--theme-secondary) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  color: var(--theme-primary);
  background-image: none !important;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: var(--theme-primary-light);
  color: #fff;
}

.carousel-control-prev-icon {
  left: 10% !important;
}

.carousel-control-next-icon {
  right: 10% !important;
}

.topHeader a {
  color: #fff;
  font-size: var(--step--1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.topLeft a i {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
}

.social-links a {
  padding: 10px 0;
}

.login-links2 {
  background: transparent linear-gradient(233deg, #007fd0 0%, #002348 100%) 0% 0% no-repeat padding-box;
}

.login-links2 img {
  height: 1rem;
}

.topLeft {
  padding: 10px 0;
}

.social-links,
.login-links2,
.login-links1 {
  padding: 10px 0;
}

.logo {
  left: -2%;
  bottom: 5%;
  transform: translate(0%, 0%);
}

.sliderLeft,
.sliderRight {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.sliderLeft img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.sliderRight img:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  transform: translate(0%, 0%);
  height: 100%;
  object-fit: contain;
}

.sliderRight img:nth-child(2) {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.crown {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  height: 3rem;
}

/* .carousel-buttons {
  height: max-content;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
} */

/* Menu Section -------------------------------- */
.menuSection div a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.menuSection div a>span {
  display: block;
  width: 3.5rem;
  /* height: 3.5rem; */
  padding: 0.65rem;
  transition-duration: 0.3s;
  border-radius: 50%;
}

.menuSection div a:hover>span {
  background-color: var(--theme-primary) !important;
  transform: translate(0%, -50%);
  transition-duration: 0.3s;
}

.menuSection div a>span img {
  filter: none;
  transition-duration: 0.3s;
}

.menuSection div a:hover>span img {
  filter: hue-rotate(-50deg) saturate(200%) brightness(300%) contrast(165%);
  transition-duration: 0.3s;
}

/* About Us Section -------------------------------- */
.about-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.myCard {
  border-bottom: 3px solid var(--theme-primary);
}

/* Stand For Section -------------------------------- */
.stand-for {
  background-color: #f6f6f6;
}

.stand-for>img {
  position: absolute;
  top: 15%;
  right: 0%;
  transform: translate(-50%, -50%);
  height: 5rem;
}

.vision {
  border-left: 3px solid var(--theme-secondary);
}

.mission {
  border-left: 3px solid var(--theme-primary-light);
}

.values {
  border-left: 3px solid var(--theme-primary);
}

.values ul li {
  opacity: 80%;
  margin-bottom: 0.75rem;
}

.opacity-80 {
  opacity: 80%;
}

/* Blog Section -------------------------- */
.blog {
  border-bottom: 4px solid var(--theme-secondary);
}

.blog .card img {
  object-fit: cover;
  height: 18rem;
}

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

.w-fit {
  width: fit-content;
}

.blog .bottom-strip {
  height: 7.5rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0%, 0%);
}

/* Message ------------------------- */
.bg-white.btn {
  border: 1px solid var(--theme-primary);
}

.bg-white.btn:hover {
  background: var(--theme-primary) !important;
  color: #fff !important;
}

.designation {
  position: relative;
  left: -20%;
  bottom: 0;
  box-shadow: 6px 6px 0px #f2f2f2;
}

.message-nav {
  position: absolute;
  bottom: 9%;
  right: 12%;
  width: 10%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-nav span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.message-nav span:hover {
  background-color: var(--theme-primary);
  color: #fff;
}

.message-owl.owl-carousel .owl-nav {
  width: 10%;
  position: absolute;
  bottom: 15%;
  right: -5%;
  transform: translate(-50%, -50%);
}

.message-owl.owl-carousel .owl-nav .owl-prev,
.message-owl.owl-carousel .owl-nav .owl-next {
  border: 1px solid #f2f2f2 !important;
  background-color: #f2f2f2;
  color: var(--theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem !important;
  height: 2rem !important;
}

/* Choose --------------------------------- */
.choose {
  overflow: hidden;
}

.choose .bottom-strip {
  height: 7.5rem;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0;
  transform: translate(0%, 25%);
}

.choose-carousel {
  padding-left: 7.5rem;
}
.gallery-div img {
  height: 200px;
  object-position: top;
  aspect-ratio: 1;
}
.choose-card {
  background-color: #f3fbf2;
  margin: 0.2rem;
  min-height: 135px;
}

.choose-carousel .owl-item {
  position: relative;
  margin: 20px 0;
  z-index: 3;
}
.choose-carousel .owl-item .div1,
.choose-carousel .owl-item .div2,
.choose-carousel .owl-item .div3,
.choose-carousel .owl-item .div4 {
  height: 2rem;
  width: 2rem;
  background-color: var(--theme-primary);
  position: absolute;
  transform: translate(0, 0);
  z-index: -3;
}

.choose-carousel .owl-item .div1 {
  top: -0.6%;
  left: 0;
}

.choose-carousel .owl-item .div2 {
  bottom: -0.6%;
  left: 0;
}

.choose-carousel .owl-item .div3 {
  top: -0.6%;
  right: 0;
}

.choose-carousel .owl-item .div4 {
  bottom: -0.6%;
  right: 0;
}

/* Celebration Section -------------------------- */
.birthdayPart,
.circular-ul,
.calendarPart {
  height: 25rem;
}

.circular-ul,
.calendarPart {
  overflow-y: scroll;
}

.celebration>img {
  position: absolute;
  left: 1%;
  bottom: 2.5%;
  transform: translate(0, 0);
  height: 5rem;
}

.birthdayPart {
  background: url(https://resources.edunexttechnologies.com/web-data/agape-mission/img/birthday-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.birthday-img img {
  border: 0.5rem solid #fff;
  height: 10rem;
  width: 10rem !important;
  object-fit: cover;
}

.circular-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}

/* COMMUNITY Section -------------------------- */
.comm-card {
  position: relative;
  min-height: 7.5rem;
  width: 100%;
  padding: 15px;
  margin-top: 5rem;
}

.comm-card:hover .comm-bottom1,
.comm-card:hover .comm-bottom2,
.comm-card:hover .comm-bottom3,
.comm-card:hover .comm-bottom4 {
  width: 100%;
  transition-duration: 0.3s;
}

.comm-card:hover .comm-img1 img {
  background-color: #f5db11;
  transition-duration: 0.3s;
}

.comm-card:hover .comm-img2 img {
  background-color: #c91f26;
  transition-duration: 0.3s;
}

.comm-card:hover .comm-img3 img {
  background-color: #328930;
  transition-duration: 0.3s;
}

.comm-card:hover .comm-img4 img {
  background-color: #13408e;
  transition-duration: 0.3s;
}

.comm-card .comm-img1 img,
.comm-card .comm-img2 img,
.comm-card .comm-img3 img,
.comm-card .comm-img4 img {
  border: 0.5rem solid rgb(248, 249, 250);
  background: lightgrey;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  height: 10rem;
  width: 10rem !important;
  transition-duration: 0.3s;
}

.comm-card .comm-img1 img,
.comm-card .comm-img2 img {
  background-color: #fdfbe5;
}

.comm-card .comm-img3 img,
.comm-card .comm-img4 img {
  background-color: #e9f2e9;
}

.comm-card .comm-bottom1,
.comm-card .comm-bottom2,
.comm-card .comm-bottom3,
.comm-card .comm-bottom4 {
  width: 50%;
  height: 1rem;
  transition-duration: 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.comm-card .comm-bottom1 {
  background-color: #f5db11;
}

.comm-card .comm-bottom2 {
  background-color: #c91f26;
}

.comm-card .comm-bottom3 {
  background-color: #328930;
}

.comm-card .comm-bottom4 {
  background-color: #13408e;
}

.comm-card h5 {
  margin-top: 5rem;
}

.communities>img:first-child,
.communities>img:nth-child(2) {
  position: absolute;
  top: 15%;
  height: 6rem;
  transform: translate(0%, 0%);
}

.communities>img:first-child {
  left: 10%;
}

.communities>img:nth-child(2) {
  right: 10%;
}

.card-text img {
  position: absolute;
  right: 10%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  height: 2rem;
  width: 2rem !important;
}

.card-text a {
  background-color: transparent !important;
  border: 1px solid var(--theme-primary);
}

/* Gallery ----------------------------- */
.gallery-img2 .gallery-inner .gallery-overly {
  position: absolute;
  bottom: 0;
  left: 3px;
  height: 100%;
  width: 98%;
  padding-top: 5px;
  margin-left: 0;
  background-color: #000000cf;
}
.gallery-img2 .gallery-inner span {

  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  z-index: 9;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  height: 100%;
 
}
.gallery-present {
  height: 75%;
}

/* Footer ---------------------------------- */
.footer>img {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
  height: 15rem;
  z-index: 1;
}

.footer .footer-left {
  padding: 2rem 2rem 4rem 12.5rem;
}

footer ul {
  line-height: 2.5;
  margin-bottom: 0;
}

footer ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
}

footer ul li a i {
  color: var(--theme-secondary);
  margin-right: 10px;
}

.footer-left>img {
  position: absolute;
  right: 0%;
  top: 0;
  transform: translate(98%, 0%);
}

.footer-left>div img {
  position: relative;
  left: -15%;
}

.footer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  z-index: 5;
}

.about-section h4 {
  font-size: var(--step-1);
  color: var(--theme-primary);
}

.about-section p {
  margin-bottom: 0.5rem;
}

.fac-img {
  height: 15.2rem;
}

.contact-icons {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--theme-primary);
}

.principal-img {
  position: relative;
}

.principal-img::before{
  content: "";
    height: 5rem;
    width: 4rem;
    position: absolute;
    top: -0.45rem;
    z-index: 6;
    background-color: #0f3899;
    left: -0.5rem;
}

.principal-img img {
  position: relative;
  z-index: 10;
  aspect-ratio: 7 / 9;
  object-fit: cover;
  object-position: top;
}

.principal-img::after {
    content: "";
    height: 5rem;
    width: 4rem;
    position: absolute;
    top: -0.45rem;
    right: -0.5rem;
    z-index: 6;
    background-color: #0f3899;
}
.card-text a:hover{
  color: var(--theme-secondary) !important ;
}

.conten-detail{
background: #eaeaea;
    padding: 50px;
    margin-top: 82px;
    margin-left: -20%;
    outline: 1px solid #383431;
    outline-offset: -25px;
}