@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  padding-right: 2rem !important;
  background-color: #fff;
  background-image: url("../images/arow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 1.25rem 1.25rem;
}

.orange-btn {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  background: var(--Orange, #e3711b);
  padding: 0.856rem 1rem;
  border: 1px solid #e3711b;
}
.orange-btn:hover {
  color: #fff;
}

.orange-border-btn {
  color: var(--Orange, #e3711b);
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0.3125rem;
  border: 1px solid var(--Orange, #e3711b);
  padding: 0.856rem 1rem;
  transition: all 0.3s ease-in-out;
}
.orange-border-btn:hover {
  background-color: #e3711b;
  color: #fff;
}

.white-btn {
  color: var(--Orange, #e3711b);
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  background: var(--White, #fff);
  padding: 0.856rem 1rem;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}
.white-btn:hover {
  color: #e3711b;
}
.white-btn img {
  width: 0.875rem;
  height: 0.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.whit-border-btn {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  border: 1px solid var(--White, #fff);
  background-color: transparent;
  padding: 0.856rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  transition: all 0.3s ease-in-out;
}
.whit-border-btn img {
  width: 0.875rem;
  height: 0.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.whit-border-btn:hover {
  color: #e3711b;
  background-color: #fff;
}

h2 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

p {
  color: var(--Body-Text, #555);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0;
}

header {
  padding: 0.94rem 0;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px 0px;
}
header button {
  display: none;
}
header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
header .header-content-wraper .logo-wraper {
  display: table;
}
header .header-content-wraper .logo-wraper a {
  display: table;
}
header .header-content-wraper .logo-wraper a img {
  width: 7.25rem;
  height: 4.625rem;
  overflow: hidden;
}
header .header-content-wraper .right-content-wraper {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
header .header-content-wraper .right-content-wraper ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-content-wraper .right-content-wraper ul li {
  color: var(--Body-Text, #555);
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header-content-wraper .right-content-wraper ul li.current-menu-item a {
  color: var(--Orange, #e3711b);
}
header .header-content-wraper .right-content-wraper ul li a {
  color: var(--Body-Text, #555);
  padding: 0.625rem;
}
header .header-content-wraper .right-content-wraper ul li a:hover {
  color: var(--Orange, #e3711b);
}

footer {
  padding: 3.75rem 0 1.24706rem;
  background: #001528;
}
footer .footer-top-content-wraper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.82rem;
}
footer .footer-top-content-wraper .left-side-content {
  max-width: 33.125rem;
  width: 100%;
}
footer .footer-top-content-wraper .left-side-content a.logo {
  display: table;
}
footer .footer-top-content-wraper .left-side-content a.logo img {
  width: 13.9375rem;
  height: 8.93rem;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-top-content-wraper .left-side-content h5 {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1.88rem 0 1.5rem;
}
footer .footer-top-content-wraper .left-side-content .form-wraper {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0.75rem;
  background: transparent;
}
footer .footer-top-content-wraper .left-side-content .form-wraper input:not([type=submit]) {
  width: 100%;
  height: 3.75rem;
  padding: 0.27956rem 0.25rem 0.22044rem 1rem;
  border-radius: 0.75rem;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
  padding-right: 4.5rem;
}
footer .footer-top-content-wraper .left-side-content .form-wraper input:not([type=submit])::-moz-placeholder {
  color: #909090;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer-top-content-wraper .left-side-content .form-wraper input:not([type=submit])::placeholder {
  color: #909090;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer-top-content-wraper .left-side-content .form-wraper input[type=submit] {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.375rem;
  background: var(--Blue, #09297d);
  font-size: 0px;
  background-image: url(../images/send-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem 1.5rem;
  position: absolute;
  top: 4px;
  bottom: auto;
  right: 0.25rem;
  margin: auto;
}
footer .footer-top-content-wraper .right-side-content {
  display: grid;
  grid-template-columns: 12rem 12rem auto;
  gap: 2.5rem;
}
footer .footer-top-content-wraper .right-side-content .menu-content {
  width: 100%;
}
footer .footer-top-content-wraper .right-side-content .menu-content h5 {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 2rem;
}
footer .footer-top-content-wraper .right-side-content .menu-content ul li {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8rem;
  margin-bottom: 1.5rem;
}
footer .footer-top-content-wraper .right-side-content .menu-content ul li:last-child {
  margin: 0;
}
footer .footer-top-content-wraper .right-side-content .menu-content ul li a {
  color: var(--White, #fff);
}
footer .footer-top-content-wraper .right-side-content .menu-content ul li a:hover {
  color: var(--White, #fff);
}
footer .footer-bottom-content-wraper {
  padding-top: 1.25rem;
  border-top: 1px solid #7f7f7f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
footer .footer-bottom-content-wraper h6 {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  text-transform: capitalize;
  margin: 0;
}
footer .footer-bottom-content-wraper ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
footer .footer-bottom-content-wraper ul li {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  text-transform: capitalize;
}
footer .footer-bottom-content-wraper ul li a {
  color: var(--White, #fff);
}
footer .footer-bottom-content-wraper ul li a:hover {
  color: var(--White, #fff);
}

section.inner-banner {
  position: relative;
  overflow: hidden;
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(265deg, rgba(16, 16, 16, 0) 4.37%, #101010 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
section.inner-banner img.inner-bg {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner-banner img.pabs-img {
  width: 14rem;
  height: 15.7195rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 3.15rem;
  left: 0;
}
section.inner-banner .inner-content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.75rem;
  z-index: 99;
}
section.inner-banner .inner-content-wraper h1 {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
  /* 116.667% */
  text-transform: capitalize;
  margin-bottom: 1rem;
}
section.inner-banner .inner-content-wraper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1rem;
}
section.inner-banner .inner-content-wraper ul li {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
section.inner-banner .inner-content-wraper ul li::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 0.1875rem;
  bottom: 0;
  right: -0.9rem;
  margin: auto;
  background-image: url(../images/arow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.inner-banner .inner-content-wraper ul li:last-child::after {
  display: none;
}
section.inner-banner .inner-content-wraper ul li a {
  padding: 0.625rem;
  color: #e3711b;
}
section.inner-banner .inner-content-wraper ul li span {
  display: block;
  padding: 0.625rem;
  color: var(--White, #fff);
  transition: all 0.3s ease-in-out;
}
section.inner-banner .inner-content-wraper ul li span:hover {
  color: #e3711b;
}

section.home-banner {
  position: relative;
  overflow: hidden;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(265deg, rgba(16, 16, 16, 0) 42.62%, #101010 100%);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner img.bg-img {
  width: 100%;
  height: 43.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner img.pabs-img {
  width: 14rem;
  height: 15.7195rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 12rem;
  left: 0;
  margin: auto;
}
section.home-banner .banner-contemt-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  z-index: 99;
}
section.home-banner .banner-contemt-wraper h1 {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
  /* 116.667% */
  text-transform: capitalize;
  margin-bottom: 1rem;
}
section.home-banner .banner-contemt-wraper p {
  max-width: 34.875rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 156.25% */
}
section.home-banner .banner-contemt-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  margin-top: 1.88rem;
}

section.home-sec2 {
  padding-top: 6.25rem;
  overflow: hidden;
  position: relative;
}
section.home-sec2 .col-lg-6:nth-child(2) {
  padding-left: 1.875rem;
}
section.home-sec2 img.left-img {
  width: 100%;
  height: 26.5625rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec2 img.pabs-img {
  width: 5.75rem;
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -7.3rem;
  right: 0;
}
section.home-sec2 h2 {
  margin-bottom: 1rem;
}
section.home-sec2 p {
  max-width: 38.125rem;
  margin-bottom: 1.5rem;
}
section.home-sec2 p + p {
  margin-bottom: 1.88rem;
}

section.home-sec3 {
  padding-top: 6.25rem;
}
section.home-sec3 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.88rem;
}
section.home-sec3 ul li h5 {
  color: var(--Orange, #e3711b);
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.88rem;
}
section.home-sec3 ul li strong {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1rem;
  display: block;
}
section.home-sec3 ul li p {
  max-width: 16.375rem;
  line-height: 1.5rem;
  /* 150% */
}

section.home-sec4 {
  padding: 6.25rem 0;
}
section.home-sec4 .row {
  gap: 1.88rem 0;
}
section.home-sec4 .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.88rem;
}
section.home-sec4 .services-overview-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
section.home-sec4 .services-overview-box a.pabs {
  position: absolute;
  inset: 0;
  z-index: 99;
}
section.home-sec4 .services-overview-box:hover::after {
  opacity: 1;
}
section.home-sec4 .services-overview-box:hover .text-wraper p {
  bottom: 0%;
}
section.home-sec4 .services-overview-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(4, 4, 4, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
section.home-sec4 .services-overview-box img.main-img {
  width: 100%;
  height: 18.8125rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .services-overview-box img.main-img.extra-hight {
  height: 39.5rem;
}
section.home-sec4 .services-overview-box .text-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.87rem;
  z-index: 99;
}
section.home-sec4 .services-overview-box .text-wraper h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
section.home-sec4 .services-overview-box .text-wraper p {
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  position: relative;
  bottom: -100%;
  transition: all 0.3s ease-in-out;
}
section.home-sec4 .services-overview-box .text-wraper p img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec5 {
  padding: 5rem 0;
  background: #f3f6ff;
}
section.home-sec5 .row {
  gap: 1.38rem 0;
}
section.home-sec5 .flex-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
section.home-sec5 .review-cart {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.875rem;
}
section.home-sec5 .review-cart p {
  padding: 1.87rem 0 1.44rem;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1.44rem;
  background-image: url(../images/quotation-icon.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.25rem 1.25rem;
}
section.home-sec5 .review-cart .profile-wraper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4.5rem;
}
section.home-sec5 .review-cart .profile-wraper .profile {
  display: table;
}
section.home-sec5 .review-cart .profile-wraper .profile img {
  width: 2.8125rem;
  height: 2.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec5 .review-cart .profile-wraper .profile span {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 156.25% */
  display: block;
  margin-top: 0.25rem;
  white-space: nowrap;
}
section.home-sec5 .review-cart .profile-wraper ul {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}
section.home-sec5 .review-cart .profile-wraper ul li {
  display: table;
}
section.home-sec5 .review-cart .profile-wraper ul li img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec6 {
  padding-top: 6.25rem;
}
section.home-sec6.pt-0 {
  padding-top: 0;
}
section.home-sec6 .full-wraper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.home-sec6 .full-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(83deg, #000 19.47%, rgba(0, 0, 0, 0) 97.35%);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-sec6 .full-wraper img.bg-img {
  width: 100%;
  height: 27.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 .full-wraper .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
}
section.home-sec6 .full-wraper .content-wraper h2 {
  color: #fff;
  margin-bottom: 1rem;
}
section.home-sec6 .full-wraper .content-wraper h6 {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
section.home-sec6 .full-wraper .content-wraper p {
  color: #fff;
  margin-bottom: 1.88rem;
}

section.home-sec7 {
  padding: 6.25rem 0;
}
section.home-sec7 h2 {
  margin-bottom: 1.88rem;
}
section.home-sec7 .marquee {
  background-color: #fff;
  overflow: hidden;
}
section.home-sec7 .marquee .marquee-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: -moz-max-content;
  width: max-content;
}
section.home-sec7 .marquee .marquee-inner figure {
  flex: 0 0 auto;
  width: 23.0625rem;
  height: 18.375rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
section.home-sec7 .marquee .marquee-inner figure a.pabs {
  position: absolute;
  inset: 0;
  z-index: 99;
}
section.home-sec7 .marquee .marquee-inner figure:hover::after {
  visibility: visible;
  opacity: 1;
}
section.home-sec7 .marquee .marquee-inner figure:hover img.pabs-img {
  visibility: visible;
  opacity: 1;
}
section.home-sec7 .marquee .marquee-inner figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
section.home-sec7 .marquee .marquee-inner figure img.main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
section.home-sec7 .marquee .marquee-inner figure img.pabs-img {
  width: 3.75rem;
  height: 3.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

section.home-sec8 {
  padding: 5rem 0 2.69rem;
  background: #f3f6ff;
}
section.home-sec8 img.left-img {
  width: 100%;
  height: 42.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
section.home-sec8 h2 {
  margin-bottom: 1rem;
}
section.home-sec8 img.captcha {
  width: 16.25rem;
  height: 4.1875rem;
  border-radius: 0.375rem;
  background: #f5f5f5;
  display: block;
  margin: 1.88rem 0 1.88rem;
}
section.home-sec8 .fild-wraper {
  width: 100%;
  margin-bottom: 1.25rem;
}
section.home-sec8 .flex-box {
  display: flex;
  align-items: center;
  gap: 1.87rem;
}
section.home-sec8 label {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 0.44rem;
}
section.home-sec8 input:not([type=submit]),
section.home-sec8 textarea,
section.home-sec8 select {
  width: 100%;
  padding: 1.01rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  background-color: #fff;
  outline: none;
  color: #000;
}
section.home-sec8 input:not([type=submit])::-moz-placeholder, section.home-sec8 textarea::-moz-placeholder, section.home-sec8 select::-moz-placeholder {
  color: #7a7a7a;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.home-sec8 input:not([type=submit])::placeholder,
section.home-sec8 textarea::placeholder,
section.home-sec8 select::placeholder {
  color: #7a7a7a;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.home-sec8 textarea {
  resize: none;
  height: 8.0625rem;
}
section.home-sec8 select {
  color: #7a7a7a;
}

section.about-sec2 {
  padding-top: 6.25rem;
}
section.about-sec2 .col-lg-6:nth-child(2) {
  padding-left: 1.875rem;
}
section.about-sec2 img.left-img {
  width: 100%;
  height: 26.5625rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec2 h2 {
  margin-bottom: 1rem;
}
section.about-sec2 h4 {
  color: var(--Orange, #e3711b);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 1.88rem 0 1rem;
  padding-left: 1.25rem;
  position: relative;
}
section.about-sec2 h4::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #e3711b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
section.about-sec2 p {
  max-width: 38.125rem;
}

section.about-sec4 {
  padding-top: 6.25rem;
}
section.about-sec4 .content-wraper {
  width: 100%;
  background: #f3f6ff;
  padding: 5rem 0;
}
section.about-sec4 .content-wraper h2 {
  margin-bottom: 1rem;
}
section.about-sec4 .content-wraper p {
  max-width: 38.125rem;
  margin-bottom: 1.3rem;
}
section.about-sec4 .content-wraper p + p {
  margin: 0;
}
section.about-sec4 .content-wraper img.right-img {
  width: 100%;
  height: 26.5625rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.about-sec5 {
  padding: 6.25rem 0;
}
section.about-sec5 .row {
  gap: 1.88rem 0;
}
section.about-sec5 .different-cart {
  border-radius: 0.625rem;
  border: 1px solid #e6e6e6;
  padding: 1.875rem 1rem;
  height: 100%;
}
section.about-sec5 .different-cart span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: #ffe9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.about-sec5 .different-cart span img {
  width: 1.625rem;
  height: 1.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec5 .different-cart h4 {
  max-width: 14.125rem;
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
  margin-top: 1.88rem;
}

section.residential-electrical-sec1 {
  padding-top: 6.25rem;
}
section.residential-electrical-sec1 img.right-img {
  width: 100%;
  height: 33.5625rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.residential-electrical-sec1 h2 {
  margin-bottom: 1rem;
}
section.residential-electrical-sec1 h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 1.87rem 0 1rem;
}
section.residential-electrical-sec1 ul li {
  color: var(--Body-Text, #555);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: capitalize;
  padding-left: 1.87rem;
  margin-bottom: 0.62rem;
  position: relative;
}
section.residential-electrical-sec1 ul li:last-child {
  margin: 0;
}
section.residential-electrical-sec1 ul li::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.residential-electrical-sec2 {
  padding-top: 6.25rem;
}
section.residential-electrical-sec2 .orange-box {
  padding: 2.5rem;
  border-radius: 0.625rem;
  background: #ffe9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.88rem;
}
section.residential-electrical-sec2 .orange-box .img-wraper {
  display: table;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.residential-electrical-sec2 .orange-box .img-wraper img {
  width: 37.625rem;
  height: 32.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
section.residential-electrical-sec2 .orange-box .text-wraper {
  max-width: calc(100% - 39.505rem);
  width: 100%;
}
section.residential-electrical-sec2 .orange-box .text-wraper h2 {
  margin-bottom: 1.88rem;
}
section.residential-electrical-sec2 .orange-box .text-wraper ul li {
  color: var(--Orange, #e3711b);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
}
section.residential-electrical-sec2 .orange-box .text-wraper ul li:last-child {
  margin: 0;
}
section.residential-electrical-sec2 .orange-box .text-wraper ul li::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #e3711b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

section.suburbs-sec1 {
  padding-top: 6.25rem;
}
section.suburbs-sec1 h2 {
  margin-bottom: 1rem;
}
section.suburbs-sec1 p {
  margin-bottom: 1.88rem;
}
section.suburbs-sec1 .orange-box {
  padding: 1.875rem 1.25rem;
  border-radius: 0.625rem;
  background: #ffe9d9;
  width: 100%;
}
section.suburbs-sec1 .orange-box ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.88rem 1.25rem;
}
section.suburbs-sec1 .orange-box ul li {
  position: relative;
  color: var(--Orange, #e3711b);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 1.62rem;
}
section.suburbs-sec1 .orange-box ul li::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  background-image: url(../images/location-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.suburbs-sec3 {
  background-color: #fff !important;
  padding: 6.25rem 0 0 !important;
}

section.reviews-sec1 {
  padding-top: 6.25rem;
}
section.reviews-sec1 .row {
  gap: 1.88rem 0;
}
section.reviews-sec1 .review-cart {
  padding: 1.875rem;
  border-radius: 0.625rem;
  background: #f3f6ff;
}
section.reviews-sec1 .review-cart p {
  padding: 1.87rem 0 1.44rem;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1.44rem;
  background-image: url(../images/quotation-icon.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.25rem 1.25rem;
}
section.reviews-sec1 .review-cart .profile-wraper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4.5rem;
}
section.reviews-sec1 .review-cart .profile-wraper .profile {
  display: table;
}
section.reviews-sec1 .review-cart .profile-wraper .profile img {
  width: 2.8125rem;
  height: 2.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.reviews-sec1 .review-cart .profile-wraper .profile span {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 156.25% */
  display: block;
  margin-top: 0.25rem;
  white-space: nowrap;
}
section.reviews-sec1 .review-cart .profile-wraper ul {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}
section.reviews-sec1 .review-cart .profile-wraper ul li {
  display: table;
}
section.reviews-sec1 .review-cart .profile-wraper ul li img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

section.gallery-sec1 {
  padding-top: 6.25rem;
}
section.gallery-sec1 .row {
  gap: 1.88rem 0;
}
section.gallery-sec1 figure {
  width: 100%;
  height: 26.125rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
section.gallery-sec1 figure a.pabs {
  position: absolute;
  inset: 0;
  z-index: 99;
}
section.gallery-sec1 figure:hover::after {
  visibility: visible;
  opacity: 1;
}
section.gallery-sec1 figure:hover img.pabs-img {
  visibility: visible;
  opacity: 1;
}
section.gallery-sec1 figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
section.gallery-sec1 figure img.main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
section.gallery-sec1 figure img.pabs-img {
  width: 3.75rem;
  height: 3.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
section.gallery-sec1 a.orange-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}
section.gallery-sec1 a.orange-btn img {
  width: 0.875rem;
  height: 0.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.contact-sec1 {
  background-color: #fff !important;
  padding: 6.25rem 0 !important;
}

section.contact-sec2 .map-wraper {
  width: 100%;
  height: 34.8125rem;
  overflow: hidden;
}
section.contact-sec2 .map-wraper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .footer-top-content-wraper .left-side-content .form-wraper input[type=submit] {
  border: none;
}

footer .footer-top-content-wraper .left-side-content .form-wraper .wpcf7-response-output {
  margin-top: 12px !important;
  font-size: 12px;
  background: white;
  padding: 5px 0 5px 10px !important;
  border-radius: 22px;
  font-weight: 700;
}
@media (width < 991px) {
  footer .footer-top-content-wraper .left-side-content .form-wraper .wpcf7-response-output {
    padding: 5px 15px !important;
    line-height: 14px;
  }
}
@media (width < 767px) {
  footer .footer-top-content-wraper .left-side-content .form-wraper .wpcf7-response-output {
    text-align: center;
  }
}

.home-sec8 .wpcf7 .wpcf7-response-output {
  margin-top: 20px !important;
  font-size: 15px;
  padding: 8px 15px !important;
  border-radius: 5px;
  font-weight: 500;
}
@media (width < 991px) {
  .home-sec8 .wpcf7 .wpcf7-response-output {
    padding: 10px 15px !important;
    line-height: 14px;
    font-size: 12px;
  }
}
@media (width < 767px) {
  .home-sec8 .wpcf7 .wpcf7-response-output {
    text-align: center;
  }
}
.home-sec8 .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background: red;
  color: white !important;
}
.home-sec8 .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #46b450;
  color: white !important;
}

.common_pg {
  padding: 60px 0;
  color: var(--Body-Text, #555);
  /* --- Responsive Breakpoints --- */
}
.common_pg h2 {
  color: var(--Black, #000);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.common_pg h3 {
  color: var(--Black, #000);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.common_pg h4 {
  color: var(--Black, #000);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.common_pg h5 {
  color: var(--Black, #000);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.common_pg h5 {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.common_pg p {
  margin-bottom: 30px;
}
.common_pg a {
  color: var(--Orange, #e3711b);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.common_pg a:hover {
  color: rgb(181.4212598425, 90.311023622, 21.5787401575);
}
.common_pg ul {
  margin-bottom: 30px;
  padding-left: 25px;
}
.common_pg ul li {
  margin-bottom: 8px;
  color: var(--Body-Text, #555);
  line-height: 1.6;
  list-style: disc;
  color: var(--Body-Text, #555);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.common_pg ul li::marker {
  color: var(--Orange, #e3711b);
}
.common_pg ol {
  margin-bottom: 30px;
  padding-left: 25px;
}
.common_pg ol li {
  margin-bottom: 8px;
  color: var(--Body-Text, #555);
  line-height: 1.6;
  list-style: decimal;
  color: var(--Body-Text, #555);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.common_pg ol li::marker {
  color: var(--Orange, #e3711b);
}
@media (max-width: 1199px) {
  .common_pg h2 {
    font-size: 30px;
  }
  .common_pg h3 {
    font-size: 26px;
  }
  .common_pg h4 {
    font-size: 22px;
  }
  .common_pg h5 {
    font-size: 18px;
  }
  .common_pg h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .common_pg h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .common_pg {
    padding: 40px 0;
  }
  .common_pg h2 {
    font-size: 24px;
    text-align: center;
  }
  .common_pg h3 {
    font-size: 22px;
    text-align: center;
  }
  .common_pg h4 {
    font-size: 20px;
    text-align: center;
  }
  .common_pg h5 {
    font-size: 18px;
    text-align: center;
  }
  .common_pg ul,
  .common_pg ol {
    padding-left: 20px;
  }
}

/* 404 Page Styles */
.page-404 {
  background-color: #f3f6ff;
  /* light grey background */
  color: #333;
  /* dark text */
  padding: 80px 20px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.page-404 h1 {
  font-size: 10rem;
  margin: 0;
  color: #001528;
  line-height: 1;
}

.page-404 h2 {
  font-size: 2.5rem;
  margin: 20px 0 10px;
  color: #001528;
}

.page-404 p {
  font-size: 1.125rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #001528;
}

.green-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 32px;
  border-radius: 100px;
  background: #e37627;
}

.green-btn:hover,
.green-btn:focus {
  color: #fff;
  background-color: #bd6220;
  /* darker hover state */
}

@media (max-width: 768px) {
  .page-404 {
    padding: 60px 15px;
  }
  .page-404 h1 {
    font-size: 6rem;
  }
  .page-404 h2 {
    font-size: 2rem;
  }
  .page-404 p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */