
@import "../cdn.jsdelivr.net/npm/bootstrap%405.0.0-beta3/dist/css/bootstrap.min.css";
@import "../cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css";
@import "../cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
@import "../cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css";
@import "../cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css";
@import url("http://fonts.googleapis.com/css2?family=Courier+Prime&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  clear: both;
}
html {
  font-family: "Baloo 2", cursive;
  line-height: 22px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  font-family: "Baloo 2", cursive;
  font-size: 22px;
  font-weight: 400;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
  color: #4f4f4f;
  background: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
b,
strong {
  font-weight: 800;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  color: #1a1a1a;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
a:hover {
  text-decoration-color: transparent;
}
a:focus {
  outline: none !important;
  text-decoration-color: transparent;
}
a:active {
  outline: 0;
  color: #0b3d34;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration-color: transparent;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration-color: transparent;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
audio:not([controls]) svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
ul,
ol {
  list-style: none outside none;
  padding: 0;
}
h1 {
  line-height: normal;
  color: #24b24b;
  font-size: 26px;
  margin-top: 0;
}
@media only screen and (min-width: 468px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1441px) {
  h1 {
    font-size: 40px;
  }
}
h2,
h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
}
@media only screen and (min-width: 468px) {
  h2,
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  h2,
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  h2,
  h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1441px) {
  h2,
  h3 {
    font-size: 36px;
  }
}
h4 {
  font-size: 24px;
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: 29px;
  }
}
h5 {
  font-size: 22px;
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  h5 {
    font-size: 27px;
  }
}
h6 {
  font-size: 20px;
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  h6 {
    font-size: 24px;
  }
}
p {
  color: #4f4f4f;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1441px) {
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
p a {
  font-weight: 600;
  color: #24b24b;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  word-wrap: normal;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: inherit !important;
  background-image: none !important;
  color: inherit !important;
}
.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: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #4f4f4f;
  -webkit-box-shadow: 0 0 0px 30px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
::selection,
::-moz-selection {
  background: #24b24b;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #24b24b;
  border-radius: 30px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 grey;
  border-radius: 0px;
  background: #a8b4c6;
}
svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.slick-slider div {
  outline: none;
  box-shadow: none;
  border: none;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.slickArrow .arrow.slick-hidden {
  display: none !important;
}
@keyframes swinging {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes animateOne {
  0% {
    transform: translateZ(0px) translateY(0) translateX(0) skewY(0deg);
  }
  50% {
    transform: translateZ(-5px) translateY(-5px) translateX(-5px) skewY(5deg);
  }
  75% {
    transform: translateZ(5px) translateY(5px) translateX(5px) skewY(5deg)
      rotate(-5deg);
  }
  100% {
    transform: translateZ(0px) translateY(0) translateX(0) skewY(0deg)
      rotate(0deg);
  }
}
@keyframes dipBranch2 {
  0% {
    transform: translateZ(0px) translateY(0) translateX(0) skewY(0deg)
      rotate3d(0, 0, 0, 0deg);
  }
  50% {
    transform: translateZ(-2px) translateY(-2px) translateX(-2px) skewY(2deg)
      rotate3d(1, 1, 1, 5deg) rotate(10deg);
  }
  100% {
    transform: translateZ(0px) translateY(0) translateX(0) skewY(0deg)
      rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes dipBranch3 {
  0% {
    transform: translateZ(0px) translateY(0) translateX(0) skewY(0deg)
      rotate3d(0, 0, 0, 0deg);
  }
  50% {
    transform: translateZ(2px) translateY(2px) translateX(2px) skewY(-2deg)
      rotate3d(1, 1, 1, 5deg) rotate(10deg);
  }
  100% {
    transform: translateZ(0px) translateY(0) translateX(0) skewY(0deg)
      rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes dipBranch2copy {
  0% {
    transform: translateZ(0px) translateY(0) translateX(0) scaleX(-1)
      skewY(0deg) rotate3d(0, 0, 0, 0deg);
  }
  50% {
    transform: translateZ(-2px) translateY(-2px) translateX(-2px) scaleX(-1)
      skewY(2deg) rotate3d(1, 1, 1, 5deg) rotate(10deg);
  }
  100% {
    transform: translateZ(0px) translateY(0) translateX(0) scaleX(-1)
      skewY(0deg) rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes dipBranch3copy {
  0% {
    transform: translateZ(0px) translateY(0) translateX(0) scaleX(-1)
      skewY(0deg) rotate3d(0, 0, 0, 0deg);
  }
  50% {
    transform: translateZ(2px) translateY(2px) translateX(2px) scaleX(-1)
      skewY(-2deg) rotate3d(1, 1, 1, 5deg) rotate(10deg);
  }
  100% {
    transform: translateZ(0px) translateY(0) translateX(0) scaleX(-1)
      skewY(0deg) rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes bubbleFloating {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes bubbleFloating2 {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes ArrowAnim {
  49% {
    transform: rotate(180deg) translateY(2px) translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: rotate(180deg) translateY(2px) translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes hovicon {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes ImgZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes ImgZoomOut {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: none;
  }
}
.modal-backdrop {
  background: rgba(54, 54, 54, 0.8);
  z-index: 3;
}
.modal-backdrop.show {
  opacity: 1;
}
#Header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  transition: all 0.4s ease-in-out,
    transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
  background: transparent;
}
#Header.scrolled {
  transform: translateY(calc(-101% - 22px));
  opacity: 0;
}
@media only screen and (min-width: 468px) {
  #Header .container {
    padding-right: 15px;
    padding-right: 0px;
  }
}
#Header .mainHeader {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #24b24b;
  padding-right: 50px;
  height: 70px;
}
@media only screen and (min-width: 468px) {
  #Header .mainHeader {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  #Header .mainHeader {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader {
    position: relative;
    padding-right: 0;
  }
}
#Header .mainHeader::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -99.9%;
  width: 100%;
  height: 100%;
  background: #24b24b;
  z-index: 0;
}
#Header .mainHeader .logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 15px;
  width: 180px;
  height: 150px;
}
@media only screen and (min-width: 468px) {
  #Header .mainHeader .logo {
    width: 220px;
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  #Header .mainHeader .logo {
    width: 230px;
    height: 180px;
    padding: 0px 0px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header .mainHeader .logo {
    width: 235px;
    height: 185px;
  }
}
#Header .mainHeader .logo svg {
  width: 45px;
}
@media only screen and (min-width: 468px) {
  #Header .mainHeader .logo svg {
    width: 68px;
  }
}
@media only screen and (min-width: 768px) {
  #Header .mainHeader .logo svg {
    width: 77px;
  }
}
#Header .mainHeader .logo svg .st0 {
  fill: #023d34;
}
#Header .mainHeader .logo svg .st1 {
  fill: #14b24b;
}
#Header .mainHeader #HeaderPOP {
  min-height: 100vh;
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader #HeaderPOP {
    position: unset;
    display: block;
    opacity: 1;
    padding: 0px;
    overflow: visible;
    width: calc(100% - 395px);
    height: 100%;
    background: transparent;
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  #Header .mainHeader #HeaderPOP {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1441px) {
  #Header .mainHeader #HeaderPOP {
    padding-right: 100px;
  }
}
#Header .mainHeader #HeaderPOP .modal-dialog {
  margin: 0;
  max-width: 100%;
  -webkit-transform: none;
  transform: none;
  background: #24b24b;
  height: 100%;
  left: -100%;
  transition: ease-in-out all 0.3s;
}
@media (max-width: 992px) and (min-width: 468px) {
  #Header .mainHeader #HeaderPOP .modal-dialog {
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader #HeaderPOP .modal-dialog {
    background: transparent;
    left: auto;
  }
}
#Header .mainHeader #HeaderPOP .modal-content {
  padding: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  height: 100%;
}
#Header .mainHeader #HeaderPOP .modal-body {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #716b6e;
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader #HeaderPOP .modal-body {
    background: transparent;
  }
}
#Header .mainHeader #HeaderPOP .modal-body .btnClose {
  position: fixed;
  right: 16px;
  top: 25px;
  background: transparent;
  opacity: 1;
  border: none;
  outline: none;
  box-shadow: none;
  width: 25px;
  height: 25px;
  z-index: 1;
}
@media only screen and (min-width: 468px) {
  #Header .mainHeader #HeaderPOP .modal-body .btnClose {
    right: 14px;
    top: 8px;
    width: 35px;
    height: 60px;
    background: #24b24b;
  }
}
@media only screen and (min-width: 468px) {
  #Header .mainHeader #HeaderPOP .modal-body .btnClose {
    top: 9px;
  }
}
#Header .mainHeader #HeaderPOP .modal-body .btnClose span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#Header .mainHeader #HeaderPOP .modal-body .btnClose span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 0px);
}
#Header .mainHeader #HeaderPOP .modal-body .btnClose span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader #HeaderPOP .modal-body .btnClose {
    display: none;
  }
}
#Header .mainHeader #HeaderPOP.show .modal-dialog {
  left: 0px;
}
#Header .mainHeader #HeaderPOP .navbar-nav {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader #HeaderPOP .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    height: 100%;
  }
}
#Header .mainHeader #HeaderPOP .navbar-nav .nav-list {
  height: 100%;
}
#Header .mainHeader #HeaderPOP .navbar-nav .nav-list .link {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
  text-align: center;
  font-size: 22px;
  height: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 468px) {
  #Header .mainHeader #HeaderPOP .navbar-nav .nav-list .link {
    justify-content: flex-start;
    padding: 20px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .mainHeader #HeaderPOP .navbar-nav .nav-list .link {
    padding: 13px 23.5px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1399px) {
  #Header .mainHeader #HeaderPOP .navbar-nav .nav-list .link {
    padding: 13px 23.5px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header .mainHeader #HeaderPOP .navbar-nav .nav-list .link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1250px) {
  #Header .mainHeader #HeaderPOP .navbar-nav .nav-list .link {
    font-size: 13px;
  }
}

#Header .mainHeader #HeaderPOP .navbar-nav .nav-list .link span {
  position: relative;
  z-index: 1;
}
#Header .mainHeader #HeaderPOP .navbar-nav .nav-list.active .link,
#Header .mainHeader #HeaderPOP .navbar-nav .nav-list:hover .link {
  color: #2bc655;
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader #HeaderPOP .navbar-nav .nav-list.active .link,
  #Header .mainHeader #HeaderPOP .navbar-nav .nav-list:hover .link {
    background: #7c4213;
    color: #fff;
  }
}
#Header .mainHeader .QckContact {
  align-items: center;
  width: 160px;
  height: 100%;
  display: none;
}
@media only screen and (min-width: 468px) {
  #Header .mainHeader .QckContact {
    display: flex;
  }
}
#Header .mainHeader .QckContact .icon {
  border-radius: 50%;
  background-color: #2bc655;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Header .mainHeader .QckContact .icon svg {
  fill: #fff;
  width: 17px;
}
#Header .mainHeader .QckContact ul {
  margin: 0px;
  padding-left: 15px;
}
@media only screen and (min-width: 1441px) {
  #Header .mainHeader .QckContact ul {
    padding-left: 20px;
  }
}
#Header .mainHeader .QckContact ul a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1200px) {
  #Header .mainHeader .QckContact ul a {
    font-size: 17px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header .mainHeader .QckContact ul a {
    font-size: 18px;
    line-height: 22px;
  }
}
#Header .mainHeader .QckContact ul a:hover {
  color: #0b3d34;
}
#Header .mainHeader .MenuIcon {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  #Header .mainHeader .MenuIcon {
    display: none;
  }
}
#Header .mainHeader .MenuIcon button {
  display: block;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 0;
  outline: none;
  padding: 15px;
  margin-right: 0;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  background: #24b24b;
  height: 100%;
}
@media only screen and (max-width: 468px) {
  #Header .mainHeader .MenuIcon button {
    width: 55px;
  }
}
#Header .mainHeader .MenuIcon button span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#Header .mainHeader .MenuIcon button span:nth-child(2) {
  width: 90%;
}
#Header .mainHeader .MenuIcon button span:nth-child(3) {
  width: 66%;
}
#Header .mainHeader .MenuIcon button span:nth-child(4) {
  width: 76%;
}
#Header .mainHeader .MenuIcon button span ~ span {
  margin-top: 8px;
}
@media only screen and (max-width: 468px) {
  #Header .mainHeader .MenuIcon button span ~ span {
    margin-top: 6px;
  }
}
#Header .mainHeader .MenuIcon button.open span {
  width: 100%;
}
#Header.sticky {
  position: fixed;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  z-index: 9000;
  top: 0px;
}
.ReadMore {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24b24b;
  text-transform: uppercase;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 11px;
}
@media only screen and (min-width: 468px) {
  .ReadMore {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .ReadMore {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1550px) {
  .ReadMore {
    font-size: 16px;
  }
}
.ReadMore svg {
  fill: #24b24b;
  transform: rotate(180deg) translateY(2px);
  margin-left: 18px;
  width: 11px;
  height: 11px;
  transition: all 0.5s ease-in-out;
  filter: drop-shadow(0px 0px 0px rgba(243, 185, 34, 0));
}
.ReadMore:hover {
  color: #24b24b;
}
.ReadMore:hover svg {
  filter: drop-shadow(-8px 0px 0px rgba(36, 178, 75, 0.85));
  -webkit-animation: ArrowAnim 0.3s forwards;
  -moz-animation: ArrowAnim 0.3s forwards;
  animation: ArrowAnim 0.3s forwards;
}
.select2-selection {
  height: 38px;
}
@media only screen and (min-width: 468px) {
  .select2-selection {
    height: 43px;
  }
}
.select2-container .select2-selection--single {
  border: 1px solid #d8dbe6;
  border-radius: 3px;
  height: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 468px) {
  .select2-container .select2-selection--single {
    height: 43px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  left: auto;
  right: 10px;
  background: url("../images/back.html") no-repeat;
  border: none;
  width: 8px;
  height: 8px;
  background-size: contain;
  transform: translate(0, -50%) rotate(270deg);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media only screen and (min-width: 468px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
}
.select2-results__option {
  font-size: 12px;
}
@media only screen and (min-width: 468px) {
  .select2-results__option {
    font-size: 14px;
  }
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #0b3d34;
}
.MainHead {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 468px) {
  .MainHead {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .MainHead {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .MainHead {
    margin-bottom: 70px;
  }
}
.MainHead .Head {
  color: #24b24b;
  font-weight: 600;
  font-size: 27px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  .MainHead .Head {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .MainHead .Head {
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  .MainHead .Head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .MainHead .Head {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1550px) {
  .MainHead .Head {
    font-size: 56px;
    line-height: 56px;
  }
}
.MainHead .tagline {
  color: #0b3d34;
  text-transform: uppercase;
  line-height: normal;
  font-size: 15px;
}
@media only screen and (min-width: 468px) {
  .MainHead .tagline {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .MainHead .tagline {
    font-size: 20px;
  }
}
#pageBanner {
  position: relative;
  height: 265px;
}
@media only screen and (min-width: 468px) {
  #pageBanner {
    height: 385px;
  }
}
@media only screen and (min-width: 768px) {
  #pageBanner {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  #pageBanner {
    height: 400px;
  }
}
@media only screen and (min-width: 1550px) {
  #pageBanner {
    height: 400px;
  }
}
#pageBanner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
 
}


#pageBanner .container {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  bottom: 35px;
}
@media only screen and (min-width: 468px) {
  #pageBanner .container {
    bottom: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #pageBanner .container {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #pageBanner .container {
    bottom: 40px;
  }
}
@media only screen and (min-width: 1550px) {
  #pageBanner .container {
    bottom: 55px;
  }
}
#pageBanner .pageHead {
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  line-height: 28px;
}
@media only screen and (min-width: 468px) {
  #pageBanner .pageHead {
    font-size: 40px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  #pageBanner .pageHead {
    font-size: 44px;
    line-height: 40px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #pageBanner .pageHead {
    font-size: 48px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  #pageBanner .pageHead {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1550px) {
  #pageBanner .pageHead {
    font-size: 56px;
    line-height: 52px;
  }
}
#pageBanner .tagLine {
  font-size: 15px;
  line-height: normal;
  color: #fff;
}
@media only screen and (min-width: 468px) {
  #pageBanner .tagLine {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #pageBanner .tagLine {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #pageBanner .tagLine {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  #pageBanner .tagLine {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1550px) {
  #pageBanner .tagLine {
    font-size: 30px;
    line-height: 42px;
  }
}
#WelcomeSec {
  position: relative;
  overflow: hidden;
}
#WelcomeSec .container {
  position: relative;
  padding: 45px 15px 40px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .container {
    padding: 80px 15px 95px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .container {
    padding: 130px 15px 135px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .container {
    padding: 155px 15px 160px;
  }
}
#WelcomeSec .HangingVase {
  position: absolute;
  top: 0px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
  width: 73px;
  left: -8px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .HangingVase {
    width: 125px;
    left: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .HangingVase {
    width: 155px;
    left: -70px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .HangingVase {
    width: 204px;
    left: -120px;
  }
}
#WelcomeSec .palmLeaf {
  position: absolute;
  z-index: 1;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  animation: animateOne 10s 0.5s ease infinite;
  right: -25px;
  top: -65px;
  width: 100px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .palmLeaf {
    top: 20px;
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .palmLeaf {
    width: 165px;
    right: -85px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .palmLeaf {
    width: 200px;
  }
}
#WelcomeSec .DesignLeaf {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: -15px;
  width: 85px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .DesignLeaf {
    left: -25px;
    width: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .DesignLeaf {
    width: 165px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .DesignLeaf {
    left: -35px;
    width: 205px;
  }
}
#WelcomeSec .DesignLeaf img:nth-child(1) {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 8s ease-in-out forwards infinite;
  animation: dipBranch2 8s ease-in-out forwards infinite;
}
#WelcomeSec .DesignLeaf img:nth-child(2) {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -15px;
  width: 40px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: bottom;
  -webkit-animation: dipBranch3 4s ease-in-out forwards infinite;
  animation: dipBranch3 4s ease-in-out forwards infinite;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .DesignLeaf img:nth-child(2) {
    top: -25px;
    width: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .DesignLeaf img:nth-child(2) {
    top: -55px;
    width: 110px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .DesignLeaf img:nth-child(2) {
    top: -60px;
    width: 137px;
  }
}
#WelcomeSec .BluredSingle {
  position: absolute;
  z-index: -1;
  right: -15px;
  bottom: -35px;
  width: 70px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .BluredSingle {
    right: -20px;
    bottom: -50px;
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .BluredSingle {
    right: -35px;
    bottom: -75px;
    width: 160px;
  }
}
#WelcomeSec .LftBox {
  padding: 0 15px 10px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .LftBox {
    padding: 0 15px 25px 90px;
  }
}
@media only screen and (min-width: 768px) {
  #WelcomeSec .LftBox {
    padding: 20px 25px 25px 90px;
  }
}
@media only screen and (min-width: 992px) {
  #WelcomeSec .LftBox {
    padding: 35px 45px 35px 90px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .LftBox {
    padding: 35px 75px 35px 108px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .LftBox {
    padding: 50px 125px 35px 108px;
  }
}
#WelcomeSec .HeadSec {
  margin-bottom: 20px;
  padding-left: 45px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .HeadSec {
    margin-bottom: 30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #WelcomeSec .HeadSec {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .HeadSec {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .HeadSec {
    margin-bottom: 50px;
  }
}
#WelcomeSec .HeadSec .head {
  color: #24b24b;
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 27px;
  line-height: 28px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .HeadSec .head {
    font-size: 40px;
    line-height: 38px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  #WelcomeSec .HeadSec .head {
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #WelcomeSec .HeadSec .head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .HeadSec .head {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .HeadSec .head {
    font-size: 56px;
    line-height: 52px;
    margin-bottom: 20px;
  }
}
#WelcomeSec .HeadSec .sub {
  color: #0b3d34;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #WelcomeSec .HeadSec .sub {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  #WelcomeSec .HeadSec .sub {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .HeadSec .sub {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .HeadSec .sub {
    font-size: 30px;
  }
}
#WelcomeSec .RitBox {
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  #WelcomeSec .RitBox {
    padding: 0 25px 0 35px;
  }
}
#WelcomeSec .RitBox #RoundShape {
  opacity: 0.2;
  fill: #24b24b;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: -80px;
  width: 180px;
  left: -65px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .RitBox #RoundShape {
    top: -55px;
    width: 170px;
    left: -20px;
  }
}
@media only screen and (min-width: 992px) {
  #WelcomeSec .RitBox #RoundShape {
    left: -75px;
  }
}
@media only screen and (min-width: 1200px) {
  #WelcomeSec .RitBox #RoundShape {
    top: -120px;
    left: -90px;
    width: 205px;
  }
}
@media only screen and (min-width: 1550px) {
  #WelcomeSec .RitBox #RoundShape {
    left: -145px;
    width: 280px;
  }
}
#WelcomeSec .RitBox .ImgBox {
  height: 260px;
}
@media only screen and (min-width: 468px) {
  #WelcomeSec .RitBox .ImgBox {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) {
  #WelcomeSec .RitBox .ImgBox {
    height: 100%;
  }
}
#WelcomeSec .RitBox .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OurServices {
  overflow: hidden;
  position: relative;
}
#OurServices::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #08322a;
  opacity: 0.7;
}
#OurServices #RoundShape {
  opacity: 0.302;
  fill: #24b24b;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: -15px;
  right: 20px;
  z-index: 0;
  width: 135px;
}
@media only screen and (min-width: 468px) {
  #OurServices #RoundShape {
    left: 108px;
    right: auto;
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurServices #RoundShape {
    width: 205px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurServices #RoundShape {
    width: 280px;
  }
}
#OurServices .container {
  position: relative;
}
#OurServices .row {
  margin: 0px;
  padding: 0px;
}
#OurServices .LftBox {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 45px 0 15px 0;
}
@media only screen and (min-width: 468px) {
  #OurServices .LftBox {
    padding: 95px 35px 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  #OurServices .LftBox {
    width: 285px;
  }
}
@media only screen and (min-width: 992px) {
  #OurServices .LftBox {
    width: 335px;
    padding: 145px 50px 50px 0;
  }
}
@media only screen and (min-width: 1550px) {
  #OurServices .LftBox {
    width: 430px;
    padding: 145px 140px 50px 0;
  }
}
#OurServices .LftBox .head {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 468px) {
  #OurServices .LftBox .head {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #OurServices .LftBox .head {
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #OurServices .LftBox .head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurServices .LftBox .head {
    font-size: 52px;
    line-height: 48px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurServices .LftBox .head {
    font-size: 56px;
    line-height: 52px;
  }
}
#OurServices .LftBox .sub {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 468px) {
  #OurServices .LftBox .sub {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  #OurServices .LftBox .sub {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurServices .LftBox .sub {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurServices .LftBox .sub {
    font-size: 33px;
    line-height: 38px;
  }
}
#OurServices .RitBox {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 468px) {
  #OurServices .RitBox {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) {
  #OurServices .RitBox {
    margin-bottom: -1px;
    width: calc(100% - 285px);
    border-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #OurServices .RitBox {
    width: calc(100% - 335px);
  }
}
@media only screen and (min-width: 1550px) {
  #OurServices .RitBox {
    width: calc(100% - 430px);
  }
}
#OurServices .RitBox .box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.3s;
  opacity: 0;
  padding: 25px 25px 45px;
}
@media only screen and (max-width: 468px) {
  #OurServices .RitBox .box {
    width: 100%;
  }
}
@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box {
    padding: 40px 25px 45px;
    min-height: 260px;
  }
}
@media only screen and (min-width: 992px) {
  #OurServices .RitBox .box {
    min-height: 295px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box {
    padding: 55px 30px 60px;
    min-height: 350px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurServices .RitBox .box {
    padding: 70px 30px 85px;
    min-height: 395px;
  }
}
#OurServices .RitBox .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0;
  background-color: #24b24b;
  transition: all 0.3s;
  z-index: 0;
}
#OurServices .RitBox .box .align {
  position: relative;
  z-index: 1;
}
#OurServices .RitBox .box .icon {
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .icon {
    margin-bottom: 30px;
  }
}
#OurServices .RitBox .box .icon svg {
  fill: #24b24b;
  transition: all 0.3s;
  width: 60px;
}
@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .icon svg {
    width: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box .icon svg {
    width: 80px;
  }
}
#OurServices .RitBox .box .serviceName {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .serviceName {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box .serviceName {
    font-size: 22px;
  }
}
#OurServices .RitBox .box .ReadMore {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .ReadMore {
    position: absolute;
    left: 25px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box .ReadMore {
    left: 30px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurServices .RitBox .box .ReadMore {
    bottom: 85px;
  }
}
#OurServices .RitBox .box:hover {
  border-color: #24b24b;
}
#OurServices .RitBox .box:hover::after {
  height: 100%;
}
#OurServices .RitBox .box:hover .icon svg {
  fill: #fff;
  -webkit-animation: hovicon 0.3s forwards;
  -moz-animation: hovicon 0.3s forwards;
  animation: hovicon 0.3s forwards;
}
#OurServices .RitBox .box:hover .ReadMore {
  color: #fff;
}
#OurServices .RitBox .box:hover .ReadMore svg {
  fill: #fff;
}
#OurServices .RitBox .box:hover .ReadMore:hover svg {
  filter: drop-shadow(-8px 0px 0px rgba(255, 255, 255, 0.85));
}
#OurProducts .container {
  position: relative;
}
@media only screen and (min-width: 468px) {
  #OurProducts .icons {
    opacity: 0;
  }
}
#OurProducts .plant {
  position: absolute;
  left: 30px;
  z-index: 1;
  top: -80px;
  width: 210px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .plant {
    top: -105px;
    width: 255px;
  }
}
@media only screen and (min-width: 768px) {
  #OurProducts .plant {
    top: -125px;
    width: 315px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProducts .plant {
    top: -145px;
    width: 355px;
  }
}
#OurProducts .wrap {
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .wrap {
    padding: 80px 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  #OurProducts .wrap {
    padding: 85px 0 65px;
  }
}
@media only screen and (min-width: 992px) {
  #OurProducts .wrap {
    padding: 85px 0 75px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProducts .wrap {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProducts .wrap {
    padding: 100px 0 125px;
  }
}
#OurProducts .BluredSingle {
  position: absolute;
  left: -44px;
  transform: rotate(40deg);
  top: 40px;
  width: 80px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .BluredSingle {
    top: 22px;
    width: 105px;
  }
}
@media only screen and (min-width: 768px) {
  #OurProducts .BluredSingle {
    width: 133px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProducts .BluredSingle {
    width: 174px;
  }
}
#OurProducts .DesignLeaf {
  position: absolute;
  top: 25px;
  z-index: 1;
  width: 85px;
  right: -30px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .DesignLeaf {
    width: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProducts .DesignLeaf {
    width: 165px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProducts .DesignLeaf {
    width: 205px;
  }
}
#OurProducts .DesignLeaf img {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 12s ease-in-out forwards infinite;
  animation: dipBranch2 12s ease-in-out forwards infinite;
}
#OurProducts .DesignLeaf2 {
  position: absolute;
  z-index: 0;
  width: 85px;
  left: -45px;
  bottom: 115px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .DesignLeaf2 {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #OurProducts .DesignLeaf2 {
    width: 125px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProducts .DesignLeaf2 {
    width: 165px;
  }
}
#OurProducts .DesignLeaf2 img:nth-child(1) {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 8s ease-in-out forwards infinite;
  animation: dipBranch2 8s ease-in-out forwards infinite;
}
#OurProducts .DesignLeaf2 img:nth-child(2) {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -45px;
  width: 75px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: bottom;
  -webkit-animation: dipBranch3 4s ease-in-out forwards infinite;
  animation: dipBranch3 4s ease-in-out forwards infinite;
}
@media only screen and (min-width: 768px) {
  #OurProducts .DesignLeaf2 img:nth-child(2) {
    top: -75px;
    width: 92px;
  }
}
#OurProducts .BluredSingle2 {
  position: absolute;
  right: -55px;
  bottom: 170px;
  transform: rotate(70deg);
  width: 105px;
}
@media only screen and (min-width: 768px) {
  #OurProducts .BluredSingle2 {
    width: 174px;
  }
}
#OurProducts .box {
  text-align: center;
  display: block;
  padding-top: 45px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .box {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProducts .box {
    padding-top: 85px;
  }
}
#OurProducts .box .imgWrap {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .box .imgWrap {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProducts .box .imgWrap {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProducts .box .imgWrap {
    margin-bottom: 35px;
  }
}
#OurProducts .box .imgWrap svg {
  opacity: 0.3;
  fill: #24b24b;
  position: absolute;
  width: 50px;
  left: 25px;
  top: -40px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .box .imgWrap svg {
    width: 75px;
    left: 15px;
    top: -65px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProducts .box .imgWrap svg {
    width: 96px;
    left: 25px;
    top: -85px;
  }
}
#OurProducts .box .imgBox {
  border: 10px solid #bde8c9;
  border-radius: 50%;
  /* background-color: #093029; */
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  width: 215px;
  height: 215px;
}
@media only screen and (min-width: 1200px) {
  #OurProducts .box .imgBox {
    width: 255px;
    height: 255px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProducts .box .imgBox {
    width: 278px;
    height: 278px;
  }
}
#OurProducts .box .imgBox img {
  animation: ImgZoomOut 1s forwards;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OurProducts .box .imgBox .ViewMore {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .box .imgBox .ViewMore {
    font-size: 18px;
  }
}
#OurProducts .box .ProDtl .ProName {
  color: #24b24b;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 24px;
}
@media only screen and (min-width: 468px) {
  #OurProducts .box .ProDtl .ProName {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProducts .box .ProDtl .ProName {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProducts .box .ProDtl .ProName {
    margin-bottom: 15px;
  }
}
#OurProducts .box .ProDtl .info {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  #OurProducts .box .ProDtl .info {
    font-size: 16px;
    line-height: 26px;
  }
}
#OurProducts .box:hover .imgBox {
  box-shadow: -0.733px 13.981px 30px 0px rgba(12, 42, 37, 0.2);
}
#OurProducts .box:hover .imgBox img {
  opacity: 0.25;
  animation: ImgZoom 1s forwards;
}
#OurProducts .box:hover .imgBox .ViewMore {
  opacity: 1;
}
#testimonial {
  overflow: hidden;
  position: relative;
}
#testimonial::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #08322a;
  opacity: 0.7;
}
#testimonial .owl-stage {
  display: flex;
}
#testimonial .owl-stage .owl-item {
  height: 100%;
}
#testimonial #RoundShape {
  opacity: 0.302;
  fill: #24b24b;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 35px;
  z-index: 0;
  width: 135px;
  right: 20px;
}
@media only screen and (min-width: 468px) {
  #testimonial #RoundShape {
    width: 170px;
    right: 108px;
  }
}
@media only screen and (min-width: 768px) {
  #testimonial #RoundShape {
    left: 108px;
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #testimonial #RoundShape {
    width: 205px;
  }
}
@media only screen and (min-width: 1550px) {
  #testimonial #RoundShape {
    width: 280px;
  }
}
#testimonial .container {
  position: relative;
  padding: 50px 15px 30px;
}
@media only screen and (min-width: 468px) {
  #testimonial .container {
    padding: 75px 15px 45px;
  }
}
@media only screen and (min-width: 992px) {
  #testimonial .container {
    padding: 100px 15px 65px;
  }
}
@media only screen and (min-width: 1200px) {
  #testimonial .container {
    padding: 145px 15px 85px;
  }
}
#testimonial .LftBox {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 468px) {
  #testimonial .LftBox {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  #testimonial .LftBox {
    width: 285px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  #testimonial .LftBox {
    width: 335px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1550px) {
  #testimonial .LftBox {
    width: 430px;
    padding-right: 85px;
  }
}
#testimonial .LftBox .head {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 468px) {
  #testimonial .LftBox .head {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #testimonial .LftBox .head {
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #testimonial .LftBox .head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #testimonial .LftBox .head {
    font-size: 52px;
    line-height: 48px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1550px) {
  #testimonial .LftBox .head {
    font-size: 56px;
    line-height: 52px;
  }
}
#testimonial .LftBox .sub {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
@media only screen and (min-width: 468px) {
  #testimonial .LftBox .sub {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  #testimonial .LftBox .sub {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  #testimonial .LftBox .sub {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1550px) {
  #testimonial .LftBox .sub {
    font-size: 33px;
    line-height: 38px;
  }
}
#testimonial .RitBox {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #testimonial .RitBox {
    width: calc(100% - 285px);
  }
}
@media only screen and (min-width: 992px) {
  #testimonial .RitBox {
    width: calc(100% - 335px);
  }
}
@media only screen and (min-width: 1550px) {
  #testimonial .RitBox {
    width: calc(100% - 430px);
  }
}
#testimonial .RitBox .owl-dots {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
@media only screen and (min-width: 468px) {
  #testimonial .RitBox .owl-dots {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #testimonial .RitBox .owl-dots {
    margin-top: 55px;
  }
}
#testimonial .RitBox .owl-dots button {
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
  width: 7px;
  height: 7px;
}
@media only screen and (min-width: 468px) {
  #testimonial .RitBox .owl-dots button {
    width: 9px;
    height: 9px;
  }
}
#testimonial .RitBox .owl-dots button:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (min-width: 468px) {
  #testimonial .RitBox .owl-dots button:not(:last-of-type) {
    margin-right: 30px;
  }
}
#testimonial .RitBox .owl-dots button.active {
  background: #24b24b;
}
#testimonial .RitBox .box {
  border-radius: 10px;
  background-color: rgba(19, 101, 86, 0.502);
  position: relative;
  margin-top: 30px;
  padding: 35px 25px 25px;
}
@media only screen and (min-width: 768px) {
  #testimonial .RitBox .box {
    padding: 45px 25px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #testimonial .RitBox .box {
    padding: 65px 35px 35px;
  }
}
#testimonial .RitBox .box svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  left: 35px;
  fill: #fff;
  width: 52px;
  top: -30px;
}
@media only screen and (min-width: 768px) {
  #testimonial .RitBox .box svg {
    width: 65px;
    top: -38px;
  }
}
#testimonial .RitBox .box .msg p {
  color: #fff;
  margin: 0px;
}
@media only screen and (min-width: 1441px) {
  #testimonial .RitBox .box .msg p {
    line-height: 24px;
  }
}
#testimonial .RitBox .box .BoxFoot {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
#testimonial .RitBox .box .BoxFoot .Dp {
  border-radius: 50%;
  top: 3810px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 57px;
  height: 57px;
}
@media only screen and (min-width: 768px) {
  #testimonial .RitBox .box .BoxFoot .Dp {
    width: 67px;
    height: 67px;
  }
}
#testimonial .RitBox .box .BoxFoot .Dp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#testimonial .RitBox .box .BoxFoot .txt {
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  #testimonial .RitBox .box .BoxFoot .txt {
    padding-left: 25px;
  }
}
#testimonial .RitBox .box .BoxFoot .txt .Name {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  #testimonial .RitBox .box .BoxFoot .txt .Name {
    margin-bottom: 4px;
    font-size: 20px;
  }
}
#testimonial .RitBox .box .BoxFoot .txt .Position {
  font-size: 13px;
  color: #24b24b;
}
@media only screen and (min-width: 768px) {
  #testimonial .RitBox .box .BoxFoot .txt .Position {
    font-size: 15px;
  }
}
#OurProjects {
  position: relative;
  overflow: hidden;
  padding: 45px 15px 25px;
}
@media only screen and (min-width: 468px) {
  #OurProjects {
    padding: 75px 15px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProjects {
    padding: 100px 55px 25px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProjects {
    padding: 115px 55px 25px;
  }
}
#OurProjects .GalleryGrid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  grid-auto-rows: 130px;
}
@media only screen and (min-width: 468px) {
  #OurProjects .GalleryGrid {
    gap: 15px;
    grid-auto-rows: 210px;
  }
}
@media only screen and (min-width: 768px) {
  #OurProjects .GalleryGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  #OurProjects .GalleryGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurProjects .GalleryGrid {
    grid-auto-rows: 255px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurProjects .GalleryGrid {
    grid-auto-rows: 295px;
  }
}
#OurProjects .GalleryGrid .tall {
  grid-row: span 2 / auto;
}
@media (max-width: 992px) and (min-width: 768px) {
  #OurProjects .GalleryGrid .item:last-of-type {
    grid-column: span 2 / auto;
  }
}
#OurProjects .GalleryGrid a {
  display: block;
  height: 100%;
  background-color:#DEDEE0;
  position: relative;
  overflow: hidden;
}
#OurProjects .GalleryGrid a::after {
  content: "";
  background: url("../images/plus.svg") no-repeat rgba(10, 45, 39, 0.7) center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  background-size: 30px;
}
@media only screen and (min-width: 468px) {
  #OurProjects .GalleryGrid a::after {
    background-size: 45px;
  }
}
#OurProjects .GalleryGrid a img {
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OurProjects .GalleryGrid a:hover::after {
  opacity: 1;
}
#OurProjects .GalleryGrid a:hover img {
  transform: scale(1.1);
}
#Benefits {
  position: relative;
  overflow: hidden;
  padding: 25px 0 20px;
}
@media only screen and (min-width: 468px) {
  #Benefits {
    padding: 65px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #Benefits {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1550px) {
  #Benefits {
    padding: 100px 0;
  }
}
#Benefits .shape {
  position: absolute;
  opacity: 0.102;
  fill: #24b24b;
  width: 90px;
}
@media only screen and (min-width: 468px) {
  #Benefits .shape {
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  #Benefits .shape {
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #Benefits .shape {
    width: 205px;
  }
}
@media only screen and (min-width: 1550px) {
  #Benefits .shape {
    width: 280px;
  }
}
#Benefits .LftShape {
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  left: -20px;
  bottom: 0px;
}
@media only screen and (min-width: 468px) {
  #Benefits .LftShape {
    left: -73px;
    bottom: 20px;
  }
}
#Benefits .RitShape {
  right: 25px;
  top: 0px;
  -webkit-animation-name: bubbleFloating2;
  animation-name: bubbleFloating2;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#Benefits .owl-stage-outer {
  overflow: visible;
  padding-bottom: 25px;
}
#Benefits .owl-stage {
  display: flex;
}
#Benefits .owl-item {
  opacity: 0;
  transition: opacity 500ms;
  display: flex;
  flex: 1 0 auto;
}
#Benefits .owl-item.active {
  opacity: 1;
}
#Benefits .container {
  overflow: hidden;
}
#Benefits .box {
  color: #0b3d34;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(11, 61, 52, 0.1);
  text-align: center;
  font-weight: 500;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  font-size: 16px;
  padding: 25px 15px 30px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  #Benefits .box {
    padding: 22px 15px 40px;
    font-size: 20px;
  }
}
#Benefits .box .icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 45px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  #Benefits .box .icon {
    height: 55px;
    margin-bottom: 27px;
  }
}
#Benefits .box .icon svg,
#Benefits .box .icon img {
  fill: #24b24b;
  width: 50px;
  height: 45px;
  object-fit: contain;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  #Benefits .box .icon svg,
  #Benefits .box .icon img {
    width: 57px;
    height: 57px;
  }
}
#Benefits .box:hover {
  background: #24b24b;
  color: #fff;
}
#Benefits .box:hover .icon svg {
  fill: #fff;
}
#Benefits .box:hover .icon img {
  filter: brightness(12);
}
#MainSlider {
  position: relative;
}
#MainSlider .carousel-item {
  height: 355px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item {
    height: 460px;
  }
}
@media only screen and (min-width: 768px) {
  #MainSlider .carousel-item {
    height: 590px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider .carousel-item {
    height: 670px;
  }
}
@media only screen and (min-width: 1550px) {
  #MainSlider .carousel-item {
    height: 770px;
  }
}
#MainSlider .carousel-item .cntnBox {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  bottom: 75px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item .cntnBox {
    bottom: 105px;
  }
}
@media only screen and (min-width: 768px) {
  #MainSlider .carousel-item .cntnBox {
    bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider .carousel-item .cntnBox {
    bottom: 190px;
  }
}
@media only screen and (min-width: 1550px) {
  #MainSlider .carousel-item .cntnBox {
    bottom: 240px;
  }
}
#MainSlider .carousel-item .cntnBox .MainTxt {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item .cntnBox .MainTxt {
    font-size: 44px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  #MainSlider .carousel-item .cntnBox .MainTxt {
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider .carousel-item .cntnBox .MainTxt {
    font-size: 56px;
    line-height: 54px;
  }
}
#MainSlider .carousel-item .cntnBox .SubTxt {
  font-weight: 400;
  margin-top: 5px;
  font-size: 18px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item .cntnBox .SubTxt {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  #MainSlider .carousel-item .cntnBox .SubTxt {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider .carousel-item .cntnBox .SubTxt {
    font-size: 30px;
  }
}
#MainSlider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#MainSlider .FlxBox {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  bottom: 30px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .FlxBox {
    bottom: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #MainSlider .FlxBox {
    bottom: 85px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider .FlxBox {
    bottom: 115px;
  }
}
@media only screen and (min-width: 1550px) {
  #MainSlider .FlxBox {
    bottom: 150px;
  }
}
#MainSlider .FlxBox .carousel-indicators {
  position: unset;
  margin: 0px;
}
#MainSlider .FlxBox .carousel-indicators button {
  border-radius: 50%;
  background-color: #fff;
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
  transition: all 0.3s;
  width: 7px;
  height: 7px;
  margin-right: 15px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .FlxBox .carousel-indicators button {
    width: 9px;
    height: 9px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider .FlxBox .carousel-indicators button {
    margin-right: 30px;
  }
}
#MainSlider .FlxBox .carousel-indicators button.active {
  background: #24b24b;
}
#MainSlider .FlxBox .SlideCount {
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 1.5px;
  margin-top: 1px;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .FlxBox .SlideCount {
    font-size: 16px;
  }
}
#MainSlider .FlxBox .SlideCount span {
  color: #24b24b;
}
#OurViZMiZ {
  overflow: hidden;
  position: relative;
}
#OurViZMiZ::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #08322a;
  opacity: 0.7;
}
#OurViZMiZ #RoundShape {
  opacity: 0.302;
  fill: #24b24b;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: -15px;
  right: 20px;
  z-index: 0;
  width: 135px;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ #RoundShape {
    left: 108px;
    right: auto;
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurViZMiZ #RoundShape {
    width: 205px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurViZMiZ #RoundShape {
    width: 280px;
  }
}
#OurViZMiZ .container {
  position: relative;
}
#OurViZMiZ .row {
  margin: 0px;
  padding: 0px;
}
#OurViZMiZ .LftBox {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 45px 0 15px 0;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .LftBox {
    padding: 95px 35px 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  #OurViZMiZ .LftBox {
    width: 285px;
  }
}
@media only screen and (min-width: 992px) {
  #OurViZMiZ .LftBox {
    width: 335px;
    padding: 145px 50px 50px 0;
  }
}
@media only screen and (min-width: 1550px) {
  #OurViZMiZ .LftBox {
    width: 430px;
    padding: 145px 140px 50px 0;
  }
}
#OurViZMiZ .LftBox .head {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .LftBox .head {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #OurViZMiZ .LftBox .head {
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #OurViZMiZ .LftBox .head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurViZMiZ .LftBox .head {
    font-size: 52px;
    line-height: 48px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurViZMiZ .LftBox .head {
    font-size: 56px;
    line-height: 52px;
  }
}
#OurViZMiZ .LftBox .sub {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .LftBox .sub {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  #OurViZMiZ .LftBox .sub {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurViZMiZ .LftBox .sub {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurViZMiZ .LftBox .sub {
    font-size: 33px;
    line-height: 38px;
  }
}
#OurViZMiZ .RitBox {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .RitBox {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) {
  #OurViZMiZ .RitBox {
    margin-bottom: -1px;
    width: calc(100% - 285px);
    border-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #OurViZMiZ .RitBox {
    width: calc(100% - 335px);
  }
}
@media only screen and (min-width: 1550px) {
  #OurViZMiZ .RitBox {
    width: calc(100% - 430px);
  }
}
#OurViZMiZ .RitBox .box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.3s;
  opacity: 0;
  padding: 25px 25px 45px;
}
#OurViZMiZ .RitBox .box.empty {
  display: none;
  pointer-events: none;
}
@media only screen and (max-width: 468px) {
  #OurViZMiZ .RitBox .box {
    width: 100%;
  }
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .RitBox .box {
    padding: 40px 25px 45px;
    min-height: 260px;
  }
}
@media only screen and (min-width: 992px) {
  #OurViZMiZ .RitBox .box {
    min-height: 295px;
  }
  #OurViZMiZ .RitBox .box.empty {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #OurViZMiZ .RitBox .box {
    padding: 40px 30px 55px;
    min-height: 350px;
  }
}
@media only screen and (min-width: 1550px) {
  #OurViZMiZ .RitBox .box {
    min-height: 390px;
  }
}
#OurViZMiZ .RitBox .box .icon {
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .RitBox .box .icon {
    margin-bottom: 30px;
  }
}
#OurViZMiZ .RitBox .box .icon svg {
  fill: #24b24b;
  transition: all 0.3s;
  width: 65px;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .RitBox .box .icon svg {
    width: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurViZMiZ .RitBox .box .icon svg {
    width: 80px;
  }
}
#OurViZMiZ .RitBox .box .serviceName {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  #OurViZMiZ .RitBox .box .serviceName {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurViZMiZ .RitBox .box .serviceName {
    font-size: 22px;
  }
}
#OurViZMiZ .RitBox .box p {
  color: #fff;
  margin: 0;
}
#OurViZMiZ .RitBox .box:hover {
  border-color: #24b24b;
  background-color: #24b24b;
}
#OurViZMiZ .RitBox .box:hover .icon svg {
  fill: #fff;
  -webkit-animation: hovicon 0.3s forwards;
  -moz-animation: hovicon 0.3s forwards;
  animation: hovicon 0.3s forwards;
}
#SerVRender {
  position: relative;
}
#SerVRender .container {
  position: relative;
}
@media only screen and (min-width: 468px) {
  #SerVRender .icons {
    opacity: 0;
  }
}
#SerVRender .plant {
  position: absolute;
  z-index: 1;
  top: -80px;
  width: 210px;
  left: 0px;
}
@media only screen and (min-width: 468px) {
  #SerVRender .plant {
    top: -105px;
    left: 125px;
    width: 255px;
  }
}
@media only screen and (min-width: 992px) {
  #SerVRender .plant {
    top: -125px;
    width: 315px;
  }
}
@media only screen and (min-width: 1550px) {
  #SerVRender .plant {
    top: -145px;
    width: 355px;
    left: 125px;
  }
}
#SerVRender .DesignLeaf {
  position: absolute;
  z-index: -1;
  width: 85px;
  left: -35px;
  bottom: -10px;
}
@media only screen and (min-width: 468px) {
  #SerVRender .DesignLeaf {
    width: 100px;
    bottom: -65px;
  }
}
@media only screen and (min-width: 992px) {
  #SerVRender .DesignLeaf {
    width: 125px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  #SerVRender .DesignLeaf {
    width: 165px;
  }
}
#SerVRender .DesignLeaf img:nth-child(1) {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 8s ease-in-out forwards infinite;
  animation: dipBranch2 8s ease-in-out forwards infinite;
}
#SerVRender .DesignLeaf img:nth-child(2) {
  position: absolute;
  left: -18px;
  z-index: -1;
  top: -45px;
  width: 75px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: bottom;
  -webkit-animation: dipBranch3 4s ease-in-out forwards infinite;
  animation: dipBranch3 4s ease-in-out forwards infinite;
}
@media only screen and (min-width: 992px) {
  #SerVRender .DesignLeaf img:nth-child(2) {
    top: -75px;
    width: 135px;
  }
}
#SerVRender .wrap {
  overflow: hidden;
}
#SerVRender .wrap .container {
  padding: 75px 20px 50px;
}
@media only screen and (min-width: 992px) {
  #SerVRender .wrap .container {
    padding: 50px 85px 90px 100px;
  }
}
@media only screen and (min-width: 1200px) {
  #SerVRender .wrap .container {
    padding: 95px 105px 95px 145px;
  }
}
@media only screen and (min-width: 1550px) {
  #SerVRender .wrap .container {
    padding: 120px 125px 130px 175px;
  }
}
@media only screen and (min-width: 992px) {
  #SerVRender .wrap .LftBOx {
    padding: 100px 70px 0 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  #SerVRender .wrap .LftBOx {
    padding: 110px 155px 0 0;
  }
}
#SerVRender .wrap .LftBOx .title {
  color: #24b24b;
  font-weight: 600;
  font-size: 27px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  #SerVRender .wrap .LftBOx .title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #SerVRender .wrap .LftBOx .title {
    font-size: 44px;
    line-height: 40px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #SerVRender .wrap .LftBOx .title {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #SerVRender .wrap .LftBOx .title {
    font-size: 52px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1550px) {
  #SerVRender .wrap .LftBOx .title {
    font-size: 56px;
    line-height: 52px;
  }
}
#SerVRender .wrap .RitBOx {
  height: fit-content;
  height: -moz-fit-content;
}
@media only screen and (min-width: 992px) {
  #SerVRender .wrap .RitBOx {
    position: relative;
  }
}
#SerVRender .wrap .RitBOx .BluredSingle {
  position: absolute;
  z-index: -1;
  right: 34px;
  top: 20px;
  width: 70px;
  display: none;
}
@media only screen and (min-width: 992px) {
  #SerVRender .wrap .RitBOx .BluredSingle {
    display: block;
  }
}
@media only screen and (min-width: 468px) {
  #SerVRender .wrap .RitBOx .BluredSingle {
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  #SerVRender .wrap .RitBOx .BluredSingle {
    width: 135px;
  }
}
#SerVRender .wrap .RitBOx .SingleLeaf {
  position: absolute;
  z-index: -1;
  right: 0px;
  bottom: 8px;
  width: 70px;
}
@media only screen and (min-width: 468px) {
  #SerVRender .wrap .RitBOx .SingleLeaf {
    width: 115px;
  }
}
@media only screen and (min-width: 992px) {
  #SerVRender .wrap .RitBOx .SingleLeaf {
    right: 0px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  #SerVRender .wrap .RitBOx .SingleLeaf {
    width: 155px;
  }
}
#SerVRender .wrap .RitBOx svg {
  fill: #24b24b;
  opacity: 0.2;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 0px;
  width: 180px;
  right: 0px;
}
@media only screen and (min-width: 468px) {
  #SerVRender .wrap .RitBOx svg {
    top: -55px;
    width: 170px;
  }
}
@media only screen and (min-width: 992px) {
  #SerVRender .wrap .RitBOx svg {
    position: unset;
    animation: none;
    width: 320px;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  #SerVRender .wrap .RitBOx svg {
    width: 320px;
  }
}
@media only screen and (min-width: 1550px) {
  #SerVRender .wrap .RitBOx svg {
    width: 360px;
  }
}
@media only screen and (max-width: 468px) {
  .ProductsPage #OurProducts .wrap {
    padding: 55px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductsPage #OurProducts .wrap {
    padding: 100px 0 45px;
  }
}
@media only screen and (min-width: 1550px) {
  .ProductsPage #OurProducts .wrap {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 468px) {
  .ProductsPage #OurProducts .BluredSingle {
    top: -18px;
  }
}
.ProductsPage #OurProducts .DesignLeaf {
  top: 0px;
}
.ProductsPage #OurProducts .DesignLeaf img {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 8s ease-in-out forwards infinite;
  animation: dipBranch2 8s ease-in-out forwards infinite;
}
@media only screen and (min-width: 1200px) {
  .ProductsPage #OurProducts .DesignLeaf {
    top: -30px;
  }
}
@media only screen and (min-width: 468px) {
  .ProductsPage #OurProducts .DesignLeaf2,
  .ProductsPage #OurProducts .BluredSingle2 {
    bottom: auto;
    top: 525px;
  }
}
.ProductsPage #OurProducts .DesignLeaf2 {
  left: -45px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #OurProducts .DesignLeaf2 {
    left: -65px;
  }
}
.ProductsPage #OurProducts .icons {
  opacity: 1;
}
.ProductsPage #OurProducts .box {
  padding-bottom: 45px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #OurProducts .box {
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductsPage #OurProducts .box {
    padding-bottom: 85px;
  }
}
.ProductsPage #ProDtl {
  position: relative;
  overflow: hidden;
  padding: 40px 0 20px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl {
    padding: 75px 0 35px;
  }
}
@media only screen and (min-width: 992px) {
  .ProductsPage #ProDtl {
    padding: 100px 0 60px;
  }
}
@media only screen and (min-width: 1550px) {
  .ProductsPage #ProDtl {
    padding: 125px 0 85px;
  }
}
.ProductsPage #ProDtl .BluredSingle {
  position: absolute;
  left: -44px;
  transform: rotate(40deg);
  top: 40px;
  width: 80px;
  z-index: 1;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .BluredSingle {
    top: 22px;
    width: 105px;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .BluredSingle {
    width: 133px;
  }
}
@media only screen and (min-width: 1550px) {
  .ProductsPage #ProDtl .BluredSingle {
    width: 174px;
  }
}
.ProductsPage #ProDtl .DesignLeaf {
  position: absolute;
  top: 25px;
  width: 85px;
  right: -30px;
  z-index: 1;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .DesignLeaf {
    width: 125px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductsPage #ProDtl .DesignLeaf {
    width: 165px;
    top: -25px;
  }
}
@media only screen and (min-width: 1550px) {
  .ProductsPage #ProDtl .DesignLeaf {
    width: 205px;
  }
}
.ProductsPage #ProDtl .DesignLeaf img {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 8s ease-in-out forwards infinite;
  animation: dipBranch2 8s ease-in-out forwards infinite;
}
.ProductsPage #ProDtl .DesignLeaf2 {
  position: absolute;
  z-index: -1;
  width: 85px;
  left: -45px;
  bottom: 115px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .DesignLeaf2 {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .DesignLeaf2 {
    width: 125px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductsPage #ProDtl .DesignLeaf2 {
    width: 165px;
  }
}
.ProductsPage #ProDtl .DesignLeaf2 img:nth-child(1) {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 8s ease-in-out forwards infinite;
  animation: dipBranch2 8s ease-in-out forwards infinite;
}
.ProductsPage #ProDtl .DesignLeaf2 img:nth-child(2) {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -45px;
  width: 75px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: bottom;
  -webkit-animation: dipBranch3 4s ease-in-out forwards infinite;
  animation: dipBranch3 4s ease-in-out forwards infinite;
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .DesignLeaf2 img:nth-child(2) {
    top: -75px;
    width: 92px;
  }
}
.ProductsPage #ProDtl .BluredSingle2 {
  position: absolute;
  right: -55px;
  bottom: 170px;
  transform: rotate(70deg);
  width: 105px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .BluredSingle2 {
    width: 174px;
    right: -85px;
  }
}
.ProductsPage #ProDtl .proSlideSec {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .proSlideSec {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ProductsPage #ProDtl .proSlideSec .slick-list,
  .ProductsPage #ProDtl .proSlideSec .slick-track {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .ProductsPage #ProDtl .proSlideSec {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductsPage #ProDtl .proSlideSec {
    padding-right: 55px;
  }
}
@media only screen and (min-width: 1550px) {
  .ProductsPage #ProDtl .proSlideSec {
    padding-right: 70px;
  }
}
.ProductsPage #ProDtl .proSlideSec .slick-slider {
  z-index: 0;
}
.ProductsPage #ProDtl .proSlideSec .slick-list {
  overflow: hidden;
}
.ProductsPage #ProDtl .proSlideSec .mainSlide {
  order: 1;
  width: 100%;
  height: calc(100% - 66px);
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .proSlideSec .mainSlide {
    height: auto;
    padding-left: 20px;
    width: calc(100% - 105px);
  }
}
@media only screen and (min-width: 1441px) {
  .ProductsPage #ProDtl .proSlideSec .mainSlide {
    width: calc(100% - 133px);
  }
}
@media (max-width: 991px) and (min-width: 468px) {
  .ProductsPage #ProDtl .proSlideSec .mainSlide {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 468px) {
  .ProductsPage #ProDtl .proSlideSec .mainSlide {
    padding-bottom: 10px;
  }
}
.ProductsPage #ProDtl .proSlideSec .mainSlide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  overflow: hidden;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .proSlideSec .mainSlide a {
    height: 295px;
  }
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .proSlideSec .mainSlide a {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .ProductsPage #ProDtl .proSlideSec .mainSlide a {
    height: 695px;
  }
}
.ProductsPage #ProDtl .proSlideSec .mainSlide a picture {
  width: 100%;
  height: 100%;
}
.ProductsPage #ProDtl .proSlideSec .mainSlide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:15px;
}
.ProductsPage #ProDtl .proSlideSec .thumbSlide {
  order: 0;
  height: 66px;
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .proSlideSec .thumbSlide {
    height: auto;
    margin: 0px;
    width: 105px;
  }
  .ProductsPage #ProDtl .proSlideSec .thumbSlide .slick-track {
    display: block !important;
  }
}
@media only screen and (min-width: 1441px) {
  .ProductsPage #ProDtl .proSlideSec .thumbSlide {
    width: 133px;
  }
}
.ProductsPage #ProDtl .proSlideSec .thumbSlide .slick-track {
  transform: none !important;
}
.ProductsPage #ProDtl .proSlideSec .thumbSlide .slick-slide {
  height: auto !important;
}
.ProductsPage #ProDtl .proSlideSec .thumbSlide .item {
  background-color: #2f333d;
  border: 1px solid #d8dbe6;
  width: 60px !important;
  height: 60px !important;
  margin-right: 10px;
}
.ProductsPage #ProDtl .proSlideSec .thumbSlide .item.slick-current {
  border-color: #24b24b;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .proSlideSec .thumbSlide .item {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .proSlideSec .thumbSlide .item {
    width: 100% !important;
    height: 155px !important;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.ProductsPage #ProDtl .proSlideSec .thumbSlide a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.ProductsPage #ProDtl .proSlideSec .thumbSlide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:10px;
}
.ProductsPage #ProDtl .RitSec {
  padding: 20px 15px 0;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec {
    padding: 30px 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .RitSec {
    padding: 30px 15px 45px;
  }
}
@media only screen and (min-width: 992px) {
  .ProductsPage #ProDtl .RitSec {
    padding: 45px 55px 45px 0px;
  }
}
@media only screen and (min-width: 1550px) {
  .ProductsPage #ProDtl .RitSec {
    padding: 65px 55px 65px 0px;
  }
}
.ProductsPage #ProDtl .RitSec .ProName {
  color: #24b24b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 27px;
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .RitSec .ProName {
    font-size: 31px;
  }
}
.ProductsPage #ProDtl .RitSec .priceinfo {
  display: flex;
  align-items: flex-end;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .RitSec .priceinfo {
    margin: 20px 0;
  }
}
.ProductsPage #ProDtl .RitSec .priceinfo .li:not(:last-of-type) {
  margin-right: 14px;
}
.ProductsPage #ProDtl .RitSec .priceinfo .label {
  font-size: 13px;
  color: #707070;
  margin-bottom: 3px;
}
.ProductsPage #ProDtl .RitSec .priceinfo .CrntPrice .amt {
  color: #000;
  font-size: 22px;
  line-height: 22px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec .priceinfo .CrntPrice .amt {
    font-size: 26px;
    line-height: 26px;
  }
}
.ProductsPage #ProDtl .RitSec .priceinfo .ActlPrice .amt {
  font-size: 13px;
  color: #a9adb7;
  text-decoration: line-through;
}
.ProductsPage #ProDtl .RitSec .priceinfo .offPrice {
  font-size: 13px;
  color: #24b24b;
}
.ProductsPage #ProDtl .RitSec .accordion {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ProductsPage #ProDtl .RitSec .accordion {
    margin-top: 30px;
  }
}
.ProductsPage #ProDtl .RitSec .accordion .card {
  border: none;
  background: none;
  border-bottom: 1px solid #ced8d6;
}
.ProductsPage #ProDtl .RitSec .accordion .card .card-header {
  border: none;
  background: none;
  border-radius: 0px;
  padding: 0px;
}
.ProductsPage #ProDtl .RitSec .accordion .card .card-header button {
  font-size: 14px;
  color: #0b3d34;
  text-transform: uppercase;
  padding: 10px 0;
  padding-right: 35px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  position: relative;
  transition: ease-in-out all 0.3s;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec .accordion .card .card-header button {
    font-size: 16px;
    padding: 20px 0;
  }
}
.ProductsPage #ProDtl .RitSec .accordion .card .card-header button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 9px;
  height: 9px;
  transition: ease-in-out all 0.3s;
  background-size: contain !important;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec .accordion .card .card-header button::after {
    width: 11px;
    height: 11px;
  }
}
.ProductsPage
  #ProDtl
  .RitSec
  .accordion
  .card
  .card-header
  button[aria-expanded="false"]::after {
  background: url("../images/plus.svg") no-repeat center;
  width: 13px;
  height: 13px;
}
.ProductsPage
  #ProDtl
  .RitSec
  .accordion
  .card
  .card-header
  button[aria-expanded="true"]::after {
  background: url("../images/minus.png") no-repeat center;
}
.ProductsPage #ProDtl .RitSec .accordion .card .tab-pane {
  position: relative;
}
.ProductsPage #ProDtl .RitSec .accordion .card .tab-pane::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: #24b24b;
}
.ProductsPage #ProDtl .RitSec .accordion .card .tab-pane p {
  letter-spacing: 1px;
  color: #6b6b6b;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec .accordion .card .tab-pane p {
    font-size: 14px;
    line-height: 21px;
  }
}
.ProductsPage #ProDtl .RitSec .BtnSec {
  margin-top: 20px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec .BtnSec {
    margin-top: 40px;
  }
}
.ProductsPage #ProDtl .RitSec .BtnSec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -3.5px;
}
.ProductsPage #ProDtl .RitSec .BtnSec ul li {
  width: calc(100% / 2);
  padding: 3.5px;
}
.ProductsPage #ProDtl .RitSec .BtnSec ul li a {
  border: 1px solid #ced8d6;
  background-color: #fff;
  width: 100%;
  color: #24b24b;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 13px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec .BtnSec ul li a {
    height: 64px;
    font-size: 15.58px;
  }
}
.ProductsPage #ProDtl .RitSec .BtnSec ul li a svg {
  fill: #fff;
  transition: all 0.3s;
  width: 22px;
  margin-right: 8px;
}
@media only screen and (min-width: 468px) {
  .ProductsPage #ProDtl .RitSec .BtnSec ul li a svg {
    width: 26px;
    margin-right: 10px;
  }
}
.ProductsPage #ProDtl .RitSec .BtnSec ul li a:hover {
  background: #0b3d34;
  border-color: #0b3d34;
  color: #fff;
}
.ProductsPage #ProDtl .RitSec .BtnSec ul li a:hover svg {
  fill: #fff;
}
.ProductsPage #ProDtl .RitSec .BtnSec ul li:first-child a:not(:hover) {
  background: #24b24b;
  border-color: #24b24b;
  color: #fff;
}
#RelProducts .container {
  position: relative;
}
#RelProducts .icons {
  opacity: 0;
}
#RelProducts .plant {
  position: absolute;
  left: 30px;
  z-index: 1;
  top: -80px;
  width: 210px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .plant {
    top: -105px;
    width: 255px;
  }
}
@media only screen and (min-width: 768px) {
  #RelProducts .plant {
    top: -125px;
    width: 315px;
  }
}
@media only screen and (min-width: 1550px) {
  #RelProducts .plant {
    top: -145px;
    width: 355px;
  }
}
#RelProducts .wrap {
  position: relative;
  overflow: hidden;
  padding: 30px 0 40px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .wrap {
    padding: 35px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  #RelProducts .wrap {
    padding: 45px 0 55px;
  }
}
@media only screen and (min-width: 992px) {
  #RelProducts .wrap {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #RelProducts .wrap {
    padding: 65px 0 75px;
  }
}
@media only screen and (min-width: 1550px) {
  #RelProducts .wrap {
    padding: 75px 0 150px;
  }
}
#RelProducts .BluredSingle {
  position: absolute;
  left: -44px;
  transform: rotate(40deg);
  top: 40px;
  width: 80px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .BluredSingle {
    top: 22px;
    width: 105px;
  }
}
@media only screen and (min-width: 768px) {
  #RelProducts .BluredSingle {
    width: 133px;
  }
}
@media only screen and (min-width: 1550px) {
  #RelProducts .BluredSingle {
    width: 174px;
  }
}
#RelProducts .DesignLeaf {
  position: absolute;
  top: 25px;
  z-index: 1;
  width: 85px;
  right: -30px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .DesignLeaf {
    width: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  #RelProducts .DesignLeaf {
    width: 165px;
  }
}
@media only screen and (min-width: 1550px) {
  #RelProducts .DesignLeaf {
    width: 205px;
  }
}
#RelProducts .DesignLeaf2 {
  position: absolute;
  z-index: 0;
  width: 85px;
  left: -45px;
  bottom: 115px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .DesignLeaf2 {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #RelProducts .DesignLeaf2 {
    width: 125px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #RelProducts .DesignLeaf2 {
    width: 165px;
  }
}
#RelProducts .DesignLeaf2 img:nth-child(2) {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -45px;
  width: 75px;
}
@media only screen and (min-width: 768px) {
  #RelProducts .DesignLeaf2 img:nth-child(2) {
    top: -75px;
    width: 92px;
  }
}
#RelProducts .BluredSingle2 {
  position: absolute;
  right: -55px;
  bottom: 170px;
  transform: rotate(70deg);
  width: 105px;
}
@media only screen and (min-width: 768px) {
  #RelProducts .BluredSingle2 {
    width: 174px;
  }
}
#RelProducts .box {
  text-align: center;
  display: block;
  padding-top: 45px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .box {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  #RelProducts .box {
    padding-top: 85px;
  }
}
#RelProducts .box .imgWrap {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .box .imgWrap {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #RelProducts .box .imgWrap {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1550px) {
  #RelProducts .box .imgWrap {
    margin-bottom: 35px;
  }
}
#RelProducts .box .imgWrap svg {
  opacity: 0.3;
  fill: #24b24b;
  position: absolute;
  width: 50px;
  left: 25px;
  top: -40px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .box .imgWrap svg {
    width: 75px;
    left: 15px;
    top: -65px;
  }
}
@media only screen and (min-width: 1200px) {
  #RelProducts .box .imgWrap svg {
    width: 96px;
    left: 25px;
    top: -85px;
  }
}
#RelProducts .box .imgBox {
  border: 10px solid #bde8c9;
  border-radius: 50%;
  background-color: #093029;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  width: 215px;
  height: 215px;
}
@media only screen and (min-width: 1200px) {
  #RelProducts .box .imgBox {
    width: 255px;
    height: 255px;
  }
}
@media only screen and (min-width: 1550px) {
  #RelProducts .box .imgBox {
    width: 278px;
    height: 278px;
  }
}
#RelProducts .box .imgBox img {
  animation: ImgZoomOut 1s forwards;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#RelProducts .box .imgBox .ViewMore {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .box .imgBox .ViewMore {
    font-size: 18px;
  }
}
#RelProducts .box .ProDtl .ProName {
  color: #24b24b;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 24px;
}
@media only screen and (min-width: 468px) {
  #RelProducts .box .ProDtl .ProName {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  #RelProducts .box .ProDtl .ProName {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1550px) {
  #RelProducts .box .ProDtl .ProName {
    margin-bottom: 15px;
  }
}
#RelProducts .box .ProDtl .info {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  #RelProducts .box .ProDtl .info {
    font-size: 16px;
    line-height: 26px;
  }
}
#RelProducts .box:hover .imgBox {
  box-shadow: -0.733px 13.981px 30px 0px rgba(12, 42, 37, 0.2);
}
#RelProducts .box:hover .imgBox img {
  opacity: 0.25;
  animation: ImgZoom 1s forwards;
}
#RelProducts .box:hover .imgBox .ViewMore {
  opacity: 1;
}
#GalleryList {
  position: relative;
  overflow: hidden;
  padding: 40px 8px 30px;
}
@media only screen and (min-width: 468px) {
  #GalleryList {
    padding: 75px 15px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #GalleryList {
    padding: 95px 55px 120px;
  }
}
#GalleryList .GalleryGrid {
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 130px;
  gap: 8px;
}
@media only screen and (min-width: 468px) {
  #GalleryList .GalleryGrid {
    grid-auto-rows: 210px;
  }
}
@media only screen and (min-width: 768px) {
  #GalleryList .GalleryGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  #GalleryList .GalleryGrid {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  #GalleryList .GalleryGrid {
    grid-auto-rows: 255px;
  }
}
@media only screen and (min-width: 1550px) {
  #GalleryList .GalleryGrid {
    grid-auto-rows: 295px;
  }
}
#GalleryList .GalleryGrid a {
  display: block;
  height: 100%;
  background-color: #141414;
  position: relative;
  overflow: hidden;
}
#GalleryList .GalleryGrid a::after {
  content: "";
  background: url("../images/plus.svg") no-repeat rgba(10, 45, 39, 0.7) center;
  background-size: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
#GalleryList .GalleryGrid a img {
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#GalleryList .GalleryGrid a:hover::after {
  opacity: 1;
}
#GalleryList .GalleryGrid a:hover img {
  transform: scale(1.1);
}
.ServicePage #serviceList {
  padding: 65px 0 70px;
}
@media only screen and (min-width: 768px) {
  .ServicePage #serviceList {
    padding: 130px 0 125px;
  }
}
@media only screen and (min-width: 1550px) {
  .ServicePage #serviceList {
    padding: 170px 0 140px;
  }
}
.ServicePage #serviceList .container {
  padding: 0;
}
.ServicePage #serviceList .ServiceItm {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm {
    padding: 0 15px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .ServicePage #serviceList .ServiceItm {
    padding: 0 35px 0 55px;
  }
}
@media only screen and (min-width: 1550px) {
  .ServicePage #serviceList .ServiceItm {
    padding: 0 50px 0 75px;
  }
}
.ServicePage #serviceList .ServiceItm:not(:last-of-type) {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  .ServicePage #serviceList .ServiceItm:not(:last-of-type) {
    margin-bottom: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .ServicePage #serviceList .ServiceItm:not(:last-of-type) {
    margin-bottom: 155px;
  }
}
.ServicePage #serviceList .ServiceItm .ImgSec {
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .ServicePage #serviceList .ServiceItm .ImgSec {
    padding-right: 85px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm .ImgSec {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1550px) {
  .ServicePage #serviceList .ServiceItm .ImgSec {
    padding-right: 105px;
  }
}
.ServicePage #serviceList .ServiceItm .ImgSec .BoxLabel {
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  margin-top: 13px;
  padding-left: 50px;
}
@media only screen and (min-width: 468px) {
  .ServicePage #serviceList .ServiceItm .ImgSec .BoxLabel {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm .ImgSec .BoxLabel {
    padding-left: 100px;
  }
}
.ServicePage #serviceList .ServiceItm .ImgBox {
  position: relative;
  height: 250px;
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm .ImgBox {
    min-height: 347px;
    height: 100%;
  }
}
.ServicePage #serviceList .ServiceItm .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ServicePage #serviceList .ServiceItm .ImgBox #Round {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 80px;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media only screen and (min-width: 468px) {
  .ServicePage #serviceList .ServiceItm .ImgBox #Round {
    top: -65px;
    width: 137px;
  }
}
@media only screen and (min-width: 768px) {
  .ServicePage #serviceList .ServiceItm .ImgBox #Round {
    right: -70px;
  }
}
.ServicePage #serviceList .ServiceItm .ImgBox .count {
  border-radius: 50%;
  background-color: #24b24b;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 0;
  width: 68px;
  height: 68px;
  font-size: 28px;
}
@media only screen and (min-width: 468px) {
  .ServicePage #serviceList .ServiceItm .ImgBox .count {
    top: 0;
    width: 79px;
    height: 79px;
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .ServicePage #serviceList .ServiceItm .ImgBox .count {
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
  }
}
.ServicePage #serviceList .ServiceItm .ImgBox .count::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #24b24b;
  border-radius: 50%;
  opacity: 0.302;
  width: 85px;
  height: 85px;
}
@media only screen and (min-width: 468px) {
  .ServicePage #serviceList .ServiceItm .ImgBox .count::before {
    width: 100px;
    height: 100px;
  }
}
.ServicePage #serviceList .ServiceItm .ImgBox .BluredSingle {
  position: absolute;
  bottom: -40px;
  left: -45px;
  width: 85px;
}
@media only screen and (min-width: 468px) {
  .ServicePage #serviceList .ServiceItm .ImgBox .BluredSingle {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .ServicePage #serviceList .ServiceItm .ImgBox .BluredSingle {
    width: 135px;
    bottom: -55px;
    left: -65px;
  }
}
.ServicePage #serviceList .ServiceItm .CntntBox {
  padding-top: 20px;
}
@media only screen and (min-width: 468px) {
  .ServicePage #serviceList .ServiceItm .CntntBox {
    padding-top: 40px;
  }
}
.ServicePage #serviceList .ServiceItm .CntntBox .ServiceTitle {
  color: #24b24b;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .ServicePage #serviceList .ServiceItm .CntntBox .ServiceTitle {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ServicePage #serviceList .ServiceItm .CntntBox .ServiceTitle {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .ServicePage #serviceList .ServiceItm .CntntBox .ServiceTitle {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) {
    direction: rtl;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) {
    padding: 0 50px 0 15px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) {
    padding: 0 55px 0 35px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1550px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) {
    padding: 0 75px 0 50px;
  }
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgSec {
    padding-right: 1.5rem;
    padding-left: 85px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgSec {
    padding-left: 1.5rem;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgSec {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1550px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgSec {
    padding-left: 105px;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgSec .BoxLabel {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgSec .BoxLabel {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgBox #Round {
    right: auto;
    left: -70px;
    transform: scaleX(-1);
  }
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgBox .count {
    right: -40px;
    left: auto;
  }
  .ServicePage #serviceList .ServiceItm:nth-child(even) .ImgBox .BluredSingle {
    left: auto;
    right: -65px;
    transform: scaleX(-1);
  }
  .ServicePage #serviceList .ServiceItm:nth-child(even) .CntntBox {
    text-align: left;
  }
}
#ContactSec {
  position: relative;
  overflow: hidden;
}
#ContactSec .container {
  position: relative;
  padding: 45px 15px 40px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .container {
    padding: 80px 15px 95px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .container {
    padding: 95px 15px 100px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .container {
    padding: 140px 15px 135px;
  }
}
#ContactSec .HangingVase {
  position: absolute;
  top: 0px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
  width: 73px;
  left: -8px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .HangingVase {
    width: 125px;
    left: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .HangingVase {
    width: 138px;
    left: -70px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .HangingVase {
    width: 204px;
    left: -225px;
  }
}
#ContactSec .palmLeaf {
  position: absolute;
  z-index: 1;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  animation: animateOne 10s 0.5s ease infinite;
  right: 0px;
  top: -65px;
  width: 100px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .palmLeaf {
    right: 25px;
    top: -100px;
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .palmLeaf {
    width: 200px;
    top:50px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .palmLeaf {
    width: 200px;
    top:50px;
  }
}
#ContactSec .DesignLeaf {
  position: absolute;
  z-index: -1;
  left: -15px;
  width: 75px;
  bottom: -30px;
}
@media only screen and (min-width: 576px) {
  #ContactSec .DesignLeaf {
    left: -25px;
    width: 125px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .DesignLeaf {
    width: 165px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .DesignLeaf {
    left: -35px;
    width: 205px;
  }
}
#ContactSec .DesignLeaf img:nth-child(1) {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2 8s ease-in-out forwards infinite;
  animation: dipBranch2 8s ease-in-out forwards infinite;
}
#ContactSec .DesignLeaf img:nth-child(2) {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -15px;
  width: 40px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: bottom;
  -webkit-animation: dipBranch3 4s ease-in-out forwards infinite;
  animation: dipBranch3 4s ease-in-out forwards infinite;
}
@media only screen and (min-width: 576px) {
  #ContactSec .DesignLeaf img:nth-child(2) {
    top: -25px;
    width: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .DesignLeaf img:nth-child(2) {
    top: -55px;
    width: 110px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .DesignLeaf img:nth-child(2) {
    top: -60px;
    width: 137px;
  }
}
#ContactSec .BluredSingle {
  position: absolute;
  z-index: -1;
  right: -15px;
  bottom: -35px;
  width: 70px;
}
@media only screen and (min-width: 576px) {
  #ContactSec .BluredSingle {
    right: -20px;
    bottom: -50px;
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .BluredSingle {
    right: -35px;
    bottom: -15px;
    width: 160px;
  }
}
#ContactSec .LftBox .row {
  margin: 0px;
  overflow: hidden;
}
#ContactSec .LftBox .row .box {
  padding: 20px 0px;
}
#ContactSec .LftBox .row .box:nth-child(1) {
  border-bottom: 1px solid rgba(11, 61, 52, 0.102);
}
@media only screen and (min-width: 576px) {
  #ContactSec .LftBox .row .box:nth-child(1) {
    padding: 15px 45px 40px 0px;
    border-right: 1px solid rgba(11, 61, 52, 0.102);
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .row .box:nth-child(1) {
    padding: 15px 45px 50px 0px;
  }
}
#ContactSec .LftBox .row .box:nth-child(2) {
  border-bottom: 1px solid rgba(11, 61, 52, 0.102);
}
@media only screen and (min-width: 576px) {
  #ContactSec .LftBox .row .box:nth-child(2) {
    padding: 15px 45px 40px 55px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .row .box:nth-child(2) {
    padding: 15px 45px 50px 75px;
  }
}
#ContactSec .LftBox .row .box:nth-child(3) {
  border-bottom: 1px solid rgba(11, 61, 52, 0.102);
}
@media only screen and (min-width: 576px) {
  #ContactSec .LftBox .row .box:nth-child(3) {
    border-right: 1px solid rgba(11, 61, 52, 0.102);
    border-bottom: 0px;
    padding: 55px 45px 40px 0px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .row .box:nth-child(3) {
    padding: 55px 45px 50px 0px;
  }
}
@media only screen and (min-width: 576px) {
  #ContactSec .LftBox .row .box:nth-child(4) {
    padding: 55px 45px 40px 55px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .row .box:nth-child(4) {
    padding: 55px 45px 50px 75px;
  }
}
#ContactSec .LftBox .HeadSec {
  margin-bottom: 20px;
  padding-left: 45px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .LftBox .HeadSec {
    margin-bottom: 30px;
    padding-left: 90px;
  }
}
@media only screen and (min-width: 992px) {
  #ContactSec .LftBox .HeadSec {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .LftBox .HeadSec {
    margin-bottom: 40px;
    padding-left: 108px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .HeadSec {
    margin-bottom: 50px;
    padding-left: 0px;
  }
}
#ContactSec .LftBox .HeadSec .head {
  color: #24b24b;
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 27px;
  line-height: 28px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .LftBox .HeadSec .head {
    font-size: 40px;
    line-height: 38px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  #ContactSec .LftBox .HeadSec .head {
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #ContactSec .LftBox .HeadSec .head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .LftBox .HeadSec .head {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .HeadSec .head {
    font-size: 56px;
    line-height: 52px;
    margin-bottom: 20px;
  }
}
#ContactSec .LftBox .label {
  font-weight: 500;
  color: #24b24b;
  font-size: 14px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  #ContactSec .LftBox .label {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
#ContactSec .LftBox p {
  color: #0b3d34;
  margin: 0px;
}
@media only screen and (min-width: 1441px) {
  #ContactSec .LftBox p {
    font-size: 18px;
    line-height: 26px;
  }
}
#ContactSec .LftBox .mail a {
  color: #0b3d34;
  font-size: 15px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #ContactSec .LftBox .mail a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  #ContactSec .LftBox .mail a {
    font-size: 18px;
  }
}
#ContactSec .LftBox .mail a:hover {
  color: #24b24b;
}
#ContactSec .LftBox .helpline .call {
  display: flex;
  align-items: center;
  margin-top: -13px;
}
#ContactSec .LftBox .helpline .call .code {
  color: #24b24b;
  font-weight: 500;
  font-size: 38px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .LftBox .helpline .call .code {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) {
  #ContactSec .LftBox .helpline .call .code {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .helpline .call .code {
    font-size: 54px;
  }
}
#ContactSec .LftBox .helpline .call ul {
  padding-left: 8px;
  margin: 0;
}
#ContactSec .LftBox .helpline .call ul a {
  color: #0b3d34;
  font-weight: 500;
  display: block;
  font-size: 15px;
  line-height: 15px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .LftBox .helpline .call ul a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 992px) {
  #ContactSec .LftBox .helpline .call ul a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .LftBox .helpline .call ul a {
    font-size: 23px;
    line-height: 24px;
  }
}
#ContactSec .LftBox .helpline .call ul a:hover {
  color: #24b24b;
}
#ContactSec .LftBox .social ul {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
#ContactSec .LftBox .social ul li {
  padding: 0 5px;
}
#ContactSec .LftBox .social ul a {
  border: 1px solid #24b24b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .LftBox .social ul a {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #ContactSec .LftBox .social ul a {
    width: 43px;
    height: 43px;
  }
}
#ContactSec .LftBox .social ul a svg {
  fill: #24b24b;
  transition: all 0.3s;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .LftBox .social ul a svg {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #ContactSec .LftBox .social ul a svg {
    width: 15px;
    height: 15px;
  }
}
#ContactSec .LftBox .social ul a:hover {
  background: #24b24b;
}
#ContactSec .LftBox .social ul a:hover svg {
  fill: #fff;
}
#ContactSec .RitBox {
  position: relative;
}
#ContactSec .RitBox #RoundShape {
  fill: #24b24b;
  opacity: 0.2;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 0px;
  width: 180px;
  right: -70px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .RitBox #RoundShape {
    top: -10px;
    width: 170px;
  }
}
@media only screen and (min-width: 992px) {
  #ContactSec .RitBox #RoundShape {
    position: relative;
    animation: none;
    width: 320px;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  #ContactSec .RitBox #RoundShape {
    width: 320px;
  }
}
@media only screen and (min-width: 1550px) {
  #ContactSec .RitBox #RoundShape {
    width: 360px;
  }
}
#ContactSec .RitBox .ImgBox {
  height: 260px;
}
@media only screen and (min-width: 468px) {
  #ContactSec .RitBox .ImgBox {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) {
  #ContactSec .RitBox .ImgBox {
    height: 100%;
  }
}
#ContactSec .RitBox .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#GetInTouch {
  overflow: hidden;
  position: relative;
}
#GetInTouch::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #08322a;
  opacity: 0.7;
}
#GetInTouch .container {
  padding: 45px 15px 40px;
}
@media only screen and (min-width: 468px) {
  #GetInTouch .container {
    padding: 95px 15px 70px;
  }
}
@media only screen and (min-width: 992px) {
  #GetInTouch .container {
    padding: 145px 15px 120px;
  }
}
#GetInTouch #RoundShape {
  opacity: 0.302;
  fill: #24b24b;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: -15px;
  right: 20px;
  z-index: 0;
  width: 135px;
}
@media only screen and (min-width: 468px) {
  #GetInTouch #RoundShape {
    left: 108px;
    right: auto;
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  #GetInTouch #RoundShape {
    width: 205px;
  }
}
@media only screen and (min-width: 1550px) {
  #GetInTouch #RoundShape {
    width: 280px;
  }
}
#GetInTouch .container {
  position: relative;
}
#GetInTouch .row {
  margin: 0px;
  padding: 0px;
}
#GetInTouch .LftBox {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0px 0 15px 0;
}
@media only screen and (min-width: 468px) {
  #GetInTouch .LftBox {
    padding: 0px 0px 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  #GetInTouch .LftBox {
    width: 285px;
  }
}
@media only screen and (min-width: 992px) {
  #GetInTouch .LftBox {
    width: 335px;
    padding: 0px 50px 50px 0;
  }
}
@media only screen and (min-width: 1550px) {
  #GetInTouch .LftBox {
    width: 430px;
    padding: 0px 105px 50px 0;
  }
}
#GetInTouch .LftBox .head {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 468px) {
  #GetInTouch .LftBox .head {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #GetInTouch .LftBox .head {
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  #GetInTouch .LftBox .head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #GetInTouch .LftBox .head {
    font-size: 52px;
    line-height: 48px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1550px) {
  #GetInTouch .LftBox .head {
    font-size: 56px;
    line-height: 52px;
  }
}
#GetInTouch .LftBox .sub {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 468px) {
  #GetInTouch .LftBox .sub {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  #GetInTouch .LftBox .sub {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  #GetInTouch .LftBox .sub {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1550px) {
  #GetInTouch .LftBox .sub {
    font-size: 33px;
    line-height: 38px;
  }
}
#GetInTouch .RitBox {
  padding: 0px;
  width: 100%;
  margin: 0 -7px;
}
@media only screen and (min-width: 768px) {
  #GetInTouch .RitBox {
    width: calc(100% - 285px);
  }
}
@media only screen and (min-width: 992px) {
  #GetInTouch .RitBox {
    margin: 0px;
    width: calc(100% - 335px);
  }
}
@media only screen and (min-width: 1550px) {
  #GetInTouch .RitBox {
    width: calc(100% - 430px);
  }
}
#GetInTouch .RitBox form .col-,
#GetInTouch .RitBox form [class^="col-"],
#GetInTouch .RitBox form [class*="col-"] {
  padding: 0;
}
#GetInTouch .RitBox form .form-group {
  margin: 0;
}
#GetInTouch .RitBox form .form-control {
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  color: #fff;
  padding: 18px 20px;
  font-size: 14px;
  height: 52px;
}
@media only screen and (min-width: 468px) {
  #GetInTouch .RitBox form .form-control {
    padding: 20px 28px;
    font-size: 16px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  #GetInTouch .RitBox form .form-control {
    height: 68px;
  }
}
@media only screen and (min-width: 1200px) {
  #GetInTouch .RitBox form .form-control {
    height: 73px;
    padding: 22px 35px;
    font-size: 18px;
  }
}
#GetInTouch .RitBox form .form-control::placeholder {
  color: #fff;
}
#GetInTouch .RitBox form .form-control:-webkit-autofill,
#GetInTouch .RitBox form .form-control:-webkit-autofill:hover,
#GetInTouch .RitBox form .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}
#GetInTouch .RitBox form textarea.form-control {
  height: 133px;
}
@media only screen and (min-width: 468px) {
  #GetInTouch .RitBox form textarea.form-control {
    height: 178px;
  }
}
#GetInTouch .RitBox form .btn {
  background-color: #24b24b;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  margin: auto;
  margin-right: 0;
  margin-top: 15px;
  width: 107px;
  height: 38px;
  font-size: 11px;
}
@media only screen and (min-width: 468px) {
  #GetInTouch .RitBox form .btn {
    margin-top: 20px;
    width: 118px;
    height: 49px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  #GetInTouch .RitBox form .btn {
    width: 131px;
    height: 54px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  #GetInTouch .RitBox form .btn {
    width: 132px;
    height: 57px;
    font-size: 20px;
  }
}
#locationMap .container {
  position: relative;
}
@media only screen and (min-width: 468px) {
  #locationMap .MainHead {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #locationMap .MainHead {
    margin-bottom: 45px;
  }
}
#locationMap .plant {
  position: absolute;
  left: 30px;
  z-index: 1;
  top: -80px;
  width: 210px;
}
@media only screen and (min-width: 468px) {
  #locationMap .plant {
    top: -105px;
    width: 255px;
  }
}
@media only screen and (min-width: 768px) {
  #locationMap .plant {
    top: -125px;
    width: 315px;
  }
}
@media only screen and (min-width: 1550px) {
  #locationMap .plant {
    top: -145px;
    width: 355px;
  }
}
#locationMap .wrap {
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px;
}
@media only screen and (min-width: 468px) {
  #locationMap .wrap {
    padding: 80px 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  #locationMap .wrap {
    padding: 85px 0 65px;
  }
}
@media only screen and (min-width: 992px) {
  #locationMap .wrap {
    padding: 85px 0 75px;
  }
}
@media only screen and (min-width: 1200px) {
  #locationMap .wrap {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1550px) {
  #locationMap .wrap {
    padding: 160px 0 145px;
  }
}
#locationMap .BluredSingle {
  position: absolute;
  left: -44px;
  transform: rotate(40deg);
  bottom: 40px;
  width: 80px;
}
@media only screen and (min-width: 468px) {
  #locationMap .BluredSingle {
    bottom: 22px;
    width: 105px;
  }
}
@media only screen and (min-width: 768px) {
  #locationMap .BluredSingle {
    width: 133px;
  }
}
@media only screen and (min-width: 1550px) {
  #locationMap .BluredSingle {
    width: 174px;
  }
}
#locationMap .DesignLeaf {
  position: absolute;
  z-index: 0;
  width: 85px;
  right: -52px;
  bottom: 0;
}
@media only screen and (min-width: 468px) {
  #locationMap .DesignLeaf {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #locationMap .DesignLeaf {
    width: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  #locationMap .DesignLeaf {
    width: 165px;
  }
}
#locationMap .DesignLeaf img:nth-child(1) {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2copy 8s ease-in-out forwards infinite;
  animation: dipBranch2copy 8s ease-in-out forwards infinite;
}
#locationMap .DesignLeaf img:nth-child(2) {
  position: absolute;
  right: 25px;
  z-index: -1;
  top: -15px;
  width: 40px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: bottom;
  -webkit-animation: dipBranch2copy 4s ease-in-out forwards infinite;
  animation: dipBranch2copy 4s ease-in-out forwards infinite;
}
@media only screen and (min-width: 576px) {
  #locationMap .DesignLeaf img:nth-child(2) {
    top: -25px;
    width: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  #locationMap .DesignLeaf img:nth-child(2) {
    top: -55px;
    width: 90px;
  }
}
@media only screen and (min-width: 1550px) {
  #locationMap .DesignLeaf img:nth-child(2) {
    top: -43px;
    width: 100px;
  }
}
#locationMap .BluredSingle2 {
  position: absolute;
  right: -75px;
  top: -25px;
  transform: rotate(70deg);
  width: 105px;
}
@media only screen and (min-width: 768px) {
  #locationMap .BluredSingle2 {
    width: 174px;
  }
}
#locationMap a {
  background-color: #24b24b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  width: 140px;
  height: 38px;
  font-size: 11px;
}
@media only screen and (min-width: 468px) {
  #locationMap a {
    width: 195px;
    height: 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  #locationMap a {
    width: 225px;
    height: 55px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1550px) {
  #locationMap a {
    width: 254px;
    height: 60px;
    font-size: 18px;
  }
}
#locationMap a svg {
  fill: #fff;
  margin-right: 10px;
  width: 14px;
}
@media only screen and (min-width: 468px) {
  #locationMap a svg {
    width: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #locationMap a svg {
    width: 18px;
  }
}
@media only screen and (min-width: 1550px) {
  #locationMap a svg {
    width: 23px;
    margin-right: 15px;
  }
}
#error_page .row {
  margin: 0;
}
#error_page .page_cntnt {
  padding: 40px 0 70px;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 468px) {
  #error_page .page_cntnt {
    padding: 80px 0 120px;
  }
}
#error_page .head_one {
  font-size: 69px;
  font-weight: 700;
  color: #24b24b;
  letter-spacing: 1px;
}
@media only screen and (min-width: 468px) {
  #error_page .head_one {
    font-size: 95px;
  }
}
#error_page .head_two {
  font-size: 14px;
  font-weight: 600;
  color: #696868;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 468px) {
  #error_page .head_two {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
#error_page .head_three {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 600;
  color: #696868;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  #error_page .head_three {
    font-size: 25px;
  }
}
#error_page p {
  color: #696868;
  margin: 0px;
}
#error_page .viewMore {
  background: #24b24b;
  padding: 13px 20px;
  color: #fff;
  margin-top: 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
footer {
  overflow: hidden;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #08322a;
  opacity: 0.7;
}
footer .shape {
  position: absolute;
  opacity: 0.2;
  fill: #24b24b;
  right: -25px;
  top: 0px;
  -webkit-animation-name: bubbleFloating2;
  animation-name: bubbleFloating2;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 135px;
}
@media only screen and (min-width: 1200px) {
  footer .shape {
    width: 205px;
  }
}
@media only screen and (min-width: 1550px) {
  footer .shape {
    width: 280px;
  }
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .LftBox {
  background: rgba(5, 26, 22, 0.302);
  width: 100%;
  padding: 45px 20px 25px;
  margin: -3px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox {
    margin: 0px;
    padding: 80px 25px 60px;
  }
}
@media only screen and (min-width: 992px) {
  footer .LftBox {
    padding: 90px 25px 90px 35px;
    width: 305px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .LftBox {
    padding: 90px 30px 90px 45px;
    width: 350px;
  }
}
@media only screen and (min-width: 1551px) {
  footer .LftBox {
    padding: 100px 30px 120px 55px;
    width: 375px;
  }
}
footer .LftBox .label {
  color: #24b24b;
  line-height: normal;
  font-size: 15px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .label {
    font-size: 16px;
  }
}
footer .LftBox .helpline .call {
  display: flex;
  align-items: center;
  margin: 0px 0 10px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .helpline .call {
    margin: 20px 0;
  }
}
footer .LftBox .helpline .call .code {
  color: #fff;
  font-weight: 500;
  font-size: 38px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .helpline .call .code {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) {
  footer .LftBox .helpline .call .code {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1550px) {
  footer .LftBox .helpline .call .code {
    font-size: 54px;
  }
}
footer .LftBox .helpline .call ul {
  padding-left: 8px;
  margin: 0;
}
footer .LftBox .helpline .call ul a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 15px;
  line-height: 15px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .helpline .call ul a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 992px) {
  footer .LftBox .helpline .call ul a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1550px) {
  footer .LftBox .helpline .call ul a {
    font-size: 23px;
    line-height: 24px;
  }
}
footer .LftBox .mail {
  color: #fff;
  display: block;
  font-size: 15px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .mail {
    font-size: 16px;
  }
}
footer .LftBox .mail span {
  color: #24b24b;
  display: inline;
}
footer .LftBox .addrs {
  margin-top: 20px;
}
footer .LftBox .addrs .label {
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .addrs .label {
    margin-bottom: 18px;
  }
}
footer .LftBox .addrs p {
  color: #fff;
}
footer .LftBox .social .label {
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .social .label {
    margin-bottom: 25px;
  }
}
footer .LftBox .social ul {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
footer .LftBox .social ul li {
  padding: 0 5px;
}
footer .LftBox .social ul a {
  border: 1px solid #24b24b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .social ul a {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  footer .LftBox .social ul a {
    width: 43px;
    height: 43px;
  }
}
footer .LftBox .social ul a svg {
  fill: #24b24b;
  transition: all 0.3s;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 468px) {
  footer .LftBox .social ul a svg {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  footer .LftBox .social ul a svg {
    width: 15px;
    height: 15px;
  }
}
footer .LftBox .social ul a:hover {
  background: #24b24b;
}
footer .LftBox .social ul a:hover svg {
  fill: #fff;
}
footer .RitBox {
  width: 100%;
  padding: 30px 15px 25px;
}
@media only screen and (min-width: 468px) {
  footer .RitBox {
    padding: 75px 15px 60px;
  }
}
@media only screen and (min-width: 992px) {
  footer .RitBox {
    padding: 165px 0 75px 15px;
    width: calc(100% - 305px);
  }
}
@media only screen and (min-width: 1200px) {
  footer .RitBox {
    width: calc(100% - 350px);
  }
}
@media only screen and (min-width: 1551px) {
  footer .RitBox {
    padding: 200px 0 105px 88px;
    width: calc(100% - 375px);
  }
}
footer .RitBox .footHead {
  font-size: 20px;
  color: #24b24b;
  font-weight: 600;
  margin-bottom: 7px;
}
@media only screen and (min-width: 468px) {
  footer .RitBox .footHead {
    margin-bottom: 30px;
  }
}
footer .RitBox ul {
  margin: 0px;
}
footer .RitBox ul li {
  font-size: 15px;
}
footer .RitBox ul li:not(:last-of-type) {
  margin-bottom: 3px;
}
@media only screen and (min-width: 468px) {
  footer .RitBox ul li {
    font-size: 16px;
  }
  footer .RitBox ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
footer .RitBox ul a {
  color: #fff;
  line-height: normal;
  font-size: 15px;
}
@media only screen and (min-width: 468px) {
  footer .RitBox ul a {
    font-size: 16px;
  }
}
footer .RitBox ul a:hover {
  color: #24b24b;
}
footer .RitBox .row {
  margin: -25px 0;
}
footer .RitBox .Service {
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 468px) {
  footer .RitBox .Service {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  footer .RitBox .Service {
    width: 40%;
  }
}
footer .RitBox .QckLinks {
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 468px) {
  footer .RitBox .QckLinks {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  footer .RitBox .QckLinks {
    width: 20%;
  }
}
footer .RitBox .AboutCompany {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 468px) {
  footer .RitBox .AboutCompany {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  footer .RitBox .AboutCompany {
    margin-top: 0px;
    width: 40%;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  footer .RitBox .AboutCompany {
    margin-top: -65px;
  }
}
footer .RitBox .AboutCompany .logo {
  fill: #fff;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 80px;
}
@media only screen and (min-width: 468px) {
  footer .RitBox .AboutCompany .logo {
    margin: 0;
    margin-bottom: 25px;
    width: 324px;
  }
}
@media only screen and (min-width: 768px) {
  footer .RitBox .AboutCompany .logo {
    margin: auto;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}
footer .RitBox .AboutCompany p {
  color: #fff;
  margin: 0px;
}
footer .RitBox .AboutCompany p span {
  color: #24b24b;
}
footer .RitBox .AboutCompany p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .RitBox .AboutCompany p br {
    display: block;
  }
}
footer .DesignedLogo {
  margin-top: 20px;
}
@media only screen and (min-width: 468px) {
  footer .DesignedLogo {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  footer .DesignedLogo {
    margin-top: 50px;
    text-align: right;
  }
}
footer .DesignedLogo .designed {
  font-size: 12px;
  font-family: "Courier Prime", monospace;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}
@media only screen and (min-width: 468px) {
  footer .DesignedLogo .designed {
    justify-content: flex-start;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  footer .DesignedLogo .designed {
    justify-content: flex-end;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1550px) {
  footer .DesignedLogo .designed {
    font-size: 14px;
  }
}
footer .DesignedLogo .designed a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  margin-top: 3px;
}
@media only screen and (min-width: 992px) {
  footer .DesignedLogo .designed a {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 468px) {
  footer .DesignedLogo .designed a {
    padding-left: 5px;
  }
}
footer .DesignedLogo .designed a svg {
  max-width: 108px;
  transition: all 0.3s;
  fill: #fff;
}
footer .DesignedLogo .designed a svg path {
  transition: all 0.3s;
}
footer .DesignedLogo .designed a svg .st0,
footer .DesignedLogo .designed a svg .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
footer .DesignedLogo .designed a:hover svg .st0 {
  fill: #265b8a;
}
footer .DesignedLogo .designed a:hover svg .st1 {
  fill: #5bae46;
}
footer .DesignedLogo .designed a:hover svg .st2 {
  fill: #265d8a;
}
footer .DesignedLogo .designed a:hover svg .st3 {
  fill: #5bad46;
}
footer .DesignedLogo .designed a:hover svg .st4 {
  fill: #fff;
}
footer .DesignedLogo .txt {
  font-family: "Courier Prime", monospace;
  letter-spacing: 1px;
  color: #24b24b;
  text-transform: capitalize;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin-top: 2px;
  display: block;
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  footer .DesignedLogo .txt {
    text-align: right;
    margin-top: 4px;
    font-size: 13px;
  }
}
footer .DesignedLogo .txt:hover {
  color: #fff;
}
.scrollup {
  width: 35px;
  position: fixed;
  right: 10px;
  bottom: 25px;
  display: none;
  z-index: 5;
  font-size: 12px;
  color: #24b24b;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .scrollup {
    width: 40px;
    bottom: 170px;
    right: 20px;
  }
}
.scrollup svg {
  fill: #24b24b;
  margin-top: 10px;
  width: 37px;
  height: 37px;
}
.scrollup:hover {
  color: #24b24b;
}
.fixedRit {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  border-radius: 5px;
  overflow: hidden;
  right: 5px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.1);
}
@media only screen and (min-width: 468px) {
  .fixedRit {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .fixedRit {
    right: 22px;
  }
}
.fixedRit ul {
  margin: 0px;
}
.fixedRit ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  height: 40px;
  width: 40px;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .fixedRit ul a {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (min-width: 1441px) {
  .fixedRit ul a {
    height: 79px;
    width: 68px;
  }
}
.fixedRit ul a span {
  text-transform: uppercase;
  font-size: 8px;
  display: none;
  color: #707675;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .fixedRit ul a span {
    display: block;
  }
}
@media only screen and (min-width: 1441px) {
  .fixedRit ul a span {
    font-size: 11px;
  }
}
.fixedRit ul a svg {
  display: block;
  margin: auto;
  width: 19px;
  fill: #24b24b;
  transition: all 0.3s;
}
@media only screen and (min-width: 468px) {
  .fixedRit ul a svg {
    width: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .fixedRit ul a svg {
    margin-bottom: 7px;
    width: 22px;
  }
}
.fixedRit ul a:hover {
  background: #24b24b;
}
.fixedRit ul a:hover span {
  color: #fff;
}
.fixedRit ul a:hover svg {
  fill: #fff;
}
.parallax {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
}
.parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=app.min.css.map */


#OurServices .LftBox ul li,#OurViZMiZ .LftBox ul li{
list-style:disc !important;
}

.GalleryGrid .item .box{
  border-radius:20px;
}
.mainHeader .logo{
  border-radius:0px 0px 19px 19px;
}