/*!
Theme Name: Linear Web - Sealproof Waterproofing
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_sealproofwaterproofing
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 - Sealproof Waterproofing 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");
body {
  background: #23408e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #23408e, #1a1818);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #23408e, #1a1818);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

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

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

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

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.5);
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #f8f8f8;
  position: relative;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a:hover {
  color: #23408e;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

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

.btn {
  border: none;
}

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

.section {
  padding: 80px 0;
}

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

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

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

.main-title {
  margin-bottom: 40px;
}
.main-title h4 {
  text-transform: capitalize;
  color: #00b0f4;
  font-weight: 900;
}
.main-title p {
  color: #f8f8f8;
}

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

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

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

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

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(35, 64, 142, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #192e65;
  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 {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  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: #23408e;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #23408e;
  border: 1px solid #23408e;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
  overflow: hidden;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 120%;
  border-radius: 5px;
  background-color: #00b0f4;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.slick-arrow i {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  transition: 0.5s ease-in-out 0.25s;
}
.slick-arrow.left {
  left: -20px;
  z-index: 9;
}
.slick-arrow.right {
  right: -20px;
}
.slick-arrow:hover {
  border: 1px solid #00b0f4;
}
.slick-arrow:hover::before {
  width: 120%;
}
.slick-arrow:hover i {
  color: #23408e;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #00b0f4;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #23408e;
  border: 1px solid #23408e;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #23408e;
}
.thanks .redirect:hover h5 {
  color: #23408e;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  z-index: 1;
}
.header.relative-header {
  position: relative;
}
.header.relative-header .navbar {
  background-color: transparent;
}
.header.relative-header .navbar .navbar-brand figure {
  max-width: 200px;
}
.header.relative-header .navbar .navbar-brand figure img {
  max-width: 100%;
}
.header.relative-header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  margin: 0 20px;
}
.header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out 0.1s;
}
.header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00b0f4;
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  padding: 6px 10px;
}
.header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item.active::before, .header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff;
}
.header .top-nav-header {
  padding: 10px 0;
}
.header .top-nav-header .nav-header-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.header .top-nav-header .nav-header-wrap .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 10px;
}
.header .top-nav-header .nav-header-wrap .block .co-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-basis: 50%;
}
.header .top-nav-header .nav-header-wrap .block .co-info .icon-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
}
.header .top-nav-header .nav-header-wrap .block .co-info .icon-group .social-icon svg {
  width: 25px;
}
.header .top-nav-header .nav-header-wrap .block .co-info .icon-group .social-icon svg path {
  stroke: #23408e;
}
.header .top-nav-header .nav-header-wrap .block .co-info .icon-group .info h6 {
  font-size: 1rem;
  font-weight: 800;
  color: #23408e;
  text-transform: capitalize;
}
.header .top-nav-header .nav-header-wrap .block .co-info .icon-group .info p {
  font-size: 0.875rem;
  color: #231f20;
  overflow-wrap: anywhere;
  line-height: 1.5;
}
.header .navbar {
  margin: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px;
}
.header .navbar .navbar-brand figure {
  max-width: 200px;
}
.header .navbar .navbar-brand figure img {
  max-width: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  margin: 0 20px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 6px 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000000;
  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: #00b0f4;
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.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: #ffffff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #23408e;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item::before {
  border-radius: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
  font-size: 0.875rem;
  line-height: 1.3;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 10px;
  }
  .header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
  .header .top-nav-header .nav-header-wrap .block .co-info {
    flex-basis: 70%;
  }
  .header .navbar {
    margin: auto;
    position: relative;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 5px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    background-color: #ffffff;
  }
  .header.relative-header .navbar .navbar-collapse .navbar-nav {
    align-items: center;
  }
  .header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 10px;
  }
  .header.relative-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #1a1818;
  }
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 30px;
    aspect-ratio: 1/1;
    border: none;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #000000;
    width: 20px;
    height: 20px;
  }
  .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: #1a1818;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .top-nav-header {
    display: none;
  }
  .header .top-nav-header .nav-header-wrap {
    flex-wrap: nowrap;
  }
  .header .top-nav-header .nav-header-wrap .block:first-child {
    display: none;
  }
  .header .top-nav-header .nav-header-wrap .block:last-child {
    flex-basis: 100%;
  }
  .header .top-nav-header .nav-header-wrap .block .icon-group .social-icon svg {
    width: 25px;
  }
  .header .top-nav-header .nav-header-wrap .block .icon-group .info h6 {
    font-size: 1rem;
  }
  .header .top-nav-header .nav-header-wrap .block .icon-group .info p {
    font-size: 0.8125rem;
  }
  .header .navbar {
    padding: 5px 10px;
  }
  .header .navbar .navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header .navbar .navbar-brand figure {
    width: 180px;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 40%;
    margin: auto;
    align-items: center;
  }
  .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 .top-nav-header {
    display: none;
  }
  .header .navbar {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .header .bottom-nav-header {
    background-color: #ffffff;
  }
  .header .bottom-nav-header::before {
    background-color: #ffffff;
  }
}
.main-banner {
  position: relative;
  /* Scss for Emergency Icon */
}
.main-banner .title {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background-color: rgba(35, 64, 142, 0.7);
  padding: 5px 10px;
  border-radius: 5px;
}
.main-banner .title h3 {
  color: #f8f8f8;
  text-transform: capitalize;
}
.main-banner .problem-query {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  max-width: 400px;
  background-color: rgba(35, 64, 142, 0.7);
  padding: 20px;
  border-radius: 20px;
}
.main-banner .problem-query h4 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}
.main-banner .item {
  width: 100%;
  height: 100%;
  position: relative;
  height: 100dvh;
}
.main-banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.main-banner .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-banner .slick-dots li {
  background-color: #ffffff;
  transition: 0.4s all;
}
.main-banner .slick-dots li.slick-active {
  width: 32px;
  background-color: #ffffff;
  border-radius: 15px;
}

@media screen and (max-width: 1200px) {
  .main-banner .title h3 {
    font-size: 1.75rem;
  }
  .main-banner .problem-query {
    max-width: 300px;
  }
  .main-banner .problem-query h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .main-banner .title h3 {
    font-size: 1.5rem;
  }
  .main-banner .problem-query {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    max-width: 100%;
    border-radius: 0;
    background-color: #23408e;
  }
  .main-banner .problem-query h4 {
    font-size: 1.25rem;
  }
  .main-banner .item {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-banner .title h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .main-banner .title {
    width: 100%;
    top: 0;
    border-radius: 0;
    background-color: #23408e;
  }
  .main-banner .title h3 {
    text-align: center;
  }
}
.about {
  padding-bottom: 0;
}
.about .about-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px 40px;
}
.about .about-wrapper .about-image {
  flex: 0 0 calc(50% - 40px);
  display: flex;
}
.about .about-wrapper .about-image .overshadow {
  margin: 0 0;
  position: relative;
  border: 4px solid #ffffff;
  border-radius: 5px;
  margin-bottom: 60px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.about .about-wrapper .about-image .overshadow:hover {
  z-index: 1;
}
.about .about-wrapper .about-image .overlay {
  border: 4px solid #ffffff;
  border-radius: 5px;
  margin: 80px 0 0 -30px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.about .about-wrapper .about-image .overlay:hover {
  z-index: 1;
}
.about .about-wrapper .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  object-fit: cover;
}
.about .about-wrapper .about-desc {
  flex: 0 0 calc(50% - 20px);
}
.about .about-wrapper .about-desc .section-title {
  margin-bottom: 20px;
}
.about .about-wrapper .about-desc h5 {
  color: #00b0f4;
}
.about .about-wrapper .about-desc p {
  word-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  color: #f8f8f8;
  margin-bottom: 20px;
}
.about .about-wrapper .about-desc p:last-child {
  margin-bottom: 0;
}
.about .about-wrapper .about-desc .button .btn-primary {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .about .about-wrapper {
    flex-direction: column;
  }
  .about .about-wrapper .about-image .overlay {
    margin: 80px 0 0 -120px;
  }
  .about .about-wrapper .about-desc .button .btn-primary {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .about .about-wrapper .section-title {
    margin-bottom: 20px;
  }
  .about .about-wrapper .about-image {
    text-align: center;
    margin: 0 auto;
  }
  .about .about-wrapper .about-image .overlay {
    margin: 60px 0 0 -80px;
  }
  .about .about-wrapper .about-desc {
    margin-top: 0;
    text-align: center;
  }
  .about .about-wrapper .about-desc .button .btn-primary {
    font-size: 12px;
  }
}
.process .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.process .wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 5px;
}
.process .wrapper .block .no {
  text-align: center;
  width: 60px;
  aspect-ratio: 1/1;
  margin: auto;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #23408e;
  border-radius: 5px;
}
.process .wrapper .block .title h6 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 25px 0 10px 0;
  color: #23408e;
}
.process .wrapper .block .text p {
  text-align: center;
  color: #1a1818;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .process .wrapper {
    flex-direction: column;
  }
  .process .wrapper .block {
    margin: initial;
  }
  .process .wrapper .block .no img {
    max-height: 150px;
  }
  .process .wrapper .block .title h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .process .wrapper .block .no {
    margin-top: 20px;
  }
  .process .wrapper .block .no img {
    max-height: 80px;
    padding: 10px;
  }
  .process .wrapper .block .title h6 {
    padding-top: 20px;
  }
}
.service .service-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.service .service-wrapper .block {
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service .service-wrapper .block .figure {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.service .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .service-wrapper .block .desc {
  padding: 20px;
}
.service .service-wrapper .block .desc h6 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #00b0f4;
}
.service .service-wrapper .block .desc p {
  font-size: 0.9375rem;
  line-height: 1.3;
  padding: 15px 0;
}
.service .service-wrapper .block .desc .learn-more {
  font-size: 0.875rem;
  color: #f8f8f8;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s linear;
}
.service .service-wrapper .block .desc .learn-more:hover {
  text-decoration: underline;
  color: rgba(255, 0, 0, 0.7);
}
.service .service-wrapper .block:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 992px) {
  .service .service-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .service .service-wrapper .block .desc h6 {
    font-size: 1.25rem;
  }
  .service .service-wrapper .block .desc p {
    font-size: 0.9375rem;
    padding: 15px 0;
  }
  .service .service-wrapper .block .desc .learn-more {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .service .service-wrapper {
    gap: 30px 20px;
  }
  .service .service-wrapper .block .desc h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .service .service-wrapper {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .service .service-wrapper .block .figure {
    aspect-ratio: 3/1;
  }
  .service .service-wrapper .block .desc h6 {
    font-size: 1.125rem;
  }
}
.call-us .call-us-content {
  text-align: center;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.call-us .call-us-content h3 {
  font-size: 36px;
  color: #00b0f4;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.1;
  letter-spacing: 0.03em;
  background-color: #1a1818;
  padding: 8px 14px;
  border-radius: 5px;
}
.call-us .call-us-content p {
  color: #ffffff;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  padding-top: 20px;
  line-height: 1.5;
}
.call-us .call-us-content .call-button {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .call-us .call-us-content h3 {
    font-size: 36px;
  }
  .call-us .call-us-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  .call-us .call-us-content h3 {
    font-size: 28px;
  }
  .call-us .call-us-content p {
    font-size: 14px;
  }
  .call-us .call-us-content .call-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 481px) {
  .call-us .call-us-content h3 {
    font-size: 22px;
  }
  .call-us .call-us-content p {
    padding-top: 5px;
  }
}
.discount .discount-wrapper .content-block .top-content {
  padding: 40px 40px;
  background-image: url("../images/offer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.discount .discount-wrapper .content-block .top-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 24, 24, 0.5);
  z-index: -1;
  border-radius: 10px;
}
.discount .discount-wrapper .content-block .top-content .content {
  width: 50%;
}
.discount .discount-wrapper .content-block .top-content .content h6 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
.discount .discount-wrapper .content-block .top-content .content h4 {
  font-size: 2.125rem;
  font-weight: 900;
  color: #00b0f4;
  padding: 10px 0 20px 0;
  line-height: 1.3;
}
.discount .discount-wrapper .content-block .top-content .content p {
  font-size: 1.125rem;
  color: #f8f8f8;
  line-height: 1.3;
}
.discount .discount-wrapper .content-block .down-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.discount .discount-wrapper .content-block .down-content .block {
  flex: 0 0 calc(33.3333333333% - 20px);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  transition: 0.3s cubic-bezier(0.74, 0.36, 0.49, 0.71);
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
}
.discount .discount-wrapper .content-block .down-content .block .icon-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.discount .discount-wrapper .content-block .down-content .block .icon-title .icon {
  flex-basis: 40px;
}
.discount .discount-wrapper .content-block .down-content .block .icon-title .icon i {
  font-size: 2rem;
  color: #00b0f4;
}
.discount .discount-wrapper .content-block .down-content .block .icon-title h5 {
  flex-basis: calc(100% - 50px);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00b0f4;
  text-transform: capitalize;
}
.discount .discount-wrapper .content-block .down-content .block p {
  font-size: 1rem;
  font-weight: 400;
  color: #231f20;
  line-height: 1.5;
}
.discount .discount-wrapper .content-block .down-content .block:hover {
  transform: translateY(-5px);
  cursor: text;
}

@media screen and (max-width: 1200px) {
  .discount .discount-wrapper .content-block .top-content .content {
    width: 75%;
  }
  .discount .discount-wrapper .content-block .top-content .content h6 {
    font-size: 0.875rem;
  }
  .discount .discount-wrapper .content-block .top-content .content h4 {
    font-size: 2.125rem;
    padding: 10px 0 20px 0;
  }
  .discount .discount-wrapper .content-block .top-content .content p {
    font-size: 0.9375rem;
  }
  .discount .discount-wrapper .content-block .down-content {
    gap: 30px 20px;
  }
  .discount .discount-wrapper .content-block .down-content .block {
    flex: 0 0 calc(50% - 20px);
    padding: 30px 20px;
  }
  .discount .discount-wrapper .content-block .down-content .block .icon-title .icon i {
    font-size: 2rem;
    color: #00b0f4;
  }
  .discount .discount-wrapper .content-block .down-content .block .icon-title h5 {
    font-size: 1.25rem;
  }
  .discount .discount-wrapper .content-block .down-content .block p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 992px) {
  .discount .discount-wrapper .content-block .top-content .content h4 {
    font-size: 2rem;
    padding: 10px 0 20px 0;
  }
  .discount .discount-wrapper .content-block .down-content .block {
    flex-basis: calc(50% - 10px);
  }
  .discount .discount-wrapper .content-block .down-content .block .icon-title .icon i {
    font-size: 1.75rem;
  }
  .discount .discount-wrapper .content-block .down-content .block .icon-title h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .discount .discount-wrapper .content-block .top-content .content h4 {
    font-size: 1.5rem;
  }
  .discount .discount-wrapper .content-block .down-content .block .icon-title .icon i {
    font-size: 1.75rem;
  }
  .discount .discount-wrapper .content-block .down-content .block .icon-title h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .discount .discount-wrapper .content-block .top-content .content h4 {
    font-size: 1.25rem;
  }
  .discount .discount-wrapper .content-block .down-content {
    flex-direction: column;
    gap: 20px;
  }
  .discount .discount-wrapper .content-block .down-content .block .icon-title .icon i {
    font-size: 1.5rem;
  }
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-features .abtfeatures-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 30px);
  height: auto;
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  object-fit: cover;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 30px);
}
.about-features .abtfeatures-block .content h5 {
  font-size: 1.75rem;
  font-weight: 900;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
  color: #00b0f4;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
}
.about-features .abtfeatures-block .content ul {
  margin-top: 30px;
}
.about-features .abtfeatures-block .content ul li {
  display: list-item;
  list-style-type: disc;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
    gap: 20px;
  }
  .about-features .abtfeatures-block:nth-child(even) {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block img {
    aspect-ratio: 5/2;
  }
  .about-features .abtfeatures-block .content {
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.5rem;
  }
  .about-features .abtfeatures-block .content p {
    margin-top: 20px;
    font-size: 15px;
  }
  .about-features .abtfeatures-block .content ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.bg-wrap {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonial .main-title p {
  color: #ffffff;
}
.testimonial .testimonial-wrapper {
  position: relative;
}
.testimonial .testimonial-wrapper .main-block {
  margin: 0 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
}
.testimonial .testimonial-wrapper .main-block .block {
  text-align: center;
  margin: auto;
  max-width: 600px;
}
.testimonial .testimonial-wrapper .main-block .block .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  overflow: hidden;
  margin: auto;
}
.testimonial .testimonial-wrapper .main-block .block .image img {
  height: 100%;
  object-fit: cover;
}
.testimonial .testimonial-wrapper .main-block .block .desc p {
  font-size: 1rem;
  padding: 20px 0;
  color: #1a1818;
}
.testimonial .testimonial-wrapper .main-block .block .desc .info h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #23408e;
}
.testimonial .testimonial-wrapper .main-block .block .desc .info h6 {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1818;
}

.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: #00b0f4;
  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: #f8f8f8;
  transition: 0.3s ease-in-out;
}
.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link li .nav-link,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .nav-link {
  padding-left: 15px;
  font-size: 0.875rem;
  color: #f8f8f8;
  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 .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link .icon,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link .icon {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link .icon i,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link .icon i {
  font-size: 0.875rem;
}
.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link p,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link p {
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.footer .footer-top .top-wrap .footer-block .quick-link li svg path,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item svg path {
  stroke: #f8f8f8;
  transition: 0.3s ease-in-out;
}
.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: #00b0f4;
}
.footer .footer-top .top-wrap .footer-block .quick-link li:hover svg path,
.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover svg path {
  stroke: #00b0f4;
}
.footer .footer-top .top-wrap .footer-block .quick-link li:hover .footer-link,
.footer .footer-top .top-wrap .footer-block .quick-link li:hover .nav-link,
.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 .nav-link {
  transform: translateX(5px);
  color: #00b0f4;
}
.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: 180px;
}
.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: #f8f8f8;
  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 .nav-link,
.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 .nav-link {
  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 .nav-link,
.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 .nav-link {
  padding-left: 10px;
}
.footer .footer-bottom {
  padding: 30px 0;
}
.footer .footer-bottom .bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.footer .footer-bottom .bottom-wrap .block,
.footer .footer-bottom .bottom-wrap .develop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  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;
  color: #f8f8f8;
  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: #00b0f4;
  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 .top-wrap .footer-block {
    flex-basis: calc(50% - 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: #f8f8f8;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link li .nav-link,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item .nav-link {
    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;
    width: 150px;
  }
  .footer .footer-top .top-wrap .footer-block:first-child .desc {
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-top .top-wrap .footer-block:nth-child(3) {
    flex-basis: calc(50% - 20px);
  }
  .footer .footer-top .top-wrap .footer-block:last-child {
    flex-basis: 100%;
  }
}
@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: 12px;
    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: #f8f8f8;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link li .nav-link,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item .nav-link {
    font-size: 0.875rem;
  }
  .footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link {
    justify-content: center;
  }
  .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 .about .page-about-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  margin-top: 40px;
}
.page-about .about .page-about-wrapper .about-image {
  flex-basis: calc(50% - 20px);
  height: auto;
}
.page-about .about .page-about-wrapper .about-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.page-about .about .page-about-wrapper .about-desc {
  flex-basis: calc(50% - 20px);
}
.page-about .about .page-about-wrapper .about-desc p {
  margin-bottom: 20px;
}
.page-about .about .page-about-wrapper .about-desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-about .process {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .page-about-wrapper {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .page-about .about .page-about-wrapper .about-image img {
    aspect-ratio: 4/2;
  }
  .page-about .about .page-about-wrapper .about-desc p {
    text-align: center;
    margin-bottom: 15px;
  }
}
.projects .project-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
}
.projects .project-wrapper .image-block {
  flex-basis: calc(33.3333333333% - 15px);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.projects .project-wrapper .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

@media screen and (max-width: 768px) {
  .projects .project-wrapper {
    gap: 20px 10px;
  }
  .projects .project-wrapper .image-block {
    flex-basis: calc(50% - 10px);
  }
}
.page-service {
  padding-bottom: 0;
}
.page-service .main-service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-service .main-service-wrapper .main-service-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.page-service .main-service-wrapper .main-service-block .image {
  flex-basis: calc(50% - 20px);
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.page-service .main-service-wrapper .main-service-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.page-service .main-service-wrapper .main-service-block .content {
  flex-basis: calc(50% - 20px);
}
.page-service .main-service-wrapper .main-service-block .content h5 {
  font-weight: 700;
  color: #00b0f4;
  text-transform: capitalize;
}
.page-service .main-service-wrapper .main-service-block .content p {
  margin-top: 20px;
}
.page-service .main-service-wrapper .main-service-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .page-service .main-service-wrapper {
    gap: 50px;
  }
  .page-service .main-service-wrapper .main-service-block {
    flex-direction: column;
    gap: 30px;
  }
  .page-service .main-service-wrapper .main-service-block .image img {
    aspect-ratio: 4/2;
  }
  .page-service .main-service-wrapper .main-service-block .content p {
    margin-top: 15px;
  }
  .page-service .main-service-wrapper .main-service-block:nth-child(even) {
    flex-direction: column;
  }
}
.page-contact {
  position: relative;
  overflow: hidden;
}
.page-contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: -35%;
  width: calc(100% + 500px);
  height: 70%;
  background-color: #23408e;
  z-index: -1;
  transform: skewY(170deg);
}
.page-contact .contact-title {
  text-align: center;
  margin-bottom: 60px;
}
.page-contact .contact-title h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
.page-contact .contact-title h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #231f20;
  padding-top: 10px;
}
.page-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.page-contact .contact-wrapper .contact-info {
  flex: 0 0 40%;
  padding: 40px 40px;
  background-color: #231f20;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.page-contact .contact-wrapper .contact-info::before {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -35px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #ffffff;
}
.page-contact .contact-wrapper .contact-info::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.page-contact .contact-wrapper .contact-info .desc h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}
.page-contact .contact-wrapper .contact-info .desc p {
  font-size: 0.875rem;
  color: #f8f8f8;
  padding-top: 10px;
}
.page-contact .contact-wrapper .contact-info .info {
  margin: 40px 0;
}
.page-contact .contact-wrapper .contact-info .info .co-detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .icon i {
  font-size: 0.75rem;
  color: #f8f8f8;
  padding-right: 10px;
  transition: 0.5s ease-in-out;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .text .info-link {
  font-size: 0.875rem;
  color: #f8f8f8;
  overflow-wrap: anywhere;
  transition: 0.5s ease-in-out;
}
.page-contact .contact-wrapper .contact-info .info .co-detail:last-child {
  margin-bottom: 0;
}
.page-contact .contact-wrapper .contact-info .info .co-detail:hover .icon i {
  color: #cc181e;
}
.page-contact .contact-wrapper .contact-info .info .co-detail:hover .text .info-link {
  color: #cc181e;
}
.page-contact .contact-wrapper .contact-info .contact-social-link {
  display: flex;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
  margin-right: 30px;
  position: relative;
  width: 40px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 4px;
  z-index: 1;
  transition: 0.3s ease-in-out 0.2s;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background-color: #23408e;
  z-index: -1;
  border-radius: 4px;
  transition: 0.5s ease-out;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img i {
  color: #f8f8f8;
  transition: 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link:hover {
  border: 1px solid #23408e;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link:hover::before {
  width: 100%;
  height: 100%;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link:hover .icon-img i {
  color: #ffffff;
}
.page-contact .contact-wrapper .contact-form {
  flex: 0 0 60%;
  padding: 30px;
  background-color: #008bc1;
}
.page-contact .contact-wrapper .contact-form .title {
  text-align: left;
  padding-bottom: 0;
}
.page-contact .contact-wrapper .contact-form .title h5 {
  font-size: 1.5rem;
  color: #231f20;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-contact .contact-wrapper .contact-form .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: none;
  padding: 0;
}
.page-contact .contact-wrapper .contact-form .form .form-group label {
  color: #f8f8f8;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
    margin-right: 10px;
    width: 30px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img img {
    width: 15px;
  }
}
@media screen and (max-width: 800px) {
  .page-contact .contact-wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact-wrapper .contact-form .form {
    flex-direction: column;
  }
}
.quote {
  position: relative;
  z-index: 1;
}
.quote .attachment-post-thumbnail-background {
  z-index: -11;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  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: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  word-spacing: 5px;
}
.quote .wrapper .form-content .sub-title h5 span {
  color: #23408e;
}
.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: 5px;
  flex-basis: calc(25% - 5px);
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block::before {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0;
  height: 0;
  border-radius: 5px;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block i {
  font-size: 1.125rem;
  color: #ffffff;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block:hover::before {
  width: 105%;
  height: 105%;
}
.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: #ffffff;
}
.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: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
.quote .wrapper .form-block .form .form-group label {
  color: #000000;
  font-size: 1.125rem;
}
.quote .wrapper .form-block .form .btn {
  color: #1a1818;
}

@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;
  }
}
.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: #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: #23408e;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .projects {
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .projects .project-wrapper {
  justify-content: initial;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #f8f8f8;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p:last-child {
  margin-bottom: 0;
}
.single-service-wrap .desc-group .desc p {
  margin-bottom: 15px;
}
.single-service-wrap .desc-group .desc 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 {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

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