
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
line-height:1.7;
font-size:20px;
background:#f4f6f9;
}

/* container */

.container{
width:90%;
max-width:1100px;
margin:auto;
}

/* header */

header{

background:linear-gradient(90deg,#0f2027,#203a43,#2c5364);
color:white;
text-align:center;
padding:40px 0;

}

header h1{
font-size:32px;
margin-bottom:10px;
}

.tagline{
font-size:20px;
opacity:0.9;
}

/* sections */

section{
padding:50px 0;
}

section h2{
margin-bottom:20px;
color:#1e3c72;
}

.about p,
.vision p{
margin-bottom:20px;
}

/* footer */

footer{
background:#203a43;
color:white;
text-align:center;
padding:20px;
margin-top:30px;
}

/* responsive */

@media(max-width:768px){

body{
font-size:20px;
}

header h1{
font-size:26px;
}

}


.breadcrumb{

background:#e9eef3;
padding:12px 0;
font-size:20px;

}

.breadcrumb a{

color:#1e3c72;
text-decoration:none;
font-weight:500;

}

.breadcrumb span{

color:#555;

}

.breadcrumb a:hover{
text-decoration:underline;
}

.about{
padding:20px 0 50px 0;
}