@charset "UTF-8";
/*------------------------------------------------------------------
* Project:        Gardenee - Landscaping & Garden Care HTML Templates
* Author:         HtmlDesign Templates
* URL:            https://themeforest.net/user/htmldesigntemplates/portfolio
* Created:        06/03/2026
-------------------------------------------------------------------*/
/*

1.Default CSS
2.Header CSS
3.Feature CSS
4.About CSS
5.Process CSS
6.Service CSS
7.Discover CSS
8.Counter CSS
9.Team CSS
10.Qoute CSS
11.Review CSS
12.Specialist CSS
13.Blog CSS
14.Footer CSS
15.About Us CSS
16.Service Page CSS
17.Service Detail Page CSS
18.Team Page CSS
19.Career Page CSS
20.Faq Page CSS
21.Qoute Page CSS
22.Coming-soon Page CSS
23.Shop Page CSS
24.Error Page CSS
25.Contact Page CSS
26.Project Detail Page CSS
27.Account Page CSS
28.Homepage 2 CSS
29.Responsive CSS

*/
/*1. Tools & helpers*/
/*2. Base styles*/
/* Remove default margins and paddings */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove text decoration for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset images and media */
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  width: 100%;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

.slick-track {
  display: flex;
  align-items: center;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #707070;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #04100A;
  text-transform: capitalize;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  line-height: 1.22;
}

h1, .h1 {
  font-size: 54px;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 36px;
}
@media (max-width: 992px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 21px;
  }
}

h4, .h4 {
  font-size: 26px;
}
@media (max-width: 992px) {
  h4, .h4 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 21px;
}
@media (max-width: 992px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 18px;
}
@media (max-width: 992px) {
  h6, .h6 {
    font-size: 16px;
  }
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #DC9C00;
}

small {
  font-size: 0.875rem;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto {
  font-family: "Roboto", Arial, sans-serif;
}

.primary {
  color: #0C730B;
}

.secondary {
  color: #DC9C00;
}

.text {
  color: #707070;
}

.white {
  color: #ffffff;
}

.dark {
  color: #04100A;
}

.secondary-light {
  color: #DDCFAB;
}

.light {
  color: #E1EEE1;
}

.text-primary {
  color: #0C730B !important;
}

.bg-primary {
  background-color: #0C730B !important;
}

.bg-secondary {
  background-color: #DC9C00 !important;
}

.bg-darkgreen {
  background-color: #014201;
}

.bg-light {
  background-color: #E1EEE1 !important;
}

.bg-grey {
  background-color: #F7F7F7 !important;
}

.bg-secondarylight {
  background-color: #DDCFAB !important;
}

.border-light {
  border-color: #E1EEE1 !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-right-dashed {
  border-right-style: dashed !important;
}

.border-primary {
  border-color: #0C730B !important;
}

.border-secondary-light {
  border-color: #DDCFAB !important;
}

/* ---------------- PADDING ---------------- */
.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

/* Padding Top */
.pt-6, .py-6 {
  padding-top: 4rem !important;
}

.pt-7, .py-7 {
  padding-top: 5rem !important;
}

.pt-8, .py-8 {
  padding-top: 6rem !important;
}

.pt-9, .py-9 {
  padding-top: 7rem !important;
}

.pt-10, .py-10 {
  padding-top: 8rem !important;
}

/* Padding Bottom */
.pb-6, .py-6 {
  padding-bottom: 4rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 5rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 6rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 7rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 8rem !important;
}

/* Padding Start */
.ps-6, .px-6 {
  padding-left: 4rem !important;
}

.ps-7, .px-7 {
  padding-left: 5rem !important;
}

.ps-8, .px-8 {
  padding-left: 6rem !important;
}

.ps-9, .px-9 {
  padding-left: 7rem !important;
}

.ps-10, .px-10 {
  padding-left: 8rem !important;
}

/* Padding End */
.pe-6, .px-6 {
  padding-right: 4rem !important;
}

.pe-7, .px-7 {
  padding-right: 5rem !important;
}

.pe-8, .px-8 {
  padding-right: 6rem !important;
}

.pe-9, .px-9 {
  padding-right: 7rem !important;
}

.pe-10, .px-10 {
  padding-right: 8rem !important;
}

/* ---------------- MARGIN ---------------- */
.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

/* Margin Top */
.mt-6, .my-6 {
  margin-top: 4rem !important;
}

.mt-7, .my-7 {
  margin-top: 5rem !important;
}

.mt-8, .my-8 {
  margin-top: 6rem !important;
}

.mt-9, .my-9 {
  margin-top: 7rem !important;
}

.mt-10, .my-10 {
  margin-top: 8rem !important;
}

/* Margin Bottom */
.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 5rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 6rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 7rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 8rem !important;
}

/* Margin Start */
.ms-6, .mx-6 {
  margin-left: 4rem !important;
}

.ms-7, .mx-7 {
  margin-left: 5rem !important;
}

.ms-8, .mx-8 {
  margin-left: 6rem !important;
}

.ms-9, .mx-9 {
  margin-left: 7rem !important;
}

.ms-10, .mx-10 {
  margin-left: 8rem !important;
}

/* Margin Start */
.me-6, .mx-6 {
  margin-right: 4rem !important;
}

.me-7, .mx-7 {
  margin-right: 5rem !important;
}

.me-8, .mx-8 {
  margin-right: 6rem !important;
}

.me-9, .mx-9 {
  margin-right: 7rem !important;
}

.me-10, .mx-10 {
  margin-right: 8rem !important;
}

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

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Width */
.w-60 {
  width: 60%;
}

.w-30 {
  width: 30%;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 996px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}
/* Box shadow */
.shadow1 {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

/* Border Radius */
.rounded-4 {
  border-radius: 20px !important;
}

.rounded-top-4 {
  border-radius: 20px 20px 0 0 !important;
}

.rounded-bottom-4 {
  border-radius: 0 0 20px 20px !important;
}

/* Slick Slide */
.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

/* Sticky Header */
.navbar-sticky-in {
  position: fixed !important; /* Fixes navbar at the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important; /* Keeps it above other elements */
  background: #fff;
  box-shadow: 0px 1px 5px rgb(225, 225, 225);
}
.navbar-sticky-in .header-nav-inner {
  border: none !important;
}

.navbar-sticky-in .header-nav-inner {
  margin-top: 0;
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  #back-to-top {
    bottom: 80px;
  }
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out 0.5s;
}

#back-to-top a:hover {
  background-color: #0C730B !important;
}

#back-to-top a:after {
  position: absolute;
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.accordion-button:focus {
  z-index: 1;
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.1882352941);
  padding: 16px 25px;
  outline: none;
  border-radius: 20px;
  color: #707070;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 0px 0.9694px inset;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(119, 119, 119, 0.5647058824);
}

.btn-primary, .btn-secondary, .btn1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 20px;
  padding: 15px 25px;
  font-size: 15px;
  color: #ffffff;
  background-color: #DC9C00;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-transform: capitalize;
}
.btn-primary:hover, .btn-secondary:hover, .btn1:hover {
  color: #ffffff !important;
  background-color: #04100A;
  border-radius: 25px;
}

.btn-secondary {
  color: #0C730B;
  background-color: #ffffff;
}
.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #DC9C00 !important;
}

.percentage-wrapper {
  height: 38px;
  width: 38px;
  top: -45px;
  right: -15px;
  font-size: 16px;
}

.progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: width;
  }
}
/* ========================================= */
/*            Homepage Page CSS          */
/* ======================================== */
/* Header Section */
header .header-top {
  background-color: rgba(247, 247, 247, 0.1294117647);
}
header .header-top .social-links a i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1px solid rgba(247, 247, 247, 0.3411764706);
  font-size: 14px;
}
header .header-top .social-links a i:hover {
  background-color: #0C730B;
  color: #ffffff;
  border-color: #0C730B;
  transition: all 0.3s ease-in-out;
}
header .header-nav-inner {
  margin-top: -45px;
}
header .header-nav-inner .navbar-nav .nav-link {
  color: #707070;
  padding: 20px 15px;
}
header .header-nav-inner .navbar-nav .nav-link:hover {
  color: #0C730B;
}
header .header-nav-inner .navbar-nav .nav-link.show, header .header-nav-inner .navbar-nav .nav-link.active {
  color: #0C730B;
}
header .header-nav-inner .navbar-nav .nav-item.no-after::after {
  display: none;
}
header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a {
  font-size: 16px;
  padding: 13px 30px;
  background-color: #f9f9f9;
  color: #707070;
}
header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a:hover, header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a.active {
  background-color: #0C730B;
  color: #ffffff;
}
header #search1 {
  background-color: rgba(0, 0, 0, 0.87);
}
header #search1 .form-control::placeholder {
  color: #fff;
}
header #search1 .close {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
header #search1 .close:hover {
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
header #search1 .btn {
  background: none;
  top: 41%;
  left: 45%;
  font-size: 14px;
}

@media (min-width: 1180px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
    top: auto;
    border-radius: 20px;
  }
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  ul.dropdown-menu {
    max-height: 630px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .dropdown-item.active {
    background-color: #DC9C00;
  }
  .dropdown-menu > li > a {
    border: none;
  }
}
@media (max-width: 1180px) {
  div#slicknav-mobile, .dropdown-toggle::after {
    display: block;
  }
  .header-top, .mt_search, .slicknav_nav .slicknav_arrow, .navbar-button, .navbar-sticky-in, #responsive-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .nav-link {
    padding: 12px 36px !important;
    margin: 0 !important;
  }
  .slicknav_btn {
    position: absolute;
    right: 70px;
  }
  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    left: 0;
    top: 30px;
    padding: 8px;
    position: absolute;
    color: #0C730B;
  }
  .dropdown-menu {
    border-radius: 0 !important;
  }
  .slicknav_btn.slicknav_open:before {
    color: #DC9C00;
  }
  .slicknav_nav {
    top: 80px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 280px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  }
  .slicknav_nav a:hover, li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background-color: #DC9C00 !important;
    color: #fff;
  }
  .slicknav_nav a, .dropdown-menu > li > a {
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
  }
  .dropdown-menu > li > a {
    padding-left: 50px !important;
    border-top: 1px solid #FBFBFB !important;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .slicknav_nav .active, .fa-angle-up:before {
    background-color: #DC9C00;
    color: #fff;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .header-nav-inner {
    border: none !important;
  }
}
@media (max-width: 1100px) {
  .slicknav_nav .slicknav_item a {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  header .header-nav .header-logo img {
    width: 160px;
  }
  .banner .slide-inner {
    width: 100% !important;
  }
}
/* Banner CSS */
.banner, .breadcrumb {
  background-image: url(../image/woman-planting-flowers-in-jugs-at-garden-2022-11-02-00-34-34-utc.JPG);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -14%;
  margin-bottom: 0%;
  padding: 150px 0px 0px 0px;
}
.banner .overlay, .breadcrumb .overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #014201 40%, #0C730B 0%);
  opacity: 0.85;
}
.banner .banner-inner, .breadcrumb .banner-inner {
  min-height: 780px;
}
.banner .banner-inner .banner-left, .breadcrumb .banner-inner .banner-left {
  /* Spin Animation  */
}
.banner .banner-inner .banner-left .spin, .breadcrumb .banner-inner .banner-left .spin {
  display: inline-block;
  animation: spin 2s ease-in-out forwards;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.banner .banner-inner .banner-right img, .breadcrumb .banner-inner .banner-right img {
  filter: brightness(155%) contrast(149%) saturate(55%) blur(0px) hue-rotate(0deg);
  margin: 0% 0% -38% 0%;
}

/* Feature CSS */
.feature {
  margin-top: -4%;
  position: relative;
}

/* About CSS */
.about-us .overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E1EEE1 100%);
  opacity: 0.4;
}
.about-us .pattern-shape svg {
  transform: translateX(-50%) rotateY(180deg);
  display: block;
  left: 50%;
  position: relative;
  fill: #fff;
}
.about-us .about-us-right .main-image {
  background-image: linear-gradient(180deg, rgba(12, 115, 11, 0) 41%, #8BC58B 0%);
  border-radius: 20px 20px 20px 20px;
}
.about-us .about-us-right .plant-image {
  left: -25%;
  top: 0%;
}
.about-us .about-us-right .watering-image {
  left: -75%;
  bottom: 9%;
}

/* Process Section */
.process .process-box .process-image {
  height: 100px;
  width: 100px;
  background-color: #E1EEE1;
  transition: all 0.3s ease-in-out;
}
.process .process-box .process-image .icon-green, .process .process-box .process-image h5 {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.process .process-box:hover {
  transition: all 0.3s ease-in-out;
}
.process .process-box:hover .process-image {
  background-color: #0C730B;
  transition: all 0.3s ease-in-out;
}
.process .process-box:hover .process-image .icon-green {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.process .process-box:hover h5 {
  color: #0C730B;
  transition: all 0.3s ease-in-out;
}

/* Service Section */
.service {
  background-image: url(../image/leaf-pattern.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 22% auto;
}
.service .overlay {
  background-image: linear-gradient(90deg, #FFFFFF 35%, #DDCFAB 100%);
  opacity: 0.6;
}
.service .pattern-shape {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}
.service .service-body .service-box a {
  transition: all 0.3s ease-in-out;
}
.service .service-body .service-box .service-image {
  overflow: hidden;
}
.service .service-body .service-box .service-image img {
  transition: all 0.3s ease-in-out;
}
.service .service-body .service-box:hover a {
  color: #0C730B;
  transition: all 0.3s ease-in-out;
}
.service .service-body .service-box:hover .service-image img {
  scale: 1.1;
  transition: all 0.3s ease-in-out;
}

/* discover Section */
.discover {
  background-image: url(../image/plants-irrigation-system-2022-12-16-11-50-01-utc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.discover .overlay {
  background-color: #014201;
  opacity: 0.85;
}
.discover .pattern-shape {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
  width: 100%;
  bottom: -1px;
}
.discover .discover-left {
  margin: -20% 0% 0% 0%;
  background-image: linear-gradient(180deg, rgba(12, 115, 11, 0) 55%, #8BC58B 0%);
  border-radius: 20px 20px 20px 20px;
}
.discover .discover-right {
  margin-top: 100px;
}

/*  Counter Section */
.counter {
  margin-top: -5%;
}

/*  Project Section */
.project .project-box .project-info {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.project .project-box:hover .project-info {
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}

/*  Team Section */
.team .team-box .team-image img {
  transition: all 0.3s ease-in-out;
}
.team .team-box .team-socials a i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #E1EEE1;
  font-size: 16px;
  color: #0C730B;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.team .team-box .team-socials a i:hover {
  background-color: #DC9C00;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.team .team-box:hover .team-image img {
  scale: 1.1;
  transition: all 0.3s ease-in-out;
}
.team .team-box:hover .team-info a {
  color: #0C730B;
}

/*  Qoute Section */
.qoute {
  padding-top: 310px;
  margin-top: -230px;
  background-image: url(../image/flowergrass-bg.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 68% auto;
}
.qoute .overlay {
  background-color: #014201;
  opacity: 0.9;
}
.qoute .pattern-shape {
  top: -1px;
}
.qoute .pattern-shape svg {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}
.qoute .pattern-shape1 {
  position: absolute;
  bottom: 60px;
}
.qoute .pattern-shape1 svg {
  fill: #E1EEE1;
  transform: rotateY(0deg);
  transform-origin: center;
}
.qoute .qoute-form {
  margin-bottom: -14%;
}

/*  Review Section */
.review .review-left .review-box .sperator::after {
  border-block-end: 0;
  border-block-start: 1px solid #E1EEE1;
  content: "";
  display: block;
  flex-grow: 1;
}
.review .review-left .review-box .reviewer-info .sperator::after {
  border-width: 2px;
  margin-top: 10px;
}

/*  Specialist Section */
.specialist {
  background-image: url(../image/leaf-pattern-y-axis.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.specialist .overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #014201 68%, #0C730B 0%);
  opacity: 0.9;
}
.specialist .specialist-right img {
  margin-bottom: -48px;
}

/*  Blog Section */
.blog .blog-box .blog-info ul li:not(:only-child):not(:last-child):after {
  content: "•";
  margin: 0 0.5rem;
}

/*  Footer Section */
footer .overlay {
  background-image: url(../image/flowergrass-bg.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 30% auto;
  opacity: 0.3;
}
footer {
  padding-top: 210px !important;
}
footer .pattern-shape {
  top: -1px;
}
footer .pattern-shape svg {
  height: 120px;
  transform: translateX(-50%) rotateY(180deg);
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}
footer .footer-socials a i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.168627451);
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
footer .footer-socials a i:hover {
  background-color: #fff;
  color: #0C730B;
  transition: all 0.3s ease-in-out;
}
footer .sperator {
  width: 40%;
}
footer .sperator::after {
  border-block-end: 0;
  border-block-start: 1px solid #E1EEE1;
  content: "";
  display: block;
  flex-grow: 1;
}
footer .btn-primary {
  background-color: #0C730B;
}
footer .btn-primary:hover {
  background-color: #fff;
  color: #0C730B !important;
}

/* ========================================= */
/*             About Us Page CSS             */
/* ======================================== */
.breadcrumb .breadcrumb-inner {
  min-height: 400px;
  padding-top: 100px;
}

/* ========================================= */
/*            Service Page CSS               */
/* ======================================== */
.service1 .pattern-shape {
  bottom: -1px;
}
.service1 .pattern-shape svg {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
  height: 100px;
}
.service1 .overlay {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E1EEE1 100%);
  opacity: 0.4;
}
.service1 .service1-left {
  text-align: center;
  background-image: linear-gradient(180deg, rgba(12, 115, 11, 0) 55%, #8BC58B 0%);
  border-radius: 20px 20px 20px 20px;
}
.service1 .service-box .service-image {
  transition: all 0.3s ease-in-out;
  height: 54px !important;
}
.service1 .service-box .service-image .icon-green, .service1 .service-box .service-image .h5 {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.service1 .service-box:hover {
  transition: all 0.3s ease-in-out;
  background-color: #0C730B !important;
  color: #fff;
}
.service1 .service-box:hover .icon-green {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.service1 .service-box:hover .h5 {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*          Service Detail Page CSS          */
/* ======================================== */
.service-detail .service-call::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
}
.service-detail .service-call {
  background-image: url(../image/pretty-gardener-2021-09-24-01-23-14-utc.jpg);
  background-position: center center;
  background-size: cover;
}
.service-detail .service-call .overlay {
  background-image: linear-gradient(180deg, #0C730B 0%, #014201 100%);
  opacity: 0.6;
}
.service-detail .service-call .service-call-icon i {
  height: 78px;
  width: 78px;
  line-height: 78px;
  font-size: 38px;
}

/* ========================================= */
/*              Teams Page CSS              */
/* ======================================== */
.discover1 .discover-left {
  text-align: center;
  background-image: linear-gradient(180deg, rgba(12, 115, 11, 0) 55%, #8BC58B 0%);
  border-radius: 20px 20px 20px 20px;
}

/* ========================================= */
/*              Career Page CSS              */
/* ======================================== */
.career .overlay {
  background-image: url(../image/leaf-pattern.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 20% auto;
  opacity: 0.4;
}
.career .pattern-shape {
  bottom: -1px;
}
.career .pattern-shape svg {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
  height: 100px;
}
.career .career-box .career-type {
  top: 15px;
  left: 15px;
}
.career .career-box .career-image img {
  transition: all 0.3s ease-in-out;
}
.career .career-box h5 {
  transition: all 0.3s ease-in-out;
}
.career .career-box:hover .h5 {
  transition: all 0.3s ease-in-out;
  color: #0C730B;
}
.career .career-box:hover .career-image img {
  scale: 1.05;
  transition: all 0.3s ease-in-out;
}
.career .career-apply {
  background-image: url(../image/plants-irrigation-system-2022-12-16-11-50-01-utc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.career .career-apply .overlay {
  background-image: linear-gradient(180deg, #014201 0%, #0C730B 100%);
  opacity: 0.75;
}

.career-benefits .career-benefits-box .career-benefits-image {
  transition: all 0.3s ease-in-out;
  height: 44px !important;
}
.career-benefits .career-benefits-box .career-benefits-image .icon-green, .career-benefits .career-benefits-box .career-benefits-image h5 {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.career-benefits .career-benefits-box:hover {
  transition: all 0.3s ease-in-out;
  background-color: #0C730B !important;
  color: #fff;
}
.career-benefits .career-benefits-box:hover .icon-green {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.career-benefits .career-benefits-box:hover .h5 {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*                Faq Page CSS               */
/* ======================================== */
.faq .overlay {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E1EEE1 100%);
  opacity: 0.4;
}
.faq .pattern-shape {
  bottom: -1px;
}
.faq .pattern-shape svg {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
  height: 100px;
}
.faq .faq-qoute {
  bottom: -20%;
}
.faq .accordion-button {
  padding: 20px;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #0C730B !important;
  color: #fff;
}
.faq .accordion-button::after {
  background-image: none;
  content: "\f078";
  font-family: "FontAwesome";
}

/* ========================================= */
/*                Qoute Page CSS               */
/* ======================================== */
.qoute1 {
  padding: 100px 0;
}

/* ========================================= */
/*            Coming-soon Page CSS          */
/* ======================================== */
.coming-soon {
  background-image: radial-gradient(at center center, #0C730B 0%, #04100A 100%);
}
.coming-soon .overlay {
  background-image: url(../image/flowergrass-bg.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 40% auto;
  opacity: 0.5;
}
@media (max-width: 995px) and (orientation: landscape) {
  .coming-soon {
    height: 200vh !important;
  }
}
@media (max-width: 995px) {
  .coming-soon .coming-soon-inner {
    width: 100% !important;
  }
}

/* ========================================= */
/*              Shop Page CSS                */
/* ======================================== */
.shop .product-gallery .product-gallery-box .overlay {
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 0;
}
.shop .product-gallery .product-gallery-box:hover .overlay {
  opacity: 1;
}
.shop .product-socials .social-box a {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  overflow: hidden;
}
.shop .product-socials .social-box a span {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  position: relative;
  width: 45px;
  font-size: 18px;
}
.shop .product-socials .social-box a p {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 15px;
}
.shop .product-socials .social-box a:hover {
  background-color: #DC9C00 !important;
}

.shop-detail .shop-detail-bottom .nav-tabs .nav-item button:hover {
  color: #707070;
}
.shop-detail .shop-detail-bottom .nav-tabs .nav-item.show .nav-link, .shop-detail .shop-detail-bottom .nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: #0C730B !important;
}

/* ========================================= */
/*              Shop Page CSS                */
/* ======================================== */
.error h1 {
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #DC9C00;
  stroke: #DC9C00;
  color: rgba(58, 76, 180, 0);
  font-size: 70px;
}
.error .divider::after, .error .divider::before {
  border-block-end: 0;
  border-block-start: 2px dashed #E1EEE1;
  content: "";
  display: block;
  flex-grow: 1;
}

/* ========================================= */
/*              Blog Page CSS                */
/* ======================================== */
.blog .blog-box {
  transition: all 0.3s ease-in-out;
}
.blog .blog-box .blog-image {
  position: relative;
}
.blog .blog-box .blog-image::after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}
.blog .blog-box:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.blog .blog-box:hover .blog-image::after {
  opacity: 0;
}
.blog .blog-right .author-socials a i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #E1EEE1;
  font-size: 16px;
  color: #0C730B;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.blog .blog-right .author-socials a i:hover {
  background-color: #DC9C00;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.blog .blog-right .blog-call .overlay {
  background-image: radial-gradient(at center center, #0C730B 0%, #014201 100%);
}
.blog .blog-right .blog-call .service-call-icon i {
  height: 78px;
  width: 78px;
  line-height: 78px;
  font-size: 38px;
}

/* ========================================= */
/*             About Page CSS               */
/* ======================================== */
.contact .contact-body .social-links a i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #E1EEE1;
  font-size: 16px;
  color: #0C730B;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.contact .contact-body .social-links a i:hover {
  background-color: #DC9C00;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*           Project Detail CSS             */
/* ======================================== */
.project-detail .project-info-box .project-info-icon i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.project-detail .project-info-box:hover .project-info-icon i {
  background-color: #0C730B !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.project-detail .project-progress-bar .percentage-wrapper::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  background-color: #0C730B;
}
.project-detail .project-call::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
}
.project-detail .project-call {
  background-image: url(../image/pretty-gardener-2021-09-24-01-23-14-utc.jpg);
  background-position: center center;
  background-size: cover;
}
.project-detail .project-call .overlay {
  background-image: linear-gradient(180deg, #0C730B 0%, #014201 100%);
  opacity: 0.6;
}
.project-detail .project-call .service-call-icon i {
  height: 78px;
  width: 78px;
  line-height: 78px;
  font-size: 38px;
}

/* ========================================= */
/*             Account page CSS             */
/* ======================================== */
.account {
  position: relative;
}
.account .btn-primary, .account .btn-secondary {
  padding: 9px 16px;
}
.account input, .account textarea, .account select {
  padding: 9px 16px;
  font-size: 15px;
}
.account .account-sidebar {
  position: sticky;
  top: 120px;
}
.account .account-sidebar .sidebar {
  min-height: 600px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.account .account-sidebar .sidebar .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  font-weight: 400;
  cursor: pointer;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
}
.account .account-sidebar .sidebar .nav-item .nav-badge {
  margin-left: auto;
  background: #0C730B;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 1px 6px;
  border-radius: 20px;
}
.account .account-sidebar .sidebar .nav-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.account .account-sidebar .sidebar .nav-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: #0C730B;
  font-weight: 500;
}
.account .account-main .account-topbar {
  border-bottom: 1px solid #E1EEE1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account .account-main .account-topbar .icon-btn {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.account .account-main .account-topbar .icon-btn:hover {
  background-color: #0C730B !important;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.account .account-main .account-hero {
  background: #0C730B;
  background: linear-gradient(90deg, rgb(1, 66, 1) 0%, rgb(12, 115, 11) 90%);
}
.account .account-main .account-hero .btn-primary {
  color: #0C730B;
  padding: 9px 16px;
}
.account .account-main .account-hero .btn-primary:hover {
  color: #0C730B !important;
}
.account .account-main .stat-cards .stat-card-box .stat-card-icon i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 16px;
}
.account .account-main .todays-schedule .schedule-item .schedule-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}
.account .account-main .todays-schedule .schedule-item .schedule-line {
  width: 1.5px;
  flex: 1;
  background: #707070;
  opacity: 0.5;
  margin-top: 3px;
  min-height: 20px;
}
.account .account-main .field-note-box .note-tag {
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
}

.offcanvas {
  width: 80%;
  overflow-y: scroll;
}
.offcanvas .sidebar {
  min-height: 500px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.offcanvas .sidebar .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  font-weight: 400;
  cursor: pointer;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
}
.offcanvas .sidebar .nav-item .nav-badge {
  margin-left: auto;
  background: #0C730B;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 1px 6px;
  border-radius: 20px;
}
.offcanvas .sidebar .nav-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.offcanvas .sidebar .nav-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: #0C730B;
  font-weight: 500;
}

/* ========================================= */
/*              Homepage 2 CSS               */
/* ======================================== */
.index2 .banner1 {
  min-height: 800px;
  background-image: url(../image/pexels-tima-miroshnichenko-6508570.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index2 .banner1 h1 {
  font-size: 70px;
}
.index2 .banner1 .overlay {
  background: #014201;
  background: radial-gradient(circle, rgba(1, 66, 1, 0.52) 0%, rgb(1, 66, 1) 35%);
  opacity: 0.8;
}
.index2 .banner1 .banner-icon i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 18px;
}
.index2 {
  /* Feature Section */
}
.index2 .feature {
  margin-bottom: -50px;
}
.index2 {
  /* Service Section */
}
.index2 .service .service-right .accordion-button:not(.collapsed) {
  background-color: #0C730B !important;
  color: #fff;
}
.index2 .service .service-right .accordion-button::after {
  background-image: none;
  content: "\f078";
  font-family: "FontAwesome";
}
.index2 {
  /* Process Section */
}
.index2 .process .process-box {
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.index2 .process .process-box .overlay {
  background-color: rgba(4, 16, 10, 0.7);
  transition: all 0.2s ease-in-out;
}
.index2 .process .process-box .process-number {
  top: 92%;
}
.index2 .process .process-box .process-number .h1 {
  font-size: 90px;
}
.index2 .process .process-box:hover .overlay {
  background-color: #0C730B;
  transition: all 0.2s ease-in-out;
}
.index2 {
  /* Project Section */
}
.index2 .project .project-slider .slick-dots {
  bottom: -40px !important;
}
.index2 .project .project-slider .slick-dots li.slick-active button:before {
  background: #DC9C00;
  border-color: #DC9C00;
}
.index2 .project .project-box .project-info1 {
  width: 90%;
  bottom: 5%;
  background-color: rgba(255, 255, 255, 0.9);
}
.index2 .project .project-box:hover .project-info1 a {
  color: #0C730B;
}
.index2 {
  /* Teams Section */
}
.index2 .team .team-box .team-socials a i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 14px;
}
.index2 .team .team-box:hover .team-image img {
  scale: 1;
  transition: all 0.3s ease-in-out;
}
.index2 {
  /* Adbanner Section */
}
.index2 .ad-banner {
  position: relative;
  z-index: 1;
}
.index2 .ad-banner .ad-banner-inner {
  background: #0C730B;
  background: linear-gradient(90deg, rgb(1, 66, 1) 0%, rgb(12, 115, 11) 90%);
  padding: 50px 80px;
}
.index2 .ad-banner {
  margin-bottom: -100px;
}
.index2 {
  /* Why Us Section */
}
.index2 .why-us .overlay {
  background-image: linear-gradient(90deg, #FFFFFF 35%, #DDCFAB 100%);
  opacity: 0.6;
}
.index2 .why-us .pattern-shape {
  fill: #fff;
  transform: rotatex(180deg);
  transform-origin: center;
}
.index2 {
  /* Blog Section */
}
.index2 .blog .blog-box1 .overlay {
  background-image: linear-gradient(0deg, rgb(0, 0, 0), transparent 80%);
}
.index2 {
  /* Blog Section */
}
.index2 footer {
  padding-top: 100px !important;
}

/* ========================================= */
/*              Responsive CSS               */
/* ======================================== */
@media (max-width: 1400px) {
  .index2 .project .project-box ul {
    row-gap: 10px !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  header .header-nav-inner, .banner, .breadcrumb {
    margin-top: 0;
  }
  .banner, .breadcrumb, .breadcrumb .breadcrumb-inner {
    padding: 0;
  }
  .banner .banner-inner .banner-right img {
    width: 100%;
    margin: 0% 0% -45% 0%;
  }
  .about-us .about-us-right .watering-image {
    left: -100%;
    bottom: 5%;
  }
  .qoute .pattern-shape1 {
    bottom: 10px;
  }
  .index2 .banner1 .banner-image img {
    width: 40% !important;
  }
}
@media (max-width: 992px) {
  .banner .banner-inner .banner-right img {
    width: 40%;
    margin: 0% 0% -25% 0%;
  }
  .about-us .about-us-right .watering-image {
    left: -21%;
    bottom: -5%;
  }
  .about-us .about-us-right .experience {
    left: 75% !important;
  }
  .about-us .about-us-right .plant-image {
    top: 12%;
    left: -15%;
  }
  .process .process-body {
    border: none !important;
  }
  .process .process-body .process-box {
    border: 2px dashed #E1EEE1 !important;
  }
  .process .process-body .row .col-lg-3:nth-child(odd) .process-box {
    border-right: none !important;
    border-radius: 20px 0 0 20px;
  }
  .process .process-body .row .col-lg-3:nth-child(even) .process-box {
    border-radius: 0px 20px 20px 0;
  }
  .discover .discover-left {
    margin-top: 0;
  }
  .counter .counter-inner .row .col-lg-3:nth-child(even) .counter-box {
    border: none !important;
  }
  .service {
    background-size: contain;
  }
  .service .service-inner {
    padding: 0 !important;
  }
  .discover .discover-right {
    margin-top: 50px;
  }
  .counter {
    margin-top: -15%;
  }
  .breadcrumb .breadcrumb-inner {
    min-height: 300px;
  }
  .index2 .banner1 h1 {
    font-size: 50px;
  }
  .index2 .banner1 .banner-image img {
    left: 75% !important;
    width: 35% !important;
  }
  .index2 .about {
    padding-bottom: 0 !important;
  }
  .index2 .process .process-body .process-box {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .banner .banner-inner .banner-right img {
    width: 65%;
    margin: 0% 0% -25% 0%;
  }
  .about-us .about-us-right .watering-image {
    left: -50%;
    bottom: -10%;
  }
  .about-us .about-us-right .plant-image {
    top: -15%;
    left: -30%;
  }
  .process .process-body .row .col-lg-3:nth-child(odd) .process-box {
    border-right: 2px dashed #E1EEE1 !important;
    border-radius: 20px;
  }
  .process .process-body .row .col-lg-3:nth-child(even) .process-box {
    border-radius: 20px;
  }
  .counter .counter-box {
    border: none !important;
  }
  .counter .counter-inner .col-lg-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1450980392);
  }
  .qoute .pattern-shape1 {
    bottom: 0px;
  }
  .offcanvas {
    width: 80% !important;
  }
  .offcanvas .sidebar {
    min-height: 100%;
  }
  .index2 .banner1 h1 {
    font-size: 35px;
  }
  .index2 .ad-banner .ad-banner-inner {
    padding: 40px;
  }
  .index2 .blog .blog-box1 .overlay {
    background-image: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.5) 100%);
  }
}

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