
#aboutus {
    padding: 93px 0;
}
#aboutus .creative-title {
    width: 600px;
    margin: auto;
    text-align: center;
    position: unset;
	margin-bottom: 50px;
}
#aboutus .creative-title p {
    text-align: inherit;
    margin-right: 0;
    font-size: 24px;
	margin-top: 8px;
}

#aboutus .about-paragraph {
    width: 1000px;
    margin: auto;
    text-align: center;
    line-height: 26px;
}
#aboutus .creative-title .line {
    width: 80px;
    height: 2px;
    background: var(--text-color);
    margin: auto;
    margin-top: 20px;
}
#mission-vision {
    padding: 95px 0;
    background-color: var(--text-color);
}
#mission-vision h3{
    color: var(--yellow);
    margin-bottom: 10px;
    font-size: 34px;
	font-weight:bold;
}
#mission-vision p {
    line-height: 26px;
    color: white;
    text-align: justify;
}
#mission-vision .row .col-lg-6 {
    padding-left: 170px;
}
.about-stu-img{
	position: relative;
}
.about-stu-img::after{
	position: absolute;
	content: '';
	bottom:-10px;
	width:1400px;
	height:20px;
	background-color:var(--text-color);
	right:0;
}
.bread-crumb-position .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.bread-crumb-position{
	    position: relative;
    top: -18px;
}
.breadcrumb{
	margin: 0;
}
.breadcrumb,
.about-bread p{
background-color: var(--yellow);
    color: white;
    padding: 5px 20px;
}
.breadcrumb li a{
	color: white;
}
.breadcrumb-item.active {
    color: var(--white);
}.breadcrumb-item+.breadcrumb-item::before {
 
    color: var(--white);

}
#mission-vision .row .col-lg-6{
	position: relative;
}
.vision {
    position: absolute;
    top: -10px;
    left: 30px;
}
.mission {
    position: absolute;
    top: -22px;
    left: 60px;
    width: 220px;
}
.inner-title h4{
	font-weight: bold;
	color: var(--text-color);
	font-size: 32px;
	border-bottom:2px solid var(--yellow);
	padding-bottom: 10px;
	width: fit-content;
	margin-bottom: 30px;
	
}
/*#president-msg{*/
/*  height: calc(100vh - 109px);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  background-image: linear-gradient(to top, var(--text-color) 20%, #ffff 20%);*/
/*  padding-top: 70px;*/
/*}*/
#president-msg {
  
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, var(--text-color) 10%, #ffff 10%);
    padding-top: 70px;
      height: -webkit-fill-available;
}



#prinsipal-msg .row p,
#president-msg .row  p{
    text-align: justify;
    margin-bottom: 1rem;
    line-height: 30px;
}
#president-msg .row  img{
    width: 450px;
    box-shadow: 40px -35px 0 -20px #faa74a;
    border-radius: 0 80px 0 0;
}
/*#president-msg .president-name{*/
/*	margin-top: 110px;*/
/*    text-align: end;*/
/*    color: var(--white);*/
/*}*/

#president-msg .president-name {
    margin-top: 70px;
    text-align: end;
    color: var(--white);
    position: relative;
    right: -350px !important;
}
#president-msg h3.president-name h3{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margn-bo: 10px;
    margin-bottom: 50px
}
#president-msg .president-name p{
	text-align: end;
	margin: 0;
	line-height: 28px;
}
#prinsipal-msg{
	padding:90px 0;
}
#prinsipal-msg img{
   border-radius: 80px 0 80px 0;
}
#prinsipal-msg .principal-name{
	margin-top: 30px;
	text-align: center;
	 margin-bottom: 30px;
}
#prinsipal-msg h4{
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#prinsipal-msg .principal-name p{
    text-align: center;
	
}
#prinsipal-msg .row .col-lg-6:first-child{
	text-align: center;
}
#prinsipal-msg .row .col-lg-6:last-child{
    margin-top: 30px;
}
#prinsipal-msg  .inner-title{
	margin-bottom: 30px;
}
.creative-title h6 {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-family: 'kanitmedium';
}
.creative-title h4 {
    font-weight: bold;
    font-size: 40px;
}
.president-name h3{
	font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}







	