@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Tenor+Sans&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
em
{
	font-style: italic !important;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Figtree", sans-serif;
    /*font-family: "Tenor Sans", sans-serif;*/
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #121613;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    background: #bb8d1e;
    border-radius: 50%;
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 6px;
    height: 6px;
}
ul.list li:after
{
    content: " ";
    border-right: solid 2px #0459a2;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
}
ul.list li strong
{
	color:#000;
    font-weight: 600;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
.wrapper
{
	
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: #045a29 url(../images/WhatsApp.svg) center center no-repeat;
    background-size: 35px;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-indent: -9999px;
}
.section
{
	
}
.footer
{
	
}
.header
{
	position:fixed;
	top:0;
	left:0;
	right:0;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
	z-index:99999999;
}
.header-strip
{
    padding: 10px 50px;
    background: linear-gradient(90deg,#077804,#38940a);
    position: relative;
    z-index: 9;
}
.header-strip:after
{
    content: " ";
    background: url(../images/headerbg.png) center center;
    background-size: 250px;
    position: absolute;
    top: -52px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    z-index: -8;
}
.download
{

}
.download a
{
    padding-left: 30px !important;
    margin: 0 !important;
}
.download a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\f090" !important;
    font-size: 24px !important;
}
.headercontact
{
    margin-left: auto;
}
.headercontact a, .download a
{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: left;
    padding-left: 25px;
    position: relative;
    margin-left: 15px;
}
.headercontact a:before, .download a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e7ba";
    border-right: solid 1px #6cd112;
    font-weight: 100;
    font-size: 20px;
    position: absolute;
    left: 0;
}
.headercontact a:nth-of-type(2):before
{
    content: "\e158";
}
.headercontact a:after, .download a:after
{
    content: " ";
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    margin: auto;
}
.headercontact a:hover:after, .download a:hover:after
{
    width: 100%;
}
.header-top
{
	position:relative;
    padding: 10px 50px;
    z-index: 9;
    background: #045a29;
}
.nav-shrink .header-top
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999999;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 a
{
    display: block;
}
.header-top h1 a img
{
    
}
.nav
{
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    margin-left: 50px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align:center;
}
.nav ul li
{
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}
.nav ul li a
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 10px 0px;
    position: relative;
}
/*.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width:30px;
    height: 1px;
    background: #f11d47;
    margin: auto;
    opacity: 0;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
    top: 0px;
    opacity: 1;
}*/
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    width: 0%;
    height: 5px;
    background: #1076b8;
    margin: auto;
    z-index: -8;
    display: none;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
    width: 100%;
}
.nav ul li a i
{
    width: 13px;
    height: 13px;
    font-size: 22px;
    line-height: 10px;
    position: absolute;
    top: 50%;
    right: -17px;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    display:none;
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
    opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
    color: #c6ff00;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    z-index: 9999999;
    padding: 15px 30px;
    margin-left: -30px;
    border-radius: 30px;
}
.nav ul li ul li
{
    list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 12px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #202924;
}
.nav ul ul li a:after
{
    display:none;
}
.nav ul ul li a:before
{
    content: " ";
    background: #045a29;
    position: absolute;
    top: 15px;
    left: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
}
.nav ul ul li a:hover:before
{
    opacity:1;
}
.nav ul ul li a:hover
{
    color:#045a29;
}
.nav ul li ul:hover a
{
    
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
    top:0px;
    left: 100%;
    box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
    border-top:none;
    visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
    display:block;
    visibility:visible;
}*/
.nav ul > li:hover ul
{
    display:block;
}
.booking
{
    margin-left: auto;
}
.booking a
{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 40px;
}
.booking a small
{
    color: #c6ff00;
    font-size: 14px;
    display: block;
}
.booking a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e61d";
    background: #c6ff00;
    color: #045a29;
    font-weight: 200;
    font-size: 28px;
    position: absolute;
    top: -3px;
    left: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.booking a:hover:before
{
    transform: rotate(35deg);
}
.hero
{
	height: 100vh;
    position: relative;
}
.hero article
{
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0;
    z-index: 999;
    width: 800px;
    text-align: center;
    margin: auto;
}
.hero article h1
{
    color: #fff;
    font-size: 58px;
    font-family: "Tenor Sans", sans-serif;
}
.hero article h1 span
{
    font-style: italic;
}
.hero article h3
{
    color: #fff;
    font-size: 26px;
    font-family: "Tenor Sans", sans-serif;
}
.hero article ul
{
    display: flex;
    justify-content: center;
    gap: 3px;
}
.hero article ul li a
{
    display: inline-block;
    color: #fff;
    background: rgba(4, 90, 41, 0.7);
    border: solid 1px rgba(4, 90, 41, 0.8);
    padding: 5px 10px 5px 20px;
    border-radius: 30px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.hero article ul li a:hover
{
    color: #045a29;
    background: #c6ff00;
    border: solid 1px #c6ff00;
}
.hero article ul li a:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 8px;
    width: 6px;
    height: 6px;
    background: #c6ff00;
    border-radius: 50%;
}
.hero article ul li a:hover:before
{
    background: #045a29;
}
.hero article a.linkbutton, .services a.linkbutton, .footer-content a.linkbutton
{
    color: #fff;
    border: solid 1px #fff;
}
.hero article a.linkbutton:hover, .services a.linkbutton:hover, .footer-content a.linkbutton:hover
{
    color: #045a29;
    border: solid 1px #c6ff00;
}
.container
{
    padding-top: 85px;
    padding-bottom: 85px;
}
.container h2
{
    font-size: 34px;
    color: #202924;
    line-height: 32px;
    font-family: "Tenor Sans", sans-serif;
    position: relative;
}
.container h2:before
{
    content: " ";
    background: url(../images/leaf.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -45px;
    width: 44px;
    height: 31px;
}
.container h2 span
{
    color: #045a29;
}
.container h3
{
    color: #045a29;
    font-size: 24px;
    line-height: 24px;
    font-family: "Tenor Sans", sans-serif;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    color: #202924;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 60px 15px 30px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
    border: solid 1px #045a29;
    overflow: hidden;
}
a.linkbutton:hover
{
    color: #045a29;
    border: solid 1px #c6ff00;
}
a.linkbutton:before
{
    content: " ";
    background: #c6ff00;
    position: absolute;
    bottom: -16px;
    left: -20px;
    right: 0;
    border-radius: 50%;
    width: 300px;
    height: 0px;
    z-index: -8;
}
a.linkbutton:hover:before
{
    height: 100px;
    left: -50px;
}
a.linkbutton:after
{
    background: #c6ff00;
    font-family: 'Material Symbols Outlined';
    content: "\e5c8 \e5c8";
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-10px, -50%) rotate(0deg);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -25px;
    color: #045a29;
}
a.linkbutton:hover:after
{
    text-indent: 25px;
    background: #045a29;
    color: #fff;
}
.sideleaf
{
    position: absolute;
    top: 0;
    right: -100px;
    width: 400px;
    margin-right: -200px;
}
.intro
{
    position: relative;
}
.intro:before, .chooseus:after
{
    content: " ";
    background: url(../images/Hanging-Pot.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 300px;
    width: 200px;
    height: 250px;
    z-index: 999;
    animation: pot 4s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform-origin: top; 
}
    @keyframes pot
    {
     0% {
     transform: rotate(20deg);
     }
     50% {
     transform: rotate(-20deg);
     }
     100% {
     transform: rotate(20deg);
     }
    }
.intro aside
{
    width: 45%;
}
.intro aside h2
{
    font-size: 38px;
    line-height: 38px;
}
.intro aside h2:before
{
    left: -52px;
    width: 52px;
    height: 40px;
}
.intro aside h2 span
{
    display: block;
}
.intro aside p
{
    text-align: justify;
}
.intro figure
{
    width: 50%;
    margin-left: auto;
    position: relative;
}
.intro figure img
{
    border-radius: 30px;
}
.intro figure figure
{
    position: absolute;
    bottom: -33px;
    left: -75px;
}
.count
{
    background: url(../images/Grass.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
}
.count:before, .services:before
{
    content: " ";
    background: url(../images/Topleaf.png) center center;
    background-size: contain;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    height: 65px;
}
.count ul
{
    padding: 0;
    margin: 0px -15px;
}
.count ul li
{
    width: 33.333333%;
    float: left;
}
.count ul li article
{
    position: relative;
    border-left: solid 1px #c6ff00;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:15px;
}
.count ul li:first-of-type article
{
    border-left: none;
}
.count ul li article figure
{
    background: #c6ff00;
    outline: solid 5px rgba(4, 90, 41, 0.4);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.count ul li article figure img
{
    max-width:50px;
    max-height:50px;
}
.count ul li article h1
{
    color: #fff;
    font-size: 50px;
    margin: 10px 0 0 0;
    font-family: "Tenor Sans", sans-serif;
}
.count ul li article h1:after
{
    content: "+";
    font-size: 40px;
    margin-left: 4px;
    top: 0;
    position: relative;
}
.count ul li article h3
{
    font-size: 15px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
}
.chooseus
{
    position: relative;
}
.chooseus:after
{
    background: url(../images/Hanging-Pot-Black.png) center center no-repeat;
    background-size: contain;
    left: 300px;
    right: auto;
    width: 154px;
    height: 250px;
}
.chooseus:before
{
    content: " ";
    background: #045a29 url(../images/LeafPattern.jpg) center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    z-index: -8;
}
.chooseus figure
{
    width: 48%;
}
.chooseus figure img
{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}
.chooseus aside
{
    width: 48%;
    text-align: left;
    margin-left: auto;
}
.chooseus aside h2
{
    margin-bottom: 20px !important;
}
.chooseus aside ul
{
    
}
.chooseus aside ul li
{
    background: #e7f4ec;
    border-radius: 30px;
    padding: 15px 30px 15px 130px;
    position: relative;
    margin-bottom: 15px;
}
.chooseus aside ul li figure
{
    background: #c6ff00;
    outline: solid 5px rgba(4, 90, 41, 0.6);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
}
.chooseus aside ul li figure img
{
    width: auto;
    height: auto;
    object-fit: none;
    object-position: unset;
}
.services
{
    background: #045a29 url(../images/LeafPattern.jpg) center center;
    position: relative;
}
.services h2
{
    color: #fff;
}
.services p
{
    font-size: 20px;
    color: #fff;
    width: 450px;
    line-height: 26px;
}
.services a.linkbutton
{
    display: inline-block;
}
.services a.linkbutton:after
{
    content: "\e5c8 \e5c8";
    background: #c6ff00 !important;
    top: 50% !important;
    right: -2px !important;
    left: auto !important;
}
.services a.linkbutton:hover:after
{
    background: #045a29 !important;
}
.services a.linkbutton:hover:before
{
    width: 350px;
    height: 120px;
    left: -50px;
}
.services ul
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    counter-reset: item;
}
.services ul li
{
    position: relative;
}
.services ul li:first-of-type
{

}
.services ul li:nth-of-type(2)
{
    
}
.services ul li:nth-of-type(3),
.services ul li:nth-of-type(5),
.services ul li:nth-of-type(7)
{
    margin-top: -200px;
}
.services ul li:nth-of-type(n + 2):after
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    z-index: 99;
    display: none;
}
.services ul li a
{
    display: block;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.services ul li a:hover
{
    -webkit-animation-name: animateimg;
    -webkit-animation-duration: 0.4s;
    animation-name: animateimg;
    animation-duration: 0.4s;
}
.services ul li a:after
{
    content: " ";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.services ul li a img
{
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover img
{
    transform: scale(1.05);
}
.services ul li a figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 9;
}
.services ul li a figcaption p
{
    font-size: 16px;
    color: #fff;
    width: auto;
    line-height: 22px;
    margin-top: 0;
}
.services ul li a figcaption h3
{
    margin-top: auto;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}
.clients
{
    text-align: center;
}
.clients h2, .chooseus aside h2, .testimonials h2
{
    display: inline-block;
    margin-bottom: 50px;
}
.testimonials
{
    text-align: center;
}
.testimonials h2
{
    margin-bottom: 20px !important;
}
.testimonials .row
{
    max-width: 860px;
}
.getintouch h3
{
    background: #deeaf2;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 15px;
    border: solid 1px #1076b8;
}
.testimonials .owl-carousel
{
    margin-top: 30px;
    padding-bottom: 40px;
}
.testimonials .owl-dots
{
    display: none;
}
.testimonials .TestimonialsSlider .item
{
    position: relative;
    text-align: center;
}
.testimonials .TestimonialsSlider .item:after
{
    content: "\f10e";
    font-family: 'FontAwesome';
    color: #045a29;
    font-size: 60px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.testimonials .TestimonialsSlider .item p
{
    line-height: 28px;
    font-size: 20px;
}
.testimonials .TestimonialsSlider .item h3
{
    
}
.testimonials .TestimonialsSlider .item h3 small
{
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.getintouch
{
    background: #ef7f27 url(../images/Grass.jpg);   
    background-size: cover;
    padding: 35px 50px;
    position: relative;
    border-radius: 30px;
    z-index: 9;
}
.getintouch:before
{
    content: " ";
    background: rgba(4, 90, 41, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    opacity: 0.8;
    border-radius: 30px;
}
.getintouch:after
{
    content: " ";
    background: url(../images/pots.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 350px;
}
.getintouch h3
{
    background: rgba(0, 0, 0, .5);
    padding: 2px 12px;
    border: solid 1px #fff;
    color: #fff;
}
.getintouch h1
{
    font-size: 40px;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
}
.getintouch a.linkbutton
{
    color: #fff;
    border:solid 1px #fff;
}
.getintouch a.linkbutton:hover
{
    border:solid 1px #c6ff00;
    color: #045a29;
}
.footer
{
    background: #045a29 url(../images/LeafPattern.jpg) center center;
	position:relative;
	z-index: 9;
    padding: 50px 0 0px 0;
}
.footer article
{
    padding:20px 0;
    display: flex;
}
.footer-content
{
    width: 300px;
}
.footer h3
{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:5%;
}
.footer article aside:first-of-type
{
    margin-left: auto;
}
.footer article aside:nth-of-type(3)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #fff;
    font-size: 16px;
	line-height:30px;
	font-weight: 400;
	position:relative;
}
.footer article aside ul li a:hover
{
    color: #c6ff00;
}
.social-icons
{
	
}
.social-icons-fixed
{
    position: fixed;
    bottom: 75px;
    right: 20px;
	z-index: 9999999;
}
.social-icons a, .social-icons-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icons-fixed a
{
    width: 40px;
    height: 40px;
    padding: 9px 0;
    font-size: 22px;
    border-radius: 3px;
    float: none;
    margin: 5px 0px;
}
.social-icons a:hover, .social-icons-fixed a:hover
{
    border-radius: 50%;
}
.social-icons a:nth-of-type(2), .social-icons-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons a:nth-of-type(3), .social-icons-fixed a:nth-of-type(3)
{
    background: #0a66c2;
}
.footer p
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	line-height: 26px;
}
.footer p strong
{
    color: #fff;
    font-weight: 600;
    display: block;
}
.footer-bottom
{
	padding:30px 0px;
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom a
{
    color: #c6ff00;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
    background: #045a29 url(../images/Page-Title.jpg) center center no-repeat;
    background-size: cover;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    height: 350px;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 9;
}
.page-title:before
{
    content: " ";
    background: rgba(4, 90, 41);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    z-index: -8;
}
.page-title:after
{
    content: " ";
    background: linear-gradient(0deg,transparent,#045a29);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -8;
    height: 50%;
}
.page-title h2
{
    color: #fff;
    font-size: 3.5rem;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
}
.page-title nav
{
    position: absolute;
    bottom: 10px;
    left: 100px;
    z-index: 999;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{

    float: left;

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    margin-right: 25px;

    position: relative;

}

.page-title nav ul li:first-of-type:before

{

    display:none;

}

.page-title nav ul li:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    background: #fff;
    width: 1px;
    transform: rotate(32deg);
}
.page-title nav ul li a
{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    color: #e4ba08;
}
.aboutus
{
    position: relative;
}
.aboutus figure
{
    width: 48%;
    position: absolute;
    top: 0;
    left: 0;
}
.aboutus aside
{
    width: 48%;
    margin-left: auto;
}
.aboutus aside p
{
    text-align: justify;
}
.services-intro
{
    background: #c6ff00;
    padding: 50px 0;
    border-radius: 0 0 30px 30px;
}
.services-intro .row
{
    max-width: 700px;
    text-align: center;
}
.services-intro .row h2
{
    display: inline-block;
}
.services-list
{
    counter-reset: item;
}
.services-list article
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 50px 0 50px 50px;
    border-top: dashed 1px #a8cdac;
    position: relative;
}
.services-list article:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 50px;
    left: 0;
    color: #a8cdac;
    font-size: 26px;
    font-weight: 800;
}
.services-list article:first-of-type
{
    padding-top: 0;
    border-top: none;
}
.services-list article:first-of-type:before
{    
    top: 0px;
}
.services-list article:last-of-type
{
    padding-bottom:0;
}
.services-list article figure img
{
    border-radius: 30px;
}
.services-list article aside
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}
.services-list article h2
{
    font-size: 26px;
    line-height: 28px;
}
.services-list article aside a.linkbutton
{
    margin-top: auto;
    margin-bottom: 0;
}
.gallery-intro
{
    background: #c6ff00;
    border-radius: 0 0 30px 30px;
}
.gallery-intro figure
{
    width: 30%;
}
.gallery-intro figure img
{
    border-radius: 30px;
}
.gallery-intro aside
{
    width: 65%;
    margin-left: auto;
}
.gallery-intro
{
    background: #c6ff00;
    border-radius: 0 0 30px 30px;
}
.photo-gallery
{
    
}
.photo-gallery ul
{
    padding: 0;
    margin: -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
{
    float: left;
    list-style: none;
    width: 33.333333%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 20px;
}
.photo-gallery ul li a img
{
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery  ul li a:hover:before
{
    opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
}
.photo-gallery ul li a:hover:after
{
    opacity: 1;
}
.photo-gallery ul li h3
{
    text-align:center;
    font-size:18px;
}
.contact
{
    position: relative;   
}
.formfield
{
    
}
.contact .formfield
{
    width: 55%;
}
.contact .formfield form
{
    margin: -5px;
}
.formfield
{
    
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
    color: #000;
    font-family: "Figtree", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
    color: #000;
    font-family: "Figtree", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
    color: #000;
    font-family: "Figtree", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
    color: #000;
    font-family: "Figtree", sans-serif;
    font-weight:400;
    font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:5px;
    display:block;
}
.formfield label strong, .selectdiv strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search]
{
    padding: 16px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
    
}
.formfield input[type="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", sans-serif;
}
.formfield input[type="file"]::file-selector-button {
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}

.formfield input[type="file"]::file-selector-button:hover {
    
}
.selectdiv
{
    position: relative;
    font-family: "Figtree", sans-serif;
    padding: 10px;
}
.selectdiv select::-ms-expand
{
    display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding:16px 20px;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    -ms-word-break: normal;
    word-break: normal;
    font-family: "Figtree", sans-serif;
    cursor:pointer;
}
.selectdiv:hover select
{
    
}
.selectdiv select:focus
{
    
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
    height:170px;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button]
{
    border: none;
    background: #045a29;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    border-radius: 30px;
    margin: 5px 0 15px 0;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
    
}
.address-details
{
    width: 40%;
    background: #fff;
    padding: 15px 30px;
    border: solid 1px #e4ddd8;
    border-radius: 30px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}
.address-details p
{
    position: relative;
    padding: 10px 0 10px 40px;
    border-top: solid 1px #e6f1e3;
    margin: 0;
}
.address-details p:first-of-type
{
    border-top: none;
}
.address-details p strong
{
    display: block;
    color: #045a29;
}
.address-details p i
{
    position: absolute;
    top: 12px;
    left: 0;
    width: 35px;
    height: 35px;
    background: #c6ff00;
    color: #045a29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 200;
}
.gmap
{
    width: 100%;
    margin-top: 20px;
}
.gmap iframe
{
    width: 100%;
    height: 500px;
    border-radius: 30px;
}