/*!
 * Start Bootstrap - Stylish Portfolio v5.0.6 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', sans-serif;
}
hr {
    padding: 20px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.btn-xl {
  padding: 1.25rem 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
}
section.contact {
   padding-top: 4rem;
  padding-bottom: 2rem; 
}
section {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

h2 {
  font-size: 40px;
    margin-bottom: 2rem;
}
h3 {
    margin: 2rem 0;
    font-size: 30px;
}
h4 {
        margin: 1rem 0;
      font-size: 25px;  
    }
p {
    font-size: 18px;
}
#portfolio1 {
    margin-top: 10px;
}
#o-nas img {
    width: auto;
    height: 85px;
    margin-bottom: 20px;
}
#opis {
    padding-top:0rem;
    text-align: left;
}
@media (max-width: 768px){
   section.contact {
   padding-top: 2rem;
  padding-bottom: 1.5rem; 
}
section {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

h2 {
  font-size: 30px;
    margin-bottom: 15px;
}
    h3 {
    margin: 1rem 0;
    font-size: 25px;
}
    h4 {
        margin: 0.8rem 0;
      font-size: 22px;  
    }
p {
    font-size: 16px;
} 
    #portfolio1 {
    margin-top: 60px;
}
    #o-nas img {
    width: auto;
    height: 55px;
        margin-bottom: 20px;
}
    #opis {
    padding-top:0rem;
        text-align: center;
}
}
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}
.projects-section {
  padding: 1rem 0;
}
.projects-section h2{
  font-size: 40px;
}
.projects-section .featured-text {
  padding: 1rem;
}
.projects-section .featured-text1 {
  padding: 1rem;
}
@media (min-width: 992px) {
    .projects-section {
  padding: 2rem 0;
}
.projects-section h2{
  font-size: 50px;
}
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #FF8000;
  }
    .projects-section .featured-text1 {
    padding: 0 2rem 0 0;
    border-right: 0.5rem solid #FF8000;
  }
}

.projects-section .project-text {
  padding: 2rem;
  font-size: 12px;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 2rem;
      font-size: 16px;
  }
  .projects-section .project-text hr {
    border-color: #FF8000;
    border-width: .25rem;
    width: 30%;
  }
}
#oferta {
    background: linear-gradient(rgba(255, 255, 255, 1)10%,rgba(240, 240, 240, 0.8),rgba(255, 255, 255, 1)), url('../img/bg3.jpg');
    background-position: center;
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}
#strony {
  background: linear-gradient(rgba(255, 255, 255, 1)5%,rgba(255, 228, 193, 0.7),rgba(255, 255, 255, 1));
    background-position: center;
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;  
}
/*----------------------------------------------------------------------- 
Start of Page head section [*3]
-------------------------------------------------------------------------*/
.page-head-section {
	background: linear-gradient(rgba(240, 240, 240, 0.8)50%, rgba(255, 255, 255, 1)), url('../img/bg.jpg');
	padding-bottom: 450px;
	background-position: center;
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	overflow: visible;
	top: 70px;
	margin-bottom: 100px;
}
.page-head-section2 {
	background: linear-gradient(rgba(240, 240, 240, 0.7)40%, rgba(255, 255, 255, 1)), url('../img/bg2.jpg');
	padding-bottom: 100px;
	background-position: center;
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	overflow: visible;
	padding-top: 200px;
}
.page-head-section2 h2 {
    font-size: 40px;
}
.page-head-section2 h3 {
    font-size: 25px;
    line-height: 40px;
}
.page-head-effect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#page-head-effect,
#page-head-effect canvas {
	height: 480px !important;
	width: 100%;
}
.page-head-title h1 {
    font-size: 55px;
	color: #090909;
	padding-bottom: 1px;
}
.page-head-title h2 {
    font-size: 30px;
    line-height: 45px;
	color: #090909;
	padding-bottom: 23px;
}
.page-head-content {
	position: absolute;
	top: 30%;
	left: 10px;
	/* transform: translateX(-30%); */
	right: 10px;
	text-align:  center;
	margin:  0 auto;
}
@media (max-width: 768px) {
    .page-head-section {
	top: 20px;
    margin-bottom: 0px;
}
    .page-head-section2 {
	padding-bottom: 70px;
	padding-top: 100px;
}
.page-head-section2 h2 {
    font-size: 30px;
}
.page-head-section2 h3 {
    font-size: 18px;
    line-height: 26px;
}
.page-head-title h1 {
    font-size: 28px;
	padding-bottom: 1px;
}
.page-head-title h2 {
    font-size: 22px;
    line-height: 27px;
	padding-bottom: 20px;
}
    #page-head-effect,
#page-head-effect canvas {
	height: 430px !important;
	width: 100%;
}
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#mainNav .navbar-brand {
    font-size: 16px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: black;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 16px;
  font-weight: 600;
  color: #FF8000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: rgba(255, 128, 0, 0.7);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: rgba(255, 128, 0, 0.7) !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
 color: rgba(255, 128, 0, 0.7) !important;
}

@media (min-width: 992px) {
  #mainNav {
     padding:25px;
      -webkit-transition: all 0.2s;
  transition: all 0.2s;
  }
  #mainNav .navbar-brand{
      font-size: 22px;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: black;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #FF8000;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgba(255, 128, 0, 0.7);
  }
  #mainNav.navbar-shrink {
   padding: 18px;
  }
  #mainNav.navbar-shrink .navbar-brand{
      font-size: 18px;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: black;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 128, 0, 1);
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgba(255, 128, 0, 0.7);
  }
}
.text-primary {
    color: #FF8000 !important;
}
.service-icon {
  background-color: #fff;
  color: #FFA020;
  height: 5rem;
  width: 5rem;
  display: block;
  line-height: 5rem;
  font-size: 2.25rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.portfolio1-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: 10px;
}

.portfolio1-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 128, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio1-item .caption .caption-content {
  color: #fff;
  margin: 2rem 2rem;
}
.portfolio1-item .caption .caption-content {
  font-weight: bold;
  font-size: 18px;
    text-shadow: 2px 2px 5px black;
}

@media (min-width: 992px) {
  .portfolio1-item {
    max-width: none;
    margin: 10px;
  }
  .portfolio1-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio1-item .caption .caption-content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    
  }
  .portfolio1-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio1-item:hover img {
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }
  .portfolio1-item:hover .caption {
    background-color: rgba(255, 128, 0, 0.8);
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.social-link {
  display: block;
  height: 3rem;
  width: 3rem;
  font-size: 2rem;
  background-color: #FF8000;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.social-link:hover {
  background-color: #FFA020;
  text-decoration: none;
}
a {
  color: rgba(255, 128, 0, 1);
}

a:hover, a:focus, a:active {
  color: rgba(255, 128, 0, 0.8);
}

.btn-primary {
    padding: 10px 25px;
  background-color: #EFEFEF !important;
  border: 2px solid #FF8000 !important;
    color: #FF8000 !important;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border: 2px solid rgba(255, 128, 0, 0.7) !important;
    color: rgba(255, 128, 0, 0.7) !important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.bg-primary {
  background-color: #FFA020 !important;
}
.btn-default {
    padding: 5px 15px;
    background-color: rgba(255, 128, 0, 0.8);
    text-align: right;
    cursor: pointer;
    color: white;
}
.btn-default:hover {
   background-color: rgba(255, 128, 0, 0.5); 
    color: white;
}
.modal-content {
    background-color: white;
    border: 1px solid lightgrey;
    padding: 30px 20px 20px 20px;
}
.modal-content h3{
    padding: 0px;
    margin: 0px;
}
.modal-content img {
    margin: 20px;
}
.fa-angle-double-down {
  position :relative;
  -webkit-animation: mymove 2s infinite alternate; /* Safari 4.0 - 8.0 */
  animation: mymove 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {top: 0px;}
  to {top: 20px;}
}

/* Standard syntax */
@keyframes mymove {
  from {top: 0px;}
  to {top: 20px;}
}
.preloader {
	margin: 65px auto 0;
	font-size: 13px;
	transform: translateZ(0);
}

.preloader:before,
.preloader:after {
	content: '';
	position: absolute;
	top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation: animation 1.7s infinite ease-in-out;
}

.preloader {
	animation-delay: -0.16s;
}

.preloader:before {
	left: -3.5em;
	animation-delay: -0.32s;
}

.preloader:after {
	left: 3.5em;
}

@keyframes animation {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #FF8000;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #FF8000;
	}
}
iframe {
    width:100%;
    height:250px;
    border:0; 
}