/* Header */
#head { background: url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:#e9920a; line-height:1.15em; } 
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}



/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }		
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }		




	.hero {
			background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/students4.jpeg");
			background-size: cover;
			background-position: center;
			height: 80vh;
			display: flex;
			align-items: center;
			text-align: center;
			color: #fff;
			position: relative;
		}

		.hero-content {
			max-width: 1000px;
			margin: 0 auto;
			padding: 20px;
		}

		.hero-title {
			font-size: 4.5rem;
			font-weight: 700;
			margin-bottom: 30px;
			color: #e9920a;
			text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
		}

		.hero-subtitle {
			font-size: 1.8rem;
			margin-bottom: 40px;
			line-height: 1.6;
		}

		.hero-btn {
			display: inline-block;
			padding: 18px 45px;
			background: #e9920a;
			color: #fff;
			border-radius: 30px;
			text-decoration: none;
			font-weight: 600;
			font-size: 1.3rem;
			transition: all 0.3s ease;
			margin: 10px;
		}

		.hero-btn:hover {
			background: #fff;
			color: #e9920a;
			transform: translateY(-3px);
			text-decoration: none;
		}

		/* Mission Section */
		.mission-section {
			padding: 80px 0;
			background: #fff;
		}

		.mission-quote {
			font-size: 2.4rem;
			color:rgb(14, 13, 13);
			font-weight: 300;
			line-height: 1.4;
			margin-bottom: 30px;
			font-style: italic;
		}

		.mission-text {
			font-size: 1.7rem;
			color: #666;
			line-height: 1.5;
		}

		/* Services Section */
		.services-section {
			padding: 80px 0;
			background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("images/students3.jpeg");
			background-size: cover;
			background-position: center;
			background-attachment: fixed;
			color: #fff;
		}

		.section-title {
			text-align: center;
			margin-bottom: 60px;
		}

		.section-title h2 {
			font-size: 3rem;
			color: #fff;
			margin-bottom: 30px;
			font-weight: 600;
		}

		.service-card {
			background: rgba(255, 255, 255, 0.95);
			padding: 40px 30px;
			border-radius: 15px;
			box-shadow: 0 10px 30px rgba(0,0,0,0.2);
			text-align: center;
			transition: all 0.3s ease;
			margin-bottom: 30px;
			min-height: 350px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			backdrop-filter: blur(5px);
		}

		.service-card:hover {
			transform: translateY(-10px);
			background: #fff;
		}

		.service-icon {
			font-size: 3.5rem;
			color: #e9920a;
			margin-bottom: 25px;
		}

		.service-title {
			font-size: 1.8rem;
			color: #333;
			margin-bottom: 20px;
			font-weight: 600;
		}

		.service-text {
			font-size: 1.3rem;
			line-height: 1.6;
			margin-bottom: 25px;
			color: #666;
		}

		.service-link {
			color: #e9920a;
			text-decoration: none;
			font-weight: 600;
			transition: all 0.3s ease;
			font-size: 1.2rem;
		}

		.service-link:hover {
			color: #333;
			text-decoration: none;
		}

		/* Team Section */
		.team-section {
			padding: 80px 0;
			background: #fff;
		}

		.team-card {
			text-align: center;
			margin-bottom: 30px;
		}

		.team-image {
			width: 200px;
			height: 200px;
			border-radius: 50%;
			margin: 0 auto 20px;
			overflow: hidden;
			box-shadow: 0 10px 30px rgba(0,0,0,0.1);
		}

		.team-image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.team-name {
			font-size: 1.6rem;
			color: #333;
			margin-bottom: 10px;
			font-weight: 600;
		}

		.team-role {
			font-size: 1.2rem;
			color: #666;
			font-style: italic;
		}

		/* CTA Section */
		.cta-section {
			padding: 70px 0;
			background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("images/students.jpeg");
			background-size: cover;
			background-position: center;
			background-attachment: fixed;
			color: #fff;
			text-align: center;
		}

		.cta-title {
			font-size: 3rem;
			margin-bottom: 30px;
		}

		.cta-text {
			font-size: 1.4rem;
			margin-bottom: 40px;
			max-width: 800px;
			margin-left: auto;
			margin-right: auto;
		}

		@media (max-width: 768px) {
			.hero {
				height: 60vh;
			}

			.hero-title {
				font-size: 3rem;
			}

			.hero-subtitle {
				font-size: 1.4rem;
			}

			.mission-quote {
				font-size: 2rem;
			}

			.service-card {
				min-height: auto;
				padding: 30px 20px;
			}

			.section-title h2 {
				font-size: 2.4rem;
			}
		}
		.social-section {
				padding: 40px 0;
				background: #f8f9fa;
			}
			.social-links {
				display: flex;
				justify-content: center;
				gap: 30px;
			}
			.social-link {
				font-size: 2rem;
				color: #666;
				transition: all 0.3s ease;
				width: 60px;
				height: 60px;
				border-radius: 50%;
				background: #fff;
				display: flex;
				align-items: center;
				justify-content: center;
				box-shadow: 0 4px 10px rgba(0,0,0,0.1);
			}
			.social-link:hover {
				transform: translateY(-5px);
				color: #e9920a;
				text-decoration: none;
			}
