/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: 12px;
  scrollbar-color: #ff0000 #353DCA;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 15px;
}
*::-webkit-scrollbar-track {
  background: #353DCA;
}
*::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 20px;
  border: 3px solid #353DCA;
}

  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */

  ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */

  ::-webkit-scrollbar-thumb {
  background: #888; 
}

  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  
  background: #555; 
}


a:link {
  text-decoration: none;
    color: red;
}

a:visited {
  text-decoration: none;
        color: #353DCA;
}

a:hover {
  text-decoration: underline;
    color: #353DCA;
}

a:active {
  text-decoration: underline;
    color: #353DCA;
}

k-image { 
  background: url(img/bg-img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.eForm {
    margin-top: 125px;
    padding-right: 200px;
}

.wp-image-37 {
    padding-right: 10px;
}

.page-item {
    padding-top: 30px;
    background-color: #ffffff;
    text-align: justify;
}

.topper-ad h1 {
    color: #FF0000;
    font-size: 50px;
    text-shadow: 2px 2px #000;
}

.logo {
    padding-top: 10px;
    padding-left: 70px;
}

.page-bottom {
    margin-bottom: 0px;
}

.footer {
    padding-top: 100;
    padding-bottom: 100px;
}
 
/* All Graphics */
.float-graphics-left {
    float: left;
    shape-margin: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.float-graphics-right {
    float: right;
    shape-margin: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.banner-graphics {
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 15px #888888;
    -moz-box-shadow: 10px 10px 15px #888888;
    box-shadow: 10px 10px 15px #888888;
}


.list-four {
    padding-top: 10px;
}

.graphics {
    border-radius: 10px !important;
    -webkit-box-shadow: 10px 10px 15px #888888 !important;
    -moz-box-shadow: 10px 10px 15px #888888 !important;
    box-shadow: 10px 10px 15px #888888 !important;
}

.banner-text {
    color: #64A1D7;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

.banner-ph {
    color: #64A1D7;
    font-size: 40px;
    text-shadow: 2px 2px #000;
}
