*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* common */


h1, h2, h3, h4, h5, h6, li{
  font-family: "Poppins", sans-serif;
}
h1{
  font-size: 23px !important;
}
@media(min-width:690px){
  h1{
    font-size: 28px !important;
  }
}
@media(min-width:1020px){
  h1{
    font-size: 36px !important;
  }
}
h2{
  font-size: 18px !important;
}
@media(min-width:690px){
  h2{
    font-size: 24px !important;
  }
}
@media(min-width:1020px){
  h2{
    font-size: 28px !important;
  }
}
p, a{
  font-family: "Poppins", sans-serif;
  font-size: 12px !important;
  text-decoration: none !important;
}
@media(min-width:690px){
  p, a{
    font-size: 14px !important;
  }
}
@media(min-width:1020px){
  p, a{
    font-size: 16px !important;
  }
}
section{
  padding: 20px 0px;
}
@media(min-width:690px){
  section{
    padding: 30px 0px;
  }
}
@media(min-width:1020px){
  section{
    padding: 40px 0px;
  }
}
img{
  width: 100%;
}
body{
  overflow-x: hidden;
}
button{
  font-family: "Poppins", sans-serif !important;
}
li{
  list-style: none;
}







/* navbar */
@media(min-width: 992px){
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: end;
  }
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.nav-item a{
  font-size: 14px;
  font-weight: 500;
  color: #000000d5;
}
@media(min-width:690px){
  .nav-item a{
    font-size: 16px;
  }
}
@media(min-width:1020px){
  .nav-item a{
    font-size: 18px;
  }
}
.nav-item a:hover{
  text-decoration: underline !important; 
  text-decoration-color: #933c2e !important; 
  text-decoration-thickness: 2px !important;
  text-underline-offset: 10px;
}
.navbar-nav li{
  padding: 0px 5px 0px 5px;
}
.navbar-toggler {
  border: none !important;
}
.navbar-brand img{
  width: 50%;
}
@media(min-width:690px){
  .navbar-brand img{
    width: 75%;
  }
}
@media(min-width:1020px){
  .navbar-brand img{
    width: 90%;
  }
}
nav{
  border-bottom: 1px solid #964335;
}
.navbar-nav li.active{
  background-color: #964335;
}
.navbar-nav li.active a{
  color: #fff;
}
.navbar-nav li.active:hover a{
  text-decoration: none !important;
}
.navbar-brand {
  margin-right: 0px !important;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 10 !important;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: .5s;
}







/* Hero-section */
#home-page-banner {
  background-image: linear-gradient(176deg, #00000000, #000000cc), url("../images/home-page-banner.webp");
  background-size: cover;
  background-position: center;
  height: 25vh;
  position: relative;
}
@media(min-width:690px){
  #home-page-banner {
    height: 45vh;
  }
}
@media(min-width:1020px){
  #home-page-banner {
    height: 55vh;
  }
}
@media(min-width:1280px){
  #home-page-banner {
    height: 80vh;
  }
}
.home-page-content{
  padding-top: 8%;
}
@media(min-width:690px){
  .home-page-content{
    padding-top: 15%;
  }
}
@media(min-width:1020px){
  .home-page-content{
    padding-top: 13%;
  }
}
@media(min-width:1280px){
  .home-page-content{
    padding-top: 20%;
  }
}
.home-page-content h1{
  color: #fff;
  font-size: 25px !important;
  font-weight: bold;
}
@media(min-width:690px){
  .home-page-content h1{
    font-size: 35px !important;
  }
}
@media(min-width:1020px){
  .home-page-content h1{
    font-size: 58px !important;
  }
}
.hero-top-left-up-arrow{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  /* transform: rotate(135deg); */
  -webkit-transform: rotate(314deg);
}
.hero-top-left-down-arrow{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  /* transform: rotate(135deg); */
  -webkit-transform: rotate(64deg);
}
.hero-top-left-right-arrow{
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  /* transform: rotate(135deg); */
  -webkit-transform: rotate(305deg);
}
.hero-top-left-left-arrow{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  /* transform: rotate(135deg); */
  -webkit-transform: rotate(214deg);
}
.home-page-content i{
  font-size: 14px;
}
@media(min-width:690px){
  .home-page-content i{
    font-size: 18px;
  }
}
@media(min-width:1020px){
  .home-page-content i{
    font-size: 25px;
  }
}
.home-page-content-admission{
  margin: 0px;
  position: absolute;
  left: 33%;
  bottom: 5px;
}
@media(min-width:690px){
  .home-page-content-admission{
    left: 40%;
    bottom: 5px;
  }
}
@media(min-width:1020px){
  .home-page-content-admission{
    left: 42%;
    bottom: 5px;
  }
}
@media(min-width:1280px){
  .home-page-content-admission{
    left: 45%;
    bottom: 5px;
  }
}
.home-page-content-admission p {
  background-color: #c7c2b9;
  color: #2A4075;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
}
@media(min-width:1020px){
  .home-page-content-admission p {
    padding: 10px 30px;
  }
}
@media(min-width:1280px){
  .home-page-content-admission p {
    padding: 10px 30px;
  }
}






/* Healing for Humanity section*/
.healing-for-humanity-content h1{
  color: #8C3021;
  font-weight: bold;
  text-align: center;
}
.healing-for-humanity-content p{
  color: #000;
  font-weight: 500;
  text-align: center;
}
.healing-for-humanity-content-button{
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.healing-for-humanity-content-button a{
  background-color: #8C3021;
  color: #fff;
  padding: 10px 15px;
  box-shadow: 0px 0px 10px #000;
}
.healing-for-humanity-content-button a:hover{
  background-color: #8c2f21c7;
  box-shadow: 0px 0px 0px #000;
}



/* Vission section*/
#home-page-vision {
  background-image: linear-gradient(176deg, #00000000, #000000cc), url("../images/home-page-background.webp");
  background-size: cover;
  background-position: center;
  /* height: 25vh; */
  position: relative;
  margin-bottom: 40px;
}
@media(min-width:690px){
  #home-page-vision {
    /* height: 45vh; */
  }
}
@media(min-width:1020px){
  #home-page-vision {
    /* height: 55vh; */
  }
}
@media(min-width:1280px){
  #home-page-vision {
    /* height: 80vh; */
  }
}
.vision-content{
  background-color: #1C4197;
  padding: 10px 20px;
}
.vision-content-all{
  margin-bottom: 0px;
}
@media(min-width:690px){
  .vision-content-all{
    margin-bottom: 0px;
  }
}
@media(min-width:1020px){
  .vision-content-all{
    margin-bottom: -78px;
  }
}
.vision-content h1{
  color: #fff;
  text-align: center;
}
.vision-content p{
  color: #fff;
  text-align: center;
}
.vision-content-icon{
  text-align: center;
}
.vision-content-icon i{
  color: #fff;
}
.vision-content-bottom {
  width: 100%;
  height: 50px;
  background-color: #1c4197;
  clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 50% 100%, 0% 25%);
  border-top: 2px solid #1c4197;
}








/* Mission section*/
.mission-first-content h1{
  color: #8C3021;
  font-weight: bold;
}
.mission-first-content p{
  color: #000;
  font-weight: 400;
}
.accordion-header button{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 10px;
}
@media(min-width:690px){
  .accordion-header button{
    font-size: 20px;
  }
}
@media(min-width:1020px){
  .accordion-header button{
    font-size: 22px;
  }
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #933d2f17 !important;
  box-shadow: none !important;
}
.accordion-header button img{
  width: 15%;
  padding: 5px;
  margin: 0px 5px 0px 0px;
}
@media(min-width:690px){
  .accordion-header button img{
    width: 7%;
  }
}
@media(min-width:1020px){
  .accordion-header button img{
    width: 10%;
  }
}









/* Service section */
.service-section{
  background-color: #1C4197;
}
.service-head h1{
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.service-head p{
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.service-slider-all {
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.16);
	margin: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.service-slider-para {
	padding: 15px;
}
.service-slider-para p {
	color: #000;
	font-weight: 400;
  height: auto;
}
/* @media(min-width:690px){
  .service-slider-para p {
    height: 150px;
  }
}
@media(min-width:1020px){
  .service-slider-para p {
    height: 230px;
  }
}
@media(min-width:1150px){
  .service-slider-para p {
    height: 150px;
  }
} */
.service-slider-para h2{
  color: #000;
  font-weight: bold;
}

/*OWL*/
.owl-controls .owl-buttons {
	position: relative;
}

.owl-controls .owl-prev {
  position: absolute;
  left: 0px;
  bottom: 180px;
  /* padding: 8px 17px; */
  background: #fff;
  border: 1px solid #ffffff;
  /* border-radius: 50px; */
  transition: .5s;
  /* height: 48px;
  width: 48px; */
  padding: 3px 15px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  .owl-controls .owl-prev {
    left: -20px;
    bottom: 180px;
  }
}
@media(min-width:1020px){
  .owl-controls .owl-prev {
    left: -40px;
    bottom: 200px;
  }
}

.owl-controls .owl-next {
	position: absolute;
	right: 0px;
	bottom: 180px;
	/* padding: 8px 17px; */
	background: #fff;
  border: 1px solid #ffffff;
	/* border-radius: 50px; */
	transition: .5s;
  /* height: 48px;
  width: 48px; */
  padding: 3px 15px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  .owl-controls .owl-next {
    right: -20px;
    bottom: 180px;
  }
}
@media(min-width:1020px){
  .owl-controls .owl-next {
    right: -40px;
    bottom: 200px;
  }
}
.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
	content: '\f30a';
	font-family: FontAwesome;
	color: #000;
	font-size: 14px;
}
@media(min-width:690px){
  .owl-controls .owl-prev:after, .owl-controls .owl-next:after {
    font-size: 14px;
  }
}
@media(min-width:1020px){
  .owl-controls .owl-prev:after, .owl-controls .owl-next:after {
    font-size: 16px;
  }
}
.owl-controls .owl-prev:after:hover{
  color: #ffffff;
}


.owl-controls .owl-next:after {
	content: '\f30b';
  font-family: FontAwesome;
	color: #000;
	font-size: 14px;
}
@media(min-width:690px){
  .owl-controls .owl-next:after {
    font-size: 14px;
  }
}
@media(min-width:1020px){
  .owl-controls .owl-next:after {
    font-size: 16px;
  }
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: #933d2f;
  color: #fff;
  border: 1px solid #933d2f;
}









/* Latest news section */
.latest-news-head h1{
  color: #8C3021;
  text-align: center;
  font-weight: bold;
}
.news-slider-all {
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.16);
	margin: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.news-slider-para {
	padding: 5px;
}
.news-slider-para p {
	color: #000;
	font-weight: 400;
  height: auto;
}
/* @media(min-width:690px){
  .news-slider-para p {
    height: 150px;
  }
}
@media(min-width:1020px){
  .news-slider-para p {
    height: 230px;
  }
}
@media(min-width:1150px){
  .news-slider-para p {
    height: 150px;
  }
} */
.news-slider-para h2{
  color: #000;
  font-weight: bold;
}
@media(min-width:690px){
  .news-slider-para h2{
    font-size: 16px !important;
  }
}
@media(min-width:1000px){
  .news-slider-para h2{
    font-size: 16px !important;
  }
}
@media(min-width:1100px){
  .news-slider-para h2{
    font-size: 28px !important;
  }
}
.news-slider-date p{
  color: #000;
  font-weight: 500;
  text-align: end;
  padding: 20px 10px;
}
#news-slider .owl-controls .owl-buttons {
	position: relative;
}
#news-slider .owl-controls .owl-prev {
  position: absolute;
  left: 3%;
  bottom: 230px;
  /* padding: 8px 17px; */
  background: #ebe2e2;
  border: 1px solid #ebe2e2;
  /* border-radius: 50px; */
  transition: .5s;
  /* height: 48px;
  width: 48px; */
  padding: 3px 15px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  #news-slider .owl-controls .owl-prev {
    left: 2%;
    bottom: 295px;
  }
}
@media(min-width:1020px){
  #news-slider .owl-controls .owl-prev {
    left: 2%;
    bottom: 200px;
  }
}

#news-slider .owl-controls .owl-next {
	position: absolute;
	right: 3%;
	bottom: 230px;
	/* padding: 8px 17px; */
	background: #ebe2e2;
  border: 1px solid #ebe2e2;
	/* border-radius: 50px; */
	transition: .5s;
  /* height: 48px;
  width: 48px; */
  padding: 3px 15px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  #news-slider .owl-controls .owl-next {
    right: 2%;
    bottom: 295px;
  }
}
@media(min-width:1020px){
  #news-slider .owl-controls .owl-next {
    right: 2%;
    bottom: 200px;
  }
}
@media(min-width:1120px){
  #news-slider .owl-controls .owl-next {
    right: 52%;
    bottom: 200px;
  }
}
#news-slider .owl-controls .owl-prev:after, #news-slider .owl-controls .owl-next:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #000;
	font-size: 14px;
}
@media(min-width:690px){
  #news-slider .owl-controls .owl-prev:after, #news-slider .owl-controls .owl-next:after {
    font-size: 14px;
  }
}
@media(min-width:1020px){
  #news-slider .owl-controls .owl-prev:after, #news-slider .owl-controls .owl-next:after {
    font-size: 16px;
  }
}
#news-slider .owl-controls .owl-prev:after:hover{
  color: #ffffff;
}


#news-slider .owl-controls .owl-next:after {
	content: '\f105';
  font-family: FontAwesome;
	color: #000;
	font-size: 14px;
}
@media(min-width:690px){
  #news-slider .owl-controls .owl-next:after {
    font-size: 14px;
  }
}
@media(min-width:1020px){
  #news-slider .owl-controls .owl-next:after {
    font-size: 16px;
  }
}

#news-slider .owl-controls .owl-prev:hover, #news-slider .owl-controls .owl-next:hover {
  background: #933d2f;
  color: #fff;
  border: 1px solid #933d2f;
}




















































/* Footer */
footer {
  background-color: #1C4197;
  padding-top: 20px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.footer-head h2{
  color: #fff;
  font-weight: 500;
  padding: 0px 0px 10px 0px;
}
.footer-contact-us-icon i{
  color: #1C4197;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 40px !important;
}
footer p{
  color: #CBCBCB;
  font-size: 15px !important;
  font-weight: 500;
}
footer a{
  color: #fff;
  font-size: 15px !important;
  font-weight: 500;
}
.footer-quick-links-icon i{
  color: #fff;
  padding-right: 10px;
  line-height: 40px;
}
.footer-copyrights{
  border-top: 1px solid #e9dada85;
  padding: 10px 0px 0px 0px;
}
.footer-copyrights p{
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.footer-copyright-logo {
  width: 15%;
}
@media(min-width:690px){
  .footer-copyright-logo {
    width: 8%;
  }
}
@media(min-width:1020px){
  .footer-copyright-logo {
    width: 5%;
  }
}















/* Animation */
  .fade-in-left,
  .fade-in-right,
  .fade-in-up,
  .fade-in-down,
  .fade-out-left,
  .fade-out-right,
  .fade-out-up,
  .fade-out-down {
      opacity: 0;
      transition: opacity 1s ease, transform 1s ease;
  }

  .fade-in-left {
      transform: translateX(-50px);
  }

  .fade-in-right {
      transform: translateX(50px);
  }

  .fade-in-up {
      transform: translateY(50px);
  }

  .fade-in-down {
      transform: translateY(-50px);
  }

  .fade-in-left.visible,
  .fade-in-right.visible,
  .fade-in-up.visible,
  .fade-in-down.visible {
      opacity: 1;
      transform: translateX(0) translateY(0);
  }

  .fade-out-left.hidden,
  .fade-out-right.hidden,
  .fade-out-up.hidden,
  .fade-out-down.hidden {
      opacity: 0;
  }

  .fade-out-left.hidden {
      transform: translateX(-50px);
  }

  .fade-out-right.hidden {
      transform: translateX(50px);
  }

  .fade-out-up.hidden {
      transform: translateY(50px);
  }

  .fade-out-down.hidden {
      transform: translateY(-50px);
  }


/* loader */
  /* .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
} */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* Dark background for a professional look */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dot-ball {
  display: flex;
  justify-content: space-around;
  width: 60px;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: #ff0000; /* Light color for contrast */
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: -0.32s;
}

.dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-30px);
  }
  60% {
      transform: translateY(-15px);
  }
}
