@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap");
.form-group {
  margin-bottom: 30px;
}

.form-control {
  border: 0;
  border-bottom: 1px solid;
  border-color: #707070;
  border-radius: 0;
  padding-left: 0;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:focus {
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #000000;
}

.resize {
  resize: none;
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.form-control[type=number] {
  -moz-appearance: textfield;
}

.navbar {
  padding: 0;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .top-bar-section {
  background-color: #1E1E1E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.navbar .top-bar-section .appoint-only {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.navbar .top-bar-section .flex-auto {
  flex: 0 0 auto;
}
.navbar .top-bar-section .search-btn {
  min-height: auto;
  line-height: normal;
}
.navbar .top-bar-section .contact-link {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(20px - 0.75rem);
}
.navbar .top-bar-section .contact-link .btn-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: normal;
  min-height: auto;
}
.navbar .top-bar-section .contact-link .btn-link:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding-right: 12px;
  margin-right: 12px;
}
.navbar .top-bar-section .contact-link .btn-link .icon-img {
  width: auto;
}
.navbar .top-bar-section .contact-link .btn-link .icon-img img {
  filter: contrast(0) brightness(100);
  opacity: 0.7;
  max-width: 15px;
  max-height: 12px;
}
.navbar .menu-bar-section {
  background-color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .navbar .menu-bar-section {
    max-width: 280px !important;
  }
}
.navbar .menu-bar-section .navbar-nav .nav-item:not(:last-child), .navbar .menu-bar-section .navbar-nav .menu-item:not(:last-child) {
  margin-right: 57px;
}
.navbar .menu-bar-section .navbar-nav .nav-item .nav-link, .navbar .menu-bar-section .navbar-nav .nav-item a, .navbar .menu-bar-section .navbar-nav .menu-item .nav-link, .navbar .menu-bar-section .navbar-nav .menu-item a {
  color: #FFFFFF;
  font-size: 16px;
  padding: 13px;
  display: block;
}
.navbar .menu-bar-section .navbar-nav .nav-item.active .nav-link, .navbar .menu-bar-section .navbar-nav .nav-item.active a, .navbar .menu-bar-section .navbar-nav .nav-item:hover .nav-link, .navbar .menu-bar-section .navbar-nav .nav-item:hover a, .navbar .menu-bar-section .navbar-nav .menu-item.active .nav-link, .navbar .menu-bar-section .navbar-nav .menu-item.active a, .navbar .menu-bar-section .navbar-nav .menu-item:hover .nav-link, .navbar .menu-bar-section .navbar-nav .menu-item:hover a {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}

.connect-with-us {
  max-width: 640px;
  margin: 0 auto;
}

.query-para {
  font-size: 19px;
  line-height: 30px;
}

.contact-link .btn-link {
  font-size: 15px;
  color: #000000;
  padding: 0;
  line-height: normal;
  min-height: auto;
}
.contact-link .btn-link:not(:last-child) {
  margin-right: 50px;
}
.contact-link .btn-link .icon-img {
  margin-right: 10px;
  width: 25px;
}
.contact-link .btn-link .icon-img img {
  max-width: 22px;
}

.subscription-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.subscription-section .subscription-wrapper {
  padding: 0 80px;
}
.subscription-section .ft-company-logo {
  margin-bottom: 24px;
}
.subscription-section .subscribe-form .subscribe-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.subscription-section .subscribe-form .subscribe-input {
  position: relative;
}
.subscription-section .subscribe-form .subscribe-input .form-control {
  padding-right: 85px;
  padding-bottom: 16px;
}
.subscription-section .subscribe-form .subscribe-input .form-control::-moz-placeholder {
  color: #000000;
}
.subscription-section .subscribe-form .subscribe-input .form-control:-ms-input-placeholder {
  color: #000000;
}
.subscription-section .subscribe-form .subscribe-input .form-control::placeholder {
  color: #000000;
}
.subscription-section .subscribe-form .subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.subscription-section .subscribe-form .subscribe-btn .btn {
  color: #000000;
  font-size: 15px;
  min-height: auto;
  line-height: normal;
}
.subscription-section .subscribe-form .subscribe-btn .btn:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #1e1e1e;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFFFFF;
}
.footer .footer-wrapper {
  padding: 0 80px;
}
.footer .follow-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer .footer-left .follow-us .social-media {
  margin-top: 16px;
}
.footer .footer-left .follow-us .social-media .social-media-list {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-left .follow-us .social-media .social-media-list .social-item:not(:last-child) {
  margin-right: 24px;
}
.footer .footer-left .follow-us .social-media .social-media-list .social-item .item-link {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-left .follow-us .social-media .social-media-list .social-item .item-link img {
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.5s;
}
.footer .footer-left .follow-us .social-media .social-media-list .social-item .item-link:hover {
  background-color: #4d4d4d;
}
.footer .footer-left .follow-us .social-media .social-media-list .social-item .item-link:hover img {
  max-width: 20px;
  max-height: 20px;
}
.footer .footer-left .contact-address {
  margin-top: 16px;
  margin-bottom: 16px;
}
.footer .footer-left .contact-address .rights {
  margin-bottom: 0;
}
.footer .footer-left .contact-link-follow {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-left .contact-link-follow .btn-link {
  font-size: 16px;
  color: #FFFFFF;
  padding: 0;
  line-height: normal;
  min-height: auto;
}
.footer .footer-left .contact-link-follow .btn-link:not(:last-child) {
  border-right: 1px solid #FFFFFF;
  padding-right: 12px;
  margin-right: 12px;
}
.footer .footer-left .contact-link-follow .btn-link .icon-img {
  margin-right: 10px;
}
.footer .footer-left .contact-link-follow .btn-link .icon-img img {
  filter: contrast(0) brightness(100);
  max-width: 22px;
}
.footer .indoor-outdoor .card-group {
  display: flex;
  flex-flow: row wrap;
}
.footer .indoor-outdoor .card-group .card {
  flex: 1 0 0%;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .footer .indoor-outdoor .card-group .card:not(:last-child) {
    margin-right: 50px;
  }
}
.footer .other-links .list-group .list-group-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #FFFFFF;
}
.footer .other-links .list-group .list-group-item:hover {
  opacity: 0.5;
}
.footer .other-links .list-group .list-group-item:not(:last-child) {
  margin-bottom: 14px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: normal;
}

p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 30px;
}

a {
  color: #000000;
  transition: all ease 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all ease 0.5s;
  color: #000000;
}

ul {
  margin-bottom: 0;
}

a:focus,
button:focus,
input[type=checkbox],
input[type=radio] {
  outline: none;
}

:focus {
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.text-underline {
  text-decoration: underline;
}

.primary-text {
  color: #000000 !important;
}

.secondary-text {
  color: #C4C4C4 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.pt-space {
  padding-top: 50px;
}

.pb-space {
  padding-bottom: 50px;
}

.line-height-28 {
  line-height: 28px !important;
}

.btn {
  line-height: normal;
  font-size: 20px;
  border-radius: 0;
  min-height: 45px;
  line-height: 30px;
  font-weight: 500;
}
.btn:focus {
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.btn-link:focus {
  text-decoration: none;
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
  min-width: 200px;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #FFFFFF;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
.btn-secondary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  min-width: 200px;
  color: #000000;
  text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #FFFFFF;
}

.section-heading {
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 47px;
  font-weight: 400;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1270px;
  }
}
@media only screen and (min-width: 768px) {
  .image-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.inner-card {
  margin-bottom: 50px;
  border: 0;
  position: relative;
  justify-content: center;
}
.inner-card:before {
  content: "";
  background-color: #1E1E1E;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .inner-card {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-card {
    margin-bottom: 30px;
  }
}
.inner-card:last-child {
  margin-bottom: 0;
}
.inner-card .card-image img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-card .inner-card-heading {
  font-size: 25px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
.inner-card .card-caption.card-py {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-card .card-caption.left-caption {
  margin-right: 15px;
}
.inner-card .card-caption.right-caption {
  margin-left: 20px;
}
.inner-card .card-caption p:last-child {
  margin-bottom: 0;
}
.inner-card.light-primary:before {
  content: "";
  background-color: #f00;
  width: 50%;
  height: 100%;
  position: absolute;
}
.inner-card.bg-none:before {
  background-color: transparent;
}
.inner-card.card-with-img .card-image-bg {
  width: 50%;
  min-height: 100%;
  position: absolute;
  left: 0;
}
.inner-card.card-with-img .card-image-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.56);
  z-index: 1;
}
.inner-card.card-with-img .card-image-bg img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .inner-card.card-with-img .card-image-bg img {
    position: static;
  }
}

.design-showroom {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .design-showroom > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.design-showroom > .row [class*=col-] {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .design-showroom > .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.design-showroom > .row [class*=col-]:not(:last-child) {
  border-right: 1px solid #C3C3C3;
}

@media only screen and (min-width: 992px) {
  .col-lg-custom-left {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-custom-right {
    flex: 0 0 55%;
    max-width: 55%;
  }
}

.inner-banner {
  height: 418px;
  position: relative;
  margin-top: 110px;
}
.inner-banner .banner-image {
  height: 100%;
}
.inner-banner .banner-image img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}
.inner-banner .banner-content .banner-title {
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .shop-image {
    height: 470px;
  }
}
.shop-image img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-block .inner-card::before {
  content: none;
}
.card-block .inner-card:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .card-block .inner-card .img-col {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .card-block .inner-card:nth-child(odd) .img-col {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .card-block.block-first-image .inner-card:nth-child(odd) .img-col {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .card-block.block-first-image .inner-card:nth-child(odd) .cont-col {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .card-block.block-first-image .inner-card:nth-child(even) .img-col {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .card-block.block-first-image .inner-card:nth-child(even) .cont-col {
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .sofa-image {
    margin-left: -6px;
    margin-right: -6px;
  }
  .sofa-image [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.sofa-image .furniture {
  height: 295px;
}
.sofa-image .furniture img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-picture {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .team-picture {
    height: 640px;
    overflow: hidden;
  }
}
.team-picture .team-img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member .media:not(:last-child) {
  margin-bottom: 30px;
}
.team-member .media .member-picture {
  width: 285px;
  height: 285px;
  margin-right: 30px;
}
.team-member .media .member-picture .member-img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member .media .member-name {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .team-member .media:nth-child(even) .member-picture {
    order: 2;
    margin-right: 0;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .product-img {
    margin-left: -12px;
    margin-right: -12px;
  }
  .product-img [class*=col-] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.product-img .product {
  height: 325px;
}
.product-img .product img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.showroom-logo {
  margin-bottom: 30px;
}
.showroom-logo img {
  max-width: 140px;
  max-height: 50px;
}
@media only screen and (min-width: 992px) {
  .showroom-logo.lg-none {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .showroom-logo.md-none {
    display: none;
  }
}

.showroom-items-section:not(:last-child) {
  margin-bottom: 60px;
}
.showroom-items-section .showroom-address p {
  margin-bottom: 0;
}
.showroom-items-section .showroom-address .direction {
  margin-top: 16px;
}
.showroom-items-section .showroom-address .direction .btn {
  font-size: 14px;
  padding: 0;
  color: #000000;
  min-height: auto;
  transition: all ease 0.5s;
}
.showroom-items-section .showroom-address .direction .btn:hover {
  text-decoration: none;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.showroom-items-section .showroom-contact:not(:last-child) {
  margin-bottom: 16px;
}
.showroom-items-section .hrs {
  font-size: 24px;
  font-weight: 600;
}
.showroom-items-section .timing {
  margin-top: 16px;
}
.showroom-items-section .timing p {
  line-height: 19px;
}

.faq .card {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 0;
  border-right: 0;
}
.faq .card .card-header {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.faq .card .card-header .btn {
  color: #000000;
  padding: 15px 0;
  min-height: auto;
  border: 0;
  font-size: 16px;
  font-weight: 600;
}
.faq .card .card-header .btn:hover, .faq .card .card-header .btn:focus {
  text-decoration: none;
}
.faq .card .card-header .btn .flex-1 {
  flex: 1;
}
.faq .card .card-header .btn:not(.collapsed) img {
  transform: rotate(180deg);
}
.faq .card .card-body {
  padding: 0 0 15px 0;
}

@media only screen and (max-width: 1199px) {
  .subscription-section .subscription-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .pt-space {
    padding-top: 30px;
  }
  .pb-space {
    padding-bottom: 30px;
  }
  .section-heading {
    width: 100% !important;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .btn {
    width: 100% !important;
  }
  .inner-card::before {
    content: none;
  }
  .inner-card .left-caption {
    margin-right: 0 !important;
  }
  .inner-card .right-caption {
    margin-left: 0 !important;
  }
  .inner-card.primary-background {
    text-align: center;
  }
  .inner-card.primary-background .right-caption {
    background-color: #1E1E1E;
    margin-top: 30px;
    padding: 30px;
  }
  .inner-card.card-with-img .card-image-bg {
    width: 100%;
    height: 100%;
    min-height: auto;
  }
  .inner-card.card-with-img .card-image-bg + .card-caption {
    min-height: 300px;
    display: flex;
    align-items: center;
  }
  .inner-card .inner-card-heading {
    font-size: 20px;
    line-height: 35px;
  }
  .primary-background .row .col-md-6:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .design-showroom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .design-showroom > .row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .design-showroom > .row [class*=col-]:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 15px;
  }
  .design-showroom > .row [class*=col-]:not(:first-child) {
    padding-top: 15px;
  }
  .contact-link .btn-link {
    width: auto !important;
  }
  .subscription-section .subscription-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .footer .footer-left .contact-link-follow {
    justify-content: center;
  }
  .footer .footer-left .contact-link-follow .btn-link {
    width: auto !important;
  }
  .footer .social-media-list {
    justify-content: center;
  }
  .footer .indoor-outdoor {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .inner-banner {
    height: 375px;
    margin-top: 149px;
  }
  .inner-banner .banner-content .banner-title {
    font-size: 24px;
  }
  .query-para {
    font-size: 17px;
  }
  .subscription-section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .subscription-section .subscribe-form {
    margin-top: 30px;
  }
  .sofa-image .furniture {
    height: auto;
  }
  .sofa-image [class*=col-]:not(:last-child) .furniture {
    margin-bottom: 15px;
  }
  .product-img .product {
    height: auto;
  }
  .product-img [class*=col-]:not(:last-child) .product {
    margin-bottom: 15px;
  }
  .team-member .media {
    flex-direction: column;
  }
  .team-member .media .member-picture {
    margin: 0 auto;
    text-align: center;
  }
  .team-member .media .media-body {
    margin-top: 30px;
    text-align: center;
  }
  .team-member .media .media-body .member-name {
    font-size: 20px;
  }
  .res-mt-0 {
    margin-top: 0 !important;
  }
  .res-pt-0 {
    padding-top: 0 !important;
  }
  .showroom-details {
    text-align: center;
  }
  .showroom-details .showroom-items-section {
    margin-bottom: 30px;
  }
  .showroom-details .showroom-items-section:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .top-bar-section {
    display: block;
    padding: 20px;
  }
  .navbar .top-bar-section .appoint-only {
    display: block;
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
  }
  .navbar .top-bar-section .contact-link {
    margin-left: 0;
    margin-top: 16px;
    justify-content: center;
  }
  .navbar .hamburger-icon {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 27px;
    cursor: pointer;
  }
  .navbar .hamburger-icon.btn {
    width: 40px !important;
    min-height: auto;
    line-height: normal;
    padding: 0;
  }
  .navbar .hamburger-icon span {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    height: 2px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .navbar .hamburger-icon span:nth-of-type(1) {
    width: 50%;
  }
  .navbar .hamburger-icon span:nth-of-type(2) {
    width: 100%;
  }
  .navbar .hamburger-icon span:nth-of-type(3) {
    width: 75%;
  }
  .navbar .search-product {
    position: absolute;
    right: 60px;
    top: 19px;
  }
  .navbar .menu-bar-section {
    padding: 0;
    position: fixed;
    max-width: 320px;
    right: -100%;
    height: 100%;
    top: 0;
    z-index: 1021;
    overflow-y: auto;
    transition: all ease 0.5s;
  }
  .navbar .menu-bar-section .navbar {
    width: 100%;
    height: 100%;
    align-items: flex-start;
  }
  .navbar .menu-bar-section .navbar .navbar-nav .nav-item, .navbar .menu-bar-section .navbar .navbar-nav .menu-item {
    margin-right: 0;
  }
  .sidebar-open::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1020;
    -webkit-animation: opacity 0.5s ease-in-out;
            animation: opacity 0.5s ease-in-out;
  }
  .sidebar-open .navbar .menu-bar-section {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .contact-link .btn-link {
    width: 100% !important;
  }
  .contact-link .btn-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .footer-left .contact-link-follow .btn-link {
    width: 100% !important;
    border-right: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .footer .footer-left .contact-link-follow .btn-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .inner-banner {
    height: 230px;
    margin-top: 180px;
  }
  .inner-banner .banner-content .banner-title {
    font-size: 24px;
  }
  .navbar .top-bar-section .contact-link .btn-link {
    border-right: 0 !important;
  }
  .navbar .top-bar-section .contact-link .btn-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .footer .footer-left {
    flex: 0 0 100%;
  }
  .footer .last-section {
    padding-top: 30px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-wrapper .footer-left {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .showroom-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .showroom-details > .section-heading {
    flex: 0 0 100%;
  }
  .showroom-details .hrs {
    display: none;
  }
  .showroom-details .timing {
    margin-top: 0;
  }
  .showroom-logo.lg-none {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-wrapper .indoor-outdoor {
    margin-left: 20px;
  }
  .footer .footer-wrapper .indoor-outdoor .card-group .card:not(:last-child) {
    margin-right: 20px;
  }
  .navbar .menu-bar-section .navbar .navbar-nav .nav-item:not(:last-child), .navbar .menu-bar-section .navbar .navbar-nav .menu-item:not(:last-child) {
    margin-right: 25px;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */

.subscribe-btn span{display: none}

.n2-ss-slider{
  height: calc(100vh - 110px);
  margin-top: 110px;
}
@media (min-width: 991px) {
  .n2-ss-slide-limiter {
    max-width: calc(100% - 200px) !important;
    margin: 0 100px;
  }
}
.n2-ss-section-main-content{
  max-width: 1024px !important;
}
#sample_slider .owl-item .sa_owl_theme .owl-dots .owl-dot span{
  width: 15px !important;
  height: 15px !important;
  background-color: #ffffff !important;
  border: 1px solid #707070 !important;
}
#sample_slider .owl-item .sa_owl_theme .owl-dots .active span{
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  margin: 0 7px !important;
}


#wpsm_accordion_167 .wpsm_panel{
  border-bottom: 1px solid #707070 !important;
}
#wpsm_accordion_167 .wpsm_panel-default{
  border-bottom: 1px solid #707070 !important;
}

.wpsm_panel-heading{
  padding: 15px 0 !important;
}
#wpsm_accordion_167 .ac_title_class, #wpsm_accordion_167 .ac_open_cl_icon{
  padding: 0 !important;
}
#wpsm_accordion_167 .ac_open_cl_icon.fa.fa-minus:before{
  content: "\f106" !important;
}
#wpsm_accordion_167 .ac_open_cl_icon.fa.fa-plus:before{
  content: "\f107" !important;
}
.middle-section-without-banner {
  padding-top: calc(110px + 50px);
}

@media (max-width: 991px){
  .middle-section-without-banner {
    padding-top: calc(149px + 50px);
  }
  div#n2-ss-2 .n2-font-9563f5206ed114cfbd189dfed8281288-paragraph{
    font-size: inherit !important;
  }
  .n2-ss-slider .n2-ss-slider-wrapper-outside, .n2-ss-slider .n2-ss-slider-wrapper-inside{
    margin-top: 149px;
    height: calc(100vh - 149px);
  }
  .n2-ss-slider .n2-ss-section-main-content{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 500px){
  .n2-ss-slider .n2-ss-slider-wrapper-outside, .n2-ss-slider .n2-ss-slider-wrapper-inside{
    margin-top: 182px;
    height: calc(100vh - 182px);
  }
}
.privacy-policy{
  font-size: 15px;
  line-height: 28px;
}

/*.n2-ss-section-main-content {  max-width: 1125px !important; }*/

.thanks-button{
  max-width: 550px;
  margin: 0 auto;
}
.thanks-button .btn{
  width: 100%;
}
.thanks-button .btn:not(:last-child){
  margin-bottom: 10px;
}


.subscribe-btn span{display: none}
.blog-row [class*="col-"]  {
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-card{
  display: block;
  height: 100%;
}
.post-list-title{
  font-size: 20px;
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
.post-list-content{
  margin-top: 10px;
  line-height: 22px;
}
.post-list-featured-image{
  height: 260px;
}
.post-list-featured-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*=============== 16-01-2023 ============*/

.download-catalog {
  display: block !important;
}

.download-catalog button{
    width: 100% !important;
  display: block !important;
    text-align: center !important;
  font-size: 20px !important;
  border-radius: 0 !important;
  min-height: 45px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  min-width: 200px !important;
  text-transform: uppercase !important;
}
.swal2-container .wpcf7-not-valid-tip{
  text-align: left !important;
}
.form-wrapper{
  max-width: 300px;
  margin: 0 auto;
}
.wpcf7-form-control.form-control{
 background-color: transparent !important;
  border-bottom: 1px solid !important;
  border-color: #707070 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
.form-wrapper .wpcf7-form-control-wrap{
  display: block !important;
  text-align: left;
}
.form-wrapper .wpb-pcf-form-style-true .wpcf7 form>div span{
    display: inline-block;
    margin-top: 0;
  }
.form-wrapper .wpcf7-list-item{
  margin-left: 0;
}
.form-wrapper .wpcf7-list-item-label{
  display: inline-block !important;
  margin-left: 10px;
}
/*.swal2-close{*/
/*  display: none !important;*/
/*}*/

.n2-ss-slider .n2-ss-layer-content,
.n2-ss-slider .n2-ss-layers-container,
.n2-ss-slider .n2-ss-layer[data-sstype=slide],
.n2-ss-slider .n2-ss-layer[data-sstype=content]{
  position: static !important;
}

.n2-ss-slider .n2-ss-layer[data-pm=absolute]{
  right: 15px;
  left: auto !important;
  top: auto !important;
  bottom: 15px;
  transform: none !important;
  width:  auto !important;
  text-align: right;
}
@media (min-width: 768px){
  .inner-card .card-caption p{
    text-align: justify !important;
  }
  .team-member .media .media-body p{
    text-align: justify !important;
  }
}
.navbar-brand img{
  max-width: 125px;
  max-height: 40px;
}

.subscription-section .ft-company-logo img{
  max-width: 165px;
  max-height: 55px;
}
.swal2-close{
  margin-top: -30px !important;
  margin-right: -30px !important;
}