
/*********************************************
		Furniture css
*********************************************/
.furniture-wrap{background: #ecedf2;}
.furniture-service{
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: -13px;
    z-index: 1000;
    position: relative;

}
.furniture-service li{text-align:center; display:inline-block; max-width: 125px; margin: 0 8px;}
.furniture{background:#363f48; padding:15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #100e0c;margin-bottom: 15px; -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.42); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.42); box-shadow: 0 6px 8px rgba(0,0,0,.42);}
.furniture h3{font-size:14px; color:#fff; margin-top:16px; line-height:20px; margin-bottom:0; font-family: 'Open Sans', sans-serif;margin-bottom: 15px;}
.furniture-service li a{text-decoration:none;margin-bottom: 15px;}
.furniture-service li:hover .furniture{background:#f26724;margin-bottom: 15px;}
.furniture h3 {
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 600px){
    .furniture-service{
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: -13px;
    z-index: 1000;
    position: relative;

}

}
@media screen and (max-width: 480px) {
  .furniture {
    min-height: 132px;
  }
}


/**/

.project-title {
  position: relative;
  padding-left: 30px;
}
.project-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #eee;
}
.project-title h3 {
  font-size: 24px;
  margin-top: 20px;
}
.project-title h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #8b8b8b;
  margin-top: 10px;
}
.project-title a {
  font-size: 17px;
  margin-top: 6px;
}

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

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

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

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

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

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

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

#project-2 .project-section {
  position: relative;
}
#project-2 .project-section.pt-100 {
  padding-top: 50px;
}
#project-2 .single-project-wrapper {
  display: block;
  min-height: 475px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
#project-2 .project-info-inner {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #171717;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 40px;
}
@media (max-width: 767px) {
  #project-2 .project-info-inner {
    padding: 25px 15px;
  }
}
#project-2 .project-info-inner h3 {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-2 .project-info-inner h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #project-2 .project-info-inner h3 {
    font-size: 18px;
  }
}
#project-2 .project-info-inner p {
  margin: 0;
}
#project-2 .project-info-inner h6 {
  color: #444;
  margin: 17px 0;
}
#project-2 .project-info-inner:hover h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
#project-2 .project-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#project-2 .project-details-link {
  color: #fff;
  border: 1px solid;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#project-2 .project-details-link i {
  font-size: 20px;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
}
#project-2 .project-info {
  margin-right: 40px;
}
#project-2 .portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
#project-2 .single-project-wrapper:hover .project-info-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#project-2 .project-info-inner:hover .project-details-link i {
  transform: rotate(0);
}

#project-3 .project-list {
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
}
#project-3 .project-list:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #777;
}
#project-3 .project-list button {
  border: none;
  background: none;
  margin-bottom: 30px;
  color: #333;
  padding-left: 0;
  padding-right: 0px;
  margin-right: 50px;
  padding-bottom: 10px;
  font-size: 18px;
}
#project-3 .project-list button:hover {
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #project-3 .project-list button {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-3 .project-list button {
    margin-right: 45px;
  }
}
#project-3 .project-list .nav-link.active {
  border-bottom: 4px solid #777;
}
#project-3 .project-list .nav-link:focus, #project-3 .project-list .nav-link:hover {
  color: #000 !important;
}
#project-3 .featured-work-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  margin-bottom: 50px;
}
#project-3 .featured-work-wrapper:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #171717;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
}
#project-3 .featured-work-wrapper:hover::after {
  opacity: 0.6;
}
#project-3 .featured-work-wrapper .featured-work-info {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  z-index: 2;
  padding: 35px 40px 35px 40px;
  max-width: 500px;
  transition: all ease 0.3s;
  transition-delay: 0.07s;
}
#project-3 .featured-work-wrapper .featured-work-info h2 {
  color: transparent;
  -webkit-text-stroke: 0.8px #FFFBFB;
  -webkit-text-stroke-width: 1px;
  font-size: 70px;
}
#project-3 .featured-work-wrapper .featured-work-info h4 {
  color: #fff;
  font-size: 30px;
}
#project-3 .featured-work-wrapper:hover .featured-work-info {
  opacity: 1;
  transform: translateY(0);
}
#project-3 .featured-work-wrapper .details-link {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
  transform: translate3d(0, -100%, 0);
  transition: all ease 0.3s;
  opacity: 0;
  z-index: 2;
}
#project-3 .featured-work-wrapper .details-link i {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}
#project-3 .featured-work-wrapper .details-link i:hover {
  transform: rotate(0);
}
#project-3 .featured-work-wrapper:hover .details-link {
  opacity: 1;
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

.project-details-wrap .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-wrap .section-title h1 {
    font-size: 75px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-wrap .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .project-details-wrap .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

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

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

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

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

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

.single-info p {
  margin: 0;
}

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

.project-details-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-inner {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 30px;
    padding-left: 0;
  }
}

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

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

.project-brief-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  background: rgba(23, 23, 23, 0.7411764706);
  width: 400px;
  padding: 25px;
}
@media (max-width: 767px) {
  .project-brief-wrap {
    width: 350px;
    background: #171717;
  }
}

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

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

.single-brief p {
  margin: 0;
}

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

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

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

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


/**/
.formbg {
    background-color: #0e5700;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 165px 0px 113px 0px;
    background-image: url(../img/carousel-1.jpg);
    background-attachment: fixed;
    background-size: cover;
}
/**/
.callus{
    background-color: #ff6600;
    padding: 64px;
    text-align: center;
    color: #fff;
    font-size: 31px;
    font-family: "nor";
    font-weight: 900;
}
@font-face {
	font-family: "f60";
	src: url("../fonts/Aspekta-400.ttf"); /* IE9 Compat Modes */  
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "f80";
	src: url("../fonts/Aspekta-750.ttf"); /* IE9 Compat Modes */  
	font-weight: normal;
	font-style: normal;
  }
    @font-face {
	font-family: "f50";
	src: url("../fonts/Aspekta-350.ttf"); /* IE9 Compat Modes */  
	font-weight: normal;
	font-style: normal;
  }
      @font-face {
	font-family: "f30";
	src: url("../fonts/Aspekta-350.ttf"); /* IE9 Compat Modes */  
	font-weight: normal;
	font-style: normal;
  }
    .hmtextf50{
    font-family:"f50";
    color: #333333;
    font-size: 60px;
    line-height: 85px;
  }
  .hmtextf60{
    font-family:"f60";
    color: #ff6600;
    font-size: 60px;
    font-weight: bold;
  }
   .hmtextf30{
    font-family:"f30";
    color: #ff6600;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
    .hmtextf80{
    font-family:"f80";
    color: #333333;
    font-size: 60px;
    line-height: 33px;
  }
  .grbg{
    padding: 15px;
    background-color: #e7e7e7;
    text-align: center;
    margin-top: 15px;
  }
  .grbg h2{
    padding: 1px;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
/**/
.linkbt{
  font-family: "f30";
  color: white;
}
.linkbt:hover{
  font-family: "f30";
  color: #000;
    transition-duration: 0.4s;
}
a.linkbt{
  font-family: "f30";
  color: white;
}