/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Colors */
:root {
  --color-primary: #324c48;
  --color-secondary: #ad9271;
  --font-primary: "Playfair Display", serif;
  --font-secondary: "Poppins", sans-serif;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 transparent;
  border: 1px solid var(--color-primary);
}
body {
  font-family: var(--font-primary);
  color: #555555;
  overflow-x: hidden;
}

.pad {
  padding: 60px 0;
}

button.btn.btn-primary {
  border: 1px solid var(--color-secondary);
  background: transparent;
  color: var(--color-secondary);
  border-radius: 0;
  padding: 8px 12px 8px 11px;
  display: flex;
  align-items: center;
}

.btn-default {
  display: flex;
  align-items: center;
}

.btn-default a {
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  text-align: center;
  position: relative;
  transition: all 0.35s;
  padding: 10px 25px;
}
.btn-default a span img.discover {
  height: 20px !important;
  padding-right: 10px;
}
.btn-default a span img.discover {
  height: 20px !important;
  padding-right: 10px;
}

.btn-default a span img.arrow {
  height: 15px;
  padding-left: 10px;
}
.btn-default a span {
  position: relative;
  z-index: 2;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-primary);
  transition: all 0.35s;
}

.btn-default a:hover {
  color: #fff;
}

.btn-default a:hover:after {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}
p {
  font-family: var(--font-secondary);
}
a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.link-two {
  color: #000000;
  transition: all 0.5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all 0.5s ease;
}

.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .link-a span {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .link-a span {
    font-size: 18px;
  }
}

.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }
}

.color-a {
  text-decoration: none;
  color: #000000;
}

.color-b {
  color: var(--color-primary);
}

.color-d {
  color: #adadad;
}

.color-text-a {
  text-decoration: none;
  color: #555555;
}

.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/
.nav-pills-a {
  text-decoration: none;
}

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
  z-index: 2;
}

/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/
.list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .list-a li {
    width: 33.333%;
  }
}

.list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a {
  text-decoration: none;
}

.pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #000000;
}

/* ve11adan */

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: var(--color-primary);
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: var(--color-primary);
}

.a {
  text-decoration: none;
  color: var(--color-primary);
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}
.icon-box .icon-box-content {
  padding-top: 18px;
}
/*------/ Space Padding /------*/
.section-t8 {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .section-t8 {
    padding-top: 4rem;
  }
}
.section-t4 {
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .section-t4 {
    padding-top: 2rem;
  }
}

/* ve11adan */

.section-t3 {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .section-md-t3 {
    padding-top: 3rem;
  }
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

@media (max-width: 767px) {
  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
}

/*------/ Title /------*/
.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  text-decoration: none;
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}

.title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: var(--color-primary);
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/
.ul-resect ul,
.box-comments ul,
.list-a ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
  text-decoration: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 27%,
    rgba(0, 0, 0, 0.65) 90%
  );
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

.carousel-pagination {
  margin-top: 10px;
  text-align: center;
}

.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}

.carousel-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  width: 36px;
}

.nav-arrow-a {
  text-decoration: none;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 0.7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: var(--color-primary);
  opacity: 0.9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/
.socials-a {
  text-decoration: none;
}

.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-primary);
  width: 45px;
  height: 45px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-secondary);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--color-primary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   BUTTON
======================================*/
.btn {
  transition: 0.5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: 0.05rem;
}

.btn.btn-a {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: var(--color-primary);
  color: #000000;
}

.btn.btn-b {
  background-color: var(--color-primary);
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: var(--color-primary);
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}

.navbar-toggle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.navbar-toggle-box img {
  height: 22px;
}

.navbar-toggle-box i {
  line-height: 0;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.border-bottom {
  color: 1px solid #efefef;
  padding: 15px 0;
}
.navbar-search {
  display: flex;
  align-items: center;
}
.navbar-search input.form-control {
  border-radius: 0;
  border: none;
  padding-left: 0;
}
.navbar-search input.form-control:focus {
  border: none;
}
.logo img {
  margin-left: 300px;
}
.navbar-search .input-group {
  width: 215px;
  border-bottom: 1px solid var(--color-primary);
  font-style: italic;
}

.navbar-search .input-group-append img {
  height: 33px;
  padding: 7px;
}

.navbar-search button.btn.btn-enquire {
  background: var(--color-primary);
  border-radius: 0;
  color: #fff;
  font-family: poppins;
  padding: 8px 35px;
  margin-left: 40px;
  font-size: 14px;
}
.navbar-search .form-control::placeholder {
  color: var(--color-primary);
  opacity: 1; /* Firefox */
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}
.navbar-search .form-control::placeholder {
  color: var(--color-primary);
  opacity: 1; /* Firefox */
}
.navbar-default {
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-default a.navbar-brand img {
  height: 78px;
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}
/* 
.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
} */

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/* .navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
} */

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-trans .nav-link:hover:before,
.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-trans .show > .nav-link:before,
.navbar-trans .active > .nav-link:before,
.navbar-trans .nav-link.show:before,
.navbar-trans .nav-link.active:before,
.navbar-reduce .show > .nav-link:before,
.navbar-reduce .active > .nav-link:before,
.navbar-reduce .nav-link.show:before,
.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: var(--color-primary);
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}

.navbar-trans .show > .nav-link,
.navbar-trans .active > .nav-link,
.navbar-trans .nav-link.show,
.navbar-trans .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .border-bottom {
  transition: all 0.5s ease-in-out;
  padding: 10px 0;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}

.navbar-reduce .nav-link:before {
  background-color: var(--color-primary);
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid var(--color-primary);
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s,
    opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid var(--color-primary);
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: var(--color-primary);
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: var(--color-primary);
}

.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: var(--color-primary);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all 0.6s ease;
}

@media (min-width: 768px) {
  .box-collapse {
    width: 100%;
  }
}

.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  margin: 0;
  transform: translateY(3rem);
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
  overflow: hidden;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}
.box-collapse-open .box-collapse .vector {
  position: absolute;
  right: -6%;
}
.box-collapse-open .box-collapse-wrap .menu__links ul {
  padding: 0;
  list-style-type: none;
}

.box-collapse-open .box-collapse-wrap .menu__links ul li {
  padding: 10px 0;
}

.box-collapse-open .box-collapse-wrap .menu__links ul li a {
  color: var(--color-secondary);
  font-size: 30px;
}

.box-collapse-open .box-collapse-wrap .menu__links {
  border-right: 1px solid var(--color-secondary);
}

.box-collapse-open .box-collapse-wrap .quick__access ul {
  list-style: none;
}

.box-collapse-open .box-collapse-wrap .quick__access ul li {
  padding: 5px 0;
  font-family: "Poppins";
  font-size: 14px;
  /* font-weight: 200; */
}

.box-collapse-open .box-collapse-wrap .quick__access ul li a {
  color: var(--color-secondary);
}
.box-collapse .vector {
  display: none;
}
.box-collapse .customers {
  display: none;
}

.box-collapse-open .box-collapse .vector {
  display: block;
}
.box-collapse-open .box-collapse .customers {
  display: block;
}
.box-collapse-open .box-collapse .vector img {
  height: 380px;
}

.box-collapse-open .box-collapse .customers {
  position: absolute;
  right: 85px;
  bottom: 55px;
}

.box-collapse-open .box-collapse .customers img {
  height: 150px;
}

.box-collapse-open .box-collapse .title-box-d {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  transform: translate(0);
  opacity: 1;
  width: 75%;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 45%;
  bottom: 0;
  top: auto;
}
.right-boxed img {
  width: 145px;
  object-fit: contain;
}

/*======================================
MILLER BANNER 
======================================*/

section.miller__banner {
  min-height: 745px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner__slides .slide__contents h2 {
  color: var(--color-secondary);
  font-size: 70px;
  line-height: 1;
  font-weight: 200;
}

.banner__slides .slide__contents p {
  letter-spacing: 0px;
  color: var(--color-primary);
  opacity: 0.52;
  padding: 20px 0;
}

section.miller__banner .slide__image {
  position: relative;
}
section.miller__banner .slide__image .slider-img {
  height: 700px;
  object-fit: contain;
}
section.miller__banner .slide__image span {
  color: #e8e8e8;
  font-size: 71px;
  position: absolute;
  right: 21px;
  top: 95px;
  z-index: 9999;
}

section.miller__banner .logo__customers {
  position: absolute;
  right: 63px;
  bottom: 16px;
}

section.miller__banner .logo__customers img {
  height: 100px;
}

section.miller__banner span.swiper-pagination-bullet {
  background: #62341d !important;
  width: 40px !important;
  border-radius: 0;
  height: 6px !important;
  margin: 0 !important;
}
section.miller__banner .swiper-pagination {
  text-align: left;
  bottom: 100px !important;
}

/*======================================
MILLER COLLECTIONS 
======================================*/
section.miller__collections .swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
section.miller__collections .swiper-slide {
  position: relative;
}
.collection__items {
  position: absolute;
  left: 50px;
  bottom: 60px;
  z-index: 99;
}

section.miller__collections .collection__slide {
  position: relative;
}

section.miller__collections .collection__slide .contents {
  position: absolute;
  left: 130px;
  top: 100px;
  max-width: 500px;
}

section.miller__collections .collection__slide .contents h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}

section.miller__collections .collection__slide .contents p {
  color: #fff;
  opacity: 93%;
  font-size: 14px;
}

section.miller__collections .collection__slide .btn-default a {
  border: 1px solid #fff;
  color: #fff;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 20px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 20px;
}
.swiper-button-next {
  border: 1px solid #fff;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 22px;
  right: 30px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 30px;
  right: auto;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 22px;
}

/*======================================
MILLER CATEGORY 
======================================*/
section.miller__categories .category__grid {
  padding: 20px 50px;
  margin-bottom: 43px;
  cursor: pointer;
}
section.miller__categories .category__grid .btn-default {
  opacity: 0;
}
section.miller__categories .category__grid:hover .btn-default {
  opacity: 1;
  transition: all 0.6s ease;
}
section.miller__categories .category__grid .icon img {
  height: 46px;
}

section.miller__categories .category__grid .icon {
  padding-bottom: 20px;
}

section.miller__categories .category__grid h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 13px;
  color: var(--color-primary);
}

section.miller__categories .category__grid p {
  display: -webkit-box;
  font-size: 14px;
  color: var(--color-primary);
  opacity: 0.44;
  line-height: 1.9;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 20px;
}

section.miller__categories .swiper-pagination-bullet-active {
  background: #d5d5d5 !important;
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !important;
}

section.miller__categories
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

section.miller__categories span.swiper-pagination-bullet {
  background: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

/*======================================
LATSET ARRIVALS
======================================*/

section.latest__arrivals {
  background: #324c48;
}

section.latest__arrivals .arrival__grid .contents h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}

section.latest__arrivals .arrival__grid .contents p {
  color: #fff;
  display: -webkit-box;
  font-size: 14px;
  opacity: 0.44;
  line-height: 1.9;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 40px 0;
}

section.latest__arrivals .arrival__grid .contents {
  width: 80%;
}

section.latest__arrivals .arrival__grid .contents .btn-default a {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}
section.latest__arrivals .arrival__grid .slide__image img {
  height: 588px;
  object-fit: contain;
}
section.latest__arrivals .swiper-button-prev {
  left: auto !important;
  right: 45% !important;
}

section.latest__arrivals .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
  border-radius: 0;
  height: 5px;
}
section.latest__arrivals .swiper-pagination-bullet {
  background: #fff;
  width: 40px;
  border-radius: 0;
  height: 5px;
  margin: 0 !important;
}
section.latest__arrivals .swiper-pagination {
  text-align: right;
  left: auto !important;
  right: 26px;
}
section.latest__arrivals .btn-default a:after {
  background-color: var(--color-secondary);
}

/*======================================
MILLER BUSINESS 
======================================*/
section.miller__business .slide__content h2 {
  font-size: 60px;
  font-style: italic;
  color: #324c48;
  line-height: 0.8;
  margin-bottom: 30px;
  font-weight: 400;
}

section.miller__business .slide__content p {
  color: #324c48;
  opacity: 0.52;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

section.miller__business .slide__content {
  width: 80%;
}

section.miller__business .swiper-pagination {
  margin-top: 30px;
}
section.miller__business .swiper-slide {
  min-height: 500px;
}

section.miller__business .swiper-pagination-bullet-active {
  background: var(--color-secondary) !important;
  width: 40px;
  border-radius: 0;
  height: 5px;
}
section.miller__business .swiper-pagination-bullet {
  background: var(--color-primary) !important;
  width: 40px;
  border-radius: 0;
  height: 5px;
  margin: 0 !important;
}

/*======================================
PRODUCT LISTS
======================================*/
section.miller__products .product__lists .nav.nav-pills {
  background: var(--color-secondary);
  justify-content: center;
}

section.miller__products .nav-pills .nav-link.active {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}
/* 
  section.miller__products li.nav-item {
    padding: 10px 20px;
  } */

section.miller__products li.nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  margin: 40px auto;
}
section.miller__products .swiper-button-next {
  border: none;
  right: 0 !important;
}

section.miller__products .swiper-button-prev {
  border: none;
  left: 0 !important;
}
section.miller__products .product__lists .nav.nav-pills.sub__products {
  background: #f2f0ee;
  justify-content: center;
}
section.miller__products .nav.nav-pills.sub__products .nav-link {
  color: var(--color-primary);
  font-size: 14px;
  padding: 3px 13px;
  border: none;
}

section.miller__products .nav.nav-pills.sub__products .nav-link.active {
  background-color: var(--color-primary);
  color: #fff;
}

section.miller__products .nav.nav-pills.sub__products .swiper-button-next {
  color: var(--color-primary);
}
section.miller__products .nav.nav-pills.sub__products .swiper-button-prev {
  color: var(--color-primary);
}

section.miller__products .nav.nav-pills.sub__products .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 14px;
}

section.miller__products .nav.nav-pills.sub__products .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 14px;
}

section.miller__products .nav.nav-pills.main__tabs .nav-link.active::after {
  position: absolute;
  content: "";
  left: 28%;
  bottom: 0;
  z-index: 999999;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
}

section.miller__products .product__grid img.main-img {
  height: 280px;
  width: 100%;
  padding: 0 22px;
  object-fit: contain;
}
section.miller__products .product__grid {
  margin-bottom: 40px;
}
section.miller__products .product__grid h2 {
  font-size: 18px;
  text-align: center;
  font-family: poppins;
  color: #324c48;
  text-transform: uppercase;
}

section.miller__products .product__grid p {
  color: #808080;
  text-align: center;
  display: -webkit-box;
  font-size: 14px;
  opacity: 0.44;
  line-height: 1.9;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}

section.miller__products .product__grid {
  text-align: center;
  cursor: pointer;
}
section.miller__products .product__grid a.get-quote {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  padding: 10px 20px;
}
section.miller__products .product__grid a.get-quote img {
  height: 16px;
  margin-left: 10px;
}

section.miller__products .product__grid .btn-default {
  opacity: 0;
}
section.miller__products .product__grid:hover .btn-default {
  opacity: 1;
  transition: all 0.6s ease;
}

/*======================================
DESIGNER COLLECTIONS
======================================*/

section.miller__designerCollections .designer__collection {
  width: 70%;
  margin: 0 auto;
  position: relative;
  bottom: -40px;
  z-index: 99;
}


section.miller__designerCollections .designer__collection h2 {
  font-size: 40px;
  color: var(--color-primary);
}

section.miller__designerCollections .designer__collection p {
  color: #000;
  opacity: 55%;
  padding: 7px 0;
}

section.miller__designerCollections .designer__collection .btn-default a {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

section.miller__designerCollections .btn-default a:after {
  background-color: var(--color-secondary);
}

/*======================================
FOOTER
======================================*/

section.miller__footer {
  background: #324c48;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

section.miller__footer .footer__vectorTop img {
  width: 24%;
  position: absolute;
  right: 0;
  top: 0;
}
section.miller__footer .testimonials {
  padding-top: 40px;
}

section.miller__footer .footer__vectorTop {
  position: relative;
}
.footer__vectorBottom img {
  width: 24%;
}

.footer__vectorBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.testimonial__content {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0;
  padding-bottom: 60px;
}
section.miller__footer .devider {
  width: 81%;
  height: 1px;
  background: #ad9271;
  margin-left: auto;
  margin-bottom: 50px;
  opacity: .5;
}
.testimonial__content h2 {
  color: var(--color-secondary);
}

.testimonial__content h6 {
  color: var(--color-secondary);
  font-style: italic;
  font-size: 22px;
  margin: 0;
  padding-top: 15px;
}
.footer__grid {
  position: relative;
  z-index: 99;
}

.footer__grid ul {list-style-type: none;}

.footer__grid ul li {
  padding: 5px 0;
  font-family: var(--font-secondary);
  color: var(--color-secondary) ;
  font-size: 14px;
  font-weight: 400;
}

.footer__grid ul li a {
  color: var(--color-secondary);
}

.footer__grid.social__links ul {
  padding: 0;
  display: inline-flex;
}
.footer__grid.social__links ul {
  padding: 0;
}

.footer__grid.social__links ul li {
  font-size: 20px;
  padding-right: 20px;
}

.footer__terms {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  border: 1px solid var(--color-secondary);
  margin-bottom: 40px;
}

.footer__terms p {
  margin: 0;
  color: var(--color-secondary);
  font-size: 14px;
}

.footer__terms p:first-child {
  border-right: 1px solid var(--color-secondary);
  padding-right: 22px;
}

/*======================================
INNER PAGE
======================================*/
.miller__innerpage {
  padding: 12rem 0 0rem;
}
.miller__innerpage .title__box {
  text-align: center;
}
.miller__innerpage .title__box .icon img {
  height: 73px;
  padding-bottom: 15px;
}

.miller__innerpage .title__box h1 {
  color: #324C48;
  position: relative;
}

.miller__innerpage .title__box h1::after {
  content: "";
  background: #C7B49E;
  width: 16%;
  height: 3px;
  bottom: -9px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.miller__innerpage .banner__image{
  margin-top: 60px;
}
.miller__innerpage .banner__image img {
  height: 450px;
  object-fit: cover;
}
section.inner__details .main__contents{
  padding-top: 3rem;
}
section.inner__details .main__contents p {color: #324C48;font-size: 14px;line-height: 2.5;}

section.inner__details .main__contents .btn-default {
    justify-content: center;
    margin: 45px 0;
}

/*======================================
ABOUT US
======================================*/
.about__banners{
  background-color: var(--color-primary);
  padding-bottom: 30px;
  margin-top: 100px;
}
.image.bottom-pad {
  position: relative;
  bottom: 40px;
}
.about__banners .image img{
  width: 100%;
  padding-top: 28px;
}
.image.bottom-pad img{
  padding-top: 0;
}
.vision_mission h3{
  position: relative;
}
.vision_mission h3::after {
  content: "";
  background: #C7B49E;
  width: 16%;
  height: 3px;
  bottom: -9px;
  position: absolute;
  left: 0;
  right: 0;
}
.contents.vision_mission {
  padding-bottom: 30px;
}
.contents.vision_mission h3{
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/*======================================
SINGLE PRODUCT DETAILS
======================================*/
section.single__product__details {
  padding: 12rem 0 4rem;
}

section.single__product__details .product__slider .swiper-slide img {
  width: 100%;
}
.single-products {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

section.single__product__details .single-products .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

section.single__product__details .single-products .swiper-slide-thumb-active {
  opacity: 1;
}

section.single__product__details .product__complete__desc {
  width: 85%;
  margin: 0 auto;
}

section.single__product__details .product__complete__desc h1 {
  font-size: 36px;
  margin-bottom: 22px;
  color: #324C48;
}

section.single__product__details .product__complete__desc h6 {
  color: #324C48;
  text-transform: uppercase;
  opacity: 0.82;
  font-family: 'Poppins';
  margin-bottom: 20px;
}
section.single__product__details hr {
  margin: 80px 0;
  border: 1px solid #b3adad;
}

section.single__product__details .product__complete__desc p {
  color: #808080;
  opacity: 0.57;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}

section.single__product__details .swiper.single-products2 .swiper-slide img {
  height: 450px;
  object-fit: contain;
}

section.single__product__details .swiper.single-products .swiper-slide img {
  height: 77px;
  object-fit: cover;
}
section.single__product__details .swiper.single-products {
  min-height: 140px;
}
section.single__product__details .swiper.single-products .swiper-pagination{
  text-align: left !important;
}
section.single__product__details .swiper.single-products2 .swiper-button-next{
border: none;
}
section.single__product__details .swiper.single-products2 .swiper-button-next:after{
  color: grey;
}
section.single__product__details .swiper.single-products2 .swiper-button-prev:after{
  color: grey;
}
section.single__product__details .swiper.single-products2 .swiper-button-prev{
  border: none;
}
section.single__product__details .swiper.single-products .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 40px;
  border-radius: 0;
  margin: 0 !important;
  height: 7px;
}
section.single__product__details .swiper.single-products .swiper-pagination-bullet-active{
  background-color: var(--color-primary);
}

.similar__properties .title h2 {
  color: #3B3B3B;
  opacity: 1;
  font-size: 28px;
}
.similar__properties .title h2 {
  color: #3B3B3B;
  opacity: 1;
  font-size: 28px;
}

.similar__properties .similar__grid {
  text-align: center;
}

.similar__properties .similar__grid h4 {
  font-family: 'Poppins';
  font-size: 16px;
  color: #324C48;
  text-transform: uppercase;
  opacity: 1;
  margin: 15px 0;
}

.similar__properties .similar__grid p {
  font-size: 14px;
  color: grey;
}

.similar__properties .similar__grid img {
  height: 250px;
}

/*======================================
CONTACT US
======================================*/

section.miller__innerpage p {
  letter-spacing: -0.78px;
  color: var(--color-primary);
  font-family: var(--font-primary);
  width: 56%;
  margin: 0 auto;
  font-size: 22px;
  padding: 20px 0;
}

section.miller__contact .form-control {
  border: 2px solid var(--color-secondary);
  padding: 10px;
  border-radius: 0;
  margin: 15px 0;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 transparent;
    border: 2px solid var(--color-primary);
}
.form-select:focus{
  box-shadow: inset 0 -1px 0 transparent;
  border: 2px solid var(--color-primary);
}
button {
    padding: 0;
    background: transparent;
    border: none;
}

button:hover {
    color: #fff;
}

.btn-default:hover button {
  color: #fff;
}
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.form-control::placeholder { 
  color: grey;
  opacity: 1;
}.form-control::placeholder { 
  color: grey;
  opacity: 1; 
}
section.miller__contact .contact__grid {
  display: flex;
  align-items: center;
  margin: 40px 0;
  padding-bottom: 30px;
}

section.miller__contact .contact__grid .icon {
  background: var(--color-primary);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

section.miller__contact .contact__grid .icon img {
  height: 25px;
}
section.miller__contact .contact__grid .icon img.email{
  height: 20px;
}

section.miller__contact .contact__grid .info h6 {
  margin: 0;
  font-size: 16px;
}

section.miller__contact .contact__grid .info {
  padding-left: 23px;
}

section.miller__contact .contact__grid .info h3 {
  margin: 0;
  font-size: 18px;
  font-family: var(--font-secondary);
  letter-spacing: 0px;
  color: var(--color-primary);
  opacity: 1;
  padding-top: 8px;
}

section.miller__contact hr {
  color: grey;
  margin-top: 70px;
}

.map-container{
  overflow:hidden;
  padding-bottom:30.25%;
  position:relative;
  height:0;
  filter: grayscale(100%);
}
.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/*======================================
TERMS AND CONDITIONS
======================================*/
.title__box.terms {
  border: 2px solid #AD9271;
  width: 80%;
  margin: 0 auto;
  padding: 65px;
  margin-bottom: 50px;
}

.title__box.terms p {
  width: 100%;
  text-align: left;
  font-family: poppins;
  font-size: 14px;
  line-height: 2.2;
  color: #898989;
}