@charset "UTF-8";
html{
    overflow-x:hidden;
}
@media screen and (max-width: 3000px) {
  .project-fullC {
    margin-bottom: 0px !important;
  }
  .projects-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog_c{
    margin-top: 50px;
    /* width: 70% !important;
    max-width: 70% !important; */
  }
  .project-item {
    width: 20%;
    height: 220px;
    position: relative;
    overflow: hidden;
  }
  .project-item-cover {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, 0.9);
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project-item-cover > div {
    width: 50px;
    height: 50px;
    background-color: #f4c522;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  }
  .project-item:hover .project-item-cover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .project-item-cover > span {
    color: gray;
    font-size: 18px;
  }
  .project-item-cover > p {
    color: #f4c522;
    font-size: 18px;
  }
}
/* Media Queries */
@media screen and (max-width: 1200px) {
  .projects-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .project-item {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .projects-container {
    /* padding: 0 20px; */
  }
  .project-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .projects-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .projects-container {
    -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;
    margin: 0 !important;
    padding: 0 !important;
  }
  .project-item {
    width: 100%;
  }
}
.menu-project-container {
  clip-path: polygon(99% 0, 100% 50%, 99% 99%, 0% 100%, 0 50%, 0% 0%);
  background-color: #f4c522;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.menu-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-project li {
  background: #f4c522;
  color: black;
  padding: 12px 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  position: relative;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  margin-right: 5px;
  cursor: pointer;
}

/* Hover Effect */
.menu-project li:hover {
  background: white;
  color: black;
}
.menu-project li.active{
  background: white;
  color: black;
}
.menu-project-container {
  clip-path: polygon(99% 0, 100% 50%, 99% 99%, 0% 100%, 0 50%, 0% 0%);
  background-color: #f4c522;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
 
}

.menu-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-project li {
  background: #f4c522;
  color: black;
  padding: 12px 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  position: relative;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  margin-right: 5px;
  white-space: nowrap;
}

/* Hover Effect */
.menu-project li:hover {
  background: white;
  color: black;
}

/* Media Queries */
@media screen and (max-width: 992px) {
  .menu-project-container {
    /* width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
            display: none;
  }
  /* .menu-project {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-project li {
    padding: 10px 20px;
    font-size: 14px !important;
  } */
}
@media screen and (max-width: 768px) {
  .menu-project-container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-project {
    -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;
  }
  .menu-project li {
    width: 90%;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .menu-project-container {
    padding: 10px;
  }
  .menu-project {
    width: 100%;
    padding: 0;
  }
  .menu-project li {
    width: 100%;
    font-size: 14px;
  }
}
.carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 90vh;
  overflow: hidden;
  margin: auto;
  background-color: #e3eef9;

}

/* Wrapper that holds all slides */
.carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400vw;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

/* Individual Slide */
.carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; /* Ensures images don’t overflow */
}

/* Image positioned absolutely */
.carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Covers slide properly */
}

/* Text Content */
.carousel-text {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 0);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  z-index: 10; /* Ensures text is above the image */
}

.carousel-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}

.carousel-text p {
  font-size: 1.1rem;
  color: #555;
}

/* Call-to-Action Button */
.btn-yellow {
  background-color: #f4c522;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.btn-yellow:hover {
  background-color: #ffdb4d;
}

/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  z-index: 100;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .carousel-text {
    width: 100%;
    text-align: center;
    transform: none;
    right: 0;
  }
}

#slogan_about{
  padding: 40px;
  border:3px solid #fbd232;
}
.site-branding{
  padding: 0;

}
.site-branding>a>img{
  height: 130px;
  width: auto;
}
.about-us>p>img{
  height: 130px;
  width: auto;
}
.our-services .thememove-btn{
  width: 92% !important;
}

.call-us{
  background-color: black;
  padding: 30px;
}

.parallax {
  background: url('https://renovation.thememove.com/wp-content/uploads/2015/08/home01_section8_bg.jpg') center/cover fixed no-repeat;
  min-height: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5%;
  position:relative;
}

.form-container {
background: rgba(0, 0, 0, 0.85);
padding: 40px;
width: 800px;
color: white;
display:flex;
flex-direction:column;
justify-content:center;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
position:absolute;
top:0;
height:100%;
padding: 0 60px;
}

.form-title {
font-size: 26px;
font-weight: 600;
margin-bottom: 10px;
text-align: center;
}

.form-description {
font-size: 14px;
margin-bottom: 20px;
opacity: 0.8;
text-align: center;
}
.form-container h2{
color:white;
font-size:50px;
align-self:center;
margin-bottom:40px
}
.input-groupAK {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 15px;
}

.input-fieldAK {
flex: 1;
width: calc((100% - 15px)/2);
padding: 12px;
height: 50px;

border: 1px solid #ccc;
/* border-radius: 5px; */
font-size: 14px;
}

.textarea-fieldAK {
width: 100%;
height: 200px;
padding: 12px;
border: 1px solid #ccc;
/* border-radius: 5px; */
font-size: 14px;
resize: none;
}

.submit-buttonAK {
width: 100%;
background: #FFC107;
border: none;
padding: 14px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
/* border-radius: 5px; */
margin-top: 10px;
transition: background 0.3s;
}

.submit-button:hover {
background: #FFA000;
}

@media (max-width: 768px) {
.parallax {
justify-content: center;
padding: 0;
}
.form-container {
width: 100%;
/* max-width: 400px; */
}
}

.carousel-container {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.owl-carousel-partner .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  
}
.owl-carousel-partner .item:hover{
  border: 1px solid #FFA000
}
.mobile_menu{
  display: none;
}
.mobile_menu>ul{

  width: 100%;
  display: flex;
padding-bottom: 36px;
  flex-direction: column;
  gap: 25px;
  height: mex-content;
  align-items: flex-end;
  /* justify-content: center; */
  margin: 0;
  margin-top: 50px;
  font-size: 20px;

}
.mobile_menu>ul li{
font-size: 30px;
}
@media (max-width:500px){
  .carousel{
   height: 45vh; 
  }
  .centered_w70{
    width: 100vw;
  }

  .carousel-text>h2{
    font-size: 1rem;

  }
  .carousel-text>p{
    font-size: 0.8rem;
    
  }
  .carousel-text>button{
    font-size: 8px;
  }
  .site-branding>a>img{
    width: 80px;
    height: auto;
  }
  .big-title .entry-title{
    font-size:30px
  }
  .menu-project-container{
    display: none;
  }
  .form-container{
    width: 100%;
    padding: 0 10px;
  }
  .form-container>h2{
    font-size: 25px;
  }
  .input-groupAK{
    flex-wrap: wrap;
  }
.input-fieldAK {
  flex: 1;
  width: 100%;
  /*padding: 12px;*/
  /*height: 40px;*/
  
  border: 1px solid #ccc;
  /* border-radius: 5px; */
  font-size: 14px;
  }
  
  .textarea-fieldAK {
  width: 100%;
  height: 100px;
  padding: 12px;
  border: 1px solid #ccc;
  /* border-radius: 5px; */
  font-size: 14px;
  resize: none;
  }
  .submit-buttonAK{
    font-size: 15px;
    padding: 8px;
  }
  .hentry_ak{
    width: 100vw !important;
    margin: 0;
    max-width: 100vw;


  }
 
}

@media (min-width:0px) and (max-width:1200px){
  .address_header{
    display: none;
  }
  .searchbox{
    display: none;
  }
 
}

#top-left-menu{
  margin: 0;
  padding: 10px 0 ;
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

#language-selector {
  display: flex;
  gap: 10px; /* Spacing between images */
}

.language-option img {
  width: 50px; /* Adjust size of the images */
  height: auto; /* Maintain aspect ratio */
  cursor: pointer; /* Show pointer on hover */
  border: 2px solid transparent; /* Optional: to create a border effect */
}

.language-option img:hover {
  border-color: blue; /* Optional: highlight on hover */
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 100;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px;
}
.dropdown-toggle img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  min-width: 60px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.dropdown-menu a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}
.dropdown-menu a:hover {
  background: #f0f0f0;
}
.dropdown-menu img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.wpb_wrapper>a.btn.thememove-btn>span{
  text-transform: uppercase;
}
.service_icon_cont{
  position: absolute;
    left: 0;
    bottom: 0;
    height: 76px;
    background-color:#111111;
    width: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.service_icon_cont>img{
  width: 30px;
  height: 30px;
  filter: invert(93%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.vc_custom_1438935029451 .vc_column_container:hover .service_icon_cont {
  background-color: #eeeeee;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vc_custom_1438935029451 .vc_column_container:hover .service_icon_cont > img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.our-features > div > .vc_column-inner,
.our-features > div > .vc_column-inner .wpb_wrapper {
  height: 100%;
}

img.size-full, img.size-large, img.wp-post-image {
  /* height: 164px;
  object-fit: cover;
  object-position: top; */
}

#post-1430 > div > div:nth-child(1) > div.wpb_column.vc_column_container.col-sm-8.col-md-9 > div > div > div > div > article.post-full-item.post-631.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-aging-in-place-remodel.tag-renovation.tag-roffing > div.post-thumb > a > img{
  height: 420px;
  object-fit: cover;
  object-position: top;
}
.header01 .site-header .social-menu {
  width: 30%;
  right: 0;
}
.header01 .site-header .social-menu ul.menu {
  text-align: left;
}
.header01 .site-header .social-menu:after {
  right: 0;
  width: auto;
}
.site-content {
  /* overflow: hidden; */
}
#content{
  display: flex  ;
  flex-direction: column;
  justify-content: center;
}
.vc_custom_1438935029451 {
  transform: unset;
  width: auto;
  max-width: 60%;
  margin: 0 auto;
  gap: 60px 0;
}
#post-23 > div > div.vc_row.wpb_row.row.our-services.centered_w70.vc_custom_1438935029451{
  max-width: 60vw;

  gap: 60px 0;
}
#content > div.container-fluid > div > div > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.container {
  /* max-width: fit-content; */
}
@media only screen and (max-width: 1530px) {
  .centered_w70{
    max-width: 90%;
  }
}
.projects-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.project-item {
  width: 20%; /* 3 items per row */

  position: relative;
  overflow: hidden;
}

.project-item img {
  width: 100%;
  height: auto;
  display: block;
  /* border-radius: 5px; */
}

.project-item-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.project-item:hover .project-item-cover {
  opacity: 1;
}

/* Responsive Layout */
@media (max-width: 992px) {
 
  .project-item {
      width:calc((100% - 45px)/ 3);
  }
}
@media (max-width: 768px) {
  .project-item {
      width: 100%; /* 1 item per row */
  }
}
.big-title{
  margin: 0;
}

@media only screen and (max-width: 1560px) {
  .menu-project li{
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1375px) {
  .menu-project li{
    padding: 12px 12px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1140px) {
  .menu-project li{
    padding: 12px 6px;
    font-size: 12px;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 1550px) {
  .centered_w70{
    width: 85%;
    max-width: 85% !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog_c{
    margin-top: 50px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .container{
    max-width: 100%;
  }
  .wpb_wrapper h2 {
    text-align: center !important;
    font-size: 22px !important;
  }
  .vc_custom_1439286368617 .wpb_wrapper h2 {
    text-align: left !important;
    font-size: 22px !important;
  }
  .alignnone{
    height: 350px !important;
    width: 100%;
  }
  .wpb_wrapper span{
    font-size: 16px;
  }
  .vc_custom_1438935029451, #post-23 > div > div.vc_row.wpb_row.row.our-services.centered_w70.vc_custom_1438935029451 {
    gap: 0px 0;
  }
  .centered_w70 {
    width: 95%;
    max-width: 95% !important;
  }

}

.call_now{
  margin-top: 60px;
}

.categories-links>a{
  white-space: nowrap;
  max-width: 220px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

#menu-item-2493{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

/* Remove default Safari select styling */
select {
  -webkit-appearance: none; /* Remove Safari’s default arrow */
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

/* Add custom dropdown arrow */
select::after {
  content: "▼"; /* Custom arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
body{
  overflow-x: hidden;
}

.fb-comments>iframe{
  width: 100% !important;
  min-width: 100% !important;
}


.empty_state{
  position: relative;
  top: -20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  
}

.empty_state i{
  margin: auto;
  margin-bottom: 0px;
  font-size: 90px;
  color: #ccc;
}
.empty_state h3{
  margin: 8px 0px;
  text-align: center;
  font-weight: normal;
}
.empty_state p{
  font-size: 14px;
  margin: 0px;
  color: #999;
  text-align: center;
}
.empty_state a{
  outline: none;
  border:  none;
  border-radius: 3px;
  padding: 8px 8px;
  margin: 20px auto auto auto;
  width: 50%;
  max-width: 200px;
  font-weight: bold;
  background: #FBD232;
  color: black;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 12px;
  display: flex ;
  justify-content: center;
  cursor:pointer;
}

#content > div.vc_row.wpb_row.centered_w70.vc_custom_1441359070946 > div > div > div > div.vc_row.wpb_row.row.be-a-piece-of-us.middle.vc_custom_1439191711650.vc_row-has-fill.call_now > div.center.wpb_column.vc_column_container.col-sm-1{
  z-index: 2 !important;
}