@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");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*----------------------------------------- Common CSS -----------------------------------------*/
:root {
  --primary-color: #00baf1;
  --secondary-color: #0060ae;
  --third-color: #abe1fa;
  --border: #ecf1f5;
}

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #171717;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}

a:hover {
  color: #333;
}

p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #18223d;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid var(--primary-color);
}

::selection {
  background: #ddd;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/

.header__white {
  color: white !important;
}

.section-padding {
  padding: 80px 0;
}
.btn:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 10px;
  }
  .xs-contact-infomation,
  .xs-contact-sec,
  .xs-contact-infomation.xs-contact-info-1,
  .section.xs-contact-sec.xs-contact-v2-sec {
    margin-bottom: 60px;
  }
  .contact-info-group {
    margin-bottom: 40px;
  }
  .xs-contact-infomation.xs-contact-infomation-v2
    [class*="col-"]:last-of-type
    .contact-info-group {
    margin-bottom: 0;
  }
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */

.section-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  color: var(--secondary-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
/* .section-title h2::after {
  content: "";
  display: block;
  height: 15px;
  background-image: url(../img/title-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 15px;
  margin-left: 0;
} */
.section-title .no-image::after {
  content: "" !important;
  background-image: none !important;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 150%;
    margin: 15px 0;
  }

  .home-form-heading h2 {
    font-size: 24px !important;
  }
  .contact-details h2 {
    font-size: 36px !important;
  }
  .home-form-heading {
    padding: 20px 0 !important;
  }
  .design-by a,
  .footer-bottom p {
    font-size: 10px !important;
  }
  .footer h5 {
    font-size: 1.2rem !important;
    margin-top: 15px;
  }
  .benefit-desc {
    text-align: center;
  }
}

.section-title h2 span {
  color: #6dd6f9;
}

.about__logo {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.about__logo img {
  object-fit: cover;
}

.section-title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--secondary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

/* .section-title p {
  margin: 0;
} */

.section-title span i {
  color: var(--secondary-color);
  font-size: 22px;
}

@media (max-width: 767px) {
  .section-title span i {
    font-size: 24px;
  }
}

.section-title i {
  color: #6dd6f9;
  position: relative;
}

.gray-bg .section-title span i {
  color: #6dd6f9;
}

.section-title img {
  border-radius: 50px;
  height: 60px;
  position: relative;
  bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}

/*Button Style */
a.nav-btn {
  color: var(--primary-color);
}
.nav-btn {
  background-color: transparent !important;
  border: 2px solid var(--secondary-color) !important;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 25px;
}
.nav-btn:hover {
  background-color: var(--secondary-color) !important;
  color: var(--third-color);
}

.new-btn {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.new-btn:hover {
  background: var(--secondary-color) !important;
  border: var(--secondary-color) !important;
}

/*Form Style CSS */

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type="submit"],
button[type="submit"] {
  border: none;
  display: inline-block;
  color: #171717;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  /* background: #171717; */
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

input.form-control {
  padding: 15px;
  line-height: 1.2;
}
textarea.form-control {
  height: 100px;
}

select.form-control {
  padding: 15px;
  line-height: 1.2;
}

/*Bootstrap CSS*/

.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1300px;
}

.navbar-toggler-icon {
  background-image: none;
}
.navlink.has-arrow {
  position: relative;
  /*padding-right: 20px;*/
}

.navlink.has-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.8em;
}
.main-menu ul > li > a:hover .navlink.has-arrow::after {
  color: var(--primary-color) !important;
}
.sub-menu li {
  padding: 0 !important;
}
.sub-menu li a {
  text-transform: capitalize !important;
  padding: 10px !important;
  line-height: 1rem !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #efefe9;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Preloader*/

.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/

.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 25px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: -25px;
  top: 0px;
  background: transparent !important;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* clears the ‘X’ from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: var(--primary-color);
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.8s ease-out 0s;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #000;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #141417;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-area {
  border-bottom: 1px solid #eee;
}

.header-area .navigation {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #171717;
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.logo a {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.main-menu ul {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 21px;
  position: relative;
  padding: 35px 0;
}
.main-menu ul > li > a.nav-logo {
  padding: 0 !important;
  background: none;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  /* padding: 35px 0; */
  overflow: hidden;
  color: var(--secondary-color);
  font-weight: 600;
}
.main-menu ul > li > a:hover {
  color: var(--primary-color);
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 295px;
  background-color: var(--secondary-color) !important;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px;
  border-radius: 0 0 15px 15px;
  display: block;
}

.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.main-menu ul > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-menu ul > li > ul li:last-child a {
  border-bottom: none;
}
.main-menu ul > li > ul li a:hover {
  color: var(--third-color) !important;
}

.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}

.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  display: none;
}

.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: var(--primary-color);
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--primary-color);
  display: none;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #171717;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: -5px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

.header-area .container {
  background: #fff;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  width: fit-content;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .white-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  gap: 20px;
  align-items: center;
  border-left: 1px solid #eee;
  height: 90px;
  padding-left: 30px;
}
.header-right a {
  margin: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .header-right {
    padding-left: 0;
    border-left: none;
  }
}

.header-right .search-trigger i {
  font-size: 18px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}

.header-right .search-trigger i:hover {
  cursor: pointer;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.absolute-header .header-right .search-trigger i {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.header-four.absolute-header {
  top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

#home-1 .hero-area-banner video {
  position: absolute;
  width: 100%;
  inset: 0;
  top: -43px;
  /* filter: brightness(0.5); */
}
.hero-overlay {
  position: absolute;
  background-color: #0000006f;
  width: 100%;
  height: 100%;
  z-index: 2;
  inset: 0;
}
.hero-btn {
  background-color: #fff !important;
  /* color: #000 !important; */
}
#home-1 .hero-area-banner {
  height: 775px;
  color: #fff;
  width: 100%;
  display: table;
  position: relative;
}
#home-1 .hero-area-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    background-position: top;
  }
}

#home-1 .hero-area-banner .hero-area-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

#home-1 .hero-area-banner h1 {
  font-size: 75px;
  font-weight: 500;
  line-height: 100px;
  padding-left: 70px;
  color: #ffffffc9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner h1 {
    font-size: 75px;
    line-height: 85px;
    margin: 40px 0 0;
  }
}

@media (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

#home-1 .hero-area-banner p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  color: #ffffffc9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}

#home-1 .service-info h4 {
  color: #ffffffc9;
}

#home-1 .theme-btn,
#home-1 .white-btn {
  background: #171717;
  color: #fff;
}

#home-1 .theme-btn:hover,
#home-1 .white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.hero-area {
  position: relative;
}

.hero-area-inner {
  padding: 80px 0 80px;
}

@media (max-width: 767px) {
  .hero-area-inner {
    padding: 120px 0 60px;
  }
}

.hero-area-content p {
  margin-top: 40px;
}

.slider-bg {
  height: 600px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .slider-bg {
    min-height: 500px;
  }
}

.circle-shape-wrap {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 9;
  animation: rotation 30s infinite linear;
  width: 200px;
}

.circle-shape-wrap img {
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid #686765;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  right: 60px;
  bottom: 40px;
  margin-top: -25px;
  background: none;
  color: #fff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 60px;
  bottom: 100px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #fff;
  color: #171717;
  border-color: #fff;
}

#home-2 .project-dtl-info {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 767px) {
  #home-2 .project-dtl-info {
    flex-direction: column;
    align-items: baseline;
    padding-left: 40px;
  }
}

#home-2 .project-dtl-info .project-title {
  flex: 0 0 30%;
  padding-left: 0;
}

#home-2 .project-dtl-info .project-title h6 {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
}

#home-2 .project-dtl-info .project-title h2 {
  font-size: 32px;
  margin: 5px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}

#home-2 .project-dtl-info .project-title::before {
  display: none;
}

#home-2 .project-dtl-info .project-title p {
  margin: 0;
}

#home-2 .project-info-wrap {
  flex: 0 0 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-info-wrap {
    flex: 0 0 60%;
  }
}

#home-2 .single-project-info {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}

#home-2 .single-project-info h6 {
  color: #fff;
}

#home-2 .single-project-info p {
  margin: 0;
}

#home-2 .project-dtl-wrap {
  width: 70%;
  position: relative;
  bottom: 0;
  right: 70%;
  transform: translateY(-100px);
  z-index: 2;
  margin-bottom: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 767px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -225px;
  }
}

#home-3 .hero-area-inner {
  padding: 120px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-inner {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  #home-3 .hero-area-inner {
    padding: 60px 0;
  }
}

#home-3 .hero-area-content .section-title span {
  padding-left: 150px;
}

@media (max-width: 767px) {
  #home-3 .hero-area-content .section-title span {
    padding-left: 0;
  }
}

#home-3 .hero-area-banner p {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-banner {
    max-width: calc(100% - 40px);
  }
}

#home-3 .hero-area-content p {
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-content p {
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .about-section.pb-100 {
    padding-bottom: 50px;
  }
  .service-section.pb-100 {
    padding-bottom: 50px;
  }
}

.about-bg-wrap {
  max-width: calc(100% - 30px);
}
.about-bg-wrap img {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .about-bg-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.about-content-wrapper .section-title {
  margin-bottom: 20px;
  text-align: start;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
}

.about__services--icon {
  height: 70px;
}
.about__services--point {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  text-align: center;
}

.about__services--point h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.7rem;
}

.about__services--point p {
  font-size: 0.9rem;
}

.about-content-wrapper p {
  margin-top: 20px;
  text-align: left;
  padding-right: 15px;
}
.about__wcus h4,
.about__wcus p {
  color: white !important;
}

.about__wcus--point {
  padding-left: 10px;
  padding-right: 10px;
}
.why-choose-us-section {
  position: relative;
}
.why-choose-is-content-wrapper {
  font-size: 18px;
  margin-top: 30px;
  text-align: justify;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper p {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper p {
    margin-top: 30px;
  }
}

#about-two .section-title {
  margin: 0;
}

#about-two .about-bg-wrapper {
  max-width: calc(100% - 40px);
  margin-top: 60px;
}

@media (max-width: 767px) {
  #about-two .about-bg-wrapper {
    max-width: calc(100% - 0px);
    margin-top: 0;
  }
}

#about-two .about-content-wrapper {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two .about-content-wrapper {
    max-width: calc(100% - 60px);
  }
}

#about-two .about-content-wrapper h3 {
  color: #636363;
  font-size: 26px;
  line-height: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-two .about-content-wrapper h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #about-two .about-content-wrapper h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two .about-content-wrapper p {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  #about-two .about-content-wrapper p {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-desc.pl-150 {
    padding-left: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc.pl-150 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-desc.pl-150 {
    padding-left: 0;
  }
}

.about-desc p {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-desc p {
    margin-bottom: 30px;
  }
}

#about_page .hero-area-inner {
  padding: 50px 0 0;
}

#about_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  #about_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-feature-img {
  margin-top: -120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-feature-img {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-feature-img {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .about-feature-img {
    margin-top: 0;
  }
}

h1.pl-150 {
  color: #fff;
}

@media (max-width: 767px) {
  h1.pl-150 {
    color: inherit;
    padding-left: 0;
  }
}

.content-wrap {
  text-align: center;
  padding: 20px;
}

.content-wrap h5 {
  font-size: 20px;
}

.content-wrap p {
  margin-top: 10px;
  margin-bottom: 0;
}

.timeline-wrap {
  position: relative;
}

.timeline-wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
  transform: translate(0, 60px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-wrap:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .timeline-wrap:after {
    display: none;
  }
}

.single-history-item {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .single-history-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .history-section.pt-60.pb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .history-section .mt-120 {
    margin-top: 0;
  }
}

.history-img img {
  height: 220px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two.about-section {
    padding-bottom: 50px;
  }
  #about-two.section-section {
    padding-bottom: 50px;
  }
}

.feature-bg-wrap {
  margin-top: -150px;
  margin-right: -85px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-bg-wrap {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-bg-wrap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .feature-bg-wrap {
    margin-top: 0;
    margin-right: 0;
  }
}

.single-feature-item {
  /* margin-top: 100px; */
  border: 2px solid #000;
  padding: 10px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .single-feature-item {
    margin-top: 60px;
  }
}
.single-feature-item {
  border: 2px solid #000;
  padding: 6px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-feature-item .feature-icon {
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
}

.single-feature-item .feature-icon i {
  font-size: 20px;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
}

.single-feature-item h4 {
  margin-top: 10px;
  font-size: 17px;
}
.para {
  margin-top: 15px !important;
}
.feature-bg-wraps {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}
.feature-bg-wraps video {
  width: 155%;
}
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature-item h4 {
    font-size: 22px;
  }
} */

.single-feature-item:hover .feature-icon i {
  transform: rotate(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .mt-150 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .feature-area .mt-150 {
    margin-top: 0;
  }
}

.feature_wrap {
  position: relative;
  z-index: 1;
}

.feature_wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.2;
}

.feature_item {
  display: flex;
  align-items: center;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .feature_item {
    height: 200px;
  }
}

.feature_item h5 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 60px;
  color: transparent;
  -webkit-text-stroke: 0.8px #fffbfb;
  -webkit-text-stroke-width: 1px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item h5 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .feature_item h5 {
    font-size: 60px;
  }
}

.slick-list {
  z-index: 1;
}

.single-counter-box {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .single-counter-box {
    text-align: center;
  }
}

.single-counter-box h6 {
  font-size: 18px;
  font-weight: 400;
  color: #7f7f7f;
}

@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 17px;
  }
}

.single-counter-box .counter-number span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box .counter-number span {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box .counter-number span {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .single-counter-box .counter-number span {
    font-size: 45px;
  }
}

.single-counter-box p.counter-number {
  font-size: 70px;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box p.counter-number {
    font-size: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box p.counter-number {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .single-counter-box p.counter-number {
    font-size: 50px;
  }
}

.single-counter-box p.counter-number {
  border-bottom: 1px solid #ddd;
}

.single-service-item {
  position: relative;
}

.single-service-item:last-child {
  border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner {
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.single-service-item .single-service-inner:nth-of-type(4) {
  border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner h5 {
  font-size: 45px;
  font-weight: 400;
  color: #9f9f9f;
  transition: 0.4s linear;
}

.single-service-item .single-service-inner h5 span {
  font-size: 18px;
  position: relative;
  top: -45px;
}

@media (max-width: 767px) {
  .single-service-item .single-service-inner h5 span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single-service-item .single-service-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

.single-service-item .single-service-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item .single-service-inner p {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .single-service-item .single-service-inner p {
    padding-right: 75px;
  }
}

.single-service-item .single-service-inner .details-link {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.single-service-item .single-service-inner .details-link i {
  font-size: 25px;
  color: #7f7f7f;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.single-service-item .single-service-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}

.single-service-item .single-service-inner:hover h5 {
  color: #171717;
}

.single-service-item .single-service-inner:hover h5 span {
  color: #7f7f7f;
}

.single-service-item .single-service-inner:hover .details-link i {
  transform: rotate(180deg);
}

/* .service-img {
  width: 30%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
} */

/* .service-img.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.single-service-item:nth-child(5) .service-img {
  top: -120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:nth-child(5) .service-img {
    top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:nth-child(5) .service-img {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .single-service-item:nth-child(5) .service-img {
    top: 80px;
  }
}

.single-service-item:last-child .service-img {
  top: -225px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:last-child .service-img {
    top: -200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:last-child .service-img {
    top: -50px;
  }
}

@media (max-width: 767px) {
  .single-service-item:last-child .service-img {
    top: 80px;
  }
}

.single-service-item .service-img img {
  width: 100%;
}

.single-service-item:hover .service-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:hover .service-img {
    inset-inline-end: 10%;
  }
}

.service-section .cp-custom-accordion .accordion-items {
  margin-bottom: 0;
}

.service-section .cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 30px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  color: #171717;
  border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-section .cp-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}

.service-section .cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
  border-top: 1px solid #eee;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-section .cp-custom-accordion .accordion-body {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .service-section .cp-custom-accordion .accordion-body {
    padding-left: 0;
  }
}

.service-section .cp-custom-accordion .accordion-buttons::after {
  content: "\f068";
  visibility: visible;
  top: 20%;
}

.service-section .cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
  transform: rotate(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section .service-bg-wrap {
    max-width: calc(100% - 20px);
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section .service-bg-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section.service-two.pt-50 {
    padding-top: 0;
  }
}

#service-3.service-section .cp-custom-accordion {
  margin-top: 30px;
}

#service-3.service-section .cp-custom-accordion .accordion-buttons {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 30px;
  border-top: 1px solid #ddd;
}

#service-3.service-section .cp-custom-accordion .accordion-buttons {
  font-size: 30px;
}

@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
    padding-left: 5px;
  }
}

#service-3.service-section .cp-custom-accordion .accordion-buttons span {
  padding-right: 30px;
}

@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons span {
    padding-right: 0;
  }
}

#service-3.service-section .cp-custom-accordion .accordion-buttons::after {
  content: "\f061";
  transform: rotate(135deg);
  visibility: visible;
  transition: 0.3s;
}

@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons::after {
    width: 30px;
    height: 30px;
    top: 30%;
    right: 10px;
  }
}

#service-3.service-section
  .cp-custom-accordion
  .accordion-buttons.collapsed::after {
  transform: rotate(-45deg);
}

#service-3.service-section .accordion-body {
  display: flex;
  justify-content: space-around;
  height: 250px;
  border-top: none;
  padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3.service-section .accordion-body img {
    width: 360px;
  }
}

@media (max-width: 767px) {
  #service-3.service-section .accordion-body {
    flex-direction: column;
    height: auto;
  }
}

#service-3.service-section .accordion-body p {
  padding: 30px 120px 0 60px;
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3.service-section .accordion-body p {
    padding: 0px 20px 0 40px;
  }
}

@media (max-width: 767px) {
  #service-3.service-section .accordion-body p {
    padding: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section.pt-100 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section.pt-100 {
    padding-top: 0px;
  }
}

#service_page .section-title span i {
  font-size: 32px;
}

@media (max-width: 767px) {
  #service_page .section-title span i {
    display: none;
  }
}

@media (max-width: 767px) {
  #service_page .section-title i {
    display: none;
  }
}

#service_page .hero-area-content {
  padding-left: 75px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service_page .hero-area-content {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #service_page .hero-area-content {
    padding-left: 0px;
  }
}

#service_page .hero-area-content h1 {
  font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service_page .hero-area-content h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service_page .hero-area-content h1 {
    font-size: 60px;
    line-height: 70px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  #service_page .hero-area-content h1 {
    font-size: 45px;
    line-height: 60px;
    padding-left: 0px;
  }
}

#service_page .hero-area-content span.meta {
  color: #a39d9d;
  position: relative;
  bottom: -65px;
}

@media (max-width: 767px) {
  #service_page .hero-area-content span.meta {
    bottom: 15px;
  }
}

#service_page h1.first_line {
  padding-left: 160px;
}

@media (max-width: 767px) {
  #service_page h1.first_line {
    padding-left: 0px;
  }
}

#service_page h1.third_line {
  padding-left: 85px;
}

@media (max-width: 767px) {
  #service_page h1.third_line {
    padding-left: 0px;
  }
}

#service_page .single-feature-item {
  margin-top: 0;
}

.services-tabs ul {
  display: block;
  border-bottom: none;
}

.services-tabs li {
  display: block;
}

.services-tabs li a {
  font-size: 40px;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-decoration: none;
  opacity: 0.27;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

@media (max-width: 767px) {
  .services-tabs li a {
    font-size: 30px;
  }
}

.services-tabs li a:hover {
  color: unset;
  opacity: 0.5;
}

.services-tabs li a.active {
  opacity: 1;
}

.services-tabs li a .number {
  position: absolute;
  top: 0;
  right: -25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active .number {
  opacity: 1;
  transform: translateX(0);
}

.services-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active:before {
  transform: scaleX(1);
}

.services-content {
  position: relative;
}

.services-text {
  position: absolute;
  bottom: 35px;
  left: -220px;
  max-width: 410px;
  background: #f1f1f1;
  padding: 50px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-text {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .services-text {
    left: 0;
    bottom: 0;
    padding: 30px;
  }
}

.services-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.services-text p {
  font-size: 18px;
  line-height: 30px;
}

.services-content-item {
  position: relative;
  width: 100%;
  min-height: 600px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

img.services-image {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  img.services-image {
    width: 60%;
    margin: 10px 0 0 40%;
  }
}

@keyframes services-tabs-animation-1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.services-content-item.active img.services-image {
  animation: services-tabs-animation-1 0.7s ease-in-out;
}

@keyframes services-tabs-animation-2 {
  0% {
    transform: translate(0, 20px) scale(0.93);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

.services-content-item.active .services-text {
  animation: services-tabs-animation-2 0.7s ease-in-out;
  will-change: transform;
}

@media (max-width: 767px) {
  .services-tabs.mt-100 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section.pt-50 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-bottom: 50px;
  }
}
.project-section {
  position: relative;
}
.project-title {
  position: relative;
  padding-left: 30px;
}

.project-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #eee;
  display: none;
}

.project-title h3 {
  font-size: 24px;
  margin-top: 20px;
  color: var(--secondary-color);
}

.project-title h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--primary-color);
  margin-top: 10px;
}

.project-title a {
  font-size: 17px;
  margin-top: 6px;
}

.project-slider .owl-stage-outer {
  overflow: inherit;
}

.project-slider:before,
.project-slider:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.project-slider:after {
  left: auto;
  right: -500%;
}

.project-slider .owl-nav button.owl-prev,
.project-slider .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.project-slider .owl-nav button.owl-prev:hover,
.project-slider .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.project-slider .owl-nav {
  position: absolute;
  bottom: -100px;
  left: 0;
  display: flex;
}

.project-slider .owl-nav i {
  font-size: 20px;
}

#project-2 .project-section {
  position: relative;
}

#project-2 .project-section.pt-100 {
  padding-top: 50px;
}

#project-2 .single-project-wrapper {
  display: block;
  min-height: 475px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

#project-2 .project-info-inner {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #171717;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 40px;
}

@media (max-width: 767px) {
  #project-2 .project-info-inner {
    padding: 25px 15px;
  }
}

#project-2 .project-info-inner h3 {
  color: #fff;
  font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-2 .project-info-inner h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #project-2 .project-info-inner h3 {
    font-size: 18px;
  }
}

#project-2 .project-info-inner p {
  margin: 0;
}

#project-2 .project-info-inner h6 {
  color: #444;
  margin: 17px 0;
}

#project-2 .project-info-inner:hover h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

#project-2 .project-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#project-2 .project-details-link {
  color: #fff;
  border: 1px solid;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#project-2 .project-details-link i {
  font-size: 20px;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
}

#project-2 .project-info {
  margin-right: 40px;
}

#project-2 .portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

#project-2 .single-project-wrapper:hover .project-info-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#project-2 .project-info-inner:hover .project-details-link i {
  transform: rotate(0);
}

#project-3 .project-list {
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
}

#project-3 .project-list:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

#project-3 .project-list button {
  border: none;
  background: none;
  margin-bottom: 30px;
  color: #333;
  padding-left: 0;
  padding-right: 0px;
  margin-right: 50px;
  padding-bottom: 10px;
  font-size: 18px;
}

#project-3 .project-list button:hover {
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #project-3 .project-list button {
    margin-right: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-3 .project-list button {
    margin-right: 45px;
  }
}

#project-3 .project-list .nav-link.active {
  border-bottom: 4px solid var(--primary-color);
}

#project-3 .project-list .nav-link:focus,
#project-3 .project-list .nav-link:hover {
  color: #000 !important;
}

#project-3 .featured-work-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  margin-bottom: 50px;
}

#project-3 .featured-work-wrapper:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #171717;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
}

#project-3 .featured-work-wrapper:hover::after {
  opacity: 0.6;
}

#project-3 .featured-work-wrapper .featured-work-info {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  z-index: 2;
  padding: 35px 40px 35px 40px;
  max-width: 500px;
  transition: all ease 0.3s;
  transition-delay: 0.07s;
}

#project-3 .featured-work-wrapper .featured-work-info h2 {
  color: transparent;
  -webkit-text-stroke: 0.8px #fffbfb;
  -webkit-text-stroke-width: 1px;
  font-size: 70px;
}

#project-3 .featured-work-wrapper .featured-work-info h4 {
  color: #fff;
  font-size: 30px;
}

#project-3 .featured-work-wrapper:hover .featured-work-info {
  opacity: 1;
  transform: translateY(0);
}

#project-3 .featured-work-wrapper .details-link {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
  transform: translate3d(0, -100%, 0);
  transition: all ease 0.3s;
  opacity: 0;
  z-index: 2;
}

#project-3 .featured-work-wrapper .details-link i {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}

#project-3 .featured-work-wrapper .details-link i:hover {
  transform: rotate(0);
}

#project-3 .featured-work-wrapper:hover .details-link {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  #project-3.project-section.pt-100 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  #project-3.project-section.pb-100 {
    padding-bottom: 50px;
    padding-top: 0;
  }
}

#project_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media (max-width: 767px) {
  #project_page .section-title h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .project-feature-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

#project_page .hero-area-inner {
  padding: 80px 0 40px;
}

.service-info p {
  position: relative;
  z-index: 1;
}

.service-info p:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 100px;
  width: 80px;
  height: 1px;
  background: #ddd;
}

@media (max-width: 767px) {
  .project-details-wrap.section-padding {
    padding-bottom: 50px;
  }
}

.project-details-wrap .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-wrap .section-title h1 {
    font-size: 75px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-wrap .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .project-details-wrap .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.project-details-wrap h6 {
  color: #a39d9d;
  line-height: 1.3;
}

.project-details-wrap h6 a {
  color: #a39d9d;
  font-size: 16px;
}

.project-details-wrap h6 span {
  color: #333;
  font-weight: 500;
}

.project-details-inner .section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 0;
}

.project-details-info {
  padding: 50px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-info {
    padding: 40px 0;
  }
}

.single-info p {
  margin: 0;
}

.single-info {
  margin-bottom: 20px;
}

.project-details-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-inner {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 30px;
    padding-left: 0;
  }
}

.project-desc {
  text-align: end;
  padding-left: 150px;
}

.project-desc p {
  margin: 0;
}

@media (max-width: 767px) {
  .project-desc {
    padding-left: 0;
    text-align: start;
  }
}

.project-bg {
  position: relative;
}

@media (max-width: 767px) {
  .project-bg {
    height: 575px;
    object-fit: cover;
  }
}

.project-brief-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  background: rgba(23, 23, 23, 0.7411764706);
  width: 400px;
  padding: 25px;
}

@media (max-width: 767px) {
  .project-brief-wrap {
    width: 350px;
    background: #171717;
  }
}

.single-brief {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-brief:not(:last-child) {
  margin-bottom: 15px;
}

.single-brief p {
  margin: 0;
}

.project-brief-wrap h6,
.project-brief-wrap p {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
}

.single-brief.total-cost p {
  font-size: 30px;
  font-weight: 500;
}

figcaption {
  font-size: 17px;
  color: var(--primary-color);
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.project-details-img.big-img img {
  min-height: 634px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-img.big-img img {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .challenge-section.section-padding {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .challenge-section .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.challenge-section .section-title h2 span {
  display: inline;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 18px;
  text-decoration-thickness: 3px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .challenge-section .section-title h2 span {
    text-underline-offset: 10px;
  }
}

.challenge-section p {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .challenge-section p {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .challenge-section p {
    margin-bottom: 60px;
  }
}

.challenge-img-two img {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .challenge-img-two img {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-section.section-padding.pt-100 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .solutions-section.section-padding.pt-100 {
    padding-top: 50px;
  }
}

.solutions-section h2 {
  font-size: 70px;
}

.solutions-section h4 {
  margin-bottom: 30px;
}

.solutions-img {
  max-width: calc(100% - 40px);
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-img {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .solutions-img {
    margin-top: 10px;
    max-width: calc(100% - 0px);
  }
}

.solutions-content h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-content h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .solutions-content h3 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 30px;
  }
}

.solutions-content h3 span {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 3px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .project-section.pb-100 {
    padding-bottom: 50px;
  }
}
.testimonial-heading {
  text-align: center;
}
.testimonial-para {
  margin-top: 15px !important;
  text-align: center;
}
.testimonial-section {
  position: relative;
}

.testimonial-section .directon-sign {
  position: absolute;
  top: 140px;
}

.quote-icon {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 30px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 20px;
  }
}

.testimonial-author h6 {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 85%;
  margin-top: 5px;
}

.single-testimonial-item img {
  width: inherit !important;
}

.testimonial-author {
  margin-top: 30px;
}

.testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-wrapper .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.testimonial-wrapper .owl-nav button.owl-prev:hover,
.testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.testimonial-wrapper .owl-nav {
  position: absolute;
  bottom: 0;
  right: 70px;
  display: flex;
}

@media (max-width: 767px) {
  .testimonial-wrapper .owl-nav {
    right: auto;
    bottom: -70px;
    left: -20px;
  }
}

.testimonial-wrapper .owl-nav i {
  font-size: 20px;
}

#testimonial-2 .single-testimonial-item {
  border: 1px solid #eee;
  /* text-align: center; */
  padding: 40px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}

@media (max-width: 767px) {
  #testimonial-2 .single-testimonial-item {
    padding: 25px;
  }
}

#testimonial-2 .single-testimonial-item p {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #testimonial-2 .single-testimonial-item p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-2 .single-testimonial-item p {
    font-size: 18px;
  }
}

#testimonial-2 .testimonial-img img {
  margin: 0 auto;
  width: 30px !important;
}

#testimonial-2 .testimonial-author h6 {
  color: inherit;
}

#testimonial-2 .owl-carousel .owl-stage-outer {
  overflow: unset;
}

#testimonial-2 .owl-item {
  opacity: 0;
}

#testimonial-2 .owl-item.active {
  opacity: 1;
}

#testimonial-2 .owl-nav button.owl-prev,
#testimonial-2 .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

#testimonial-2 .owl-nav button.owl-prev:hover,
#testimonial-2 .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

#testimonial-2 .owl-nav {
  position: absolute;
  bottom: -50px;
  right: 50%;
  display: flex;
  transform: translate(50%, 50%);
}

#testimonial-2 .owl-nav i {
  font-size: 20px;
}

@media (max-width: 767px) {
  #testimonial-2.testimonial-section.pt-50 {
    padding-top: 0;
  }
}

.cta-area {
  position: relative;
  z-index: 1;
  height: 500px;
}

.cta-area h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}

@media (max-width: 767px) {
  .cta-area h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-area h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

.cta-area-two {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}

.cta-area-two span i {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area-two {
    text-align: center;
    padding: 50px 100px;
  }
  .cta-area-two h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-area-two {
    text-align: center;
  }
  .cta-area-two h2 {
    font-size: 35px;
  }
  .cta-area-two h2 br {
    display: none;
  }
}

.cta-content p {
  font-size: 20px;
  line-height: 30px;
}

.cta-content p a {
  font-size: 20px;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.cta-img-area {
  position: relative;
  height: 600px;
}

@media (max-width: 767px) {
  .cta-img-area {
    display: none;
  }
}

.cta-img-area .cta-inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-img-area .cta-inner .cta-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-img-area h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

@media (max-width: 767px) {
  .cta-img-area h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .cta-img-area h2 br {
    display: none;
  }
}

.cta-img-area .cta-inner img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-section.blog-two.pb-100 {
  padding-bottom: 50px;
}

.single-blog-item {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item .blog-bg img {
    height: 270px;
    width: 100%;
    object-fit: cover;
  }
}

.single-blog-item .blog-content h3 a {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}

.single-blog-item .blog-meta {
  border-bottom: 1px solid #eee;
}

.single-blog-item .blog-meta p {
  margin-top: 20px;
  margin-bottom: 10px;
}

.single-blog-item .blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.single-blog-item:hover .blog-content h3 a {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.blog-carousel .owl-stage-outer {
  overflow: inherit;
}

.blog-carousel-wrapper {
  overflow-x: hidden;
}

.blog-carousel:before,
.blog-carousel:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.blog-carousel:after {
  left: auto;
  right: -500%;
}

.blog-carousel .owl-nav button.owl-prev,
.blog-carousel .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.blog-carousel .owl-nav button.owl-prev:hover,
.blog-carousel .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.blog-carousel .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: flex;
}

.blog-carousel .owl-nav i {
  font-size: 20px;
}

#blog-3 .single-blog-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}

#blog-3 .single-blog-item:nth-of-type(1) {
  border-top: 1px solid #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .single-blog-item {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #blog-3 .single-blog-item {
    flex-direction: column;
  }
}

#blog-3 .single-blog-item h3 a {
  font-size: 30px;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

@media (max-width: 767px) {
  #blog-3 .single-blog-item h3 a {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #blog-3 .single-blog-item h3 a br {
    display: none;
  }
}

#blog-3 .blog-bg {
  flex: 0 0 45%;
}

#blog-3 .blog-content {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #blog-3 .blog-content {
    padding-left: 0;
  }
}

#blog-3 .blog-info {
  margin-top: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-info {
    margin-top: 10px;
  }
}

#blog-3 .blog-meta {
  border-bottom: none;
}

#blog-3 .blog-meta p {
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-meta p {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #blog-3 .blog-meta p {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

#blog-3 a.read-more-btn {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

#blog_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #blog_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  #blog_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

#blog_page .hero-area-inner {
  padding: 40px 0 0px;
}

#blog_page .pagination {
  margin: 30px 0 60px;
  justify-content: center;
}

#blog_page .page-link {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #171717;
}

#blog_page .page-link:hover {
  background: none;
  font-weight: 500;
}

#blog_page .page-link:focus {
  background-color: none;
  outline: 0;
  box-shadow: none;
}

#blog_page .page-item:first-child .page-link {
  display: inline-flex;
  border: 1px solid #171717;
  border-radius: 50%;
}

#blog_page .page-item:first-child .page-link i {
  font-size: 22px;
}

#blog_page .page-item:first-child .page-link:hover {
  background: #171717;
  color: #fff;
}

#blog_page .page-item:last-child .page-link {
  border: 1px solid #171717;
  border-radius: 50%;
}

#blog_page .page-item:last-child .page-link i {
  font-size: 22px;
}

#blog_page .page-item:last-child .page-link:hover {
  background: #171717;
  color: #fff;
}

#blog_page .active > .page-link,
#blog_page .page-link.active {
  border-radius: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-bottom: 1px solid;
  font-weight: 500;
}

.blog-details-page {
  padding: 0 0 100px;
}

.blog-details-page .section-title span i {
  color: #ddd;
  font-size: 80px;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .section-title span i {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .section-title span i {
    font-size: 24px;
  }
}

.blog-details-page .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-page .blog-meta p {
  margin: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-meta p {
    display: none;
  }
}

.blog-details-page .blog-meta span {
  font-size: 17px;
  color: var(--primary-color);
  margin-right: 45px;
}

.blog-details-page .blog-content {
  padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .blog-content {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-content {
    padding-left: 0;
  }
}

.blog-details-page .blog-content h3 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details-page .blog-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.blog-details-page .blog-content-inner h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 30px;
  color: var(--primary-color);
}

.blog-details-page .blog-content-inner h4 span {
  font-size: 18px;
  padding-right: 30px;
}

.blog-details-page .blog-content-inner p {
  padding-left: 50px;
}

.blog-details-page .blog-quote-text {
  position: relative;
}

.blog-details-page .blog-quote-text h3 {
  font-size: 28px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .blog-details-page .blog-quote-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.blog-details-page .blog-tag-wrap h6 {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.blog-details-page .blog-tag-wrap a {
  font-size: 16px;
  color: var(--primary-color);
  border: 1px solid #ddd;
  padding: 7px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comments-headline h5 {
  font-weight: 500;
}

.single-comments-inner {
  display: inline-flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .single-comments-inner {
    flex-direction: column;
  }
}

.comments-autor-thumb img {
  width: 100px;
}

@media (max-width: 767px) {
  .comments-autor-thumb img {
    margin-bottom: 10px;
  }
}

.comments-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .comments-content {
    padding-left: 0;
  }
}

.comments-content h6 {
  font-size: 20px;
}

p.comments-date {
  margin-bottom: 30px;
}

a.reply-btn {
  font-size: 17px;
  color: var(--primary-color);
}

a.reply-btn i {
  margin-right: 15px;
}

.comments-form-wrap {
  background: #fff;
  margin-top: 60px;
}

.comments-form-wrap h3 {
  margin: 0 0 30px;
}

.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-bottom: 30px;
}

.comments-form-wrap .comments-form textarea {
  height: 200px;
}

.comments-form-wrap input[type="submit"] {
  width: 170px;
  font-size: 17px;
}

.blog-sidebar {
  margin-top: 270px;
}

.blog-sidebar h5 {
  font-size: 28px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}

.search-bar-wrap input {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 50px;
}

.search-bar-wrap i {
  font-size: 18px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  right: 35px;
}

.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  background: #fff;
  margin: 60px 0;
}

.blog-category ul li {
  display: block;
  border-top: 1px solid #ddd;
}

.blog-category ul li span {
  font-size: 14px;
  color: var(--primary-color);
}

.blog-category ul li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  padding-left: 20px;
  margin: 20px 0;
}

.blog-category ul li a:hover {
  color: #171717;
}

.blog-category ul li i {
  margin-right: 15px;
}

.single-latest-post {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.post-title h3 a {
  font-size: 22px;
  line-height: 30px;
}

.post-tag p {
  margin: 10px 0;
}

.blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.popular-tag-wrap a {
  font-size: 15px;
  color: var(--primary-color);
  border: 1px solid #ddd;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .blog-section {
    padding-top: 50px;
  }
}

.faq-section {
  position: relative;
  z-index: 1;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .faq-section.section-padding {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .faq-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 30px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 21px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
  }
}

.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f061";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  right: 30px;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: var(--primary-color);
  border: 1.5px solid var(--primary-color);
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 0;
    font-size: 16px;
  }
}

.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(-45deg);
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .client-area.pt-100 {
    padding-top: 50px;
  }
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 215px;
  margin-left: 30px;
}

.single-client img {
  max-width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

@media (max-width: 767px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

.client-area .owl-dots {
  display: none;
}

.single-team-item {
  margin-bottom: 50px;
}

.single-team-item .team-info h5 {
  font-size: 24px;
  margin-top: 15px;
}

.single-team-item .team-info hr {
  margin: 8px 0;
}

.single-team-item .team-info p {
  margin: 0;
}

.single-team-item .social-icon {
  font-size: 18px;
}

.single-team-item .social-icon a i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--primary-color);
  margin-top: 5px;
}

.single-team-item .social-icon a i:hover {
  color: #333;
}

@media (max-width: 767px) {
  .team-section.pb-60 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .team-section .section-title h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .team-area.section-padding.pb-100 {
    padding-bottom: 50px;
  }
}

.team-bg-wrap {
  max-width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-bg-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .team-bg-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.team-content-wrapper h3 {
  color: #636363;
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-content-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .team-content-wrapper h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
  }
}

.team-content-wrapper p {
  margin-top: 50px;
  text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-content-wrapper p {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content-wrapper p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .team-content-wrapper p {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .process-section.pt-0 {
    padding-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .process-section.pb-100 {
    padding-bottom: 50px;
  }
}

.single-process-item {
  border-top: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item {
    padding: 30px;
  }
}

.single-process-item h2 {
  font-size: 50px;
}

.single-process-item h4 {
  margin: 30px 0 20px;
}

.single-process-item p {
  margin: 0;
}

.single-process-item .process-num {
  position: relative;
  z-index: 1;
}

.single-process-item .process-num i {
  color: #ddd;
  padding-left: 30px;
}

.single-process-item .process-num:before {
  position: absolute;
  content: "";
  top: -30px;
  left: -30px;
  width: 1px;
  height: 90px;
  background: #ddd;
}

.process-content-wrap .accordions {
  border-bottom: 1px solid #ddd;
}

.process-content-wrap .cp-custom-accordion .accordion-items {
  margin-bottom: 0;
}

.process-content-wrap .cp-custom-accordion .accordion-buttons {
  border-top: 1px solid #ddd;
  border-bottom: none;
  padding: 30px 0px;
  font-size: 30px;
  font-weight: normal;
}

.process-content-wrap .cp-custom-accordion .accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 25px;
}

.process-img-wrap {
  position: relative;
  max-width: calc(100% - 40px);
}

.process-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  overflow: hidden;
}

.process-img-2 {
  position: relative;
  width: 75%;
  margin: 120px auto;
  overflow: hidden;
}

.process-img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  overflow: hidden;
}

.single-process-item {
  margin-bottom: 60px;
}

.single-process-item h5 {
  font-size: 24px;
  margin: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item {
    padding: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .single-process-item {
    padding: 30px;
    margin-bottom: 0;
  }
}

.process-icon img {
  width: 60px;
  height: auto;
}

@media (max-width: 767px) {
  .process-section {
    padding-bottom: 50px;
  }
}

.single-choose-wrap {
  max-width: calc(100% - 100px);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  .single-choose-wrap {
    max-width: calc(100% - 10px);
  }
}

.single-choose-inner {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.single-choose-inner h5 {
  font-size: 45px;
  font-weight: 400;
  color: #9f9f9f;
}

.single-choose-inner h5 span {
  font-size: 20px;
  position: relative;
  top: -45px;
}

@media (max-width: 767px) {
  .single-choose-inner h5 span {
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .single-choose-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

.single-choose-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-inner p {
    margin: 20px 0;
  }
  .main-menu ul > li > a {
    font-size: 13px;
  }
  .main-menu ul > li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .single-choose-inner p {
    padding-right: 75px;
  }
}

.single-choose-inner .details-link {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.single-choose-inner .details-link i {
  font-size: 25px;
  color: #7f7f7f;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.single-choose-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}

.single-choose-inner:hover h5 a {
  color: #171717;
}

.single-choose-inner:hover .details-link i {
  transform: rotate(180deg);
}

.choose-content-wrap p {
  font-size: 18px;
  margin: 40px 0;
}

.single-choose-item {
  position: relative;
}

@media (max-width: 767px) {
  .single-choose-item {
    margin-top: 30px;
  }
}

.choose-img {
  width: 32.5%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}

.choose-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-choose-item:last-child .choose-img {
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-item:last-child .choose-img {
    top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:last-child .choose-img {
    top: -50px;
  }
}

.single-choose-item .choose-img img {
  width: 100%;
}

.single-choose-item:hover .choose-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:hover .choose-img {
    inset-inline-end: 10%;
  }
}

.links-wrap {
  grid-column-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.phone-number a {
  color: #f6f6f6;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

.award-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.award-wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.single-award-item {
  display: flex;
  align-items: end;
}

@media (max-width: 767px) {
  .single-award-item {
    margin-bottom: 30px;
  }
}

.single-award-item p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .single-award-item p {
    margin-bottom: 0;
  }
}

.single-award-item h3 {
  line-height: 1;
}

.award-icon {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.award-icon i {
  font-size: 20px;
  transform: rotate(-45deg);
}

.award-info {
  padding-left: 30px;
}

.award-info h3 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award-info h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .award-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .award-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 35px;
  }
}
.icon-image {
  width: 150px;
  position: absolute;
  transform: scaleX(-1);
  left: -10px;
  top: 0;
}
.icon-image-1 {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: -10px;
}

.contact-details h2 {
  color: #fff !important;
  font-size: 3.2rem;
  margin-bottom: 25px;
}

.contact-details p {
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content {
    margin-top: 50px;
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .newsletter-content {
    margin-top: 30px;
  }
}

.subscribed-form input[type="text"] {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
}

.subscribed-form form {
  position: relative;
}

.subscribed-form input[type="submit"] {
  position: absolute;
  right: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px;
  top: 6px;
  color: #fff !important;
}
.subscribed-form input[type="text"]::placeholder {
  color: #fff;
}
.subscribed-form input[type="submit"]:hover {
  background: #171717;
  border-color: #171717;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .section-title span i {
    transform: rotate(90deg);
  }
}

.single-price-item {
  margin-top: 50px;
  transition: 0.3s;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 30px 10px;
  min-height: 600px;
}

.single-price-item h5 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  margin: 20px 0 0;
}

.single-price-item p {
  margin: 40px 0px;
}

.single-price-item .bordered-btn {
  color: #333;
  border-color: #333;
}

.price-box {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}

.price-box h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.price-box h3 span {
  font-size: 16px;
}

.price-list {
  margin-top: 40px;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list ul li {
  display: block;
  margin: 20px 0;
  color: #878787;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
}

.price-list ul li i {
  margin-right: 15px;
}

#price_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #price_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #price_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  #price_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

#price_page .hero-area-inner {
  padding: 80px 0 40px;
}

#price_page .hero-area-content p {
  padding-left: 400px;
  text-align: justify;
  margin-top: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #price_page .hero-area-content p {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #price_page .hero-area-content p {
    padding-left: 0;
    margin-top: 50px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #price_page .section-title h1 br {
    display: none;
  }
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 36px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  font-size: 36px;
}

.breadcrumb-area h4 {
  margin-top: 10px;
}

.contact-section .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

.contact-section .section-title i {
  transform: rotate(-45deg);
}

.contact-section .contact-text {
  text-align: justify;
}

.contact-section .subimit-form-wrap form {
  margin-top: 50px;
}

.contact-section .subimit-form-wrap input,
.contact-section .subimit-form-wrap textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.contact-section .subimit-form-wrap textarea {
  height: 60px;
}

.contact-section input[type="submit"] {
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 135px;
}

.contact-section iframe {
  max-width: calc(100% - 40px);
  height: 600px;
  filter: grayscale(1);
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-section iframe {
    max-width: calc(100% - 0px);
  }
}

.contact-section .single-contact-info {
  border-bottom: 1px solid #ddd;
}

.contact-section .single-contact-info p {
  margin: 0;
}

.contact-section .single-contact-info h4 {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .contact-section .single-contact-info h4 {
    font-size: 18px;
  }
}

.contact-section .social-area {
  margin-top: 30px;
}

.contact-section .social-area a {
  background: #9f9f9d;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.contact-section .social-area a i {
  font-size: 14px;
}
.social-area {
  display: flex;
}
.contact-section .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .contact-section .contact-info {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.funfacts_line {
  border-top: 1px solid #ddd;
}

.funfacts_item {
  display: flex;
  align-items: center;
  height: 250px;
}

@media (max-width: 767px) {
  .funfacts_item {
    height: 100px;
  }
}

.funfacts_item h5 {
  font-size: 75px;
  font-weight: 500;
  margin-right: 60px;
  color: #171717;
}

@media (max-width: 767px) {
  .funfacts_item h5 {
    font-size: 36px;
  }
}

.funfacts_item h5.stroke {
  -webkit-text-stroke: 0.8px #171717;
  -webkit-text-fill-color: #fff;
}

.funfacts_item img {
  display: inline-block;
  position: relative;
  top: -6px;
}

h5.slick-slide img {
  margin-right: 30px;
}

@media (max-width: 767px) {
  h5.slick-slide img {
    width: 40px;
    height: auto;
  }
}

.call-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.call-action p {
  margin: 0;
  color: var(--primary-color);
  font-weight: 600;
}
.call-action i {
  font-size: 24px;
  color: var(--primary-color);
}
.extra-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-btn {
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 10000;
}
.gallery-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  /* margin-bottom: 50px !important; */
  position: relative;
  z-index: 100;
}
/* **************************** */
.bottom-fade {
  width: 100%;
  top: 0;
  height: 100%;
  float: left;
  position: absolute;
  background: linear-gradient(
    to top,
    #0000008c 0%,
    rgb(0 0 0 / 80%) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    transparent 100%
  ) !important;
  z-index: 0;
  border-radius: 20px 20px 0 20px;
}
.service .bottom-fade {
  z-index: 1;
}
.service {
  position: relative;
}

.service .service-carousel {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.service .service-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}

.service .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

/* img */

.service .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}

.service .item:hover .img img {
  transform: scale(1.05);
}

.service .item .con {
  position: relative;
  z-index: 2;
  opacity: 0;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 85% 15%;
  align-items: center;
}

.service .item .con.opacity-1 {
  opacity: 0;
}

.service .item .con.active {
  visibility: visible;
  opacity: 1;
}

/* arrow */

.service .item .con .arrow {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  text-align: -webkit-right;
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.service .item .con .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
}

.service .item:hover .con .arrow a {
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

/* title */

.service .item .con .title {
  position: absolute;
  bottom: 0px;
  padding: 20px 90px 20px 20px;
  width: 100%;
}

.service .item .con .title h6 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
}

.service .item .con .title h6 span {
  color: var(--secondary-color);
  margin-right: 2px;
}

.service .item .con .title h4 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.service .item .con .title h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

/* icon */

.service .item .con .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #ffffff;
  border-top-left-radius: 50%;
  padding: 15px;
}

.service .item:hover .con .icon .arrow {
  transform: scale(1.05);
}

.service .item .con .icon::before {
  position: absolute;
  content: " ";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #ffffff;
}

.service .item .con .icon::after {
  position: absolute;
  content: " ";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #ffffff;
}

.service .item .con .icon .arrow {
  position: absolute;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  transform: rotate(-45deg);
}

.service .item:hover .con .icon .arrow {
  color: #fff;
  background: var(--primary-color);
}
/* **************** */
.star {
  display: flex;
  justify-content: start;
  align-items: center;
}
.google-star-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
/* Nav logo */

.nav-logo {
  width: 200px;
}
/* Breadcrumb */
.breadcrumb-container {
  position: relative;
  padding: 60px 10px;
  z-index: 1;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 68, 114);
  background: linear-gradient(
    79deg,
    rgba(13, 68, 114, 1) 0%,
    rgba(13, 68, 114, 0.571953781512605) 63%,
    rgba(13, 68, 114, 0.16299019607843135) 100%
  );
  z-index: -1;
}

.breadcrumb__badge {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 30px;
}

.breadcrumb__header {
  color: white;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 2.5rem;
}

.breadcrumb__links {
  display: flex;
  gap: 1rem;
  color: white;
  font-size: 14px;
  align-items: center;
  margin-top: 0.5rem;
}

.breadcrumb__links a {
  color: white;
  text-decoration: none;
}

.breadcrumb__links a:hover {
  color: var(--primary-color);
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.breadcrumb-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 42px;
}

.breadcrumb-item:last-child::after {
  content: "";
}

.breadcrumb-item.active a {
  color: #ddd;
  pointer-events: none;
}

/* Media Query for Small Screens */
@media (max-width: 768px) {
  .breadcrumb-item a {
    font-size: 28px;
  }

  .breadcrumb-item::after {
    margin: 0 5px;
  }
}
@media (max-width: 485px) {
  .breadcrumb-item a {
    font-size: 20px !important;
  }
  .breadcrumb-item.active {
    font-size: 28px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 28px !important;
  }
}
/* Values Section */
.value-item {
  border: 2px solid black;
  padding: 0px 15px;
  border-radius: 15px;
  margin-top: 15px;
}
.value-icon {
  display: flex;
  justify-content: center;
}
.value-icon img {
  margin: 10px 0;
}
.value-content h3 {
  text-align: center;
  margin: 10px 0px;
}
.design-by a {
  color: #fff;

  font-size: 16px;
}

.design-by a:hover {
  color: var(--primary-color);
}
/* ------------- Gallery Section Start ------------------ */

/* ------------------------------- */
.gallery-section {
  text-align: center;
  padding: 20px;
  background: #fff;
  padding-top: 1.7rem;
  padding-bottom: 3rem;
}
.project-categories {
  margin-bottom: 20px;
}

.category-btn {
  background: #ffffff !important;
  color: var(--secondary-color) !important;
  font-size: 14px;
  border: none;
  padding: 20px !important;
  cursor: pointer;
  margin: 5px;
  height: 0 !important;
  line-height: 0 !important;
}

.category-btn:focus {
  background-color: var(--secondary-color) !important;
  color: #ffffff !important;
}

.project-gallery {
  display: none;
}

.project-gallery img {
  width: 200px;
  margin: 10px;
}

.gallery-section {
  text-align: center;
}

.gallery img {
  width: 100%;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}
.over-all-gallery a {
  width: 100%;
}
.pool-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}
.pool-image img:hover {
  filter: brightness(100%) !important;
  transform: scale(1) !important;
}

.gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}
#commercial-subtitles {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  background: #f0f0f0;
  color: #000;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.subtitle.active,
.category-btn.active {
  background-color: var(--secondary-color) !important;
  color: #ffffff !important;
}

/* ------------- Review Section Start ------------------ */
.main-reviews {
  padding: 80px 0;
}
.review-header {
  display: flex;
  gap: 20px;
  background: linear-gradient(150deg, var(--primary-color), #1f1f1fdb);
  padding: 20px;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
}
.google-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.google-image img {
  width: 20px;
  background: #fff;
  border-radius: 100%;
}
.google-header p {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.single__review {
  margin-bottom: 20px;
  height: 92%;
}

/*  */
.review-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
  justify-content: center;
  align-items: center;
}

.card {
  background: linear-gradient(150deg, var(--primary-color), #1f1f1fdb);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 20px;
  margin-top: 20px;
  border: 0;
}
.rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating p {
  color: #fff;
}

.rating img {
  max-width: 30px;
}

.reviewer {
  font-weight: bold;
}

.rating-person-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: maroon;
}
.rating-person-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: purple;
}
.rating-person-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: green;
}
.rating-person-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: orchid;
}
.rating-person-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: skyblue;
}
.rating-person-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: grey;
}
.rating-person-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: pink;
}
.rating-person-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: black;
}
.rating-person-9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: red;
}
.review-text {
  margin-top: 10px;
}

.item2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 35px;
  column-gap: 35px;
}
.main-reviews .section-title {
  text-align: center;
}
/* Reviews responsive */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .review-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .card {
    margin-top: 20px;
  }
}
@media only screen and (max-device-width: 767px) {
  .review-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .card {
    margin-top: 20px;
  }
}
.inner-services-btn {
  margin-top: 20px;
}
/* Contact Section */
.xs-get-in-touch {
  padding: 100px 0 60px;
}
.get-in-touch-cont h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 28px;
}
.xs-contact-sec {
  margin-bottom: 100px;
}
.xs-form-group {
  background: #f7f7f7;
  padding: 44px 36px;
}
.home-form {
  background: none;
  padding: 0;
}
.home-form .form-control {
  margin-bottom: 10px;
}
.xs-form-group .form-control {
  border: none;
  margin-bottom: 20px;
  color: #717a82;
}
.xs-form-group .xs-btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xs-form-group .xs-btn-wraper .xs-btn {
  display: block;
  width: 25%;
  /* background-color: var(--primary-color); */
  color: #fff;
  padding: 15px 0;
  border-radius: 25px;
}
.xs-form-group .xs-btn-wraper .xs-btn:hover {
  /* background-color: var(--primary-color); */
}
.contact-map {
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 473px;
}

.contact__heading {
  text-align: start;
}

.contact__heading h3 {
  margin-bottom: 5px !important;
}

.contact-info__content p {
  font-size: 16px !important;
}

.contact__heading h2 {
  margin-bottom: 5px !important;
  font-size: 28px !important;
}

.contact__title {
  margin-bottom: 18px !important;
}

.contact__services--points {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.contact__services--points img {
  height: 60px;
  width: 60px;
}

.contact__services--points p {
  font-size: 14px !important;
  text-align: center;
}

.contact__services--item {
  padding-top: 1.2rem;
}

.contact__info {
  position: relative;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
}

.contact__info .faq__contact {
  width: 100%;
  position: relative !important;
}

.contact__info .faq__contact .faq__contact--number a {
  font-size: 16px;
}

.contact__form--page {
  padding: 30px 50px;
  background: white;
}

.contact__map {
  display: flex;
}

.contact__form--title {
  color: var(--primary-color);
  text-align: center;
  font-weight: 600;
}

.contact__form--btn button {
  padding: 10px 30px;
  box-shadow: none;
  background-color: var(--primary-color);
  color: white !important;
}

.xs-contact-v2-sec {
  margin-bottom: 100px;
}
.xs-contact-v2-sec .xs-single-title {
  margin-bottom: 32px;
}
.xs-contact-v2-sec .xs-form-group {
  padding: 0;
  background: #fff;
}
.xs-contact-v2-sec .xs-form-group .form-control {
  border: 1px solid #eee;
}
.xs-contact-v2-sec .xs-form-group .xs-btn-wraper {
  text-align: center;
}
.xs-contact-v2-sec .xs-form-group .xs-btn-wraper .xs-btn {
  width: auto;
  display: inline-block;
}
.xs-contact-infomation {
  margin-bottom: 100px;
}
.xs-contact-infomation.xs-contact-infomation-v2
  [class*="col-"]:last-of-type
  .contact-info-group {
  padding: 27px 40px;
}
.xs-contact-infomation.xs-contact-info-1 {
  margin-bottom: 135px;
}
.contact-info-group {
  background: #f7f7f7;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 2px 6px 29px -6px #e0e0e0;
  box-shadow: 2px 6px 29px -6px #e0e0e0;
}
.contact-info-group i {
  font-size: 45px;
  display: block;
  color: var(--primary-color);
  margin-bottom: 30px;
}
.contact-info-group h4 {
  font-size: 18px;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.contact-info-group h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 54px;
  height: 1px;
  background: #d6d6d6;
  display: block;
  right: 0;
  margin: auto;
}
.contact-info-group span,
.contact-info-group a {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #6d6d6d;
  font-weight: 500;
}
.contact-info-group span.text-color,
.contact-info-group a.text-color {
  color: var(--primary-color);
}
.contact__content {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 2rem;
}

.contact__details {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem;
  background-color: #f7f7f7;
  margin-bottom: 1.6rem;
}

.contact__details--icon {
  background-color: var(--primary-color) 66;
  width: fit-content;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.contact__details--icon svg {
  height: 30px;
  width: 30px;
}

.contact__details--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__details--content h6 {
  margin-bottom: 0;
}

.contact__details--content p {
  margin-bottom: 0;
  color: #000;
}
.contact__details--content p a {
  font-size: 18px;
}
.contact__google {
  padding-top: 0 !important;
}

.contact__google--top {
  margin-bottom: 1rem;
}
.contact__google--top h3 {
  margin-bottom: 1rem;
}

.contact__social--icons {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  margin-top: 20px;
}

.contact__social--icons i:hover {
  color: var(--primary-color);
}

.contact__social--icons li a i {
  font-size: 1.5rem;
  color: var(--primary-color);
}
.service-content-wrapper p {
  font-size: 18px;
  margin-top: 20px;
  text-align: justify;
  padding-right: 15px;
}
@media (max-width: 1020px) {
  .contact__break {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xs-get-in-touch {
    padding: 70px 0 45px;
  }
  .xs-form-group,
  .contact-info-group {
    margin-bottom: 50px;
  }
  .xs-contact-infomation,
  .xs-contact-sec {
    margin-bottom: 70px;
  }
  .xs-popup-content .xs-popup-left-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
  .header-right {
    display: none;
  }
  .overlay {
    height: 0;
  }
  .breadcrumb-container {
    padding: 100px;
  }
}
@media (max-width: 450px) {
  .breadcrumb-item a {
    font-size: 36px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 32px;
  }
  .breadcrumb-item.active {
    font-size: 32px;
  }
}
@media (min-width: 991px) {
  .small-size-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .newsletter-inner {
    border-radius: 0;
  }
  .newsletter-inner::before {
    border-radius: 0;
  }
  .small-size-content {
    display: none;
  }
}
.owl-carousel.owl-loaded {
  overflow: hidden;
}
/* .feature-area {
  padding: 50px;
} */
/* ************************************ */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(64, 64, 64, 0.25);
  /* background: linear-gradient(
    to right,
    rgba(64, 64, 64, 0.98),
    rgba(64, 64, 64, 0.3)
  ); */
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.content-container {
  position: relative;
  z-index: 4;
  color: white;
  /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7); */
}

.hero-title {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}

.hero-banner-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 58px;
  font-weight: 600;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  line-height: 1.1em;
}
.primary-text {
  color: var(--third-color);
}

.hero-info {
  text-align: right;
}

.since {
  font-size: 1.9rem;
  margin-bottom: 20px;
  color: #fff;
}
.since:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 175px;
  width: 60px;
  height: 2.5px;
  background: #ddd;
}
.service {
  font-size: 1.5rem;
  color: #fff;
}

.testimonial {
  color: #fff;
  letter-spacing: -1.2px;
  max-width: 490px;
  font-size: 20px;
  line-height: 1.6em;
}

.btn-primary {
  background-color: var(--secondary-color);
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-info {
    text-align: center;
  }

  .service {
    font-size: 1rem;
  }

  .testimonial {
    font-size: 0.9rem;
  }
  .since:before {
    display: none;
    position: absolute;
    content: "";
    top: 50%;
    right: 150px;
    width: 60px;
    height: 2.5px;
    background: #ddd;
  }
  .contact__social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.contact__social {
  padding: 1rem !important;
}
/* lets chat */

.call-btn-fix {
  position: fixed;
  bottom: 50px; /* Adjust as needed */
  right: 20px;
  width: 100px;
  overflow-y: auto; /* Enable scrolling */
  z-index: 10;
  border-radius: 5px;
}

.project-img img {
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
}
.process-img-1,
.process-img-2,
.process-img-3 {
  border-radius: 20px;
}
.list-title h2 {
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.list-title h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
}
.list-title.heading-animation h3 {
  font-size: 40px !important;
  line-height: 50px !important;
  color: var(--primary-color) !important;
  text-align: center;
}
.list-title h5 {
  color: var(--primary-color);
  margin-top: 15px;
}
.list-image-side img {
  border-radius: 20px;
}
.styled-list {
  list-style: none;
  padding: 0;
}

.styled-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}

.styled-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-size: 1.2em;
}
/* Top Bar Start */
.top-header {
  background: var(--secondary-color);
  position: relative;
  z-index: 1;
}
.left-side .top-contact-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.left-side .top-contact-list ul li a,
.left-side .top-contact-list ul li,
.right-side .top-social-links ul li a {
  color: #ffffff;
  font-size: 14px;
}
.left-side .top-contact-list ul li a i,
.right-side .top-social-links ul li a i {
  font-size: 16px;
}
.left-side .top-contact-list li,
.right-side .top-social-links li {
  position: relative;
  padding: 10px 15px;
}

.left-side .top-contact-list li::before,
.right-side .top-social-links li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 135%;
  background-color: #ffffff;
}

.left-side .top-contact-list li:last-child::before,
.right-side .top-social-links li:last-child::before {
  display: none;
}
.right-side .top-social-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.left-side .top-contact-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Top Bar End */

/* How it Works Start */

.single-process-wrapper {
  background: #189effbf;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
/* Default styling for all steps */
.single-process-wrapper {
  padding: 30px;
  border-radius: 12px;
  position: relative;
  background-size: contain;
  background-position: center;
  color: #fff;
}

/* Unique background images for each step */
.single-process-wrapper.step-1 {
  background-image: url("../img/design-bg.jpg");
}

.single-process-wrapper.step-2 {
  background-image: url("../img/planning-bg.jpg");
}

.single-process-wrapper.step-3 {
  background-image: url("../img/development-bg.jpg");
}

.single-process-wrapper.step-4 {
  background-image: url("../img/delivery-bg.jpg");
}
.single-process-wrapper.step-1::before,
.single-process-wrapper.step-2::before,
.single-process-wrapper.step-3::before,
.single-process-wrapper.step-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
  border-radius: 12px;
}
.working-step {
  position: relative;
}
/* Arrow image styling */
.arrow {
  position: absolute;
  transform: translateY(-50%);
  width: 85px;
  height: auto;
  right: -40px;
  bottom: -60px;
}

/* Hide arrow for the last process box */
.col-lg-3:last-child .arrow {
  display: none;
}
.process-position {
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.process-position h5 {
  color: var(--secondary-color);
  font-size: 16px;
}
.process-title h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0 0;
}
/* How it Works End */
/* Why Choose Us Start */
.why-choose-first .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-first svg {
  /* position: absolute; */
  z-index: 1;
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 10px;
  fill: #fff;
}
.why-choose-first .icon img {
  width: 60px;
}
.why-choose-first,
.why-choose-second {
  padding-top: 35px;
}
.why-choose-second svg {
  /* position: absolute; */
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #637d8f;
  border-radius: 10px;
  padding: 10px;
  fill: #fff;
}
.why-choose-title h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 10px;
}
.why-choose-title p {
  font-size: 15px;
  text-align: center;
}
.why-choose-title {
  padding-top: 15px;
}
/* Why Choose Us End */

.google-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  left: 20px;
}
.review-star {
  display: flex;
  align-items: center;
}
.review-star i {
  color: #f2b827;
  font-size: 18px;
}
.banner-header {
  display: flex;
  gap: 10px;
}
.banner-header div {
  color: var(--secondary-color);
}
.google-review h4,
.google-review h5 {
  color: var(--secondary-color);
  font-weight: 700;
}
.google-review img {
  width: 120px;
  margin-right: 10px;
}
.top-contact-btn {
  background: var(--primary-color);
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide {
  font-size: 14px;
  color: #ffffff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.expert-list {
  display: flex;
  gap: 50px;
}

/*--------------------------------------------------------------
  Working Process Card
----------------------------------------------------------------*/
.cs_card.cs_style_1 {
  position: relative;
  padding: 0 20px 20px 20px;
  margin-top: 40px;
}
.cs_card.cs_style_1 .cs_card_shape {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--border);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_card.cs_style_1 .cs_card_in {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 1px 25px 25px;
  border-radius: 20px;
}
.cs_card.cs_style_1 .cs_card_icon {
  height: 90px;
  width: 90px;
  border: 5px solid var(--border);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  background-color: #fff;
  padding: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_card.cs_style_1:hover .cs_card_icon {
  border-color: var(--primary-color);
}
.cs_card.cs_style_1:hover .cs_card_shape {
  color: var(--primary-color);
}
.cs_card.cs_style_1.cs_type_1 {
  padding: 20px 20px 0 20px;
  margin-bottom: 40px;
  margin-top: 0;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_shape {
  top: 0;
  bottom: initial;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_icon {
  margin-top: 0;
  margin-bottom: -45px;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_in {
  padding: 25px 25px 1px;
}

.cs_card_1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 0;
}
.cs_card_1_wrap .cs_card_1_col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 305px;
}
.cs_white_bg {
  background-color: #fff;
}
.process-title,
.service-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.417em;
  margin-bottom: 5px;
  color: var(--secondary-color);
}
.process-para,
.service-para {
  font-size: 15px;
  line-height: 1.714em;
  margin-bottom: 25px;
}
/*--------------------------------------------------------------
 Service Card
----------------------------------------------------------------*/
.cs_service_card.cs_style_1 {
  position: relative;
}
.cs_service_card.cs_style_1:hover .cs_service_card_icon {
  background-color: var(--primary-color);
}
.cs_service_card.cs_style_1:hover .cs_service_card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_service_card.cs_style_1:hover .cs_service_card_bg {
  color: var(--primary-color);
}
.cs_service_card.cs_style_1:hover .cs_service_card_number {
  -webkit-text-stroke: 1px #fff !important;
}
.cs_service_card.cs_style_1 .cs_service_card_bg {
  position: absolute;
  top: -40px;
  width: 486px;
  left: 50%;
  margin-left: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--border);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .cs_service_card.cs_style_1 .cs_service_card_bg {
    width: 456px;
  }
}
@media (max-width: 1199px) {
  .cs_service_card.cs_style_1 .cs_service_card_bg {
    width: 380px;
    top: -81px;
    margin-left: 0;
  }
}
.cs_service_card.cs_style_1 .cs_service_card_in {
  position: relative;
  z-index: 2;
  height: 384px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .cs_service_card.cs_style_1 .cs_service_card_in {
    height: 374px;
  }
}
@media (max-width: 1199px) {
  .cs_service_card.cs_style_1 .cs_service_card_in {
    height: 335px;
  }
}
.cs_service_card.cs_style_1 .cs_service_card_icon {
  height: 80px;
  width: 80px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .cs_service_card.cs_style_1 .cs_service_card_icon {
    height: 70px;
    width: 70px;
    padding: 15px;
    bottom: 0;
  }
}
.cs_service_card.cs_style_1 .cs_service_card_icon img {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs_service_card.cs_style_1 .cs_service_card_number {
  color: transparent;
  -webkit-text-stroke: 1px #000000 !important;
  height: 90px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .cs_service_card.cs_style_1 .cs_service_card_number {
    height: 70px;
  }
}

.cs_service_card.cs_style_2 {
  height: 228px;
  position: relative;
  max-width: 282px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cs_service_card.cs_style_2 {
    height: 208px;
  }
}
@media (max-width: 767px) {
  .cs_service_card.cs_style_2 {
    height: 208px;
  }
}
.cs_service_card.cs_style_2 .cs_service_card_in {
  position: relative;
  z-index: 1;
}
.cs_service_card.cs_style_2 .cs_service_card_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cs_service_card.cs_style_2 .cs_service_card_bg svg {
    width: 257px;
    height: 208px;
  }
}
@media (max-width: 767px) {
  .cs_service_card.cs_style_2 .cs_service_card_bg svg {
    width: 257px;
    height: 208px;
  }
}
.cs_service_card.cs_style_2 .cs_service_card_shape_1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.16;
}
.cs_service_card.cs_style_2 .cs_service_card_shape_2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  opacity: 0.16;
}
.cs_service_card.cs_style_2 img {
  display: inline-block;
}
.cs_service_card.cs_style_2 .cs_service_card_icon img,
.cs_service_card.cs_style_2 .cs_service_card_title,
.cs_service_card.cs_style_2 .cs_service_card_bg svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_service_card.cs_style_2 .cs_service_card_icon img {
  height: 60px;
}

.cs_service_card_2_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cs_service_card_2_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_service_card_2_details .cs_service_card_2_details_thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cs_service_card_2_details .cs_service_card_2_details_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 52px 100px 60px 60px;
}
@media (max-width: 1400px) {
  .cs_service_card_2_details .cs_service_card_2_details_left {
    padding: 30px 50px 35px 30px;
  }
}
@media (max-width: 1199px) {
  .cs_service_card_2_details .cs_service_card_2_details_left br {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs_service_card_2_details .cs_service_card_2_details_left {
    padding: 30px 20px;
  }
}

.slick-slide .cs_slide_item_sm {
  cursor: pointer;
}

.slick-current .cs_service_card.cs_style_2 .cs_service_card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.slick-current .cs_service_card.cs_style_2 .cs_service_card_title {
  color: #fff;
}
.slick-current
  .cs_service_card.cs_style_2
  .cs_service_card_bg
  svg
  path:first-child {
  fill: var(--heading-color);
}
.slick-current
  .cs_service_card.cs_style_2
  .cs_service_card_bg
  svg
  path:last-child {
  fill: var(--accent);
}
.slick-current .cs_service_card.cs_style_2 .cs_service_card_shape_1,
.slick-current .cs_service_card.cs_style_2 .cs_service_card_shape_2 {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.24;
}
.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_fs_48 {
  font-size: 48px;
  line-height: 1.208em;
}
.cs_mb_22 {
  margin-bottom: 22px;
}
.cs_service_card.cs_style_1 .cs_service_card_number {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  height: 90px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_gap_y_30 {
  gap: 30px 0;
}
.cs_bg_filed {
  padding: 50px 0 80px 0;
}
.service-details-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.714em;
  color: var(--secondary-color);
}
.service-details-btn:hover {
  letter-spacing: 0.8px;
  color: var(--primary-color);
}
/* ***************************** */

.bubble.big {
  top: -12%;
  left: 42%;
}

.bubble {
  opacity: 0.3;
  background-image: radial-gradient(circle, #fff0 53%, #ffffffd9);
  border-radius: 300px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 9% auto auto 4%;
}
button.hero-section-btn {
  background: #ffffff;
}
button.hero-section-btn::before {
  background: linear-gradient(
    320deg,
    rgb(219 222 224 / 82%),
    rgb(222 227 235 / 58%)
  );
}
button {
  background: transparent;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  perspective: 30rem;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.308);
}
button a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
  /* background: linear-gradient(
    320deg,
    rgba(219, 222, 224, 0.678),
    rgba(222, 227, 235, 0.308)
  ); */
  z-index: 1;
  transition: background 3s;
}

button:hover::before {
  animation: rotate 1s;
  transition: all 0.5s;
}

@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}
.theme-btn {
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #06416e, #0098de 50%, #06416e);
  border: 0 solid #fff;
  border-radius: 1.875rem;
  padding: 0.7rem 2rem;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.theme-btn:hover {
  color: #ffffff;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--secondary-color);
  padding: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.scroll-text {
  display: flex;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
  font-family: "Lexend", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
}

.scroll-text span {
  padding-right: 50px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.review-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.review-icon-image {
  width: 100px;
  position: absolute;
  top: 0;
  right: -10px;
}

.quote {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.content {
  font-size: 16px;
  color: var(--gray-color);
  line-height: 1.6;
}

.client-info {
  margin-top: 15px;
}

.client-name {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color);
}

.client-designation {
  font-size: 14px;
  color: var(--gray-color);
}

.profile {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.profile .avatar {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  margin-right: 15px;
}
.details-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-choose-icon {
  position: absolute;
  left: 30px;
  bottom: -90px;
  filter: opacity(0.4);
}
.about-choose-icon-1 {
  position: absolute;
  filter: opacity(0.4);
  right: 20px;
  bottom: -500px;
}
.why-choose-icon {
  position: absolute;
  left: 200px;
  top: -30px;
  filter: opacity(0.4);
}
.why-choose-icon-1 {
  position: absolute;
  right: 100px;
  filter: opacity(0.4);
}
.project-icon {
  position: absolute;
  filter: opacity(0.4);
}
.project-icon-1 {
  position: absolute;
  filter: opacity(0.4);
  right: 150px;
  bottom: 90px;
}
.single-project-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-project-wrapper::after {
  content: "";
  position: absolute;
  bottom: -100%; /* Start completely below the viewable area */
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    #075493 0%,
    #0754934a 50%,
    rgba(1, 15, 52, 0.1) 100%
  );
  transition: bottom 0.5s ease-in-out;
  z-index: 1;
  border-radius: 20px;
}

.project-title {
  position: absolute;
  bottom: -50px;
  left: 50px;
  z-index: 2;
  color: var(--secondary-color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.featured-project {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-project .single-project-wrapper::after {
  bottom: 0;
}

.featured-project .project-title {
  bottom: 40px;
  opacity: 1;
}

.project-title h3,
.project-title h6 {
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

.live-chat {
  display: flex;
  align-items: center;
  background-color: #007bff;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.live-chat::before {
  content: "";
  width: 50px;
  height: 40px;
  background-color: white;
  border-radius: 20px 0 0 20px;
  position: absolute;
  left: 0;
}

.live-chat::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  left: 40px;
}

.live-chat span {
  display: inline-block;
  margin-left: 70px;
}

.dots {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 4px;
  z-index: 2;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #007bff;
  border-radius: 50%;
}
.conversations-visitor-open-icon {
  margin-right: 5px;
}
#chatBtnContainer button::before {
  display: none !important;
}

.faq-accordion {
  background-color: #f2f7fb;
}

.section-title h3 {
  color: var(--primary-color); /* Accent color */
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.faq-accordion {
  border-radius: 8px;
  overflow: hidden;
}

.our-faqs-content {
  position: relative;
}

.our-faqs-content img {
  width: 100%;
  border-radius: 10px;
  height: 620px;
  object-fit: cover;
}

.faq__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  width: fit-content;
  padding: 10px 13px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 8px;
}

.faq__contact--number {
  margin-bottom: 0;
}

.faq__contact--icon {
  background: var(--primary-color);
  padding: 10px;
  font-size: 1.8rem;
  height: fit-content;
  border-radius: 5px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__doubts {
  background: white;
  padding: 30px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__doubts--content h3 {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}

.faq__doubts--content p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 60%;
}

.faq__contact--text {
  font-size: 14px;
  margin-bottom: 0;
}

.faq__contact--number a {
  font-size: 18px;
}

/* Accordion Items */
.accordion-item {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.accordion-button {
  background-color: #fff;
  color: #2d3748; /* Dark text */
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: none;
}

.accordion-button span {
  font-weight: bold;
  margin-right: 10px;
  color: var(--primary-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #f1f5f9;
}

.accordion-button::after {
  content: "-";
  font-size: 20px;
  margin-left: auto;
  color: var(--primary-color);
}

.accordion-button.collapsed::after {
  content: "+";
}

/* Accordion Body */
.accordion-body {
  background-color: #ffffff; /* Matching background */
  padding: 5px 20px 5px 40px;
  color: #4a5568; /* Neutral text color */
  font-size: 16px;
  line-height: 1.6;
}

.accordion-button::before {
  display: none;
}

.accordion-button {
  box-shadow: none;
  background-color: #fff !important;
}

.mobile-nav-bar {
  width: 100%;
}

.mobile-nav-wrap {
  width: 100%;
  padding: 1rem 0;
}

.mobile__navbar {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
/* 
.mobile__navbar img {
  width: 100px;
  height: 100px;
} */

.services__main--image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

.services__heading {
  font-size: 30px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.service__intro p {
  font-size: 1rem;
  color: black;
}

.service__intro--point {
  list-style-type: square;
  padding-left: 50px;
  font-size: 16px;
}

.service__intro--point li {
  margin-bottom: 10px;
}

.services__content--point {
  font-weight: 600;
}

.service__image--double img {
  height: 250px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.service__details--call {
  height: fit-content;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-position: center 50%;
  position: relative;
}

.service__details--call h3 {
  color: white;
}

.service__details--call::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #023e8a;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.service__details--call div {
  font-family: var(--primary-font-two);
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service__details--call h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service__details--call p {
  text-align: center;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 200%;
}

.service__details--call button,
.service__desc--button button {
  background: var(--primary-color);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
}

.service__details--call button:focus,
.service__desc--button button:focus {
  background-color: var(--primary-color) !important;
  color: white;
}

.service__desc {
  margin-bottom: 0;
}

.service__call {
  height: 100%;
}

.service__call--sticky {
  width: fit-content;
  position: sticky;
  top: 115px;
}

.service__call--wcus {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.service__call--wcus p {
  font-size: 14px;
  margin-bottom: 0;
  color: black;
}

.service__intro .services__heading {
  font-size: 24px;
}

.marquee-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 1)),
    color-stop(80%, rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 1)),
    color-stop(80%, rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@-webkit-keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

.item {
  width: 200px;
  height: 100px;
  position: absolute;
  left: max(calc(200px * 6), 100%);
  -webkit-animation-name: scrollLeft;
  animation-name: scrollLeft;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item1 {
  -webkit-animation-delay: calc(30s / 6 * (6 - 1) * -1);
  animation-delay: calc(30s / 6 * (6 - 1) * -1);
}
.item2 {
  -webkit-animation-delay: calc(30s / 6 * (6 - 2) * -1);
  animation-delay: calc(30s / 6 * (6 - 2) * -1);
}
.item3 {
  -webkit-animation-delay: calc(30s / 6 * (6 - 3) * -1);
  animation-delay: calc(30s / 6 * (6 - 3) * -1);
}
.item4 {
  -webkit-animation-delay: calc(30s / 6 * (6 - 4) * -1);
  animation-delay: calc(30s / 6 * (6 - 4) * -1);
}
.item5 {
  -webkit-animation-delay: calc(30s / 6 * (6 - 5) * -1);
  animation-delay: calc(30s / 6 * (6 - 5) * -1);
}
.item6 {
  -webkit-animation-delay: calc(30s / 6 * (6 - 6) * -1);
  animation-delay: calc(30s / 6 * (6 - 6) * -1);
}

.faq__contact-button {
  width: 150px;
}

@media (width<1320px) {
  .main-menu ul > li > a {
    font-size: 14px;
  }
}

@media (width<1200px) {
  .contact-details img {
    display: none;
  }
}

@media (width<1025px) {
  .hero-banner-title {
    font-size: 56px;
  }

  .mobile-logo {
    height: 60px;
  }

  .breadcrumb-container {
    padding: 60px 20px;
  }

  .faq__doubts--content p {
    max-width: 80%;
  }

  .section-padding {
    padding: 80px 10px;
  }

  .faq__doubts {
    padding: 25px 35px;
  }

  .header-right a {
    font-size: 12px;
  }

  .header-right {
    padding-left: 15px;
  }

  .contact-details img {
    display: none;
  }
}

@media (width<1000px) {
  .header-right {
    display: none;
  }

  .service__call--sticky {
    display: flex;
    margin-top: 1.5rem;
  }

  .service__call--sticky {
    position: static;
  }

  #faqaccordion {
    margin-top: 1.5rem;
  }

  .contact__form--page {
    margin-top: 1.5rem;
  }
}

@media (width<1025px) and (width> 1015px) {
  .contact__form--page {
    padding: 20px 30px;
  }
}

@media (width<1025px) and (width> 1015px) and (height > 1000px) {
  .hero-section {
    height: 55vh;
  }
}

@media (width<1000px) and (height<1400px) and (width> 680px) {
  .hero__section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 30px;
  }

  .hero__section--content {
    width: 100%;
  }

  .hero-right-side {
    width: 100%;
    display: flex;
  }

  .hero-section {
    height: 100vh;
  }

  .hero__section--video {
    width: 100%;
  }

  .google-review {
    left: 25px;
  }
}

@media (width<640px) {
  .section-padding {
    padding: 60px 10px;
  }

  .hero-banner-title {
    font-size: 44px;
  }

  .hero__section--video {
    margin-top: 1.5rem;
  }

  .hero-right-side {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .design-by {
    padding-top: 1rem;
  }

  .mobile-nav-wrap {
    padding: 0.5rem 0;
  }

  .google-review img {
    width: 100px;
  }

  .google-review h4,
  .google-review h5 {
    font-size: 16px;
  }

  .banner-header div {
    font-size: 14px;
  }

  .about-content-wrapper p {
    margin-top: 0px;
  }

  .service__image--double {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .service__intro--point {
    padding-left: 20px;
  }

  .service__call--sticky {
    flex-direction: column;
  }

  .faq__doubts--content p {
    max-width: 100%;
  }

  .faq__doubts {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }

  .contact__info {
    grid-template-columns: 1fr;
  }

  .contact__form--page {
    padding: 20px 30px;
  }

  .hero-section {
    padding: 60px 0;
    height: 100%;
  }
  .pill-link__pill {
    display: none;
  }
  img-comparison-slider {
    width: 100%;
    height: auto !important;
  }
}

@media (width< 390px) {
  .hero-section {
    height: 100%;
  }

  .hero-image {
    height: 100%;
  }
}

@media (width< 390px) and (height<700px) {
  .hero-section {
    height: 100%;
  }

  .hero-image {
    height: 100%;
  }
}
/* Additional CSS */
.tag-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #fefefe63;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 0.45rem 0.6rem;
  display: inline-flex;
  margin-bottom: 20px;
}
.tag-spot {
  background-color: orangered;
  border-radius: 100px;
  width: 0.75rem;
  height: 0.75rem;
}
.tag {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: 1px none #f2f2f2;
  color: orangered;
  mix-blend-mode: normal;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 0.5px;
}
/* About Image */
.image-left {
  position: relative;
}
.image-2 {
  object-fit: cover;
  width: 500px;
  height: 475px;
}
.blurred-image {
  z-index: 1;
  filter: blur(10px) saturate(180%);
  background-image: url(../img/blur-image.avif);
  background-position: 0%;
  background-size: cover;
  border: 1px solid #000;
  width: 450px;
  height: 350px;
  position: absolute;
  inset: auto 4% -18% auto;
  overflow: hidden;
}
.main-image-wrapper {
  z-index: 2;
  /* flex-direction: column; */
  align-items: center;
  font-weight: 400;
  display: flex;
  position: relative;
}
/* Services Section */
.icon-img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  background-color: #eaf6ff;
  padding: 10px;
  border-radius: 12px;
}

.benefit-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.benefit-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
/* Video Banner */
.video-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: block;
  width: 100%;
}

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

.info-box {
  position: absolute;
  bottom: 0;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
  padding: 35px;
}
.info-box h2 {
  font-size: 24px;
}
/* Advantages Section */
.advantage-section {
  background-image: url(../img/advantage-bg.avif);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.advantage-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.advantage-title h3 {
  color: #ffffff;
}
.advantage-content p {
  color: #ffffff;
  margin: 15px 0;
}
/* Footer Section */
.footer {
  background-color: #0a426c;
  height: auto;
  padding: 60px 60px 30px;
}
.footer-top {
  background-color: transparent;
}

.footer-top h2 {
  font-size: 2.5rem;
  font-family: "Brush Script MT", cursive;
  font-weight: 500;
}

.footer-top .btn {
  background-color: #0b9edb;
  border: none;
  border-radius: 0.75rem;
  transition: background 0.3s ease;
}

.footer-top .btn:hover {
  background-color: #077bb0;
}

.footer-main {
  background-color: transparent;
}

.footer-main h5 {
  font-weight: bold;
  font-size: 1.2rem;
}

.footer-main a {
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.footer-main a:hover {
  color: #0b9edb;
}

.footer-main i {
  margin-right: 8px;
}

.footer-main ul {
  padding-left: 0;
  list-style: none;
}

.footer-main img {
  max-width: 100%;
  height: auto;
}

.footer-main .fa-facebook {
  font-size: 1.5rem;
  margin-top: 5px;
  display: inline-block;
}
.footer-bottom {
  background-color: #0a426c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
.design-by {
  text-align: end;
}
.footer h5 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.contact-info p,
.contact-info p a,
.footer p,
.footer-section ul li a,
.contact-info ul li a {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.contact-info p i {
  margin-right: 10px;
  font-size: 1rem;
}
.social-icon i {
  color: #ffffff;
  font-size: 1.8rem;
}
.social-links {
  padding: 10px 0;
}
.footer-logo {
  width: 200px;
}
@media (max-width: 768px) {
  .footer-top h2 {
    font-size: 1.75rem;
  }

  .footer-top .btn {
    padding: 10px 20px;
  }
  .footer-logo {
    width: 250px;
  }
}
.white-text {
  color: #ffffff !important;
}
/* Before & After Section */
.before-after-container {
  position: relative;
  width: 80%;
  margin-left: 10%;
  height: 60vh;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.before,
.after {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.after-wrapper {
  width: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 5px;
  background-color: white;
  cursor: col-resize;
  z-index: 3;
  transform: translateX(-50%);
}

.slider::before {
  content: "< >";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit-box svg {
  width: 100px;
}
.hero-button {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.hero-button:hover {
  background: linear-gradient(to right, #06416e, #0098de 50%, #06416e);
  border: 2px solid transparent !important;
}
/* Extra Button */

.pill-link--blue {
  background-color: #dfeafe;
  color: var(--secondary-color);
}
.pill-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  border-radius: 9999px;
  padding: 10px 15px 10px 10px;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}
.pill-link:hover {
  color: var(--secondary-color);
}
.pill-link__pill {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 24px;
  background: var(--secondary-color) !important;
  color: white;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.pill-link__pill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: linear-gradient(
    to right,
    transparent,
    #00baf1,
    transparent
  );
  z-index: -2;
  animation: shine 1s linear infinite;
}
@keyframes shine {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}
.pill-link__text {
  margin-left: 10px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.pill-link__icon svg {
  width: 15px;
  margin-left: 5px;
}

.single-two-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Breadcrumb Section */
.breadcrumb-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0 100px 0;
  text-align: center;
  color: #fff;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
}

.breadcrumb-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.breadcrumb-custom {
  background: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  padding: 7px 20px;
  font-size: 1rem;
  color: #333;
}

.breadcrumb-custom a {
  color: var(--primary-color);
  text-decoration: none;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb-custom .breadcrumb-icon {
  margin: 0 8px;
  color: var(--primary-color);
}

.breadcrumb-custom span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .breadcrumb-title {
    font-size: 1.7rem;
  }

  .breadcrumb-custom {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}
/* Why Choose Us Section */
.service-card {
  border: 2px solid var(--primary-color);
  padding: 30px 20px 20px 20px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.icon-wrapper {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 60px;
  height: 60px;
}

.circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.circle img {
  width: 50px;
  height: 50px;
}

.service-content {
  margin-top: 20px;
}

.service-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 14px;
  text-align: center;
  color: #555;
}
/* Mision Vision Section */
.left-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.icon-circle {
  width: 120px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-right: 15px;
}
.icon-circle svg {
  width: 50px;
  height: 50px;
}
.mission-section-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.section-text {
  font-size: 14px;
  color: #666;
}
.right-side-mission-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-block {
  display: flex;
  align-items: center;
  margin-left: -40px;
}
.content-block :nth-last-child(1) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .left-image {
    min-height: 300px;
  }
}
/* ------------- Gallery Section Start ------------------ */

.gallery-section {
  text-align: center;
  padding: 20px;
  background: #fff;
}
/* .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px;
} */
.home__gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}
.home__gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}
/* Contact Section Start */

.contact-sidebar.page-contact-sidebar {
  transition: all 0.3s ease-in-out;
}

.contact-info-item {
  border: 1px solid #12223b30;
  border-radius: 40px;
  padding: 30px;
  height: 100%;
}

.contact-info-item .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.contact-info-item .icon-box svg {
  max-width: 65px;
}
.contact-info-body {
  text-align: center;
}
.contact-info-body h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.contact-info-body p {
  margin-bottom: 5px;
}
.contact-info-body a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #7f7f7f;
}

.contact-info-body p:last-child {
  margin-bottom: 0;
}

.contact-social-list {
  margin-bottom: 100px;
}

.contact-social-list h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 30px;
}

.contact-social-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-social-list ul li {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.contact-social-list ul li:last-child {
  margin-right: 0;
}

.contact-social-list ul li a {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.contact-sidebar.page-contact-sidebar .contact-social-list ul li:hover a {
  border-color: var(--white-color);
  color: var(--white-color);
}

.contact-social-list ul li a i {
  font-size: 18px;
}

.contact-sidebar.page-contact-sidebar .contact-info-image {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.contact-sidebar.page-contact-sidebar .contact-info-image img {
  width: 100%;
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

.contact-sidebar.page-contact-sidebar:hover .contact-info-image img {
  filter: grayscale(80%);
}
.contact-form-title {
  margin-bottom: 20px;
}
@media (width < 640px) {
  .service__call--sticky {
    flex-direction: column !important;
  }
  .navbar > .container {
    flex-wrap: nowrap;
  }
}
/* ********************* */
@media (max-width: 992px) {
  .grid-container {
    grid-template-columns: auto auto !important;
  }
  .item1 {
    grid-column: 1 / span 2;
  }
}
@media (width< 992px) {
  .feuture.back-blur {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .feuture {
    min-height: fit-content;
    padding: 20px 10px;
  }

  .feuture.back-blur img {
    width: 150px;
    height: fit-content;
  }

  .dividers {
    display: none;
  }
  .banner-contents {
    padding-top: 140px !important;
    width: 80% !important;
  }

  /* .footer {
    padding: 40px 100px 40px 0px !important;
  } */
  .navbar {
    padding: 5px 0 !important;
  }
  .quality-content {
    margin-top: 1.5rem;
  }
  .map-section {
    margin-top: 1rem;
  }
  .step-item {
    margin-top: 15px;
  }
  .inner-services-content {
    padding-top: 30px;
  }

  .footer-social-icons {
    margin-bottom: 20px;
  }
  .footer-quick-links {
    margin: 30px 0;
  }
  .social-icons,
  .divider {
    display: none !important;
  }
  .top-gaping {
    padding-top: 30px !important;
  }
  .right-side-mission-content {
    padding-top: 50px !important;
  }
  .content-block {
    margin-left: 0px !important;
  }
  .dual-contact-btns {
    margin-bottom: 35px !important;
  }
  .section-title {
    text-align: left !important;
  }
  .about-image {
    width: 100% !important;
  }
  .footer {
    padding-left: 30px;
  }
  .before-after-container {
    width: 100%;
    margin-left: 0;
    height: 40vh;
  }
  .home-form-heading {
    text-align: left !important;
    padding: 30px 0;
  }
  .about-section {
    padding-bottom: 150px !important;
  }
  .map {
    padding-top: 30px;
  }
  .service-card {
    margin-top: 35px;
  }
  .process-container img {
    width: 100% !important;
  }
  .angled-line-1,
  .angled-line {
    display: none;
  }
  .pool-title-para {
    width: 90% !important;
    margin-left: 0% !important;
  }
  .xs-form-group .xs-btn-wraper {
    display: flex;
    justify-content: flex-start !important;
  }
}
@media (width<768px) {
  .item1 {
    grid-column: 1 / span 1 !important;
  }
  .grid-container {
    grid-template-columns: auto !important;
  }
  .hero-banner {
    height: 80vh !important;
  }
  .banner-contents {
    width: 100% !important;
    padding-left: 1rem !important;
  }
  .feuture.back-blur {
    flex-direction: column !important;
  }
  .footer-bottom {
    display: block !important;
    text-align: center;
  }
  .footer-quick-links h4 {
    margin-top: 45px;
    margin-bottom: 10px !important;
  }
  .banner-contents h2 {
    font-size: 32px !important;
    line-height: 100%;
  }
  .quality-list {
    display: flex;
    flex-direction: column;
  }
  .design-by,
  .footer-bottom p {
    text-align: center;
  }
  .footer {
    padding-left: 5px;
  }
  .no-image {
    text-align: center !important;
  }
  .category-btn {
    font-size: 9px !important;
  }
  .pool-title-para {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .process-title {
    font-size: 1rem !important;
  }
  .pool-title {
    font-size: 18px !important;
    line-height: 100% !important;
  }
  .info-box h2 {
    font-size: 16px;
  }
  .info-box p {
    font-size: 14px;
  }
  .long-btn a .theme-btn {
    font-size: 9px !important;
  }
  .pt-80 {
    padding-top: 50px !important;
  }
  .pb-80 {
    padding-bottom: 50px !important;
  }
}
@media (width<1200px) {
  .newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-testimonial-item {
    height: 350px;
  }

  .nav-btn {
    display: none;
  }
  .navbar .nav-link {
    margin: 0 !important;
  }
}
.breadcrumb-custom span.service-text {
  color: var(--primary-color);
}
/* Inner Services Section  */
.inner-service-hero-section {
  background: #d9f6ff;
}
.inner-service-hero-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}

.inner-service-hero-subtext {
  font-size: 16px;
  margin-top: 20px;
}
.inner-services-image {
  overflow: hidden;
  border-radius: 10px;
}
.dual-contact-btns {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.btn-call {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}

.btn-call {
  background: transparent;
  border: none;
  border: 1px solid var(--secondary-color);
}

.info-box-1 {
  border-radius: 16px;
  padding: 30px 40px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #ffffff;
  color: var(--primary-color);
  /* background-image: linear-gradient(45deg, var(--primary-color), #2e80fb); */
  box-shadow: 10px 10px 30px 0 rgba(0, 15, 39, 0.1);
  height: 100%;
}

.info-box-1 img {
  width: 80px;
  margin-bottom: 20px;
  filter: invert(1);
}

.info-text {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767px) {
  .inner-service-hero-title {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  /* .breadcrumb-custom a i {
    display: none;
  } */
  .breadcrumb-custom a,
  .breadcrumb-custom span {
    font-size: 9px;
  }
}
.we-offer-list {
  padding-left: 20px;
}
.we-offer-list li {
  margin: 15px 0;
  list-style-type: none;
  position: relative;
  color: #4b4b4b;
  padding-left: 20px;
}

.we-offer-list li::before {
  content: "\f111";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 8px;
}
.we-offer-list li span {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 16px;
  margin-right: 5px;
}
button.theme-btn {
  color: #fff !important;
}
.home-form-section {
  display: block;
  padding: 50px 0;
  background-image: linear-gradient(180deg, #0006, #06416e),
    url(../img/footer-image.avif);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow-x: hidden;
}

.home-form-title {
  margin-bottom: 10px;
}
.home-form-heading h2 {
  color: #fff !important;
  font-size: 2.5rem;
}
.home-form-content p {
  color: #fff;
}

.pool-title-para {
  width: 60%;
  margin-left: 20%;
  margin-top: 20px !important;
  text-align: center;
}
.pool-title {
  font-size: 32px;
}
.inner-services-content .section-title {
  text-align: left !important;
}

.process-container {
  width: 80%;
  margin-left: 10%;
}
.process-container img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.process-step:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}

.process-title {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.angled-line {
  position: relative;
  width: 60%;
  margin-left: 20%;
  height: 6px;
  background-color: #00aaff;
  margin-top: 50px;
}

/* Left upward hook */
.angled-line::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background-color: #00aaff;
  bottom: 100%;
  left: 0;
}

/* Right downward hook */
.angled-line::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background-color: #00aaff;
  top: 100%;
  right: 0;
}
.angled-line-1 {
  position: relative;
  width: 60%;
  margin-left: 20%;
  height: 6px;
  background-color: #00aaff;
  margin-top: 50px;
}

/* Right upward hook */
.angled-line-1::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background-color: #00aaff;
  top: 100%;
  left: 0;
}

/* Left downward hook */
.angled-line-1::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background-color: #00aaff;
  bottom: 100%;
  right: 0;
}

/* Offer Sticky */
#offer-box {
  width: 300px;
  background-color: #e6f3fc;
  border: 2px solid #ddd;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.progress {
  width: 75%;
  height: 10px;
}
.progress-bar {
  background-color: #1e90ff;
}
.days-left {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.offer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.dollar {
  font-weight: 600;
  margin-top: 10px;
}
.estimate-container {
  display: grid;
  margin-top: 1rem;
}

.estimate-button {
  background-color: #0dcaf0;
  color: #fff;
  border: none;
  font-size: 17px;
  text-align: center;
  padding: 5px;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.estimate-button:hover {
  background-color: #31d2f2;
}
#xs_contact_service {
  overflow: hidden;
}
/* Before After Section */
.slider-example-relative-size {
  --default-handle-width: clamp(40px, 10vw, 200px);
  width: 100%;
}
img-comparison-slider {
  --divider-width: 2px;
  --divider-color: #ffffff;
  --default-handle-color: #fff;
  --default-handle-opacity: 0.7;
  border-radius: 15px;
  outline: none;
  width: 100%;
  height: 500px;
}
.points-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.points-list li {
  font-size: 12px;
}
.points-list li::before {
  content: "*";
  font-family: "Font Awesome 5 Free";
  color: orangered;
  margin-right: 10px;
}
.advantage-img {
  display: none;
}
.highlight-text {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 18px;
}

/* Table */
.table-custom th {
  background-color: var(--secondary-color);
  color: white;
  vertical-align: middle;
  text-align: center;
}
.value-prop {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 600;
  vertical-align: middle;
}
.benefit {
  background-color: #f8f8f8;
  vertical-align: middle;
}
.table-image img {
  border-radius: 10px;
}
/* Color Box */
.color-box {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
  border-radius: 10px;
}

.color-box span {
  position: absolute;
  bottom: 10px;
  font-size: 0.95rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2px 8px;
  border-radius: 5px;
}

.sapphire-blue {
  background-color: #4aa3d5;
}
.lagoon-blue {
  background-color: #9ad5f4;
}
.athol-blue {
  background-color: #a6deee;
}
.dove-grey {
  background-color: #b3b6af;
}
.sand {
  background-color: #efe2b7;
}
.before-image img,
.after-image img {
  border-radius: 10px;
}
.image-1,
.image-2 {
  width: 100%;
}
.image-1 img,
.image-2 img {
  border-radius: 10px;

  width: 100%;
  height: 400px;
  object-fit: cover;
}
.disclaimer span {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
}
.hightlighted-para {
  background: var(--primary-color);
  border-radius: 10px;
  padding: 20px;
  color: #ffffff;
}
.number-btn a {
  position: relative;
  z-index: 100;
}
