

/* ======= Common Css ========= */

body{
	overflow-x: hidden;
}
:focus-visible {
	outline: none !important;
}
section{
	padding: 50px 0;
}

a{
    text-decoration: none !important;
}
.c-white{
    color: #fff !important;
}
.c-black{
    color: #0000 !important;
}
.bg-black{
    background-color: #000 !important;
}
.para2 {
	font-size: 18px;
	font-weight: bold;
}
.site-btn {
	background-image: linear-gradient(to right, #FE5D37, #17a2b8);
	padding: 8px 30px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	border-radius: 30px;
	border: medium !important;
}
.site-btn:hover i {
	margin-left: 6px;
	transition: 0.5s;
}
.site-btn:hover {
    background-image: linear-gradient(to right, #17a2b8, #FE5D37);
    color: #fff;
}
.title-line span {
	background: #FE5D37;
	width: 80px;
	height: 2px;
}
.title-line {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.title-line h2{
	margin: 0;
}
.title1 {
	font-size: 28px;
	font-weight: bold;
	color: #17a2b8;
}
.title2 {
	font-size: 40px;
	font-weight: bold;
	color: #00394f;
}
.title3 {
	font-size: 22px;
	font-weight: bold;
	color: #00394f;
}

.site-line{
	background-image: linear-gradient(to right, #FE5D37, #17a2b8);
	width: 100%;
	height: 2px;
}
/* ================= Home page ====================== */

/* ----------- top header --------- */

.top-header {
	background: #17a2b8;
	padding: 5px 0;
	color: #fff;
}
.top-cont {
	display: flex;
	gap: 20px;
}
.top-cont a {
	/*color: #fff;*/
	margin-left: 5px;
}
.top-cont a:hover {
	color: #fff;
}
.top-social {
	justify-content: end;
}
.top-social li a {
	width: 30px !important;
	height: 30px !important;
	font-size: 16px !important;
}
.topbar-header{
    padding: 10px 0;
}
.logo img{
	width: 100px;
}
.logo {
	display: flex;
	align-items: center;
	gap: 16px;
}
.logo span {
	font-size: 22px;
	font-weight: bold;
	/*color: #00394f;*/
	text-transform: uppercase;
	word-spacing: 4px;
}
.logo p {
	/*color: #00394f;*/
	margin: 0;
}
.re-blog {
	padding: 15px;
}
.top-secont-content p {
	font-weight: bold;
}
/* .top-head {
	display: flex;
	align-items: center;
	justify-content: center;
} */


/* -------- Header ----- */
.header {
	background: black;
    padding: 5px 0;
}
.navbar-nav a {
	/*color: #fff;*/
    font-weight: bold;
}
.header #navbarCollapse {
	gap: 50px;
}

.banner-swiper .swiper-wrapper{
    height: 500px;
}

.banner-swiper .swiper-slide{
    position: relative;
    background-size: cover;
    background-position: center;
}
.banner-swiper .swiper-slide::before {
	background-color: rgba(0, 0, 0, 0.37);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.slide-content {
	position: relative;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	align-items: center;
	height: 100%;
}

.slide-content h2 {
	color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}


/* --------- Banner ------- */

.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
}
.banner-swiper .swiper-button-next::after, .banner-swiper .swiper-button-prev::after {
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.banner-swiper .swiper-pagination-bullet-active {
	background: #fff !important;
}
.banner-swiper .swiper-pagination-bullet {
	background: #000;
	opacity: 1 !important;
}

.notice-board h3 {
	background: #FE5D37;
	padding: 10px;
	text-align: center;
}

.blog-img img {
	width: 100px;
}
.notice-wrap {
	padding: 10px 20px;
	border-bottom: 1px solid #FE5D37;
	display: flex;
	gap: 20px;
}
.notice-wrap h4 {
	font-size: 18px;
}
.notice-wrap p {
	font-size: 14px;
	margin: 0;
}
.blog-btn {
	margin-top: 20px;
	text-align: center;
}
.notice-board {
/*	border-bottom: 1px solid #FE5D37;*/
	height: 100%;
}

.blog-img i {
	background: #17a2b8;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: #fff;
}
/* -------- facilities ------- */
.facilities-sec .col-lg-4{
	margin-bottom: 20px;
}
.cont-adr i {
    color: #fff !important;
}
.facilities{
	margin-bottom: 50px;
}
.facilities-img img {
	width: 100%;
	height: 230px;
}
.facilities-cont {
	padding: 20px;
	text-align: center;
}
.facilities-wrap {
	border-bottom: 2px solid #FE5D37;
	border-top: 0 !important;
	height: 100%;
	
}
.home-fac .facilities-wrap {
	border-bottom: 2px solid #FE5D37;
	border-top: 0 !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 25px;
}

/* ----- Our mission ----- */

.mission-txt p span {
	font-family: "Handlee", cursive;
	font-weight: bold;
	line-height: 1.2;
	color: #00394f;
	font-size: 35px;
	text-transform: capitalize;
	background: #ecf1f7;
}
.mission-txt {
	margin-bottom: 40px;
}
.mission-content h5 {
	margin-bottom: 30px;
}
.mission-list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0;
}
.mission-list ul li {
	background: #fff;
	padding: 6px 20px;
	border-radius: 15px;
}
.mission-list {
	display: flex;
	justify-content: space-between;
}
.mc{
	padding-right: 50px;
}
.our-mission {
	background: #ecf1f7;
}
.extra-wrap .card{
	height: 100%;
}
.facilities-wrap:hover {
	box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45) !important;
}

.g-img img {
	width: 100%;
}
/* --------- Footer ------- */

.ftr-logo img {
	width: 100px;
}
.ftr-logo span {
	font-size: 17px;
}
.ftr-img .col-4 {
	padding: 5px;
}
.footer-links-soi {
	display: flex;
	gap: 10px;
	
	list-style: none;
}
.footer .text-primary {
    color: #17a2b8 !important;
	font-weight: bold;
}
.footer-links-soi li a {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}
.footer-links-soi li a:hover{
	color: #fff;
}
.fb {
    background-color: #1877F2;
    color: #fff;
}
.tw {
    background: #14171A;
    color: #ffff;
}
.yTube {
    background: #FF0000;
    color: #fff;
}
.ins {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}
.wtsp {
	background: #18e32e;
	color: #fff;
}

.Copyright {
	padding: 8px 0;
}

.quick-link a{
	transition: .3s;
}
.quick-link a:hover{
	letter-spacing: 1px;
}

/* ================================================================================
---------------------- About page 
================================================================================ */
.inner-banner {
	min-height: 100px;
	padding: 0;
	display: flex;
	align-items: center;
	text-align: center;
}
.inner-banner .display-3 {
	font-size: 40px;
}

.about-sec2 {
	background-color: #f8f9fa;
}
.cd {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
/* ======================== school facilities ======================= */
.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.app-form input, .app-form textarea {
	padding: 10px 10px;
	width: 100%;
	border-radius: 8px;
	border: none
}


/* ======================== fee structure ======================= */

.fee-structure {
	background: #ecf1f7;
}
.fee_wrap h3 span {
	background: #ecf1f7;
}
.app-form button {
	margin-top: 20px;
	width: 100%;
}
.app-form h2 {
	text-align: center;
	margin-bottom: 30px;
}
.appointment-form {
	background: #ecf1f7;
}
.fee_wrap {
	text-align: center;
}
.fee_wrap p {
	font-size: 25px;
	font-weight: bold;
	color: #00394f;
}

.fee-table th {
	background: #00394f;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
}
.w200{
	width: 250px;
}
.fee-table td {
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
}

.table-bg tr:first-child {
	background: #00394f !important;
}
.table-bg tr:nth-child(2n+1) {
	background: #FE5D37;
	color: #fff;
}
.table-bg tr:nth-child(even) {
	background: #17a2b8;
	color: #fff;
}

.fee-table {
	margin: 40px auto;
	width: 100%;
}

.fee-form {
	background: #17a2b8;
	padding: 40px;
	width: 50%;
	margin: 0 auto;
	border-radius: 10px;
}
.fee-form input, .fee-form select {
	padding: 20px 30px;
	width: 100%;
	border-radius: 8px;
	border: none;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	color: #666666;
}
.inner-banner{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact-banner::before {
	background-color: rgba(0, 0, 0, 0.37);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.recent-blog {
	margin-top: 45%;
}
.inner-banner::before {
	background-color: rgba(0, 0, 0, 0.37);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.fee-form h3 {
	text-align: center;
	margin-bottom: 20px;
}

.fee-banner::before{
	background-color: rgba(0, 0, 0, 0.37);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.inner-banner .container {
	position: relative;
	z-index: 999;
}

.holiday-table {
	margin: 0 auto;
	margin-top: 50px;
	width: 100%;
}
.holiday-table th {
	padding: 20px 30px;
	font-size: 16px;
	text-transform: uppercase;
}
.holiday-table td {
	padding: 7px 30px;
}
.p-name {
	float: right;
	margin-top: 10px;
}

.block-holiday {
	margin-top: 50px;
}
.block_holiday_wrap li {
	background: #ecf1f7;
	list-style: none;
	padding: 25px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 10px;
}
.block_holiday_wrap {
	margin-top: 50px;
}
.teacher-wrap {
	max-width: 61%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}


.teacher-card {
	position: relative;
	margin-bottom: 25px;
}
  
.image {
	display: block;
	width: 100%;
	height: auto;
}
  
  .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.37);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
  }
  
  .teacher-card:hover .overlay {
	height: 100%;
  }
  
  .text {
	color: white;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	/* left: 50%; */
	/* -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); */
	/* transform: translate(-50%, 0); */
	text-align: center;
	width: 100%;
	padding: 20px;
  }

  .teacher-info strong {
	width: 50%;
	text-align: left;
	font-size: 18px;
  }

  .text h3{
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
  }
  .text p {
	font-size: 15px;
	margin-bottom: 0;
}
.teacher-info {
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #fff;
}

.school-prayer-part {
	background-color: #f8f9fa !important;
	padding: 30px;
	width: 80%;
	margin: 0 auto;
	margin-top: 50px !important;
}
.ftr-icon i{
	width: 45px;
	height: 45px;
}

/* ======= gallery ================= */

.lb-outerContainer {
	width: 61% !important;
	height: 400px !important;
}
.lb-image {
	width: 100% !important;
	height: 400px !important;
}
.lb-nav a.lb-prev {
	opacity: 1 !important;
}
.lb-nav a.lb-next {
	opacity: 1 !important;
}


/* ========= addmission form ======== */
.addmission-form{
	background: #ecf1f7;
}
.result-section{
	background: #ecf1f7;
}
.result-form {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.result-form select, .result-form input {
	background: #fff;
	border: none;
	padding: 8px 12px;
	color: #666666 !important;
}
.add-content {
	text-align: center;
}
.instructors-bg {
	padding: 40px;
}
.principle-message .row{
	background-color: #f8f9fa !important;
	border-radius: 20px;
}
.instructor-grad-bg img{
	width: 100%;
	border-radius:20px 0 0 20px ;
}
.t-wrap {
	width: fit-content;
	margin: 0 auto;
}
.filled {
	border-bottom: 2px solid black;
	width: fit-content;
	margin: 15px auto;
}
.add-form{
	margin-top: 50px;
}
.asterix {
	font-size: 20px;
	color: red;
}
.add-form .row {
	margin-bottom: 20px;
}
.declaration {
	margin-top: 50px;
	text-align: center;
}
.t-wrap {
	border-radius: 0;
}
.form-logo {
	width: 150px;
	margin-bottom: 20px;
}


/* ======================= School Uniform ================== */

.uniform-bg {
	background-image: url('/img/uniform/yellow1.webp');
	width: 100%;
	height: 300px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-out;
}
.uniform-bg:hover {
	background-image: url('/img/uniform/yellow2.png');
}
.uniform-bg {
	/* border: 1px solid black; */
	border-radius: 10px;
}
.uniform-wrap {
	text-align: center;
	padding: 20px;
}
.uniform-content {
	border: 2px solid gray;
	padding: 0 10px;
}
.instructors-content {
	padding: 0 20px;
}


/* ================= principal desk ======== */

.principal-desk .title-line {
    margin-bottom: 50px;
}
.principal-content h4 {
    font-size: 20px;
    font-weight: bold;
}
.principal-content h5 {
    font-weight: bold;
}
.principal-card img {
    width: 100%;
    margin-bottom: 10px;
}
.principal-card {
    text-align: center;
    border-bottom: 2px solid #FE5D37;
}

.hostel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hostel-image img {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}
.school-shap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 0;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}


.facility-img img {
	width: 400px;
}
.school-shap h5 {
	font-weight: bold;
}

.schoolfac-wrap img{
	width: 100%;
}

.lib-img img {	
	width: 100%;
	height: 230px;
}
.year-select select {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.year-select {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.student-info {
	display: flex;
	gap: 20px;
}
.student-info strong {
	width: 80px;
}
.card.student-card img {
	width: 300px;
}
.card.student-card {
	width: fit-content;
}

.sport-img img {
	width: 100%;
}
.sport-para {
	margin-bottom: 50px;
	border-bottom: 2px solid #FE5D37;
}
.sport-info{
	padding: 50px 0;
}
.sport-img-info img {
	width: 100%;
	height: 250px;
}
.sport-swiper .swiper-button-prev, .sport-swiper .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
}
.sport-swiper .swiper-button-prev::after, .sport-swiper .swiper-button-next::after {
	font-size: 22px;
	font-weight: bold;
}

.about-sec .img-fluid {
	border-radius: 44% !important;
	border: 3px solid;
}
.transportation .col-lg-6{
	margin-bottom: 25px;
}
.transportation-wrap {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	background-color: #fff;
	padding: 10px;
	border-radius: 6px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
	border-bottom: 3px solid #4c5a7d;
	flex-direction: column;
}

.transportation-wrap h5 {
	color: green;
	font-weight: bold;
	border-bottom: 1px solid green;
	text-align: center;
	width: fit-content;
	margin: 0 auto 20px;
}
.transportation-wrap ul li {
	margin-bottom: 8px;
	transition: .3s;
}
.transportation-wrap ul li:hover {
	border-bottom: 1px solid #17a2b8;
	width: fit-content;
}
.transportation-wrap h4 i {
	margin-right: 5px;
}

.uniforn-info {
	margin-bottom: 50px;
}
.lib-img {
	border: 1px solid black;
}
.lib-img h5 {
	text-align: center;
	padding: 9px 0 0;
}
.attendence-info ol li {
	margin-bottom: 20px;
}

/* ======================== Feedback ========================== */

.feedback-form {
	max-width: 60%;
	margin: 0 auto;
}
.input-area label, .input-area input,.input-area textarea{
	width: 50%;
}
.input-area{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.query-info {
	display: flex;
	align-items: center;
	gap: 15px;
}
.query-info p{
	margin: 0 0 0 10px;
}

.feedback-sec{
	background: url('images/img/feedback-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.input-area input, .input-area textarea {
	background: transparent;
	border: 1px solid #000;
	padding: 4px 10px;
	border-radius: 10px;
}

.input-area input[type="checkbox"] {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.input-area label {
	font-size: 18px;
	font-weight: bold;
}

.input-area .form-control:focus {
	background-color: transparent;
	border-color: #000;
}
.syllabus-table th, .syllabus-table td {
	border: 1px solid #000;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.syllabus-table {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.syllabus-sec span {
	color: #FE5D37;
}
.syllabus-table a {
	font-size: 15px;
	font-weight: bold;
	color: #17a2b8;
}