/*
Theme Name: Eco Landscaping Pro
Theme URI: https://www.legacytheme.net/products/landscaping-wordpress-theme/
Author: Legacytheme
Author URI: https://www.legacytheme.net/
Description: The Landscaping WordPress Theme is a beautifully designed, eco-conscious template built for gardening services, landscape architects, and green business professionals. With its modern design, clean code, and responsive layout, this theme offers a stunning online presence for eco landscaping, sustainable gardening, and outdoor design services. Whether you’re promoting eco-friendly landscaping solutions or offering maintenance for nature parks and trails, this theme offers customizable sections for services, testimonials, contact forms, and galleries. Its SEO-friendly architecture ensures better visibility online, while retina-ready visuals and mobile optimization provide a flawless user experience across all devices. Integrating green initiatives like eco-friendly products and sustainable practices becomes seamless, giving your business the right digital boost.
Version: 1.1
Requires PHP: 5.6
Tested up to: 5.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: eco-landscaping-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
  color: #141414;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #141414;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a {
  color: #141414;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #6a961f;
  text-decoration: none;
}

header.header-top {
  background: #131c21;
}
section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */

.register,
.login {
  background: #aa8a63;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.login {
  background: #fff;
  color: #212121;
}
x .header {
  position: static;
}

/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #141414;
}
.page-404 h3 {
  font-size: 38px;
  color: #141414;
}
.page-404 hr {
  width: 10%;
  background: #9ae2e1;
  padding: 1px;
}
.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}
.page-404 .intro-button {
  text-align: center;
  display: inline-block;
  padding: 5px;
}
.page-404 .button {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}
.page-404 .intro-button:hover {
  background: #6a961f;
}
.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  padding: 15px 0;
  min-height: 53px;
  line-height: 1.4em;
  word-break: break-all;
}
.logo a {
  color: #141414;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color: #141414;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  float: unset;
  width: 150px;
}
/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}
.social-links a:hover {
  color: #6a961f;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

   .header-left-content {
    justify-content: flex-end;
    align-items: center;
}

#main-menu ul.sub-menu li a {
  padding: 0 6px !important;
}

#main-menu ul.children,
#main-menu ul.sub-menu {
  display: none;
}
#main-menu ul li:hover .sub-menu {
  display: block;
}
#main-menu {
  display: block;
  position: relative;
  margin: 0 auto;
}
#main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}
#main-menu ul li a {
  color: #12161c !important;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 500;
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 10px 45px;
  padding-left: 0;
  margin: 0;
  font-weight: 500;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  position: relative;
  line-height: 40px;
}
#main-menu ul li a:hover {
  color: #6a961f !important;
}
#main-menu ul li.current-menu-item > a, #main-menu ul li.current_page_item > a{
  font-weight: 900;
  color: #6a961f !important;
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
  color: #6a961f;
}
#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
}
#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 0px 14px;
  padding-right: 14px;
  font-size: 14px;
  color: #141414;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #141414;
  border-left: 0;
  border-right: 0;
}
#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.sub-menu li a:after {
  right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
  background: #141414;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
  opacity: 1;
  right: calc(100% - 213px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #141414;
  color: #fff;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}
.icons-bar {
  width: 100%;
  background-color: #6a961f;
}
.icons-bar .team-icons i {
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  transition: all ease-in-out 0.3s;
}
.icons-bar .team-icons i:hover {
  color: #1d1d1d;
}
.icons-bar .mail i {
  color: white;
}
.icons-bar .mail a {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 400;
  color: #ffffff !important;
  width: 100%;
  display: flex
;
  align-items: center;
  justify-content: end;
}
.icons-bar .mail .email p,
.icons-bar .mail .location p {
  margin: 0;
  text-align: end;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-bar .mail .email {
  text-align: end;
}
.menu-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-header hr {
  border: 1px solid #000000;
  transform: rotate(90deg);
  width: 59px;
  position: absolute;
  opacity: 20%;
  left: -10%;
}
.menu-header .search-button {
  border: none;
  background: transparent;
}
.header-btn-content {
  align-items: center;
  justify-content: end;
}
.header-button {
  color: #fff;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 600;
  width: 100%;
  height: 45px;
  background-color: #6a961f;
  border-radius: 50px;
  border: 1px solid #6a961f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.header-button:hover {
  background-color: #1d1d1d;
  color: white;
}
/* ===============================================
   HEADER SEARCH
   =============================================== */
.search-box {
  position: absolute;
  left: -10%;
  top: 31%;
}

.navigation span {
  background: #6a961f !important;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Manrope';
  border-radius: 10px;
}
.navigation a {
  background: #6a961f;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Manrope';
  border-radius: 10px;
}





#header .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 100%;
  left: 0;
  height: 100%;
  top: 29px;
  background: rgb(0, 0, 0, 0.3);
  border: 3px solid #6a961f;
  z-index: 20;
}
#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
#popup form.search-form.serach-page {
  position: relative;
  top: 50%;
}
#popup input[type="search"] {
  padding: 11px 20px;
  width: 100%;
  text-indent: 8px;
  border: 1px solid #6a961f;
}
#popup input[type="submit"] {
  right: 10px;
  padding: 13.5px 20px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #6a961f;
  background-color: #6a961f;
  
  
}
#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: -1;
}
.header-search {
  font-size: 15px;
  background: transparent;
  font-weight: 500;
  color: #000;
  padding: 15px;
  border-radius: 2px;
}
.header-search:hover {
  color: #000;
}
#popup .close-btn {
  position: relative !important;
  top: 30px !important;
}
#popup i.far.fa-window-close {
  color: white;
  font-size: 20px;
}

p.cart-item-box {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4242;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}

/* ===============================================
   POST BOX
   ============================================= */

h4.post-title {
  font-size: 22px;
  color: #141414;
  font-weight: 800;
}
.post-content p {
  color: #898d94;
}
.post-meta i {
  color: #6a961f;
}
.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}
.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,
footer {
  width: 100%;
}



.latest-post .post-date {
  float: left;
}
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.post-single .tags-bg a {
  padding: 10px 15px;
  background: #141414;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}
.post-single .tags-bg a:hover {
  background: #141414;
}
.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #141414;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background: #6a961f;
}
.post-single {
  display: block;
}
label {
  display: block;
}

.latest-post h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0;
  display: block;
}
.latest-post h4 a:hover {
  color: #6a961f;
}
.latest-post .post-content p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.latest-post {
  position: relative;
}
.latest-post .far.fa-calendar-alt,
.latest-post .fas.fa-bookmark {
  color: #717982;
}
.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post .post-item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .far.fa-calendar-alt {
  color: #db1d14;
}
.latest-post .far {
  color: #db1d14;
  font-size: 18px;
}
.latest-post .admin-date,
.wp-admin-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}
.comment-respond input#submit {
  background: #141414;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover {
  background-color: #6a961f;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #141414;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
  background: #6a961f;
  color: #f3f4f7;
  text-decoration: none;
}
.page-template-page-with-left-sidebar .middle-align {
  padding: 60px 0 !important;
}
.page-template-page-with-right-sidebar .middle-align {
  padding: 60px 0 !important;
}
.single-activities-page .slider-box1 {
  background: unset !important;
}

.page-template-blog-with-right-sidebar .middle-align {
  padding: 60px 0;
}



.page-template-blog-with-left-sidebar .middle-align {
  padding: 60px 0;
}



/* Banner image */

section.banner-image {
  padding: 72px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.entry-title {
  color: #fff;
}
.bradcrumbs {
  color: #fff;
}
.bradcrumbs a {
  color: #fff;
}
section.banner-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.60;
  z-index: -1;
  background: #6a961f;
}


figure {
  margin: 0 0 0;
  height: 100%;
}


@media screen and (min-width: 0) and (max-width: 767px) {
  .menu-header .row,
  #video .veggies,
  #slider .slider .row,
  #special .row,
  #video .row,
  #pricing .row,
  #choose .row,
  #gallery .row,
  #booking .row,
  #faq .row,
  #blog .row,
  .footer-box .row,
  .footer .row {
    margin: 0 !important;
  }
  header#site-navigation {
    position: relative;
    height: 300px;
  }
  .header-button {
    height: auto;
    top: 40px !important;
  }
  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }
  .logo {
    text-align: center;
  }
  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height: 53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    border: solid #141414;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background: none;
  }
  .middle-header .team-icons,
  .middle-header .email,
  .middle-header .location {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .icons-bar .team-icons i {
    left: auto !important;
  }
  .icons-bar .location {
    padding: 0 !important;
  }
  .search-box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  #about {
    margin: 0 !important;
  }
  #about .about-image .img1 {
    top: auto !important;
  }
  #about .about-text .content1,
  #about .about-text .content2 {
    max-width: 100% !important;
    margin: 0 !important;
  }
  #about .about-text {
    padding: 0 !important;
    margin-top: 20px !important;
  }
  #about .about-text hr {
    left: auto !important;
  }
  #services h1 {
    line-height: 5px !important;
  }
  #services .new-line {
    line-height: 40px !important;
  }
  #video .video-image img,
  /* #video .video-bg-img img, */
  #choose .choose-img img,
  #about .about-image .img1 img,
  #about .about-image .img2 img,
  #services .frontside img,
  #special .special-image img {
    width: 100% !important;
  }
  #video .video-btn-bg img {
    top: 62% !important;
  }
  #video .popup-btn {
    top: 69% !important;
  }
  #video .video .video-btn-bg p {
    left: 40% !important;
    top: 78% !important;
  }
  #video .video p,
  #video .vector-text1 h1,
  #video .vector-text2 h1,
  #pricing .description {
    max-width: 100% !important;
  }

  
#testimonial .vector1:hover {
  background-color: #fff !important;
}
#testimonial .vector3:hover {
  background-color: #fff !important;
}
#testimonial .vector2:hover {
  background-color: #fff !important;
}


  #pricing .pricing-rectangle-box {
    width: 100% !important;
    height: auto !important;
  }
  #pricing button.owl-next,
  #pricing button.owl-prev {
    display: none !important;
  }
  #services .frontside img.second-image {
    width: auto !important;
  }
  #video .video-bg-img img,
  #about .about-image .img2 img {
    left: auto !important;
  }
  #about .about-image .img1 img,
  .footer-box {
    top: auto !important;
  }
  #slider .slider-box1 {
    top: auto !important;
  }
  #testimonial,
  .icons-bar {
    height: auto !important;
  }
  #booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: auto !important;
    left: auto !important;
  }
  #testimonial .container {
    padding: 0 !important;
  }
  #testimonial .vector1,
  #testimonial .vector2,
  #testimonial .vector3 {
    width: auto !important;
    margin: auto !important;
  }
  #testimonial .vector1 .vector-image1,
  #testimonial .vector2 .vector-image2,
  #testimonial .vector3 .vector-image3 {
    width: 100% !important;
    border-radius: 10px 10px 0px 0px !important;
  }
  #testimonial .testimonial-description {
    width: 100% !important;
  }
  #testimonial 
  #slider .slider-box .image-below {
    margin: auto !important;
  }
  #slider h1,
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #special .post-title,
  #video .video h1,
  #video .video .same-line,
  #pricing h3,
  #pricing h3 .next-line,
  #pricing .price,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #testimonial h1,
  #testimonial .next-line,
  #blog h1,
  #blog .next-line {
    font-size: 24px !important;
    text-align: center !important;
    margin-top: 0 !important;
    line-height: 30px !important;
  }
  #slider .slider-box1 p,
  #slider .slider-box1 .slider-heading,
  #about .about-text .content,
  #about .about-text .content1,
  #about .about-text .content2,
  #services .content,
  #services .services-text-box .services-description,
  #services .services-text-box .services-button,
  #special .special .content,
  #special .content-post,
  #video .video .content,
  #video .video p,
  #pricing .content,
  #pricing .event-heading,
  #pricing .description,
  #choose .content,
  #choose p,
  #gallery .content,
  #booking .content,
  #faq .content,
  #faq .accordion_head .title1,
  #faq .accordion_head .title2,
  #faq .accordion_head .title,
  #faq .accordion_body p,
  #testimonial .content,
  #testimonial .testimonial-description,
  .testimonial-designation,
  #testimonial .testimonial-admin,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content,
  #blog .post-date,
  #blog .post-title,
  #blog .content-post,
  #blog .blog-admin,
  .footer-box .footer-title1,
  .footer-box .footer-title2,
  .footer-box .footer-title3,
  .footer-box h6 a,
  #choose .vector-text1 h1,
  #choose .vector-text2 h1,
  #choose .vector-text3 h1,
  #choose .vector-text4 h1,
  #special .special-time,
  #special .special-cost {
    display: block !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  #special .content-post {
    max-width: 100% !important;
  }
  #special .box-content {
    margin: auto !important;
  }
  #testimonial .testimonial-text {
    height: auto !important;
  }
  #testimonial .testimonial-text img.content-below-image {
    margin-top: -30px !important;
  }
  #booking img.content-below-image {
    left: 35% !important;
  }
  #booking .container-fluid,
  #booking .booking-img {
    padding: 0 !important;
    position: unset;
    width: 100%;
  }
  footer .footer {
    padding: 0 !important;
  }
  #special .post-date {

    left: -24% !important;
}
  #slider .owl-dots {
    top: auto !important;
    left: auto !important;
    transform: rotate(0deg) !important;
    justify-content: center !important;
    display: block !important;
  }
  #about .about-text img.content-below-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  #about .about-button {
    margin: auto !important;
    width: 60% !important;
    margin-top: 30px !important;
  }
  #services .services-text-box {
    transform: translate(7%) !important;
    top: -5% !important;
  }
  #services .services-btn {
    width: 50% !important;
    top: auto !important;
  }
  #special .post-date {
    padding: 0 !important;
  }
  #special .special-button,
  #special .special-btn {
    top: auto !important;
    width: 50% !important;
  }
  #video .container-fluid {
    padding: 0 !important;
  }
  #special .special-button {
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px !important;
  }
  #special .special-btn {
    margin-top: 20px !important;
  }
  #video .video,
  #video .video .content,
  #choose p {
    padding: 0 !important;
  }
  #video .video .video-text1,
  #video .vector-text1 h1,
  #video .video .video-text2,
  #video .vector-text2 h1 {
    /* top: auto !important; */
    left: auto !important;
    text-align: center !important;
  }
  #video .vector-text2 h1 {
    top: auto;
  }
  #video .video-bg-text {
    margin: auto !important;
  }
  #video .vector1,
  #video .vector2 {
    justify-content: center !important;
    margin: auto !important;
  }
  #pricing .pricing-btn {
    width: 50% !important;
  }
  #choose .text {
    margin-top: 20px !important;
  }
  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date,
  #booking textarea.wpcf7-form-control.wpcf7-textarea,
  .footer input.wpcf7-form-control.wpcf7-text {
    width: 100% !important;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 80% !important;
    top: 44% !important;
  }
  #about .about-text hr {
    display: none !important;
  }
  #testimonial .testimonial-image {
    margin: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #testimonial .vector1 .vector-image1,
  #testimonial .vector2 .vector-image2,
  #testimonial .vector3 .vector-image3 {
    margin: auto !important;
  }
  #testimonial .vector1,
  #testimonial .vector2,
  #testimonial .vector3 {
    justify-content: center !important;
  }
  #blog .blog-button {
    width: 60% !important;
    margin: auto;
  }
  #blog .post-title {
    font-size: 18px !important;
  }
  #blog button.owl-next,
  #blog button.owl-prev {
    display: none !important;
  }
  footer .footer {
    height: auto !important;
  }
  .home .footer-box {
    width: 80% !important;
  }
  .footer .text {
    text-align: center !important;
  }
  #blog .user-icon i,
  .footer-area h4.title,
  .wp-block-heading,
  .footer-area ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #choose .vector1 {
    position: relative !important;
    /* left: auto !important;
    margin: auto !important; */
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    margin: auto !important;
  }
  #choose .hr1 {
    display: none !important;
  }
  #video .video-bg-text,
  #video .veggies {
    padding: 0 !important;
  }
  .header-search {
    left: auto !important;
    top: auto !important;
  }
  #choose .vector3,
  #choose .vector4 {
    position: relative !important;
    left: auto !important;
    top: 20px !important;
  }
  #choose .vector1 .vector-image1,
  #choose .vector2 .vector-image2,
  #choose .vector3 .vector-image3,
  #choose .vector4 .vector-image4 {
    margin: auto !important;
  }
  #choose {
    padding: 0 !important;
  }
  #booking .content {
    left: auto !important;
  }
  .open-menu,
  #site-navigation .sidenav a.closebtn {
    background: #6a961f !important;
  }
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .menu-header .cart {
    top: 25px !important;
  }
  #slider .slider-box img {
    height: 250px;
  }
  .menu-header .search {
    padding: 0 !important;
    top: 10px !important;
  }
  .middle-header .search-button {
    top: auto !important;
    right: auto !important;
    padding: 0px 30px !important;
  }

  
  #pricing .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -20px;
  }
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -40px;
  }
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    background: #d9d9d9;
    margin: 0 5px;
    border: 1px solid #fff;
  }
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #1d1d1d;
    border: 1px solid #fff;
  }
  #slider .button {
    top: -6px !important;
    margin: auto !important;
    width: 50% !important;
    height: auto !important;
  }
  #slider h1 {
    line-height: normal !important;
  }
  #slider .slider-box1 .text-box {
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #about .about-text .content1 {
    left: auto !important;
  }
  #pricing .pricing-rectangle-box .pricing-button {
    top: -10px !important;
  }
  #faq .accordion_container {
    margin: 0 !important;
  }
  #services .services {
    margin-top: auto !important;
  }
  #gallery .gallery-box img {
    width: 100% !important;
  }
  #testimonial .image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #video .vector-image1 img,
  #video .vector-image2 img {
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
  }
  #video .video-bg-text img.content-below-image {
    display: none !important;
  }
  #video .vector-text2 h1 {
    top: auto !important;
  }
  #booking .booking-img img {
    width: 100% !important;
  }
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.eco-landscaping-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.eco-landscaping-pro-pagination a span,
.eco-landscaping-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.eco-landscaping-pro-pagination span.current,
.eco-landscaping-pro-pagination span.current:hover,
.eco-landscaping-pro-pagination span.current:focus,
.eco-landscaping-pro-pagination a span:hover,
.eco-landscaping-pro-pagination a span:focus {
  background: #141414;
  color: #ffffff;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999;
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px;
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.comment-form input[type="submit"] {
  background: #141414;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  background-color: #248efa;
  text-decoration: none;
}

.logged-in-as a {
  color: #141414;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
  padding: 12px;
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}
.sidebar-area a {
  font-size: 16px;
  line-height: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a, .sidebar-area li {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #141414;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding: 0;
}


.sidebar-area li {
  padding-bottom: 15px;
  color: #141414;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #6a961f;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  background: #6a961f;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover {
  background: #141414;
  color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"] {
  width: 100%;
  border: none;
  background: transparent;
  border: 1px solid #1d1d1d;
}
.wp-block-search__inside-wrapper {
  margin-top: 12px;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 7px 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: #1d1d1d;
  border: 1px solid #6a961f;
  text-transform: capitalize;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  position: relative;
}
#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}
#wp-calendar a:hover {
  border: none;
}
#wp-calendar {
  background: #fff;
  width: 100%;
}
#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}
#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline;
}
#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}
#wp-calendar th {
  font-weight: bold;
}
tr:nth-child(2n + 2) {
  background-color: #f3f4f7;
}
.searchform label {
  display: block;
}
.searchform input[type="text"] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  /* top: 20px; */
  outline: none;
  border-radius: 4px 0 0 4px;
}
.searchform input[type="submit"] {
  background: #6a961f;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background-color: #6a961f;
  text-decoration: none;
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail {
  width: 80px;
  height: 80px;
}
.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sidebar-area .post-title {
  font-size: 18px;
}
footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #b2d7c0;
  font-size: 15px;
  font-family: "Manrope";
  font-weight: 500;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.footer-area .woocommerce ul.cart_list li img,
.footer-area .woocommerce ul.product_list_widget li img {
  height: 70px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #141414;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}
#button_scroll:hover {
  background: #6a961f;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}

/** loader **/

.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #6a961f transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}
.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #1d1d1d transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}
a.close-search-form {
  display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.admin-bar .fix-sticky {
  margin-top: 32px;
}

/*Body*/

.top-header .call-text {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
header#site-navigation {
  background: #fff;
}

.delivery:hover,
.policy:hover {
  color: #6a961f;
}
.header-menu .logo-image img {
  width: auto;
}

.top-header {
  background: #190304;
}
.top-header-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header-div .dashicons {
  color: #ffff;
  margin-right: 10px;
}
.middle-header {
  background: #6a961f;
}
.order-button {
  display: flex;
  justify-content: flex-end;
}

/* #site-navigation {
  border-bottom: 1px solid #f5f5f5;
} */
.middle-header .wishlist,
.middle-header .my_account,
.middle-header .cart-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.middle-header .search-form {
  position: relative;
}
.middle-header .search-form input#woocommerce-product-search-field {
  width: 100%;
  outline: none;
  border: 0;
  padding: 10px 20px;
  background: #f2f4f6;
}
.middle-header .search-button {
  position: absolute;
  right: -20px;
  top: 10px;
  background: transparent;
  padding: 10px 40px;
  color: #000;
  border: 0;
  outline: none;
  cursor: pointer;
}
/* .middle-header .search-button:hover {
  background: #6A961F;
} */

.header .order-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.category-search-sec {
  background: #6a961f;
  padding: 15px;
}

.product-btn {
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.header .product-cat {
  list-style: none;
  position: absolute;
  top: 35px;
  left: 15px;
  right: 0;
  z-index: 999;
  text-align: left;
  font-size: 14px;
  border: none;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}

.header li.drp_dwn_menu {
  padding: 10px;
  background: #6a961f;
  border-bottom: 1px solid #fff;
}

.header li.drp_dwn_menu:hover {
  background: #000;
}

.header li.drp_dwn_menu a {
  color: #fff;
}

.product-btn:focus {
  outline: none;
}
.cart-customlocation {
  position: relative;
}

/*SLIDER SECTION*/

#slider {
  position: relative;
}
#slider .slider-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(41, 45, 50, 1),
    rgba(125, 137, 152, 0)
  );
  z-index: 1;
}
#slider .slider-box .image-below {
  margin-top: -50px;
}
#slider .slider-box .content-below-image {
  width: auto;
}
#slider .carousel-caption {
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  /* margin: 0; */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
  right: unset !important;

}
#slider h1 {
  font-size: 101px;
  line-height: 93px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Amatic SC";
  text-align: left;
}

#slider p {
  color: #ffffff;
  margin-top: 30px;
  font-size: 17px;
  font-family: "Manrope";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25.2px;
  text-align: left;
}

#slider .button {
  width: 26%;
  height: 62px;
  color: #fff;
  background: #6a961f;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 40px;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6a961f;
  transition: all ease-in-out 0.3s;
}
#slider .button:hover {
  background-color: #1d1d1d;
  color: white;
}
#slider .owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: rotate(90deg);
  left: 45%;
}
#slider .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  background: transparent;
  margin: 0 5px;
  border: 1px solid #fff;
}
#slider .owl-dots button.owl-dot.active {
  background-color: #6a961f;
  border: 1px solid #fff;
}
#slider .slider-box1 {
  background-color: #6a961f;
  width: 100%;
  position: relative;
  top: -30px;
}
#slider .slider-box1 img {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  padding: 10px;
}
#slider .slider-box1 .text-box:hover {
  background: #fff;
  transition: 0.4s ease-in-out;
  transform: translate(0px, -10px);
}
#slider .slider-box1 .text-box:hover   .slider-heading{
  color: #1d1d1d;
}






#slider .slider-box1 .slider-heading {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Manrope";
  line-height: 25.2px;
  padding: 10px;
}
#slider .slider-box1 p {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#slider .slider-box1 h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#slider .slider-box1 h1 .new-line {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: white;
}
#slider .slider-box1 img.content-below-image {
  margin-top: -20px;
}
#slider .slider-box1 .text-box {
  width: 190px;
  height: 190px;
  background-color: #1d1d1d;
  border-radius: 6px;
  padding: 21px 10px 21px 10px;
  margin: auto;
}

.page-template-frontpage h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.page-template-frontpage h2 {
  color: #141414;
  font-size: 26px;
}

.head-text {
  margin-bottom: 50px;
}
.head-text-sec {
  padding: 10px 20px;
  background: #eff1f2;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-template-frontpage h4 {
  font-size: 24px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*ABOUT SECTION*/

#about .about-image {
  width: auto;
  height: auto;
  object-fit: contain;
}
#about .about-image .img2 {
  height: 550px;
  overflow: hidden;
}
#about .about-image .img2:hover img {
  transform: scale(1.1);
  transition: 0.4s ease-in-out;
}
#about .about-image .img1:hover img {
  transform: scale(1.1);
  transition: 0.4s ease-in-out;
}
#about .about-image .img1 {
  position: relative;
  top: 35%;
  height: 390px;
  overflow: hidden;
  border: 4px solid #6a961f;


}
#about .about-image .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
#about .about-image .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .about-image .img2{
  height: 550px;
  border: 4px solid #6a961f;
overflow: hidden;
}


#about .about-text .content {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 600;
  color: #12161c;
  margin: 0;
}
#about .about-text h1 {
  font-size: 65px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #292d32;
}
#about .about-text .new-line {
  font-size: 75px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #6a961f;
}
#about .about-text hr {
  width: 4px;
  height: 99px;
  border: 2px solid #292d32;
  background-color: #292d32;
  position: absolute;
  left: 7%;
  opacity: 1;
}
#about .about-text .content1 {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #12161c;
  position: relative;
  left: 4%;
  line-height: 32px;
  max-width: 100%;
}
#about .about-text .content2 {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #12161c;
  line-height: 32px;
  max-width: 90%;
  position: relative;
  left: 2%;
}
.services-card {
  position: relative;
}
#services .services-card {
  position: relative;
  margin-top: 38px;
}
#about .about-button {
  height: auto;
  color: #fff;
  background: #6a961f;
  padding: 10px 28px;
  transition: all 0.6s;
  margin-top: 32px;
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex
;
  justify-content: center;
  align-items: center;
  border: 1px solid #6a961f;
  max-width: fit-content;
}
#about .about-button:hover {
  background-color: #1d1d1d;
  color: white;
}
#about .about-text {
  padding: 0 30px;
}
/* SERVICES */
#services {
  background: #8dc63f1f;
  padding: 30px 0;
}
#services .content {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
  margin: 0;
}
#services h1 {
  font-size: 55px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #292d32;
  line-height: 75.2px;
}
#services .new-line {
  font-size: 55px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #6a961f;
  line-height: 75.2px;
}


#services .frontside {
  width: 100%;
  height: auto;
}
#services .frontside a img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 10px;
}
#services .services-text-box {
  width: 70%;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  left: 10%;
  top: -10%;
  transform: translate(7%);
  z-index: 9;
}
#services .services-text-box:hover,
#services .services-text-box:hover .services-description,
#services .services-text-box:hover .services-button {
  background-color: #6a961f;
  color: white;
}
#services .services-text-box .services-description {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 600;
  color: #6a961f;
  line-height: 100%;
}
#services .services-text-box .services-button {
  font-size: 22px;
  font-family: "Manrope";
  font-weight: 600;
  color: #292d32;
  line-height: 100%;
}
#services .frontside img.second-image {
  width: auto;
  margin-top: -40px;
  z-index: 9;
  position: relative;
}
#services .services-btn {
  width: 15%;
  height: auto;
  color: #fff;
  background: #6a961f;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 13%;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6a961f;
  margin: auto;
}
#services .services-btn:hover {
  background-color: #1d1d1d;
  color: white;
}
#services .test-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;

}
#services .services-card:hover .test-image {
  transform: scale(1.1);
  transition: 0.4s ease-in-out;
}

.services-box-image {
  height: 310px;
  overflow: hidden;
  border-radius: 10px;
}
/* SPECIAL SECTION */
#special .special .content {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
  line-height: 100%;
  margin: 0;
}
#special .special h1 {
  font-size: 60px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #292d32;
  line-height: 75.2px;
}
#special .special .new-line {
  font-size: 60px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #6a961f;
  line-height: 75.2px;
}

#special .special-image {
  width: auto;
  height: 263px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
#special .special-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.special-rectangle-box:hover .post-date {
  background-color: #6a961f !important;
}
.special-rectangle-box:hover .post-date {
  background-color: #6a961f !important;
  transition: 0.4s ease-in-out;
}

#special  .special-rectangle-box:hover  .special-image img{
transform: scale(1.2);
transition: 0.7s ease-in-out;

}


#special .post-date {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 700;
  color: white;
  transform: rotate(-90deg);
  background-color: #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  width: 263px;
  height: 80px;
  position: absolute;
  top: 92px;
  left: -18%;
}
#special .post-title {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #6a961f;
  line-height: 100%;
  text-align: left;

}
#special .special-time,
#special .special-cost {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 600;
  color: #12161c;
  text-align: left;
}
#special .content-post {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #12161c;
  line-height: 32px;
  max-width: 80%;
  text-align: left;
}
#special .special-button {
  width: auto;
  height: auto;
  color: #fff;
  background: #1d1d1d;
  padding: 10px;
  transition: all 0.6s;
  position: relative;
  top: 13%;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#special .special-btn {
  width: 15%;
  height: auto;
  color: #fff;
  background: #6a961f;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  /*   top: 13%; */
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#special .special-button {
  top: 25%;
}
#special .special-button:hover {
  background-color: #6a961f;
  color: white;
}
#special .special-btn:hover {
  background-color: #1d1d1d;
  color: white;
}
/*VIDEO SECTION*/
#video .video-bg-text img.content-below-image {
  margin-top: -40px;
}
#video .video-image {
  width: auto;
  height: auto;
  position: relative;
  object-fit: contain;
}

.video-image:hover::after {
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}

.video-image::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 0%;
  top: 0;
  left: 0;
  border-radius: 18px;
  opacity: 0.30;
  bottom: 0;
  margin: auto;
  background: #6a961f;
  display: block;
  right: 0;
}



#video .video-image img {
  width: 100%;
  height: auto;
}
#video .video-bg-img {
  height: auto;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background: #6a961f;
  background-size: auto;
  position: relative;
}
#video .video .content {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
}
#video .video h1 {
  font-size: 75px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #ffffff;
  line-height: 75.2px;
}
#video .video .same-line {
  font-size: 75px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #1d1d1d;
  line-height: 75.2px;
}
#video .video .new-line {
  font-size: 75px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fff;
  line-height: 75.2px;
}
#video .video p {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  max-width: 75%;
}
#video .video-btn-bg img {
  width: auto;
  height: auto;
  position: absolute;
  top: 75%;
  z-index: 1
  ;
}
#video .video .video-btn-bg p {
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 700;
  color: white;
  position: absolute;
  left: 30%;
  top: 82%;
}
#video .popup-btn {
  position: absolute;
  top: 77%;
  left: 5%;
  width: 120px !important;
  height: 100px !important;
}
#video .popup-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6a961f;
}
.popup-btn:hover i {
  color: #1d1d1d !important;
  transition: 0.4s ease-in-out;
}
#video .popup-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: #fff;
  border-radius: 30px;
  color: white;
  z-index: 1
  ;
}
#video .close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: #fff;
  border-radius: 30px;
  color: black;
}
#video button.close-btn {
  top: 0%;
  left: 100%;
}
#video .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
}
#video .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#video .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
#video .youtube-video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
/* #video .video-bg-text {
  margin-top: 150px;
} */


#video .vector-image1 img {
  width: 100%;
  height: auto;
}
#video .vector-image2 img {
  width: 100%;
  height: auto;
}
#video .vector-text1 h1,
#video .vector-text2 h1 {
  font-size: 30px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fff;
  line-height: 32px;

}
#video .vector-text1 h1 {
  position: relative;
}
#video .vector-text2 h1 {
  position: relative;

}
#video .video .video-text1,
#video .video .video-text2 {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #fff;
  margin: auto;
}
#video .video .video-text1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  right: 0;
  left: 0;
}
.vector-image2 {
  position: relative;
}
.vector-image1{
  position: relative;
}
#video .video .video-text2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex
;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
}
/* PRICING SECTION */
#pricing .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #263238;
  font-weight: 700;
  line-height: 100%;
}
#pricing h3 {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #263238;
  font-weight: 700;
  line-height: 20px;
}
#pricing h3 .next-line {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #6a961f;
  font-weight: 700;
  line-height: 20px;
}
#pricing img.content-below-image {
  margin-top: -40px;
}
#pricing .pricing-rectangle-box {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #263238;
  border-radius: 10px;
  margin: auto;
  padding: 26px;
}
.pricing-rectangle-box:hover {
  background: #1d1d1d !important;
  transition: 0.4s ease-in-out;
}
#pricing  .pricing-rectangle-box:hover  .description{
color: #ffffff;
  transition: 0.4s ease-in-out;

}
#pricing .pricing-rectangle-box:hover .price .text-2{
  color: #ffffff;
  transition: 0.4s ease-in-out;

}
#pricing .pricing-rectangle-box:hover .pricing-button{
background: #6a961f;
  transition: 0.4s ease-in-out;
}
#pricing .event-heading {
  font-size: 24px;
  font-family: "Manrope";
  color: #6a961f;
  font-weight: 700;
}
#pricing .price {
  font-size: 40px;
  font-family: "Manrope";
  color: #6a961f;
  font-weight: 700;
}
#pricing .price .text-2 {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #263238;
}
#pricing .description {
  margin-top: 20px;
    color: #263238;
    font-size: 16px;
    font-family: "Manrope";
    font-weight: 500;
    line-height: 32px;
    max-width: 100%;
    text-align: left;
}
#pricing .pricing-rectangle-box .pricing-button {
  width: 50%;
  height: auto;
  color: #fff;
  background: #1d1d1d;
  padding: 15px 20px;
  transition: all 0.6s;
  position: relative;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#pricing .pricing-rectangle-box .pricing-button:hover {
  background-color: #6a961f;
  color: white;
}
#pricing .pricing-btn {
  width: 20%;
  height: auto;
  color: #fff;
  background: #6a961f;
  border: 2px solid #6a961f;
  padding: 15px 20px;
  transition: all 0.6s;
  position: relative;
  top: 0%;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#pricing .pricing-btn:hover {
  background-color: #1d1d1d;
  color: white;
}
/* CHOOSE US SECTION */


#choose .choose-img img {
  width: 100%;
  height: 100%;
}
#choose .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #263238;
  font-weight: 700;
}
#choose h3 {
  font-size: 60px;
  font-family: "Amatic SC";
  color: #263238;
  font-weight: 700;
  line-height: 75px;
}
#choose .new-line {
  font-size: 60px;
  font-family: "Amatic SC";
  color: #6a961f;
  font-weight: 700;
  line-height: 75px;
}
#choose .contect-2 {
  font-size: 16px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 500;
  line-height: 32px;
}
#choose img.content-below-image {
  margin-top: -40px;
}


#choose .choose-us-left-image {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.choose-us-left-image:hover::after {
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}

.choose-us-left-image::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 0%;
  top: 0;
  left: 0;
  border-radius: 18px;
  opacity: 0.30;
  bottom: 0;
  margin: auto;
  background: #6a961f;
  display: block;
  right: 0;
}





#choose .vector-text1 h1,
#choose .vector-text2 h1 {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
  line-height: 100%;
  margin: 0;
  padding-left: 8px;
}
#choose .vector1 .vector-image1,
#choose .vector2 .vector-image2 {
  background-color: #1d1d1d;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.vector-1 .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vector-3 .row{
  display: flex;
  align-items: center;
  justify-content: center;
}

#choose .vector1:hover .vector-image1, #choose .vector2:hover .vector-image2{

  background: #6a961f;
  transition: 0.3s ease-in-out;
}

#choose .vector3:hover .vector-image3, #choose .vector4:hover .vector-image4{

  background: #6a961f;
  transition: 0.3s ease-in-out;
}


#choose .vector-text3 h1,
#choose .vector-text4 h1 {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
  line-height: 100%;
  margin: 0;
  padding-left: 8px;
}
.choose-us-right-box {
  position: relative;
  padding: 23px 20px 0;
}
.choose-us-right-box {
  position: relative;
}
.choose-us-right-box::after {
  content: "";
  width: 4px;
  height: 96%;
  position: absolute;
  background: #6a961f;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

#choose .vector-text2 h1 {
  text-align: end;
}
#choose .vector-text4 h1 {
  text-align: end;
}
#choose .vector3 .vector-image3,
#choose .vector4 .vector-image4 {
  background-color: #1d1d1d;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
#choose .vector-3 {
  margin-top: 46px;
}

/* GALLERY SECTION */
#gallery .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
  margin: 0;
}
#gallery h1 {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #292d32;
  font-weight: 700;
  line-height: 75.2px;
}
#gallery .next-line {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #6a961f;
  font-weight: 700;
  line-height: 75.2px;
}
#gallery .gallery-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#gallery .gallery-box img {
  width: 100%;
  height: auto;
  border-radius: 15px; /* Adjust the border radius as needed */
}


#gallery .gallery-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gallery-box:hover::after {
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}

.gallery-box::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 0%;
  top: 0;
  left: 0;
  border-radius: 18px;
  opacity: 0.30;
  bottom: 0;
  margin: auto;
  background: #6a961f;
  display: block;
  right: 0;
}




#gallery .owl-carousel .owl-nav {
  display: none;
}
#gallery .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 28px;
}
#gallery .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  background: #d9d9d9;
  margin: 0 5px;
}
#gallery .owl-dots button.owl-dot.active {
  background-color: #6a961f;
  border: 1px solid #fff;
}
/* BOOKING SECTION */
#booking .booking {
  background-color: #6a961f;
}
#booking .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #fff;
  font-weight: 700;
  position: relative;
  left: 10%;
}
#booking h1 {
  font-size: 60px;
  font-family: "Amatic SC";
  color: #fff;
  font-weight: 700;
  line-height: 75.2px;
}
#booking .next-line {
  font-size: 60px;
  font-family: "Amatic SC";
  color: #1d1d1d;
  font-weight: 700;
  line-height: 75.2px;
}
#booking img.content-below-image {
  margin-top: -40px;
  position: relative;
  left: 10%;
}

#booking{
  position: relative;
  padding: 0 !important;
}
#booking .booking-img img {
  width: 100%;
  height: 100%;

}
.booking-img {
  position: absolute;
  width: 44%;
  top: 0;
  right: 0;
  height: 100%;
}
#booking input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#booking input.wpcf7-form-control.wpcf7-text,
#booking select.wpcf7-select.wpcf7-validates-as-required,
#booking
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  padding: 10px 20px;
  background: #1d1d1d;
  border: 1px solid white;
  margin: 10px;
  outline: none;
  width: 47%;
  color: white;
}
#booking select.wpcf7-select.wpcf7-validates-as-required {
  background: #1d1d1d;
  color: white;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
}
#booking input.wpcf7-form-control.wpcf7-text::placeholder,
#booking textarea.wpcf7-form-control.wpcf7-textarea::placeholder,
#booking select.wpcf7-select::placeholder {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: white;
}
#booking textarea.wpcf7-form-control.wpcf7-textarea {
  width: 96%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #1d1d1d;
  border: 1px solid white;
  outline: none;
  margin-left: 10px;
  color: white;
}
#booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 30px;
  background: #1d1d1d;
  border: 2px solid #6a961f;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}
#booking input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #1d1d1d;
  color: white;
}
#booking span.wpcf7-spinner {
  display: block;
}
#booking embed {
  width: 100%;
  height: 500px;
}
/* FAQ SECTION */
#faq .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
  line-height: 100%;
}
#faq h1 {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #292d32;
  font-weight: 700;
  line-height: 75.2px;
}
#faq .next-line {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #6a961f;
  font-weight: 700;
  line-height: 75.2px;
}
#faq img.content-below-image {
  margin-top: -30px;
}
#faq .accordion {
  border: 1px solid #b2b2b2;
  margin-top: 20px;
  padding: 10px 10px;
}
#faq .accordion_head .title {
  font-size: 16px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  padding-right: 40px;
}
#faq .accordion_head.active h3.title {
  color: #6a961f;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 25px;
}
#faq .accordion_head p {
  font-size: 14px;
  font-family: "Manrope";
  color: #263238;
  font-weight: 400;
}
#faq .accordion_container {
  width: auto;
}
#faq .accordion_head {
  cursor: pointer;
  margin: 0 0 1px 0;
  margin-top: 10px;
}
#faq .accordion_body p {
  padding: 15px 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 400;
  color: #263238;
  line-height: 32px;
  text-align: left;
}


#faq .arrow {
  float: right;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  color: #6a961f;
  background-color: #1d1d1d;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .arrow i {
  font-size: 12px;
}
/* TESTIMONIAL SECTION */
#testimonial {
  background-color: #6a961f;
}
#testimonial .testimonial {
  background-position: bottom left;
  background-repeat: no-repeat;
}
#testimonial .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #fff;
  font-weight: 700;
  line-height: 100%;
}
#testimonial h1 {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #fff;
  font-weight: 700;
  line-height: 75.2px;
}
#testimonial .next-line {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #1d1d1d;
  font-weight: 700;
  line-height: 75.2px;
}
#testimonial .testimonial-text img.content-below-image {
  margin-top: -40px;
}
#testimonial .testimonial-description {
  font-size: 24px;
  font-family: "Manrope";
  color: #ffffff;
  font-weight: 600;
  line-height: 40px;
  max-width: 90%;
}
#testimonial .testimonial-designation {
  font-size: 16px;
  font-family: "Manrope";
  color: #ffffff;
  font-weight: 500;
  line-height: 100%;
}
#testimonial .testimonial-admin {
  font-family: "Manrope";
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 800;
  line-height: 100%;
}
#testimonial .testimonial-rectangle-box {
  width: auto;
  height: auto;
}
#testimonial .testimonial-quote {
  width: auto;
  height: auto;
}
#testimonial .testimonial-quote img {
  width: auto;
  height: auto;
}
#testimonial .testimonial-image {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: -20px;
}
#testimonial .testimonial-image img {
  width: auto;
  height: auto;
  margin-right: 10px;
}
#testimonial .vector1,
#testimonial .vector2,
#testimonial .vector3 {
border-radius: 10px;
  
  margin-top: 30px !important;
  background-color: #1d1d1d;
}
#testimonial .vector-text1 h1,
#testimonial .vector-text2 h1,
#testimonial .vector-text3 h1 {
  font-size: 64px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
}
#testimonial .vector-text1 p,
#testimonial .vector-text2 p,
#testimonial .vector-text3 p {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
}
#testimonial .vector1 .vector-image1,
#testimonial .vector2 .vector-image2,
#testimonial .vector3 .vector-image3 {
  width: 132px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  display: flex
;
  justify-content: center;
  align-items: center;
}

#testimonial .vector1 .vector-image1:hover , #testimonial .vector2 .vector-image2:hover, #testimonial .vector3 .vector-image3:hover {
background: #1d1d1d;


}


#testimonial .vector-image1 img,
#testimonial .vector-image2 img,
#testimonial .vector-image3 img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
#testimonial .testimonial-text {
  height: auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}
/* BLOG SECTION */
#blog .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
  margin: 0;
}
#blog h1 {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #292d32;
  font-weight: 700;
  line-height: 75.2px;
  margin-bottom: 30px;
}
#blog .next-line {
  font-size: 75px;
  font-family: "Amatic SC";
  color: #6a961f;
  font-weight: 700;
  line-height: 75.2px;
}
#blog .blog-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}
#blog .box-content {
  border: 1px solid #878686;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  top: 0px;
  padding: 23px;
}
.blog-image {
  overflow: hidden;
  height: 435px;
  border-radius: 10px 10px 0px 0px;

}

 .blog-image{
  position: relative;
  z-index: 1;
}
.services-card:hover .blog-image::after {
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}

.blog-image::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 0%;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.30;
  bottom: 0;
  margin: auto;
  background: #6a961f;
  display: block;
  right: 0;
}



#blog .services-card:hover .blog-image img {
  transform: scale(1.2);
  transition: 0.7s ease-in-out;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;

}
.post-admin-box {
  justify-content: space-between;
}
#blog .post-title {
  font-family: "Jockey One";
  font-size: 20px;
  color: #6a961f;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
}
#blog .content-post {
  font-family: "Poppins";
  font-size: 18px;
  color: #878686;
  font-weight: 400;
  text-align: left;
}
#blog .post-date {
  font-size: 14px;
  font-family: "Poppins";
  color: #878686;
  font-weight: 400;
  text-align: left;
}
#blog .blog-button {
  width: 80%;
  height: auto;
  color: #fff;
  background: #1d1d1d;
  padding: 10px 20px;
  transition: all 0.6s;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}
#blog .blog-button:hover {
  background-color: #6a961f;
  color: white;
}
#blog .user-icon i {
  color: #878686;
}
#blog .blog-admin {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #878686;
}


.page-template-default .footer-box,
.page-template .footer-box,
.woocommerce-shop .footer-box {
  top: auto !important;
  background-color: #1d1d1d;
  position: relative;
}
/* Blog section */

.latest-post .post-image-box {
  position: relative;
}

.latest-post .latest_content {
  margin-top: 30px;
}

.latest-post .post-goto {
  color: #6a961f;
  text-transform: uppercase;
  font-weight: 600;
}
.latest-post .post-title a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.latest-post .post-date p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -5px;
}
.single-product .tinv-wraper.tinv-wishlist {
  display: none;
}
section.related.products .tinv-wraper.tinv-wishlist {
  display: block;
}

.latest-post .post-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.6);
  padding: 30px 10px;
}

/*Footer Section*/
.footer-area {
  height: auto;
  background-color: #001a0a !important;
  background-blend-mode: overlay !important;
}
.footer input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin-right: 10px;
  outline: none;
  width: 60%;
  border-radius: 50px;
  height: 66px;
}
.footer input.wpcf7-form-control.wpcf7-text::placeholder {
  color: #6c757d;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 400;
}
.footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  font-family: "Manrope";
  border-radius: 25px;
  background: #6a961f;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 46%;
}
footer .footer {
  height: 483px;
}
.footer span.wpcf7-spinner {
  display: block;
}
.footer embed {
  width: 100%;
  height: 500px;
}
.footer-links a {
  position: relative;
  color: #b2d7c0;
  margin-right: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.footer-links a:hover {
  color: #6a961f;
}
.home .footer-box {
  width: 70%;
  background-color: #1d1d1d;
  position: relative;
  top: -70px !important;
  border-radius: 6px;
}
.footer-box .footer-img1,
.footer-box .footer-img2,
.footer-box .footer-img3 {
  background-color: #6a961f;
  border-radius: 10px 0px 0px 10px;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footercontact-box {
  justify-content: center;
  align-items: center;
}
.footer-box .footer-address img,
.footer-box .footer-email img,
.footer-box .footer-number img {
    display: flex ;
    align-items: center;
    justify-content: center;
}
.footer-box .footer-title1,
.footer-box .footer-title2,
.footer-box .footer-title3 {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  line-height: 25.2px;
}
.footer-box h6 a {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 500;
  color: white;
  line-height: 24px;
}
.footer-area .textwidget {
  list-style: none;
}
.footer-area .textwidget ul {
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.footer-area h4.title{
  color: white !important;
  font-family: "Manrope" !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  text-transform: capitalize !important;
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
  padding: 0;
}

.wp-block-heading {
  color: #1d1d1d !important;
  font-family: "Manrope" !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  text-transform: capitalize !important;
}
.page-template-left-sidebar .wp-block-heading,
.page-template-right-sidebar .wp-block-heading,
.page-template-default .wp-block-heading {
  color: black !important;
}
.footer-area .fab {
  margin-right: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-area .fab:hover {
  color: #141414;
}
.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
}
.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}
.footer-area .post-meta a {
  font-weight: 400;
  color: #e6e6e6;
  font-size: 18px;
}
.footer-area .post-meta a:hover {
  color: #6a961f;
}
.footer-area ul {
  padding: 0px;
  list-style: none;
  line-height: 2;
}
.footer-area ul li {
  margin: 10px 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.footer-area img {
  width: auto;
  margin-bottom: 10px;
}
.footer-area select {
  width: 100%;
  padding: 10px;
}
.footer-area bdi {
  color: #6a961f;
}
.footer-area h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.copyright {
  background: #fff;
}
.copyright-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyrigt-links a {
  margin-left: 20px;
}

.copyright p {
  color: #263238;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
}
.copyright a {
  color: #6a961f;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
}
a.buynowbtn {
  background: #6a961f;
  color: #fff !important;
  padding: 5px 10px !important;
}
.footer-newsletter h3 {
  color: #fff;
  text-transform: capitalize;
}

.footer-newsletter h4 {
  color: #fff;
  text-transform: capitalize;
}
.footer-newsletter input {
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 10px 20px;
}
.footer-newsletter input::placeholder {
  color: #fff;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #6a961f;
  color: #fff;
  border: 2px solid #6a961f;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #6a961f;
  border: 2px solid #6a961f;
}
.footer-form {
  position: relative;
  margin-top: 20px;
}
.footer-form .wpcf7 form.failed .wpcf7-response-output,
.footer-form wpcf7 form.aborted .wpcf7-response-output {
  color: #fff;
  font-size: 12px;
}

.imag-sec img {
  margin-right: 10px;
}

.footer-logo img {
  width: auto;
  margin-top: 20px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 0;
}
/*Contact Page*/

#contact .contact-title {
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
}
#contact h2 {
  font-size: 34px;
  line-height: 42px;
  color: #141414;
  font-weight: 500;
}
#contact hr {
  background: #9ae2e1;
  padding: 1px;
  width: 10%;
}
#contact p a {
  color: #263238 !important;
}
#contact p a:hover {
  color: #6a961f !important;
}
#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin: 10px;
  outline: none;
  width: 46%;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  outline: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  background: #141414;
  border: none;
  text-transform: uppercase;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #6a961f;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner {
  display: block;
}
#contact embed {
  width: 100%;
  height: 500px;
}
#contact .dashicons {
  font-size: 50px;
  color: #141414;
  display: inline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-table;
}
#contact .services-box:hover .dashicons {
  transform: rotate(360deg);
  color: #6a961f;
}
#contact h6 {
  color: #6a961f;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.page-template-template-parts #slider .slider-box1 {
  top: auto;
}
#blog .owl-nav {
  display: none;
}



.footer-box .footer-address:hover img {
  filter: invert(1);
  transition: 0.4s ease-in-out;
}

.footer-box  .footer-address:hover .footer-img1 {
  background: #fff;
  transition: 0.4s ease-in-out;
}



.footer-box .footer-email:hover img {
  filter: invert(1);
  transition: 0.4s ease-in-out;
}

.footer-box  .footer-email:hover .footer-img2 {
  background: #fff;
  transition: 0.4s ease-in-out;
}



.footer-box .footer-number:hover img {
  filter: invert(1);
  transition: 0.4s ease-in-out;
}

.footer-box  .footer-number:hover .footer-img3 {
  background: #fff;
  transition: 0.4s ease-in-out;
}


@media (max-width: 991px) {

  

  .copyright-box {
    display: block;
  }
}
@media (max-width: 767px) {

  
  .copyrigt-links a {
    font-size: 14px;
    margin-left: 10px;
  }
  .copyright p {
    font-size: 14px;
  }

  h1.post-title {
    font-size: 22px;
  }
}



@media (max-width: 767px) {

  
}
/* @media only screen and (min-width: 425px) {
#special .post-date {
    width: 180px !important;
    height: 60px !important;
    left: -12% !important;
    top: 30% !important;
  }
} */
/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px) {
  .choose-us-right-box::after{
    display: none;
  }
  .admin-bar .fix-sticky {
    margin-top: 0;
  }
  #main-menu ul {
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul.sub-menu li a:before {
    border: none;
  }
  .page-404 h1 {
    font-size: 100px;
  }
  .page-404 p {
    margin-left: 0;
    margin-right: 0;
  }
  .top-header .call-text {
    font-size: 12px;
  }

  .top-header-div {
    display: block;
  }

  #slider .slider-box .content-below-image {
    width: auto;
    height: auto;
  }
  .menu-header hr {
    display: none;
  }
  #slider h1 {
    font-size: 24px;
  }
  #slider .carousel-caption{
    left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-left-content {
    justify-content: center;
}
.icons-bar .mail a{
  justify-content: center;
}
  #slider p {
    font-size: 14px;
    text-align: center;
  }
  #slider .button {
    top: 0;
    font-size: 14px;
  }
  .page-template-frontpage h2 {
    font-size: 20px;
  }
  #our-collection .offer-div h2 {
    font-size: 20px;
  }

  .page-template-frontpage h4 {
    font-size: 22px;
  }

  #products_offer h1 {
    font-size: 60px;
  }
  #join-us h6 {
    font-size: 16px;
  }
  #join-us h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  #latest-news h6 a {
    font-size: 16px;
  }

  #contact hr {
    width: 30%;
  }
  #contact .contact-form p {
    margin-left: 0;
    margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader {
    display: block;
    left: 38%;
  }
  #comments textarea {
    width: 100%;
  }
  .post-single .blog_share_icon .fab {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  .copyright img {
    margin: 10px 0;
  }
  .latest-post .post-title a {
    font-size: 16px;
  }
  .latest-post {
    padding: 10px;
  }
}

/*MEDIA 768 TO 1023*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-header .row,
  #video .veggies .row,
  #slider .slider .row,
  #special .row,
  #video .row,
  #pricing .row,
  #choose .row,
  #gallery .row,
  #booking .row,
  #faq .row,
  #blog .row,
  .footer-box .row,
  .footer .row {
    margin: 0 !important;
  }
  .booking-img {
    position: unset;
    width: 100%;
  }
  .choose-us-right-box {
    padding: 23px 0px 0;
}

  #special .post-date {

    left: -14%;
}
  #booking .booking-img img {
    width: 100%;
    height: 100%;
}
  header#site-navigation {
    position: relative;
  }
  #main-menu ul {
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .header-menu .team-icons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .icons-bar .team-icons i {
    left: auto !important;
  }
  .middle-header .mail {
    text-align: end;
  }
  .search-box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  #choose .choose-img img,
  #about .about-image .img1 img,
  #about .about-image .img2 img,
  #services .frontside img,
  #special .special-image img {
    width: 100% !important;
  }
  #about .about-image .img1 {
    top: auto !important;
  }
  #services .frontside img.second-image {
    width: auto !important;
  }
  #video .video-bg-img img,
  #about .about-image .img2 img {
    left: auto !important;
  }
  #about {
    margin: 0 !important;
  }
  #about .about-image .img1 img,
  .footer-box {
    top: auto !important;
  }
  #about .about-image .img1 img {
    height: 100%;
  }
 
  #testimonial,
  .icons-bar {
    height: auto !important;
  }
  #video .vector-image1 img,
  #video .vector-image2 img {
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #video .video-bg-text img.content-below-image {
    width: auto !important;
  }
  #booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: auto !important;
  }
  #slider .slider-box .image-below {
    margin: auto !important;
  }
  #slider h1,
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #video .video h1,
  #video .video .same-line,
  #video .video .new-line,
  #pricing h3,
  #pricing h3 .next-line,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #testimonial h1,
  #testimonial .next-line,
  #testimonial .vector-text1 h1,
  #testimonial .vector-text2 h1,
  #testimonial .vector-text3 h1,
  #blog h1,
  #blog .next-line {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  #services .content,
  #special .special .content,
  #video .video .content,
  #video .video .video-text1,
  #video .video .video-text2,
  #pricing .content,
  #pricing .price .text-2,
  #choose .content,
  #gallery .content,
  #booking .content,
  #faq .content,
  #testimonial .content,
  #testimonial .testimonial-description,
  #testimonial .testimonial-admin,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content,
  #services .services-text-box .services-button,
  #special .post-title,
  #faq .accordion_head .title {
    font-size: 14px !important;
  }
  #slider .slider-box1 .slider-heading,
  #about .about-text .content,
  #services .services-text-box .services-description,
  #services .services-btn,
  #special .post-date,
  #special .special-button {
    font-size: 14px !important;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #video .video-bg-text,
  #video .veggies {
    padding: 0 !important;
  }
  .header-search {
    left: auto !important;
    top: auto !important;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #special .box-content {
    margin: auto !important;
  }
  #services .frontside {
    margin: 0 !important;
  }
  footer .footer {
    padding: 0 !important;
  }
  #testimonial .testimonial-text {
    height: auto;
  }
  #slider .owl-dots {
    top: auto !important;
    left: auto !important;
    transform: rotate(0deg) !important;
    justify-content: center !important;
    display: block !important;
  }
  #about .about-button {
    margin: auto !important;
  }
  #choose .hr1 {
    left: 25% !important;
    top: 30px !important;
  }
  #choose .vector-text2,
  #choose .vector-text4 {
    text-align: end !important;
  }
  #booking .content {
    left: auto !important;
  }
  #services .services-btn {
    width: 30% !important;
    top: auto !important;
  }

  #special .special-rectangle-box .content {
    padding: 1.5rem !important;
  }
  #special .special-time,
  #special .special-cost {
    position: relative;
    left: -3%;
  }
  #pricing .pricing-rectangle-box {
    width: auto;
  }
  #special .special-button,
  #special .special-btn {
    top: auto !important;
    width: 30% !important;
    font-size: 14px !important;
  }
  #special .special-button {
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px;
  }
  #about .about-text {
    padding: 0 !important;
    text-align: center !important;
    margin-top: 20px !important;
  }
  #video .video,
  #video .video .content,
  #choose p {
    padding: 0 !important;
  }
  #video .video .video-text1,
  #video .video .video-text2 {
    left: auto !important;
    text-align: center !important;
    font-size: 14px !important;
  }
  #video .vector-text1 h1,
  #video .vector-text2 h1 {
    left: auto !important;
    text-align: center !important;
    font-size: 26px !important;
  }
  #video .vector-image1 img,
  #video .vector-image2 img {
    width: auto !important;
  }
  #pricing button.owl-prev,
  #pricing button.owl-next {
    display: none !important;
  }
  #video .video-bg-text {
    margin: auto !important;
  }
  #video .vector1,
  #video .vector2 {
    justify-content: center !important;
    margin: auto !important;
  }
  #pricing .pricing-btn {
    width: 30% !important;
  }
  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date,
  #booking textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 71% !important;
  }
  #testimonial .testimonial-image {
    margin: auto !important;
    justify-content: start !important;
    align-items: center !important;
  }
  #testimonial .vector1,
  #testimonial .vector2,
  #testimonial .vector3 {
    margin-bottom: 20px;
  }
  #blog button.owl-next,
  #blog button.owl-prev {
    display: none;
  }
  #blog .blog-button{
    width: 100%;
    font-size: 11px;
  }
  #blog .blog-button {
    left: auto !important;
  }
  #blog .user-icon i,
  .footer-area h4.title,
  .wp-block-heading,
  .footer-area ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #choose .contect-2 {
    text-align: center !important;
  }
  #choose .vector3 {
    position: relative !important;
    left: auto !important;
  }
  #choose .vector1 .vector-image1,
  #choose .vector2 .vector-image2,
  #choose .vector3 .vector-image3,
  #choose .vector4 .vector-image4 {
    margin: auto !important;
  }
  .open-menu,
  #site-navigation .sidenav a.closebtn {
    background: #6a961f !important;
  }
  .header-menu .logo-image img {
    width: 100% !important;
  }
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .header-button {
    top: 0% !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .menu-header .search {
    position: relative;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-header .cart {
    top: 20px !important;
    left: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .middle-header .search-button {
    top: auto !important;
    right: auto !important;
    padding: 0px 30px !important;
  }
 
  
  #pricing .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -20px;
  }
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -40px;
  }
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    background: #d9d9d9;
    margin: 0 5px;
    border: 1px solid #fff;
  }
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #1d1d1d;
    border: 1px solid #fff;
  }
  #slider .button {
    width: 50% !important;
    height: auto !important;
    top: 20px !important;
  }
  #slider p {
    margin-top: 20px !important;
    font-size: 14px !important;
  }
 
  #slider h1 {
    line-height: normal !important;
    margin: 0 !important;
  }
  #slider .slider-box1 .text-box {
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #about .about-text .content1,
  #about .about-text .content2 {
    max-width: 100% !important;
    left: auto !important;
  }
  #about .about-text hr {
    left: auto !important;
  }
  #faq .accordion_container {
    margin: 0 !important;
  }
  #services .services {
    margin-top: auto !important;
  }
  #gallery .gallery-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  #booking img.content-below-image {
    left: auto;
  }
  #special .content-post {
    font-size: 14px;
  }
  #pricing .pricing-rectangle-box .pricing-button {
    width: 20%;
  }
  #choose .text {
    margin-top: 20px;
  }
  footer .footer {
    height: auto;
  }
  .footer .text {
    text-align: center !important;
  }
  #video .container-fluid {
    padding: 0 !important;
  }
}

/*MEDIA 1024 TO 1300*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu-header hr {
    top: 10%;
  }
  .menu-header .row,
  #video .veggies .row,
  #slider .slider .row,
  #special .row,
  #video .row,
  #pricing .row,
  #choose .row,
  #gallery .row,
  #booking .row,
  #faq .row,
  #blog .row,
  .footer-box .row,
  .footer .row {
    margin: 0 !important;
  }
  #choose .vector1 .vector-image1, #choose .vector2 .vector-image2 {
 
    width: 77px;
    height: 77px;
}
#choose .vector4 .vector-image4  ,#choose .vector3 .vector-image3{
  width: 77px;
  height: 77px;
}
  .choose-us-right-box {
    position: relative;
    padding: 23px 0 0;
}
  #testimonial .vector1 .vector-image1, #testimonial .vector2 .vector-image2, #testimonial .vector3 .vector-image3 {
    width: 103px;
  }
  .middle-header .location {
    text-align: end;
  }
  .menu-header .search,
  .menu-header .cart {
    margin: 0 !important;
    padding-top: 0.5rem !important;
    padding-left: 0 !important;
  }
  #main-menu ul {
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .icons-bar .team-icons i {
    left: auto !important;
  }
  .icons-bar .location {
    padding: 0 !important;
  }
  .search-box {
    position: relative !important;
    left: auto !important;
  }
  #services .frontside img,
  #special .special-image img {
    width: 100% !important;
  }
  #video .video-bg-text,
  #video .veggies {
    padding: 0 !important;
  }
  #services .frontside img.second-image {
    width: auto !important;
  }
  .footer-box {
    top: auto !important;
  }
  #testimonial,
  .icons-bar {
    height: auto !important;
  }
  #booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: auto !important;
    left: auto !important;
  }
  #slider .slider-box .image-below {
    margin: auto !important;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #special .box-content {
    margin: auto !important;
  }
  #services .frontside {
    margin: 0 !important;
  }
  footer .footer {
    padding: 0 !important;
  }
 
  #special .special-time,
  #special .special-cost {
    position: relative;
    left: -3%;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #special .special-button,
  #special .special-btn {
    top: auto !important;
  }
  #special .special-button {
    top: auto !important;
    left: auto !important;
  }
  #special .special-btn {
    margin-top: 20px !important;
  }
  #video .video,
  #video .video .content,
  #choose p {
    padding: 0 !important;
  }
  #video .popup-content {
    left: 40%;
  }

  
  #video .video .video-text1 {
    text-align: center;
  }
  #video .video-bg-text img.content-below-image {
    position: relative;
  }
  #video .video-bg-text {
    margin: auto !important;
  }
  #testimonial .testimonial-image {
    margin: auto !important;
    align-items: center !important;
  }
  #blog .blog-button {
    font-size: 11px;
  }
  #blog .user-icon i,
  .footer-area h4.title,
  .wp-block-heading,
  .footer-area ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #choose .hr1 {
    top: -30px;
  }
  #booking .booking-img img {
    height: 100%;
  }

  
  .open-menu,
  #site-navigation .sidenav a.closebtn {
    background: #6a961f !important;
  }
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
  }
  .middle-header .search-button {
    top: auto !important;
    right: auto !important;
    padding: 0px 30px !important;
  }

  
  #pricing .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -20px;
  }
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -40px;
  }
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    background: #d9d9d9;
    margin: 0 5px;
    border: 1px solid #fff;
  }
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #1d1d1d;
    border: 1px solid #fff;
  }
  #slider .slider-box1 .slider-heading {
    font-size: 12px;
    line-height: 18.2px;
  }
  .icons-bar .mail a{
    font-size: 13px;
  }
  #slider h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 9px !important;
  }
  #slider .slider-box1 .text-box {
    width: auto;
    height: 210px;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #video .video h1,
  #video .video .same-line,
  #video .video .new-line,
  #pricing h3,
  #pricing h3 .next-line,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #testimonial h1,
  #testimonial .next-line,
  #testimonial .vector-text1 h1,
  #testimonial .vector-text2 h1,
  #testimonial .vector-text3 h1,
  #blog h1,
  #blog .next-line {
    font-size: 36px;
    line-height: 40px;
  }
  #services .content,
  #special .special .content,
  #video .video .content,
  #video .video .video-text1,
  #video .video .video-text2,
  #pricing .content,
  #pricing .event-heading,
  #pricing .price .text-2,
  #choose .content,
  #gallery .content,
  #booking .content,
  #faq .content,
  #testimonial .content,
  #testimonial .testimonial-description,
  #testimonial .testimonial-admin,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content,
  #services .services-text-box .services-button,
  #special .post-title {
    font-size: 18px;
  }
  #about .about-text .content,
  #services .services-text-box .services-description,
  #services .services-btn,
  #special .post-date,
  #special .special-button {
    font-size: 14px;
  }
  #about .about-text hr {
    left: 12%;
    top: 25%;
  }
  #about .about-text .content1 {
    left: 6%;
  }
  #testimonial .testimonial-description {
    max-width: 100%;
  }
  #video .vector-text1 h1,
  #video .vector-text2 h1 {
    font-size: 14px;
    line-height: 19px !important;
    margin: 0;
  }
  #video .video .video-text1, #video .video .video-text2 {
    font-size: 12px !important;
  }
  #pricing .price {
    font-size: 24px;
  }
  #choose .contect-2 {
    line-height: 20px;
  }
  #video .video p,
  #pricing .description,
  #choose .contect-2,
  #testimonial .testimonial-designation {
    max-width: 100%;
    font-size: 12px;
  }
  #testimonial .testimonial-designation,
  #video .video p {
    line-height: 20px;
  }
  #choose h3 {
    line-height: 5px;
  }
  #pricing .description {
    padding-left: 1.5rem !important;
  }
  #pricing .pricing-rectangle-box {
    height: 380px;
  }
  #pricing .pricing-rectangle-box .pricing-button,
  #pricing .pricing-btn {
    font-size: 14px;
  }
  #about .about-text .content1,
  #about .about-text .content2 {
    margin-top: 0 !important;
    line-height: 26px;
    font-size: 11px;
    max-width: 100%;
  }
  #about .about-button {
    width: 50%;
    margin-top: 30px;
    font-size: 14px;
  }

  
  #special .content-post {
    max-width: 100%;
    line-height: 20px;
    margin-top: 1rem !important;
  }
  #special .special-time,
  #special .special-cost,
  #special .content-post,
  #choose .vector-text3 h1,
  #choose .vector-text4 h1,
  #choose .vector-text1 h1,
  #choose .vector-text2 h1,
  #blog .content-post,
  #blog .blog-button,
  .footer-box .footer-title1,
  .footer-box .footer-title2,
  .footer-box .footer-title3,
  .footer-box h6 a {
    font-size: 12px;
  }
  #faq .accordion_head .title {
    font-size: 11px;
  }
  #special .content {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #special .special-btn {
    width: 20%;
  }
  #choose .choose-img img {
    width: 100%;
  }
  #choose .vector1,
  #choose .vector2 {
    margin-top: 0;
  }

  

  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 46%;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 41%;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  

  
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #booking .booking-form {
    position: relative;
    top: 0%;
  }
  #booking img.content-below-image {
    margin-top: -50px;
    left: 10%;
  }
  #blog .blog-button {
    width: 120%;
  }
  #blog .blog-admin {
    font-size: 13px;
  }

  #slider .button{
    top: 0;
  }
  .testimonial-rectangle-box .row {
    padding: 0 !important;
  }
  .home .footer-box {
    width: auto;
  }
  .footer input.wpcf7-form-control.wpcf7-text {
    height: 60px;
  }
  #choose,
  #gallery {
    padding: 0 !important;
  }
  #video .container-fluid {
    padding: 0 !important;
  }
  #choose .vector-text4 h1 {
    position: relative;
  }
  #special .post-date {
 
    left: -25%;
}
}

/*MEDIA 1301 TO 1399 */
@media only screen and (min-width: 1301px) and (max-width: 1399px) {
  .middle-header .location {
    text-align: end;
  }
  .menu-header .search,
  .menu-header .cart {
    margin: 0 !important;
    padding-top: 0.5rem !important;
    padding-left: 0 !important;
  }



  .icons-bar .mail a{
    font-size: 14px;
  }
  
  #slider h1 {
    font-size: 40px;
    line-height: 50px;
  }
  #slider .slider-box1 .text-box {
    width: auto;
    height: 210px;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #video .video h1,
  #video .video .same-line,
  #video .video .new-line,
  #pricing h3,
  #pricing h3 .next-line,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #testimonial h1,
  #testimonial .next-line,
  #testimonial .vector-text1 h1,
  #testimonial .vector-text2 h1,
  #testimonial .vector-text3 h1,
  #blog h1,
  #blog .next-line {
    font-size: 45px;
  }
  #services .content,
  #special .special .content,
  #video .video .content,
  #video .video .video-text1,
  #video .video .video-text2,
  #pricing .content,
  #pricing .event-heading,
  #pricing .price .text-2,
  #choose .content,
  #gallery .content,
  #booking .content,
  #faq .content,
  #testimonial .content,
  #testimonial .testimonial-description,
  #testimonial .testimonial-admin,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content {
    font-size: 20px;
  }
  #testimonial .testimonial-description {
    max-width: 100%;
  }
  #video .vector-text1 h1,
  #video .vector-text2 h1,
  #pricing .price {
    font-size: 24px;
  }
  #about .about-text .content1,
  #about .about-text .content2,
  #video .video p,
  #pricing .description,
  #choose .contect-2,
  #testimonial .testimonial-designation {
    max-width: 100%;
    font-size: 14px;
  }
  #testimonial .testimonial-designation {
    line-height: 20px;
  }
  #choose h3 {
    line-height: 5px;
  }
  #pricing .description {
    padding-left: 1.5rem !important;
  }
  #pricing .pricing-rectangle-box {
    height: 380px;
  }
  #about .about-text .content2,
  #about .about-button {
    margin-top: 0 !important;
  }
  #about .about-button {
    width: 50%;
  }

  
  
  #special .content-post {
    max-width: 100%;
  }
  #special .post-title {
    font-size: 20px;
  }
  #special .special-time,
  #special .special-cost,
  #special .content-post,
  #choose .vector-text3 h1,
  #choose .vector-text4 h1,
  #choose .vector-text1 h1,
  #choose .vector-text2 h1,
  #blog .content-post,
  #faq .accordion_head .title,
  #blog .blog-button,
  .footer-box .footer-title1,
  .footer-box .footer-title2,
  .footer-box .footer-title3,
  .footer-box h6 a {
    font-size: 14px;
  }
  #special .content {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
 
  #special .special-btn {
    width: 20%;
  }
  #choose .choose-img img {
    width: 100%;
  }
  #choose .vector1,
  #choose .vector2 {
    margin-top: 0;
  }

  
  
  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 46%;
  }
  #booking textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }
  #video .video-image img {
    width: 110%;
  }
  #video .video-btn-bg img {
    width: auto;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 43%;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #video .video .video-btn-bg p {
    left: 23%;
    top: 87%;
  }
  #video .video .video-text1,
  #video .vector-text1 h1 {
    left: 25%;
  }
  #video .vector-image1 img {
    width: auto;
  }
  #video .vector-text2 h1 {
    top: 25%;
  }
  #video .video-right {
    position: relative;
    top: 15%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .popup-btn {
    top: 82%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #choose .vector3,
  #choose .vector1 {
    left: 5%;
  }
  #choose .hr1 {
    left: 20%;
  }
  #booking .booking-form {
    position: relative;
    top: 0%;
  }
  #booking img.content-below-image {
    margin-top: -50px;
    left: 10%;
  }
  #blog .blog-button {
    width: 90%;
  }
  #blog .blog-admin {
    font-size: 13px;
  }
}

/*MEDIA 1400 TO 1440*/
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
  .menu-header .search,
  .menu-header .cart {
    margin: 0 !important;
    padding-top: 0.5rem !important;
    padding-left: 0 !important;
  }

  
  .middle-header .mail {
    text-align: end;
  }
  #slider h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #slider .slider-box1 .text-box {
    height: 210px;
  }
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #video .video h1,
  #video .video .same-line,
  #video .video .new-line,
  #pricing h3,
  #pricing h3 .next-line,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #testimonial h1,
  #testimonial .next-line,
  #testimonial .vector-text1 h1,
  #testimonial .vector-text2 h1,
  #testimonial .vector-text3 h1,
  #blog h1,
  #blog .next-line {
    font-size: 45px;
  }
  #services .content,
  #special .special .content,
  #video .video .content,
  #video .video .video-text1,
  #video .video .video-text2,
  #pricing .content,
  #pricing .event-heading,
  #pricing .price .text-2,
  #choose .content,
  #gallery .content,
  #booking .content,
  #faq .content,
  #testimonial .content,
  #testimonial .testimonial-description,
  #testimonial .testimonial-admin,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content {
    font-size: 20px;
  }
  #testimonial .testimonial-description {
    max-width: 100%;
  }
  #video .vector-text1 h1,
  #video .vector-text2 h1,
  #pricing .price {
    font-size: 24px;
  }
  #about .about-text .content1,
  #about .about-text .content2,
  #video .video p,
  #pricing .description,
  #choose .contect-2,
  #testimonial .testimonial-designation {
    max-width: 100%;
    font-size: 14px;
  }
  #testimonial .testimonial-designation {
    line-height: 20px;
  }
  #choose h3 {
    line-height: 5px;
  }
  #pricing .description {
    padding-left: 1.5rem !important;
  }
  #pricing .pricing-rectangle-box {
    height: 380px;
  }
  #about .about-text .content2,
  #about .about-button {
    margin-top: 0 !important;
  }
  #about .about-button {
    width: 50%;
  }
  #about .about-text .content {
    margin-top: -20px;
  }
  #about .about-text h1,
  #about .about-text .new-line {
    margin-top: -20px;
  }
  #special .content-post {
    max-width: 100%;
  }
  #special .post-title {
    font-size: 20px;
  }
  #special .special-time,
  #special .special-cost,
  #special .content-post,
  #choose .vector-text3 h1,
  #choose .vector-text4 h1,
  #choose .vector-text1 h1,
  #choose .vector-text2 h1,
  #blog .content-post,
  #faq .accordion_head .title,
  #blog .blog-button,
  .footer-box .footer-title1,
  .footer-box .footer-title2,
  .footer-box .footer-title3,
  .footer-box h6 a {
    font-size: 14px;
  }
  #special .content {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #special .special-btn {
    width: 20%;
  }
  #choose .choose-img img {
    width: 100%;
  }
  #choose .vector1,
  #choose .vector2 {
    margin-top: 0;
  }
  #choose .vector3,
  #choose .vector4 {
    margin-top: -120px;
  }
 
  
  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 46%;
  }
  #booking textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }
  #video .video-image img {
    width: 110%;
  }
  #video .video-btn-bg img {
    width: auto;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 43%;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #video .video .video-btn-bg p {
    left: 23%;
    top: 87%;
  }
  #video .video .video-text1,
  #video .vector-text1 h1 {
    left: 25%;
  }
  #video .vector-image1 img {
    width: auto;
  }
  #video .vector-text2 h1 {
    top: 25%;
  }
  #video .video-right {
    position: relative;
    top: 15%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .popup-btn {
    top: 82%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #choose .vector3,
  #choose .vector1 {
    left: 5%;
  }
  #choose .vector2,
  #choose .vector4 {
    position: relative;
    left: -5%;
  }
  #booking .booking-form {
    position: relative;
    top: 0%;
  }
  #booking img.content-below-image {
    margin-top: -50px;
    left: 10%;
  }
  #blog .blog-button {
    width: 90%;
  }
  #blog .blog-admin {
    font-size: 13px;
  }
}

/*MEDIA 1441 TO 1680*/
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .menu-header .search,
  .menu-header .cart {
    margin: 0 !important;
    padding-top: 0.5rem !important;
    padding-left: 0 !important;
  }
  .middle-header .mail {
    text-align: end;
  }
  #slider h1 {
    font-size: 90px;
  }
  #about .about-text h1,
  #about .about-text .new-line {
    font-size: 55px;
  }
  #about .about-text .content1,
  #about .about-text .content2 {
    max-width: 100%;
  }
  #about .about-text .content2 {
    margin-top: 0 !important;
  }
  #about .about-button {
    width: 50%;
    margin-top: 30px;
  }
  #special .content-post {
    max-width: 100%;
  }

  .footer-box h6 a {
    font-size: 14px;
  }
  #video .video-image img {
    width: 110%;
  }
  #video .video-btn-bg img {
    width: auto;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 46%;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #special .special-time,
  #special .special-cost {
    font-size: 15px;
  }
  #video .video .video-btn-bg p {
    left: 23%;
    top: 85%;
  }
  #video .vector-text2 h1 {
    top: 30%;
  }
  #video .video-right {
    position: relative;
    top: 25%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .popup-btn {
    top: 82%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #choose .vector3,
  #choose .vector1 {
    left: 5%;
  }
  #choose .vector2,
  #choose .vector4 {
    position: relative;
    left: -5%;
  }
  #choose .choose-img img {
    width: 100%;
  }

  #booking textarea.wpcf7-form-control.wpcf7-textarea {
    width: 97%;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #pricing .description {
    max-width: 100%;
    padding-left: 1rem !important;
  }
  #about .about-text hr {
    left: 9%;
  }
  #about .about-text .content1 {
    left: 6%;
  }
}

/*MEDIA 1681 TO 1920*/
@media only screen and (min-width: 1681px) and (max-width: 1920px) {

  
  #services .frontside img {
    width: 100%;
    height: auto;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #special .special-time,
  #special .special-cost {
    font-size: 15px;
  }
  #video .video .video-btn-bg p {
    left: 23%;
    top: 85%;
  }
  #video .video-right {
    position: relative;
    top: 28%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .popup-btn {
    top: 82%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #special .box-content {
    padding: 0 !important;
  }

  
}
