@font-face {
  font-family: "GoshaFat";
  src: url("../fonts/cy.otf") format("opentype");
}
@font-face {
  font-family: "GoshaReg";
  src: url("../fonts/GoshaSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "GoshaBold";
  src: url("../fonts/GoshaSans-Bold.otf") format("opentype");
}
body {
  overflow-x: hidden !important;
  background-color: #f6f6f6;
}
body h1, body h2 {
  font-family: "GoshaFat";
}
body h1 {
  font-size: 4rem;
}
body h2 {
  font-size: 1.9rem;
  text-transform: uppercase;
  color: #87B2B8;
}
body h3 {
  font-family: "GoshaBold";
}
body p, body span, body input, body a, body button.btn, body .btn, body label, body input, body textarea, body select, body li {
  font-family: "GoshaReg";
  color: #121212;
}
body label {
  font-family: "GoshaBold";
}
body p {
  font-size: 1.1rem;
}
body .badge {
  background-color: rgba(0, 128, 0, 0.6392156863);
  font-size: 0.8rem;
  opacity: 0.9;
}
body .dark {
  color: #121212;
}
body hr {
  margin: auto;
  width: 25%;
  margin-bottom: 30px;
  margin-top: 30px;
  border-width: 3px;
  color: #88b2b8;
  opacity: 1;
}
body header {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1882352941);
}
body strong {
  font-family: "GoshaBold";
  font-size: 1.7rem;
  line-height: 1.3;
}
body img.logo {
  width: 120px;
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body .nav li a {
  text-transform: uppercase;
  color: black;
}
body div.iconField {
  margin-top: 50px;
}
body #emailSuccessPopUp {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999999999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3215686275);
}
body #emailSuccessPopUp p {
  width: 80%;
  margin-left: 10%;
}
body #emailSuccessPopUp #emailSuccessPopUpInner {
  position: relative;
  width: 80%;
  margin-left: 10%;
  border-radius: 25px;
  background-color: white;
  padding: 20px;
  margin-top: 5%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078);
}
body #emailSuccessPopUp #emailSuccessPopUpInner h2 {
  display: inline-block;
  margin-left: 15px;
}
body #emailSuccessPopUp #emailSuccessPopUpInner #transportanfragePopUpInnerForm {
  background-color: #FAFAFA;
  padding: 25px;
}
body #emailSuccessPopUp #emailSuccessPopUpInner #transportanfragePopUpInnerForm label {
  font-size: 0.75rem;
}
body #emailSuccessPopUp #emailSuccessPopUpInner #transportanfragePopUpInnerForm input, body #emailSuccessPopUp #emailSuccessPopUpInner #transportanfragePopUpInnerForm select, body #emailSuccessPopUp #emailSuccessPopUpInner #transportanfragePopUpInnerForm textarea {
  margin-bottom: 15px;
  border-radius: 0px;
  font-size: 700;
}
body #emailSuccessPopUp #emailSuccessPopUpInner #transportanfragePopUpInnerForm button {
  float: right;
}
body #emailSuccessPopUp #closeTransportanfragePopUp, body #emailSuccessPopUp #closeEmailSuccessPopUp {
  position: absolute;
  width: 30px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
body #transportanfragePopUpInner, body #emailSuccessPopUpInner {
  position: relative;
  width: 80%;
  margin-left: 10%;
  border-radius: 25px;
  background-color: white;
  padding: 20px;
  margin-top: 5%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078);
}
body #transportanfragePopUpInner h2, body #emailSuccessPopUpInner h2 {
  display: inline-block;
  margin-left: 15px;
}
body #transportanfragePopUpInner #transportanfragePopUpInnerForm, body #emailSuccessPopUpInner #transportanfragePopUpInnerForm {
  background-color: #FAFAFA;
  padding: 25px;
}
body #transportanfragePopUpInner #transportanfragePopUpInnerForm label, body #emailSuccessPopUpInner #transportanfragePopUpInnerForm label {
  font-size: 0.75rem;
}
body #transportanfragePopUpInner #transportanfragePopUpInnerForm input, body #transportanfragePopUpInner #transportanfragePopUpInnerForm select, body #transportanfragePopUpInner #transportanfragePopUpInnerForm textarea, body #emailSuccessPopUpInner #transportanfragePopUpInnerForm input, body #emailSuccessPopUpInner #transportanfragePopUpInnerForm select, body #emailSuccessPopUpInner #transportanfragePopUpInnerForm textarea {
  margin-bottom: 15px;
  border-radius: 0px;
  font-size: 700;
}
body #transportanfragePopUpInner #transportanfragePopUpInnerForm button, body #emailSuccessPopUpInner #transportanfragePopUpInnerForm button {
  float: right;
}
body #closeTransportanfragePopUp, body #closeEmailSuccessPopUp {
  position: absolute;
  width: 30px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
body .btn {
  border-radius: 0px;
  text-transform: uppercase;
}
body .btn.btn-primary {
  background-color: #87B2B8;
  border-color: #87B2B8;
}
body img.icon {
  width: 60px;
  margin-bottom: 15px;
}
body .slick-prev {
  z-index: 999;
  width: 15px;
  left: 10px;
}
body .slick-next {
  right: 20px;
  width: 15px;
  z-index: 999;
}
body .slick-slide img {
  width: 100%;
}
body .slick-prev::before {
  content: " ";
  width: 15px;
  height: 60px;
  margin-top: -30px;
  background-size: contain;
  background-position: center;
  background-image: url(../res/img/prev.png);
  position: absolute;
  filter: invert(1);
  background-repeat: no-repeat;
}
body .slick-next::before {
  content: " ";
  width: 15px;
  filter: invert(1);
  height: 60px;
  margin-top: -30px;
  background-size: contain;
  background-position: center;
  background-image: url(../res/img/next.png);
  position: absolute;
  background-repeat: no-repeat;
}
body .slick-dots {
  padding-top: 60px;
  bottom: -45px;
}
body .slick-dots li {
  opacity: 1;
}
body .slick-dots li.slick-active {
  background: #121212;
}
body .slick-dots li.slick-active:before {
  background-color: #121212;
}
body .slick-dots li button {
  opacity: 1;
}
body .slick-dots li button:before {
  border: 2px solid black;
  content: " ";
}
body section img#scrollDown {
  position: absolute;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: 35px;
  animation: upAndDown 1.5s infinite;
}
body section.greyBackground {
  background-color: #eeeeee;
  padding-top: 50px;
  padding-bottom: 50px;
}
@keyframes upAndDown {
  0% {
    transform: translateY(0px);
  }
  49% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(10px);
  }
}
body section#mainVideoHeader {
  margin-top: 50px;
  height: auto;
  width: 100vw;
  position: relative;
}
body section#mainVideoHeader h1, body section#mainVideoHeader h2, body section#mainVideoHeader h4, body section#mainVideoHeader p {
  color: white;
}
body section#mainVideoHeader div#sliderGradient {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
body section#mainVideoHeader .container {
  top: 18vw;
}
body section#mainVideoHeader .container .row {
  margin: auto;
}
body section#mainVideoHeader video {
  width: 100%;
  position: relative;
}
body section div.greyBackground {
  background-color: #eeeeee;
  width: 32.333333%;
  margin-left: 1%;
  padding: 25px;
  min-height: 400px;
}
body section div.greyBackground h2 {
  font-size: 1.5rem;
}
body section div.greyBackground ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
body section div.greyBackground ul li {
  margin-bottom: 10px;
}
body section div.greyBackground .badge-overlay {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  transition: width 0.4s ease, height 0.4s ease;
}
body section div.greyBackground .top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}
body section .iconArea {
  margin-top: 50px;
  margin-bottom: 50px;
}
body section .iconArea p {
  line-height: 1.1;
  font-family: "GoshaBold";
}
body section .form-control {
  border-radius: 0px;
  margin-bottom: 15px;
}
body section .form-control label {
  margin-bottom: 5px;
}
body footer {
  margin-top: 50px;
  background-color: #121212;
}
body footer p {
  color: white;
}
body footer a {
  color: white;
}
body footer ul li {
  color: white;
}
body footer ul li a {
  color: white;
}

@media (min-width: 1100px) {
  #textHeader {
    margin-left: 9%;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1260px;
  }
  #textHeader {
    margin-left: 9%;
  }
}
@media (max-width: 991px) {
  body h1 {
    font-size: 2rem;
  }
  body header {
    width: 100% !important;
  }
  body li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  body li a {
    padding: 0 !important;
  }
  body section#mainVideoHeader {
    width: 100vw;
    margin-top: 190px;
  }
  body section#mainVideoHeader video {
    width: 120%;
    margin-left: -10%;
    position: relative;
    overflow: hidden !important;
  }
}
@media (max-width: 781px) {
  body h2 {
    font-size: 1.4rem;
  }
  body section div.greyBackground {
    width: 100%;
  }
  body section#mainVideoHeader {
    margin-top: 190px;
    overflow: hidden;
  }
  body section#mainVideoHeader #scrollDown {
    display: none;
  }
  body section#mainVideoHeader h1, body section#mainVideoHeader h2, body section#mainVideoHeader p {
    color: black;
  }
  body section#mainVideoHeader #sliderGradient {
    display: none;
  }
  body section#mainVideoHeader .container {
    top: 0;
    position: relative !important;
  }
  body section#mainVideoHeader video {
    width: 160%;
    margin-left: -30%;
    position: relative;
    overflow: hidden !important;
  }
}/*# sourceMappingURL=kaethesstudio.css.map */