html,body {
    font-family: Arial,sans-serif;
    margin:0;
    padding:0;
    font-size: 12px; 
    overflow-x: hidden;
    background-color: #fff;
}
header{
    background-color: #fff;
}
.main-container{
    background: #fff;
    /* border-radius: 10px 10px 0px 0px; */
}
h1{
    font-size:4rem;
}
h2{
    font-size:3rem;
}
h3{
    font-size:2rem;
}
h4{
    font-size:1.5rem;
}
h5{
    font-size:1rem;
}
p{
    font-size: 1.25rem;
    font-weight: 500;
}
.logotext {
    font-size:2.5rem;
    letter-spacing: 3.0px;
    font-weight: 700;
}
.mainlogo hr{
    border:1px solid #0A5654;
}
.logotext1{
    font-size: 1.2rem;
    line-height: 20px;
    color:#0F8B88;
}
header ul{
    font-size: 1.4rem;
}
header ul li a{
    color:#7E7B7B;
    padding:6px;
}
header ul li a:hover{
    color:#906565;
    font-size:1.5rem;
    padding:2px;
}
.full-background {
    /* background-image: url('/images/Nepal_Map.png');  */
    background-color:#fff;
     /* #0F8B88; */
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; /* Prevent repetition */
    /* height: 65vh; /* Full viewport height */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* position: relative;  */
    color: #000;
    text-align: center;
}
.overlay {
    text-align: center;
}

.slogan{
    font-style:italic;
    font-size: 1.4rem;
    font-weight: 550;
}

.boardmemberimg{
    text-align: center;
}
.boardmemberimg img{
    width:80%;
    padding:10px;
    border-radius: 50%;
}


.teammemberimg{
    text-align: center;
}
.teammemberimg img{
    width:80%;
    padding:10px;
    border-radius: 50%;
}

.social-icons{
    font-size:2rem;
}
.footercopyright{
    font-size: 1.2rem;
    color:#0A5654;
    font-weight: 500;
}
.footercopyright h5{
    
    padding-bottom: 10px;
}