/* 
    Theme: Govt. High School Chahitra
    Author: Lynxsia IT Solutions
    Website: www.lynxsia.com
*/
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
	letter-spacing: 0.031rem;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #020424;
	overflow-x: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

li {
	list-style-type: none;
}

a,
a:hover {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

button,
button:hover,
button:focus,
button:active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

strong {
	font-weight: 600;
}

.line-clamp-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fs-7 {
	font-size: 0.65rem;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.display-lg {
	font-size: 4rem;
}
.text-border {
	-webkit-text-stroke: #020424 1px;
}

.text-pink {
	color: #fa7199;
}
.text-blue {
	color: #90e0ef;
}

.header,
.footer {
	background: #8e0e00;
	background: -webkit-linear-gradient(to bottom, #8e0e00, #1f1c18);
	background: linear-gradient(to bottom, #8e0e00, #1f1c18);
	min-height: 10rem;
}

.header .logo {
	width: 3rem;
}
.title {
	font-size: 1.25rem;
}
.subtitle {
	font-size: 0.75rem;
}
.text {
	font-size: 0.5rem;
}

.bs-dark {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}
.text-th-dark {
	color: #020424;
}

.page-container {
	max-width: 992px;
	margin-left: auto;
	margin-right: auto;
}

.theme-navbar {
	min-height: 2.5rem;
	padding: 0;
	margin: 0;
	background: #f46b45;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.theme-navbar .theme-nav {
	margin: 0 0.5rem;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.theme-navbar .theme-nav .theme-nav-item {
	height: 100%;
	padding: 0;
	margin: 0;
}
.theme-navbar .theme-nav .theme-nav-item .theme-nav-link {
	padding: 0.25rem 1rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f46b45;
	color: #fff;
	font-weight: 600;
	font-size: 0.75rem;
	transition: all 0.25s ease-in-out;
}
.theme-navbar .theme-nav .theme-nav-item .theme-nav-link:hover {
	background: #c8401a;
	color: #cdcfed;
	transition: all 0.55s ease-in-out;
}
.theme-navbar .theme-nav .theme-nav-item .theme-nav-link.active,
.theme-navbar .theme-nav .theme-nav-item .theme-nav-link.active:hover {
	background: #c8401a;
	color: #cdcfed;
	transition: all 0.55s ease-in-out;
}

@media screen and (max-width: 320px) {
	.col-xs {
		width: 100%;
	}
}

@media screen and (min-width: 320px) {
	.header .logo {
		width: 2.5rem;
	}
	.title {
		font-size: 1.15rem;
	}
	.subtitle {
		font-size: 0.65rem;
	}
	.text {
		font-size: 0.55rem;
	}
}
@media screen and (min-width: 425px) {
	.text-border {
		-webkit-text-stroke: #020424 2px;
	}
	.header .logo {
		width: 4rem;
	}
	.title {
		font-size: 1.5rem;
	}
	.subtitle {
		font-size: 1rem;
	}
	.text {
		font-size: 0.75rem;
	}
	.theme-navbar .theme-nav .theme-nav-item .theme-nav-link {
		font-size: 0.9rem;
	}
}
@media screen and (min-width: 550px) {
	.header .logo {
		width: 4.5rem;
	}
	.title {
		font-size: 1.75rem;
	}
	.subtitle {
		font-size: 1.25rem;
	}
	.text {
		font-size: 1rem;
	}
}
@media screen and (min-width: 720px) {
	.header .logo {
		width: 4.75rem;
	}
	.title {
		font-size: 2rem;
	}
	.subtitle {
		font-size: 1.25rem;
	}
	.text {
		font-size: 1rem;
	}
}
@media screen and (min-width: 992px) {
	.header .logo {
		width: 5rem;
	}
	.title {
		font-size: 3rem;
	}
}
