@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
body,
html {
  width: 100%;
  height: 100%;
}

.ba-album.css-style-1 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-1 .ba-image:hover img {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
}


.section-gallery h4{
    color: white;
      font-size: 18px;
    text-transform: uppercase;
}

.goback {
    color: white;
    border: 2px solid #ffcd40;
    padding: 10px 20px;
    cursor: pointer;
    /* float: right; */
    position: relative;
    margin: 50px auto 0 auto;
    display: block;
    text-decoration: none;
    transition: .8s;
    width: 200px;
}


#projects{
  background: url(/images/papyrus.png);
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
  font-family: 'Lato', sans-serif !important;
    text-align: left;
    background-color: #f8f8f9!important;
  letter-spacing: 0.0625em;
}

.arrow-right{
      color: white;
    border: 2px solid #ffcd40;
    padding: 10px 20px;
      cursor: pointer;
    float: right;
    position: relative;
    margin: 50px auto 0 auto;
    display: block;
    text-decoration: none;
   transition: .8s;
}

.arrow-right:hover{
      background: #ffcd40;
  transition: .8s;
      text-decoration: none;
    color: white;
}


.navbar-nav {
    margin-bottom: 16px !important;
}
  
  
.card {
      border: 2px solid #ffcd40 !important;
}
  
.btn-gallery{
   color: white;
    margin-top: 55px;
    text-align: center;
    /* background: #ffcd40; */
    border: 2px solid #ffcd40;
    padding: 15px 20px;
    position: relative;
    font-size: 15px;
    transition: .8s;
      text-decoration: none;
}



.no-p p{
  display: none;
}


.realiz {
 color: white;
    margin-top: 55px;
    text-align: center;
    /* background: #ffcd40; */
    border: 2px solid #ffcd40;
      cursor: pointer;
    padding: 15px 20px;
    position: relative;
    font-size: 17px;
    left: 50%;
    transform: translateX(-50%);
    transition: .8s;
      text-decoration: none;

}

.realiz:hover{
      background: #ffcd40;
  transition: .8s;
      text-decoration: none;
    color: white;
}




.adress {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 992px) {

.adress{
      width: 500px;
   
}

}
  


.parallax {
  background: url(https://images.unsplash.com/photo-1482731215275-a1f151646268?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80);
  background-size: cover;
  width: 100%;
    height: 50vh;
    background-attachment: fixed;
}


.parallax:before {
content: '';
    position: absolute;
    width: 100%;
    height: inherit;
    opacity: 0.3;
    z-index: 0;
    background: black;
}

.parallax-content{
	display: table;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.parallax-content i{
font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.parallax-content h1{
 font-weight: 900;
    font-size: 2rem;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro";
    text-transform: uppercase;
}
   

.slider {
  background: url(/images/slider-home.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position-x: center;
}

.slider:before{
    content: '';
    background: black;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0.4;
}
.slider-content{
	position: relative;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
}
.slider h1{
    white-space: nowrap;
   
    line-height: 48px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro";
    text-transform: uppercase;
}

    
.slider h3{
  white-space: nowrap;
    font-size:  19px;
    text-transform: uppercase;
   
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: inherit;
}
  


@media (min-width: 992px) {
  .slider h1{
   font-size: 5rem;
  }
  
  
.slider h3{
    font-size: 1.95rem;
    line-height: 40px;
    
}
  
  
}

.section-gallery{
    padding: 5rem 0 5rem 0;
background: url(/images/papyrus-dark.png);
}
.section-gallery h2{
  color: white;
  padding-bottom: 50px;
}



section {
  padding: 5rem 0;
}

.section-heading {
  font-size: 25px;

    font-weight: 400;
    color: rgb(34, 34, 34);
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    padding-top: 37px;
    margin-bottom: 0px
}
@media (min-width: 992px) {
.section-heading {
        font-size: 40px;
}
}
  
.section-heading:before {
    content: '';
    display: inline-block;
    width: 57px;
    height: 15px;
    border-color: #ffb600;
    border-style: solid;
    border-width: 5px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-heading:after {
content: '';
    display: block;
    border-bottom: 5px solid #ffb600;
    width: 57px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}


.service-box h3{
 font-size: 14px !important;
    text-transform: uppercase;
}


::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}




.uslugi {
      width: 100%;
height: 100%;
}
.uslugi-img{
    background: url(https://images.unsplash.com/photo-1482731215275-a1f151646268?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80);
    background-size: cover;
    width: 100%;
    height: 100%;
    /* background-attachment: fixed; */
    background-position: center;

}

.uslugi-content{
  margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}








#mainNav img{
  width: 180px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}





.ba-btn:hover{
   background-color: rgb(244, 188, 29) !important;
}

.category-filter{
  text-align: center !important;
}
.ba-filter-active{
    background-color: rgb(244, 188, 29) !important;
  margin-bottom: 30px !important;
}
.icon {
  font-size: 32px;
    line-height: 60px !important;
    color: #fff;
}
.icon-box{
  display: block;
    height: 68px;
    width: 68px;
      margin-bottom: 25px;
    background-color: #ffb600;
    border: 4px solid #ffb600;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/*--- nav --*/
.nav-link {
    text-align: center;
}
#mainNav {
  min-height: 56px;
  background-color: #ffcd40;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
    color: #000000;
    border: 1px solid #ffffff;
    background: #fff;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  /*color: fade(#fff, 80%);*/
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

  
.nav-link:active, .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.25);
}



@media (min-width: 992px) {
  
.nav-link:active, .nav-link:hover {
    color: #fff !important;
    background: transparent;
}


  
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #ffcd40;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: #fff;;
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
  padding: 1rem 2rem 0 5px;
    color: #fff;
    cursor: pointer;
  }
  #mainNav .nav-link:hover {
    color: #fff;
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #37b79a;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #37b79a;
    outline: none;
    border-bottom: 0.25rem solid #37b79a;
  }
}


footer a{
    color: #fff !important;

}

footer {
	text-align: center;
    background: #ffc520;
    position: absolute;
    padding: 2rem 0 1rem 0;
    height: auto;
    color: #fff;
    width: 100%;
      font-size: 13px;
}















.realizacje_img{
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.more:hover{
    color: #ffffff !important;
    background: #484848 !important;
    text-decoration: none !important;
}


.picture {
    width: 100%;
    display: block;
    width: 100%;
}

 /*

.locations .col .picture:hover, .locations .col .first:hover .box, .locations .second:hover .box, .locations .third:hover .box  {
  background: #ffbc00;
 
}


.locations .col .picture:hover, .locations .first:hover .box, .locations .second:hover .box, .locations .third:hover .box  {
  background: #000 !important;
 
}


.locations .col .box:hover, .locations .col-inner {
  background: #000 !important;
 
}*/


.locations .col p {
    font-size: 13.5px;
    font-weight: 400;
    color: #4f4f4f;
    text-transform: none;
    line-height: 100%;
    line-height: 20px;
    margin: 30px 0 0 0;
}
.locations .col h4 {
    font-size: 14px;
    font-weight: 600;
    color: #37b79a;
    text-transform: uppercase;
}
.locations .col h2 {
font-size: 20px;
    font-weight: 100;
	color: #000;
    text-transform: uppercase;
}
.locations .col h3 {
    font-size: 20px;
    font-weight: 300;
    color: #4f4f4f;
    text-transform: none;
}
.locations .col .col-inner {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
      margin-bottom: 20px;
}
.locations .col {
    position: relative;
}
.locations .col .box {
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 10;
    bottom: 50%;
    left: 0;
    background: #ffcd40;
    padding: 30px;
    text-align: center;
  min-height: 165px;
}

.col-inner img:hover{
    opacity: 0.95;
}
.locations .first:hover .box, .locations .second:hover .box, .locations .third:hover .box{
    background: #ffcd40;
}
/*
.locations .first:hover .box h3, .locations .first:hover .box h2, .locations .first:hover .box p{
    color: #fff;
}

.locations .second:hover .box h3, .locations .second:hover .box h2, .locations .second:hover .box p{
    color: #fff;
}

.locations .third:hover .box h3, .locations .third:hover .box h2, .locations .third:hover .box p{
    color: #fff;
}*/

.locations .first:hover h4, .locations .second:hover h4, .locations .third:hover h4 {
    color: #000;
}

.locations .col h2, .locations .col h3, .locations .col h4, .locations .col p, .locations .col .box {
    transition: all;
    transition-duration: 200ms;
    transition-timing-function: linear;
    -webkit-transition: all;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
}
.locations .col .box:hover h4 {
    color: #000;
}
/*
.locations .col .box:hover {
    background: #ffbc00;
} */



.locations .first:hover .more, .locations .second:hover .more, .locations .third:hover .more{
    color: #000;
	background: #fff;
}

.locations .first:hover .custom-more, .locations .second:hover .custom-more, .locations .third:hover .custom-more{
  color: #fff;
}

.custom-more{
      color: #000;
}

.custom-more:hover{
  color: #fff !important;
}

.more {
  background: #fff;
	    display: inline-block;
	padding: 10px 30px;
    margin: 15px 0 0 0;
    line-height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000;;
    text-transform: uppercase;
    line-height: 100%;
    transition: all;
    transition-duration: 300ms;
    transition-timing-function: linear;
    -webkit-transition: all;
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
}
