*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  /* overflow: hidden; */
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ececec;
  height: 100%;
  padding: 60px 0px;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.app-header{
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
.app-header .nav{
    height: 100%;
    height: 60px;
}
.app-header .nav .logo{
    display: flex;
    float: left;
    height: 100%;
    padding: 5px 10px;
    position: relative;
}
.app-header .nav .logo img{
height: 50px;
}
.app-header .nav .logo span{
    width: 200px;
    font-size: 20px;
    margin-top: 10px;
    color: #1e1e1e;
    display: block;
    margin-left: 10px;
    font-weight: 500;
}
.app-header .nav .navbar{
    float: right;
    padding: 0;
    list-style: none;
    height: 100%;
    margin: 0;
    line-height: 60px;
}
.app-header .nav .navbar li{
    float: left;
    margin: 0 15px;
    font-weight: 500;
}
.app-header .nav .navbar li a{
    color: #474747;
    display: block;
    border-bottom: 2px solid #0000;
    height: 60px;
}
@media (max-width: 992px) {
  .app-header .nav .navbar li a span{ display: none;}
}


.app-header .nav .navbar li a:hover{
    color: #000;
    border-bottom: 2px solid #000;
}

main{
    /* margin-top: 60px; */
    position: relative;
    z-index: 99;
    height: auto;
    min-height: 100%;
    display: contents;
}
.app-window{
    padding-top: 30px;
    padding-bottom: 80px;
    height: 100%;
    display: none;
}

.home-window{
    color: #fff;
    justify-content: center!important;
    padding: 0;
    background: none;
    text-align: center;
    background: url(../images/bg.jpg) top center no-repeat;
    height: 100%;
    min-height: 100%;
    background-size: cover;
}
.home-window .bg-overall{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg-shadow.png);
    position: fixed;
    z-index: 5;
}
.home-window .container{
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 99;
    }
.home-window.window-active{ display: flex!important; }
.home-window .main-logo{}
.home-window .main-logo img{
    width: 300px;
}
.home-window .head-info{
    margin-top: 25px;
    font-size: 24px;
    position: relative;
    width: auto;
    display: inline-block;
}
.home-window .head-info span{
    position: relative;
    font-weight: bold;
}
.home-window .head-info .cursor{
  display: block;
  position: absolute;
  height: 30px;
  top: 5px;
  right: -5px;
  width: 2px;
  /* Change colour of Cursor Here */
  background-color: white;
  z-index: 1;
  animation: flash 0.5s none infinite alternate;
}
.home-window .head-info #head-info-services-list{
    display: none;
}
@keyframes flash{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.home-window .head-buttons{
    margin-top: 15px;
    display: flex;
    text-align: center;
}
.home-window .head-buttons a{
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 15px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}
.home-window .head-buttons a:hover{
    color: #000;
    background: #fff;
}


.content{}
.content .title{
    text-transform: uppercase;
}
.content .body{
    margin-top: 20px;
}
.content .scolor{color: #f20000;}

footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 60px;
    text-align: center;
    background: white;
    line-height: 60px;
    z-index: 100;
}