@charset "UTF-8";
/** Colors **/
/** Font Weight **/
/** Responsive Devices **/
header .navbar {
	padding: 8px 0;
}

header .navbar .navbar-nav .nav-item:last-of-type .nav-link {
	padding-right: 0;
}

header .container .nav-fixed {
	width: 100%;
	position: fixed;
	top: -3em;
	left: 0;
	z-index: 9999;
	background-color: white;
	box-shadow: 1px 6px 24px -10px rgba(173, 173, 173, 0.43);
	padding: 0;
}

.nav-fixed .navbar {
	padding: 13px 0 !important;
}

header .container .nav-fixed .logo-widget .logo-wrapper {
	width: 235px;
}

header .top-header {
	background-color: #19b464;
	font-family: Roboto-Regular;
	z-index: 999999;
}

header .main-navigation .logo-widget .logo-wrapper {
	width: 270px;
}

header .main-navigation .logo-widget .logo-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

header .main-navigation .navbar-nav {
	font-family: OpenSans-SemiBold;
	text-transform: uppercase;
	font-size: 16px;
}

header .main-navigation .navbar-nav .nav-item {
	display: inline-block;
	padding: 0 20px;
	z-index: 9;
}

header .main-navigation .navbar-nav .nav-item .nav-link {
	color: #222323;
	border-bottom: transparent;
	padding: 5px 0;
	transition: 0.5s;
}

header .main-navigation .navbar-nav .nav-item .active {
	border-bottom: solid 1px #19b464;
	color: #19b464;
}

header .main-navigation .navbar-nav .nav-item .dropdown .dropdown-nav-item a.active {
	color: #19b464 !important;
	border-bottom: unset !important;
}

header .main-navigation .navbar-nav .nav-item .nav-link.active:after {
	display: block;
	content: "";
	border-bottom: solid 1px #19b464;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

header .main-navigation .navbar-nav .nav-item .dropdown {
	display: none;
	list-style: none;
	padding: 0;
	top: 84px;
	position: absolute;
	z-index: 2;
	background-color: #ffffff;
	padding-right: 25px;
	box-shadow: 0px 0px 15px 0px #0000001a;
	border-top: 3px solid #19b464;
}

header .main-navigation .navbar-nav .nav-item .dropdown:before {
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	background-color: transparent;
	left: 0;
	top: -28px;
}

header .main-navigation .navbar-nav .nav-item .dropdown:after {
	content: "";
	display: block;
	opacity: 1;
	z-index: 999999999999999999999999999999999;
	position: absolute;
	top: -22px !important;
	left: 10px;
	border: 10px solid transparent;
	border-bottom-color: #19b464;
	-webkit-transition: 1s ease all;
	-o-transition: 1s ease all;
	transition: 1s ease all;
}

header .main-navigation .navbar-nav .nav-item .dropdown .dropdown-nav-item {
	position: relative;
}

header .main-navigation .navbar-nav .nav-item .dropdown .dropdown-nav-item .dropdown-nav-link {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	transition: 0.25s;
	color: #222323;
}

header .main-navigation .navbar-nav .nav-item .dropdown .dropdown-nav-item .dropdown-nav-link:hover {
	color: #19b464;
}

header .main-navigation .navbar-nav .nav-item:after {
	display: block;
	content: "";
	border-bottom: solid 1px #19b464;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

header .main-navigation .navbar-nav .nav-item:hover {
	background-size: 100% 80%;
}

header .main-navigation .navbar-nav .nav-item:hover:after {
	transform: scaleX(1);
}

header .main-navigation .navbar-nav .nav-item:hover .dropdown {
	display: block;
}

header .main-navigation .navbar-nav .nav-item:hover .nav-link {
	color: #19b464;
	transition: 0.5s;
}

header .header-top {
	background: #f6f7f7;
	overflow: hidden;
	position: relative;
}

header .header-top .container {
	position: relative;
	z-index: 1;
}

header .header-top .container .info {
	padding: 15px 0;
}

header .header-top .container .info ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

header .header-top .container .info ul li {
	display: inline;
	padding-right: 10px;
	padding: 15px;
	font-family: Roboto-Regular;
	font-size: 16px;
}

header .header-top .container .info ul li a {
	color: #ffffff;
	transition: all 0.3s;
}

header .header-top .container .info ul li a:hover {
	color: #222323;
}

header .header-top .container .info ul li i {
	color: #ffffff;
	margin-right: 5px;
}

header .header-top:after {
	background: #19b464;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
}

header .header-top:before {
	content: "";
	background: #19b464;
	transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	height: 100%;
	width: 79px;
	left: 47%;
	top: 0;
	position: absolute;
}

footer {
	padding: 50px 0;
}

footer .footer-top .logo-wrapper {
	width: 266px;
	height: 55px;
}

footer .footer-top .logo-wrapper img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

footer .footer-top ul {
	list-style-type: none;
	display: block;
}

footer .footer-top ul li {
	display: inline;
	border-right: 1px solid #222323;
	font-family: OpenSans-Regular;
	font-size: 16px;
	padding: 0 10px;
}

footer .footer-top ul li:last-child {
	border-right: none;
	padding: 0 0 0 10px;
}

footer .footer-top ul li a, .contact-information a {
	display: inline;
	color: #222323;
}

footer .footer-top ul li:hover a, .contact-information a:hover {
	color: #19b464;
	transition: all 0.3s ease-in;
}

footer .footer-top ul:last-child {
	float: right;
}

footer .copyright {
	color: #19b464;
	font-family: OpenSans-Regular;
}

footer .copyright p {
	font-size: 16px;
	padding-left: 7px;
}

footer .copyright a {
	float: right;
	color: #19b464;
	font-size: 16px;
}

footer .copyright a:hover {
	color: #222323;
	transition: all 0.3s ease-in;
}

.mobile-nav .mobile-nav-logo{
	float: right;
	width: 150px;
	height: 30px;
	object-fit: contain;
	z-index: 9999;
	margin-top: 15px;
	margin-right: 15px;
}

body.mm-wrapper.mm-wrapper_opened.mm-wrapper_blocking.mm-wrapper_background.mm-wrapper_opening #page header .mobile-nav .mobile-logo{
	display: none;
}

@media (max-width: 992px) {
	.our-services:last-of-type {
		margin-top: 30px;
	}

	.our-services:last-of-type .section-title {
		text-align: unset !important;
	}

	.our-services .opening-hours {
		margin-left: unset !important;
	}
}

@media screen and (max-width: 1024px) {
	header .top-header {
		height: 65px;
	}
}

@media (min-width: 1281px) {
	.home-banner .boxes .box .text-holder {
		padding-top: 0px !important;
	}

	.home-banner .boxes .box .text-holder h4 {
		font-size: 16px !important;
	}

	.home-banner .boxes .box .text-holder h3 {
		font-size: 24px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	header .main-navigation .navbar-nav {
		font-size: 14px !important;
	}

	header .main-navigation .logo-widget .logo-wrapper {
		width: 200px !important;
	}

	footer .footer-top ul {
		padding-left: 0;
	}

	.boxes .box .text-holder {
		padding-left: 0px !important;
	}

	.boxes .box .text-holder h4 {
		font-size: 18px !important;
	}

	.boxes .box .text-holder h3 {
		font-size: 25px !important;
	}

	.horiculture-section .horiculture-image .img-border {
		width: 465px !important;
	}

	.horiculture-section .horiculture-image .img-border .img-wrapper {
		width: 415px !important;
	}
	.services-section .services-wrapper{
		width: 610px !important;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.home-banner .content-box {
		padding: 130px 0 130px !important;
		width: 490px !important;
	}

	.home-banner .content-box .text {
		width: 540px !important;
	}

	.home-banner .content-box h2 {
		font-size: 45.1px !important;
	}

	footer .footer-top ul {
		padding-left: 0;
	}

	.boxes .box .text-holder {
		padding-left: 20px !important;
	}

	.boxes .box .text-holder h4 {
		font-size: 18px !important;
	}

	.boxes .box .text-holder h3 {
		font-size: 25px !important;
	}

	.services-section .services-wrapper {
		width: 590px !important;
		margin-top: 195px !important;
	}

	.horiculture-section .horiculture-image .img-border {
		width: 465px !important;
	}

	.horiculture-section .horiculture-image .img-border .img-wrapper {
		width: 415px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-banner .content-box {
		padding: 130px 0 130px !important;
		width: 490px !important;
	}

	.home-banner .content-box .text {
		width: 540px !important;
	}

	.home-banner .content-box h2 {
		font-size: 45.1px !important;
	}

	header .header-top .container .info ul li {
		font-size: 14px !important;
	}

	footer .footer-top ul {
		padding-left: 0 !important;
	}

	footer .footer-top ul li {
		padding: 0 12px !important;
		font-size: 14px !important;
	}

	footer .footer-top ul:last-child {
		float: unset !important;
	}

	footer .copyright a {
		float: unset !important;
		padding-left: 15px;
		font-size: 14px !important;
	}

	footer .copyright p {
		padding-left: 15px;
		font-size: 14px !important;
	}

	.section-title h2 {
		font-size: 26px !important;
	}

	.boxes .box .text-holder {
		padding-left: 33px !important;
	}

	.boxes .box .text-holder h4 {
		font-size: 18px !important;
	}

	.boxes .box .text-holder h3 {
		font-size: 25px !important;
	}

	.our-services-section .our-services .opening-hours {
		width: 345px !important;
	}

	.services-section .services-wrapper {
		width: 440px !important;
		margin-top: 230px !important;
		padding: 23px 45px !important;
	}

	.services-section .services-wrapper .services-content h3 {
		font-size: 20px !important;
	}

	.services-section .services-wrapper .services-content p {
		font-size: 16px !important;
	}

	.services-section .services-wrapper .services-content a {
		width: 315px !important;
		font-size: 14px !important;
	}

	.plants-delivery-section .plants-delivery-title {
		width: 725px !important;
	}

	.button {
		width: 300px !important;
		padding: 15px 30px !important;
		margin-right: 40px !important;
	}

	.horiculture-section .horiculture-image {
		margin-top: 30px !important;
		margin-bottom: unset !important;
	}

	.horiculture-section .horiculture-content {
		margin-top: 30px !important;
	}

	.talk-to-us-section .flower-icon-wrapper {
		width: 425px !important;
		height: 425px !important;
	}

	.map-section .working-hours {
		margin-left: 0 !important;
	}

	.horiculture-section .page-content {
		margin: 20px 0;
	}

	.horiculture-section .page-content h2:after {
		top: 35px !important;
	}

	.stone-walls-section {
		padding: 50px 0;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.header-top {
		display: none;
	}

	.home-banner .content-box {
		padding: 130px 0 130px !important;
		width: 390px !important;
	}

	.home-banner .content-box .text {
		width: 440px !important;
	}

	.home-banner .content-box h2 {
		font-size: 35.1px !important;
	}

	.home-banner .contact-info ul li {
		padding-right: 8px !important;
	}

	.home-banner .content-box p {
		font-size: 20px !important;
		line-height: 20px !important;
	}

	.plants-delivery-section .plants-delivery-title {
		width: 540px !important;
	}

	.plants-delivery-section .button {
		margin-bottom: 15px;
	}

	.services-section .services-wrapper {
		margin-left: 10px !important;
		margin-top: 0px !important;
		width: 470px !important;
	}

	.services-section .services-wrapper .services-content h3 {
		font-size: 20px !important;
	}

	.services-section .services-wrapper .services-content p {
		font-size: 16px !important;
	}

	.services-section .services-wrapper .services-content a {
		width: 350px !important;
		font-size: 14px !important;
	}

	.services-section .services-left .services-wrapper {
		margin-left: 0 !important;
	}

	footer .footer-top ul {
		padding-left: 0 !important;
	}

	footer .footer-top ul li {
		padding: 0 15px !important;
		font-size: 14px !important;
	}

	footer .footer-top ul:last-child {
		float: unset !important;
	}

	footer .copyright a {
		float: unset !important;
		padding-left: 15px;
		font-size: 14px !important;
	}

	footer .copyright p {
		padding-left: 15px;
		font-size: 14px !important;
	}

	.horiculture-section .horiculture-image {
		margin-top: 30px !important;
		margin-bottom: unset !important;
	}

	.horiculture-section .horiculture-content {
		margin-top: 30px !important;
	}

	.horiculture-section .page-content {
		margin: 20px 0;
	}

	.horiculture-section .page-content h2:after {
		top: 35px !important;
	}

	.talk-to-us-section {
		padding: 50px 0;
	}

	.talk-to-us-section .talk-to-us-title {
		margin-top: 30px !important;
	}

	.map-section .working-hours {
		margin-left: 0 !important;
	}

	.stone-walls-section {
		padding: 50px 0;
	}

	.home-banner .content-box h1{
		top: 35px !important;
	}

	.home-banner .content-box h1 span{
		font-size: 40px !important;
	}

	.home-banner .content-box .text h2 em span{
		font-size: 30px !important;
	}

}

@media (min-width: 481px) and (max-width: 575px) {
	.header-top {
		display: none;
	}

	.home-banner .content-box {
		padding: 130px 0 130px !important;
		width: 390px !important;
	}

	.home-banner .content-box .text {
		width: 440px !important;
	}

	.home-banner .content-box h2 {
		font-size: 35.1px !important;
	}

	.home-banner .contact-info ul li {
		padding-right: 8px !important;
		margin-bottom: 10px;
	}

	.home-banner .content-box p {
		font-size: 20px !important;
		line-height: 20px !important;
	}

	.plants-delivery-section .plants-delivery-title {
		width: 465px !important;
	}

	.plants-delivery-section .plants-delivery-title h2 {
		font-size: 30px !important;
	}

	.plants-delivery-section .button {
		margin-bottom: 30px;
	}

	.services-section .services-wrapper {
		margin-left: 35px !important;
		margin-top: 0px !important;
		width: 380px !important;
		padding: 25px 45px 15px !important;
	}

	.services-section .services-wrapper .services-content h3 {
		font-size: 18px !important;
	}

	.services-section .services-wrapper .services-content p {
		font-size: 14px !important;
	}

	.services-section .services-wrapper .services-content a {
		width: 255px !important;
		font-size: 14px !important;
		margin-right: 0 !important;
		padding: 15px 17px !important;
	}

	.services-section .services-left .services-wrapper {
		margin-left: 20px !important;
	}

	footer .footer-top ul {
		padding-left: 0 !important;
	}

	footer .footer-top ul li {
		padding: 0 8px !important;
	}

	footer .footer-top ul:last-child {
		float: unset !important;
	}

	footer .copyright a {
		float: unset !important;
		padding-left: 15px;
	}

	footer .copyright p {
		padding-left: 15px;
	}

	.horiculture-section .horiculture-image {
		margin-top: 30px !important;
		margin-bottom: unset !important;
	}

	.horiculture-section .horiculture-content {
		margin-top: 30px !important;
	}

	.horiculture-section .horiculture-image .img-border {
		width: 455px !important;
	}

	.horiculture-section .horiculture-image .img-border .img-wrapper {
		width: 405px !important;
	}

	.horiculture-section .page-content {
		margin: 20px 0;
	}

	.horiculture-section .page-content h2:after {
		top: 35px !important;
	}

	.talk-to-us-section {
		padding: 50px 0;
	}

	.talk-to-us-section .flower-icon-wrapper {
		width: 460px !important;
		height: 450px !important;
	}

	.talk-to-us-section .talk-to-us-title {
		margin-top: 30px !important;
	}

	.map-section .working-hours {
		margin-left: 0 !important;
	}

	.stone-walls-section {
		padding: 50px 0;
	}

	.home-banner .content-box .text h2 em span {
		font-size: 30px !important;
	}

	.home-banner .content-box h1 span {
		font-size: 40px !important;
	}

	.home-banner .content-box h1 {
		top: 35px !important;
	}

}

@media (min-width: 320px) and (max-width: 480px) {
	.header-top {
		display: none;
	}

	.button {
		padding: 15px 20px !important;
	}

	.section-title h2 {
		font-size: 26px !important;
	}

	.section-title h3 {
		font-size: 16px !important;
	}

	.home-banner .content-box h1 {
		left: 30px !important;
	}

	.home-banner .contact-info ul li {
		padding-right: 8px !important;
		margin-bottom: 10px;
	}

	.home-banner .content-box p {
		font-size: 16px !important;
		line-height: 16px !important;
	}

	.boxes .box .text-holder {
		padding-left: 33px !important;
	}

	.boxes .box .text-holder h4 {
		font-size: 16px !important;
	}

	.boxes .box .text-holder h3 {
		font-size: 20px !important;
	}

	.home-banner .contact-info ul {
		transform: skewX(-12deg) !important;
	}

	.plants-delivery-section .plants-delivery-title {
		width: 300px !important;
	}

	.plants-delivery-section .plants-delivery-title h2 {
		font-size: 24px !important;
	}

	.plants-delivery-section .plants-delivery-title h3 {
		font-size: 16px !important;
	}

	.plants-delivery-section .button {
		margin-bottom: 15px;
	}

	.services-section .services-wrapper {
		margin-left: 8px !important;
		margin-top: 0px !important;
		width: auto!important;
		padding: 38px 33px !important;
		left: -16px;
	}

	.services-section .services-wrapper .services-content h3 {
		font-size: 16px !important;
	}

	.services-section .services-wrapper .services-content p {
		font-size: 12px !important;
	}

	.services-section .services-wrapper .services-content a {
		font-size: 12px !important;
		margin-right: 0px !important;
		padding: 10px 10px !important;
		min-width: 200px !important;
	}

	.services-section .services-left .services-wrapper {
		margin-left: 8px !important;
	}

	footer .footer-top ul {
		padding-left: 0 !important;
	}

	footer .footer-top ul li {
		padding: 0 4px !important;
		font-size: 12px !important;
	}

	footer .footer-top ul:last-child {
		float: unset !important;
	}

	footer .copyright a {
		float: unset !important;
		font-size: 12px !important;
	}

	footer .copyright p {
		font-size: 12px !important;
	}

	.button {
		font-size: 14px !important;
	}

	.horiculture-section {
		padding: 30px 0 !important;
	}

	.horiculture-section .horiculture-image {
		margin-top: 30px !important;
		margin-bottom: unset !important;
	}

	.horiculture-section .horiculture-content {
		margin-top: 30px !important;
	}

	
	.horiculture-section .horiculture-image .img-border {
		width: auto !important;
	}

	.horiculture-section .horiculture-image .img-border .img-wrapper {
		    width: calc(100% - 30px) !important;
		    height: calc(100% - 30px) !important;
	}

	.horiculture-section .horiculture-image .img-border .img-wrapper img {
		   width:100%;
	}

	.horiculture-section .page-content h2 {
		padding-bottom: 0 !important;
		font-size: 28px !important;
	}

	.horiculture-section .page-content .description p {
		font-size: 14px !important;
	}

	.horiculture-section .page-content {
		margin: 20px 0;
	}

	.horiculture-section .page-content h2:after {
		top: 35px !important;
	}

	.talk-to-us-section {
		padding: 50px 0;
	}

	.talk-to-us-section .flower-icon-wrapper {
		width: 300px !important;
		height: 280px !important;
	}

	.talk-to-us-section .talk-to-us-title {
		margin-top: 30px !important;
	}

	.talk-to-us-section .talk-to-us-title h2 {
		font-size: 25px !important;
	}

	.talk-to-us-section .talk-to-us-title h4 {
		font-size: 16px !important;
	}

	.map-section .working-hours {
		margin-left: 0 !important;
	}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
		margin-left: 72px !important;
	}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
		font-size: 12px !important;
	}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title {
		font-size: 20px !important;
	}

	.timeline-centered.timeline-sm .timeline-entry .timeline-entry-inner .timeline-label {
		padding: 16px 5px !important;
	}

	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
		margin-left: -90px !important;
	}

	.team-section .team-item .team-item-image {
		width: 295px !important;
	}
	.services-section .services-wrapper .services-content h3 span{
		font-size: 16px !important;
	}

	.services-section .services-wrapper .services-content p strong em span span{
		font-size: 14px !important;
	}

	.services-section .services-wrapper .services-content ul{
		padding-left: 0 !important;
	}

	.services-section .services-wrapper .services-content ul li span{
		font-size: 12px !important;
	}

	.services-section .services-wrapper .services-content p span{
		font-size: 12px !important;
	}
}

@media (min-width: 414px) and (max-width: 480px) {
	.home-banner .content-box {
		padding: 100px 0 100px !important;
		width: 325px !important;
	}

	.home-banner .content-box .text {
		width: 375px !important;
	}

	.home-banner .content-box h2 {
		font-size: 28.1px !important;
	}

	.horiculture-section .horiculture-image {
		margin-top: 30px !important;
		margin-bottom: unset !important;
	}

	.horiculture-section .horiculture-content {
		margin-top: 30px !important;
	}

	.horiculture-section .horiculture-image .img-border {
		width: 380px !important;
	}

	.talk-to-us-section {
		padding: 50px 0;
	}

	.talk-to-us-section .flower-icon-wrapper {
		width: 300px !important;
		height: 280px !important;
	}

	.talk-to-us-section .talk-to-us-title {
		margin-top: 30px !important;
	}

	.talk-to-us-section .talk-to-us-title h2 {
		font-size: 25px !important;
	}

	.talk-to-us-section .talk-to-us-title h4 {
		font-size: 16px !important;
	}
}

@media (min-width: 350px) and (max-width: 413px) {
	.home-banner .content-box {
		padding: 100px 0 100px !important;
		width: 295px !important;
	}
	.mobile-nav .mobile-nav-logo{
		height:38px;
		margin-top: 13px;
	}
	.home-banner .content-box .text {
		width: 300px !important;
	}

	.home-banner .content-box h2 {
		font-size: 25.1px !important;
	}

	.home-banner .content-box h1 {
		left: 35px !important;
	}

	.home-banner .content-box h1 > span {
		line-height: 91px;
	}
	.our-services-section .our-services .opening-hours{
		height: auto!important;	
		width:auto!important;
	}

	.horiculture-section .horiculture-image {
		margin-top: 30px !important;
		margin-bottom: unset !important;
	}

	.horiculture-section .horiculture-content {
		margin-top: 30px !important;
	}

	.horiculture-section .horiculture-image .img-border {
		width: auto !important;
	}

	.talk-to-us-section {
		padding: 50px 0;
	}

	.talk-to-us-section .flower-icon-wrapper {
		width: 300px !important;
		height: 280px !important;
	}

	.talk-to-us-section .talk-to-us-title {
		margin-top: 30px !important;
	}

	.talk-to-us-section .talk-to-us-title h2 {
		font-size: 25px !important;
	}

	.talk-to-us-section .talk-to-us-title h4 {
		font-size: 16px !important;
	}
}

@media (max-width: 349px) {
	.home-banner .content-box {
		padding: 100px 0 100px !important;
		width: 265px !important;
	}

	.home-banner .content-box .text {
		width: 283px !important;
		padding: 17px 18px 15px !important;
	}

	.home-banner .content-box h2 {
		font-size: 25.1px !important;
	}

	.our-services-section .our-services .opening-hours {
		width: 280px !important;
		height: 230px !important;
	}

	.banner #overlay .breadcrumb .breadcrumb-item {
		font-size: 14px !important;
	}

	.banner #overlay h2 {
		font-size: 36px !important;
	}

	.banner #overlay {
		padding: 60px 0 !important;
	}
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url("/open-sans/OpenSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url("fonts/open-sans/OpenSans-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Medium";
	src: url("fonts/open-sans/OpenSans-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-SemiBold";
	src: url("fonts/open-sans/OpenSans-SemiBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Light";
	src: url("fonts/open-sans/OpenSans-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-ExtraBold";
	src: url("fonts/open-sans/OpenSans-ExtraBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("fonts/roboto/Roboto-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("fonts/roboto/Roboto-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("fonts/roboto/Roboto-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-SemiBold";
	src: url("fonts/roboto/Roboto-SemiBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Light";
	src: url("fonts/roboto/Roboto-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-ExtraBold";
	src: url("fonts/roboto/Roboto-ExtraBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Black";
	src: url("fonts/roboto/Roboto-Black.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Market Web Regular";
	src: url("fonts/market/Market Web Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Satisfy-Regular";
	src: url("fonts/satisfy/Satisfy-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

.home-banner {
	background-repeat: no-repeat;
	background-size: cover;
}

.home-banner .content-box {
	padding: 200px 0 190px;
	color: white;
	width: 575px;
}

.home-banner .content-box .text {
	background-color: #03a753;
	width: 630px;
	padding: 0px 48px 5px;
	transform: skewX(-19deg);
	border-radius: 10px;
	margin-bottom: 15px;
}

.home-banner .content-box h2 {
	font-family: OpenSans-extrabold;
	font-size: 54.1px;
	transform: skewX(19deg);
}

.home-banner .content-box h1 {
	font-family: Market Web Regular;
	font-size: 53.3px;
	position: relative;
	top: 40px;
	z-index: 1;
	left: 50px;
}

.home-banner .content-box p {
	font-family: OpenSans-Regular;
	font-size: 25px;
	text-align: right;
	line-height: 30px;
}

.home-banner .contact-info {
	float: right;
}

.home-banner .contact-info ul {
	padding: 0;
	list-style: none;
	background-color: #19b464;
	padding: 10px 30px;
	transform: skewX(-20deg);
	border-radius: 10px;
}

.home-banner .contact-info ul li {
	display: inline-block;
	padding-right: 35px;
}

.home-banner .contact-info ul li:last-of-type {
	padding-right: 0;
}

.home-banner .contact-info ul li a {
	color: white;
	font-size: 16px;
	font-family: opensans-bold;
}

.home-banner .contact-info ul li a i {
	padding-right: 10px;
	transform: skewX(20deg);
	font-size: 20px;
}

.boxes {
	padding-bottom: 25px;
}

.boxes .box {
	margin-bottom: 30px;
}

.boxes .box .icon-holder {
	background-color: white;
	width: 110px;
	height: 80px;
	padding: 10px;
	transform: skewX(-16deg);
	border-radius: 10px;
}

.boxes .box .icon-holder .img-wrapper {
	border: 2px dashed #19b464;
	width: 90px;
	height: 62px;
	padding-top: 3px;
	border-radius: 10px;
	transition: .3s all;
}

.boxes .box .icon-holder .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: skewX(16deg);
}

.boxes .box .icon-holder .img-wrapper .white-icon {
	display: none;
}

.boxes .box .icon-holder:hover .img-wrapper {
	background: #19b464;
}

.boxes .box .icon-holder:hover .img-wrapper .black-icon {
	display: none;
}

.boxes .box .icon-holder:hover .img-wrapper .white-icon {
	display: block;
}

.boxes .box .text-holder {
	color: white;
	padding-top: 10px;
	padding-left: 20px;
}

.boxes .box .text-holder h4 {
	font-size: 20px;
	font-family: opensans-regular;
	margin-bottom: 5px;
}

.boxes .box .text-holder h3 {
	font-family: opensans-extrabold;
	font-size: 28px;
}

.our-services-section {
	padding: 60px 0 0 0 ;
}

.our-services-section .our-services:last-of-type .section-title {
	text-align: right;
}

.our-services-section .our-services .opening-hours {
	color: white;
	background-color: #19b464;
	width: 373px;
	margin-left: auto;
	height: 200px;
	border-radius: 10px;
	padding: 35px;
	transform: skewX(-10deg);
}

.our-services-section .our-services .opening-hours h5 {
	font-size: 18px;
	font-family: opensans-bold;
	margin-bottom: 20px;
}

.our-services-section .our-services .opening-hours .days h6 {
	font-size: 14px;
	font-family: opensans-bold;
}

.our-services-section .our-services .opening-hours .hours p {
	margin-bottom: 10px;
}

.our-services-section .services-wrapper {
	background: #19b464;
	color: #ffffff;
	border-radius: 10px;
	padding: 35px;
	transform: skewX(-10deg);
}

.our-services-section .services-wrapper a {
	width: 260px;
	color: #ffffff;
	box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
}

.our-services-section .our-services.left-content h3{
	font-family: opensans-extrabold;
}

.services-section {
	padding: 30px 0 100px 0;
}

.services-section .services-image-wrapper {
	width: 100%;
}

.services-section .services-image-wrapper img {
	width: 100%;
	object-fit: contain;
}

.services-section .services-wrapper {
	background: #19b464;
	border-radius: 15px;
	width: 620px;
	padding: 38px 53px;
	transform: skewX(-10deg);
	color: #ffffff;
	margin-top: 180px;
	margin-left: -150px;
	position: relative;
	z-index: 99;
	box-shadow: 0 10px 32px 22px rgba(0, 0, 0, 0.1);

}

.services-section .services-wrapper .services-content {
	transform: skewX(10deg);
}

.services-section .services-wrapper .services-content h3 {
	font-family: OpenSans-ExtraBold;
	font-size: 24px;
}

.services-section .services-wrapper .services-content p {
	font-family: OpenSans-Regular;
	font-size: 18px;
}

.services-section .services-wrapper:hover {
	transition: all 0.5s;
}

.services-section .services-left .services-wrapper {
	margin-left: 83px;
}

.plants-delivery-section {
	background: #19b464;
	padding: 100px 0;
}

.plants-delivery-section .plants-delivery-title {
	width: 875px;
	margin-bottom: 40px;
}

.plants-delivery-section .plants-delivery-title h2 {
	font-family: OpenSans-ExtraBold;
	font-size: 36px;
	color: #ffffff;
}

.services-provided-section {
	padding: 100px 0;
	background: #f6f7f7;
}

.services-provided-section .services-provided-wrapper {
	padding: 35px 30px;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.services-provided-section .services-provided-wrapper .icon-wrapper {
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}

.services-provided-section .services-provided-wrapper .icon-wrapper img {
	max-width: 100%;
	object-fit: contain;
}

.services-provided-section .services-provided-wrapper h4 {
	font-size: 20px;
	font-family: Satisfy-Regular;
	color: #19b464;
}

.services-provided-section .services-provided-wrapper p {
	font-size: 16px;
	font-family: OpenSans-Regular;
}

.services-provided-section .services-provided-wrapper a {
	text-transform: uppercase;
	color: #19b464;
	font-family: OpenSans-Regular;
	font-size: 14px;
}

.services-provided-section .services-provided-wrapper:hover {
	cursor: pointer;
	transition: all 0.5s;
}

.services-provided-section .services-provided-wrapper:hover .icon-wrapper {
	transform: translateY(-5px);
	transition: all 0.5s;
}

.services-provided-section .services-provided-wrapper:hover a:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	margin-left: 5px;
}

.contact-section .section-title h3 {
	line-height: 40px;
}

.contact-information {
	padding: 100px 0;
	background: #f6f7f7;
}

.contact-information .boxes .box .box-border {
	border: 2px dashed #19b464;
	width: 130px;
	height: 100px;
	position: relative;
	border-radius: 10px;
}

.contact-information .boxes .box .box-border .icon-holder {
	background-color: #19b464;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.contact-information .boxes .box .box-border .icon-holder i {
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.contact-information .boxes .box .text-holder h3 {
	font-size: 26px;
	font-family: Satisfy-Regular;
	color: #19b464;
}

.contact-information .boxes .box .text-holder h4 {
	color: #19b464;
	font-size: 16px;
}

.contact-section {
	padding: 150px 0;
	background-color: #078946;
	position: relative;
	text-align: center;
}

.contact-section .section-title {
	text-align: left;
}

.contact-section .section-title h3 {
	color: #ffffff;
	font-family: Roboto-Black;
	font-size: 34px;
	text-transform: uppercase;
	padding-right: 10px;
}

.contact-section .contact-form-wrapper .contact-form .form-group {
	padding-bottom: 30px;
}

.contact-section .button {
	cursor: pointer;
	text-transform: uppercase;
	width: unset;
	background: #ffffff;
	color: #222323;
}

.contact-section .button i {
	margin-left: 10px;
}

.contact-section .button:hover {
	color: #222323;
	box-shadow: unset;
	transition: all 0.3s ease-in;
}

.contact-section .button:focus {
	outline: unset !important;
}

.contact-section .contact-form-wrapper .contact-form .form-group {
	padding-bottom: 30px;
}

.contact-section:before {
	content: "";
	margin: 0 19px;
	position: absolute;
	top: -16px;
	text-align: center;
	box-sizing: border-box;
	border: 15px solid black;
	border-color: transparent #f6f7f7 #f6f7f7 transparent;
	transform: rotate(405deg);
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.12));
	z-index: 999;
}

.map-section {
	padding: 100px 0;
}

.map-section .working-hours {
	background: #19b464;
	box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
	padding: 30px;
	margin-left: -257px;
	margin-top: 45px;
}

.map-section .working-hours h3 {
	font-size: 30px;
	font-family: OpenSans-Bold;
	color: #ffffff;
}

.map-section .working-hours ul {
	list-style-type: none;
	padding-left: 0;
}

.map-section .working-hours ul li {
	padding: 8px 0;
	font-size: 16px;
	color: #ffffff;
	font-family: OpenSans-Regular;
}

.about-us-section {
	padding: 100px 0;
	background: #f6f7f7;
}

.timeline-centered {
	position: relative;
	margin-bottom: 30px;
}

.timeline-centered.timeline-sm .timeline-entry {
	margin-bottom: 20px !important;
}

.timeline-centered.timeline-sm .timeline-entry .timeline-entry-inner .timeline-label {
	padding: 25px;
	transition: 0.8s;
}

.timeline-centered.timeline-sm .timeline-entry .timeline-entry-inner .timeline-label:hover {
	box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
	transform: scale(1.04);
	transition: transform 0.6s ease-in-out;
}

.timeline-centered:before,
.timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	background: #ffffff;
	left: 50%;
	top: 20px;
	bottom: 20px;
	margin-left: -4px;
}

.timeline-centered .timeline-entry {
	position: relative;
	width: 50%;
	float: right;
	margin-bottom: 70px;
	clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry.begin {
	margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
	float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -28px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -115px;
	text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 85px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -31px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -115px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 18px;
	font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
	font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #fff;
	color: #999999;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 50%;
	text-align: center;
	border: 7px solid #ffffff;
	line-height: 45px;
	font-size: 15px;
	float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-green {
	background-color: #19b464;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #19b464;
	padding: 1.7em;
	margin-left: 85px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	word-break: break-word;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red {
	background: #19b464;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green {
	background: #19b464;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green:after {
	border-color: transparent #19b464 transparent transparent;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green p {
	color: #ffffff;
	font-family: "OpenSans-Regular";
	font-size: 16px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange {
	background: #19b464;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #19b464 transparent transparent;
	left: 0;
	top: 20px;
	margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #ffffff;
	margin: 0;
	font-family: "OpenSans-Regular";
	font-size: 16px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
	margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title {
	margin-bottom: 10px;
	font-family: "OpenSans-Bold" !important;
	font-size: 24px !important;
}

.team-section {
	padding: 100px 0;
}

.team-section .team-item {
	margin-bottom: 50px;
}

.team-section .team-item .team-item-image {
	position: relative;
	width: 330px;
	height: 410px;
	margin: 0 auto;
}

.team-section .team-item .team-item-image img {
	height: 100%;
	object-fit: cover;
}

.team-section .team-item .team-item-image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	background: rgba(25, 180, 100, 0.8);
	transition: all 350ms;
}

.team-section .team-item .team-item-image:hover:before {
	top: 0;
}

.team-section .team-item .team-item-image .team-item-description {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.team-section .team-item .team-item-image .team-item-description h4 {
	transform: translateY(-4px);
	opacity: 0;
	transition: all 350ms;
	color: #ffffff;
	font-family: OpenSans-Bold;
	font-size: 20px;
}

.team-section .team-item .team-item-image .team-item-description span {
	transform: translateY(0px);
	opacity: 0;
	transition: all 350ms;
	color: #ffffff;
	font-family: OpenSans-Regular;
	font-size: 16px;
}

.team-section .team-item .team-item-image a {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.team-section .team-item .team-item-image:hover h4 {
	transform: translateY(0);
	opacity: 1;
}

.team-section .team-item .team-item-image:hover span {
	transform: translateY(0);
	opacity: 1;
}

.horiculture-section {
	padding: 100px 0 0;
}

.horiculture-section .page-content h2 {
	font-family: Satisfy-Regular;
	padding-bottom: 20px;
	padding-left: 45px;
}

.horiculture-section .page-content h2:after {
	content: "";
	position: absolute;
	width: 35px;
	height: 2px;
	background: #19b464;
	top: 15px;
	left: 12px;
}

.horiculture-section .page-content .description {
	padding: 20px 0;
}

.horiculture-section .page-content .description p {
	font-size: 16px;
	font-family: OpenSans-Regular;
	color: #222323;
}

.horiculture-section .horiculture-image {
	margin-bottom: 150px;
}

.horiculture-section .horiculture-image .img-border {
	width: 530px;
	height: 405px;
	border: 1px dashed #19b464;
	position: relative;
}

.horiculture-section .horiculture-image .img-border .img-wrapper {
	width: 490px;
	height: 364px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.horiculture-section .horiculture-image .img-border .img-wrapper img {
	height: 100%;
	object-fit: cover;
}

.talk-to-us-section {
	background: #19b464;
	color: #ffffff;
}

.talk-to-us-section .flower-icon-wrapper {
	width: 540px;
	height: 520px;
}

.talk-to-us-section .flower-icon-wrapper img {
	object-fit: contain;
}

.talk-to-us-section .talk-to-us-title {
	margin-top: 138px;
}

.talk-to-us-section .talk-to-us-title h4 {
	font-family: Satisfy-Regular;
}

.talk-to-us-section .talk-to-us-title h2 {
	font-family: OpenSans-ExtraBold;
	text-transform: uppercase;
	font-size: 36px;
}

.talk-to-us-section .talk-to-us-button {
	margin-top: 35px;
}

.stone-walls-section .portfolio-list .portfolio-item {
	margin-bottom: 30px;
}

.stone-walls-section .portfolio-list .portfolio-item:hover {
	transition: all .5s ease-in-out;
	transform: scale(1.07);
}

.error-404 {
	background: #f1f1e8;
	padding: 200px 0;
}

.error-404 .page-content h1 {
	font-size: 170px;
	font-family: Satisfy-Regular;
}

.error-404 .page-content h1 i {
	font-size: 130px;
	position: relative;
	top: -14px;
	color: #19b464;
}

.error-404 .page-content h1 i:after {
	content: "";
	font-size: 16px;
	color: #000;
	position: absolute;
	left: 90px;
	top: 16px;
	transform: rotate(195deg);
}

.error-404 .page-content p {
	font-family: OpenSans-Regular;
	font-size: 18px;
}

.error-404 .page-content .page-button {
	margin-top: 35px;
}

.error-404 .page-content .page-button a {
	font-family: Satisfy-Regular;
	background: #19b464;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
}

/** Colors **/
/** Font Weight **/
/** Responsive Devices **/
@font-face {
	font-family: "OpenSans-Regular";
	src: url("fonts/open-sans/OpenSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url("fonts/open-sans/OpenSans-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Medium";
	src: url("fonts/open-sans/OpenSans-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-SemiBold";
	src: url("fonts/open-sans/OpenSans-SemiBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Light";
	src: url("fonts/open-sans/OpenSans-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-ExtraBold";
	src: url("fonts/open-sans/OpenSans-ExtraBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("fonts/roboto/Roboto-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("fonts/roboto/Roboto-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("fonts/roboto/Roboto-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-SemiBold";
	src: url("fonts/roboto/Roboto-SemiBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Light";
	src: url("fonts/roboto/Roboto-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-ExtraBold";
	src: url("fonts/roboto/Roboto-ExtraBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Black";
	src: url("fonts/roboto/Roboto-Black.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Market Web Regular";
	src: url("fonts/market/Market Web Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Satisfy-Regular";
	src: url("fonts/satisfy/Satisfy-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

/** Colors **/
/** Font Weight **/
/** Responsive Devices **/
@font-face {
	font-family: "OpenSans-Regular";
	src: url("fonts/open-sans/OpenSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url("fonts/open-sans/OpenSans-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Medium";
	src: url("fonts/open-sans/OpenSans-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-SemiBold";
	src: url("fonts/open-sans/OpenSans-SemiBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Light";
	src: url("fonts/open-sans/OpenSans-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-ExtraBold";
	src: url("fonts/open-sans/OpenSans-ExtraBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("fonts/roboto/Roboto-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("fonts/roboto/Roboto-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("fonts/roboto/Roboto-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-SemiBold";
	src: url("fonts/roboto/Roboto-SemiBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Light";
	src: url("fonts/roboto/Roboto-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-ExtraBold";
	src: url("fonts/roboto/Roboto-ExtraBold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Black";
	src: url("fonts/roboto/Roboto-Black.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Market Web Regular";
	src: url("fonts/market/Market Web Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Satisfy-Regular";
	src: url("fonts/satisfy/Satisfy-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

.mobile-nav {
	display: none;
	position: relative;
	top: 0;
	z-index: 9;
}

#menu {
	z-index: 99;
	font-family: OpenSans-Regular;
	color: white !important;
}

#my-header {
	color: white;
}

.mburger:hover {
	color: white !important;
}

.mobile-nav-fixed {
	width: 100%;
	position: fixed;
	top: -3em;
	left: 0;
	z-index: 9;
}

body.mm-wrapper.mm-wrapper_opened.mm-wrapper_blocking.mm-wrapper_background.mm-wrapper_opening #page header .mobile-nav .mburger {
	position: absolute;
	right: 0;
}

.section-title {
	margin-bottom: 30px;
}

.section-title h3 {
	font-family: Market Web Regular;
	color: #19b464;
	font-size: 18px;
	line-height: 30px;
}

.section-title h2 {
	font-family: opensans-extrabold;
	font-size: 31px;
}

p {
	font-family: opensans-regular;
	font-size: 14px;
}

.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	text-decoration: none;
	color: white;
	background-color: #19b464;
	font-size: 14px;
	padding: 11px 16px;
	display: none;
	border-radius: 10px;
	transform: skewX(-5deg);
	z-index: 999;
	border: 1px solid white;
	transition: all 0.5s ease-in-out;
}

.back-to-top:hover {
	background-color: white;
	color: #19b464;
	text-decoration: none;
	border: 1px dashed #19b464;
	transition: all 0.5s ease-in-out;
}

.loader {
	position: fixed;
	z-index: 999999999999;
	background: #f1f1e8;
	width: 100%;
	height: 100%;
}

.holder {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #f1f1e8;
	min-height: 400px;
}

.preloader {
	/* size */
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: rotatePreloader 2s infinite ease-in;
}

.preloader:before, .preloader:after {
	position: absolute;
	content: "";
	width: 30%;
	height: 30%;
	background-color: #FDFE3E;
	z-index: 20;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
}

.preloader:after {
	width: 40%;
	height: 40%;
	background-color: #FED824;
	z-index: 19;
}

@keyframes rotatePreloader {
	0% {
		transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
	}
	100% {
		transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
	}
}

.preloader div {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999999999999;
}

.preloader div:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0%;
	width: 15%;
	height: 40%;
	background-color: #FF69B4;
	transform: translateX(-50%);
	border-radius: 50%;
}

.preloader.flower4 div:nth-child(1) {
	transform: rotateZ(0deg);
	animation: rotateCircleFour1 1.6s infinite linear;
	z-index: 9;
}

@keyframes rotateCircleFour1 {
	0% {
		opacity: 0;
	}
	0% {
		opacity: 1;
		transform: rotateZ(36deg);
	}
	7% {
		transform: rotateZ(0deg);
	}
	57% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(2) {
	transform: rotateZ(36deg);
	animation: rotateCircleFour2 1.6s infinite linear;
	z-index: 8;
}

@keyframes rotateCircleFour2 {
	5% {
		opacity: 0;
	}
	5.0001% {
		opacity: 1;
		transform: rotateZ(0deg);
	}
	12% {
		transform: rotateZ(-36deg);
	}
	62% {
		transform: rotateZ(-36deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(3) {
	transform: rotateZ(72deg);
	animation: rotateCircleFour3 1.6s infinite linear;
	z-index: 7;
}

@keyframes rotateCircleFour3 {
	10% {
		opacity: 0;
	}
	10.0002% {
		opacity: 1;
		transform: rotateZ(-36deg);
	}
	17% {
		transform: rotateZ(-72deg);
	}
	67% {
		transform: rotateZ(-72deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(4) {
	transform: rotateZ(108deg);
	animation: rotateCircleFour4 1.6s infinite linear;
	z-index: 6;
}

@keyframes rotateCircleFour4 {
	15% {
		opacity: 0;
	}
	15.0003% {
		opacity: 1;
		transform: rotateZ(-72deg);
	}
	22% {
		transform: rotateZ(-108deg);
	}
	72% {
		transform: rotateZ(-108deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(5) {
	transform: rotateZ(144deg);
	animation: rotateCircleFour5 1.6s infinite linear;
	z-index: 5;
}

@keyframes rotateCircleFour5 {
	20% {
		opacity: 0;
	}
	20.0004% {
		opacity: 1;
		transform: rotateZ(-108deg);
	}
	27% {
		transform: rotateZ(-144deg);
	}
	77% {
		transform: rotateZ(-144deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(6) {
	transform: rotateZ(180deg);
	animation: rotateCircleFour6 1.6s infinite linear;
	z-index: 4;
}

@keyframes rotateCircleFour6 {
	25% {
		opacity: 0;
	}
	25.0005% {
		opacity: 1;
		transform: rotateZ(-144deg);
	}
	32% {
		transform: rotateZ(-180deg);
	}
	82% {
		transform: rotateZ(-180deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(7) {
	transform: rotateZ(216deg);
	animation: rotateCircleFour7 1.6s infinite linear;
	z-index: 3;
}

@keyframes rotateCircleFour7 {
	30% {
		opacity: 0;
	}
	30.0006% {
		opacity: 1;
		transform: rotateZ(-180deg);
	}
	37% {
		transform: rotateZ(-216deg);
	}
	87% {
		transform: rotateZ(-216deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(8) {
	transform: rotateZ(252deg);
	animation: rotateCircleFour8 1.6s infinite linear;
	z-index: 2;
}

@keyframes rotateCircleFour8 {
	35% {
		opacity: 0;
	}
	35.0007% {
		opacity: 1;
		transform: rotateZ(-216deg);
	}
	42% {
		transform: rotateZ(-252deg);
	}
	92% {
		transform: rotateZ(-252deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(9) {
	transform: rotateZ(288deg);
	animation: rotateCircleFour9 1.6s infinite linear;
	z-index: 1;
}

@keyframes rotateCircleFour9 {
	40% {
		opacity: 0;
	}
	40.0008% {
		opacity: 1;
		transform: rotateZ(-252deg);
	}
	47% {
		transform: rotateZ(-288deg);
	}
	97% {
		transform: rotateZ(-288deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 div:nth-child(10) {
	transform: rotateZ(324deg);
	animation: rotateCircleFour10 1.6s infinite linear;
	z-index: 0;
}

@keyframes rotateCircleFour10 {
	45% {
		opacity: 0;
	}
	45.0009% {
		opacity: 1;
		transform: rotateZ(-288deg);
	}
	52% {
		transform: rotateZ(-324deg);
	}
	102% {
		transform: rotateZ(-324deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

.preloader.flower4 {
	width: 120px;
	height: 120px;
	top: 75%;
	animation-duration: 1.6s;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.preloader.flower4 div:before {
	background-color: #6DE826;
}

.preloader.flower4:before {
	background-color: #1CBA6E;
}

.preloader.flower4:after {
	background-color: #0A9A8B;
}

.button {
	min-width: 250px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 15px 50px;
	border: 0px solid #19b464;
	border-radius: 4px;
	background: #19b464;
	font-family: OpenSans-Bold;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 50px;
	box-shadow: 8px 6px 14px #078645, -4px -4px 14px rgba(255, 255, 255, 0.7), inset 8px 6px 10px transparent, inset -4px -4px 10px transparent;
	transition: .2s ease-in;
}

.button:hover {
	color: #ffffff;
	box-shadow: 8px 6px 14px transparent, -4px -4px 14px transparent, inset 8px 6px 10px #078645, inset -4px -4px 10px rgba(255, 255, 255, 0.6);
}

.banner {
	height: 350px;
	padding: 150px 0;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.banner #overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	padding: 135px 0;
}

.banner #overlay h2 {
	font-family: Satisfy-Regular;
	color: #ffffff;
	font-size: 45px;
}

.banner #overlay .breadcrumb {
	background: transparent;
	padding-left: 0;
}

.banner #overlay .breadcrumb .breadcrumb-item {
	font-family: OpenSans-Bold;
	font-size: 16px;
	text-transform: uppercase;
}

.banner #overlay .breadcrumb .breadcrumb-item a {
	color: #ffffff;
}

.banner #overlay .breadcrumb .breadcrumb-item.active {
	color: #19b464;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">" !important;
	color: #ffffff !important;
}

.project-info {
	padding: 100px 0;
}

.project-info .description {
	margin-bottom: 30px;
}

.project-info .description ul {
	list-style-type: none;
	padding-left: 0;
}

.privacy .description ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 0;
}

.privacy .description a {
	color: #19b464;
}

.project-info .description ul li {
	font-family: "OpenSans-Regular";
}

.project-info .description ul li a {
	color: #19b464;
}

.project-info .description p {
	font-family: "OpenSans-Regular";
	font-size: 16px;
}

.project-info .description h3 {
	font-size: 32px;
	font-family: OpenSans-Bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */