@import url(https://cdn.linearicons.com/free/1.0.0/icon-font.min.css);
.primary {
  color: #619d09;
}

.secondary {
  color: #a1ef3b;
}

.ternery {
  color: #ffffff;
}

.primary-bg {
  background-color: #ffffff;
}

.primary-bg2 {
  background-color: #b0f54a;
}

.primary-bg3 {
  background-color: #619d09;
}

.primary-border {
  border-bottom: 1px solid #b0f54a;
}

h1,
h2,
h3,
h4 {
  font-family: "Pacifico", cursive;
  color: #619d09;
}

header {
  background: linear-gradient(169deg, white 0%, white 0%, rgba(255, 255, 255, 0.6) 24%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0) 48%);
  -webkit-filter: drop-shadow(1px 0 0 #3b3b3b1a);
          filter: drop-shadow(1px 0 0 #3b3b3b1a);
  /* header large */
  /* header small */
}

header.larger {
  height: 100px;
}

header.larger ul {
  margin-top: 53px;
  border-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.89);
}

header.larger li.nav-item a.nav-link {
  color: #619d09 !important;
}

header.larger li.nav-item.active a.nav-link {
  color: #ffffff !important;
  background-color: #619d09;
}

header.larger img {
  width: 75%;
  margin-top: 10px;
}

header.smaller {
  height: 69px;
  background: #ffffff;
  border-bottom: 1px solid #a1ef3b;
}

header.smaller ul {
  margin-top: 22px;
}

header.smaller li.nav-item.active a.nav-link {
  color: #ffffff !important;
  background-color: #619d09;
}

header.smaller img {
  width: 50%;
}

/* Transitions */
header,
nav,
a,
img,
li {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
}

/* Nav Starts */
.navbar-brand {
  -webkit-filter: drop-shadow(1px 0px 0px #e8e8e880);
  filter: drop-shadow(1px 0px 0px #e8e8e880);
}

.nav-item {
  font-size: 18px;
  font-weight: 500;
}

.nav-item a.nav-link {
  padding: 7px 15px !important;
  display: block;
}

/* Border Transition */
li.nav-item.active::after {
  width: 100%;
}

li.nav-item::after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 5px;
  background: #a1ef3b;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
}

li.nav-item:hover::after {
  width: 100%;
}

/* Toggler */
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0 !important;
}

.navbar-toggler span {
  display: block;
  background-color: #619d09;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: auto;
  right: 29px;
  top: 43px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: auto;
  right: 29px;
  top: 43px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-light .navbar-toggler {
  border: none;
}

/* Nav Ends */
/* Carousel Starts */
.carousel-inner {
  position: relative;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9af70634), to(#8fe00c));
  background-image: linear-gradient(to bottom, #9af70634 0%, #8fe00c 100%);
  border-bottom: 1px solid #b0f54a;
}

.carousel-inner img {
  opacity: 0.95;
}

.carousel-caption {
  top: 65%;
  bottom: auto;
  right: 10%;
  left: auto;
  padding: 20px;
  background: rgba(98, 157, 9, 0.801);
  border: 2px solid rgba(255, 255, 255, 0.849);
}

.carousel-caption h5 {
  font-family: "Pacifico", cursive;
  font-size: 45px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-indicators li {
  background-color: #a1ef3b;
}

/* Carousel Ends */
/* Card Flip Animation Starts */
.card {
  position: relative;
  background: none;
  border: 0;
}

.card .card1,
.card .card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  background-size: cover;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card .card1 {
  color: #619d09;
  top: 0;
  left: 0;
  position: absolute;
  border: 1px solid #b0f54a;
  background-color: #ffffff;
}

.card .card2 {
  color: #ffffff;
  background: #619d09;
  padding: 8px;
  -webkit-transform: rotateY(180deg) scale(0.5);
          transform: rotateY(180deg) scale(0.5);
}

.card:hover .card1 {
  -webkit-transform: rotateY(180deg) scale(0.5);
          transform: rotateY(180deg) scale(0.5);
}

.card:hover .card1 h4 {
  color: #619d09;
}

.card:hover .card2 {
  -webkit-transform: rotateY(360deg) scale(1);
          transform: rotateY(360deg) scale(1);
}

.card:hover .card2 h4 {
  color: #ffffff;
}

.service-page .card {
  border: 1px solid #a1ef3b;
  background-color: #ffffff !important;
}

.service-page .card .card1,
.service-page .card .card2 {
  height: auto;
  border: 0;
}

.service-page .card .card1 {
  color: #ffffff;
  background-color: #619d09;
  opacity: 0.7;
}

.service-page .card .card1 h4 {
  color: #ffffff;
}

.service-page .card .card2 {
  padding: 10px 12px;
}

.service-page .card .card2 .card-body {
  padding: 0;
}

.service-page .card .card2 h5 {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.service-page .card .card2 p {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  text-align: justify;
}

.service-page .card .card2 button {
  color: #ffffff;
}

.service-page .card .card2 button:hover {
  color: #619d09;
  background-color: #ffffff !important;
}

.service {
  line-height: 1.75;
  font-size: 19px;
}

.service1 {
  background-image: url("../images/service1_garden_maintenance.jpg") !important;
}

.service2 {
  background-image: url("../images/service2_vertical_garden.jpg") !important;
}

.service3 {
  background-image: url("../images/service3_artificial_lawn.jpg") !important;
}

.service4 {
  background: url("../images/service4_landscape_design.jpg") !important;
}

.service5 {
  background: url("../images/service5_terrace_garden.jpg") !important;
}

.service6 {
  background: url("../images/service6_lawn_renovation.jpg") !important;
}

.service7 {
  background: url("../images/service7_garden_irrigation.jpg") !important;
}

.service8 {
  background: url("../images/service8_artificial_plant_rentals.jpg") !important;
}

/* Card Flip Animation Ends */
/* Particle Animation Starts */
.particle {
  position: absolute;
  border-radius: 50%;
}

@-webkit-keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(19vw, 18vh, 29px);
            transform: translate3d(19vw, 18vh, 29px);
  }
}

@keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(19vw, 18vh, 29px);
            transform: translate3d(19vw, 18vh, 29px);
  }
}

.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  opacity: 0.67;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: translate3d(37vw, 52vh, 14px);
          transform: translate3d(37vw, 52vh, 14px);
  background: #264ad9;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(41vw, 63vh, 2px);
            transform: translate3d(41vw, 63vh, 2px);
  }
}

@keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(41vw, 63vh, 2px);
            transform: translate3d(41vw, 63vh, 2px);
  }
}

.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.12;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: translate3d(31vw, 51vh, 76px);
          transform: translate3d(31vw, 51vh, 76px);
  background: #a0d926;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(79vw, 77vh, 75px);
            transform: translate3d(79vw, 77vh, 75px);
  }
}

@keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(79vw, 77vh, 75px);
            transform: translate3d(79vw, 77vh, 75px);
  }
}

.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: 0.57;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: translate3d(44vw, 39vh, 82px);
          transform: translate3d(44vw, 39vh, 82px);
  background: #d97426;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(43vw, 48vh, 58px);
            transform: translate3d(43vw, 48vh, 58px);
  }
}

@keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(43vw, 48vh, 58px);
            transform: translate3d(43vw, 48vh, 58px);
  }
}

.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.23;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: translate3d(51vw, 75vh, 68px);
          transform: translate3d(51vw, 75vh, 68px);
  background: #26afd9;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(64vw, 39vh, 27px);
            transform: translate3d(64vw, 39vh, 27px);
  }
}

@keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(64vw, 39vh, 27px);
            transform: translate3d(64vw, 39vh, 27px);
  }
}

.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.72;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: translate3d(43vw, 19vh, 50px);
          transform: translate3d(43vw, 19vh, 50px);
  background: #26d982;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(27vw, 46vh, 24px);
            transform: translate3d(27vw, 46vh, 24px);
  }
}

@keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(27vw, 46vh, 24px);
            transform: translate3d(27vw, 46vh, 24px);
  }
}

.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.27;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: translate3d(34vw, 13vh, 8px);
          transform: translate3d(34vw, 13vh, 8px);
  background: #71d926;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(62vw, 42vh, 16px);
            transform: translate3d(62vw, 42vh, 16px);
  }
}

@keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(62vw, 42vh, 16px);
            transform: translate3d(62vw, 42vh, 16px);
  }
}

.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.27;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-transform: translate3d(11vw, 50vh, 55px);
          transform: translate3d(11vw, 50vh, 55px);
  background: #d9266b;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(46vw, 49vh, 62px);
            transform: translate3d(46vw, 49vh, 62px);
  }
}

@keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(46vw, 49vh, 62px);
            transform: translate3d(46vw, 49vh, 62px);
  }
}

.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.32;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  -webkit-transform: translate3d(4vw, 3vh, 72px);
          transform: translate3d(4vw, 3vh, 72px);
  background: #26d9c7;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(50vw, 86vh, 34px);
            transform: translate3d(50vw, 86vh, 34px);
  }
}

@keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(50vw, 86vh, 34px);
            transform: translate3d(50vw, 86vh, 34px);
  }
}

.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 0.16;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-transform: translate3d(57vw, 68vh, 26px);
          transform: translate3d(57vw, 68vh, 26px);
  background: #d95c26;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(59vw, 53vh, 89px);
            transform: translate3d(59vw, 53vh, 89px);
  }
}

@keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(59vw, 53vh, 89px);
            transform: translate3d(59vw, 53vh, 89px);
  }
}

.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.47;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-transform: translate3d(71vw, 79vh, 71px);
          transform: translate3d(71vw, 79vh, 71px);
  background: #26d9a0;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(42vw, 88vh, 29px);
            transform: translate3d(42vw, 88vh, 29px);
  }
}

@keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(42vw, 88vh, 29px);
            transform: translate3d(42vw, 88vh, 29px);
  }
}

.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.9;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  -webkit-transform: translate3d(71vw, 58vh, 83px);
          transform: translate3d(71vw, 58vh, 83px);
  background: #d98826;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(11vw, 4vh, 52px);
            transform: translate3d(11vw, 4vh, 52px);
  }
}

@keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(11vw, 4vh, 52px);
            transform: translate3d(11vw, 4vh, 52px);
  }
}

.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.48;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-transform: translate3d(85vw, 34vh, 33px);
          transform: translate3d(85vw, 34vh, 33px);
  background: #2685d9;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(20vw, 5vh, 25px);
            transform: translate3d(20vw, 5vh, 25px);
  }
}

@keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(20vw, 5vh, 25px);
            transform: translate3d(20vw, 5vh, 25px);
  }
}

.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 0.89;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-transform: translate3d(38vw, 30vh, 69px);
          transform: translate3d(38vw, 30vh, 69px);
  background: #265cd9;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(15vw, 18vh, 78px);
            transform: translate3d(15vw, 18vh, 78px);
  }
}

@keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(15vw, 18vh, 78px);
            transform: translate3d(15vw, 18vh, 78px);
  }
}

.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.44;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  -webkit-transform: translate3d(23vw, 30vh, 78px);
          transform: translate3d(23vw, 30vh, 78px);
  background: #2697d9;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(54vw, 85vh, 80px);
            transform: translate3d(54vw, 85vh, 80px);
  }
}

@keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(54vw, 85vh, 80px);
            transform: translate3d(54vw, 85vh, 80px);
  }
}

.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 0.19;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-transform: translate3d(61vw, 51vh, 29px);
          transform: translate3d(61vw, 51vh, 29px);
  background: #d9268b;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(25vw, 18vh, 51px);
            transform: translate3d(25vw, 18vh, 51px);
  }
}

@keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(25vw, 18vh, 51px);
            transform: translate3d(25vw, 18vh, 51px);
  }
}

.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  opacity: 0.62;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  -webkit-transform: translate3d(23vw, 48vh, 46px);
          transform: translate3d(23vw, 48vh, 46px);
  background: #d94426;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(10vw, 53vh, 48px);
            transform: translate3d(10vw, 53vh, 48px);
  }
}

@keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(10vw, 53vh, 48px);
            transform: translate3d(10vw, 53vh, 48px);
  }
}

.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  opacity: 0.36;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  -webkit-transform: translate3d(24vw, 52vh, 66px);
          transform: translate3d(24vw, 52vh, 66px);
  background: #26d971;
}

@-webkit-keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(5vw, 45vh, 71px);
            transform: translate3d(5vw, 45vh, 71px);
  }
}

@keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(5vw, 45vh, 71px);
            transform: translate3d(5vw, 45vh, 71px);
  }
}

.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  opacity: 0.46;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  -webkit-transform: translate3d(9vw, 15vh, 99px);
          transform: translate3d(9vw, 15vh, 99px);
  background: #d99126;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(68vw, 47vh, 26px);
            transform: translate3d(68vw, 47vh, 26px);
  }
}

@keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(68vw, 47vh, 26px);
            transform: translate3d(68vw, 47vh, 26px);
  }
}

.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  opacity: 0.92;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-transform: translate3d(35vw, 5vh, 26px);
          transform: translate3d(35vw, 5vh, 26px);
  background: #2cd926;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(84vw, 87vh, 65px);
            transform: translate3d(84vw, 87vh, 65px);
  }
}

@keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(84vw, 87vh, 65px);
            transform: translate3d(84vw, 87vh, 65px);
  }
}

.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  opacity: 0.53;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-transform: translate3d(89vw, 79vh, 28px);
          transform: translate3d(89vw, 79vh, 28px);
  background: #d92632;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(62vw, 40vh, 58px);
            transform: translate3d(62vw, 40vh, 58px);
  }
}

@keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(62vw, 40vh, 58px);
            transform: translate3d(62vw, 40vh, 58px);
  }
}

.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  opacity: 0.79;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  -webkit-transform: translate3d(90vw, 90vh, 24px);
          transform: translate3d(90vw, 90vh, 24px);
  background: #d92688;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(60vw, 82vh, 96px);
            transform: translate3d(60vw, 82vh, 96px);
  }
}

@keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(60vw, 82vh, 96px);
            transform: translate3d(60vw, 82vh, 96px);
  }
}

.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  opacity: 0.7;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  -webkit-transform: translate3d(88vw, 16vh, 32px);
          transform: translate3d(88vw, 16vh, 32px);
  background: #5f26d9;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(16vw, 3vh, 33px);
            transform: translate3d(16vw, 3vh, 33px);
  }
}

@keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(16vw, 3vh, 33px);
            transform: translate3d(16vw, 3vh, 33px);
  }
}

.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  opacity: 0.98;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  -webkit-transform: translate3d(40vw, 86vh, 9px);
          transform: translate3d(40vw, 86vh, 9px);
  background: #cd26d9;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(3vw, 65vh, 51px);
            transform: translate3d(3vw, 65vh, 51px);
  }
}

@keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(3vw, 65vh, 51px);
            transform: translate3d(3vw, 65vh, 51px);
  }
}

.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  opacity: 1;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  -webkit-transform: translate3d(64vw, 26vh, 6px);
          transform: translate3d(64vw, 26vh, 6px);
  background: #d94126;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(41vw, 42vh, 7px);
            transform: translate3d(41vw, 42vh, 7px);
  }
}

@keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(41vw, 42vh, 7px);
            transform: translate3d(41vw, 42vh, 7px);
  }
}

.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  opacity: 0.33;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-transform: translate3d(40vw, 89vh, 40px);
          transform: translate3d(40vw, 89vh, 40px);
  background: #a026d9;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(3vw, 12vh, 57px);
            transform: translate3d(3vw, 12vh, 57px);
  }
}

@keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(3vw, 12vh, 57px);
            transform: translate3d(3vw, 12vh, 57px);
  }
}

.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  opacity: 0.94;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-transform: translate3d(12vw, 82vh, 6px);
          transform: translate3d(12vw, 82vh, 6px);
  background: #4a26d9;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(72vw, 58vh, 31px);
            transform: translate3d(72vw, 58vh, 31px);
  }
}

@keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(72vw, 58vh, 31px);
            transform: translate3d(72vw, 58vh, 31px);
  }
}

.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  opacity: 0.62;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  -webkit-transform: translate3d(53vw, 9vh, 62px);
          transform: translate3d(53vw, 9vh, 62px);
  background: #8526d9;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(7vw, 69vh, 30px);
            transform: translate3d(7vw, 69vh, 30px);
  }
}

@keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(7vw, 69vh, 30px);
            transform: translate3d(7vw, 69vh, 30px);
  }
}

.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  opacity: 0.27;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  -webkit-transform: translate3d(22vw, 39vh, 69px);
          transform: translate3d(22vw, 39vh, 69px);
  background: #6526d9;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(50vw, 3vh, 29px);
            transform: translate3d(50vw, 3vh, 29px);
  }
}

@keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(50vw, 3vh, 29px);
            transform: translate3d(50vw, 3vh, 29px);
  }
}

.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  opacity: 0.65;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-transform: translate3d(4vw, 34vh, 52px);
          transform: translate3d(4vw, 34vh, 52px);
  background: #2647d9;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(25vw, 18vh, 83px);
            transform: translate3d(25vw, 18vh, 83px);
  }
}

@keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(25vw, 18vh, 83px);
            transform: translate3d(25vw, 18vh, 83px);
  }
}

.particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  opacity: 0.7;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-transform: translate3d(12vw, 47vh, 39px);
          transform: translate3d(12vw, 47vh, 39px);
  background: #d92688;
}

/* Particle Animation Ends */
.revealOnScroll {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.line {
  background-color: #b0f54a;
  height: 1px;
  width: 30%;
  margin: 25px auto 35px auto;
  position: relative;
  display: block;
}

.leaf {
  font-size: 24px;
  line-height: 14px;
  color: #619d09;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #f8f9fa;
  padding: 10px;
  position: relative;
}

.inner-top-pad {
  margin-top: 100px;
}

.about {
  background-image: url("../images/about.jpg");
  background-position: right -10px;
  background-repeat: no-repeat;
  line-height: 1.75;
  font-size: 19px;
}

footer {
  overflow: hidden;
  margin: 0;
  font-family: "Segoe UI";
}

footer h2 {
  font-family: "Segoe UI";
}

footer ul {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  text-align: center;
}

footer ul li {
  display: inline-block;
  padding: 10px;
}

footer ul li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 50%;
  margin: auto;
  -webkit-transition-property: all;
  transition-property: all;
}

footer ul li a:hover {
  color: #212529;
  border-color: #212529;
  border-radius: 50%;
  -webkit-animation: corner 3s;
          animation: corner 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: 0.5 s;
  transition: 0.5 s;
}

@-webkit-keyframes corner {
  0% {
    border-top-left-radius: 1% 50%;
  }
  12.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  25% {
    border-top-right-radius: 1% 50%;
  }
  25.001% {
    border-top-right-radius: 50% 1%;
  }
  37.5% {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  50% {
    border-bottom-right-radius: 50% 1%;
  }
  50.001% {
    border-bottom-right-radius: 1% 50%;
  }
  62.5% {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  75% {
    border-bottom-left-radius: 1% 50%;
  }
  75.001% {
    border-bottom-left-radius: 50% 1%;
  }
  87.5% {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }
  100% {
    border-top-left-radius: 50% 1%;
  }
}

@keyframes corner {
  0% {
    border-top-left-radius: 1% 50%;
  }
  12.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  25% {
    border-top-right-radius: 1% 50%;
  }
  25.001% {
    border-top-right-radius: 50% 1%;
  }
  37.5% {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  50% {
    border-bottom-right-radius: 50% 1%;
  }
  50.001% {
    border-bottom-right-radius: 1% 50%;
  }
  62.5% {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  75% {
    border-bottom-left-radius: 1% 50%;
  }
  75.001% {
    border-bottom-left-radius: 50% 1%;
  }
  87.5% {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }
  100% {
    border-top-left-radius: 50% 1%;
  }
}

footer ul li i {
  width: 18px;
  height: 18px;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes circle {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

footer .circle,
footer .circle1 {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 2px solid #508605;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}

footer .cricle {
  left: 0;
  right: auto;
}

footer .circle1 {
  right: 0;
  left: auto;
}

footer .one {
  -webkit-animation: circle 4s infinite linear;
          animation: circle 4s infinite linear;
}

footer .two {
  -webkit-animation: circle 3s infinite linear;
          animation: circle 3s infinite linear;
}

footer .three {
  -webkit-animation: circle 2s infinite linear;
          animation: circle 2s infinite linear;
}

.google-map {
  width: 100%;
  margin: 0 auto;
  border-color: #b2d234;
  border-width: 1px;
  border-style: solid;
  height: 222px;
}

/* Product Page Starts */
ul.side-nav {
  margin: 0;
  list-style-type: none;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
  background-color: none !important;
}

ul.side-nav li ul {
  list-style-type: none;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
  margin: 0;
  background-color: none !important;
}

ul.side-nav li:not(:first-child) .list-group-item {
  background-color: transparent !important;
}

ul.side-nav > li:not(:first-child) {
  border-bottom: 1px dashed #b0f54a !important;
}

ul.side-nav form {
  padding: 7px 0;
}

ul.side-nav form button {
  border: 1px solid #619d09;
}

ul.side-nav form.input-group-append {
  margin-left: 0;
}

ul.side-nav .form-group {
  margin-bottom: 0;
}

ul.side-nav li.list-group {
  padding: 0;
  font-weight: 600;
}

ul.side-nav li.list-group a {
  display: block;
  padding: 10px !important;
  text-decoration: none;
}

ul.side-nav li.list-group a:hover {
  background-color: #619d09 !important;
  color: #ffffff;
}

ul.side-nav li.list-group .list-group-item:not(:first-child) {
  padding: 0;
}

ul.side-nav li.list-group li.list-group-item {
  padding: 0 !important;
}

ul.side-nav li ul li:not(:only-child) {
  font-weight: 300;
}

ul.side-nav li ul li:last-child {
  margin-bottom: 15px;
}

ul.side-nav .list-group-item {
  margin-bottom: 0;
  border: none;
}

ul.side-nav .form-control {
  height: calc(2em + 0.74rem + 2px) !important;
  border: 1px solid #a1ef3b;
  border-right: none;
  width: 86%;
  margin-bottom: 0;
}

/* Range Slider Starts */
.ui-widget-content {
  background: #a1ef3b !important;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
}

.ui-corner-all {
  border-radius: 0 !important;
}

.ui-slider .ui-slider-handle {
  width: 0.3em !important;
}

.ui-slider-horizontal {
  width: 100%;
  height: 0.2em !important;
  top: 4px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 35%;
  background-color: #619d09;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em !important;
  margin-left: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0 !important;
  background: #619d09 !important;
}

input.price-range-field {
  font-family: "Segoe UI";
  font-size: inherit;
  color: #619d09 !important;
  font-weight: 300;
  width: 41.8%;
}

input[type="number"]::-webkit-input-placeholder {
  color: #619d09 !important;
}

input[type="number"]:-ms-input-placeholder {
  color: #619d09 !important;
}

input[type="number"]::-ms-input-placeholder {
  color: #619d09 !important;
}

input[type="number"]::placeholder {
  color: #619d09 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Range Slider Starts */
.product {
  border: 1px solid #a1ef3b;
  margin-bottom: 15px;
}

.product .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .hover-overlay a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product .hover-overlay a:hover {
  color: #619d09;
  border-color: #619d09;
}

.product .hover-overlay a:first-of-type {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}

.product .hover-overlay a:last-of-type {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}

.product .title {
  padding: 15px;
}

.product .title small {
  color: #777;
}

.product .title a {
  display: block;
  color: #333;
  text-decoration: none;
}

.product h3 {
  font-family: "Oswald";
}

.product .image {
  position: relative;
  padding: 20px;
  height: 230px;
  border-bottom: 1px solid #a1ef3b;
  background: #f5f5f5;
}

.product .image:hover a {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.product .image:hover .hover-overlay {
  opacity: 1;
}

.product .image img {
  max-width: 170px;
}

.product .image .hover-overlay {
  background: rgba(245, 245, 245, 0.9);
}

.product .hover-overlay a.active {
  width: 120px;
  background: #619d09;
  color: #fff;
  border-color: transparent;
  font-weight: 300;
  font-size: 0.8em;
  margin: 0 5px;
  opacity: 0;
}

.product .hover-overlay a.active i {
  margin-right: 5px;
}

.pagination {
  margin-top: 10px;
}

.pagination .page-item {
  padding: 0 10px;
}

.page-link {
  border: 1px solid #a1ef3b;
}

a.page-link.active,
a.page-link:hover {
  color: #ffffff;
  background: #619d09;
}

/* Product Page Ends */
.modal-header {
  border-bottom: 1px solid #a1ef3b !important;
}

.modal-footer {
  border-top: 1px solid #a1ef3b !important;
}

label {
  color: #619d09 !important;
}

.form-control,
.custom-select {
  border: 1px solid #a1ef3b !important;
}

.contact {
  font-size: 30px;
  font-weight: 100;
  line-height: 1.75;
}

.envelope-front {
  width: 100%;
  background: url("../images/envelope-front.svg") no-repeat center bottom;
  bottom: -2px;
  min-height: 352px;
}

.envelope-back {
  width: 99.7%;
  background: #2a4403;
  bottom: 0;
  min-height: 352px;
}

.envelope-front,
.envelope-back {
  position: absolute;
  pointer-events: none;
  background-size: contain;
}

.letter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  left: 15px;
  min-height: 820px;
  position: relative;
  margin: 0 auto;
  padding: 4.5em 1em 2em;
  background: url("../images/letter.svg") no-repeat left top, linear-gradient(transparent 0px, transparent 100px, #ededee 100px, #ededee 100%);
  background-size: contain;
}

.letter-top-button {
  color: #619d09;
  width: 50%;
  position: absolute;
  left: 50%;
  margin-left: -22.4%;
  bottom: 4.5em;
  border: 5px solid #a1ef3b;
}

.letter-top-button:hover {
  border: 5px solid #ffffff;
  color: black;
}

@media (max-width: 991px) {
  header {
    margin: 0;
    padding: 0;
    background: 100% #ffffff !important;
    border-bottom: 1px solid #a1ef3b !important;
    /* header small */
  }
  header nav ul {
    background-color: #ffffff !important;
    margin: 0 auto !important;
  }
  header.larger {
    height: auto !important;
  }
  header.larger nav ul {
    border: 1px solid #a1ef3b !important;
  }
  header.smaller {
    height: auto !important;
  }
  header.smaller nav ul {
    border: 1px solid #a1ef3b !important;
  }
  header.smaller .navbar-toggler:not(.collapsed) span:nth-child(1) {
    right: 28px;
    top: 24px;
  }
  header.smaller .navbar-toggler:not(.collapsed) span:nth-child(3) {
    right: 28px;
    top: 24px;
  }
  .sidebar-nav .navbar,
  .sidebar-nav button.navbar-toggler {
    padding: 0;
  }
  .sidebar-nav button.navbar-toggler {
    font-family: "Segoe UI" !important;
    font-size: 16px;
    font-weight: 100;
  }
  .carousel {
    margin-top: 98px;
  }
  .about,
  .service {
    background-position-x: 190px !important;
    line-height: 1.5;
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */