@font-face {
  font-family: "Nanotech LLC Regular";
  font-style: normal;
  font-weight: normal;
  src: local("/fonts/NanoTech Regular.woff"), url("/fonts/NanoTech Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nanotech LLC Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: local("/fonts/Nanotech NormalItalic.woff"), url("/fonts/Nanotech NormalItalic.woff") format("woff");
  font-display: swap;
}
html {
  font-size: 16px;
}
@media (max-width: 449.98px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 22px;
  }
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: -moz-calc(25/15);
  line-height: 1.6666666667;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  /* Scrollbar Styling */
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #6d6d6d;
}
body.body-bg {
  background: #F4F2ED;
}
body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 600;
  font-family: "Nanotech LLC Regular";
}

p {
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

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

a,
button {
  transition: all 0.3s ease !important;
}

a:hover,
button:hover {
  transition: all 0.3s ease !important;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  box-shadow: 0 0 0.1875rem #ddd;
  z-index: 999;
  background: #ffffff !important;
  min-height: auto !important;
}
@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 450px) and (max-width: 991.98px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }
}
[v-cloak] {
  display: none;
}

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

.fancybox-container {
  z-index: 99999999999;
}

#hero-slider {
  position: relative;
  z-index: 1;
}
#hero-slider .social-links {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #hero-slider .social-links {
    left: 20px;
  }
}
#hero-slider .social-links li a {
  background: #333;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #hero-slider .social-links li a {
    width: 20px;
    height: 20px;
  }
}
#hero-slider .social-links li a img {
  width: 28px;
  height: 28px;
}
@media (max-width: 767.98px) {
  #hero-slider .social-links li a img {
    width: 20px;
    height: 20px;
  }
}
#hero-slider .social-links li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  #hero-slider .social-links li:not(:last-child) {
    margin-bottom: 8px;
  }
}
#hero-slider .social-links li:hover {
  cursor: pointer;
}
#hero-slider .slider-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}
#hero-slider .slider-logo.fade-up {
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
}
#hero-slider .slider-logo img {
  margin: 0 auto;
  display: table;
  width: 530px;
  height: 100%;
}
@media (max-width: 767.98px) {
  #hero-slider .slider-logo img {
    width: 50%;
    height: 100%;
  }
}
#hero-slider:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background: #6E583C;
  z-index: -1;
}
#hero-slider .carousel-item {
  position: relative;
  padding-top: 53.87%;
}
@media (max-width: 991.98px) {
  #hero-slider .carousel-item {
    padding-top: 83.33%;
  }
}
#hero-slider .carousel-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#hero-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
  margin: auto;
  z-index: 1;
}
@media (max-width: 575.98px) {
  #hero-slider .carousel-indicators {
    bottom: 1%;
    top: auto;
    flex-direction: revert;
  }
}
#hero-slider .carousel-indicators button {
  text-indent: 0;
  height: auto;
  opacity: 1;
  background: transparent;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-slider .carousel-indicators button {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  #hero-slider .carousel-indicators button {
    width: 20px;
    height: 20px;
  }
}
#hero-slider .carousel-indicators button:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  #hero-slider .carousel-indicators button:not(:last-child) {
    margin-bottom: 5px;
  }
}
#hero-slider .carousel-indicators button.active {
  border-color: #ffffff;
}

#mobileLandingSlider {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background: #333333;
  z-index: 999999999;
  min-height: -webkit-fill-available;
}
#mobileLandingSlider .slider-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#mobileLandingSlider .slider-logo img {
  margin: 0 auto;
  display: table;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  #mobileLandingSlider .slider-logo img {
    width: 70%;
    height: 100%;
  }
}
#mobileLandingSlider .image {
  position: relative;
  padding-top: 134.22%;
}
#mobileLandingSlider .image img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#home-products {
  padding: 4em 0;
  background: #F4F2ED;
}
@media (max-width: 991.98px) {
  #home-products {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #home-products {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #home-products {
    padding: 2em 0;
  }
}
@media (max-width: 991.98px) {
  #home-products .row {
    flex-direction: column-reverse;
  }
}
#home-products #two-grid .product-images {
  display: grid;
  grid-template-columns: 58% auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #home-products #two-grid .product-images {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 575.98px) {
  #home-products #two-grid .product-images {
    grid-template-columns: auto;
    gap: 15px;
  }
}
#home-products #two-grid .product-images .image-one {
  position: relative;
  padding-top: 89.92%;
}
#home-products #two-grid .product-images .image-one img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-products #two-grid .product-images .image-two {
  position: relative;
  padding-top: 153.13%;
}
#home-products #two-grid .product-images .image-two img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-products #three-grid {
  margin-top: 20px;
}
#home-products #three-grid .product-images {
  display: grid;
  grid-template-columns: 40% auto 35%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #home-products #three-grid .product-images {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 575.98px) {
  #home-products #three-grid .product-images {
    grid-template-columns: auto;
    gap: 15px;
  }
}
#home-products #three-grid .product-images img {
  height: 500px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #home-products #three-grid .product-images img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  #home-products #three-grid .product-images img {
    height: 300px;
  }
}
#home-products .product-content {
  text-align: center;
  padding: 0 1em;
}
@media (max-width: 991.98px) {
  #home-products .product-content {
    margin-bottom: 2em;
    margin-top: 1em;
  }
}
#home-products .product-content h3 {
  color: #6E583C;
  font-family: "Nanotech LLC Regular";
  margin-bottom: 20px;
  line-height: 35px;
  font-size: 2.3em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #home-products .product-content h3 {
    font-size: 2em;
    line-height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #home-products .product-content h3 {
    font-size: 1.75em;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  #home-products .product-content h3 {
    font-size: 1.5em;
    line-height: 25px;
  }
}
#home-products .product-content h3 span {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
#home-products .product-content p {
  color: #828282;
}

#key-features {
  padding: 3em 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #key-features {
    position: static;
    padding: 1em 0 0 0;
    background-color: #f4f2ed;
  }
}
#key-features .container {
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
#key-features .container .each-feature {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 40px 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #key-features .container .each-feature {
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  #key-features .container .each-feature {
    padding: 15px 0;
  }
}
#key-features .container .each-feature .content h4 {
  font-size: 1.2em;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #key-features .container .each-feature .content h4 {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #key-features .container .each-feature .content h4 {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  #key-features .container .each-feature .content h4 {
    font-size: 0.9em;
  }
}
#key-features .container .each-feature .content p {
  color: #898989;
}

.products-container {
  padding-bottom: 4em;
  min-height: 500px;
}
.products-container .product-filters {
  margin-bottom: 40px;
}
.products-container .product-filters ul {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .products-container .product-filters ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.products-container .product-filters ul li:not(:last-child) {
  margin-right: 20px;
}
.products-container .product-filters ul li button {
  border: none;
  padding: 0;
  color: #828282;
  font-size: 18px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.products-container .product-filters ul li button:hover {
  color: #6E583C;
}
.products-container .product-filters ul li.active button {
  color: #6E583C;
}
.products-container .products-data {
  min-height: 550px;
}
@media (min-width: 2000px) {
  .products-container .products-data {
    min-height: 688px;
  }
}
.products-container .products-data ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .products-container .products-data ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .products-container .products-data ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .products-container .products-data ul {
    display: block;
  }
}
.products-container .products-data ul li {
  border: 1.5px solid #ffffff;
  padding: 15px;
}
.products-container .products-data ul li button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.products-container .products-data ul li .each-product {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.products-container .products-data ul li .each-product:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.products-container .products-data ul li .each-product .product-name {
  position: absolute;
  bottom: auto;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 2;
  text-align: center;
}
.products-container .products-data ul li .each-product .product-name h3 {
  color: #ffffff;
  font-size: 1.2em;
  text-transform: capitalize;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.001);
  font-family: "Nanotech LLC Regular";
  font-weight: 500;
}
.products-container .products-data ul li .each-product .product-image img {
  transition: all 0.35s;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.products-container .products-data ul li .each-product:hover:after {
  opacity: 1;
}
.products-container .products-data ul li .each-product:hover .product-name {
  opacity: 1;
}
.products-container .products-data ul li .each-product:hover .product-image img {
  transform: scale(1.07);
}
.products-container .carousel-inner {
  border-radius: 5px;
}
.products-container .carousel-inner .carousel-item img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-container .carousel-inner .full-screen-preview {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transform: translateX(50px);
  transition: all 0.2s ease-in-out;
}
.products-container .carousel-inner .full-screen-preview span:not(:first-child) {
  display: none;
}
.products-container .carousel-inner .full-screen-preview span a {
  height: 40px;
  width: 40px;
  display: block;
  background: url("/img/icons/full-screen.png") no-repeat;
  background-size: 20px;
  background-position: center;
}
.products-container .carousel-inner .full-screen-preview span a img {
  width: 20px;
  opacity: 0;
}
.products-container .carousel-inner:hover .full-screen-preview {
  transform: translateX(0);
}
.products-container .carousel-indicators {
  margin: 0;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.products-container .carousel-indicators button {
  width: calc(20% - 8px);
  height: 70px;
  border-radius: 0;
  text-indent: 0;
  margin: 1px;
  padding: 0;
  border: 3px solid transparent;
  opacity: 1;
}
.products-container .carousel-indicators button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-container .carousel-indicators button.active {
  border-color: #6E583C;
}
.products-container .product-details {
  padding-left: 1em;
}
.products-container .product-details p {
  font-size: 1.05em;
}
@media (max-width: 991.98px) {
  .products-container .product-details {
    margin-top: 1.5em;
    padding-left: 0;
  }
}
.products-container .product-details .product-name {
  font-size: 1.75em;
  font-weight: 500;
  color: #6E583C;
  margin-bottom: 15px;
  font-family: "Nanotech LLC Regular";
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .products-container .product-details .product-name {
    font-size: 1.55em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .products-container .product-details .product-name {
    font-size: 1.4em;
    margin-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .products-container .product-details .product-name {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}
.products-container .product-details .product-name span {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .products-container .product-details .product-name span {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .products-container .product-details .product-name span {
    font-size: 14px;
  }
}
.products-container .product-details .description {
  line-height: 27px;
}
.products-container .product-details .features {
  margin-top: 1.5em;
}
@media (max-width: 575.98px) {
  .products-container .product-details .features {
    margin-top: 1em;
  }
}
.products-container .product-details .features li {
  display: flex;
}
@media (max-width: 575.98px) {
  .products-container .product-details .features li {
    display: block;
  }
}
.products-container .product-details .features li:not(:last-child) {
  margin-bottom: 1em;
}
.products-container .product-details .features li p {
  margin: 0;
  padding: 0;
}
.products-container .product-details .features li p:first-child {
  padding-right: 10px;
}
.products-container .product-details .features li p.name {
  color: #6E583C;
  position: relative;
  min-width: 120px;
}
.products-container .product-details .features li p.name:after {
  content: ":";
  position: absolute;
  right: 10px;
}
@media (max-width: 767.98px) {
  .products-container .product-details .features li p.name:after {
    right: auto;
  }
}
.products-container .product-details .features li p.value {
  color: #333333;
}
.products-container .product-details .other-information {
  margin-top: 2em;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .products-container .product-details .other-information {
    margin-top: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .products-container .product-details .other-information {
    margin-top: 1em;
  }
}
.products-container .product-details .other-information p {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 2;
}
.products-container .product-details .other-information p span {
  color: #6E583C;
  font-weight: 600;
  text-decoration: underline;
}
.products-container .product-details .other-information a {
  color: #6E583C;
  font-weight: 600;
  text-decoration: underline;
  line-height: 2;
}
.products-container .product-details .other-information .enquiry-links {
  text-decoration: none;
  font-weight: normal;
  color: #333;
}
.products-container .product-details .other-information .enquiry-links:hover {
  color: #6E583C;
}
.products-container .selected-product-primary-image {
  margin-bottom: 2em;
  background: #f9f6ef;
  padding: 30px 0;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .products-container .selected-product-primary-image {
    margin-bottom: 0;
  }
}
.products-container .selected-product-primary-image img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: table;
}
@media (max-width: 767.98px) {
  .products-container .selected-product-primary-image img {
    height: 350px;
  }
}
.products-container .product-remaining-images ul {
  position: relative;
  -moz-column-count: 3;
       column-count: 3;
  max-width: 100%;
  margin: auto;
  width: 100%;
  margin-top: 2em;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .products-container .product-remaining-images ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .products-container .product-remaining-images ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.products-container .product-remaining-images ul li {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.products-container .product-remaining-images ul li img {
  padding: 7px 0px;
}
.products-container .related-products {
  padding-top: 5em;
}
.products-container .related-products h3 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 2em;
}

.projects-container {
  min-height: 80vh;
}
.projects-container .products-data {
  min-height: 515px;
}
.projects-container .products-data button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.projects-container .products-data .each-product {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  margin-bottom: 1em;
}
.projects-container .products-data .each-product .product-image {
  position: relative;
  padding-top: 100%;
}
.projects-container .products-data .each-product .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects-container .products-data .each-product:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.projects-container .products-data .each-product .product-name {
  position: absolute;
  bottom: auto;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 2;
  text-align: center;
}
.projects-container .products-data .each-product .product-name h3 {
  color: #ffffff;
  font-size: 1.2em;
  text-transform: capitalize;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.001);
  font-family: "Nanotech LLC Regular";
  font-weight: 500;
}
.projects-container .products-data .each-product .product-image img {
  transition: all 0.35s;
}
.projects-container .products-data .each-product:hover:after {
  opacity: 1;
}
.projects-container .products-data .each-product:hover .product-name {
  opacity: 1;
}
.projects-container .products-data .each-product:hover .product-image img {
  transform: scale(1.07);
}

.project-images {
  position: relative;
  max-width: 100%;
  margin-top: 3em;
}
.project-images li {
  -moz-column-count: 3;
  -moz-column-gap: 3%;
  -moz-column-width: 30%;
  -webkit-column-count: 3;
  -webkit-column-gap: 3%;
  -webkit-column-width: 30%;
  column-count: 3;
  column-gap: 3%;
  column-width: 30%;
}
.project-images li:not(:last-child) {
  margin-bottom: 2em;
}
.project-images li img {
  max-width: 70%;
  margin: 0 auto;
  display: table;
}

.projects-details-cotainer {
  margin-bottom: 4em;
}
.projects-details-cotainer .project-cover-image {
  margin-bottom: 3em;
}
.projects-details-cotainer .project-cover-image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.projects-details-cotainer .project-details .project-name {
  font-size: 1.75em;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .projects-details-cotainer .project-details .project-name {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
.projects-details-cotainer .project-details .project-name span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 5px;
}
.projects-details-cotainer .project-details p {
  font-size: 1.02em;
}
.projects-details-cotainer .project-details a {
  color: #6E583C;
  font-weight: 600;
}
.projects-details-cotainer .project-details .features {
  margin-top: 1.5em;
}
@media (max-width: 991.98px) {
  .projects-details-cotainer .project-details .features {
    margin: 1em 0 1em 0;
  }
}
.projects-details-cotainer .project-details .features li {
  display: flex;
}
@media (max-width: 767.98px) {
  .projects-details-cotainer .project-details .features li {
    display: block;
    margin-bottom: 8px;
  }
}
.projects-details-cotainer .project-details .features li:not(:last-child) {
  margin-bottom: 10px;
}
.projects-details-cotainer .project-details .features li p {
  margin: 0;
  padding: 0;
}
.projects-details-cotainer .project-details .features li p:first-child {
  padding-right: 10px;
}
.projects-details-cotainer .project-details .features li p.name {
  color: #6E583C;
  position: relative;
  font-weight: 500;
}
.projects-details-cotainer .project-details .features li p.name:after {
  content: " :";
}
.projects-details-cotainer .project-details .features li p.value {
  color: #333333;
}
.projects-details-cotainer .remaining-images {
  margin-top: 3em;
}
.projects-details-cotainer .remaining-images .image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: table;
}
.projects-details-cotainer .carousel-control-prev {
  background: #6e583c;
  width: auto;
  opacity: 0.5;
  bottom: auto;
  top: 50%;
  left: -50px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.projects-details-cotainer .carousel-control-prev:hover {
  opacity: 0.8;
}
.projects-details-cotainer .carousel-control-next {
  background: #6e583c;
  width: auto;
  opacity: 0.5;
  bottom: auto;
  top: 50%;
  right: -50px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.projects-details-cotainer .carousel-control-next:hover {
  opacity: 0.8;
}
.projects-details-cotainer .grid {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1em;
       column-gap: 1em;
  max-width: 100%;
  margin: auto;
  width: 100%;
  margin-top: 2em;
}
.projects-details-cotainer .grid .grid__item {
  margin-bottom: 1em;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.projects-details-cotainer .grid .grid__item img {
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
.projects-details-cotainer .grid .grid__item:hover img {
  transform: scale(1.05);
}
@media (max-width: 800px) {
  .projects-details-cotainer .grid {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 600px) {
  .projects-details-cotainer .grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 400px) {
  .projects-details-cotainer .grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.projects-details-cotainer .mobile-view .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.projects-details-cotainer .mobile-view .each-project {
  margin-bottom: 10px;
}
.projects-details-cotainer .mobile-view .each-project img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .projects-details-cotainer .mobile-view .each-project img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 400px) {
  .projects-details-cotainer .mobile-view .each-project img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contact-page {
  background: #FFF9F0;
}

.contact-information {
  padding: 4em 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-information {
    padding: 2em 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-information {
    padding: 1.5em 0;
  }
}
@media (max-width: 575.98px) {
  .contact-information {
    padding: 2em 0;
  }
}
.contact-information .title-block {
  margin-bottom: 30px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-information .title-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .contact-information .title-block {
    margin-bottom: 10px;
  }
}
.contact-information .title-block h3 {
  font-size: 1.75em;
  color: #6E583C;
  margin-bottom: 5px;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-information .title-block h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-information .title-block h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .contact-information .title-block h3 {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
}
.contact-information .title-block p {
  line-height: 25px;
  margin-right: 60px;
}
@media (max-width: 575.98px) {
  .contact-information .title-block p {
    margin-right: 0px;
    line-height: 21px;
  }
}
@media (max-width: 767.98px) {
  .contact-information .contact-form {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  .contact-information .contact-form .form-group {
    margin-bottom: 10px;
  }
}
.contact-information .contact-form .form-group .form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 88, 60, 0.2);
}
.contact-information .contact-form .form-group .error-display {
  height: 30px;
}
.contact-information .contact-form .form-group .error-display .invalid {
  color: #f52727;
  font-size: 14px;
  font-weight: 500;
}
.contact-information .contact-form .form-group input {
  height: 53px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .contact-information .contact-form .form-group input {
    height: 40px;
  }
}
.contact-information .contact-form .form-group input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}
.contact-information .contact-form .form-group input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}
.contact-information .contact-form .form-group textarea {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.contact-information .contact-form .form-group textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}
.contact-information .contact-form .form-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}
.contact-information .contact-form .form-group .submit-button {
  border: 1px solid rgba(110, 88, 60, 0.6);
  background: transparent;
  color: #ffffff;
  outline: none;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 30px;
  margin-top: 0.2em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .contact-information .contact-form .form-group .submit-button {
    padding: 8px 25px;
    font-size: 0.9em;
  }
}
.contact-information .contact-form .form-group .submit-button:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: #6E583C;
  z-index: -1;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.contact-information .address-info ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-information .address-info ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-information .address-info ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact-information .address-info ul li h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 600;
  color: #6E583C;
  font-family: "Source Sans Pro", sans-serif;
}
.contact-information .address-info ul li .address-icon {
  display: inline-grid;
  grid-template-columns: 30px auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid rgba(110, 88, 60, 0.1);
  border-radius: 30px;
  padding: 3px 20px 3px 3px;
  position: relative;
  overflow: hidden;
}
.contact-information .address-info ul li .address-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #6E583C;
  z-index: -1;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
}
.contact-information .address-info ul li .address-icon:hover a {
  color: #ffffff;
}
.contact-information .address-info ul li .address-icon:hover .icon {
  background: #ffffff;
}
.contact-information .address-info ul li .address-icon:hover .icon_1 {
  display: none;
}
.contact-information .address-info ul li .address-icon:hover .icon_2 {
  display: block !important;
}
.contact-information .address-info ul li .address-icon:hover:after {
  transform: translateX(0);
}
.contact-information .address-info ul li .address-icon .icon {
  width: 30px;
  height: 30px;
  background: #6E583C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.contact-information .address-info ul li .address-icon .icon img {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.contact-information .address-info ul li .address-icon .icon_2 {
  display: none;
}
.contact-information .address-info ul li .address-icon a {
  color: #6E583C;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.2s ease-in-out;
}
.contact-information .address-info ul li address {
  margin: 0;
}
.contact-information .address-info ul li address p {
  margin: 0;
  padding: 0;
  font-size: 1.05em;
  color: #6a6a6a;
  line-height: 28px;
}
.contact-information .address-info ul li .copyright-info h4 {
  font-size: 1em;
}
.contact-information .address-info ul li .copyright-info p {
  font-size: 0.9em;
  line-height: 22px;
}

#careers {
  min-height: 300px;
  background: #eae9e7;
  padding: 4em;
}
@media (max-width: 575.98px) {
  #careers {
    padding: 1em 0;
  }
}
#careers .content {
  text-align: center;
}
#careers .content img {
  width: 120px;
  height: 109px;
  margin-bottom: 5px;
}
#careers .content h3 {
  color: #6E583C;
  margin-bottom: 25px;
  font-size: 1.75em;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #careers .content h3 {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #careers .content h3 {
    font-size: 1em;
    margin-bottom: 12px;
  }
}
#careers .content p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #333333;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #careers .content p {
    line-height: 1.6;
  }
}
@media (max-width: 575.98px) {
  #careers .content p {
    line-height: 1.5;
  }
}
#careers .content p a {
  color: #6E583C;
  font-weight: 600;
  text-decoration: underline;
}
#careers .center-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#faqs {
  padding: 4em 0;
}
@media (max-width: 991.98px) {
  #faqs {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #faqs {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #faqs {
    padding: 2em 0;
  }
}
@media (max-width: 575.98px) {
  #faqs .accordion-button {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 10px;
  }
}
#faqs .accordion-button:focus {
  box-shadow: none;
  background: #F4F2ED;
}
@media (max-width: 991.98px) {
  #faqs .accordion-body {
    padding: 10px;
    line-height: 1.4;
    font-size: 0.9em;
  }
}
#faqs .accordion-button:not(.collapsed) {
  background: #F4F2ED;
  color: #6E583C;
  border-color: rgba(110, 88, 60, 0.1921568627);
  font-weight: 500;
}
#faqs a {
  color: #6E583C;
  font-weight: 600;
}

.about-studio {
  padding: 6em 0 4em 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-studio {
    padding: 4em 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .about-studio {
    padding: 2em 0 2em 0;
  }
}
@media (max-width: 575.98px) {
  .about-studio {
    padding: 1em 0 2em 0;
  }
}
@media (max-width: 991.98px) {
  .about-studio .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about-studio .left-block .image {
  position: relative;
}
.about-studio .left-block .image .shape {
  width: 100%;
  height: 100%;
  margin-top: -6em;
}
@media (max-width: 991.98px) {
  .about-studio .left-block .image .shape {
    margin-top: 3em;
  }
}
.about-studio .left-block .person {
  width: 120px;
}
.about-studio .content-block {
  padding-left: 3em;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .about-studio .content-block {
    padding: 2em 0 0 0;
  }
}
@media (max-width: 575.98px) {
  .about-studio .content-block {
    padding: 1em 0 0 0;
  }
}
.about-studio .content-block article h3 {
  margin-bottom: 20px;
  font-size: 1.75em;
  font-family: "Nanotech LLC Regular";
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .about-studio .content-block article h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .about-studio .content-block article h3 {
    margin-bottom: 15px;
    font-size: 1.4em;
  }
}
.about-studio .content-block article p {
  font-size: 1em;
  line-height: 1.75;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about-studio .content-block article p {
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .about-studio .content-block article p {
    font-size: 1em;
    line-height: 25px;
  }
}
.about-studio .content-block article p span {
  color: #6E583C;
  font-weight: 600;
}

.primary-team {
  padding: 4em 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .primary-team {
    padding: 2em 0;
  }
}
.primary-team.bg-one {
  background: #f3f2ed;
  position: relative;
  z-index: 1;
}
.primary-team .each-primary-team-member {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .primary-team .each-primary-team-member.line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.primary-team .each-primary-team-member .image {
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-top: 108.16%;
}
.primary-team .each-primary-team-member .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.primary-team .each-primary-team-member .image button {
  padding: 0;
  background: transparent;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transform: translate(100px, 100px);
  transition: all 0.5s ease-in-out;
  border: 7px solid rgba(245, 233, 217, 0.1490196078);
}
.primary-team .each-primary-team-member .image button:focus {
  box-shadow: none;
}
.primary-team .each-primary-team-member .content {
  padding: 15px 0 0 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-team .each-primary-team-member .content {
    padding: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .primary-team .each-primary-team-member .content {
    padding: 15px 0;
  }
}
.primary-team .each-primary-team-member .content h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .primary-team .each-primary-team-member .content h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 575.98px) {
  .primary-team .each-primary-team-member .content h3 {
    font-size: 1em;
    margin-bottom: 3px;
  }
}
.primary-team .each-primary-team-member .content h5 {
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .primary-team .each-primary-team-member .content h5 {
    margin-bottom: 1em;
    font-size: 0.9em;
  }
}
@media (max-width: 575.98px) {
  .primary-team .each-primary-team-member .content h5 {
    font-size: 0.8em;
  }
}
.primary-team .each-primary-team-member:hover {
  cursor: pointer;
}
.primary-team .each-primary-team-member:hover .image button {
  transform: translateX(0);
}
.primary-team .each-primary-team-member:hover .image img {
  transform: scale(1.05);
}

.staff-members {
  padding: 4em 0 3em 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .staff-members {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  .staff-members {
    padding: 2em 0;
  }
}
.staff-members .block-heading {
  text-align: center;
  margin-bottom: 4em;
}
@media (max-width: 767.98px) {
  .staff-members .block-heading {
    margin-bottom: 1.5em;
  }
}
.staff-members .each-member {
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
  padding: 0 20px 0 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .staff-members .each-member {
    margin-bottom: 1em;
  }
}
.staff-members .each-member .image {
  margin-bottom: 15px;
}
.staff-members .each-member .image img {
  width: 100%;
  height: 100%;
  border: 5px solid #f1eded;
}
.staff-members .each-member .content h4 {
  font-size: 1.1em;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .staff-members .each-member .content h4 {
    font-size: 1em;
  }
}
.staff-members .each-member .content p {
  line-height: 22px;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .staff-members .each-member .content p {
    line-height: 19px;
  }
}

.team-modals .modal-body {
  padding: 0;
  min-height: 500px;
}
.team-modals .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.team-modals .team-modal-content {
  display: grid;
  grid-template-columns: 400px auto;
  min-height: 500px;
}
@media (max-width: 991.98px) {
  .team-modals .team-modal-content {
    grid-template-columns: 1fr;
  }
}
.team-modals .team-modal-content .image {
  padding: 40px;
  background: #f2f2f2;
}
.team-modals .team-modal-content .image .team-name {
  text-align: center;
  margin-top: 15px;
}
.team-modals .team-modal-content .image .team-name h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-modals .team-modal-content .image .team-name h5 {
  font-size: 1em;
  font-weight: 500;
}
.team-modals .team-modal-content .content {
  padding: 40px;
}
.team-modals .team-modal-content .content p {
  line-height: 26px;
}

.art-journal {
  min-height: 50vh;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .art-journal {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  .art-journal {
    padding: 2em 0;
  }
}
.art-journal .each-journal {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.art-journal .each-journal .image {
  position: relative;
  padding-top: 100%;
}
.art-journal .each-journal .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.art-journal .each-journal .name-container {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  text-align: center;
  transform: scale(0);
}
@media (max-width: 991.98px) {
  .art-journal .each-journal .name-container {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.art-journal .each-journal .name-container .name {
  font-size: 1.5em;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .art-journal .each-journal .name-container .name {
    font-size: 1.3em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .art-journal .each-journal .name-container .name {
    font-size: 1.2em;
  }
}
@media (max-width: 575.98px) {
  .art-journal .each-journal .name-container .name {
    font-size: 1em;
  }
}
.art-journal .each-journal .name-container a {
  color: #6E583C;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.art-journal .each-journal .name-container a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 50%;
  background: #6E583C;
}
.art-journal .each-journal .name-container a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  background: #6E583C;
}
.art-journal .each-journal:hover {
  cursor: pointer;
}
.art-journal .each-journal:hover .name-container {
  transform: scale(1);
}

body,
html {
  height: 100%;
}

.process-page {
  transform: translate3d(0px, 0px, 0px);
  transition: all 700ms ease;
}

.process-divider .inner {
  background: #F3F2ED;
  padding: 0 10px;
  height: 60px;
  display: flex;
  align-items: center;
}
.process-divider .inner h3 {
  font-size: 1.1em;
  color: #9f7a61;
}

.process-block {
  margin-bottom: 4em;
}
@media (max-width: 575.98px) {
  .process-block {
    margin-bottom: 2em;
  }
}
.process-block .block-list-items {
  display: grid;
  grid-template-columns: 40% auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
.process-block .block-list-items .each-item .image {
  position: relative;
  padding-top: 125.11%;
}
.process-block .block-list-items .each-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.process-block .block-list-items .each-item:nth-child(1) {
  background: #E9E0DA;
  padding: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.process-block .block-list-items .each-item:nth-child(2) {
  padding: 20px 0;
}
.process-block .block-list-items .each-item .description {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 3em;
}
.process-block .block-list-items .each-item .description p {
  font-size: 1.03em;
  color: #9f7a61;
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  .process-block .block-list-items .each-item .description {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 2em;
  }
}
.process-block .block-list-items .each-item .key-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 2em;
}
.process-block .block-list-items .each-item .key-points .each {
  color: #9f7a61;
}
.process-block .block-list-items .each-item .key-points .each h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #9f7a61;
}
.process-block .block-list-items .each-item .key-points .each p {
  font-size: 1.03em;
  color: #9f7a61;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .process-block .block-list-items .each-item .key-points {
    grid-template-columns: 1fr;
    row-gap: 2em !important;
  }
}
@media (max-width: 1199.98px) {
  .process-block .block-list-items {
    grid-template-columns: auto;
  }
  .process-block .block-list-items .each-item:nth-child(1) {
    margin-bottom: 2em;
  }
  .process-block .block-list-items .each-item .key-points {
    row-gap: 2em;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.process-block.process-step-2 .key-points {
  row-gap: 3em !important;
}
.process-block.process-step-3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 200px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 767.98px) {
  .process-block.process-step-3 ul {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .process-block.process-step-3 ul li:nth-child(1) .image_1-1 {
    margin-bottom: 10px;
  }
  .process-block.process-step-3 ul li:nth-child(1) .image_1-1 img,
  .process-block.process-step-3 ul li:nth-child(1) .image_1-2 img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .process-block.process-step-3 ul li:nth-child(2) img, .process-block.process-step-3 ul li:nth-child(3) img {
    height: 410px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .process-block.process-step-3 ul li:nth-child(4) .image_4-1 {
    margin-bottom: 10px;
  }
  .process-block.process-step-3 ul li:nth-child(4) .image_4-1 img,
  .process-block.process-step-3 ul li:nth-child(4) .image_4-2 img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .process-block.process-step-3 ul li:nth-child(1) .image_1-1 {
    margin-bottom: 15px;
  }
  .process-block.process-step-3 ul li:nth-child(1) .image_1-1 img,
  .process-block.process-step-3 ul li:nth-child(1) .image_1-2 img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .process-block.process-step-3 ul li:nth-child(1) .image_1-1 img,
  .process-block.process-step-3 ul li:nth-child(1) .image_1-2 img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-block.process-step-3 ul li:nth-child(1) .image_1-1 img,
  .process-block.process-step-3 ul li:nth-child(1) .image_1-2 img {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .process-block.process-step-3 ul li:nth-child(2) .image img, .process-block.process-step-3 ul li:nth-child(3) .image img {
    height: 515px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .process-block.process-step-3 ul li:nth-child(2) .image img, .process-block.process-step-3 ul li:nth-child(3) .image img {
    height: 415px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-block.process-step-3 ul li:nth-child(2) .image img, .process-block.process-step-3 ul li:nth-child(3) .image img {
    height: 315px;
  }
}
@media (min-width: 768px) {
  .process-block.process-step-3 ul li:nth-child(4) .image_4-1 {
    margin-bottom: 15px;
  }
  .process-block.process-step-3 ul li:nth-child(4) .image_4-1 img,
  .process-block.process-step-3 ul li:nth-child(4) .image_4-2 img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .process-block.process-step-3 ul li:nth-child(4) .image_4-1 img,
  .process-block.process-step-3 ul li:nth-child(4) .image_4-2 img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-block.process-step-3 ul li:nth-child(4) .image_4-1 img,
  .process-block.process-step-3 ul li:nth-child(4) .image_4-2 img {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .process-block.process-step-3 ul {
    grid-template-columns: 1fr;
  }
  .process-block.process-step-3 ul img {
    width: 100% !important;
    height: auto !important;
  }
}

.fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px !important;
}

#section4 {
  position: relative;
  height: 100vh !important;
}
#section4 .fp-tableCell {
  height: auto !important;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.process-step-2 .block-list-items .each-item .left-block .image-2 {
  position: relative;
}
.process-step-2 .block-list-items .each-item .left-block .image-2 img {
  width: 100%;
  height: 100%;
}

.home-page #header {
  background: #F4F2ED;
}

#header {
  padding: 2px 0 2px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.5s ease-in-out;
}
#header.navbar-bg {
  background: #fff;
}
@media (min-width: 992px) {
  #header {
    min-height: 100px;
  }
}
#header .navbar {
  padding: 0;
}
#header .navbar .navbar-brand img {
  width: 150px;
  height: 85px;
}
@media (max-width: 991.98px) {
  #header .navbar .navbar-brand img {
    height: 55px;
  }
}
#header .navbar .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
#header .navbar .navbar-toggler:focus-visible {
  border: none;
  box-shadow: none;
}
#header .navbar .navbar-toggler .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header .navbar .navbar-toggler .animated-icon2:focus {
  border: none;
  box-shadow: none;
}
#header .navbar .navbar-toggler .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #6E583C;
}
#header .navbar .navbar-toggler .animated-icon2 span:nth-child(1) {
  top: 0px;
}
#header .navbar .navbar-toggler .animated-icon2 span:nth-child(2) {
  top: 10px;
}
#header .navbar .navbar-toggler .animated-icon2 span:nth-child(3) {
  top: 10px;
}
#header .navbar .navbar-toggler .animated-icon2 span:nth-child(4) {
  top: 20px;
}
#header .navbar .navbar-toggler .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#header .navbar .navbar-toggler .animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}
#header .navbar .navbar-toggler .animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#header .navbar .navbar-toggler .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
@media (min-width: 992px) {
  #header .navbar-nav li:not(:last-child) {
    margin-right: 20px;
  }
}
#header .navbar-nav li .nav-link {
  color: #333333;
  font-size: 1.05em;
  background: transparent;
}
#header .navbar-nav li .nav-link.active {
  font-weight: 600;
}
#header .navbar-nav li .nav-link:hover {
  color: #000000;
}
@media (max-width: 991.98px) {
  #header .navbar-nav {
    padding: 10px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #header .navbar-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #header .navbar-collapse {
    position: absolute;
    top: 3.8em;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fafafa;
  }
}
#header.affix .navbar-brand img {
  height: 70px;
}
@media (max-width: 991.98px) {
  #header.affix .navbar-brand img {
    height: 50px;
  }
}

.nav-fixed-top {
  transform: translate(0, -100%);
}

#footer {
  background: #6E583C;
  color: #ffffff;
  padding: 4em 0 0 0;
}
@media (max-width: 1199.98px) {
  #footer {
    padding-top: 3em;
  }
}
@media (max-width: 449.98px) {
  #footer {
    padding-top: 2em;
  }
}
#footer .footer-inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 575.98px) {
  #footer .footer-inner-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#footer .each-footer-item {
  margin-bottom: 2em;
}
@media (max-width: 449.98px) {
  #footer .each-footer-item {
    margin-bottom: 1.5em;
  }
}
#footer .each-footer-item .footer-heading {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 25px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 0;
}
#footer .each-footer-item .footer-links li:not(:last-child) {
  margin-bottom: 6px;
}
#footer .each-footer-item .footer-links li a {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
#footer .each-footer-item .footer-links li a:hover, #footer .each-footer-item .footer-links li a.active {
  color: #f5a238;
}
@media (min-width: 1200px) {
  #footer .each-footer-item.footer-about {
    padding-right: 2em;
  }
}
@media (min-width: 992px) {
  #footer .each-footer-item.footer-about {
    padding-right: 1em;
  }
}
#footer .each-footer-item.footer-about .logo img {
  width: 200px;
  margin-bottom: 20px;
  height: 106px;
}
@media (max-width: 767.98px) {
  #footer .each-footer-item.footer-about .logo img {
    width: 180px;
  }
}
@media (max-width: 449.98px) {
  #footer .each-footer-item.footer-about .logo img {
    width: 160px;
  }
}
#footer .each-footer-item.footer-about .short-about-info p {
  font-weight: 400;
  font-size: 0.95em;
  line-height: 25px;
}
@media (max-width: 991.98px) {
  #footer .each-footer-item.footer-about .short-about-info p {
    margin-bottom: 1em;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  #footer .each-footer-item.subscribe {
    max-width: 450px;
  }
}
#footer .each-footer-item.subscribe p {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  #footer .each-footer-item.subscribe p {
    font-size: 1em;
  }
}
#footer .each-footer-item.subscribe .subscribe-form form {
  display: grid;
  grid-template-columns: auto 120px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 575.98px) {
  #footer .each-footer-item.subscribe .subscribe-form form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#footer .each-footer-item.subscribe .form-group .form-control {
  height: 45px;
}
#footer .each-footer-item.subscribe .form-group .form-control::-moz-placeholder {
  font-size: 0.9em;
  color: #6E583C;
  letter-spacing: 0.5px;
}
#footer .each-footer-item.subscribe .form-group .form-control::placeholder {
  font-size: 0.9em;
  color: #6E583C;
  letter-spacing: 0.5px;
}
#footer .each-footer-item.subscribe .form-group .subscribe-btn {
  height: 45px;
  border: none;
  background: #ffffff;
  color: #6E583C;
  font-weight: 400;
  border-radius: 3px;
}
#footer .copyright {
  padding: 15px 0;
  font-size: 15px;
  border-top: 1.5px solid #ffffff;
  margin-top: 2em;
}
@media (max-width: 991.98px) {
  #footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
#footer .copyright .developer {
  text-align: right;
}
@media (max-width: 991.98px) {
  #footer .copyright .developer {
    text-align: center;
    margin-top: 0.5em;
  }
}
#footer .copyright .developer span {
  color: #ffffff;
  font-weight: 600;
}
#footer .copyright .c-name {
  font-weight: 600;
  color: #ffffff;
}
#footer .copyright .social-links {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  #footer .copyright .social-links {
    justify-content: center;
    margin-bottom: 0.5em;
  }
}
#footer .copyright .social-links li:not(:last-child) {
  margin-right: 20px;
}
#footer .copyright .social-links li img {
  width: 28px;
  height: 28px;
}

.inner-page-banner {
  height: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F2ED;
}
@media (max-width: 575.98px) {
  .inner-page-banner {
    height: 120px;
  }
}
@media (max-width: 449.98px) {
  .inner-page-banner {
    height: 100px;
  }
}
.inner-page-banner h1 {
  font-size: 1.75em;
  color: #6E583C;
  position: relative;
  display: block;
  letter-spacing: 1px;
  font-family: "Nanotech LLC Regular";
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  visibility: visible;
  opacity: 1;
  padding-top: 4em;
  text-transform: uppercase;
}
.inner-page-banner h1.fade-up {
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .inner-page-banner h1 {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  .inner-page-banner h1 {
    font-size: 1.75em;
  }
}

.page-heading {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  text-align: center;
}
.page-heading h1 {
  font-size: 2em;
  color: #6E583C;
  position: relative;
  display: block;
  letter-spacing: 1px;
  font-family: "Nanotech LLC Regular";
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  visibility: visible;
  opacity: 1;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.01);
  font-weight: 300;
}
.page-heading h1.fade-up {
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .page-heading h1 {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  .page-heading h1 {
    font-size: 1.75em;
  }
}

#loading {
  background: #ffffff;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100000000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
#loading .image img {
  width: 120px;
}
#loading svg {
  margin-left: 30px;
}

.error-display {
  display: block;
  height: 20px;
  background: transparent;
}

.fixed-page-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
  transition: all 400ms ease-in-out !important;
  -webkit-transition: all 400ms ease-in-out !important;
  visibility: visible;
  opacity: 1;
}
.fixed-page-banner h1 {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 3em;
  transition: all 400ms ease-in-out !important;
  -webkit-transition: all 400ms ease-in-out !important;
  visibility: visible;
  opacity: 1;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  font-weight: 400;
  font-family: "Nanotech LLC Regular";
}
@media (max-width: 450px) {
  .fixed-page-banner h1 {
    font-size: 2.5em;
  }
}
.fixed-page-banner.fade-up {
  opacity: 0;
  visibility: hidden;
}
.fixed-page-banner.fade-up h1 {
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
}

.empty-banner {
  height: 40px;
}
@media (max-width: 420px) {
  .empty-banner {
    height: 20px;
  }
}/*# sourceMappingURL=app.css.map */