html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    font-family: 'Arial',sans-serif;
}
body {
    margin: auto 0px;
    padding: 0;
}
.container2 {
    display: block;
    text-align: center;
    border: 0px solid red;
    height: auto;
    background: #08524B;
    position: sticky;
    top: 0px;
    z-index: 1;
}
.container {
    display: block;
    text-align: center;
    border: 0px solid red;
    height: auto;
    padding: 10px;
}
.imageslide {
  width: 100%;
  background: #08524B;
  z-index: 2;
  border-bottom: 2px solid #08524B;
}

.slider-wrapper {
  position: relative;
}
.slider {
  display: flex;
  width: 100%;
  overflow-x: auto;              
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;            
}
.slider::-webkit-scrollbar {
  display: none;                 
}
.slider img {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  display: block;
  scroll-snap-align: start;
}

.slider-nav {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;       
  display: flex;
  gap: 0.5rem;
}
.slider-nav a {
  width: 0.15rem;      
  height: 0.15rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.7;
  transition: opacity 250ms ease;
}
.slider-nav a:hover {
    opacity: 1;
}
#banner {
    width: 100%;
    border: 0px solid blue;
}
#banner2 {
    width: 100%;
    border: 0px solid blue;
}
#banner3 {
    width: 100%;
    border: 0px solid blue;
}
#banner4 {
    width: 100%;
    border: 0px solid blue;
}
.imgmvg {
	float: left;
	margin-right: 30px;
	width: 270px;
	height: auto;
	margin-bottom: 10px;
	border-radius: 20px;
	border: 0px solid red;
}
.c-left {
    display: inline-block;
    width: 50%;
    text-align: center;
    border: 0px solid blue;
    height: auto;
    padding: 10px;
}
.container3 {
    display: block;
    text-align: center;

}
.c-left2 {
    display: inline-block;
    width: 65%;
    text-align: left;
    border: 0px solid blue;
    height: auto;
    padding: 25px;
    vertical-align: top;
}
.c-right2 {
    display: inline-block;
    width: 30%;
    text-align: center;
    border: 0px solid blue;
    height: auto;
    padding: 10px;
    vertical-align: top;
}
a {
    color: white;
    text-decoration: none;
    padding: 10px;
    font-family: tahoma;
}
a:hover {
    color: #12B5A6;
}
#banner {
    width: 100%;
    height: auto;
    border: 0px solid blue;
}
h1, h2 {
    color: #176661;
}
.login-form {
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
    border: 2px solid #176661;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.txt1 {
    width: 100%;
    font-size: 18px;
    font-family: arial;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #176661;
    margin: 10px 0;
    padding: 10px;
    box-shadow: 2px 2px 5px #aaa;
}
.btn1 {
    background: #176661;
    width:100%;
    font-size: 18px;
    border: 2px solid #176661;
    border-radius: 10px;
    padding: 10px;
    color: white;
    margin: 5px 0;
    cursor: pointer;
}
.btn1:hover {
    opacity: 0.7;
}
.btn1:active {
    transform: scale(0.98);
}

.p_details {
    text-indent: 30px;
    font-family: arial;
    color: #444547;
    line-height: 1.9;
    font-size: 18px;
}
.p_details2 {
    text-indent: 30px;
    font-family: arial;
    color: #444547;
    line-height: 1.5;
    font-size: 18px;
}
.mission {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    border: 2px solid #176661;
    padding: 25px;
    border-radius: 25px; 
}
.img-class {
    margin-top: 20px;
    display: inline-block;
    width: 24%;
    text-align: center;
    border: 0px solid blue;
    height: auto;
    padding: 10px;
    vertical-align: top;
}
.img3 {
    width: 100%;
    height: auto;
    border: 3px solid rgba(33,204,120,0.7);
	border-radius: 20px;
}
.corevalues{
    display: inline-block;
    width: 47%;
    text-align: left;
    border: 0px solid blue;
    height: auto;
    padding: 25px;
    vertical-align: top;
}
.stone {
    display: block;
    margin: 0 auto;
    width: 370px;
    height: auto;
}
.h2abtus {
    color: #7FDBFF;
}
.img7abtus {
    float: right;
    margin-left: 20px;
    width: 290px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 3px solid rgba(33,204,120,0.7);
}
.wordscv {
    text-indent: 30px;
    font-family: arial;
    color: #ffdab9;
    line-height: 1.9;
    font-size: 18px;
}
.container3 {
    display: block;
    text-align: center;
    border: 0px solid red;
    height: auto;
    padding: 10px;
    background: url("slide4.png");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.graduates{
    width: 63%;
    display: inline-block;
    border-radius: 20px;
    padding: 20px;
    background-color: rgba(8, 82, 75, 0.7);
    vertical-align: middle;
}
.graduates2 {
    display: inline-block;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
}
.img11{
    width: 100%;
    height: auto;
}
.wordscv1 {
    text-indent: 30px;
    font-family: arial;
    color: #ffdab9;
    line-height: 1.6;
    font-size: 18px;
}
.important {
    display: block;
    text-align: center;
    border: 0px solid red;
    height: auto;
    padding: 10px;
    background: url("slide5.png");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
	padding-top: 75px;
	padding-bottom: 75px;
}
.cv2 {
    display: block;
    border: 0px solid red;
    width: auto;
    height: auto;
}
.c1 {
    display: inline-block;
    border: 0px solid green;
    width: 40%;
    height: auto;
}
.c2 {
    display: inline-block;
    border: 0px solid green;
    width: 58%;
    height: auto;
    vertical-align: top;
    padding: 20px;
}
.images {
    width: 100%;
    border-radius: 20px;
    border:3px solid rgba(33,204,120,0.7);
    height: auto;
}
.wordscv3 {
    font-family: arial;
    color: #ffdab9;
    line-height: 1.9;
    font-size: 18px;
}
.imgc {
    width: 400px;
    height: 400px;
    border: 3px solid rgba(33,204,120,0.7);
	border-radius: 20px;
    margin-top: 20px;
}
.c {
    display: block;
    width: 100%;
    height: 50%;
}
.mission1 {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    border: 2px solid #176661;
    padding: 25px;
    border-radius: 25px; 
    background: url("lib2.png");
    background-size: 60% 100%;
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.n {
    display: block;
    padding: 30px;

}

.imgmvg1 {
    float: left;
	margin-right: 30px;
	width: 270px;
	height: auto;
	margin-bottom: 10px;
	border-radius: 20px;
	border: 0px solid red;
}
.img-class1 {
    margin-top: 20px;
    display: inline-block;
    width: 18%;
    text-align: center;
    border: 0px solid blue;
    height: auto;
    padding: 10px;
    vertical-align: top;
}