<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: 10px;
  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: 10px;
  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;
    }
  }
/************************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;
 }
 .container{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  background: fff;
}
 .content{
     padding: 4%;
     padding-top: 0;
 }
  /* Create two unequal columns that floats next to each other */
  /* Left column */
  .leftcolumn {   
    float: left;
    width: 100%;
  }

  /* Fake image */
  .fakeimg {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0px;
    border-radius: 5px;
  }
.fakeimg img{
  box-shadow: 0 4px 8px 0 rgba(201, 201, 201, 0.2), 0 6px 20px 0 rgba(201, 201, 201, 0.2);
  border-bottom: #aaa solid 5px;
  border-radius: 3px;
  width: 70%;
  height: auto;
}
.overlay {
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
  .fakeimg:hover .overlay {
  opacity: 1;
  }
  
  /* Add a card effect for articles */
  .card {
    display: block;
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    transition: .3s;
  }
  .card h2{
      margin-bottom: 50px;
      text-align: center;
    font-size: 18px;
    transition: .3s;
  }
  .card h3{
      text-align: center;
    font-size: 13px;
    transition: .3s;
  }
  .card p{
    font-size: 12px;
    padding-left:2%;
    padding-right:2%;
    text-align: justify;
    text-indent: 50px;
    transition: .3s;
  }
  .card a{
    text-decoration: none;
    color: #414040;
    transition: 0.3s;
  }
  .card a:hover{
      font-size: 15px;
    color: #069370;
    transition: 0.3s;
  }
  .card-scroll {
    display: block;
    background-color: white;
    padding: 20px;
    padding-right: 0;
    margin-top: 20px;
  }
  .card-scroll h3{
    font-size: 16px;
  }
  .card-scroll p{
    padding-left:2%;
    padding-right:2%;
    text-align: justify;
    text-indent: 50px;
  }

  div.scroll {
    width: 100%;
    height: 400px;
    background-color: #fff;
    overflow: scroll; /* showing scrollbars */
  }
  div.scroll ul{
  margin: 0;
  padding: 0;
  }
  div.scroll ul li{
    background-color: beige;
    padding: 4%;
    padding-bottom: 0;
    list-style: none;
  }
  div.scroll ul li a{
    color: #329D9C;
    text-decoration: none;
    transition: 0.1s;
    font-size: 10px;
  }
  div.scroll ul li a:hover{
    color: #205272;
    transition: 0.1s;
  }
  div.follow {
    width: 100%;
    height: 400px;
    background-color: #fff;
    overflow: follow; 
 /* showing followbars */
  }
  div.follow ul{
  margin: 0;
  padding: 0;
  padding-bottom: 1.5%;
  background-color: #329D9C;
  }
  div.follow ul li{
    background-color: beige;
    padding: 3%;
    list-style: none;
  }
  div.follow ul li a{
    font-size: 10px;
    color: #329D9C;
    text-decoration: none;
    transition: 0.1s;
  }
  div.follow ul li a:hover{
    transition: 0.1s;
    color: #205272;
  }
  /* Footer */
  .footer {
    padding: 13px;
    text-align: center;
    background: #329D9C;
    margin-top: 20px;
  }
  .footer p {
      font-size: 13px;
    color: #f1f1f1;
    padding: 0;
    margin: 0;
  }
  /**************start img-gallery***********/
    .column-gall a{
    color: #444;
    padding: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 12px;
    transition: .3s;
  }
  .column-gall a:hover{
    color: rgb(255, 255, 255);
    background-color:#069370;
    font-size: 13px;
    padding: 20px;
    transition: .3s;
  }
  .column-gall:hover {
    border-radius: 5px;
    transition: 0.3s;
    background: #dbfaf2;
    color: #D1D1D4;
  }
  .column-gall {
    float: left;
    width: 33.33%;
    padding: 10px;
  }
  
  /* Style the images inside the grid */
  .column-gall img {
    box-shadow: 0 4px 8px 0 rgba(29, 29, 29, 0.2), 0 6px 20px 0 rgba(163, 162, 162, 0.2);
    opacity: 1; 
    cursor: pointer; 
  }
  
  /* Clear floats after the columns */
  .row-gall:after {
    content: "";
    display: table;
    clear: both;
  } 
  .row-gall h2{
    padding: 10px;
    background-color: #205272;
    color: #fff;
  }
  .column-gall {
    position: relative;
    width: 33.33%;
  }
  
  .image {
    border-radius: 5px;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .column-gall:hover .image {
    opacity: 0.3;
  }
  .column-gall:hover .middle {
    opacity: 1;
  }
  .text a{
    text-decoration: none;
    color: #fff;
  }
  .text {
    background-color:#4CAF50;
    color: white;
    font-size: 10px;
    padding: 8px 25px;
    transition: 0.3s;
  }
  .text:hover{
    font-size: 12px;
    transition: 0.3s;
  }
 /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 800px) {
      .card{
          margin-top: 10px;
          padding-top: 0;
      }
      .card h2{
        font-size: 14px;
        margin-bottom: 25px;
      }
      .card h3{
        font-size: 10px;
      }
      #myimg{
          width: 40%;
      }
    .leftcolumn, .rightcolumn {   
      width: 100%;
      padding: 0;
    }
  }
  /****************zoom headpic*****************/
  
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 25%;
  height: auto;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/******************end zoom img*******************/
/*******************start img rightbar*************/
.containerimg {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 12px 0 rgba(0, 0, 0, 0.19);
}

.containerimg img {vertical-align: middle;}
.containerimg h1 {
  font-size: 8px;
}
.containerimg p {
  visibility: hidden;
  font-size: 2px;
}
.containerimg .contentimg {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  height: 50%;
  padding: 10px;
}
@media (max-width:1080px){
  .containerimg .contentimg {
    height: 50%;
  }
  .containerimg p{
    font-size: 10px;
    visibility: hidden;
  }
}
@media (max-width:800px){
  .containerimg .contentimg {
    height: auto;
    visibility: visible;
  }
  .containerimg p{
    font-size: 18px;
    visibility: visible;
  }
  .containerimg h1{
    font-size: 25px;
  }
  div.scroll ul li a{
    color: #329D9C;
    text-decoration: none;
    transition: 0.1s;
    font-size: 18px;
  }
  div.scroll ul li a:hover{
    color: #205272;
    transition: 0.1s;
  }
  div.follow ul li{
    text-align: center;
    background-color: beige;
    padding: 2%;
    list-style: none;
  }
  div.follow ul li a{
    font-size: 20px;
    color: #329D9C;
    text-decoration: none;
    transition: 0.1s;
  }
  .column-gall {
    position: relative;
    width: 50%;
  }
  .column-gall a{
      font-size: 10px;
      padding: 10px;
  }
  .column-gall a:hover{
    font-size: 11px;
    padding: 10px;
}
}
/**************************end img rightbar****************/ </pre></body></html>