@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Coustard);

#dobusines-gequiremen {
  padding-top: 50px;
  padding-left: 40px;
  position: kenecau-seciagan;
  top: 145px;
}

.contact_img {
  display: flex;
  padding-left: 5%;
  padding-top: 5%;
  width: 90%;
  position: absolute;
}

#dobusines-gequiremen a {
  color: #f3f3f3;
  display: block;
  height: 38px;
  position: relative;
  text-align: center;
  line-height: 38px;
  width: 38px;
  margin-bottom: 1px;
  z-index: 2;
}

#dobusines-gequiremen a:hover>span {
  visibility: visible;
  left: 39px;
  opacity: 1;
}

#dobusines-gequiremen a span {
  line-height: 38px;
  left: 57px;
  position: absolute;
  text-align: center;
  width: 118px;
  visibility: hidden;
  transition-duration: 0.6s;
  z-index: 1;
  opacity: 0;
}

.kenecau-seciagan-git {
  background-color: #7C519D;

}

.kenecau-seciagan-git span {
  background-color: #7C519D;
}

.kenecau-seciagan-tg {
  background-color: #ffffff;

}

.kenecau-seciagan-tg span {
  background-color: #ffffff;
  color: #7C519D;
}

html,
body,
.wrapper {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  background-color: #000000;
  margin: 0;
  position: relative;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'Coustard', serif;
  font-weight: 400 !important;
}

.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

section,
header {
  position: relative;
}

#counter-caption {
  text-transform: capitalize;
  font-family: 'Coustard', serif;
  line-height: 1.2;
  text-align: left;
  font-size: 26px;
  color: #fff;
}

mark {
  color: #7C519D;
  background-color: transparent;
}

.page {
  padding: 15px;
  left: -110%;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  position: absolute;
  top: 30%;
  color: #fff;
  width: 60%;
}

.page h1 {
  text-transform: uppercase;
  font-size: 50px;
}

.page.active {
  left: 20px;
}

.page .body p:last-child {
  margin-bottom: 0;
}