.site-main {
  padding: 40px 40px;
}

/*=============================
	Breadcrumb
===============================*/
.breadcrumb-bg {
  background-size: cover;
  background-position: top center;
  padding: 60px 0 60px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 20px; */
}
.breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #03091b;
  opacity: 0.5;
  z-index: -1;
}

.breadcrumb-content {
  text-align: center;
}
.breadcrumb-content .title {
  margin-bottom: 0;
  color: var(--e-global-color-63a6db0);
  font-size: 44px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.breadcrumb-content .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb-content .breadcrumb {
  color: var(--e-global-color-accent);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.breadcrumb-content .breadcrumb span {
  color: var(--e-global-color-accent);
}

.breadcrumb-content .breadcrumb {
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
  margin: 15px 0 0;
}

.breadcrumb-content .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

/* about-five */

.about-img-wrap {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.about-img-wrap img:nth-child(1) {
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0% 100%, 0 100%);
}

.about-img-wrap img:nth-child(2) {
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -25%;
  top: 14%;
}

.about-img-wrap .experience-wrap {
  background: var(--e-global-color-primary);
  max-width: 165px;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-img-wrap .experience-wrap .title {
  margin-bottom: 0;
  color: var(--e-global-color-63a6db0);
  font-size: 42px;
  text-align: center;
  line-height: 1;
}

.about-img-wrap .experience-wrap .title span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.counter-item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 95px;
  background: #d5ddec;
}
.counter-item .elementor-counter-number {
  position: relative;
  z-index: 1;
}

.counter-item .elementor-counter-number::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -7px;
  width: 50px;
  height: 50px;
  background: #dce7ff;
  border-radius: 50%;
  z-index: -1;
}

/* testimonial-four */
.testimonial-bg-four {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-img-four {
  position: relative;
  z-index: 1;
  padding-left: 42px;
}
.testimonial-img-four::before {
  content: "";
  position: absolute;
  bottom: 1px;
  background: #fff9e4;
  border-radius: 50%;
  z-index: -1;
  width: 320px;
  height: 320px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-img-four .icon {
  position: absolute;
  left: 7%;
  top: 18%;
  width: 80px;
  height: 80px;
  background: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 59% 41% 28% 72% / 38% 37% 63% 62%;
}
.testimonial-img-four .shape {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -2;
}
.testimonial-item-four {
  position: relative;
}
.testimonial-content-four .rating {
  display: flex;
  align-items: center;
  color: #ffb930;
  gap: 5px;
  margin-bottom: 35px;
  margin-top: 40px;
}
.testimonial-content-four > p {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
  font-style: italic;
  color: var(--e-global-color-63a6db0);
}
.testimonial-content-four .testimonial-info span::before {
  display: none;
}
.testimonial-content-four .testimonial-info span {
  padding-bottom: 0;
  color: var(--e-global-color-accent);
}
.testimonial-content-four .testimonial-info {
  position: relative;
  padding-left: 16px;
}
.testimonial-content-four .testimonial-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 40px;
  border-radius: 4px;
  background: var(--e-global-color-primary);
}
.testimonial-content-four .testimonial-info .title {
  color: var(--e-global-color-63a6db0);
}

.testimonial-nav-four {
  display: none;
  flex-direction: column;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  gap: 15px;
  z-index: 9;
}
.testimonial-nav-four .swiper-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f2d6a;
  border: none;
  border-radius: 50%;
  color: var(--e-global-color-63a6db0);
  font-size: 22px;
  line-height: 0;
}
.testimonial-nav-four .swiper-arrow:hover {
  background: var(--e-global-color-primary);
}

.testimonial-shape-wrap-four img {
  position: absolute;
  z-index: -1;
}
.testimonial-shape-wrap-four img:nth-child(1) {
  left: 0;
  bottom: 0;
}
.testimonial-shape-wrap-four img:nth-child(2) {
  right: 0;
  top: 0;
}

.brand-item {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-item img {
  cursor: pointer;
  filter: grayscale(0);
  opacity: 1;
}
.brand-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}
/* // single Project */

.single-project-page-wrapper {
  position: relative;
}

.single-project-page-wrapper .bg-image {
  height: calc(100vh - 200px);
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.single-project-page-wrapper .bg-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(224 18 95 / 12%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.single-project-page-wrapper .info-wrapper {
  box-sizing: border-box;
  overflow: hidden;
}

.single-project-page-wrapper .info-title {
  display: inline;
  position: relative;
  margin: 10px 0;
}
.single-project-page-wrapper .info-title span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.single-project-page-wrapper .info-title::after {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  content: "";
  left: 100%;
  width: 100vw;
  height: 0.13rem;
  margin-left: 1.5rem;
  background-color: var(--e-global-color-primary);
}
.single-project-page-wrapper .title {
  text-transform: capitalize;
  margin: 10px 0 20px;
  font-weight: 700;
  font-size: 35px;
}

.project-details-wrapper p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.project-details-wrapper .details-title {
  font-weight: normal;
  margin-bottom: 5px;
}
.project-images .project-image .image-wrapper {
  width: 100%;
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
  height: 300px;
}
.project-images .project-image p {
  margin: 15px 0;
  font-size: 14px;
}

.section-title span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  background: #ffffff;
  color: var(--e-global-color-primary);
  border-radius: 50px;
  padding: 4px 0;
  margin-bottom: 12px;
}
.section-title .title {
  font-weight: 800;
  font-size: 32px;
  margin: 0;
}
/* Project box */

.projects__project {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.projects__project:before {
  content: "";
  padding-top: 350px;
  display: block;
}

.projects__photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  background-color: #555;
}

.projects__photo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
  padding: 0;
}

.projects__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  text-align: left;
}

.projects__info h4 {
  font-size: 25px;
  line-height: 24px;
  margin: 0 !important;
  color: #fff;
  font-weight: 600;
}

.projects__info p {
  margin: 5px 0 0 0 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}

/* //services */

.services-item {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 25px 35px 35px;
}
.services-content .content-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.services-content .content-top .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--e-global-color-accent);
  font-size: 30px;
  color: var(--e-global-color-primary);
  line-height: 0;
  margin-right: 15px;
  transition: 0.3s ease-in;
}
.services-item:hover .services-content .content-top .icon {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-63a6db0);
}
.services-content .content-top .title {
  margin-bottom: 0;
  font-size: 24px;
}
.services-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.services-thumb img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}
.services-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-primary);
  opacity: 0;
  transition: 0.3s linear;
}
.services-item:hover .services-thumb::before {
  opacity: 0.8;
}
.services-thumb .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-color: var(--e-global-color-63a6db0);
  margin-top: -100px;
  opacity: 0;
  visibility: hidden;
  color: var(--e-global-color-63a6db0);
  font-size: 18px;
  font-weight: 600;
}
.services-thumb .btn::before {
  background: var(--e-global-color-63a6db0);
}
.services-thumb .btn::after {
  /* color: var(--e-global-color-primary); */
}
.services-thumb .btn:hover {
  /* color: var(--e-global-color-primary); */
}
.services-item:hover .services-thumb .btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.services-content .list-wrap li {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.services-content .list-wrap li:last-child {
  margin-bottom: 0;
}
.services-content .list-wrap li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  margin-right: 10px;
  flex: 0 0 auto;
}

.services-content .list-wrap {
  margin: 0px;
  padding: 0px;
}
.service-slider .swiper-slide {
  height: auto;
}

/* services-sidebar */

.services-sidebar {
  padding-right: 20px;
}
.services-cat-list .list-wrap li {
  margin-bottom: 10px;
}
.services-cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.services-cat-list .list-wrap li a {
  border: 1px solid #e0e6f2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 22px;
  background: var(--tg-white);
  font-weight: 600;
  font-size: 18px;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
}
.services-cat-list .list-wrap li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services-cat-list .list-wrap li a i {
  margin-left: 10px;
  font-size: 22px;
  line-height: 0;
  transition: all 0.3s ease-out 0s;
}
.services-cat-list .list-wrap li.active a,
.services-cat-list .list-wrap li a:hover {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-63a6db0);
  border-color: var(--e-global-color-primary);
}
.services-cat-list .list-wrap li.active a i,
.services-cat-list .list-wrap li a:hover i {
  color: var(--e-global-color-63a6db0);
}
.services-widget {
  background: #f8faff;
  border-radius: 10px;
  padding: 30px 30px 35px;
  margin-bottom: 30px;
}
.services-widget:last-child {
  margin-bottom: 0;
}
.services-widget .sw-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.services-widget .sw-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: var(--e-global-color-primary);
  border-radius: 4px;
}
.services-brochure-wrap p {
  margin-bottom: 15px;
}
.services-widget .list-wrap {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*=============================
	23. Contact
===============================*/
.contact-bg {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.contact-content p {
  margin-bottom: 0;
}
.form-wrapper .form-grp {
  margin-bottom: 15px;
}
.form-wrapper .form-grp textarea,
.form-wrapper .form-grp input {
  width: 100%;
  border: 1px solid #d5dae4;
  border-radius: 4px;
  background: var(--e-global-color-63a6db0);
  color: var(--e-global-color-secondary);
  font-weight: 500;
  font-size: 13px;
  padding: 12px 18px;
  height: 48px;
  display: block;
}
.form-wrapper .form-grp textarea:focus-visible,
.form-wrapper .form-grp input:focus-visible {
  outline: none;
  border-color: #9097ca;
}

.form-wrapper .form-grp textarea::placeholder,
.form-wrapper .form-grp input::placeholder {
  font-weight: 500;
  font-size: 13px;
}
.form-wrapper .form-grp textarea {
  min-height: 96px;
  max-height: 96px;
}
.form-wrapper button {
  border: none;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--e-global-color-accent);
  text-transform: uppercase;
  background: var(--e-global-color-primary);
  padding: 14px 20px;
}
.form-wrapper label {
  padding-bottom: 10px;
}
.acceptance-text {
  text-align: center;
}
.acceptance-text a {
  font-weight: 600;
  text-decoration: underline;
}
/* Contractor card slider */
.card-wrapper-box .swiper-slide {
  height: auto;
}
.card-wrapper-box .contractor-box {
  display: block;
  padding: 30px 20px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0 0 25px;
  height: 100%;
}

.card-wrapper-box .contractor-box_title {
  overflow: hidden;
  font-weight: 600;
  font-size: 21px;
  color: var(--e-global-color-secondary);
  z-index: 2;
  position: relative;
  font-family: "Urbanist";
  padding: 0 0 10px;
  text-transform: capitalize;
}

.card-wrapper-box .contractor-box_skills {
  font-size: 14px;
  margin: 10px 0;
}
.card-wrapper-box .contractor-box_team {
  gap: 5px;
  font-size: 15px;
  padding: 10px 0;
}
.card-wrapper-box .contractor-box_team svg {
  width: 30px;
  fill: #e0125f;
}

.card-wrapper-box .contractor-box_location {
  font-size: 16px;
  padding-bottom: 10px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}
.card-wrapper-box .contractor-box_team span {
  font-weight: bold;
  color: #e0125f;
}
.card-wrapper-box .contractor-box_location span {
  font-weight: bold;
}
.card-wrapper-box {
  padding-bottom: 60px;
}
.card-wrapper-box .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.card-wrapper-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-right: 5px;
}

.card-wrapper-box .swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);
}

.services-archive {
  background: #f8faff;
}

.footer-menu-heading {
  position: relative;
}

.footer-menu-heading:after {
  position: absolute;
  content: "";
  height: 3px;
  background: #bcbec0;
  bottom: 0px;
  width: 100%;
  max-width: 140px;
}

.service-slider {
  padding-bottom: 60px;
}
.service-slider .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.service-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
}

.service-slider .swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);
}

.counter-item .elementor-counter-title {
  text-align: center;
}

/*=============================
  11.
  Features
  ===============================*/

.features-item {
  border: 1px solid #b6c1db;
  border-radius: 10px;
  padding: 35px 50px;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  height: 100%;
}
.features-item::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -5px;
  background: #f1f4fc;
  border: 1px solid #b6c1db;
  border-radius: 8px;
  height: 70px;
  z-index: -1;
  transition: 0.3s ease-in;
}
.features-item::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -10px;
  background: #dfe5f0;
  border: 1px solid #b6c1db;
  border-radius: 8px;
  height: 70px;
  z-index: -2;
  transition: 0.3s ease-in;
}
.features-item:hover::after,
.features-item:hover::before {
  bottom: 3px;
}
.features-content .content-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.features-content .content-top .icon {
  font-size: 50px;
  line-height: 0;
  position: relative;
  color: var(--e-global-color-primary);
  z-index: 1;
  margin-right: 15px;
}
.features-content .content-top .icon::before {
  content: "";
  position: absolute;
  left: -13px;
  top: -15px;
  width: 46px;
  height: 46px;
  background: #e6eeff;
  z-index: -1;
  border-radius: 50%;
  transition: 0.3s ease-in;
}
.features-item:hover .features-content .content-top .icon::before {
  left: 0;
  top: 0;
}
.features-content .content-top .title {
  font-size: 22px;
  margin-bottom: 0;
}
.features-content p {
  margin-bottom: 0;
  color: #667594;
}
