:root {
  --in-purple: #6f2f9f;
  --in-brown: #5a4a42;
  --in-brown-light: #ddd5c7;
  --in-gold: #c1a481;
  --in-gold-light: #e2ceb5;
  --in-white: #f8f8f8;
  --in-grey-lightest: #fbfbfb;
  --in-grey-light: #939393;
  --in-grey: #212529;
  --in-black: #212529;
  --in-black-dark: #222123;
  --in-black-generic: #2b2b2b;
  --swiper-pagination-color: #5a4a42;
}

::-webkit-scrollbar {
  display: none;
}
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
div[data-bg],
div[data-bg-mobile] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
div.bg-top[data-bg],
div.bg-top[data-bg-mobile] {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover !important;
}

#section-footer {
  background-color: var(--in-brown-light);
  padding-top: 100px;
  padding-bottom: 30px;
  color: var(--in-brown);
}	
.mobile-banner  
{
	width:100vw;
	height:400px;
	transition: all .3s ease;
}
.mobile-banner   img
{
	max-width:90%;
	margin-bottom:40px;
}
.text-brown {
  color: var(--in-brown);
}
.bg-brown {
  background-color: var(--in-brown);
}
.bg-brown-light {
  background-color: var(--in-brown-light);
}
.btn-brown {
  background-color: var(--in-brown);
  color: #fff;
}
.text-purple {
  color: var(--in-purple);
}
.bg-purple {
  background-color: var(--in-purple);
}
.bg-purple-light {
  background-color: var(--in-purple-light);
}
.btn-purple {
  background-color: var(--in-purple);
  color: #fff;
}
.fs-smallest {
  font-size: 0.6rem;
}
.fs-smaller {
  font-size: 0.7rem;
}
.fs-small {
  font-size: 0.8rem;
}
.fs-medium {
  font-size: 0.9rem;
}

.fw-1 {
  font-weight: 100;
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-3 {
  letter-spacing: 3px;
}

.ul-link li a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.dark-link {
  color: var(--in-brown);
  text-decoration: none;
  transition: all 0.5s ease;
}
.light-link {
  color: var(--in-brown-light);
  text-decoration: none;
}
.dark-link:hover {
  color: var(--in-black-generic);
  padding-left: 5px;
}
.copyright {
  color: var(--in-brown-light);
  background-color: var(--in-brown);
}

.social-icons {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.social-icons li {
  display: inline-block;
  margin: 1px;
}

.btn-round-social {
  border: solid 1px var(--in-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--in-brown-light);
  background-color: var(--in-brown);
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-round-social i {
  font-size: 24px;
}

.btn-round-social:hover {
  border: solid 1px var(--in-generic);
  color: #fff;
  background-color: var(--in-black-generic);
}

.btn-round-social-large {
  border: solid 1px var(--in-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  color: var(--in-brown-light);
  background-color: var(--in-brown);
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-round-social-large i {
  font-size: 24px;
}

.btn-round-social-large:hover {
  border: solid 1px var(--in-generic);
  color: #fff;
  background-color: var(--in-black-generic);
}

body {
  padding-top: 115px;
}
.main-nav {
  transition: all 1s ease;
}
.main-nav .navbar {
  background-color: var(--in-brown-light);
}
.logo-main {
  height: 70px;
  transition: all 1s ease;
}
@media (max-width: 991px) {
  body {
    padding-top: 55px;
  }

  .logo-main {
    height: 40px;
  }
  .main-nav .nav-item {
    border-bottom: solid 1px #333;
  }
  .main-nav .nav-item:last-child {
    border-bottom: none;
  }
}

.main-nav .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}
.main-nav .nav-link {
  font-weight: 600;
  color: var(--in-brown);
  font-size: 14px;
  transition: all 0.3s ease;
}
.main-nav .nav-link:hover {
  color: #fff;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
}

.main-nav-respond .logo-main {
  height: 40px !important;
}

.row-service {
  height: 500px;
}
@media (max-width: 543px) {
  .row-service {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .row-service {
    height: 400px;
  }
}

.center-link {
  text-decoration: none;
  color: #fff;
}
.center-link div {
  transition: all 0.6s ease;
}
.center-link:hover div {
  text-decoration: none;
  color: #fff;
  font-size: 2.8rem;
}

@media (max-width: 991px) {
  .center-link div {
    transition: all 0.6s ease;
    font-size: 1rem;
  }
  .center-link:hover div {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-top {
  padding-top: 100px;
}
.icon-image {
  max-width: 150px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.icon-card {
  cursor: pointer;
}
.icon-card:hover .icon-image {
  transform: scale(1.2);
}

.hover-bg:hover {
  filter: grayscale(50%);
}
.container-content {
  max-width: 800px;
}
.container-content-large {
  max-width: 1200px;
}
.green {
  background-color: #2c973e;
}
.orange {
  background-color: #f37021;
}
.grey {
  background-color: #5b5c5e;
}

#main-header .swiper {
  width: 100%;
  height: 100%;
}

#main-header .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-header .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-header .swiper {
  margin-left: auto;
  margin-right: auto;
}
#main-header .swiper-button-prev::after,
#main-header .swiper-button-next::after {
  display: none;
}

#main-header .swiper-button-prev img {
  transform: rotate(180deg);
}
#main-header .swiper-button-next,
#main-header .swiper-button-prev {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}
#main-header .swiper-button-next i,
#main-header .swiper-button-prev i {
  font-size: 2rem;
  color: var(--in-brown);
}
#main-header .swiper-button-next:hover i,
#main-header .swiper-button-prev:hover i {
  font-size: 2rem;
  color: var(--in-black);
}

#location-map {
  height: 450px;
}
.material-forms .form-control,
.material-forms .form-select {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: solid 1px var(--in-brown);
  background-color: rgba(255, 255, 255, 0);
}
.iti {
  width: 100%;
}
.material-forms ::placeholder {
  color: #ccc; /* Desired color */
}

/* For older versions of Chrome and Firefox */
.material-forms ::-webkit-input-placeholder {
  color: #ccc; /* Desired color */
}

.material-forms ::-moz-placeholder {
  color: #ccc; /* Desired color */
  opacity: 1; /* Needed to override Firefox's default opacity */
}

/* For Internet Explorer */
.material-forms :-ms-input-placeholder {
  color: #ccc; /* Desired color */
}

.key-features {
  background-color: #dbdbdb;
}
.product-value {
  background-color: #6d6e71;
}
.text-purple {
  color: #8331a7;
}
.bg-purple {
  background-color: #8331a7;
}
.text-grey {
  color: #6d6e71;
}

.text-green {
  color: #2c973e;
}
.bg-green {
  background-color: #2c973e;
}
.text-orange {
  color: #f37021;
}
.bg-orange {
  background-color: #f37021;
}
.dual {
  width: 100%;
  margin-top: 20px;
}
.dual:after {
  content: "";
  display: table;
  clear: both;
}
.dual-item {
  float: left;
  margin-bottom: 5px;
}
.dual-pad {
  padding: 5px 0px 5px 5px;
}
.dual-item {
  padding-right: 5px;
}
.dual-node {
  position: relative;
  width: 100%;
}
.dual-node:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.dual-node-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .dual-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .dual-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .dual-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .dual-item {
    width: 25%;
  }
}

.photo {
  width: 100%;
  margin-top: 20px;
}
.photo:after {
  content: "";
  display: table;
  clear: both;
}
.photo-item {
  float: left;
  margin-bottom: 5px;
}
.photo-pad {
  padding: 5px 0px 5px 5px;
}
.photo-item {
  padding-right: 5px;
}
.photo-node {
  position: relative;
  width: 100%;
}
.photo-node:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.photo-node-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .photo-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .photo-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .photo-item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .photo-item {
    width: 33.33%;
  }
}

.grid {
  width: 100%;
  margin-top: 20px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-item {
  float: left;
  margin-bottom: 5px;
}
.grid-pad {
  padding: 5px 0px 5px 5px;
}
.grid-item {
  padding-right: 5px;
}
.grid-node {
  position: relative;
  width: 100%;
}
.grid-node:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid-node-inner {
  position: absolute;
  width: 100%;
  background-color: #eee;
  height: 100%;
}
.grid-overlay {
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.grid-overlay:hover {
  opacity: 1;
}
.grid-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-overlay:hover::before {
  opacity: 1;
}

.grid-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  padding-bottom: 30px;
  z-index: 99;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

@media (max-width: 543px) {
  .grid-title {
    font-size: 12px;
    padding-bottom: 20px;
    z-index: 99;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .grid-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid-item {
    width: 25%;
  }
}
.fit-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.modal-backdrop {
  opacity: 0.9 !important;
}

span.form-error {
  color: crimson;
  font-size: 13px;
}

.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #eee;
  margin-bottom: 10px;
}
.dropdown-menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-menu li:hover a {
  background-color: var(--in-brown);
  color: #fff;
}

@media (max-width: 991px) {
  .custom-mobile-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-mobile-menu .nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .custom-mobile-menu .nav-item .nav-link {
    font-size: 20px;
  }
}
