<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
  }
  body{
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Prompt', sans-serif;
}
header{
  z-index:5;
  position: relative;
  max-width: 1000px;
  margin: 15px auto 5px auto;
  padding: 7px;
  padding-bottom:5px ;
  background-color:#205272;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,.2)
}
.logoimg{
  color:#7BE495;
  height: 45px;
  line-height: 60px;
  padding-left: 12px;
  box-sizing: border-box;
  float: left;
}

.logo{
  color:#A0CA68;
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  font-weight: 700;
  text-decoration: none;
}

.logo:hover{
  transition: 0.3s;
  color:#FFF;
  font-size: 15px;
}
nav{
  position: relative;
  float: right;
  padding-bottom:7px;
}
.clearfix{
  clear: both;
}
nav ul{
  margin: 0;
  padding: 0;
  display: flex;
  
}
nav .fa{
margin-right: 5px;
}
nav ul li{
  list-style: none;
}
nav ul li a {
  font-size: 0.6vw;
  display: block;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-top: 10px;
  padding: 8px 15px;
}
nav ul li a.active,
nav ul li a:hover{
  background: #329D9C;
  color: #fff;
  transition: 0.5s;
}
nav ul li a:hover{
  background: #329d9C;
  color: #262626;
  transition: 0.5s;
}
nav ul ul{
  display: none;
  text-decoration: none;
}
nav ul ul a{
  font-size: 11px;
  margin: 0;
  background:#FFF;
  color:#069370;
}
nav ul ul a.active,
nav ul ul a:hover{
  background: #329D9C;
  color: #fff;
  transition: 0.5s;
}
nav ul li:hover ul{
  position: absolute;
  display: block;
  background:#fff;
  color:#fff;
}
.sub a{
  text-align: left;
  color:skyblue;
  background: #fff;
  font-size: 12px;
  margin-left: 8px;
  padding-left: 15px;
}
/********************* scroll bar**************/
::-webkit-scrollbar {
  width: 15px;
} /* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
background-color:#205272;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
background-color: #329D9C; 
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
background-color: #329D9C;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width:1000px)  
{
  header{
      margin:15px;
  }
}

@media (max-width:800px)  
{
    .menu-toggle{

        display:block;
        width: 30px;
        height: 30px;
        margin: 10px;
        background:#ccc;
        float:right;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        color: #069370;
    }
    .menu-toggle:before{
        content:'\f0c9';
        font-family: fontAwesome;
        line-height: 0px;
    }
    .menu-toggle.active:before{
        content:'\f00d';

    }
    nav{
        margin-top: 5px;
        display: none;  
    }
    nav.active{
        display: block;
        width: 100%;
    }
    nav.active ul{
        display: block;
    }
    nav.active ul li a{
        text-align: left;
        margin: 0;
    }
    nav.active ul li {
        margin-bottom: 2px;
    }
    nav ul ul{
        margin-bottom: 0;
        display: none;
        margin-left: 20px;
    }
    nav ul li:hover ul{
        display: block;
        position: relative;
    }
    .sub.active{
        display: block;
        padding-left: 6px;
    }

    .logoimg {
    margin-top: 10px;
    color: #069370;
    height: 30px;
    line-height: 20px;
    padding-left: 5px;
    box-sizing: border-box;
    float: left;
}
.logo {
    color:#A0CA68;
    font-size: 12px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    text-decoration: none;
}
    .logo:hover{
        font-size: 13px;
    }
    nav ul ul a
    {
        font-size: 5px;
    }
    .btn-activity li a{
        font-size: 0.7vw;
    }
    .btn-activity li a:hover{
        font-size: 0.8vw;
    }
    .activity-grid{
        grid-template-columns: repeat(3,1fr);
    }
    .activity-item img{
        height: 60px;
    }
    .activity-item:hover p{
        font-size:11px;
        padding-top: 0;
    }
  }
  .container{
    z-index:10;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background: fff;
}
  .activity{
    margin-top: 5%;
    width: 100%;
    height:auto;
    text-align: center;
}
.activity h3{
    font-size: 17px;
}

.activity-grid{
    padding-top: 30px;
    padding-bottom:30px;
    padding-left: 20%;
    padding-right: 20%;
    margin-top:20px;
    display: grid;
    grid-template-columns:repeat(3,1fr);
    text-align: center;
    grid-gap:2rem;
} 

.activity-item a{
    margin: 0;
    overflow: hidden;
    display: block;
}
.activity-item img{
    width: 80%;
    height: 125px;
    transition: 300ms;
}
.activity-item h3{
  font-size: 14px;
    transition: 0.3s;
    color: #262626;
}
.activity-item:hover h3{
  padding-top: 10px;
}
.activity-item:hover p{
    transition: 0.3s;
    color: #262626;
    padding-top: 0px;
}
.activity-item p{
    transition: 0.3s;
    position: relative;
    font-size: 10px;
    color:#979797;
}

.activity-item:hover{
    border: 1px solid none;
    transition: .3s ease-in-out;
    background: #fff;
    cursor: pointer;
}

.btn-activity{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-areas: 1fr;
    justify-items: center;
    margin-top: 6%;
    

}

.btn-activity li{
    list-style: none;
}
.btn-activity li a{
    transition: 0.5s;
    color: #006083;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 0.6vw;
    border: 1px solid #069370;
    border-radius: 2px;
}


.btn-activity li:hover a{
    transition: 0.5s;
    font-size: 0.8vw;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background:#069370;
    border-radius: 3px;
}
@media (max-width:700px)  
{ 
    .activity-item h3{
        font-size: 12px;
    }
  .activity-item:hover h3{
    padding-top:5px;
  }
    .activity-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .activity-item img{
        height: 120px;
    }
}
@media (max-width:450px)  
{
    .activity-grid{
        grid-template-columns:repeat(1,1fr);
    }
    .activity-item img{
        height: 150px;
    }
}
/************************star aside*******************************/
.pop-project{
     opacity:95%;
     padding:10px;
     font-size:12px;
     text-align:left;
     float:left;
     margin-top:0px;
     width:80px;
     height:auto;
     position:fixed;
     text-align:center;
     border-radius:6px;
     z-index: 100; 
 }
 .pop-project img{
     transition: 0.3s;
     margin-top:20px;
     padding-top:0;
 }
 .pop-project img:hover{
    width: 90%;
    transition: 0.3s;
 }
 /* Footer */
 .footer {
    padding: 13px;
    text-align: center;
    background: #329D9C;
    margin-top: 20px;
  }
  .footer p {
      font-size: 13px;
    color: #f1f1f1;
    padding: 0;
    margin: 0;
  }</pre></body></html>