* {
  padding: 0;
  margin: 0;
  text-decoration: inherit;
  outline: inherit;
  box-shadow: none;
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #696969;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #5c9269;
  text-decoration: none;
}
a:not([href]):not([class]) {
  text-decoration: none;
  cursor: pointer;
}
a:not([href]):not([class]):hover {
  color: #5c9269;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

:focus {
  outline: inherit;
  box-shadow: inherit;
}

.same-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.white-all-text * {
  color: #ffffff !important;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffbe9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}
#loader img {
  width: 200px;
  animation: zoomInOut 4s ease-in-out infinite; /* Apply animation */
}

/* Zoom-in/Zoom-out animation */
@keyframes zoomInOut {
  0% {
    transform: scale(0.9); /* Start small */
    opacity: 0;
  }
  50% {
    transform: scale(1); /* Zoom-in to 1.2x */
    opacity: 10.5;
  }
  100% {
    transform: scale(0.9); /* End at normal size */
    opacity: 1;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar-toggler-icon {
    padding: 0;
    margin: 0 0 0 0;
    border: 0 !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: inherit !important;
  }
  .navbar-toggler-icon label {
    display: flex;
    flex-direction: column;
    width: 24px;
    cursor: pointer;
    margin: 0;
  }
  .navbar-toggler-icon span {
    background: #ffffff;
    border-radius: 4px;
    height: 3px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .navbar-toggler-icon span:nth-of-type(1) {
    width: 50%;
  }
  .navbar-toggler-icon span:nth-of-type(2) {
    width: 100%;
  }
  .navbar-toggler-icon span:nth-of-type(3) {
    width: 75%;
  }
  .rsMenu .navbar-toggler span:nth-of-type(1) {
    transform-origin: 5px;
    transform: rotate(45deg) translate(4px, 0px);
  }
  .rsMenu .navbar-toggler span:nth-of-type(2) {
    transform-origin: top;
    transform: rotate(-45deg);
  }
  .rsMenu .navbar-toggler span:nth-of-type(3) {
    transform-origin: 13px;
    width: 50%;
    transform: translate(10px, 0) rotate(45deg);
  }
  header:hover .navbar-toggler-icon span,
  header.fixedHeaderMenu .navbar-toggler-icon span {
    background: #000000;
  }
}
.blog-list-con {
  position: relative;
}
.blog-list-con .blog-list-col {
  margin: 15px auto;
  position: relative;
  background-color: #fdfdfd;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  overflow: hidden;
}
.blog-list-con .blog-list-col .blog-list-full {
  position: relative;
  height: 100%;
  padding-bottom: 40px;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-img {
  margin: 0;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-img figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-text {
  position: relative;
  padding: 24px 24px 12px 24px;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-text h4 {
  position: relative;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-text h4 a {
  color: #5c9269;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-text h5 {
  position: relative;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-text h5 a {
  color: #212121;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-text h5 a:hover {
  color: #5c9269;
}
.blog-list-con .blog-list-col .blog-list-full .blog-list-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-list-con .blog-list-col .blog-list-full .learn-more-link-con {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.blog-list-con .blog-list-col:hover .blog-list-full .blog-list-img figure img {
  transform: scale(1.05);
}

.product-sec-con {
  background-color: #fffbe9;
}

.product-list-con {
  position: relative;
}
.product-list-con .product-list-col {
  margin: 15px auto;
  position: relative;
  background-color: #fdfdfd;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  overflow: hidden;
}
.product-list-con .product-list-col .product-list-full {
  position: relative;
  height: 100%;
  padding: 30px;
  min-height: 420px;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  justify-content: end;
}
.product-list-con .product-list-col .product-list-full .product-list-img {
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.product-list-con .product-list-col .product-list-full .product-list-img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.product-list-con .product-list-col .product-list-full .product-list-img figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.product-list-con .product-list-col .product-list-full .product-list-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.product-list-con .product-list-col .product-list-full .product-list-text {
  position: relative;
  padding: 24px;
  width: 420px;
  background: #ffffff;
  border-radius: 8px;
  max-width: 80%;
  overflow: hidden;
}
.product-list-con .product-list-col .product-list-full .product-list-text h4 {
  position: relative;
}
.product-list-con .product-list-col .product-list-full .product-list-text h5 {
  position: relative;
}
.product-list-con .product-list-col .product-list-full .product-list-text h5 a {
  color: #212121;
}
.product-list-con .product-list-col .product-list-full .product-list-text h5 a:hover {
  color: #5c9269;
}
.product-list-con .product-list-col .product-list-full .product-list-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.product-list-con .product-list-col:hover .product-list-full .product-list-img figure img {
  transform: scale(1.05);
}

@media only screen and (max-width: 1399.98px) {
  .blog-list-con .blog-list-col .blog-list-full .blog-list-img {
    height: 340px;
  }
  .blog-list-con .blog-list-col .blog-list-full .blog-list-text {
    padding: 24px 24px 12px 24px;
  }
  .blog-list-con .blog-list-col .blog-list-full .learn-more-link-con {
    left: 24px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-list-con .blog-list-col .blog-list-full .blog-list-img {
    height: 300px;
  }
  .blog-list-con .blog-list-col .blog-list-full .blog-list-text {
    padding: 21px 21px 12px 21px;
  }
  .blog-list-con .blog-list-col .blog-list-full .learn-more-link-con {
    left: 21px;
    bottom: 21px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-list-con .blog-list-col .blog-list-full .blog-list-img {
    height: 280px;
  }
  .blog-list-con .blog-list-col .blog-list-full .blog-list-text {
    padding: 20px 20px 12px 20px;
  }
  .blog-list-con .blog-list-col .blog-list-full .learn-more-link-con {
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-list-con .blog-list-col .blog-list-full .blog-list-img {
    height: 340px;
  }
  .blog-list-con .blog-list-col .blog-list-full .blog-list-text {
    padding: 19px 19px 12px 19px;
  }
  .blog-list-con .blog-list-col .blog-list-full .learn-more-link-con {
    left: 19px;
    bottom: 19px;
  }
  .product-list-con .product-list-col .product-list-full {
    padding: 24px;
    min-height: 350px;
  }
  .product-list-con .product-list-col .product-list-full .product-list-text {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog-list-con .blog-list-col .blog-list-full .blog-list-img {
    height: 300px;
  }
  .blog-list-con .blog-list-col .blog-list-full .blog-list-text {
    padding: 18px 18px 12px 18px;
  }
  .blog-list-con .blog-list-col .blog-list-full .learn-more-link-con {
    left: 18px;
    bottom: 18px;
  }
}
body {
  color: #696969;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

p {
  color: #696969;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 18px;
}

h1 {
  color: #212121;
  font-size: 54px;
  line-height: normal;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 18px;
}

h2 {
  color: #212121;
  font-size: 48px;
  line-height: normal;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 18px;
}

h3 {
  color: #212121;
  font-size: 42px;
  line-height: normal;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 18px;
}

h4 {
  color: #212121;
  font-size: 36px;
  line-height: normal;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 18px;
}

h5 {
  color: #212121;
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 18px;
}

h6 {
  color: #212121;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 18px;
}

.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tag-line {
  color: #5c9269;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 24px;
  position: relative;
}
.tag-line::before {
  content: "\f067";
  font-family: "FontAwesome";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #5c9269;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  padding: 0 0 0 2px;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1399.98px) {
  body {
    font-size: 16px;
    line-height: normal;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 54px;
    line-height: normal;
  }
  h2 {
    font-size: 48px;
    line-height: normal;
  }
  h3 {
    font-size: 42px;
    line-height: normal;
  }
  h4 {
    font-size: 36px;
    line-height: normal;
  }
  h5 {
    font-size: 30px;
    line-height: normal;
  }
  h6 {
    font-size: 24px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  body {
    font-size: 15px;
    line-height: normal;
  }
  p {
    font-size: 15px;
    line-height: 23px;
  }
  h1 {
    font-size: 51px;
    line-height: normal;
  }
  h2 {
    font-size: 45px;
    line-height: normal;
  }
  h3 {
    font-size: 39px;
    line-height: normal;
  }
  h4 {
    font-size: 34px;
    line-height: normal;
  }
  h5 {
    font-size: 28px;
    line-height: normal;
  }
  h6 {
    font-size: 23px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  body {
    font-size: 15px;
    line-height: normal;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  h1 {
    font-size: 48px;
    line-height: normal;
  }
  h2 {
    font-size: 42px;
    line-height: normal;
  }
  h3 {
    font-size: 36px;
    line-height: normal;
  }
  h4 {
    font-size: 32px;
    line-height: normal;
  }
  h5 {
    font-size: 26px;
    line-height: normal;
  }
  h6 {
    font-size: 22px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: normal;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  h1 {
    font-size: 46px;
    line-height: normal;
  }
  h2 {
    font-size: 40px;
    line-height: normal;
  }
  h3 {
    font-size: 34px;
    line-height: normal;
  }
  h4 {
    font-size: 30px;
    line-height: normal;
  }
  h5 {
    font-size: 25px;
    line-height: normal;
  }
  h6 {
    font-size: 21px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  body {
    font-size: 14px;
    line-height: normal;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  h1 {
    font-size: 42px;
    line-height: normal;
  }
  h2 {
    font-size: 36px;
    line-height: normal;
  }
  h3 {
    font-size: 30px;
    line-height: normal;
  }
  h4 {
    font-size: 27px;
    line-height: normal;
  }
  h5 {
    font-size: 24px;
    line-height: normal;
  }
  h6 {
    font-size: 21px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form-group {
  margin-bottom: 18px;
}

label {
  color: #696969;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 8px;
}

.form-control {
  background: #ffffff;
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(3, 2, 2, 0.5);
  color: #696969;
  padding: 12px 15px;
  height: 48px;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.form-control:focus {
  color: #696969;
  border-color: #212121;
  background-color: #ffffff;
  box-shadow: none;
}
.form-control::placeholder {
  color: #696969;
  opacity: 0.75;
}
.form-control:-ms-input-placeholder {
  color: #696969;
}
.form-control::-ms-input-placeholder {
  color: #696969;
}

textarea.form-control {
  min-height: 140px;
}

.btn {
  background: #5c9269;
  color: #ffffff;
  border-radius: 50px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding: 12px 15px;
  min-width: 140px;
  border: 1px solid #5c9269;
  transition: transform 0.5s;
}
.btn:hover {
  background: #1d4026;
  border-color: #1d4026;
  color: #ffffff;
  transform: scale(1.05);
}
.btn:focus {
  outline: inherit;
  outline-offset: inherit;
  box-shadow: inherit;
}

.learn-more-link {
  position: relative;
  color: #5c9269;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  text-decoration: none;
  width: auto;
  display: inline-block;
  position: relative;
}
.learn-more-link:hover {
  color: #1d4026;
  text-decoration: none;
}

.link-text {
  color: #696969;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  text-decoration: none;
  width: auto;
  display: inline-block;
  position: relative;
}
.link-text.link-text-line {
  padding-bottom: 8px;
  position: relative;
}
.link-text.link-text-line::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #696969;
  position: absolute;
  left: 0;
  bottom: 0;
}
.link-text:hover {
  color: #5c9269;
  text-decoration: none;
}

@media only screen and (max-width: 1399.98px) {
  .form-group {
    margin-bottom: 18px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .form-group {
    margin-bottom: 18px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form-group {
    margin-bottom: 18px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 95px;
  }
  .btn {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-group {
    margin-bottom: 18px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 95px;
  }
  .btn {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-group {
    margin-bottom: 18px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480.98px) {
  .form-group {
    margin-bottom: 18px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
header {
  position: relative;
}
header .header-con {
  position: relative;
  background-color: transparent;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.16);
  transition: 0.5s ease;
}
header .header-con .navbar {
  position: initial;
}
header .header-con .navbar .navbar-brand {
  position: relative;
  padding: 8px 0;
  font-family: "Philosopher", sans-serif;
  font-size: 30px;
  min-width: 140px;
}
header .header-con .navbar .navbar-brand figure {
  margin: 0;
}
header .header-con .navbar .navbar-brand .logo-white-img {
  display: block;
}
header .header-con .navbar .navbar-brand .logo-green-img {
  display: none;
}
header .header-con .navbar .navbar-brand img {
  width: auto;
  max-width: 100%;
  height: 84px;
}
header .header-con .navbar .header-menu-fixd {
  position: initial;
}
header .header-con .navbar .menu-header {
  position: initial;
}
header .header-con .navbar .menu-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
  position: initial;
}
header .header-con .navbar .menu-header ul li {
  margin: 0;
  padding: 0 12px;
  list-style: none;
  width: auto;
  display: inline-block;
  position: initial;
}
header .header-con .navbar .menu-header ul li:last-child {
  padding-right: 0;
}
header .header-con .navbar .menu-header ul li:hover > ul {
  display: block;
}
header .header-con .navbar .menu-header ul li a {
  color: #696969;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 0;
  padding: 40px 0;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}
header .header-con .navbar .menu-header ul li a:hover {
  color: #5c9269;
  opacity: 0.8;
}
header .header-con .navbar .menu-header ul li ul {
  display: none;
  position: absolute;
  width: 140px;
  background: #ffffff;
  top: 100%;
  left: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
  padding: 8px 0;
  z-index: 9;
}
header .header-con .navbar .menu-header ul li ul li {
  width: 100%;
  padding: 0;
}
header .header-con .navbar .menu-header ul li ul li a {
  color: #696969;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 8px 15px;
}
header .header-con .navbar .menu-header ul li ul li a:hover {
  color: #5c9269;
}
header .header-con .navbar .menu-header ul li .mega-menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  top: 100%;
  right: 0;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  padding: 40px 60px;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 240px;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full .mega-menu-card-caption {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 21px;
  z-index: 5;
  overflow: hidden;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full .mega-menu-card-caption h3 {
  color: #ffffff;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full .mega-menu-card-caption .tag-line {
  color: #ffffff;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full .mega-menu-card-caption .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  padding: 15px;
  min-width: 120px;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-card-box .mega-menu-card-full .mega-menu-card-caption .btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-col {
  max-height: 300px;
  overflow-x: hidden;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-col::-webkit-scrollbar {
  width: 4px;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-col::-webkit-scrollbar-track {
  background: #fffbe9;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-col::-webkit-scrollbar-thumb {
  background: #fffbe9;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-col::-webkit-scrollbar-thumb:hover {
  background: #fffbe9;
}
header .header-con .navbar .menu-header ul li .mega-menu .mega-menu-col p {
  color: #fffbe9;
  margin-bottom: 10px;
}
header .header-con .navbar .menu-header ul li .mega-menu ul {
  width: 100%;
  padding: 0;
  display: block;
  position: initial;
  box-shadow: inherit !important;
}
header .header-con .navbar .menu-header ul li .mega-menu ul li {
  width: 100%;
  padding: 0;
}
header .header-con .navbar .menu-header ul li .mega-menu ul li a {
  color: #696969;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  padding: 8px 0;
}
header .header-con .navbar .menu-header ul li .mega-menu ul li a:hover {
  color: #5c9269;
}
header:hover .header-con {
  background-color: #ffffff;
  transition: 0.5s ease;
}
header:hover .header-con .navbar .navbar-brand {
  transition: 0.5s ease;
}
header:hover .header-con .navbar .navbar-brand .logo-white-img {
  display: none;
  transition: 0.5s ease;
}
header:hover .header-con .navbar .navbar-brand .logo-green-img {
  display: block;
  transition: 0.5s ease;
}
header:hover .nav-right-side .btn {
  color: #ffffff;
  background-color: #5c9269;
  border-color: #1d4026;
}

.fixedHeaderMenu .header-con {
  background-color: #ffffff;
  transition: 0.5s ease;
}
.fixedHeaderMenu .header-con .navbar .navbar-brand {
  transition: 0.5s ease;
}
.fixedHeaderMenu .header-con .navbar .navbar-brand .logo-white-img {
  display: none;
  transition: 0.5s ease;
}
.fixedHeaderMenu .header-con .navbar .navbar-brand .logo-green-img {
  display: block;
  transition: 0.5s ease;
}

.header-fixed {
  position: fixed;
  width: 100%;
  background: transparent;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 111;
  transition: 0.5s ease;
}

.fixedHeaderMenu .header-top-bar {
  display: none;
  transition: 0.5s ease;
}

header .header-con .navbar .menu-header ul li:hover > ul {
  display: block;
}

header .header-con .navbar .menu-header ul li:hover > .mega-menu {
  display: block;
}

.nav-right-side {
  position: relative;
}
.nav-right-side a {
  width: auto;
  display: inline-block;
  margin-left: 15px;
  color: #696969;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
.nav-right-side .btn {
  color: #1d4026;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  background-color: #ffffff;
  border-color: #1d4026;
}

.fixedHeaderMenu .nav-right-side .btn {
  color: #ffffff;
  background-color: #5c9269;
  border-color: #5c9269;
}

.sub-menu {
  position: relative !important;
}

header .header-con .navbar .navbar-brand,
header .header-con .navbar .menu-header ul li a,
header .nav-right-side a {
  color: #ffffff;
}

header:hover .header-con .navbar .navbar-brand,
header:hover .header-con .navbar .menu-header ul li a,
header:hover .nav-right-side a,
header.fixedHeaderMenu .header-con .navbar .navbar-brand,
header.fixedHeaderMenu .header-con .navbar .menu-header ul li a,
header.fixedHeaderMenu .nav-right-side a {
  color: #000000;
}

@media only screen and (max-width: 1199.98px) {
  header .header-con {
    padding: 0;
  }
  header .header-con .container {
    max-width: 100%;
  }
  header .header-con .navbar {
    padding: 0 15px !important;
  }
  header .header-con .navbar .navbar-brand {
    padding: 15px 0;
    margin: 0 4px;
    min-width: auto;
  }
  header .header-con .navbar .navbar-brand img {
    width: auto;
    max-width: 100%;
    height: 66px;
  }
  header .header-con .navbar .navbar-collapse.menu-header {
    position: absolute;
    top: 52px;
    background: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
  }
  header .header-con .navbar .menu-header {
    position: relative;
  }
  header .header-con .navbar .menu-header ul {
    width: 100%;
    padding: 8px 0;
  }
  header .header-con .navbar .menu-header ul li {
    padding: 0;
    width: 100%;
  }
  header .header-con .navbar .menu-header ul li a {
    padding: 8px 15px;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 14px;
  }
  header .header-con .navbar .menu-header ul li ul {
    display: block;
    width: 100%;
    background-color: transparent;
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 0 0 0 15px;
  }
  header .header-con .navbar .menu-header ul li ul li {
    padding: 0;
    width: 100%;
  }
  header .header-con .navbar .menu-header ul li ul li a {
    padding: 8px 15px;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 12px;
  }
  header .rs-menu-header {
    position: absolute;
    top: 96px;
    background: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
  }
  header .rs-menu-header .header-menu-fixd {
    width: 100%;
    display: inline-block;
    padding: 21px 0;
    overflow-x: hidden;
    height: calc(100vh - 96px);
  }
  header .nav-right-side .btn {
    font-size: 13px;
  }
  header .nav-right-side a {
    margin-left: 8px;
  }
  header .nav-right-side .nav-account {
    display: none !important;
  }
  header .nav-right-side .nav-search svg {
    width: 26px;
  }
}
footer {
  position: relative;
  background-color: #1d4026;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-top-con {
  padding-bottom: 30px;
}

.footer-bottom-con {
  position: relative;
}

.footer-col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-col p {
  position: relative;
  color: #ffffff;
  opacity: 0.8;
}
.footer-col h6 {
  position: relative;
  color: #ffffff;
}

.footer-logo-text img {
  width: 100px;
  max-width: 100%;
  margin-bottom: 8px;
}

.footer-menu {
  position: relative;
}

.footer-form {
  position: relative;
}
.footer-form .btn-con .btn {
  position: relative;
}
.footer-form .btn-con .btn:hover {
  position: relative;
}

.ft-nl-form {
  position: relative;
}
.ft-nl-form .form-control {
  position: relative;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  padding-left: 0;
  color: #ffffff;
}
.ft-nl-form .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.ft-nl-form .btn {
  position: absolute;
  padding: 0;
  margin: 0;
  background: transparent;
  min-width: auto;
  border: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 48px;
  width: auto;
}

@media only screen and (max-width: 1399.98px) {
  footer {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-top-con {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #ffffff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 30px;
  outline: none;
  color: #1d4026;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 0;
}

.no-touch .dl-menuwrapper li a:hover {
  background: #fffbe9;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 50px;
  margin-bottom: 15px;
  background: transparent;
  font-weight: bold;
}

.dl-menuwrapper li.dl-back:after {
  position: absolute !important;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: relative;
  top: 2px;
  line-height: normal;
  font-family: "FontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}

.dl-menuwrapper li.dl-back:after {
  left: 30px;
  color: #696969;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 24px;
  top: 20px;
}

.dl-menuwrapper li > a:after {
  right: -15px;
  color: #696969;
}

.dl-menuwrapper .dl-menu {
  margin: 0;
  position: relative;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.5s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu-bottom-menu {
  margin: 60px 30px 15px;
  border-top: 1px solid #fffbe9;
}
.dl-menu-bottom-menu a {
  padding: 21px 0 !important;
  font-size: 15px !important;
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/*social-icon-ul*/
.social-icon-con {
  line-height: 0;
}

.social-icon-ul {
  width: 100%;
  display: inline-block;
}
.social-icon-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
}
.social-icon-ul ul li {
  margin: 0;
  padding: 0 4px;
  list-style: none;
  width: auto;
  display: inline-block;
}
.social-icon-ul ul li a {
  color: #1d4026;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  opacity: 1;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  line-height: 28px;
}
.social-icon-ul ul li a svg {
  width: auto;
  height: 16px;
  fill: #1d4026;
}
.social-icon-ul ul li a:hover {
  color: #1d4026;
  background-color: #ffffff;
  opacity: 0.8;
}
.social-icon-ul ul li a:hover svg {
  fill: #1d4026;
}
.social-icon-ul ul li:first-child {
  padding-left: 0;
}
.social-icon-ul ul li:last-child {
  padding-right: 0;
}

/*End-social-icon-ul*/
/*line-menu-ul*/
.line-menu-ul {
  width: 100%;
  display: inline-block;
}

.line-menu-ul {
  width: 100%;
  display: inline-block;
}
.line-menu-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}
.line-menu-ul ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}
.line-menu-ul ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  opacity: 0.8;
}
.line-menu-ul ul li a:hover {
  opacity: 1;
}
.line-menu-ul ul li a:not([href]):not([class]) {
  text-decoration: none;
  cursor: inherit;
  color: #ffffff;
  opacity: 0.8;
}
.line-menu-ul ul li a:not([href]):not([class]):hover {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
}
.line-menu-ul ul li:first-child {
  padding-top: 0;
}
.line-menu-ul ul li:last-child {
  padding-bottom: 0;
}

/*line-menu-ul*/
/*line-icon-menu-ul*/
.line-icon-menu-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}
.line-icon-menu-ul ul li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}
.line-icon-menu-ul ul li a {
  color: #696969;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  width: 100%;
  display: inline-flex;
}
.line-icon-menu-ul ul li a:hover {
  opacity: 0.9;
  color: #5c9269;
}
.line-icon-menu-ul ul li:first-child {
  padding-top: 0;
}
.line-icon-menu-ul ul li:last-child {
  padding-bottom: 0;
}

.line-icon-menu-img {
  width: 36px;
  padding-right: 8px;
  position: relative;
}
.line-icon-menu-img .fa {
  font-size: 21px;
}

.line-icon-menu-text {
  width: calc(100% - 36px);
}

/*line-icon-menu-ul*/
.breadcrumb-con {
  position: relative;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcrumb-ul {
  width: 100%;
  position: relative;
}

.breadcrumb-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  display: inline-block;
}

.breadcrumb-ul ul li {
  margin: 6px auto;
  padding: 0;
  list-style: none;
  width: auto;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 0px;
}

.breadcrumb-ul ul li a {
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

.breadcrumb-ul ul li a:hover {
  color: #ffffff;
  opacity: 0.8;
}

.breadcrumb-ul ul li a::after {
  content: "\f105";
  font-family: fontawesome;
  margin: 0 8px;
  color: #ffffff;
}

.breadcrumb-ul ul li:last-child a::after {
  display: none;
}

.page-banner-con {
  position: relative;
  height: 85vh;
  min-height: 450px;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 60px;
}
.page-banner-con .page-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.page-banner-con .page-banner-img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.page-banner-con .page-banner-img figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.page-banner-con .page-banner-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-banner-con .container {
  position: relative;
}
.page-banner-con .page-banner-text {
  text-align: center;
}
.page-banner-con .page-banner-text h2 {
  color: #ffffff;
}

.home-banner-con {
  position: relative;
  height: 100vh;
  min-height: 450px;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 60px;
}
.home-banner-con .home-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home-banner-con .home-banner-img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.home-banner-con .home-banner-img figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.home-banner-con .home-banner-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-banner-con .container {
  position: relative;
}
.home-banner-con .home-banner-text .tag-line {
  color: #ffffff;
}
.home-banner-con .home-banner-text .tag-line::before {
  border-color: #ffffff;
}
.home-banner-con .home-banner-text h1 {
  color: #ffffff;
}
.home-banner-con .home-banner-text p {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-sec-con {
  background-color: #fffbe9;
}

.se-title-con {
  position: relative;
}

.se-title-btn-con {
  position: relative;
}

.se-title-btn-col {
  position: relative;
  padding: 8px 0;
}

.se-title-btn-title {
  position: relative;
}

.se-title-btn-btn {
  text-align: right;
}

.btn-ps-con {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.btn-ps-con .btn-ps-lt {
  width: calc(100% - 180px);
}
.btn-ps-con .btn-ps-lt p {
  margin-bottom: 0;
  font-weight: 700;
}
.btn-ps-con .btn-ps-rt {
  width: 180px;
  text-align: right;
}

hr {
  margin: 24px 0;
  color: #696969;
  border-top: 1px #696969 solid;
  opacity: 0.25;
  width: 100%;
  display: inline-block;
}

.contact-map-con {
  background-color: #fffbe9;
}

.full-map-con {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.full-map-con iframe {
  width: 100%;
  height: 100%;
}

.contact-us-con {
  position: relative;
  background-color: #edf4d0;
}

.contact-us-form {
  background-color: #1d4026;
  padding: 42px;
}
.contact-us-form .tag-line {
  color: #ffffff;
}
.contact-us-form h2 {
  color: #ffffff;
}
.contact-us-form p {
  color: #ffffff;
}
.contact-us-form .btn {
  border-radius: 0;
}
.contact-us-form .form-con {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 15px;
}
.contact-us-form .form-con .form-control {
  border: 0;
  border-bottom: 1px solid #696969;
  border-radius: 0;
  padding-left: 0;
}

.contact-us-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.contact-us-img figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-us-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 1s;
}

.contact-us-con:hover .contact-us-img figure img {
  transform: scale(1.05);
}

.blog-detail-con .full-img {
  width: 100%;
  margin-bottom: 8px;
  display: inline-block;
}
.blog-detail-con .full-img figure {
  width: 100%;
  height: 500px;
  padding: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.blog-detail-con .full-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ul-icon-con {
  position: relative;
}
.ul-icon-con ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.ul-icon-con ul li {
  margin: 4px 0 !important;
  padding: 0 0 0 24px;
  list-style: none;
  width: 100%;
  position: relative;
  display: inline-block;
  color: #696969;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
.ul-icon-con ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #5c9269;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  padding: 0 0 0 1px;
  left: 0;
  top: 4px;
  color: #5c9269;
}
.ul-icon-con ul li a {
  color: #696969;
}
.ul-icon-con ul li a:hover {
  color: #5c9269;
}

.ul-icon-con.line-ul-icon-con ul li {
  width: 33%;
  padding-right: 15px;
}

.light-bg {
  background-color: #fffbe9;
}

.icon-titel-text-ul {
  position: relative;
}
.icon-titel-text-ul ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.icon-titel-text-ul ul li {
  margin: 8px 0 !important;
  padding: 0 0 0 42px;
  list-style: none;
  width: 100%;
  position: relative;
  display: inline-block;
}
.icon-titel-text-ul ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #5c9269;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  padding: 0 0 0 1px;
  left: 0;
  top: 4px;
  color: #5c9269;
  font-size: 16px;
}
.icon-titel-text-ul ul li h5 {
  margin-bottom: 8px;
}

.three-box-img-lr-col {
  min-height: 500px;
  height: 100%;
}

.three-box-img-left .three-box-img-left-tb-col {
  height: 50%;
}
.three-box-img-left .three-box-img-col {
  height: 100%;
}

.three-box-img-right .three-box-img-col {
  height: 100%;
  padding: 0;
}

.three-box-img-col {
  margin: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.three-box-img-col figure {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
  width: 100%;
}
.three-box-img-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-us-col {
  padding: 15px 0;
}

.three-box-img-left-tb-top .three-box-img-col {
  padding-bottom: 12px;
}

.three-box-img-left-tb-bottom .three-box-img-col {
  padding-top: 12px;
}

.fixed-bg-quote-con {
  position: relative;
  background-attachment: fixed;
  background-color: #5c9269;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/fixed-bg-quote-img.jpg");
  background-size: cover;
}
.fixed-bg-quote-con::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.fixed-bg-quote-con .container {
  position: relative;
  z-index: 2;
}
.fixed-bg-quote-con .fixed-bg-quote-text {
  text-align: center;
}
.fixed-bg-quote-con .fixed-bg-quote-text figure .fa {
  color: #ffffff;
}
.fixed-bg-quote-con .fixed-bg-quote-text p {
  color: #ffffff;
}
.fixed-bg-quote-con .fixed-bg-quote-text h3 {
  color: #ffffff;
}

.numb-box-list-con {
  position: relative;
}
.numb-box-list-con .numb-box-list-col {
  position: relative;
  width: 100%;
  margin: 15px auto;
  padding: 21px;
  border: 1px solid #696969;
  border-radius: 8px;
  overflow: hidden;
}
.numb-box-list-con .numb-box-list-col .numb-box-list-full {
  position: relative;
}
.numb-box-list-con .numb-box-list-col .numb-box-list-full h3 {
  position: relative;
  color: #5c9269;
}
.numb-box-list-con .numb-box-list-col .numb-box-list-full h6 {
  position: relative;
}
.numb-box-list-con .numb-box-list-col .numb-box-list-full p {
  position: relative;
  margin-bottom: 0;
}

.our-brands-slider {
  text-align: center;
}
.our-brands-slider .our-brands-slide-col {
  text-align: center;
  margin: 24px auto;
}
.our-brands-slider .our-brands-slide-col figure {
  text-align: center;
  width: 100%;
  height: auto;
}
.our-brands-slider .our-brands-slide-col figure img {
  width: auto;
  height: auto;
  max-height: 90px;
  max-width: 100%;
}

.popup-modal-con .modal {
  padding: 0;
}
.popup-modal-con .btn-close {
  position: absolute;
  top: 21px;
  right: 21px;
  padding: 0;
  margin: 0;
  font-size: 21px;
}
.popup-modal-con .popup-modal-box {
  padding: 30px;
}

@media only screen and (max-width: 1399.98px) {
  .full-map-con {
    height: 460px;
  }
  .contact-us-form {
    padding: 42px;
  }
  .contact-us-form .form-con {
    padding: 30px;
  }
  .blog-detail-con .full-img figure {
    height: 480px;
  }
  .ul-icon-con {
    position: relative;
  }
  .ul-icon-con ul li {
    margin: 4px 0 !important;
    padding: 0 0 0 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .ul-icon-con ul li::before {
    top: 4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .full-map-con {
    height: 440px;
  }
  .contact-us-form {
    padding: 36px;
  }
  .contact-us-form .form-con {
    padding: 27px;
  }
  .blog-detail-con .full-img figure {
    height: 460px;
  }
  .ul-icon-con {
    position: relative;
  }
  .ul-icon-con ul li {
    margin: 4px 0 !important;
    padding: 0 0 0 24px;
    font-size: 15px;
    line-height: 23px;
  }
  .ul-icon-con ul li::before {
    top: 4px;
  }
}
@media only screen and (max-width: 991.98px) {
  .full-map-con {
    height: 420px;
  }
  .contact-us-img {
    min-height: 400px;
  }
  .contact-us-img figure {
    position: relative;
  }
  .contact-us-form {
    padding: 30px;
  }
  .contact-us-form .form-con {
    padding: 24px;
  }
  .blog-detail-con .full-img figure {
    height: 440px;
  }
  .ul-icon-con {
    position: relative;
  }
  .ul-icon-con ul li {
    margin: 4px 0 !important;
    padding: 0 0 0 24px;
    font-size: 15px;
    line-height: 22px;
  }
  .ul-icon-con ul li::before {
    top: 4px;
  }
  .ul-icon-con.line-ul-icon-con ul li {
    width: 48%;
  }
  .numb-box-list-con .numb-box-list-col {
    padding: 20px;
  }
  .popup-modal-con .btn-close {
    top: 20px;
    right: 20px;
    font-size: 20px;
  }
  .popup-modal-con .popup-modal-box {
    padding: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .se-title-btn-btn {
    text-align: left;
  }
  .se-title-btn-title h2 {
    margin-bottom: 0;
  }
  .full-map-con {
    height: 400px;
  }
  .contact-us-form {
    padding: 27px;
  }
  .contact-us-form .form-con {
    padding: 21px;
  }
  .blog-detail-con .full-img figure {
    height: 420px;
  }
  .ul-icon-con {
    position: relative;
  }
  .ul-icon-con ul li {
    margin: 4px 0 !important;
    padding: 0 0 0 24px;
    font-size: 14px;
    line-height: 21px;
  }
  .ul-icon-con ul li::before {
    top: 4px;
  }
  .ul-icon-con.line-ul-icon-con ul li {
    width: 98%;
  }
  .three-box-img-left-tb-top .three-box-img-col {
    padding: 12px 0;
  }
  .three-box-img-left-tb-bottom .three-box-img-col {
    padding: 12px 0;
  }
  .three-box-img-right .three-box-img-col {
    padding: 12px 0;
  }
  .numb-box-list-con .numb-box-list-col {
    padding: 19px;
  }
  .popup-modal-con .btn-close {
    top: 19px;
    right: 19px;
    font-size: 19px;
  }
  .popup-modal-con .popup-modal-box {
    padding: 24px;
  }
  .btn-ps-con .btn-ps-lt {
    width: calc(100% - 160px);
  }
  .btn-ps-con .btn-ps-rt {
    width: 160px;
  }
}
@media only screen and (max-width: 575.98px) {
  .full-map-con {
    height: 380px;
  }
  .blog-detail-con .full-img figure {
    height: 400px;
  }
  .ul-icon-con {
    position: relative;
  }
  .ul-icon-con ul li {
    margin: 4px 0 !important;
    padding: 0 0 0 24px;
    font-size: 14px;
    line-height: 21px;
  }
  .ul-icon-con ul li::before {
    top: 4px;
  }
  .numb-box-list-con .numb-box-list-col {
    padding: 18px;
  }
  .popup-modal-con .btn-close {
    top: 18px;
    right: 18px;
    font-size: 18px;
  }
  .popup-modal-con .popup-modal-box {
    padding: 21px;
  }
  .btn-ps-con {
    width: 100%;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
  }
  .btn-ps-con .btn-ps-lt {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .btn-ps-con .btn-ps-rt {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
