/*
Theme Name: BayJoinery theme
Author: Wastney Media
Author URI: https://www.wastneymedia.com/
Description: Custom bay joinery theme
Version: 1.0.0
Text Domain: bayjoinery
*/
/* Define the theme colors */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap");
:root {
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
}
b,
strong {
  font-weight: bold;
}
body {
  font-family: var(--primary-font);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
}
.section-gap {
  padding: 100px 0;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  margin-bottom: 24px;
}

a {
  text-decoration: none;
}
li {
  list-style: none;
}

ol li {
  list-style: decimals;
}
ol li ol li {
  list-style: lower-alpha;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
}
.my-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.breadcrumb ul a {
  color: #f57b20;
}

.learn-more a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -6px;
  border-left: 2px solid #f57b20;
  border-top: 2px solid #f57b20;
  height: 0px;
  width: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.learn-more a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 8px;
  border-bottom: 2px solid #f57b20;
  border-right: 2px solid #f57b20;
  height: 0px;
  width: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.learn-more a:hover:after,
.learn-more a:hover:before {
  height: 10px;
  width: 10px;
  opacity: 1;
}
.learn-more a {
  padding-left: 0 !important;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* search */
.search-banner {
  background: url(https://baysjoinery.fnclick.com/wp-content/uploads/2023/10/news_banner.jpg)
    no-repeat;
  background-size: cover;
  min-height: 350px;
  padding: 100px 0;
  position: relative;
}
.search-banner:before {
  content: "";
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3e454cc9),
    to(#f2295b00)
  );
  background-image: -o-linear-gradient(left, #3e454cc9 0%, #f2295b00 100%);
  background-image: linear-gradient(90deg, #3e454cc9 0%, #f2295b00 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.search-banner a,
.search-banner span {
  text-transform: uppercase;
}
.search-banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search .container {
  max-width: 1140px;
  color: #dfdfdf;
}
.search h2 {
  font-size: 75px;
  font-weight: 700;
}
.search h2,
.search li {
  text-transform: uppercase;
  position: relative;
  /* 	z-index:1; */
}
.search-result h3 {
  color: #373e46;
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
}
.search-detail h4 {
  color: #373e46;
  font-weight: 700;
}
.search-detail p {
  color: #5b6066;
  font-size: 13px;
  letter-spacing: 1px;
}
.search-detail a {
  color: #000;
  font-weight: 300;
}
.search-img {
  height: 200px;
  min-width: 430px;
}
.search-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* 404 */
.error-bg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}
.error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error-image,
.error-content {
  position: relative;
}
.error-image img {
  position: relative;
  height: 140px;
  width: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error-image::before {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #f2f5f8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.error-content h2 {
  font-size: 65px;
  font-weight: 700;
  margin: 0;
  color: #373e46;
}
.error-content h5 {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #373e46;
}
.error-content {
  color: #373e46;
  width: 36%;
}
.error-content a {
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #f57b20;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.error-content a:hover {
  color: #373e46;
}
.error-image {
  -webkit-transform: translatey(-25%);
  -ms-transform: translatey(-25%);
  transform: translatey(-25%);
}

.nav-contact .hfe-menu-item {
  background: #f57b20;
  color: #fff !important;
  border: 1px solid #fff;
  margin-left: 45px;
}
.nav-search {
  /* 	top: 14px !important; */
  z-index: 5 !important;
}
/*  */
.left-side-box {
  position: relative;
}
.elementor-divider-separator {
  border-top: 0 !important;
  border-left: 3px solid #999999;
  right: 50%;
  position: absolute;
  bottom: 0;
  /* left: 0; */
  height: 40px;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
/* span.elementor-divider-separator:before {
    content: '';
    background-color: #F57B20;
    height: 20px;
    width: 2px;
    position: absolute;
    bottom: -1px;
    left: -2px;
    z-index: 1;
} */
.left-side-box:before {
  content: "";
  position: absolute;
  left: -15px;
  --size: 25px;
  width: var(--size);
  height: var(--size);
  top: 0;
}
/* contact */
input,
textarea {
  outline: none;
}
a {
  text-decoration: none;
}
.form-text input,
.form-message textarea {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 15px 20px;
  border: 2px solid #9e9e9e;
  background-color: #f6f6f6;
}
.form-message textarea {
  height: 165px;
  margin: 0;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 2px solid #707070;
}
.contact-form h6 {
  font-size: 18px;
  font-weight: 700;
  color: #373e46;
}
.contact-form p {
  color: #373e46;
}
.form-help-check .wpcf7-list-item-label,
.form-how-checkbox .wpcf7-list-item-label {
  padding-left: 10px;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: none;
}
.wpcf7-form-control-wrap {
  display: block;
}
.contact-form span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 22px;
  right: 8px;
  font-size: 9px;
  font-weight: bold;
}
.form-submit {
  text-align: end;
}
.form-submit input {
  padding: 15px 60px !important;
  background: transparent;
  border: 1px solid;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-submit input:hover {
  background: #000;
  color: #fff;
}
.input-file {
  background: #000;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.input-file input {
  position: absolute;
  top: -19px;
  right: -200px;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 400px;
  bottom: -9px;
}
.input-file p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-weight: 400;
}
/*  */
.get-in-touch .e-con-inner {
  gap: 6px;
}
.get-in-touch h3,
.footer-contact h3 {
  margin: 0;
}
.corner-point,
.about-img,
.about-img img,
.service-corner-top {
  position: relative;
}
.service-corner-top:before {
  content: "";
  top: -11px;
  left: -25px;
  background: #f57b20;
  width: 25px;
  opacity: 0.4;
  position: absolute;
  height: 25px;
}
.service-corner-top:after {
  content: "";
  position: absolute;
  border-top: 2px solid #f57b20;
  border-left: 2px solid #f57b20;
  height: 20px;
  width: 20px;
  top: 0px;
  left: -14px;
}
.about-img img {
  z-index: 1;
}

.about-img {
  height: 100%;
}

.about-img img {
  height: 100% !important;
}

.about-img .elementor-image {
  height: 100%;
}

.corner-point:before {
  content: "";
  position: absolute;
  border-top: 2px solid #f57b20;
  border-left: 2px solid #f57b20;
  height: 20px;
  width: 20px;
  top: -10px;
  left: -10px;
}
.our-process.corner-point:before {
  top: 7px;
  left: -12px;
}
.our-story.corner-point:before {
  top: 0;
  left: -22px;
}
.our-partner.corner-point:before {
  top: 0;
  left: -22px;
}
.our-service.corner-point:before {
  top: 0;
  left: -110px;
}
.single-inspi-title {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  line-height: 1;
}
.single-inspi-title:after,
.conner-point-bottom .elementor-heading-title:after,
.conner-point-bottom h2:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #f57b20;
  border-right: 2px solid #f57b20;
  height: 20px;
  width: 20px;
  right: -41px;
  bottom: -7px;
}
.single-inspi-title:after {
  right: 0;
  bottom: 0;
}
.single-inspi.breadcum {
  margin-bottom: 12px;
}
.conner-point-bottom h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.side-box.corner-point:before {
  top: -15px;
  left: -20px;
}
.box-point:after,
.about-img:before {
  content: "";
  top: -33px;
  left: -36px;
  background: #f57b20;
  width: 25px;
  opacity: 0.4;
  position: absolute;
  height: 25px;
}
.corner-point.box-point::before {
  left: -28px;
  top: -23px;
}
.corner-point.box-point::after {
  top: -33px;
  left: -40px;
}
.about-img:after {
  content: "";
  top: 61px;
  right: -28px;
  border: 1px solid #262b3124;
  position: absolute;
  bottom: 25px;
  left: 55px;
  z-index: 1;
}

/* .about-section.e-con {
  --container-max-width: 1281px ;
} */
.our-process .elementor-image,
.our-process .elementor-image img,
.our-story .elementor-image .our-story,
.elementor-image img {
  position: relative;
  /* 	z-index:1; */
}
.our-process .elementor-image:after {
  content: "";
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(255, 255, 255)),
    color-stop(36%, rgba(232, 232, 232, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgb(255, 255, 255) 0%,
    rgba(232, 232, 232, 0) 36%
  );
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgba(232, 232, 232, 0) 36%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.our-story .elementor-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 40%)),
    color-stop(90%, rgb(55, 62, 70))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 40%) 0%,
    rgb(55, 62, 70) 90%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 40%) 0%,
    rgb(55, 62, 70) 90%
  );
}
.project-content {
  padding: 28px 26px 22px;
  background: #fff;
  min-height: 230px;
}
.project-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-content h3 a,
.project-content h3 {
  color: var(--e-global-color-primary);
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 24px;
  transition: 0.3s linear;
}
.project-content h3 {
  margin-bottom: 13px;
}
a:hover .project-content h3 {
  color: var(--e-global-color-secondary);
}
.project-content p {
  color: #595a5a;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-family: var(--secondary-font);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.project-type {
  margin: 0 10px;
}
.project-content a.arrow-link {
  position: absolute;
  height: 55px;
  width: 55px;
  background-color: #373e46;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  right: 0;
  bottom: 0;
  font-family: var(--secondary-font);
}
.form-help-check {
  margin-bottom: 30px;
}
.contact-form .form-file h6 {
  margin-bottom: 15px;
}
.contact-form .form-file span.wpcf7-form-control-wrap input {
  font-weight: 600;
  color: #fff !important;
}
.contact-form .form-file .wpcf7-form-control-wrap {
  margin-bottom: 6px;
  display: block;
}
.contact-form .form-file br {
  display: none;
}

.form-how-checkbox span.wpcf7-list-item,
.form-help-check span.wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.award-list strong {
  color: var(--e-global-color-primary);
  font-weight: 600;
}
.award-list p {
  padding-left: 43px;
}
.award-list p:before {
  content: "";
  background: url(https://baysjoinery.fnclick.com/wp-content/uploads/2023/10/trophy.svg)
    no-repeat;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.footer-top-img.e-con {
  --container-max-width: 100% !important;
}
.footer-top-img .e-con-inner {
  gap: 0;
}
.footer-top-img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* footer */
.bottom-footer-link .elementor-text-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.bottom-footer-link a {
  padding: 0 20px;
  color: #ffffffcc;
}
.footer a {
  color: #cdcdcd;
}
.bottom-footer-link p {
  border-right: 1px solid rgb(255 255 255 / 34%);
  width: auto;
}
.hfe-nav-menu-icon {
  padding-right: 0 !important;
}
.bottom-footer-link p:last-child {
  border: none;
}
.bottom-footer p,
.watch-video h3 {
  margin: 0;
}
.watch-video i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: ;
  -ms-flex-pack: ;
  justify-content: ;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 7px double;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.form-how-checkbox .wpcf7-form-control-wrap,
.form-help-check .wpcf7-form-control-wrap {
  display: block;
}
.form-help-check .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}
.timeline-items .item-t + .item-t {
  margin-top: -170px;
}
.form-section .elementor-icon {
  -webkit-filter: contrast(1111);
  filter: contrast(1111);
}
.watch-video p a {
  opacity: 0;
  padding: 34px 101px;
}
/* search */

.search-input input {
  padding: 10px !important;
  padding-right: 40px !important;
  height: 47px !important;
  width: 0px !important;
  margin-top: -4px !important;
  border-radius: 0 !important;
}
.hfe-input-focus .search-input input {
  width: 500px !important;
}
.hfe-input-focus i {
  opacity: 0;
  top: 100px;
}
.hfe-input-focus .search-input span {
  position: relative;
}
.search-input .input-type-search {
  display: inline-block;
  height: 50px;
  position: absolute !important;
}
.search-input .input-type-search:before {
  content: "";
  display: block;
  position: absolute;
  border: solid #f57b20;
  border-width: 3px 0 0 3px;
  top: -5px;
  right: 0;
  height: 15px;
  width: 15px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.search-input .input-type-search:after {
  content: "";
  display: block;
  position: absolute;
  border: solid #f57b20;
  border-width: 0 3px 3px 0;
  bottom: 0px;
  right: 0;
  height: 15px;
  width: 15px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hfe-input-focus .cross-icon:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 5px;
  right: 14px;
  z-index: 111;
  color: #e97924;
}
.hfe-input-focus .search-input span:after {
  opacity: 1;
  bottom: 6px;
  right: 0px;
}
.hfe-input-focus .search-input span:before {
  opacity: 1;
  right: 485px;
}
.hfe-input-focus .hfe-search-icon-toggle i {
  color: #f57b20 !important;
}
/* .search-input{
    display: inline-block;
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    padding: 10px 0;
    height: 100px;
    width: 100%;
	background:#373E46;
	z-index:10;
	padding:15px 0;
}
.search-input span{
	width:40%;
	height:100%;
	margin:0 auto;	
	display:block;
	position:relative;
}
.search-input input{
	height:50px !important;
	    position: static !important;
    width: 100% !important;
	padding-left:20px !important;
}
.hfe-input-focus .search-input{
	top:0;
}
hfe-input-focus i{
	right:250px !important;
	z-index:10;
	bottom:10px !important;
}
.search-input span:before{
	content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    border-left: 2px solid #F57B20;
    border-top: 2px solid #F57B20;
    height: 10px;
    width: 10px;
}
.search-input span:after{
	content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 2px solid #F57B20;
    border-right: 2px solid #F57B20;
	height: 10px;
    width: 10px;
}
.icon-input{
	position:relative;
	
}
.icon-input:after{
	content:'\f002';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	color:#FFF;
    position: absolute;
    bottom: 10px;
    right: 28%;

} */

/*End Search*/
.about-moving .elementor-heading-title,
.inspired-moving .elementor-heading-title {
  font-size: 24px;
  color: #333;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  /*     transition: transform 0.5s ease; */
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.45;
  white-space: nowrap;
}

/* testimonal-section */
.splide.testimonals-section {
  max-width: 1150px;
  margin: auto;
}
.user-image img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid #f57b20;
}
.user-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.testimonals-section .splide__slide {
  padding-right: 10px;
  width: 43% !important;
}
.testimonals-section .splide__list {
  margin: 0 -33px !important;
}
.testimonals-section .splide__arrow--prev {
  left: -90px;
}
.testimonals-section .splide__arrow--next {
  right: -90px;
}
.user-post {
  color: #f57b20 !important;
}
.user-name {
  color: #000;
  margin: 0;
  font-family: var(secondary-font);
  font-size: 15px;
  font-weight: 600;
}
.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
}
.user-content p {
  padding-top: 10px;
  line-height: 28px;
}
.testimonals {
  background-color: #fff;
  padding: 50px;
}
.splide__arrow {
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  border: 2px solid #cb6a23;
  background-color: transparent;
  padding: 0 !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}
.splide__arrow svg {
  fill: #cb6a23;
  height: 10px;
  opacity: 1;
}
.splide__arrow:hover {
  background-color: #ff6c00;
  opacity: 1 !important;
}
.splide__arrow:hover svg {
  fill: #fff;
}
.user-content p,
.user-post {
  color: #373e46;
  font-family: var(--secondary-font);
  font-size: 12px;
}
.testimonals-section .splide__pagination,
.portfilo .splide__pagination {
  display: none;
}

.portfilo .splide__slide img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfilo .splide__arrow {
  top: 106%;
}
.portfilo .splide__arrow--prev {
  left: 62%;
}
.portfilo .splide__arrow--next {
  right: 31%;
}
.portfilo .splide__slide {
  padding-right: 20px;
}
.portfilo .splide__arrow {
  position: static;
}
.portfilo .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: -70px;
  left: 80%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
input.file_input_with_replacement {
  display: none;
}
input.file_input_replacement {
  background: #e2e2e2;
  padding: 10px;
  border: none;
}
button.file_input_replacement {
  background: #252525;
  color: #fff;
  padding: 7px 10px;
  border-radius: 20px;
  border: none;
}
.form-file label {
  display: block;
}
.form-file span.file_input_replacement {
  text-align: center;
  background: #000;
  color: #ffffff80;
  border: 1px solid #000;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 10px;
  font-weight: 500;
}
.form-file span.file_input_replacement.uploaded {
  color: #ffffff;
  overflow: auto;
  white-space: nowrap;
}

.form-file input {
  outline: none;
  text-align: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}
.form-file input:focus {
  border: 1px solid #000;
}
.contact-form .field .wpcf7-not-valid-tip {
  /* 	display:none; */
  bottom: -22px;
}
.field p,
.form-submit p {
  opacity: 1;
}
.footer a,
.bottom-footer a,
.footer p,
.bottom-footer p {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--secondary-font);
}
.footer a:hover,
.bottom-footer a:hover {
  color: #d87125;
}
/* banner */
.banner {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1238px;
  margin: 0 auto;
}
.watch-video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.watch-video a img {
  height: 50px;
  width: 50px;
}
.send-us {
  border: 1px solid #fff;
  padding: 15px 35px;
  text-align: center;
  display: inline-block;
  margin-top: 35px;
}
.banner a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* .banner a.send-us:hover{
	background-color: #F57B20;
} */
.banner-content,
.video-section {
  width: 50%;

  font-family: "Montserrat", sans-serif;
}
.banner-content span {
  color: #fff;
  opacity: 90%;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.banner-content h1 {
  text-transform: uppercase;
  font-size: 90px;
  color: #fff;
  margin: 0 0 0 -4px;
  font-weight: 700;
}
.banner-section .splide__track {
  overflow: visible !important;
}
.banner-section .splide__pagination {
  padding: 0;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 20px;
}
.banner-content a.send-us:hover {
  background: #fff;
  color: #000;
}

.banner-section .splide__pagination__page {
  padding: 0;
  width: 2px;
  border-radius: 12px;
  height: 24px;
  margin: -6px;
  opacity: 1;
}
.banner-section .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 2px;
}
.banner-content .corner-point:before {
  left: -19px;
  top: -15px;
}
.banner-content {
  width: 80%;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.9;
}
.banner-content .text {
  max-width: 500px;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 300;
}
.hero-banner-section > .e-con-inner {
  width: 100%;
  max-width: 100%;
}
.banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.video-section {
  position: relative;
}
.social-icon {
  position: absolute;
  right: 0;
  bottom: -240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

/* .social-icon i{
	font-size:12px;
} */

/* about */
.about-people-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.about-people-info {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.about-people-info .about-people-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: calc(1.8em * 2);
}

.about-people-info .about-people-description.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
  max-height: 100%;
}

.about-people-info .about-people-description p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}

.about-people-info .toggle-button {
  color: #f57b20;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

.about-people-name {
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.about-people-position {
  color: #878b90;
  font-weight: 500;
  font-size: 14px;
}
.dragging .about-section .about-people {
  pointer-events: none;
}
.about-section .splide__pagination {
  bottom: -45px;
}
.about-section ul {
  margin-right: -20px !important;
}
.about-section .splide__pagination__page {
  background-color: #fff;
  width: 24px;
  height: 7px;
  border-radius: 5px;
  opacity: 1;
  padding: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.breadcrumb ul li *,
.breadcrumb ul li {
  font-size: 14px;
  font-family: var(--e-global-typography-primary-font-family);
}
.about-partner .e-con-inner {
  max-width: 100%;
}
.contact-section .form-how-checkbox {
  padding-top: 10px;
}
.about-partner .e-con-boxed {
  padding: 0;
}

.about-people {
  padding-right: 20px;
}

.about-partner .corner-point {
  width: auto !important;
}

.about-section .splide__pagination__page.is-active {
  background-color: #f57b20;
  width: 32px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-header,
.modal-content {
  border: none;
  background: transparent;
}
.modal.fade.show .modal-dialog {
  margin: auto;
}
.modal.fade.show .modal-header {
  margin-top: 40px;
}
.modal.fade.show::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(55, 62, 70, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.modal-content h4 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
}
.modal-content span {
  display: block;
  color: #c0c0c0;
  padding: 3px 0 20px 0;
}
.modal-content p {
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 27px;
  font-weight: 300;
}
.modal-body {
  padding: 50px 0;
}
.modal-img img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding-right: 50px;
}
.btn-close {
  visibility: hidden;
}
.btn-close::after {
  content: "";
  /*     font-family: 'Font Awesome 5 Free'; */
  /*     font-weight: 900; */
  color: #fff;
  visibility: visible;
  /*     font-size: 37px; */
  padding: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: inline-block;
}
/* contact */
.nationwide {
  position: relative;
}
.nationwide:before {
  content: "";
  background: #262b31;
  position: absolute;
  top: 0;
  right: 0;
  left: -90%;
  bottom: 0;
}
.contact-section .contact-form {
  height: 80%;
}
.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
}
.form-message h6 {
  margin-bottom: 20px;
}
/* Carrers */
.career-parent {
  /*     overflow: hidden; */
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.career-parent {
  position: relative;
}
.career-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.career-parent::before {
  content: "";
  background-color: var(--background);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: var(--opacity);
  z-index: 1;
}
.career-project,
.career-name {
  position: relative;
  color: aliceblue;
}
.career-image {
  overflow: hidden;
}
.career-image img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.career-parent:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.career-view-detail a {
  padding: 15px 0;
  display: block;
  border: 1px solid;
  color: #242424;
  text-transform: capitalize;
}
.career-project {
  width: 74%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
/* design-studio */

/* .design-img-holder .elementor-image img {
    height: 650px;
} */

.design-studio .get-in-touch {
  gap: 6px;
}
/* our-award */
.award-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}
.award-accordion .elementor-accordion-item p {
  margin: 0;
}
.award-accordion .elementor-accordion-item p a {
  color: #373e46;
  padding: 10px 40px;
  display: block;
  border-top: 1px solid #ddd;
}
.award-accordion .elementor-accordion .elementor-tab-content {
  padding: 0;
}
.award-accordion .elementor-accordion-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
}
/* commercial */
.service-single-box img {
  width: 100%;
  height: 186px;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-single-box p {
  color: #797979;
}
.service-single-box a {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #373e46;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  right: 26px;
  bottom: 21px;
}
.service-single-content {
  padding: 34px 25px 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 11px 0px #ddd;
  box-shadow: 0 0 11px 0px #ddd;
}
.service-single-content h3 {
  font-size: 25px;
  color: #373e46;
}
.portfolio-section {
  width: 80%;
  margin: 0 auto;
  gap: 0;
}
.portfilo .splide__list {
  padding-right: 67px !important;
}
/* service */
.service-section .splide__arrow {
  border-color: #fff;
}
.service-section .splide__arrow svg {
  fill: #fff;
}
.service-section .splide__arrow:hover {
  border-color: #cb6a23;
}

.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 510px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}
.service-content::after {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(32%, #02010100),
    to(#503b3b)
  );
  background: -o-linear-gradient(top, #02010100 32%, #503b3b 100%);
  background: linear-gradient(180deg, #02010100 32%, #503b3b 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.service-content h6 {
  position: relative;
  z-index: 1;
  top: 67px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* latest-section */
.latest-section h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.latest-content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8em !important;
}
.featured-news .latest-image img {
  height: 250px;
}
.latest-news .latest-box > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.latest-news .latest-image img {
  height: 400px;
}
/* .latest-trend .latest-trend-small-box h3, .featured-news h3, .latest-news h3{
	
} */
.featured-news h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.latest-trend .latest-trend-small-box .latest-content,
.latest-news .latest-content {
  padding: 10px 0;
}
.featured-news .latest-content {
  padding: 25px;
}
.latest-content a {
  color: #000;
  font-weight: 400;
}
.latest-content a:hover {
  color: var(--e-global-color-secondary);
}
.latest-news h3 {
  margin: 0 0 15px;
  font-size: 34px;
  text-transform: uppercase;
}
.latest-trend .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 0px 40%;
  grid-template-columns: 60% 40%;
  -ms-grid-rows: 1fr var(--bs-gutter-x) 1fr;
  grid-template-rows: 1fr 1fr;
  gap: var(--bs-gutter-x) 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "column-one column-two"
    "column-one column-three";
}
/* .latest-trend-big-box{
	width:65%;
}
.latest-trend-small-box{
	width:35%;
} */
.latest-trend .row > :first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: column-one;
}
.latest-trend .row > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: column-two;
}
.latest-trend .row > :nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: column-three;
}
.latest-trend .latest-trend-big-box .latest-content {
  padding: 30px 0;
  padding-bottom: 0;
}
.latest-trend .latest-trend-big-box p {
  font-size: 17px;
  width: 80%;
  margin: 0;
  padding: 24px 0;
}
.latest-trend .latest-trend-big-box img {
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}

.latest-section h4 {
  font-size: 30px;
  font-weight: 800;
  color: #373e46;
  margin: 28px 0;
}
.featured-news p {
  display: none !important;
}
.latest-news .latest-box {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.latest-trend-big-box .latest-image {
  height: auto;
}
.latest-trend-small-box img {
  height: 150px;
  width: 100%;
}
.latest-news .latest-content {
  padding-left: 50px;
  padding-top: 5px;
}
.latest-news p {
  padding: 16px 0;
}
/* inspiration */

.single-inspi.breadcum ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.single-inspi.breadcum ul li {
  color: #dfdfdf;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
}

.inspiration-image {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inspiration-image::after {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(31%, #ffffff),
    to(#000000)
  );
  background-image: -o-linear-gradient(top, #ffffff 31%, #000000 100%);
  background-image: linear-gradient(180deg, #ffffff 31%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inspiration-image h5 {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 353px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inspiration-image:hover:after {
  opacity: 0.5;
}
.inspiration-image:hover h5 {
  opacity: 1;
}
.inspiration-categorie .pause i {
  color: #000;
}
.inspire-project {
  color: #a3a3a3;
  letter-spacing: 1px;
}
.inspire-project .play i,
.inspire-project .pause i {
  font-size: 12px;
}
.inspiration-categorie a {
  color: #000;
}
.categorie-box h3 {
  color: #373e46;
  font-size: 25px;
}
.inspire-link h3 {
  padding: 10px 0;
}
.inspire-link {
  padding-top: 10px;
}

/*Search result CSS*/

.search-result > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.search-result .page-numbers li > * {
  color: #f57b20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.search-result .page-numbers li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  border: solid #f57b20;
  border-width: 2px 0 0 2px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-result .page-numbers li > a:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 10px;
  height: 10px;
  border: solid #f57b20;
  opacity: 0;
  border-width: 0 2px 2px 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-result .page-numbers li > a:hover:before {
  opacity: 1;
  top: 0;
  left: 0;
}
.search-result .page-numbers li > a:hover:after {
  opacity: 1;
  bottom: 0;
  right: 0;
}
.search-result .page-numbers li > span {
  background-color: #f57b20;
  color: #fff;
}
.search-result .page-numbers li > a.prev,
.search-result .page-numbers li > a.next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}
/*End Search result CSS*/

.award-accordion .elementor-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*Responsive CSS*/
@media screen and (min-width: 991px) {
  .get-inspire-corner.corner-point:before {
    top: 2px;
    left: -2px;
  }

  .service-section ul.splide__list {
    max-width: 79%;
  }
}

@media screen and (max-width: 1234px) and (min-width: 1200px) {
  .nav-search {
  }
}
@media screen and (max-width: 500px) {
  .error-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .error-image img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .error-content {
    width: 100%;
    padding: 0 20px;
  }
}

/*End Responsive CSS*/
/*Test*/
/* .banner-section li.presentation .splide__pagination__page{
	background: #fff !important;
}
.banner-section li.presentation:has(button.is-active) + li.presentation:has(.splide__pagination__page) > .splide__pagination__page{
	background: #000 !important;
} */

/*ENd Test*/

/*single page CSS*/

.section-gaps {
  padding: 150px 0 100px;
}
.single-content {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.single-content .img-holder {
  margin-bottom: 50px;
}
.single-content .main-title h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-content blockqoute {
  border-left: 3px solid #f57b20;
  background-color: #373e46;
}
.single-content .time-date {
  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: 20px;
}
.single-content a {
  color: #f57b20;
}
.single-content .date,
.single-content .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.single-page .container {
  max-width: 1200px;
}
.single-content .img-holder img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
/*End Single Page CSS*/

.banner-section .splide__pagination {
  counter-reset: pagination-num;
}

.banner-section .splide__pagination li:before {
  content: "";
  height: 24px;
  width: 2px;
  background-color: #fff;
  display: block;
  opacity: 1;
}
.banner-section .splide__pagination li.current ~ li:before {
  opacity: 0.5;
}
/* .banner-section .splide__pagination li.current:before,
.banner-section .splide__pagination li.complete:before{
	opacity:1;
} */
.banner-section .splide__pagination__page {
  position: absolute;
  bottom: calc(100% + 10px);
  margin-left: -9px;
  opacity: 0;
  background: none;
}

.banner-section .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: "0" counter(pagination-num);
  color: #fff;
  font-weight: 300;
  font-size: 16px;

  -webkit-transition: none;

  -o-transition: none;

  transition: none;
}
.banner-section .splide__pagination__page.is-active {
  opacity: 1;
}
.banner-section .splide__pagination:after {
  content: "0" attr(slidernumber);
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  bottom: -5px;
  left: 0px;
}

.search-banner-section .title,
.search-banner-section h2 {
  max-width: 100%;
}
.search-banner-section h2 span {
  display: block;
  max-width: 100%;
  width: 100%;
  overflow-y: auto;
}
.search-banner-section h2 span::-webkit-scrollbar {
  width: 0;
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 100px;
  margin-top: 50px;
}
.social-links a {
  color: #fff;
  font-size: 14px;
}
.sub-menu li a {
  padding-left: 15px !important;
}

/*Sticky Header*/
.site-header .header {
  top: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.499124649859944)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.499124649859944) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.499124649859944) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.single-post .header {
  background: none;
  background-color: #373e46;
}
.site-header.sticky .header {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  background: none;
  background-color: #373e46;
}
.error404 .header {
  background: none;
  background-color: #373e46;
}
.site-header.sticky .header > div {
  padding: 0;
}
.admin-bar .site-header.sticky .header {
  top: 32px;
}

/*Search result addition la CSS*/

.search .number-post {
  padding: 70px 0 0px;
  color: #000;
  font-size: 16px;
}
.search .no-post-found {
  padding: 35px 0 70px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.design-video-section img {
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.design-video-section {
  height: 280px;
}

.design-video-dwn-img .e-con-inner .elementor-widget.elementor-widget-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  width: 33.333%;
}

.design-video-dwn-img .e-con-inner {
  padding-top: 8px;
}

.design-video-dwn-img
  .e-con-inner
  .elementor-widget.elementor-widget-image
  img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 162px;
}

.my-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.design-studio .get-in-touch img {
  height: 533px;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.design-section-title h6 b {
  font-weight: 700;
  color: var(--e-global-color-secondary);
}

.design-map-section iframe {
  height: 450px;
}
.strong-primary-highlight b {
  color: var(--e-global-color-secondary);
}

.boxbg-img-sty .elementor-image-box-wrapper {
  position: relative;
}

.boxbg-img-sty .elementor-image-box-wrapper img {
  height: 450px;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.boxbg-img-sty .elementor-image-box-img {
  margin-bottom: 0 !important;
  position: relative;
}
.boxbg-img-sty .elementor-image-box-img a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.boxbg-img-sty:hover .elementor-image-box-img a:before {
  opacity: 0.6;
}
.boxbg-img-sty .elementor-image-box-content {
  position: absolute;
  left: 0;
  bottom: 0;
  /* top: 0; */
  right: 0;
  text-align: left;
  padding: 30px 70px;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.boxbg-img-sty:hover .elementor-image-box-content {
  padding: 30px 40px;
}
.boxbg-img-sty .elementor-image-box-description {
  height: 0;
  overflow: hidden;
  max-width: 380px;
}
.boxbg-img-sty {
  width: 100%;
}
.boxbg-img-sty:hover .elementor-image-box-description {
  height: 100%;
}
.right-side-header,
.nav-priamry-menu,
.megamenu {
  position: static !important;
}
.megamenu {
  position: relative !important;
}
.header > .e-con-inner {
  position: relative;
}

.site-header:not(.sticky) .header {
  background: transparent -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#ffffff00),
      color-stop(0%, #f8f8f800),
      color-stop(36%, #1112138c),
      color-stop(101%, #111213)
    ) 0% 0% no-repeat padding-box !important;
  background: transparent -o-linear-gradient(
      bottom,
      #ffffff00 0%,
      #f8f8f800 0%,
      #1112138c 36%,
      #111213 101%
    ) 0% 0% no-repeat padding-box !important;
  background: transparent
    linear-gradient(
      0deg,
      #ffffff00 0%,
      #f8f8f800 0%,
      #1112138c 36%,
      #111213 101%
    )
    0% 0% no-repeat padding-box !important;
}
.blur-effect:before {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* style */

.design-video-dwn-img .e-con-inner .elementor-element img {
  width: 100%;
}

.design-video-dwn-img .e-con-inner .elementor-element {
  padding: 0;
}

.design-video-dwn-img
  .e-con-inner
  .elementor-widget.elementor-widget-image
  img {
  height: 169px !important;
}

.get-in-touch .elementor-widget-image {
  position: relative;
}

/* .get-in-touch .elementor-widget-image:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 50%;
} */

.design-video-dwn-img .e-con-inner .elementor-element .elementor-widget {
  width: 100%;
}

.career-banner {
  position: relative !important;
}

.career-banner .career-banner-img {
  position: relative;
}

.career-banner .career-banner-img .elementor-image {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 65px;
  -webkit-box-shadow: 0px 0px 40px #00000063;
  box-shadow: 0px 0px 40px #00000063;
}

.carrer-list-item {
  min-height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px;
}

.carrer-list-item h2 b {
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

.why-career-p p {
  max-width: 1000px;
  margin: 0 auto;
}

.carrer-list-item-btn span.elementor-button-icon svg {
  width: 15px;
}

.service-item .left-side {
  padding: 20px;
}

.service-item .left-side .corner-point::before {
  top: -20px;
  left: -20px;
}

.service-item .left-side .sub-title.corner-point {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #212529;
}

.service-item .left-side h3.title {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-item .left-side p {
  letter-spacing: 1px;
  line-height: 34px;
  font-size: 16px;
  color: #666a6d;
  font-weight: 300;
}

.service-item .left-side .btn-wrap a {
  background: #f57b20;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 22px;
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
  transition: 0.2s ease;
}
.service-item .left-side .btn-wrap a:after {
  content: "";
  --size: 13px;
  width: var(--size);
  height: var(--size);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.907' height='11.907' viewBox='0 0 11.907 11.907'%3E%3Cpath id='arrow_outward_FILL0_wght400_GRAD0_opsz24' d='M201.282-748.093,200-749.376l8.793-8.792h-7.877V-760h10.991v10.991h-1.832v-7.877Z' transform='translate(-200 760)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 14px;
  display: inline-block;
}
.service-item .left-side .btn-wrap a:hover {
  background-color: var(--e-global-color-primary);
}
.service-item .left-side .btn-wrap {
  margin-top: 30px;
}
.service-grid-section .service-item {
  padding: 100px 0;
  overflow: hidden;
}
:is(.service-slider, .service-slider-left) div.splide__track {
  --space-gap: 10vw;
  overflow: visible;
}
.service-slider div.splide__track {
  padding-right: var(--space-gap) !important;
}
.service-slider-left div.splide__track {
  padding-left: var(--space-gap) !important;
}
.service-grid-section .service-item:not(:nth-child(odd)) .right-side {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service-grid-section .service-item:not(:nth-child(odd)) {
  --background-odd-sec: #262b31;
  background: var(--background-odd-sec);
  color: #fff;
}
.service-grid-section
  .service-item:not(:nth-child(odd))
  h2.sub-title.corner-point {
  color: #fff;
}
.service-grid-section
  .service-item:not(:nth-child(odd))
  .text-content
  .content
  p {
  color: #fff;
}
.service-grid-section
  .service-item:not(:nth-child(odd))
  .text-content
  .left-side {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.service-grid-section .service-item .left-side:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: #fff;
}
.service-grid-section .service-item .left-side {
  background: #fff;
  z-index: 2;
}
.service-grid-section .service-item .left-side .text-content {
  padding: 40px;
}
.service-grid-section .service-item .left-side,
.service-grid-section .service-item .left-side .text-content {
  position: relative;
}
.service-grid-section .service-item:not(:nth-child(odd)) .left-side:before {
  left: 100%;
  right: auto;
  width: 100vw;
  background-color: var(--background-odd-sec);
}
.service-grid-section .service-item:not(:nth-child(odd)) .left-side {
  background-color: var(--background-odd-sec);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.service-item .service-item:not(:nth-child(odd)) h2.sub-title.corner-point {
  color: #fff;
}
:is(.service-slider, .service-slider-left) .slider-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.career-section-grid .e-con-inner {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.elementor-lightbox .elementor-lightbox-image {
  width: auto !important;
}
.gallery-grid-sty .gallery-item {
  margin-top: 0 !important;
}
.gallery-grid-sty .gallery-item img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none !important;
}
.latest-news .latest-content .corner-point:before {
  top: -10px;
  left: -19px;
}
.latest-news .latest-content {
  padding: 8px 0 20px 60px;
}
.featured-news .latest-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.featured-news .latest-box .latest-content {
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  height: 100%;
}

.inspiration-inner-listing .inspi-item a .img-block {
  height: 380px;
  position: relative;
}

.inspiration-inner-listing .inspi-item a .img-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inspiration-inner-listing .inspi-item a .img-block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.4;
}

.inspiration-inner-listing .inspi-item a {
  position: relative;
}
.home-service-page
  .service-grid-section
  .service-item
  .left-side
  .text-content {
  padding: 0 30px 0 30px;
}

/* .home-service-page   .container {
    max-width: 100%;
} */
.inspiration-inner-listing .inspi-item a .content-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  padding: 15px 35px 40px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.inspiration-inner-listing .inspi-item a .content-block .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.inspiration-inner-listing .inspi-item a .content-block .title-block h3.title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
  padding-right: 5px;
}

.inspiration-inner-listing
  .inspi-item
  a
  .content-block
  .title-block
  span.inspi-icon
  svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-bottom: 4px;
}

.inspiration-inner-listing .inspi-item a .content-block .view-more span {
  font-size: 14px;
  height: 0;
  display: block;
  overflow: hidden;
}

.inspiration-inner-listing .inspi-item a .content-block .title-block {
  margin-bottom: 5px;
}

.inspiration-inner-listing .inspi-item a:hover .content-block .view-more span {
  display: block;
  height: 100%;
  text-align: left;
}

.inspiration-inner-listing .inspi-item a:hover .img-block::before {
  opacity: 0.6;
  background: var(--e-global-color-secondary);
}

/* .inspiration-inner-listing .inspi-item a:hover span.inspi-icon {
    transform: translate(5px, -5px);
} */

.inspiration-inner-listing .inspi-item a span.inspi-icon svg {
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.inspiration-inner-listing .inspi-item a:hover span.inspi-icon svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.inspiration-inner-listing .inspi-item {
  margin-bottom: 24px;
}
.contact-box-wrap .elementor-widget-container {
  padding: 0;
}

.contact-box-wrap .elementor-icon-box-wrapper {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.contact-box-wrap .elementor-icon-box-content h3.elementor-icon-box-title {
  margin-bottom: 0;
}

.contact-box-wrap .elementor-icon-box-icon {
  /*     background: #fff; */
  padding: 15px 17px !important;
  height: 54px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 4px;
  pointer-events: none;
}
.contact-box-wrap .elementor-icon-box-icon a,
.contact-box-wrap .elementor-icon-box-icon a svg path {
  color: #fff !important;
  fill: #fff !important;
  font-size: 20px !important;
}
.contact-box-wrap .elementor-icon-box-title {
  margin: 0;
}

.contact-box-wrap .elementor-icon-box-title > * {
  padding: 21px 55px 17px 30px;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
.contact-box-wrap a {
  transition: 0.2s;
}

.contact-box-wrap a:hover {
  background-color: var(--e-global-color-primary);
}

.single-inspi-banner {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h1.single-inspi-title {
  font-size: 75px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.single-inspiration .single-inspi.breadcum span:first-child span:first-child a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  text-transform: uppercase;
}

.single-inspiration .single-inspi.breadcum span {
  color: #dfdfdf;
  text-transform: uppercase;
  font-weight: 300;
  padding-right: 5px;
}

.single-inspi-banner-content {
  padding-top: 60px;
}

.single-inspiration .single-content {
  max-width: 100%;
}

.single-feature-img img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-feature-img {
  padding: 100px 0;
}

/* .single-inspiration .single-main-content li {
	list-style: disc;
} */

.single-inspiration .single-main-content .title h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.single-inspiration .single-main-content .content p {
  color: #000;
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 32px;
}

.single-inspiration .single-main-content .content p:last-child {
  margin-bottom: 0;
}

.single-inspiration .feature-wrapper {
  padding-top: 42px;
  /*     padding-bottom: 100px; */
}
.single-inspiration .single-gallery-block {
  padding-bottom: 50px;
}

.single-inspiration .feature-wrapper .feature-listing ul li {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 30px;
  color: #000;
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}

.single-inspiration .feature-wrapper .feature-listing ul li:before {
  position: absolute;
  content: "+";
  left: 0px;
}

.single-inspiration .feature-wrapper .feature-listing ul {
  padding: 0;
}

.single-inspiration
  .single-gallery-block
  ul.gallery-block-listing
  li.gallery-item
  img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.single-inspiration
  .single-gallery-block
  ul.gallery-block-listing
  li.gallery-item
  a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}

/* .single-inspiration .single-gallery-block ul.gallery-block-listing li.gallery-item:hover a:before{
	opacity: 0.5;
} */

.single-inspiration
  .single-gallery-block
  ul.gallery-block-listing
  li.gallery-item:hover
  img {
  transform: scale(1.05);
}

.single-inspiration
  .single-gallery-block
  ul.gallery-block-listing
  li.gallery-item
  img {
  transition: 0.2s all ease-in-out;
}

.single-inspiration
  .single-gallery-block
  ul.gallery-block-listing
  li.gallery-item
  a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  opacity: 0.3;
}

.single-inspiration .btn-wrap {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.single-inspiration .btn-wrap a {
  font-size: 15px;
  padding: 14px 40px 14px 14px;
  background: var(--e-global-color-secondary);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  transition: 0.2s;
}

.single-inspiration .btn-wrap a:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.907' height='11.907' viewBox='0 0 11.907 11.907'%3E%3Cpath id='arrow_outward_FILL0_wght400_GRAD0_opsz24' d='M201.282-748.093,200-749.376l8.793-8.792h-7.877V-760h10.991v10.991h-1.832v-7.877Z' transform='translate(-200 760)' fill='%23fff'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 14px;
  top: 16px;
}
.single-inspiration .btn-wrap a:hover {
  background-color: var(--e-global-color-primary);
}

.customer-stories-section .item .img-holder {
  height: 350px;
  position: relative;
}

.customer-stories-section .item .img-holder img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer-stories-section .item .content {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  text-align: right;
}

.customer-stories-section .item .content .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  margin-bottom: 30px;
  text-align: left;
}

.customer-stories-section .item .content .text p {
  color: #000;
  letter-spacing: 0.8px;
  font-weight: 300;
  line-height: 30px;
}

.customer-info {
  text-align: left;
  display: inline-block;
}

.customer-info span {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.customer-info .rating-star svg {
  width: 15px;
}

.customer-stories-section .item .content > div:not(.customer-info) {
  text-align: left;
}

.customer-stories-section .item .img-holder:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}

.inspired-img-wrap h3.elementor-image-box-title {
  position: relative;
}

.inspired-img-wrap h3.elementor-image-box-title:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.907' height='11.907' viewBox='0 0 11.907 11.907'%3E%3Cpath id='arrow_outward_FILL0_wght400_GRAD0_opsz24' d='M201.282-748.093,200-749.376l8.793-8.792h-7.877V-760h10.991v10.991h-1.832v-7.877Z' transform='translate(-200 760)' fill='%23fff'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  bottom: 0;
  right: 0;
}

.inspiration-inner-listing .inspi-item a:hover .content-block {
  padding: 15px 40px 40px;
}

@media screen and (max-width: 991px) {
  .inspiration-inner-listing .inspi-item a .content-block {
    padding: 15px 20px;
  }

  .inspiration-inner-listing .inspi-item a:hover .content-block {
    padding: 15px 20px;
  }

  .inspiration-inner-listing .inspi-item a:hover .title-block {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

@media screen and (max-width: 575px) {
  .boxbg-img-sty .elementor-image-box-content {
    padding: 20px 30px;
  }

  .boxbg-img-sty:hover .elementor-image-box-content {
    padding: 20px;
  }

  .career-banner .career-banner-img .elementor-image {
    position: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .elementor-1148
    .elementor-element.elementor-element-98bb0d3
    > .elementor-widget-container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .gallery-grid-sty dl.gallery-item {
    width: 100% !important;
    padding: 0 0 15px 0 !important;
  }
}

.get-in-touch-end-sec {
  position: relative;
}

.get-in-touch-end-sec:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100vw;
  left: auto;
  right: 25%;
  background: var(--e-global-color-primary);
}

.get-in-touch-end-sec img {
  height: 330px;
  width: 530px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  bottom: -150px;
}

.get-in-touch-imgblock .design-video-dwn-img > div.e-con-inner {
  padding-top: 6px;
  gap: 12px;
}
.contact-items h3.elementor-icon-box-title {
  margin-bottom: 0;
}
.contact-items .elementor-icon-box-icon {
  position: relative;
  bottom: -4px;
}
.contact-items {
  padding-bottom: 5px;
}
.container-left-side {
  padding-left: calc(var(--gap-padding)) !important;
}
.banner-social-icon {
  position: absolute;
  bottom: 30px;
}

.inspiration-inner-listing .inspi-item a:hover .title-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.career-banner .inner-content > * {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  margin: 0;
}
.career-banner-img .e-con-inner {
  max-width: 100% !important;
}
.wpcf7-checkbox label {
  padding-left: 30px;
  position: relative;
}
.wpcf7-checkbox label input {
  display: none;
}
.wpcf7-checkbox label .wpcf7-list-item-label {
  padding-left: 0;
  --size: 20px;
}
.wpcf7-checkbox .wpcf7-list-item span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: var(--size);
  height: var(--size);
  border-radius: 4px;
  border: 1px solid #000;
  display: block !important;
}
.wpcf7-checkbox .wpcf7-list-item span:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  width: var(--size);
  height: var(--size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Font Awesome 5 Free";
  display: block !important;
  font-weight: 900;
  background: var(--e-global-color-secondary);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: var(--size);
}
.wpcf7-checkbox .wpcf7-list-item input:checked + span:after {
  opacity: 1;
}
.banner-section .splide__pagination,
.banner-social-icon {
  right: var(--right-side);
}
.innner-banner .conner-point-bottom .elementor-heading-title {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  width: auto;
}
.innner-banner .conner-point-bottom .elementor-heading-title:after {
  right: 0;
}
.innner-banner .conner-point-bottom {
  display: inline-block !important;
  max-width: inherit !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  padding-right: 25px !important;
}

.innner-banner .e-con-inner {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}
.design-video-section .elementor-custom-embed-image-overlay,
.design-video-section .elementor-wrapper.elementor-open-lightbox {
  height: 100%;
  width: 100%;
}

.about-section .splide__arrow {
  height: 40px;
  width: 40px;
  border-radius: 0 !important;
}

.about-section .splide__arrow svg {
  height: 14px;
}

.inspiration-archive {
  padding: 100px 0;
}

.inspiration-archive .corner-point {
  text-align: center;
  max-width: 64% !important;
  padding-bottom: 30px;
}

.inspiration-archive .corner-point .elementor-heading-title {
  font-size: 60px;
  line-height: 69px;
  font-weight: 700;
}

ul.page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
ul.page-numbers li a {
  padding: 8px 17px;
  background: #373e46de;
  /* opacity: 0.6; */
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}

ul.page-numbers li span {
  padding: 8px 17px;
  background: var(--e-global-color-secondary);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}

ul.page-numbers li a:hover {
  background: var(--e-global-color-secondary);
}

ul.page-numbers li a.prev,
ul.page-numbers li a.next {
  position: relative;
  /* background: none; */
  font-size: 0;
  padding: 20px 20px;
  /* margin: 0 22px; */
}

ul.page-numbers li a.prev:before {
  position: absolute;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: var(--e-global-color-secondary);
  font-size: 14px;
  /* background: #373E46; */
  /* padding: 8px 17px; */
  top: 10px;
}

ul.page-numbers li a.next:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  top: 10px;
}

ul.page-numbers li a.prev:hover::before,
ul.page-numbers li a.next:hover::before {
  color: #fff !important;
}

.single-inspi.breadcum a {
  color: var(--e-global-color-secondary);
}

:is(.project-type, .slider-gallery-inspiration) button.splide__arrow {
  --arrow: -69px;
  width: var(--size);
  height: var(--size);
  --size: 45px;
  border: none;
  top: 42%;
  opacity: 1;
  background: #000000;
}
:is(.project-type, .slider-gallery-inspiration)
  button.splide__arrow:hover:not(:disabled) {
  background: var(--e-global-color-secondary);
}
:is(.project-type, .slider-gallery-inspiration)
  button.splide__arrow.splide__arrow--prev {
  left: var(--arrow);
}

:is(.project-type, .slider-gallery-inspiration) button.splide__arrow svg {
  fill: #fff;
  width: calc(var(--size) - 27px);
  height: auto;
}

:is(.project-type, .slider-gallery-inspiration)
  button.splide__arrow.splide__arrow--next {
  right: var(--arrow);
}

.custom-accordin-tab .elementor-accordion-item {
  border: none;
}

.custom-accordin-tab .elementor-accordion-item .elementor-tab-title {
  border: none !important;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) -1px -2px 24px;
  font-size: 20px;
  border-radius: 7px;
}
:is(.project-type, .slider-gallery-inspiration) button.splide__arrow:disabled {
  display: none !important;
}
.custom-accordin-tab .elementor-accordion .elementor-tab-content {
  border: none;
  background: #f2f2f2;
  border-radius: 0 0 7px 7px;
}

.custom-accordin-tab .elementor-accordion-item + .elementor-accordion-item {
  margin-top: 1rem;
}
.join-us-form-section .input-wrap {
  display: flex;
  justify-content: center;
  max-width: 530px;
  margin: 0 auto;
  position: relative;
}

.join-us-form-section .input-wrap p {
  display: flex;
  flex: auto;
}

.join-us-form-section span.wpcf7-form-control-wrap input {
  height: 100%;
  border-radius: 30px 0 0 30px;
  border: 2px solid rgb(55 62 70 / 46%);
  padding: 18px 25px;
  border-right: none;
  width: 100%;
}
.join-us-form-section .wpcf7-not-valid-tip {
  position: absolute;
  left: 30px;
  bottom: 3px;
  font-size: 10px;
  font-weight: 600;
}
.join-main-section .wpcf7-response-output {
  max-width: 500px;
  margin: 10px auto 0 !important;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.join-us-form-section input.btn-submit {
  border-radius: 0 32px 32px 0;
  border: none;
  background: var(--e-global-color-secondary);
  font-weight: 700;
  flex: 0 0 153px;
  color: #fff;
}

.join-us-form-section .wpcf7-spinner {
  display: none;
}

.join-us-form-section span.wpcf7-form-control-wrap {
  flex: auto;
}

.home-service-page .service-grid-section .service-item .left-side:before,
.home-service-page .col-md-6.left-side {
  background: #262b31;
}
.full-img-gallery a,
.img-grid-item a {
  display: block;
  width: 100%;
}

.home-service-page .service-item .left-side p,
.home-service-page .col-md-6.left-side,
.home-service-page h2.sub-title.corner-point {
  color: #fff !important;
}
.home-service-page .col-md-6.left-side {
  background: #262b31;
}
.home-service-page .service-grid-section .service-item {
  padding: 0;
}
:is(.project-type, .slider-gallery-inspiration)
  ul.splide__pagination
  li
  button {
  padding: 0;
  border-radius: 50%;
  --size: 10px;
  width: var(--size);
  height: var(--size);
  background: #d2d0d0;
  transform: none !important;
}

.about-section .splide__pagination {
  margin-right: 0 !important;
}
:is(.project-type, .slider-gallery-inspiration)
  ul.splide__pagination
  li
  button.splide__pagination__page.is-active {
  background: #000;
}
.single-inspiration .single-gallery-block .splide__list li {
  height: 350px !important;
}
.slider-gallery-inspiration button.splide__arrow {
  top: 50%;
  transform: translatey(-50%);
}
.design-img-holder:not(.elementor-element-edit-mode) * {
  /* 	height: 100% !important; */
  width: 100% !important;
  display: block !important;
  object-fit: cover;
}
.icon-link-sec p.elementor-icon-box-title {
  margin-bottom: 0;
}
.icon-link-sec .elementor-icon-box-wrapper {
  margin-bottom: 8px;
}
.icon-link-sec .elementor-icon-box-icon {
  margin-right: 14px !important;
  position: relative;
}
.contact-main-page .icon-link-sec .elementor-icon-box-icon {
  bottom: -4px;
}
.parallax-bg {
  position: relative;
  overflow: hidden;
}

.parallax-bg .e-con-inner {
  position: relative;
  z-index: 1;
}
.parallax-bg .parallax-bg-effect {
  position: absolute;
  left: var(--size);
  top: var(--size);
  right: var(--size);
  bottom: var(--size);
  --size: -8vh;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.2);
  transition: all 0.3s linear;
}
.home-service-page .service-grid-section .left-side {
  background: #262b31;
}
.service-grid-section .service-item:not(:nth-child(odd)) .sub-title,
.home-service-page .service-grid-section .left-side :is(.title, .sub-title) {
  color: #fff;
}
.conner-point-bottom h1.elementor-heading-title.elementor-size-default {
  position: relative;
  display: inline-block !important;
}
.conner-point-bottom .elementor-heading-title:after {
  bottom: 0;
  right: -25px;
}

/* career-page */

.career-banner .conner-point-bottom .elementor-heading-title:after {
  bottom: -8px;
  right: -20px;
}
.career-accordion li {
  position: relative;
  list-style: disc;
  line-height: 22px;
  padding-bottom: 8px;
}
.career-accordion li:last-child {
  padding-bottom: 0;
}
.career-joint-sec .elementor-text-editor p {
  margin-bottom: 8px;
}
.career-accordion ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
/* .career-accordion{
    padding: 100px 0;
} */
.career-item {
  border: 1px solid #ddd;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.career-item + .career-item {
  margin-top: 15px;
}
.career-item .career-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
.career-item .main-title {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}
.career-item .main-title .title {
  color: #373e46;
  font-size: 32px;
  margin-bottom: 0;
  font-family: var(--primary-font);
  font-weight: 500;
}
.career-item .main-title .sub-title {
  color: #373e46;
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--primary-font);
  font-weight: 500;
}
.career-item .main-title .employment-type {
  color: #f57b20;
  background-color: rgba(245, 123, 32, 0.1);
  /* border: 1px solid #F57B20; */
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
}
.career-item .location-salary {
  display: flex;
  gap: 10px;
  align-items: center;
}
.career-item .location-salary .icon svg {
  --size: 18px;
  height: var(--size);
  width: var(--size);
}
.career-item .location-salary .text {
  color: #93959e;
  font-size: 14px;
  line-height: 14px;
}
.learn-apply-btn button {
  background-color: transparent;
  border: none;
  color: #373e46;
  text-transform: capitalize;
  padding: 0;
  margin-right: 25px;
}

.learn-apply-btn button path {
  fill: #373e46;
}
.learn-apply-btn button:hover path {
  fill: var(--e-global-color-secondary);
}
.learn-apply-btn button:hover {
  color: var(--e-global-color-secondary);
}
.learn-apply-btn button .view-less {
  display: none;
}
.learn-apply-btn button:not(.collapsed) .learn-more {
  display: none;
}
.learn-apply-btn button:not(.collapsed) .view-less {
  display: flex;
}
.learn-apply-btn .apply-btn {
  background-color: #f57b20;
  color: #fff;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
}
.learn-apply-btn .apply-btn:hover {
  background-color: var(--e-global-color-primary);
}
.career-item .career-body {
  padding: 25px;
  border-top: 1px solid #ddd;
}
.career-item .career-body li {
  list-style: disc;
  font-family: var(--primary-font);
  color: #373e46;
}
.career-item .career-body li strong {
  font-weight: 500;
}
.career-item .career-body .title {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
}
.location-salary .item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.learn-apply-btn button .icon svg {
  width: 20px;
  height: 18px;
}
.learn-apply-btn button .icon {
  display: flex;
}
.learn-apply-btn button > span {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* career-page */

/* apply-form-section */
.apply_title .elementor-heading-title span {
  color: #373e46;
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--primary-font);
  font-weight: 500;
}
.apply_location .elementor-icon-box-wrapper {
  align-items: center;
}

/* apply-form-section */

/* apply-form */

.apply-form #dropArea {
  width: 100%;
  height: 120px;
  border: 2px dashed #373e46;
  text-align: center;
  color: #373e46;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* 	background-color: #f3f2f2; */
  /* 	background-color: #F57B20; */
  /* 	backdrop-filter: blur(10px); */
  z-index: 1;
}
.apply-form #dropArea:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f57b20;
  opacity: 0.06;
  z-index: -1;
}
.apply-form .wpcf7-response-output {
  text-align: center;
}

.apply-form #dropArea p {
  margin: 0;
  color: #f57b20;
}

.apply-form #fileButton {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #f57b20;
  border: none;
  /*     border-radius: 5px; */
  color: white;
  cursor: pointer;
}

/* .apply-form #fileButton:hover {
    background-color: #2980b9;
} */

/* .apply-form #fileList {
    margin-top: 20px;
} */

.apply-form {
  max-width: 70% !important;
  margin: 0 auto;
}
.apply-form .form-group {
  position: relative;
}
.apply-form .form-file {
  margin-bottom: 16px;
}
.apply-form .form-input {
  width: 100%;
  font-size: 16px;
  padding: 15px 20px;
  border: 2px solid #9e9e9e;
  position: relative;
  /*     background-color: #f6f6f6; */
}
.apply-form .form-textarea {
  height: 100px;
}
.apply-form .form-submit input {
  padding: 15px 60px;
  background: #f57b20;
  border: 1px solid #f57b20;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.apply-form .form-submit {
  text-align: center;
  position: relative;
}
.apply-form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.apply-form .form-file p {
  margin-bottom: 0;
}
.apply-form .form-group label {
  margin-bottom: 10px;
  font-weight: 500;
}

.apply-form span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0px;
  right: 8px;
  font-size: 9px;
  font-weight: bold;
}

/* apply-form */

/*Additional CSS*/

body:not(.home) div:not(.home-service-page) .service-item .splide__arrows {
  display: none;
}
.home-service-page .service-grid-section .service-item {
  overflow: visible;
}
.service-item .splide__arrow {
  top: 105%;
  left: auto;
}
.service-item .splide__arrow.splide__arrow--next {
  right: 50px;
}
.service-item .splide__arrow.splide__arrow--prev {
  right: 90px;
}
/*End Additional CSS*/

.carousel-fixed-height img {
  height: 200px;
  object-fit: cover;
}

.award-link-hover a span.elementor-icon-list-text {
  transition: 0.3s linear;
}
.award-link-hover a:hover span.elementor-icon-list-text {
  color: var(--e-global-color-secondary) !important;
}
.contact-link-hover a:hover,
.footer .footer-menu-lists a span.elementor-icon-list-text {
  transition: 0.2s;
}
.contact-link-hover a:hover,
.footer .footer-menu-lists a:hover span.elementor-icon-list-text {
  color: var(--e-global-color-secondary);
}
