* {
  outline: none; }

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  background: #fff; }

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
#parallax{
  background-image: url('../img/image-parallax.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
a:hover, a:focus, a:active {
  text-decoration: none; }

.btns {
  display: inline-table;
  margin-top: 30px; }

.divider {
  display: block;
  width: 70px;
  height: 4px;
  background: #888888; }

.home.divider{
	background-color:#008ac4;
	width:35px;
	height:2px;
}

.header{
  position: relative;
  z-index: 1;
}
.header-tex-box {
  display: flex;
  flex-direction: column; }
  .header-tex-box h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.5em; }
  .header-tex-box p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px; }
    .header-tex-box p span {
      display: block; }

  .header-tex-box .btns a {
      color: #fff;
      margin-right: 100px;
      text-transform: uppercase;
      padding-bottom: 5px;
      font-weight: 500;
    }

    /* Underline From Left */
    .header-tex-box .btns a {
	    padding-bottom:5px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden;
    }

    .header-tex-box .btns a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 100%;
      bottom: 0;
      background: #fff;
      height: 2px;
      -webkit-transition-property: right;
      transition-property: right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .header-tex-box .btns a:hover:before, .header-tex-box .btns a:focus:before, .header-tex-box .btns a:active:before {
      right: 0;
    }

.navbar {
  height: 80px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  transition: ease 0.45s;}
  .navbar .navbar-brand {
    text-transform: uppercase;
    font-weight: 800;
    color: #8c8c8c;
	  margin-top:-5px;
    transition: ease 0.45s; }

.navbar-collapse .nav-item {
  padding: 20px 12px 15px 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  .navbar-collapse .nav-item a {
    color: #a5a5a5;
    transition: ease 0.45s; }
  .navbar-collapse .nav-item a:hover, .navbar-collapse .nav-item a:focus, .navbar-collapse .nav-item a:active {
    text-decoration: none;
    color: #414141; }

  .content{
	  padding:75px 0;
  }

  .content p{
	  font-size:15px;
	  line-height:30px;
	  color:#5b5a5a;
	  margin:10px 0;
  }

.wpcf7 input {
	padding: 12px 20px;
	border-radius: 6px;
	box-shadow: 0 0 20px #e9e9e9;
	border: 1px solid #e2e2e2;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.wpcf7 textarea {
	padding: 12px 20px;
	border-radius: 6px;
	box-shadow: 0 0 20px #e9e9e9;
	border: 1px solid #e2e2e2;
	margin: 0 0 10px 0;
	font-size: 14px;
	height: 150px;
}

.wpcf7 input, .wpcf7 textarea {
	width: 100%;
}

.wpcf7 input[type="submit"] {
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #0f83da;
	background: -webkit-linear-gradient(left, #0f83da, #1c5985);
	background: -o-linear-gradient(right, #0f83da, #1c5985);
	background: -moz-linear-gradient(right, #0f83da, #1c5985);
	background: linear-gradient(to right, #0f83da, #1c5985);
}

  @media (min-width: 992px){
	  .navbar-collapse .nav-item a {
		  display: inline-block;
		  vertical-align: middle;
		  -webkit-transform: perspective(1px) translateZ(0);
		  transform: perspective(1px) translateZ(0);
		  box-shadow: 0 0 1px transparent;
		  position: relative;
		  overflow: hidden;
		  padding-bottom:5px;
	  }

	  .navbar-collapse .nav-item a:before {
		  content: "";
		  position: absolute;
		  z-index: -1;
		  left: 0;
		  right: 100%;
		  bottom: 0;
		  background: #008ac4;
		  height: 2px;
		  -webkit-transition-property: right;
		  transition-property: right;
		  -webkit-transition-duration: 0.3s;
		  transition-duration: 0.3s;
		  -webkit-transition-timing-function: ease-out;
		  transition-timing-function: ease-out;
	  }
	  .navbar-collapse .nav-item a:hover:before, .navbar-collapse .nav-item a:focus:before, .navbar-collapse .nav-item a:active:before {
		  right: 0;
	  }
	  .navbar-collapse .nav-item:last-child a:before{
		  display:none;
	  }
	  .szkolenia .navbar-collapse .nav-item a:before{
		  background:#a5a61c;}

	  .bim .navbar-collapse .nav-item a:before{
		  background:#df2925;}

	  .video .navbar-collapse .nav-item a:before{
		  background:#175b8c;}

	  .navbar-collapse .nav-item:last-child a{
		  border: 2px solid #008ac4;
		  padding: 6px 18px;
		  border-radius: 30px;
		  color: #008ac4;
	  }

	  .navbar-collapse .nav-item:last-child a:hover{
		  background:#008ac4;
		  color:#fff;
	  }

	  .szkolenia .navbar-collapse .nav-item:last-child a{
		  border: 2px solid #a5a61c;
		  padding: 6px 18px;
		  border-radius: 30px;
		  color: #a5a61c;
	  }

	  .szkolenia .navbar-collapse .nav-item:last-child a:hover{
		  background:#a5a61c;
		  color:#fff;
	  }

	  .bim .navbar-collapse .nav-item:last-child a{
		  border: 2px solid #df2925;
		  padding: 6px 18px;
		  border-radius: 30px;
		  color: #df2925;
	  }

	  .bim .navbar-collapse .nav-item:last-child a:hover{
		  background:#df2925;
		  color:#fff;
	  }

	  .video .navbar-collapse .nav-item:last-child a{
		  border: 2px solid #175b8c;
		  padding: 6px 18px;
		  border-radius: 30px;
		  color: #175b8c;
	  }

	  .video .navbar-collapse .nav-item:last-child a:hover{
		  background:#175b8c;
		  color:#fff;
	  }

	  .szkolenia .pre-footer hr{
	    background-color: #a5a61c;
    }

	  .szkolenia .divider {
		  background-color: #a5a61c;
		  width: 35px;
		  display:block;
		  margin:25px auto;
		  height: 2px;
	  }

	  .video .pre-footer hr{
		  background-color: #175b8c;
	  }

	  .video .divider {
		  background-color: #175b8c;
		  width: 35px;
		  display:block;
		  margin:25px auto;
		  height: 2px;
	  }
  }

.header {
  height: auto;
  min-height: 621px; }
  .header img {
    width: 100%; }
  .header .carousel-text {
    top: 0;
    left: 8%;
    right: 8%;
    position: absolute;
    z-index: 10;
    height: auto;
    min-height: 621px;
    padding-top: 15em; }
.header .carousel-item{
    height: auto;
    min-height: 621px;
}
  .header .carousel-control-prev, .header .carousel-control-next {
    width: 5%;
    transition: ease 0.45s; }
  .header .carousel-control-prev:hover, .header .carousel-control-next:hover {
    background: #000;
    opacity: 0.2; }

.offer {
  height: auto;
  min-height: 305px;
  position: relative;
  z-index: 1; }
  .offer .offer-box {
    display: flex;
    height: auto; }
    .offer .offer-box .offer-box-element {
      height: auto;
      min-height: 305px;
      display: flex;
      align-items: flex-end;
      padding: 1.2em 1.6em;
      background-size:cover;}
.offer-box-element .divider{
	background-color:rgba(255,255,255,.4);
}
    .offer .offer-box .offer-box-element:nth-child(1) {
      background-image:url('../img/offer-1.jpg'); }
    .offer .offer-box .offer-box-element:nth-child(2) {
	    background-image:url('../img/offer-2.jpg'); }
    .offer .offer-box .offer-box-element:nth-child(3) {
	    background-image:url('../img/offer-3.jpg'); }
    .offer .offer-box .offer-box-insider {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .offer .offer-box .offer-box-insider .insider-text p {
        color: #fff;
        font-size: 1.3em;
        font-weight: 400;
        margin-bottom: 0.4em; }
      .offer .offer-box .offer-box-insider .insider-btn {
        color: #c8c6c6;
        font-size: 0.6em;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 20px;
        border: 2px solid #c8c6c6;
        align-self: center;
        padding: 1em 1.5em;
        transition: ease-in-out 0.45s; }
      .offer .offer-box .offer-box-insider .insider-btn:hover {
        background: #fff;
	      border:2px solid #fff;
        color: #000; }

.team {
  height: auto;
  box-shadow: 0 0 15px #e1e1e1;
  position: relative;
  z-index: 100;
  background: #fff;

}
  .team .team-box {
    padding-top: 60px;
    display: flex; 
  }

    .team .team-box .team-box-text {
      margin-top: 40px; 
    }

      .team .team-box .team-box-text h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 42px;
        color: #5b5a5a; 
      }

        .team .team-box .team-box-text h2 span {
          text-decoration: underline; 
        }

      .team .team-box .team-box-text .team-box-insider {
        margin-top: 20px;
        font-size: 0.9em;
        color: #abaaaa;
        font-weight: 300;
        line-height: 31px; 
      }

      .team .team-box .team-box-text .btns a {
        color: #7c7878;
        font-size: 0.8em;
        padding: 1.1em 2.2em;
        border: 2px solid #dad8d8;
        border-radius: 30px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right: 20px;
        transition: ease-in-out 0.45s; 
      }

      .team .team-box .team-box-text a:hover {
        background: #008ac4;
        color: #fff;
        border-color: #008ac4;
      }

    .team .team-box .team-box-image {
      margin-top: 45px;
      background-image: url("../img/team.png");
      height: auto;
      min-height: 375px;
      background-size: contain;
      background-repeat: no-repeat; 
    }

.projects {
  height: auto;
	padding-top:100px;
  position: relative;
  background: #fff;
  z-index: 1;
}
  .projects .projects-header {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

    .projects .projects-header h3 {
      font-size:30px;
      font-weight: 600;
      color: #5b5a5a; 
    }

    .projects .projects-header .divider {
      margin-top: 20px; 
    }

    .projects .projects-header .realizations {
      margin-top: 40px;
      margin-bottom: 100px;
    }

      .projects .projects-header .realizations .realizations-box {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0; 
      }
        .projects .projects-header .realizations .realizations-box .box {
          background: #000;
          margin: 0.5em 0.5em; 
        }
        
        .projects .projects-header .realizations .realizations-box .box:hover {
          cursor: pointer; 
        }

        .projects .projects-header .realizations .realizations-box #b1 {
          height: 182px;
          width: 97px;
          flex: 1 1 0;
          background: #e1e1e1; }
        .projects .projects-header .realizations .realizations-box #b2 {
          height: 182px;
          width: 97px;
          flex: 1 1 0;
          background: #c0bbbb; }
        .projects .projects-header .realizations .realizations-box #b3 {
          height: 380px;
          width: 97px;
          flex: 100%;
          background: #918b8b; }
        .projects .projects-header .realizations .realizations-box #b4 {
          height: 182px;
          width: 97px;
          flex: 100%;
          background: #e1e1e1; }
        .projects .projects-header .realizations .realizations-box #b8 {
          height: 182px;
          width: 97px;
          flex: 100%;
          background: #e1e1e1; }
        .projects .projects-header .realizations .realizations-box .inner-box {
          display: inline-flex;
          height: auto;
          width: 97px;
          flex: 100%; }
          .projects .projects-header .realizations .realizations-box .inner-box #b5 {
            height: 380px;
            width: 50%;
            background: #e1e1e1; }
          .projects .projects-header .realizations .realizations-box .inner-box #b9 {
            height: 380px;
            width: 50%;
            background: #c0bbbb; }
          .projects .projects-header .realizations .realizations-box .inner-box .inner-box-divided {
            display: inline-flex;
            flex-direction: column;
            flex-wrap: wrap;
            width: 50%;}
            .projects .projects-header .realizations .realizations-box .inner-box .inner-box-divided #b6 {
              height: 182px;
              background: #c0bbbb; }
            .projects .projects-header .realizations .realizations-box .inner-box .inner-box-divided #b7 {
              height: 182px;
              flex: 1 1 0;
              background: #918b8b; }
            .projects .projects-header .realizations .realizations-box .inner-box .inner-box-divided #b10 {
              height: 182px;
              background: #918b8b; }
            .projects .projects-header .realizations .realizations-box .inner-box .inner-box-divided #b11 {
              height: 182px;
              flex: 1 1 0;
              background: #e1e1e1; }

.info-section {
  height: auto;
  background: transparent;}
  #video-parallax{
    height: auto;
   
  }
  #video-parallax video{ 
    position: fixed;
    top: 40%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateY(-40%);
    /* background-size: cover; */
    
  }
  .info-section-video{
    width: 100%;
    position: fixed;
  }
  .info-section .info-section-inner {
    display: flex;
    padding-bottom: 110px; }
    .info-section .info-section-inner h1 {
      margin-top: 100px; }

.newsletter {
  height: auto;
  min-height: 100px;
  background: #008ac4;
  position: relative;
  z-index: 1;
}
  .newsletter .news-inner {
    display: flex;
    align-items: center;
    min-height: 100px;
    height: auto; 
  }

    .newsletter .news-inner h3 {
      font-size: 1.6em;
      color: #fff;
      text-transform: uppercase;
      font-weight: 800;
      margin: 0; 
    }

    .newsletter .news-inner p {
      margin: 0;
      color: #fff;
      font-size: 0.9em;
      font-weight: 300;
      line-height: 25px; 
    }

    .newsletter .news-inner form{
      display: flex;
      justify-content: center;
    }

    .newsletter .news-inner input {
      background: transparent;
      border: 1px solid rgba(255,255,255,0.5);
      border-radius: 20px;
      padding: 0.5em 1.5em;
      color: #fff;
      font-size: 1em;
      transform: translateX(25px); 
    }

    .newsletter .news-inner input::placeholder {
      color: rgba(255,255,255,0.75);
      font-size: 0.8em;
    }

    .newsletter .news-inner button {
      background: transparent;
      border: none;
      transform: translateX(-25px); 
    }
    
    .newsletter .news-inner button:hover {
      cursor: pointer; 
    }


/* PRE-FOOTER */
.pre-footer {
  height: auto;
  padding:22px 0 45px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.pre-footer hr{
	display:block;
	margin:17px 0;
	width:35px;
	border:none;
	height:2px;
	background:#008ac4;
}
  .pre-footer .pre-footer-inner {
    display: flex;
    justify-content: center;
    padding-top: 40px; }
    .pre-footer .pre-footer-inner .pre-footer-list h4 {
      font-weight: 700;
      font-size: 1em;
      text-transform: uppercase;
      color: #868484; }
    .pre-footer .pre-footer-inner .pre-footer-list .list-inner {
      margin-top: 20px;
      list-style-type: none;
      padding: 0; }
      .pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item {
        padding: 0.2em 0; }
        .pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item a {
          color: #aaaaaa;
          font-size: 0.9em;
          transition: ease 0.45s; }
        .pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item a:hover {
          color: #000;
          cursor: pointer; }

/* FOOTER */
footer {
  box-shadow: 0 0 15px #c1c1c1;
  height: auto;
  min-height: 70px;
  position: relative;
  z-index: 1;
  background: #fff;
}

  footer .footer-inner {
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    align-items: center; 
  }

    footer .footer-inner .footer-inner-text {
      color: #aaaaaa;
      font-size: 0.8em;
    }

      footer .footer-inner .footer-inner-text .underline {
        text-decoration: underline; 
      }