@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,300&display=swap");
@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(/fonts/AeonikProTRIAL-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(/fonts/AeonikProTRIAL-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(/fonts/AeonikProTRIAL-Bold.otf);
  font-weight: 500;
}

@font-face {
  font-family: "SVN-Miller Banner";
  src: url(/fonts/Miller-DisplayRoman.otf);
  font-weight: 400;
}

@font-face {
  font-family: "SVN-Miller Banner";
  src: url(/fonts/Miller-TextRoman.otf);
  font-weight: 300;
}

.view-btn {
  cursor: pointer;
  letter-spacing: 2px;
  padding-inline: 25px;
  height: 45px;
  z-index: 1;
  border-radius: 0px;
  margin: 5px;
  background: transparent;
  overflow: hidden;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
  color: #000;
  z-index: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.view-btn:hover {
  background-color: #000;
  color: #ffffff;
}

section .fw-200 {
  font-weight: 200;
}

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

section .fw-normal {
  font-weight: 400;
}

section .lh-1-3 {
  line-height: 1.3;
}

section .lh-1-4 {
  line-height: 1.4;
}

section .lh-1-5 {
  line-height: 1.5;
}

section .lh-1-6 {
  line-height: 1.6;
}

section .sub-heading {
  margin-bottom: 0.5em;
  color: #CA643B;
  font-size: clamp(1em, 1.65vw, 3.5em);
}

section .heading {
  color: #333333;
  font-size: clamp(1.5rem, 2.5vw, 3.5rem);
  font-weight: 400;
  font-family: "SVN-Miller Banner", sans-serif;
  line-height: 1.1;
  margin-bottom: 0.75em;
}

section .heading.small {
  font-size: clamp(1.5rem, 1.95vw, 2rem);
}

section .heading.mini {
  font-size: clamp(1.25rem, 1.5vw, 2.5rem);
  font-weight: 200;
}

section .heading-two {
  color: #1e1e1f;
  font-size: clamp(1rem, 1.5vw, 1.75rem);
  font-weight: 400;
  font-family: "Aeonik Pro TRIAL", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px;
}

section p {
  font-size: clamp(1rem, 1vw, 1rem);
  font-family: "Aeonik Pro TRIAL", sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

section p.extra-small {
  font-size: clamp(0.8125rem, 1vw, 2rem);
}

section p.small {
  font-size: clamp(0.8125rem, 1.15vw, 3rem);
}

section p.medium {
  font-size: clamp(1.1rem, 1.4vw, 4.25rem);
}

section p.large {
  font-size: clamp(1.25rem, 1.65vw, 5rem);
}

section h3 {
  font-size: clamp(1.75rem, 2.85w, 10rem);
}

section h4 {
  font-size: clamp(1.25rem, 1.5vw, 3rem);
  font-weight: 200;
}

section h4.small {
  font-size: clamp(1.1rem, 1.65vw, 4.25rem);
}

section .primary-button a {
  padding: 1em 1.25em;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  font-family: "Coco Gothic", sans-serif;
  box-shadow: 0 0 1px #ccc;
  -webkit-box-shadow: 0px 0px 0px 0 #fff inset, 0px 0px 0 0 #fff inset;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

section .primary-button a:hover {
  background-color: #ffffff;
  color: #161616;
  -webkit-box-shadow: 70px 0px 0 0 #fff inset, -70px 0px 0 0 #fff inset;
}

section .primary-button.secondary-button {
  margin: 2em auto 0;
  text-align: center;
}

section .primary-button.secondary-button a {
  border: 1px solid #c3bcb3;
  color: #000;
  -webkit-box-shadow: 0px 0px 0px 0 #c3bcb3 inset, 0px 0px 0 0 #c3bcb3 inset;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  overflow: hidden;
}

section .primary-button.secondary-button a:hover {
  color: #fff;
  -webkit-box-shadow: 70px 0px 0 0 #c3bcb3 inset, -70px 0px 0 0 #c3bcb3 inset;
}

section .quick-link {
  display: inline-block;
  padding: 0;
  margin-top: 30px;
  color: #e9495c;
  font-size: clamp(1.25rem, 1.85vw, 4.25rem);
  font-weight: 300;
  line-height: 1.4;
}

section .quick-link:hover {
  color: #ffffff;
}

section .quick-link img {
  width: 1.5em;
}

html,
body {
  font-size: 16px;
  font-weight: 300;
  font-family: "Aeonik Pro TRIAL", sans-serif;
}

@media (max-width: 576px) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  font-size: 1em;
  font-weight: 300;
  line-height: calc(25 / 15);
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 0;
  -webkit-border-radius: 10px;
}

@media (min-width: 1400px) {
  body {
    font-size: 1.1vw;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Aeonik Pro TRIAL", sans-serif;
  font-weight: 400;
}

p {
  font-weight: 200;
  line-height: 1.5;
  font-family: "Aeonik Pro TRIAL", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  overflow-wrap: break-word;
}

a {
  font-weight: 300;
  text-decoration: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}

.btn {
  font-weight: 300;
}

a:hover,
button:hover {
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

input,
button,
textarea,
select,
li {
  font: inherit;
}

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

#top-navbar.affix {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
          box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  border-bottom: 1px solid #f3f1ff;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
}

#top-navbar.affix .navbar-brand img {
  width: 170px !important;
}

#top-navbar.affix .animated-icon2.icon-white span {
  background: #101010;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .container-fluid {
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media (max-width: 576px) {
  .container-fluid {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

@media (max-width: 480px) {
  .container-fluid {
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 90%;
  }
}

.error-display {
  height: 30px;
  color: #f03;
  background: transparent;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 479.98px) {
  .error-display {
    height: 20px;
    font-size: 12px;
  }
}

#suceess-message {
  color: #00b200 !important;
  font-size: 14px;
  padding: 2px 5px;
}

.zoom-in {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.zoom-in.medium {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.zoom-in.is-inview {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.loading .loading-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999999999;
}

.loading .loading-logo img {
  max-width: 300px;
}

.loading.fadeOut {
  -webkit-animation: fadeOut 3s linear forwards;
  animation: fadeOut 3s linear forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    z-index: -1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    z-index: -1;
  }
}

.loading .color-background {
  background: #e6ded4;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loading .white-background {
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.loading.slide-in .white-background {
  -webkit-animation: slide-in 3s forwards;
          animation: slide-in 3s forwards;
}

@-webkit-keyframes slide-in {
  0% {
    background-color: #fff;
  }
  25% {
    background-color: #fff;
  }
  50% {
  }
  75% {
    background: #fff;
  }
  100% {
    background: #fff;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slide-in {
  0% {
    background-color: #fff;
  }
  25% {
    background-color: #fff;
  }
  50% {
  }
  75% {
    background: #fff;
  }
  100% {
    background: #fff;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
}

.cursor {
  background-color: #fff;
  height: 0;
  width: 0;
  z-index: 99999;
}

.cursor2,
.cursor3 {
  height: 36px;
  width: 36px;
  z-index: 99998;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
  -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
}

.cursor2 {
  border: 2px solid #CA643B;
  -webkit-box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
  .cursor,
  .cursor2,
  .cursor3 {
    display: none;
  }
}

.float {
  position: fixed;
  top: inherit;
  bottom: 3em;
  right: 1em;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.float:hover {
  color: #fff;
}

.float img {
  width: 45px;
  height: 45px;
}

.float1 {
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.float1 img {
  width: 45px;
  height: 45px;
}

.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.disclaimer {
  padding-top: 5em !important;
}

.discliamer-popup h4 {
  color: #ff6900;
  margin-bottom: 10px;
  font-weight: 400;
}

.discliamer-popup p {
  font-size: clamp(1em, 1vw, 1.1em);
  color: #7b7b7b;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.discliamer-popup p:last-child {
  margin-bottom: 2em;
}

.discliamer-popup p a {
  color: #1e1e1f;
  font-weight: 500;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.discliamer-popup p a:hover {
  color: #ff6900;
}

@media (min-width: 576px) {
  .discliamer-popup .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

.discliamer-popup .modal-body {
  padding: 1.5rem;
}

#VideoNewSection {
  position: relative;
}

#VideoNewSection iframe {
  height: calc(100vh - 84px);
}

@media (max-width: 991px) {
  #VideoNewSection iframe {
    height: 400px;
  }
}

#our-progress {
  padding: 3em 0;
}

#our-progress .section-heading {
  margin-bottom: 2em;
}

#our-progress .heading {
  margin-bottom: 10px;
}

#our-progress .line {
  background-color: #CA643B;
  width: 130px;
  height: 2px;
}

#top-navbar {
  z-index: 999;
  position: relative;
}

@media (max-width: 991.98px) {
  #top-navbar::after {
    position: absolute;
    content: "";
    background-color: #CA643B;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    z-index: -1;
  }
}

@media (max-width: 991.98px) {
  #top-navbar.project-topbar {
    position: relative !important;
  }
  #top-navbar.project-topbar.affix {
    position: fixed !important;
  }
}

#top-navbar .navbar-brand img {
  width: 140px;
  height: 60px;
}

#top-navbar .logo {
  max-width: 140px;
  margin: 0 auto;
}

@media (min-width: 991.98px) {
  #top-navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #top-navbar .dropdown-menu {
    padding: 10px 0;
    border: 0;
    -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  #top-navbar .dropdown-menu .dropdown-item {
    font-size: 0.95em;
    padding: 10px 20px;
  }
  #top-navbar .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #top-navbar .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #FF6D1A;
  }
  #top-navbar .dropdown-menu .dropdown-item.active {
    background: transparent;
    color: #FF6D1A;
  }
  #top-navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    color: #0c0f16;
    background: #fff;
    width: 100%;
    min-width: 100%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 0;
    z-index: 2;
  }
  #top-navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #top-navbar .dropdown-menu .dropdown-item {
    color: #0c0f16;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 8px 25px;
    position: relative;
  }
  #top-navbar .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #1e1e1f;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #top-navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
  }
  #top-navbar .dropdown-menu .dropdown-item:hover:after {
    width: 10px;
  }
}

@media (max-width: 991px) {
  #top-navbar .navbar-collapse {
    padding: 1em 0;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999;
    top: 5em;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  #top-navbar .dropdown-menu {
    padding: 0;
    text-align: center;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #top-navbar .navbar-brand img {
    width: 120px;
  }
}

#top-navbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media (min-width: 991.98px) {
  #top-navbar .navbar-nav.project-navbar .nav-item .nav-link {
    color: #ffffff;
  }
}

#top-navbar .navbar-nav .nav-item {
  position: relative;
}

#top-navbar .navbar-nav .nav-item:last-child {
  border: 1px solid #CA643B;
}

@media (max-width: 991.98px) {
  #top-navbar .navbar-nav .nav-item:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

#top-navbar .navbar-nav .nav-item:last-child .nav-link {
  color: #CA643B;
}

#top-navbar .navbar-nav .nav-item:last-child .nav-link img {
  width: 20px;
  height: 20px;
}

@media (max-width: 991.98px) {
  #top-navbar .navbar-nav .nav-item:last-child .nav-link {
    color: #1e1e1f;
    background-color: #ffffff;
  }
}

#top-navbar .navbar-nav .nav-item .nav-link {
  color: #1e1e1f;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: clamp(1rem, 1vw, 1rem);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  padding: 0.5em 1.2em;
  border-bottom: 2px solid transparent;
}

@media (max-width: 991.98px) {
  #top-navbar .navbar-nav .nav-item .nav-link {
    color: #1e1e1f;
  }
}

#top-navbar .navbar-nav .nav-item .nav-link.active {
  color: #CA643B;
}

#top-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #CA643B;
}

#top-navbar .nav-button a {
  border-radius: 4px;
  background: #F10000;
  color: #ffffff;
  font-weight: 300;
  font-size: clamp(1.12rem, 1.1vw, 3rem);
  padding: 0.45em 1.25em 0.25em;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

@media (max-width: 411px) {
  #top-navbar .nav-button a {
    padding: 4px 10px;
    font-size: 0.6em;
  }
}

#top-navbar .nav-button a.active {
  background: #CA643B;
}

#top-navbar .nav-button a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #CA643B;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

#top-navbar .nav-button a:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#top-navbar.affix .navbar-brand {
  display: block !important;
}

#top-navbar.affix .navbar-brand img {
  padding: 2px;
  width: 136px !important;
  height: 74px;
}

#top-navbar.affix .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#top-navbar.affix .navbar {
  padding: 0;
}

#top-navbar.affix .nav-link {
  color: #000 !important;
}

@media (max-width: 991.98px) {
  #top-navbar.affix .nav-link {
    color: #1e1e1f !important;
  }
}

#top-navbar.affix .nav-link:hover {
  color: #CA643B !important;
}

#top-navbar.affix .nav-link.active {
  color: #CA643B !important;
}

#top-navbar.affix .nav-item:last-child .nav-link {
  color: #CA643B !important;
}

#top-navbar.affix .nav-item:last-child .nav-link:hover {
  color: #CA643B !important;
}

#top-navbar.affix .navbar-social-icons li svg:nth-child(1) {
  display: none;
}

#top-navbar.affix .navbar-social-icons li svg:hover path {
  fill: #ba3b46 !important;
}

#top-navbar.affix .navbar-social-icons li svg:nth-child(2) {
  display: block;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .navbar-toggler {
    margin-right: -0.75em;
  }
}

.animated-icon2 {
  width: 45px;
  height: 35px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon2:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.animated-icon2.icon-white span {
  background: #ffffff;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #ffffff;
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
  width: 75%;
  left: inherit;
  right: 0;
}

.animated-icon2 span:nth-child(3) {
  top: 10px;
  width: 75%;
  left: inherit;
  right: 0;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
  width: 55%;
  left: inherit;
  right: 0;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.contact-navbar .dark-logo {
  display: none;
}

@media (max-width: 991.98px) {
  .contact-navbar .dark-logo {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .contact-navbar .white-logo {
    display: none;
  }
}

.about-navbar .nav-item .nav-link {
  text-shadow: 0 0 3px #FFFFFF, 0 0 5px #FFFFFF;
}

.project-topbar .dark-logo {
  display: none;
}

@media (max-width: 991.98px) {
  .project-topbar .dark-logo {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .project-topbar .white-logo {
    display: none;
  }
}

.affix .white-logo {
  display: none;
}

.affix .dark-logo {
  display: block;
}

#footer {
  position: relative;
  background-color: #080808;
  overflow: hidden;
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  #footer {
    padding: 4em 0 7em;
  }
}

@media (min-width: 991.98px) {
  #footer.contact-footer {
    padding: 0 0 1.5em;
  }
}

#footer .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 1;
  opacity: 0.1;
}

@media (max-width: 767.98px) {
  #footer .bg-image {
    opacity: 0.2;
  }
}

#footer .bg-image img {
  width: 100%;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer .row {
  position: relative;
  z-index: 1;
}

#footer .row:first-child {
  margin-bottom: 5em;
}

@media (max-width: 991.98px) {
  #footer .row:first-child {
    margin-bottom: 3em;
  }
}

@media (max-width: 767.98px) {
  #footer .row:first-child {
    margin-bottom: 1em;
  }
}

#footer .each-block {
  margin-bottom: 3em;
}

@media (max-width: 767.98px) {
  #footer .each-block {
    margin-bottom: 2em;
  }
}

#footer .each-block p {
  line-height: 1.6;
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
}

@media (max-width: 320px) {
  #footer .each-block p {
    font-size: 14px;
  }
}

#footer .each-block ul li {
  text-align: right;
}

@media (max-width: 767.98px) {
  #footer .each-block ul li {
    text-align: left;
  }
}

#footer .each-block ul li a {
  color: #fff;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  font-size: clamp(1.5rem, 3vw, 3.5rem);
}

#footer .each-block .quick-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #footer .each-block .quick-links {
    display: block;
  }
  #footer .each-block .quick-links ul:first-child {
    margin-bottom: 0;
  }
}

#footer .download img {
  width: 108px;
  height: 108px;
}

@media (max-width: 767.98px) {
  #footer .download img {
    width: 60px;
    height: 60px;
  }
}

#footer .mail {
  text-align: right;
}

@media (max-width: 767.98px) {
  #footer .mail {
    text-align: left;
  }
}

#footer .mail ul li a {
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 4rem);
}

#footer hr {
  background-color: #ffffff;
  opacity: 1;
}

#footer .powered {
  text-align: right;
}

@media (max-width: 767.98px) {
  #footer .powered {
    text-align: center;
    margin-top: 1em;
  }
}

#footer .powered p a {
  color: #ba3b46;
}

#footer .powered p img {
  width: 120px;
  height: 31px;
}

#footer .foot-txt {
  font-size: clamp(0.9rem, 1vw, 0.9rem);
}

@media (max-width: 767.98px) {
  #footer .foot-txt {
    text-align: center;
  }
}

.footer-bottom {
  background: rgba(17, 17, 17, 0.52);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  z-index: 1;
}

.footer-bottom .block .imgs img {
  width: 36px;
  height: 36px;
}

.footer-bottom .txt p {
  color: #ffffff;
}

@media (max-width: 320px) {
  .footer-bottom .txt p {
    font-size: 14px;
  }
}

.footer-bottom .dropdown-menu {
  background-color: transparent;
  width: 100vw !important;
  /*text-align: center;*/
  left: 0;
  right: 0;
  border: none;
}

.footer-bottom .dropdown-menu .images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  background: #b1b1b1;
  padding: 0.75em 0.75em;
  z-index: 999;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bottom .dropdown-menu .images {
    gap: 1.5em;
  }
}

.footer-bottom .dropdown-menu li {
  position: relative;
}

.footer-bottom .dropdown-menu .text {
  position: absolute;
  z-index: 1;
  bottom: 0.6em;
  left: 0;
  right: 0;
  text-align: center;
}

.footer-bottom .dropdown-menu .text p {
  color: #F2F2F2;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .footer-bottom .dropdown-menu .text p {
    font-size: 16px;
  }
}

#main-slider {
  position: relative;
  overflow: hidden;
}

#main-slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

@media (max-width: 767.98px) {
  #main-slider:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

#main-slider .slider-captions {
  z-index: 1;
}

#main-slider .slider-captions .content {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 1199.98px) {
  #main-slider .slider-captions .content {
    top: 20%;
  }
}

@media (max-width: 991.98px) {
  #main-slider .slider-captions .content {
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

@media (max-width: 767.98px) {
  #main-slider .slider-captions .content {
    left: 1.5em;
    right: 1.5em;
  }
}

#main-slider .slider-captions .content h1 {
  font-family: 'SVN-Miller Banner', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: clamp(2em, 4vw, 2.5em);
}

@media (max-width: 767.98px) {
  #main-slider .slider-captions .content h1 {
    line-height: 1.2;
  }
}

#main-slider .slider-captions .content p {
  font-weight: 300;
  opacity: 0.8;
  font-size: 1em;
}

@media (max-width: 767.98px) {
  #main-slider .slider-captions .content p {
    font-size: 0.8em;
  }
}

#main-slider .slider-captions .content .line {
  width: 235px;
  height: 14px;
}

#main-slider .slider-captions .right-pattern {
  position: absolute;
  text-align: right;
  right: 6%;
  left: inherit;
  top: 20%;
  z-index: 1;
}

@media (min-width: 1199.98px) {
  #main-slider .slider-captions .right-pattern {
    top: 30%;
  }
}

@media (max-width: 991.98px) {
  #main-slider .slider-captions .right-pattern {
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    right: 4%;
  }
}

#main-slider .slider-captions .right-pattern img {
  width: 101px;
  height: 119px;
}

#main-slider .slider-captions .news-section {
  position: absolute;
  top: inherit;
  bottom: 6em;
  max-width: 260px;
  width: 260px;
  left: 6%;
  z-index: 1;
}

@media (max-width: 991.98px) {
  #main-slider .slider-captions .news-section {
    bottom: 1em;
    width: 200px;
    left: 5%;
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #main-slider .slider-captions .news-section {
    bottom: 2em;
  }
}

@media (max-width: 767.98px) {
  #main-slider .slider-captions .news-section {
    bottom: 2em;
  }
}

#main-slider .slider-captions .news-section h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  letter-spacing: 1.81389px;
  text-transform: uppercase;
  margin-left: 10px;
}

#main-slider .slider-captions .news-section .img {
  margin-bottom: 10px;
  position: relative;
  padding-top: 68.88%;
}

#main-slider .slider-captions .news-section .img img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  #main-slider .slider-captions .news-section .txt {
    margin-bottom: 1em !important;
  }
}

#main-slider .slider-captions .news-section .txt p {
  font-family: "Lato", sans-serif;
}

#main-slider .slider-captions .news-section a {
  text-decoration: underline;
  -webkit-text-decoration-color: gray;
          text-decoration-color: gray;
  text-underline-offset: 10px;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  margin-left: 10px;
}

#main-slider .slider-captions .down-arrow {
  position: absolute;
  bottom: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}

@media (max-width: 991.98px) {
  #main-slider .slider-captions .down-arrow {
    bottom: 1em;
  }
}

#main-slider .slider-captions .down-arrow img {
  width: 60px;
  height: 60px;
}

#main-slider .slider-captions .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  #main-slider .slider-captions {
    margin-right: 0;
    margin-left: 0;
  }
  #main-slider .slider-captions .slick-slider {
    margin: 0 -10px;
  }
}

#home-intro {
  position: relative;
  overflow: hidden;
  padding: 5em 0;
  padding-top: 8em;
}

@media (max-width: 991.98px) {
  #home-intro {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #home-intro {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #home-intro {
    padding: 7vw 0;
  }
}

@media (min-width: 1999.98px) {
  #home-intro {
    padding-bottom: 7em;
  }
}

@media (min-width: 991.98px) {
  #home-intro.images-grid-block-1 {
    margin-bottom: 3em;
  }
}

#home-intro .section-heading {
  margin-bottom: 2em;
}

#home-intro .section-heading .heading {
  color: #333333;
  font-weight: 300 !important;
}

@media (max-width: 767.98px) {
  #home-intro .section-heading .heading {
    text-align: left;
    line-height: 1.2;
  }
}

#home-intro .section-heading p {
  color: #333333;
  margin-bottom: 1.5em;
  text-align: center;
}

@media (min-width: 991.98px) {
  #home-intro .section-heading p {
    max-width: 80%;
  }
}

@media (min-width: 1900px) {
  #home-intro .section-heading p {
    max-width: 70%;
  }
}

@media (max-width: 767.98px) {
  #home-intro .section-heading p {
    text-align: left;
  }
}

#home-intro a {
  clear: both;
  margin-top: 1em;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #home-intro a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#home-intro .vector-img {
  margin-top: -3em;
  margin-right: -3em;
  margin-bottom: -2em;
  position: relative;
  padding-top: 60.43%;
}

#home-intro .vector-img img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #home-intro .vector-img img {
    top: -3em;
  }
}

@media (max-width: 767.98px) {
  #home-intro .vector-img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 320px) {
  #home-intro .vector-img {
    margin-right: -1em;
  }
}

#home-intro .block {
  background-color: #fafafa;
  padding: 2em;
  position: relative;
  z-index: 1;
}

#home-intro .block h4 {
  color: #CA643B;
  font-family: "SVN-Miller Banner", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#home-intro .block p {
  color: #04001D;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

#home-intro .vision-slider {
  background-color: #fafafa;
  padding: 2em;
  margin: 2em 0 3em;
  text-align: center;
}

#home-intro .vision-slider .block {
  padding: 0;
  margin-bottom: 1em;
}

#home-intro .vision-slider .slick-dots {
  bottom: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
}

#home-intro .vision-slider .slick-dots li {
  background-color: #d9d9d9;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

#home-intro .vision-slider .slick-dots li.slick-active {
  background-color: #333333;
  width: 12px;
  height: 12px;
}

@media (max-width: 992px) {
  #home-intro .vision-slider .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

#home-intro .images-block {
  --bs-gutter-x: 5rem;
}

@media (max-width: 991.98px) {
  #home-intro .images-block {
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 767.98px) {
  #home-intro .images-block {
    --bs-gutter-x: 1rem;
  }
}

#home-intro .img-1 {
  margin: 1em 0 4em 0;
  position: relative;
  padding-top: 62.39%;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#home-intro .img-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  opacity: 0;
}

#home-intro .img-1 img {
  position: absolute;
  top: 0;
  left: 0;
}

#home-intro .img-1 .overlay {
  opacity: 0;
}

#home-intro .img-1 .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 991.98px) {
  #home-intro .img-1 .overlay img {
    content: none;
  }
}

#home-intro .img-1:hover .overlay {
  opacity: 1;
}

#home-intro .img-1:hover::after {
  opacity: 1;
}

@media (max-width: 767.98px) {
  #home-intro .img-1 {
    margin-bottom: 1em;
  }
}

#home-intro .img-2 {
  margin-top: -2em;
  z-index: -1;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#home-intro .img-2 .main-img {
  position: relative;
  padding-top: 62.52%;
}

#home-intro .img-2 .main-img img {
  position: absolute;
  top: 0;
}

#home-intro .img-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  opacity: 0;
}

@media (max-width: 991.98px) {
  #home-intro .img-2:after {
    content: none;
  }
}

@media (max-width: 991.98px) {
  #home-intro .img-2 {
    margin: 0 0 2.5em;
  }
}

#home-intro .img-2 .overlay {
  opacity: 0;
}

#home-intro .img-2 .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#home-intro .img-2:hover .overlay {
  opacity: 1;
}

#home-intro .img-2:hover::after {
  opacity: 1;
}

#home-intro .img-3 {
  margin-top: 2em;
  margin-bottom: 3em;
  position: relative;
  padding-top: 94.70%;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#home-intro .img-3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  opacity: 0;
}

@media (max-width: 991.98px) {
  #home-intro .img-3:after {
    content: none;
  }
}

#home-intro .img-3 img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #home-intro .img-3 img {
    width: 75%;
  }
}

@media (max-width: 991.98px) {
  #home-intro .img-3 {
    margin: 0 0 2em;
  }
}

#home-intro .img-3 .overlay {
  opacity: 0;
}

#home-intro .img-3 .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#home-intro .img-3:hover .overlay {
  opacity: 1;
}

#home-intro .img-3:hover::after {
  opacity: 1;
}

#home-intro .img-4 {
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media (min-width: 1900px) {
  #home-intro .img-4 .second-img {
    width: 350px;
  }
}

@media (min-width: 1999.98px) {
  #home-intro .img-4 .second-img {
    width: 450px;
  }
}

#home-intro .img-4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  opacity: 0;
}

@media (max-width: 991.98px) {
  #home-intro .img-4:after {
    content: none;
  }
}

#home-intro .img-4 .overlay {
  opacity: 0;
}

#home-intro .img-4 .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#home-intro .img-4:hover .overlay {
  opacity: 1;
}

#home-intro .img-4:hover::after {
  opacity: 1;
}

#home-intro .img-5 {
  position: absolute;
  bottom: 0;
  right: 10em;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
  width: 100%;
  cursor: pointer;
}

#home-intro .img-5 .img {
  position: relative;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#home-intro .img-5 .img .last-img {
  position: relative;
  aspect-ratio: 397 / 248;
}

@media (min-width: 1900px) {
  #home-intro .img-5 .img .last-img {
    width: 550px;
  }
}

@media (min-width: 1999.98px) {
  #home-intro .img-5 .img .last-img {
    width: 750px;
  }
}

#home-intro .img-5 .img .main-img {
  position: relative;
  padding-top: 62.46%;
}

#home-intro .img-5 .img .main-img img {
  position: absolute;
  bottom: 0;
  top: inherit;
}

#home-intro .img-5 .img .overlay {
  opacity: 0;
}

#home-intro .img-5 .img .overlay img {
  position: absolute;
  top: 50%;
  left: 198px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 1900px) {
  #home-intro .img-5 .img .overlay img {
    left: 275px;
  }
}

@media (min-width: 1999.98px) {
  #home-intro .img-5 .img .overlay img {
    left: 375px;
  }
}

#home-intro .img-5 .img:hover .overlay {
  opacity: 1;
}

#home-intro .img-5 .img:hover .last-img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

#home-intro .img-5 .img:hover::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  #home-intro .img-5 {
    right: 16em;
    width: inherit;
    bottom: 3em;
  }
}

@media (max-width: 767.98px) {
  #home-intro .img-5 {
    right: 8em;
    bottom: 2.5em;
  }
}

@media (min-width: 991.98px) {
  #home-intro .our-vision-sec {
    margin-top: -4em;
  }
}

#projects {
  position: relative;
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  #projects {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #projects {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #projects {
    padding: 7vw 0;
  }
}

#projects .section-heading {
  margin-bottom: 3em;
}

#projects .section-heading .heading {
  margin-bottom: 15px;
}

#projects .section-heading p {
  font-weight: 400;
}

#projects .completed {
  position: absolute;
  top: 6em;
  left: 6em;
}

#projects .completed img {
  width: 130px;
  height: 130px;
}

@media (max-width: 1399.98px) {
  #projects .completed img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  #projects .completed img {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1999.98px) {
  #projects .completed img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 575.98px) {
  #projects .completed {
    top: 2em;
    left: 2em;
  }
}

#projects .blocks {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 2em;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  margin: 2rem auto 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1399.98px) {
  #projects .blocks {
    gap: 4em;
  }
}

@media (max-width: 991.98px) {
  #projects .blocks {
    display: block;
  }
}

#projects .blocks .each-block {
  padding: 1em;
  position: relative;
  background: rgba(174, 191, 219, 0.05);
  border: 2px dashed #AEBFDB;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

#projects .blocks .each-block:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: -4.3em;
  height: 1px;
  z-index: 1;
  border: 2px dotted #AEBFDB;
  width: 38%;
  border-style: none none dotted none;
}

@media (max-width: 991.98px) {
  #projects .blocks .each-block:nth-child(1)::after {
    left: -4.5em;
    width: 31%;
  }
}

@media (max-width: 767.98px) {
  #projects .blocks .each-block:nth-child(1)::after {
    content: none;
  }
}

@media (min-width: 1999.98px) {
  #projects .blocks .each-block:nth-child(1)::after {
    left: -4em;
    width: 35%;
  }
}

#projects .blocks .each-block:nth-child(1).mobile-block::after {
  right: -4.5em;
  left: inherit;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #projects .blocks .each-block:nth-child(1) {
    margin-left: -3em;
  }
  #projects .blocks .each-block:nth-child(1)::after {
    width: 12%;
    left: -1.5em;
  }
}

#projects .blocks .each-block:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: -4.3em;
  height: 1px;
  z-index: 1;
  border: 2px dotted #AEBFDB;
  width: 38%;
  border-style: none none dotted none;
}

@media (min-width: 1999.98px) {
  #projects .blocks .each-block:nth-child(2)::after {
    right: -4em;
    width: 35%;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #projects .blocks .each-block:nth-child(2) {
    margin-right: -3em;
  }
  #projects .blocks .each-block:nth-child(2)::after {
    width: 12%;
    right: -1.5em;
  }
}

#projects .blocks .each-block p {
  font-weight: 400;
  font-size: clamp(0.75rem, 1vw, 0.8rem);
}

#projects .blocks .each-block p .acres {
  color: #F10000;
}

#projects .blocks .each-block p span {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.3rem, 1vw, 1.2rem);
  margin: -5px 5px 0 0;
}

#projects .blocks .each-block .img {
  display: none;
}

#projects .content {
  margin-top: 15px;
  text-align: center;
}

#projects .content h1 {
  color: #141414;
  font-family: 'SVN-Miller Banner', sans-serif;
  font-size: clamp(2rem, 3vw, 4.5rem);
  margin-bottom: 5px;
  font-weight: 500;
}

#projects .content a {
  color: #04001D;
  text-decoration: underline;
  font-weight: 300;
  text-underline-offset: 10px;
  -webkit-text-decoration-color: #FF0000;
          text-decoration-color: #FF0000;
}

@media (max-width: 991.98px) {
  #projects .content a {
    text-underline-offset: 5px;
  }
}

#projects .img {
  position: relative;
}

#projects .img .main-img {
  position: relative;
  padding-top: 119.32%;
}

#projects .img .main-img img {
  position: absolute;
  top: 0;
}

#projects .img .main-img1 {
  position: relative;
  padding-top: 119.55%;
}

#projects .img .main-img1 img {
  position: absolute;
  top: 0;
}

#projects .line::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3em;
  height: 80%;
  z-index: 1;
  border: 2px dotted #AEBFDB;
  width: 10%;
  border-style: dotted dotted dotted none;
}

#projects .line-1::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3em;
  height: 80%;
  z-index: 1;
  border: 2px dotted #AEBFDB;
  width: 10%;
  border-style: dotted none dotted dotted;
}

#projects .each-blocks {
  padding: 1em;
  position: relative;
  background: rgba(174, 191, 219, 0.05);
  border: 2px dashed #AEBFDB;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  margin-left: -3em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#projects .each-blocks::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2em;
  height: 1px;
  z-index: 1;
  border: 2px dotted #AEBFDB;
  width: 25%;
  border-style: none none dotted none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #projects .each-blocks::after {
    left: -5em;
    width: 62%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #projects .each-blocks::after {
    width: 45%;
    left: -4em;
  }
}

#projects .each-blocks p {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.9rem);
}

#projects .each-blocks p .acres {
  color: #F10000;
}

#projects .each-blocks p span {
  font-weight: 600;
  display: block;
  font-size: clamp(1.1rem, 1vw, 1.2rem);
}

#projects .slick-dots {
  bottom: -1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#projects .slick-dots li {
  background-color: #d9d9d9;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

#projects .slick-dots li.slick-active {
  background-color: #333333;
  width: 12px;
  height: 12px;
}

@media (max-width: 992px) {
  #projects .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

#partners-with-us {
  background-color: #E9E4DC;
  position: relative;
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #partners-with-us {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #partners-with-us {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #partners-with-us {
    padding: 7vw 0;
  }
}

#partners-with-us .section-heading .heading {
  color: #CA643B;
  text-transform: uppercase;
  font-size: clamp(1.9rem, 3.5vw, 4rem);
  letter-spacing: 2.00066px;
  font-weight: 500;
  margin-bottom: 10px;
}

#partners-with-us .section-heading p {
  color: rgba(24, 24, 24, 0.7);
  margin-bottom: 2em;
}

#partners-with-us #subscribe-app input, #partners-with-us #subscribe-app select {
  border: 1px solid rgba(0, 0, 0, 0.38);
  background-color: inherit;
  border-radius: 0;
  height: 45px;
}

#partners-with-us #subscribe-app input:focus, #partners-with-us #subscribe-app select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#partners-with-us #subscribe-app .form-select {
  background-image: url(/images/icons/Polygon.svg);
}

#partners-with-us #subscribe-app .submit-button {
  background-color: #1e1e1f;
  padding: 0.7em 0;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
}

#partners-with-us #subscribe-app .submit-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#partners-with-us #subscribe-app .submit-button img {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 9px;
}

@media (max-width: 991.98px) {
  #partners-with-us .mobile-partners-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}

#partners-with-us .content {
  text-align: right;
  margin-bottom: 2em;
}

@media (max-width: 991.98px) {
  #partners-with-us .content {
    text-align: center;
  }
}

#partners-with-us .content h1 {
  color: #CA643B;
  font-size: clamp(4rem, 7vw, 8rem);
  line-height: 1.3;
}

#partners-with-us .content p {
  text-transform: uppercase;
  color: #141414;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  #partners-with-us .content p {
    font-size: 14px;
  }
}

#partners-with-us .image {
  position: relative;
}

#partners-with-us .image img {
  width: 100%;
}

#partners-with-us .image .partner-img {
  aspect-ratio: 837 / 863;
}

#partners-with-us .image .img img {
  width: 677px;
  height: 193px;
  margin: 0 auto;
  aspect-ratio: 677 / 193;
}

@media (max-width: 767.98px) {
  #partners-with-us .image .img img {
    width: 100%;
    height: auto;
  }
}

#partners-with-us .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

@media (max-width: 767.98px) {
  #partners-with-us .image:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

#partners-with-us .image .img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 1em;
  right: 1em;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

#partners-with-us .error-display {
  height: 24px;
  font-size: 12px;
  line-height: 1.3;
}

#about-banner {
  position: relative;
}

@media (min-width: 1399.98px) {
  #about-banner {
    padding-bottom: 12em;
  }
}

#about-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
}

@media (min-width: 1300px) and (max-width: 1450px) {
  #about-banner .bg-image {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #about-banner .bg-image {
    width: 55%;
  }
}

@media (max-width: 575.98px) {
  #about-banner .bg-image {
    position: relative;
    width: 100%;
  }
}

#about-banner .bg-image .image {
  position: relative;
  padding-top: 108.48%;
}

#about-banner .bg-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 35 / 38;
}

#about-banner .vector {
  position: absolute;
  left: 3em;
  z-index: -1;
  width: 64%;
}

@media (min-width: 1300px) and (max-width: 1450px) {
  #about-banner .vector {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #about-banner .vector {
    width: 55%;
  }
}

@media (max-width: 575.98px) {
  #about-banner .vector {
    bottom: 46%;
    left: 6em;
    opacity: 0;
  }
}

#about-banner .vector .img {
  position: relative;
  padding-top: 106.27%;
}

#about-banner .vector .img img {
  position: absolute;
  top: 0;
}

#about-banner .block {
  position: relative;
  margin-top: 5em;
  z-index: -2;
}

@media (max-width: 575.98px) {
  #about-banner .block {
    margin-top: 8em;
    margin-bottom: -3em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #about-banner .block {
    margin-top: 11em;
  }
}

@media (min-width: 575.98px) {
  #about-banner .block .img {
    position: relative;
    z-index: -1;
    padding-top: 113.64%;
  }
  #about-banner .block .img img {
    position: absolute;
    top: 0;
  }
}

@media (max-width: 575.98px) {
  #about-banner .block .img {
    display: none;
  }
}

#about-banner .block .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: 0 auto;
  z-index: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media (min-width: 1999.98px) {
  #about-banner .block .txt {
    right: 20%;
  }
}

@media (min-width: 1490px) and (max-width: 1601px) {
  #about-banner .block .txt {
    right: 2%;
    width: 57%;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #about-banner .block .txt {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #about-banner .block .txt {
    right: 15px;
    width: 74%;
    bottom: 35%;
  }
}

@media (max-width: 991.98px) {
  #about-banner .block .txt {
    top: 20%;
    left: 0;
    right: 0;
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  #about-banner .block .txt {
    right: 0;
    width: 90%;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #about-banner .block .txt {
    width: 65%;
    top: 25%;
  }
}

@media (max-width: 575.98px) {
  #about-banner .block .txt {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1999.98px) {
  #about-banner .block .txt {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}

@media (min-width: 370px) and (max-width: 577px) {
  #about-banner .block .txt {
    top: 50%;
  }
}

#about-banner .block .txt h2 {
  font-family: 'SVN-Miller Banner';
  font-weight: 200;
  letter-spacing: 0.01em;
  font-size: clamp(1.25rem, 2.75vw, 1.5rem);
  margin-bottom: 10px;
}

#about-banner .block .txt h1 {
  font-family: 'SVN-Miller Banner';
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.75vw, 1.8rem);
  margin-bottom: 20px;
  font-weight: 400;
}

#about-banner .block .txt p {
  font-weight: 400;
}

.inner-navbar {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .inner-navbar {
    z-index: 999;
  }
}

#about-intro {
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #about-intro {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #about-intro {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #about-intro {
    padding: 7vw 0;
  }
}

@media (max-width: 991.98px) {
  #about-intro .section-heading {
    margin-bottom: 3em;
  }
}

#about-intro .section-heading h1 {
  color: #333333;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: 'SVN-Miller Banner';
  font-weight: 400;
  font-size: clamp(1.5rem, 2.75vw, 3rem);
}

#about-intro .section-heading .line {
  width: 130px;
  height: 2px;
  background-color: #CA643B;
  margin: 15px 0 20px;
}

#about-intro .section-heading p {
  color: #333333;
  font-size: 1em;
  font-weight: 400;
}

#about-intro .images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin-left: 2em;
}

@media (max-width: 991.98px) {
  #about-intro .images {
    margin-left: 0;
  }
}

#about-intro .images .img {
  position: relative;
  padding-top: 50%;
}

#about-intro .images .img img {
  position: absolute;
  top: 0;
}

#about-intro .images img {
  width: 100%;
}

#about-images img {
  border-radius: 5px;
}

#about-images .img-1 {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#about-images .img-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  opacity: 0;
}

@media (max-width: 991.98px) {
  #about-images .img-1:after {
    content: none;
  }
}

#about-images .img-1 .overlay {
  opacity: 0;
}

#about-images .img-1 .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#about-images .img-1:hover .overlay {
  opacity: 1;
}

#about-images .img-1:hover::after {
  opacity: 1;
}

#why-us-section {
  position: relative;
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #why-us-section {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #why-us-section {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #why-us-section {
    padding: 7vw 0;
  }
}

@media (max-width: 991.98px) {
  #why-us-section .section-heading {
    margin-bottom: 3em;
  }
}

#why-us-section .section-heading h1 {
  color: #333333;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: 'SVN-Miller Banner';
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: 10px;
}

#why-us-section .section-heading .line {
  width: 130px;
  height: 2px;
  background-color: #CA643B;
  margin: 20px 0;
}

#why-us-section .section-heading .des {
  font-size: 1.2em;
}

#why-us-section .section-heading p {
  color: #333333;
  font-size: 1em;
  font-weight: 400;
}

#why-us-section .content p {
  color: #333333;
  font-weight: 400;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.5;
}

#why-us-section .nav-pills {
  margin-bottom: 3em;
}

@media (max-width: 767.98px) {
  #why-us-section .nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 2em;
  }
}

#why-us-section .nav-pills .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: none;
  font-family: 'SVN-Miller Banner';
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  #why-us-section .nav-pills .nav-item {
    min-width: 13em;
  }
  #why-us-section .nav-pills .nav-item:first-child {
    min-width: 9em;
  }
}

#why-us-section .nav-pills .nav-item:last-child {
  border-right: none;
}

#why-us-section .nav-pills .nav-item:first-child .nav-link {
  margin: 0;
  padding-left: 0;
}

#why-us-section .nav-pills .nav-item .nav-link {
  margin: 0 auto;
  color: #333333;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  font-weight: 200 !important;
}

#why-us-section .nav-pills .nav-item .nav-link.active {
  color: #CA643B;
  background-color: inherit !important;
}

#philosophy {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #F5F5F5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(180deg, #F5F5F5 80%, rgba(245, 245, 245, 0) 100%);
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  #philosophy .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#philosophy .block {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  bottom: 0;
  width: 500px;
  height: auto;
  z-index: -1;
}

#philosophy .image {
  margin: -6em 3.5em 0 3em;
  position: relative;
  padding-top: 83.86%;
}

#philosophy .image::before {
  position: absolute;
  content: none;
  background: #fff;
  width: 100%;
  height: 120%;
  top: 0;
  left: -4em;
  z-index: 1;
  background: #fff;
}

@media (max-width: 575.98px) {
  #philosophy .image::before {
    content: none;
  }
}

#philosophy .image img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

@media (max-width: 991.98px) {
  #philosophy .image {
    margin: -2em 3.5em 0 0;
  }
}

@media (max-width: 575.98px) {
  #philosophy .image {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  #philosophy .section-heading {
    margin-bottom: 4em;
  }
}

#philosophy .section-heading h1 {
  font-family: 'SVN-Miller Banner';
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 20px;
}

#philosophy .section-heading p {
  color: #333333;
  font-weight: 400;
}

#our-belief {
  position: relative;
}

#our-belief .section-heading h1 {
  color: #333333;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: 'SVN-Miller Banner';
  font-weight: 400;
  font-size: clamp(1.5rem, 2.75vw, 3rem);
}

#our-belief .section-heading .line {
  width: 80px;
  height: 2px;
  background-color: #CA643B;
  margin: 10px 0 25px;
}

#our-belief .section-heading p {
  color: #333333;
  font-size: 1em;
  font-weight: 400;
}

@media (min-width: 1399.98px) {
  #our-belief .section-heading p {
    max-width: 85%;
  }
}

#our-belief .image {
  position: relative;
  padding-top: 100%;
}

#our-belief .image img {
  position: absolute;
  top: 0;
  aspect-ratio: 1 / 1;
}

#project-banner {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1199.98px) {
  #project-banner {
    height: 100vh;
  }
}

#project-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

@media (max-width: 767.98px) {
  #project-banner:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

@media (max-width: 991.98px) {
  #project-banner .row {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}

#project-banner .error-display {
  font-size: 12px;
  line-height: 1;
}

#project-banner .bg-image img {
  width: 100%;
}

@media (min-width: 1199.98px) {
  #project-banner .bg-image img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#project-banner .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  left: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  #project-banner .banner-content {
    top: inherit;
    bottom: 1em;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

#project-banner .banner-content .section-heading {
  color: #ffffff;
}

#project-banner .banner-content .section-heading .heading {
  font-family: 'SVN-Miller Banner', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 5rem);
  text-decoration: underline;
  -webkit-text-decoration-color: #ccc;
          text-decoration-color: #ccc;
  text-decoration-thickness: 0.2px;
  text-underline-offset: 12px;
  margin-bottom: 10px;
}

#project-banner .banner-content .section-heading .des-1 {
  font-size: clamp(0.9rem, 1.5vw, 2rem);
}

#project-banner .banner-content .button {
  float: right;
}

@media (min-width: 991.98px) {
  #project-banner .banner-content .button {
    display: none;
  }
}

#project-banner .banner-content .button a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  font-size: 0.8em;
}

#project-banner .drop-an-enquiry {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 4px;
  padding: 2em;
}

@media (min-width: 1399.98px) {
  #project-banner .drop-an-enquiry {
    padding: 2.5em;
  }
}

#project-banner .drop-an-enquiry .content {
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.8;
}

#project-banner .drop-an-enquiry .content h2 {
  font-size: clamp(1.5rem, 2vw, 1.5rem);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

#project-banner .drop-an-enquiry .content p {
  font-size: 12px;
  margin-bottom: 10px;
}

#project-banner .drop-an-enquiry .form-control {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  border: none;
  font-size: 14px;
  border-radius: 2px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
}

#project-banner .drop-an-enquiry .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#project-banner .drop-an-enquiry .submit-button {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 0;
  background-color: #4a66fc;
}

#project-banner .drop-an-enquiry .submit-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#project-banner .drop-an-enquiry ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#project-banner .drop-an-enquiry :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#project-banner .drop-an-enquiry ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#project-banner .drop-an-enquiry ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#project-banner .drop-an-enquiry :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#project-banner .drop-an-enquiry ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#project-banner .specifications {
  position: absolute;
  bottom: 0.5em;
  z-index: 1;
  left: 1em;
  right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 3px;
}

#project-banner .specifications .block {
  border: 1px solid #ccc;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

#project-banner .specifications .block p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.2;
}

#project-banner .specifications .block p .count {
  color: #ffffff;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

#project-banner .specifications .block p .sub {
  margin: 5px 0 0 5px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #project-banner .specifications .block p .sub {
    font-size: 10px;
  }
}

#project-banner .specifications .block .des {
  font-size: 11px;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.04em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #project-banner .specifications .block .des {
    font-size: 8px;
  }
}

#project-banner .modal {
  background-color: #000;
}

#project-banner .modal-content {
  padding: 3em;
  border-radius: 1rem;
}

#project-banner .modal-header {
  border: none;
}

#project-banner .btn-close {
  background-size: 1.5em;
}

#project-banner .modal-body .section-heading {
  margin-bottom: 2em;
}

#project-banner .modal-body .section-heading h1 {
  font-weight: 300;
}

#project-banner .modal-body .submit-button {
  background-color: #c96942;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.8vw, 2rem);
  font-weight: 400;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  position: relative;
}

#project-banner .modal-body .submit-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#project-banner .modal-body .submit-button.active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#project-banner .modal-body .submit-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  z-index: 1;
}

#project-intro {
  position: relative;
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #project-intro {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #project-intro {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #project-intro {
    padding: 7vw 0;
  }
}

@media (max-width: 991.98px) {
  #project-intro .row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#project-intro .section-heading .heading {
  margin-bottom: 10px;
}

#project-intro .section-heading .line {
  width: 130px;
  height: 2px;
  background-color: #CA643B;
  margin-bottom: 1em;
}

#project-intro .section-heading p {
  font-weight: 300;
  font-size: clamp(0.9rem, 1rem, 1rem);
}

#project-intro .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  text-align: center;
}

@media (min-width: 1399.98px) {
  #project-intro .blocks {
    width: 85%;
  }
}

@media (max-width: 575.98px) {
  #project-intro .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
  #project-intro .blocks .block {
    width: 47%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#project-intro .blocks .block {
  border: 1px solid #333;
  padding: 8px;
}

@media (max-width: 767.98px) {
  #project-intro .blocks .block {
    padding: 1em 5px;
  }
}

#project-intro .blocks .block p {
  margin-bottom: 0;
}

#project-intro .blocks .block p .count {
  font-size: 1.6em;
  font-weight: 400;
}

#project-intro .blocks .block p .txt {
  padding: 10px 0 0 5px;
  font-weight: 400;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

#project-intro .blocks .block .des {
  font-size: 12px;
}

#project-intro .specifications {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 3em;
}

@media (max-width: 360px) {
  #project-intro .specifications {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#project-intro .specifications .block {
  background-color: #333;
  border: 1px solid #ccc;
  padding: 10px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

#project-intro .specifications .block p {
  margin-bottom: 0;
  color: #ffffff;
}

#project-intro .specifications .block p .count {
  color: #ffffff;
  font-size: clamp(0.9rem, 1.1vw, 1.2rem);
}

#project-intro .specifications .block p .sub {
  margin: 5px 0 0 5px;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.8;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  #project-intro .specifications .block p .sub {
    font-size: 10px;
  }
}

#project-intro .specifications .block .des {
  font-size: 12px;
  opacity: 0.8;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  #project-intro .specifications .block .des {
    font-size: 10px;
  }
}

#unit-plan {
  position: relative;
  background-color: #f9f9f9;
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #unit-plan {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #unit-plan {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #unit-plan {
    padding: 7vw 0;
  }
}

#unit-plan .section-heading {
  margin-bottom: 2em;
}

#unit-plan .section-heading .heading {
  margin-bottom: 10px;
}

#unit-plan .section-heading .line {
  background-color: #CA643B;
  width: 160px;
  height: 2px;
}

#unit-plan .first-tab-content {
  background-color: #fff;
  padding: 1em 1em 2em 1em;
  -webkit-box-shadow: 0px 0px 36px 0px #0000001A;
          box-shadow: 0px 0px 36px 0px #0000001A;
}

#unit-plan .first-tab-content .content {
  text-align: center;
  margin: 1em 0 1.5em;
  display: none;
}

#unit-plan .first-tab-content .content p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
}

#unit-plan .first-tab-content .content p b {
  font-size: clamp(1.5rem, 1vw, 1.75rem);
  font-weight: 400;
}

#unit-plan .first-tab .nav-link {
  color: #1e1e1f;
  font-weight: 400;
  font-size: 1.2em;
}

#unit-plan .first-tab .active {
  color: #CA643B;
  -webkit-box-shadow: 10px 0 20px rgba(41, 41, 42, 0.07);
          box-shadow: 10px 0 20px rgba(41, 41, 42, 0.07);
}

#unit-plan .second-tab {
  background-color: #fff;
  border: 1px solid #ccc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 30px;
  padding: 6px;
}

#unit-plan .second-tab .nav-link {
  color: #333;
  padding: 0 30px;
  border-radius: 0;
}

#unit-plan .second-tab .active {
  background-color: #CA643B;
  color: #fff;
}

#unit-plan .type-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

#unit-plan .type-1 .block {
  text-align: center;
}

#unit-plan .type-1 .block .line {
  background-color: #ddd;
  width: 150px;
  height: 1px;
  margin: 10px auto;
}

@media (max-width: 575.98px) {
  #unit-plan .type-1 .block .line {
    width: 120px;
  }
}

#unit-plan .type-1 .block p {
  margin-bottom: 0;
}

#unit-plan .type-1 .block b {
  font-family: 'SVN-Miller Banner', sans-serif;
  font-size: 0.8em;
}

#unit-plan .type-1 .block .ft {
  color: #CA643B;
  font-size: 1em;
}

#unit-plan .tab-content .image img {
  width: 100%;
}

#master-plan {
  position: relative;
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #master-plan {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #master-plan {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #master-plan {
    padding: 7vw 0;
  }
}

#master-plan .section-heading {
  margin-bottom: 2em;
}

#master-plan .section-heading .heading {
  margin-bottom: 10px;
}

#master-plan .section-heading .line {
  background-color: #CA643B;
  width: 160px;
  height: 2px;
}

#master-plan .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}

@media (max-width: 991.98px) {
  #master-plan .grid {
    gap: 0;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#master-plan .grid ul li {
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  #master-plan .grid ul li {
    font-size: 0.8em;
  }
}

@media (max-width: 380px) {
  #master-plan .grid ul li {
    font-size: 0.6em;
    line-height: 2.75;
  }
}

#master-plan .grid ul li img {
  margin-right: 10px;
}

#amenties {
  position: relative;
  background: url("/images/projects/BG.png");
  padding: 5em 0;
  padding-top: 0;
}

@media (max-width: 991.98px) {
  #amenties {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #amenties {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #amenties {
    padding: 7vw 0;
  }
}

@media (max-width: 575.98px) {
  #amenties:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  }
}

#amenties .section-heading {
  margin-bottom: 3em;
}

@media (max-width: 575.98px) {
  #amenties .section-heading {
    margin-bottom: 1.5em;
  }
}

#amenties .section-heading .heading {
  margin-bottom: 10px;
}

#amenties .section-heading .line {
  background-color: #CA643B;
  width: 130px;
  height: 2px;
}

#amenties .section-heading p {
  margin-bottom: 0;
  font-weight: 400;
}

#amenties .amenties-slider .slick-slide {
  margin: 0 30px;
}

@media (max-width: 575.98px) {
  #amenties .amenties-slider .slick-slide {
    margin: 0 10px;
  }
}

#amenties .amenties-slider .slick-slide:nth-child(even) {
  margin-top: 2em;
}

#amenties .amenties-slider .img img {
  width: 100%;
}

#amenties .amenties-slider p {
  padding: 5px 0;
  font-weight: 400;
}

@media (max-width: 380px) {
  #amenties .amenties-slider p {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  #amenties .amenties-slider p {
    font-size: 11px;
  }
}

#amenties .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -3em;
  background-color: #CA643B;
  height: 2px;
}

@media (max-width: 575.98px) {
  #amenties .slick-dots {
    bottom: -1.5em;
  }
}

#amenties .slick-dots li {
  width: 25.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#amenties .slick-dots li button {
  width: 100%;
  border: none;
  padding: 0;
  height: 8px;
  font-size: 0;
}

#amenties .slick-dots li.slick-active:focus-visible {
  outline: none;
}

#amenties .slick-dots li.slick-active button {
  border-style: initial initial solid initial;
  border-radius: 15px;
  background: #CA643B;
}

#amenties .slick-dots li.slick-active button:focus-visible {
  outline: none;
}

#connectivity {
  position: relative;
}

#connectivity:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

@media (max-width: 575.98px) {
  #connectivity:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #connectivity .bg-image img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #connectivity .bg-image img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  #connectivity .bg-image img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  #connectivity .bg-image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#connectivity .block {
  position: absolute;
  top: 5%;
  bottom: 2%;
  left: 0;
  right: 0;
  z-index: 1;
}

#connectivity .block .section-heading {
  margin: 5em 0;
}

@media (max-width: 991.98px) {
  #connectivity .block .section-heading {
    margin: 0;
  }
}

#connectivity .block .section-heading span {
  color: #CA643B;
}

#connectivity .block .section-heading .heading {
  color: #ffffff;
  line-height: 1.3;
}

@media (max-width: 360px) {
  #connectivity .block .section-heading .heading {
    font-size: 1.2em;
  }
}

#connectivity .block .circle-2 {
  position: absolute;
  top: 1%;
  right: 8em;
}

@media (max-width: 991.98px) {
  #connectivity .block .circle-2 {
    right: 1em;
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #connectivity .block .circle-2 {
    width: 15%;
  }
}

@media (min-width: 1900px) {
  #connectivity .block .circle-2 {
    width: 12%;
  }
}

#connectivity .block .circle-2 h4, #connectivity .block .circle-2 .plus {
  background: linear-gradient(147.96deg, #FD895B 15.17%, #FF4900 87.94%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#connectivity .block .circle-3 {
  position: absolute;
  bottom: 6%;
  right: 4em;
}

@media (max-width: 767.98px) {
  #connectivity .block .circle-3 {
    right: 1em;
    width: 33%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #connectivity .block .circle-3 {
    width: 20%;
  }
}

@media (min-width: 1900px) {
  #connectivity .block .circle-3 {
    width: 13%;
  }
}

#connectivity .block .circle-3 h4, #connectivity .block .circle-3 .plus {
  background: linear-gradient(147.96deg, #FFA800 15.17%, #E06C3E 87.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#connectivity .block .circle-1 {
  position: absolute;
  bottom: 10%;
  left: 4em;
}

@media (max-width: 991.98px) {
  #connectivity .block .circle-1 {
    left: 1em;
    width: 32%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #connectivity .block .circle-1 {
    width: 20%;
  }
}

@media (min-width: 1900px) {
  #connectivity .block .circle-1 {
    width: 15%;
  }
}

#connectivity .block .circle-1 h4, #connectivity .block .circle-1 .plus {
  background: linear-gradient(147.96deg, #FFA800 15.17%, #E06C3E 87.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#connectivity .block .img {
  position: relative;
}

#connectivity .block .img img {
  width: 100%;
}

#connectivity .block .img .txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}

#connectivity .block .img .txt h4 {
  color: #FFA800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 200;
}

#connectivity .block .img .txt h4 .count {
  font-size: clamp(2rem, 8vw, 6rem);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #connectivity .block .img .txt h4 .count {
    font-size: 3em;
  }
}

#connectivity .block .img .txt h4 .plus {
  font-size: 1em;
}

@media (min-width: 991.98px) {
  #connectivity .block .img .txt h4 .plus {
    margin-top: 10px;
    font-size: 1.5em;
  }
}

#connectivity .block .img .txt p {
  color: #fff;
  font-size: clamp(0.9em, 1.5vw, 2em);
}

#map-connectivity {
  position: relative;
  overflow: hidden;
  background-color: #fffaf2;
}

#map-connectivity .section-heading {
  padding-top: 5em;
  margin-bottom: 2em;
}

@media (max-width: 991.98px) {
  #map-connectivity .section-heading {
    text-align: center;
    padding-top: 2em;
  }
}

@media (max-width: 575.98px) {
  #map-connectivity .section-heading {
    padding-top: 1.5em;
  }
}

#map-connectivity .section-heading .heading {
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #map-connectivity .section-heading .heading {
    text-decoration: underline;
    -webkit-text-decoration-color: #CA643B;
            text-decoration-color: #CA643B;
    text-underline-offset: 10px;
  }
}

#map-connectivity .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  position: relative;
  margin-bottom: 5em;
  text-align: center;
}

@media (max-width: 991.98px) {
  #map-connectivity .blocks {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 2em;
  }
}

#map-connectivity .blocks::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  #map-connectivity .blocks::after {
    content: none;
  }
}

#map-connectivity .blocks::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  #map-connectivity .blocks::before {
    content: none;
  }
}

#map-connectivity .blocks .each-block {
  text-align: center;
}

#map-connectivity .blocks .each-block .icon {
  margin-bottom: 4px;
}

#map-connectivity .blocks .each-block .icon img {
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  #map-connectivity .blocks .each-block .icon img {
    height: 50px;
  }
}

#map-connectivity .blocks .each-block .txt p {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  #map-connectivity .blocks .each-block .txt p {
    font-size: 0.7em;
  }
}

#map-connectivity .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #map-connectivity .map {
    width: 64%;
  }
}

@media (max-width: 991.98px) {
  #map-connectivity .map {
    position: relative;
    width: 120%;
    left: -2em;
    right: -2em;
  }
  #map-connectivity .map iframe {
    height: 400px;
  }
}

#gallery {
  position: relative;
  padding: 3em 0;
}

#gallery .section-heading {
  margin-bottom: 2em;
}

#gallery .gallery-slider .slick-slide {
  margin: 0 10px;
}

#gallery .gallery-slider .slick-slide:nth-child(even) {
  margin-top: 2em;
}

#gallery .gallery-slider .img {
  margin-bottom: 1em;
  position: relative;
  border-radius: 4px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#gallery .gallery-slider .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

#gallery .gallery-slider .img .overlay {
  opacity: 0;
  cursor: pointer;
}

#gallery .gallery-slider .img .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 30px;
  height: 30px;
}

#gallery .gallery-slider .img:hover {
  z-index: 2;
}

#gallery .gallery-slider .img:hover .overlay {
  opacity: 1;
}

#gallery .gallery-slider .img:hover .thumb {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

#gallery .gallery-slider .img:hover::after {
  opacity: 1;
}

#gallery .gallery-slider .img .txt {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

#gallery .gallery-slider .img .txt p {
  padding: 10px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

#gallery .gallery-slider .img:hover .txt {
  opacity: 1;
}

#gallery .gallery-slider .img:hover .thumb {
  -webkit-transform: translate(5%) scale(1.1);
          transform: translate(5%) scale(1.1);
}

#gallery .gallery-slider p {
  padding: 5px 0;
  font-weight: 400;
}

#contact-banner {
  position: relative;
}

@media (max-width: 575.98px) {
  #contact-banner {
    padding: 0 0 2em;
    background-color: #333;
  }
}

@media (max-width: 575.98px) and (min-width: 1199.98px) {
  #contact-banner {
    height: 100vh;
  }
}

@media (max-width: 575.98px) {
  #contact-banner.inner-banner-one {
    padding-bottom: 0;
  }
}

@media (min-width: 575.98px) {
  #contact-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

@media (min-width: 1199.98px) {
  #contact-banner .bg-image {
    height: 100vh;
  }
}

#contact-banner .bg-image img {
  width: 100%;
}

@media (min-width: 1199.98px) {
  #contact-banner .bg-image img {
    height: 100vh;
  }
}

#contact-banner .banner-content {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 1;
  left: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  #contact-banner .banner-content {
    top: 20%;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 767.98px) {
  #contact-banner .banner-content {
    top: 15%;
  }
}

@media (max-width: 575.98px) {
  #contact-banner .banner-content {
    position: relative;
    margin-top: 1em;
  }
}

#contact-banner .banner-content .section-heading {
  color: #ffffff;
}

#contact-banner .banner-content .section-heading h3 {
  font-family: 'SVN-Miller Banner', sans-serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: clamp(2rem, 2vw, 3rem);
  margin-bottom: 1em;
}

#contact-banner .banner-content .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

@media (max-width: 575.98px) {
  #contact-banner .banner-content .blocks {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#contact-banner .banner-content .blocks .each-block {
  color: #ffffff;
}

#contact-banner .banner-content .blocks .each-block:nth-child(2) p {
  margin-top: 10px;
}

#contact-banner .banner-content .blocks .each-block h4 {
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  margin-bottom: 5px;
  letter-spacing: 1px;
  opacity: 0.8;
  text-transform: uppercase;
}

#contact-banner .banner-content .blocks .each-block a {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.5vw, 2rem);
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0.8;
}

#contact-banner .banner-content .blocks .each-block .mail-block {
  margin-top: 2em;
}

#contact-banner .banner-content .blocks .each-block p {
  color: #ffffff;
  opacity: 0.8;
}

#contact-banner .download-brochure {
  margin-bottom: -4em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #contact-banner .download-brochure {
    margin-bottom: -3em;
  }
}

@media (max-width: 991.98px) {
  #contact-banner .download-brochure img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  #contact-banner .download-brochure {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .contact-navbar {
    position: relative !important;
  }
}

#get-in-touch {
  position: relative;
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #get-in-touch {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #get-in-touch {
    padding: 2.5em 0;
  }
}

@media (max-width: 575.98px) {
  #get-in-touch {
    padding: 7vw 0;
  }
}

@media (max-width: 991.98px) {
  #get-in-touch .container-fluid {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media (max-width: 991.98px) {
  #get-in-touch .map {
    margin-top: 2.5em;
  }
}

#get-in-touch .section-heading {
  margin-bottom: 5em;
  float: right;
}

@media (max-width: 991.98px) {
  #get-in-touch .section-heading {
    float: left;
    margin-bottom: 3em;
  }
}

#get-in-touch .section-heading p {
  font-weight: 400;
  opacity: 0.9;
}

#get-in-touch iframe {
  border: 1px solid #ccc;
  padding: 5px;
}

#get-in-touch label {
  font-size: 15px;
}

#get-in-touch input, #get-in-touch select, #get-in-touch textarea {
  border-radius: 0;
}

#get-in-touch input:focus, #get-in-touch select:focus, #get-in-touch textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ccc;
}

#get-in-touch .submit-button {
  position: relative;
  padding: 0.475rem 0.75rem;
  border-radius: 0;
}

#get-in-touch .submit-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#get-in-touch .submit-button img {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

#get-in-touch .error-display {
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .contact-footer {
    padding-top: 0 !important;
  }
}
/*# sourceMappingURL=app.css.map */