@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  font-family: "Lora", serif, Arial, Helvetica;
}
a:hover,
a:visited {
  text-decoration: none !important;
}
html,
body {
  overflow-x: hidden;
  font-family: "Lora", serif, Arial, Helvetica;
}

html, body {
    overflow-x: hidden !important; /* Prevent horizontal scrollbar */
    overflow-y: auto; /* Ensure only one vertical scrollbar */
}

.container {
    overflow: visible !important;
}


iframe {
    overflow: hidden;
    border: none;
}




body {
  color: #616161;
  font-family: "Lora", serif, Arial, Helvetica;
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif, Arial, Helvetica;
}
p {
  font-family: "Lora", serif, Arial, Helvetica;
  color: #616161;
}
section {
  padding: 50px 0;
  font-family: "Lora", serif, Arial, Helvetica;
}

.getAQuote {
  background-color: rgb(69, 197, 95);
  color: #ffffff;
  padding: 10px;
  line-height: 22px;
  white-space: nowrap;
  min-height: 120px;
  min-width: 150px;
  max-height: 120px;
  max-width: 150px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  position: absolute;
  top: 30%;
  right: 0%;
  z-index: 10;
}

.getAQuote a {
  color: #ffffff;
}

.getAQuote a:hover,
.getAQuote a:focus {
  color: #ffffff;
}

.steps {
  font-size: 14px;
  font-weight: 500;
  color: #bebebe;
  text-align: center;
  padding: 20px 0px;
}

/* collapse navbar start */
.navigation-section {
  width: 100% !important;
}

.logo img {
  margin-left: 100px;
}
.enterprises h2 {
  color: #834828;
  text-align: right;
}
.enterprises h5 {
  font-weight: 700;
  text-align: center;
}
.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1000;
  height: 550px;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  position: fixed;
  top: 20px;
  right: 100px;
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  z-index: 100;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

/* collapse navbar end */

/* homepage */
.step-one h2 {
  font-size: 38px;
  line-height: 50px;
}
/* .step-one p {
    padding: 2px 300px;
  } */

.step-four img {
  height: 680px;
  width: 100%;
}

.step-five {
  background-color: #084035;
}
.step-five h1 {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  padding: 80px 0px;
  font-style: italic;
}
.step-five img {
  padding-bottom: 50px;
}
/* homepegae end */

/* fotawesome */
.fa-arrow-right {
  font-size: 20px;
  color: #53c96b;
  border: 2px solid #53c96b;
  padding: 10px 15px 10px 15px;
}

.home-gallery {
  color: #53c96b;
  padding-left: 10px;
}
/* fotawesome end*/

/* footer start */
.footer {
  background-color: #f4f4f2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -100px !important;

}

.footer h4 {
  font-size: 18px;
  color: #606161;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: 400;
}

.footer h5 {
  font-size: 15px;
  color: #606161;
  text-align: center;
  padding-bottom: 30px;
}
.footer h6 {
  color: #606161;
  text-align: center;
  padding-bottom: 30px;
}
.footer a {
  color: #03363d;
}
.footer a:hover {
  color: #03923e;
}
.bottom-hr {
  background-color: #e1e1e1;
}

.bottom-navbar ul li {
  display: inline-block;
  text-align: center;

  text-align: center !important;
}
.bottom-navbar ul li a {
  color: #03363d;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 10px;
}

.copyright p {
  text-align: center;
}

/* footer end */

/* about us */
.about-banner {
  background-image: url("../images/small-banner/About-PrimeGardenerr.jpg");
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
}

.about-banner h3 {
  color: #fff;
  font-size: 40px;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
}
.about-us-content h3 {
  font-size: 36px;
  line-height: 52px;
}
.about-us-content p {
  color: #616161;
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
}
.working-experience h5 {
  font-size: 15px;
}
.why-choose-us {
  background-color: #f4f4f2;
  padding: 50px;
}



.why-choose-us h2 {
  padding: 10px;
  font-size: 38px;
  line-height: 50px;
}
.why-choose-us p {
  color: #616161;
  font-size: 18px;
  line-height: 40px;
  padding: 20px;
}
.ontime h3 {
  color: #3b3b3b;
}
.ontime p {
  color: #616161;
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}
.bring-nature h2 {
  font-size: 38px;
  line-height: 50px;
}

/* about end */

/* contact */
.contact-banner {
  background-image: url("../images/small-banner/contact.jpg");
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
}

.contact-banner h3 {
  color: #fff;
  font-size: 40px;
  padding: 0 10px;
  text-align: center !important;
  font-weight: 600;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form .submit-btn {
  background-color: #ffffff;
  color: #606161;
  border-color: #45c55f;
  padding: 10px 30px;
}
.contact-us-content h3 {
  color: #3b3b3b;
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 50px;
}
/* contact end */

/* the process */
.the-process-banner {
  background-image: url("../images/small-banner/Landscape-design-and-planting-process.jpg");
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
}

.the-process-banner h3 {
  color: #fff;
  font-size: 38px;
  padding: 0 10px;
  text-align: center !important;
  font-weight: 600;
}
.the-process h3 {
  font-size: 50px;
  line-height: 50px;
  color: #2a7d2e;
}
.the-process-number h2 {
  color: #2a7d2e;
}
.the-process-number h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
  color: #3b3b3b;
}
.the-process-number p {
  color: #616161;
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
}
/* the process end */

/* services */
.services-banner {
  background-image: url("../images/small-banner/services.jpg");
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
}

.services-banner h3 {
  color: #fff;
  font-size: 40px;
  padding: 0 10px;
  text-align: center !important;
  font-weight: 600;
}

.services-enhance h2 {
  color: #3b3b3b;
  font-size: 38px;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.services-enhance p {
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #616161;
}

.all-services img {
  height: 350px;
  width: 100%;
  transition: 0.1s ease-in-out;
}

.all-services img:hover {
  filter: grayscale(100%);
  border: 5px solid #ddd;
  z-index: 1;
}

.all-services h5 {
  color: #3b3b3b;
  text-align: center !important;
}

.all-services h5:hover {
  color: #03363d;
}
/* services end */

/* service details start */
.service-details h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: normal;
  font-style: normal;
  color: #3b3b3b;
}
.service-details h5 {
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #616161;
  font-weight: bold;
}
.service-details p {
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #616161;
}
.like-this-project h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
}
.arrow-left-right span {
  color: #03363d;
}
.arrow-left-right .fa-arrow-right {
  font-size: 20px;
  color: #53c96b;
  border: 2px solid #53c96b;
  padding: 10px 15px 10px 15px;
}

.arrow-left-right .fa-arrow-left {
  font-size: 20px;
  color: #53c96b;
  border: 2px solid #53c96b;
  padding: 10px 15px 10px 15px;
}

.arrow-text {
  color: #3b3b3b;
}

.arrow-text:hover {
  color: #53c96b;
}

.top-hr {
  padding-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  display: none !important;
  border-bottom: 5px solid red !important;
}

.owl-prev {
  font-size: 50px !important;
}
.owl-next {
  font-size: 50px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff !important;
  color: #212529 !important;
  text-decoration: none;
  border: none !important;
}

.owl-carousel img {
  height: 350px;
  width: 100%;
  transition: 0.1s ease-in-out;
}

.owl-carousel h4 {
  color: #0056b3;
  text-align: center !important;
  padding-top: 10px;
}

.owl-carousel h4:hover {
  color: #03363d;
}

/* service details  */

/* client page */
.client-banner {
  background-image: url("../images/small-banner/clientsbg.jpg");
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
}

.client-banner h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: normal;
  font-style: normal;
  color: #3b3b3b;
}
.client-banner h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  color: #3b3b3b;
}
.our-clients p {
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
}

.our-team {
  padding: 20px;
}
.our-team img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.our-team h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
  color: #03363d;
}
.our-team .item {
  border: 1px solid #e1e1e1;
  padding: 10px;
}
.our-team p {
  font-size: 20px;
  text-align: center;
  font-style: italic;
}
.our-team p::before {
  content: "“";
}

.our-team p::after {
  content: "”";
}
.our-team p::before,
.our-team p::after {
  color: #222222;
  font-size: 20px;
}
/* client page end */

/* gallery */
.gallery-banner {
  background-image: url("../images/small-banner/gallery.jpg");
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
}

.gallery-banner h3 {
  color: #fff;
  font-size: 40px;
  padding: 0 10px;
  text-align: center !important;
  font-weight: 600;
}

/* =============================== Async image loading =============================== */
.async-image-holder {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.async-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease-out 0s;
}
.async-image.loaded {
  opacity: 1;
}
.async-image.low-res {
  filter: blur(3px);
}
/* =============================== BEGIN GALLERY =============================== */
.gallery {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  width: 95%;
  margin: 50px auto;
}
.gallery-image {
  transition: 0.2s ease-in-out;
}
.gallery-image:hover {
  transform: scale(1.1);
}
/* These three lines are incredibly useful for flexbox. Kudos to https://stackoverflow.com/a/34816625*/
.gallery:after {
  content: "";
  display: inline-block;
  flex: auto;
}
/* ========================================= Gallery image sizes ========================================== */
/*Setting height by padding-top maintains aspect ratio when window is resized*/
/* 2 columns */
.gallery-image {
  width: 49.57%;
  padding-top: 35%;
  margin: 0.2%;
  background-color: rgba(20, 20, 20, 0.3);
}
/* 3 columns */
@media screen and (min-width: 500px) {
  .gallery-image {
    width: 33.1%;
    padding-top: 23.3709%;
    margin: 0.1%;
  }
}
/* 4 columns */
@media screen and (min-width: 700px) {
  .gallery-image {
    width: 24.8%;
    padding-top: 17.5105%;
    margin: 0.1%;
  }
}
/* 5 columns */
@media screen and (min-width: 800px) {
  .gallery-image {
    width: 19.8%;
    padding-top: 13.9802%;
    margin: 0.1%;
  }
}
/* 6 columns */
@media screen and (min-width: 1200px) {
  .gallery-image {
    width: 16.5%;
    padding-top: 11.6501%;
    margin: 0.082%;
  }
}
/* =============================== BEGIN LIGHTBOX =============================== */
/* =========================== Transition vars ============================ */
/* ========================= Overlay ========================= */
#swgl-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: max-height 0s linear 270ms, opacity 250ms linear 0s;
  max-height: 0px;
  overflow: hidden;
}
#swgl-overlay.active {
  opacity: 1;
  max-height: 100vh;
  transition: max-height 0s linear 0s, opacity 250ms linear 0s;
}
/* ========================= CONTROLS ========================= */
#swgl-controls {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.swgl-digitizer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.swgl-btn {
  position: absolute;
  border-width: 0;
  font-size: 35px;
  color: #fff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 156px 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.swgl-btn:focus,
.swgl-btn:active {
  outline: none !important;
}
.swgl-nav-btn {
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}
.swgl-nav-btn:hover {
  color: rgba(255, 255, 255, 1);
  /* background-color: rgba(60, 60, 60, .4); */
}
#swgl-close-btn {
  top: 0px;
  right: 0px;
  padding: 7px 15px;
  font-size: 45px;
  z-index: 4000;
}
#swgl-prev-btn {
  left: 0px;
  text-align: left;
}
#swgl-next-btn {
  right: 0px;
  text-align: right;
}
/* ========================= Slide wrapper ========================= */
#swgl-slide-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* ========================== Loading spinner ===========================*/
.swgl-loading-spinner {
  position: absolute;
  display: block;
  width: 65px;
  height: auto;
  top: 50%;
  left: 50%;
  animation-name: swgl-spinner;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
/* The animation code */
@keyframes swgl-spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ========================= SLIDE ========================= */
.swgl-slide {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 260px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  border: 2px solid #fff;
  background: #e4e4e4;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: opacity 500ms linear 0s, transform 500ms ease-out 0s,
    max-height 500ms ease 0s, max-width 500ms ease 0s;
}
.swgl-slide.loaded {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.swgl-left {
  opacity: 0;
  transform: translate(-155%, -50%) !important;
}
.swgl-right {
  opacity: 0;
  transform: translate(55%, -50%) !important;
}
.swgl-center {
  opacity: 0;
}
.swgl-slide-img {
  display: block;
  width: auto;
  height: auto;
  max-height: 98vh;
  max-width: 98vw;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s;
}
.swgl-slide-img.loaded {
  opacity: 1;
  width: auto;
  height: auto;
}
.swgl-caption {
  display: none;
}

/* gallery end */
