 /* #231f20 */



html{
	font-size: 15px;
}

body{
	font-family: 'Manrope', sans-serif;
  font-size: 1rem;
	font-weight: 400;
	color: #000;
}

.cmplz-cookiebanner { 	font-family: 'Manrope', sans-serif; }
.cmplz-cookiebanner .cmplz-buttons button{
	font-weight: 300 !important;
	text-shadow: none !important;
	background: transparent !important;
	color: #000 !important;
	border: none !important;
}

.container {
    max-width: 1280px;
}





/*a:visited {
	color: inherit;
}*/

a:hover, a:focus, a:active {
	color: #009ee3;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}


h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}


h1, .h1{ font-size: 2.4rem  }
h2, .h2{ font-size: 2.4rem  }
h3, .h3{ font-size: 2rem  }
h4, .h4{ font-size: 1.867rem  }
h5, .h5{ font-size: 1.6rem  }
h6, .h6{ font-size: 1.133rem  }



img.custom-logo{
	width: 164px;
	filter: brightness(100);
}


.header-row-1{
	position:relative;
	z-index:2;
	/*height: 45px;*/
	/*padding: 18px 0;*/
}

.header-row-2{
	position: fixed;
	z-index: 999;
	width: 100%;
}

	.header-row-2.header-up{
		margin-top:-300px;
		-webkit-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	    -o-transition: all 0.6s;
	    transition: all 0.6s;
	}
	.header-row-2.header-down{
		margin-top:0;
		background: #FFF;
		box-shadow: 0 0 65px rgba(0,0,0,.07);
	    -webkit-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	    -o-transition: all 0.6s;
	    transition: all 0.6s;
	}




/* Navbar toggler */

.navbar-toggler {
  border: none;
  background: transparent !important;
}

	.navbar-toggler .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}

	.navbar-toggler .middle-bar {
	  opacity: 0;
	}

	.navbar-toggler .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}

	.navbar-toggler.collapsed .top-bar {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}

	.navbar-toggler.collapsed .middle-bar {
	  opacity: 1;
	}

	.navbar-toggler.collapsed .bottom-bar {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}

.navbar-nav > .nav-item a{
	display: block;
	padding: 1.933rem 1.6rem 3rem 1.6rem;
	color: #000;
	text-transform: uppercase;
	font-size: 0.933rem;
	letter-spacing: 0.2em;
	font-weight: 400;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.home .navbar-nav > .nav-item a{
	color: #FFF;
}

.sticky .navbar-nav > .nav-item a:hover,
.sticky .navbar-nav > .nav-item a:focus,
.navbar-nav > .nav-item a:hover,
.navbar-nav > .nav-item a:focus{
	color: #AAA;
	text-decoration: none;
}

.navbar-nav > .nav-item.active a{

}

#site-navigation{
	padding: 1rem 4rem;
}

#primary-menu > li:last-child > a{
	padding-right: 0;
}

/* .navbar-collapse,
.navbar .container-fluid{
	-ms-flex-align: normal;
	align-items: normal;
} */

.home .site-logo svg *{
	fill: #FFF!important;
}

.site-logo svg{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-header{
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}



	#main-header.sticky {
	  background: #FFF;
		z-index: 999;
	}

	.page-id-169 #main-header.sticky {
	  background: transparent;
	}

	.admin-bar 	#main-header.sticky {
		top: 32px;
	}

	#main-header.sticky .site-logo svg *{
		fill: #000!important;
	}

	.site-logo svg{width: 140px;}

	/* #main-header.sticky .site-logo svg{width: 125px;}
	#main-header.sticky #site-navigation {padding-top: 0; padding-bottom: 0;} */

	.sticky .navbar-nav > .nav-item a {
		color: #000;
		/* padding: 1.933rem 1.6rem; */
	}




/**Mega Menu **/

/* .navbar .container {
    position: relative;
} */
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

.dropdown-toggle::after {
  display: none;
}

/* Make dropdown visible on hover */
@media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
		text-align: center;
    z-index: 1000;
    float: none;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
		padding: 1rem 0;
    display: block;
    visibility:hidden;
    min-width: 250px;
		margin-left: -1.6rem;
    transition: all  0.2s ease-in-out;
  }
  .dropdown:hover > .dropdown-menu {
    visibility:visible;
    display: block;
    opacity: 1;
    margin-top: -40px !important;
		-webkit-transition: all  0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
  }

  .mega-menu-parent.dropdown .dropdown-menu {
	    position: absolute;
	    left:  0;
			width: 100%;
			transition: all 0.2s ease-in-out;
  }

	ul.dropdown-menu{
		background: #fff;
	}
}

.dropdown-toggle.show + .dropdown-menu{
	visibility:visible;
	display: block;
	opacity: 1;
	margin-top: 0px !important;
	-webkit-transition: all  0.2s ease-in-out;
	transition: all  0.2s ease-in-out;
}

.dropdown-menu .menu-item a,
.home .dropdown-menu .menu-item a,
.sticky .dropdown-menu .menu-item a {
	padding: 1rem 3rem;
	text-align: left;
	color: #000;
	font-size: 0.8rem;
}

.dropdown-menu .menu-item a:hover{
	color: #AAA;
}

.dropdown-menu .menu-item a:before,
.dropdown-menu .menu-item a:after{
	display: none;
}

.dropdown > .dropdown-menu li:last-child a{
	border-bottom: none;
}

.mega-menu-item{
	padding: 1rem 4rem 4rem 4rem;
	text-align: left;
	max-height: calc(100vh - 75px);
	overflow: auto;
}

.mega-menu-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mega-menu-item ul.menu{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mega-menu-item ul.menu > li{
	padding: 0;
	width: 20%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-top: 2rem;
	position: relative;
	padding-top: 2rem;
}

.mega-menu-item ul.menu > li:after{
	content: '';
	width: calc(100% - 1rem);
	position: absolute;
	top: 0;
	left: 1rem;
	background: #DDD;
	height: 1px;
}



.mega-menu-item ul li a:before{
	display: none;
}

.mega-menu-item ul.menu > li > a{
	color: #000;
	padding-left: 1rem;
	padding-bottom: 0.667rem;
	padding-top: 0.667rem;
	position: relative;
}


.mega-menu-item ul.menu > li > a:after{
	content: '';
	position: absolute;
	top: 25%;
	left: 0;
	width: 4px;
	height: 50%;
	background: #009ee3;
}

.mega-menu-item ul.menu > li > a:hover,
.mega-menu-item ul.menu > li.current-cat > a,
.mega-menu-item ul.children > li.current-cat > a{
	color: #009ee3;
}


.mega-menu-item ul.children > li > a{
	position: relative;
	padding: 0.333rem;
	padding-left: 1rem;
	text-transform: none;
	font-weight: 500;
}

.mega-menu-item ul.children > li > a:after{
	content: '';
	position: absolute;
	top: 20%;
	left: 0;
	width: 4px;
	height: 60%;
	background: #f4d35e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.mega-menu-item ul.children > li > a:hover:after{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}



/* Navbar toggler */

.navbar-toggler {
    outline: none;
    box-shadow: none;
    background: transparent;
    border: none;
    display: block;
    cursor: pointer;
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
    border: none;
}

.navbar-toggler:focus{
     border: none;
     box-shadow: none;
     outline: none;
}

 .navbar-toggler span{
	 display: block;
	 width: 42px;
	 height: 1px;
	 margin-bottom: 8px;
	 position: relative;
	 background: #000;
	 border-radius: 0px;
	 z-index: 1;
	 transform-origin: 4px 0px;
	 -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
	 transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
	 border-radius: 8px;
}



 .navbar-toggler  span:first-child
{
  transform-origin: 0% 0%;
}

 .navbar-toggler  span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

 .navbar-toggler.open span{
    opacity: 1;
    -webkit-transform: translate(0px, -19px) rotate(45deg) ;
    transform: translate(0px, -19px) rotate(45deg) ;
      background: #15181e;
 }

 .navbar-toggler.open span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

 .navbar-toggler.open span:nth-last-child(2)
{
  -webkit-transform: translate(1px, 16px) rotate(-45deg) ;
  transform: translate(1px, 16px) rotate(-45deg) ;
}


/* Forms */

.input-text, input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[type="tel"], textarea {
		font-size: 1rem;
		display: block;
		width: 100%;
		margin-bottom: 15px;
		border: none;
		border-bottom: 1px solid #aaaaaa;
		outline: none;
		padding: .5rem 0;
}

textarea{
	height: auto;
}



::-webkit-input-placeholder { /* Edge */

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */

}

::placeholder {

}

/* Others */

.button,
.wpcf7-submit{
	text-transform: uppercase;
	font-size: 0.867rem;
	letter-spacing: 0.2em;
	font-weight: 400;
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.wpcf7-submit{
	background: transparent;
	border: none;
	margin-top: 1rem;
	display: inline-block;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus{
	color: #AAA;
}

.wpcf7 form .wpcf7-response-output {
	border-width: 1px;
	padding: 1rem;
	font-weight: 300;
}

.wpcf7-not-valid-tip{
	font-weight: 300;
}

.button:before{
	content: '';
	display: inline-block;
	width: 8rem;
	height: 1px;
	background: #000;
	margin-right: 1rem;
	/* transform-origin: right; */
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.button:hover,
.button:focus{
	text-decoration: none;
	color: #AAA;
}

	.button:hover:before,
	.button:focus:before{
		-webkit-transform: scaleX(33%);
		transform: scaleX(33%);
	}

.hero-text .button:hover
.hero-text .button:focus{

}

#hero-slider{
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#hero-slider .button{
	color: #FFF;
}

.hero-slider{
	height: 100%;
}



#hero-slider .hero-slide-bg{
	width: 110%;
	height: 100%;
	background-size: cover;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	animation: backgroundScroll 30s linear infinite;
}

#hero-slider .hero-slide-bg.swiper-lazy-loaded{
	opacity: 1;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}


.hero-slide{
	overflow: hidden;
}

.hero-content{
	display: flex;
	z-index: 3;
	align-items: center;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	padding: 5.333rem;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

#hero-slider .swiper-slide-active .swiper-lazy-loaded + .hero-content{
	opacity: 1;
}


.hero-content h2{
	color: #FFF;
	font-size: 3.733rem;
	margin-bottom: 30px;
	font-weight: 400;
}

#hero-slider .hero-slide-bg:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.21);
}

.hero-pagination{
	bottom: 2rem!important;
}

.swiper-pagination-bullet-active {
	background: #FFF;
}

.swiper-lazy-preloader.lazy-proloader{
	border-width: 1px;
	border-color: #000;
	border-top-color: transparent;
	animation: swiper-preloader-spin 1.4s infinite linear;
}



/* panning animation */

@keyframes backgroundScroll {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

/* About me */

.about-me{
	padding: 8rem 0;
}

.about-me .left-image,
.about-me .right-image{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;

}

.about-me .right-image{
	height: 60%;
	margin-top: 20%;
}

.about-me  .section-content{
	padding: 18% 5.333rem;
	font-weight: 300;
}

.about-me .section-content h2,
.about-me .section-content h1{
	font-size: 2.133rem;
	margin-bottom: 2rem;
	font-weight: 300;
}

.about-me  .section-content .button{
	margin-top: 1rem;
	margin-left: -9rem;
}

.home-cta_1{
	background: #f7f4ed;
}

.home-cta_1 h2{
	font-size: 2.133rem;
	margin-bottom: 2rem;
	font-weight: 300;
}

.home-cta_1 .section-content{
	padding: 8rem 5.333rem;
	font-weight: 300;
}

.home-cta_1 .section-content .button{
	margin-top: 1rem;
	margin-left: -9rem;
	display: inline-block;
}

.home-cta_1 .section-content .slider-navigation{
	text-align: right;
	margin-top: 1rem;
}

.home-cta_1 .section-content .author{
	position: relative;
}

.home-cta_1 .section-content .author:before{
	content: '';
	display: inline-block;
	width: 6rem;
	height: 1px;
	background: #000;
	margin-right: 1rem;
	transform: translateY(-4px);
}

/* cta 3 */



.home-cta_3{
	padding: 8rem 0;
}

.home-cta_3 .left-image,
.home-cta_3 .right-image{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.home-cta_3 .left-image{
	width: 70%;
	margin-left: 30%;
}


.home-cta_3  .section-content{
	padding: 15% 5.333rem;
	font-weight: 300;
}

.home-cta_3 .section-content h2{
	font-size: 2.533rem;
	margin-bottom: 2rem;
	font-weight: 300;
}

.home-cta_3  .section-content .button{
	margin-top: 1rem;
	margin-left: -9rem;
}

.cta_3_offset{
	margin-left: 8.333333%;
}

/* Cta 4 */

.home-cta_4{
	padding: 10rem 5.333rem;
	background: #f7f4ed;
	text-align: center;
}

.home-cta_4 .right-content h3,
.home-cta_4 .left-content h3{
	font-weight: 300;
	margin-bottom: 2rem;
}

.home-cta_4 .left-content,
.home-cta_4 .right-content{
	display: inline-block;
	text-align: left;
}


.home-cta_4 .button:before{
	background: rgba(0,0,0,.6);
}

/* Projects */

.home-projects{
	padding: 8rem 0 0 0;
}


.projects-content h2{
	font-size: 2.533rem;
	margin-bottom: 2rem;
	padding-right: 5.333rem;
	text-align: right;
	font-weight: 300;
}

.home-projects .project-title{
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.home-projects .slider-navigation{
		margin-top: 5rem;
}

.home-projects .project-desc{
	margin-top: 2rem;
	display: inline-block;
	text-align: right;
	float: right;
	padding-right: 5.333rem;
}

.project-desc .button{
	justify-content: end;
}


.slider-next, .slider-prev {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  font-size: 0.933rem;
  text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 400;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slider-prev.swiper-button-disabled,
.slider-next.swiper-button-disabled,
.slider-prev:hover,
.slider-next:hover{
	color: #AAA;
}

.slider-prev{
	margin-right: 2rem;
}

.long-arrow {
  display: inline-block;
  width: 60px;
  margin-left: 4px;
  transform: translateY(-1px);
}

.long-arrow * {
  stroke: currentColor;
  fill: none;
  stroke-miterlimit: 10;
}

.long-arrow.arrow-left svg {
  transform: rotate(180deg);
}


/* Site footer */

.site-footer{
		padding: 8rem 4rem 4rem 4rem;
		color: #777;
		font-size: 0.933rem;
}

.site-footer a{
	color: #777;
}

.footer-separator{
	display: block;
	margin-bottom: 4rem;
	width: 100%;
	height: 1px;
	background: #AAA;
}

.footer-2-area,
.footer-3-area{
	text-align: center;
}

.footer-2-area .widget,
.footer-3-area .widget{
	display: inline-block;
	text-align: left;
}

.footer-4-area{text-align: right;}

.footer-socials a{
	padding: 0 1rem;
	letter-spacing: 0.02em;
}

.footer-contacts a{
	display: block;
}

.footer-contacts .phone{
	font-weight: 500;
}

/* Projekt post type */

.project-archive-item{
	position: relative;
	overflow: hidden;
}

.project-archive-item a{
	display: block;
	color: #FFF;
	z-index: 3;
	position: relative;
}

.project-archive-item header{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem 3rem;
	opacity: 0;
	z-index: 4;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.project-archive-item .image{
	position: relative;
}

.project-archive-item .image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-archive-item:hover header,
.project-archive-item:focus header{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.project-archive-item:hover .image:after,
.project-archive-item:focus .image:after{
	opacity: .5;
}

.project-archive-item header h2{
	font-size: 1.133rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.project-archive-item header h2 a{
	color: #FFF;
}

.site-content{
	padding-top: 8rem;
}

.plus-icon{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.plus-icon:before{
	content: '';
	width: 50%;
	height: 50%;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top: 1px;
	right: 1px;
}

.plus-icon:after{
	content: '';
	width: 50%;
	height: 50%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 50%;
	left: 0;
}

.project-gallery-item .image:focus .plus-icon,
.project-gallery-item .image:hover .plus-icon,
.project-archive-item:hover .plus-icon,
.project-archive-item:focus .plus-icon{
	opacity: 1;
}

.home .site-content{
	padding-top: 0;
}

.page-title{
	font-size: 1.467rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
	font-weight: 300;
}

.site-pagination{
	padding: 2rem 0;
	display: block;
	width: 100%;
	text-align: center;
}

.site-pagination .page-numbers{
	padding: 0 1rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-pagination .page-numbers.current{
	color: #777;
}

.site-pagination a.page-numbers{
	color: #000;
}

.site-pagination .page-numbers:hover,
.site-pagination .page-numbers:focus{
	color: #777;
	text-decoration: none;
}


.container {
	max-width: 100%;
  padding: 0 4rem;
}

.project-details{
	display: flex;
}

.project-box{
	padding: 0 4rem 2rem 0;
}

.project-box .title{
	display: block;
	color: #777;
}

.project-gallery-item{
	padding: 1rem 0;
	text-align: center;
}

.project-gallery-item .image{
	display: inline-block;
	position: relative;
	background: #000;
}

.project-gallery-item .image img{
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-gallery-item .image:hover img{
	opacity: .5;
}

/* Elementor */

.center-items .elementor-widget-wrap{
	display: inline-block!important;
	width: auto!important;
}

.center-items.elementor-column{
	display: block!important;
	text-align: center;
}

.faq-akordeon .eael-adv-accordion .eael-accordion-list .eael-accordion-content,
.faq-akordeon .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	border: none!important;
}

.faq-akordeon .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg svg {
	width: 17px!important;
	height: 17px!important;
}

.faq-akordeon .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {margin-right: 20px!important}

.faq-akordeon .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
  margin-bottom: 1.5em!important;
}

.faq-akordeon .eael-adv-accordion .eael-accordion-list .eael-accordion-header {line-height: 1.5!important}


.le-pricing-plan .elementor-widget-text-editor ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.le-pricing-plan .elementor-widget-text-editor ul li{
	display: block;
	margin: 20px 0;
	/* text-transform: uppercase;
	font-size: 0.933rem;
	letter-spacing: 0.2em;
	font-weight: 300; */
	font-size: 1.067rem;
	position: relative;
	padding-left: 50px;
}

.le-pricing-plan .elementor-widget-text-editor ul li:before{
	content: '';
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
}

.le-pricing-plan .elementor-widget-text-editor ul li a{
	color: #000;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}

.le-pricing-plan .elementor-widget-text-editor ul li a:hover,
.le-pricing-plan .elementor-widget-text-editor ul li a:focus{
	text-decoration: underline;
	color: #555;
}

/* timeline */

ul.timeline-list{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.timeline-list:before{
	content: '';
	width: 1px;
	height: 100%;
	background: #777;
	position: absolute;
	left: 50%;
	top: 0;
}

ul.timeline-list li{
	display: block;
	width: 50%;
	position: relative;
	text-align: right;
}

ul.timeline-list li:before{
	content: '';
	background: #000;
	position: absolute;
	right: -4px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

ul.timeline-list li:nth-child(2n):before{
	right: auto;
	left: -3px;
}

ul.timeline-list li:nth-child(2n){
		margin-left: 50%;
		text-align: left;
}

ul.timeline-list li .timeline-item{
	display: block;
	padding: 1rem 3rem;
	display: block;
	overflow: hidden;
}

ul.timeline-list li .timeline-number{
	font-size: 3.067rem;
	color: #d9d9d9;
	font-weight: 300;
}

ul.timeline-list li .timeline-title{
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 1.333rem;
}

ul.timeline-list li .timeline-item p{
	color: #777;
	margin: 0;
}

.wpcf7-acceptance{
	font-weight: 300;
	font-size: 0.8rem;
}

.wpcf7-acceptance a{
	color: #000;
}



.polityka h2,
.polityka h3{
	font-weight: 300;
	font-size: 1.6rem;
}

.polityka strong{
	font-weight: 300;
}

.cmplz-show-banner{
	cursor: pointer;
}

.site-footer .privacy-link a{
	display: block;
}

#back-button{
	display: none;
	position: fixed;
	right: 4rem;
	padding: 1rem;
	cursor: pointer;
	bottom: 13rem;
	z-index: 991;
}

#back-button.show{
	display: block;
}

#back-button > span{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.pakiet-sec,
.pakiet-sec > .elementor-container{
	height: 100%;
}

.offer-list ul{
	min-height: 315px;
}



@media(max-width: 1600px){
	.home-cta_3 .left-image{
		width: 76%;
		margin-left: 24%;
	}


}

@media(max-width: 1400px){
	.hero-content {
		padding: 4rem;
	}

	.container {padding: 0 3rem;}

	html{font-size: 14px}
	.site-logo svg { width: 10rem }
	#site-navigation {padding: 1rem 3rem;}
	.site-footer {
		padding-left: 3rem;
		padding-right: 3rem;
	 }

}

@media (max-width:1250px){
	#back-button.show{display: none!important;}
}


/* 991px */
@media (max-width:991px){

	.offer-list ul{
		min-height: 100px;
	}

	.dropdown-menu{border: none;}
	.dropdown-menu .nav-item a{
		text-align: center!important;
	}


	.footer-2-area, .footer-3-area, .footer-4-area {text-align: left;}
	.footer-socials a:first-of-type{padding-left: 0;}
	.footer-1-area,
	.footer-2-area,
	.footer-3-area{
		margin-bottom: 1rem;
	}

	.footer-contacts .phone {
	  font-weight: 500;
	  font-size: 1.125rem;
	}

	#site-navigation {padding: 10px 2rem 10px 2rem}
	.site-footer{padding: 4rem 2rem;}
	.home .navbar-nav > .nav-item a {
		color: #000;
	}

	#primary-menu{
		padding: 2rem 0;
	}

	.navbar-nav > .nav-item a {
		text-align: center;
		padding: 1.4rem 0!important;
		font-size: 1.133rem;
	}

	.site-logo svg {width: 8rem;}
	#main-header.sticky .site-logo svg {width: 8rem;}
	.home .site-logo svg * {fill: #000!important;}
	#site-navigation {background: #FFF;}

	.hero-content {
		right: auto;
		left: 0;
		width: 80%
	}


	.about-me .right-image {display: none}
	.home-projects .slider-navigation {margin-bottom: 5.333rem}
	.home-projects{padding-top: 5.333rem;}
	.home-cta_4 {padding: 8rem 3rem;}
	.home-cta_3 .left-image {width: 100%;margin-left: 0%;}
	.home-cta_3 .section-content {padding: 15% 4rem;}
	.home-projects .project-desc, .projects-content h2 {padding-right: 4rem}
	.plus-icon{width: 24px; height: 24px}
	.site-content {padding-top: 6rem;}

	.le-pricing-plan .elementor-widget-container > p > br{
		display: none;
	}

	.dropdown-menu .menu-item a, .home .dropdown-menu .menu-item a, .sticky .dropdown-menu .menu-item a {
		font-size: 1.133rem;
	}

}

/* 767px */
@media (max-width:767px){
	.hero-content {width: 80%}
	.hero-content h2 {font-size: 2.533rem}
	.about-me .left-image{height: 500px;}
	.about-me .section-content .button,
	.home-cta_3 .section-content .button {margin-left: 0}
	.about-me { padding-top: 5.333rem; padding-bottom: 0}
	.about-me .section-content,
	.home-cta_1 .section-content {padding: 5.333rem 3rem;}
	.about-me .section-content h2,
	.about-me .section-content h1,
	.home-cta_1 h2,
	.home-cta_3 .section-content h2 {font-size: 2.133rem;}
	.projects-content h2 {font-size: 2.133rem;}
	.cytat-content{text-align: center;}
	.home-cta_1 .section-content .slider-navigation {text-align: center;margin-top: 3rem;}
	.home-cta_4 {padding: 5.333rem 3rem;}
	.home-cta_4 .left-content{margin-bottom: 4rem;}
	.home-cta_3 .left-image {height: 500px;}
	.home-cta_3 {padding:  0;}
	.home-cta_3 .section-content {padding: 4rem 3rem }
	html{font-size: 15px}
	#hero-slider{max-height: 650px}
	.project-archive-item { margin-bottom: 3rem }
	.project-archive-item header {padding: 1rem 2rem}
	.site-content {padding-top: 5rem;}
	.project-gallery-item {padding: 1rem 0 0 0;}

	ul.timeline-list li{width: 100%; text-align: left;}
	ul.timeline-list li .timeline-item{
		padding: 1rem;
	}
	ul.timeline-list li:nth-child(2n){margin: 0;}
	ul.timeline-list li:before{display: none;}
	ul.timeline-list:before{
		display: none;
	}


}

/* 575px */
@media (max-width:575px){
	.home-projects .slider-navigation {margin-top: 3rem;}
	.project-desc .slider-prev {margin-bottom: 2rem}
	.project-desc .slider-next {margin-bottom: 2rem}
	.home-projects .project-desc, .projects-content h2 {padding-right: 2rem; padding-left: 2rem}
	.home-cta_4 {padding: 5.333rem 1rem;}
	.home-cta_3 .section-content {padding: 4rem 2rem;}
	.about-me .section-content, .home-cta_1 .section-content {padding: 5.333rem 2rem;}
	.site-footer {padding: 4rem 0;}
	.hero-content {padding: 3rem;}
	#site-navigation {padding: 10px 1rem 10px 1rem;}
	.container {padding: 0 15px}
	.project-archive-item { margin-bottom: 2rem }
	.project-archive-item header h2 {font-size: 1rem}
	.project-box {padding: 0 3rem 2rem 0;}
}
