/*
CTC Separate Stylesheet
Updated: 2026-06-17 20:44:42
*/


html {
	scroll-behavior: smooth;
}

html body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	background:
		radial-gradient(circle at top, rgba(76, 45, 125, .32), transparent 38rem),
		linear-gradient(135deg, #08080c 0%, #17131f 48%, #08080c 100%);
	background-color: #08080c;
	color: #f4f4f4;
}



.site-main > .container {
	background: rgba(8, 8, 12, .72);
	border: 1px solid rgba(255, 255, 255, .06);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
	padding: 40px;
    margin-bottom:40px;
}


#bb4-primary-menu {
	width: 100%;
}
.navbar .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.site-branding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-hero {
	background-size: cover;
	background-position: center;
	position: relative;
}
.overlay {
	background-color: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.39;
}

.site-footer {
	background-color: transparent;
	border-top: none;
	padding: 35px 15px 25px;
}
.footer-menu {
	list-style: none;
	padding-left: 0;
	font-size: 15px;
}
.footer-menu a {
	color: #333;
}
.site-footer .social-icons i {
	font-size: 35px;
	padding: 15px;
}
.social-icons a {
	color: #111;
}
.copyright {
	background-color: #1c1c1c;
	padding: 5px;
}
.copyright a {
	color: inherit;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	...;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	...;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	...;
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	...;
}

/*Extra small devices portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	...;
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	...;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	...;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	...;
}
