/*!
Theme Name: Linear Web - Planlaw
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_planlaw
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 - Planlaw 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 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@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=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway: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: "Merriweather", serif;
  color: inherit;
  letter-spacing: 0.03em;
}

p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #000000;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1a1818;
  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: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

span {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1600px) {
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}
.main-breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#breadcrumb {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
#breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.5);
  z-index: -1;
}
#breadcrumb .breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}
#breadcrumb .breadcrumb-wrapper a {
  font-weight: 700;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
#breadcrumb .breadcrumb-wrapper a:hover {
  color: #4e4e4e;
}
#breadcrumb .breadcrumb-wrapper span {
  color: #f8f8f8;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  font-size: 0.75rem;
  padding: 6px 14px;
}
.btn.btn-custom-mid,
.form-control.btn-custom-mid {
  font-size: 0.875rem;
  padding: 8px 20px;
}
.btn.btn-custom-large,
.form-control.btn-custom-large {
  font-size: 1rem;
  padding: 10px 25px;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #000000;
  color: #4e4e4e;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #4e4e4e;
  color: #4e4e4e;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #4e4e4e;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-secondary-ghost,
.form-control.btn-secondary-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-secondary-ghost:hover,
.form-control.btn-secondary-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.section {
  padding: 100px 0;
}

.bg-image-2 {
  position: relative;
  z-index: 1;
}
.bg-image-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/bg_img_2.jpg") no-repeat center/cover;
  opacity: 0.05;
  z-index: -1;
}

.bg-image {
  position: relative;
  z-index: 1;
  background-color: #636363;
}
.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/bg_img.jpg") no-repeat center/cover;
  opacity: 0.06;
  z-index: -1;
}

.title {
  margin-bottom: 40px;
  color: #ffffff;
}
.title p {
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #4e4e4e;
}
.title h5 {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

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

.background-attachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.post,
.page {
  margin: 0;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 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: 1rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border: none;
  background: transparent;
  padding: 10px;
  font-size: 0.9375rem;
  text-transform: capitalize;
  border-radius: 5px;
}
.form .form-group .form-input::placeholder {
  font-size: 0.9375rem;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #ffffff;
  border-bottom: 1px solid #ffffff;
}
.form .form-group select {
  width: 100%;
}
.form .form-group .form-subgroup label {
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #000000;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4e4e4e;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #ffffff;
}
.icon-block svg {
  width: 60px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out;
}
.icon-block:hover::before {
  height: 100%;
}
.icon-block:hover svg path {
  fill: #000000;
  stroke: #000000;
}

.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(78, 78, 78, 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(78, 78, 78, 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(0, 0, 0, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: black;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
.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: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #000000;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  padding: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #4e4e4e;
}

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

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #000000;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  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: #4e4e4e;
}
.thanks .redirect:hover h5 {
  color: #4e4e4e;
}

header {
  background-color: #ffffff;
}
header .navtop {
  background-color: #000000;
}
header .navtop .header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0;
}
header .navtop .header-wrapper ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navtop .header-wrapper ul li {
  margin-right: 25px;
}
header .navtop .header-wrapper ul li .item {
  color: #ffffff;
}
header .navtop .header-wrapper ul li .item h6 {
  font-size: 13px;
  font-weight: 500;
}
header .navtop .header-wrapper ul li .item i {
  margin-right: 10px;
}
header .navtop .header-wrapper .icon li {
  margin-right: 0;
}
header .navtop .header-wrapper .icon li .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .navtop .header-wrapper .icon li .social-icons .item {
  margin-left: 20px;
}
header .navtop .header-wrapper .icon li .social-icons .item:hover {
  color: #0a599d;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand figure {
  max-width: 120px;
}
header .navbar .navbar-toggler {
  background-color: #1a1818;
  border-radius: 3px;
  border: 1px solid #1a1818;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 5px 10px;
  padding: 0 5px;
  color: #dedede;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #000000;
}
header .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-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item {
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #1a1818;
  text-transform: capitalize;
  line-height: 1.3;
  padding: 5px 10px;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #000000;
}

@media screen and (max-width: 992px) {
  header .navtop {
    display: none;
  }
  header .navbar {
    /* Hamburger Menu Style */
  }
  header .navbar .navbar-toggler {
    z-index: 999;
    border: 1px solid #ffffff;
    width: 40px;
    aspect-ratio: 1/1;
    position: relative;
  }
  header .navbar .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .navbar .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  header .navbar .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  header .navbar .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar .navbar-toggler[aria-expanded=true] svg {
    fill: #1a1818;
  }
  header .navbar .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    font-size: 0.875rem;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 0;
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
    display: none;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
    color: #1a1818;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .image {
  height: calc(100dvh - 80px);
}
.banner .slider .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slider .banner-wrapper {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 11;
}
.banner .slider .banner-wrapper .text {
  text-transform: uppercase;
}
.banner .slider .banner-wrapper .text h6 {
  font-size: 0.9375rem;
  color: #1a1818;
  font-weight: 400;
  padding: 5px 14px;
}
.banner .slider .banner-wrapper .text h3 {
  font-size: 2.5rem;
  color: #4e4e4e;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin: 5px 0 10px 0;
}
.banner .slider .banner-wrapper .text p {
  color: #ffffff;
  text-transform: initial;
}
.banner .slider .banner-wrapper .text h5 {
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
.banner .slider .banner-wrapper .banner-button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .banner .slider .block {
    background-color: #1a1818;
  }
  .banner .slider .block .image {
    height: 100%;
  }
  .banner .slider .banner-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .banner .slider .banner-wrapper .text h3 {
    font-size: 2.75rem;
  }
  .banner .slider .banner-wrapper .text h5 {
    font-size: 1.5rem;
  }
  .banner .slick-arrow i {
    color: #ffffff;
  }
  .banner .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    background-color: #1a1818;
  }
  .banner .slick-dots li {
    background-color: #ffffff;
    height: 8px;
    width: 8px;
  }
  .banner .slick-dots li.slick-active {
    background-color: #4e4e4e;
    height: 10px;
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    background-color: #000000;
  }
  .banner .slider .banner-wrapper .text h6,
  .banner .slider .banner-wrapper .text h5 {
    color: #ffffff;
  }
  .banner .slider .banner-wrapper .text h3 {
    font-size: 2.25;
  }
  .banner .slider .banner-wrapper .text h5 {
    font-size: 1.25rem;
  }
  .banner .slider .banner-wrapper .banner-button {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .banner-wrapper .text h6 {
    font-size: 0.9375rem;
  }
  .banner .slider .banner-wrapper .text h3 {
    font-size: 1.75rem;
  }
  .banner .slider .banner-wrapper .text h5 {
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .banner .slider .banner-wrapper .text h3 {
    font-size: 1.5rem;
  }
  .banner .slider .banner-wrapper .text h5 {
    font-size: 1rem;
  }
}
.our-features {
  padding-top: 60px;
}
.our-features .our-features-wrapper {
  background-color: #ffffff;
  position: relative;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.our-features .our-features-wrapper .block {
  flex-basis: calc(33.3333333333% - 10px);
  text-align: center;
  padding: 40px 20px;
  transition: 0.5s ease-in-out;
}
.our-features .our-features-wrapper .block .icon {
  position: relative;
}
.our-features .our-features-wrapper .block .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70px;
}
.our-features .our-features-wrapper .block .icon .sub-icon {
  display: inline-block;
}
.our-features .our-features-wrapper .block .icon .sub-icon i {
  color: #000000;
  width: 80px;
  aspect-ratio: 1/1;
  font-size: 2rem;
  position: relative;
}
.our-features .our-features-wrapper .block .icon .sub-icon i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-features .our-features-wrapper .block .icon .sub-icon i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  border: 2px dashed #000000;
}
.our-features .our-features-wrapper .block .icon .sub-icon i:hover {
  animation: yo 5s linear infinite;
}
.our-features .our-features-wrapper .block .icon .sub-icon i:hover::after {
  animation: yo 5s linear;
}
.our-features .our-features-wrapper .block .text h6 {
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #4e4e4e;
  margin: 20px 0 10px 0;
  transition: 0.5s ease-in-out 0.2s;
}
.our-features .our-features-wrapper .block .text p {
  line-height: 1.5;
  transition: 0.5s ease-in-out 0.2s;
}
.our-features .our-features-wrapper .block:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 20px;
  cursor: pointer;
}
.our-features .our-features-wrapper .block:hover .text h6,
.our-features .our-features-wrapper .block:hover .text p {
  transform: scale(1.01);
}

@keyframes yo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 991px) {
  .our-features {
    margin-top: 0;
  }
  .our-features .our-features-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .our-features .our-features-wrapper .block {
    padding: 20px;
  }
  .our-features .our-features-wrapper .block .text h6 {
    margin: 10px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .our-features .our-features-wrapper .block .icon .sub-icon i {
    font-size: 1.75rem;
  }
}
.about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-wrap .about-text {
  flex-basis: calc(50% - 30px);
}
.about-wrap .about-text .title {
  color: #1a1818;
}
.about-wrap .about-text .title p {
  color: #1a1818;
  text-transform: capitalize;
}
.about-wrap .about-text .desc {
  margin: 30px 0;
}
.about-wrap .about-text .desc p {
  padding-bottom: 20px;
  text-align: left;
  color: #1a1818;
}
.about-wrap .about-text .desc p:last-child {
  padding-bottom: 0;
}
.about-wrap .about-text .about-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.about-wrap .about-text .about-info .block-info {
  flex-basis: calc(50% - 20px);
}
.about-wrap .about-text .about-info .block-info p {
  text-transform: capitalize;
  font-size: 0.9375rem;
  color: #1a1818;
  line-height: 1.3;
}
.about-wrap .about-text .about-info .block-info p span {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000000;
}
.about-wrap .about-text .about-info .block-info p:last-child {
  padding-bottom: 0;
}
.about-wrap .about-text .about-info .button {
  flex-basis: 100%;
}

.overlap-image {
  flex-basis: calc(50% - 30px);
  position: relative;
}
.overlap-image .first-img {
  width: 100%;
  height: 80%;
  margin-bottom: 80px;
  border-radius: 20px;
  overflow: hidden;
}
.overlap-image .first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 3/2;
}
.overlap-image .second-img {
  position: absolute;
  top: 30%;
  right: 0;
  padding: 10px;
  background-color: #000000;
  width: 70%;
  height: 70%;
  border-radius: 20px;
  overflow: hidden;
}
.overlap-image .second-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 15px;
}

@media screen and (max-width: 1200px) {
  .about-wrap .about-text .main-title h6 {
    font-size: 0.9375rem;
  }
  .about-wrap .about-text .main-title h3 {
    font-size: 3rem;
    padding-top: 10px;
  }
  .about-wrap .about-text .desc {
    margin: 20px 0;
  }
  .about-wrap .about-text .about-info {
    gap: 30px 20px;
  }
  .about-wrap .about-text .about-info .block-info p {
    font-size: 0.875rem;
  }
  .about-wrap .about-text .about-info .block-info p span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .about-wrap {
    flex-direction: column;
  }
  .about-wrap .about-text .main-title h6 {
    font-size: 0.9375rem;
    background-color: transparent;
    padding: 0;
    color: #4e4e4e;
  }
  .about-wrap .about-text .main-title h3 {
    font-size: 2.5rem;
    padding-top: 5px;
  }
  .about-wrap .about-text .about-info {
    gap: 20px;
  }
  .about-wrap .about-text .about-info .block-info p {
    font-size: 0.875rem;
  }
  .about-wrap .about-text .about-info .block-info p span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap .about-text .main-title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .about-wrap {
    gap: 20px;
  }
  .about-wrap .about-text .main-title {
    text-align: center;
  }
  .about-wrap .about-text .desc {
    text-align: center;
  }
  .about-wrap .about-text .about-info {
    flex-direction: column;
    text-align: center;
  }
}
.service-section .title .p {
  color: #000000;
}
.service-section .title {
  color: #000000;
}
.service-section .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.service-section .service-wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
}
.service-section .service-wrapper .block .figure {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.service-section .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 65%;
  transition: transform 0.7s, filter 0.5s ease-in-out;
}
.service-section .service-wrapper .block .text {
  padding: 20px;
}
.service-section .service-wrapper .block .text h6 {
  font-weight: 700;
  padding-bottom: 15px;
  color: #000000;
  text-transform: capitalize;
}
.service-section .service-wrapper .block .text .btn {
  margin-top: 25px;
}
.service-section .service-wrapper .block:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service-section .service-wrapper .block:hover .figure img {
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .service-section .service-wrapper {
    gap: 40px 20px;
  }
  .service-section .service-wrapper .block {
    flex-basis: calc(50% - 20px);
  }
  .service-section .service-wrapper .block .text {
    padding: 15px;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .service-section .service-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .service-section .service-wrapper .block .figure {
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 480px) {
  .service-section .service-wrapper .block .figure {
    aspect-ratio: 3/2;
  }
}
.choose-us {
  background-color: #636363;
}
.choose-us .title {
  color: #ffffff;
  max-width: 600px;
}
.choose-us .title p {
  color: #f8f8f8;
  margin-top: 10px;
}
.choose-us .choose-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.choose-us .choose-us-wrapper .block {
  flex-basis: calc(33.3333333333% - 10px);
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s ease-in-out;
}
.choose-us .choose-us-wrapper .block .text {
  flex-basis: calc(100% - 80px);
}
.choose-us .choose-us-wrapper .block .text h6 {
  font-weight: 300;
  color: #000000;
  text-transform: capitalize;
}
.choose-us .choose-us-wrapper .block .text h6 span {
  font-weight: 700;
}
.choose-us .choose-us-wrapper .block .text p {
  font-size: 0.9375rem;
  color: #1a1818;
  line-height: 1.5;
  margin-top: 20px;
}
.choose-us .choose-us-wrapper .block .icon {
  width: 60px;
}
.choose-us .choose-us-wrapper .block:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media screen and (max-width: 1200px) {
  .choose-us .choose-us-wrapper .block {
    flex-basis: calc(33.3333333333% - 10px);
    padding: 20px;
  }
  .choose-us .choose-us-wrapper .block .text h6 {
    font-size: 1.25rem;
  }
  .choose-us .choose-us-wrapper .block .icon {
    width: 50px;
  }
}
@media screen and (max-width: 992px) {
  .choose-us .choose-us-wrapper .block {
    flex-basis: calc(50% - 10px);
  }
  .choose-us .choose-us-wrapper .block .text h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .choose-us .choose-us-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.gallery {
  margin: 0;
  position: relative;
  z-index: 1;
}
.gallery h5 {
  color: #ffffff;
}
.gallery p {
  color: #ffffff;
}
.gallery .image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.gallery .image-gallery .photo {
  flex-basis: calc(25% - 10px);
}
.gallery .image-gallery .photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.gallery .image-gallery .photo:hover img {
  transform: scale(1.1);
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-features .abtfeatures-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 30px);
  height: auto;
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/3;
  border-radius: 5px;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 30px);
}
.about-features .abtfeatures-block .content h5 {
  font-size: 1.75rem;
  font-weight: 900;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
  color: #000000;
}
.about-features .abtfeatures-block .content h5 span {
  color: #000000;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
    gap: 20px;
  }
  .about-features .abtfeatures-block:nth-child(even) {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block img {
    aspect-ratio: 5/3;
  }
  .about-features .abtfeatures-block .content {
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.5rem;
  }
  .about-features .abtfeatures-block .content p {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.call-us {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.call-us .whole-section {
  position: relative;
  text-align: center;
}
.call-us .whole-section h5 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}
.call-us .whole-section p {
  color: #ffffff;
  margin: 30px 0;
}

.roofing .main-title h6 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #1a1818;
}
.roofing .main-title h4 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #000000;
}
.roofing .roofing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.roofing .roofing-wrapper .roof-block {
  display: flex;
  justify-content: space-between;
  gap: 2px 1px;
  border-radius: 10px;
  overflow: hidden;
}
.roofing .roofing-wrapper .roof-block .figure {
  flex-basis: calc(60% - 1px);
}
.roofing .roofing-wrapper .roof-block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.roofing .roofing-wrapper .roof-block .desc {
  flex-basis: calc(40% - 1px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  padding: 20px 30px;
  text-align: center;
}
.roofing .roofing-wrapper .roof-block .desc h6 {
  color: #ffffff;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.roofing .roofing-wrapper .roof-block .desc p {
  color: #f8f8f8;
}
.roofing .roofing-wrapper .roof-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .roofing .roofing-wrapper .roof-block {
    flex-direction: column;
  }
  .roofing .roofing-wrapper .roof-block .figure img {
    aspect-ratio: 5/2;
  }
  .roofing .roofing-wrapper .roof-block .desc {
    padding: 30px;
  }
  .roofing .roofing-wrapper .roof-block:nth-child(even) {
    flex-direction: column;
  }
}
.testimonial {
  background-color: #636363;
}
.testimonial .block {
  padding: 10px 0;
  overflow: visible;
}
.testimonial .block .block-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 40px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 10px;
  background-color: #ffffff;
}
.testimonial .block .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 0 0 20px 0;
}
.testimonial .block .info .image img {
  width: 70px;
  height: 100%;
}
.testimonial .block .info .name {
  margin-left: 20px;
}
.testimonial .block .info .name h3,
.testimonial .block .info .name h6 {
  line-height: 1.4;
  text-transform: capitalize;
}
.testimonial .block .info .name h3 {
  font-size: 16px;
  color: #ffcc33;
  font-weight: 500;
}
.testimonial .block .info .name h6 {
  font-size: 14px;
}
.testimonial .block .info::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 98%;
  bottom: 0px;
  left: 0;
  background-color: #000000;
}
.testimonial .block .details {
  font-size: 15px;
  padding: 20px 0 10px 0;
  font-weight: 500;
}
.testimonial .slick-arrow i {
  color: #ffffff;
}
.testimonial .slick-arrow.left {
  left: 0;
  z-index: 9;
}
.testimonial .slick-arrow.right {
  right: 0;
}

@media screen and (max-width: 1400px) {
  .testimonial .block .block-box {
    max-width: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial .block {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .block .info {
    padding: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .testimonial .block .info {
    padding: 15px 0;
  }
}
footer {
  padding-top: 90px;
  background-color: #333333;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
footer .footer-block {
  flex-basis: calc(25% - 40px);
}
footer .footer-block:first-child {
  flex-basis: calc(30% - 40px);
}
footer .footer-block:first-child .detail {
  padding: 0;
}
footer .footer-block:first-child .detail p {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.5;
}
footer .footer-block:first-child .terms-condition {
  margin-top: 20px;
}
footer .footer-block:first-child .terms-condition a {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
}
footer .footer-block:first-child .terms-condition a:hover {
  color: #4e4e4e;
}
footer .footer-block:last-child {
  flex-basis: calc(20% - 40px);
}
footer .footer-block .title {
  display: block;
  text-align: initial;
}
footer .footer-block .title.logo {
  max-width: 120px;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 5px;
}
footer .footer-block .title h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
footer .footer-block .detail {
  padding: 40px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-block .detail a,
footer .footer-block .detail .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
footer .footer-block .detail a i,
footer .footer-block .detail .item i {
  font-size: 0.875rem;
  color: #ffffff;
}
footer .footer-block .detail a p,
footer .footer-block .detail .item p {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.5;
  overflow-wrap: anywhere;
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out color 0.2s;
}
footer .footer-block .detail a:hover p,
footer .footer-block .detail .item:hover p {
  transform: translateX(10px);
  color: #4e4e4e;
}
footer .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ffffff;
  width: 240px;
  margin: 20px auto 0 auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
footer .social-icons a {
  margin: 10px 20px;
}
footer .social-icons a i {
  transition: 0.4s ease-in-out;
}
footer .social-icons a i:hover {
  color: #4e4e4e;
}

.footer-bottom {
  padding: 30px 0;
  background-color: #2a2a2a;
}
.footer-bottom .bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-bottom .bottom-wrap .block,
.footer-bottom .bottom-wrap .develop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-bottom .bottom-wrap .block p,
.footer-bottom .bottom-wrap .block a,
.footer-bottom .bottom-wrap .develop p,
.footer-bottom .bottom-wrap .develop a {
  line-height: 1.5;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
}
.footer-bottom .bottom-wrap .block a,
.footer-bottom .bottom-wrap .develop a {
  position: relative;
}
.footer-bottom .bottom-wrap .block a::before,
.footer-bottom .bottom-wrap .develop a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.footer-bottom .bottom-wrap .block a:hover::before,
.footer-bottom .bottom-wrap .develop a:hover::before {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  footer {
    padding-top: 60px;
  }
  footer .footer-wrapper {
    gap: 20px;
  }
  footer .footer-block {
    flex-basis: calc(50% - 20px);
  }
  footer .footer-block:first-child {
    flex-basis: calc(50% - 20px);
  }
  footer .footer-block:last-child {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  footer {
    padding-top: 40px;
  }
  footer .footer-wrapper {
    gap: 50px 20px;
    justify-content: center;
  }
  footer .footer-block {
    flex-basis: calc(50% - 20px);
  }
  footer .footer-block:first-child {
    flex-basis: 100%;
    text-align: center;
  }
  footer .footer-block:first-child .title {
    margin-inline: auto;
  }
  footer .footer-block:first-child .detail {
    padding: 0;
  }
  footer .footer-block:first-child .detail p {
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 1.5;
  }
  footer .footer-block:last-child {
    flex-basis: 100%;
  }
  footer .footer-block .title {
    margin-bottom: 0;
    text-align: center;
  }
  footer .footer-block .title.logo {
    margin-bottom: 20px;
  }
  footer .footer-block .title h4 {
    font-size: 18px;
  }
  footer .footer-block .detail {
    padding: 20px 0;
  }
  footer .footer-block .detail a,
  footer .footer-block .detail .item {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper {
    flex-direction: column;
  }
  footer .footer-block:first-child {
    text-align: center;
  }
  footer .footer-block .title {
    text-align: center;
  }
  footer .footer-block .title.logo {
    margin-inline: auto;
  }
  footer .footer-block .detail {
    text-align: center;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
  }
}
.page-about-us {
  position: relative;
  z-index: 1;
}
.page-about-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.page-about-us .about .page-about-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 50px 30px;
  margin-top: 40px;
}
.page-about-us .about .page-about-wrap .figure {
  flex-basis: calc(50% - 30px);
  border-radius: 20px;
  overflow: hidden;
}
.page-about-us .about .page-about-wrap .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 20px;
}
.page-about-us .about .page-about-wrap .content {
  flex-basis: calc(50% - 30px);
}
.page-about-us .about .page-about-wrap .content p {
  padding-bottom: 20px;
  color: #1a1818;
}
.page-about-us .about .page-about-wrap .content p:last-child {
  padding-bottom: 0;
}
.page-about-us .about .page-about-wrap .full-content {
  flex-basis: 100%;
}
.page-about-us .about .page-about-wrap .full-content p {
  margin-bottom: 20px;
  color: #1a1818;
}
.page-about-us .about .page-about-wrap .full-content p:last-child {
  margin-bottom: 0;
}
.page-about-us {
  /* Our Features */
}
.page-about-us .our-features {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
.page-about-us {
  /* Choose Us */
}
.page-about-us .choose-us .choose-us-wrapper {
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .page-about-us .about .page-about-wrap {
    margin-top: 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-about-us .about .page-about-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .page-about-us .about .page-about-wrap {
    gap: 20px;
  }
  .page-about-us .about .page-about-wrap .content p {
    text-align: center;
  }
  .page-about-us .about .page-about-wrap .full-content p {
    text-align: center;
  }
}
.page-services .page-service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-services .service-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  box-shadow: none;
}
.page-services .service-block .figure {
  flex: 0 0 calc(50% - 40px);
  height: 100%;
  width: 100%;
  border-radius: 20px 30px 15px 25px;
  overflow: hidden;
}
.page-services .service-block .figure img {
  aspect-ratio: 2/2;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-services .service-block .block-content {
  flex: 0 0 50%;
}
.page-services .service-block .block-content h4 {
  font-size: 26px;
  color: #4e4e4e;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}
.page-services .service-block .block-content .desc p {
  font-size: 0.9375rem;
  color: #1a1818;
  line-height: 1.5;
}
.page-services .service-block .block-content .desc ul p {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1818;
}
.page-services .service-block .block-content .desc ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.9375rem;
  color: #1a1818;
  margin-top: 8px;
}
.page-services .service-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
  .page-services .service-block {
    align-items: center;
  }
  .page-services .service-block .figure {
    flex: 0 0 calc(40% - 20px);
  }
  .page-services .service-block .block-content {
    flex: 0 0 calc(60% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .page-services .service-block {
    flex-direction: column;
  }
  .page-services .service-block .figure {
    flex: 0 0 100%;
  }
  .page-services .service-block .block-content {
    flex: 0 0 100%;
    text-align: center;
  }
  .page-services .service-block .block-content h4 {
    padding: 10px 0;
  }
  .page-services .service-block .block-content p {
    margin-bottom: 5px;
  }
  .page-services .service-block:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .page-services .page-service-wrapper {
    gap: 30px;
  }
  .page-services .service-block .block-content h4 {
    font-size: 20px;
  }
}
.page-team {
  background: #1a1818;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #1a1818 0, #ffffff 40%, #1a1818 100%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #1a1818 0, #ffffff 40%, #1a1818 100%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.page-team .team-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.page-team .team-wrap .employee-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.page-team .team-wrap .team-block {
  flex-basis: calc(33.3333333333% - 30px);
}
.page-team .team-wrap .team-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 7/8;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 10px;
}
.page-team .team-wrap .team-block .desc {
  margin-top: -30px;
  margin-inline: 20px;
  z-index: 9;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 15px 20px;
}
.page-team .team-wrap .team-block .desc h6 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
}
.page-team .team-wrap .team-block .desc p {
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .page-team .team-wrap {
    gap: 40px;
  }
  .page-team .team-wrap .team-block {
    flex-basis: calc(50% - 30px);
  }
  .page-team .team-wrap .team-block .desc {
    margin-top: -20px;
  }
  .page-team .team-wrap .team-block .desc h6 {
    padding: 10px 15px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .page-team .team-wrap {
    flex-direction: column;
    gap: 40px;
    flex-wrap: nowrap;
  }
  .page-team .team-wrap .employee-wrap {
    flex-wrap: nowrap;
    gap: 20px;
    flex-direction: column;
  }
  .page-team .team-wrap .team-block .image img {
    aspect-ratio: 5/4;
    object-position: center center;
  }
  .page-team .team-wrap .team-block .desc h6 {
    font-size: 1.125rem;
  }
  .page-team .team-wrap .team-block:last-child .image img, .page-team .team-wrap .team-block:nth-child(3) .image img {
    object-position: center bottom;
  }
}
.page-contact {
  background-color: #000000;
}

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #1a1818;
  border-radius: 5px;
  overflow: hidden;
}
.contact-wrap .title {
  margin-bottom: 40px;
}
.contact-wrap .title h3 {
  font-size: 2rem;
  font-weight: 700px;
  word-spacing: 2px;
  line-height: 1.2;
  text-transform: capitalize;
}
.contact-wrap .title p {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #ffffff;
}
.contact-wrap .left-block {
  flex-basis: 40%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.contact-wrap .left-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.contact-wrap .left-block .contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-wrap .left-block .contact-info .contact-item {
  display: inline-block;
}
.contact-wrap .left-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-wrap .left-block .contact-info .contact-item h6:hover {
  color: #4e4e4e;
}
.contact-wrap .left-block .contact-info .contact-item p {
  display: inline-block;
  color: #ffffff;
  margin-top: 5px;
  position: relative;
  font-size: 1rem;
}
.contact-wrap .right-block {
  flex-basis: 60%;
  padding: 40px;
}
.contact-wrap .right-block .title {
  margin-bottom: 40px;
}
.contact-wrap .right-block .title h3 {
  font-size: 2rem;
  font-weight: 700px;
  word-spacing: 2px;
  line-height: 1.2;
  text-transform: capitalize;
}
.contact-wrap .right-block .form .form-group .form-input {
  background-color: #ffffff;
}
.contact-wrap .right-block .social-icon-group {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.contact-wrap .right-block .social-icon-group .icon-block {
  width: 30px;
}
.contact-wrap .right-block .social-icon-group .icon-block i {
  font-size: 0.75rem;
}

@media screen and (max-width: 992px) {
  .contact-wrap {
    flex-direction: column;
  }
  .contact-wrap .left-block {
    padding: 30px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contact-wrap .right-block {
    padding: 30px 40px;
  }
}
.page-quote {
  background-color: #1a1818;
  position: relative;
  z-index: 1;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 40%;
  background-color: #ffffff;
  z-index: -1;
}
.page-quote::after {
  content: "";
  position: absolute;
  background-image: url(images/abstract.png);
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.page-quote .form {
  max-width: 800px;
  margin: auto;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 0 5px -2px #000000;
  border-radius: 20px;
}
.page-quote .form .form-group {
  flex-direction: column;
  box-shadow: none;
}
.page-quote .form .form-group label {
  color: #000000;
}
.page-quote .form .form-group .form-input {
  width: 100%;
  border-bottom: 1px solid #1a1818;
  color: #1a1818;
}
.page-quote .form .form-group .form-input::placeholder {
  color: #1a1818;
}
.page-quote .form .form-group .form-input:focus-visible {
  box-shadow: 2px 2px 3px -1px #000000;
  border-bottom: 1px solid #000000;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.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: #4e4e4e;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item {
  display: block;
  margin: 0;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  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: #4e4e4e;
}
.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-color: transparent;
  background-image: unset !important;
}
.single-service-wrap .full-page-content .gallery .container {
  padding: 0;
  width: 100%;
}
.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 {
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #4e4e4e;
  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: #000000;
  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 {
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  margin-bottom: 20px;
}
.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;
}
.single-service-wrap .box {
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #dedede;
  margin-top: 10px;
  border-radius: 15px;
}
.single-service-wrap .box.primary {
  background-color: rgb(52.5, 52.5, 52.5);
  color: #ffffff;
}
.single-service-wrap .box.primary h1,
.single-service-wrap .box.primary h2,
.single-service-wrap .box.primary h3,
.single-service-wrap .box.primary h4,
.single-service-wrap .box.primary h5,
.single-service-wrap .box.primary h6 {
  color: #636363;
  font-weight: 700;
}
.single-service-wrap .box.primary p {
  color: #ffffff;
}
.single-service-wrap .box.secondary {
  background-color: black;
  color: #ffffff;
}
.single-service-wrap .box.secondary h1,
.single-service-wrap .box.secondary h2,
.single-service-wrap .box.secondary h3,
.single-service-wrap .box.secondary h4,
.single-service-wrap .box.secondary h5,
.single-service-wrap .box.secondary h6 {
  color: #636363;
  font-weight: 700;
}
.single-service-wrap .box.secondary p {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
  }
  .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 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 */
