* {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial,
		sans-serif;
}

.hero {
	height: 50vh;
	background: url("./img/Hero.jpg") center center no-repeat;
	background-size: cover;
	background-position-y: -150px;
}
.parallax {
	height: 200px;
	border-top: 2px solid rgb(104, 181, 129);
	border-bottom: 2px solid rgb(104, 181, 129);
	background: url("./img/parallax.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #000;
}

.nav-active a {
	color: rgb(104, 181, 129) !important;
	font-weight: 700;
}

.nav-text a {
	color: gray !important;
}

.roundEdge {
	border-radius: 40px;
}

.imageBorder {
	padding: 20px;
	border: 2px solid rgba(104, 181, 128, 0.445);
	filter: drop-shadow(6px 15px 22px #00000042);
}

.startAlign {
	padding: 15px;
	margin-left: 5%;
	text-align: start;
}

.small-Txt {
	font-size: small;
}

.large-Txt {
	font-size: larger;
	font-weight: 650;
}

.white {
	color: #fff;
}

.heading {
	font-size: 10vh;
}

/*Home Page*/

#sliderImg {
	color: whitesmoke;
	transform: translateY(-20%);
	filter: blur(3px);
}

.colHeading {
	text-align: start;
	padding-top: 20px;
	padding-left: 10px;
	margin-left: 10%;
	padding-bottom: 0;
	margin-bottom: 0;
}

.iframe-container {
	background-color: rgb(52, 58, 64);
	padding: 50px 0; /* Add vertical padding */
	text-align: center; /* Center content horizontally */
}
.iframe-container iframe {
	width: 90%; /* Width up to 90% of its container */
	height: 500px; /* Fixed height */
	border: none; /* Remove border */
}

.carousel-inner {
	height: 50vh; /* Set carousel height to 25% of the viewport */
}
.carousel-item img {
	object-fit: cover; /* Ensure images cover the area without stretching */
}
.carousel-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-80%);
	text-align: center;
	color: white; /* Ensure text is visible on dark images */
	font-size: 2vh;
}

.carousel-caption h1 {
	text-align: left;
	font-size: 7vh;
}

.carousel-caption p {
	text-align: left;
	width: 50%;
}

/*Awards*/
.quoteCont {
	height: 50vh;
	background: url("./img/Hero.jpg") center center no-repeat;
	background-size: cover;
	background-position-y: -150px;
}

.quote {
	width: 120vh;
	height: 35vh;
	padding: 50px;

	background-color: rgb(4, 99, 128);
	color: aliceblue;
	filter: drop-shadow(3px 3px 5px #ffffff);
}

.quote p {
	margin-top: -10px;
	font-size: 14px;
}

.quoteSym {
	background-color: rgb(4, 99, 128);
	padding: 20px;
	border-radius: 10px;
	color: #fff;
}

.timeline {
	--color1: #ff5000;
	--color2: #ffae00;
	--color3: #8ac900;
	--color4: #00aeff;
	--color5: #953fbb;
	--color6: #ba3a17;
	--color7: #00a0b4;
	margin-left: 100px;
	padding: 200px 0;
	font-family: "Montserrat";
	display: inline-flex;
}
.timeline-item {
	position: relative;
	width: 150px;
	height: 30px;
	display: inline-table;
}

.timeline-item:nth-child(1) {
	width: 75px;
}

.arrow-end {
	position: absolute;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.circle {
	position: absolute;
	background-position: center center;
	border-radius: 25px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 12px 0px #4d4d4d;
}

.timeline-item:nth-child(1) .circle {
	left: 0;
}

.inner-circle {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-color: #fff;
	box-shadow: inset 0px 0px 6px 0px #000;
}

.buble-content {
	overflow: hidden;
	text-align: center;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 12px 0px #4d4d4d;
	width: 185px;
	height: 150px;
}

.timeline-item:nth-child(odd) .buble-content {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	top: -150px;
}

.timeline-item:nth-child(even) .buble-content {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	bottom: -160px;
}

.timeline-item:nth-child(1) .buble-content {
	left: -75px;
}

.content-year {
	padding: 5px;
	color: #fff;
	font-size: 20px;
}

.timeline-item:nth-child(even) .content-year-bottom {
	position: absolute;
	width: 155px;
	bottom: 0;
}

.content {
	margin: auto 0;
	padding: 5px;
	color: #000;
	font-size: 18px;
	height: 60px;
	display: block;
	position: relative;
}

.content p {
	display: flex;
	height: 100%;
	margin: auto 0;
	font-size: 12px;
	flex-direction: column;
	justify-content: space-around;
}

.content-half-circle {
	position: absolute;
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 50px;
	height: 20px;
	z-index: 9999;
}

.timeline-item:nth-child(odd) .content-half-circle {
	top: -50px;
	left: 50%;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	box-shadow: 1px 10px 9px 0px #bbbbbb;
}

.timeline-item:nth-child(even) .content-half-circle {
	bottom: -70px;
	left: 50%;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	box-shadow: -1px -9px 9px 0px #bbbbbb;
}

.timeline-item:nth-child(1) .content-half-circle {
	left: 0;
}

.grey-line {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 80px;
	background-color: #b7b7b7;
}

.timeline-item:nth-child(odd) .grey-line {
	top: -30px;
	left: 50%;
}

.timeline-item:nth-child(even) .grey-line {
	bottom: -130px;
	left: 50%;
}

.timeline-item:nth-child(1) .grey-line {
	left: 0;
}

/*Tab Container*/
#content {
	max-width: 100%;
}
.tabContainer {
	height: 60vh;
	background: #fff;
	border: 0.45px solid #555;
	margin: 0 auto;
}
.tabContent {
	padding: 10px;
	text-align: left;
	min-height: 200px;
	color: black;
}
/* Hide all but first tab */
.tabContent > div:not(:first-child) {
	display: none;
}

.tabContainer > .tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.tabs li {
	float: left;
	display: flex;
	flex: 1;
}
.tabs a {
	position: relative;
	background: #cecfcf;
	border-top: 3px solid rgb(104, 181, 129);
	padding: 1em 0.5em;
	float: left;
	text-decoration: none;
	color: #000;
	margin: 0 0.1em 0 0;
	font-size: 1em;
	flex: 1;
	transition: all 0.35s ease;
}
.tabs a.active {
	border-top: 3px solid rgb(0, 255, 81);
	color: rgb(104, 181, 129);
	font-weight: 650;
	background: rgb(52, 58, 64);
}
.tabs a:hover {
	background: inherit;
	color: black;
	font-weight: 650;
}

/*Contact Us*/
.required {
	color: red;
}

.contactCont {
	max-width: 100%;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

label {
	font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

input[type="submit"] {
	background-color: rgb(104, 181, 129);
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #45a049;
}
