/*!
Theme Name: Linear Web - Ceiltex Building Supplies
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linearweb_ceiltextbuilding
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Linear Web - Ceiltex Building Supplies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ----- WP Scss File ------- */
/* Base Section */
/* Colors according to social icons*/
/* Fonts */
/* Main Fonts*/
/* Colors */
/* Mostly Used Colors */
/* Rarely Used Colors*/
/* Extra Variables */
/* Modules Section */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: inherit;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  color: #000000;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #1a1919;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(112, 7, 18, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(64, 4, 10.2857142857);
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #700712;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #700712;
}

.slick-arrow {
  position: absolute;
  right: 80px;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(138, 138, 138, 0.5);
  background-color: rgba(138, 138, 138, 0.5);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}
.slick-arrow i {
  font-size: 0.875rem;
  color: #700712;
  transition: 0.5s ease-in-out 0.2s;
}
.slick-arrow.left {
  top: calc(50% + 25px);
  z-index: 9;
}
.slick-arrow.right {
  top: calc(50% - 25px);
}
.slick-arrow:hover .slick-arrow {
  border: 1px solid #8a8a8a;
}
.slick-arrow:hover .slick-arrow:hover {
  background-color: transparent;
}
.slick-arrow:hover .slick-arrow:hover i {
  color: #000000;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 25px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 16px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 10px 20px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 12px 26px;
}
.btn.btn-primary {
  background-color: #700712;
  color: #ffffff;
  border-color: #700712;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #700712;
  color: #700712;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #700712;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #700712;
  color: #700712;
}
.btn.btn-primary-ghost:hover {
  background-color: #700712;
  color: #ffffff;
  border-color: #700712;
}
.btn.btn-secondary {
  background-color: #af2530;
  color: #ffffff;
  border-color: #af2530;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #af2530;
  color: #af2530;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #af2530;
  color: #af2530;
}
.btn.btn-secondary-ghost:hover {
  background-color: #af2530;
  color: #ffffff;
  border-color: #af2530;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #700712;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #700712;
  border-color: #ffffff;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-black:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-wrap span {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-inline-end: 8px;
  transition: 0.5s ease-in-out;
}
.btn.btn-wrap i {
  display: inline-block;
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn.btn-wrap:hover i {
  transform: translateX(10px);
}

html {
  scroll-behavior: smooth;
}

.page {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(112, 7, 18, 0.7);
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: rgba(112, 7, 18, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: rgba(112, 7, 18, 0.7);
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

.gradient {
  background: rgb(203, 215, 223);
  background: linear-gradient(142deg, rgb(203, 215, 223) 0%, rgb(41, 128, 185) 59%, rgb(25, 43, 61) 98%);
}

.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}
.section-header h1 {
  font-size: 42px;
  color: #700712;
  font-weight: 700;
  text-transform: uppercase;
}
.section-header h2 {
  font-size: 42px;
  color: #700712;
  font-weight: 700;
  text-transform: uppercase;
}
.section-header h4 {
  font-size: 2rem;
  color: #700712;
  font-weight: 700;
  text-transform: capitalize;
}
.section-header h6 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .section-header {
    text-align: center;
  }
  .section-header h1 {
    font-size: 26px;
  }
  .section-header h6 {
    font-size: 16px;
  }
}
.breadcrumb {
  padding: 200px 0 50px 0;
  margin: 0;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb .breadcrumb-wrapper .bread-item {
  position: relative;
}
.breadcrumb .breadcrumb-wrapper .bread-item .bread-link:hover i,
.breadcrumb .breadcrumb-wrapper .bread-item .bread-link:hover .current {
  color: #700712;
}
.breadcrumb .breadcrumb-wrapper .delimiter {
  color: #ffffff;
}
.breadcrumb .breadcrumb-wrapper i,
.breadcrumb .breadcrumb-wrapper .current {
  font-size: 1rem;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .current {
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 80px 0 30px 0;
    margin-top: 0;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #1a1919;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1a1919;
  border-bottom: 1px solid #1a1919;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
/* Layouts Section */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
}
header .header-top {
  padding: 10px 0;
}
header .header-top .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .header-wrapper .block {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-top .header-wrapper .block h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1919;
  text-transform: uppercase;
}
header .header-top .header-wrapper .block .desc {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1919;
  transition: 0.5s ease-in-out all;
}
header .header-top .header-wrapper .block .desc:hover {
  color: #700712;
}
header .header-bottom {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #535353;
}
header .header-bottom.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff;
  transition: 0.5s ease-in-out all;
  max-height: 100px;
}
header .header-bottom.fixed-header .navbar-brand {
  max-width: 120px;
}
header .header-bottom.fixed-header nav .navbar-nav li .nav-link:hover {
  color: #ffffff;
  text-shadow: none;
}
header .header-bottom.fixed-header nav .navbar-nav li .nav-link:hover::before {
  background-color: #af2530;
}
header .header-bottom.fixed-header nav .navbar-nav li.active .nav-link {
  color: #ffffff;
}
header .header-bottom.fixed-header nav .navbar-nav li.active .nav-link::before {
  background-color: #af2530;
  height: 100%;
}
header .header-bottom nav {
  padding: 5px 0;
}
header .header-bottom nav .navbar-brand {
  max-width: 150px;
}
header .header-bottom nav .navbar-collapse {
  justify-content: flex-end;
}
header .header-bottom nav .navbar-nav {
  align-items: center;
  text-align: center;
}
header .header-bottom nav .navbar-nav li .nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1919;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-right: 12px;
  transition: 0.5s ease-in-out all;
  position: relative;
  z-index: 1;
}
header .header-bottom nav .navbar-nav li .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #700712;
  border-radius: 5px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
header .header-bottom nav .navbar-nav li.active .nav-link, header .header-bottom nav .navbar-nav li:hover .nav-link {
  color: #ffffff;
}
header .header-bottom nav .navbar-nav li.active .nav-link::before, header .header-bottom nav .navbar-nav li:hover .nav-link::before {
  width: 100%;
}
header .header-bottom nav .navbar-nav li {
  /* Dropdown Menu Style */
}
header .header-bottom nav .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  top: calc(100% + 20px);
  width: 200px;
  transition: 0.5s ease-in-out;
  padding: 0;
  overflow: hidden;
}
header .header-bottom nav .navbar-nav li.dropdown .dropdown-menu .menu-item .nav-link {
  margin: 0;
  text-transform: capitalize;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #700712;
  transition: 0.3s ease-in-out 0.2s;
}
header .header-bottom nav .navbar-nav li.dropdown .dropdown-menu .menu-item .nav-link::before {
  width: 0;
  transition: 0.3s ease-in-out;
  border-radius: 0;
}
header .header-bottom nav .navbar-nav li.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
header .header-bottom nav .navbar-nav li.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #ffffff;
}
header .header-bottom nav .navbar-nav li.dropdown:hover .dropdown-menu .menu-item:hover .nav-link::before {
  width: 100%;
}

@media screen and (max-width: 1125px) {
  header .header-bottom .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar-toggler {
    z-index: 999;
    border: none;
    position: relative;
  }
  header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #1a1919;
  }
  header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar-toggler[aria-expanded=true] svg {
    fill: #1a1919;
  }
  header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  header .header-top {
    border-bottom: 1px solid rgba(26, 25, 25, 0.1);
  }
  header .header-top .header-wrapper .block h6,
  header .header-top .header-wrapper .block .desc {
    color: black;
  }
  header .header-bottom {
    background-color: #ffffff;
  }
  header .header-bottom .container {
    max-width: 720px;
  }
  header .header-bottom nav .navbar-brand {
    max-width: 100px;
  }
  header .header-bottom nav .navbar-nav {
    text-align: center;
  }
  header .header-bottom nav .navbar-nav li .nav-link {
    font-size: 0.875rem;
    margin-right: 0;
    padding: 8px 15px;
    text-shadow: none;
    color: #700712;
  }
  header .header-bottom nav .navbar-nav li .nav-link::before {
    width: 0;
  }
  header .header-bottom nav .navbar-nav li.dropdown .dropdown-menu {
    position: relative;
    height: 0;
    transition: 0.2s ease-in-out;
    top: calc(100% + 15px);
  }
  header .header-bottom nav .navbar-nav li.dropdown:hover .dropdown-menu {
    top: 100%;
    height: 100%;
  }
  header .header-bottom nav .navbar-nav li.dropdown:hover .dropdown-menu .menu-item .nav-link {
    text-align: center;
  }
  header .header-bottom nav .navbar-nav li:hover .nav-link::before {
    width: 100%;
  }
  header .header-bottom nav .navbar-nav li.active .nav-link {
    color: #ffffff;
  }
  header .header-bottom .fa-grip-lines {
    color: #ffffff;
  }
  header .header-bottom.fixed-header .navbar-collapse {
    background-color: #700712;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
    background-color: #700712;
  }
  header .header-bottom .container {
    max-width: 540px;
  }
  header .header-bottom nav .navbar-nav li .nav-link::before {
    background-color: #1a1919;
  }
}
@media screen and (max-width: 480px) {
  header .header-top {
    display: none;
  }
  header .header-bottom nav .navbar-nav li .nav-link::before {
    display: none;
  }
  header .header-bottom nav .navbar-nav li.dropdown .dropdown-menu {
    height: 100%;
    opacity: 1;
    pointer-events: all;
    text-align: center;
  }
  header .header-bottom nav .navbar-nav li.dropdown .dropdown-menu .menu-item .nav-link {
    color: #700712;
  }
  header .header-bottom nav .navbar-nav li.dropdown .dropdown-menu .menu-item .nav-link::before {
    display: none;
  }
  header .header-bottom nav .navbar-nav li.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
    color: #700712;
  }
  header .header-bottom nav .navbar-nav li.active .nav-link {
    color: #700712;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block .image {
  position: relative;
}
.banner .block .image img {
  position: relative;
  height: 100vh;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  z-index: -99;
}
.banner .block .text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
  z-index: 99;
  transition: 0.5s all;
}
.banner .block .text h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #f8f8f8;
  text-transform: capitalize;
  max-width: 700px;
  margin: 0 auto 30px;
  letter-spacing: 1px;
  word-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .banner .block .image img {
    height: auto;
  }
  .banner .block .text {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 10px;
    background-color: #700712;
  }
  .banner .block .text h4 {
    font-size: 1.25rem;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .banner .block .text h4 {
    font-size: 22px;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
    line-height: 2.2rem;
  }
  .banner .block .text .btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}
.aboutus {
  padding: 0;
}
.aboutus .content {
  text-align: center;
}
.aboutus .content p {
  margin-bottom: 20px;
  color: #525252;
}
.aboutus .content p:last-child {
  margin-bottom: 0;
}
.aboutus .content .btn {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.aboutus .content .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #700712;
  z-index: -1;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.aboutus .content .btn:hover {
  border-color: #700712;
  color: #ffffff;
}
.aboutus .content .btn:hover::before {
  width: 100%;
}
.aboutus .first-section,
.aboutus .third-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
}
.aboutus .first-section .wrapper,
.aboutus .third-section .wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 50px;
}
.aboutus .first-section .wrapper .section-header h4,
.aboutus .third-section .wrapper .section-header h4 {
  color: #000000;
  word-spacing: 5px;
  border-bottom: 1px solid #000000;
}
.aboutus .second-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.aboutus .second-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
  z-index: -1;
}
.aboutus .second-section .wrapper .section-header h4 {
  color: #ffffff;
  font-weight: 600;
  word-spacing: 5px;
}
.aboutus .second-section .wrapper p {
  color: #ffffff;
  width: 70%;
  margin-inline: auto;
}
.aboutus .second-section .wrapper .review-content {
  margin-top: 25px;
  text-align: center;
}
.aboutus .second-section .wrapper .review-content .review {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.aboutus .second-section .wrapper .review-content .sites {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.aboutus .second-section .wrapper .review-content .sites a img {
  max-width: 100px;
  border-radius: 5px;
}
.aboutus .third-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
}

@media screen and (max-width: 992px) {
  .aboutus .container {
    max-width: 900px;
  }
  .aboutus .first-section .wrapper .section-header h4,
  .aboutus .third-section .wrapper .section-header h4 {
    font-size: 1.5rem;
  }
  .aboutus .second-section .wrapper .section-header h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutus {
    padding: 0;
  }
  .aboutus .first-section,
  .aboutus .third-section {
    padding: 80px 0;
  }
  .aboutus .first-section .wrapper,
  .aboutus .third-section .wrapper {
    padding: 40px;
  }
  .aboutus .first-section .wrapper .section-header h4,
  .aboutus .third-section .wrapper .section-header h4 {
    padding-bottom: 10px;
  }
  .aboutus .second-section {
    padding: 80px 0;
  }
  .aboutus .second-section .wrapper p {
    width: 100%;
  }
  .aboutus .second-section .wrapper .review-content .review {
    font-size: 1rem;
  }
  .aboutus .second-section .wrapper .review-content .sites {
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .aboutus .first-section .wrapper .section-header h4,
  .aboutus .third-section .wrapper .section-header h4 {
    font-size: 1.25rem;
  }
  .aboutus .second-section .wrapper .section-header h4 {
    font-size: 1.25rem;
  }
  .aboutus .second-section .wrapper .review-content .sites {
    flex-wrap: wrap;
  }
}
.product {
  margin-top: 40px;
}
.product .category-product-group {
  margin-top: 60px;
}
.product .category-product-group:first-child {
  margin-top: 0;
}
.product .section-header h4 {
  color: #000000;
  font-weight: 600;
  border-bottom: 3px solid #1a1919;
  display: inline-block;
}
.product .main-title {
  text-align: center;
  margin: 40px 0;
}
.product .main-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  border-bottom: 5px solid #1a1919;
  display: inline-block;
  margin-top: 40px;
}
.product .product-wrapper .product-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.product .product-wrapper .product-block .price-block {
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  margin: 0 2px;
  border: 1px solid #f8f8f8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.product .product-wrapper .product-block .price-block .figure {
  width: 100%;
  height: 250px;
}
.product .product-wrapper .product-block .price-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 3px;
}
.product .product-wrapper .product-block .price-block .desc {
  padding: 20px;
  text-align: center;
}
.product .product-wrapper .product-block .price-block .desc h5 {
  font-weight: 700;
  font-size: 1.25rem;
  overflow-wrap: anywhere;
  line-height: 1;
  color: #700712;
  margin: 10px 0 15px;
  text-transform: capitalize;
}
.product .product-wrapper .product-block .price-block .desc p {
  margin: 10px 0 15px;
  color: #1a1919;
}
.product .product-wrapper .product-block .price-block .desc p span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #af2530;
}

@media screen and (max-width: 992px) {
  .product .product-wrapper {
    flex-direction: column;
  }
  .product .product-wrapper .product-block {
    display: flex;
    flex-wrap: wrap;
  }
  .product .product-wrapper .product-block .price-block {
    display: flex;
    flex-basis: calc(50% - 20px);
  }
  .product .product-wrapper .product-block .price-block .figure {
    flex-basis: 50%;
  }
  .product .product-wrapper .product-block .price-block .desc {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .product .product-wrapper {
    flex-direction: column;
  }
  .product .product-wrapper .product-block {
    display: flex;
    flex-wrap: wrap;
  }
  .product .product-wrapper .product-block .price-block {
    flex-basis: calc(50% - 20px);
  }
  .product .product-wrapper .product-block .price-block .figure img {
    aspect-ratio: 1/1;
    height: 100%;
  }
  .product .product-wrapper .product-block .price-block .desc h5 {
    font-size: 1.125rem;
  }
  .product .product-wrapper .product-block .price-block .desc p span {
    font-size: 1.0625em;
  }
}
@media screen and (max-width: 576px) {
  .product .product-wrapper .product-block {
    display: flex;
    flex-wrap: wrap;
  }
  .product .product-wrapper .product-block .price-block {
    flex-direction: column;
    flex-basis: calc(100% - 20px);
  }
  .product .product-wrapper .product-block .price-block .figure img {
    aspect-ratio: 2/2;
    height: auto;
  }
  .product .product-wrapper .product-block .price-block .desc h5 {
    font-size: 1.125rem;
  }
  .product .product-wrapper .product-block .price-block .desc p span {
    font-size: 1.0625em;
  }
}
.services .section-header {
  text-align: left;
}
.services .section-header h4 {
  color: #000000;
}
.services .section-header h6 {
  color: #700712;
}
.services .service-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.services .service-wrapper .service-card {
  flex-basis: calc(25% - 20px);
}
.services .service-wrapper .service-card.inner {
  width: 80%;
  margin: 0 auto;
}
.services .service-wrapper .service-card .figure {
  width: 100%;
  aspect-ratio: 3/2;
}
.services .service-wrapper .service-card .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.services .service-wrapper .service-card .service-card-body {
  padding: 20px 10px;
  border: 1px solid #700712;
  background-color: #700712;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: -30px;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}
.services .service-wrapper .service-card .service-card-body .service-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
}
.services .service-wrapper .service-card .service-card-body .service-card-text {
  color: #f8f8f8;
  margin: 10px 0 15px 0;
}
.services .service-wrapper .button {
  flex-basis: 100%;
  text-align: center;
}
.services .service-wrapper .button .btn {
  box-shadow: 10px -5px 2px rgba(112, 7, 18, 0.5);
}

@media screen and (max-width: 992px) {
  .services .service-wrapper .service-card {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .services .section-header {
    text-align: center;
  }
  .services .service-wrapper {
    flex-direction: column;
  }
}
.gallery {
  margin: 0;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.gallery-wrapper .block {
  flex-basis: calc(25% - 20px);
}
.gallery-wrapper .block .image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
.gallery-wrapper .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery {
  padding-top: 0;
}
.gallery .button {
  text-align: center;
  margin-top: 20px;
}
.gallery .button .btn-secondary:hover {
  color: #af2530;
}

@media screen and (max-width: 992px) {
  .gallery-wrapper {
    gap: 30px 20px;
  }
  .gallery-wrapper .block {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-wrapper {
    gap: 30px 20px;
  }
  .gallery-wrapper .block {
    flex-basis: calc(50% - 20px);
  }
}
section.quote-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
section.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(112, 7, 18, 0.8);
  transition: 0.5s all;
  z-index: -1;
}
section.quote-section .section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 30px;
}
section.quote-section .section-wrapper .quote-block {
  flex-basis: calc(50% - 30px);
}
section.quote-section .section-wrapper h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 50px;
  text-align: right;
}
section.quote-section .section-wrapper .button {
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 992px) {
  section.quote-section .container {
    max-width: 900px;
  }
  section.quote-section .section-wrapper h2 {
    font-size: 40px;
    padding-right: 50px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  section.quote-section {
    padding: 60px 0;
  }
  section.quote-section .section-wrapper h2 {
    font-size: 32px;
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
section.testimonials-section .testimonials-wrapper {
  padding-top: 20px;
}
section.testimonials-section .testimonials-wrapper .testimonials-box {
  text-align: center;
  margin-inline: 10px;
  padding: 20px 0;
}
section.testimonials-section .testimonials-wrapper .testimonials-box .block {
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
section.testimonials-section .testimonials-wrapper .testimonials-box .block figure {
  text-align: -webkit-center;
  padding-bottom: 15px;
}
section.testimonials-section .testimonials-wrapper .testimonials-box .block figure img {
  max-width: 80px;
  height: 100%;
  border: 3px solid #1a1919;
  border-radius: 10px;
  padding: 5px;
}
section.testimonials-section .testimonials-wrapper .testimonials-box .block strong {
  font-size: 20px;
  color: #700712;
  line-height: 1.3;
}
section.testimonials-section .testimonials-wrapper .testimonials-box .block .desc {
  font-size: 14px;
  padding: 10px 0;
}
section.testimonials-section .testimonials-wrapper #triangle-topright {
  width: 0;
  height: 0;
  border-top: 25px solid #8a8a8a;
  border-left: 50px solid transparent;
}
section.testimonials-section .testimonials-wrapper .citation {
  text-align: left;
  padding-left: 50px;
}
section.testimonials-section .testimonials-wrapper .citation .name {
  font-size: 20px;
  font-weight: 800;
  color: #700712;
}
section.testimonials-section .testimonials-wrapper .citation .address {
  color: #1a1919;
  font-weight: 800;
  font-size: 15px;
}

.callus {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.callus .content-block {
  background: #ffffff;
  padding: 60px;
  width: 50%;
  margin-left: auto;
}
.callus .content-block h4 {
  font-size: 36px;
  font-weight: 600;
  color: #1a1919;
  padding-left: 20px;
  word-spacing: 0.09em;
  line-height: 1.3;
  position: relative;
}
.callus .content-block h4 span {
  color: #700712;
}
.callus .content-block h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #700712;
}
.callus .content-block p {
  padding: 30px 0;
}
.callus .content-block .btn-align {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.callus .content-block .btn-align .btn-secondary:hover {
  color: #af2530;
}

@media screen and (max-width: 992px) {
  .callus .content-block {
    padding: 40px;
    width: 75%;
  }
  .callus .content-block h4 {
    font-size: 26px;
  }
  .callus .content-block p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .callus .content-block {
    padding: 40px;
    width: 75%;
  }
  .callus .content-block h4 {
    font-size: 20px;
  }
  .callus .content-block p {
    padding: 20px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  .callus .content-block {
    padding: 40px;
    width: 100%;
  }
  .callus .content-block h4 {
    font-size: 18px;
  }
}
footer .footer-middle {
  padding: 50px 0;
}
footer .footer-middle .footer-wrapper .logo {
  margin-bottom: 20px;
}
footer .footer-middle .footer-wrapper .logo img {
  max-width: 200px;
}
footer .footer-middle .footer-wrapper .title {
  color: #000000;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 800;
  line-height: 1.2;
}
footer .footer-middle .footer-wrapper .desc {
  color: #525252;
  font-size: 15px;
}
footer .footer-middle .footer-wrapper .footer-title {
  color: #000000;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 800;
}
footer .footer-middle .footer-wrapper ul.quick-links a {
  font-size: 16px;
}
footer .footer-middle .footer-wrapper ul li,
footer .footer-middle .footer-wrapper ul .menu-item {
  padding-bottom: 16px;
}
footer .footer-middle .footer-wrapper ul li .icon,
footer .footer-middle .footer-wrapper ul .menu-item .icon {
  padding-right: 10px;
}
footer .footer-middle .footer-wrapper ul li .icon i,
footer .footer-middle .footer-wrapper ul .menu-item .icon i {
  font-size: 16px;
  color: #700712;
}
footer .footer-middle .footer-wrapper ul li a,
footer .footer-middle .footer-wrapper ul .menu-item a {
  color: #000000;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
footer .footer-middle .footer-wrapper ul li a:hover,
footer .footer-middle .footer-wrapper ul .menu-item a:hover {
  color: #700712;
}
footer .footer-middle .footer-wrapper ul li .text h6,
footer .footer-middle .footer-wrapper ul .menu-item .text h6 {
  font-size: 14px;
}
footer .footer-middle .footer-wrapper ul li .text a,
footer .footer-middle .footer-wrapper ul .menu-item .text a {
  color: #000000;
  font-size: 16px;
}
footer .footer-middle .footer-wrapper ul li .text-dark,
footer .footer-middle .footer-wrapper ul .menu-item .text-dark {
  font-size: 16px;
  font-weight: 600;
}
footer .footer-middle .footer-wrapper ul li .social-icons a i,
footer .footer-middle .footer-wrapper ul .menu-item .social-icons a i {
  font-size: 14px;
}
footer .footer-bottom {
  background: #700712;
  padding: 20px 0;
}
footer .footer-bottom .footer-wrapper .menus {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 10px;
}
footer .footer-bottom .footer-wrapper .menus a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
footer .footer-bottom .footer-wrapper .menus a:hover {
  color: #e74216;
}
footer .footer-bottom .footer-wrapper .block,
footer .footer-bottom .footer-wrapper a {
  color: #ffffff;
  font-size: 16px;
}
footer .footer-bottom .footer-wrapper .block a,
footer .footer-bottom .footer-wrapper a a {
  display: inline;
  color: #ffffff;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
footer .footer-bottom .footer-wrapper .block a:hover,
footer .footer-bottom .footer-wrapper a a:hover {
  color: #e74216;
}

@media screen and (max-width: 992px) {
  footer .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 50px 0;
  }
  footer .footer-top h1,
  footer .footer-top a {
    font-size: 22px;
  }
  footer .footer-middle {
    text-align: center;
    padding: 50px 0;
  }
  footer .footer-middle .footer-wrapper .logo img {
    max-width: 150px;
  }
  footer .footer-middle .footer-wrapper .title {
    font-size: 20px;
    padding-top: 20px;
  }
  footer .footer-middle .footer-wrapper .desc {
    font-size: 13px;
  }
  footer .footer-middle .footer-wrapper .footer-title {
    font-size: 20px;
    padding: 20px 0;
  }
  footer .footer-middle .footer-wrapper ul li {
    padding-bottom: 14px;
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .icon {
    padding-right: 10px;
  }
  footer .footer-middle .footer-wrapper ul li .icon i {
    font-size: 16px;
    color: #700712;
  }
  footer .footer-middle .footer-wrapper ul li .text h6 {
    font-size: 14px;
  }
  footer .footer-middle .footer-wrapper ul li .text a {
    color: #000000;
    font-size: 15px;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons {
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons a i {
    font-size: 16px;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
  footer .footer-bottom .footer-wrapper .menus {
    justify-content: center;
    padding-bottom: 10px;
  }
  footer .footer-bottom .footer-wrapper .menus a {
    font-size: 16px;
    font-weight: 400;
  }
  footer .footer-bottom .footer-wrapper .block,
  footer .footer-bottom .footer-wrapper a {
    font-size: 15px;
  }
}
.who-we-are .about {
  margin: 0;
}
.who-we-are .our-features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.who-we-are .our-features .featured-image {
  flex: 0 0 calc(50% - 20px);
}
.who-we-are .our-features .featured-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.who-we-are .our-features .feature-content {
  flex: 0 0 calc(50% - 20px);
}
.who-we-are .our-features .feature-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 2px;
  line-height: 1.1;
}
.who-we-are .our-features .feature-content p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 20px;
}
.who-we-are .our-features .feature-content .featured-point {
  margin-top: 20px;
}
.who-we-are .our-features .feature-content .featured-point .featured-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.who-we-are .our-features .feature-content .featured-point .featured-block .icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: grid;
  place-items: center;
  background-color: #700712;
}
.who-we-are .our-features .feature-content .featured-point .featured-block .icon i {
  font-size: 1rem;
  color: #ffffff;
}
.who-we-are .our-features .feature-content .featured-point .featured-block .desc {
  flex-basis: calc(100% - 70px);
}
.who-we-are .our-features .feature-content .featured-point .featured-block .desc h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #700712;
}
.who-we-are .our-features .feature-content .featured-point .featured-block .desc p {
  padding-top: 5px;
}

@media screen and (max-width: 1400px) {
  .who-we-are .our-features .feature-content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .who-we-are .our-features {
    flex-direction: column;
    gap: 30px;
  }
  .who-we-are .our-features .feature-content {
    padding: 0;
  }
  .who-we-are .our-features .feature-content h4 {
    font-size: 1.25rem;
  }
  .who-we-are .our-features .feature-content p {
    padding-top: 5px;
  }
  .who-we-are .our-features .feature-content .featured-point .featured-block .desc h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are .our-features {
    gap: 20px;
  }
  .who-we-are .our-features .feature-content h4 {
    font-size: 1.125rem;
  }
}
.page-services {
  background: url("../images/Pattern-Randomized.svg");
}
.page-services .service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
  height: auto;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
  padding: 20px 30px;
  background-color: #ffffff;
  box-shadow: 2px 1px 14px -8px #1a1919;
  border-radius: 10px;
}
.page-services .servie-block .content h5 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #700712;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
}
.page-services .servie-block .bottom-content {
  flex-basis: 100%;
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 10px;
}
.page-services .servie-block .bottom-content ul li {
  margin-bottom: 10px;
}
.page-services .servie-block .bottom-content ul li p {
  color: #1a1919;
}
.page-services .servie-block .bottom-content ul li p span {
  display: block;
  font-weight: 700;
  color: #700712;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.page-services .servie-block .bottom-content ul li:last-child {
  margin-bottom: 0;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  }
  .page-services .servie-block .images img {
    border-radius: 0;
  }
  .page-services .servie-block .content {
    text-align: center;
    border-radius: 0;
  }
  .page-services .servie-block .content h5 {
    font-size: 1.5rem;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content {
    text-align: center;
  }
  .page-services .servie-block .bottom-content ul li p span {
    font-size: 1.125rem;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .page-services .servie-block .content {
    padding: 20px;
  }
  .page-services .servie-block .content h5 {
    font-size: 1.25rem;
  }
}
.page-product {
  background-color: rgba(175, 37, 48, 0.09);
}
.page-product .product_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
.page-product .product_wrapper .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.page-product .product_wrapper .section-header h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
}
.page-product .product_wrapper .products-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  width: 100%;
}
.page-product .product_wrapper .products-block .card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  width: 100%;
  flex-basis: calc(33.3333333333% - 20px);
  flex-direction: column;
  box-shadow: 2px 2px 1px rgba(17, 24, 39, 0.09);
  transition: box-shadow 0.2s, transform 0.2s;
}
.page-product .product_wrapper .products-block .card:hover {
  box-shadow: 0 8px 32px rgba(17, 24, 39, 0.08);
  transform: translateY(-2px);
}
.page-product .product_wrapper .products-block .card .card-top {
  position: relative;
  padding: 18px;
}
.page-product .product_wrapper .products-block .card .card-top .badge {
  position: absolute;
  left: 18px;
  top: 14px;
  background: #e9fbfb;
  color: #0f8688;
  border: 1px solid #bff0f0;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.page-product .product_wrapper .products-block .card .card-top .images {
  width: 100%;
  height: auto;
}
.page-product .product_wrapper .products-block .card .card-top .images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/2;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.page-product .product_wrapper .products-block .card .content {
  padding: 20px;
}
.page-product .product_wrapper .products-block .card .content h2 {
  text-align: center;
  padding: 6px;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1f2937;
}
.page-product .product_wrapper .products-block .card .content h6 {
  font-size: 0.975rem;
  text-align: center;
  padding: 10px 5px;
}
.page-product .product_wrapper .products-block .card .content p {
  padding: 10px;
  font-size: 14px;
  color: #262729;
  text-align: center;
}
.page-product .product_wrapper .products-block .card .content p span {
  color: #000000;
  font-weight: 500;
}
.page-product .product_wrapper .products-block .card .content .button {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}
.page-product .product_wrapper .products-block .card .button {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .page-product .product_wrapper {
    flex-direction: column;
  }
  .page-product .product_wrapper .products-block {
    display: flex;
    flex-wrap: wrap;
  }
  .page-product .product_wrapper .products-block .card {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .product_wrapper {
    flex-direction: column;
  }
  .product_wrapper .products-block {
    display: flex;
    flex-wrap: wrap;
  }
  .product_wrapper .products-block .card {
    flex-basis: calc(50% - 20px);
  }
  .product_wrapper .products-block .card .image img {
    aspect-ratio: 1/1;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .product_wrapper .section-header {
    text-align: center;
  }
  .product_wrapper .products-block {
    flex-direction: column;
  }
}
.page-contact {
  padding: 100px 0;
}
.page-contact .contact-title {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
.page-contact .contact-title .left-side {
  flex: 0 0 40%;
}
.page-contact .contact-title .left-side h6 {
  font-size: 1rem;
  font-weight: 300;
  color: #700712;
  text-transform: uppercase;
}
.page-contact .contact-title .left-side h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #af2530;
  text-transform: capitalize;
  padding-top: 10px;
}
.page-contact .contact-title .right-side {
  flex: 0 0 60%;
}
.page-contact .contact-title .right-side .desc {
  font-size: 1rem;
  font-weight: 400;
  color: #8a8a8a;
}
.page-contact .contact-form {
  display: flex;
}
.page-contact .contact-form .form {
  flex: 0 0 60%;
  padding: 40px 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 18px -10px #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-contact .contact-form .form .form-block {
  flex: 0 0 calc(50% - 20px);
  margin-bottom: 30px;
}
.page-contact .contact-form .form .form-block .form-fill {
  width: 100%;
  padding: 15px 10px;
  border: none;
  border-bottom: 1px solid #8a8a8a;
  border-radius: 4px;
  font-size: 1rem;
  color: #8a8a8a;
}
.page-contact .contact-form .form .form-block.message {
  flex: 0 0 100%;
}
.page-contact .contact-form .form .form-block.message .form-fill {
  resize: none;
  height: 150px;
}
.page-contact .contact-form .form .form-block.submit-btn {
  flex: 0 0 100%;
}
.page-contact .contact-form .form .form-block.full-width {
  flex: 0 0 100%;
}
.page-contact .contact-form .info {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(112, 7, 18, 0.9);
  padding: 20px 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 0 8px -6px #000000;
}
.page-contact .contact-form .info .info-block {
  display: flex;
  align-items: center;
  margin: 20px 0 10px 0;
}
.page-contact .contact-form .info .info-block .icon {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  margin-right: 20px;
  transition: 0.5s ease-out;
}
.page-contact .contact-form .info .info-block .icon i {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 60px;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.page-contact .contact-form .info .info-block .txt .txt-title {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
}
.page-contact .contact-form .info .info-block .txt p {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  overflow-wrap: anywhere;
  transition: 0.5s ease-out;
  transition-delay: 0.1s;
}
.page-contact .contact-form .info .info-block:hover .icon {
  background-color: #ffffff;
}
.page-contact .contact-form .info .info-block:hover .icon i {
  color: #3c3eee;
}
.page-contact .contact-form .info .info-block:hover .txt p {
  color: #000000;
}

@media screen and (max-width: 992px) {
  .page-contact .contact-title {
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
  }
  .page-contact .contact-title .left-side {
    margin-bottom: 20px;
  }
  .page-contact .contact-form {
    flex-direction: column;
  }
  .page-contact .contact-form .form {
    padding: 20px 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-contact .contact-form .info {
    padding: 20px 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (max-width: 577px) {
  .page-contact .contact-title {
    padding-bottom: 30px;
  }
  .page-contact .contact-form .form {
    padding: 20px 30px;
  }
  .page-contact .contact-form .form .form-block {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .page-contact .contact-form .form .form-block .form-fill {
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    border-radius: 4px;
    font-size: 1rem;
    color: #8a8a8a;
  }
  .page-contact .contact-form .form .form-block.message {
    flex: 0 0 100%;
  }
  .page-contact .contact-form .form .form-block.message .form-fill {
    resize: none;
    height: 150px;
  }
  .page-contact .contact-form .form .form-block.submit-btn {
    flex: 0 0 100%;
  }
  .page-contact .contact-form .info {
    padding: 20px 30px;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #700712;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery .container {
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .gallery .container .gallery-wrapper .block .image {
  aspect-ratio: 3/2;
}
.single-service-wrap {
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #700712;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgb(99.75, 99.75, 99.75);
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
