/*
  1. Import fonts
  2. General
  5. Menu
  5. Contact form
  6. Content about
  7. Content home
  8. Reveal effect
  9. Countdown
  10. Portfolio
  11. Map
  12. Modal
  13. Animation on scroll
  14. Responsive

*/

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Regular'), local('Nunito-Regular'),
       url('../fonts/nunito-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v12-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-600 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Nunito SemiBold'), local('Nunito-SemiBold'),
       url('../fonts/nunito-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v12-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
}

.color_white {
  color: #fff !important; }

.color_grey {
  color: #f9f9f7 !important; }

.color_grey2 {
  color: #e9e9e9 !important; }

.color_grey3 {
  color: #757575 !important; }

.color_blue {
  color: #5B8EFB !important; }

.color_blue2 {
  color: #0b102a !important; }

.color_red {
  color: #f9223e !important; }

.color_brown {
  color: #938B82 !important; }

.color_purple {
  color: #8b41c4 !important; }

.color_purple2 {
  color: #642f8d !important; }

.color_purple3 {
  color: #200838 !important; }

.color_yellow {
  color: #cf8b42 !important; }

.color_brown {
  color: #938B82 !important; }

.color_purple_blue {
  background-image: linear-gradient(to right top, #8b41c4, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_red_purple {
  background-image: linear-gradient(to right top, #f9223e, #8b41c4) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_red_blue {
  background-image: linear-gradient(to right top, #f9223e, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_purple_purple3 {
  background-image: linear-gradient(to right top, #8b41c4, #200838) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_brown_blue {
  background-image: linear-gradient(to right top, #938B82, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.background_white {
  background: #fff !important; }

.background_blue2 {
  background: #121f29 !important; }

.background_green {
  background: #938B82 !important; }

.background_blue {
  background: #5B8EFB !important; }
  .background_blue.btn:hover {
    background: #0b102a !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red {
  background: #f9223e !important; }
  .background_red.btn:hover {
    background: #d21d34 !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green {
  background: #938B82 !important; }
  .background_green.btn:hover {
    background: #157a4b !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple {
  background: #8b41c4 !important; }
  .background_purple.btn:hover {
    background: #642f8d !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple2 {
  background: #642f8d !important; }
  .background_purple2.btn:hover {
    background: #200838 !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple3 {
  background: #200838 !important; }
  .background_purple3.btn:hover {
    background: #642f8d !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_blue {
  background: linear-gradient(to right top, #8b41c4, #5B8EFB) !important; }
  .background_purple_blue.btn:hover {
    background: linear-gradient(to right top, #642f8d, #0b102a) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_purple {
  background: linear-gradient(to right top, #f9223e, #8b41c4) !important; }
  .background_red_purple.btn:hover {
    background: linear-gradient(to right top, #d21d34, #642f8d) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_blue {
  background: linear-gradient(to right top, #f9223e, #5B8EFB) !important; }
  .background_red_blue.btn:hover {
    background: linear-gradient(to right top, #d21d34, #0b102a) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_purple3 {
  background: linear-gradient(to right top, #642f8d, #200838) !important; }
  .background_purple_purple3.btn:hover {
    background: linear-gradient(to right top, #200838, #200838) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green_blue {
  background: linear-gradient(to right top, #938B82, #5B8EFB) !important; }
  .background_green_blue.btn:hover {
    background: linear-gradient(to right top, #157a4b, #0b102a) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

hr {
  margin-top: 5vh;
  margin-bottom: 5vh;
  border: 0;
  border-top: 1px solid #252525; }

body {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 1px;
  background: #111215;
  color: #e9e9e9;
  overflow: hidden; }

#canvas-wave {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1; }

#canvas-wave > div {
  display: none; }

.content_home {
  background: none; }

#canvas-sphere {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1; }

#canvas-sphere > div {
  display: none; }

#canvas-wave-2 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000; }

#wavybg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

h1, .h1 {
  font-size: 5.2vmax;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px; }

h2, .h2 {
  font-size: 3.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h3, .h3 {
  font-size: 3vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h4, .h4 {
  font-size: 2.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h5, .h5 {
  font-size: 2vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h6, .h6 {
  font-size: 1.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

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

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none !important;
  box-shadow: none; }

.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e9e9e9; }

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e9e9e9;
  opacity: 1; }

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e9e9e9;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e9e9e9; }

a, a:hover, a:focus {
  color: #e9e9e9;
  text-decoration: none; }

button.mfp-close {
  display: none; }

.mfp-arrow:hover, .mfp-arrow:focus {
  box-shadow: none; }

.space {
  width: 100%;
  height: 5vh;
  display: inline-flex; }

.space2 {
  width: 100%;
  height: 10vh;
  display: inline-flex; }

.btn {
  background: transparent;
  color: #e9e9e9;
  border: 0.5px solid #444;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  overflow: hidden;
  opacity: 1;
  transition: 0.5s; }

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0b102a;
  opacity: 0.75; }

.overlay_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 25px;
  background: #444444; }

.overlay_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
  width: 100vw;
  height: 25px;
  background: #444444; }

.overlay_left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 25px;
  height: 100vh;
  background: #444444; }

.overlay_right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 25px;
  height: 100vh;
  background: #444444; }

.background_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
   }
  .background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.background_youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.background_dots {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/pattern-white.svg") repeat;
  opacity: 0.2; }

.container {
  width: 80%;
  margin: 0 auto; }

.nav {
  width: 10%;
  height: 100vh;
  position: fixed;
  z-index: 5; }

.social_links {
  position: fixed;
  top: 5vh;
  right: 2vh;
  color: #fff;
  font-size: 1.2vmax; }
  .social_links a:hover {
    color: #938B82; }

.open_subscribe_form {
  position: fixed;
  bottom: 5vh;
  left: calc(5% - 10px);
  width: 10px;
  z-index: 5;
  color: #fff;
  cursor: pointer;
  transform: rotate(270deg);
  letter-spacing: 2px;
  font-weight: bold;
  transition: 0.25s;
  font-size: 14px; }

/*  .open_subscribe_form::before {
    content: '';
    position: absolute;
    bottom: 12px;
    right: 20px;
    width: 500px;
    height: 1px;
    background: #fff;
    transition: 0.25s; }*/
  .open_subscribe_form:hover {
    color: #938B82;
    transition: 0.25s; }
/*.open_subscribe_form:hover::before {
      background: #938B82;
      transition: 0.25s;
       }*/

.decolines {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.decolines--fixed {
  position: fixed;
  width: 100vw;
  height: 100vh; }

.decoline {
  position: absolute; }

.title {
  line-height: 1;
  font-size: 5vw;
  position: relative;
  z-index: 1;
  display: inline-block; }
  .title::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -75px;
    z-index: -1;
    width: 200px;
    height: 200px;
    background: url("../img/lines.png") no-repeat;
    background-size: contain;
    opacity: 0.5; }

.menu {
  position: fixed;
  left: calc(5% - 22.5px);
  top: 5vh;
  z-index: 9; }
  .menu .menu-icon {
    width: 45px;
    height: 21px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer; }
    .menu .menu-icon:focus {
      outline: none; }
    .menu .menu-icon:after, .menu .menu-icon:before, .menu .menu-icon span {
      width: 100%;
      height: 3px;
      border-radius: 100px;
      position: absolute;
      left: 0;
      background: #938B82; }
    .menu .menu-icon:after, .menu .menu-icon:before {
      content: ""; }
    .menu .menu-icon:after {
      top: 0;
      margin-top: 0;
      transition: transform 0.2s, 0.2s; }
    .menu .menu-icon:before {
      bottom: 0;
      margin-bottom: 0;
      transition: transform 0.2s, 0.2s; }
    .menu .menu-icon span {
      top: 50%;
      margin-top: -2px;
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .menu .menu-icon.on:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      margin-top: -1px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .menu .menu-icon.on:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 50%;
      margin-bottom: -1px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .menu .menu-icon.on span {
      visibility: hidden;
      opacity: 0; }

.form-overlay {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  background: #111215;
  transition: background 1s, opacity 0.4s, width 0s 0.4s; }

.show-form-overlay .form-overlay {
  width: 100%;
  opacity: 0.7;
  z-index: 999;
  transition: background 1s, opacity 0.4s, width 0s; }
.show-form-overlay.form-submitted .form-overlay {
  transition: background 0.6s; }

#form-container {
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  position: absolute;
  right: 5vh;
  bottom: 5vh;
  background-color: #938B82;
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s; }
  #form-container.expand {
    cursor: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);
    border-radius: 0;
    width: 70%;
    height: 90%;
    max-width: 530px;
    padding: 0;
    transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s; }

#form2-container {
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  position: absolute;
  right: 5vh;
  bottom: 10vh;
  background-color: #938B82;
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s; }
  #form2-container.expand {
    cursor: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);
    border-radius: 0;
    width: 70%;
    height: 535px;
    max-width: 530px;
    padding: 0;
    transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s; }

#form-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  z-index: 99; }


.icon::before {
  cursor: pointer;
  font-size: 30px;
  line-height: 58px;
  display: block;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); }

.fa-envelope-o::before {
  display: block; }

.fa-close::before {
  display: none; }

.expand.fa-envelope-o::before {
  display: none; }

.expand.fa-close::before {
  display: block;
  animation: none; }

#form-content {
  transform: translateY(150%);
  width: 100%;
  opacity: 0;
  text-align: left;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
  font-family: 'Poppins', sans-serif; }
  #form-content.expand {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s; }
  #form-content form {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 20px 20px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left; }

#form-head {
  font-size: 100%;
  padding: 0;
  margin: 3vh 20px 5vh;
  color: #fff;
  text-align: center;
  transition: all 0.8s 0.6s; }
  #form-head h1, #form-head h2, #form-head h3, #form-head h4, #form-head h5, #form-head h6, #form-head p {
    padding: 0;
    margin: 0; }
  #form-head .pre {
    display: block; }
  #form-head .post {
    display: none; }

.form-submitted#form-head {
  transform: translateY(250%); }
  .form-submitted#form-head .pre {
    display: none; }
  .form-submitted#form-head .post {
    display: block; }

.form-control {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  height: 40px;
  width: 100%;
  margin: 0px;
  padding: 0 10px;
  border-width: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transform: translateX(0);
  font-size: 14px;
  font-weight: 600; }

::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%; }

/* Firefox 18- */
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%; }

/* Firefox 19+ */
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%; }

/* IE 10+ */
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%; }

/* Edge */
input, select, textarea {
  color: #fff; }

textarea.form-control {
  resize: none;
  height: 150px;
  padding: 10px; }

.btn-send {
  color: #938B82;
  font-size: 16px;
  height: 50px;
  transition: all 0.1s, transform 0s 0.6s;
  background: none;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
  padding: 0 15px;
  border: 2px solid #fff; }

.form-control.form-error {
  animation: error 0.8s ease;
  background: rgba(0, 0, 0, 0.7); }

.form-control {
  transition: transform 0s 1s; }

.form-submitted .form-control {
  transform: translateX(150%);
  opacity: 0;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  .form-submitted .form-control:nth-child(1) {
    transition-delay: 0.1s; }
  .form-submitted .form-control:nth-child(2) {
    transition-delay: 0.2s; }
  .form-submitted .form-control:nth-child(3) {
    transition-delay: 0.3s; }
  .form-submitted .form-control:nth-child(4) {
    transition-delay: 0.4s; }
  .form-submitted .form-control:nth-child(5) {
    transition-delay: 0.5s; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset; }

@media (max-width: 767px) {


h1, .h1 {
  font-size: 5vmax;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px; }

h2, .h2 {
  font-size: 3vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h3, .h3 {
  font-size: 2.4vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h4, .h4 {
  font-size: 2.0vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h5, .h5 {
  font-size: 1.8vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h6, .h6 {
  font-size: 1.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

#form-container.expand {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: initial;
  overflow-x: hidden;
  bottom: 0;
  right: 0; }

#form2-container.expand {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: initial;
  overflow-x: hidden;
  bottom: 0;
  right: 0; }

.form-checkbox {
  width: 35px;
  height: 35px;
  float: left;
  margin: 0px 10px 10px 0px!important; }

.form-overlay {
  display: none;
  transition: none; } }

.content_about {
  width: 90%;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  -ms-transform: translate(0px, -100vh);
  /* IE 9 */
  -webkit-transform: translate(0px, -100vh);
  /* Safari */
  transform: translate(0px, -100vh);
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  opacity: 0; }
  .content_about.on {
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Safari */
    transform: translate(0px, 0px);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    opacity: 1; }
  .content_about .content {
    color: #9a9a9a; }
    .content_about .content p, .content_about .content span {
      font-weight: lighter; }
    .content_about .content .title_section {
      margin-top: 0;
      color: #fff;
      position: relative;
      z-index: 1; }
    .content_about .content .boxed {
      padding: 5%;
      display: inline-block;
margin: 0 auto;
    width: 100%; }
    .content_about .content .about {
background: #30414e;
} 
    .content_about .content .services {
      background-attachment: fixed;
      background-image: url("../img/person-731148_1920.jpg");
      background-size: cover;
      position: relative; }
      .content_about .content .services .overlay {
        opacity: 0.85; }
      .content_about .content .services .service .service_img {
        width: 75px;
        margin: 0 auto; }

.clients_section {
  position: relative; }
  .clients_section .clients {
    padding: 0 5%; }
    .clients_section .clients img {
      filter: grayscale(50%) brightness(0.8); }

.footer {
  color: #fff;
  position: relative;
  width: 80%;
  margin: 0 10%; }
  .footer a, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #fff !important; }

.copyright {
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px 0;
  font-size: 10px; }

#accordion .panel {
  border-radius: 0;
  border: none;
  box-shadow: none; }
  #accordion .panel .panel-heading {
    background: #938B82;
    padding: 0;
    border-radius: 0; }
    #accordion .panel .panel-heading .panel-title {
      font-size: 14px; }
#accordion .panel .panel-heading .panel-title a {
    position: relative;
    width: 100%;
    display: block;
    padding: 5px 35px 5px 15px;
    color: #fff;
    letter-spacing: 1px;

    line-height: 20px;

}


        #accordion .panel .panel-heading .panel-title a::before {
          content: '-';
          position: absolute;
          top: 0;
          right: 0;
          width: 50px;
          height: 100%;
          text-align: center;
          font-weight: bold; }
        #accordion .panel .panel-heading .panel-title a.collapsed {
          background: #f9f9f7;
          color: #0b102a; }
          #accordion .panel .panel-heading .panel-title a.collapsed i {
            margin: 0 10px 0 5px;
            color: #938B82; }
          #accordion .panel .panel-heading .panel-title a.collapsed::before {
            content: '+'; }
        #accordion .panel .panel-heading .panel-title a i {
          margin: 0 10px 0 5px;
          color: #fff; }
  #accordion .panel .panel-collapse .panel-body {
    padding: 25px;
    border: none;
    font-size: 14px; }

.content_home {
  position: fixed;
  z-index: 1;
  top: 2vh;
  left: 15%;
  width: 65%;
  opacity: 1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s; }
  .content_home.on {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s; }

.reveal-text,
.reveal-text:after {
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-duration: 1000ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }

h1.reveal-text {
  font-size: 10vmax; }

.reveal-text {
  position: relative;
  display: block;
  user-select: none;
  animation-name: reveal-text;
  color: #FFF;
  cursor: default; }
  .reveal-text:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #938B82;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer-text; }

@keyframes reveal-text {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0); } }
@keyframes revealer-text {
  0%, 50% {
    transform-origin: 0 50%; }
  60%, 100% {
    transform-origin: 100% 50%; }
  50% {
    transform: scaleX(1); }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
.countdown ul#countdown {
  padding: 0; }
  .countdown ul#countdown li {
    display: inline-block;
    line-height: 1.2;
    margin: 0 3% 0 0;
    padding: 0; }
    .countdown ul#countdown li span {
      position: relative; }
    .countdown ul#countdown li:last-child {
      margin: 0; }

.portfolio-filters {
  text-align: center;
  position: relative; }
  .portfolio-filters ul {
    margin: 0 auto;
    display: table; }
    .portfolio-filters ul li {
      display: table-cell;
      vertical-align: middle;
      padding: 0; }
      .portfolio-filters ul li a {
        text-transform: uppercase;
        display: inline-block;
        transition: all 0.3s ease;
        color: #9a9a9a;
        padding: 7px 25px;
        border-radius: 25px;
        border: 1px solid transparent; }
        .portfolio-filters ul li a.active {
          border: 1px solid #111215; }
        .portfolio-filters ul li a:hover {
          color: #0b102a;
          transition: all 0.3s ease; }

.portfolio {
  position: relative; }
  .portfolio .portfolio-item,
  .portfolio .portfolio-sizer {
    width: calc(100% / 4); }
  .portfolio .portfolio-item {
    float: left;
    height: 25vh; }
    .portfolio .portfolio-item img {
      width: 100%;
      height: 25vh;
      object-fit: cover;
      transition: 0.3s; }
  .portfolio .portfolio-item--width2 {
    width: calc(100% / 4 * 2); }
  .portfolio .portfolio-item.portfolio-item--height2 {
    height: 50vh; }
    .portfolio .portfolio-item.portfolio-item--height2 img {
      height: 50vh; }

.lightbox-gallery a .project-image {
  background: #0b102a;
  transition: 0.3s;
  display: inline-flex; }
.lightbox-gallery a:hover {
  cursor: url("../img/cursor-plus.gif") 40 40, auto; }
  .lightbox-gallery a:hover img {
    opacity: 0.25;
    transition: 0.3s; }

#google-container {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #e7eaf0; }

@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px; } }
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 300px; } }
#cd-google-map {
  position: relative; }

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #938B82;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #938B82; }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 5px; } }
#cd-zoom-out {
  background-position: 50% -32px; }

.modal-body {
  padding: 0; }

.modal-content {
  color: #fff;
  background: #938B82;
  padding-top: 10%;
  box-shadow: none;
  border: none;
  border-radius: 0; }

.modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  border: none;
  padding: 0; }
  .modal-header .close, .modal-header .close span {
    margin: 0;
    padding: 0;
    opacity: 1; }
    .modal-header .close img, .modal-header .close span img {
      width: 20px;
      margin: 0; }

.subscribe {
  padding: 5%;
  background: #30414e}
  .subscribe .form-group {
    margin: 0; }
  .subscribe input {
    background: #157a4b;
    border: 1px solid #938B82;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 25px; }
    .subscribe input:focus {
      outline: 0;
      box-shadow: none; }
  .subscribe .btn {
    font-weight: lighter;
    border: 2px solid #fff;
    padding: 12px 35px 9px;
    border-radius: 25px; }
    .subscribe .btn:hover, .subscribe .btn:focus {
      color: #fff;
      background: #938B82;
      box-shadow: 0 2px 25px -7px #0e0e0e; }

.modal-dialog {
  padding-top: 5%; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 450px;
    min-width: 450px; } }
/* Scroll to effect */
.animate {
  opacity: 0; }

.animate.start {
  opacity: 1; }

/* Scroll to effect */
.animate {
  animation-play-state: paused;
  -webkit-animation-play-state: paused; }

.animate.start {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  animation-play-state: running;
  -webkit-animation-play-state: running; }

.animate2.start {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-play-state: running;
  -webkit-animation-play-state: running; }

@media all and (min-width: 1600px) {
  #form-container.expand {
    height: 600px; }
  #form2-container.expand {
    height: 600px; }
     }
@media all and (min-width: 2401px) {
  body {
    font-size: 20px; }

  #form-container.expand {
    height: 1000px;
    width: 1000px;
    max-width: 1000px; }

  #form-container {
    width: 100px;
    max-width: 100px;
    height: 100px;
     }

  #form2-container {
    width: 100px;
    max-width: 100px;
    height: 100px;
    bottom: 15vh;
    }

  #form2-container.expand {
    height: 1000px;
    width: 1000px;
    max-width: 1000px; }

  #form2-container {
    width: 100px;
    max-width: 100px;
    height: 100px; }

  .icon::before {
    font-size: 50px;
    line-height: 100px; }

  .form-control {
    font-size: 18px; }

  .form-checkbox {
    font-size: 16px; }

  textarea.form-control {
    height: 350px;
    font-size: 20px; }

  .btn-send {
    font-size: 20px;
    line-height: 75px;
    height: 75px; }

  .modal-dialog {
    width: 750px;
    min-width: 750px; }

  .modal-header .close img, .modal-header .close span img {
    width: 35px; }

  .open_subscribe_form {
    font-size: 20px; }

/*  .open_subscribe_form::before {
    right: 30px;
    bottom: 17px;
    width: 200px; }*/

  .menu .menu-icon {
    width: 75px;
    height: 30px; }

  .menu {
    left: calc(5% - 37.5px); }

  .content_about .content .services .service .service_img {
    width: 125px; }

  .clients_section .clients img {
    width: 100%; }

  .copyright {
    padding: 15px 0;
    font-size: 14px; }

  .subscribe input {
    border-radius: 50px;
    font-size: 20px;
    height: 75px;
    line-height: 75px; }

  .subscribe .btn {
    border-radius: 50px;
    line-height: 50px;
    width: 250px;
    font-size: 20px; }

  .title::before {
    width: 300px;
    height: 300px; } }
@media all and (min-width: 1920px) and (max-width: 2400px) {
  body {
    font-size: 18px; }

  .form-control {
    font-size: 18px; }

  textarea.form-control {
    font-size: 18px; }

  .btn-send {
    font-size: 18px;
    line-height: 50px;
    height: 50px; }

  .modal-dialog {
    width: 750px;
    min-width: 750px; }

  .modal-header .close img, .modal-header .close span img {
    width: 35px; }

  .open_subscribe_form {
    font-size: 18px; }

  /*.open_subscribe_form::before {
    right: 30px;
    bottom: 15px;
    width: 300px; }*/

  .menu .menu-icon {
    width: 60px;
    height: 29px; }

  .menu {
    left: calc(5% - 30px); }

  .content_about .content .services .service .service_img {
    width: 125px; }

  .clients_section .clients img {
    width: 100%; }

  .copyright {
    padding: 15px 0;
    font-size: 12px; }

  .subscribe input {
    border-radius: 50px;
    font-size: 18px;
    height: 65px;
    line-height: 65px; }

  .subscribe .btn {
    border-radius: 50px;
    line-height: 37px;
    width: 250px;
    font-size: 18px; }

  .title::before {
    width: 250px;
    height: 250px; } }
@media all and (max-width: 991px) {
  .footer .col-xs-12 {
    margin-top: 10%; }

  .service {
    margin-top: 10%; }

  .portfolio .portfolio-item,
  .portfolio .portfolio-sizer {
    width: calc(100% / 2); }
  .portfolio .portfolio-item {
    height: 200px; }
    .portfolio .portfolio-item img {
      height: 200px; }
  .portfolio .portfolio-item--width2 {
    width: 100%; }
  .portfolio .portfolio-item.portfolio-item--height2 {
    height: 400px; }
    .portfolio .portfolio-item.portfolio-item--height2 img {
      height: 400px; } }
@media all and (max-width: 767px) {
  .footer .col-xs-12 {
    margin-top: 10%; }

  .portfolio-filters ul li a {
    padding: 0 10px; }

  .space2 {
    height: 5vh; }

  .clients_section .item {
    padding: 0; }

  body, h6, .h6 {
    font-size: 12px; }

  .content_home {
    top: 2vh;
    width: 80%; }

  .open_subscribe_form {
    left: calc(5% - 5px);
    font-size: 10px!important; }

 /* .open_subscribe_form::before {
    bottom: 10px; }*/

  .menu .menu-icon {
    width: 30px;
    height: 15px; }

  .menu {
    left: calc(5% - 15px); }

  .social_links {
    font-size: 14px; }
    .social_links li {
      padding: 0; }

  #form-container {
    right: 25px;
    bottom: 35px; }
  #form2-container {
    right: 25px;
    bottom: 35px; }

  .portfolio-filters ul li {
    display: block; }

  .title {
    font-size: 7vw; } }

/*# sourceMappingURL=style.css.map */

.panel {
    background-color: #121f29;
}

.content_about .content {
    color: #fff;
}

#accordion .panel .panel-heading .panel-title a.collapsed {
    background: #121f29;
    color: #ffffff;
}

.close:focus, .close:hover {
    color: #fff;
}

.close {
    color: #fff;
}
/*# maasundkollegen */
.open_subscribe_form {
  position: fixed;
  bottom: 0vh;
  left: calc(2%);
  width: 10px;
  z-index: 5;
  color: #fff;
  cursor: pointer;
  transform: rotate(0deg);
  letter-spacing: 1px;
  font-weight: normal;
  transition: 0.25s;
  font-size: 16px; 
}

.imprint {
  bottom: 3vh;
}

h2, .h2 {
    font-size: 2.5vmax;
    line-height: 1.0;
    font-weight: bold;
    letter-spacing: normal;;
}

.title {
    line-height: 1;
    font-size: 4vw;
    position: relative;
    z-index: 1;
    display: inline-block;
}

/*.open_subscribe_form::before {
    bottom: 12px!important;
}*/

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.modal-dialog.fullscreen {
    width: 100%!important;
    height: 100%!important;
    margin:0px;
    padding:0px;
    /* min-width: 750px; */
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.fullscreen .modal-content {
  padding-top:20px;
}

.modal-content h6, .modal-content h5, .modal-content h4, .modal-content p, .modal-content span {

    line-height: 1.2em;
    font-weight: normal!important;
}

.modal-header {
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 1;
    border: none;
    padding: 0;
}

.btn-send {
    width: 100%;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
}

#form-head {
    font-size: 100%;
    padding: 0;
    margin: 2vh 20px 2vh;
    color: #fff;
    text-align: center;
    transition: all 0.8s 0.6s;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, li, textarea, input {
    font-family: 'Nunito', sans-serif;
}

.open_subscribe_form {
    left: 15%;
    width: auto;
}

.form-checkbox .open_subscribe_form {
    width:25px!important;
    height:25px!important;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label  {  
  color: #CDDC39!important;
  font-size: 12px!important;}

  a, a:hover, a:focus {
    color: #CDDC39;
    text-decoration: none;
    cursor: pointer;
}

.legal-links {
    color: white!important;
}

.lawyer-img{

    border: solid 3px #938b82;
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.60);
    margin-right: 20px;
    margin-bottom: 10px;
}

.modal-body {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.quform-outer, .quform-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
}

.quform-element-checkbox input[type="checkbox"] {
    background: transparent !important;
    border: none transparent !important;
    margin-right: 10px;
}

@media (max-width: 767px){ 
h1, .h1 { 
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 2px;
}

.form-control {
  height: 20px;
  font-size: 13px;
  font-weight: 300; }


.lawyer-img {
    max-width: 100px;
    border: solid 2px #938b82;
}

h6, .h6 {
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 0px;
}
}

@media all and (min-width: 0px) and (max-width: 374px) {
body {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 1px;
    background: #111215;
    color: #e9e9e9;
    overflow: scroll;
}

h1, .h1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
}

.info-btn {
    margin-bottom: 10px;
    max-width: 70%;
    font-size: 10px;
}
}

@media screen and (max-width: 320px) , screen and (max-height: 480px) {
  .lawyer-img {
    display:none;
}
.col-xs-6 {
    width: 100%;
}

body {
    font-size: 11px;
}

#form-container {
    right: 15px;
}

.info-btn {
    display:none;
}

}


.quform-submit-inner {
    width: 100%!important;
    float: none!important;
}

.main-logo {
    max-width: 100%!important;
}

.background_img video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}


.info-btn {
    background: #05050566;
    color: #e9e9e9;
    border: 0.5px solid #444;
    border-radius: 0;
    font-size: 14px;
    /* letter-spacing: 2px; */
    overflow: hidden;
    opacity: 1;
    transition: 0.5s;
    border: solid 2px #938b82;
    width: 100%;
    padding: 10px;
    text-transform: none;
}

h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.modal-body h4 {
    font-size: 1.2em;
    color: #121f29!important;
}

.modal-body h3 {
    font-size: 1.5em

}

.info-btn {
    margin-bottom: 10px;
}

.fourk {
    display:none;
}


@media all and (min-width: 2561px) and (min-height: 1600px) {

.lawyer-img {
    border: solid 3px #938b82;
    width: 100%;
    max-width: none;
    height: auto;
    float: left;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.60);
    margin-right: 20px;
    margin-bottom: 10px;
}

.subheadline {
  font-size: 2vmax
}

h6, .h6 {
    font-size: 2vmax;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: right
}

h1, .h1 {
    font-size: 5.7vmax;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 2px;
}

.info-btn {
    background: #05050566;
    color: #e9e9e9;
    border: 0.5px solid #444;
    border-radius: 0;
    font-size: 25px;
    /* letter-spacing: 2px; */
    overflow: hidden;
    opacity: 1;
    transition: 0.5s;
    border: solid 2px #938b82;
    width: 100%;
    padding: 15px;
    text-transform: none;
}

.fourk {
    display:block;
}
}

@media all and (min-width: 0px) and (max-width: 480px) {

.info-btn {
    margin-bottom: 10px;
    max-width: 70%;
    font-size: 10px;
}
}