@charset "UTF-8";
/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  width: calc(100% + 3px);
  color: #505050;
}
@media screen and (max-width: 1620px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.03em;
  }
}

::-moz-selection {
  color: #F47B20;
  background: #eee;
}

::selection {
  color: #F47B20;
  background: #eee;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #2D2D2D;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-bottom: 0;
}

.container {
  max-width: 80%;
}
@media screen and (max-width: 1620px) {
  .container {
    max-width: 80.5%;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 80.7%;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 81.5%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 96%;
  }
}
@media screen and (max-width: 320px) {
  .container {
    max-width: 100%;
  }
}

input,
select,
textarea {
  color: #666;
  border: 1px solid #e7e7e7;
  resize: none;
  padding: 0.4em 1em;
  width: 100%;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(180, 180, 180);
  font-size: 16px;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgb(180, 180, 180);
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 13px;
  }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 13px;
  }
}
input:hover,
select:hover,
textarea:hover {
  border-color: #179C42;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #179C42;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  color: rgb(145, 145, 145);
  padding-right: 1em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 13px;
  }
}

h6 {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1366px) {
  h6 {
    font-size: 14px;
  }
}

.modal-content {
  border: 0;
  box-shadow: 0 3px 70px rgba(0, 0, 0, 0.3);
}

a {
  color: inherit;
}
a:hover {
  color: #F47B20;
}

.breadcrumb-item {
  font-size: 12px;
}
.breadcrumb-item a {
  color: #666666;
}
.breadcrumb-item a:hover {
  color: #179C42;
}
.breadcrumb-item.active {
  color: #179C42;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  padding: 3em 0;
}

.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background-color: #fff;
  color: #7d7c7c;
  border-radius: 50%;
  padding: 1em;
  outline: none;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    padding: 0.6em;
  }
}
@media screen and (max-width: 600px) {
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    padding: 0.3em;
  }
}
.lg-outer .lg-actions .lg-next:hover,
.lg-outer .lg-actions .lg-prev:hover {
  color: #fff;
  background: #4e49df;
  box-shadow: 0 3px 25px rgba(78, 73, 223, 0.5);
}
.lg-outer .lg-actions .lg-next:active,
.lg-outer .lg-actions .lg-prev:active {
  color: #fff;
  background-color: #A8C624;
}
.lg-outer .lg-sub-html {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .lg-outer .lg-sub-html {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .lg-outer .lg-sub-html {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .lg-outer .lg-sub-html {
    font-size: 16px;
  }
}
.lg-outer .lg-sub-html,
.lg-outer .lg-toolbar {
  background-color: transparent;
}
.lg-outer #lg-counter {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
}
.lg-outer .lg-toolbar .lg-icon {
  color: #5c5c5c;
  background: #fff;
}
.lg-outer .lg-toolbar .lg-icon:hover {
  color: #fff;
  background: #4e49df;
}

.lg-backdrop.in {
  opacity: 0.94 !important;
}

.modal {
  background: rgba(0, 0, 0, 0.7);
}

.lni {
  font-weight: 600 !important;
  vertical-align: middle;
}

.text-light-gray {
  color: #787878;
}

.text-black {
  color: #000;
}

.text-black-1 {
  color: #2D2D2D;
}

.text-light-cream-1 {
  color: #eeecec;
}

.text-light-cream-2 {
  color: #F6F8F9;
}

.text-green {
  color: #11523f;
}

.text-leaf-green {
  color: #145e49;
}

.text-leaf-green-2 {
  color: #8ccabb;
}

.text-gradient {
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.leaf-green-gradient {
  background: linear-gradient(145deg, #145e49, #34b691);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.leaf-green-gradient-2 {
  background: linear-gradient(145deg, #34b691, #145e49);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.bg-light-cream-1 {
  background-color: #eeecec;
}

.bg-light-cream-2 {
  background-color: #F6F8F9;
}

.bg-gradient-green {
  background: linear-gradient(-45deg, #34b691, #145e49);
}

.bg-gradient-cream {
  background: linear-gradient(-45deg, #eeecec, #F6F8F9);
}

.bg-black-1 {
  background-color: #2D2D2D;
}

.font-14, .main-title {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .font-14, .main-title {
    font-size: 13px;
  }
}

.font-22 {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .font-22 {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .font-22 {
    font-size: 14px;
  }
}

.title-primary {
  font-size: 58px;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@media screen and (max-width: 1620px) {
  .title-primary {
    font-size: 54px;
  }
}
@media screen and (max-width: 1440px) {
  .title-primary {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .title-primary {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .title-primary {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .title-primary {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  .title-primary {
    font-size: 30px;
  }
}
.title-secondary {
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #145e49;
}
@media screen and (max-width: 1620px) {
  .title-secondary {
    font-size: 42px;
  }
}
@media screen and (max-width: 1440px) {
  .title-secondary {
    font-size: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .title-secondary {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .title-secondary {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .title-secondary {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .title-secondary {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .title-secondary {
    font-size: 20px;
  }
}

.title-tertiary {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 1620px) {
  .title-tertiary {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .title-tertiary {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .title-tertiary {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title-tertiary {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .title-tertiary {
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .title-tertiary {
    font-size: 16px;
  }
}

.title-quaternary {
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1620px) {
  .title-quaternary {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .title-quaternary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .title-quaternary {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 600px) {
  .title-quaternary {
    font-size: 13px;
  }
}

.main-title {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.py-large {
  padding: 9rem 0;
}
@media screen and (max-width: 1620px) {
  .py-large {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 1440px) {
  .py-large {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 1366px) {
  .py-large {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 1280px) {
  .py-large {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 1100px) {
  .py-large {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .py-large {
    padding: 3.5rem 0;
  }
}

.py-regular {
  padding: 6rem 0;
}
@media screen and (max-width: 1620px) {
  .py-regular {
    padding: 5.5rem 0;
  }
}
@media screen and (max-width: 1440px) {
  .py-regular {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1366px) {
  .py-regular {
    padding: 4.5rem 0;
  }
}
@media screen and (max-width: 1280px) {
  .py-regular {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .py-regular {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 600px) {
  .py-regular {
    padding: 3rem 0;
  }
}

.pt-regular {
  padding-top: 6rem;
}
@media screen and (max-width: 1620px) {
  .pt-regular {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt-regular {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1366px) {
  .pt-regular {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .pt-regular {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pt-regular {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-regular {
    padding-top: 3rem;
  }
}

.pb-regular {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1620px) {
  .pb-regular {
    padding-bottom: 5.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb-regular {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1366px) {
  .pb-regular {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .pb-regular {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pb-regular {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-regular {
    padding-bottom: 3rem;
  }
}

.pl-regular {
  padding-left: 6rem;
}
@media screen and (max-width: 1620px) {
  .pl-regular {
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .pl-regular {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1366px) {
  .pl-regular {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .pl-regular {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pl-regular {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .pl-regular {
    padding-left: 3rem;
  }
}

.py-medium {
  padding: 4.5rem 0;
}
@media screen and (max-width: 1620px) {
  .py-medium {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 1440px) {
  .py-medium {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 1280px) {
  .py-medium {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .py-medium {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 600px) {
  .py-medium {
    padding: 2rem 0;
  }
}

.pt-medium {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1620px) {
  .pt-medium {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt-medium {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .pt-medium {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .pt-medium {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-medium {
    padding-top: 2rem;
  }
}

.pb-medium {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1620px) {
  .pb-medium {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb-medium {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .pb-medium {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .pb-medium {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-medium {
    padding-bottom: 2rem;
  }
}

.py-small {
  padding: 3rem 0;
}
@media screen and (max-width: 1620px) {
  .py-small {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 1440px) {
  .py-small {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1280px) {
  .py-small {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .py-small {
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .py-small {
    padding: 1rem 0;
  }
}

.pt-small {
  padding-top: 3rem;
}
@media screen and (max-width: 1620px) {
  .pt-small {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt-small {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .pt-small {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pt-small {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-small {
    padding-top: 1rem;
  }
}

.pb-small {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1620px) {
  .pb-small {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb-small {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .pb-small {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pb-small {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-small {
    padding-bottom: 1rem;
  }
}

.mt-medium {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1620px) {
  .mt-medium {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .mt-medium {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .mt-medium {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .mt-medium {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .mt-medium {
    margin-top: 2rem;
  }
}

.mb-medium {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1620px) {
  .mb-medium {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .mb-medium {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .mb-medium {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .mb-medium {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .mb-medium {
    margin-bottom: 2rem;
  }
}

.mt-small {
  margin-top: 2rem;
}
@media screen and (max-width: 1440px) {
  .mt-small {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mt-small {
    margin-top: 1.2rem;
  }
}

.mb-small {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .mb-small {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mb-small {
    margin-bottom: 1.2rem;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.btn-link {
  position: relative;
  color: #2D2D2D;
  transition: ease 0.3s;
  padding-right: 4rem;
}
.btn-link:hover {
  text-decoration: none;
  color: #2D2D2D;
}
.btn-link:hover::before {
  background-color: #9e9e9e;
}
.btn-link:hover::after {
  transform: translateY(-50%) translateX(0px);
}
.btn-link::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e6e6e6;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  z-index: -1;
  transition: ease 0.3s;
}
@media screen and (max-width: 1100px) {
  .btn-link::before {
    width: 2rem;
    height: 2rem;
  }
}
.btn-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 56%;
  transform: translateY(-50%) translateX(-0.8em);
  transition: ease 0.3s;
  background-image: url(../img/icons/right.svg);
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
}

.link {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transform: rotate(-90deg) translate3d(-300px, 0, 0);
}
.link__arrow {
  display: inline-flex;
}
.link__arrow span {
  position: relative;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background: #efefef;
  z-index: 2;
}
.link__arrow span:nth-child(1) {
  transform-origin: left bottom;
  transform: rotate(45deg) translate3d(8px, -10px, 0);
}
.link__arrow span:nth-child(2) {
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.link__arrow span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #11523f;
}
.link__line {
  position: relative;
  margin-left: -14px;
  margin-right: 30px;
  width: 150px;
  height: 2px;
  background: #efefef;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .link__line {
    width: 100px;
  }
}
.link__line:after {
  content: "";
  display: block;
  position: absolute;
  left: 80px;
  width: 70px;
  height: 2px;
  background: #11523f;
}
.link__text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .link__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .link__text {
    font-size: 14px;
  }
}
.link .link__line:after {
  animation: animation-line 2s forwards infinite;
}
.link .link__arrow span:after {
  animation: animation-arrow 2s forwards infinite;
}
.link:hover .link__line:after {
  animation: animation-line 1.5s forwards;
}
.link:hover .link__arrow span:after {
  animation: animation-arrow 1.5s forwards;
  animation-delay: 1s;
}

.btn-cust-primary {
  background-color: #2D2D2D;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease 0.3s;
}
.btn-cust-primary:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn-cust-primary:hover::before {
  clip-path: circle(145% at 0 0);
}
.btn-cust-primary:hover::after {
  clip-path: circle(145% at 0 0);
}
.btn-cust-primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8ccabb;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: circle(0% at 0 50%);
  transition: ease 0.4s;
}
.btn-cust-primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(145deg, #145e49, #34b691);
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: circle(0% at 0 50%);
  transition: ease 0.6s 0.2s;
}
.btn-cust-primary:focus {
  outline: none;
}

.btn-disabled {
  cursor: not-allowed;
}

.pos-relative {
  position: relative;
}

ul.left-reset {
  padding-left: 1.2em;
  margin-left: 0.2em;
}

.bullet {
  list-style: none;
}
.bullet li::before {
  content: "•";
  color: #2D2D2D;
  font-weight: bold;
  display: inline-block;
  width: 1.4em;
  margin-left: -1.4em;
}

.social-wrapper div {
  width: 2rem;
  height: 2rem;
  padding: 1.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: ease 0.3s;
}

.equal-height-wrap .owl-stage {
  display: flex;
}

.equal-height {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.equal-height .ico img {
  width: unset !important;
  margin: 0 auto;
}

.equal-height-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.owl-nav-right .owl-nav {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.owl-nav-center .owl-nav {
  display: flex;
  justify-content: center;
}

.owl-nav-left .owl-nav {
  display: flex;
  justify-content: flex-start;
}

.owl-carousel.custom-arrows .owl-nav .owl-prev,
.owl-carousel.custom-arrows .owl-nav .owl-next {
  padding: 1rem !important;
  background-color: #f3f3f3;
  transition: ease 0.3s;
}
.owl-carousel.custom-arrows .owl-nav .owl-prev:focus,
.owl-carousel.custom-arrows .owl-nav .owl-next:focus {
  outline: none;
}
.owl-carousel.custom-arrows .owl-nav .owl-prev:hover,
.owl-carousel.custom-arrows .owl-nav .owl-next:hover {
  background-color: rgba(45, 45, 45, 0.3);
}
.owl-carousel.custom-arrows .owl-nav .owl-prev img,
.owl-carousel.custom-arrows .owl-nav .owl-next img {
  width: 50px;
}

.input {
  border: 0;
  border-bottom: 1px solid #2D2D2D;
  font-family: "Monterchi_Light", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  padding: 1em 0;
}
@media screen and (max-width: 1366px) {
  .input {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .input {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .input {
    font-size: 13px;
    padding: 0.8em 0;
  }
}

.input-gray {
  color: #adadad;
  background-clip: unset;
  border: 1px solid #eee;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-gray:hover {
  border-color: #2D2D2D;
}
.input-gray::-moz-placeholder {
  color: #ccc;
}
.input-gray::placeholder {
  color: #ccc;
}
.input-gray:focus {
  box-shadow: unset;
  border-color: #2D2D2D;
}
.input-gray:focus::-moz-placeholder {
  color: transparent;
}
.input-gray:focus::placeholder {
  color: transparent;
}

[class^=v-line] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #acacac;
  opacity: 0.1;
  z-index: 989;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  [class^=v-line] {
    display: none;
  }
}

.v-line--1 {
  left: 10.8vw;
}

.v-line--2 {
  left: 50vw;
}

.v-line--3 {
  left: 89.2vw;
}

.img-hover {
  cursor: pointer;
  overflow: hidden;
}
.img-hover:hover img {
  transform: scale(1.1) translateY(-20px);
}
@media screen and (max-width: 1366px) {
  .img-hover:hover img {
    transform: scale(1.2) translateY(-20px);
  }
}
@media screen and (max-width: 1100px) {
  .img-hover:hover img {
    transform: scale(1.2) translateY(0px);
  }
}
.img-hover:hover .img-hover__overlay {
  transform: translateY(0%);
  background: rgba(17, 82, 63, 0.4);
}
@media screen and (max-width: 1100px) {
  .img-hover:hover .img-hover__overlay {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    transform: unset;
    background: linear-gradient(45deg, #145e49, #8ccabb);
  }
}
.img-hover img {
  transition: ease 0.3s;
}
.img-hover__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 1em;
  width: 100%;
  height: auto;
  transition: transform ease 0.3s;
  font-size: 14px;
  transform: translateY(40%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .img-hover__overlay {
    position: relative;
    transform: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    background: linear-gradient(45deg, #145e49, #8ccabb);
    z-index: 1;
  }
}
.img-hover__overlay p {
  margin-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  .img-hover__overlay p {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}
.img-hover__overlay .view-project {
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  background: #145e49;
}
@media screen and (max-width: 1100px) {
  .img-hover__overlay .view-project {
    font-size: 10px;
    font-weight: unset;
    background: #F6F8F9;
    color: #000;
  }
}

.no-hover {
  transform: unset;
}

.hover-zoom .item {
  cursor: pointer;
  position: relative;
}
.hover-zoom .item .wrap-img {
  overflow: hidden;
}
.hover-zoom .item:hover .filter-img {
  filter: brightness(0.8);
  transform: scale(1.3);
  transition: transform linear 3s;
}
.hover-zoom .item:hover .zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.hover-zoom .item:hover .lni-unlink {
  display: block;
}
.hover-zoom .item .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s;
  z-index: 8;
  width: auto;
  pointer-events: all;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .hover-zoom .item .zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  }
}
.hover-zoom .item .zoom::before {
  content: "";
  background-color: #145e49;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  opacity: 1;
  animation: pulse 1s ease-out infinite;
}
.hover-zoom .item .zoom i {
  font-size: 2em;
  color: #2D2D2D;
  background: #fff;
  border: 1px solid #eee;
  padding: 0.6em;
  border-radius: 50%;
  transition: all ease 0.3s;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .hover-zoom .item .zoom i {
    font-size: 1.8em;
    padding: 0.4em;
  }
}
.hover-zoom .item .zoom i:hover {
  transform: rotate(180deg);
  background: linear-gradient(145deg, #145e49, #34b691);
  color: #fff;
  border-color: transparent;
}
.hover-zoom .item .zoom .lni-unlink {
  display: none;
}
.hover-zoom .item img {
  transition: ease 0.3s, transform linear 0.3s;
}

.hover-zoom--left .item:hover .zoom::before {
  animation: pulse 1s ease-out infinite;
  opacity: 1;
}
.hover-zoom--left .item .zoom {
  top: 83%;
  left: 3%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 600px) {
  .hover-zoom--left .item .zoom {
    top: 50%;
    left: 50%;
  }
}
.hover-zoom--left .item .zoom::before {
  content: "";
  background-color: #11523f;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .hover-zoom--left .item .zoom::before {
    animation: pulse 1s ease-out infinite;
    opacity: 1;
  }
}

.owl-custom .owl-nav {
  margin-top: 3rem;
}
@media screen and (max-width: 600px) {
  .owl-custom .owl-nav {
    margin-top: 2rem;
  }
}
.owl-custom .owl-carousel.custom-arrows .owl-nav .owl-prev,
.owl-custom .owl-carousel.custom-arrows .owl-nav .owl-next {
  background: transparent;
}
.owl-custom .owl-carousel.custom-arrows .owl-nav .owl-prev img,
.owl-custom .owl-carousel.custom-arrows .owl-nav .owl-next img {
  width: 80px;
}
@media screen and (max-width: 1620px) {
  .owl-custom .owl-carousel.custom-arrows .owl-nav .owl-prev img,
  .owl-custom .owl-carousel.custom-arrows .owl-nav .owl-next img {
    width: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .owl-custom .owl-carousel.custom-arrows .owl-nav .owl-prev img,
  .owl-custom .owl-carousel.custom-arrows .owl-nav .owl-next img {
    width: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .owl-custom .owl-carousel.custom-arrows .owl-nav .owl-prev img,
  .owl-custom .owl-carousel.custom-arrows .owl-nav .owl-next img {
    width: 50px;
  }
}
.owl-custom .owl-carousel.custom-arrows .owl-nav .owl-prev:hover {
  transform: translateX(-10px);
}
.owl-custom .owl-carousel.custom-arrows .owl-nav .owl-next:hover {
  transform: translateX(10px);
}

.modal-style {
  background: rgba(255, 255, 255, 0.5);
}
.modal-style .modal-content {
  width: auto;
  box-shadow: none;
  background-color: transparent;
}
.modal-style__img-wrap {
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.2);
}
.modal-style .material-icons {
  margin-bottom: -1.5em;
  z-index: 1;
  margin-right: -0.5em;
  cursor: pointer;
  color: #fff;
  transform-origin: center;
  background: linear-gradient(-45deg, #11523f, #145e49);
  padding: 0.4em 0.7em;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.modal-style .material-icons:hover {
  color: #fff;
  background: #11523f;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #fff;
  pointer-events: none;
}
.styled-checkbox + label a {
  pointer-events: all;
}
.styled-checkbox + label small {
  position: relative;
  top: -2px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #eee;
}
.styled-checkbox:hover + label:before {
  background: #4e49df;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #4e49df;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

.scale-down-center {
  animation: scale-down-center 2s ease-in both;
}
@keyframes scale-down-center {
  0% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.slide-in-left {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animation-line {
  0% {
    left: 80px;
  }
  100% {
    left: 0;
  }
}
@keyframes animation-arrow {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.bg-zoom-out {
  animation: zoomout 10s ease 500ms forwards;
}

@keyframes zoomout {
  from {
    background-size: 40%;
  }
  to {
    background-size: 10%;
  }
}
.bg-gradient-animation {
  background: linear-gradient(-145deg, #145e49, #34b691, #145e49);
  background-size: 400% 400%;
  animation: gradient 30s linear infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animates {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #2D2D2D;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #2D2D2D;
    border-left-color: #2D2D2D;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #2D2D2D;
    border-left-color: #2D2D2D;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
.fade-in-right-c {
  animation: fade-in-right-c 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-right-c {
  0% {
    transform: translateX(50px) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
#stickyHeader {
  transition: transform 0.3s ease-in-out;
  z-index: 1030;
  padding: 1rem 0rem;
}

#stickyHeader > .container {
  position: relative;
}

.navbar-nav {
  gap: 1.1rem;
}

.navbar-nav .nav-link {
  color: #2D2D2D;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.095rem;
  border-radius: 8px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-item.active .nav-link {
  background-color: rgba(17, 82, 63, 0.075);
  color: #11523f !important;
}

.navbar-brand {
  position: absolute;
  top: -10px;
  left: 0;
  padding: 0.3em;
  background: #fff;
  border-radius: 8px;
}

.navbar-brand img {
  height: 120px;
}

.dropdown-menu {
  transition: none !important;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.075);
}

.dropdown-item:hover {
  background-color: #11523f;
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-nav .btn {
    width: 100%;
    margin-top: 10px;
  }
}
footer p,
footer li {
  font-size: 12px;
  color: #787878;
}
footer a {
  color: #787878;
}
footer i.lni {
  font-size: 1rem;
}

.onload-scale {
  clip-path: circle(0% at 100% 100%);
}

#hero-carousel {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero-carousel .carousel.fade {
  opacity: 1;
  transform: scale(1);
}
#hero-carousel .carousel-item {
  height: calc(100vh - 60px);
}
#hero-carousel .carousel.fade .carousel-item {
  transition: opacity ease-in-out 3s, transform ease 3s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  transform: scale(1.03);
}
@media screen and (max-width: 800px) {
  #hero-carousel .carousel.fade .carousel-item .c-img {
    height: 650px;
    -o-object-position: 12%;
       object-position: 12%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#hero-carousel .carousel.fade .carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), transparent, rgba(0, 0, 0, 0.904));
  position: absolute;
  top: 0;
  left: 0;
}
#hero-carousel .carousel.fade .carousel-item:first-child {
  top: auto;
  position: relative;
}
#hero-carousel .carousel.fade .carousel-item.active {
  opacity: 1;
  transition: opacity ease-in-out 3s, transform ease 3s;
  z-index: 2;
  transform: scale(1);
}
#hero-carousel .carousel-box {
  position: absolute;
  bottom: 20%;
  left: 10.7vw;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  #hero-carousel .carousel-box {
    left: 5.7vw;
    bottom: 15%;
  }
}
@media screen and (max-width: 600px) {
  #hero-carousel .carousel-box {
    width: 100%;
    padding: 4vw;
    left: 0;
  }
}
#hero-carousel .carousel-box__img {
  width: 8vw;
}
@media screen and (max-width: 600px) {
  #hero-carousel .carousel-box__img {
    width: 30vw;
  }
}
#hero-carousel .box-to-right {
  left: 44%;
  bottom: 20%;
}
@media screen and (max-width: 600px) {
  #hero-carousel .box-to-right {
    left: 0;
    bottom: 6%;
  }
}
@media screen and (max-width: 1840px) {
  #hero-carousel .box-to-right .title-primary {
    font-size: 48px;
  }
}
@media screen and (max-width: 1580px) {
  #hero-carousel .box-to-right .title-primary {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  #hero-carousel .box-to-right .title-primary {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  #hero-carousel .box-to-right .title-primary {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  #hero-carousel .box-to-right .title-primary {
    font-size: 24px;
  }
}
#hero-carousel .carousel-control-next,
#hero-carousel .carousel-control-prev {
  z-index: 10;
  width: unset;
  opacity: 0.8;
  font-size: 1.6rem;
  padding: 0 2vw;
  position: unset;
  transition: transform ease 0.3s;
}
#hero-carousel .carousel-control-prev:hover {
  transform: translateX(-5px);
}
#hero-carousel .carousel-control-next:hover {
  transform: translateX(5px);
}
#hero-carousel .carousel-indicators {
  bottom: 4rem;
}
@media screen and (max-width: 1700px) {
  #hero-carousel .carousel-indicators {
    bottom: 3.3rem;
  }
}
@media screen and (max-width: 1440px) {
  #hero-carousel .carousel-indicators {
    bottom: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  #hero-carousel .carousel-indicators {
    bottom: 2.7rem;
  }
}
@media screen and (max-width: 800px) {
  #hero-carousel .carousel-indicators {
    bottom: 2rem;
  }
}
#hero-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  #hero-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
}
#hero-carousel .carousel-indicators li.active {
  background-color: #F6F8F9;
}
#hero-carousel .f-form {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 0;
  width: 15%;
  padding: 1.2em 1em 1.5em;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1500px) {
  #hero-carousel .f-form {
    top: 45%;
  }
}
@media screen and (max-width: 1100px) {
  #hero-carousel .f-form {
    display: none;
  }
}
#hero-carousel .f-form input {
  border-radius: 30px;
}
#hero-carousel .social-wrapper__pos {
  position: absolute;
  right: 4vw;
  bottom: 3rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
}
@media screen and (max-width: 800px) {
  #hero-carousel .social-wrapper__pos {
    display: none;
  }
}
#hero-carousel .social-wrapper__pos div {
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  #hero-carousel .social-wrapper__pos div {
    width: 2rem;
    height: 2rem;
  }
}
#hero-carousel .social-wrapper__pos div i {
  font-size: 1.8rem;
  color: #fff;
}
#hero-carousel .social-wrapper__pos div:hover i {
  color: #8ccabb;
}
#hero-carousel .scroll-down {
  position: absolute;
  bottom: 28rem;
  left: -1.6vw;
}
@media screen and (max-width: 1800px) {
  #hero-carousel .scroll-down {
    left: -2.4vw;
  }
}
@media screen and (max-width: 1700px) {
  #hero-carousel .scroll-down {
    left: -2.8vw;
  }
}
@media screen and (max-width: 1500px) {
  #hero-carousel .scroll-down {
    left: -3.3vw;
  }
}
@media screen and (max-width: 1400px) {
  #hero-carousel .scroll-down {
    left: -1.8vw;
  }
}
@media screen and (max-width: 1300px) {
  #hero-carousel .scroll-down {
    left: -2.5vw;
  }
}
@media screen and (max-width: 1100px) {
  #hero-carousel .scroll-down {
    left: -4vw;
  }
}
@media screen and (max-width: 800px) {
  #hero-carousel .scroll-down {
    display: none;
  }
}

.home-know-us {
  background-image: url("../img/bg-abstract-white.jpg");
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .home-know-us {
    display: flex;
    flex-direction: column;
  }
}
.home-know-us .blockquote p {
  font-family: "Playfair Display", serif;
  color: #2D2D2D;
}

@media screen and (max-width: 1100px) {
  .why-us {
    display: flex;
    flex-direction: column-reverse;
  }
}
.why-us__wrapper {
  width: 98%;
  z-index: 2;
}
@media screen and (max-width: 1675px) {
  .why-us__wrapper {
    width: 97.5%;
  }
}
@media screen and (max-width: 1500px) {
  .why-us__wrapper {
    bottom: -26%;
  }
}
@media screen and (max-width: 1440px) {
  .why-us__wrapper {
    width: 97.3%;
  }
}
@media screen and (max-width: 1280px) {
  .why-us__wrapper {
    width: 97%;
  }
}
@media screen and (max-width: 1100px) {
  .why-us__wrapper {
    position: unset;
    transform: unset;
    margin: 0 auto;
    width: 96.3%;
    padding: 2em 0 1em;
  }
}
@media screen and (max-width: 1100px) {
  .why-us__wrapper .row {
    box-shadow: none;
  }
}
@media screen and (max-width: 800px) {
  .why-us__wrapper .row {
    padding-top: 0;
  }
}
.why-us__wrapper .img-wrapper {
  width: 128px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .why-us__wrapper .img-wrapper {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .why-us__wrapper .img-wrapper {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .why-us__wrapper .img-wrapper {
    width: 100px;
  }
}
.why-us__wrapper p {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .why-us__wrapper p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1280px) {
  .why-us__wrapper p {
    font-size: 12px;
  }
}
.why-us__wrapper p span:nth-child(1) {
  font-size: 4em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1620px) {
  .why-us__wrapper p span:nth-child(1) {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1500px) {
  .why-us__wrapper p span:nth-child(1) {
    font-size: 3em;
  }
}
@media screen and (max-width: 1366px) {
  .why-us__wrapper p span:nth-child(1) {
    font-size: 2.5em;
  }
}
.why-us__wrapper p span:nth-child(2) {
  margin-left: 0.3em;
  font-size: 1.8em;
}

.testimonials .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.testimonials .owl-carousel .owl-dot:focus {
  outline: none;
}
.testimonials .owl-carousel .owl-dot.active span {
  background: #11523f;
}
.testimonials .owl-carousel .owl-dot span {
  background-color: #DFDFDF;
  display: block;
  padding: 0.3rem 0.9rem;
  border-radius: 6px;
}
.testimonials .owl-carousel .owl-dot:not(:first-child) span {
  margin-left: 1rem;
}
.testimonials .owl-carousel .item {
  padding: 1.8rem;
}
.testimonials .owl-carousel .item img {
  position: relative;
}
.testimonials__wrapper {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  padding: 2vw;
  position: relative;
}
@media screen and (max-width: 600px) {
  .testimonials__wrapper {
    border-width: 3px;
    padding: 3em 1em;
  }
}
.testimonials__wrapper p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .testimonials__wrapper p {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .testimonials__wrapper p {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .testimonials__wrapper .media {
    flex-direction: column;
  }
}
.testimonials__wrapper .media-body {
  padding-left: 1vw;
}

.explore {
  background-color: rgba(140, 202, 187, 0.05);
}
@media screen and (max-width: 1100px) {
  .explore {
    padding-top: 6%;
  }
}
@media screen and (max-width: 600px) {
  .explore {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .explore .btn-link {
    display: none;
  }
}
.explore .img-hover {
  cursor: default;
  overflow: hidden;
}
.explore .img-hover:hover img {
  transform: scale(1.1) translateY(-20px);
}
@media screen and (max-width: 1620px) {
  .explore .img-hover:hover img {
    transform: scale(1.2) translateY(-20px);
  }
}
@media screen and (max-width: 1100px) {
  .explore .img-hover:hover img {
    transform: scale(1.2) translateY(-10px);
  }
}
.explore .img-hover:hover .img-hover__overlay {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transform: translateY(0%);
  background: rgba(20, 94, 73, 0.4);
}
@media screen and (max-width: 1100px) {
  .explore .img-hover:hover .img-hover__overlay {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    transform: unset;
    background: linear-gradient(45deg, #145e49, #8ccabb);
  }
}
@media screen and (max-width: 1024px) {
  .explore .img-hover:hover .img-hover__overlay {
    transform: translateY(0);
  }
}
.explore .img-hover img {
  transition: ease 0.3s;
}
.explore .img-hover__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 2em 1em 1em;
  width: 100%;
  height: auto;
  transition: transform ease 0.3s;
  font-size: 14px;
  transform: translateY(0%);
  -webkit-backdrop-filter: brightness(0.8) blur(2px);
          backdrop-filter: brightness(0.8) blur(2px);
}
@media screen and (max-width: 1100px) {
  .explore .img-hover__overlay {
    position: unset;
    transform: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    background: linear-gradient(45deg, #145e49, #8ccabb);
  }
}
@media screen and (max-width: 1440px) {
  .explore .img-hover__overlay {
    transform: translateY(52%);
  }
}
@media screen and (max-width: 1280px) {
  .explore .img-hover__overlay {
    transform: translateY(53%);
  }
}
@media screen and (max-width: 1024px) {
  .explore .img-hover__overlay {
    transform: translateY(0%);
  }
}
.explore .img-hover__overlay p {
  margin-top: 1em;
  font-size: 18px;
  padding-right: 1rem;
  color: #eeecec;
}
@media screen and (max-width: 1100px) {
  .explore .img-hover__overlay p {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}
.explore .img-hover__overlay .view-project {
  width: 100%;
  padding: 1em 1em;
  text-align: center;
  background: #145e49;
  letter-spacing: 1px;
}
@media screen and (max-width: 1100px) {
  .explore .img-hover__overlay .view-project {
    font-size: 10px;
    font-weight: unset;
    background: #F6F8F9;
    color: #000;
  }
}

.vis-mis__box {
  border-radius: 20px;
  border: 1px solid #efefef;
}

.custom-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #787878;
  overflow: hidden;
  color: #2D2D2D;
  font-size: 0.95rem;
}
.custom-table table thead {
  background-color: #2D2D2D;
  color: #fff;
}
.custom-table table thead th {
  padding: 0.75rem;
  border: none;
  font-weight: 600;
}
.custom-table table tbody tr {
  transition: background-color 0.3s ease;
}
.custom-table table tbody tr:nth-child(even) {
  background-color: #F6F8F9;
}
.custom-table table tbody tr:hover {
  background-color: #eeecec;
}
.custom-table table tbody tr td {
  padding: 0.75rem;
  border: none;
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .custom-table table thead {
    display: none;
  }
  .custom-table table tbody,
  .custom-table table tr,
  .custom-table table td {
    display: block;
    width: 100%;
  }
  .custom-table table tr {
    margin-bottom: 1.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    background: #F6F8F9;
    padding: 1rem;
  }
  .custom-table table td {
    padding: 0.75rem 0 0.75rem 40%;
    position: relative;
    text-align: left;
    font-size: 0.95rem;
    border-bottom: 1px solid #eeecec;
  }
  .custom-table table td:last-child {
    border-bottom: none;
  }
  .custom-table table td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    color: #145e49;
    width: 35%;
    text-align: left;
    font-size: 0.85rem;
  }
}
.hero-projects {
  position: relative;
}
.hero-projects::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 800px) {
  .hero-projects__img {
    height: 425px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-projects video {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1620px) {
  .hero-projects video {
    height: 550px;
  }
}
@media screen and (max-width: 1440px) {
  .hero-projects video {
    height: 440px;
  }
}
@media screen and (max-width: 1366px) {
  .hero-projects video {
    height: 420px;
  }
}
.hero-projects__wrapper {
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #hero-carousel.project .c-img {
    -o-object-position: 88%;
       object-position: 88%;
  }
}
@media screen and (max-width: 600px) {
  #hero-carousel.project .c-img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}

.projects-tab .nav-tabs .nav-link,
.gallery-tab .nav-tabs .nav-link {
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid transparent;
  padding: 0.5em 2em;
  transition: all ease 0.3s;
  background-color: #F6F8F9;
}
@media screen and (max-width: 600px) {
  .projects-tab .nav-tabs .nav-link,
  .gallery-tab .nav-tabs .nav-link {
    padding: 0.5em 1em;
  }
}
.projects-tab .nav-tabs .nav-link.active.show,
.gallery-tab .nav-tabs .nav-link.active.show {
  background: #11523f;
  color: #fff;
  box-shadow: 0 0 15px 3px rgba(45, 45, 45, 0.2);
}
.projects-tab .nav-tabs .nav-link:hover,
.gallery-tab .nav-tabs .nav-link:hover {
  background: #11523f;
  color: #fff;
  box-shadow: 0 0 15px rgba(17, 82, 63, 0.8);
  border-color: #fff;
}
.projects-tab .nav-tabs,
.gallery-tab .nav-tabs {
  border-bottom: none;
}
.projects-tab .nav-tabs:not(:first-child) .nav-link,
.gallery-tab .nav-tabs:not(:first-child) .nav-link {
  border-left: 0;
}
@media screen and (max-width: 600px) {
  .projects-tab .nav-tabs .nav-item,
  .gallery-tab .nav-tabs .nav-item {
    flex: 1 1 auto;
    text-align: center;
    font-size: 12px;
  }
}
.projects-tab .img-hover,
.gallery-tab .img-hover {
  cursor: default;
}
.projects-tab .nav-tabs .nav-item.show .nav-link,
.projects-tab .nav-tabs .nav-link.active,
.gallery-tab .nav-tabs .nav-item.show .nav-link,
.gallery-tab .nav-tabs .nav-link.active {
  background-color: #11523f;
  color: #fff;
}

.project {
  background-image: url("../img/bg-abstract-white.jpg");
  background-size: 195%;
  background-position: top;
}
.project-logo {
  padding: 0.2em;
  max-width: 160px;
}
@media screen and (max-width: 1620px) {
  .project-logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .project-logo {
    max-width: 110px;
  }
}
.project .ico {
  max-width: 70px;
  margin: 0 auto;
}
.project .img-cover {
  max-height: 760px;
}
.project .small {
  line-height: 1.3;
}

.carousel-thumb .carousel-indicators {
  z-index: 99;
}
.carousel-thumb .carousel-indicators li {
  width: unset;
  height: auto;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
}
.carousel-thumb .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(1);
  transform-origin: bottom;
  background: #2D2D2D;
  opacity: 0.8;
  transition: all ease 0.3s;
}
.carousel-thumb .carousel-indicators li.active::after {
  transform: scaleY(0);
  opacity: 1;
}
.carousel-thumb .actual-img {
  position: absolute;
  right: 3%;
  bottom: 3%;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 600px) {
  .carousel-thumb .actual-img {
    font-size: 10px;
    bottom: unset;
    top: 3%;
  }
}

.highlights .item,
.loc-advantages .item {
  justify-content: center;
}

.carousel .artist-impression {
  position: absolute;
  bottom: 10px;
  right: 3%;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 600px) {
  #carouselAmenitiesIndicators .carousel-indicators {
    bottom: -1.5em;
  }
}
@media screen and (max-width: 600px) {
  #carouselAmenitiesIndicators .carousel-item img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.project-loc {
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.project-loc .btn__box {
  position: absolute;
  bottom: 10%;
  right: 10vw;
  z-index: 9;
}
@media screen and (max-width: 1500px) {
  .project-loc .btn__box {
    right: 11vw;
  }
}
@media screen and (max-width: 1440px) {
  .project-loc .btn__box {
    right: 8vw;
  }
}
@media screen and (max-width: 1366px) {
  .project-loc .btn__box {
    right: 9vw;
  }
}
@media screen and (max-width: 1280px) {
  .project-loc .btn__box {
    right: 11vw;
  }
}
@media screen and (max-width: 600px) {
  .project-loc .btn__box {
    right: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .project-loc .btn__box .btn-cust-primary {
    width: 100%;
  }
}

/* Logo & watermark styles for PDF/Print */
@media print {
  body::before {
    content: "";
    position: fixed;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 50%;
    background-image: url("https://yourdomain.com/logo.png"); /* Replace with your logo URL */
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
    z-index: -1;
  }
  .modal-header, .modal-footer {
    display: none !important;
  }
}
#pdf-content::before {
  content: "";
  background: url("../img/header/newa-group-logo-sm.png") center center no-repeat;
  background-size: 40%;
  opacity: 0.05;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.modal-body {
  position: relative;
  z-index: 1;
}

.icon-col {
  width: 40px;
  text-align: center;
  color: #888;
}

.accordian-section .accordian-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
}
.accordian-section .accordian-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #11523f;
  bottom: -25px;
  margin-left: -30px;
}
.accordian-section .accordian-title p {
  padding: 0 190px;
  margin-bottom: 0px;
}
.accordian-section .accordian {
  background: #FFFFFF;
}
.accordian-section .accordian .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}
.accordian-section .accordian .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  transition: all 0.3s ease 0s;
}
.accordian-section .accordian .card .card-header:hover {
  background: rgba(238, 236, 236, 0.5);
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .accordian-section .accordian .card .card-header:hover {
    padding-left: 0;
  }
}
.accordian-section .accordian .card .card-body {
  padding: 1.5em 2em 1.5em 4.5em;
  font-weight: 400;
  font-size: 16px;
  color: #2D2D2D;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}
@media screen and (max-width: 1440px) {
  .accordian-section .accordian .card .card-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .accordian-section .accordian .card .card-body {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .accordian-section .accordian .card .card-body {
    padding: 1em 2em 1em 4.5em;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .accordian-section .accordian .card .card-body {
    padding: 1em 1em 1em 1.5em;
    font-size: 11px;
    line-height: 1.9;
  }
}
.accordian-section .accordian-title {
  width: 100%;
  text-align: left;
  padding: 1em 1.5em;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #2D2D2D;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media screen and (max-width: 1620px) {
  .accordian-section .accordian-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .accordian-section .accordian-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .accordian-section .accordian-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .accordian-section .accordian-title {
    font-size: 12px;
    padding: 0.8em 1em;
    clear: left;
  }
}
.accordian-section .accordian-title .badge {
  display: inline-block;
  width: 3em;
  height: 2em;
  line-height: 1.5;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  background: #145e49;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 600px) {
  .accordian-section .accordian-title .badge {
    font-size: 9px;
    margin-right: 2vw;
    float: left;
    line-height: 1.6;
  }
}

@media screen and (max-width: 800px) {
  .career .mt-small {
    margin-top: 0;
  }
}

.buyers-guide .nav-pills .nav-link {
  border-bottom: 1px dashed #145e49;
  transition: ease 0.3s;
}
@media screen and (max-width: 1100px) {
  .buyers-guide .nav-pills .nav-link {
    font-size: 12px;
  }
}
.buyers-guide .nav-pills .nav-link:hover {
  background: linear-gradient(45deg, #179C42, #A8C624);
  color: #fff;
}
.buyers-guide .nav-pills .nav-link:first-child {
  border-top: 1px dashed #145e49;
}
.buyers-guide .nav-pills .nav-link.active,
.buyers-guide .nav-pills .show > .nav-link {
  background: linear-gradient(45deg, #179C42, #A8C624);
}
.buyers-guide .total-emi {
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}

.enquire input[type=text], .enquire input[type=tel], .enquire input[type=email] {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-color: transparent;
  color: #fff;
  font-size: 14px;
  padding: 0.7em 2em;
  text-align: center;
  flex: 1 1 50%;
}
.enquire input[type=text]::-moz-placeholder, .enquire input[type=tel]::-moz-placeholder, .enquire input[type=email]::-moz-placeholder {
  color: #fff;
}
.enquire input[type=text]::placeholder, .enquire input[type=tel]::placeholder, .enquire input[type=email]::placeholder {
  color: #fff;
}
.enquire input[type=text]:hover, .enquire input[type=tel]:hover, .enquire input[type=email]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.enquire input[type=text]:focus, .enquire input[type=tel]:focus, .enquire input[type=email]:focus {
  border-color: #fff;
  box-shadow: none;
}
.enquire__img {
  position: absolute;
  bottom: 0;
  right: 11vw;
  width: 30vw;
}
@media screen and (max-width: 800px) {
  .enquire__img {
    right: 4.9vw;
  }
}
@media screen and (max-width: 600px) {
  .enquire__img {
    display: none;
  }
}
.enquire button {
  flex: 1 1 50%;
}

.deployform {
  position: fixed;
  bottom: 30px;
  right: 3.5vw;
  width: 60px;
  height: 60px;
  z-index: 99;
  transform: translateY(150%);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transform-origin: right bottom;
  transition: all 0.35s cubic-bezier(0.91, -0.28, 0.06, 1.3), background-color 0.25s ease;
  box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 1100px) {
  .deployform {
    width: 30px;
    height: 30px;
    transform: translateY(200%);
    padding: 1.5em;
  }
}
.deployform:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}
.deployform.open {
  width: 300px;
  height: 350px;
  border-radius: 3px;
  background-color: #fff;
  cursor: default;
}
.deployform.open .icon {
  opacity: 0;
  transition-delay: 0.01s;
}
.deployform.open .cancel {
  opacity: 1;
  transition-delay: 0.25s;
}
.deployform.open form {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.deployform .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease;
  transition-delay: 0.2s;
  color: #11523f;
  font-size: 1.6rem;
  pointer-events: none;
}
.deployform .cancel {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  opacity: 0;
  transition-delay: 0.01s;
  cursor: pointer;
  padding: 6px 10px;
  color: #3c4351;
}
.deployform form {
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.01s;
}
.deployform form input {
  width: 236px;
  height: 45px;
  margin-left: 20px;
  margin-top: 10px;
  padding: 0 10px;
  border: 2px solid #e3e3e3;
  background-color: #f1f1f1;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.deployform form input:hover, .deployform form input:focus {
  border: 2px solid #d7d7d7;
  outline: 0;
}
.deployform form textarea {
  width: 236px;
  min-height: 80px;
  margin-left: 20px;
  margin-top: 10px;
  border: 2px solid #e3e3e3;
  background-color: #f1f1f1;
  border-radius: 2px;
  resize: none;
  padding: 10px 10px;
  font-family: inherit;
  transition: all 0.2s ease;
}
.deployform form textarea:hover, .deployform form textarea:focus {
  border: 2px solid #d7d7d7;
  outline: 0;
}
.deployform form button {
  width: 260px;
  height: 45px;
  margin-left: 20px;
  margin-top: 10px;
  border: none;
  background-color: #fff;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.deployform form button:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}

.deployform__show {
  transform: translateY(0%);
}/*# sourceMappingURL=style.css.map */