body {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

p {
  font-family: "Poppins", sans-serif;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  border-radius: 0 !important;
}

#header-content .navbar {
  background-color: transparent;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-top: 40px;
  right: 0;
  z-index: 1111;
}
@media (max-width: 991.98px) {
  #header-content .navbar {
    position: static;
    padding: 10px 0;
  }
  #header-content .navbar .offcanvas-body {
    background-color: #0b0d0f;
  }
}
#header-content .navbar .navbar-toggler {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#header-content .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
#header-content .navbar .navbar-toggler .navbar-toggler-icon i {
  color: #C19977;
  font-size: 30px;
}
@media (max-width: 991.98px) {
  #header-content .navbar .navbar-toggler .navbar-toggler-icon i {
    font-size: 18px;
  }
}
#header-content .navbar .navbar-brand img {
  max-width: 200px;
}
@media (max-width: 991.98px) {
  #header-content .navbar .navbar-brand img {
    max-width: 130px;
  }
}
#header-content .navbar ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  #header-content .navbar ul li a {
    padding: 10px 0;
  }
}
#header-content .navbar ul .btn-quote {
  background-color: #C19977;
  border: 1px solid #C19977;
  border-radius: 0;
  padding: 15px 45px;
  color: #0b0d0f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#header-content .navbar ul .btn-quote:hover {
  background-color: #0b0d0f;
  color: #fff;
}
#header-content .sticky {
  background-color: #0b0d0f;
  position: fixed;
  padding: 12px 0;
  top: 0;
}
#header-content .other-page {
  background-color: #0b0d0f;
  position: static;
  padding: 12px 0;
}

#banner-area {
  position: relative;
}
#banner-area .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 111;
}
#banner-area .carousel .carousel-control-prev {
  z-index: 222;
  opacity: 1;
  left: 25px;
}
#banner-area .carousel .carousel-control-prev i {
  background-color: #C19977;
  color: #0b0d0f;
  padding: 20px;
}
#banner-area .carousel .carousel-control-next {
  z-index: 222;
  opacity: 1;
  right: 25px;
}
#banner-area .carousel .carousel-control-next i {
  background-color: #C19977;
  color: #0b0d0f;
  padding: 20px;
}

.banner-area {
  padding-top: 270px;
  background-image: url("../img/inner-banner.jpg");
  padding-bottom: 200px;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-area {
    padding: 60px 0;
  }
}
.banner-area .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 111;
  top: 0;
}
.banner-area .banner-content {
  position: relative;
  z-index: 222;
  text-align: center;
}
.banner-area .banner-content h1 {
  color: #fff;
  font-size: 80px;
  font-family: "Great Vibes", cursive;
}
@media (max-width: 991.98px) {
  .banner-area .banner-content h1 {
    font-size: 40px;
  }
}
.banner-area .banner-content .btn-quote {
  background-color: #C19977;
  border: 1px solid #C19977;
  border-radius: 0;
  padding: 15px 45px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0b0d0f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner-area .banner-content .btn-quote:hover {
  background-color: #0b0d0f;
  color: #fff;
}

.sec-1 {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .sec-1 {
    padding: 50px 0;
  }
}
.sec-1 .about-main-heading {
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  .sec-1 .about-main-heading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .sec-1 .about-main-heading {
    padding-top: 25px;
  }
}
.sec-1 .about-sub-heading {
  color: #333333;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sec-1 .about-sub-heading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .sec-1 .about-sub-heading {
    font-size: 25px;
  }
}
.sec-1 p {
  color: #000;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 12px 0;
}
@media (max-width: 991.98px) {
  .sec-1 p {
    font-size: 14px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .sec-1 p {
    text-align: justify;
  }
}
.sec-1 .btn-quote {
  background-color: transparent;
  border-radius: 0;
  margin-top: 34px;
  font-weight: 600;
  padding: 14px 16px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  border-left: 5px solid #0b0d0f;
  color: #0b0d0f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-1 .btn-quote:hover {
  color: #C19977;
  border-color: #C19977;
}

.sec-2 .feature-box {
  background-color: #16191e;
  height: 100%;
  padding: 60px;
}
@media (max-width: 991.98px) {
  .sec-2 .feature-box {
    padding: 30px;
  }
}
.sec-2 .feature-box .feature-main-heading {
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  .sec-2 .feature-box .feature-main-heading {
    font-size: 33px;
  }
}
.sec-2 .feature-box .feature-sub-heading {
  font-size: 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sec-2 .feature-box .feature-sub-heading {
    font-size: 33px;
  }
}
@media (max-width: 767.98px) {
  .sec-2 .feature-box .feature-sub-heading {
    font-size: 28px;
  }
}
.sec-2 .feature-box .features-detail {
  margin-top: 50px;
}
.sec-2 .feature-box .features-detail .feature-card {
  background-color: transparent;
}
.sec-2 .feature-box .features-detail .feature-card .feature-card-title {
  color: #C19977;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
}
.sec-2 .feature-box .features-detail .feature-card p {
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
.sec-2 .feature-img {
  height: 100%;
}
.sec-2 .feature-img img {
  height: 100%;
}
.sec-2 .btn-quote {
  background-color: transparent;
  border-radius: 0;
  margin-top: 34px;
  font-weight: 600;
  padding: 14px 16px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  border-left: 5px solid #fff;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-2 .btn-quote:hover {
  color: #C19977;
  border-color: #C19977;
}

.sec-3 {
  padding: 70px 0;
}
.sec-3 .size-img {
  position: relative;
}
.sec-3 .size-content .size-main-heading {
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  .sec-3 .size-content .size-main-heading {
    font-size: 33px;
  }
}
@media (max-width: 767.98px) {
  .sec-3 .size-content .size-main-heading {
    padding-top: 20px;
  }
}
.sec-3 .size-content .size-sub-heading {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 30px;
  color: #333;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-3 .size-content .size-sub-heading {
    font-size: 25px;
  }
}
.sec-3 .size-content .size-sub-heading::before {
  content: "";
  background-color: #999966;
  width: 145px;
  position: absolute;
  height: 1px;
  left: -160px;
  top: 18px;
}
@media (max-width: 991.98px) {
  .sec-3 .size-content .size-sub-heading::before {
    display: none;
  }
}

.sec-4 {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  padding: 150px 0;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  position: relative;
}
.sec-4 .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 111;
}
.sec-4 .quotation-area {
  position: relative;
  z-index: 111;
  max-width: 800px;
  margin: 0 auto;
}
.sec-4 .quotation-main-heading {
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .sec-4 .quotation-main-heading {
    font-size: 30px;
  }
}
.sec-4 .quotation-sub-heading {
  color: #fff;
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sec-4 .quotation-sub-heading {
    font-size: 30px;
  }
}
.sec-4 p {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .sec-4 p {
    font-size: 15px;
  }
}
.sec-4 .btn-quote {
  background-color: transparent;
  border-radius: 0;
  margin-top: 34px;
  font-weight: 600;
  padding: 14px 16px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  border-left: 5px solid #fff;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-4 .btn-quote:hover {
  color: #C19977;
  border-color: #C19977;
}

.sec-5 {
  padding: 60px 0;
  background-color: #efefef;
}
.sec-5 .form-box {
  background-color: #fff;
  padding: 20px;
  margin-top: -100px;
  position: relative;
  z-index: 111;
}
.sec-5 .form-box .form-sub-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.sec-5 .form-box .form-main-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 20px 0;
  text-transform: uppercase;
}
.sec-5 .form-box label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.sec-5 .form-box .form-control {
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px 10px;
  border-radius: 0;
}
.sec-5 .form-box .form-control:focus {
  border-color: #000;
}
.sec-5 .form-box .form-select {
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px 10px;
  border-radius: 0;
}
.sec-5 .form-box .form-select:focus {
  border-color: #000;
}
.sec-5 .form-box .btn-submit {
  background-color: #C19977;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #C19977;
  border-radius: 0;
  padding: 14px 30px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-5 .form-box .btn-submit:hover {
  background-color: #0b0d0f;
  color: #C19977;
}
.sec-5 .product-area .product-card {
  position: relative;
  border: 2px solid #fff;
  border-radius: 0;
  overflow: hidden;
}
.sec-5 .product-area .product-card:hover {
  border: 3px solid #C19977;
}
.sec-5 .product-area .product-card:hover .overlay-content {
  opacity: 1;
  bottom: 0;
}
.sec-5 .product-area .product-card .overlay-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  right: 0;
  bottom: -200px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 160px;
  text-align: center;
  width: 100%;
  z-index: 111;
}
.sec-5 .product-area .product-card .overlay-content .btn-quote {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 20px;
}
.sec-5 .product-area .product-card .overlay-content .product-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 400;
}

.sec-6 {
  padding: 60px 0;
  background-color: #efefef;
}
.sec-6 .clients-sub-heading {
  text-align: center;
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 60px;
}
.sec-6 .clients-main-heading {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 767.98px) {
  .sec-6 .clients-main-heading {
    font-size: 30px;
  }
}
.sec-6 .clients-area {
  margin-top: 10px;
}
.sec-6 .client-card {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 30px;
}
.sec-6 .client-card p {
  font-size: 17px;
  line-height: 32px;
  color: #0b0d0f;
}
.sec-6 .client-card .testimonial-heading {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 2px;
}

.sec-7 .address-box {
  padding: 150px;
  background-image: url("../img/size.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  .sec-7 .address-box {
    padding: 50px 20px;
  }
}
.sec-7 .address-box .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 111;
}
.sec-7 .address-box .inner-address {
  position: relative;
  z-index: 222;
  text-align: center;
}
.sec-7 .address-box .address-heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991.98px) {
  .sec-7 .address-box .address-heading {
    font-size: 25px;
  }
}
.sec-7 .address-box .address-nav li {
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
}
.sec-7 .address-box .btn-quote {
  background-color: transparent;
  border-radius: 0;
  margin-top: 34px;
  font-weight: 600;
  padding: 14px 16px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  border-left: 5px solid #fff;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-7 .address-box .btn-quote:hover {
  color: #C19977;
  border-color: #C19977;
}

.sec-8 {
  padding: 80px 0;
  background-color: #16191e;
}
.sec-8 .blog-sub-heading {
  text-align: center;
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 60px;
}
.sec-8 .blog-main-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 45px;
}
.sec-8 .blog-area {
  margin-top: 60px;
}
.sec-8 .blog-card {
  border-radius: 0;
  border: none;
  padding: 10px;
}
.sec-8 .blog-card h5 {
  font-family: "Poppins", sans-serif;
  color: #0b0d0f;
  font-size: 25px;
  margin-bottom: 0;
  padding: 15px 0;
}
.sec-8 .blog-card p {
  color: #0b0d0f;
}
.sec-8 .blog-card .btn-blog {
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 10px 0;
  border: 1px solid #C19977;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #C19977;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-8 .blog-card .btn-blog:hover {
  background-color: #0b0d0f;
  color: #fff;
}

.sec-9 {
  padding: 70px 0;
}
.sec-9 .faq-main-heading {
  color: #0b0d0f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .sec-9 .faq-main-heading {
    font-size: 25px;
  }
}
.sec-9 .faq-area {
  margin-top: 50px;
}
.sec-9 .accordion .accordion-item {
  border: none;
}
.sec-9 .accordion .accordion-item .accordion-button {
  background-color: #C19977;
  border: none;
  margin: 3px 0;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}
.sec-9 .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-9 .accordion .accordion-item .accordion-body p {
  color: #000;
  font-size: 15px;
  line-height: 30px;
}

.sec-12 .icons-area {
  margin-top: 30px;
}
.sec-12 .icons-area .icon-card {
  border: none;
}
.sec-12 .icons-area .icon-card img {
  max-width: 70px;
  display: block;
  margin: 0 auto;
}
.sec-12 .icons-area .icon-card .icon-title {
  color: #0b0d0f;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 800;
  font-size: 11px;
}

.sec-10 {
  padding: 60px 0;
}
.sec-10 .carousel-control-prev {
  left: 20px;
  opacity: 1;
}
.sec-10 .carousel-control-prev i {
  background-color: #C19977;
  padding: 10px;
}
.sec-10 .carousel-control-next {
  right: 20px;
  opacity: 1;
}
.sec-10 .carousel-control-next i {
  background-color: #C19977;
  padding: 10px;
}
.sec-10 .form-box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #000;
  position: relative;
  z-index: 111;
}
.sec-10 .form-box .form-sub-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.sec-10 .form-box .form-main-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.sec-10 .form-box label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.sec-10 .form-box .form-control {
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 8px 10px;
  border-radius: 0;
}
.sec-10 .form-box .form-control:focus {
  border-color: #000;
}
.sec-10 .form-box .form-select {
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px 10px;
  border-radius: 0;
}
.sec-10 .form-box .form-select:focus {
  border-color: #000;
}
.sec-10 .form-box .btn-submit {
  background-color: #C19977;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #C19977;
  border-radius: 0;
  padding: 14px 30px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-10 .form-box .btn-submit:hover {
  background-color: #0b0d0f;
  color: #C19977;
}

.sec-11 {
  padding: 50px 0;
}
.sec-11 ::-webkit-scrollbar {
  width: 8px;
}
.sec-11 ::-webkit-scrollbar-thumb {
  background-color: #C19977;
  border-radius: 6px;
}
.sec-11 ::-webkit-scrollbar-track {
  background-color: #999;
}
.sec-11 .descriptrion-area {
  background-color: #efefef;
  padding: 25px;
  height: 600px;
  overflow: auto;
}
.sec-11 .descriptrion-area h1,
.sec-11 .descriptrion-area h2,
.sec-11 .descriptrion-area h3,
.sec-11 .descriptrion-area h4,
.sec-11 .descriptrion-area h5,
.sec-11 .descriptrion-area h6 {
  color: #0b0d0f;
  font-size: 25px;
  font-weight: 600;
  padding: 16px 0;
}
.sec-11 .descriptrion-area p {
  color: #0b0d0f;
  text-align: justify;
  font-size: 14px;
}

.sec-13 {
  padding: 60px 0;
}
.sec-13 .work-sub-heading {
  text-align: center;
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 60px;
}
.sec-13 .work-main-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 45px;
}
.sec-13 .latest-work {
  margin-top: 50px;
}
.sec-13 .product-area .product-card {
  position: relative;
  border: 2px solid #fff;
  border-radius: 0;
  overflow: hidden;
}
.sec-13 .product-area .product-card:hover {
  border: 3px solid #C19977;
}
.sec-13 .product-area .product-card:hover .overlay-content {
  opacity: 1;
  bottom: 0;
}
.sec-13 .product-area .product-card .overlay-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  right: 0;
  bottom: -200px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 160px;
  text-align: center;
  width: 100%;
  z-index: 111;
}
.sec-13 .product-area .product-card .overlay-content .btn-quote {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 20px;
}
.sec-13 .product-area .product-card .overlay-content .product-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 400;
}

.sec-18 {
  padding: 60px 0;
}
.sec-18 .high-sub-heading {
  text-align: center;
  font-family: "Great Vibes", cursive;
  color: #999966;
  font-size: 60px;
}
@media (max-width: 767.98px) {
  .sec-18 .high-sub-heading {
    font-size: 30px;
  }
}
.sec-18 .high-main-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 45px;
}
@media (max-width: 767.98px) {
  .sec-18 .high-main-heading {
    font-size: 30px;
  }
}
.sec-18 .highligts-area {
  margin-top: 50px;
}
.sec-18 .highligts-area .high-nav li {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.sec-18 .highligts-area .high-nav li i {
  color: #C19977;
}

.sec-14 {
  padding: 60px 0;
}
.sec-14 .form-box {
  background-color: #fff;
  padding: 20px;
  margin-top: -100px;
  position: relative;
  -webkit-box-shadow: 0px 0px 19px 8px rgba(189, 189, 189, 0.7);
          box-shadow: 0px 0px 19px 8px rgba(189, 189, 189, 0.7);
  z-index: 111;
}
.sec-14 .form-box .form-sub-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.sec-14 .form-box .form-main-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 20px 0;
  text-transform: uppercase;
}
.sec-14 .form-box label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.sec-14 .form-box .form-control {
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px 10px;
  border-radius: 0;
}
.sec-14 .form-box .form-control:focus {
  border-color: #000;
}
.sec-14 .form-box .form-select {
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px 10px;
  border-radius: 0;
}
.sec-14 .form-box .form-select:focus {
  border-color: #000;
}
.sec-14 .form-box .btn-submit {
  background-color: #C19977;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #C19977;
  border-radius: 0;
  padding: 14px 30px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-14 .form-box .btn-submit:hover {
  background-color: #0b0d0f;
  color: #C19977;
}

.sec-16 {
  padding: 60px 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sec-16 .featured-blog {
  margin-top: 40px;
  border: none;
  background-color: #f4f5ff;
  border-radius: 10px;
  padding: 30px;
}
.sec-16 .featured-blog .blog-info {
  margin-top: 20px;
}
.sec-16 .featured-blog .blog-info p {
  color: #647589;
  font-size: 16px;
}
@media (max-width: 991px) {
  .sec-16 .featured-blog .blog-info p {
    font-size: 14px;
  }
}
.sec-16 .featured-blog .blog-info p .category {
  color: #C19977;
  font-weight: 700;
}
.sec-16 .featured-blog .blog-body h3 {
  color: #0b0d0f;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sec-16 .featured-blog .blog-body h3 {
    font-size: 20px;
  }
}
.sec-16 .side-area {
  height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}
.sec-16 ::-webkit-scrollbar {
  width: 6px;
}
.sec-16 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.sec-16 ::-webkit-scrollbar-thumb {
  background-color: #0b0d0f;
  border-radius: 10px;
}
.sec-16 ::-webkit-scrollbar-thumb:hover {
  background-color: #C19977;
}
.sec-16 .side-blog {
  margin-top: 10px;
  border: none;
  background-color: #f4f5ff;
  border-radius: 10px;
  padding: 20px;
}
.sec-16 .side-blog .blog-info {
  margin-top: 0px;
}
.sec-16 .side-blog .blog-info p {
  color: #647589;
  font-size: 16px;
}
.sec-16 .side-blog .blog-info p .category {
  color: #C19977;
  font-weight: 700;
}
.sec-16 .side-blog .blog-body h3 {
  color: #0b0d0f;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sec-16 .side-blog .blog-body h3 {
    font-size: 18px;
  }
}
.sec-16 .cat-head {
  color: #0b0d0f;
  position: relative;
  font-size: 26px;
  font-weight: 700;
}
.sec-16 .cat-head:after {
  content: "";
  background-color: #C19977;
  position: absolute;
  width: 82px;
  height: 2px;
  top: 40px;
  left: 5px;
}
.sec-16 .category-box {
  margin-bottom: 60px;
}
.sec-16 .category-box .btn-col:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-16 .category-box .category-nav {
  margin-top: 20px;
}
.sec-16 .category-box .category-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0b0d0f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
}
.sec-16 .category-box .inner-category {
  height: 400px;
  background-color: #f4f5ff;
  padding: 20px;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 15px;
  overflow-y: scroll;
}

#footer_content {
  background-color: #2a2a2a;
  padding: 70px 0;
  padding-bottom: 30px;
}
#footer_content .logo-text {
  color: #fff;
  font-size: 16px;
}
#footer_content h5 {
  color: #fff;
  padding-bottom: 15px;
  font-size: 19px;
}
@media (max-width: 768.98px) {
  #footer_content h5 {
    padding: 20px 0;
  }
}
#footer_content .footer_nav li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
}
#footer_content .info_text {
  font-size: 15px;
  color: #fff;
}
#footer_content .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}
#footer_content .contact-info li img {
  margin-right: 10px;
}
#footer_content .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #C19977;
}
#footer_content .footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  #footer_content .footer-bottom p {
    text-align: center;
  }
}
#footer_content .footer-bottom p span {
  display: inline-block;
  padding-left: 15px;
}
#footer_content .footer-bottom .social_nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768.98px) {
  #footer_content .footer-bottom .social_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
#footer_content .footer-bottom .social_nav li a {
  background-color: #C19977;
  color: #fff;
  border: 1px solid #C19977;
  padding: 7px 10px;
  border-radius: 60px;
  margin: 0 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#footer_content .footer-bottom .social_nav li a:hover {
  background-color: #000;
  color: #C19977;
}
#footer_content .footer-bottom .social_nav li .fb {
  padding: 7px 13px;
}

.features-area {
  padding: 40px 0;
}
.features-area .features_card {
  text-align: center;
}
.features-area .features_card img {
  max-width: 70px !important;
}
.features-area .features_card p {
  color: #000;
  font-size: 12px;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}

.custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #fff;
}

.arrow-icon {
  font-size: 12px;
}

.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 999;
}

.custom-option {
  padding: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-option img {
  max-width: 100px;
  margin-right: 10px;
}

.custom-option:hover {
  background-color: #f1f1f1;
}

.custom-select.active + .custom-options {
  display: block;
}

.tool-card p {
  font-size: 14px;
  padding-top: 10px;
}

.tool-card img {
  max-width: 90px !important;
  margin: 20px 0;
}

#banner-area .card-title {
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 50px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  /* Adjust values as needed */
}

#banner-area .banner-text {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 30px;
}

@font-face {
  font-family: "nexa_rust_sans-trialblack_2";
  src: url("https://customprintedpaper.ca/wp-content/uploads/2024/08/nexarustsans-trial-black2-webfont.woff") format("woff2"), url("https://customprintedpaper.ca/wp-content/uploads/2024/08/nexarustsans-trial-black2-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
.sec-1 .about-main-heading {
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 50px;
}

.sec-18 .high-sub-heading {
  text-align: center;
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 60px;
}

.sec-13 .work-sub-heading {
  text-align: center;
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 60px;
}

#carouselExampleIndicators .carousel-indicators button {
  background-size: contain !important;
  height: 75px !important;
  width: 75px !important;
}

.sec-10 .form-box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #c19977;
  position: relative;
  background-color: #c19977;
  z-index: 111;
}

.gallery-area {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.56);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.56);
}

.sec-10 .form-box .btn-submit {
  background-color: #0b0d0f;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border: 1px solid #C19977;
  padding: 14px 30px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.sec-2 .feature-box .feature-main-heading {
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 30px;
}

.sec-3 .size-content .size-main-heading {
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 30px;
}

.sec-4 .quotation-main-heading {
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 40px;
}

.sec-6 .clients-sub-heading {
  text-align: center;
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 40px;
}

.new-product-section .nav-tabs {
  border: none;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-product-section .nav-tabs li .nav-link {
  background-color: #000;
  border-radius: 0;
  border: none;
  font-weight: 600;
  color: #fff;
  padding: 12px 50px;
}

.new-product-section .nav-tabs li .nav-link.active {
  background-color: #c19977;
  color: #000;
  font-weight: 600;
}

.new-product-section .owl-prev {
  position: absolute;
  left: -16px;
  top: 40%;
  background-color: #000 !important;
  width: 40px !important;
  height: 40px;
  border-radius: 70px;
  color: #c19977 !important;
}

.new-product-section .owl-next {
  position: absolute;
  right: -16px;
  top: 40%;
  background-color: #000 !important;
  width: 40px !important;
  height: 40px;
  border-radius: 70px;
  color: #c19977 !important;
}

.tool-card img {
  max-width: 50px;
  margin: 20px 0;
}

.sec-8 .blog-sub-heading {
  text-align: center;
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-size: 40px;
}

.sec-clients {
  padding: 40px 0;
  padding-bottom: 0px;
}

.sec-clients .brand-box {
  border-radius: 10px;
  padding: 30px;
}

.sec-clients .brand-box h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

.sec-clients .brand-box h2 span {
  color: #C19977;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .sec-clients .brand-box h2 {
    font-size: 20px;
  }
}
.sec-clients .brand-box .inner-brands {
  margin-top: 50px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.sec-clients .brand-box .inner-brands img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.sec-3 .size-content .size-sub-heading {
  font-size: 18px !important;
}

.sec-clients .brand-box .inner-brands .b-img-1 {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.sec-clients .brand-box .inner-brands .brand-img {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.sec-clients .brand-box .inner-brands .brand-img:hover .b-img-1 {
  -webkit-transform: translateY(-100%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  transform: translateY(-100%);
}

.sec-clients .brand-box .inner-brands .brand-img:hover .b-img-2 {
  top: 0%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.sec-clients .brand-box .inner-brands .brand-img img {
  max-width: 100px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.sec-clients.brand-box .inner-brands .brand-img .b-img-1 {
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.sec-clients .brand-box .inner-brands .brand-img .b-img-2 {
  top: 150%;
  position: absolute !important;
  display: block;
  margin: 0 auto;
  text-align: center;
  left: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  right: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

.sec-3 .size-img {
  margin-top: 50px;
}

.sec-19 {
  padding: 50px 0;
}

.sec-19 h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.sec-19 p {
  font-size: 15px;
  padding: 10px 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  background-color: #282828;
  border: none;
  border-radius: 0;
}

.navbar-nav .dropdown-menu a:hover {
  background-color: #C19977;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #C19977;
}

#footer-content .footer-text p {
  color: #a5a5a5;
  direction: ltr;
  font-size: 13px;
}

.banner-area .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  z-index: 111;
  display: none;
  top: 0;
}

.banner-text {
  position: absolute !important;
  z-index: 111;
  top: 13%;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  display: block;
}

.banner-text h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 0;
  text-transform: uppercase;
}

.banner-text h1 span {
  color: #C19977;
}

.banner-text p {
  padding-top: 10px;
  color: #fff;
}

.design-area {
  padding: 70px 0;
  background-color: #e7e7e7;
}

.design-area h2 {
  padding-bottom: 30px;
  color: #000;
  font-weight: 700;
  font-size: 35px;
}

.design-area h2 span {
  color: #C19977;
}

.design-area .design-nav li {
  padding: 4px 0;
  font-weight: 500;
}

.design-area .design-nav li i {
  color: #C19977;
  padding-right: 10px;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn-design-now {
  background-color: #C19977;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  padding: 15px 50px;
  margin-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  display: block;
  -webkit-animation: heartbeat 1.5s infinite;
          animation: heartbeat 1.5s infinite;
  /* Apply heartbeat animation */
}

.sec-8 .blog-card {
  border-radius: 0;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
}

.table {
  height: 452px;
  margin: 20px 0;
  border: 1px solid #999;
}

.table td {
  border: 1px solid #999;
}

#banner-area .carousel .carousel-control-prev i {
  background-color: transparent;
  color: #c19977;
  font-size: 36px;
  padding: 20px;
}

#banner-area .carousel .carousel-control-next i {
  background-color: transparent !important;
  color: #c19977;
  font-size: 36px;
  padding: 20px;
}

.design-box {
  padding: 60px 0;
}

.design-box .title-area h3 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.design-box .title-area p {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 12px 0;
}

@media (max-width: 767.98px) {
  .design-box p {
    font-size: 14px;
  }
}
.tools-area {
  margin-top: 50px;
}

.tool-card {
  border-radius: 0;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .tool-card {
    padding: 5px;
    height: 99%;
  }
}

.tool-card h4 {
  color: #C19977;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .tool-card h4 {
    font-size: 14px;
  }
}

.tool-card h5 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .tool-card h5 {
    font-size: 14px;
  }
}

.tool-card p {
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 767.98px) {
  .tool-card p {
    font-size: 14px;
  }
}

.new-product-section {
  padding: 50px 0;
}

.new-product-section h3 {
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.new-product-section p {
  color: #666;
  font-size: 14px;
  text-align: justify;
}

.new-product-section .product-box {
  background-color: rgba(193, 153, 119, 0.2784313725);
  border-radius: 0px;
  margin-bottom: 5px;
}

.p-color {
  background-color: #000 !important;
}

.p-color h3 {
  color: #fff;
}

.p-color p {
  color: #fff;
}

.reverse-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.description-area .nav-pills .nav-link.active,
.description-area .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c19977 !important;
}

.carousel-caption {
  top: 20%;
  z-index: 2222222;
}

.banner-text {
  position: static;
}

.new-product-section img {
  display: block;
  border-radius: 0px;
  margin: auto;
}

.card-img-overlay {
  position: absolute;
  top: 201px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.sec-new .tool-card {
  margin-bottom: 20px;
  background-color: #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.sec-new .tool-card h4 {
  color: #fff;
}

.sec-new .tool-card h5 {
  color: #fff;
}

.sec-new .tool-card p {
  color: #fff;
}

.sec-new .t1 {
  background-color: #C19977;
}

.sec-new .t1 h4 {
  color: #000;
}

.sec-new .t1 h5 {
  color: #000;
}

.sec-new .t1 p {
  color: #000;
}

.sec-6 {
  padding: 60px 0;
  background-color: #0b0d0f;
}

.sec-6 h3 {
  color: #fff !important;
}

.slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slide-col {
  position: relative;
  width: 800px;
  height: 400px;
}

.hero {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.hero img {
  height: 100%;
  border-radius: 10px;
  width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 520px;
  height: 270px;
  color: #4d4352;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border-radius: 10px;
  padding: 45px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 35px;
  color: #4d4352;
}

.indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.indicator .btn {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 4px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn.active {
  width: 30px;
}

.slider {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 850px) {
  .slide-row {
    width: 2000px;
  }
  .slide-col {
    width: 500px;
    height: 250px;
  }
  .hero img {
    width: 200px;
  }
  .content {
    width: 320px;
    height: 200px;
    padding: 20px;
  }
  .content p {
    font-size: 0.9rem;
  }
  .content h2 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  main {
    width: 300px;
  }
  .slide-row {
    width: 1200px;
  }
  .slide-col {
    width: 500px;
    height: 300px;
  }
  .hero {
    top: 60%;
    height: 100px;
    z-index: 5;
  }
  .hero img {
    width: 100px;
  }
  .content {
    width: 300px;
  }
}
.sec-13 .owl-nav .owl-prev {
  background-color: #000 !important;
  position: absolute;
  top: 40%;
  font-size: 20px !important;
  height: 41px;
  width: 41px;
  color: #fff !important;
}

.sec-13 .owl-nav .owl-next {
  background-color: #000 !important;
  position: absolute;
  top: 40%;
  font-size: 20px !important;
  height: 41px;
  right: 0;
  width: 41px;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .design-area h2 {
    padding-bottom: 30px;
    color: #000;
    font-weight: 700;
    font-size: 17px;
  }
  .card-img-overlay {
    position: static;
  }
  .design-area .design-nav li {
    padding: 4px 0;
    font-weight: 500;
    font-size: 13px;
  }
  .btn-design {
    margin-bottom: 20px;
  }
  .phone-details {
    text-align: center;
    padding-top: 20px;
  }
  ul.nav.flex-column.country-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .banner-text {
    margin-bottom: 46px;
    padding: 0 10px;
  }
  #banner-area .overlay {
    display: none;
  }
  .banner-text h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .banner-text p {
    padding-top: 10px;
    color: #fff;
  }
  .new-product-section img {
    max-width: -webkit-fill-available;
    display: block;
    border-radius: 10px;
    margin: auto;
  }
  .design-box h1 {
    font-size: 20px !important;
  }
  .design-box .title-area h3 {
    font-size: 14px;
  }
  .sec-1 .about-main-heading {
    font-family: "nexa_rust_sans-trialblack_2";
    color: #c19977;
    font-size: 23px;
  }
  .sec-2 .feature-box .feature-main-heading {
    font-family: "nexa_rust_sans-trialblack_2";
    color: #c19977;
    font-size: 17px;
  }
  .sec-3 .size-content .size-main-heading {
    font-family: "nexa_rust_sans-trialblack_2";
    color: #c19977;
    font-size: 23px;
  }
  .sec-4 .quotation-main-heading {
    font-family: "nexa_rust_sans-trialblack_2";
    color: #c19977;
    font-size: 18px;
  }
  .sec-4 {
    padding: 44px 0;
  }
  .sec-4 p {
    font-size: 13px;
  }
  .content p {
    font-size: 10px !important;
  }
  .clients-area {
    width: auto !important;
  }
  .sec-8 .blog-sub-heading {
    text-align: center;
    font-family: "nexa_rust_sans-trialblack_2";
    color: #c19977;
    font-size: 24px;
  }
  .sec-6 .clients-sub-heading {
    text-align: center;
    font-family: "nexa_rust_sans-trialblack_2";
    color: #c19977;
    font-size: 23px;
  }
  .new-product-section .product-box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .new-product-section .product-box img {
    margin-bottom: 20px;
  }
  .sec-2 .feature-box .features-detail .feature-card .feature-card-title {
    color: #C19977;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
  }
  main {
    width: 100%;
  }
  .sec-8 .blog-card h5 {
    font-family: "Poppins", sans-serif;
    color: #0b0d0f;
    font-size: 17px;
    margin-bottom: 0;
    padding: 15px 0;
  }
  .btn-design {
    background-color: #C19977 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #000 !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    border: 1px solid #C19977 !important;
    padding: 14px 19px !important;
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important;
    margin-top: 13px !important;
  }
  .sec-2 .feature-box .feature-sub-heading {
    font-size: 18px !important;
  }
  .sec-4 .quotation-sub-heading {
    font-size: 19px !important;
    padding-bottom: 9px !important;
  }
  .description-area .nav-pills .nav-link {
    padding: 10px 14px !important;
    font-size: 12px;
  }
  .description-area .nav-pills {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .description-area .content-box h3 {
    font-size: 16px;
  }
  .sec-2 .btn-quote {
    margin-top: 0px;
    font-weight: 600;
    padding: 14px 12px;
    font-size: 12px;
  }
}
.custom-select.active + .custom-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-option img {
  max-width: 141px;
  margin-right: 10px;
}

.gallery-area {
  -webkit-box-shadow: 0px 0px 46px -36px rgb(0, 0, 0);
          box-shadow: 0px 0px 46px -36px rgb(0, 0, 0);
}

.gallery-area .carousel-item {
  border-radius: 15px;
}

.sec-10 .carousel-control-prev {
  left: -3px;
  opacity: 1;
}

.sec-10 .carousel-control-next {
  right: -3px;
  opacity: 1;
}

.sec-10 .form-box {
  -webkit-box-shadow: 0px 0px 53px -29px rgb(0, 0, 0);
          box-shadow: 0px 0px 53px -29px rgb(0, 0, 0);
}

.archive-banner {
  padding: 60px 0;
}

.archive-banner h1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .archive-banner h1 {
    font-size: 20px !important;
  }
}

.archive-banner .btn-quote {
  background-color: #C19977;
  color: #000;
  padding: 12px 50px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #C19977;
}

.archive-banner .btn-quote:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767.98px) {
  .archive-banner .form-box {
    margin-top: 40px;
  }
}

.archive-banner .form-box .form-header {
  padding: 16px 0;
  background-color: #000;
  margin-bottom: -10px;
  text-align: center;
}

.archive-banner .form-box .form-header h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .archive-banner .form-box .form-header h2 {
    font-size: 15px !important;
  }
}

.archive-banner .form-box .form-body {
  padding: 20px;
  border: 1px solid #c19977;
  position: relative;
  background-color: #c19977;
  z-index: 111;
}

.archive-banner .form-box .form-body .form-control {
  padding: 6px 0;
  border-radius: 0;
}

.archive-banner .form-box .form-body .form-control {
  padding: 6px 10px;
  border-radius: 0;
  margin-bottom: 5px;
}

.archive-banner .form-box .form-body .form-select {
  padding: 6px 10px;
  border-radius: 0;
  margin-bottom: 5px;
}

.archive-banner .form-box .form-body label {
  font-weight: 500;
  margin-bottom: 5px;
}

.archive-banner {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.archive-banner .form-box .btn-submit {
  background-color: #000;
  color: #fff;
  padding: 12px 50px;
  font-weight: 600;
  border-radius: 0;
  width: 100%;
  border: 1px solid #C19977;
}

a {
  text-decoration: none;
}

.sec-11 .product-card {
  border: none;
  -webkit-box-shadow: 0px 0px 53px -29px rgb(0, 0, 0);
          box-shadow: 0px 0px 53px -29px rgb(0, 0, 0);
  margin-bottom: 15px;
}

.sec-11 .product-card .product-body {
  padding: 13px 0;
  background-color: #c19977;
  text-align: center;
}

.sec-11 .product-card .product-body h2 {
  font-weight: 600;
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sec-11 .product-card .product-body h2 {
    font-size: 10px;
  }
}

.sec-34 .description-title {
  background-color: #000;
  text-align: center;
  padding: 7px 10px;
  border-radius: 0px;
}

.sec-34 .description-title h2 {
  color: #fff;
  margin-bottom: 0;
}

.sec-34 .description-content {
  background-color: #c19977;
  padding: 20px;
  text-align: justify;
  height: 700px;
  overflow: hidden;
  overflow-y: scroll;
}

.tax-product_cat .sec-17 {
  display: none;
}

.new-product-section img {
  max-width: 100%;
}

.new-product-section h3 {
  text-align: center;
  padding: 14px;
}

.navbar li a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.navbar li a:hover {
  color: #ffc973;
}

.navbar .mega-menu {
  right: 0;
  max-width: 1160px;
  left: 0;
  margin: 0 auto !important;
}

.navbar .mega-menu {
  -webkit-box-shadow: -1px 0px 59px 1px rgb(204, 204, 204);
          box-shadow: -1px 0px 59px 1px rgb(204, 204, 204);
  border: none;
  border-radius: 10px !important;
  overflow: hidden;
}

.navbar .mega-menu .list-group {
  padding: 20px;
}

.navbar .mega-menu .heading-ref {
  color: #153661;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  font-size: 28px;
  padding: 12px;
}

.navbar .mega-menu .menu-category-box .mega_link .mega_menu_link {
  font-size: 15px;
  padding: 9px 5px;
  color: #000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 600;
  border: none;
  display: block;
  border-radius: 15px;
}

.navbar .mega-menu .menu-category-box .mega_link .mega_menu_link img {
  max-width: 30px;
  margin-right: 7px;
}

.navbar .mega-menu .menu-category-box .mega_link .mega_menu_link:hover {
  background-color: #c19977;
  color: #fff;
  border-right: 2px solid #000;
}

.menu-category-box {
  padding: 20px;
}

a {
  text-decoration: none;
}

.navbar li a:hover {
  color: #307d5f;
}

#header-content .navbar {
  background-color: #000000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-top: 0;
  right: 0;
  z-index: 1111;
}

#header-content .sticky {
  background-color: #0b0d0f;
  position: fixed !important;
  padding: 12px 0;
  top: 0;
}

.navbar .mega-menu .menu-category-box .mega_link .mega_menu_link img {
  max-width: 50px;
  margin-right: 0px;
}

#header-content .navbar {
  position: relative;
}

.sec-15 .nav-pills li .nav-link {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .sec-15 .nav-pills li .nav-link {
    padding: 12px 20px !important;
    font-size: 13px !important;
    margin: 3px !important;
  }
}

@media (max-width: 767.98px) {
  .sec-13 .work-main-heading {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .sec-11 .product-title {
    font-size: 10px !important;
    margin-bottom: 0;
  }
}

.sec-13 .work-sub-heading {
  font-size: 40px;
}

.sec-11 .product-card {
  -webkit-box-shadow: 0px 0px 33px -29px rgb(0, 0, 0);
          box-shadow: 0px 0px 33px -29px rgb(0, 0, 0);
}

.sec-11 .product-title {
  font-size: 18px;
}

.sec-new .tool-card {
  height: 95%;
}

.sec-new .tool-card p {
  font-size: 14px;
}

.sec-8 .blog-card h5 {
  font-size: 20px;
}

.sec-1 .about-sub-heading {
  font-size: 29px;
  font-weight: 600;
}

.design-box .title-area p {
  font-size: 40px;
  font-family: "nexa_rust_sans-trialblack_2";
  color: #c19977;
  font-weight: 700;
  text-align: center;
  padding: 0px 0;
}

.design-box {
  padding: 0px 0;
}

.single .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .gallery-image img {
    height: 70px;
    width: 70px;
  }
}
.breadcrumb a {
  color: #c19977;
  font-size: 12px;
  font-weight: 600;
}

.breadcrumb span {
  font-size: 12px;
  font-weight: 600;
}

.sec-10 h1 {
  color: #000;
  font-weight: 700;
}

.sec-15 .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.sec-15 .nav-pills li .nav-link {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 19px 47px;
  font-weight: 700;
}

.sec-15 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #C19977;
}

.sec-15 .lamination-card {
  border: none;
  text-align: center;
}

.sec-15 .lamination-card {
  margin-top: 30px;
}

.sec-15 .lamination-card .inner_body {
  background-color: #C19977;
  padding: 15px 10px;
}

.sec-15 .lamination-card h4 {
  font-size: 15px;
  color: #000;
}

.faq_section {
  padding: 60px 0;
}
.faq_section h2 {
  color: #000;
  font-size: 45px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .faq_section h2 {
    font-size: 22px;
  }
}
.faq_section .faq_area {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .faq_section .faq_area {
    margin-top: 30px;
  }
}
.faq_section .faq_area .faq_box {
  margin-bottom: 20px;
}
.faq_section .faq_area .faq_box .faq_header {
  background-color: #000;
  padding: 12px 12px;
}
.faq_section .faq_area .faq_box .faq_header h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}
.faq_section .faq_area .faq_box .faq_body {
  padding: 20px;
  background-color: #C19977;
}
.faq_section .faq_area .faq_box .faq_body p {
  color: #fff;
  margin-bottom: 0;
}