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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ----- WP Scss File ------- */
/* Main Fonts */
/* Colors */
/* mostly used color */
/* Radius */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Format for offline font */
@font-face {
  font-family: "thepostgatesdemo";
  src: url("fonts/thepostgatesdemo.ttf") format("ttf");
}
body {
  background-color: #fefef6;
}

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

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

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

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

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

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.breadcrumb-wrapper {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb h2 {
  color: #ffffff;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  gap: 10px;
  color: #ffffff;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a,
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span {
  font-size: 0.9375rem;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a:hover {
  color: #5fc0d9;
}

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

.btn {
  border: none;
}

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

.section {
  padding: 120px 0;
}

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

.container {
  max-width: 1500px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1200px) {
  .section {
    padding: 100px 0;
  }
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 80px 0;
  }
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .container {
    max-width: 580px;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
}
figure {
  margin: 0;
}

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

.main-title {
  margin-bottom: 60px;
  text-align: center;
}
.main-title h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #5fc0d9;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  line-height: 1;
}
.main-title h4 span {
  font-family: "thepostgatesdemo";
  font-weight: 350;
  color: #161616;
  text-transform: lowercase;
  line-height: 1;
}
.main-title h4 span.fadecolor {
  color: #929496;
}
.main-title h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.main-title p {
  max-width: 950px;
  margin-inline: auto;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 60px;
  color: #161616;
}

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

@media screen and (max-width: 1440px) {
  .main-title p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-title {
    margin-bottom: 40px;
  }
  .main-title h4 {
    font-size: 3rem;
  }
  .main-title p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h4 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title h4 {
    font-size: 2rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1rem;
  color: #161616;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.form .form-group .form-input {
  padding: 10px;
  font-size: 1rem;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 20px;
  resize: none;
  width: 100%;
  color: #161616;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #161616;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #292929;
  border-bottom: 1px solid #292929;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .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;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

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

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(95, 192, 217, 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(95, 192, 217, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #161616;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(95, 192, 217, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(53.7878787879, 175.7727272727, 207.2121212121);
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

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

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

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #7f8490;
  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: #5fc0d9;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #5fc0d9;
}

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

body {
  overflow-x: hidden;
}

.custom-animation {
  opacity: 0;
  transform: translate(150%);
  transition: opacity 0.9s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.custom-animation:nth-child(even) {
  transform: translate(-150%);
}
.custom-animation.show {
  opacity: 1;
  transform: translate(0);
}

/* Index Section Style */
.header {
  z-index: 99;
  background-color: #fefef6;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  max-width: 180px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  flex-grow: 0;
}
.header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  align-items: center;
  gap: 0 20px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 0 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 10px 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
  color: #292929;
  font-weight: 400;
  padding: 10px 30px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary:hover {
  color: #161616;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
  color: #292929;
  font-weight: 400;
  padding: 10px 50px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost:hover {
  color: #292929;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #5fc0d9;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary {
  color: #292929;
  background-color: transparent;
  font-weight: 400;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover i {
  transform: rotate(180deg);
  color: #5fc0d9;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgba(95, 192, 217, 0.18);
  z-index: 9999;
}
.header.fixed-header .navbar {
  padding: 5px 0;
}
.header.fixed-header .navbar .navbar-brand figure {
  max-width: 140px;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  color: #161616;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
  color: #ffffff;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
  color: #5fc0d9;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #5fc0d9;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary {
  background-color: transparent;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary-ghost, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary-ghost {
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .header .navbar {
    padding: 10px 0;
  }
  .header .navbar .navbar-brand figure {
    max-width: 120px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    gap: 0 15px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
    padding: 10px 25px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    padding: 8px 0;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
    padding: 8x 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
    padding: 8px 35px;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 35px;
    aspect-ratio: 1/1;
    border: 2px solid #ffffff;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
  }
  .header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross path {
    stroke: #ffffff;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #292929;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .header .navbar .navbar-collapse .wrap-navCollapse .estimate-nav {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
    padding: 8px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar-toggler {
    border: 1px solid #000000;
    width: 25px;
  }
  .header.fixed-header .navbar-toggler svg {
    fill: #000000;
    width: 20px;
  }
  .header.fixed-header .navbar-toggler svg.cross path {
    stroke: #000000;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header .navbar .navbar-nav {
    width: 100%;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 80px;
  }
}
.icon-slider {
  padding: 20px 0;
  background-color: #F7F7F7;
}
.icon-slider .figure {
  width: 100%;
  display: block;
  margin: auto;
}
.icon-slider .figure img {
  text-align: center;
}

.banner {
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block {
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .banner-slider .banner-block .figure {
  height: calc(120dvh - 90px);
  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%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.banner .banner-slider .banner-block .content h2 {
  max-width: 1000px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  word-spacing: 5px;
}
.banner .banner-slider .banner-block .content .button {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.banner .banner-slider .banner-block .content .review p {
  color: #fcfcfc;
  font-size: 0.9375rem;
}
.banner .banner-slider .banner-block .content .review .review-image {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 80px;
}

@media screen and (max-width: 1440px) {
  .banner .banner-slider .banner-block .figure {
    height: calc(110dvh - 80px);
  }
  .banner .banner-slider .banner-block .content {
    left: 5%;
    max-width: 1200px;
    gap: 30px;
  }
  .banner .banner-slider .banner-block .content h2 {
    max-width: 1000px;
  }
  .banner .banner-slider .banner-block .content .button {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .banner .banner-slider .banner-block .content .review p {
    color: #fcfcfc;
    font-size: 0.9375rem;
  }
  .banner .banner-slider .banner-block .content .review .review-image {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-slider .banner-block .figure {
    height: 100%;
  }
  .banner .banner-slider .banner-block .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    padding: 40px;
    max-width: 100%;
    background-color: #000000;
  }
}
.about-feature {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 30%, #c1def5 60%, #c1def5 60%);
}
.about-feature .main-title h4 span {
  display: block;
}
.about-feature .wrapper {
  flex-direction: column;
  gap: 80px;
  align-items: initial;
}
.about-feature .wrapper .aboutFeature-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.about-feature .wrapper .aboutFeature-image .figure {
  flex-basis: calc(33.3333333333% - 30px);
  height: 100%;
  transition: 0.5s ease-in-out;
}
.about-feature .wrapper .aboutFeature-image .figure img {
  width: 100%;
  aspect-ratio: 3/4;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-feature .wrapper .aboutFeature-image .figure:hover {
  transform: translateY(-20px);
}
.about-feature .wrapper .aboutFeature-content {
  text-align: center;
}
.about-feature .wrapper .aboutFeature-content p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 0.875rem;
  max-width: 800px;
  margin-inline: auto;
}
.about-feature .wrapper .aboutFeature-content .desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .about-feature .wrapper {
    align-items: center;
    gap: 30px;
  }
  .about-feature .wrapper .aboutFeature-image {
    flex-direction: column;
  }
  .about-feature .wrapper .aboutFeature-image .figure img {
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
  }
}
.service {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(193, 222, 245) 60%, rgb(193, 222, 245) 60%);
}
.service .main-title p:last-child {
  margin-top: 0;
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.service .service-wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
.service .service-wrapper .block .top-title h5 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #161616;
  text-align: center;
}
.service .service-wrapper .block .top-title h5 span {
  color: #00519b;
}
.service .service-wrapper .block .top-title h5 span.primary {
  color: #5fc0d9;
}
.service .service-wrapper .block .figure {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.service .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
}
.service .service-wrapper .block .figure .btn-link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  font-size: 0.75rem;
  text-decoration: none;
  line-height: 1.5;
  text-transform: uppercase;
}
.service .service-wrapper .block .desc {
  padding-top: 20px;
  text-align: center;
}
.service .service-wrapper .block .desc p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .service .service-wrapper {
    gap: 60px 15px;
  }
  .service .service-wrapper .block {
    flex-basis: calc(50% - 15px);
  }
  .service .service-wrapper .block .figure {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .service .service-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.testimonial {
  background-color: #c1def5;
}
.testimonial .main-title h4 {
  color: #161616;
  font-weight: 800;
  text-transform: capitalize;
}
.testimonial .main-title h4 span {
  font-weight: 800;
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: capitalize;
}

.testimonial-block {
  margin: 20px;
}
.testimonial-block .top-content h5 {
  font-weight: 800;
  color: #161616;
}
.testimonial-block .top-content .image {
  margin-block: 60px;
  border-radius: 20px;
  overflow: hidden;
}
.testimonial-block .top-content .image img {
  width: 100%;
  height: 100%;
}
.testimonial-block .top-content .details {
  margin-bottom: 20px;
}
.testimonial-block .top-content .details p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.testimonial-block .top-content .details p.place {
  text-transform: uppercase;
  font-weight: 300;
}
.testimonial-block .top-content .desc p,
.testimonial-block .top-content .desc span {
  margin-top: 20px;
  font-size: 0.9375rem;
  color: #161616;
  font-weight: 300;
  line-height: 1.5;
}
.testimonial-block .top-content .desc p:first-child,
.testimonial-block .top-content .desc span:first-child {
  margin-top: 0;
}

.offer {
  background-color: rgba(41, 41, 41, 0.8);
}
.offer .wrapper .offer-content {
  flex-basis: calc(35% - 30px);
  text-align: center;
}
.offer .wrapper .offer-content .main-title h4 {
  color: #ffffff;
  text-transform: capitalize;
}
.offer .wrapper .offer-content .main-title h4 span {
  color: #929496;
  text-transform: lowercase;
}
.offer .wrapper .offer-content p {
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 20px;
  color: #ffffff;
}
.offer .wrapper .offer-image {
  flex-basis: calc(65% - 30px);
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.offer .wrapper .offer-image .figure {
  width: 100%;
  position: relative;
}
.offer .wrapper .offer-image .figure img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.offer .wrapper .offer-image .figure img.absolute-brush {
  position: absolute;
  bottom: -100px;
  right: -50px;
  z-index: 1;
  width: 200px;
  height: 200px;
}
.offer .wrapper .offer-image .figure:first-child {
  margin-bottom: -100px;
}
.offer .wrapper .offer-image .figure:last-child {
  margin-top: -100px;
}
.offer .wrapper .offer-image .figure:nth-child(2) {
  margin-block: -50px;
}

@media screen and (max-width: 1440px) {
  .offer .wrapper .offer-image .figure img.absolute-brush {
    bottom: -80px;
    right: 0;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .offer .wrapper {
    padding: 0 0 50px 0;
    flex-direction: column;
    gap: 100px;
  }
  .offer .wrapper .offer-image .figure:first-child {
    margin-bottom: -60px;
  }
  .offer .wrapper .offer-image .figure:last-child {
    margin-top: -60px;
  }
  .offer .wrapper .offer-image .figure:nth-child(2) {
    margin-block: -30px;
  }
}
@media screen and (max-width: 768px) {
  .offer .wrapper .offer-image {
    gap: 20px;
  }
  .offer .wrapper .offer-image .figure img.absolute-brush {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: 0;
  }
  .offer .wrapper .offer-image .figure:first-child {
    margin-bottom: -60px;
  }
  .offer .wrapper .offer-image .figure:last-child {
    margin-top: -60px;
  }
  .offer .wrapper .offer-image .figure:nth-child(2) {
    margin-block: -30px;
  }
}
@media screen and (max-width: 576px) {
  .offer .wrapper {
    gap: 30px;
  }
  .offer .wrapper .offer-image {
    flex-direction: column;
    gap: 20px;
  }
  .offer .wrapper .offer-image .figure img.absolute-brush {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: 0;
  }
  .offer .wrapper .offer-image .figure:first-child {
    margin-bottom: 0;
  }
  .offer .wrapper .offer-image .figure:last-child {
    margin-top: 0;
  }
  .offer .wrapper .offer-image .figure:nth-child(2) {
    margin-block: 0;
  }
}
.choose-us {
  background-image: url(../images/choose_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 200px 0;
  position: relative;
  z-index: 1;
}
.choose-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 40, 78, 0.2);
  z-index: -1;
}
.choose-us .choose-wrap {
  background-image: radial-gradient(circle farthest-corner at 3.7% 49.8%, rgba(48, 48, 48, 0.9) 40%, #303030 79%);
}
.choose-us .main-title h4 {
  color: #5fc0d9;
}
.choose-us .main-title h4 span {
  display: block;
  color: #ffffff;
  text-transform: capitalize;
}
.choose-us .main-title p {
  color: #fcfcfc;
  max-width: 650px;
}
.choose-us .title {
  margin-bottom: 30px;
  text-align: center;
}
.choose-us .title h6 {
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
}
.choose-us .wrapper {
  gap: 40px;
  align-items: initial;
}
.choose-us .wrapper .choose-block {
  flex-basis: calc(25% - 40px);
  background-color: #5fc0d9;
  padding: 25px 50px;
  border-radius: 10px;
}
.choose-us .wrapper .choose-block h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-block: 20px;
  text-transform: capitalize;
}
.choose-us .wrapper .choose-block p {
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .choose-us .wrapper .choose-block {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 992px) {
  .choose-us .title h6 {
    font-size: 1rem;
  }
  .choose-us .wrapper {
    gap: 40px 20px;
  }
  .choose-us .wrapper .choose-block {
    flex-basis: calc(50% - 20px);
  }
  .choose-us .wrapper .choose-block h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .choose-us .wrapper {
    gap: 30px;
    flex-direction: column;
  }
  .choose-us .wrapper .choose-block h6 {
    font-size: 1rem;
  }
}
.about {
  background-color: #c1def5;
}
.about .main-title {
  text-align: left;
}
.about .main-title h4 {
  color: #161616;
  font-weight: 800;
}
.about .main-title h4 span {
  text-transform: capitalize;
}
.about .wrapper {
  gap: 30px;
  align-items: initial;
}
.about .wrapper .about-image {
  flex-basis: calc(30% - 30px);
  padding: 20px 0;
}
.about .wrapper .about-image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  aspect-ratio: 8/9;
  object-fit: cover;
}
.about .wrapper .about-content {
  flex-basis: calc(70% - 30px);
}
.about .wrapper .about-content p {
  color: #292929;
}
.about .wrapper .about-content .sub {
  margin-top: 80px;
}
.about .wrapper .about-content .sub h4 {
  font-weight: 800;
  color: #161616;
  font-family: "Inter", sans-serif;
}
.about .wrapper .about-content .sub h4 span {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.about .wrapper .about-content .sub p {
  margin-top: 20px;
}
.about .wrapper .full-content p {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .about .wrapper {
    gap: 30px;
  }
  .about .wrapper .about-image {
    flex-basis: calc(50% - 20px);
    padding: 0;
  }
  .about .wrapper .about-content {
    flex-basis: calc(50% - 20px);
  }
  .about .wrapper .about-content .sub {
    margin-top: 50px;
  }
  .about .wrapper .about-content .sub p {
    margin-top: 20px;
  }
  .about .wrapper .full-content p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-direction: column;
    justify-content: initial;
    align-items: start;
    gap: 20px;
  }
  .about .wrapper .about-image {
    height: 100%;
    width: 100%;
  }
  .about .wrapper .about-image img {
    aspect-ratio: 3/2;
  }
  .about .wrapper .about-content .sub {
    margin-top: 30px;
  }
}
.review-bg {
  width: 100%;
  height: 500px;
}
.review-bg img {
  width: 100%;
  height: 100%;
}

.quote .wrapper {
  gap: 40px 20px;
  align-items: initial;
}
.quote .wrapper .quote-content {
  flex-basis: calc(45% - 20px);
}
.quote .wrapper .quote-content .main-title {
  margin-left: 0;
  text-align: left;
  max-width: 500px;
  margin-bottom: 30px;
}
.quote .wrapper .quote-content .main-title h4 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #161616;
  line-height: 1.3;
}
.quote .wrapper .quote-content .main-title h4 span {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.quote .wrapper .quote-content .content {
  margin-top: 50px;
}
.quote .wrapper .quote-content .content p {
  margin-top: 20px;
}
.quote .wrapper .form-quote {
  flex-basis: calc(55% - 20px);
  background-color: rgba(222, 222, 222, 0.5);
  border-radius: 20px;
  padding: 40px 40px;
}
.quote .wrapper .form-quote .form {
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .quote .wrapper .form-quote .form {
    gap: 20px;
  }
}
.service-feature {
  background: transparent;
  padding-bottom: 0;
}
.service-feature .service-feature-wrapper {
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-feature .service-feature-wrapper .service-feature-group {
  display: flex;
  background-color: #ffffff;
}
.service-feature .service-feature-wrapper .service-feature-group .block {
  flex-basis: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  border-right: 1px solid rgba(127, 132, 144, 0.2);
  padding: 45px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-feature .service-feature-wrapper .service-feature-group .block::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.service-feature .service-feature-wrapper .service-feature-group .block:last-child {
  border-right: none;
}
.service-feature .service-feature-wrapper .service-feature-group .block .image {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #292929;
}
.service-feature .service-feature-wrapper .service-feature-group .block .image svg path {
  fill: #292929;
  transition: 0.5s ease-in-out 0.1s;
}
.service-feature .service-feature-wrapper .service-feature-group .block .desc {
  flex-basis: calc(100% - 80px);
}
.service-feature .service-feature-wrapper .service-feature-group .block .desc h6 {
  font-size: 1.25rem;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out 0.1s;
}
.service-feature .service-feature-wrapper .service-feature-group .block .desc p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000000;
  transition: 0.5s ease-in-out 0.2s;
}
.service-feature .service-feature-wrapper .service-feature-group .block:hover::before {
  top: 0;
}
.service-feature .service-feature-wrapper .service-feature-group .block:hover .image {
  border: 1px solid #ffffff;
}
.service-feature .service-feature-wrapper .service-feature-group .block:hover .image svg path {
  fill: #ffffff;
}
.service-feature .service-feature-wrapper .service-feature-group .block:hover .desc h6 {
  color: #ffffff;
}
.service-feature .service-feature-wrapper .service-feature-group .block:hover .desc p {
  color: #ffffff;
}
.service-feature-copy .service-feature-wrapper .service-feature-group .block .image {
  background-color: #161616;
  border: 1px solid #161616;
}
.service-feature-copy .service-feature-wrapper .service-feature-group .block .image svg path {
  fill: #ffffff;
}

@media screen and (max-width: 992px) {
  .service-feature {
    padding-top: 80px;
  }
  .service-feature .service-feature-wrapper .service-feature-group {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .service-feature .service-feature-wrapper .service-feature-group .block:last-child, .service-feature .service-feature-wrapper .service-feature-group .block:nth-child(2) {
    border-right: none;
  }
  .service-feature .service-feature-wrapper .service-feature-group .block:first-child, .service-feature .service-feature-wrapper .service-feature-group .block:nth-child(2) {
    border-bottom: 1px solid rgba(127, 132, 144, 0.2);
  }
  .service-feature .service-feature-wrapper .service-feature-group .block .image svg {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .service-feature {
    padding-top: 60px;
  }
  .service-feature .service-feature-wrapper .service-feature-group .block .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .service-feature .service-feature-wrapper .service-feature-group {
    flex-direction: column;
  }
  .service-feature .service-feature-wrapper .service-feature-group .block {
    border-right: none;
    border-bottom: 1px solid rgba(127, 132, 144, 0.2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .service-feature .service-feature-wrapper .service-feature-group .block .desc {
    text-align: center;
  }
}
.gallery {
  background-color: rgba(41, 41, 41, 0.7);
}
.gallery .gallery-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
.gallery .gallery-slider .image {
  flex-basis: calc(25% - 20px);
  border-radius: 20px;
  overflow: hidden;
}
.gallery .gallery-slider .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.page-gallery .gallery {
  background-color: transparent;
}
.page-gallery .gallery .gallery-slider .image img {
  aspect-ratio: 3/2;
}

@media screen and (max-width: 992px) {
  .gallery .gallery-slider {
    gap: 40px;
  }
  .gallery .gallery-slider .image {
    flex-basis: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-slider {
    gap: 30px;
  }
  .gallery .gallery-slider .image {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-slider {
    flex-direction: column;
    gap: 20px;
  }
}
.faq {
  background-color: #fefef6;
}
.faq .faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.faq .faq-wrapper .faq-image {
  flex-basis: calc(30% - 20px);
}
.faq .faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
}
.faq .faq-wrapper .faq-content {
  flex-basis: calc(30% - 20px);
}
.faq .faq-wrapper .faq-content .main-title {
  margin-bottom: 25px;
}
.faq .faq-wrapper .faq-content .main-title h6 {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.faq .faq-wrapper .faq-content .main-title h6::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #5fc0d9;
}
.faq .faq-wrapper .faq-content P {
  margin-bottom: 20px;
  color: #000000;
}
.faq .faq-wrapper .faq-content P:last-child {
  margin-bottom: 0;
}
.faq .faq-wrapper .faq-qna {
  flex-basis: calc(40% - 20px);
}
.faq .faq-wrapper .faq-qna .faq-block {
  margin-bottom: 15px;
}
.faq .faq-wrapper .faq-qna .faq-block:last-child {
  margin-bottom: 0;
}
.faq .faq-wrapper .faq-qna .faq-block .question {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  padding: 10px 20px;
}
.faq .faq-wrapper .faq-qna .faq-block .question h6 {
  flex-basis: calc(100% - 50px);
  font-size: 1rem;
  color: #000000;
  text-transform: capitalize;
}
.faq .faq-wrapper .faq-qna .faq-block .question .icon {
  flex-basis: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.faq .faq-wrapper .faq-qna .faq-block .question .icon i {
  font-size: 0.75rem;
  transition: 0.3s ease-in-out;
}
.faq .faq-wrapper .faq-qna .faq-block .answer {
  margin-top: 5px;
  padding: 0 20px;
  background-color: #ffffff;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.faq .faq-wrapper .faq-qna .faq-block.active .question .icon i {
  transform: rotate(180deg);
}
.faq .faq-wrapper .faq-qna .faq-block.active .answer {
  padding: 10px 20px;
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .faq .faq-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .faq .faq-wrapper .faq-image img {
    aspect-ratio: 5/2;
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (max-width: 576px) {
  .faq .faq-wrapper .faq-image img {
    aspect-ratio: 3/2;
    object-position: center;
  }
  .faq .faq-wrapper .faq-content .main-title {
    margin-bottom: 20px;
  }
  .faq .faq-wrapper .faq-content P {
    margin-bottom: 15px;
  }
  .faq .faq-wrapper .faq-qna .faq-block {
    margin-bottom: 20px;
  }
  .faq .faq-wrapper .faq-qna .faq-block .question {
    padding: 15px 20px;
  }
  .faq .faq-wrapper .faq-qna .faq-block .question h6 {
    font-size: 1rem;
  }
  .faq .faq-wrapper .faq-qna .faq-block .answer {
    padding: 0 20px;
  }
  .faq .faq-wrapper .faq-qna .faq-block.active .answer {
    padding: 8px 20px;
  }
}
.call-us {
  padding-bottom: 100px;
  background-image: url("../images/call-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.call-us .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.call-us .wrap .desc h5 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.call-us .wrap .desc p {
  font-family: "Wix Madefor Display", sans-serif;
  margin-block: 20px 0;
  color: #ffffff;
  text-transform: uppercase;
}
.call-us .extra-desc {
  border-top: 2px solid #ffffff;
  padding-block: 40px;
}
.call-us .extra-desc p {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .call-us .wrap .desc h5 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .call-us .wrap .desc h5 {
    font-size: 1.5rem;
  }
  .call-us .wrap .button-wrap {
    flex-direction: column;
  }
}
.checklist .main-title {
  text-align: center;
}
.checklist .checklist-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.checklist .checklist-wrapper .checklist-block {
  flex-basis: calc(33.3333333333% - 20px);
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.checklist .checklist-wrapper .checklist-block h5 {
  font-size: 1.125rem;
  background-color: #161616;
  text-transform: capitalize;
  color: #ffffff;
  padding: 20px;
}
.checklist .checklist-wrapper .checklist-block ul {
  padding: 20px 30px;
}
.checklist .checklist-wrapper .checklist-block ul li {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
  padding-left: 20px;
  text-transform: capitalize;
}
.checklist .checklist-wrapper .checklist-block ul li::before {
  content: "\f101";
  position: absolute;
  top: 5px;
  left: 0;
  font-family: "font Awesome 5 free";
  font-size: 0.75rem;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 992px) {
  .checklist .checklist-wrapper {
    justify-content: space-between;
    gap: 30px 15px;
  }
  .checklist .checklist-wrapper .checklist-block {
    flex-basis: calc(50% - 15px);
  }
  .checklist .checklist-wrapper .checklist-block h5 {
    font-size: 1.125rem;
  }
  .checklist .checklist-wrapper .checklist-block ul {
    padding: 20px 30px;
  }
  .checklist .checklist-wrapper .checklist-block ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .checklist .checklist-wrapper .checklist-block h5 {
    padding: 10px 20px;
  }
  .checklist .checklist-wrapper .checklist-block ul {
    padding: 10px;
  }
  .checklist .checklist-wrapper .checklist-block ul li {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .checklist .checklist-wrapper {
    flex-direction: column;
  }
}
/* Service Area & Care Section Both Scss Is here */
.service-area {
  background-color: #c1def5;
}
.service-area .service-area-image {
  position: relative;
  z-index: 1;
}
.service-area .service-area-image .figure {
  width: 100%;
}
.service-area .service-area-image .figure img {
  width: 100%;
}
.service-area .service-area-image .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #161616;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
}
.service-area .service-area-image .content h6 {
  color: #ffffff;
}
.service-area .service-area-image .content .social-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.service-area .service-area-image .content .social-wrap a img {
  max-width: 150px;
}
.service-area .about {
  position: relative;
}
.service-area .about .about-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-area .about .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.service-area .about .about-content {
  flex-basis: calc(60% - 50px);
  flex-grow: 1;
}
.service-area .about .about-content .main-title {
  margin-bottom: 20px;
}
.service-area .about .about-content .point-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.service-area .about .about-content .point-wrap li {
  flex-basis: calc(50% - 20px);
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  font-size: 1rem;
  font-weight: 500;
  color: #161616;
  margin: 0;
  margin-bottom: 5px;
}
.service-area.care-section {
  margin-bottom: 0;
}
.service-area.care-section .service-area-image {
  position: relative;
  z-index: 1;
}
.service-area.care-section .service-area-image .main-content {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.service-area.care-section .service-area-image .main-content .top-wrap {
  padding: 20px 40px;
  text-align: center;
  width: 100%;
}
.service-area.care-section .service-area-image .main-content .top-wrap h5 {
  font-weight: 600;
  color: #161616;
  text-transform: capitalize;
}
.service-area.care-section .service-area-image .main-content .top-wrap p {
  margin-block: 20px;
  max-width: 650px;
  margin-inline: auto;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 50px;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure {
  max-width: 70px;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-area.care-section .service-area-image .main-content .content {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .service-area-image .content .social-wrap {
    gap: 20px;
  }
  .service-area .service-area-image .content .social-wrap a img {
    max-width: 125px;
  }
}
@media screen and (max-width: 992px) {
  .service-area .service-area-image .content {
    flex-direction: column;
    gap: 20px;
  }
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .about .about-content .point-wrap {
    gap: 10px;
  }
  .service-area .about .about-content .point-wrap li {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .service-area .service-area-image .content {
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .about .about-content .point-wrap {
    gap: 10px;
  }
  .service-area .about .about-content .point-wrap li {
    flex-basis: calc(50% - 10px);
  }
  .service-area.care-section .service-area-image .main-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    box-shadow: none;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap {
    padding: 20px 40px;
    text-align: center;
    width: 100%;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap .image-wrap {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure {
    max-width: 60px;
  }
  .service-area.care-section .service-area-image .main-content .content h6 {
    text-align: center;
  }
}
.footer .footer-bg {
  background-color: #dadada;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 50px;
  padding-bottom: 0;
}
.footer .footer-top {
  padding-bottom: 40px;
}
.footer .footer-top .logo {
  width: 100px;
}
.footer .footer-top .logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
  padding-bottom: 60px;
}
.footer .footer-wrapper .footer-block {
  flex-basis: calc(23% - 20px);
}
.footer .footer-wrapper .footer-block:last-child {
  flex-basis: calc(29% - 20px);
  text-align: right;
  display: inline-block;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-transform: initial;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link span,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link span {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #292929;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link span,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link span {
  text-transform: capitalize;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link {
  transform: translateX(-5px);
}
.footer .footer-wrapper .footer-block:last-child .quick-link li:hover .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link li:hover .footer-link span,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link span {
  color: #5fc0d9;
}
.footer .footer-wrapper .footer-block {
  /* for all footer title */
}
.footer .footer-wrapper .footer-block h5 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #00519b;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.footer .footer-wrapper .footer-block {
  /* For 2 Ul Listing */
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 15px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #292929;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link {
  transform: translateX(5px);
  color: #5fc0d9;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-top .logo {
    margin-inline: auto;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-block {
    gap: 20px;
    text-align: center;
  }
  .footer .footer-wrapper .footer-block:last-child {
    text-align: center;
  }
  .footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link {
    transform: translateX(5px);
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .bottom-wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .footer-block {
    text-align: center;
    gap: 0;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .bottom-wrap {
    justify-content: center;
  }
  .footer .bottom-wrap {
    justify-content: center;
    gap: 15px;
  }
  .footer .bottom-wrap .right {
    gap: 20px;
  }
  .footer .bottom-wrap .right a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer .bottom-wrap {
    justify-content: center;
    gap: 15px;
  }
  .footer .bottom-wrap .left {
    flex-direction: column;
  }
  .footer .bottom-wrap .right {
    gap: 20px;
  }
}
/* Other Page Style */
.page-about {
  /* This Scss will be shown in about us page only */
}
.page-about .full-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .full-content p {
  color: #292929;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content .desc p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .full-content {
    text-align: center;
  }
}
.counter {
  z-index: 1;
  position: relative;
  border: 1px solid #E7E9ED;
}
.counter .counter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}
.counter .counter-wrap .counter-block {
  flex-basis: calc(33.3333333333% - 40px);
  display: flex;
  align-items: center;
}
.counter .counter-wrap .counter-block h4 {
  flex-basis: 175px;
  font-size: 3.25rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.counter .counter-wrap .counter-block p {
  font-size: 0.875rem;
  color: #313131;
}

@media screen and (max-width: 1400px) {
  .counter .counter-wrap .counter-block h4 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 992px) {
  .counter .counter-wrap .counter-block h4 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .counter .counter-wrap {
    justify-content: center;
    gap: 40px;
  }
  .counter .counter-wrap .counter-block {
    flex-direction: column;
    justify-content: center;
  }
  .counter .counter-wrap .counter-block h4 {
    flex-basis: auto;
    font-size: 1.75rem;
    padding-bottom: 10px;
  }
  .counter .counter-wrap .counter-block p {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .counter .counter-wrap {
    flex-direction: column;
  }
  .counter .counter-wrap .counter-block {
    width: 80%;
    margin-inline: auto;
  }
}
.why-choose-us .wrapper {
  gap: 40px;
  align-items: initial;
}
.why-choose-us .wrapper .why-choose-us-order-list {
  flex-basis: calc(20% - 40px);
}
.why-choose-us .wrapper .why-choose-us-order-list li {
  margin-top: 40px;
  text-align: right;
}
.why-choose-us .wrapper .why-choose-us-order-list li h6 {
  font-size: 1.75rem;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
}
.why-choose-us .wrapper .why-choose-us-order-list li p {
  color: #000000;
  font-size: 0.9375rem;
  padding-top: 12px;
  max-width: 500px;
  line-height: 1.5;
}
.why-choose-us .wrapper .why-choose-us-order-list li:first-child {
  margin-top: 0;
}
.why-choose-us .wrapper .why-choose-us-image {
  flex-basis: calc(35% - 40px);
  position: relative;
}
.why-choose-us .wrapper .why-choose-us-image .logo {
  position: absolute;
  top: 0;
  left: -25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-color: #000000;
}
.why-choose-us .wrapper .why-choose-us-image .logo img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}
.why-choose-us .wrapper .why-choose-us-image .figure {
  height: 100%;
}
.why-choose-us .wrapper .why-choose-us-image .figure img {
  width: 100%;
  aspect-ratio: 3/2;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.why-choose-us .wrapper .why-choose-us-content {
  flex-basis: calc(45% - 40px);
}
.why-choose-us .wrapper .why-choose-us-content .main-title {
  margin-bottom: 10px;
  text-align: left;
}
.why-choose-us .wrapper .why-choose-us-content .main-title h4 {
  font-weight: 800;
  font-size: 3.5rem;
  color: #161616;
}
.why-choose-us .wrapper .why-choose-us-content .main-title h6 {
  font-size: 1.75rem;
  color: #5fc0d9;
  font-weight: 700;
  text-transform: capitalize;
}
.why-choose-us .wrapper .why-choose-us-content p {
  font-size: 0.9375rem;
  color: #292929;
}
.why-choose-us .wrapper .why-choose-us-content ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.why-choose-us .wrapper .why-choose-us-content ul li {
  flex-basis: 50%;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.why-choose-us .wrapper .why-choose-us-content ul li::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-family: "font Awesome 5 Free";
  font-weight: 700;
  color: #5fc0d9;
}

@media screen and (max-width: 992px) {
  .why-choose-us .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li {
    text-align: center;
    max-width: 500px;
    margin-inline: auto;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li h6 {
    font-size: 1.5rem;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li p {
    max-width: 100%;
    font-size: 0.875rem;
  }
  .why-choose-us .wrapper .why-choose-us-content {
    text-align: center;
  }
  .why-choose-us .wrapper .why-choose-us-content p {
    font-size: 0.875rem;
  }
  .why-choose-us .wrapper .why-choose-us-content ul {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .why-choose-us .wrapper .why-choose-us-content ul li {
    flex-basis: auto;
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper .why-choose-us-order-list li {
    padding: 10px;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li h6 {
    font-size: 1.375rem;
  }
}
.page-careers h5 {
  font-weight: 800;
  color: #161616;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.page-careers h5 span {
  color: #929496;
}
.page-careers .wrapper {
  gap: 30px;
}
.page-careers .wrapper .figure {
  flex-basis: calc(40% - 30px);
}
.page-careers .wrapper .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 30px;
}
.page-careers .wrapper .content {
  flex-basis: calc(60% - 30px);
}
.page-careers .wrapper.reverse {
  flex-direction: row-reverse;
}
.page-careers .how-to-apply .wrapper .content p {
  margin-bottom: 20px;
}
.page-careers .how-to-apply .wrapper .content ul p {
  margin-bottom: 8px;
  font-weight: 700;
}
.page-careers .how-to-apply .wrapper .content ul li {
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 0.9375rem;
}
.page-careers .form-wrapper {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.page-careers .form-wrapper .form .form-group label {
  text-align: left;
}

.page-services .service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  aspect-ratio: 5/3;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #5fc0d9;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #292929;
}
.page-services .servie-block .bottom-content {
  flex-basis: 100%;
}
.page-services .servie-block .bottom-content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #292929;
}
.page-services .servie-block .bottom-content p:first-child {
  padding-top: 0;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
  }
  .page-services .servie-block .content {
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content {
    text-align: center;
  }
  .page-services .servie-block .bottom-content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content ul li p span {
    font-size: 1.125rem;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
/* Service Area & Care Section Both Scss Is here */
.service-area {
  background-color: #c1def5;
}
.service-area .service-area-image {
  position: relative;
  z-index: 1;
}
.service-area .service-area-image .figure {
  width: 100%;
}
.service-area .service-area-image .figure img {
  width: 100%;
}
.service-area .service-area-image .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #161616;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
}
.service-area .service-area-image .content h6 {
  color: #ffffff;
}
.service-area .service-area-image .content .social-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.service-area .service-area-image .content .social-wrap a img {
  max-width: 150px;
}
.service-area .about {
  position: relative;
}
.service-area .about .about-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-area .about .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.service-area .about .about-content {
  flex-basis: calc(60% - 50px);
  flex-grow: 1;
}
.service-area .about .about-content .main-title {
  margin-bottom: 20px;
}
.service-area .about .about-content .point-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.service-area .about .about-content .point-wrap li {
  flex-basis: calc(50% - 20px);
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  font-size: 1rem;
  font-weight: 500;
  color: #161616;
  margin: 0;
  margin-bottom: 5px;
}
.service-area.care-section {
  margin-bottom: 0;
}
.service-area.care-section .service-area-image {
  position: relative;
  z-index: 1;
}
.service-area.care-section .service-area-image .main-content {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.service-area.care-section .service-area-image .main-content .top-wrap {
  padding: 20px 40px;
  text-align: center;
  width: 100%;
}
.service-area.care-section .service-area-image .main-content .top-wrap h5 {
  font-weight: 600;
  color: #161616;
  text-transform: capitalize;
}
.service-area.care-section .service-area-image .main-content .top-wrap p {
  margin-block: 20px;
  max-width: 650px;
  margin-inline: auto;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 50px;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure {
  max-width: 70px;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-area.care-section .service-area-image .main-content .content {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .service-area-image .content .social-wrap {
    gap: 20px;
  }
  .service-area .service-area-image .content .social-wrap a img {
    max-width: 125px;
  }
}
@media screen and (max-width: 992px) {
  .service-area .service-area-image .content {
    flex-direction: column;
    gap: 20px;
  }
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .about .about-content .point-wrap {
    gap: 10px;
  }
  .service-area .about .about-content .point-wrap li {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .service-area .service-area-image .content {
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .about .about-content .point-wrap {
    gap: 10px;
  }
  .service-area .about .about-content .point-wrap li {
    flex-basis: calc(50% - 10px);
  }
  .service-area.care-section .service-area-image .main-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    box-shadow: none;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap {
    padding: 20px 40px;
    text-align: center;
    width: 100%;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap .image-wrap {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure {
    max-width: 60px;
  }
  .service-area.care-section .service-area-image .main-content .content h6 {
    text-align: center;
  }
}
.page-contact {
  background-color: #dedede;
}
.page-contact .contact-wrap {
  display: flex;
  justify-content: space-between;
}
.page-contact .contact-wrap .social-icons {
  background-image: url(../images/svg/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-basis: 25%;
  background-color: #fcfcfc;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.page-contact .contact-wrap .social-icons .title h6 {
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
}
.page-contact .contact-wrap .social-icons .icons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
  width: 70px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center;
  background-color: #dce7d5;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
  font-size: 1.5rem;
  color: #000000;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover {
  background-color: #5fc0d9;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover i {
  color: #ffffff;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail i {
  font-size: 0.75rem;
  padding-right: 5px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
  text-align: left;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address:last-child {
  text-transform: inherit;
}
.page-contact .contact-wrap .form-wrap {
  flex: 0 0 60%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
.page-contact .contact-wrap .form-wrap .title h4 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  color: #5fc0d9;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrap .social-icons {
    padding: 30px;
  }
  .page-contact .contact-wrap .social-icons .title h6 {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .address {
    font-size: 0.8125rem;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .page-contact .contact-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .page-contact .contact-wrap .social-icons {
    background-size: cover;
    margin-bottom: 30px;
    gap: 30px;
    flex-direction: row;
    align-items: center;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap {
    gap: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .contact-wrap .social-icons {
    flex-direction: column;
  }
  .page-contact .contact-wrap .social-icons .main-icon-wrap .icons-wrap {
    justify-content: center;
  }
  .page-contact .contact-wrap .social-icons .co-info .info-detail {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact-wrap .social-icons .icons-wrap {
    margin: 20px 0;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.page-estimate {
  background-color: #ffffff;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #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: #5fc0d9;
}
.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 {
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #292929;
  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;
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    width: 100%;
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

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