/*!
Theme Name: Linear Web - Earth Evolve
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_sjprotiling
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 - Earth Evolve is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ----- WP Scss File ------- */
/*=== Base ===*/
/* All Fonts */
/* Main Fonts */
/* Optional Fonts */
/*=== Modules ===*/
@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");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
body {
  background: #064163;
  background: -webkit-linear-gradient(to right, #064163, #231f20);
  background: linear-gradient(to right, #064163, #231f20);
}

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

p {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: " Quicksand", sans-serif;
  line-height: 1.7;
  color: #1a1818;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: " Quicksand", sans-serif;
  line-height: 1.5;
  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.9375rem;
  font-family: " Quicksand", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  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;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  font-family: " Quicksand", 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;
  color: #ffffff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #df8004;
  color: #ffffff;
  border-color: #df8004;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #df8004;
  color: #df8004;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #df8004;
  color: #df8004;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #df8004;
  color: #ffffff;
  border-color: #df8004;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #dcdcdd;
  color: #1a1818;
  border-color: #dcdcdd;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #dcdcdd;
  color: #dcdcdd;
}
.btn.btn-secondary-ghost,
.form-control.btn-secondary-ghost {
  background-color: transparent;
  border-color: #dcdcdd;
  color: #dcdcdd;
}
.btn.btn-secondary-ghost:hover,
.form-control.btn-secondary-ghost:hover {
  background-color: #dcdcdd;
  color: #1a1818;
  border-color: #dcdcdd;
}

@media screen and (max-width: 992px) {
  .btn.btn-custom-mid,
  .form-control.btn-custom-mid {
    padding: 6px 15px;
  }
  .btn.btn-custom-large,
  .form-control.btn-custom-large {
    font-size: 0.9375rem;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn-custom-mid,
  .form-control.btn-custom-mid {
    padding: 6px 14px;
  }
  .btn.btn-custom-large,
  .form-control.btn-custom-large {
    font-size: 0.875rem;
    padding: 7px 18px;
  }
}
/* -- 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(223, 128, 4, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(172.8986784141, 99.2422907489, 3.1013215859);
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

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

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

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slick-dots li {
  height: 4px;
  width: 20px;
  background-color: #ffffff;
  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: #df8004;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #ebebeb;
  display: grid;
  place-items: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.slick-arrow i {
  font-size: 1.5rem;
  color: #000000;
  transition: 0.3s ease-in-out;
}
.slick-arrow:hover {
  background-color: #dcdcdd;
}
.slick-arrow:hover i {
  color: #ffffff;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

body {
  position: relative;
}

figure {
  margin: 0;
}

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

.page {
  margin: 0;
  padding: 0;
}

.section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 40px;
}
.section-title h4 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.section-title h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ebebeb;
  text-transform: capitalize;
  padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
  .section-title {
    text-align: center;
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .section-title {
    margin: 20px 0;
  }
}
.modal-dialog {
  border-radius: 0;
}
.modal-dialog .modal-content {
  border-radius: 5px;
}
.modal-dialog .modal-content .modal-header .modal-title {
  color: #df8004;
}
.modal-dialog .modal-content .modal-body p {
  color: #1a1818;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  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: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 10px;
  font-size: 1rem;
  color: #1a1818;
  resize: none;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  text-transform: capitalize;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  outline: 0;
  box-shadow: 2px 6px 3px -1px rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 992px) {
  .form .form-group.half-width {
    flex-basis: 100%;
  }
  .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 .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: #1a1818;
  border-radius: 5px;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #df8004;
  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: #dcdcdd;
  stroke: #dcdcdd;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  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;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(223, 128, 4, 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(223, 128, 4, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: rgba(223, 128, 4, 0.7);
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
  padding-block: 150px 60px;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #ebebeb;
}
.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: #df8004;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

/*=== Layouts ===*/
/* Front Page */
header {
  z-index: 999;
  position: relative;
}
header .top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(138, 138, 138, 0.4);
  position: relative;
}
header .top-navbar .navbar-brand {
  flex: 1 0 25%;
  margin: 0;
  padding: 0;
  z-index: 1;
}
header .top-navbar .navbar-brand .figure {
  width: 240px;
}
header .top-navbar .navbar-brand .figure img {
  width: 100%;
}
header .top-navbar .nav-info {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-navbar .nav-info .navbar-brand {
  flex-basis: 20%;
  text-align: center;
}
header .top-navbar .nav-info .nav-info-block {
  display: flex;
  align-items: center;
}
header .top-navbar .nav-info .nav-info-block .nav-icon {
  padding-right: 25px;
}
header .top-navbar .nav-info .nav-info-block .nav-icon i {
  font-size: 1rem;
  color: #ffffff;
}
header .top-navbar .nav-info .nav-info-block .nav-content h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}
header .top-navbar .nav-info .nav-info-block .nav-content p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
}
header .navbar {
  padding: 0;
  justify-content: space-between;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar-collapse {
  justify-content: space-between;
  padding: 5px 0;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 10px 15px;
  padding: 0;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 1rem;
  font-weight: 300;
  transition: 0.5s ease-out;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #df8004;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button {
  padding: 8px 25px;
  font-size: 0.9375rem;
  color: #1a1818;
  background-color: #dcdcdd;
  border-color: #dcdcdd;
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #064163;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #df8004;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
header .navbar-collapse .navbar-nav .nav-item.btn .nav-link,
header .navbar-collapse .navbar-nav .nav-item.btn a {
  color: inherit;
  padding: 0;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.btn .nav-link::before,
header .navbar-collapse .navbar-nav .nav-item.btn a::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown {
  z-index: 1;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  background-color: #064163;
  transition: 0.5s ease-in-out;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
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:first-child .nav-link {
  padding: 8px 10px;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  font-size: 0.8125rem;
  transition: 0.3s ease-in-out;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.3;
  padding: 8px 10px;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
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:hover .nav-link {
  color: #1a1818;
  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 .nav-social {
  display: flex;
  flex: 0 0 10%;
}
header .navbar-collapse .nav-social .nav-social-block {
  margin: 0 5px;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #df8004;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  height: 115%;
  background-color: #df8004;
  z-index: -1;
  transition: 0.3s ease-out;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon i {
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 30px;
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon:hover::before {
  width: 0;
  height: 0;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon:hover i {
  color: #df8004;
}
header .navbar-collapse .nav-social .nav-social-block:last-child {
  margin-right: 0;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
}
header.fixed-header::before {
  top: -258px;
  z-index: -1;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.fixed-header .top-navbar {
  display: none;
}
header.fixed-header .navbar .navbar-brand {
  display: block;
}
header.fixed-header .navbar .navbar-brand figure {
  width: 100px;
}
header.fixed-header .navbar .navbar-brand figure img {
  width: 100%;
}
header.fixed-header .navbar-collapse {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #1a1818;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  background-color: #1a1818;
}
header.fixed-header .navbar-collapse .nav-social {
  display: none;
}

@media screen and (max-width: 1400px) {
  header::before {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  header::before {
    top: -258px;
    left: 0;
    width: 400px;
    height: 400px;
  }
  header .top-navbar {
    display: none;
  }
  header .top-navbar .navbar-brand {
    display: none;
  }
  header .top-navbar .nav-info {
    display: none;
  }
  header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 30px;
    aspect-ratio: 1/1;
    border: 1px solid #ffffff;
  }
  header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
  }
  header .navbar-toggler svg path {
    stroke: #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:focus-within {
    box-shadow: none;
    outline: none;
  }
  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: 10px 0;
  }
  header .navbar .navbar-brand {
    display: block;
    margin: 0;
  }
  header .navbar .navbar-brand figure {
    width: 200px;
    margin-inline: auto;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 10px;
  }
  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;
  }
  header .navbar-collapse .nav-social {
    justify-content: center;
    margin-top: 5px;
  }
  header.fixed-header::before {
    top: -278px;
  }
  header.fixed-header .navbar-toggler {
    border: 2px solid #ffffff;
  }
  header.fixed-header .navbar-toggler svg {
    fill: #ffffff;
  }
  header.fixed-header .navbar-toggler svg path {
    stroke: #ffffff;
  }
  header.fixed-header .overflow-div {
    height: 111px;
  }
  header.fixed-header .navbar .navbar-brand .figure {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  header::before {
    top: -158px;
    width: 300px;
    height: 300px;
  }
  header.fixed-header::before {
    top: -178px;
  }
}
@media screen and (max-width: 576px) {
  header::before {
    top: -58px;
    width: 200px;
    height: 200px;
  }
  header .top-navbar {
    display: none;
  }
  header .navbar .navbar-brand {
    display: block;
  }
  header .navbar .nav-social {
    display: none;
  }
  header.fixed-header::before {
    top: -78px;
  }
}
.banner .banner-slider .banner-block {
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  inset: 0;
}
.banner .banner-slider .banner-block .figure {
  height: calc(100dvh - 158px);
  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%);
  height: auto;
  width: 500px;
  padding: 30px;
  background-color: rgba(223, 128, 4, 0.8);
}
.banner .banner-slider .banner-block .content h4 {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  text-transform: capitalize;
  word-spacing: 5px;
  max-width: 600px;
}
.banner .banner-slider .banner-block .content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #ebebeb;
  margin-block: 15px 30px;
}
.banner .slick-dots {
  position: relative;
  padding: 10px 0;
}
.banner .slick-dots li {
  background-color: #dedede;
}
.banner .slick-dots li.slick-active {
  background-color: #df8004;
}

@media screen and (max-width: 992px) {
  .banner {
    background-color: #1a1818;
  }
  .banner .banner-slider .banner-block .container {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .banner .banner-slider .banner-block .figure {
    height: 100%;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    padding: 40px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-slider .banner-block .figure {
    height: 100%;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    transform: translateY(0%);
    padding: 40px;
  }
}
.choose-us .choose-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.choose-us .choose-wrapper .choose-block {
  flex-basis: 45%;
}
.choose-us .choose-wrapper .choose-block .choose-content {
  text-align: right;
  position: relative;
  z-index: 1;
  height: 100%;
}
.choose-us .choose-wrapper .choose-block .choose-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  height: 100%;
  border: 8px solid #ffffff;
  z-index: -2;
}
.choose-us .choose-wrapper .choose-block .choose-content::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-image: linear-gradient(to bottom, #df8004, #dcdcdd);
  z-index: -1;
}
.choose-us .choose-wrapper .choose-block .choose-content .image {
  position: relative;
  height: 100%;
}
.choose-us .choose-wrapper .choose-block .choose-content .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  padding-block: 20px;
}
.choose-us .choose-wrapper .choose-block .section-title {
  margin-bottom: 20px;
}
.choose-us .choose-wrapper .choose-block .contents .small-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.choose-us .choose-wrapper .choose-block .contents .small-box:last-child {
  margin-bottom: 0;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ffffff;
  transition: 0.4s ease-out;
  position: relative;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.5s ease-in-out;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon i {
  font-size: 14px;
  color: #df8004;
  line-height: 30px;
  z-index: 111;
  transition: 0.5s ease-in-out;
  z-index: 1;
  position: relative;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon:hover::before {
  width: 100%;
  height: 0;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon:hover i {
  color: #ffffff;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .text {
  padding-left: 15px;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .text h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  word-spacing: 0.05rem;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 10px;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .text p {
  color: #ebebeb;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  .choose-us .choose-wrapper {
    flex-direction: column;
  }
  .choose-us .choose-wrapper .choose-block .choose-content {
    margin-bottom: 0;
  }
  .choose-us .choose-wrapper .choose-block .choose-content::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .choose-us .choose-wrapper .choose-block .choose-content .image img {
    aspect-ratio: 3/2;
    object-position: top;
  }
}
@media screen and (max-width: 768px) {
  .choose-us .choose-wrapper .choose-block .choose-content::before, .choose-us .choose-wrapper .choose-block .choose-content::after {
    display: none;
  }
  .choose-us .choose-wrapper .choose-block .contents {
    margin-top: 60px;
  }
  .choose-us .choose-wrapper .choose-block .contents .small-box {
    margin-bottom: 20px;
  }
  .choose-us .choose-wrapper .choose-block .contents .small-box .text h5 {
    font-size: 1rem;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 480px) {
  .choose-us .choose-wrapper .choose-block .section-title {
    margin: 0;
  }
  .choose-us .choose-wrapper .choose-block .contents {
    margin-top: 30px;
  }
  .choose-us .choose-wrapper .choose-block .contents .small-box {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    outline: 1px solid rgba(26, 24, 24, 0.1);
    padding: 10px;
  }
  .choose-us .choose-wrapper .choose-block .contents .small-box .text {
    padding: 0;
    text-align: center;
  }
  .choose-us .choose-wrapper .choose-block .contents .small-box .text h5 {
    font-size: 1rem;
    text-transform: capitalize;
  }
}
.what-we-offer .offer-wrap {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what-we-offer .offer-wrap .offer-block {
  flex-basis: calc(50% - 20px);
}
.what-we-offer .offer-wrap .offer-block .section-title p {
  margin-top: 30px;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning {
  margin-bottom: 30px;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning h6 {
  font-weight: 700;
  text-transform: capitalize;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning li.list {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 30px;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning li.list::before {
  content: "\f054";
  position: absolute;
  left: 0;
  font-family: "fontawesome";
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #dcdcdd;
}
.what-we-offer .offer-wrap .offer-block .image {
  height: 100%;
}
.what-we-offer .offer-wrap .offer-block .image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media screen and (max-width: 992px) {
  .what-we-offer .offer-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .what-we-offer .offer-wrap .offer-block .image {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.section-gallery .section-title h4 {
  color: #ffffff;
}
.section-gallery .section-title h6 {
  color: #ebebeb;
}
.section-gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.section-gallery .gallery-wrapper .item {
  flex-basis: calc(25% - 15px);
}
.section-gallery .gallery-wrapper .item a {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.section-gallery .gallery-wrapper .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.section-gallery .gallery-wrapper .item a:hover img {
  transform: scale(1.5);
}
.section-gallery .main-button {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .section-gallery .gallery-wrapper {
    gap: 20px 10px;
  }
  .section-gallery .gallery-wrapper .item {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .section-gallery .gallery-wrapper {
    gap: 20px 10px;
  }
  .section-gallery .gallery-wrapper .item {
    flex-basis: calc(50% - 10px);
  }
}
.inner-about .inner-about-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.inner-about .inner-about-wrapper .image-block {
  display: flex;
  flex-basis: calc(60% - 20px);
  justify-content: space-between;
}
.inner-about .inner-about-wrapper .image-block .figure {
  width: 47%;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
  position: relative;
}
.inner-about .inner-about-wrapper .image-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-about .inner-about-wrapper .image-block .figure .sticky-text {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
}
.inner-about .inner-about-wrapper .image-block .figure .sticky-text p {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 0.75rem;
}
.inner-about .inner-about-wrapper .image-block .figure:first-child .sticky-text {
  top: 10px;
}
.inner-about .inner-about-wrapper .image-block .figure.second {
  margin-top: 40px;
  margin-bottom: 0;
}
.inner-about .inner-about-wrapper .image-block .figure.second .sticky-text {
  bottom: 10px;
}
.inner-about .inner-about-wrapper .about-block {
  flex-basis: calc(40% - 20px);
}
.inner-about .inner-about-wrapper .about-block .about-block-detail {
  border-radius: 5px;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail .section-title h4 {
  color: #dcdcdd;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail .section-title h6 {
  color: #ffffff;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail p {
  line-height: 1.5;
  margin: 25px 0;
  color: #ebebeb;
}

@media screen and (max-width: 992px) {
  .inner-about .inner-about-wrapper {
    flex-direction: column;
  }
  .inner-about .inner-about-wrapper .image-block .figure .sticky-text p {
    font-size: 0.875rem;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail {
    max-width: 100%;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail p {
    text-align: center;
    margin: 20px 0;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail .about-button {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .inner-about .inner-about-wrapper .image-block {
    gap: 20px;
  }
  .inner-about .inner-about-wrapper .image-block .figure {
    width: 100%;
    margin: 0;
    aspect-ratio: 3/2;
  }
  .inner-about .inner-about-wrapper .image-block .figure.second {
    margin: 0;
  }
  .inner-about .inner-about-wrapper .image-block .figure .sticky-text p {
    font-size: 0.6125rem;
  }
}
.service-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.service-block .block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 20px 30px;
  margin: 70px 0 20px 0;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  overflow: visible;
  transition: 0.4s all;
}
.service-block .block .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.service-block .block .info .user-image {
  margin-top: -85px;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  transition: 0.4s all;
  overflow: hidden;
}
.service-block .block .info .user-image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.service-block .block .info .text h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #df8004;
  margin-block: 10px;
  text-transform: capitalize;
}
.service-block .block .info .text h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #df8004;
  margin: 3px auto;
}
.service-block .block .info .text h2 span {
  text-transform: uppercase;
}
.service-block .block .desc p {
  font-size: 14px;
  color: #1a1818;
  margin-bottom: 10px;
}
.service-block .block .desc p:last-child {
  margin-bottom: 0;
}
.service-block .block .desc ul {
  margin-top: 10px;
}
.service-block .block .desc ul p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.service-block .block .desc ul li {
  font-size: 13px;
  color: #1a1818;
  margin-bottom: 5px;
  display: list-item;
  list-style-type: circle;
  list-style-position: outside;
}
.service-block .block .desc ul li:last-child {
  margin-bottom: 0;
}
.service-block .block:hover {
  background-color: #df8004;
  cursor: pointer;
}
.service-block .block:hover .info .user-image {
  box-shadow: 0 0 10px -2px #000000;
  transform: translateY(-5px);
}
.service-block .block:hover .info .text h2 {
  color: #ffffff;
}
.service-block .block:hover .info .text h2::after {
  background-color: #ffffff;
}
.service-block .block:hover .desc p {
  color: #ffffff;
}
.service-block .block:hover .desc ul li {
  color: #ffffff;
}
.service-block .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -30px;
  transform: translateX(0);
  overflow: hidden;
}
.service-block .slick-arrow i {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  padding: 10px 6px;
  background-color: #df8004;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
  cursor: pointer;
}
.service-block .slick-arrow i:hover {
  opacity: 1;
}
.service-block .slick-arrow.left {
  left: calc(50% - 30px);
  transform: translateX(-50%);
  z-index: 9;
}
.service-block .slick-arrow.right {
  right: calc(50% - 30px);
  transform: translateX(-50%);
}

@media screen and (max-width: 992px) {
  .service-block .block {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 15px;
    margin: 60px 0 20px 0;
  }
  .service-block .block .info .user-image {
    margin-top: -75px;
    border: 3px solid #ffffff;
  }
  .service-block .block .info .user-image img {
    aspect-ratio: 1/1;
  }
  .service-block .block .info .text {
    text-align: center;
  }
  .service-block .block .info .text h2 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #df8004;
    margin-top: 10px;
  }
  .service-block .block .info .text h2::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #df8004;
    margin: 10px auto;
  }
  .service-block .block .desc,
  .service-block .block p {
    font-size: 13px;
  }
  .service-block .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 481px) {
  .service-block {
    flex-direction: column;
  }
  .service-block .block .info .user-image img {
    aspect-ratio: initial;
  }
}
.roofing {
  background: linear-gradient(to left, #df8004, #dcdcdd);
}
.roofing .main-title h4 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.05rem;
}
.roofing .main-title h6 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #ffffff;
}
.roofing .roofing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.roofing .roofing-wrapper .roof-block {
  display: flex;
  justify-content: space-between;
  gap: 2px 1px;
}
.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 {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-basis: calc(40% - 1px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  padding: 0 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: #ebebeb;
}
.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: 3/2;
  }
  .roofing .roofing-wrapper .roof-block .desc {
    padding: 30px;
  }
  .roofing .roofing-wrapper .roof-block:nth-child(even) {
    flex-direction: column;
  }
}
.quote-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.quote-wrap .quote-info {
  flex-basis: calc(40% - 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quote-wrap .quote-info .quote-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quote-wrap .quote-info .quote-detail .icon-img img {
  max-width: 40px;
}
.quote-wrap .quote-info .quote-detail .detail {
  font-size: 1rem;
  color: #ebebeb;
}
.quote-wrap .form {
  flex-basis: calc(60% - 40px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 40px;
}
.quote-wrap .form .form-group .form-input {
  color: #ebebeb;
  border-color: #ffffff;
}
.quote-wrap .form .form-group .form-input::placeholder {
  color: #ebebeb;
}
.quote-wrap .form .form-group .form-input:focus-visible {
  box-shadow: 2px 2px 3px -1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 992px) {
  .quote-wrap {
    flex-direction: column;
    align-items: initial;
  }
}
@media screen and (max-width: 576px) {
  .quote-wrap .form {
    width: 100%;
  }
}
.testimonial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.testimonial .section-title h4 {
  color: #ffffff;
}
.testimonial .section-title h6 {
  color: #ebebeb;
}
.testimonial .slick-track {
  display: flex;
  align-items: center;
}

.testi-block {
  margin: 0 20px;
}
.testi-block.slick-active.slick-center .block {
  opacity: 1;
}
.testi-block.slick-active.slick-center .block .review-star {
  display: block;
}
.testi-block.slick-active.slick-center .block .desc p {
  display: block;
}
.testi-block .block {
  opacity: 0.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testi-block .block .figure {
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.testi-block .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-block .block .review-star {
  margin: 20px 0 10px 0;
  display: none;
}
.testi-block .block .review-star i {
  color: #e9ae0c;
}
.testi-block .block .desc {
  text-align: center;
}
.testi-block .block .desc h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  margin: 15px 0 20px 0;
  text-transform: capitalize;
}
.testi-block .block .desc span {
  font-size: 0.75rem;
  opacity: 0.8;
  color: #ebebeb;
  display: none;
}
.testi-block .block .desc p {
  display: none;
  line-height: 1.5;
  color: #ebebeb;
}

@media screen and (max-width: 1200px) {
  .testi-block {
    margin: 0 20px;
  }
  .testi-block .block .figure {
    width: 100px;
  }
  .testi-block .block .desc h6 {
    font-size: 1.125rem;
    margin: 15px 0 20px 0;
  }
  .testi-block .block .desc p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .testi-block .block {
    opacity: 1;
    max-width: 500px;
    margin: auto;
  }
  .testi-block .block .desc h6 {
    font-size: 1rem;
  }
  .testi-block .block .desc p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .testi-block .block {
    margin: 0 30px;
  }
}
.callus {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.callus .content-block {
  background: #ffffff;
  padding: 60px;
  width: 50%;
  margin-left: auto;
}
.callus .content-block h4 {
  font-size: 36px;
  font-weight: 600;
  color: #1a1818;
  padding-left: 20px;
  word-spacing: 0.09em;
  line-height: 1.3;
  position: relative;
}
.callus .content-block h4 span {
  color: #df8004;
}
.callus .content-block h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #dcdcdd;
}
.callus .content-block p {
  padding: 30px 0;
  color: #1a1818;
}
.callus .content-block .btn-align {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

@media screen and (max-width: 992px) {
  .callus .content-block {
    padding: 40px;
    width: 75%;
  }
  .callus .content-block h4 {
    font-size: 26px;
  }
  .callus .content-block p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .callus .content-block {
    padding: 40px;
    width: 75%;
  }
  .callus .content-block h4 {
    font-size: 20px;
  }
  .callus .content-block p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 577px) {
  .callus .content-block {
    padding: 20px;
    width: 75%;
  }
  .callus .content-block h4 {
    font-size: 18px;
  }
  .callus .content-block p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .callus .content-block {
    padding: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .callus .content-block .btn-align {
    flex-direction: column;
  }
}
.footer {
  background-color: #1a1818;
}
.footer .footer-top {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.footer .footer-top-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .footer-top-wrap .info-block {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #ffffff;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.footer .footer-top-wrap .info-block .icon-block {
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #1a1818;
}
.footer .footer-top-wrap .info-block .icon-block::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.footer .footer-top-wrap .info-block .icon-block svg {
  fill: #1a1818;
}
.footer .footer-top-wrap .info-block .icon-block i {
  color: #1a1818;
}
.footer .footer-top-wrap .info-block .info-desc h6 {
  font-size: 1.225rem;
  font-weight: 500;
  color: #1a1818;
  text-transform: capitalize;
}
.footer .footer-top-wrap .info-block .info-desc p {
  font-size: 0.9375rem;
  color: #1a1818;
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.footer .footer-mid {
  padding: 40px 0;
}
.footer .footer-mid .mid-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer .footer-mid .mid-wrap .footer-block {
  /* Size for all 3 block except 1st block*/
  flex-basis: calc(15% - 20px);
  /* Size for 1st block*/
}
.footer .footer-mid .mid-wrap .footer-block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer .footer-mid .mid-wrap .footer-block .quick-link li,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item {
  margin-bottom: 15px;
  position: relative;
}
.footer .footer-mid .mid-wrap .footer-block .quick-link li::before,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item::before {
  content: "\f054";
  position: absolute;
  font-family: "font Awesome 5 free";
  font-weight: 700;
  font-size: 0.75rem;
  color: #ebebeb;
}
.footer .footer-mid .mid-wrap .footer-block .quick-link li .footer-link,
.footer .footer-mid .mid-wrap .footer-block .quick-link li a,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item .footer-link,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item a {
  padding-left: 15px;
  font-size: 0.875rem;
  color: #ebebeb;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-mid .mid-wrap .footer-block .quick-link li:hover i, .footer .footer-mid .mid-wrap .footer-block .quick-link li:hover::before,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item:hover i,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item:hover::before {
  color: #df8004;
}
.footer .footer-mid .mid-wrap .footer-block .quick-link li:hover svg,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item:hover svg {
  stroke: #df8004;
}
.footer .footer-mid .mid-wrap .footer-block .quick-link li:hover .footer-link,
.footer .footer-mid .mid-wrap .footer-block .quick-link li:hover a,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item:hover a {
  transform: translateX(5px);
  color: #df8004;
}
.footer .footer-mid .mid-wrap .footer-block:nth-child(2) {
  flex-basis: calc(40% - 20px);
  text-align: center;
}
.footer .footer-mid .mid-wrap .footer-block:nth-child(2) .logo {
  width: 200px;
  margin: auto;
}
.footer .footer-mid .mid-wrap .footer-block:nth-child(2) .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-mid .mid-wrap .footer-block:nth-child(2) p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-mid .mid-wrap .footer-block:nth-child(2) p span {
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 5px 8px;
  color: #1a1818;
  margin-right: 5px;
  font-size: 0.75rem;
}
.footer .footer-mid .mid-wrap .footer-block:nth-child(2) .desc {
  margin-top: 20px;
}
.footer .footer-mid .mid-wrap .footer-block:nth-child(2) .desc p {
  color: #ebebeb;
  line-height: 1.5;
}
.footer .footer-mid .mid-wrap .footer-block:last-child {
  flex-basis: calc(25% - 20px);
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link li,
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .footer-item {
  display: flex;
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link li::before,
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .footer-item::before {
  display: none;
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link li .footer-link,
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link li a,
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .footer-item .footer-link,
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .footer-item a {
  padding-left: 10px;
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link li .icon i,
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .footer-item .icon i {
  color: #ffffff;
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .pay-wrap {
  margin-bottom: 10px;
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .pay-wrap h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #df8004;
  text-transform: capitalize;
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .pay-wrap .detail p {
  font-size: 0.875rem;
  color: #ffffff !important;
  -webkit-text-fill-color: white !important;
}
.footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .pay-wrap .detail p span {
  font-size: 0.9375rem;
  text-transform: capitalize;
  margin-right: 5px;
}

.footer-bottom {
  background-color: #1a1818;
  padding: 10px 0;
}
.footer-bottom .bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer-bottom .bottom-wrap .block,
.footer-bottom .bottom-wrap .develop {
  display: flex;
  align-items: center;
  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.8125rem;
  color: #ebebeb;
  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: #ebebeb;
  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: 992px) {
  .footer {
    background-size: cover;
  }
  .footer .footer-top {
    padding-top: 40px;
  }
  .footer .footer-top::before {
    height: 100%;
  }
  .footer .footer-top-wrap {
    flex-direction: column;
  }
  .footer .footer-top-wrap .info-block {
    justify-content: center;
  }
  .footer .footer-top-wrap .info-block .info-desc h6 {
    font-size: 1.125rem;
  }
  .footer .footer-top-wrap .info-block .info-desc p {
    font-size: 0.875rem;
  }
  .footer .footer-mid .mid-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-mid .mid-wrap .footer-block {
    text-align: center;
    /* Size for 1st block*/
  }
  .footer .footer-mid .mid-wrap .footer-block h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .footer .footer-mid .mid-wrap .footer-block .quick-link li,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item {
    margin-bottom: 8px;
    position: relative;
  }
  .footer .footer-mid .mid-wrap .footer-block .quick-link li::before,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item::before {
    display: none;
  }
  .footer .footer-mid .mid-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-mid .mid-wrap .footer-block .quick-link li a,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item a {
    font-size: 0.875rem;
  }
  .footer .footer-mid .mid-wrap .footer-block:first-child .logo {
    margin: auto;
  }
  .footer .footer-mid .mid-wrap .footer-block:first-child .desc {
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-mid .mid-wrap .footer-block:last-child .quick-link {
    text-align: center;
  }
  .footer .footer-mid .mid-wrap .footer-block:last-child .quick-link li {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-mid .mid-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-mid .mid-wrap .footer-block h5 {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer .footer-mid .mid-wrap .footer-block .quick-link li,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item {
    margin-bottom: 5px;
    text-align: center;
  }
  .footer .footer-mid .mid-wrap .footer-block .quick-link li::before,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item::before {
    display: none;
  }
  .footer .footer-mid .mid-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-mid .mid-wrap .footer-block .quick-link li a,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-mid .mid-wrap .footer-block .quick-link .footer-item a {
    font-size: 0.875rem;
  }
  .footer .footer-mid .mid-wrap .footer-block:nth-child(2) .desc {
    margin-top: 10px;
  }
  .footer .footer-mid .mid-wrap .footer-block:last-child .quick-link .footer-item {
    justify-content: center;
  }
  .footer-bottom .bottom-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom .bottom-wrap .block,
  .footer-bottom .bottom-wrap .develop {
    flex-direction: column;
  }
}
/* Other Page */
.page-about {
  /*  Call Us Section */
}
.page-about .inner-about .full-content {
  margin-top: 20px;
}
.page-about .inner-about .full-content p {
  padding-top: 20px;
  color: #ebebeb;
}
.page-about .call-us {
  position: relative;
  z-index: 1;
  background-image: url("images/call_us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page-about .call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.page-about .call-wrap {
  text-align: center;
}
.page-about .call-wrap h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-transform: capitalize;
}
.page-about .call-wrap p {
  color: #ebebeb;
  max-width: 700px;
  margin: 30px auto;
}

@media screen and (max-width: 992px) {
  .page-about .call-wrap h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-about .inner-about .full-content p {
    padding-top: 10px;
    color: #000000;
  }
  .page-about .call-wrap h3 {
    font-size: 1.75rem;
  }
  .page-about .call-wrap p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .page-about .call-wrap h3 {
    font-size: 1.5rem;
  }
}
.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: #ffffff;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}
.page-services .service-block .block-content p {
  margin-bottom: 10px;
}
.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-contact {
  background-color: #000000;
}

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(223, 128, 4, 0.5);
}
.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;
  background-image: url("../images/contact_bg.jpg");
  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 .title h3 {
  color: #ffffff;
}
.contact-wrap .left-block .title p {
  color: #ebebeb;
}
.contact-wrap .left-block .contact-info .cover-item .contact-item {
  margin-bottom: 10px;
}
.contact-wrap .left-block .contact-info .cover-item .contact-item h6 {
  color: #ffffff;
  text-transform: capitalize;
}
.contact-wrap .left-block .contact-info .cover-item .contact-item p {
  color: #ebebeb;
}
.contact-wrap .right-block {
  flex-basis: 60%;
  padding: 40px;
}
.contact-wrap .right-block .form .form-group .form-input {
  color: #ffffff;
  border-color: #ffffff;
}
.contact-wrap .right-block .form .form-group .form-input::placeholder {
  color: #ffffff;
}
.contact-wrap .right-block .form .form-group .form-input:focus-visible {
  box-shadow: 2px 2px 3px -1px #ffffff;
  border-bottom: 1px solid #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;
  background-color: #dcdcdd;
}
.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: #df8004;
  position: relative;
  z-index: 1;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  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;
}
.page-quote .form .form-group label {
  color: #000000;
}
.page-quote .form .form-group .form-input {
  border-bottom: 1px solid #1a1818;
  color: #1a1818;
  background-color: transparent;
}
.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 Page */
.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: 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%;
  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: #df8004;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #df8004;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .section-gallery {
  padding: 0;
  background: transparent;
}
.single-service-wrap .full-page-content .section-gallery .gallery-wrapper {
  justify-content: unset;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #df8004;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #ebebeb;
  margin-top: 20px;
}
.single-service-wrap .desc-group p:first-child {
  margin-top: 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 {
    flex-direction: column-reverse;
    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 .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .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 .desc-group h2 {
    font-size: 1.75rem;
  }
}

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