@charset "UTF-8";
/* CSS Document */
body {
  font-size: 16px;
  color: black;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-brand img {
  width: 400px;
  height: 180px;
  margin: 10px;
  transition: 0.25s all ease;
}

.slide-content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-top: 200px !important;
}

@media (min-width: 1800px) {
  .slide-content.custom-offset-xl-top-30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 600px) {
  .slide-content .btn {
    margin-top: 6px;
    width: 70%;
  }
  .slide-content {
    margin-top: 60px !important;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .slide-content {
    margin-top: 60px !important;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .slide-content {
    margin-top: 60px !important;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .slide-content {
    margin-top: 60px !important;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .slide-content {
    margin-top: 60px !important;
  }
}

.form-container {
  padding: 30px;
  background: #eee;
}

.form-container p {
  font-weight: bold;
  display: block;
  clear: both;
}

#contactform input {
  width: 100%;
  padding: 10px;
}

#contactform .inputCity {
  width: 55%;
}

#contactform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: #ddd;
  border: none;
  border-radius: 3px;
  padding: 1em 2em 1em 1em;
  font-size: 1em;
}
.select-container {
  position: relative;
  display: inline;
}
.select-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.select-container:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0.3em;
  right: 0.75em;
  border-top: 8px solid black;
  opacity: 0.5;
}
select::-ms-expand {
  display: none;
}

#contactform .inputZip {
  width: 30%;
}

#contactform textarea {
  padding: 10px;
  width: 100%;
  height: 250px;
}
.rd-navbar-brand-title {
  color: orange;
  font-size: 22px !important;
  padding-bottom: 10px;
}
.rd-navbar-nav {
  border-top: 1px solid #eee;
  padding-top: 10px !important;
}
.lang {
  font-weight: bold;
  color: yellow;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../images/Flaticon.svg#Flaticon") format("svg");
  }
}
