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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ----- WP Scss File ------- */
/* Main Fonts */
/* Colors */
/* mostly used color */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Work+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
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: "Poppins", sans-serif;
  line-height: 1.7;
  color: #292929;
  margin: 0;
  padding: 0;
}

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

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

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 3.5rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 1.75rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  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: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
  padding-block: 150px 60px;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 41, 41, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #f8f8f8;
}
.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: #A42330;
}
.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 {
  font-family: "Poppins", 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 {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 35px;
}
.btn.btn-primary {
  background-color: #A42330;
  color: #ffffff;
  border-color: #A42330;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #A42330;
  color: #A42330;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #A42330;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #A42330;
  color: #A42330;
}
.btn.btn-primary-ghost:hover {
  background-color: #A42330;
  color: #ffffff;
  border-color: #A42330;
}
.btn.btn-secondary {
  background-color: #4E2A2E;
  color: #ffffff;
  border-color: #4E2A2E;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #4E2A2E;
  color: #4E2A2E;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #4E2A2E;
  color: #4E2A2E;
}
.btn.btn-secondary-ghost:hover {
  background-color: #4E2A2E;
  color: #ffffff;
  border-color: #4E2A2E;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #292929;
  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: #292929;
  border-color: #ffffff;
}
.btn.btn-blackie {
  background-color: #292929;
  color: #ffffff;
  border-color: #292929;
}
.btn.btn-blackie:hover {
  background-color: transparent;
  border-color: #292929;
  color: #292929;
}
.btn.btn-blackie-ghost {
  background-color: transparent;
  border-color: #292929;
  color: #292929;
}
.btn.btn-blackie-ghost:hover {
  background-color: #292929;
  color: #ffffff;
  border-color: #292929;
}
.btn .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.btn .btn-wrap span {
  margin: 0;
  padding: 0;
}
.btn .btn-wrap i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn:hover .btn-wrap i {
  transform: translateX(10px);
}

.section {
  padding: 80px 0;
}

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

.bg-wrap {
  background-image: url(../images/background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.bg-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.hideDiv {
  display: none;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 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 {
  max-width: 600px;
  margin: 0 auto 80px;
}
.main-title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: capitalize;
}
.main-title h5 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
}
.main-title h6 {
  background-color: rgba(78, 42, 46, 0.1);
  padding: 5px 20px;
  border-radius: 15px;
  display: inline-block;
  font-size: 1rem;
  color: #A42330;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.main-title p {
  font-size: 1rem;
  line-height: 1.5;
  color: #f8f8f8;
  margin-top: 10px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-info .contact-item {
  display: inline-block;
}
.contact-info .contact-item h6 {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item p {
  display: inline-block;
  color: #f8f8f8;
  margin-top: 5px;
  position: relative;
}
.contact-info .contact-item p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #A42330;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item:hover h6 {
  color: #A42330;
}
.contact-info .contact-item:hover p::before {
  width: 100%;
}

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

@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 60px;
  }
  .main-title h4 {
    font-size: 2rem;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 50px;
  }
  .main-title h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title {
    margin-bottom: 40px;
  }
  .main-title h4 {
    font-size: 1.25rem;
  }
}
.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% - 20px);
}
.form .form-group.third-width {
  flex-basis: calc(33.3333333333% - 20px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #292929;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group label i {
  color: #A42330;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 10px 15px;
  font-size: 1rem;
  color: #000000;
  resize: none;
  width: 100%;
  border-radius: 20px;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #292929;
  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 .form-input.fileInput {
  border: none;
  padding-inline: 0;
  border-radius: 0;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group.third-width {
    flex-basis: calc(50% - 20px);
  }
  .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 label {
    font-size: 0.9375rem;
  }
}
.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: #A42330;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #A42330;
  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: #4E2A2E;
  stroke: #4E2A2E;
}

.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: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(164, 35, 48, 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(164, 35, 48, 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(164, 35, 48, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(121.9698492462, 26.0301507538, 35.6984924623);
  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: #D4D7DD;
  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: #4E2A2E;
  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 #4E2A2E;
}

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

.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 {
  width: 120px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar .navbar-collapse .navbar-nav {
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 0 10px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #292929;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #A42330;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown p {
  font-size: inherit;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown i {
  font-size: 0.8125rem;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 150px;
  background-color: #ffffff;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  z-index: 11;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .menu-item {
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .menu-item .nav-link {
  overflow-wrap: anywhere;
  line-height: 1.2;
  font-size: 0.8125rem;
  transition: 0.3s ease-in-out;
  padding: 8px;
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .menu-item .nav-link::before {
  display: none;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .menu-item:hover::before {
  width: 100%;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .menu-item:hover .nav-link {
  color: #ffffff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .dropdown-toggle::after {
  transform: rotate(180deg);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  display: block;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #A42330;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::before, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
  width: 100%;
}
.header .navbar .button .btn-call {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #292929;
  padding: 0 20px;
}
.header .navbar .button .btn-call i {
  font-size: 0.75rem;
}
.header .navbar .button .btn-call span {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 9999;
}
.header.fixed-header .navbar {
  padding: 0;
}
.header.fixed-header .navbar .navbar-brand {
  padding: 5px;
}
.header.fixed-header .navbar .navbar-brand figure {
  width: 100px;
}
.header.fixed-header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #292929;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  background-color: #292929;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #A42330;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::before, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
  background-color: #A42330;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    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.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem;
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #4E2A2E;
  }
  .header .navbar .button {
    display: none;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 80px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar-toggler {
    border: 2px solid #292929;
  }
  .header .navbar-toggler svg {
    fill: #292929;
  }
  .header .navbar-toggler svg.cross path {
    stroke: #292929;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 80px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #292929;
  }
  .header.fixed-header .navbar-toggler {
    border: 2px solid #ffffff;
  }
  .header.fixed-header .navbar-toggler svg {
    fill: #ffffff;
  }
  .header.fixed-header .navbar-toggler svg.cross path {
    stroke: #ffffff;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 60px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #4E2A2E;
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.banner .banner-slider .banner-block .figure {
  flex-basis: 50%;
  text-align: right;
}
.banner .banner-slider .banner-block .figure img {
  filter: drop-shadow(2px 5px 3px #000000);
  max-width: 400px;
}
.banner .banner-slider .banner-block .content {
  flex-basis: 40%;
}
.banner .banner-slider .banner-block .content h6 {
  font-size: 1.125rem;
  position: relative;
  padding-top: 15px;
}
.banner .banner-slider .banner-block .content h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 3px;
  background: rgba(164, 35, 48, 0.9);
  z-index: -1;
}
.banner .banner-slider .banner-block .content h4 {
  font-size: 2rem;
  color: #292929;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  margin: 15px 0;
}
.banner .banner-slider .banner-block .content h4 span {
  display: block;
  color: #A42330;
}
.banner .banner-slider .banner-block .content p {
  margin-block: 20px 50px;
  color: #292929;
}
.banner .banner-slider .banner-block .content .button-wrap {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .banner .banner-slider .banner-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .banner .banner-slider .banner-block .content {
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .banner .banner-slider .banner-block .content p {
    margin-block: 20px 30px;
  }
  .banner .banner-slider .banner-block .content .button-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-slider .banner-block .figure img {
    max-width: 250px;
  }
  .banner .banner-slider .banner-block .content .button-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.about .wrapper {
  gap: 60px;
  align-items: initial;
}
.about .wrapper .about-image {
  flex-basis: calc(50% - 60px);
}
.about .wrapper .about-image .image-block {
  position: relative;
  height: 100%;
}
.about .wrapper .about-image .image-block .figure {
  padding-inline: 50px;
  height: 100%;
}
.about .wrapper .about-image .image-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about .wrapper .about-image .image-block .absolute-figure {
  position: absolute;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922);
  border: 10px solid #ffffff;
  border-radius: 10px;
}
.about .wrapper .about-image .image-block .absolute-figure img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
}
.about .wrapper .about-image .image-block .absolute-figure.first {
  top: 60px;
  left: -50px;
}
.about .wrapper .about-image .image-block .absolute-figure.second {
  bottom: 60px;
  right: -50px;
}
.about .wrapper .about-content {
  flex-basis: calc(50% - 60px);
}
.about .wrapper .about-content .main-title {
  margin-bottom: 0;
}
.about .wrapper .about-content .main-title h4 {
  color: #000000;
}
.about .wrapper .about-content .main-title h4 span {
  display: initial;
  color: #A42330;
}
.about .wrapper .about-content .main-title p {
  color: #292929;
  margin-top: 20px;
}
.about .wrapper .about-content .content p {
  margin-top: 30px;
}
.about .wrapper .about-content .button {
  margin-top: 40px;
}
.about .wrapper .about-choose {
  flex-basis: calc(50% - 20px);
}
.about .wrapper .about-choose .main-title {
  margin-inline: initial;
  margin-bottom: 0;
}
.about .wrapper .about-choose .main-title h4 {
  color: #292929;
}
.about .wrapper .about-choose .main-title h4 span {
  color: #A42330;
}
.about .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.about .wrapper ul li {
  flex-basis: calc(33.3333333333% - 10px);
  text-align: center;
  margin-top: 40px;
  background-color: rgba(212, 215, 221, 0.2);
  padding: 20px;
  border-radius: 10px;
}
.about .wrapper ul li .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(78, 42, 46, 0.2);
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.about .wrapper ul li .icon i {
  font-size: 1rem;
  color: #4E2A2E;
}
.about .wrapper ul li .desc {
  flex-basis: calc(100% - 50px);
}
.about .wrapper ul li .desc h6 {
  font-size: 0.9375rem;
  color: #000000;
  text-transform: capitalize;
  margin-block: 8px;
}
.about .wrapper ul li .desc p {
  font-size: 0.8125rem;
  color: #292929;
  line-height: 1.3;
}
.about .wrapper ul.choose-listing {
  background-color: rgba(212, 215, 221, 0.2);
  padding: 20px 30px;
  flex-direction: column;
  border-radius: 20px;
  gap: 40px;
  margin-top: 30px;
}
.about .wrapper ul.choose-listing li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.about .wrapper ul.choose-listing li .icon {
  margin-inline: initial;
}
.about .wrapper ul.choose-listing li .desc {
  text-align: left;
  flex-basis: calc(100% - 70px);
}
.about .wrapper ul.choose-listing li .desc h6 {
  font-size: 1.125rem;
}
.about .wrapper ul.choose-listing li .desc p {
  font-size: 0.9375rem;
}
.about .wrapper .experience {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 10px;
  margin-top: 40px;
  padding: 20px 30px;
  background-color: rgba(164, 35, 48, 0.1);
  border-radius: 20px;
}
.about .wrapper .experience .year {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background-color: rgba(164, 35, 48, 0.4);
  border-radius: 100%;
}
.about .wrapper .experience .year h6 {
  font-size: 1.375rem;
  color: #A42330;
  line-height: 1;
}
.about .wrapper .experience .desc {
  flex-basis: calc(100% - 80px);
}
.about .wrapper .experience .desc h6 {
  font-size: 1.25rem;
  text-transform: capitalize;
}
.about .wrapper .experience .desc p {
  font-size: 0.875rem;
}
.about .wrapper .experience .blockquote {
  flex-basis: 100%;
}
.about .wrapper .experience .blockquote p {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .about .wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .about .wrapper .about-image {
    height: auto;
  }
  .about .wrapper .about-image .image-block {
    height: 100%;
  }
  .about .wrapper .about-image .image-block .figure {
    height: 100%;
  }
  .about .wrapper .about-content .main-title {
    margin-inline: initial;
  }
  .about .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
  }
  .about .wrapper ul li {
    flex-grow: 1;
    margin-top: 30px;
  }
  .about .wrapper ul.choose-listing {
    padding: 20px;
    gap: 30px;
  }
  .about .wrapper ul.choose-listing li .desc h6 {
    font-size: 1.125rem;
  }
  .about .wrapper .experience {
    margin-top: 30px;
    padding: 20px;
  }
  .about .wrapper .experience .year h6 {
    font-size: 1.375rem;
  }
  .about .wrapper .experience .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .about .wrapper .about-image {
    width: 100%;
  }
  .about .wrapper .about-image .image-block .figure {
    width: 100%;
    height: 100%;
  }
  .about .wrapper .about-image .image-block .figure img {
    aspect-ratio: 3/2;
    object-position: bottom;
  }
  .about .wrapper ul li .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about .wrapper .about-content {
    text-align: center;
  }
  .about .wrapper .about-content .content p {
    margin-top: 20px;
  }
  .about .wrapper .about-content .button {
    margin-top: 20px;
  }
  .about .wrapper .about-choose .main-title {
    margin-inline: auto;
    text-align: center;
  }
  .about .wrapper ul {
    flex-direction: column;
    gap: 20px 10px;
    margin-top: 20px;
  }
  .about .wrapper ul li {
    flex-grow: 1;
    margin-top: 0;
  }
  .about .wrapper ul.choose-listing {
    text-align: center;
    padding: 20px;
    gap: 20px;
    margin-top: 20px;
  }
  .about .wrapper ul.choose-listing li .desc h6 {
    font-size: 1rem;
  }
  .about .wrapper .experience {
    margin-top: 20px;
  }
  .about .wrapper .experience .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .about-image .image-block .figure img {
    aspect-ratio: 2/2;
  }
  .about .wrapper .about-image .image-block .absolute-figure img {
    width: 140px;
    aspect-ratio: 1/1;
  }
  .about .wrapper .about-image .image-block .absolute-figure.first {
    left: 0;
  }
  .about .wrapper .about-image .image-block .absolute-figure.second {
    right: 0;
  }
  .about .wrapper ul li .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .about .wrapper .about-image .image-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
  }
  .about .wrapper .about-image .image-block .figure {
    padding-inline: 0;
    flex-basis: 100%;
  }
  .about .wrapper .about-image .image-block .figure img {
    aspect-ratio: 3/2;
  }
  .about .wrapper .about-image .image-block .absolute-figure {
    position: relative;
    flex-basis: calc(50% - 10px);
    border: 0;
  }
  .about .wrapper .about-image .image-block .absolute-figure img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .about .wrapper .about-image .image-block .absolute-figure.first {
    left: 0;
    top: 0;
  }
  .about .wrapper .about-image .image-block .absolute-figure.second {
    right: 0;
    bottom: 0;
  }
  .about .wrapper ul.choose-listing li {
    flex-direction: column;
    gap: 10px;
  }
  .about .wrapper ul.choose-listing li .desc {
    text-align: center;
  }
  .about .wrapper .experience {
    flex-direction: column;
    text-align: center;
  }
  .about .wrapper .experience .desc h6 {
    font-size: 1rem;
  }
  .about .wrapper .experience .blockquote p {
    font-size: 0.875rem;
  }
}
.service .main-title {
  text-align: center;
}
.service .main-title h4 {
  color: #292929;
}
.service .main-title p {
  color: #292929;
}
.service .wrapper {
  align-items: initial;
  justify-content: initial;
  gap: 20px 10px;
}

.service-block {
  flex-basis: calc(20% - 10px);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding: 20px 10px;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
.service-block .icon {
  text-align: center;
}
.service-block .icon i {
  font-size: 2.5rem;
  color: #4E2A2E;
}
.service-block .desc {
  text-align: center;
}
.service-block .desc h6 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #292929;
  margin-block: 20px 10px;
}
.service-block .desc h6 span {
  text-transform: initial;
}
.service-block .desc p {
  font-size: 1rem;
}
.service-block:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 1200px) {
  .service-block {
    flex-basis: calc(25% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .service .wrapper {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .service-block .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .service .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .service-block .desc h6 {
    margin-bottom: 10px;
  }
}
.process-section .main-title {
  text-align: center;
}
.process-section .main-title h4 {
  color: #A42330;
}
.process-section .main-title p {
  color: #292929;
}
.process-section .wrapper {
  gap: 20px;
  justify-content: space-between;
  align-items: initial;
}
.process-section .block {
  flex-basis: calc(50% - 20px);
  position: relative;
  z-index: 1;
}
.process-section .block .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.process-section .block .box .no {
  width: 120px;
  height: 120px;
  color: #ffffff;
  background-color: #292929;
  border: 1px solid #292929;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 11;
  transition: 0.3s ease-in-out;
}
.process-section .block .box .no i {
  font-size: 2rem;
}
.process-section .block .box .desc {
  flex-basis: calc(100% - 140px);
}
.process-section .block .box .desc h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A42330;
}
.process-section .block .box .desc h6 span {
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  color: #292929;
}
.process-section .block .box .desc p {
  margin-top: 10px;
  font-size: 0.9375rem;
}
.process-section .block .box .desc ul li {
  margin-top: 5px;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
}
.process-section .block .box:hover {
  cursor: pointer;
}
.process-section .block .box:hover .no {
  background-color: #ffffff;
  color: #A42330;
}
.process-section .block:last-child .box {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .process-section .wrapper {
    flex-direction: column;
    gap: 30px 15px;
  }
  .process-section .block .box .no {
    width: 80px;
    height: 80px;
  }
  .process-section .block .box .no i {
    font-size: 1.5rem;
  }
  .process-section .block .box .desc {
    flex-basis: calc(100% - 110px);
  }
}
@media screen and (max-width: 768px) {
  .process-section .block {
    position: relative;
    z-index: 1;
  }
  .process-section .block::before {
    display: none;
  }
  .process-section .block .box .desc {
    background-color: #ffffff;
    padding-top: 20px;
  }
  .process-section .block .box .desc h6 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #A42330;
  }
  .process-section .block .box .desc p {
    margin-top: 10px;
    font-size: 0.9375rem;
  }
  .process-section .block .box .desc ul li {
    margin-top: 5px;
    display: list-item;
    list-style: disc;
    list-style-position: inside;
  }
  .process-section .block:last-child .box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .process-section .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .process-section .block .box {
    flex-direction: column;
  }
}
.why-choose-us .main-title {
  text-align: center;
}
.why-choose-us .wrapper {
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 25px;
}
.why-choose-us .wrapper .choose-block {
  flex-basis: calc(33.3333333333% - 25px);
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 40px 20px;
}
.why-choose-us .wrapper .choose-block .svg-icon {
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.why-choose-us .wrapper .choose-block .svg-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(164, 35, 48, 0.6);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.why-choose-us .wrapper .choose-block .svg-icon svg {
  width: 50px;
  height: auto;
}
.why-choose-us .wrapper .choose-block .desc {
  margin-top: 25px;
}
.why-choose-us .wrapper .choose-block .desc h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A42330;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.why-choose-us .wrapper .choose-block .desc p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #292929;
}
.why-choose-us .wrapper .choose-block:nth-child(2) .svg-icon svg {
  width: 70px;
}

@media screen and (max-width: 992px) {
  .why-choose-us .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .why-choose-us .wrapper .choose-block .desc h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper .choose-block {
    width: 100%;
  }
  .why-choose-us .wrapper .choose-block .desc {
    text-align: center;
  }
}
.book .bookWrap {
  max-width: 600px;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  border: 1px solid rgba(100, 78, 141, 0.04);
  text-align: center;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.book .bookWrap::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(164, 35, 48, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.book .bookWrap::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(164, 35, 48, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.book .bookWrap h5 {
  font-weight: 700;
  color: #A42330;
}
.book .bookWrap p {
  color: #292929;
  margin-block: 20px 40px;
}
.book .bookWrap .button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial .main-title {
  text-align: center;
}
.testimonial .main-title h4 {
  color: #A42330;
}

.testimonial-block {
  margin: 20px;
  overflow: visible;
  margin-top: 0;
  border: 1px solid rgba(14, 30, 37, 0.12);
  border-radius: 16px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding-block: 20px;
}
.testimonial-block .block-wrap {
  padding: 20px;
  position: relative;
  text-align: left;
}
.testimonial-block .block-wrap .star-group {
  margin-block: 20px;
}
.testimonial-block .block-wrap .top-content p {
  color: #292929;
  font-size: 0.9375rem;
  margin-top: 15px;
  line-height: 1.5;
}
.testimonial-block .block-wrap .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.testimonial-block .block-wrap .info .image {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #000000;
}
.testimonial-block .block-wrap .info .details {
  flex-basis: calc(100% - 70px);
  margin-top: 10px;
}
.testimonial-block .block-wrap .info .details p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4E2A2E;
  text-transform: capitalize;
  line-height: 1.5;
}
.testimonial-block .block-wrap .info .details p.address {
  font-size: 0.875rem;
}

.call-us {
  background-image: url(images/background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
.call-us .wrap .desc h5 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #A42330;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.call-us .wrap .desc p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #292929;
  margin-bottom: 30px;
}
.call-us .wrap .desc .branch-contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.call-us .wrap .desc .branch-contact-wrap .phoneno {
  flex-basis: calc(33.3333333333% - 10px);
}

@media screen and (max-width: 992px) {
  .call-us {
    padding: 60px 0;
  }
  .call-us .wrap .desc {
    margin-bottom: 20px;
  }
  .call-us .wrap .desc h5 {
    font-size: 1.5rem;
  }
  .call-us .wrap .desc .branch-contact-wrap .phoneno {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .call-us .wrap .desc h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .call-us .wrap .desc .branch-contact-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.trusted-partners .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.trusted-partners .title {
  margin-bottom: 0;
  flex-basis: 200px;
  width: auto;
  max-width: auto;
}
.trusted-partners .title h4 {
  color: #A42330;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.trusted-partners .partner-slider {
  flex-basis: calc(100% - 260px);
}
.trusted-partners .partner-slider .partner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}
.trusted-partners .partner-slider .partner-wrap .figure {
  flex-basis: calc(20% - 20px);
  text-align: center;
}
.trusted-partners .partner-slider .partner-wrap .figure img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .trusted-partners .wrapper {
    flex-direction: column;
  }
  .trusted-partners .wrapper .title {
    flex-basis: auto;
  }
  .trusted-partners .wrapper .partner-slider .partner-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .trusted-partners .partner-slider .partner-wrap {
    gap: 10px 15px;
    justify-content: initial;
  }
  .trusted-partners .partner-slider .partner-wrap .figure {
    flex-basis: calc(50% - 15px);
  }
  .trusted-partners .partner-slider .partner-wrap .figure img {
    width: 75px;
  }
}
.footer {
  background-color: #000000;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.footer .footer-wrapper .footer-block {
  flex-basis: calc(33.3333333333% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-wrapper .footer-block:first-child .footer-logo {
  max-width: 100px;
  margin-top: -50px;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block:first-child .footer-logo img {
  width: 100%;
}
.footer .footer-wrapper .footer-block:first-child .quick-link li .svg-icon svg path,
.footer .footer-wrapper .footer-block:first-child .quick-link .footer-item .svg-icon svg path {
  fill: #ffffff;
}
.footer .footer-wrapper .footer-block:first-child .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:first-child .quick-link li a,
.footer .footer-wrapper .footer-block:first-child .quick-link .footer-item .footer-link,
.footer .footer-wrapper .footer-block:first-child .quick-link .footer-item a {
  text-transform: initial;
}
.footer .footer-wrapper .footer-block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block .desc {
  max-width: 400px;
}
.footer .footer-wrapper .footer-block .desc p {
  color: #f8f8f8;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link li a,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item a {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #f8f8f8;
  text-transform: capitalize;
  display: inline-block;
  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 li:hover a,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover a {
  transform: translateX(5px);
  color: #A42330;
}
.footer .footer-wrapper .footer-block .social-icon-wrap {
  display: flex;
  gap: 10px;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #A42330;
  border-radius: 50%;
  z-index: 1;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #A42330;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon i {
  color: #ffffff;
  transition: 0.3s ease-in-out 0.1s;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon:hover::before {
  width: 0;
  height: 0;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon:hover i {
  color: #A42330;
}

.footer-bottom {
  background-color: #000000;
}

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

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-block {
    gap: 20px;
    text-align: center;
  }
  .footer .footer-wrapper .footer-block:first-child {
    align-items: center;
  }
  .footer .footer-wrapper .footer-block:first-child .footer-logo {
    margin-top: 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 .footer-block .desc p {
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .footer-block .social-icon-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .bottom-wrap {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .bottom-wrap {
    gap: 10px;
  }
  .bottom-wrap .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
  }
  .bottom-wrap .content-wrap p,
  .bottom-wrap .content-wrap a {
    line-height: 1.5;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    display: inline-block;
  }
  .bottom-wrap .content-wrap a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .bottom-wrap .content-wrap a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #A42330;
    transition: 0.3s ease-in-out 0.1s;
  }
  .bottom-wrap .content-wrap a:hover {
    color: #A42330;
  }
  .bottom-wrap .content-wrap a:hover::before {
    width: 100%;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
  /* Feature Section in Inner Page*/
}
.page-about .extra-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .extra-content p {
  color: #292929;
}
.page-about .features {
  margin-top: 0;
}

@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;
  }
  .page-about .about .wrapper .extra-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .extra-content {
    text-align: center;
  }
}
.features {
  padding: 50px 0;
  background-color: #A42330;
}
.features .ft-wrap {
  display: flex;
  flex-wrap: wrap;
}
.features .ft-wrap .block-wrap {
  flex-basis: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
.features .ft-wrap .block-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background-color: #ffffff;
}
.features .ft-wrap .block-wrap:last-child::before {
  display: none;
}
.features .ft-wrap .block-wrap .desc h6 {
  font-size: 2.125rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.features .ft-wrap .block-wrap .desc p {
  color: #f8f8f8;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .features {
    padding: 40px 0;
  }
  .features .ft-wrap .block-wrap {
    gap: 15px;
  }
  .features .ft-wrap .block-wrap .desc {
    text-align: center;
  }
  .features .ft-wrap .block-wrap .desc h6 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .features .ft-wrap {
    gap: 40px 0;
  }
  .features .ft-wrap .block-wrap {
    flex-basis: 50%;
    flex-direction: column;
    gap: 10px;
  }
  .features .ft-wrap .block-wrap .desc h6 {
    font-size: 1.75rem;
  }
  .features .ft-wrap .block-wrap:nth-child(even)::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .features .ft-wrap {
    flex-direction: column;
  }
  .features .ft-wrap .block-wrap::before {
    display: none;
  }
  .features .ft-wrap .block-wrap .desc h6 {
    font-size: 1.5rem;
  }
}
.team {
  position: relative;
  z-index: 1;
}
.team::before, .team::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.team::before {
  background-image: url("../images/team-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
.team::after {
  background-color: rgba(255, 255, 255, 0.8);
}
.team .main-title {
  margin-inline: 0;
}
.team .main-title h4 {
  color: #4E2A2E;
}
.team .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 40px;
}
.team .wrapper .item {
  flex-basis: calc(33.3333333333% - 40px);
  position: relative;
}
.team .wrapper .item figure {
  overflow: hidden;
  border-radius: 5px;
}
.team .wrapper .item figure img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
}
.team .wrapper .item .text {
  text-align: center;
  margin-top: 10px;
}
.team .wrapper .item .text h5 {
  text-transform: capitalize;
  color: #292929;
  font-size: 1.25rem;
  font-weight: 700;
}
.team .wrapper .item .text p {
  color: #4E2A2E;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.team .wrapper .item .text .desc {
  margin-top: 10px;
  font-size: 0.9375rem;
}
.team .wrapper .item:hover {
  cursor: pointer;
}
.team .wrapper .item:hover figure img {
  scale: 1.1;
}

@media screen and (max-width: 992px) {
  .team .wrapper .item {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .team .wrapper {
    justify-content: center;
  }
  .team .wrapper .item .text h5 {
    font-size: 1rem;
  }
  .team .wrapper .item .text p {
    font-size: 0.875rem;
  }
}
.gallery .section-title {
  text-align: center;
}
.gallery .gallery-wrapper .img-block {
  width: 33.3333333333%;
  border-radius: 10px;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.gallery .gallery-wrapper .img-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(164, 35, 48, 0.85);
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .img-block img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gallery .gallery-wrapper .img-block .img-info {
  position: absolute;
  bottom: -100px;
  left: 30px;
  transition: 0.5s ease-in-out 0.3s;
  width: 80%;
}
.gallery .gallery-wrapper .img-block .img-info p {
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #f8f8f8;
  line-height: 1.2;
}
.gallery .gallery-wrapper .img-block .img-info .imgtitle {
  font-size: 0.875rem;
  color: #f8f8f8;
  text-transform: capitalize;
}
.gallery .gallery-wrapper .img-block:hover:before {
  width: 100%;
}
.gallery .gallery-wrapper .img-block:hover .img-info {
  bottom: 20px;
}
.gallery .gallery-wrapper.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.gallery .gallery-wrapper.main-wrapper .img-block {
  margin: 0;
  width: 100%;
  flex-basis: calc(33.3333333333% - 15px);
}

@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper.main-wrapper .img-block {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-wrapper.main-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.page-services {
  background: url("../images/Pattern-Randomized.svg");
}
.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;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 1px 14px -8px #292929;
  padding: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #A42330;
  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;
  }
}
.information {
  overflow: hidden;
}
.information .title {
  text-align: center;
  margin-bottom: 40px;
}
.information .title h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #A42330;
  padding-bottom: 10px;
}
.information .title p {
  font-size: 0.9375rem;
}
.information .info-wrapper {
  position: relative;
  margin-bottom: -80px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  gap: 20px;
}
.information .info-wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  text-align: center;
  padding: 45px 10px 30px 10px;
  background-color: #A42330;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .logo i {
  font-size: 30px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 10px 0;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail p {
  font-size: 15px;
  max-width: 250px;
  margin: auto;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block:hover {
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 5px 2px #dedede;
}
.information .info-wrapper .block:hover .logo i {
  color: #A42330;
}
.information .info-wrapper .block:hover .info-detail h6 {
  color: #A42330;
}
.information .info-wrapper .block:hover .info-detail p {
  color: #A42330;
}

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

@media screen and (max-width: 992px) {
  .information .title {
    margin-bottom: 40px;
  }
  .information .title h2 {
    font-size: 1.75rem;
  }
  .information .title p {
    font-size: 0.85rem;
  }
  .information .info-wrapper .block .logo i {
    font-size: 24px;
  }
  .information .info-wrapper .block .info-detail h6 {
    font-size: 16px;
    padding: 15px 0 10px 0;
  }
  .information .info-wrapper .block .info-detail p {
    font-size: 15px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .contact-form .form-image {
    width: 100%;
    aspect-ratio: 4/2;
    overflow: hidden;
  }
  .contact-form .form-block .title {
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .contact-form .form-block .title h4 {
    font-size: 1.25rem;
  }
  .contact-form .form-block .title p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .title {
    margin-bottom: 30px;
  }
  .information .title h2 {
    font-size: 1.5rem;
  }
  .information .info-wrapper {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .information .info-wrapper .block {
    padding: 20px;
  }
  .information .info-wrapper .block .info-detail h6 {
    padding: 10px 0 5px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .contact-form .form-block .title {
    margin: 0 auto 20px;
  }
}
.faq-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.faq-wrap .faq-block {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.faq-wrap .faq-block.overlap-image {
  flex-basis: calc(50% - 30px);
  position: relative;
}
.faq-wrap .faq-block.overlap-image .first-img {
  width: 100%;
  height: 80%;
  margin-bottom: 80px;
}
.faq-wrap .faq-block.overlap-image .first-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 25px;
}
.faq-wrap .faq-block.overlap-image .second-img {
  position: absolute;
  top: 30%;
  right: 0;
  padding: 20px;
  background-color: #ffffff;
  width: 70%;
  height: 70%;
  border-radius: 45px;
  overflow: hidden;
}
.faq-wrap .faq-block.overlap-image .second-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 25px;
}
.faq-wrap .accordion-button {
  font-size: 1.125rem;
  font-weight: 700;
  color: #A42330;
}
.faq-wrap .accordion-button:not(.collapsed) {
  background-color: #A42330;
  color: #ffffff;
}
.faq-wrap .accordion-button:focus {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .faq-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.page-csol table {
  border: 1px solid #D4D7DD;
}
.page-csol table thead tr {
  background-color: #A42330;
}
.page-csol table thead tr th {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  width: calc(100% - 350px);
  border-right: 1px solid #ffffff;
  padding: 10px;
  text-align: center;
}
.page-csol table thead tr th:first-child {
  width: 50px;
}
.page-csol table thead tr th:nth-child(2) {
  width: 300px;
}
.page-csol table tbody tr {
  background-color: rgba(164, 35, 48, 0.4);
  text-align: center;
}
.page-csol table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.page-csol table tbody tr td {
  border-right: 1px solid #D4D7DD;
  padding: 10px;
  font-size: 1.0625rem;
  color: #292929;
}

/* Not Needed Scss */
.counter {
  background-color: #000000;
}
.counter .wrapper {
  align-items: initial;
}
.counter .wrapper .block {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 20px;
  flex-basis: calc(33.3333333333% - 40px);
  text-align: center;
  display: grid;
  place-items: center;
}
.counter .wrapper .block h4 {
  font-weight: 700;
  color: #A42330;
}
.counter .wrapper .block p {
  color: #dedede;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .counter .wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.fleet .main-title {
  text-align: center;
}
.fleet .main-title h4,
.fleet .main-title p {
  color: #292929;
}
.fleet .wrapper {
  align-items: initial;
  gap: 40px;
}
.fleet .wrapper .fleet-block {
  width: calc(50% - 40px);
  /* Image slider */
  /* Content Side */
  /* Top One */
  /* Middle One */
  /* Bottom One */
}
.fleet .wrapper .fleet-block:first-child {
  background-color: rgba(222, 222, 222, 0.25);
  border-radius: 30px;
  padding: 20px;
}
.fleet .wrapper .fleet-block .main-image .figure {
  display: grid;
  place-items: center;
}
.fleet .wrapper .fleet-block .main-image .figure img {
  object-fit: contain;
  border-radius: 10px;
}
.fleet .wrapper .fleet-block .slide-image {
  margin-top: 30px;
}
.fleet .wrapper .fleet-block .slide-image .figure {
  margin-inline: 4px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.fleet .wrapper .fleet-block .slide-image .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.fleet .wrapper .fleet-block .title .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fleet .wrapper .fleet-block .title .info h6 {
  text-transform: capitalize;
  font-weight: 700;
}
.fleet .wrapper .fleet-block .title .info h6 span {
  text-transform: uppercase;
}
.fleet .wrapper .fleet-block .title .info .rating i {
  color: #A42330;
}
.fleet .wrapper .fleet-block .title .detail {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-block: 30px;
}
.fleet .wrapper .fleet-block .title .detail li {
  flex-basis: calc(33.3333333333% - 10px);
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 8px;
  background-color: rgba(164, 35, 48, 0.15);
  border-radius: 20px;
}
.fleet .wrapper .fleet-block .title .detail li i {
  font-size: 0.875rem;
  color: #A42330;
}
.fleet .wrapper .fleet-block .title .detail li p {
  font-size: 0.9375rem;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
  color: #A42330;
}
.fleet .wrapper .fleet-block .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.fleet .wrapper .fleet-block .content .listing {
  flex-basis: calc(50% - 20px);
}
.fleet .wrapper .fleet-block .content .listing h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.fleet .wrapper .fleet-block .content .listing li {
  display: list-item;
  list-style: circle;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 400;
}
.fleet .wrapper .fleet-block .specifications {
  margin-block: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.fleet .wrapper .fleet-block .specifications h6 {
  flex-basis: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
}
.fleet .wrapper .fleet-block .specifications .box {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: rgba(222, 222, 222, 0.15);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.fleet .wrapper .fleet-block .specifications .box i {
  font-size: 1rem;
  color: #A42330;
}
.fleet .wrapper .fleet-block .specifications .box .info-desc {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.fleet .wrapper .fleet-block .specifications .box .info-desc h6 {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: capitalize;
}
.fleet .wrapper .fleet-block .specifications .box .info-desc span {
  font-size: 0.875rem;
  text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
  .fleet .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .fleet .wrapper .fleet-block {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .fleet .wrapper .fleet-block {
    /* Content Side */
    /* Top One */
    /* Middle One */
    /* Bottom One */
    /* Button */
  }
  .fleet .wrapper .fleet-block .title .info {
    flex-wrap: wrap;
  }
  .fleet .wrapper .fleet-block .title .detail {
    flex-direction: column;
    margin-block: 20px;
  }
  .fleet .wrapper .fleet-block .title .detail li {
    gap: 8px;
    padding: 8px 20px;
  }
  .fleet .wrapper .fleet-block .title .detail li i {
    font-size: 0.875rem;
  }
  .fleet .wrapper .fleet-block .title .detail li p {
    font-size: 0.875rem;
  }
  .fleet .wrapper .fleet-block .content {
    flex-direction: column;
  }
  .fleet .wrapper .fleet-block .content .listing {
    text-align: center;
  }
  .fleet .wrapper .fleet-block .content .listing h6 {
    font-size: 1rem;
  }
  .fleet .wrapper .fleet-block .content .listing li {
    list-style-position: inside;
    font-size: 0.875rem;
  }
  .fleet .wrapper .fleet-block .specifications {
    margin-block: 20px;
    flex-direction: column;
    text-align: center;
  }
  .fleet .wrapper .fleet-block .specifications h6 {
    font-size: 1rem;
  }
  .fleet .wrapper .fleet-block .button {
    text-align: center;
  }
}
.service-area .main-title {
  text-align: center;
  margin-bottom: 30px;
}
.service-area .main-title h4 {
  color: #A42330;
}
.service-area .main-title h4 span {
  text-transform: lowercase;
}
.service-area .main-title p {
  color: #292929;
}
.service-area .service-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  padding: 40px;
  border-radius: 20px;
}
.service-area .service-area-list .box {
  flex-basis: calc(25% - 20px);
  text-align: center;
  background-color: rgba(212, 215, 221, 0.4);
  padding: 10px;
  border-radius: 50px;
}
.service-area .service-area-list .box:first-child {
  flex-basis: 100%;
  background-color: transparent;
  padding: 0;
}
.service-area .service-area-list .box:first-child .svg-box {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-inline: auto;
  background-color: rgba(212, 215, 221, 0.4);
}
.service-area .service-area-list .box:first-child .svg-box svg {
  width: 30px;
  height: 30px;
}
.service-area .service-area-list .box:first-child .svg-box svg path {
  fill: #A42330;
}
.service-area .service-area-call-section {
  max-width: 600px;
  padding: 60px 40px;
  background: rgba(164, 35, 48, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  border: 1px solid rgba(100, 78, 141, 0.04);
  text-align: center;
  margin-inline: auto;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.service-area .service-area-call-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.service-area .service-area-call-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.service-area .service-area-call-section h5 {
  font-weight: 700;
}
.service-area .service-area-call-section p {
  margin-block: 20px 40px;
}

@media screen and (max-width: 992px) {
  .service-area .service-area-list {
    justify-content: initial;
  }
  .service-area .service-area-list .box {
    flex-basis: calc(33.3333333333% - 20px);
  }
  .service-area .service-area-call-section {
    padding: 40px;
    margin-top: 60px;
  }
  .service-area .service-area-call-section p {
    margin-block: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-area .service-area-list {
    justify-content: space-between;
    gap: 20px 10px;
  }
  .service-area .service-area-list .box {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .service-area .service-area-list {
    padding: 20px;
    flex-direction: column;
  }
}
.booking {
  background: #f7f7f7;
}
.booking .main-title {
  text-align: center;
}
.booking .main-title h4 {
  color: #292929;
}
.booking .main-title p {
  color: #292929;
}
.booking .form {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  padding: 40px;
  border-radius: 20px;
  border-top: 8px solid #A42330;
  gap: 50px 20px;
  background: #ffffff;
}

@media screen and (max-width: 992px) {
  .booking .form {
    gap: 30px 20px;
  }
}
.quote .main-title {
  text-align: left;
  margin-inline: 0;
  margin-bottom: 40px;
  position: relative;
}
.quote .main-title h4 {
  color: #000000;
}
.quote .main-title p {
  font-weight: 500;
  color: #292929;
}
.quote .quote-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.quote .quote-wrapper .main-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.quote .quote-wrapper .main-title .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background-color: rgba(164, 35, 48, 0.3);
  border-radius: 50%;
}
.quote .quote-wrapper .main-title .icon i {
  font-size: 1.125rem;
  color: #A42330;
}
.quote .quote-wrapper .form-quote {
  flex-basis: calc(50% - 20px);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 40px;
  border-radius: 10px;
  border-top: 10px solid #A42330;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  background-color: transparent;
  color: #292929;
  border: 1px solid rgba(212, 215, 221, 0.7);
}
.quote .quote-wrapper .form-quote .form .form-group.button-group .btn {
  border-radius: 5px;
}
.quote .quote-wrapper .form-info {
  flex-basis: calc(50% - 20px);
}
.quote .quote-wrapper .form-info .wrap {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 40px;
  border-radius: 10px;
  border-top: 10px solid #A42330;
  margin-bottom: 40px;
}
.quote .quote-wrapper .form-info .wrap .office-info .group {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.quote .quote-wrapper .form-info .wrap .office-info .group:last-child {
  margin-bottom: 0;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background-color: rgba(164, 35, 48, 0.3);
  border-radius: 50%;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .icon i {
  font-size: 0.875rem;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .detail h6 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .detail p {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .detail p.small {
  font-size: 0.75rem;
  color: #292929;
  font-weight: 300;
}
.quote .quote-wrapper .form-info .wrap:last-child {
  margin-bottom: 0;
}
.quote .quote-wrapper .form-info .wrap:last-child .desc p {
  font-size: 1rem;
}
.quote .quote-wrapper .form-info .wrap:last-child .desc .button {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .quote .main-title {
    margin-bottom: 30px;
  }
  .quote .quote-wrapper {
    flex-direction: column;
    gap: 30px 20px;
  }
  .quote .quote-wrapper .main-title {
    margin-bottom: 30px;
  }
  .quote .quote-wrapper .main-title .icon {
    width: 40px;
    height: 40px;
  }
  .quote .quote-wrapper .main-title .icon i {
    font-size: 1rem;
  }
  .quote .quote-wrapper .form-quote {
    padding: 20px 40px;
  }
  .quote .quote-wrapper .form-info .wrap {
    padding: 20px 40px;
    margin-bottom: 30px;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group {
    gap: 10px;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .icon {
    width: 30px;
    height: 30px;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .icon i {
    font-size: 0.8125rem;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .detail h6 {
    font-size: 1rem;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .detail p {
    font-size: 0.875rem;
  }
  .quote .quote-wrapper .form-info .wrap:last-child {
    margin-bottom: 0;
  }
  .quote .quote-wrapper .form-info .wrap:last-child .desc p {
    font-size: 0.9375rem;
  }
}
.page-assessment .assessment-wrapper {
  max-width: 600px;
  margin-inline: auto;
}
.page-assessment .assessment-wrapper h6 {
  text-transform: capitalize;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 30px;
}
.page-assessment .assessment-wrapper .form .form-group {
  transition: all 0.3s ease;
}
.page-assessment .assessment-wrapper .form .form-group .form-input {
  border-radius: 5px;
}
.page-assessment .assessment-wrapper .form .btn-wrap {
  text-align: right;
  width: 100%;
}

.assessment-form {
  display: block;
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}
.assessment-form .form-step {
  display: none;
}
.assessment-form .form-step.active {
  display: block;
}
.assessment-form h6 {
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.assessment-form h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D4D7DD;
}
.assessment-form p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.assessment-form .form-group {
  margin-bottom: 20px;
}
.assessment-form .form-group label {
  text-align: left;
  font-size: 1rem;
}
.assessment-form .form-group .radio-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.assessment-form .form-group .radio-wrap:last-child {
  margin-bottom: 0;
}
.assessment-form .form-group .radio-wrap label {
  margin: 0;
}
.assessment-form .form-group .radio-wrap .form-input {
  flex-basis: auto;
  width: auto;
}
.assessment-form .form-group .dob-row {
  display: flex;
}
.assessment-form .form-group .dob-row .form-input {
  flex-basis: 33.3333333333%;
}

.single-service-page .main-description-section .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-page .main-description-section .wrap .video-block {
  flex-basis: calc(50% - 40px);
}
.single-service-page .main-description-section .wrap .video-block iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.single-service-page .main-description-section .wrap .block {
  flex-basis: calc(50% - 40px);
}
.single-service-page .main-description-section .wrap .block h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #A42330;
}
.single-service-page .main-description-section .wrap .block p {
  margin-block: 25px 40px;
}
.single-service-page .overall-description {
  outline: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 40px 10px 40px;
  border-radius: 20px;
}
.single-service-page .overall-description nav .nav-tabs .nav-link {
  color: #292929;
  font-weight: 500;
  text-transform: capitalize;
}
.single-service-page .overall-description nav .nav-tabs .nav-link.active {
  color: #A42330;
}
.single-service-page .overall-description .tab-content {
  padding: 40px 0 0;
}
.single-service-page .overall-description p {
  margin-bottom: 30px;
}
.single-service-page .overall-description h1,
.single-service-page .overall-description h2,
.single-service-page .overall-description h3,
.single-service-page .overall-description h4,
.single-service-page .overall-description h5,
.single-service-page .overall-description h6 {
  margin-bottom: 15px;
}
.single-service-page .overall-description h1 P,
.single-service-page .overall-description h2 P,
.single-service-page .overall-description h3 P,
.single-service-page .overall-description h4 P,
.single-service-page .overall-description h5 P,
.single-service-page .overall-description h6 P {
  margin: 0;
  font-size: inherit;
}
.single-service-page .overall-description ul {
  margin-bottom: 30px;
}
.single-service-page .overall-description ul h5 {
  font-size: 1.5rem;
}
.single-service-page .overall-description ul li {
  margin-bottom: 8px;
  display: list-item;
  list-style: circle;
}
.single-service-page .overall-description ul li p {
  margin: 0;
}
.single-service-page .overall-description ul li:last-child {
  margin-bottom: 0;
}
.single-service-page .overall-description h4 {
  font-size: 2rem;
}

@media screen and (max-width: 992px) {
  .single-service-page .main-description-section .wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .single-service-page .main-description-section .wrap .video-block iframe {
    min-height: 300px;
  }
  .single-service-page .main-description-section .wrap .block h2 {
    font-size: 2rem;
  }
  .single-service-page .main-description-section .wrap .block p {
    margin-block: 15px 30px;
  }
  .single-service-page .overall-description {
    padding: 40px 20px 10px 20px;
  }
  .single-service-page .overall-description .tab-content {
    padding: 30px 0 0;
  }
  .single-service-page .overall-description p {
    margin-bottom: 20px;
  }
  .single-service-page .overall-description h1,
  .single-service-page .overall-description h2,
  .single-service-page .overall-description h3,
  .single-service-page .overall-description h4,
  .single-service-page .overall-description h5,
  .single-service-page .overall-description h6 {
    margin-bottom: 10px;
  }
  .single-service-page .overall-description ul {
    margin-bottom: 20px;
  }
  .single-service-page .overall-description ul h5 {
    font-size: 1.25rem;
  }
  .single-service-page .overall-description ul li {
    margin-bottom: 5px;
  }
  .single-service-page .overall-description h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-page .main-description-section .wrap {
    gap: 30px;
  }
  .single-service-page .main-description-section .wrap .video-block iframe {
    min-height: 300px;
  }
  .single-service-page .main-description-section .wrap .block h2 {
    font-size: 1.75rem;
  }
  .single-service-page .overall-description {
    padding: 30px 20px 10px 20px;
  }
  .single-service-page .overall-description .tab-content {
    padding: 20px 0 0;
  }
  .single-service-page .overall-description ul h5 {
    font-size: 1.125rem;
  }
  .single-service-page .overall-description h4 {
    font-size: 1.25rem;
  }
}

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