@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Great+Vibes&family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kaushan+Script&family=Smooch+Sans:wght@200;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kaushan+Script&family=Smooch+Sans:wght@200;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@900&display=swap');

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;

  overflow-x: hidden;
}

/*body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}
*/
html {
  scroll-behavior: smooth;
}

p {
  color:black;
  font-weight: 300;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.HomeMainName {
  font-weight: 700;
  font-size: 35px;
  color: rgb(255, 255, 255);
  line-height: 50px;
  padding-left: 40px;
  padding-top: 13px;
  font-family: 'Kaushan Script', cursive;
}
@media only screen and (max-width: 532px) 
{
    .navname
    {   font-family:Old English Text MT;
        text-align:center;
        font-size:16px !important;
    }
    .righthead
    {
        text-align:center !important;
        padding-left:5px !important;
    }
    .height
    {
        height:250px !important;
    }
    .nav-logo
    {
        width:60px;
    }
    .navbar
    {
        height:auto !important;
        overflow:hidden;
       
    }
   
    .navbar-nav
    {
        height:auto !important;
     }
     .navschoolname {
            font-family: Old English Text MT;
           
            font-size: 14px !important;
            color: Black;
           
        }
       
}
@media only screen and (max-width: 832px) 
{
    .navname
    {
        font-family:Old English Text MT;
        text-align:center;
        font-size:16px !important;
    }
    .righthead
    {
        text-align:center;
    }
    .height
    {
        height:150px !important;
    }
    .nav-logo
    {
        width:60px;
    }
    .navbar
    {
        height:auto !important;
        overflow:hidden;
       
    }
   
    .navbar-nav
    {
        height:auto !important;
     }
     .navschoolname {
            font-family: Old English Text MT;
           
            font-size: 14px !important;
            color: Black;
           
        }
       
}
@media only screen and (max-width: 1032px) 
{
    .navname
    {
        font-family:Old English Text MT;
        text-align:center;
        font-size:16px !important;
    }
    .righthead
    {
        text-align:center;
    }
    .height
    {
        height:250px !important;
    }
    .nav-logo
    {
        width:60px;
    }
    .navbar
    {
        height:auto !important;
        overflow:hidden;
       
    }
   
    .navbar-nav
    {
        height:auto !important;
     }
     .navschoolname {
            font-family: Old English Text MT;
           
            font-size: 14px !important;
            color: Black;
           
        }
       
}
@media only screen and (max-width: 732px) {
  .HomeSliderImage {
    height: 100%;
  }

  .HomeMainName {
    display: none;
  }
.nav-item .nav-item dropdown:
{
    text-decoration:underline;
}
  /* .HomeMainImage{
            width: 300%;
          } */
}


/* Main Styles */
.gallery-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

.item-wrapper {
  cursor: pointer;
  width: 23%;
  /* arbitrary value */
  display: inline-block;
  background-color: white;
}

.gallery-item {
  opacity: 0.5;
}

.gallery-item.active {
  opacity: 1;
}




.footerlogo {
  max-width: 250px;
}


@media only screen and (max-width: 732px) {
  .footerlogo {
    max-width: 200px;
  }
}

.footer-01 {
  background: #5A827E;

  z-index: 0;
  overflow: hidden;
  
   
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 15px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}
/*.site-navbar-wrap .site-navbar-top {
  font-size: 20px;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
*/

/*.footer-01:after {
  position: absolute;
  top: -300px;
  left: -100px;
  width: 800px;
  content: '';
  
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: .05;
}*/

.footer-01 a {
  color: #F7CA18;
}

.footer-01 p {
  color: white;
}

.footer-01 .copyright {
  color: white;
  color: white;
}

.footer-01 .footer-heading {
  font-size: 14px;

  color: #fff;
  position: relative;
}

.footer-01 .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 40px;
  height: 2px;
  background: #5A827E;
}

.footer-01 ul.list-unstyled li a {
  color: white;
}

.footer-01 .block-21 .text .heading a {
  color: white;
}

.footer-01 .block-21 .meta>div a {
  color: #F7CA18;
}

.footer-01 .block-23 ul li {
  color: white;
}

.footer-01 .block-23 ul li a {
  color: white;
}

.footer-01 .block-23 ul li .icon {
  color: white;
}

.footer-01 .ftco-footer-social li a {
  background: #F7CA18;
  color: #fff;
}

.downfooter {
  background:#012169;
  width: 100%;
  height:30px;
  padding: 2px 0px;
  
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.pageheading {
  font-size: 30px;
  color: rgb(0, 0, 0);
  text-align: center;
 
  font-weight: 600;
}

@media only screen and (max-width: 732px) {
  .pageheading {
    font-size: 23px;
    margin-top: -60px;
  }
}

.contact-body {
  margin-top: 90px;
}

.contacttopic {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.contacttext {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  color: #000;
}

.map {
  border: 10px solid rgb(243, 230, 230);
}

.redunderline {
  border-bottom: 2px solid red;
}
.card {
 
  background-color:white;
  
}
.c
{
 border:4px solid #C2B280;
 min-height:230px !important;
 }
/*.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);                                                                                               
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/


  .owl-carousel .item img {
    width: 100%;  /* Ensure the image takes up the full width of the container */
    height: auto;  /* Maintain aspect ratio */
  }
  
  .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact_page .fa {
    float: right;
    background: #112e16;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-size: 20px;
    margin: auto;
  }
  .contact_page h3 {
    color: #112e16;
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .contact_page img {
    width: 400px;
  }
  /*.contact_page a {
    color: #9c3c09;
  }*/
  .contact_page a:hover {
    color: #000;
  }
  .innerpage .container {
    min-height: 550px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .innerpage .container h2 {
    text-align: center;
    background: linear-gradient(
      to right,
      #ffffff 26%,
      #e3c264 51%,
      rgb(255, 255, 255) 75%
    );
    line-height: 45px;
    margin-bottom: 10px;
    color: #000;
  }
  .innerpage .container h5 {
   /* text-align: center;*/
    padding-bottom: 0px;
    line-height: 30px;
    color: #112e16;
    font-weight: bold;
    font-size: 15px;
  }
  .innerpage .container h6 {
   /* text-align: center;*/
    padding-bottom: 0px;
    line-height: 5px;
    color: #112e16;
    font-weight: bold;
    font-size: 12px;
  }
  .innerpage .container h5 a {
    color: #000000;
    font-weight: bold;
  }
  .innerpage .inner_img {
    float: none;
    margin-left: 35px;
    margin-bottom: 15px;
    width: 500px;
    height: 400px;
    background: #fff;
    padding: 5px; /* border: dotted 1px #b9b9b9; */
    object-fit: cover;
    object-position: top;
  }
  .innerpage .principal_img {
    float: right;
    margin-left: 35px;
    margin-bottom: 15px;
    width: 360px;
    height: 448px;
    background: #fff;
    padding: 5px; /* border: dotted 1px #b9b9b9; */
    object-fit: cover;
    object-position: top;
  }
  .innerpage h5 {
    text-align: center;
    line-height: 35px;
    color: #f4120b !important;
  }
  .innerpage ul {
    margin-left: 15px;
  }
  .innerpage ul li {
    text-align: justify;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    list-style-type: disc;
    font-family: OpenSans-Regular;
  }
  .clr {
    clear: both;
  }
  .clr20 {
    clear: both;
    height: 20px;
  }
 
/* The Popup Div */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#8B0000;
  color: white;
  padding: 15px;
  text-align: center;
  display: none; /* Hidden by default */
  z-index: 9999;
  font-family: Arial, sans-serif;
  height:200px
}

.popup p {
  font-size: 1.2rem;
  margin: 0;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.close-btn:hover {
  color: black;
}
/*.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}*/
  .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  font-size: 24px;
  background-color: #064232;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  transition: opacity 0.3s;
}

.back-to-top:hover {
  background-color: #555;
}
.nav-link{
    transition: 0.5s ease-out;
}
 .dropdown:hover .dropdown-menu 
 {
     cursor:pointer;
      display: block;
    }
.nav-item
{
    cursor:pointer;
     text-underline-offset: 2px;
}
.nav-item  :hover {
  text-decoration: 2px solid underline !important;
  text-decoration-color: maroon !important;
  color:Maroon !important;
}