@font-face {
  font-family: "Moon";
  src: url("../includes/fonts/Moon2.0-Regular.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MoonLight";
  src: url("../includes/fonts/Moon2.0-Light.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Moon";
  src: url("../includes/fonts/Moon2.0-Bold.otf");
  font-style: bold;
  font-weight: bold;
}
@font-face {
  font-family: "Aileron";
  src: url("../includes/fonts/Aileron-Regular.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("../includes/fonts/Aileron-Bold.otf");
  font-style: bold;
  font-weight: bold;
}
@font-face {
  font-family: "Aileron";
  src: url("../includes/fonts/Aileron-Light.otf");
  font-style: italic;
  font-weight: italic;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: Moon;
  font-weight: normal;
  background-color: black;
  margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (min-width: 990px) {
  .navbar {
    /*opacity: 0.9;*/
    background-color: rgba(28, 56, 74, 0.9) !important
  }
  .navbar-expand-lg {
    /*margin-top: 25px;*/
    /*top: -20px;*/
    z-index: 2000;
    border-top: 25px solid #1f6e8e;
    box-sizing: content-box;
  }
}

@media (min-width: 993px) {
  .navbar-header {
    display: none;
  }

  .navbar-collapse {
    line-height: 70px;
  }

  .navbar-nav .nav-item.selected {
    border-bottom: 10px solid #F19305;
  }

  .navbar-nav .nav-item.home {
    display: none;
  }

  .navbar-nav .nav-item.login {
    position: absolute;
    right: 0;
  }

  .navbar-nav .nav-item.login a {
    font-size: 1.2rem;
  }

  .navbar-dark .navbar-brand {
    position: relative;
    margin-top: 10px;
  }

  .navbar .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 0 6px;
    /*border-color: transparent transparent transparent pink;*/
    border-color: transparent transparent transparent #272727;
    position: absolute;
    top: 5px;
    right: -6px;
  }
}

@media (max-width: 992px) {
  .navbar-brand {
    position: absolute;
    z-index: 2000;
    top: -20px;
  }
  .navbar-toggler {
    border: 0;
    /*z-index: 2002;*/
  }
  .navbar-header .navbar-toggler {
    margin: 0 !important;
    width: 100%;
    text-align: right;
  }
  .navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 100%;
    /*padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;*/
    pading: 0;
    width: 100%;
    transition: all 0.4s ease;
    display: block;

    top: 0px;
    /*background: gray;*/
    height: 100vh;
    z-index: 2001;
    position: absolute;
  }
  .navbar-collapse.collapsing {
    height: 100vh !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.2s ease;
  }
  .navbar-collapse.show {
    left: 0;
    font-family: Moon;
  }
  .navbar-collapse .back-transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    z-index: 1;
    opacity: 0.6;
  }
  .navbar-nav {
    background-color: #1C384A;
    margin-left: 30% !important;
    min-width: 300px;
    height: 100%;
    z-index: 2;
    position: relative;
  }
  .navbar-header {
    background-color: #1C384A;
    margin-left: 30% !important;
    /*min-width: 300px;*/
    height: 60px;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid white;
    display: flex;
    color: white;
    font-size: 1.3rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
  .navbar-header .title {
    display: flex;
    align-items: center;
  }
  .navbar-nav li:last-child {
    margin-top: 4rem;
  }
}

.navbar-expand-lg > .container {
  max-width: 100%;
  padding-left: 30px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.navbar {
  background-color :#1C384A;
  /*height: 80px;*/
  height: 65px;
  font-size: 16px;
  font-family: MoonLight;
  letter-spacing: 2px;
}

.navbar .pop {
  width: 220px;
  height: 114px;
  border-radius: 0px 0px 9px 9px;
  background-color: #272727;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.58);
  padding: 20px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-end;
}

.navbar .navbar-nav {
  margin-left: 4rem;
}

.navbar .navbar-nav a {
  font-size: 1.4rem;
  color: white !important;
}

@media (min-width: 1250px) {
  .navbar .navbar-nav .nav-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 1249px) {
  .navbar .navbar-nav .nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 1099px) {
  .navbar .navbar-nav .nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.navbar .navbar-nav .nav-item.selected {
  font-weight: bold;
}

.navbar .pop img {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .navbar {
    height: 60px;
  }

  .navbar .pop {
    width: 150px;
    height: 85px;
    margin-left: -20px;
    padding: 20px;
  }
}

/*.navbar-collapse {
  height: 100vh;
  background-color: gray;
}*/

header {
  position: relative;
  /*height: 900px;*/
}

header.background {
  height: 100vh;
  min-height: 600px;
  background-image: url(../img/home-background.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1395px) {
  header.background {
    background-size: auto 100%;
  }
}


@media screen and (min-width: 990px) {
  header.bg-home .img-container {
    height: 100vh;
    /*min-height: 900px;*/
  }

  header.bg-home .img-container img {
    /*background-image: url('../img/home-background.png');
    background-position: center bottom;*/
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

footer {
  background: #000;
  height: 60px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Aileron;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

footer a {
  color: white !important;
  text-decoration: none;
}

/* Main */
@media (max-width:1200px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-phrase {
  color: white;
  font-size: 2.5rem;
  /*position: absolute;
  top: 200px;*/
  width: 100%;
  text-align: center;
  font-family: MoonLight;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

@media screen and (max-width: 989px) {
  .home-phrase {
    font-size: 1.8rem;
    /*top: 100px;*/
    padding: 0 20%;
  }
}

@media screen and (max-width: 576px) {
  .home-phrase {
    font-size: 1.3rem;
    /*top: 50px;*/
    padding: 0 10%;
  }
  /*.home-main {
    top: calc(50% - 220px) !important;
    width: 100%;
  }*/
}

.home-services {
  background-color: rgba(28, 56, 74, 0.87);
  color: white;
  padding: 10px 30px;
  letter-spacing: 1px;
}

.home-main {
  /*position: absolute;
  top: calc(50% - 300px + 60px);*/
  width: 100%;
}

.home-main-container {
  background-color: rgba(28, 56, 74, 0.87);
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px 30px;
  letter-spacing: 1px;
  text-align: center;
  height: 400px;
  margin: 0 5%;
  display: flex;
  align-items: center;
  position: relative;
}

.home-services-icons {
  width: 100%;
  position: relative;
}

.home-services-icons .row {
  width: 100%;
}

.home-services-icons img {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
}

.home-services-icons .text div {
  max-width: 200px;
  margin: 0 auto;
  color: white;
}

.carousel.home {
  display: none;
  background-color: rgba(28, 56, 74, 0.87);
  color: white;
  padding: 10px 30px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: none;
  margin-top: -62px;
}

.home-main .carousel.home {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.carousel.home .carousel-item {
  text-align: center;
}

.carousel.home .carousel-item.active {
  display: inline-block;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  width: 40px;
}

.carousel.home img.arrow {
  width: 20px;
}

.carousel .subcar {
  width: 100%;
  display: flex;
  max-width: 100% !important;
}

.reverse {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.gradient-container {
  background: #081015;
  padding: 2rem 0;
  color: white;
  font-size: 1.4rem;
}

.gradient-container .gradient-subcontainer {
  position: relative;
}

.gradient-container .gradient-subcontainer .front {
  display: block;
  z-index: 5;
  position: relative;
}

.gradient {
  background: linear-gradient(to right, #1f6e8e 0%, #3c9eb0 21.18%, #f19105 50.25%, #3c9eb0 82.27%, #1f6e8e 100%);
  filter: blur(5px);
  position: absolute;
  left: 0;
  /*top: 0;
  height: 100%;*/
  width: 100%;
  height: 10px;
  top: calc(50% - 3px);
}

@media screen and (max-width: 1360px) {
  header.bg-home .img-container {
    height: auto;
  }
  header.bg-home .img-container img {
    width: 100%;
    position: relative;
    /*height: 100%;*/
  }
}

@media screen and (min-width: 990px) {
  .home-services .text.first {
    text-align: left;
  }
  .home-services .text.second {
    text-align: center;
  }
  .home-services .text.third {
    text-align: right;
  }
  .home-services {
    margin-top: -68px;
    position: relative;
  }
}

@media screen and (max-width: 989px) {
  .home-services .text:nth-child(odd) {
    text-align: left;
  }
  .home-services .text:nth-child(even) {
    text-align: right;
  }

  .navbar-expand-lg > .container {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .home-main .home-services-icons .row:first-child {
    display: none;
  }

  /*.carousel.home {
    display: block;
  }*/

  .carousel.car-two-items {
    display: block;
  }
  .carousel.car-one-item {
    display: none;
  }

}

@media screen and (max-width: 576px) {
  .gradient-container {
    font-size: 1rem;
  }

  .home-services {
    font-size: 0.9rem;
  }

  .home-services .text {
    margin-bottom: 10px;
  }

  .home-main .home-services-icons .row:first-child {
    display: none;
  }

  /*.home-main .home-main-container {
    height: 300px;
  }*/

  /*.carousel.home {
    display: block;
  }*/

  .img-container {
    margin-top: 60px;
  }

  .home-services {
    display: none;
  }
  .carousel.car-two-items {
    display: none;
  }
  .carousel.car-one-item {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .home-main .home-main-container {
    height: 300px;
  }
}

.main.home {
  background-color: black;
}

.card {
  background: #3c9eb0;
  color: white;
  border: 1px solid black;
  border-radius: 5px;
  font-family: Aileron;
  font-size: 0.9rem;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.5px;
  border: none;
}

.card .icon {
  background: #1f6f8e;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
  min-height: 100%;
  border-radius: 5px;
}

.card .icon div {
  height: 80px;
  max-height: 100px;
  display: flex;
}

.card img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.card .card-block {
  padding: 10px;
}

.technologies.row {
  margin: 0;
}

.technologies.row > div {
  /*padding: 1rem 5rem;*/
  padding-bottom: 2rem;
}

.main.home .technologies {
  margin-top: 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/*.main.home .technologies {
  width: 50%;
  margin-left: 50%;
}*/

.main.home .technologies .more {
  display: none;
}

.main.home .technologies > .row > div {
  padding: 1rem 1rem;
  margin-left: auto;
}

.services .card .title {
  border: none;
  font-size: 1rem;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.services .card .title div {
  display: flex;
}

.services .card .title .text {
  flex: 1;
}

.services .card img {
  width: 50px;
  margin-right: 15px;
}


.img-container {
  position: relative;
}

.technologies .card .col.collapse {
  display: initial;
}

@media screen and (max-width: 576px) {
  .technologies .card .icon {
    max-height: 120px;
  }

  .technologies .card .icon:not(.collapsed) {
    /*width: 100%;*/
    border-radius: 5px;
    max-height: 100%;
  }

  .technologies .card .icon.collapsed {
    border-radius: 5px;
    cursor: pointer;
  }

  .technologies .card .col.collapse {
    display: none;
  }

  .technologies .card .col.collapse.show {
    display: initial;
  }

  .technologies .collapsing {
    max-height: 400px;
    transition: all 0.2s ease;
  }

  header.bg-services .img-container {
    height: initial !important;
  }
}

/* About */

header.bg-about {
  background-color: #081015;
  height: auto;
  padding: 0;
}

header.bg-about img {
  max-width: 1390px;
  width: 100%;
}

.about {
  background-color: #081015;
}

header.bg-about .text {
  background-color: #3c9eb0;
  color: white;
  font-family: Aileron;
  font-size: 1.1rem;
  padding: 4rem 3rem 4rem 10%;
  opacity: 0.9;
}

@media screen and (min-width: 990px) {
  header.bg-about .text {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 4rem;
    margin-bottom: 4rem;
    min-width: 700px;
  }
  .page-tag {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  header.bg-about {
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  header.bg-about .text {
    padding: 2rem 2rem 2rem 10%;
    /*margin-right: 4rem;*/
    /*margin-top: -25%;*/
    margin-bottom: 4rem;
    margin: 0 auto;
  }

  .page-tag {
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    /*position: absolute;*/
    left: 0;
    top: 50%;
    background-color: rgb(28, 56, 74,0.7);
    padding: 10px 30px;
    border-left: 10px solid #F19305;
  }

  header.bg-about .page-content {
    margin-top: -30%;
  }
}

@media screen and (max-width: 768px) {
  header.bg-about .text {
    padding: 2rem 2rem 2rem 2rem;
    margin: 0 auto;
    /*margin-top: -10%;*/
    margin-bottom: 4rem;
  }

  .page-tag {
    top: 60%;
  }
}

@media screen and (max-width: 576px) {
  header.bg-about .text {
    width: 90%;
  }
}

p:last-child {
  margin-bottom: 0;
}

/* Contact */

header.bg-contact {
  background-color: #081015;
  height: auto;
  padding: 0;
}

header.bg-contact .panel {
  margin-right: 9rem;
  margin-bottom: 4rem;
  min-width: 600px;
  /*max-width: 1000px;*/
  color: white;
  padding: 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.73);
  /*width: inherit;*/
}

header.bg-contact .panel-header {
  background-color: #191919;
  background-color: #081015;
  font-family: Aileron;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-bottom: 2px solid #707070;
}

header.bg-contact .panel-body {
  position: relative;
  background-color: rgba(39, 39, 39, 0.73);
  font-family: Aileron;
  font-size: 0.9rem;
  padding: 1rem 3rem 5rem 3rem;
}

header.bg-contact .panel-body button {
  color: white;
  font-size: 1.3rem;
  width: 152px;
  height: 47px;
  border-radius: 8px;
  background: #1f6e8e;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
  /*position: absolute;
  right: -76px;*/
  float: right;
}

.panel-header p {
  margin-bottom: 5px;
}

.panel-header p a {
  color: #1F6E8E !important;
}

@media screen and (min-width: 990px) {
  header.bg-contact .panel {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  header.bg-contact img {
    max-width: 50%;
    width: 50%;
    height: calc(100vh - 60px);
    min-height: 900px;
    object-fit: cover;
  }
}

@media screen and (max-width: 989px) {
  header.bg-contact {
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  header.bg-contact .panel {
    margin: 0 auto;
    /*margin-top: -10%;*/
    margin-bottom: 4rem;
    min-width: 0;
    color: lightgray;
  }

  header.bg-contact .panel-body {
    padding-bottom: 2rem !important;
  }

  .page-tag {
    top: 70%;
  }

  .page-content {
    margin-top: -150px;
  }

  .contact-address.full {
    display: none;
  }

  .contact-address.mobile {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  header.bg-contact .panel-body button {
    right: -20px;
  }
}

@media screen and (max-width: 576px) {
  header.bg-contact .panel-body button {
    right: -10px;
  }

  header.bg-contact .img-fluid, header.bg-about .img-fluid {
    min-height: 300px;
  }

  header.bg-contact .panel-header {
    font-size: 0.8rem;
  }

  header.bg-contact .page-content {
    margin-top: -120px;
  }

  header.bg-services .page-content {
    height: initial;
    margin-top: -120px;
  }
}

@media screen and (max-width: 576px) {
  header.bg-contact .panel {
    width: 90%;
  }

  .panel-header, .panel-body {
    padding: 1rem !important;
  }

  .panel-body {
    padding-bottom: 5rem !important;
  }
}

.panel .form-input label {
  font-family: Moon;
  font-weight: normal;
  font-size: 1.2rem;
}

.panel .form-input input {
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  border-color: #656565;
  background-color: transparent;
  color: white;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.panel .form-input textarea {
  width: 100%;
  border-color: #656565;
  border-style: solid;
  background-color: black;
  color: white;
  padding: 10px;
  height: 150px;
  max-height: 150px;
  min-height: 50px;
  resize: none;
  margin-bottom: 20px;
}

/* Other */
.page-content {
  width: 100%;
  z-index: 1;
}

.page-tag {
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* Services */

header.bg-services, header.bg-technologies {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: initial;
}

header.bg-services .img-container {
  /*max-width: 1390px;*/
  width: 100%;
  height: 700px;
  max-height: 70vh;
  /*object-fit: cover;*/
  /*filter: opacity(0.4) blur(3px);*/
  overflow: hidden;
}

header.bg-services .img-container img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 989px) {
  header.bg-services .img-container {
    height: inherit;
  }

  header.bg-services .img-container img {
    position: relative;
  }
}

header.bg-technologies .img-container {
  /*max-width: 1390px;*/
  width: 100%;
  height: 700px;
  max-height: 70vh;
  object-fit: cover;
  /*filter: opacity(0.4) blur(3px);*/
  overflow: hidden;
}

header.bg-technologies .img-container {
  filter: none;
  height: initial;
  max-height: 80vh;
}

header.bg-technologies .img-container .img-fluid {
  width: 100%;
}

@media screen and (max-width: 576px) {
  header.bg-technologies .img-container {
    height: inherit;
  }

  header.bg-technologies .img-container img {
    max-width: none;
    height: 50vh;
    width: auto !important;
  }
}

.services {
  margin-left: 2rem;
  margin-right: 2rem;
}

.services > div {
  margin: 0 auto;
  margin-bottom: 2rem;
}

.services .card {
  max-width: 400px;
  width: 100%;
  min-height: 250px;
  padding: 15px;
  background-color: rgba(27, 94, 121, 0.9);
  margin: 0 auto;
  border: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  letter-spacing: 0.5px;
}

.services .card .title {
  font-size: 1.5rem;
  font-weight: bold;
  /*border-left: 50px solid white;*/
  padding-left: 10px;
  margin-bottom: 20px;
  min-height: 52px;
  max-height: 65px;
  flex: 0 1 auto;
  color: white;
  text-decoration: none;
}

.services .card .text {
  /*min-height: 100%;*/
  font-style: italic;
  font-size: 1.2rem;
  flex: 1 1 auto;
}
.services .card .more {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: right;
  display: block;
  /*position: absolute;*/
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

@media screen and (min-width: 990px) {
  .bg-services .page-content {
    margin-top: -150px;
  }

  .bg-technologies .page-content {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  header.bg-services img {
    max-height: 50vh;
    max-width: none;
    max-width: none;
    /*position: absolute;
    bottom: 0;*/
  }
}

.full-texts .modal {
  z-index: 5000;
  font-family: Aileron;
  color: white;
  letter-spacing: 0.5px;
}

.full-texts .modal .modal-content {
  background-color: transparent;
  max-height: 100vh;
}

.full-texts .modal-header {
  background-color: rgb(26,26,27);
  border-radius: 0;
  border: 0;
}

.full-texts .modal-header h5 {
  font-size: 1rem;
}

.full-texts .modal-header .close {
  color: white;
  opacity: 1;
  font-size: 2rem;
  font-weight: normal;
  padding: 10px;
}

.full-texts .modal-body {
  background-color: #3c9eb0;
  opacity: 0.9;
  font-style: italic;
  padding: 2rem 4rem;
}

.full-texts .modal-body a {
  color: white;
}

/* Partners */
.partners {
  margin-top: 106px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/technologies-background.jpg) center left no-repeat;
  background-attachment:fixed;
  background-size: 50%;
}

@media screen and (max-width: 989px) {
  .partners {
    margin-top: 60px;
  }

  .page-tag {
    margin-top: 30px;
    font-weight: normal;
  }

  .partners .page-tag {
    background-color: transparent;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  .partners {
    background-position-x: center;
    background-position-y: top;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 576px) {
  .partners {
    background-position-x: center;
    background-position-y: top;
    background-attachment: fixed;
    background-size: cover;
  }
  .full-texts .modal-body {
    padding: 2rem 3rem;
  }

  .col-xs-6 {
    width: 50%;
  }
}

/* Login */
.login {
  z-index: 5000;
}
.login .modal-content {
  background-color: transparent;
}

.login .modal-header {
  background-color: rgba(25, 25, 25, 0.9);
  border-bottom: 1px solid gray;
  position: relative;
  height: 190px;
}

.login .modal-header .modal-title {
  color: white;
  position: absolute;
  bottom: 0;
  right: 40%;
  font-size: 1.1rem;
}

.login .modal-header .modal-title .line {
  height: 6px;
  width: 33px;
  background-color: orange;
  margin: 0px auto;
  margin-top: 5px;
  filter: blur(3px);
}

.login .modal-header .tag-icon {
  width: 170px;
  width: 154px;
  background-color: #1c384a;
  filter: drop-shadow(2px 3px 6px rgba(0,0, 0, 0.6));
  padding: 35px;
  position: absolute;
  bottom: -5px;
  left: -15px;
  z-index: 1;
}

.login .modal-header .close {
  color: white;
  opacity: 1;
  font-size: 40px;
  font-weight: normal;
  padding: 10px;
  font-family: Aileron;
  font-style: italic;
  padding-top: 0;
}

.login .modal-body {
  position: relative;
  background-color: rgba(39, 39, 39, 0.9);
  font-family: Aileron;
  font-size: 0.9rem;
  padding: 1rem 5rem 3rem 5rem;
  color: lightgray;
}

.login .form-input.user {
  margin-top: 20px;
  margin-bottom: 20px;
}

.login .form-input label {
  font-family: Aileron;
  font-weight: normal;
  font-size: 1rem;
  color: gray;
}

.login .form-input input[type=text], .login .form-input input[type=password] {
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  /*border-color: #656565;*/
  border-color: lightgray;
  background-color: transparent;
  color: lightgray;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.login .form-input input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.login .form-check label {
  margin-left: 10px;
}

.login .modal-body button {
  color: white;
  font-size: 1.3rem;
  width: 76px;
  height: 55px;
  border-radius: 8px;
  background: #3c9eb0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.48);
  /*position: absolute;
  right: -38px;*/
  float: right;
}

.login .modal-body button img {
  height: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px;
  }
}

@media (min-width: 576px) {
  .modal-open .modal.show {
    display: flex!important;
    align-items: center!important;
  }
}

.modal-backdrop {
  z-index: 100000 !important;
}

.modal {
  z-index: 100001 !important;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.collapse.in{
  padding-bottom:5px;
}

/* Parallax */
.parallax {
  /* The image used */
  background-image: url("../img/Artboard-1.jpg");

  /* Full height */
  height: 250vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.parallax .section {
  position: relative;
  height: 100%;
  max-height: 100vh;
}

.parallax .tag {
  color: white;
  /*font-size: 2rem;
  text-align: center;*/
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.parallax .front {
  position: absolute;
  width: 100%;
  height: 100%;

  background-image: url("../img/Artboard-2.png");

  /* Full height */
  /*height: 150%;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 10;
}

.parallax .front img {
  width: 100%;
  height: 100%;
}

.parallax .home-main {
  position: absolute;
  bottom: -800px;
  top: initial;
  z-index: 11;
}

.parallax-end {
  background-position: center bottom;
  background-attachment: initial;
  background-size: 100%;
}

@media (min-width: 1550px) {
  .parallax-end {
    background-size: 100% !important;
    background-position: center bottom -60px;
  }
}

@media (max-width: 1549px) {
  .parallax-end {
    background-size: auto 100vh;
    background-position: center bottom 30px;
  }
}

@media (max-width: 789px) {
  .parallax-end {
    background-size: auto 100vh;
  }
}

@media screen and (max-width: 576px) {
  .parallax {
    background-size: auto 100vh;
    z-index: 0;
  }
  .parallax .front {
    background-size: auto 100vh;
  }
  .parallax:before {
    content: "";
    background-image: url("../img/Artboard-1.jpg");
    height: 100vh;
    width: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100vh;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
  }
  .parallax.parallax-end:before {
    background: none;
  }
  .parallax .front {
    display: none;
  }
  .parallax:after {
    content: "";
    background-image: url("../img/Artboard-2.png");
    height: 100vh;
    width: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100vh;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .parallax.parallax-end:after {
    background: none;
  }
}

.goto {
  text-align: center;
  /*margin: 0 auto;*/
  font-size: 1.3rem;
  word-spacing: -4px;
  /*margin-top: 20px;*/
  position: absolute;
  width: calc(100% - 60px);
  height: 30px;
  bottom: 20px;
}

.goto a {
  color: white;
  padding: 0;
  text-decoration: none!important;
}

.goto img {
  width: 25px;
  margin-top: 0px;
  margin-left: 6px;
}

/* No Parallax */
.noparallax {
  background-image: url("../img/Artboard-1.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 568px;
  overflow: hidden;
}

.noparallax .section {
  position: relative;
  height: 100%;
  /*max-height: 100vh;*/
  max-height: inherit;
}

.noparallax .front {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/Artboard-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.noparallax .tag {
  color: white;
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.noparallax .home-main {
  position: absolute;
  bottom: -500px;
  z-index: 11;
}

.noparallax .home-main .goto {
  display: none;
  position: absolute;
  width: calc(100% - 60px);
}

.splash {
  position: absolute;
  display: flex;
  flex-grow: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  /*background-image: linear-gradient(45deg, #396D8B 0%, #1C384A 100%);*/
  background-color: #1f6e8e;
  justify-content: center;
  align-items: center;
  z-index: 1002;
}

.splash > .logo {
  display: flex;
  width: 65px;
  height: auto;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.bg-contact .page-content {
  position: relative;
}

.contact-address.full {
  position: absolute;
  bottom: 15px;
  margin-left: 30px;
}

.contact-address.mobile {
  display: none;
  margin-top: 50px;
}

.contact-address {
  color: white;
  letter-spacing: 1px;
  border-left: 3px solid white;
  padding: 17px 10px;
  font-family: "Aileron";
  font-style: italic;
}

.contact-address .title {
  font-weight: bold;
}

.contact-address p {
  margin-bottom: 0px;
}

.page-cookie, .info-page {
  background-color: white;
  min-height: 100vh;
  padding: 0 20%;
  padding-top: 130px;
  padding-bottom: 20px;
  font-family: Aileron;
}

.info-page {
  padding: 0 10%;
  padding-top: 130px;
  padding-bottom: 20px;
}

.modal-open header, .modal-open nav {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1400px) {
  .col-lg-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height*/
  margin: -130px 0 0; /* negative fixed header height */
}

@media screen and (max-width: 989px) {
  :target::before {
    content: "";
    display: block;
    height: 100px; /* fixed header height*/
    margin: -100px 0 0; /* negative fixed header height */
  }
}