/*!
Theme Name: Linear Web - A1 Proficient Carpentry
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_a1proficientcarpentry
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 - A1 Proficient Carpentry 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 ------- */
/* Main Fonts */
/* Colors */
/* mostly used color */
/* Radius */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  background-color: #F8F8FB;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: inherit;
}

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

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5;
  color: #292929;
  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: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Plus Jakarta Sans", 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;
  }
}
.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 41, 41, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #f8f8f8;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a:hover {
  color: #eac616;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

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

.btn {
  border: none;
}

.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  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 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 35px;
}
.btn.btn-primary {
  background-color: #eac616;
  color: #ffffff;
  border-color: #eac616;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #eac616;
  color: #eac616;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #eac616;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #eac616;
  color: #eac616;
}
.btn.btn-primary-ghost:hover {
  background-color: #eac616;
  color: #ffffff;
  border-color: #eac616;
}
.btn.btn-secondary {
  background-color: #af9208;
  color: #ffffff;
  border-color: #af9208;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #af9208;
  color: #af9208;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #af9208;
  color: #af9208;
}
.btn.btn-secondary-ghost:hover {
  background-color: #af9208;
  color: #ffffff;
  border-color: #af9208;
}
.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);
}

.section {
  padding: 80px 0;
}

.half-section {
  padding: 40px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
  .half-section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.page {
  margin: 0;
}

figure {
  margin: 0;
}

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

.main-title {
  margin-bottom: 60px;
}
.main-title h6 {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #eac616;
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.main-title h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #6ca0a7;
}
.main-title h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #eac616;
  text-transform: capitalize;
  margin-top: 10px;
}
.main-title p {
  font-size: 1rem;
  line-height: 1.5;
  color: #6ca0a7;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-info .contact-item {
  display: inline-block;
}
.contact-info .contact-item h6 {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item p {
  display: inline-block;
  color: #f8f8f8;
  margin-top: 5px;
  position: relative;
}
.contact-info .contact-item p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #eac616;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item:hover h6 {
  color: #eac616;
}
.contact-info .contact-item:hover p::before {
  width: 100%;
}

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

@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h5 {
    font-size: 1.75rem;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title h5 {
    font-size: 1.5rem;
  }
}
.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: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 10px;
  font-size: 1rem;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input[type=email] {
  text-transform: none;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #292929;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #292929;
  border-bottom: 1px solid #292929;
}
.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;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 3px;
  z-index: 1;
}
.icon-block.circle-radius {
  border-radius: 100%;
}
.icon-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #eac616;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #eac616;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block svg {
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block:hover::before {
  width: 100%;
  height: 100%;
}
.icon-block:hover i {
  color: #ffffff;
}
.icon-block:hover svg path {
  fill: #af9208;
  stroke: #af9208;
}

.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: 8px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(234, 198, 22, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(234, 198, 22, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #ffffff;
  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;
}

/* -- 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(234, 198, 22, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #bc9f11;
  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-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #d4d7dd;
  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: #eac616;
  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 #eac616;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #d4d7dd;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #ffffff;
}
.slick-arrow.left {
  left: 5px;
  z-index: 9;
}
.slick-arrow.right {
  right: 5px;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 100dvh;
}
.thanks .icon {
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #af9208;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #eac616;
  border: 1px solid #eac616;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

.header {
  z-index: 9999;
  background-color: #0b1119;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  max-width: 120px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: flex-start;
  flex-basis: 72%;
  flex-grow: 0;
}
.header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 6px 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-left: auto;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #eac616;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button {
  margin-left: auto;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button .nav-link {
  font-size: 0.9375rem;
  color: #292929;
  background-color: #eac616;
  padding: 10px 30px;
  border-radius: 8px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #292929;
  text-transform: capitalize;
  line-height: 1.3;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #eac616;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #0b1119;
  z-index: 9999;
}
.header.fixed-header .navbar {
  padding: 5px 0;
}
.header.fixed-header .navbar .navbar-brand figure {
  max-width: 100px;
}

@media screen and (max-width: 1200px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #ffffff;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
  }
  .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 svg.cross path {
    stroke: #ffffff;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #ffffff;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 40%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem;
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-left: initial;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.button {
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  .header.fixed-header .navbar-toggler {
    border: 1px solid #ffffff;
    width: 35px;
  }
  .header.fixed-header .navbar-toggler svg {
    fill: #ffffff;
    width: 20px;
  }
  .header.fixed-header .navbar-toggler svg.cross path {
    stroke: #ffffff;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    max-width: 80px;
  }
}
@media screen and (max-width: 5768x) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
    opacity: 1;
    pointer-events: all;
    height: 100%;
    background-color: #af9208;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    color: #ffffff;
  }
}
.banner .banner-slider .banner-block {
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000000 10%, rgba(0, 0, 0, 0) 60%);
}
.banner .banner-slider .banner-block .figure {
  height: calc(100dvh - 80px);
  display: block;
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banner-slider .banner-block .content h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 40px;
  color: #ffffff;
  position: relative;
}
.banner .banner-slider .banner-block .content h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #6ca0a7;
}
.banner .banner-slider .banner-block .content h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-transform: capitalize;
  word-spacing: 5px;
  max-width: 900px;
  margin: 25px 0 30px 0;
}
.banner .banner-slider .banner-block .content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 50px;
  padding-left: 20px;
  position: relative;
}
.banner .banner-slider .banner-block .content p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #6ca0a7;
}

@media screen and (max-width: 992px) {
  .banner .banner-slider .banner-block .content h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    background-color: #eac616;
  }
  .banner .banner-slider .banner-block .figure {
    height: 100%;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    transform: translateY(0%);
    padding: 40px;
  }
  .banner .banner-slider .banner-block .content h4 {
    font-size: 2rem;
    margin: 25px 0 30px 0;
  }
  .banner .banner-slider .banner-block .content p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-slider .banner-block .content h6 {
    font-size: 0.875rem;
  }
  .banner .banner-slider .banner-block .content h4 {
    font-size: 1.5rem;
    margin: 20px 0 30px 0;
  }
  .banner .banner-slider .banner-block .content p {
    margin-bottom: 30px;
    font-size: 0.875rem;
  }
}
.why-choose-us .main-title {
  text-align: center;
}
.why-choose-us .wrapper {
  align-items: flex-start;
  gap: 30px 15px;
}
.why-choose-us .wrapper .choose-block {
  flex-basis: calc(33.3333333333% - 15px);
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.why-choose-us .wrapper .choose-block .svg-icon {
  width: 40px;
  aspect-ratio: 1/1;
}
.why-choose-us .wrapper .choose-block .svg-icon svg {
  width: 100%;
  height: 100%;
}
.why-choose-us .wrapper .choose-block .desc h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #eac616;
  text-transform: capitalize;
  margin-block: 20px;
}
.why-choose-us .wrapper .choose-block .desc p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.why-choose-us .wrapper .choose-block .desc .btn-link {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.why-choose-us .wrapper .choose-block .desc .btn-link p {
  font-size: 0.9375rem;
  color: #eac616;
  text-transform: capitalize;
  transition: 0.3s ease-in-out 0.1s;
}
.why-choose-us .wrapper .choose-block .desc .btn-link i {
  font-size: 0.875rem;
  color: #eac616;
  transition: 0.3s ease-in-out;
}
.why-choose-us .wrapper .choose-block .desc .btn-link:hover p {
  color: #af9208;
}
.why-choose-us .wrapper .choose-block .desc .btn-link:hover i {
  color: #af9208;
  transform: translateX(5px);
}

@media screen and (max-width: 992px) {
  .why-choose-us .wrapper .choose-block {
    padding: 20px 20px;
  }
  .why-choose-us .wrapper .choose-block .svg-icon {
    width: 40px;
    aspect-ratio: 1/1;
  }
  .why-choose-us .wrapper .choose-block .desc h5 {
    font-size: 1.125rem;
  }
  .why-choose-us .wrapper .choose-block .desc p {
    font-size: 0.875rem;
  }
  .why-choose-us .wrapper .choose-block .desc .btn-link {
    margin-top: 20px;
  }
  .why-choose-us .wrapper .choose-block .desc .btn-link p {
    font-size: 0.875rem;
  }
  .why-choose-us .wrapper .choose-block .desc .btn-link i {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper {
    flex-direction: column;
  }
  .why-choose-us .wrapper .choose-block .svg-icon {
    width: 30px;
    margin: auto;
  }
  .why-choose-us .wrapper .choose-block .desc {
    text-align: center;
  }
  .why-choose-us .wrapper .choose-block .desc h5 {
    font-size: 1.125rem;
  }
  .why-choose-us .wrapper .choose-block .desc .btn-link {
    justify-content: center;
  }
}
.about .wrapper {
  gap: 40px;
  align-items: initial;
}
.about .wrapper .about-image {
  flex-basis: calc(50% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 10px;
  border-radius: 5px;
  position: relative;
}
.about .wrapper .about-image .background-attachment {
  width: auto;
  height: auto;
  z-index: 1;
  left: calc(100% + 40px);
  top: -40px;
  transform: translateX(-100%);
}
.about .wrapper .about-image .figure {
  height: 100%;
}
.about .wrapper .about-image .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 15/14;
  object-fit: cover;
  border-radius: 12px;
}
.about .wrapper .about-content {
  flex-basis: calc(50% - 40px);
}
.about .wrapper .about-content .main-title {
  margin-bottom: 0;
}
.about .wrapper .about-content .desc p {
  margin-top: 40px;
  position: relative;
  padding-left: 20px;
}
.about .wrapper .about-content .desc p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #6ca0a7;
}
.about .wrapper .about-content .desc .btn {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .about .wrapper {
    align-items: normal;
    gap: 40px 20px;
  }
  .about .wrapper .about-image {
    flex-basis: calc(50% - 20px);
  }
  .about .wrapper .about-image .figure img {
    height: 100%;
  }
  .about .wrapper .about-content {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .about .wrapper {
    gap: 30px;
    flex-direction: column;
  }
  .about .wrapper .about-image .background-attachment {
    display: none;
  }
  .about .wrapper .about-image .figure img {
    height: 100%;
    aspect-ratio: 3/2;
  }
  .about .wrapper .about-content .desc p,
  .about .wrapper .about-content .desc .btn {
    margin-top: 20px;
  }
}
.service .main-title {
  text-align: center;
}
.service .wrapper {
  align-items: initial;
  justify-content: initial;
  gap: 40px 20px;
}

.service-block {
  flex-basis: calc(33.3333333333% - 20px);
  position: relative;
  cursor: pointer;
  overflow: visible;
  padding: 20px;
  border-radius: 12px;
  background-color: #ffffff;
}
.service-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.service-block .desc h6 {
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 20px;
  text-transform: capitalize;
  color: #eac616;
  transition: 0.5s ease-in-out 0.2s;
}
.service-block.button {
  background-color: transparent;
  flex-basis: 100%;
  text-align: center;
}
.service-block:hover .icon {
  box-shadow: #eac616 0px 1px 5px;
}
.service-block:hover .content::before {
  width: 100%;
  height: 100%;
}
.service-block:hover .content h6 {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .service .wrapper {
    justify-content: initial;
    gap: 30px 15px;
  }
  .service-block {
    flex-basis: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 992px) {
  .service .wrapper {
    align-items: initial;
    justify-content: initial;
    margin-top: 70px;
  }
  .service-block .icon {
    width: 70px;
  }
  .service-block .icon svg {
    width: 25px;
  }
  .service-block .content {
    padding: 20px 10px;
  }
  .service-block .content h6 {
    font-size: 1.125rem;
  }
  .service-block .content p {
    font-size: 0.935rem;
  }
}
@media screen and (max-width: 768px) {
  .service-block {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .service .wrapper {
    flex-direction: column;
  }
}
.testimonial {
  background-color: #ffffff;
}

.testimonial-block {
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  overflow: visible;
}
.testimonial-block .block-wrap {
  padding: 20px 40px;
}
.testimonial-block .block-wrap .top-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.testimonial-block .block-wrap .image {
  width: 60px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background-color: #eac616;
}
.testimonial-block .block-wrap .image img {
  width: 100%;
  height: 100%;
}
.testimonial-block .block-wrap .details {
  flex-grow: 1;
  text-align: center;
  background-color: #f8f8f8;
  padding: 5px 0;
}
.testimonial-block .block-wrap .details p {
  font-size: 1rem;
  font-weight: 700;
  color: #292929;
  text-transform: capitalize;
  line-height: 1.5;
}
.testimonial-block .block-wrap .details p.address {
  font-size: 0.8125rem;
  font-weight: 400;
}
.testimonial-block .block-wrap .top-content p {
  color: #000000;
  font-size: 0.9375rem;
  margin-top: 15px;
  line-height: 1.5;
  margin: 30px 0;
}

.call-us {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-color: #ffffff;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1119;
}
.call-us .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #af9208;
  padding: 60px;
  border-radius: 12px;
  position: relative;
  z-index: 99;
}
.call-us .wrap p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  max-width: 600px;
}

@media screen and (max-width: 1200px) {
  .call-us::before {
    top: 110px;
  }
  .call-us .wrap {
    padding: 40px;
  }
  .call-us .wrap p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .call-us::before {
    top: 100px;
  }
  .call-us .wrap {
    gap: 20px;
    justify-content: center;
  }
  .call-us .wrap p {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .call-us .wrap p {
    font-size: 1.125rem;
  }
}
.footer {
  background-color: #000000;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 20px;
}
.footer .footer-wrapper .wrap-block {
  flex-basis: 40%;
  /* Wrap Div Last Child */
}
.footer .footer-wrapper .wrap-block .footer-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-wrapper .wrap-block .footer-block .logo {
  width: 120px;
}
.footer .footer-wrapper .wrap-block .footer-block .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block {
  width: 40px;
  border: none;
  border-radius: 5px;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block::before {
  width: 100%;
  height: 100%;
  background-color: #eac616;
  border-radius: 5px;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block i {
  color: #ffffff;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block:hover {
  border: 1px solid #af9208;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block:hover::before {
  width: 0;
  height: 0;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block:hover i {
  color: #af9208;
}
.footer .footer-wrapper .wrap-block .footer-block .desc {
  max-width: 400px;
}
.footer .footer-wrapper .wrap-block .footer-block .desc p {
  color: #f8f8f8;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.footer .footer-wrapper .wrap-block .footer-block .desc .license-block {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.footer .footer-wrapper .wrap-block .footer-block .desc .license-block h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.footer .footer-wrapper .wrap-block .footer-block .desc .license-block p {
  font-size: 0.875rem;
  color: #f8f8f8;
}
.footer .footer-wrapper .wrap-block .footer-block .desc .license-block p span {
  font-weight: 500;
}
.footer .footer-wrapper .wrap-block:last-child {
  flex-basis: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block {
  flex-basis: calc(33.3333333333% - 20px);
  /* footer-block Div Last Child */
}
.footer .footer-wrapper .wrap-block:last-child .footer-block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li .nav-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item .nav-link {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #f8f8f8;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li:hover .nav-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item:hover .nav-link {
  transform: translateX(5px);
  color: #af9208;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block:last-child .quick-link .footer-item {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block:last-child .quick-link .footer-item .label h6 {
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block:last-child .quick-link .footer-item .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block:last-child .quick-link .footer-item .nav-link {
  text-transform: initial;
}
.footer .bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 40px 0 20px;
}
.footer .bottom-wrap p,
.footer .bottom-wrap a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #f8f8f8;
  text-transform: capitalize;
  display: inline-block;
}
.footer .bottom-wrap a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.footer .bottom-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #af9208;
  transition: 0.3s ease-in-out 0.1s;
}
.footer .bottom-wrap a:hover {
  color: #af9208;
}
.footer .bottom-wrap a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper .wrap-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    /* Wrap Div Last Child */
  }
  .footer .footer-wrapper .wrap-block .footer-block {
    gap: 20px;
    text-align: center;
  }
  .footer .footer-wrapper .wrap-block .footer-block .logo {
    width: 100px;
    margin: auto;
  }
  .footer .footer-wrapper .wrap-block .footer-block .desc p {
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .wrap-block .footer-block .social-icon-wrap {
    justify-content: center;
  }
  .footer .footer-wrapper .wrap-block:last-child {
    align-items: initial;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block {
    text-align: left;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .bottom-wrap {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .wrap-block {
    padding: 30px 0;
    /* Wrap Div Last Child */
  }
  .footer .footer-wrapper .wrap-block .footer-block .logo {
    width: 100px;
  }
  .footer .footer-wrapper .wrap-block:last-child {
    flex-direction: column;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block {
    text-align: center;
    gap: 0;
    /* footer-block Div Last Child */
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block h5 {
    font-size: 1.25rem;
    display: inline-block;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block h5::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block:last-child .quick-link .footer-item {
    text-align: center;
    align-items: center;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block:last-child .quick-link .footer-item .label h6 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .footer .footer-wrapper .wrap-block:last-child .bottom-wrap {
    justify-content: center;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
  /* Feature Section in Inner Page*/
}
.page-about .extra-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .extra-content p {
  color: #292929;
}
.page-about .features {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content .desc p:last-child {
    margin-bottom: 0;
  }
  .page-about .about .wrapper .extra-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .extra-content {
    text-align: center;
  }
}
.gallery b .section-title {
  text-align: center;
}
.gallery .gallery-wrapper .img-block {
  width: 33.3333333333%;
  border-radius: 10px;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.gallery .gallery-wrapper .img-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(234, 198, 22, 0.75);
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .img-block img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gallery .gallery-wrapper .img-block .img-info {
  position: absolute;
  bottom: -100px;
  left: 30px;
  transition: 0.5s ease-in-out 0.3s;
  width: 80%;
}
.gallery .gallery-wrapper .img-block .img-info p {
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #f8f8f8;
  line-height: 1.2;
}
.gallery .gallery-wrapper .img-block .img-info .imgtitle {
  font-size: 0.875rem;
  color: #f8f8f8;
  text-transform: capitalize;
}
.gallery .gallery-wrapper .img-block:hover:before {
  width: 100%;
}
.gallery .gallery-wrapper .img-block:hover .img-info {
  bottom: 20px;
}
.gallery .gallery-wrapper.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.gallery .gallery-wrapper.main-wrapper .img-block {
  margin: 0;
  width: 100%;
  flex-basis: calc(33.3333333333% - 15px);
}

@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper.main-wrapper .img-block {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-wrapper.main-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.page-services .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.page-services .service-wrapper .service-block {
  flex-basis: calc(33.3333333333% - 20px);
}

@media screen and (max-width: 992px) {
  .page-services .service-wrapper {
    justify-content: space-between;
  }
  .page-services .service-wrapper .service-block {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .page-services .service-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.page-contact {
  background-color: rgba(41, 41, 41, 0.5);
}
.page-contact .contact-wrap {
  display: flex;
  justify-content: space-between;
}
.page-contact .contact-wrap .social-icons {
  background-image: url(images/svg/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-basis: 25%;
  background-color: #292929;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.page-contact .contact-wrap .social-icons .title h6 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.page-contact .contact-wrap .social-icons .icons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
  width: 70px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center;
  background-color: #dce7d5;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
  font-size: 1.5rem;
  color: #000000;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover {
  background-color: #eac616;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover i {
  color: #ffffff;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail i {
  font-size: 0.75rem;
  padding-right: 5px;
  color: #ffffff;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #f8f8f8;
  text-transform: capitalize;
  text-align: left;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address:last-child {
  text-transform: inherit;
}
.page-contact .contact-wrap .form-wrap {
  flex: 0 0 60%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}
.page-contact .contact-wrap .form-wrap .title h4 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  color: #eac616;
}
.page-contact .contact-wrap .form-wrap .title p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  max-width: 450px;
  margin: 0 0 35px 0;
}
.page-contact .contact-wrap .form-wrap .form .form-group .form-input {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.page-contact .contact-wrap .form-wrap .form .form-group .form-input:focus-within {
  outline: none;
  border: none;
}
.page-contact .map-header h4 {
  font-size: 2rem;
  padding: 20px 0;
  align-items: center;
  text-align: center;
}
.page-contact .map-header .google-map {
  padding-bottom: 60px;
}
.page-contact .map-header .google-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrap .social-icons {
    padding: 30px;
  }
  .page-contact .contact-wrap .social-icons .title h6 {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .address {
    font-size: 0.8125rem;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 3.5rem;
  }
  .page-contact .contact-wrap .form-wrap .title p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .page-contact .contact-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .page-contact .contact-wrap .social-icons {
    background-size: cover;
    margin-bottom: 30px;
    gap: 30px;
    flex-direction: row;
    align-items: center;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap {
    gap: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .contact-wrap .social-icons {
    flex-direction: column;
  }
  .page-contact .contact-wrap .social-icons .main-icon-wrap .icons-wrap {
    justify-content: center;
  }
  .page-contact .contact-wrap .social-icons .co-info .info-detail {
    justify-content: center;
  }
  .page-contact .map-header h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact-wrap .social-icons .icons-wrap {
    margin: 20px 0;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 2.5rem;
  }
  .page-contact .contact-wrap .form-wrap .title p {
    font-size: 0.8125rem;
    margin: 5px 0 20px 0;
  }
}
.quote {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("images/gallery_1.jpg");
  position: relative;
  z-index: 1;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.quote .main-title {
  text-align: center;
  margin-bottom: 40px;
}
.quote .main-title h4 {
  color: #ffffff;
}
.quote .main-title p {
  color: #f8f8f8;
  max-width: 550px;
  margin: auto;
  margin-top: 20px;
}
.quote .quote-wrapper .form-quote {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.quote .quote-wrapper .form-quote .form {
  justify-content: center;
}
.quote .quote-wrapper .form-quote .form .form-group label {
  color: #ffffff;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  color: #ffffff;
  border: 1px solid #f8f8f8;
  border-radius: 12px;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input::placeholder {
  color: #ffffff;
}

.single-service-page {
  background-color: #ffffff;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(50% - 20px);
  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-image-block {
  flex-basis: calc(50% - 20px);
}
.single-service-wrap .service-image-block figure {
  height: 100%;
}
.single-service-wrap .service-image-block figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-wrap .full-page-content .gallery {
  padding: 0;
  background-image: unset !important;
}
.single-service-wrap .full-page-content .gallery::before {
  display: none;
}
.single-service-wrap .full-page-content .gallery .image-gallery {
  justify-content: initial;
}
.single-service-wrap .full-page-content .gallery .button {
  display: none;
}
.single-service-wrap h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #eac616;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap h2 {
  font-size: 2rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #af9208;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap p {
  line-height: 1.7;
  color: #292929;
  margin-bottom: 20px;
}
.single-service-wrap p:last-child {
  margin-bottom: 0;
}
.single-service-wrap ul {
  margin-bottom: 20px;
}
.single-service-wrap ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 1rem;
}
.single-service-wrap ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
    flex-direction: column;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-image-block .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap h1 {
    font-size: 2rem;
  }
  .single-service-wrap h2 {
    font-size: 1.5rem;
  }
  .single-service-wrap h3 {
    font-size: 1.25rem;
  }
  .single-service-wrap p {
    font-size: 1rem;
  }
  .single-service-wrap ul li {
    font-size: 1rem;
  }
}

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