* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: none;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper-secondary {
	width: 80%;
	margin: 0 auto;
}
#aboutus {
    padding: 166px 0;
    /* height: 460px; */
    /* background: linear-gradient(90deg, #032A58 43.86%, rgba(3, 42, 88, 0) 100%), url(../images/test.jpg); */
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#aboutus .wrapper {
}

#aboutus .title {
    width: 30%;
}

#aboutus .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
}

#aboutus .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
}

/* administration page style starts */

/* administration */

#collage-counsil {
    padding: 100px 0;
    background: #f9f9f9;
}

#collage-counsil .wrapper {
    width: 70%;
}

#collage-counsil .title {
    text-align: center;
    margin-bottom: 15px;
}

#collage-counsil .title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
    font-family: "poppinsregular";
    margin-bottom: 40px;
}

#collage-counsil .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #232323;
    font-family: "poppins-light";
}

#collage-counsil .top {
    width: 28%;
    margin: 0 auto 100px;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    min-height: 315px;
    padding: 24px;
    background-color: #fff;
}

#collage-counsil .top:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#collage-counsil .top .img-container {
    width: 90%;
    margin: 0 auto 20px;
}

#collage-counsil .top .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#collage-counsil .top .details {
}

#collage-counsil .top .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 5px;
}

#collage-counsil .top .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}

#collage-counsil .bottom {
    text-align: center;
    margin-top: 30px;
}

#collage-counsil .bottom h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #232323;
    font-family: "poppins-light";
    margin-bottom: 20px;
}

#collage-counsil ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

#collage-counsil ul li {
    width: 28%;
    padding: 24px;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    background-color: #fff;
}

#collage-counsil ul li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#collage-counsil ul li .img-container {
}

#collage-counsil ul li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#collage-counsil ul li .details {
    text-align: center;
    margin-top: 12px;
}

#collage-counsil ul li .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#collage-counsil ul li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}

/* Our Management */

#management {
    padding: 100px 0 124px;
    background: #1e2238;
}

#management .wrapper {
}

#management .top-title {
    text-align: center;
}

#management .top-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-family: "poppinsregular";
}

#management ul.card {
    flex-wrap: wrap;
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#management ul.card li {
    margin: 0 24px 24px 0;
    border-radius: 24px;
    width: 20%;
    min-height: 315px;
    padding: 24px;
}

#management ul.card li:hover {
    background: #ffffff;
}

#management ul.card li:hover .details h3,
#management ul.card li:hover .details span {
    color: #000000;
}

#management ul.card li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
}

#management ul.card li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 100px;
}

#management .details {
    text-align: center;
    margin-top: 12px;
}

#management .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    min-height: 56px;
    width: 90%;
    margin: 0 auto 8px;
}

#management .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #ffffff;
    opacity: 0.6;
}

/* Administrative staffs */

#administration {
    padding: 100px 0;
}

#administration .wrapper {
}

#administration .title {
    text-align: center;
}

#administration .title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
    font-family: "poppinsregular";
}

#administration ul.card {
    margin-top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

#administration ul.card li {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    width: 20%;
    background-color: #fff;
    padding: 25px 0px 20px;
}

#administration ul.card li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#administration ul.card li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
    border-radius: 12px;
}

#administration ul.card li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#administration ul.card li .details {
    text-align: center;
    margin-top: 12px;
}

#administration ul.card li .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#administration ul.card li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}
