/*
 * Title:   Paradise Garden - Gardening and Landscaping - HTML Template
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Google Font
2. Reset CSS
3. Variables
4. Mimin
5. Global
6. Header
7. Footer
8. Home One
9. Home Two
10. Home Three
11. Home Four
12. About
13. Contact
14. Portfolio
15. Services

17. Testimonial
18. Gallery
19. Shop
21. Blog
22. 404
111. Coming Soon

[End table of contents]
----------------------------------------------------------------------- */
/*----------------------
    Google Font
------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*----------------------
    Reset CSS
------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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, sub, sup, 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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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

body {
 font-family: 'fontBilyOhio', sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0; }

img {
  max-width: 100%; }

a,
a:hover, a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
 font-family: 'fontBilyOhio', sans-serif;
  margin: 0;
  padding: 0; }

a, p {
   font-family: 'fontBilyOhio', sans-serif;
  margin: 0;
  padding: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

input:focus {
  outline: none;
  background: transparent; }

/*----------------------
    Variables
------------------------*/
/*----------------------
    Mimin
------------------------*/
/*----------------------
    Global
------------------------*/
/*
    Global
*/
.lafresca-pd {padding: 100px 0; }
.lafresca-pd-sm { padding: 60px 0; }
.lafresca-pd-sm-lg { padding: 60px 0 100px 0; }
.lafresca-none-pd-top {padding-top: 0; }
.lafrescanone-pd-bottom {padding-bottom: 0; }

.garden-set-pd {
  padding: 100px 0; }

.garden-set-pd-sm {
  padding: 60px 0; }

.garden-set-pd-sm-lg {
  padding: 60px 0 100px 0; }

.garden-none-pd-top {
  padding-top: 0; }

.garden-none-pd-bottom {
  padding-bottom: 0; }

.garden-color-primary {
  color: #64a507; }

.garden-img-full-width img {
  width: 100%; border:2px solid #92c051;
  height: auto;
  display: block; }

.garden-img-hv-scale {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden; }
  .garden-img-hv-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .garden-img-hv-scale img {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease; }

.garden-box-hv-dir {
  position: relative;
  overflow: hidden; }
  .garden-box-hv-dir .box-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(100, 165, 7, 0.8); }
    .garden-box-hv-dir .box-overlay a {
      display: inline-block;
      color: #ffffff;
      font-size: 18px; }

.garden-hv-child-color-primary:hover > *, .garden-hv-child-color-primary.active > * {
  color: #64a507 !important; }
  .garden-hv-child-color-primary:hover > * button span, .garden-hv-child-color-primary.active > * button span {
    color: #64a507 !important; }

.garden-title {
  padding-bottom: 26px; }
  .garden-title h6 {
    font-family: 'fontBilyOhio', sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #64a507; }
	  .garden-title h3 {
    font-family: 'fontBilyOhio', sans-serif;
   font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #64a507; }
  .garden-title h3 {
    font-size: 36px;
    line-height: 40px;
    color: #202020;
    font-weight: 700; }
  .garden-title p {
    font-size: 14px;
    color: #ababab;
    font-weight: 500;
    padding: 10px 25% 0 25%; }

.garden-overlay {
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(100, 165, 7, 0.8); }
  .garden-overlay:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: 1px dashed #ffffff;
    border-radius: 15px; }

.garden-overlay-scale {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative; }
  .garden-overlay-scale:hover .garden-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease; }
  .garden-overlay-scale h3 {
    padding: 0 15px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .garden-overlay-scale .garden-overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

.garden-button {
  display: inline-block;
  padding: 5px;
  border: 2px dashed transparent;
  border-radius: 64px;
  transition: all .5s ease; }
  .garden-button:hover {
    border: 2px dashed #ffffff; }
  .garden-button a {
    display: inline-block;
    background: #ffffff;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 35px;
    font-size: 16px;
    color: #202020;
    font-weight: 700; }

.garden-button-v2 {
  padding: 2px;
  border: 1px dashed #64a507;
  border-radius: 40px; }
  .garden-button-v2:hover {
    border: 1px dashed #64a507; }
    .garden-button-v2:hover a {
      background: #64a507;
      color: #ffffff; }
  .garden-button-v2 a {
    line-height: 34px;
    color: #64a507;
    font-size: 14px; }

.garden-slick-menu {
  margin-bottom: 50px;
  text-align: center; }
  .garden-slick-menu li {
    display: inline-block;
    margin: 0 9px;
    padding: 2px;
    border: 1px dashed transparent;
    border-radius: 35px; }
    .garden-slick-menu li:hover, .garden-slick-menu li.active {
      border: 1px dashed #64a507; }
      .garden-slick-menu li:hover a, .garden-slick-menu li.active a {
        background: #64a507;
        color: #ffffff; }
    .garden-slick-menu li a {
      display: inline-block;
      font-size: 14px;
      color: #4e5453;
      background: transparent;
      font-weight: 400;
      line-height: 29px;
      padding: 0 16px;
      border-radius: 29px; }

.garden-row-none-padding {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .garden-row-none-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }





/*----------------------
    Header
------------------------*/
/*
    Off Canvas Menu
*/
.offcanvas-page {
  overflow-y: scroll;
  position: fixed;
  right: 0;
  left: 0; }

.off-canvas {
  display: block;
  width: 25px;
  height: 19px;
  cursor: pointer;
  position: relative;
  top: 12px; }
  .off-canvas:hover span:nth-child(1) {
    width: 23px;
    top: 0; }
  .off-canvas:hover span:nth-child(2) {
    width: 18px;
    top: 5px; }
  .off-canvas:hover span:nth-child(3) {
    width: 25px;
    top: 10px; }
  .off-canvas:hover span:nth-child(4) {
    width: 19px;
    top: 15px; }
  .off-canvas span {
    background: #fff;
    height: 4px;
    position: absolute;
    right: 0;
    transition: all .5s ease; }
    .off-canvas span:nth-child(1) {
      width: 18px;
      top: 0; }
    .off-canvas span:nth-child(2) {
      width: 23px;
      top: 5px; }
    .off-canvas span:nth-child(3) {
      width: 19px;
      top: 10px; }
    .off-canvas span:nth-child(4) {
      width: 25px;
      top: 15px; }

.offcanvas-show {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px); }

.mark-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5); }

/*
    Stricky
*/
.stricky-fixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1000; }

/*
    Menu Mobile
*/
.mobile-menu {
  background: #ffffff;
  padding-top: 15px;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); }
  .mobile-menu .nav-holder > ul > li {
    border-top: 1px solid #f4f4f4; }
    .mobile-menu .nav-holder > ul > li:first-child {
      border-top: none; }
    .mobile-menu .nav-holder > ul > li > a {
      background: #ffffff;
      display: block;
      color: #202020;
      padding: 0 15px;
      font-size: 14px;
      line-height: 42px;
      font-weight: 500; }
      .mobile-menu .nav-holder > ul > li > a button {
        border: none;
        color: #202020;
        background: #ffffff;
        position: absolute;
        right: 15px;
        width: 15px;
        height: auto;
        cursor: pointer;
        z-index: 999; }
        .mobile-menu .nav-holder > ul > li > a button:focus {
          outline: none; }
        .mobile-menu .nav-holder > ul > li > a button span {
          font-size: 10px; }
    .mobile-menu .nav-holder > ul > li ul.submenu {
      background: #f8f8f8;
      display: none; }
      .mobile-menu .nav-holder > ul > li ul.submenu li {
        display: block;
        border-top: 1px solid #f2f2f2; }
        .mobile-menu .nav-holder > ul > li ul.submenu li > a {
          display: block;
          line-height: 42px;
          padding: 0 40px;
          color: #202020; }
          .mobile-menu .nav-holder > ul > li ul.submenu li > a span {
            padding-right: 5px; }

/*
    Header V1
*/
 .header-v3{
  background: #fafafa;
  border-top: 3px solid #64a507; }
 .stricky-fixed.header-v3 .header .number-phone{
    display: none; }
 .stricky-fixed.header-v3 .header .logo{
    height: 75px; }
.stricky-fixed.header-v3 .header .main-menu li a{
    line-height: 75px; }
 .stricky-fixed.header-v3 .header .search {
    line-height: 75px; }
 .header-v3 .header, .header-v5 .header{
    position: relative; }
.header-v3 .header .number-phone {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 99; }
 .header-v3 .header .number-phone p{
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #5ba314;
        overflow: hidden; }
.header-v3 .header .number-phone p span{
          display: inline-block;
          line-height: 25px;
          padding: 0 7px;
          font-size: 12px;
          color: #ffffff;
          font-weight: 500; } 
.header-v3 .header .number-phone p span {
          background: #438008; }
.header-v3 .header .number-phone p i{
          background: #5ba314; }
.header-v3 .header .logo {
      display: flex;
      align-items: center;
      height: 105px; }
.header-v3 .header .logo a {
        display: inline-block; }
.header-v3 .header .logo a img{
          display: block; }
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%, 100% {
    opacity: 1; } }
@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%, 100% {
    opacity: 1; } }
 .header-v3 .header .main-menu .hvr-icon-drop:hover span{
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-animation-name: hvr-icon-drop;
      -moz-animation-name: hvr-icon-drop;
      -ms-animation-name: hvr-icon-drop;
      -o-animation-name: hvr-icon-drop;
      animation-name: hvr-icon-drop;
      -webkit-animation-duration: 0.5s;
      -moz-animation-duration: 0.5s;
      -ms-animation-duration: 0.5s;
      -o-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      -ms-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      -moz-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      -ms-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      -o-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
 .header-v3 .header .main-menu .hvr-icon-drop span{
      opacity: 0;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
 .header-v3 .header .main-menu li{
      display: inline-block;
      position: relative; }
  .header-v3 .header .main-menu li:hover .sub-menu{
        visibility: visible;
        top: 100%;
        opacity: 1;
        z-index: 1000;
        transition: all .5s ease; }
 .header-v3 .header .main-menu li a{
        font-weight: 500;
        font-size: 14px;
        color: #202020;
        display: inline-block;
        padding: 0 25px;
        line-height: 105px;
        position: relative; }
.header-v3 .header .main-menu .nav-holder > ul > li > a:hover{color:#64a507}
.header-v3 .header .main-menu .nav-holder > ul > li.active a{color:#64a507}
 .header-v3 .header .main-menu li a span{
          margin-top: -11px;
          position: absolute;
          top: 50%;
          right: 10px; }
 .header-v3 .header .main-menu li .sub-menu{
        width: 200px;
        padding-top: 15px;
        background: #ffffff;
        border-top: 3px solid #64a507;
        box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 120%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1; }
 .header-v3 .header .main-menu li .sub-menu li{
          display: block; }
 .header-v3 .header .main-menu li .sub-menu li:hover a{
            padding-left: 35px; }
 .header-v3 .header .main-menu li .sub-menu li a{
            line-height: 40px;
            transition: all .5s ease; }
.header-v3 .header .search{
      display: inline-block;
      padding-left: 25px;
      line-height: 105px;
      position: relative; }
.header-v3 .header .search:hover button {
        color: #64a507; }
 .header-v3 .header .search button{
        border: none;
        outline: none;
        background: transparent;
        font-size: 14px;
        color: #202020; }
 .header-v3 .header .search .dropdown-menu{
        padding: 15px;
        margin-top: 0;
        border: none;
        border-top: 3px solid #64a507;
        border-radius: 0; }
.header-v3 .header .search .dropdown-menu form{
          line-height: 40px; }
.header-v3 .header .search .dropdown-menu form input{
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            border: 1px solid #b9acac; }
 .header-v3 .header .search .dropdown-menu form input:focus{
              border: 1px solid #64a507; }
.header-v3 .header .bar-mobile{
      display: inline-block;
      width: 16px;
      height: 12px;
      margin-left: 15px;
      position: relative;
      top: 2px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -ms-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: all .5s ease;
      cursor: pointer; }
.header-v3 .header .bar-mobile:hover span {
        background: #64a507; }
.header-v3 .header .bar-mobile:before{
        content: '';
        width: 1px;
        height: 20px;
        background: #202020;
        position: absolute;
        left: -10px;
        top: -4px; }
 .header-v3 .header .bar-mobile.open span:nth-child(1){
        width: 100%;
        left: 0; }
 .header-v3 .header .bar-mobile.open span:nth-child(2){
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
 .header-v3 .header .bar-mobile.open span:nth-child(3) {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
.header-v3 .header .bar-mobile.open span:nth-child(4){
        width: 100%;
        left: 0; }
		.header-v3 .header .bar-mobile span{
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #202020;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
.header-v3 .header .bar-mobile span:nth-child(1){
          top: 0;
          width: 0%;
          left: 50%; }
.header-v3 .header .bar-mobile span:nth-child(2){
          top: 5px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
 .header-v3 .header .bar-mobile span:nth-child(3){
          top: 5px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.header-v3 .header .bar-mobile span:nth-child(4){
          top: 10px;
          width: 0%;
          left: 50%; }

/*
    Header V2
*/
.header-v3{
  background: transparent;
  border-top: none;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 1000; }
 .stricky-fixed.header-v3{
    box-shadow: none;
    top: 0; }
.stricky-fixed.header-v3 .header{
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
.stricky-fixed.header-v3 .header .top-bar{
        display: none; }
.stricky-fixed.header-v3 .header .main-menu{
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
 .stricky-fixed.header-v3 .header .main-menu li a{
          line-height: 45px; }
 .stricky-fixed.header-v3 .header .search{
        line-height: 45px; }
 .header-v3 .header{
    background: #fcfcfc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
 .header-v3 .header .top-bar {
      padding: 0 25px; }
 .header-v3 .header .info{
      height: 110px;
      display: table-cell;
      vertical-align: middle; }
 .header-v3 .header .info li{
        padding-right: 110px;
        display: inline-block; }
 .header-v3 .header .info li:last-child{
          padding-right: 0; }
.header-v3 .header .info li .box{
          display: flex;
          align-items: flex-start;
          justify-content: flex-start; }
 .header-v3 .header .info li .box:hover .box-icon{
            background: #64a507; }
.header-v3 .header .info li .box:hover .box-icon span{
              color: #ffffff; }
.header-v3 .header .info li .box .box-icon{
            width: 40px;
            height: 40px;
            border: 2px solid #64a507;
            text-align: center;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px; }
.header-v3 .header .info li .box .box-icon span{
              margin-top: 9px;
              display: inline-block;
              font-size: 19px;
              color: #64a507; }
 .header-v3 .header .info li .box .content{
            padding-left: 15px; }
 .header-v3 .header .info li .box .content h3{
              font-size: 18px;
              color: #202020;
              font-weight: 700; }
.header-v3 .header .info li .box .content p{
              font-size: 14px;
             color: #fff;
              font-weight: 500;
              line-height: 15px; }
.header-v3 .header .logo{
      height: 110px; }
 .header-v3 .header .main-menu{
      background: #64a507; }
.header-v3 .header .main-menu li a{
        color: #ffffff;
        line-height: 45px; }
.header-v3 .header .main-menu li .sub-menu{
        background: #64a507;
        border-top: none; }
.header-v3 .header .search{
      line-height: 45px; }
.header-v3 .header .search:hover button{
        color: #ffffff; }
.header-v3 .header .search button{
        color: #ffffff; }
.header-v3 .header .search .dropdown-menu{
        background: #64a507;
        margin-top: 5px;
        border-top: none; }
 .header-v3 .header .search .dropdown-menu form input{
          border: 1px solid #ffffff; }
.header-v3 .header .search .dropdown-menu form input:focus{
            border: 1px solid #ffffff;
            background: #ffffff; }
 .header-v3 .header .logo-mobile{
      display: flex;
      align-items: center;
      height: 75px; }
.header-v3 .header .logo-mobile img{
        display: block; }
 .header-v3 .header .bars .search{
      line-height: 75px; }
.header-v3 .header .bars .search button{
        color: #202020; }

/*
    Header V3
*/
.header-v3{
  top: 0; }
  .header-v3.stricky-fixed{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
    .header-v3.stricky-fixed .header .top-bar{
      display: block;
      background: #100f0fa6; }
    .header-v3.stricky-fixed .header .info{
      height: 75px; }
  .header-v3 .header{
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .header-v3 .header .top-bar{
      padding: 0 40px; }
    .header-v3 .header .info{
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .header-v3 .header .info ul{
        display: flex; }
      .header-v3 .header .info li{
        padding-right: 70px; }
        .header-v3 .header .info li .box .content {
          text-align: right;
          padding-left: 0;
          padding-right: 15px; }
          .header-v3 .header .info li .box .content h3{
           color: #fff; }
          .header-v3 .header .info li .box .content p {
            color: #fff; }
    .header-v3 .header .main-menu{
      width: 300px;
      background: #ffffff;
      position: fixed;
      top: 0;
      bottom: 0;
      right: -300px;
      overflow-y: auto;
      z-index: 1002;
      -webkit-transition: transform .5s ease-in-out;
      -moz-transition: transform .5s ease-in-out;
      -ms-transition: transform .5s ease-in-out;
      -o-transition: transform .5s ease-in-out;
      transition: transform .3s ease-in-out; }
      .header-v3 .header .main-menu .logo {
        height: auto;
        padding: 30px; }
      .header-v3 .header .main-menu .nav-holder > ul > li{
        display: block;
        border-top: 1px solid #d7d7d7; }
        .header-v3 .header .main-menu .nav-holder > ul > li:last-child{
          border-bottom: 1px solid #d7d7d7; }
        .header-v3 .header .main-menu .nav-holder > ul > li > a{
          background: #ffffff;
          display: block;
          color: #202020;
          padding: 0 30px;
          font-size: 14px;
          line-height: 42px;
          font-weight: 500; }
          .header-v3 .header .main-menu .nav-holder > ul > li > a button{
            border: none;
            color: #202020;
            background: #ffffff;
            position: absolute;
            right: 30px;
            width: 15px;
            height: 100%;
            cursor: pointer;
            z-index: 999; }
            .header-v3 .header .main-menu .nav-holder > ul > li > a button:focus {
              outline: none; }
            .header-v3 .header .main-menu .nav-holder > ul > li > a button span {
              font-size: 10px;
              right: 3px;
              margin-top: -5px; }
        .header-v3 .header .main-menu .nav-holder > ul > li ul.submenu{
          background: #f8f8f8;
          display: none; }
          .header-v3 .header .main-menu .nav-holder > ul > li ul.submenu li {
            display: block;
            border-top: 1px solid #e4e4e4; }
            .header-v3 .header .main-menu .nav-holder > ul > li ul.submenu li > a {
              display: block;
              line-height: 42px;
              padding: 0 45px;
              color: #202020; }
              .header-v3 .header .main-menu .nav-holder > ul > li ul.submenu li > a span{
                padding-right: 5px; }



/*----------------------
    Footer
------------------------*/
/*
    Back To Top
*/
.backtotop {
  background: #64a507;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 30px;
  color: #ffffff;
  z-index: 992;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s; }
  .backtotop:hover {
    opacity: 1;
    transition: all .5s ease; }
  .backtotop.show-backtotop {
    display: block;
    -webkit-animation: bounceInUp 0.7s both;
    -moz-animation: bounceInUp 0.7s both;
    -o-animation: bounceInUp 0.7s both;
    animation: bounceInUp 0.7s both; }

/*
    Footer V1
*/
.footer-v1 .footer {
  padding: 70px 0 100px 0;
  background: #171d20; }
  .footer-v1 .footer .box .logo {
    margin-bottom: 11px; }
    .footer-v1 .footer .box .logo a {
      display: inline-block; }
      .footer-v1 .footer .box .logo a img {
        display: block; }
  .footer-v1 .footer .box .box-title {
    margin: 24px 0 20px 0; }
    .footer-v1 .footer .box .box-title h3 {
      font-family: 'fontBilyOhio', sans-serif;
      font-size: 36px;
      line-height: 40px;
      color: #ffffff; }
  .footer-v1 .footer .box .content p {
    font-size: 14px;
    color: #dcddde;
    font-weight: 400; }
  .footer-v1 .footer .box .content .info {
    margin-top: 17px; }
    .footer-v1 .footer .box .content .info li {
      line-height: 36px; }
      .footer-v1 .footer .box .content .info li p span {
        min-width: 24px;
        padding-right: 10px; }
  .footer-v1 .footer .box .content .box-contact li {
    padding-bottom: 16px; }
    .footer-v1 .footer .box .content .box-contact li:last-child {
      padding-bottom: 0; }
    .footer-v1 .footer .box .content .box-contact li span {
      padding-right: 15px;
      color: #64a507; }
    .footer-v1 .footer .box .content .box-contact li i {
      color: #64a507; }
  .footer-v1 .footer .box .content .list-logo li {
    margin: 0 26px 9px 0;
    display: inline-block; }
    .footer-v1 .footer .box .content .list-logo li a {
      display: inline-block; }
      .footer-v1 .footer .box .content .list-logo li a:hover img {
        opacity: 1; }
      .footer-v1 .footer .box .content .list-logo li a img {
        display: block;
        opacity: .6;
        transition: all .5s ease; }
.footer-v1 .copyright {
  padding: 14px 0;
  background: #13181a; }
  .footer-v1 .copyright p {
    font-size: 14px;
    color: #f8f8f8;
    font-weight: 300; }
  .footer-v1 .copyright li {
    padding: 0 9px;
    display: inline-block; }
    .footer-v1 .copyright li a {
      display: inline-block; }
      .footer-v1 .copyright li a:hover span {
        color: #64a507; }
      .footer-v1 .copyright li a span {
        font-size: 14px;
        color: #4e5453; }

/*----------------------
    Home One
------------------------*/
/*
    Slider
*/


/*
    Srvices
*/
.services .box, .carousel-v2 .box {
  display: flex;
  align-items: center;
  justify-content: center; }
  .services .box:hover .box-icon span, .carousel-v2 .box:hover .box-icon span {
    background: #64a507; }
    .services .box:hover .box-icon span:before, .carousel-v2 .box:hover .box-icon span:before {
      color: #ffffff; }
  .services .box .box-icon, .carousel-v2 .box .box-icon {
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px; }
    .services .box .box-icon span, .carousel-v2 .box .box-icon span {
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      border: 2px dashed #64a507;
      border-radius: 50%; }
      .services .box .box-icon span:before, .carousel-v2 .box .box-icon span:before {
        display: block;
        margin: 20px 0 0 0;
        color: #64a507;
        font-size: 35px; }
  .services .box .box-text, .carousel-v2 .box .box-text {
    margin-left: 25px; }
    .services .box .box-text h3, .carousel-v2 .box .box-text h3 {
      font-size: 19px;
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase; }
    .services .box .box-text p, .carousel-v2 .box .box-text p {
      font-size: 19px;
      color: #ffffff;
      font-weight: 300; }

/*
    About
*/


/*
    Latest Services
*/

/*
    Working Time
*/

/*
    Recent Projects
*/
.recent-projects {
  overflow: hidden; }
  .recent-projects .garden-title {
    padding-bottom: 50px; }
  .recent-projects .slick-content {
    position: relative; }
    .recent-projects .slick-content .none-active {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .recent-projects .slick-content .none-active .container {
        height: 100%;
        position: relative; }
        .recent-projects .slick-content .none-active .container .box-hidden {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          background: rgba(255, 255, 255, 0.8);
          z-index: 9; }
        .recent-projects .slick-content .none-active .container .hidden-left {
          right: 100%;
          margin-right: 15px; }
        .recent-projects .slick-content .none-active .container .hidden-right {
          left: 100%;
          margin-left: 15px; }
    .recent-projects .slick-content .slick-list {
      overflow: visible; }
    .recent-projects .slick-content li {
      outline: none;
      padding: 0 15px; }
      .recent-projects .slick-content li .box .garden-overlay h3 {
        font-size: 25px;
        color: #ffffff;
        font-weight: 700; }

/*
    Our Videos
*/


/*
    Client Say
*/

/*
    Action
*/

/*
    Latest News
*/

/*
    Carousel
*/
.carousel {
  padding: 45px 0;
  border-top: 1px solid #e3e4e5; }
  .carousel .box:hover img {
    opacity: 1; }
  .carousel .box img {
    width: auto;
    display: block;
    margin: 0 auto;
    opacity: .3;
    transition: all .5s ease; }

/*
    Contact
*/
.contact {
  background: url("../images/bg-contact.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0; }
  .contact .box h3 {
    font-family: 'fontBilyOhio', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #ffffff; }
  .contact .box p {
    font-size: 19px;
    color: #f8f8f8;
    font-weight: 400;
    padding-bottom: 38px; }
  .contact .box .garden-button a {
    line-height: 66px;
    font-size: 30px;
    color: #4e5453;
    font-weight: 700; }
    .contact .box .garden-button a span {
      padding-right: 15px; }


.why-choose-us, .why-choose-us-v2, .services-v5 {
  background: url("../images/bg-why-choose-us.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .why-choose-us.garden-set-pd, .garden-set-pd.why-choose-us-v2, .garden-set-pd.services-v5 {
    padding: 130px 0 225px 0; }
  .why-choose-us .garden-title, .why-choose-us-v2 .garden-title, .services-v5 .garden-title {
    padding-bottom: 50px; }
    .why-choose-us .garden-title h3, .why-choose-us-v2 .garden-title h3, .services-v5 .garden-title h3, .recent-projects-v2 .garden-title h3 {
      color:#64a507; }
	   .why-choose-us .garden-title h3, .why-choose-us-v2 .garden-title h3, .recent-projects-v2 .garden-title h3 {
      color:#64a507; }
  .why-choose-us li, .why-choose-us-v2 li, .services-v5 li {
    padding-bottom: 50px; }
    .why-choose-us li:last-child, .why-choose-us-v2 li:last-child, .services-v5 li:last-child, .why-choose-us li:nth-last-child(2), .why-choose-us-v2 li:nth-last-child(2), .services-v5 li:nth-last-child(2), .why-choose-us li:nth-last-child(3), .why-choose-us-v2 li:nth-last-child(3), .services-v5 li:nth-last-child(3) {
      padding-bottom: 0; }
    .why-choose-us li:nth-child(1) .box .box-icon .flaticon, .why-choose-us-v2 li:nth-child(1) .box .box-icon .flaticon, .services-v5 li:nth-child(1) .box .box-icon .flaticon {
      margin-top: 8px; }
    .why-choose-us li:nth-child(2) .box .box-icon .flaticon, .why-choose-us-v2 li:nth-child(2) .box .box-icon .flaticon, .services-v5 li:nth-child(2) .box .box-icon .flaticon {
      margin-top: 11px; }
    .why-choose-us li:nth-child(3) .box .box-icon .flaticon, .why-choose-us-v2 li:nth-child(3) .box .box-icon .flaticon, .services-v5 li:nth-child(3) .box .box-icon .flaticon {
      margin-top: 9px; }
    .why-choose-us li:nth-child(4) .box .box-icon .flaticon, .why-choose-us-v2 li:nth-child(4) .box .box-icon .flaticon, .services-v5 li:nth-child(4) .box .box-icon .flaticon, .why-choose-us li:nth-child(5) .box .box-icon .flaticon, .why-choose-us-v2 li:nth-child(5) .box .box-icon .flaticon, .services-v5 li:nth-child(5) .box .box-icon .flaticon, .why-choose-us li:nth-child(6) .box .box-icon .flaticon, .why-choose-us-v2 li:nth-child(6) .box .box-icon .flaticon, .services-v5 li:nth-child(6) .box .box-icon .flaticon {
      margin-top: 18px; }
  .why-choose-us .box:hover .box-icon .flaticon:before, .why-choose-us-v2 .box:hover .box-icon .flaticon:before, .services-v5 .box:hover .box-icon .flaticon:before {
    color: #64a507; }
  .why-choose-us .box:hover .box-text h3, .why-choose-us-v2 .box:hover .box-text h3, .services-v5 .box:hover .box-text h3 {
    color: #64a507; }
  .why-choose-us .box .box-icon, .why-choose-us-v2 .box .box-icon, .services-v5 .box .box-icon {
    float: left; }
    .why-choose-us .box .box-icon .flaticon, .why-choose-us-v2 .box .box-icon .flaticon, .services-v5 .box .box-icon .flaticon {
      display: inline-block; }
      .why-choose-us .box .box-icon .flaticon:before, .why-choose-us-v2 .box .box-icon .flaticon:before, .services-v5 .box .box-icon .flaticon:before {
        color: #ffffff;
        margin: 0;
        font-size: 55px; }
  .why-choose-us .box .box-text, .why-choose-us-v2 .box .box-text, .services-v5 .box .box-text {
    margin-left: 80px; }
    .why-choose-us .box .box-text h3, .why-choose-us-v2 .box .box-text h3, .services-v5 .box .box-text h3 {
      padding-bottom: 14px;
      font-size: 22px;
      color: #ffffff;
      font-weight: 700; }
    .why-choose-us .box .box-text p, .why-choose-us-v2 .box .box-text p, .services-v5 .box .box-text p {
      font-size: 14px;
      color: #ebebeb;
      font-weight: 400; }

/*
    Slider
*/
.slider-v3 .banner-caption-h5 {
  font-size: 24px;
  color: #f9bf0f;
  font-weight: 700;
  letter-spacing: 5px;
  position: relative;
  padding: 13px 3px 10px 3px; }
  .slider-v3 .banner-caption-h5:before, .slider-v3 .banner-caption-h5:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    left: 0; }
  .slider-v3 .banner-caption-h5:before {
    top: 0; }
  .slider-v3 .banner-caption-h5:after {
    bottom: 0; }
.slider-v3 .banner-caption-h1 {
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 5px; }
.slider-v3 .banner-caption-h3 {
  font-size: 36px;
  line-height: 36px;
  color: #dcddde;
  font-weight: 400;
  letter-spacing: 5px; }
.slider-v3 .banner-caption-p {
  font-size: 19px;
  color: #d3d3d3;
  font-weight: 300; }
.slider-v3 .banner-caption-button .garden-button {
  border-radius: 50px;
  transition: all .5s ease; }
  .slider-v3 .banner-caption-button .garden-button:hover {
    border: 2px dashed #64a507; }
  .slider-v3 .banner-caption-button .garden-button a{
    background: #64a507;
    line-height: 38px;
    border-radius: 38px;
    padding: 0 30px;
    color: #ffffff; }
.slider-v3 .tp-bullets .tp-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  background: transparent; border-radius:50%; }
  .slider-v3 .tp-bullets .tp-bullet:hover {
    border: 2px solid rgba(255, 255, 255, 0.8); }
  .slider-v3 .tp-bullets .tp-bullet.selected {
    border: 2px solid rgba(255, 255, 255, 0.8); }
    .slider-v3 .tp-bullets .tp-bullet.selected:before {
      opacity: 1; }
  .slider-v3 .tp-bullets .tp-bullet:after {
    display: none; }
  .slider-v3 .tp-bullets .tp-bullet:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #64a507;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }


/*
    Why Choose Us
*/
.why-choose-us-v2 {
  background: url("../images/bg-why-choose-us.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .why-choose-us-v2.garden-set-pd {
    padding: 100px 0; }
  .why-choose-us-v2 .garden-title p {
    padding: 10px 15% 0 15%; }
  .why-choose-us-v2 li:nth-last-child(3) {
    padding-bottom: 50px; }
  .why-choose-us-v2 .box .box-icon .flaticon:before {
    color: #64a507; }
  .why-choose-us-v2 .garden-img-full-width {
    box-shadow: 0 0 54px rgba(0, 0, 0, 0.75);
    border-radius: 10px; }
    .why-choose-us-v2 .garden-img-full-width img {
      border-radius: 10px; }


/*
    Contact Form
*/
.contact-form {
  text-align: center;
  background: url("../images/contact/bg-contact-form.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .contact-form .box {
    width: 80%;
    margin: 0 auto; }
    .contact-form .box h3 {
      font-size: 36px;
      line-height: 36px;
      color: #ffffff;
      font-weight: 600; }
    .contact-form .box p {
      font-size: 14px;
      color: #ffffff;
      font-weight: 400; }
      .contact-form .box p span {
        color: #f54406; }
    .contact-form .box form {
      margin-top: 28px; }

/*
    Working Time
*/


/*
    Google Map
*/


/*----------------------
    Portfolio
------------------------*/
/*
    Portfolio
*/


/*
    Portfolio Detail
*/

/*----------------------
    Services
------------------------*/
/*
    Services
*/
.services-v5 {
  background: transparent; }
  .services-v5 .box .box-icon .flaticon:before {
    color: #dcddde; }
  .services-v5 .box .box-text h3 {
    color: #202020; }
  .services-v5 .box .box-text p {
    color: #4e5453; }

 /*   Gallery
*/


/*
    Gallery V3
*/


/*----------------------
    Shop
------------------------*/
/*
    Shop
*/


/*
    Product Detail
*/

/*----------------------
    Blog
------------------------*/
/*
    Blog
*/

/*
    Blog Detail
*/


/*
    Blog V3
*/


/*----------------------
    404
------------------------*/
/*
    404
*/
/*----------------------
    Coming Soon
------------------------*/
/*
    Coming Soon
*/


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


.main_footer__block{    padding: 70px 0 0px 0;
    background: #171d20;
	    color: #fff;
	}
	
	.main_footer__block h4 {
    font-size: 20px;text-transform: uppercase;
    margin-bottom: 25px;
	    color: #fff;
}
.main_footer__block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_box__block li {
    border-bottom: 1px solid #cccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
	    color: #fff;
    width: 100%;
}
.footer_box__links li::before {
    content: "\f105";
    font-family: fontawesome;
    /* position: absolute; */
    left: 10px;
    margin-right: 10px;
    top: 0;
	    color: #65a508;
}
.footer_box__block li a {
    color: #ffffff;
}
.footer_box__block.address-box li {
    border: 0 none;
    margin: 0;
}
.address-box li i.fa {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 20px;
	    color: #65a508;
}
.footer_box__block.address-box p {
    margin-left: 25px;
    margin-top: 4px;
	    color: #fff;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #65a508;
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #65a508;
    border-radius: 50%;
}
.copyriight_block{padding: 20px 0;background: #13181a;}
.copyriight_block p {
    color: #fff;
    margin: 0;
}
.copyriight_block ul {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.copyriight_block ul li {
    float: left;
}
.copyriight_block a {
    color: #fff;
}








.contact-form-s1 form > div {
   
    float: left;
    padding: 0 12px;
    margin-top: 12px;
}
.contact-form-s1 label {
    font-size: 16px;
    /* font-weight: normal; */
    display: block;
    color: #000;
}
.contact-form-s1 input, .contact-form-s1 textarea, .contact-form-s1 select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
}
.contact-form-s1 textarea{    height: 100px;}
.contact-form-s1  .form input:focus, .contact-form-s1  .form textarea:focus, .contact-form-s1 .form select:focus {
    border-color: #051829;
    -webkit-box-shadow: 0 0 5px 0 #0b3356;
    -moz-box-shadow: 0 0 5px 0 #0b3356;
    -o-box-shadow: 0 0 5px 0 #0b3356;
    -ms-box-shadow: 0 0 5px 0 #0b3356;
    box-shadow: 0 0 5px 0 #0b3356;
}
.contact-form-s1 h3 {
    font-family: 'fontBilyOhio', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #ffffff;
	    margin-bottom: 10px;
}



.about-page{}
.content-inner{}
.content-inner h3, .content-inner h4, .content-inner h5{margin-top: 15px;  margin-bottom: 5px; font-size: 25px;}
.content-inner h3 b, .content-inner h4 b, .content-inner h5 b{font-weight: 700;}

.content-inner ul{list-style: inherit; padding-left: 16px; margin-top: 12px; }
.content-inner li{list-style: inherit;}