<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Cabin', sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: url("/images/s3slider/1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
}


big {
    color: #ffffff;
    font-weight: 700;
    font-size: 51px;
}
big2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 47px;
}

h3 {
  color: #ffffff;
  font-style: italic;
  font-size: 25px;
}

/* 
Loading section
*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") center no-repeat #032b44;
}
#backlink{

    background-color:white!important;
    color:black!important;
    padding:10px!important;
    
}

.no-js #loader {
  display: none;
}

.js #loader {
  position: absolute;
  left: 100px;
  top: 0;
  display: block;
}

/*
Header Section
*/
.header-logo-wrapper {
  margin: 50px 0px 70px 0px;
}

.logoimg {
    height:150px!important;
}
/*
countdown timer section
*/
#counter {
    color: #ffffff;
}

#counter_wrapper {
  margin: 0.9em 0px 0.8em;
}






/*--- THE MAGIC ---*/
/*
This is the best bit!
*/
[placeholder]{
  cursor:pointer;
}
[placeholder]:active,
[placeholder]:focus{
  cursor:text;
}</pre></body></html>