/**
* template:  Purespin

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Services
        + How We Work
        + Pricing
        + FAQ
        + Offer    
        + Testimonials    
        + Contact    
*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';

@import url('https://fonts.googleapis.com/css2?family=Barlow: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');


/**************************************
*
*         GLOBAL 
*
***************************************/


:root {
	--color-white: #ffffff;
	--color-green: #89b92e;
	--color-light-gray: #f8f8f8;
	--color-gray: #747f8e;
	--color-blue: #183862;
	--color-dark: #000000;
}

::-moz-selection {
	background-color: var(--color-green);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-green);
	color: var(--color-white);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

body {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--color-gray);
	line-height: 1.4;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: var(--color-blue);
	text-transform: capitalize;
	margin-bottom: 30px;
	line-height: 1.1;
}

h1 {
	font-size: 90px;
	color: var(--color-white);
}

h2 {
	font-size: 50px;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.align-center {
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn {
	display: inline-block;
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 20px 45px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn:hover {
	background-color: var(--color-blue);
}

.suptitle {
	color: var(--color-green);
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: var(--color-gray);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-green);
}

.res-send {
	display: none;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 700;
}

.res-send .error {
	color: #ff0000;
}

.res-send .send {
	color: var(--color-green);
}

#openmenu,
#closemenu {
	font-size: 30px;
	color: var(--color-white);
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-green);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-blue);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 40px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/**************************************
*
*         HEADER  
*
***************************************/


header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fixedmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--color-blue);
	z-index: 10000;
}

.header-top,
.header-bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-top p i {
	margin-right: 10px;
}

.header-top p a {
	margin-left: 20px;
	color: var(--color-white);
}

.header-top p {
	color: var(--color-white);
}

.header-social li {
	margin-left: 20px;
}

.header-social li a {
	color: var(--color-white);
}

.menu li {
	float: left;
	margin-left: 40px;
}

.menu li a {
	color: var(--color-white);
	font-size: 18px;
	font-weight: 700;
}

.header-top p a:hover,
.menu li a:hover,
.header-social li a:hover {
	color: var(--color-green);
}


/**************************************
*
*         HEADER CONTENT  
*
***************************************/


.wrapper-header-content {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 56, 98, 0.5)), to(rgba(24, 56, 98, 0))), url('http://pralniaelk.pl/images/pralnia.jpeg');
	background-image: -o-linear-gradient(rgba(24, 56, 98, 0.5), rgba(24, 56, 98, 0)), url('http://pralniaelk.pl/images/pralnia.jpeg');
	background-image: linear-gradient(rgba(24, 56, 98, 0.5), rgba(24, 56, 98, 0)), url('../images/pralnia.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 800px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/**************************************
*
*         ABOUT US  
*
***************************************/

#cennik {
	background-color: var(--color-blue);
}

#cennik h2 {
	color: var(--color-white);
}

#aboutus {
	background-color: var(--color-blue);
}

#aboutus h2 {
	color: var(--color-white);
}

.wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1200px;
}

.aboutus-img {
	width: 40%;
}

.aboutus-content {
	width: 60%;
	padding-left: 50px;
	color: var(--color-white);
}

.aboutus-content p {
	margin-bottom: 20px;
}

.wrapper-list {
	margin: 40px 0px;
}

.wrapper-list h3 {
	font-size: 25px;
	margin-bottom: 5px;
	color: var(--color-white);
	font-weight: 700;
}

.wrapper-list li {
	margin-bottom: 30px;
	background-image: url('../images/check-mark.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 30px;
	padding-left: 50px;
}

.wrapper-list li p {
	margin-bottom: 0px;
}

.experiense {
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 20px;
}

.experiense .counter {
	font-size: 40px;
	font-weight: 900;
}

.experiense p {
	text-transform: uppercase;
	letter-spacing: 2px;
}


/**************************************
*
*         SERVICES 
*
***************************************/


.wrapper-services {
	margin-top: 50px;
}

.service-content {
	padding: 60px 20px 40px 20px;
	position: relative;
}

.service-img {
	background-color: var(--color-green);
	width: 100px;
	height: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 10px solid var(--color-white);
}

.service-img img {
	width: 40px !important;
	height: auto !important;
}

.service-content h3 {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 700;
}


/**************************************
*
*        HOW WE WORK 
*
***************************************/


#wework {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 56, 98, 0.8)), to(rgba(24, 56, 98, 0.5))), url('http://pralniaelk.pl/images/bg-wework.png');
	background-image: -o-linear-gradient(rgba(24, 56, 98, 0.8), rgba(24, 56, 98, 0.5)), url('http://pralniaelk.pl/images/bg-wework.png');
	background-image: linear-gradient(rgba(24, 56, 98, 0.8), rgba(24, 56, 98, 0.5)), url('http://pralniaelk.pl/images/bg-wework.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-wework {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wework-content {
	width: 50%;
	padding-right: 50px;
}

.wework-content p {
	margin-bottom: 20px;
}

.wework-step {
	width: 50%;
}

.single-step {
	width: 50%;
	padding: 30px;
}

.single-step span {
	font-size: 120px;
	font-weight: 900;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 5px rgba(137, 185, 46, 0.5);
}

.single-step>div {
	margin-top: -40px;
	margin-left: 20px;
}

.single-step>div h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

#wework h2,
.single-step>div h3,
.single-step>div,
.wework-content {
	color: var(--color-white);
}


/**************************************
*
*        PRICING 
*
***************************************/


.wrapper-pricing {
	max-width: 1200px;
	margin-top: 80px;
}

.single-pricing {
	width: calc(33.333333% - 20px);
	margin: 10px;
	border: 1px solid rgba(116, 127, 142, 0.2);
	position: relative;
	padding: 80px 30px 40px 30px;
}

.pricing-img {
	background-color: var(--color-green);
	width: 80px;
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pricing-img img {
	width: 40px;
	height: auto;
}

.single-pricing h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

.single-pricing p {
	font-size: 22px;
	color: var(--color-green);
	font-weight: 600;
	margin-bottom: 10px;
}

.pricing {
	font-size: 45px;
	font-weight: 600;
	color: var(--color-blue);
	margin-bottom: 20px;
	display: block;
}

.single-pricing ul li {
	margin-bottom: 10px;
	background-image: url('../images/check-mark.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20px;
	padding-left: 30px;
}


/**************************************
*
*        FAQ 
*
***************************************/


#faq {
	background-color: var(--color-light-gray);
}

.wrapper-faq {
	max-width: 1200px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-content {
	width: 45%;
	padding-right: 50px;
}

.faq-accordion {
	width: 55%;
}

.faq-content p {
	margin-bottom: 20px;
}

.faq-accordion h3 {
	padding: 20px 20px 20px 20px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.faq-accordion h3:hover {
	color: var(--color-green);
}

.faq-accordion h3 i {
	margin-right: 10px;
}

.content-accordion {
	display: none;
	padding: 30px 30px 30px 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--color-white);
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.content-accordion p {
	margin-bottom: 5px;
}

.faq-accordion h3 i {
	font-size: 14px;
}


/**************************************
*
*        OFFER
*
***************************************/


#offer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 56, 98, 0.8)), to(rgba(24, 56, 98, 0.5))), url('http://pralniaelk.pl/images/bg-offer.png');
	background-image: -o-linear-gradient(rgba(24, 56, 98, 0.8), rgba(24, 56, 98, 0.5)), url('http://pralniaelk.pl/images/bg-offer.png');
	background-image: linear-gradient(rgba(24, 56, 98, 0.8), rgba(24, 56, 98, 0.5)), url('http://pralniaelk.pl/images/bg-offer.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 150px;
	position: relative;
}

.wrapper-offer {
	max-width: 1000px;
}

.wrapper-offer h2 {
	color: var(--color-white);
}

.wrapper-edge {
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: var(--color-green);
	-webkit-transform: translate(-50%, 100px);
	-ms-transform: translate(-50%, 100px);
	transform: translate(-50%, 100px);
	max-width: 1200px;
}

.single-edge {
	width: 25%;
	padding: 30px 20px;
	position: relative;
}

.single-edge span {
	font-weight: 700;
	font-size: 60px;
	color: var(--color-white);
	display: inline-block;
}

.single-edge h3 {
	color: var(--color-white);
	text-transform: uppercase;
	font-weight: 400;
}

.single-edge:after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background-color: var(--color-white);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-edge:last-child::after {
	display: none;
}


/**************************************
*
*         TESTIMONIALS
*
***************************************/


#testimonials {
	background-color: var(--color-blue);
	padding-top: 180px;
}

#testimonials .suptitle,
#testimonials h2,
.single-testimonials p,
.wrapper-author h3,
.wrapper-author p {
	color: var(--color-white);
}

.wrapper-testimonials {
	max-width: 1000px;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-testimonials p {
	font-size: 20px;
	margin-bottom: 20px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.wrapper-author p {
	font-size: 16px;
}


/**************************************
*
*         CONTACT
*
***************************************/


#contact {
	padding-top: 100px;
}

.wrapper-contact {
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
}

.wrapper-form {
	width: 70%;
}

#contact h2 {
	margin-bottom: 50px;
}

.wrapper-contact-form {
	padding-bottom: 50px;
}

.single-address {
	margin-bottom: 50px;
}

.single-address h3 {
	font-size: 25px;
}

.single-address p {
	margin-bottom: 10px;
}

.single-address a {
	color: var(--color-gray);
}

.single-address a:hover {
	color: var(--color-blue);
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-input input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px;
	border: none;
	outline: none;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: rgba(158, 158, 158, 0.1);
	color: var(--color-dark);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-input input:focus,
textarea:focus {
	background-color: rgba(158, 158, 158, 0.3);
}

textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 100%;
	background-color: rgba(158, 158, 158, 0.1);
	padding: 20px 15px;
	height: 200px;
}

.wrapper-input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}

.wrapper-input input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}

.wrapper-input input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}

.wrapper-input input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}

.wrapper-input input::placeholder,
textarea::placeholder {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}

.wrapper-form button {
	outline: none;
	border: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.wrapper-map {
	width: 100%;
	height: 400px;
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
}

.copyright {
	padding: 30px 15px;
	background-color: var(--color-blue);
	color: var(--color-white);
}

.copyright p {
	font-size: 14px;
}