@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wrapper-section{
		background-image: url('./images/bg.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 100vh;
		position: relative;
}
body{
	 font-family: "Montserrat", sans-serif !important;
}
.content-main{
		position: absolute;
		bottom: 10%;
		width: 80%;
		color: #fff;
		background-color: rgba(29, 52, 65, 0.705);
		padding: 20px 40px 40px 40px;
		border-radius: 20px;
}
.about-title{
	padding-bottom: 20px;
	text-align: center;
	font-weight: 600;
}
.about-subtitle{
	line-height: 1.4;
}
.container-main{
	width: 80%;
	margin: auto;
}
.founder-image{
	width: 100%;
	border-radius: 10px;
	height: auto;
}
.about-section{
	padding: 80px 0px;
}
.message-subtext{
	margin-bottom: 11px !important;
}
.messege-title{
	font-weight: 600;
	color: #14155e;
}
.details-md h4{
	font-weight: 600;
	margin-bottom: 0px;
}
.details-md{
	padding-top: 10px;
}
.messege-sub-title{
	padding-bottom: 2px;
	padding-top: 7px;
	margin-bottom: 0px;
}
.h-image{
	width: 100%;
	border-radius: 10px;
}
.short-history{
	font-size: 24px;
	color: #0a1763;
}
.history-image{
	margin-bottom: 30px;
	background-color: #e7f1e193;
	border-radius: 10px;
	padding: 30px;
}
.histroy-sub{
	text-align: justify;
}
.short-history{
	margin-bottom: 25px;
}


.accordion-button:not(.collapsed){
	background-color: #cfdddd !important;
	border: none !important;
	border-radius: 30px !important;
}
.accordion-item{
	border: none !important;
	margin-bottom: 25px;
}
.accordion-button{
	background-color: #cfdddd !important;
	border: none !important;
	border-radius: 30px !important;
	padding: 20px 40px !important;
	font-weight: 500;
}
.accordion-collapse{
	/* border-left: 3px solid #0a1763 !important; */
	width: 80%;
	margin: auto;
	display: table;
	margin-top: 25px;
}
.accordion-body{
	padding-bottom: 0px !important;
}
.school-image{
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	max-height: 260px;
	min-height: 260px;
}
.schools{
	padding-top: 3%;
}
.school-name{
	font-weight: 500;
	color: #444447;
	margin-bottom: 4px;
	margin-top: 13px;
	font-size: 22px;
}
.icons i{
	font-size: 20px;
	color: #363738;
	margin-right: 5px;
	cursor: pointer;
}
.school-box{
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.details-school{
	padding: 10px 25px 25px 25px;
}
























.logo-main{
	width: 80px;
	margin: auto;
	display: table;
	padding-bottom: 15px;
}




@media (max-width:1550px) {
	.container-main{
		width: 90%;
		margin: auto;
	}
	.content-main {
    width: 90%;
	}
}



@media (max-width:991px) {
	.content-main {
    padding: 30px 30px;
	}
	.about-subtitle {
    line-height: 1.5;
    font-size: 14px;
		text-align: justify;
	}
	.founder-image{
		margin-bottom: 25px;
	}
	.messege-title {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.accordion-collapse{
		width: 100%;
		margin-top: 5px;
	}
	.message-subtext{
		text-align: justify;
	}
	.logo-main {
    width: 50px;
	}
	.about-title {
    font-size: 21px;
	}
}



































































