/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: Poppins, Helvetica, Verdana, Lato, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	
	
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.img {
	width: 100%;
}
/* ancient-browser-alert error */
.ancient-browser-alert {
    background: #a00;
    color: #faa;
    display: block;
    padding: 3px 0;
    text-align: center;
}
.ancient-browser-alert a {
    color: #fff;
    text-decoration: underline;
}

header[role="banner"] {
	position: absolute;
    width: 100%;
	z-index: 11;
}

.pagination {
    margin: 0;
}



.pagination-center {
    text-align: center;
}
.pagination-row {
    margin-bottom: 20px;
}



.required {
    color: #f00;
}



.row-with-vspace {
    margin-bottom: 20px;
}



.site-main .format-aside {
    background: #f5f5f5;
}
.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}
.site-title > a {
    text-decoration: none;
}
.site-title > div {
    height: auto;
    line-height: 18px;
}
.site-title .site-description {
    color: #999;
    font-size: 16px;
}
.site-title .site-title-heading {
    margin: 0;
}



.widget_calendar #wp-calendar {
    margin: 0;
}
.widget_calendar #wp-calendar #next {
    text-align: right;
}



#comments .comment-navigation {
    margin-bottom: 0;
}
#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}
#comments .media-list li .media {
    margin-top: 15px;
}
#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}
#comments .media-list ul.children {
    list-style: none;
    margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}
#main-column .attachment .entry-content {
    margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
    text-align: center;
}
#main-column .attachment .entry-meta {
    margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
   
    margin-bottom: 20px;
   
}
#main-column .post .entry-header .entry-meta {
    color: #999;
}
#main-column .post .entry-header .entry-meta a {
    color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}
#main-column .post .entry-meta .categories-icon {
    cursor: default;
}
#main-column .post .entry-meta .comments-link a {
    color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
    color: #333;
}
#main-column .post .entry-meta .tags-icon {
    cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}
.mt-4 {
	margin-top: 40px;
	padding-right: 5%;
}
.navbar {
	border: 0px solid!important;
}
h1.entry-title {
	margin-bottom: 30px;
}
#site-footer {
    background: #f5f5f5;
    border-top: 3px solid #ddd;
    font-size: 12px;
    padding: 10px;
}
#site-footer img {
	margin-right: 10px;
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow: 0 0 0;
	background: none !important;
    outline: none !important;
	color: white;
	font-size: 16px;

}
.navbar-nav>li {
background: none !important;

}
.navbar-brand, .navbar-nav>li>a {
	padding: 15px 35px;
}

.navbar-brand, .navbar-nav>li >a:hover {
	background: transparent;
	border-bottom: 1px solid white;
}
.info_button, .wpcf7-submit {
	
	padding: 15px 35px;
    margin-top: 25px;
    display: inline-block;
	border-radius: 0px;
	border: 1px solid white;
	color: white!important;
	background-color: black;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
}
.wpcf7-spinner {
	display: none;
}
.flip {
	transform: rotate(90deg);
	margin-lefT: 10px;
	    display: inline-block;
}
.info_button:hover, .wpcf7-submit:hover {
	text-decoration: none;
	color: white;
}
input[type="text"], input[type="email"], textarea {
	color: black;
	width: 80%;
	padding: 3px;
}

.offer {
	padding: 0 3%;
}
#topbar {
	background: black;
}

.navbar {
	margin-bottom: 0px;
}
#gallery {
	
	padding: 60px 0;
	
}
.tab-content h2, #middle h2 {
	margin-bottom: 25px;
}

h2 {
	    font-size: 36px;
    margin-bottom: 40px;
}


#main_content button {
	background: transparent;
	border: 1px solid white;
	outline: none;
    width: 100%;
	font-size: 22px;
    padding: 18px 40px;
}

ul.nav-tabs {
	width: 100%;
	background: 
}

.nav-tabs li {
	width: 100%;
	list-style: none;
}
.nav-item {
	width: 100%;
	background: black;
	color: white;
}

.nav-item.active {
	
	background: white;
	color:  black;
}

#middle {
	
padding: 40px 3%;
background-color: #efefef;

}

#site-footer {
	
	padding: 60px 3%; 
}


#site-footer a {
	color: white;
} 


.ital {
	font-style: italic;
	
}
.navbar-toggle .icon-bar { 
	background: white;
}
#middle .ital {
	margin-bottom: 60px;
}
#offer {
	background: #efefef;
	padding: 40px 3%;
}

.carousel-inner {
    position: relative;
    background: url('../../img/head.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.carousel-inner::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 110%;
    height: 110%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: kenBurns 25s ease infinite alternate;
  
}
.entry-title a {
	color: black;
}
@keyframes kenBurns {
    0% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(1.15) translate(8%, 5%);
    }
}

.abs {
	width: calc(100% - 30px);
    height: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 20px;
    padding-top: 15px;
    opacity: 1;
	color: white;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: rgb(0 0 0 / 55%);
}
.abs a {
	color: white;
	display: inline-block;
}
.carousel-caption {
	text-align: center;
    bottom: 0;
    left: 0;
    padding: 40px 4%;
	right: 0;
    width: 100%;
    height: calc(50vh - 60px);
    background: #000000bd;
}
.carousel-inner {
	height: 100%;
}
.home #carouselExampleCaptions {
  height: calc(100vh);
  min-height: 400px;          
  max-height: 100vh;
  overflow: hidden;  
}

#off1 {
	
  min-height: 400px;  
  background: url('../../img/off_bg.png');
    background-size: cover;
    background-position: bottom 56px center;
    background-repeat: no-repeat;   
  max-height: 100vh;
  overflow: hidden; 
}
/*

#off2 {
	height: calc(100vh);
  min-height: 400px;          
  max-height: 100vh;
  overflow: hidden; 
}
*/
#carouselExampleCaptions {
  height: 46vh;
  min-height: 400px;          
  max-height: 100vh;
  overflow: hidden;  
}

h3 {
	font-size: clamp(3.4rem, 2.2vw, 3.2rem);
}

.home #content {

 padding: 60px 0 0 0;
}

#slider h4 {
  font-size: clamp(1.4rem, 1.3vw, 2.6rem);
}

#slider h5 {
  font-size: clamp(1.2rem, 2vw, 2.6rem);
}
.carousel-caption .logo_img {
	width: 33%;
}

.logo .logo_img {
	width: 170px;
}

td {
	font-size: 18px;
	
}
.buttons {
	text-align: right;
	padding-top: 15px
	}
	
#topbar span {
	display: inline-block;
	margin-right: 60px;
}
ul li {
	list-style: none;
}
#b_bar {
	color: white;
	background: black;
	    position: fixed;
		
}

#topbar {

}
.home .offer {

background: #eef0f3 
}

#content {
	padding: 60px 3%;
}
#gallery {
	padding: 60px 3%;
}

#main_content {
padding: 0px 0;
overflow: hidden;
}	
#middle h4 {
	font-size: clamp(1.2rem, 2vw, 2.6rem);
}


.jump {
  
   -webkit-transition: all 0.5s;
   transition: all 0.5s; 
    z-index: 99999;
   margin: 5px 20px!important;
   bottom: 0px;
   opacity: 0;
}

	
#slider .info_button {
		display: none;
	}
.page-template-homepage #slider .info_button {
		display: inline-block;
	}
.home .offer, .home #slider h4, .home #slider .col-md-6 {
	display: block;
}
.hov {
	display: none;
}
h3 {
	padding: 10px 0px 25px 0px;
	
}

li, p {
	font-size: 18px;
}
.service-title {
	font-size: 24px;
	font-weight: 800;
}
.stat-number {
	font-size: 32px;
	font-weight: 800;
}
.full img, .gallery-item img {
	max-width: 100%;
	height: auto!important;
	width: 100%;
}
.padd {
	padding: 60px 7% 30px 7%;
}
.padd .col-md-4 {
	padding-bottom: 30px;
}
.stats-section {
	   
    padding: 60px 0; 
	padding-top: 120px;
}

.bblock .col-md-4 {
margin-top: 40px;
}	
#site-footer {
		background-color: black;
		color: white;
		overflow: hidden;
	}
#site-footer h3 {
	padding-bottom: 10px;
	
}
.small {
	display: inline-block;
}
.move {
	padding-left: 40px;
	margin: 40px 0 40px 0;
}
.dow {
    animation: floatUpDown 1.6s ease-in-out infinite;
    transform-origin: center;
}


@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);   /* wysokość unoszenia - delikatna */
    }
    100% {
        transform: translateY(0);
    }
}


.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}
.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}

label {
	font-size: 14px;
	font-weight: 400;
}
#text-2 {
	margin-top: 60px;
	
	}
	
@keyframes come-in {
  to { transform: translateY(0); }
}

@media (min-width: 1668px) {
.carousel-item img {
	
	width: 100%;
}

}

@media (min-width: 992px) {
    .navbar-nav {
        float: none;
        margin: auto;
        text-align: center;
        display: inline-block;
    }
	.navbar-primary-collapse {
		text-align: right;
	}
	
}

@media (min-width: 1420px) and  (max-width: 1680px) {
	p, li {
		font-size: 15px;
		
	}
	.info_button, .wpcf7-submit {
		font-size: 11px !important;
		padding: 12px 26px;
	}
	.carousel-caption .logo_img {
    width: 28%;
	}
}

@media (min-width: 992px) and  (max-width: 1420px) {
	
	.navbar-brand, .navbar-nav>li a {
    padding: 15px 15px;
	font-size: 14px;
	outline: 0 0!important;
	}
	.carousel-caption .logo_img {
    width: 28%;
	}
	
	.info_button {
		font-size: 11px !important;
		padding: 12px 26px;
	}
	.a_block a, .g_block a  {
		font-size: 15px;
		padding: 30px 30px;
	}
	p, li {
		font-size: 14px;
		
	}
}

@media (max-width: 992px) {
	
	.move {
		padding-left: 0px;
	}
	h3 {
   
	text-align: left;
	
	}
	
	.info_button, .wpcf7-submit {
		font-size: 11px !important;
		padding: 12px 26px;
	}
	.service-card {
		text-align: center;
	}
	h2, h3, p, li, ul {
		text-align: center;
	}
	ifr {
		margin-top: 40px;
	}
	#off1 {
	
	height: auto;
    background: url('../../img/off_bg.png');
    background-size: cover;
    background-position: bottom 56px center;
    background-repeat: no-repeat;   
    max-height: none!important;
    overflow: hidden; 
}
	
	.a_block a, .box, .g_block a  {
		margin-top: 30px;
	}
	.slog {
		display: none;
	}
	#topbar, #topbar  .text-right {
		text-align: center!important;
	}
	#site-footer .col-md-3  {
		margin-bottom: 30px;
	}
	
	#slider h5 {
		text-align: left;
	}
	header[role="banner"] {
		padding: 0px 0;
	}
	
	#content, #offer, #site-footer {
		padding: 60px 0;
	}
	.sect {
		margin-right: -15px;
    margin-left: -15px;
		
	}
	
	.navbar-collapse {
		background: black
	}
	.navbar-brand, .navbar-nav>li {
    padding: 0px 20px;
	}
	
	#site-footer {
		text-align: center;
	}
}
	.d-big {
		display: block;
	}
	.d-small {
		display: none;
	}
	
	
@media (max-width: 768px) {
	.d-big, .buttons {
		display: none;
	}
	.d-small {
		display: block;
	}
	.carousel-caption .logo_img {
    width: 80%;
	}
	
	p, li {
		font-size: 14px;
	}
	
	
}