
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/* NAVBAR CSS STARTED HERE */

#header {
  background-color: #074774;
  overflow: hidden;
}
.navbar {
  padding: 15px 0;
}
.navbar a {
  text-decoration: none;
}
.nav-item {
  font-size: 18px !important;
  color: white;
}
h2.logo {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
h2.logo strong {
  font-size: 35px;
  color: #edf828;
  font-weight: 600;
}
h2.center-logo {
  margin: 0 25px;
}
#navbarSupportedContent {
  justify-content: center;
}
ul.navbar-nav {
}
ul.navbar-nav li.nav-item {
  margin-right: 25px;
}
ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}
ul.navbar-nav li.nav-item a.nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #edf828;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #edf828;
}

/* Media Query for Responsive Design */
@media (max-width: 992px) {
  
  .navbar-nav li.nav-item {
    margin: 10px 0;
  }
  .navbar-nav {

    flex-direction: column; 
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-brand.d-block.d-lg-none,
  .navbar-brand.d-none.d-lg-block {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}


.dropdown:hover .dropdown-menu {
  background: linear-gradient(to right, #2bc0e4, #eaecc6);
}

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

.nav-item {
  position: relative;
}

#header {
  background-color: #074774;
  overflow: visible;
}

.dropdown-menu {
  display: none;
  background: linear-gradient(to right, #2bc0e4, #eaecc6);
  
  
}
.firstD{
  column-count: 3;
}
.stdC{
  column-count: 2;
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: relative;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .firstD{
    column-count: 1;
  }
  .dropdown-menu {
    z-index: 1000;
    background: linear-gradient(to right, #2bc0e4, #eaecc6);


  }
  #header {
    background-color: #074774;
    overflow: hidden;
    width: 100%;
    
  }
  .stdC{
    column-count: 1;
  }
  .dropdown-menu li {
    width: 100%;
  }

  .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 2rem;
  }

  .navbar-nav .nav-item.dropdown .navbar-toggler-icon {
    display: none; 
  }

  .navbar-nav .nav-item.dropdown.open .dropdown-menu {
    display: block;
  }
}

/* NAVBAR CSS ENDED HERE */





/* ICON AREA CSS STARTED HERE */

.icon-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
 width: 100%;
}


.icon-area .col-lg-2 {
  padding: 20px;
  text-align: center;

  border-right: 5px solid white;
}


.icon-area img {

  height: auto;
  
}


.icon-area h4 {
  margin-top: 10px;
  font-size: 16px;
  color: #fff; 
  text-decoration:none ;
}


@media (max-width: 768px) {
  .icon-area .col-lg-2 {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .icon-area .col-lg-2 {
    flex: 0 0 calc(100% - 20px);
  }
}

/* ICON AREA CSS ENDED HERE */




/* NON ACCADEMY SECTION CSS STARTED HERE */
.nonacca {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  padding: 10px;
}

.card {
  width: 45%;
  margin: 10px;
}



@media (min-width: 768px) {
  .card {
    width: 30%;
  }
}

/* NON ACCADEMY SECTION CSS ENDED HERE */





/* IMAGE GALLARY SLIDER CSS STARTED HERE */

ul,
menu,
li {
	list-style: none;
}

#container {
  position: relative;
  max-width: 100%;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://img.freepik.com/free-photo/orange-flowers-oil-paint-textured-background_53876-125221.jpg?t=st=1715339012~exp=1715342612~hmac=555058a8862495331f47026537b9d83fd40d208443fc91c8bfb8ff217b6bbca0&w=740");
  background-repeat: no-repeat;
  background-size: cover;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
}

#slider_container {
	position: relative;
	padding: 26px;
	width: 100%;
	overflow: hidden;
  z-index: 1000;
}
#slider {
  z-index: 1000;
	display: flex;
	margin: auto;
	width: 380px;
	height: 360px;
	/* background: #222; */
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 1); */
	border-radius: 3px;
}
#slider .inner {
	display: flex;
	transition: 0.5s ease-in;
}
#slider .inner li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 360px;
}
#slider .inner li .img_container {
	position: relative;
	width: 360px;
	height: 360px;
}
#slider .inner li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 360px;
	max-height: 360px;
	width: 320px;
	height: 210px;
	transition: all 0.5s;
}
#slider-controler {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
}
#slider-controler li {
	display: block;
	margin: 10px 3px 0;
	width: 24px;
	height: 24px;
	background-image: radial-gradient(
		rgba(216, 164, 109, 1) 30%,
		rgba(216, 164, 109, 0) 36%
	);
	background-color: rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #aaa;
}
#slider-controler li label {
	display: block;
	width: 100%;
	height: 100%;
}
#slider-controler li label:hover {
	cursor: pointer;
}







#image1:checked ~ #slider .inner {
	transform: translatex(0px);
}
#image2:checked ~ #slider .inner {
	transform: translatex(-380px);
}
#image3:checked ~ #slider .inner {
	transform: translatex(-740px);
}
#image4:checked ~ #slider .inner {
	transform: translatex(-110px);
}
#image5:checked ~ #slider .inner {
	transform: translatex(-1460px);
}
#image6:checked ~ #slider .inner {
	transform: translatex(-1800px);
}
#image7:checked ~ #slider .inner {
	transform: translatex(-2160px);
}
#image8:checked ~ #slider .inner {
	transform: translatex(-2520px);
}
#image9:checked ~ #slider .inner {
	transform: translatex(-2880px);
}
.pgImg{
	width: 100%;
	height: 100%;
}

#slider-controler li {
	background-position: 24px 0;
	transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1),
		transform 0.25s cubic-bezier(0.8, 0, 1, 1);
}


/* IMAGE GALLARY SLIDER CSS ENDED HERE */





/* MARQUEE CSS STARTED HERE */

.containX {
  position: relative;
  border: 1px solid #777;
  background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
  font-family: "Oswald", serif;
}

.containX,
.containX .headertext {
  padding: 7px;
  background-color: #fff;
  color: #626060;
  font-weight: bold;
}

.containX .headertext {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 10px;
  border-right: 1px solid #777;
  background: #c8102e;
  color: #fff;
  text-shadow: 1px 1px #111;
}


.containX marquee {
  line-height: 1.5;
}

.containX marquee p {
  margin: 0;
}


/* MARQUEE CSS ENDED HERE */


/* 
VIDEO CONTAINER CSS STARTED HERE */

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video {
  margin: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.ifrm {
  width: 200PX;
  height: 200px;
  border: none;
}


.bacca{
	width: 100%;
	height: 100%;
	object-fit: fill;
}


.first{
 
  height: 170px;
}


/* VIDEO CONTAINER CSS ENDED HERE */



/* BANNER CSS STARTED HERE */


.banner {
  background-image: url('https://img.freepik.com/premium-vector/blue-background-with-seamless-geometric-pattern_966734-74.jpg?w=740');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 25vh;
  max-height: 200px;
}

.page-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  font-weight: 2.5em;

}


/* BANNER CSS ENDED HERE */



/* CONATCT FORM CSS STARTED HERE */

.containZ {
  background: #F8F8F8;
  width: 900px;
  height: 650px;
  margin: 5% auto;
  box-shadow: 0px 0px 10px #C8C7D9;
  position: relative;
}
.containZ .map {
  width: 45%;
  float: left;
}
.containZ .contact-form {
  width: 53%;
  margin-left: 2%;
  float: left;
}
.containZ .contact-form .title {
  font-size: 2.5em;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 5% 8%;
}
.containZ .contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 4% 5% 8%;
}
.containZ .contact-form input,
.containZ .contact-form textarea {
  width: 330px;
  padding: 3%;
  margin: 2% 8%;
  color: #242424;
  border: 1px solid #B7B7B7;
}
.containZ .contact-form input::placeholder,
.containZ .contact-form textarea::placeholder {
  color: #242424;
}
.containZ .contact-form .btn-send {
  background: #A383C9;
  width: 180px;
  height: 60px;
  color: #F8F8F8;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}



.containZ {
  background: #79cc8f;
  width: 900px;
  height: 650px;
  margin: 5% auto;
  box-shadow: 0px 0px 10px #C8C7D9;
  position: relative;
}
.containZ .map {
  width: 45%;
  float: left;
}
.containZ .contact-form {
  width: 53%;
  margin-left: 2%;
  float: left;
}
.containZ .contact-form .title {
  font-size: 2.5em;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 5% 8%;
}
.containZ .contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 4% 5% 8%;
}
.containZ .contact-form input,
.containZ .contact-form textarea {
  width: 330px;
  padding: 2%;
  margin: 2% 8%;
  color: #242424;
  border: 1px solid #B7B7B7;
}
.containZ .contact-form input::placeholder,
.containZ .contact-form textarea::placeholder {
  color: #242424;
}
.containZ .contact-form .btn-send {
  background: #A383C9;
  width: 180px;
  height: 60px;
  color: #F8F8F8;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}




@media (max-width: 1280px) {
  .containZ {
      width: 90%;
      height: auto;
      margin: 5% auto;
  }
  .containZ .map,
  .containZ .contact-form {
      width: 100%;
      float: none;
      margin-left: 0;
  }
  .containZ .contact-form .title {
      font-size: 2em;
      margin: 5% 0;
  }
  .containZ .contact-form .subtitle {
      margin: 0 4% 5% 0;
  }
  .containZ .contact-form input,
  .containZ .contact-form textarea {
      width: 90%;
      margin: 2% 5%;
  }
  .containZ .contact-form .btn-send {
      width: 90%;
      margin: 2% 5%;
  }
}


/* CONATACT FRORM CSS ENDED HERE */





/* VIDEO CONATINER CSS STARTED HERE */

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video {
  margin: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.ifrm {
  width: 100%;
  height: 300px;
  border: none;
}

/* VIDEO CONATINER CSS ENDED HERE */




/* CONATCT SECTION STARTING RED BAR CSS STARTED HERE */
.contact-info {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.crd {
  position: relative;
  flex: 1;
  max-width: 300px;
  height: 140px;
  background-color: #8d4565;
  margin: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icn {
  font-size: 32px;
  color: #e8e8e8;
  transition: 0.3s linear;
} 

.crd:hover .icn {
  transform: scale(4);
  opacity: 0;
}

.crd-content h3,
.crd-content span {

  font-size: 16px;

} 

.crd-content h3 {
  top: 20px;
  text-transform: uppercase;
  color: #f7f4f4;
}

.crd-content span {
  bottom: 20px;
  color: #fff;
  font-weight: 500;
}



@media screen and (max-width: 900px) {
  .crd {
    flex: 100%;
    max-width: 500px;
  }
}

/* ONATCT SECTION ENDED RED BAR CSS ENDED HERE */



/* 
GALLARY FOLDER CSS STARTED HERE */

.heading {
  text-align: center;
  font-size: 2em;
  letter-spacing: 1px;
  padding: 40px;
  color: rgb(100, 7, 7);
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.view {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}


.transparent-box {
  height: 250px;
  width: 350px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}
.img-box:hover .view {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

/* GALLARY SECTION CSS ENDED HERE */





/* MORE GALLARY SECTION CSS STARTED HERE */

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}



.tz-gallery {
  padding: 40px;
}


.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}


/* MORE GALLARY SECTION CSS ENDED HERE */


/* 
STAFF GALLARY SECTION CSS STARTED HERE */

.galleryX {
  display: grid;
  margin: 3em 0;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-rows: 1fr;
  grid-gap: 1em;
  grid-auto-flow: dense;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  background-color: #b4edc3;
}

.staffImg {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
}

figcaption {
  text-align: center;
  margin-top: 10px;
}

.name {
  font-weight: bold;
  font-size: 1.2em;
}

.designation {
  font-style: italic;
}

@media screen and (max-width: 900px) {
  .galleryX {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .staffImg {
    width: 100%;
  }
}
/* STAFF GALLARY SECTION CSS ENDED HERE */