body {
  margin: 0;
  padding: 0;
  background-color: black;
}
html {
  margin: 0;
  padding: 0;
}
div {
  margin: 0;
  padding: 0;
}
body {
  margin-top: 10px;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: red;
}
li {
  list-style: none;
}
#container {
  max-width: 1004px;
  margin: 0 auto;
  position: relative;
  background-color: black;
}
header {
  width: 100%;
  /*height: 91px;*/
  background-color: black;
  margin-bottom: 3px;
}
#logo {
  height: 84px;
  margin-top: 18px;
  margin-left: 3px;
}
#logo img{
  height: 80px;
  padding-left: 3px;
}
#cName {
  position: absolute;
  left: 44px;
  top: 0px;
}
#contact {
  position: absolute;
  top: 13px;
  right: 5px;
  font-size: 11.5px;
  color: white;
}
#contact ul {
  margin-top: 10px;
  text-align: right;
}
#contact ul li {
  margin-bottom: 0px;
}
nav {

}
nav ul {
  padding-left: 0;
  background-color: #393939;
  height: 15px;
}
nav ul li {
  display: inline-block;
  font-size: 11px;
  font-family: Arial;
  vertical-align: middle;
  margin-right: 0px;
}
ul {
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
ul li {
  height: 17px;
  margin-bottom: 5px;
}
#home {
  width: 50px;
  margin-left: 5px;
}
#compP {
  width: 103px;
  position: absolute;
  left: 55px;
}
#cult {
  width: 153px;
  position: absolute;
  left: 160px;
}
#evenS {
  width: 143px;
  position: absolute;
  left: 315px;
}
#corpH {
  width: 123px;
  position: absolute;
  left: 465px;
}
#clientA{
  width: 89px;
  position: absolute;
  left: 592px;
}
#empl{
  width: 166px;
  position: absolute;
  left: 695px;
}
#down{
  width: 74px;
  position: absolute;
  left: 860px;
}
#cont{
  width: 61px;
  position: absolute;
  left: 940px;
}
.CPnoLink {
  color: red;
  position: absolute;
  left: 55px;
}
.text {
  position: absolute;
  top: 495px;
  width: 1004px;
  background-color: black;
}
.text p {
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  line-height: 20px;
  text-align: justify;
}
.text h1 {
  color: red;
  background-color: #393939;
  font-family: Arial;
  font-size: 15px;
  padding-left: 1px;
  text-align: center;
  margin-top: 8px;
  margin-left: 6px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
}
#intro {
  font-family: Times new roman;
  font-size: 16px;
  font-style: italic;
}
#textMain {
  font-family: Times new roman;
  font-size: 15px;
}
footer {
  position: relative;
  top: 1420px;
  background-color: black;
}
.disclaimer {
  position: relative;
  margin-top: 9px;
  margin-bottom: 1px;
}
.disclaimerCole {
  position: absolute;
  top: 1112px;
  margin-top: 9px;
  margin-bottom: 1px;
}
.disclaimer ul li {
  display: inline-block;
  width: 310px;
  padding-right: 5px;
  font-family: Arial;
  font-size: 10px;
  margin-bottom: 5px;
  text-align: center;
}
#endNote {
  position: absolute;
  background-color: black;
  top: 20px;
  font-family: Arial;
  color: white;
  width: 993px;
  font-size: 9px;
  text-align: center;
  padding: 3px;
  margin: 3px;
}
#left {
  text-align: left;
  margin-left: 5px;
}
#right {
  text-align: right;
  width: 327px;
  padding-right: 2px;
}
#center {
  margin-left: 27px;
}
/*ANIMATION*/
#wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  margin-top: 6px;
}
#gallery img {
  position: absolute;
  backface-visibility: hidden;
  opacity: 0;
  background: skyblue;
  height: 350px;
 /* left: 50%;
 /* margin-left: -247px;*/
 /* margin-top: 5%;*/
}
#gallery img:nth-child(6) {
  animation: xfade 32s 0s infinite;
}
#gallery img:nth-child(5) {
  animation: xfade 32s 5.33s infinite;
}
#gallery img:nth-child(4) {
  animation: xfade 32s 10.67s infinite;
}
#gallery img:nth-child(3) {
  animation: xfade 32s 16s infinite;
}
#gallery img:nth-child(2) {
  animation: xfade 32s 21.33s infinite;
}
#gallery img:nth-child(1) {
  animation: xfade 32s 26.67s infinite;
}
/*@keyframes xfade{
  12.66% {
    opacity:1;
  }
  21% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
}*/
@keyframes xfade {
  0% {
    opacity: 0;
  }
  3.33% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
  6.66% {
    opacity: 1;
  }
  9.99% {
    opacity: 1;
  }
  13.33% {
    opacity: 1;
  }
  16.67% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}

#column1 img {
  position: absolute;
  top: 0px;
  right: 905px;
  width: 95px;
  height: 346px;
  border-left: 1px solid red;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  border-right: 1px solid red;
  animation-name: col1move;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes col1move {
  0% {
    top: 0px;
    right: 905px;
  }
  99% {
    border-right: 1px solid red;
  }
  100% {
    top: 0px;
    right: 191px;
    border-right: none;
  }
}
#column2 img {
  position: absolute;
  top: 0px;
  right: 96px;
  width: 95px;
  height: 346px;
  border-left: 1px solid red;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  animation-name: col2move;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/*@keyframes col2move {
  0% {
    top: 0px;
    right: 810px;
  }
  100% {
    top: 0px;
    right: 101px;
  }
}*/
#column3 img {
  position: absolute;
  top: 0px;
  right: 2px;
  width: 93px;
  height: 346px;
  border-left: 1px solid red;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  animation-name: col3move;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/*@keyframes col3move {
  0% {
    top: 0px;
    right: 715px;
  }
  99% {
    border-right: 1px solid red;
  }
  100% {
    top: 0px;
    right: 6px;
    border-right: none;
  }
}*/
#column1 p {
  position: absolute;
  width: 65px;
  top: 280px;
  left: 18px;
  margin-right: 7px;
  color: white;
  font-family: Times New Roman;
  font-size: 12px;
  font-weight: 800;
  z-index: 2;
  animation-name: col1p;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes col1p {
  0% {
    top: 280px;
    left: 18px;
    opacity: 0;
  }
  100% {
    top: 280px;
    left: 728px;
    opacity: 1;
  }
}
#column2 p {
  position: absolute;
  width: 65px;
  top: 280px;
  left: 829px;
  margin-right: 7px;
  color: white;
  font-family: Times New Roman;
  font-size: 12px;
  font-weight: 800;
  z-index: 2;
  animation-name: col2p;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/*@keyframes col2p {
  0% {
    top: 280px;
    left: 113px;
    opacity: 0;
  }
  100% {
    top: 280px;
    left: 829px;
    opacity: 1;
  }
}*/
#column3 p {
  position: absolute;
  width: 65px;
  top: 280px;
  left: 920px;
  margin-right: 7px;
  color: white;
  font-family: Times New Roman;
  font-size: 12px;
  font-weight: 800;
  z-index: 2;
  animation-name: col3p;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/*@keyframes col3p {
  0% {
    top: 280px;
    left: 207px;
    opacity: 0;
  }
  100% {
    top: 280px;
    left: 920px;
    opacity: 1;
  }
}*/
#column1 img:hover {
  opacity: .5;
  z-index: 3;
}
#column2 img:hover {
  opacity: .5;
  z-index: 3;
}
#column3 img:hover {
  opacity: .5;
  z-index: 3;
}
/*ANIMATION END*/
.WelHeader {
  position: absolute;
  top: 487px;
  right: 11px;
  width: 653px;
  height: 60px;
  background-color: #393939;
}
.WelHeader p {
  color: white;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  width: 653px;
  height: 60px;
  text-align: center;
  margin-top: 4px;
}
.WelHeader1 p {
  color: white;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  width: 641px;
  height: 60px;
  text-align: justify;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 4px;
}
.WelHeader1 {
  position: absolute;
  top: 557px;
  right: 11px;
  width: 653px;
  height: 60px;
  background-color: #393939;
}
.WelText {
  position: absolute;
  width: 653px;
  top: 630px;
  right: 11px;
}
.WelText p {
  color: white;
  font-family: Times;
  text-align: justify;
  margin: 14px 0;
}
.vertImg {
  position: absolute;
  top: 487px;
  left: 11px;
}
.vertImg1 {
  position: absolute;
  top: 918px;
  left: 11px;
}
