* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
}
/* General Heading Styles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif; /* Replace with the font of your choice */
	color: #333; /* Dark gray for readability */
	line-height: 1.2;
	margin: 0 0 10px;
  }
  

  /* Specific Heading Sizes */
  h1 {
	font-size: 2.5rem; /* Largest heading */
	font-weight: 700; /* Bold for prominence */
  }
  
  h2 {
	font-size: 2rem; /* Slightly smaller than h1 */
	font-weight: 600;
  }
  
  h3 {
	font-size: 1.75rem;
	font-weight: 600;
  }
  
  h4 {
	font-size: 1.5rem;
	font-weight: 500;
  }
  
  h5 {
	font-size: 1.25rem;
	font-weight: 500;
  }
  
  h6 {
	font-size: 1rem; /* Smallest heading */
	font-weight: 400;
  }
  
  /* Optional: Styling for Titles */
  .heading-title {
	font-size: 3rem;
	font-weight: 800;
	color: #0056b3; /* Custom color for a unique style */
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
  }
  .page_btn{
	width: 100%;
	float: left;
	margin-top: 10px;
  }
  .page_btn a{
	background: #0056b3;
	padding: 8px 20px;
	font-weight: 500;
	border-radius: 5px;
	color: #fff;
	font-size: 1.3rem;
  }
  .page_btn a:hover{
	background: #f58732;
  }
  
p {
	font-size: 16px;
	color: #2f2f2f;
	font-weight: 400;
	line-height: 1.5;
}
li {
	font-size: 16px;
	color: #2f2f2f;
	font-weight: 400;
	line-height: 1.5;
}

button {
	padding: 5px 10px;
	font-size: 18px;
	border-radius: 5px;
	border: 1px #ffffff solid;
	color: white;
	background: none;
	cursor: pointer;
}

button.button_1 {
	height: 38px;
	width: 130px;
	border: 1px white solid;
	margin: 0;
	color: white;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
}

a img:hover {
	opacity: .5;
	transition: .6;
}

button.button_1:hover {
	background: #0056a3;
	color: white;
}

/*Top Header */

/*Top Header */
#top-header {
    margin:0;
    margin-bottom: 0px;
    width: 100%;
	float: right;
	display: inline-table;
	background: #272782;
	padding: 0px 100px;
}

   .top-contact{
    width: 70%;
    float: left;
  }
  .top-contact {
    display: flex; 
    gap: 20px;    
    align-items: center; 
    font-size: 16px;
	margin-top: 5px;
}

.top-contact span {
    display: flex;
    align-items: center;
	color: #fff;
	margin-top: 5px;
}

.top-contact i {
    margin-right: 8px; 
}

.top-contact h6{
    margin: 0; 
    font-size: 15px; 
	font-weight: 300;
	color: #fff;
}
.top-contact a{
	color: #fff;
	font-size: 15px;
}

  .top-social{
    float: right;
    margin-right: 30px;
  }
  .top-social a i{
    text-align: left;
	margin-right: 20px;
	line-height: 2;
    font-size: 23px;
    color: #fff;
  }
  .top-social a i:hover,.top-contact a i:hover{
    color: #deaa00;
  }

.navigation {
	height: 85px;
	margin-top: 0px;
	width: 100%;
	float: left;
	padding: 10px 58px;
	text-align: center;
	background: #000a3353;
}

.brand {
	width: 15%;
	position: absolute;
	padding-left: 20px;
	float: left;
	line-height: 55px;
	z-index: 200;
}

.brand img {
	width: 100%;
}

.brand a, .brand a:visited {
	color: #ffffff;
	text-decoration: none;
}

.nav-container {
	max-width: 100%;
	margin: 0 auto;
}

nav {
	float: left;
	width: 100%;
	margin-right: 27px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

nav ul li {
	float: left;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 5px 10px;
}

nav ul li a,nav ul li h5{
	display: block;
	padding: 18px 10px;
	font-size: 1.1rem;
	line-height: 15px;
	font-weight: 500;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav ul li a {
	background: transparent;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav ul li h5:hover, nav ul li a:hover, nav ul li:visited:hover {
	border-bottom: 3px #f58732 solid;
	cursor: pointer;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

nav ul li a:hover, nav ul li a:visited:hover,nav ul li h5:hover {
	color: #f58732;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

ul .navbar-dropdown {
	background: #fff;
	padding: 5px;
	margin-top: 10px;
	margin-left: -20px;
	text-align: left;
}

nav ul li h5:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' \025BE';
	font-size: 20px;
	float: right;
}

nav ul li ul li {
	min-width: 300px;
}

nav ul li ul li a {
	padding: 5px;
	text-transform: capitalize;
	line-height: 10px;
	color:#232323 ;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-dropdown {
	position: absolute;
	display: none;
	padding-top: 50px;
	z-index: 1;
	box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}

.navbar-dropdown  li a {
	padding: 10px 10px;
}

.navbar-dropdown  li a:hover {
	border-bottom: none;
}
/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	height: 55px;
	width: 70px;
}

#navbar-toggle {
	position: absolute;
	left: 18px;
	top: 15px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#navbar-toggle .active {
	background: #fff;
}

#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #ffffff;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
	top: -10px;
}

#navbar-toggle span:after {
	bottom: -10px;
}

#navbar-toggle.active span {
	background-color: transparent;
}

#navbar-toggle.active span:before, #navbar-toggle.active span:after {
	top: 0;
}

#navbar-toggle.active span:before {
	transform: rotate(45deg);
}

#navbar-toggle.active span:after {
	transform: rotate(-45deg);
}

header {
	position: absolute;
	z-index: 20000;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
}

header .head {
	background: #002;
}

nav ul li a.current {
	border-bottom: 3px #f58732 solid;
	color: #f58732;
}

  	/*Sticky */
.sticky {
	position: fixed;
	top: 0;
	background-color: #262680;
	left: 0;
	width: 100%;
	z-index: 250;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

/* start home */

/*Banner*/
.banner{
	width: 100%;
	float: left;
	background-image: url("../images/slider/backgroud.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	border: 0px solid #fff;
	position: relative;
	z-index: 10;
	padding: 80px;
  }
  
  .banner:after{
	  content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .5;
	  z-index: -10000;
  }

.banner .b-cont{
	width: 100%;
	float: left;
	text-align: center;
}
.b-cont h5{
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
 .b-cont a{
	text-align: center;
	margin-top: 50px;
	background: #fff;
	color: #000;
	font-size: 25px;
	font-weight: 500;
	padding: 10px 20px;
}
.b-cont a:hover{
	color: #fff;
	border: 2px #fff solid;
	background: none;
}

/*FlexSlider */
#FlexSlider {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	top: 0;
  }
  .slider1{
	float: left;
	width: 100%;
	position: relative;
	z-index: 5000;
  }
  .slider1:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #020024;
	background: linear-gradient(0deg, #02002490 0%, #09097957 35%, rgba(0,212,255,0) 100%);
opacity: 0.6;
	z-index: -10;
  }
  .slider1 .flex-caption {
	width: 100%;
	float: left;
	margin-top: 0px;
	top: 58%;
    position: absolute;
	text-align: center;
	padding: 0 150px;
  }
  .slider1 .flex-caption h2 {
	color: #f3f3f3f3;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 1;
	text-transform: uppercase;
  }
  .slider1 .flex-caption h3 {
	color: #f3f3f3f3;
	font-size: 50px;
	font-weight: 600;
	margin-top: 100px;
	font-family: 'The Nautigal', handwriting;
	font-style: italic;
	margin-bottom: -22px;
	position: relative;
  }
  .slider1 .flex-caption h5 {
	color: #f3f3f3f3;
	font-size: 30px;
	font-weight: 600;
	margin: 2;
  }
  .slider1 .flex-caption p {
	color: #f3f3f3f3;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0px 200px;
	margin: 24px 0px;
  }
  .slider1 .flex-caption .btn{
	background: none;
	display: inline;
	width: auto;
	margin-top: 26px;
	position: relative;
  }
  .slider1 .flex-caption .btn a.donation-link{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: none;
	border-radius: 0px;
	padding: 10px 30px;
	margin: 20px 5px;
	color: white;
	border: 1px white solid;
  }
  .slider1 .flex-caption .btn a.donation-link2{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	background: #ffff;
	border-radius: 0px;
	padding: 10px 30px;
	margin: 20px 5px;
	color: #000150;
	border: 1px white solid;
  }
  .slider1 .flex-caption .btn a.donation-link:hover{
	background: #c39600;
	color: #fff;
  }
  .slider1 .flex-caption .btn a.donation-link2:hover{
	background: none;
	color: #fff;
  }
	
#mu-page-breadcrumb{
	background-image: url(../images/slider/backgroud.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 500px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 200;
}
#mu-page-breadcrumb:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #262680;
	opacity: 0.9;
	z-index: -10;
  }

  #mu-page-breadcrumb .mu-page{
	top: 50%;
	position: relative;
	text-align: center;
	color: #fff;
  }
  
  #mu-page-breadcrumb .mu-page h1{
	color: #fff;
  }
  #mu-page-breadcrumb .mu-page ul{
	padding: 0;
  }
#mu-page-breadcrumb .mu-page ul li{
	display: inline-block;
	margin: 5px;
	font-size: 1rem;
	color: #fff;
}

#mu-page-breadcrumb .mu-page ul li a{
	color: #fff;
	margin: 5px;
}
#mu-page-breadcrumb .mu-page ul li a:hover{
	border-bottom: 1px #f58732 solid;
	color: #f58732;
}

#demo {
	top: 87%;
	float: left;
	width: 100%;
	position: absolute;
}

.indicator {
	position: relative;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	z-index: 5000;
	left: 50%;
}

.indicator span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
	top: -30px;
	left: -30px;
	animation-delay: 0s;
}


@keyframes animate {
	0% {
		border-color: #ffffff;
		transform: translate(0,0);
	}

	100% {
		border-color: #fff;
		transform: translate(15px,15px);
	}
}


/* CTA Section */
#banner_cta {
	width: 100%;
	float: left;
	padding: 10px 150px;
  }
  .cta-ban{
	background-image: url(../images/slider/backgroud.webp);
	background-size:cover;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 20px;
	border-radius: 8px;
	margin: 10px auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 10;
	padding: 80px;
	width: 100%;
	border-radius: 20px;
	margin-top: -5%;
	float: left;
  }
  
  .cta-ban:after{
	  content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #121263;
		opacity: .9;
	  z-index: -10000;
	  border-radius: 20px;
  }
  /* CTA Content */
  .cta-ban .ban-1{
	width: 60%;
	float: left;
  }
  .cta-ban .ban-1 h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
  }
  
  /* CTA Button */
  .cta-ban .ban-2{
	margin-top: 1%;
  }
  .cta-button {
	display: inline-block;
	background: #ff5722;
	color: #fff;
	padding: 15px 30px;
	font-size: 1.2rem;
	font-weight: 600;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .cta-button:hover{
	background: #e64a19;
	transform: translateY(-3px);
  }
  

/*Welcome*/
#welcome{
	width: 100%;
	float: left;
	padding: 80px 150px;
}
#welcome .wel-content h1{
	font-size: 3rem;
	color: #0056b3;
}
#welcome .wel-content h5{
	text-transform: capitalize;
	font-size: 2.5rem;
	font-family: "Tangerine", serif;
	font-style: italic;
}

#welcome .wel-content{
	margin-top: 2%;
	width: 50%;
	float: left;
}
#welcome .wel-img{
	width:50%;
	float: right;
	padding: 20px;
	margin-top: 3%;
}
#welcome .wel-img iframe{
	border-radius: 20px;
}
#welcome .wel-img img{
	width: 100%;
	border-radius: 20px;
	display: none;
}
/* Why Choose Us Section */
.why-choose-us {
	text-align: center;
	padding: 20px;
	width: 100%;
	float: left;
	margin-top: 40px;
  }
  
  .why-choose-us h2 {
	font-size: 2.5rem;
	margin-bottom: 30px;
	font-weight: 500;
	color: #0056b3;
  }
  
  .why-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 50px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
  }
  
  /* Grid Items */
  .why-item {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .why-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .why-item .icon {
	font-size: 2.5rem;
	color: #ff5722;
	margin-bottom: 15px;
  }
  
  .why-item h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #333;
  }
  
  .why-item p {
	font-size: 1rem;
	line-height: 1.5;
	color: #555;
  }

  #ourvision{
	width: 100%;
	float: left;
	padding: 50px 150px;
	background-color: #f8f9fa;
  }
  #ourvision .vision-container {
	width: 100%;
	float: left;
  }
  #ourvision .vision-container .vision-img, #ourvision .value-container .value-img{
	width: 50%;
	float: right;
  }
  #ourvision .vision-container .vision-img img, #ourvision .mission-container .mission-img img,#ourvision .value-container .value-img img{
	width: 100%;
	height: 400px;
  }
  #ourvision .vision-container .vision-cont,#ourvision .mission-container .mission-cont{
	width: 50%;
	float: right;
	margin-top: 6%;
	padding: 30px;
  }
  #ourvision .mission-container {
	width: 100%;
	float: left;
	margin-top: -5px;
  }
  #ourvision .mission-container .mission-img{
	width: 50%;
	float: left;
  }
  #ourvision .value-container .value-cont{
	width: 50%;
	float: right;
	margin-top: 1%;
	padding: 30px;
  }
  #ourvision .value-container .value-cont ul{
	padding: 10px;
  }
  #ourvision .value-container .value-cont li{
	line-height: 1.5;
  }

/*Academic*/
/* Academic Grid Section */
#academic-grid {
	padding: 50px 150px;
	background-color: #f8f9fa;
	width: 100%;
	float: left;
  }
.heading-title h3{
	text-align: left;
	color: #000;
}
  .academic-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin: 40px auto;
  }
  
  /* Grid Items */
  .grid-item {
	position: relative;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, filter 0.3s ease;
	z-index: 10;
  }
  .grid-item:after{
	content: '';
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2, 0, 36, 0.953) 0%, rgba(9, 9, 121, 0.535) 35%, rgba(0,212,255,0) 100%);
	  opacity: .9;
	z-index: -10000;
}
  
  
  /* Background Images */
  .grid-item.preschool {
	background: url('../images/slider/student.webp') no-repeat center center/cover;
  }

  .grid-item.primary {
	background: url('../images/slider/slider1.webp') no-repeat center center/cover;
  }
  
  .grid-item.junior-high {
	background: url('../images/slider/slider1.webp') no-repeat center center/cover;
  }
  
  /* Hover Effect */
  .grid-item:hover {
	transform: scale(1.05); /* Slight zoom effect */
	filter: brightness(1.2); /* Brightens the image */
  }
  
  /* Content Styling */
  .grid-content {
	padding: 10px;
    border-radius: 8px;
    bottom: 1%;
    max-width: 90%;
    position: absolute;
  }
  
  .grid-content h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
  }
  
  .grid-content p {
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
  }
  .grid-content .page_btn a{
	background: #f58732;
	color: #fff;
  }
  .grid-content .page_btn a:hover{
	border: 1px #fff solid;
	background: none;
  }
/*CallTOAction*/
/* CTA Section */
#cta-section {
	width: 100%;
	float: left;
	padding: 10px 150px;
  }
  .cta-content{
	background-image: url(../images/slider/backgroud.webp);
	background-size:cover;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 20px;
	border-radius: 8px;
	margin: 10px auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 10;
	padding: 50px;
	width: 100%;
	border-radius: 20px;
	float: left;
  }
  
  .cta-content:after{
	  content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #121263;
		opacity: .9;
	  z-index: -10000;
	  border-radius: 20px;
  }
  /* CTA Content */
  .cta-content .cta-1{
	width: 60%;
	float: left;
  }
  .cta-content .cta-1 h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
  }
  
  .cta-content .cta-1 p {
	font-size: 1.1rem;
	line-height: 1.5;
	color: #fff;
  }
  /* CTA Button */
  .cta-content .cta-2{
	margin-top: 4%;
  }
  .cta-button {
	display: inline-block;
	background: #ff5722;
	color: #fff;
	padding: 15px 30px;
	font-size: 1.2rem;
	font-weight: 600;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .cta-button:hover,  .cta-link:hover {
	background: #e64a19;
	transform: translateY(-3px);
  }
  

/*Portifiolo*/
#gallery{
	width: 100%;
	float: left;
	padding: 50px;
	text-align: center;
  }
  #gallery hr{
	width: 50%;
  }
  
  #gallery h4{
	font-size: 2.6rem;
	margin: 0px;
  }
  
  #gallery .photo .photo-grid{
	margin-bottom: 20px;
	overflow: hidden;
  }
  
  #gallery .photo img:not(:last-child) {
	margin-bottom: 1rem;
  }
  
  #gallery .photo img {
	cursor: pointer;
	transition: opacity 400ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
  }
  
  #gallery .photo img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  
  #gallery .photo img {
	animation: rise 400ms ease-out backwards;
	animation-play-state: paused;
	animation-delay: 300ms;
  }
  #gallery .btn-sec{
	width: 100%;
	float: left;
	position: relative;

  }
  #gallery .btn-sec a.join-link{
	float: left;
	position: relative;
	left: 45%;

  }
  #gallery .btn-sec a.join-link:hover{
	color: #D10429;
	border: 1px #D10429 solid;
  }
  /* MEDIA QUERIES */
  /* Tablets */
  @media screen and (min-width: 480px) {
	.photo {
	  padding: 2rem 10% 10%;
  
	}
  }
  
  /* Small Screens, laptops */
  @media screen and (min-width: 768px) {
	/* HEADER */
   
	
	/*  SECTION */
	.photo {
	  columns: 2;
	  column-gap: 1rem;
	  padding: 20px;
	}
  }
  
  /* Desktop, large screens */
  @media screen and (min-width: 1024px) {
	.photo {
	  columns: 4;
	  column-gap: 1rem;
	  padding: 2rem 5% 0%;
	}
  }

  
  /*Sponsors*/
  #sponsors {
	padding: 20px 10%;
	width: 100%;
	height: 500px;
	text-align: center;
	position: relative;
	background-image: url("../images/slider/hartford.webp");
	background-size: cover; /* Ensures the background image covers the entire section */
	background-position: center;
	top: 0; 
	margin-top: 0px;
	margin-bottom: 20px;
	z-index: 9;
	float: left;
  }
#sponsors:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .3;
	width: 100%;
    z-index: -10;
}

  #sponsors  .event-grid h4 {
font-size: 17px;
font-weight: 300;
  }
  #sponsors .item .event-grid{
	padding: 20px;
  }
  #sponsors .owl-carousel .owl-stage-outer {
	margin-bottom: 50px;
  }
  #sponsors .cap-la h3{
	font-size: 35px;
	font-weight: 600;
	color: #fff;
  }
  #sponsors .owl-item {
	border-radius: 10px;
  }
  
/*Match Slider*/
.testimonials{
	width: 100%;
	float: left;
	padding: 80px 120px;
	background: #f3f3f3;
	text-align: center;
}

#customers-testimonials {
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: -100px;
}
#customers-testimonials  .owl-item .item{
	width: 100%;
}
.owl-item{
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;

}
/*Item Caption*/
#customers-testimonials {
	position: relative;
  }
  
  .item {
	position: relative;
	overflow: hidden;
  }
  
  .shadow-effect {
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .shadow-effect img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
  }
  
  .item-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000a2;
	padding: 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	height: 100%;
  }
  
  .item:hover .item-caption {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  .item-caption h4 {
	margin: 0;
	top: 50%;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
  }
  
  .item-caption p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	top: 50%;
	position: relative;
  }
  
  .item-caption2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	opacity: 1;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  
  .item-back:hover .item-caption2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  .item-caption2 h4 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
  }
  
  .item-caption2 span {
	display: block;
	font-size: 18px;
	margin-top: 5px;
  }
  
/*Item Caption*/

.owl-item:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	padding: 0;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}
	.shadow-effect {
		height: 310px;
	  }
	
	.owl-theme .owl-controls .owl-nav .disabled{ 
		opacity: 0.5; 
		cursor: default; 
	}
	#testimonial2 .owl-carousel .owl-item{
		background: none;
	}
	  
	.item .item-back{
		width: 100%;
		float: left;
		background-image: url("../images/slider/slider1.webp");
		background-size: cover;
		background-position: center;
		height: 300px;
		background-repeat: no-repeat;
		position: relative;
		z-index: 9;
	  }
	  .item .item-back:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background:#000;
		opacity: .3;
		z-index: -10;
	  }
	  #upcoming-events .event-container{
		width: 30%;
		display: inline-block;
		position: relative;
		padding: 10px;
	}
	#upcoming-events .owl-nav {
		margin-top: 20px;
		font-size: 40px;
		left: -35%;
	}
	 #upcoming-events .item .item-back .item-caption{
		background: none;
		text-align: center;
	  }
	
	
	.owl-carousel .owl-item .figure img {
		display: block;
		width: 100%; 
		height: 250px;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		transition: all 300ms;
	  }
	
	  .owl-carousel .owl-item  .figure:hover img {
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		transform: scale(1.4);
	}
	.owl-carousel .figure{
		height: 250px;
		overflow: hidden;
		position: relative;
		width: 100%;
	  margin-left: 0px;
	}
	 /*figure*/

	 /*Navbar*/
	.owl-prev,
	.owl-next {
	  bottom: -10%;
	  margin-left: 30px;
	  margin-top: 10px;
	}
	
	.owl-nav {
		margin-top: 20px;
		font-size: 40px;
		left: -44%;
		padding: 0px;
		text-align: right;
		position: relative;
		z-index: -100;
	  }
	
	button.owl-next {
		float: none;
	}
	
	.owl-item{
		background: none;
	  }
	
	button.owl-prev {
		float: none;
		margin-left: -20px;
		width: 20px;
	}
	
	/*Figure*/
	
	/*Department*/
	#Department{
		width: 100%;
		float: left;
	}
	#Department .depart_sec{
		padding: 50px 150px;
		width: 100%;
		float: left;
	}
	#Department .depart_sec .depart_img{
		width: 50%;
		float: right;
	}
	#Department .depart_sec .depart_img img{
		width: 100%;
		border-radius: 20px;
	}
	#Department .depart_sec .start-cont{
		margin-top: 10%;
		padding: 20px;
	}
	#Department .depart_sec .start-cont2{
		margin-top: 4%;
	}
	#Department .depart_sec .depart_content{
		width: 50%;
		float: left;
		padding: 30px;
	}
	#Department .depart_sec .depart_content ul li{
		list-style: decimal-leading-zero;
		line-height: 2;

	}
	#Department .depart_sec .depart_content ul li span{
		font-weight: 600;
	}

	#Department .depart_sec2{
		padding: 50px 150px;
		background: #f8f9fa;
		width: 100%;
		float: left;

	}
	#Department .depart_sec2 .depart_img{
		width: 50%;
		float: left;
	}
	#Department .depart_sec2 .depart_img img{
		width: 100%;
		border-radius: 20px;
	}
	#Department .depart_sec2 .depart_content{
		width: 50%;
		float: right;
		margin-top: 10px;
		padding: 20px;
	}
	#Department .depart_sec2 .depart_content ul li{
		list-style: decimal-leading-zero;
	line-height: 2;

	}
	#Department .depart_sec2 .depart_content ul li ul li{
		list-style:disc;
	line-height: 2;

	}
	#Department .depart_sec2 .depart_content ul li span{
		font-weight: 600;
	}

	
  /*Facilities*/

#features {
	max-width: 90%;
	margin: 40px auto;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
  }
  .features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	padding: 20px;
  }
  
  .features-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .features-card:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  
  .features-card i {
	font-size: 4.5rem;
	color: #262680;
  }
  
  .features-card h3 {
	font-size: 1.2rem;
	color: #000;
	margin: 15px 10px 10px;
  }
  
  /*Curriculum*/
  #curriculum{
	width: 100%;
	float: left;
	padding: 50px 250px;
  }
   .sub_nav{
	width: 25%;
	padding: 20px 0;
	float: left;
	background: #262680;
	border-radius: 10px;
  }
   .sub_nav ul{
	padding: 0px;
	margin-bottom: 20px;
  }
   .sub_nav ul li{
	line-height: 1;
  }
   .sub_nav ul li a{
	color: #fff;
	font-size: 1.2rem;
	width: 100%;
	display: block;
	padding: 10px;

  }
   .sub_nav ul li a:hover{
	background: #f58732;
	color: #ffff;
  }
   .sub_nav  .Admission{
	padding: 30px 10px;
  }
   .sub_nav  .Admission a{
	background: #f58732;
	color: #fff;
	padding: 13px 10px;
	text-align: center;
	font-size: 1.4rem;
	margin-top: 10px;
	width: 100%;
	float: left;
  }
   .sub_nav  .Admission a:hover{
	background: #f0791d;
  }
   .sub_nav  .Admission h3,   .sub_nav h3{
	color: #fff;
	text-align: center;
  }
   .sub_nav hr{
	outline: 0px;
	color: #fff;
	margin: 10px;
  }

  #curriculum .curriculum_sec{
	width: 70%;
	float: right;
	padding: 10px;
  }
  #curriculum .curriculum_sec ul li{
   list-style: decimal-leading-zero;
   line-height: 2;
  }
  #curriculum .curriculum_sec ul li span{
	font-weight: 600;
	display: block;
  }

  /*Academic Calendar*/
  /* Academic Calendar Section */
  #calendar{
	width: 100%;
	float: left;
	padding: 50px 150px;
	background-color: #f4f4f4;
  }
.academic-calendar {
	text-align: center;
  }
  
  .academic-calendar h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #0056b3;
  }
  
  .academic-calendar p {
	font-size: 1.2rem;
	margin-bottom: 30px;
	color: #555;
  }
  
  /* Table Styling */

  .calendar-table {
	width: 70%;
	float: right;
	max-width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .calendar-table thead {
	background-color: #262680;
	color: #fff;
  }
  
  .calendar-table th, .calendar-table td {
	border: 1px solid #ddd;
	padding: 15px;
	text-align: left;
	font-size: 1rem;
  }
  
  .calendar-table th {
	font-weight: bold;
  }
  
  .calendar-table tr:nth-child(even) {
	background-color: #f4f4f4;
  }


  /*Club Activities*/
  /* Club Activities Section */
  #club{
	width: 100%;
	float: left;
	padding: 50px 150px;
  }
.club-activities {
	width: 70%;
	float: right;
	text-align: center;
	padding: 50px 20px;
	background-color: #f9f9f9;
  }
  
  .club-activities h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #0056b3;
  }
  
  .club-activities p {
	font-size: 1.2rem;
	margin-bottom: 40px;
	color: #555;
  }
  
  /* Club Grid */
  .club-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .club-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .club-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .club-item img {
	width: 100%;
	height: 150px;
	object-fit: cover;
  }
  
  .club-item h3 {
	font-size: 1.3rem;
	margin: 5px 0;
	color: #0056b3;
	font-weight: 400;
  }
  
  .club-item p {
	font-size: 1rem;
	margin-bottom: 15px;
	color: #555;
  }
  /*Facilities*/
  /* Facilities Section */
.school-facilities {
	text-align: center;
	padding: 50px 20px;
	background-color: #f9f9f9;
  }
  
  .school-facilities h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #0056b3;
  }
  
  .school-facilities p {
	font-size: 1.2rem;
	margin-bottom: 40px;
	color: #555;
  }
  
  /* Facilities Grid */
  .facilities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .facility-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .facility-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .facility-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
  }
  
  .facility-item h3 {
	font-size: 1.5rem;
	margin: 15px 0;
	font-weight: 500;
	color: #0056b3;
  }
  
  .facility-item p {
	font-size: 1rem;
	margin-bottom: 15px;
	color: #555;
  }
  /*Enroll*/
  #home-banner{
	width: 100%;
	float: left;
	padding: 50px 200px;
  }
#home-banner .appointment-page{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#home-banner h3{
	font-size: 2rem;
	
}
#home-banner .app-radio {
	display: inline-flex;
    gap: 1rem;
    float: left;
  }
  
  #home-banner .appointment-form .app-radio label {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0.25rem; /* Space between radio button and label */
  }
  
  #home-banner .appointment-form h6{
	font-size: 2rem;
  }
  #home-banner .app-radio input[type="radio"] {
	margin-right: 0.25rem;
  }
  
  #home-banner .appointment-form label {
    font-weight: 400;
    color: #333333;
    position: relative;
    margin-top: 0px;
	margin-bottom: 0px;
    display: block;
    text-align: left;
}
  
  .appointment-form input,
  .appointment-form select,
  .appointment-form textarea {
	width: 100%;
	padding: 0.5rem;
	margin-top: 0.3rem;
	border-radius: 4px;
	border: 1px solid #cccccc;
  }
  
  #home-banner  .appiont button {
	background-color: #f58732;
	color: #ffffff;
	padding: 0.75rem;
	border-radius: 4px;
	border: none;
	width: 30%;
	cursor: pointer;
	margin-top: 1rem;
  }
  
  #home-banner .appiont button:hover {
	background-color: #f47615;
  }
  
  /* Example CSS to prevent hiding */
.disabled {
	opacity: 0.5; /* Lower opacity if desired */
	pointer-events: none; /* Prevent clicking */
  }
  
  /*Admission*/
  /* Admission Requirements Section */
.admission-requirements {
	padding: 50px 150px;
	background-color: #f9f9f9;
	color: #555;
	width: 100%;
	float: left;
  }
/*New */
/* Modal styles */
.admission-requirements .modal {
	display: none;
	position: fixed;
	z-index: 50000;
	left: 0; top: 0;
	width: 100%; height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
	font-family: Arial, sans-serif;
  }
  
  .admission-requirements .modal-content {
	background-color: #fff;
	margin: 5% auto;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	position: relative;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  
  .admission-requirements .modal-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	background: #000150;
	padding: 25px;
  }
  
  .admission-requirements .school-logo {
	width: 20%;
	height: auto;
	border-radius: 5px;
  }
  
  .admission-requirements .school-logo img{
	width: 100%;
  }
 .admission-requirements .modal-content h2 {
	margin: 0;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
  }
  
  .admission-requirements .welcome-text {
	font-size: 15px;
	margin-bottom: 15px;
	color: #444;
  }
  
 .admission-requirements .modal-content label {
	display: block;
	margin: 20px 0;
	font-size: 14px;
  }
  
 .admission-requirements .modal-content textarea {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: none;
  }
 #whatsappForm{
	padding: 20px;
  }
  
 .admission-requirements .whatsapp-send {
	background-color: #25D366;
	color: white;
	padding: 12px 20px;
	margin-top: 15px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
  }
  
 .admission-requirements .whatsapp-send:hover {
	background-color: #1ebe5d;
  }
  
  .admission-requirements .close {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	background-color: #d9534f; /* Bootstrap-like red */
	padding: 4px 10px;
	border-radius: 50%;
	line-height: 1;
	transition: background-color 0.3s ease;
  }
  
  .admission-requirements .close:hover {
	background-color: #c9302c;
  }
  .admission-requirements .whatsapp-trigger {
	background-color: #25D366;
	color: white;
	border: none;
	padding: 12px 20px;
	margin-bottom: 40px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
  }
  .admission-requirements p {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 40px;
  }
  .addmission_grid{
	width: 40%;
	display: inline-grid;
  }
  .admission-section h3 {
	font-size: 1.3rem;
	margin-bottom: 15px;
	color: #333;
  }
  
  .admission-section ul, .admission-section ol {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
  }
  .admission-section p{
	text-align: left;
  }
  .admission-section ul li, .admission-section ol li {
	font-size: 1rem;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
	line-height: 1.6;
  }
  
  .admission-section ul li:before {
	content: "\2022";
	color: #0056b3;
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	top: 0;
  }
  
  .admission-section ol li {
	counter-increment: list;
	padding-left: 30px;
  }
  
  .admission-section ol li:before {
	content: counter(list) ".";
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #0056b3;
  }
  
  /*Admission*/

  .admission-sec-page {
	display: flex;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	min-height: 100vh;
	width: 100%;
    float: left;
  }
  
  
.admission-sec-page .admission-content {
	flex: 70%;
	padding: 80px;
  }
  
  
.admission-sec-page .admission-content h2 {
	color: #1a4b7d;
	margin-bottom: 20px;
  }
  
  
.admission-sec-page .admission-content h3,
  
.admission-sec-page .admission-content h4 {
	margin-top: 30px;
	color: #1a4b7d;
  }
  
  
.admission-sec-page .admission-content ul {
	margin: 15px 0 10px 20px;
	list-style: none;
  }
  
  
.admission-sec-page .admission-content ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
  }
  
  
.admission-sec-page .admission-content ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: green;
  }
  
  
.admission-sec-page .admission-content a {
	color: #1a4b7d;
	text-decoration: none;
  }
  
  .admission-image {
	flex: 30%;
	background: #e6eef6;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .admission-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  /*Fees*/
  /* Fee Policy Section */
.fee-policy {
	padding: 50px 150px;
	background-color: #f9f9f9;
	color: #555;
	line-height: 1.8;
	width: 100%;
	float: left;
  }
  
  
  .fee-policy p {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 40px;
  }
  
  .fee-section h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #333;
  }
  
  .fee-section ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
  }
  
  .fee-section ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
  }
  
  .fee-section ul li:before {
	content: "\2022";
	color: #0056b3;
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	top: 0;
  }
  
  .fee-section a {
	color: #0056b3;
	text-decoration: none;
  }
  
  .fee-section a:hover {
	text-decoration: underline;
  }
  
  
  /*Blog*/
  #news{
	width: 100%;
	float: left;
	padding: 50px 150px;
  }
  #news h2{
	text-align: center;
	margin-top: 40px;
	font-size: 3.5rem;
	font-weight: 500;
	margin-bottom: 30px;
  }
  #news h4{
	text-align: center;
	margin-top: 10px;
  }
  #news .event-container{
	width: 60%;
	float: left;
  }
  #news .item-caption h5{
	color: #fff;
	margin-top: 30%;
  }
  #news .new_cont{
	width: 35%;
	float: right;
	background: #f3f3f3;
	padding: 30px;
	margin-top: 29px;
	border-radius: 20px;
	overflow: scroll;
	overflow-x: scroll;
	height: 430px;
  }
  
  #news .news-container .new_cont h3{
	color: #f58732;
	font-size: 1.2rem;
	font-weight: 400;
  }
  #news .news-container .new_cont p{
	color: #000;
	margin: 0;
  }
  #news .news-container .new_cont .new_container{
	padding: 10px;
  }
  #news .news-container .new_cont .new_container:hover{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background: #fff;
  }
 
  .event-grid {
	overflow: hidden;
	border-radius: 10px;
	transition: transform 0.3s ease;
	background-color: #fff;
  }
  
  .event-grid img {
	width: 100%;
	height: 280px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	margin-top: -47px;
  }
  
  .event-date-overlay {
	position: relative;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px;
	width: fit-content;
	z-index: 200;
  }
  
  .event-grid:hover img {
	transform: scale(1.05);
	opacity: 0.8;
  }
  #customers-testimonial2 {
    margin-top: -79px;
}
.event-details {
	padding: 15px;
	text-align: left;
  }
  
  .event-details h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0 5px;
	color: #000;
  }
  
  .event-details p {
	font-size: 16px;
	margin: 0px;
	color: #666;
  }
  /* Blog Page Section */
.blog-page {
	text-align: center;
	padding: 50px 150px;
	background-color: #f9f9f9;
	margin-top: 30px;
	width: 100%;
	float: left;
  }

  
  .blog-page h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #0056b3;
  }
  
  .blog-page p {
	font-size: 1.2rem;
	margin-bottom: 40px;
	color: #555;
  }
  
  /* Blog Grid */
  .blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	max-width: 90%;
	margin: 0 auto;
  }
  
  .blog-post {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .blog-post:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .blog-post img {
	width: 100%;
	height: 250px;
	object-fit: cover;
  }
  
  .blog-post h3 {
	font-size: 1.5rem;
	margin: 1px 0;
	padding: 0px 10px;
	font-weight: 500;
	color: #0056b3;
	text-align: left;
  }
  
  .blog-post p {
	font-size: 1rem;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #555;
	padding: 0px 10px;
	text-align: left;
  }
  
  .read-more {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 15px;
	background-color: #0056b3;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1rem;
	transition: background-color 0.3s ease;
  }
  
  .read-more:hover {
	background-color: #003d82;
  }
  
  /*Contact*/
  /* Contact*/
#contactForm {
	margin: 0;
	padding: 80px 200px 0px;
	margin-bottom: 50px;
	top: 20%;
	width: 100%;
	float: left;
	z-index: 210;
}


#contact .cont-txt p{
	font-size:18px;
	padding: 0px 20%;
}


.contact {
	width: 60%;
	float: left;
	height: 750px;
	padding: 20px;
	background: #e9f5ff;
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14),
		0px 0px 19px 14px rgba(0,0,0,0.03);
	border: 0px solid rgba(0,0,0,0);
}
.contact  h3{
	font-size: 30px;
	font-weight: 400;
	margin: 10px;
}

.contact {
	left: 90px;
}

.contact .form-btn1 span,.appiont span, .new-btn span {
	display: none;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 16px;
}
span#newsletter-error {
    width: 100%;
    float: left;
    color: #fff;
}
span#news-status{
	display: none;
}

.contact form span , .book-section span{
	color: red;
}

.new-btn {
	font-size: 16px;
	color: #fff;
}

.new-btn {
	display: inline;
}

.contact form span i {
	color: #D10429;
	font-size: 16px;
}

form  .form-btn1 button,.form-btn2 button {
	cursor: pointer;
	border: 2px #ffffff solid;
	background-color: #000;
	border-radius: 30px;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	width: 35%;
	padding: 15px 20px;
}
/* Form Inputs */

.contact form #contact-us {
	min-height: 400px;
}

.contact .form {
	outline: none;
	border: 0.5px solid rgb(193, 193, 193);
	border-radius: 3px;
	width: 100%;
	padding: 14px 10px;
	font-weight: 300;
	font-size: 15px;
	margin: 10px auto;
	background: #f4f4f4;
}

.contact textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 200px;
	min-height: 150px;
}

.form-btn1 {
	font-size: 20px;
	font-weight: normal;
	color: white;
	margin-top: 10px;
	height: auto;
}
.small{
	width: 40%;
	float: right;
	border: 5px #fff solid;
}
.small iframe{
	width: 100%;
	height: 750px;
}

#contact-info{
	width: 100%;
	float: left;
	padding: 0 12rem;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
  }
  
  .map-container {
	margin-bottom: 0;
  }
  .contact-details{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 0;
	background: #eee;
	padding: 20px 0px;

  }

  
  .contact-item {
	margin-top: 7%;
  }
  
  .contact-item a {
	color: #646464;
	font-size: 1rem;
	text-decoration: none;
  }
  .contact-item i{
	font-size: 2rem;
	margin-bottom: 20px;
	letter-spacing: 10px;
  }
  .contact-item i:hover{
	color: #262680;
  }
  .hours-operation ul {
	list-style: none;
	padding: 0;
  }
  .contact-item p{
	margin: 0;
  }
  .contact-item h3{
	margin: 20px;
  }
  .contact-item ul li{
	color: #646464;
	line-height: 1.3;
  }

/**End Contact **/

form  button {
	cursor: pointer;
	border: 2px #ffffff solid;
	background-color: #e64a19;
}

form button:hover {
	color: #f47615;
	background-color: white;
	border: 2px #f47615 solid;
}

#thank-you-page {
  text-align: center;
  padding: 50px;
  max-width: 600px;
  margin: 0 auto;
}

#thank-you-page  h1 {
  font-size: 2em;
  color: #D10429;
  margin-bottom: 20px;
}

#thank-you-page  #thank-you-page  p {
  font-size: 1em;
  line-height: 1.6;
}

.confirmation-message {
  margin-top: 20px;
}

.return-btn {
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #D10429;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
}

.return-btn:hover {
  background-color: #1c7000;
}

.social-media-links {
  margin-top: 30px;
  font-size: 0.9em;
}

.social-media-links a {
  color: #D10429;
  text-decoration: none;
  margin: 0 5px;
}

.social-media-links a:hover {
  text-decoration: underline;
}
  /* WhatsApp icon */
  #whatsappWidget {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
  }
  
  .whatsapp-button {
	background: #25D366;
	color: white;
	border: none;
	border-radius: 50px;
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .whatsapp-button i {
	font-size: 40px;
	margin-right: 8px;
  }
  
  .whatsapp-button .caption {
	font-size: 13px;
	text-align: left;
  }
  
  .chat-box {
	display: none;
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 280px;
	background: white;
	border: 1px solid #ddd;
	border-radius: 10px;
	flex-direction: column;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }
  
  .chat-header {
	background: #262680;
	color: white;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	align-items: center;
  }
  
  .chat-logo {
	width: 35px;
	height: 35px;
	margin-right: 10px;
  }
  
  .chat-title {
	flex-grow: 1;
	font-size: 17px;
  }
  
  .close-btn {
	background: none;
	border: none;
	font-size: 20px;
	color: white;
	cursor: pointer;
  }
  
  .chat-body {
	padding: 10px;
	display: flex;
	flex-direction: column;
  }
  .chat-body p {
    font-size: 15px;
    text-align: left;
    background: beige;
    width: 80%;
    padding: 10px;
    border-radius: 20px;
}
  .chat-body textarea {
	resize: none;
	height: 60px;
	padding: 5px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
  }
  
  .send-btn {
	background: #25D366;
	color: white;
	padding: 8px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  }

  
/*scrollToTop*/
.scrollToTop {
	position: fixed;
	bottom: 90px;
	border-radius: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	color: #fff;
	z-index: 80000;
	display: none;
}
.scrollToTop i:hover{
color: #00ccff;
}
 /*Footer*/


ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.flex-rw {
	display: flex;
	flex-flow: row wrap;
}

footer {
	width: 100%;
	float: left;
	padding: 30px 10px;
	background: #262680;
}


.footer-list-top {
	width: 23%;
	margin-left: 20px;
	margin-bottom: 0;
}
.footer-list-top:nth-child(1){
	width: 25%;
}
.footer-list-top:nth-child(2){
	margin-top: 20px;
}
.footer-list-top h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
	margin: 0px;
	color: #fff;
	margin-left: -10px;
	margin-top: 0px;
}

.footer-list-top > li a {
	width: 100%;
	text-transform: capitalize;
	font-size: 0.9rem;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
}

.footer-list-top a:hover {
	text-decoration: underline;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
	color: #fff;
}

.footer-list-top p {
	font-size: 0.9rem;
	color: #fff;
	width: 100%;
	line-height: 25px;
	margin-top: -10px;
}

.footer-list-top p i {
	margin-right: 10px;
	color: #fff;
}

.footer-list-top a i {
	margin-right: 20px;
	color: #fff;
	font-size: 25px;
}

.footer-list-top a i:hover {
	color: #deaa00;
}

.footer-list-top p i a {
	font-size: 16px;
}

.footer-list-top p a {
	color: #fff;
	font-size: 17px;
}

.footer-list-top  img {
	width: 80%;
	padding: 20px 0px;
	margin-left: -15px;
  margin-top: -20px;
}

.footer-list-top .logo-txt p{
	font-size: 15px;
	line-height: 1.3;
}
.footer-list-anchor {
	font: 1.3em "Open Sans", sans-serif;
}

.foot3 {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 2px #86868695 solid;
	margin: 20px 60px;
}

.foot3 p {
	font-size: 1rem;
	font-weight:500;
	color: #fff;
	margin: 0px;
	width: auto;
	float: left;
	display: inline-flex;
	margin-top: 20px;
}

.foot3 a {
	font-size: 14px;
	font-weight:500;
	color: #fff;
	margin-left: 10px;
	float: right;
	margin-top: 20px;
}

.foot3 a:hover {
	border-bottom: 1px #fff solid;
	color: #fff;
}