/**
* template:  EcoDecor

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Services
        + Project
        + Progress
        + Our Team
        + Contact    
*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import 'magnific-popup.css';

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/


:root {
	--color-gray: #9e9e9e;
	--color-green: #6aaf08;
	--color-dark: #1e1e1e;
	--color-white: #ffffff;
}

::-moz-selection {
	background-color: var(--color-green);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-green);
	color: var(--color-white);
}

.selected {
	color: var(--color-green);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: inline-block;
}

img {
	display: block;
	height: auto;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lora", serif;
	font-weight: 700;
	color: var(--color-dark);
	margin-bottom: 30px;
	text-transform: capitalize;
	line-height: 1.2;
}

h1 {
	font-size: 90px;
	color: var(--color-white);
}

h2 {
	font-size: 55px;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.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;
}

.align-center {
	text-align: center;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn {
	display: inline-block;
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 20px 45px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 40px;
	letter-spacing: 2px;
}

.btn:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 50px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 5px;
	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: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-green);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
	background-color: var(--color-green);
	color: var(--color-white);
}

#scroll-top:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.res-send {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

.res-send .error {
	color: #ff0000;
}

.res-send .send {
	color: var(--color-dark);
}

#closemenu,
#openmenu {
	color: var(--color-white);
	font-size: 30px;
	display: none;
}

#closemenu:hover,
#openmenu:hover {
	color: var(--color-green);
}

@-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-green);
	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: 30px;
	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;
	left: 0;
	top: 0;
	right: 0;
	background-color: var(--color-dark);
	z-index: 1000;
}

.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-family: "Lora", serif;
	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-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  
*
***************************************/


#aboutus {
	padding-bottom: 100px;
}

.wrapper-edge {
	background-color: var(--color-green);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-edge {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	padding: 50px 20px;
	color: var(--color-white);
	position: relative;
}

.single-edge h3 {
	color: var(--color-white);
	font-size: 25px;
	margin-bottom: 20px;
}

.wrapper-img-edge {
	width: 80px;
	height: 80px;
	background-color: var(--color-white);
	border-radius: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	margin-top: -100px;
	margin-bottom: 20px;
	border: 10px solid var(--color-green);
}

.wrapper-img-edge img {
	width: 34px;
	height: auto;
}

.wrapper-aboutus {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aboutus-content {
	width: 60%;
	padding-right: 50px;
}

.wrapper-list {
	margin: 40px 0px;
}

.wrapper-list h3 {
	font-size: 25px;
	margin-bottom: 5px;
}

.wrapper-list li {
	margin-bottom: 30px;
	background-image: url('../images/checkmark.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px;
}

.aboutus-content p {
	margin-bottom: 20px;
}

.aboutus-img {
	width: 40%;
}

.aboutus-img img {
	width: 100%;
}

.experiense {
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 20px;
}

.experiense .counter {
	font-family: "Lora", serif;
	font-weight: 700;
	font-size: 40px;
}

.experiense p {
	text-transform: uppercase;
	letter-spacing: 2px;
}


/**************************************
*
*         SERVICES 
*
***************************************/


#services {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-attachment: fixed;
}

#services h2 {
	color: var(--color-white);
}

.wrapper-services article {
	width: calc(33.333333% - 20px);
	margin: 10px;
	padding: 50px 20px;
	color: var(--color-white);
	border: 1px solid rgba(158, 158, 158, 0.3);
}

.wrapper-services article img {
	margin: 0 auto 20px auto;
	max-width: 80px;
	width: 100%;
}

.wrapper-services article h3 {
	font-size: 25px;
	margin-bottom: 20px;
	color: var(--color-white);
}


/**************************************
*
*         PROJECT 
*
***************************************/


.project-img {
	width: 40%;
}

.project-img a {
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(30, 30, 30, 0.5);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.overlay i {
	color: var(--color-white);
}

.project-img a:hover .overlay {
	opacity: 1;
}

.single-project {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-content {
	width: 60%;
	padding-left: 50px;
}

.project-content p {
	margin-bottom: 10px;
}

.address {
	margin-bottom: 30px;
	color: var(--color-dark);
}

.address i {
	margin-right: 10px;
	color: var(--color-green);
}

.project-content h3 {
	font-size: 30px;
	margin-bottom: 30px;
}


/**************************************
*
*         PROGRESS
*
***************************************/


#progress {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

#progress h2 {
	color: var(--color-white);
}

.single-progress {
	width: calc(25% - 20px);
	margin: 10px;
	padding: 20px;
}

.single-progress span {
	font-size: 60px;
	display: block;
	font-family: "Lora", serif;
	font-weight: 700;
	color: var(--color-green);
}

.single-progress h3 {
	font-size: 25px;
	color: var(--color-white);
}


/**************************************
*
*        OUR TEAM
*
***************************************/


#team {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-attachment: fixed;
}

#team h2 {
	color: var(--color-white);
}

.single-team {
	border: 1px solid rgba(158, 158, 158, 0.3);
}

.single-team img {
	width: 100%;
}

.team-content {
	padding: 30px 20px;
	color: var(--color-white);
}

.team-content h3 {
	color: var(--color-white);
	font-size: 25px;
	margin-bottom: 10px;
}

.team-content ul {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.team-content ul li {
	margin: 0 10px;
}

.team-content ul li a {
	color: var(--color-white);
}

.team-content ul li a:hover {
	color: var(--color-green);
}


/**************************************
*
*         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-green);
}

.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: 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;
	font-family: "Lora", serif;
	font-weight: 700;
}

.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: 15px;
	height: 200px;
	font-family: "Lora", serif;
	font-weight: 700;
}

.wrapper-form button {
	outline: none;
	border: none;
	display: inline-block;
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 20px 45px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 40px;
	letter-spacing: 2px;
	-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-form button:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.wrapper-map {
	width: 100%;
	height: 400px;
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
}

.copyright {
	padding: 30px 15px;
	background-color: var(--color-green);
	color: var(--color-white);
}

.copyright p {
	font-size: 14px;
}