/*!
Theme Name: Linear Web - Local Roof Services
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_localroofservices
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 - Local Roof Services 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 */
/* Optional 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;
}

p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #333333;
  margin: 0;
  padding: 0;
}

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

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

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;
}

p {
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  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: 1rem;
  }
  p {
    font-size: 0.875rem;
  }
}
#breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-block: 50px;
  position: relative;
  z-index: 1;
}
#breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(20, 20, 20, 0.5);
  z-index: -1;
}
#breadcrumb h3 {
  color: #f5f3f3;
}
#breadcrumb .breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #f8f8f8;
  max-width: 400px;
  background-color: #141414;
  border-radius: 5px;
  padding: 10px 5px;
}
#breadcrumb .breadcrumb-wrapper a,
#breadcrumb .breadcrumb-wrapper span {
  color: #f8f8f8;
  font-size: 0.9375rem;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 20px;
  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: 8px 24px;
}
.btn.btn-custom-mid,
.form-control.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large,
.form-control.btn-custom-large {
  font-size: 1rem;
  padding: 15px 45px;
  border-radius: 30px;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #184681;
  color: #f5f3f3;
  border-color: #184681;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #184681;
  color: #184681;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #184681;
  color: #184681;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #184681;
  color: #f5f3f3;
  border-color: #184681;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #9bcb43;
  color: #f5f3f3;
  border-color: #9bcb43;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #9bcb43;
  color: #9bcb43;
}
.btn.btn-secondary-ghost,
.form-control.btn-secondary-ghost {
  background-color: transparent;
  border-color: #9bcb43;
  color: #9bcb43;
}
.btn.btn-secondary-ghost:hover,
.form-control.btn-secondary-ghost:hover {
  background-color: #9bcb43;
  color: #f5f3f3;
  border-color: #9bcb43;
}

.section {
  padding: 120px 0;
}

.main-title {
  margin-bottom: 60px;
  max-width: 600px;
}
.main-title h6 {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #141414;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.main-title h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 30px;
  height: 150%;
  background-color: #79a442;
  border-radius: 20px 5px 12px 18px;
  z-index: -1;
}
.main-title h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #184681;
  line-height: 1;
  text-transform: capitalize;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 100px 0;
  }
  .main-title {
    margin-bottom: 60px;
  }
  .main-title h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 80px 0;
  }
  .main-title {
    margin-bottom: 40px;
  }
  .main-title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

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

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 15px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #f5f3f3;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 5px;
  border: 1px solid rgba(12, 12, 12, 0.4);
  background: #d9d9d9;
  padding: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #0c0c0c;
  resize: none;
  width: 100%;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #141414;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #f5f3f3;
  border-bottom: 1px solid #f5f3f3;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #9bcb43;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #184681;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #f5f3f3;
}
.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: #9bcb43;
  stroke: #9bcb43;
}

.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: #f5f3f3;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(24, 70, 129, 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(24, 70, 129, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #184681;
  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: #f5f3f3;
}

/* -- 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(24, 70, 129, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #102f56;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

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

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

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  border: 1px solid #184681;
  background-color: transparent;
  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: #184681;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #333333;
  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 {
  width: 100%;
  height: 100dvh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative;
}
.thanks .icon {
  width: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #9bcb43;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #184681;
  border: 1px solid #184681;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #f5f3f3;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #f5f3f3;
  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: #184681;
}
.thanks .redirect:hover h5 {
  color: #184681;
}

.header .navbar {
  margin: auto;
  position: relative;
  padding: 5px 0;
  align-items: center;
}
.header .navbar .navbar-brand {
  margin: 0;
}
.header .navbar .navbar-brand figure {
  max-width: 220px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar .navbar-collapse .navbar-nav {
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 6px 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0c0c0c;
  text-transform: capitalize;
  transition: 0.5s ease-in-out 0.1s;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #9bcb43;
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active::before, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #f5f3f3;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #0c0c0c;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #0c0c0c;
  }
  .header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #141414;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar {
    padding: 5px 10px;
  }
  .header .navbar .navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header .navbar .navbar-brand figure {
    width: 160px;
  }
  .header .navbar .navbar-brand figure img {
    width: 100%;
    height: 100%;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 40%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header .navbar {
    width: 100%;
  }
}
.banner {
  height: calc(100dvh - 122px);
}

.banner-block {
  position: relative;
  height: calc(100dvh - 122px);
}
.banner-block .figure {
  width: 100%;
  height: calc(100dvh - 122px);
}
.banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-block .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  background-color: rgba(20, 20, 20, 0.8);
}
.banner-block .text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #9bcb43;
  text-transform: capitalize;
  word-spacing: 2px;
}
.banner-block .text p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #f5f3f3;
  letter-spacing: 1px;
  margin: 15px 0 25px;
}

@media screen and (max-width: 992px) {
  .banner-block .text {
    max-width: 400px;
  }
  .banner-block .text p {
    font-size: 0.9375rem;
  }
  .banner-block .text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 100%;
  }
  .banner-block {
    height: 100%;
  }
  .banner-block .figure {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .banner-block .text {
    padding: 20px;
  }
  .banner-block .text h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .banner-block .text {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    max-width: 100%;
    border-radius: 0;
  }
  .banner-block .text h3 {
    font-size: 1.125rem;
  }
}
.about {
  background: #184681;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgba(155, 203, 67, 0.6), rgba(24, 70, 129, 0.3));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgba(155, 203, 67, 0.6), rgba(24, 70, 129, 0.3));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px 30px;
}
.about-wrap .about-text {
  flex-basis: calc(50% - 30px);
}
.about-wrap .about-text .main-title h3 {
  color: #0c0c0c;
}
.about-wrap .about-text .desc {
  margin: 30px 0;
}
.about-wrap .about-text .desc p {
  padding-bottom: 20px;
}
.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: #141414;
  line-height: 1.3;
}
.about-wrap .about-text .about-info .block-info p span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c0c0c;
}
.about-wrap .about-text .about-info .button {
  flex-basis: 100%;
}

.about-image {
  flex-basis: calc(50% - 30px);
}
.about-image img-comparison-slider {
  height: 100%;
}
.about-image img-comparison-slider img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@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: #184681;
  }
  .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 .about-info {
    flex-direction: column;
  }
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 25px;
}
.service .service-wrapper .service-block {
  flex-basis: calc(33.3333333333% - 25px);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px inset;
  border-radius: 5px;
  z-index: 1;
}
.service .service-wrapper .service-block::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  z-index: -1;
}
.service .service-wrapper .service-block .image {
  width: 100%;
  aspect-ratio: 3/2;
}
.service .service-wrapper .service-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.service .service-wrapper .service-block .desc {
  padding: 10px 20px 20px 20px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.service .service-wrapper .service-block .desc h6 {
  color: #9bcb43;
  font-weight: 700;
  text-transform: capitalize;
}
.service .service-wrapper .service-block .desc p {
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.service .service-wrapper .service-block:hover::before {
  opacity: 1;
  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;
}
.service .service-wrapper .see-more {
  flex-basis: 100%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .service .service-wrapper {
    gap: 30px 25px;
  }
  .service .service-wrapper .service-block {
    flex-basis: calc(50% - 25px);
  }
  .service .service-wrapper .service-block .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrapper {
    gap: 20px;
  }
  .service .service-wrapper .service-block {
    flex-basis: calc(50% - 20px);
  }
  .service .service-wrapper .service-block .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .service .service-wrapper {
    flex-direction: column;
  }
  .service .service-wrapper .service-block .image img {
    aspect-ratio: 5/2;
    object-fit: cover;
  }
}
.our-features {
  background-color: #f5f3f3;
  padding: 40px 0;
}
.our-features .our-features-wrapper {
  background-color: #f5f3f3;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.our-features .our-features-wrapper .block {
  flex-basis: calc(25% - 10px);
  text-align: center;
  padding: 40px 20px;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
  background-color: #184681;
  background-color: rgba(24, 70, 129, 0.4);
}
.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: #0c0c0c;
  width: 60px;
  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 #0c0c0c;
}
.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.15rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #0c0c0c;
  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: 16px;
  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: 10px;
  }
  .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;
  }
}
.gallery {
  background: #9bcb43;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgba(24, 70, 129, 0.7), rgba(155, 203, 67, 0.4));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgba(24, 70, 129, 0.7), rgba(155, 203, 67, 0.4));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin: 0;
}
.gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 15px;
}
.gallery .gallery-wrapper .image-wrap {
  aspect-ratio: 4/4;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 1s, filter 2s ease-in-out;
}
.gallery .gallery-wrapper .image-wrap:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}
.gallery .gallery-wrapper .image-wrap:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-wrapper .image-wrap h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #f5f3f3;
  background-color: rgba(12, 12, 12, 0.25);
  font-size: 1rem;
  padding: 10px;
}
.gallery .gallery-wrapper .image-wrap:hover img {
  transform: scale(1);
}

@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery .gallery-wrapper .image-wrap:last-child {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery .gallery-wrapper .image-wrap {
    aspect-ratio: 3/2;
  }
  .gallery .gallery-wrapper .image-wrap:last-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-wrapper .image-wrap img {
    filter: blur(0);
    transform: scale(1);
  }
}
.what-we-offer .offer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px 20px;
}
.what-we-offer .offer-wrap .offer-block {
  flex-basis: calc(50% - 20px);
}
.what-we-offer .offer-wrap .offer-block .main-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;
  text-transform: capitalize;
  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: #f5f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #9bcb43;
}
.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%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@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: 4/2;
  }
}
.testi-block {
  overflow: visible;
}
.testi-block .testi-box {
  margin: 0 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
}
.testi-block .testi-box p {
  font-size: 0.875rem;
}
.testi-block .testi-box .client-info {
  margin-top: 30px;
  display: flex;
  gap: 20px 15px;
  flex-wrap: wrap;
}
.testi-block .testi-box .client-info .figure {
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.testi-block .testi-box .client-info .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-block .testi-box .client-info .details {
  flex-basis: calc(100% - 100px);
}
.testi-block .testi-box .client-info .details h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
}
.testi-block .testi-box .client-info .details p {
  font-size: 0.875rem;
  text-transform: capitalize;
}

.faq-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.faq-wrap .faq-block {
  flex-basis: calc(50% - 30px);
}
.faq-wrap .accordion-button {
  font-size: 1.125rem;
  font-weight: 700;
  color: #184681;
}
.faq-wrap .accordion-button:not(.collapsed) {
  background-color: #184681;
  color: #f5f3f3;
}
.faq-wrap .accordion-button:focus {
  box-shadow: none;
}

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

.page-faq .faq-wrap {
  justify-content: center;
}
.page-faq .faq-wrap .faq-block {
  flex-basis: 75%;
}

@media screen and (max-width: 992px) {
  .faq-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.quote {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.quote .attachment-post-thumbnail-background {
  z-index: -11;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(12, 12, 12, 0.8);
  z-index: -1;
}
.quote .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.quote .wrapper .form-content {
  flex-basis: calc(50% - 30px);
}
.quote .wrapper .form-content .sub-title h5 {
  font-size: 1.75rem;
  color: #f5f3f3;
  font-weight: 700;
  text-transform: capitalize;
  word-spacing: 5px;
}
.quote .wrapper .form-content .sub-title h5 span {
  background-color: #f5f3f3;
  color: #9bcb43;
  padding: 5px;
  border-radius: 5px;
}
.quote .wrapper .form-content .sub-title p {
  color: #f8f8f8;
  margin-top: 15px;
  line-height: 1.5;
}
.quote .wrapper .form-content .icon-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 10px;
  margin-top: 40px;
}
.quote .wrapper .form-content .icon-group .icon-wrap {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  overflow: visible;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
  border-radius: 100%;
  flex-basis: calc(25% - 5px);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #f5f3f3;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block i {
  font-size: 1rem;
  color: #9bcb43;
  transition: 0.5s ease-in-out 0.3s;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block:hover::before {
  width: 0;
  height: 0;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block:hover i {
  color: #141414;
}
.quote .wrapper .form-content .icon-group .icon-wrap .info {
  flex-basis: calc(75% - 5px);
}
.quote .wrapper .form-content .icon-group .icon-wrap .info h6 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #f5f3f3;
}
.quote .wrapper .form-content .icon-group .icon-wrap .info p {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
  line-height: 1.3;
  color: #f8f8f8;
  margin-top: 5px;
}
.quote .wrapper .form-block {
  flex-basis: calc(50% - 30px);
  background-color: #f5f3f3;
  padding: 30px;
  border-radius: 20px;
}
.quote .wrapper .form-block .form .form-group label {
  color: #141414;
  font-size: 1.125rem;
}

@media screen and (max-width: 992px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .quote .wrapper .form-content .icon-group {
    gap: 20px 10px;
    margin-top: 30px;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
    flex-basis: calc(20% - 5px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info {
    flex-basis: calc(80% - 5px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info h6 {
    font-size: 1rem;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info p {
    font-size: 0.8125rem;
  }
  .quote .wrapper .form-block {
    width: 100%;
    padding: 20px;
  }
  .quote .wrapper .form-block .form .form-group label {
    font-size: 1.125rem;
  }
  .quote .wrapper .form-block .form .form-group .form-input {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .quote .wrapper .form-content .icon-group {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap {
    justify-content: space-between;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
    flex-basis: calc(15% - 10px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info {
    flex-basis: calc(85% - 10px);
  }
}
@media screen and (max-width: 320px) {
  .quote .wrapper .form-content .icon-group .icon-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
  }
}
.blog .blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px;
}
.blog .blog-wrapper .blog-block {
  flex-basis: calc(33.3333333333% - 25px);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  overflow: hidden;
}
.blog .blog-wrapper .blog-block::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.blog .blog-wrapper .blog-block .image {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
.blog .blog-wrapper .blog-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .blog-wrapper .blog-block .image .date-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(15, 23, 42, 0.16) 0px 10px 18px;
  z-index: 2;
}
.blog .blog-wrapper .blog-block .image .date-badge .icon {
  width: 34px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #184681;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}
.blog .blog-wrapper .blog-block .image .date-badge p {
  margin: 0;
  padding: 0 12px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #0c0c0c;
  white-space: nowrap;
}
.blog .blog-wrapper .blog-block .desc {
  padding: 10px 20px 20px 20px;
  border: 1px solid #e6e6e6;
}
.blog .blog-wrapper .blog-block .desc .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 10px 0;
  gap: 50px;
  border-bottom: 1px solid #e5e7eb;
}
.blog .blog-wrapper .blog-block .desc .meta .info {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.2;
}
.blog .blog-wrapper .blog-block .desc h6 {
  color: #184681;
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px;
}
.blog .blog-wrapper .blog-block .desc p {
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.blog .blog-wrapper .blog-block .desc .button {
  padding-top: 20px;
  margin-left: 10px;
}
.blog .blog-wrapper .blog-block .desc .button a {
  padding: 8px 16px;
  border-radius: 0;
}
.blog .blog-wrapper .blog-block:hover::before {
  opacity: 1;
  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;
}

.single-blog-post .blog {
  padding: 0;
}
.single-blog-post .blog .blog-wrapper {
  display: block;
}
.single-blog-post .blog .blog-wrapper .blog-block {
  max-width: 800px;
  margin-inline: auto;
  border: none;
}
.single-blog-post .blog .blog-wrapper .blog-block .desc .meta {
  justify-content: space-between;
}
.single-blog-post .blog .blog-wrapper .blog-block .desc h6 {
  margin-inline: 0;
}

@media screen and (max-width: 1200px) {
  .blog .blog-wrapper {
    gap: 30px 25px;
  }
  .blog .blog-wrapper .blog-block {
    flex-basis: calc(50% - 25px);
  }
  .blog .blog-wrapper .blog-block .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .blog .blog-wrapper {
    gap: 20px;
  }
  .blog .blog-wrapper .blog-block {
    flex-basis: calc(50% - 20px);
  }
  .blog .blog-wrapper .blog-block .image .date-badge {
    top: 10px;
    left: 10px;
  }
  .blog .blog-wrapper .blog-block .image .date-badge .icon {
    width: 32px;
    height: 30px;
  }
  .blog .blog-wrapper .blog-block .image .date-badge p {
    height: 30px;
    font-size: 0.72rem;
  }
  .blog .blog-wrapper .blog-block .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .blog .blog-wrapper {
    flex-direction: column;
  }
  .blog .blog-wrapper .blog-block .image img {
    aspect-ratio: 5/2;
    object-fit: cover;
  }
  .blog .blog-wrapper .blog-block .image .date-badge {
    top: 10px;
    left: 10px;
  }
  .blog .blog-wrapper .blog-block .image .date-badge .icon {
    width: 32px;
    height: 30px;
  }
}
.call-us {
  background: url("../images/call_us.jpg") no-repeat center/cover fixed;
  position: relative;
  z-index: 1;
}
.call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(12, 12, 12, 0.7);
  z-index: -1;
}

.call-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.call-wrap .desc {
  flex-basis: 70%;
}
.call-wrap .desc h4 {
  color: #79a442;
}
.call-wrap .desc p {
  margin-top: 20px;
  color: #f8f8f8;
}
.call-wrap .button {
  flex-basis: 15%;
}
.call-wrap .button .call-icon {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 243, 243, 0.2);
  position: relative;
  z-index: 1;
  border: 1px solid #9bcb43;
}
.call-wrap .button .call-icon svg {
  transition: 0.5s ease-in-out;
}
.call-wrap .button .call-icon svg path {
  fill: #f5f3f3;
}
.call-wrap .button .call-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9bcb43;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.call-wrap .button .call-icon:hover::before {
  width: 0;
  height: 0;
}
.call-wrap .button .call-icon:hover svg {
  transform: rotate(50deg);
}
.call-wrap .button .call-icon:hover svg path {
  fill: #9bcb43;
}

@media screen and (max-width: 1200px) {
  .call-wrap .desc h4 {
    font-size: 2.5rem;
  }
  .call-wrap .button .call-icon {
    width: 100px;
  }
  .call-wrap .button .call-icon svg {
    width: 40px;
  }
}
@media screen and (max-width: 992px) {
  .call-wrap .desc h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .call-wrap {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .call-wrap .desc h4 {
    font-size: 1.5rem;
  }
  .call-wrap .button .call-icon {
    width: 70px;
  }
  .call-wrap .button .call-icon svg {
    width: 30px;
  }
}
@media screen and (max-width: 576px) {
  .call-wrap {
    gap: 20px;
  }
  .call-wrap .button .call-icon::before {
    width: 0;
    height: 0;
  }
  .call-wrap .button .call-icon svg {
    transform: rotate(50deg);
  }
  .call-wrap .button .call-icon svg path {
    fill: #9bcb43;
  }
}
.footer .footer-top {
  padding-block: 60px;
}
.footer .footer-top .top-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.footer .footer-top .top-wrap .footer-block {
  /* Size for all 3 block except 1st block*/
  flex-basis: calc(18% - 20px);
  /* Size for 1st block*/
}
.footer .footer-top .top-wrap .footer-block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #184681;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer .footer-top .top-wrap .footer-block .quick-link li,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item {
  margin-bottom: 8px;
  position: relative;
}
.footer .footer-top .top-wrap .footer-block .quick-link li::before,
.footer .footer-top .top-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: #0c0c0c;
}
.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link li a,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item a {
  font-family: "Open Sans", sans-serif;
  padding-left: 15px;
  font-size: 0.875rem;
  color: #0c0c0c;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-top .top-wrap .footer-block .quick-link li:hover i, .footer .footer-top .top-wrap .footer-block .quick-link li:hover::before,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover i,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover::before {
  color: #184681;
}
.footer .footer-top .top-wrap .footer-block .quick-link li:hover svg,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover svg {
  stroke: #184681;
}
.footer .footer-top .top-wrap .footer-block .quick-link li:hover .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link li:hover a,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover a {
  transform: translateX(5px);
  color: #184681;
}
.footer .footer-top .top-wrap .footer-block:first-child {
  flex-basis: calc(40% - 20px);
}
.footer .footer-top .top-wrap .footer-block:first-child .logo {
  width: 280px;
}
.footer .footer-top .top-wrap .footer-block:first-child .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-top .top-wrap .footer-block:first-child .desc {
  max-width: 350px;
  margin-top: 20px;
}
.footer .footer-top .top-wrap .footer-block:first-child .desc p {
  color: #0c0c0c;
  line-height: 1.5;
  font-size: 0.8125rem;
}
.footer .footer-top .top-wrap .footer-block:nth-child(3) {
  flex-basis: calc(24% - 20px);
}
.footer .footer-top .top-wrap .footer-block:nth-child(3) .quick-link li::before,
.footer .footer-top .top-wrap .footer-block:nth-child(3) .quick-link .footer-item::before {
  display: none;
}
.footer .footer-top .top-wrap .footer-block:nth-child(3) .quick-link li .footer-link,
.footer .footer-top .top-wrap .footer-block:nth-child(3) .quick-link li a,
.footer .footer-top .top-wrap .footer-block:nth-child(3) .quick-link .footer-item .footer-link,
.footer .footer-top .top-wrap .footer-block:nth-child(3) .quick-link .footer-item a {
  padding-left: 0;
  text-transform: initial;
}
.footer .footer-top .top-wrap .footer-block:last-child .quick-link li,
.footer .footer-top .top-wrap .footer-block:last-child .quick-link .footer-item {
  display: flex;
}
.footer .footer-top .top-wrap .footer-block:last-child .quick-link li::before,
.footer .footer-top .top-wrap .footer-block:last-child .quick-link .footer-item::before {
  display: none;
}
.footer .footer-top .top-wrap .footer-block:last-child .quick-link li .footer-link,
.footer .footer-top .top-wrap .footer-block:last-child .quick-link li a,
.footer .footer-top .top-wrap .footer-block:last-child .quick-link .footer-item .footer-link,
.footer .footer-top .top-wrap .footer-block:last-child .quick-link .footer-item a {
  padding-left: 10px;
}
.footer .footer-bottom {
  padding: 30px 0;
  background-color: #79a442;
}
.footer .footer-bottom .bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer .footer-bottom .bottom-wrap .block,
.footer .footer-bottom .bottom-wrap .develop {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-bottom .bottom-wrap .block p,
.footer .footer-bottom .bottom-wrap .block a,
.footer .footer-bottom .bottom-wrap .develop p,
.footer .footer-bottom .bottom-wrap .develop a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  text-transform: capitalize;
  display: inline-block;
}
.footer .footer-bottom .bottom-wrap .block a,
.footer .footer-bottom .bottom-wrap .develop a {
  position: relative;
}
.footer .footer-bottom .bottom-wrap .block a::before,
.footer .footer-bottom .bottom-wrap .develop a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0c0c0c;
  transition: 0.3s ease-in-out;
}
.footer .footer-bottom .bottom-wrap .block a:hover::before,
.footer .footer-bottom .bottom-wrap .develop a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer .footer-top {
    padding-block: 40px;
  }
  .footer .footer-top .top-wrap .footer-block {
    flex-basis: calc(33.3333333333% - 20px);
    /* Size for 1st block*/
  }
  .footer .footer-top .top-wrap .footer-block h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item {
    margin-bottom: 8px;
    position: relative;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li::before,
  .footer .footer-top .top-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: #0c0c0c;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link li a,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item a {
    font-size: 0.875rem;
  }
  .footer .footer-top .top-wrap .footer-block:first-child {
    flex-basis: 100%;
  }
  .footer .footer-top .top-wrap .footer-block:first-child .logo {
    margin: auto;
    max-width: 200px;
  }
  .footer .footer-top .top-wrap .footer-block:first-child .desc {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-top .top-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .footer .footer-top .top-wrap .footer-block {
    /* Size for 1st block*/
  }
  .footer .footer-top .top-wrap .footer-block h5 {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item {
    margin-bottom: 5px;
    text-align: center;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li::before,
  .footer .footer-top .top-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: #0c0c0c;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link li a,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item a {
    font-size: 0.875rem;
  }
  .footer .footer-top .top-wrap .footer-block:last-child .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-bottom .bottom-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .bottom-wrap .block,
  .footer .footer-bottom .bottom-wrap .develop {
    flex-direction: column;
  }
}
.page-about .reverse-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 40px 30px;
  margin-top: 50px;
}
.page-about .reverse-wrap .about-image {
  flex-basis: calc(50% - 30px);
  border-radius: 25px;
  overflow: hidden;
}
.page-about .reverse-wrap .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.page-about .reverse-wrap .about-text {
  flex-basis: calc(50% - 30px);
}
.page-about .reverse-wrap .about-text p {
  padding-bottom: 20px;
}
.page-about .reverse-wrap .about-text p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-about .reverse-wrap {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.page-services {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-services .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.page-services .box .image {
  flex-basis: calc(50% - 20px);
}
.page-services .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page-services .box .content {
  flex-basis: calc(50% - 20px);
}
.page-services .box .content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #184681;
  text-transform: capitalize;
}
.page-services .box .content p {
  margin-top: 20px;
}
.page-services .box:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .page-services {
    gap: 40px;
  }
  .page-services .box {
    flex-direction: column;
    gap: 20px;
  }
  .page-services .box .image img {
    aspect-ratio: 4/2;
  }
  .page-services .box:nth-child(even) {
    flex-direction: column;
  }
}
.information {
  overflow: hidden;
}
.information .title {
  text-align: center;
  margin-bottom: 40px;
}
.information .title h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #184681;
  padding-bottom: 10px;
}
.information .title p {
  font-size: 0.9375rem;
}
.information .info-wrapper {
  position: relative;
  margin-top: -110px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  gap: 20px;
}
.information .info-wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  text-align: center;
  padding: 45px 10px 30px 10px;
  background-color: #184681;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .logo i {
  font-size: 30px;
  color: #f5f3f3;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail h6 {
  color: #f5f3f3;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 10px 0;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail p {
  font-size: 15px;
  max-width: 250px;
  margin: auto;
  color: #f5f3f3;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block:hover {
  cursor: pointer;
  background-color: #f5f3f3;
  box-shadow: 0 0 5px 2px #e6e6e6;
}
.information .info-wrapper .block:hover .logo i {
  color: #184681;
}
.information .info-wrapper .block:hover .info-detail h6 {
  color: #184681;
}
.information .info-wrapper .block:hover .info-detail p {
  color: #184681;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  padding-top: 60px;
}
.contact-form .form-image {
  flex-basis: calc(40% - 30px);
}
.contact-form .form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.contact-form .form-block {
  flex-basis: calc(60% - 30px);
  overflow: hidden;
}
.contact-form .form-block .title {
  margin-bottom: 30px;
  text-align: left;
}
.contact-form .form-block .title h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #184681;
}
.contact-form .form-block .title p {
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 15px;
}

@media screen and (max-width: 992px) {
  .information .title {
    margin-bottom: 40px;
  }
  .information .title h2 {
    font-size: 1.75rem;
  }
  .information .title p {
    font-size: 0.85rem;
  }
  .information .info-wrapper .block .logo i {
    font-size: 24px;
  }
  .information .info-wrapper .block .info-detail h6 {
    font-size: 16px;
    padding: 15px 0 10px 0;
  }
  .information .info-wrapper .block .info-detail p {
    font-size: 15px;
  }
  .contact-form {
    flex-direction: column;
    padding-top: 50px;
  }
  .contact-form .form-image {
    width: 100%;
    aspect-ratio: 4/2;
    overflow: hidden;
  }
  .contact-form .form-block .title {
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .contact-form .form-block .title h4 {
    font-size: 1.25rem;
  }
  .contact-form .form-block .title p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .title {
    margin-bottom: 30px;
  }
  .information .title h2 {
    font-size: 1.5rem;
  }
  .information .info-wrapper {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .information .info-wrapper .block {
    padding: 20px;
  }
  .information .info-wrapper .block .info-detail h6 {
    padding: 10px 0 5px;
  }
  .contact-form {
    flex-direction: column;
    padding-top: 30px;
  }
  .contact-form .form-block .title {
    margin: 0 auto 20px;
  }
}
.section-quote {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.section-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 12, 12, 0.9);
}

.quote-wrapper {
  position: relative;
}
.quote-wrapper .content {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.quote-wrapper .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #f5f3f3;
  margin-bottom: 15px;
  line-height: 1.4;
}
.quote-wrapper .content .desc {
  font-size: 16px;
  color: #f5f3f3;
}
.quote-wrapper .form-container {
  margin-top: 60px;
  max-width: 800px;
  margin: 60px auto 0 auto;
  padding: 20px 40px;
  border: 1px solid rgba(245, 243, 243, 0.2);
  border-radius: 8px;
  background-color: rgba(20, 20, 20, 0.2);
  box-shadow: 0 4px 20px rgba(245, 243, 243, 0.1);
  backdrop-filter: blur(5px);
}
.quote-wrapper .form-container .form-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #f5f3f3;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section-quote {
    padding-bottom: 0;
    margin-top: 0;
  }
  .quote-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .quote-wrapper .content {
    max-width: 500px;
    text-align: center;
    padding: 30px 10px;
  }
  .quote-wrapper .content h3 {
    font-size: 18px;
  }
  .quote-wrapper .content .desc {
    font-size: 14px;
  }
  .quote-wrapper .form-container {
    padding: 30px;
    max-width: 100%;
    margin-top: 10px;
  }
  .quote-wrapper .form-container .form-title h3 {
    font-size: 20px;
    text-align: center;
  }
  .review-wrapper h4 {
    font-size: 20px;
  }
  .review-wrapper .review {
    justify-content: center;
  }
  .review-wrapper .review li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .quote-wrapper .content h3 {
    font-size: 16px;
  }
  .quote-wrapper .content .desc {
    font-size: 13px;
  }
}
.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%;
  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: #0c0c0c;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #f5f3f3;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(245, 243, 243, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #f5f3f3;
  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: #f5f3f3;
  color: #184681;
}
.single-service-wrap .full-page-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery {
  background: transparent;
  padding: 0;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .image-wrap:first-child {
  grid-row: initial;
  grid-column: initial;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .image-wrap h6 {
  font-size: 0.875rem;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .image-wrap:hover img {
  transform: scale(1);
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #0c0c0c;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #141414;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .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 .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* 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 {
    width: 100%;
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
.single-gallery h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #184681;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.single-gallery .gallery-wrapper .gallery-image {
  flex-basis: calc(25% - 15px);
  border-radius: 5px;
  overflow: hidden;
}
.single-gallery .gallery-wrapper .gallery-image figure {
  overflow: hidden;
}
.single-gallery .gallery-wrapper .gallery-image figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .single-gallery h2 {
    font-size: 3rem;
  }
  .single-gallery .gallery-wrapper .gallery-image {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .single-gallery h2 {
    font-size: 2rem;
  }
  .single-gallery .gallery-wrapper {
    flex-direction: column;
  }
}

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