@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
body {
  font-family: 'Quicksand', sans-serif;
  cursor: default;
}

.header {
  height: auto;
  max-height: 99px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 4;
}

.header ul {
  position: relative;
  margin-top: 30;
  padding: 0;
  list-style-type: none;
}

.header ul li {
  padding: 10px;
  margin-right: 15px;
  display: inline-block;
  border-right: 2px solid #fff;
  line-height: 0;
  height: 20px;
}

.header ul li a {
  letter-spacing: 2px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.margin-top {
  margin-top: 170px !important;
}

.down-button {
  width: 100%;
  position: fixed;
  bottom: 10%;
}

::-webkit-scrollbar {
  display: none;
}

.parallax {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.parallax .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  top: 0;
  opacity: 1;
}

.parallax h1 {
  text-align: center;
  position: relative;
  z-index: 4;
  top: 45%;
  color: #fff;
  width: 650px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: auto;
  font-weight: 300;
}

.kapa {
  display: none;
}

.ac {
  display: block;
}
.colon {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.colon2:hover {
  background-color: #d1e6f4 !important;
}

.colon:hover {
  border-color: #000045 !important;
}

.content {
  position: relative;
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.content2 {
  position: relative;
  display: block;
  z-index: 3;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

video {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.thumbnail .about-us {
  background-image: url("../img/about-us.jpeg");
  height: 250px;
  background-size: cover;
}

.thumbnail .services {
  background-image: url("../img/services.jpg");
  height: 250px;
  background-size: cover;
}

.thumbnail .businesspartner {
  background-image: url("../img/businesspartner.jpg");
  height: 250px;
  background-size: cover;
}

.thumbnail .references {
  background-image: url("../img/references.jpeg");
  height: 250px;
  background-size: cover;
}

.about-us ul li a {
  font-size: 14px;
}

.career:after {
  text-align: center;
  color: #000;
  content: url(../img/content.png);
  font-weight: 900;
  padding: 5px;
  font-size: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  border-radius: 100px;
  margin-right: 10px;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

@media only screen and (max-width: 425px) {
  .parallax h1 {
    width: 300px;
    font-size: 24px;
  }
  .header {
    height: 75px !important;
  }
  .mobile-menu-collapse {
    display: none;
    -webkit-transition: all 1s;
    transition: all 1s;
    bottom: 0;
    padding: 20px;
    background-color: white;
    z-index: 9999999999999999999999999999999999999999999;
    text-align: center;
  }
  .mobile-menu-collapse ul {
    padding: 0;
    list-style-type: none;
  }
  .mobile-menu-collapse ul li {
    text-align: left;
    margin-left: 0px;
  }
  .mobile-menu-collapse ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }
  .mobile-menu-collapse ul li:before {
    content: ">";
    padding: 15px;
    color: #000;
    font-size: 20px;
    font-weight: 900;
  }
  .margin-top {
    margin-top: 165px !important;
  }
  video {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
  .soldankaydir {
    position: relative;
    left: 80px;
    top: 25px;
    margin-bottom: 35px;
    width: 200px;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1152px) {
  .soldankaydir {
    position: relative;
    left: 80px;
    top: 25px;
    margin-bottom: 35px;
    width: 350px;
  }
}
/*# sourceMappingURL=style.css.map */
