<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&amp;display=swap');

body{
    margin:auto 0;
   /* font-family: "Raleway", sans-serif;*/
}

#opacity{
    opacity: 0.3;
}
.zone {
    /*padding:30px 50px;
    margin:40px 60px;*/
    /*cursor:pointer;*/
    /*display:inline-block;*/
    color:#FFF;
    color:#000000;
    font-size:2em;
    /*border-radius:4px;
    border:1px solid #bbb;*/
    transition: all 0.3s linear;
}
.coverzone {
    /*padding:30px 50px;
    margin:40px 60px;*/
    /*cursor:pointer*/
    /*display:inline-block;*/
    color:#000000;
    font-size:2em;
    font-weight: bold;
    border-radius:4px;
    border:1px solid #bbb;
    transition: all 0.3s linear;
    font-family:arial;
}

.zone:hover {
    /*-webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;*/
}

.box:hover {
    /*-webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);*/
}

.sticky{
    position: fixed;
    top:0;
    width:100%;
}

.main-nav{
    display: flex;
    list-style: none;
    font-size: 0.48em;
    margin:0;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 600px){
    .main-nav{
        font-size: 0.5em;
        padding:0;
    }
}

.push{
    margin-left: auto;   

}

li{
    padding:20px;

}

a{
    color:#f5f5f6;
    text-decoration: none;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    height:42vh;
}

.cover{
    width:25rem;
}

.grid-wrapper{
    display: grid;
    grid-gap: 3px;
    /*grid-template-columns: repeat(auto-fill, minmax(350px,3fr));*/
}

.box &gt; img{
    width: 100%;
    height:100%;
}

.box{
    text-align: center;
}


/*https://paulund.co.uk/how-to-create-shiny-css-buttons*/
/***********************************************************************
 *  Green Background
 **********************************************************************/
.green{
    background: #56B870; /* Old browsers */
    background: -moz-linear-gradient(top, #56B870 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56B870), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #56B870 0%,#a5c956 100%); /* IE10+ */
    background: linear-gradient(top, #56B870 0%,#a5c956 100%); /* W3C */
}

/***********************************************************************
 *  Red Background
 **********************************************************************/
.red{
    background: #C655BE; /* Old browsers */
    background: -moz-linear-gradient(top, #C655BE 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C655BE), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(top, #C655BE 0%,#cf0404 100%); /* W3C */
}

/***********************************************************************
 *  Red Background
 **********************************************************************/
.black{
    background: #; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(top, #000000 0%,#000000 100%); /* W3C */
}

/***********************************************************************
 *  Yellow Background
 **********************************************************************/
.yellow{
    background: #F3AAAA; /* Old browsers */
    background: -moz-linear-gradient(top, #F3AAAA 0%, #febf04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3AAAA), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* IE10+ */
    background: linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* W3C */
}

/***********************************************************************
 *  Blue Background
 **********************************************************************/
.blue{
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
}
.white{
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 44%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(44%,#e6e6e6), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#e6e6e6 44%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e6e6 0%,#e6e6e6 44%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e6e6 0%,#e6e6e6 44%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(top, #e6e6e6 0%,#e6e6e6 44%,#e6e6e6 100%); /* W3C */
}

footer{
    text-align: center;
}

.footzone {
    /*padding:30px 50px;
    margin:40px 60px;*/
    /*cursor:pointer*/
    /*display:inline-block;*/
    color:#000000;
    font-size:1em;
    /*font-weight: bold;*/
    border-radius:4px;
    border:1px solid #bbb;
    transition: all 0.3s linear;
    font-family:arial;
}

.paypal{
    font-size: 0.5em;
    width:100%;
}
.sen{
    font-weight: bold;
    font-family: arial;
    color: #ff3333;
    font-size: 1.2em;
    text-decoration: underline;
}
.button input{
    font-weight: bold;
    font-size: 1.1em;
    color:green;
    background-color: ;
    border:2px solid green;
    height: 40px;
    font-family: arial;
    border-radius: 20px;
}
.button input:hover{
    background-color: black;
    cursor: pointer;
    color:white;
}
.sen2{
    font-size: 1.1em;
}

/*=============== TABLE FORMATING ================*/

.content-table{

    border-collapse: collapse;
    font-size:0.8em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    font-family: "arial";
    word-spacing:2px; 
    font-family: "Open Sans", sans-serif;
    
}
.content-table thead tr{
    background-color:   #33adff;
    color:#ffffff;
    /*text-align: center;*/
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1em;
}
.content-table th,
.content-table td{
    padding: 12px 15px;
}
.content-table tbody tr{
    font-size: 0.9em;
    border-bottom: 1px solid #dddddd;
    letter-spacing: 1px;
    font-weight: 700;
    color: #404040;

}
.content-table tbody tr:nth-of-type(even){
    background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type{
    border-bottom: 2px solid #33adff;
}
.content-table tbody tr.active-row{
    font-weight:bold;
    color:#33adff;
}
.content-table tbody tr.not-active{
    font-weight:bold;
    color:  #ff3333;
}

.content-table tbody tr.selected-row:hover{
    background:  #cccccc;
}

/*=============== BUTTON FORMATING =================*/

.content-button{
    text-align:center;
}
.btn{
    border:1px solid #33adff;
    background:#33adff;
    padding: 5px 10px;
    font-size:13px;
    font-family: "Open Sans", sans-serif;
    cursor:pointer;
    transition: 0.8s;
    /*position: relative;*/
    overflow: hidden;
    border-radius: 5px;
}
.btn1{
    color:#fff;
    font-size: 0.8em;
    letter-spacing: 1px;
}
.btn1:hover{
    color:#000;
    background-color: #fff;

}


.btn2{
    padding: 4px 8px;
    font-size:10px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.anker_content{
    color:  #d9d9d9;
}
.anker_content:hover{
    color:#fff;
}
.anker_content2{
    border: 2px solid #d9d9d9;
    border-radius: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
}
.anker_content2:hover{
    border: 2px solid white;
}

.msg-content{
    word-spacing: 0.8px;
    color: #404040;
    font-size:0.8em;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
     max-width: 800px;
    width: 100%;
    background: #fff;
    padding: 10px;
    border:2px solid  rgb(214, 214, 194);
  box-shadow: 0 0 8px 0 rgb(214, 214, 194);

}
.reviewlink{
    color:blue;
    font-size: 1.1em;
    text-decoration: underline;
    font-weight: bold;
    word-spacing: 1px;
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;

}
.reviewlink:hover{
    color:#33adff;
}
.check{
    font-size: 1.1em;
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}
.number{
    color: #0066cc;
    font-size: 1.1em;
    text-decoration: underline;
}
.black-color{
    color: #0d0d0d;
    font-weight: bold;
}


/*=============== NOTICE ================*/

 /* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
} 
.warning{
    letter-spacing: 0.5px;
}
.anker_home{
    text-decoration: underline;
}

/*============= popup box =================*/

.center{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.popup{
  font-family: "Raleway", sans-serif;
  width: 540px;
  height: 470px;
  padding: 30px 20px;
  background: #f5f5f5;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 2;
  text-align: center;
  opacity: 1;
  border:4px solid #0080ff;
  position: fixed;
  box-shadow: 0 0 10px 0 rgb(0,102,204);


/*This make invisible*/

  /*opacity: 0;
  top:-200px;
  transform: translate(-50%,-50%) scale(0.5);
  transition: opacity 300ms ease-in-out, top 1000ms ease-in-out, transform 1000ms ease-in-out;*/
}

/*.popup .active{
  opacity: 1;
  top:50%;
  transform: translate(-50%,-50%) scale(1);
  transition: transform 300ms cubic-bezier(0.18,0.89,0.43,1.19);
}*/

/*================================*/

.popup .icon{
  margin: 5px 0px;
  width: 50px;
  height: 50px;
  /*border:2px solid  #0066cc;*/
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
}
.popup .icon i.fa{
  font-size:30px;
}
.popup .title{
  margin: 5px 0px;
  font-size: 30px;
  font-weight: 600;
}
.popup .discription{
  color:#222;
  font-size: 15px;
  padding: 5px;
}
.popup .dismiss-btn{
  margin-top: 15px;
}
.popup .dismiss-btn button{
  padding: 10px 20px;
  background: #111;
  color:#f5f5f5;
  border:2px solid #111;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  letter-spacing: 1px;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
}
.popup .dismiss-btn button:hover{
  cursor: pointer;
  color:#111;
  background: #f5f5f5;
}

.title-wel{
    word-spacing: 4px;
}
.reviewlink2{
    color:blue;
    font-weight: bold;
    text-decoration: underline;
}
.aes{
    letter-spacing: px;
}
.notice{
    word-spacing: 2px;
    letter-spacing: 0.2px;
    font-family: 'Open Sans', sans-serif;
}
td i.fa{
  text-align: center;
  font-size: 25px;
  color: #0073e6;
}
.newtd i.fa{
  color:  #009900;
  font-size: 18px;
}
.newtd2 i.fa{
  color:black;
  font-size: 12px;
}

.updated{
    color: #404040;
    border-radius: 5px;
    font-weight: bold;
    /*font-family: "Raleway", sans-serif;*/
     max-width: 400px;
    width: 100%;
    background: #fff;
    padding: 10px;
    border:2px solid  rgb(214, 214, 194);
  box-shadow: 0 0 8px 0 rgb(214, 214, 194);
}
.warning-icon i.fa{
  color: yellow;
}
.lock-icon i.fa{
  color: #262626;
  font-size: 22px;
}
.locked-icon i.fa{
  color: #262626;
  font-size: 15px;
}
.bottom-hr{
  color:rgba(0,0,0);
  width: 80%;
}
.hri{
  border-radius: 10px;
}
.hidden-links{
  /*color: #404040;*/
  color:black;
   font-family: 'Libre Baskerville', serif;
   word-spacing: 1px;
   font-size: 1.2em;
}
.hidden-links a{
  /*color: #404040;*/
  color:black;
   font-family: 'Libre Baskerville', serif;
   word-spacing: 1px;
   font-size: 0.9em;
   font-weight: bold;
}
.hidden-links2{
  color:  #00ff00;
   font-family: 'Open Sans', sans-serif;
   word-spacing: 1px;
   font-size: 2.5em;
   font-weight: bold;
   letter-spacing: 1px;
}

.hidden-links a:hover{
  color:#33adff;
}  

.esc-link{
  color:  #1a53ff;
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: bold;
  font-family:"Open Sans", sans-serif; 
  word-spacing: 1.2px;
  letter-spacing: 1.2px;
}
.esc-link:hover{
  color:blue;
}
.notify{
    color: black;
    font-weight: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap');



.hidden_services ul li{
    border-bottom: 2px solid  #c2c2a3;
    border-radius: 5px;
    width: 50%;
    justify-content: center;
    list-style: none;
    background:  #d9d9d9;
    font-size: 20px;
    font-family: 'Hind Madurai', sans-serif;;

}
.hidden_services ul li a{
    color: #0052cc;
    text-decoration: ;
}
.hidden_services ul li a:hover{
    color:  #ff3333;
    cursor: pointer;

} 
.hidden_services ul li i.fa{
    color: black;
}
.title-hidden{
    font-size: 180%;
    text-align: center;
    text-decoration: underline;
    margin-left: 30px;
    font-family: 'Poppins', sans-serif;
    color:  #333333;
}
td i.fa{
    color:   #262626;
}


.small-msg{
  font-size:12px;
  font-family: 'Open Sans', sans-serif;
  color: #404040;
}

.review-box{
    border: 1px solid  #d9d9d9;
    border-radius: 5px;
    width: 300px;
    padding-top: 10px;
    background-color: #d9d9d9;
}

.esc-link{
    font-size: 1.2em;
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}
.esc-link:hover{
  color:blue;
}























</pre></body></html>