.navbar-brand img{
    max-width: 250px;
    height: 80px;
}
.new-css-about{
    gap: 40px;
    grid-template-columns: 35.5% 32% 26%;
}
.new-css-about p{
    font-size: 16px;
}
.small-icon-adjust img{
    max-width: 50px;
}
.user-detrail-box figure{
   background: #ffffff;
    border: 1px solid #c7aa7f;
    width: 73px;
    height: 73px;
}
.user-detrail-box figure img{
    max-width: 40px;
}


.footer-logo-con img{
    max-width: 120px;
}
/* gallery */

/*start tabs*/
.portfolio input[type="radio"]{
  display: none;
}
.portfolio .tabs label{
    display: inline-block;
    color: #3f4244;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.portfolio .tabs .all{
  display: none;
  transform-origin: 10% 50%;
}
.portfolio .tabs .content {
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}
.portfolio .tabs .content img {
  height: auto;
  width: 100%;
}
.portfolio .tabs label:not(:first-of-type){
  margin-left: -4px;
}
.portfolio input[id="all"]:checked ~ .content .all{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="commercial"]:checked ~ .content .commercial{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="residential"]:checked ~ .content .residential{
  display: block;
  animation: animateTabe 1s;
}
/* .portfolio input[id="graphicDesign"]:checked ~ .content .graphicDesign{
  display: block;
  animation: animateTabe 1s;
} */
.portfolio input[type="radio"]:checked + label{
    background-color: #3e876f;
    border: 1px solid #3e876f;
    cursor: default;
    border-radius: 35px;
    color: #fff;
}
/* .portfolio .tabs .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:100%;
  padding-top: 10%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0,0,0,.5);
  left: 0;
  transition: all .5s;
  transition: all .5s linear;

}
.portfolio .tabs .all .content:hover .overlay{
  top: 0;
}
.portfolio .tabs .overlay span{
  padding: 2px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.portfolio .tabs .overlay span:hover{
  background: #5CC05C;
  border-color: #5CC05C;
}
@keyframes animateTabe{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
} */

.classic-list{
  list-style-type: none;
}
/* end   */

.new-set-ser-icon{
  max-width: 50px;
}

.set-services{
  background: #ffffff;
  border: 1px solid #c7aa7f;
  width: 73px;
  height: 73px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 125px;
}
.set-services img{
  max-width: 40px;
}
.top-heading{
  padding-top: 85px;
  position: relative;
  z-index: 99;
}

.slide-cut{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-cut::after{
  content: '';
  position: absolute;
  background-color: #c7aa7f;
  width: 100% !important;
  height: 100% !important;
  /* z-index: 9; */
  opacity: 0.7;
}

.about-cut{
  background-image: url(../images/slide/about-us.jpg);
}
.service-cut{
  background-image: url(../images/slide/service.jpg);
}
.our-projects-cut{
  background-image: url(../images/slide/our-projects.jpg);
}
.contact-cut{
  background-image: url(../images/slide/contact.jpg);
}

.new-top-space{
  margin-top: 80px;
}
.user-detrail-box .set-service{
  display: flex;
  align-items: center;
}

.only-show-mobile{
  display: none;
}
.new-top-spacing{
  height: 100%;
  padding: 0;
}
.banner-main-con-02{
  height: 940px;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 0.5;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.carousel-inner{
  height: 100%;
}
.carousel-item{
  height: 100%;
}
.carousel-item img{
  height: 100%;
}
.carousel{
  height: 100%;
}
.banner-text-con-02{
    position: relative;
    z-index: 2;
    top: -115px;
}
.banner-text-con-02 h1{
    font-size: 85px;
    line-height: 100px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Jost", sans-serif;
}
.banner-text-con-02 span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 60px;
    position: relative;
}
.banner-text-con-02 span::before {
    content: "";
    background: var(--accent);
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner-text-con-02 span::after {
    content: "";
    background: var(--accent);
    height: 3px;
    width: 50px;
    position: absolute;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}
.banner-text-con-02 h1 {
    margin-left: -5px;
    margin-bottom: 15px;
}
.banner-text-con-02 p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #ffffff;
}
.banner-btns-02{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 79px;
    justify-content: center;
}
.carousel-caption{
  top: 300px;
}
.light-cream{
  background-color: #FDFBD4;
}


/* 03 */
.banner-text-con-03{
    position: relative;
    z-index: 2;
    top: -115px;
}
.banner-text-con-03 h1{
    font-size: 85px;
    line-height: 100px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Jost", sans-serif;
}
.banner-text-con-03 span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 60px;
    position: relative;
}
.banner-text-con-03 span::before {
    content: "";
    background: var(--accent);
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner-text-con-03 span::after {
    content: "";
    background: var(--accent);
    height: 3px;
    width: 50px;
    position: absolute;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}
.banner-text-con-03 h1 {
    margin-left: -5px;
    margin-bottom: 15px;
}
.banner-text-con-03 p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #ffffff;
}
.banner-btns-02{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 79px;
    justify-content: center;
}
/*end 03 */









@media only screen and (max-width:430px) {
  .banner-text-con{
    top: -25px;
  }
  .user-detrail-box .set-service{
    display: flex;
    align-items: center;
  }
  .user-detrail-box figure{
    margin: 0 !important  ;
  }
  .user-detrail-box {
      padding: 14px 14px !important;
  }
 .user-detrail-box  .set-res{
    margin: 0  auto 10px !important;
  }
  .set-services{
    margin: auto;
  }
  .header-main-con {
    top: 0px !important;
  }
  .only-show-mobile{
    display: block;
  }
  .show-m-gallery{
    display: none !important;
  }
  .banner-main-con-02{
    height: 260px;
    margin-top: 95px;
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-caption {
    top: 0;
  }
  .banner-text-con-02{
    top: 0;
  }
  .banner-text-con-02 span{
    font-size: 15px;
    line-height: 5px;
    font-weight: 500;
    padding-left: 0;
  }
  .banner-text-con-02 span::before{
    width: 30px;
    position: absolute;
    left: -35px;
  }
  .banner-text-con-02 span::after{
    width: 30px;
    position: absolute;
    right: -35px;
  }
  .banner-text-con-02 h1{
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .banner-text-con-02 p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #ffffff;
  }

.main-box-03{
  padding-left: 0;
  padding-right: 0;
}
  .banner-main-con-03{
    height: 260px;
    margin-top: 270px;
  }
  .caption-03{
        top: -195px !important;
  }
  .ov-visible{
    overflow: visible;
  }
  .carousel-caption {
    top: 0;
  }
  .banner-text-con-03{
    top: 0;
  }
  .banner-text-con-03 span{
    font-size: 15px;
    line-height: 5px;
    font-weight: 500;
    padding-left: 0;
    color: #212121;
  }
  .banner-text-con-03 span::before{
    width: 30px;
    position: absolute;
    left: -35px;
  }
  .banner-text-con-03 span::after{
    width: 30px;
    position: absolute;
    right: -35px;
  }
  .banner-text-con-03 h1{
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 5px;
    color: #212121;
  }
  .banner-text-con-03 p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #212121;
  }
}

