/********** Template CSS **********/
:root {
  --primary: #959697;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #02245B;
}
.mt-minus{
  margin-top: 2em ;
}
.bold{
color: #02245B;
font-weight: 900;
font-size: 19px;
}
.text-colour-dark-grey{
color: #414141;
}

.font-future-about-page{
color:  #121212;
font-family: "Bebas Neue", sans-serif;
font-weight: 400 !important;
  font-style: normal;
  font-size: 3.73em !important;
}
.font-footer-header{
  font-family: "Bebas Neue", sans-serif;
letter-spacing: 1px;
font-weight: 400 !important;
}

.icon-colour-contact{
color: #666A6D;
}

.company1{
width: 16.5em;
margin-left: 0em;
}
.company5{
width: 16.5em;
margin-left: 8em;
}
.company4{
width: 16.5em;
margin-left: 4em;
}
.company3{
width: 16.5em;
margin-left: 2em;
}
.company-logo{}

.service-link{
color: #414141;
text-decoration: underline;
}
.service-link:hover{
color: #838893;
text-decoration: underline;
transition: ease-in .15s;
}
.bbb-icon{
width: 2.5em;
}
.bg-grey{
  background: rgb(241,34,38);
  background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%); }
.h-1000{
height: 850px;
}

.text-colour1{
  color: #bdbdbd;
  font-family: 'Orbitron', sans-serif;
}
.text-colour6{
color: #959697;
}
.font-future{
color: #fff;
font-family: 'Noto Serif', serif;
}

.font-future-top{
color: #414141;
font-family: 'Noto Serif', serif;
}
.icon-colour-orange {
  width: 22px; /* Adjust the width as needed */
  height: auto; /* Maintain the aspect ratio */
  margin-right: 10px; /* Adjust spacing to the right */
  vertical-align: middle; /* Align the icon vertically with the text */
}
.roofing {
  color: #121212 !important;
  position: relative;
}

.roofing::after {
  content: "";
  position: absolute;
  bottom: 4px !important; /* Adjust the distance between text and underline */
  left: 0;
  width: 100%;
  border-bottom: 5px solid #F62427 !important; /* Adjust the thickness as needed */

  }
.roofing10{
  color: #fff ;
  position: relative;
}

.roofing10::after {
  content: "";
  position: absolute;
  bottom: 6px; /* Adjust the distance between text and underline */
  left: 0;
  width: 100%;
  border-bottom: 9px solid #F62427; /* Adjust the thickness as needed */

  }

.roofing2 {
  color: #fff ;
  position: relative;
}

.roofing2::after {
  content: "";
  position: absolute;
  bottom: 6px; /* Adjust the distance between text and underline */
  left: 0;
  width: 100%;
  border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */

  }

.about-section-font{
color: #121212   ;
font-family: "Bebas Neue", sans-serif;
font-weight: 400 !important;
  font-style: normal;
  text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */

font-size: 3.75em;
}
.font-future2{
color: #fff;
font-family: 'Exo', sans-serif;
}
.font-future3{
color: #fff;
font-family: 'Exo', sans-serif;
font-weight: 600
}
.btn-colour{
  background: #84a4a1;
    color: #fff;
  border: none;
}
.btn-colour2{
  background-color: #797979;
  color: #fff;
}
.btn-colour:hover{
  background-color: #797979;
  color: #ececec;
}
.btn-colour3{
  background-color: #777777;
  color: #fff;
}
.btn-colour3:hover{
  background-color: #777777;
  color: #ececec;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 500;
}
.dropdown-menu{
  background: #adc1c2 !important;
}

/* Define the default background color for dropdown items */
.dropdown-item {
background-color: #adc1c2 !important; /* Default background color */
color: #252f30; /* Text color */
font-family: "Roboto", sans-serif !important;
font-weight: 600;
font-size: 1.2em;
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item:active {
background-color: #231F20; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}

 /* Define the default background color for dropdown items */
.dropdown-item2 {
background-color: #adc1c2 !important; /* Default background color */
color: #000; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item2:active {
background-color: #EE7B2D; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}
.dropdown-item3 {
background-color: #adc1c2; /* Default background color */
color: #000; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item3:active {
background-color: #C21A1A; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}

.btn-primary,
.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}



.bg-blue-shade{
  background: #adc1c2 !important;
}




/*** Navbar ***/
.navbar.sticky-top {
top: 0; /* Change this to 0 to have it fully visible when sticky */
transition: .5s;
z-index: 1000; /* Add z-index to ensure it appears above other elements */
}

.logo-container {
  position: relative;
  display: inline-block;
  z-index: 1; /* Ensure logo container is above the clipping mask */
}

.clipping-mask4 {
  position: absolute;
  top: -107px ;
  left: -12px;
  width: 165px; /* Adjust width as needed */
  height: 190%; /* Adjust height to match the logo container height */
  background: #252f30; 
  clip-path: polygon(83% 0, 49% 52%, 81% 100%, 0% 100%, 0 51%, 0% 0%);  
  z-index: 0; /* Ensure clipping mask is below the logo */
}
.topbar-left-clip {
  position: absolute;
  top: 0;
  left: 0;
margin-left: 17em;
  width: 210px; /* Adjust the width of the clipping mask */
  height: 66%; /* Set to match the height of the top bar */
  background-color: #252f30; /* Background color of the clipping mask */
  clip-path: polygon(100% 0, 71% 0, 100% 100%);
  z-index: 1; /* Ensure the clipping mask is behind other content */
}



.logo {
  width: 14.7em;
  margin-right: 0.5em;
  margin-bottom: 4em;
  margin-left: 5em;
  }




.navbar .navbar-nav .nav-link {
margin-right: 60px;
padding: 0px 0 25px 0;
color: #231F20;
font-size: 31px ;
font-weight: 600;
outline: none;
font-family: "Roboto", sans-serif !important;
font-style: normal;}
.google-my-business-icon{
  width: 3.2em;

}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: #252f30;
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 0px;
}

/* Remove extra 'r' in the media query */
@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    background: #adc1c2;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.topbar-right {
    visibility: visible;
}

.topbar-text {
    display: none;
}
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3449754901960784) 100%);  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  
}

.cl5{
    margin-left: 6.5em;
  
  }




.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 550px;
  }

  .cl5{
    margin-left: 2.5em;
    margin-right: 1em;
  }
  .cl4{
    margin-left: 1.75em;
    margin-right: .1em;
  }
  .cl3{
   
    margin-left: .65em;
  }
  .cl2{
   
    margin-right: 1.75em;
  }
  .cl1{
   
    margin-right: 1.75em;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
 margin-top: 28em;
}
.main-size{
  font-size: 2.8em;
}
.title-text{
  font-size: 1em;
}

.logo{
  width: 1.5em;

}
.logo-text{
font-size: .85em;
padding-right: 1.01em;

}
}

.py-50{
padding-top: 5em;
}
.py-23{
padding: 1em 0em; 
}
.page-header {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
  url(../img/carousel-1.jpg) center right no-repeat;
background-size: cover; /* Ensures the image covers the entire container */
  height: 375px;
}
.font-type-page-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 5.5em;
    letter-spacing: .7px;
    margin-top: 0.065em;
}
.font-type-page-header-double{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 5.5em;
    letter-spacing: .7px;
    margin-top: 0.065em;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 29px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
    font-style: normal;
    margin-top: -.4em;
  color: var(--light);
}




/*** Facts ***/
.facts {
  position: relative;
  margin: 6rem 0;
  background: var(--dark);
}

.facts .border {
  border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--primary);
}

@media (max-width: 992px) {
  .btn-play {
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%);
  }
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid #FFFFFF;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}


/*** Service ***/
.service-item {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
  position: absolute;
  padding: 12px;
  width: 130px;
  height: 130px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.service-item .service-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}



.service-item .service-title {
  position: absolute;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  transition: .5s;
}

.service-item:hover .service-title {
  top: -100%;
}

.service-item .service-text {
  position: absolute;
  overflow: hidden;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: #4b4d4fcb;
  transition: .5s;
}
.icon-colour{
color: #c4c4c4;

}

.icon-footer{
color: #fff;

}
.icon-footer:hover{
color: #949494;
transition: ease-in-out .15s;

}
.bg-colour{
  background-color: #B1191C;
}
.bg-blue{
  background-color: #f4f4f4;
}

.bg-black{
  background-color: #000000;
}

.service-item:hover .service-text {
  top: 0;
}

.service-item .service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: -100%;
  left: 0;
  transform: skewY(-12deg);
  background: #FFFFFF;
  transition: .5s;
}

.service-item:hover .service-text::before {
  top: -55px;
}

.service-item .btn {
  position: absolute;
  width: 130px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background: #FFFFFF;
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.service-item .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}
/*Service page */

.service-item1 {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.service-detail1{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;
}
.service-detail2{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;

}
.service-detail2{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;
 
}
.font-type2{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
  letter-spacing: .2px;
  font-size: 1.4em;
  color: #121212;
}

.icon-colour{
color: #F5F5F5;
}
.bg-colour{
  background-color: #B1191C;
}

.service-item1 .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}

/*** Project ***/
.projects{
  margin-bottom: 2em;
  margin-top: 5.5em;
}

.project-item {
  position: relative;
  display: block;
  padding-bottom: 3em;
  margin-left: .5em;
  margin-right: .5em;
}

.project-item img {
  transition: .5s;

}

.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top: -20px;
}

.project-item .project-title {

}



.project-item .project-title::before {

}

.project-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  transition: .5s;
  opacity: 0;
  z-index: 1;
}

.project-carousel:hover .owl-nav {
  opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin: 0 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 45px;
  font-size: 26px;
  transition: .5s;
}


/*** Team ***/
.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  display: flex;
  align-items: center;
  background: var(--primary);
  transition: .5s;
}

.team-item:hover .team-social {
  left: 0;
}






/*** Footer ***/
.footer {
  color: #B0B9AE;
}
.location{
 
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #B0B9AE;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.bg-topbar{
  background: #adc1c2;
}
.blog-link{
text-decoration: underline;
color: #414141;
}
.blog-link:hover{
text-decoration: underline;
color: #6a6a6a;
transition: ease .15s;
}

.contact-link{
  color: #121212   !important;
}

.copyright {
  color: #B0B9AE;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.about-img{
  background-image: url(../img/about-page-image.jpg);
  background-size: cover;
  height: 776px;
  margin-top: 2em;
background-position: top;
}
/*Blog*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}
  /*----------------------------------------------------------------
#contact
-----------------------------------------------------------------*/
.contact-btn{
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;

}

.font-type{
  font-family: "Sedan", serif;
font-weight: 600 !important;
  font-style: normal;
  font-size: 1.2em !important;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 28px;
  color: #020202;
  font-weight: 400 !important;
  transition: 0.3s;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  line-height: 1;
  transition: 0.3s;
  font-style: normal; 
  text-decoration: underline;
  font-size: 1em  ;
  color: #adc1c2;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}
/*Projects***********/
/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: .5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: .5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  background: rgba(53, 53, 53, .7);
  transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/



.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {

  
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 44px !important;
  font-weight: 700;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  margin: 20px 0 0 0;
  color: #020202;
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.text-small{
  font-size: .9rem;
}
.weather-img{
background-image: url(/img/spring-blog.jpg);
width: 100%;
height: 90vh;

}
.weather-img1{
  background-image: url(/img/summer-blog-img.jpg);
 width: 100%;
 height: 70vh;
}
 .weather-img2{
  background-image: url(/img/fall-blog-img.jpg);
 width: 100%;
 height: 70vh;
  
  }
  .weather-img3{
      background-image: url(/img/winter-blog-img.jpg);
     width: 100%;
     height: 70vh;
     background-position: top right ;
     
      
      }
      article{
          margin-bottom: 3em;
      }
      .blog-weather-title{
          font-weight: 800;
          font-size: 1.3rem;
      }

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;

  font-weight: 400 !important;
  padding: 0;
  margin: 0;
  color: #252f30;
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

.accordion {
  --bs-accordion-border-color: #666A6D;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

  --bs-accordion-border-radius: 0px;
}

.accordion-header {
  margin-bottom: 0;
  border-top: 1px solid #666A6D;
}

.accordion-button {
  color: #666A6D;
  line-height: var(--heading-line-height);
  letter-spacing: 0.065rem;
  text-transform: capitalize;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #666A6D;
  background-color: var(--bs-light);
  box-shadow: none;
}
/*--------------------------------------------------------------
  Blog page style
  --------------------------------------------------------------*/

  .active>.page-link,
  .page-link.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
  }
  
  
  .form-control:focus {
    border-color: var(--bs-black);
    box-shadow: none;
  }
  /* Add the following styles to your existing CSS */
  
  #blog .post-shadow {
    padding: 20px; /* Adjust the padding as needed */
  
    position: relative;
    background-color: #fff; /* Set background color for each blog post */
  }
  
  #blog .post-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow to the entire post */
    border-radius: 8px; /* Add border-radius for rounded corners */
    pointer-events: none; /* Allow clicks to go through the pseudo-element */
  }
  
  #blog .post-shadow:hover::before {
    box-shadow: 10px 0 15px rgba(0, 0, 0, 0.2); /* Adjust shadow on hover for a subtle effect */
  }
  .contact-link{
color: #666A6D;
text-decoration: underline;
  }
  .facebook-logo{
    width: 3em;
    margin-right: .5em;
  }.text-footer-colour{
    color: #AEB5A7;
  }
  .text-footer-colour:hover{
    color: #888c84;
  }
  .btn-nav i {
display: none;
  }
  .btn-nav{

background: #253030;
background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 600;
    margin-bottom: 1em;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .3px;
    font-optical-sizing: auto;
    font-style: normal;
  padding: .68em 2.85em;
  }  

  .logo-container {
    position: relative;
    
}

.clipping-mask {
    position: absolute;
    top: -42%;
    left: -10%;
    margin-left: 20em !important;
    width: 50%; /* Adjust as needed */
    height: 100%;
    clip-path: polygon(25% 25%, 50% 50%, 75% 75%, 25% 75%);
    background-color: #ffffff;
    z-index: 1;
}

.navbar-brand {
    position: relative; /* Ensure logo is above clipping mask */
    z-index: 2; /* Ensure logo is above the clipping mask */
}
.navbar .navbar-brand {
  position: relative;
  padding-right: 30px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: left;
  }
  .clipping-mask2 {
    position: absolute;
    top: -42%;
    left: -10%;
    margin-right:  2em !important;
    width: 112%; /* Adjust as needed */
    height: 100%;
    clip-path: polygon(0% 25%, 100% 25.75%, 100% 75%, 0% 74.75%);
    background-color: #ffffff;
    z-index: 1;
}


  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
    

  .font-type-contact{
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */  
      font-style: normal;
      color: #FFFFFF;
      letter-spacing: 1px;
      line-height: 1.1 !important;
      font-size: 3.7em;
      margin-top: 1.2em;
      text-transform: uppercase;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .43)), url(../img/appointment.jpg) right center no-repeat;
    background-size: cover;
    height: 575px;
    margin-bottom: 7em !important;
  }
  .appointment p{
    font-size: 1em;
  }
  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      margin-bottom: .35em !important;
      font-size: 1.8em !important;
      letter-spacing: .1px;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.78em;
      letter-spacing: 0px;
  }
  .section-header-text3{
    color: #f1f1f1;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.560em;
      letter-spacing: .1px;
  }

  .v-shape-fill {
    position: absolute;
    bottom:   -85px; /* Adjust the distance from the bottom as needed */
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Adjust the width of the shape */
    height: auto; /* Allow the height to adjust proportionally */
      z-index: 2 !important;
  }


  .left-fill, .right-fill {
    position: absolute;
    bottom: -50px; /* Adjust the distance from the bottom as needed */
    height: 100px;
    width: 100px; /* Adjust the width of the fill area */
    background-color: white;
    z-index: 3;
  }

  .left-fill {
    left: 50%;
    transform: translateX(-50%) skewY(-45deg); /* Adjust the angle and position */
  }

  .right-fill {
    right: 50%;
    transform: translateX(50%) skewY(45deg); /* Adjust the angle and position */
  }


  .bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, #D73722, #D73722 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #D73722, #D73722 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #D73722, #D73722 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, #D73722, #D73722 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, #D73722, #D73722 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
  }


  .bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
  }
  /*** Service ***/
  .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    min-height: 800px;
    max-height: 800px;
    border: 3px solid #FF8E48;
  }
  .service-item2 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    
  }

  .service-item1 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    min-height: 910px;
    max-height: 910px;
    
  }

  .service-bg{
  background-color: #fff;
  

  }
.service-icon-bg{

}




  .service-icon {
    position: relative;

    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
  }
  .service-icon2{
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED7626;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
  }
  .service-icon3{
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C21A1A;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
  }

  .service-item:hover .service-icon {
  color: #FFFFFF;
  background-color: #fff;
  }
  .service-item2:hover .service-icon2 {
  color: #FFFFFF;
  background: #ED7626;
  }


  .service-item2:hover .service-icon {
  color: #FFFFFF;
  background-color: #eaebec;

  }
  .service-item2:hover .service-icon3 {
    color: #FFFFFF;
    background: #C21A1A;
  }
  .service-png-1{
    width: 64px;
    padding-bottom: .2em;
    height: 64px;
  }
  .service-png-81{
    width: 47px;
    padding-bottom: .1em;
    padding-left: 0.1em;
    height: 47px;
  }
  .service-png-2{
    width: 64px;
    padding-bottom: .2em;
    margin-left: .22em;
    height: 64px;
  }
  .service-png-block{
    width: 70px;
    padding-bottom: .0em;
    margin-left: 0em;
    height: 70px;
  }
  .service-png-7{
    width: 58px;
    height: 58px;
    margin-left: .5em;
  }
  .service-png-8{
    width: 50px;
    height: 50px;
  }
  .service-png-51{
    width: 54px;
    margin-bottom: .20em;
    margin-left: 0em;
    height:  54px;
  }
  .service-png-tv{
    width: 48px;
    margin-bottom: .20em;
    margin-left: 0em;
    height:  48px;
  }
  .service-png-floor{
    width: 38px;
    margin-bottom: .20em;
    margin-left: 0em;
    height: 38px;
  }
  .service-png-renovations{
    width: 55px;
    margin-bottom: .20em;
    margin-left: 0em;
    height: 55px;
  }
  .service-png-carpentry{
    width: 41px;
    margin-bottom: .20em;
    margin-left: 0em;
    height: 41px;
  }
  .service-png-garage{
    width: 41px;
    margin-bottom: .20em;
    margin-left: 0em;
    height: 41px;
  }
  .service-png-staircase{
    width: 42px;
    margin-bottom: .20em;
    margin-right: .40em;
    height: 42px;
  }
  .service-png-under-stairs{
    width: 41px;
    margin-bottom: .20em;
    margin-left: 0em;
    height: 41px;
  }
  .service-png-61{
    width: 50px;
    margin-top: .2em;
    margin-left: .04em;
    height: 50px;
  }
  .service-png-71{
    width: 45px;

    height: 45px;
  }
  .service-png-electrical{
    width: 43px;

    height: 43px;
  }
  .service-png-kitchen{
    width: 51px;

    height: 51px;
  }

  .service-png-3{
    width: 80px;
    height:  80px;
  }
  .mb-41{
    margin-bottom: .95em;
  }
  .service-png-4{
    width: 70px;
    height: 70px;
  }
  .service-text-link1{
    color: #070707  ;
    font-weight: 500;

    text-decoration: underline;
    text-align: center;
  }
  .service-text-link1:hover{
    color: #310f0a;
    text-decoration: underline;
    transition: .44s;
  }

  .font-type-service-header{
    text-align: center;
    text-transform: capitalize;
    font-size: 1.72em;
    color: #070707;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    letter-spacing: .4px;

  }  

  .service-item2 p{
    text-align: center;
    padding: 0 2em;
  }
  .service-center{
    text-align: center;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 3em;
    color: #070707;
  }


  .font-type{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
  }

  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 3.35em;
      color: #020202;
      margin-top: -.25em;
  }
  .arrow-icon {
    height: auto;
    width: 70px;
    margin-top: -4px;
      margin-left: 5px; /* Adjust the margin as needed */
    }
    .btn-carousel{
      background: rgb(241,34,38);
      background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
      font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .75em;
      text-transform: uppercase;
      height: 58px;
      white-space: nowrap;
      font-size: 1.3em;
      clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    }
    
    .body-text{
      font-family: "Barlow Semi Condensed", sans-serif;
      font-weight: 400 !important;
      font-size: 1.6em;
      margin-bottom: 1em;
    }
    .carousel-content{
      margin-left: 2em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1.2em;
      color: #020202;
    }
    .border-left{
      border-left: white solid 2px;
      margin-top: 0em !important;
    }
    .text-container{
      width: 51% ;
      margin-left: 10em ;
      margin-top: -13% ;
      text-align: left;
    }
    .contact-form {
      display: flex;
      flex-direction: column;
  }
  
  .contact-form .form-group {
      position: relative;
      margin-bottom: 20px;
  }
  
  .icon-placeholder {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .carousel-caption {
      padding-right: 15px; /* Adjust spacing between text and form */
  }
  .carousel-caption {
    padding-right: 15px; /* Adjust spacing between text and form */
}

.position-absolute {
    position: absolute !important;
}

.quote-form {
  max-width: 1000px; /* Adjust the maximum width of the form */
  margin: 25px; /* Center the form on the page */
  padding: 0px; /* Adjust padding as needed */
  background-color: #ffffff91; /* Adjust background color if needed */
  border-radius: 0px; /* Adjust border radius if needed */
  height: 63%;
  border-bottom: 10px solid; /* Define the thickness of the bottom border */
  border-image: linear-gradient(180deg, rgba(241,34,38,1) 100%, rgba(159,24,29,1) 110%) 1; /* Apply the gradient to the border */
    width: 24%;
  margin-top: -5% !important;
}


  .form-container {
    position: relative;
  }
  
  .form-header {
    text-align: center;
    font-size: 33px;
    padding-top: .65em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
    height: 90px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #000;
    z-index: 5 !important;
    position: relative; /* Changed from absolute to relative */
    overflow: hidden; /* Ensure the pseudo-element stays within the .form-header */
}

.form-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; /* Height of the border */
    background: linear-gradient(90deg, rgba(241, 34, 38, 1) 0%, rgba(159, 24, 29, 1) 100%);
    z-index: -1; /* Ensure it stays behind the text */
}

  .form-content{
    margin-top: 2em;
  }
  .arrow-down {
    position: absolute;
    margin-top: 3.34em ;
    left: 0; /* Adjust positioning to start from the left */
    width: 100%; /* Span the entire width */
    height: 44px; /* Set the height of the arrow */
    background-color: #777777; /* Adjust color as needed */
    clip-path: polygon(0% 0%, 50% 90%, 100% 0%); /* Create arrow shape */
    z-index: 3; /* Ensure arrow is behind the form header */
  }
  
  .arrow-down-black {
    position: absolute;
    margin-top: 3.33em;    
    left: 0; /* Adjust positioning to start from the left */
    width: 100%; /* Span the entire width */
    height: 39px; /* Set the height of the arrow */
    background-color: #000000; /* Adjust color as needed */
    clip-path: polygon(4% 0%, 50% 75%, 100% 0%); /* Create arrow shape */
    z-index: 3; /* Ensure arrow is above the form header */
  }
  
  
.header-text{
  margin-top: 2em;
}
.text-container{
  width: 57.8%;
  
  
  }

.text-container p{
  width: 85.8%;
  
  
  }
.form-group {
position: relative;
margin-bottom: 15px; /* Adjust margin between form groups */

}

.form-group i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: .8em;
  color: #73737399; /* Adjust icon color if needed */
  margin-left: 1em;
  padding-left: .2em;
}


.form-group input,
.form-group textarea {
  width: calc(100% - 30px); /* Adjust width and padding as needed */
  padding: 10px;
  padding-left: 30px; /* Ensure enough space for the icon */
  margin-left: 1em;
  background-color: #fff;

  border: 1px solid #fff; /* Adjust border color if needed */
}
.carousel-item{
  height: 770px;
}
.header-text{
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #fff;
  font-size: 5.5em;
  line-height: 1.1;
  margin-bottom: -0.02em;
}
.btn-colour-form{
  background-color: #000000;
  padding: .75em 4.51em;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.23em;
}
.form-group {
  margin-bottom: 15px;
  margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
}

.margins1{
  margin-bottom: 15px;
  margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
}
.margins2{
  margin-bottom: 15px;
  margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  margin-left: -13px;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
}

.form-group {
  margin-bottom: 15px;
}

.half-width {
  width: 227px !important;
  width: calc(50% - 10px); /* Subtracting margin space */
}

@media (max-width: 767px) {
  .half-width {
      width: 100%;
  }
}.taller {
  height: auto; /* Change height to auto */
}

.taller input {
  height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
}

.taller i {
  margin-top: 2px; /* Adjust as needed */
}
.taller textarea {
  height: 150px; /* Adjust the height as needed */
}



.form-group.taller i{
  height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  resize: none; /* Prevent resizing of the textarea */
}



.contact-info {
  display: inline-flex;
  white-space: nowrap;
  margin-right: 0px;
  align-items: center;
  margin-left: 10em ;
}
.about-section{
  margin-top: 6em;
}
.underline {
  position: relative;
  display: inline-block;
}

.underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px; /* Adjust this value to change the distance from the text */
  height: 3px; /* Adjust the thickness of the underline */
  background-color: #757575; /* Change to the desired underline color */
}
.service-font-type{
color:  #121212;
font-family: "Bebas Neue", sans-serif;
font-weight: 400 !important;
  font-style: normal;
  font-size: 3.73em !important;
}
.list-text{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 1.8em;
}
.list-text-about{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800 !important;
    font-style: italic;
    font-size: 1.54em;
}
.about-img-container {
  position: relative;
}

.about-img-container .shadow-box {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: 45px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background: rgb(241,34,38);
  background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */  z-index: -1; /* Ensure it is behind the image */
}
 .shadow-box-contact {
  position: absolute;
  top: -30px; /* Adjust the position as needed */
  left: -35px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background: rgb(241,34,38);
  background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */
}

.about-img-container img {
  position: relative;
  z-index: 1;
}
.about-img-home{
  height: 620px;
  width: 520px;
  object-fit: cover;
margin-left: 4em ;}

.service{
  margin-top: 2.5em !important;
}
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 3em;
      padding-bottom: 150px;
      margin-bottom: 1em;
  }

  .testimonial-section h3 {
      text-align: center;
  }

  .testimonial-section h6 {
      text-align: center;
  }

  .testimonial-section .review {
      margin-top: 1.5em;
  }

  .testimonial-section h5 {
      margin-left: -.45em;  
      font-family: "Kanit", sans-serif;
      font-weight: 500;
      color: #0e0d0d;
      font-style: italic;
      font-size: 1.4em;
      margin-top: .32em;
  }

  .star {
      margin-left: -.37em;
  }

  .testimonial-top {
      text-align: center;
  }

  .testimonial-top p {
      text-align: center;
      margin-bottom: 3em;
      color: #000;
      font-weight: 500;
      font-size: 1.2em;
  }

  .testimonial-top img {
      width: 9em;
  }

  .testimonial-content {
      position: relative;
      background: #ffffff;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
      margin: 10px; /* Add margin for spacing between slides */
      padding: 20px;
      border-radius: 10px;
  }

  .testimonial-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.15);
  }

  .testimonial-content::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.15);
  }

  iconify-icon.rate {
      color: #F2B821;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  .review {
      padding-right: 3em;
  }

  .google-logo{
    width: 3.21em ;
  }
  .testimonial-paragraph-header-text{
    white-space: nowrap;
    margin-left: 0em;
    font-family: "Sedan", serif;
    font-weight: 400 !important;
      font-style: normal;
      margin-top: -1em;
      color: #020202;
      font-size: 1.7em !important;
  }
  iconify-icon.rate2 {
    color: #F2B821;
font-size: 20px;  
    width: 15px;
}
.star-margin-2{
  margin-right: .5em;

}
.star-margin-1{
  margin-left: .3em;

}
.font-future-testimonial{
  font-family: "Cormorant Garamond", serif;
font-weight: 600 !important;
color: #020202;
}

.testimonial-content .google-icon {
  position: absolute;
  top: 35px; /* Adjust as needed */
  right: 36px; /* Adjust as needed */
  width: 30px; /* Adjust as needed */
  height: auto;
}

/* Remove margin and padding from the footer and copyright sections */
.footer, .copyright {
  margin: 0;
  padding: 0;
}

/* Ensure the container-fluid within footer and copyright sections have no extra padding */
.footer .container-fluid, .copyright .container-fluid {
  padding: 0;
}

/* Ensure there is no margin or padding for elements within the footer and copyright sections */
.footer *:not(.container), .copyright *:not(.container) {
  margin: 0;
  padding: 0;
}
/* Ensure no extra margin or padding for map embed container */
.footer iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
.tick-about{
  width: 25px;
}
.about-page-link{
  color: #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 2.2em;
    text-decoration: underline;
    cursor: pointer;
    margin-top: -3em;
}
.about-page-link:hover{
  color: #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600 !important;
    font-style: italic;
    font-size: 2.2em;
    text-decoration: underline;
    cursor: pointer;
}
.margin-reverse{
  margin-top: -.4em;
}
.blog-weather-title{
  font-size: 1.95em;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif !important;
font-weight: 600 !important;
color: #020202;
  font-style: normal;
}
.font-type-services{
  font-family: "Bebas Neue", sans-serif;

font-weight: 400 !important;
color: #121212;
font-size: 2.1em;
}
.font-bold{
  font-family: "Bebas Neue", sans-serif;
font-weight: 400 !important;
color: #121212;
letter-spacing: .5px;
font-size: 1.53em;
}
.contact-page-h1{
  font-weight: 700;
  font-family: "Cormorant Garamond", serif !important;
font-weight: 600 !important;
color: #020202;
  font-style: normal;
}
.iframe-container {
  background-color: black;
  padding: 0px; /* Adjust padding as needed */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-l-5{
  margin-left: 2.7em;
  margin-top: 1em;
}
.services-image1{
  height: 930px !important;
}
.services-image-media-walls{
  height: 710px !important;
}
.services-image-flooring{
  height: 780px !important;
}
.services-image-window{
  height: 825px !important;
}
.services-image-extensions{
  height: 775px !important;
}
.services-image-door{
  height: 730px !important;
}
.services-image-carpentry{
  height: 730px !important;
}
.services-image-renovation{
  height: 755px !important;
}
.services-image2{
  height: 1740px !important;
}
.services-image3{
  height: 1140px !important;
}
.services-image4{
  height: 1070px !important;
}
.services-image5{
  height: 1610px !important;
}
.py-15{
  padding-bottom: 3.5em;
  padding-top: 1em;
}
.py-contact-section{
  padding: 3em 0em 3em 0em;
}
/* Media query for screens between 300px and 385px */
@media (min-width: 370px) and (max-width: 385px) {
  .blog-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    color: #252f30;
    font-size: 1.95em !important;
    line-height: 1.1 !important;

  }
  .blog-weather-title{
    font-size: 1.85em !important;
    font-weight: 700;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  color: #020202;
    font-style: normal;
  }
  .py-contact-section{
    padding: .5em 0em 1em 0em !important;
  }
  .font-type-feature-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-size: 1.68em !important;
    color: #101a24;
    font-style:  italic;
  }
  .py-features{
    padding: 2em .65em 3.5em .65em !important;
  }
  .feature-img{
    height: 360px !important;
    width: 700px;
    object-fit: cover;
    margin-bottom: -.75em !important;
  }
  .mt-custom-projects{
    margin-top: -.8em !important ;
  }
  .about-image-height{
    height: 350px !important;
    margin-top: -2.75em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 2.75em !important;
      font-style: normal;
  }
  .px-7{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    }
    .py-6 {
      padding-top: 55px !important;
      padding-bottom: 15px !important;
  }
  .py-about-us{
    padding: .75em 0em;
  }
  .reviews{
    display: block !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex !important;
    align-items: center !important;
  }
  .stars-container p{
  margin-left: 3.5em !important;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    margin-top: .315em !important ;
    align-items: center; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 2.5em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 2.5em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .about-us-page-content{
    padding-left: 1.3em !important;
  }
  .contact-content{
    margin-top: -8em !important;
    margin-bottom: 9em;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 1.75em;
  }
  .about-page-link{
    color: #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 2em;
      text-decoration: underline;
      cursor: pointer;
      margin-top: -3em;
  }
  .margin-bottom-projects{
    margin-bottom: .25em !important;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .mt-minus{
    margin-top: -2em !important;
  }
  .contact-section-padding{
    padding-right: .7em !important;
   }
  .projects{
    margin-bottom: .75em;
    margin-top: 1.75em !important;
  }
  .chooseus{
    padding: .2em !important;
    margin-bottom: 7em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 2.5em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 2.8em;
    }
    .font-type-service-header{
      text-align: center;
      text-transform: capitalize;
      font-size: 1.62em;
      color: #070707;
      font-family: "Bebas Neue", sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: .4px;
  
    }  
  .about-section-content{
    padding-right: 0em;
    margin-left: 0em !important;
  }
  .margins1{
    margin-bottom: 0px;
    margin-right: 0px; /* Adjust this value to reduce the space between the input boxes */
  }
  .margins2{
    margin-bottom: 0px;
    margin-right:  0px; /* Adjust this value to reduce the space between the input boxes */
    margin-left:  0px;
  }
  .font-type-services{
    font-family: "Bebas Neue", sans-serif;
  
  font-weight: 400 !important;
  color: #121212;
  font-size: 2em;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 4px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 5px solid #F62427; /* Adjust the thickness as needed */
  
    }

  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: -2.75em !important;
  }
  .services-image1{
    height: 335px !important;
    width: 100%;
  }
  .services-image-flooring{
    height: 335px !important;
    width: 100%;
  }
  .services-image-window{
    height: 335px !important;
    width: 100%;
  }
  .services-image-door{
    height: 335px !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 335px !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 335px !important;
    width: 100%;
  }
  .services-image-carpentry{
    height: 335px !important;
    width: 100%;
  }
  .services-image-media-walls{
    height: 335px !important;
    width: 100%;
  }
  .services-image2{
    height: 50vh !important;
  }
  .services-image3{
    height: 50vh !important;
  }
  .services-image4{
    height: 50vh !important;
  }
  .services-image5{
    height: 50vh !important;
  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em !important;
  }

  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  

  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.45em !important;
      margin-top: -.3em;
  }
  
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.45em !important;
      margin-top: -.8em;
  }
  
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;
    height: 290px;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: 0em !important;
      line-height: 1.1 !important;
      font-size: 2.52em !important;
    }


.font-future-about-page{
  color:  #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 2.65em !important;
  }
  
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 50vh;
    margin-bottom: -1em !important;
    width: 90%;
    margin:  0 5%;
  background-position: top;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.650em;
      letter-spacing: 0px;
  }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8em;
    margin-right: 0.5em;
    margin-top: .25em !important;
  }

  .clipping-mask2 {
    display: none;
  }
  .clipping-mask4{
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 3em;
  }

  .topbar-text1 {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important; 
    font-style: normal;
    color: #fff;
    margin-left: .61em !important;

    margin-bottom: 1em;
    font-size: 1.31em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 15px !important;
    margin-top: 7px;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 48.75%;
    left: 10% !important;
    transform: translate(-55%, -50%) ;
    width: 100% !important;
  }
  .border-left{
    border-left: white solid 2px;
    margin-top: 0em !important;
    right: 110% !important;
    margin-left: .6em !important;
  }
    /*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0, .93) 0%, rgba(0,0,0,0.3449754901960784) 100%);  z-index: 1;
}
.carousel-content{
  margin-left: 1.5em;
}

 
  .carousel-item {
    height: 755px;
    width: 100%;
  }

  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #fff;
    font-size: 2.8em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 1.18em;
  }

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #000000;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.1em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }

  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */
  }

  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 13px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    font-size: .8em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: .3em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }




  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -15px; /* Adjust the position as needed */
    left: 45px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    margin-left: 2em ;

    background: rgb(241,34,38);
    background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }
  .about-img-home{
    height: auto;
    width: 90%;
    margin-bottom: -1em;
  margin-left: .0000001em ;

}
  .service{
    margin-top: .5em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */

  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.70em !important;
      letter-spacing: .1px;
      margin-bottom: .6em !important;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 1.95em;
    color: #070707;
  }

  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  
          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }


 
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left bottom no-repeat;
    background-size: cover;
    height: 1170px;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3em;
      padding-right: 1em;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

      .iframe-container {
        width: 95% !important;
        padding-top: 100%; /* This makes the container a square */
        height: 50% !important;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
    .shadow-box-contact {
      position: absolute;
      top: -15px; /* Adjust the position as needed */
      left: 130px; /* Adjust the position as needed */
      width: 60%; /* Adjust the size as needed */
      height: 90%; /* Adjust the size as needed */
      background-color: #1E1E1E; /* Black color */
      z-index: -1; /* Ensure it is behind the image */
    }
    
  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -1.2em;
    }
    .navbar .navbar-brand::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 100%;
      top: 0;
      right: 0px;
      }  
   
    .navbar-toggler{
      margin-right: -.75em !important;
      margin-bottom: -.25em;
    }
  }
/* Media query for screens between 300px and 385px */
@media (min-width: 100px) and (max-width: 370px) {
  .blog-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    color: #252f30;
    font-size: 1.95em !important;
    line-height: 1.1 !important;

  }
  .blog-weather-title{
    font-size: 1.85em !important;
    font-weight: 700;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  color: #020202;
    font-style: normal;
  }
  .py-contact-section{
    padding: .5em 0em 1em 0em !important;
  }
  .font-type-feature-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-size: 1.68em !important;
    color: #101a24;
    font-style:  italic;
  }
  .py-features{
    padding: 2em .65em 3.5em .65em !important;
  }
  .feature-img{
    height: 360px !important;
    width: 700px;
    object-fit: cover;
    margin-bottom: -.75em !important;
  }
  .mt-custom-projects{
    margin-top: -.8em !important ;
  }
  .about-image-height{
    height: 330px !important;
    margin-top: -2.75em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 2.75em !important;
      font-style: normal;
  }
  .px-7{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    }
    .py-6 {
      padding-top: 55px !important;
      padding-bottom: 15px !important;
  }
  .py-about-us{
    padding: .75em 0em;
  }
  .reviews{
    display: block !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex !important;
    align-items: center !important;
  }
  .stars-container p{
  margin-left: 3.5em !important;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    margin-top: .315em !important ;
    align-items: center; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 2.5em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 2.5em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .about-us-page-content{
    padding-left: 1.3em !important;
  }
  .contact-content{
    margin-top: -8em !important;
    margin-bottom: 9em;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 1.75em;
  }
  .about-page-link{
    color: #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 2em;
      text-decoration: underline;
      cursor: pointer;
      margin-top: -3em;
  }
  .margin-bottom-projects{
    margin-bottom: .25em !important;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .mt-minus{
    margin-top: -2em !important;
  }
  .contact-section-padding{
    padding-right: .7em !important;
   }
  .projects{
    margin-bottom: .75em;
    margin-top: 2.75em !important;
  }
  .chooseus{
    padding: .2em !important;
    margin-bottom: 7em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 2.5em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 2.8em;
    }
    .font-type-service-header{
      text-align: center;
      text-transform: capitalize;
      font-size: 1.62em;
      color: #070707;
      font-family: "Bebas Neue", sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: .4px;
  
    }  
  .about-section-content{
    padding-right: 0em;
    margin-left: 0em !important;
  }
  .margins1{
    margin-bottom: 0px;
    margin-right: 0px; /* Adjust this value to reduce the space between the input boxes */
  }
  .margins2{
    margin-bottom: 0px;
    margin-right:  0px; /* Adjust this value to reduce the space between the input boxes */
    margin-left:  0px;
  }
  .font-type-services{
    font-family: "Bebas Neue", sans-serif;
  
  font-weight: 400 !important;
  color: #121212;
  font-size: 2em;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 4px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 5px solid #F62427; /* Adjust the thickness as needed */
  
    }

  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: -2.75em !important;
  }
  .services-image1{
    height: 335px !important;
    width: 100%;
  }
  .services-image-flooring{
    height: 335px !important;
    width: 100%;
  }
  .services-image-window{
    height: 335px !important;
    width: 100%;
  }
  .services-image-door{
    height: 335px !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 335px !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 335px !important;
    width: 100%;
  }
  .services-image-carpentry{
    height: 335px !important;
    width: 100%;
  }
  .services-image-media-walls{
    height: 335px !important;
    width: 100%;
  }
  .services-image2{
    height: 45vh !important;
  }
  .services-image3{
    height: 45vh !important;
  }
  .services-image4{
    height: 45vh !important;
  }
  .services-image5{
    height: 45vh !important;
  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em !important;
  }

  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  

  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.45em !important;
      margin-top: -.3em;
  }
  
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.45em !important;
      margin-top: -.8em;
  }
  
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;
    height: 290px;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: 0em !important;
      line-height: 1.1 !important;
      font-size: 2.52em !important;
    }


.font-future-about-page{
  color:  #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 2.5em !important;
  }
  
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 50vh;
    margin-bottom: -1em !important;
    width: 90%;
    margin:  0 5%;
  background-position: top;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.650em;
      letter-spacing: 0px;
  }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8em;
    margin-right: 0.5em;
    margin-top: .25em !important;
  }

  .clipping-mask2 {
    display: none;
  }
  .clipping-mask4{
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 3em;
  }

  .topbar-text1 {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important; 
    font-style: normal;
    color: #fff;
    margin-left: .61em !important;

    margin-bottom: 1em;
    font-size: 1.31em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 15px !important;
    margin-top: 7px;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 49%;
    left: 8% !important;
    transform: translate(-55%, -50%) ;
    width: 100% !important;
  }
  .border-left{
    border-left: white solid 2px;
    margin-top: 0em !important;
    right: 110% !important;
    margin-left: .6em !important;
  }
    /*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0, .93) 0%, rgba(0,0,0,0.3449754901960784) 100%);  z-index: 1;
}
.carousel-content{
  margin-left: 1.5em;
}

 
  .carousel-item {
    height: 740px;
    width: 100%;
  }

  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #fff;
    font-size: 2.68em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 1.18em;
  }

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #000000;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.1em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }

  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */
  }

  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 13px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    font-size: .8em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: .3em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }




  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -15px; /* Adjust the position as needed */
    left: 45px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    margin-left: 2em ;

    background: rgb(241,34,38);
    background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }
  .about-img-home{
    height: auto;
    width: 90%;
    margin-bottom: -1em;
  margin-left: .0000001em ;

}
  .service{
    margin-top: .25em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */

  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.70em !important;
      letter-spacing: .1px;
      margin-bottom: .6em !important;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 1.95em;
    color: #070707;
  }

  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  
          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }


 
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left bottom no-repeat;
    background-size: cover;
    height: 1195px;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3em;
      padding-right: 1em;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

      .iframe-container {
        width: 95% !important;
        padding-top: 100%; /* This makes the container a square */
        height: 50% !important;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
    .shadow-box-contact {
      position: absolute;
      top: -15px; /* Adjust the position as needed */
      left: 130px; /* Adjust the position as needed */
      width: 60%; /* Adjust the size as needed */
      height: 90%; /* Adjust the size as needed */
      background-color: #1E1E1E; /* Black color */
      z-index: -1; /* Ensure it is behind the image */
    }
    
  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -1.2em;
    }
    .navbar .navbar-brand::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 100%;
      top: 0;
      right: 0px;
      }  
   
    .navbar-toggler{
      margin-right: -.75em !important;
      margin-bottom: -.25em;
    }}
/* Media query for screens between 300px and 385px */
@media (min-width: 385px) and (max-width: 410px) {
  .blog-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    color: #252f30;
    font-size: 1.95em !important;
    line-height: 1.1 !important;

  }
  .blog-weather-title{
    font-size: 1.85em !important;
    font-weight: 700;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  color: #020202;
    font-style: normal;
  }
  .py-contact-section{
    padding: .5em 0em 1em 0em !important;
  }
  .font-type-feature-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-size: 1.68em !important;
    color: #101a24;
    font-style:  italic;
  }
  .py-features{
    padding: 2em .65em 3.5em .65em !important;
  }
  .feature-img{
    height: 360px !important;
    width: 700px;
    object-fit: cover;
    margin-bottom: -.75em !important;
  }
  .mt-custom-projects{
    margin-top: -.8em !important ;
  }
  .about-image-height{
    height: 360px !important;
    margin-top: -2.75em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 2.75em !important;
      font-style: normal;
  }
  .px-7{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    }
    .py-6 {
      padding-top: 55px !important;
      padding-bottom: 15px !important;
  }
  .py-about-us{
    padding: .75em 0em;
  }
  .reviews{
    display: block !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex !important;
    align-items: center !important;
  }
  .stars-container p{
  margin-left: 3.5em !important;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    margin-top: .315em !important ;
    align-items: center; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 2.5em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 2.5em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .about-us-page-content{
    padding-left: 1.3em !important;
  }
  .contact-content{
    margin-top: -8em !important;
    margin-bottom: 9em;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 1.75em;
  }
  .about-page-link{
    color: #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 2em;
      text-decoration: underline;
      cursor: pointer;
      margin-top: -3em;
  }
  .margin-bottom-projects{
    margin-bottom: .25em !important;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .mt-minus{
    margin-top: -2em !important;
  }
  .contact-section-padding{
    padding-right: .7em !important;
   }
  .projects{
    margin-bottom: .75em;
    margin-top: 3em !important;
  }
  .chooseus{
    padding: .2em !important;
    margin-bottom: 7em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 2.5em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 2.8em;
    }
    .font-type-service-header{
      text-align: center;
      text-transform: capitalize;
      font-size: 1.62em;
      color: #070707;
      font-family: "Bebas Neue", sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: .4px;
  
    }  
  .about-section-content{
    padding-right: 0em;
    margin-left: 0em !important;
  }
  .margins1{
    margin-bottom: 0px;
    margin-right: 0px; /* Adjust this value to reduce the space between the input boxes */
  }
  .margins2{
    margin-bottom: 0px;
    margin-right:  0px; /* Adjust this value to reduce the space between the input boxes */
    margin-left:  0px;
  }
  .font-type-services{
    font-family: "Bebas Neue", sans-serif;
  
  font-weight: 400 !important;
  color: #121212;
  font-size: 2em;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 4px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 5px solid #F62427; /* Adjust the thickness as needed */
  
    }

  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: -2.75em !important;
  }
  .services-image1{
    height: 335px !important;
    width: 100%;
  }
  .services-image-flooring{
    height: 335px !important;
    width: 100%;
  }
  .services-image-window{
    height: 335px !important;
    width: 100%;
  }
  .services-image-door{
    height: 335px !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 335px !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 335px !important;
    width: 100%;
  }
  .services-image-carpentry{
    height: 335px !important;
    width: 100%;
  }
  .services-image-media-walls{
    height: 335px !important;
    width: 100%;
  }
  .services-image2{
    height: 40vh !important;
  }
  .services-image3{
    height: 40vh !important;
  }
  .services-image4{
    height: 40vh !important;
  }
  .services-image5{
    height: 40vh !important;
  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em !important;
  }

  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  

  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.45em !important;
      margin-top: -.3em;
  }
  
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.45em !important;
      margin-top: -.8em;
  }
  
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;
    height: 290px;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: 0em !important;
      line-height: 1.1 !important;
      font-size: 2.52em !important;
    }


.font-future-about-page{
  color:  #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 2.75em !important;
  }
  
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 50vh;
    margin-bottom: -1em !important;
    width: 90%;
    margin:  0 5%;
  background-position: top;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.650em;
      letter-spacing: 0px;
  }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8em;
    margin-right: 0.5em;
    margin-top: .25em !important;
  }

  .clipping-mask2 {
    display: none;
  }
  .clipping-mask4{
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 3em;
  }

  .topbar-text1 {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important; 
    font-style: normal;
    color: #fff;
    margin-left: .61em !important;

    margin-bottom: 1em;
    font-size: 1.31em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 15px !important;
    margin-top: 7px;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 49%;
    left: 10% !important;
    transform: translate(-55%, -50%) ;
    width: 100% !important;
  }
  .border-left{
    border-left: white solid 2px;
    margin-top: 0em !important;
    right: 110% !important;
    margin-left: .6em !important;
  }
    /*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0, .93) 0%, rgba(0,0,0,0.3449754901960784) 100%);  z-index: 1;
}
.carousel-content{
  margin-left: 1.5em;
}

 
  .carousel-item {
    height: 740px;
    width: 100%;
  }

  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #fff;
    font-size: 2.95em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 1.18em;
  }

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #000000;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.1em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }

  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */
  }

  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 13px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    font-size: .8em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: .3em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }




  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -15px; /* Adjust the position as needed */
    left: 45px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    margin-left: 2em ;

    background: rgb(241,34,38);
    background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }
  .about-img-home{
    height: auto;
    width: 90%;
    margin-bottom: -1em;
  margin-left: .0000001em ;

}
  .service{
    margin-top: 2.75em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */

  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.70em !important;
      letter-spacing: .1px;
      margin-bottom: .6em !important;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 1.95em;
    color: #070707;
  }

  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  
          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }


 
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left bottom no-repeat;
    background-size: cover;
    height: 1171px;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3em;
      padding-right: 1em;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

      .iframe-container {
        width: 95% !important;
        padding-top: 100%; /* This makes the container a square */
        height: 50% !important;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
    .shadow-box-contact {
      position: absolute;
      top: -15px; /* Adjust the position as needed */
      left: 130px; /* Adjust the position as needed */
      width: 60%; /* Adjust the size as needed */
      height: 90%; /* Adjust the size as needed */
      background-color: #1E1E1E; /* Black color */
      z-index: -1; /* Ensure it is behind the image */
    }
    
  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -1.2em;
    }
    .navbar .navbar-brand::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 100%;
      top: 0;
      right: 0px;
      }  
   
    .navbar-toggler{
      margin-right: -.75em !important;
      margin-bottom: -.25em;
    }
  }
/* Media query for screens between 410px and 425 */
@media (min-width: 410px) and (max-width: 425px) {
  .blog-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    color: #252f30;
    font-size: 2.2em !important;
    line-height: 1.1 !important;

  }
  .blog-weather-title{
    font-size: 1.85em !important;
    font-weight: 700;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  color: #020202;
    font-style: normal;
  }
  .py-contact-section{
    padding: 1.25em 0em 1em 0em !important;
  }
  .font-type-feature-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-size: 1.8em !important;
    color: #101a24;
    font-style:  italic;
  }
  .py-features{
    padding: 2em .65em 3.5em .65em !important;
  }
  .feature-img{
    height: 360px !important;
    width: 700px;
    object-fit: cover;
    margin-bottom: -.75em !important;
  }
  .mt-custom-projects{
    margin-top: -.8em !important ;
  }
  .about-image-height{
    height: 380px !important;
    margin-top: -2.75em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 2.75em !important;
      font-style: normal;
  }
  .px-7{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    }
    .py-6 {
      padding-top: 75px !important;
      padding-bottom: 15px !important;
  }
  .py-about-us{
    padding: .75em 0em;
  }
  .reviews{
    display: block !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex !important;
    align-items: center !important;
  }
  .stars-container p{
  margin-left: 3.5em !important;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    margin-top: .315em !important ;
    align-items: center; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 2.5em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 2.5em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .about-us-page-content{
    padding-left: 1.3em !important;
  }
  .contact-content{
    margin-top: -8em !important;
    margin-bottom: 9em;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 1.75em;
  }
  .about-page-link{
    color: #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 2em;
      text-decoration: underline;
      cursor: pointer;
      margin-top: -3em;
  }
  .margin-bottom-projects{
    margin-bottom: .25em !important;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .mt-minus{
    margin-top: -2em !important;
  }
  .contact-section-padding{
    padding-right: .7em !important;
   }
  .projects{
    margin-bottom: .75em;
    margin-top: 3.75em !important;
  }
  .chooseus{
    padding: .2em !important;
    margin-bottom: 7em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 2.5em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 2.8em;
    }
    .font-type-service-header{
      text-align: center;
      text-transform: capitalize;
      font-size: 1.62em;
      color: #070707;
      font-family: "Bebas Neue", sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: .4px;
  
    }  
  .about-section-content{
    padding-right: 0em;
    margin-left: 0em !important;
  }
  .margins1{
    margin-bottom: 0px;
    margin-right: 0px; /* Adjust this value to reduce the space between the input boxes */
  }
  .margins2{
    margin-bottom: 0px;
    margin-right:  0px; /* Adjust this value to reduce the space between the input boxes */
    margin-left:  0px;
  }
  .font-type-services{
    font-family: "Bebas Neue", sans-serif;
  
  font-weight: 400 !important;
  color: #121212;
  font-size: 2em;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 4px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 5px solid #F62427; /* Adjust the thickness as needed */
  
    }

  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: -2.75em !important;
  }
  .services-image1{
    height: 335px !important;
    width: 100%;
  }
  .services-image-flooring{
    height: 335px !important;
    width: 100%;
  }
  .services-image-window{
    height: 335px !important;
    width: 100%;
  }
  .services-image-door{
    height: 335px !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 335px !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 335px !important;
    width: 100%;
  }
  .services-image-carpentry{
    height: 335px !important;
    width: 100%;
  }
  .services-image-media-walls{
    height: 335px !important;
    width: 100%;
  }
  .services-image2{
    height: 37.5vh !important;
  }
  .services-image3{
    height: 37.5vh !important;
  }
  .services-image4{
    height: 37.5vh !important;
  }
  .services-image5{
    height: 37.5vh !important;
  }
  .display-phone{
    display: block !important;
  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em !important;
  }

  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  

  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.55em !important;
      margin-top: -.4em;
  }
  
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.45em !important;
      margin-top: -.8em;
  }
  
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;
    height: 290px;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: 0em !important;
      line-height: 1.1 !important;
      font-size: 2.52em !important;
    }


.font-future-about-page{
  color:  #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 2.75em !important;
  }
  
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 50vh;
    margin-bottom: -1em !important;
    width: 90%;
    margin:  0 5%;
  background-position: top;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.650em;
      letter-spacing: 0px;
  }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-top: .25em !important;
  }

  .clipping-mask2 {
    display: none;
  }
  .clipping-mask4{
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 3em;
  }

  .topbar-text1 {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important; 
    font-style: normal;
    color: #fff;
    margin-left: .61em !important;

    margin-bottom: 1em;
    font-size: 1.31em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 15px !important;
    margin-top: 7px;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 49%;
    left: 10% !important;
    transform: translate(-55%, -50%) ;
    width: 100% !important;
  }
  .border-left{
    border-left: white solid 2px;
    margin-top: 0em !important;
    right: 110% !important;
    margin-left: 1.6em !important;
  }
    /*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0, .93) 0%, rgba(0,0,0,0.3449754901960784) 100%);  z-index: 1;
}
.carousel-content{
  margin-left: 1.5em;
}

 
  .carousel-item {
    height: 720px;
    width: 100%;
  }

  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #fff;
    font-size: 3.02em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 1.18em;
  }

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #000000;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.1em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }

  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */
  }

  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 13px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    font-size: .8em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: .3em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }




  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -15px; /* Adjust the position as needed */
    left: 45px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    margin-left: 2em ;

    background: rgb(241,34,38);
    background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }
  .about-img-home{
    height: auto;
    width: 90%;
    margin-bottom: -1em;
  margin-left: .0000001em ;

}
  .service{
    margin-top: 3.5em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */

  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.70em !important;
      letter-spacing: .1px;
      margin-bottom: .6em !important;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 1.95em;
    color: #070707;
  }

  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  
          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }


 
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left bottom no-repeat;
    background-size: cover;
    height: 1130px;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3em;
      padding-right: 1em;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

      .iframe-container {
        width: 95% !important;
        padding-top: 100%; /* This makes the container a square */
        height: 50% !important;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
    .shadow-box-contact {
      position: absolute;
      top: -15px; /* Adjust the position as needed */
      left: 130px; /* Adjust the position as needed */
      width: 60%; /* Adjust the size as needed */
      height: 90%; /* Adjust the size as needed */
      background-color: #1E1E1E; /* Black color */
      z-index: -1; /* Ensure it is behind the image */
    }
    
  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -1.2em;
    }
    .navbar .navbar-brand::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 100%;
      top: 0;
      right: 0px;
      }  
   
    .navbar-toggler{
      margin-right: -.75em !important;
      margin-bottom: -.25em;
    }
  }
  @media (min-width: 510px) and (max-width: 699px){
    
  .blog-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    color: #252f30;
    font-size: 2.2em !important;
    line-height: 1.1 !important;

  }
  .blog-weather-title{
    font-size: 1.85em !important;
    font-weight: 700;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  color: #020202;
    font-style: normal;
  }
  .py-contact-section{
    padding: 1.25em 0em 1em 0em !important;
  }
  .font-type-feature-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-size: 1.8em !important;
    color: #101a24;
    font-style:  italic;
  }
  .py-features{
    padding: 2em .65em 3.5em .65em !important;
  }
  .feature-img{
    height: 360px !important;
    width: 700px;
    object-fit: cover;
    margin-bottom: -.75em !important;
  }
  .mt-custom-projects{
    margin-top: -.8em !important ;
  }
  .about-image-height{
    height: 360px !important;
    margin-top: -2.75em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 2.75em !important;
      font-style: normal;
  }
  .px-7{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 15px !important;
  }
  .py-about-us{
    padding: .75em 0em;
  }
  .reviews{
    display: block !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex !important;
    align-items: center !important;
  }
  .stars-container p{
  margin-left: 3.5em !important;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    margin-top: .315em !important ;
    align-items: center; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 2.5em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 2.5em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .about-us-page-content{
    padding-left: 1.3em !important;
  }
  .contact-content{
    margin-top: -8em !important;
    margin-bottom: 9em;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 1.75em;
  }
  .about-page-link{
    color: #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 2em;
      text-decoration: underline;
      cursor: pointer;
      margin-top: -3em;
  }
  .margin-bottom-projects{
    margin-bottom: .25em !important;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .mt-minus{
    margin-top: -2em !important;
  }
  .contact-section-padding{
    padding-right: .7em !important;
   }
  .projects{
    margin-bottom: .75em;
    margin-top: 3.75em !important;
  }
  .chooseus{
    padding: .2em !important;
    margin-bottom: 7em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 2.5em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 2.9em;
    }
    .font-type-service-header{
      text-align: center;
      text-transform: capitalize;
      font-size: 1.82em;
      color: #070707;
      font-family: "Bebas Neue", sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: .4px;
  
    }  
  .about-section-content{
    padding-right: 0em;
    margin-left: 0em !important;
  }
  .margins1{
    margin-bottom: 0px;
    margin-right: 0px; /* Adjust this value to reduce the space between the input boxes */
  }
  .margins2{
    margin-bottom: 0px;
    margin-right:  0px; /* Adjust this value to reduce the space between the input boxes */
    margin-left:  0px;
  }
  .font-type-services{
    font-family: "Bebas Neue", sans-serif;
  
  font-weight: 400 !important;
  color: #121212;
  font-size: 2em;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 4px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 5px solid #F62427; /* Adjust the thickness as needed */
  
    }

  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: -2.75em !important;
  }
  .services-image1{
    height: 335px !important;
    width: 100%;
  }
  .services-image-flooring{
    height: 335px !important;
    width: 100%;
  }
  .services-image-window{
    height: 335px !important;
    width: 100%;
  }
  .services-image-door{
    height: 335px !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 335px !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 335px !important;
    width: 100%;
  }
  .services-image-carpentry{
    height: 335px !important;
    width: 100%;
  }
  .services-image-media-walls{
    height: 335px !important;
    width: 100%;
  }
  .services-image2{
    height: 36.5vh !important;
  }
  .services-image3{
    height: 36.5vh !important;
  }
  .services-image4{
    height: 36.5vh !important;
  }
  .services-image5{
    height: 36.5vh !important;
  }
  .display-phone{
    display: block !important;
  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em !important;
  }

  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  

  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.55em !important;
      margin-top: -.4em;
  }
  
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.45em !important;
      margin-top: -.8em;
  }
  
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;
    height: 290px;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: 0em !important;
      line-height: 1.1 !important;
      font-size: 2.52em !important;
    }


.font-future-about-page{
  color:  #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 2.75em !important;
  }
  
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 40vh;
    margin-bottom: -1em !important;
    width: 90%;
    margin:  0 5%;
  background-position: top;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.650em;
      letter-spacing: 0px;
  }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-top: .25em !important;
  }

  .clipping-mask2 {
    display: none;
  }
  .clipping-mask4{
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 3em;
  }

  .topbar-text1 {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important; 
    font-style: normal;
    color: #fff;
    margin-left: .61em !important;

    margin-bottom: 1em;
    font-size: 1.31em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 15px !important;
    margin-top: 7px;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 49.25%;
    left: 25% !important;
    transform: translate(-55%, -50%) ;
    width: 100% !important;
  }
  .border-left{
    border-left: white solid 2px;
    margin-top: 0em !important;
    right: 110% !important;
    margin-left: 2em !important;
  }
    /*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0, .93) 0%, rgba(0,0,0,0.3449754901960784) 100%);  z-index: 1;
}
.carousel-content{
  margin-left: 1.5em;
}

 
  .carousel-item {
    height: 760px;
    width: 100%;
  }

  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #fff;
    font-size: 3.13em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 1.2em;
  }

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #000000;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.1em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }

  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */
  }

  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 13px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    font-size: .8em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: .3em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }




  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -15px; /* Adjust the position as needed */
    left: 45px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    margin-left: 2em ;

    background: rgb(241,34,38);
    background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }
  .about-img-home{
    height: auto;
    width: 90%;
    margin-bottom: -1em;
  margin-left: .0000001em ;

}
  .service{
    margin-top: 2.75em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */

  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.70em !important;
      letter-spacing: .1px;
      margin-bottom: .6em !important;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 1.95em;
    color: #070707;
  }

  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  
          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }


 
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left bottom no-repeat;
    background-size: cover;
    height: 1121px;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3em;
      padding-right: 1em;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

      .iframe-container {
        width: 95% !important;
        padding-top: 100%; /* This makes the container a square */
        height: 50% !important;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
    .shadow-box-contact {
      position: absolute;
      top: -15px; /* Adjust the position as needed */
      left: 130px; /* Adjust the position as needed */
      width: 60%; /* Adjust the size as needed */
      height: 90%; /* Adjust the size as needed */
      background-color: #1E1E1E; /* Black color */
      z-index: -1; /* Ensure it is behind the image */
    }
    
  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -1.2em;
    }
    .navbar .navbar-brand::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 100%;
      top: 0;
      right: 0px;
      }  
   
    .navbar-toggler{
      margin-right: -.75em !important;
      margin-bottom: -.25em;
    }
  }

/* Media query for screens between 410px and 425 */
@media (min-width: 425px) and (max-width: 510px) {

  .blog-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    color: #252f30;
    font-size: 2.2em !important;
    line-height: 1.1 !important;

  }
  .blog-weather-title{
    font-size: 1.85em !important;
    font-weight: 700;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  color: #020202;
    font-style: normal;
  }
  .py-contact-section{
    padding: 1.25em 0em 1em 0em !important;
  }
  .font-type-feature-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-size: 1.8em !important;
    color: #101a24;
    font-style:  italic;
  }
  .py-features{
    padding: 2em .65em 3.5em .65em !important;
  }
  .feature-img{
    height: 360px !important;
    width: 700px;
    object-fit: cover;
    margin-bottom: -.75em !important;
  }
  .mt-custom-projects{
    margin-top: -.8em !important ;
  }
  .about-image-height{
    height: 360px !important;
    margin-top: -2.75em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 2.75em !important;
      font-style: normal;
  }
  .px-7{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 15px !important;
  }
  .py-about-us{
    padding: .75em 0em;
  }
  .reviews{
    display: block !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex !important;
    align-items: center !important;
  }
  .stars-container p{
  margin-left: 3.5em !important;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    margin-top: .315em !important ;
    align-items: center; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 2.5em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 2.5em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .about-us-page-content{
    padding-left: 1.3em !important;
  }
  .contact-content{
    margin-top: -8em !important;
    margin-bottom: 9em;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 1.75em;
  }
  .about-page-link{
    color: #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 2em;
      text-decoration: underline;
      cursor: pointer;
      margin-top: -3em;
  }
  .margin-bottom-projects{
    margin-bottom: .25em !important;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .mt-minus{
    margin-top: -2em !important;
  }
  .contact-section-padding{
    padding-right: .7em !important;
   }
  .projects{
    margin-bottom: .75em;
    margin-top: 3.75em !important;
  }
  .chooseus{
    padding: .2em !important;
    margin-bottom: 7em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 2.5em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 2.9em;
    }
    .font-type-service-header{
      text-align: center;
      text-transform: capitalize;
      font-size: 1.82em;
      color: #070707;
      font-family: "Bebas Neue", sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: .4px;
  
    }  
  .about-section-content{
    padding-right: 0em;
    margin-left: 0em !important;
  }
  .margins1{
    margin-bottom: 0px;
    margin-right: 0px; /* Adjust this value to reduce the space between the input boxes */
  }
  .margins2{
    margin-bottom: 0px;
    margin-right:  0px; /* Adjust this value to reduce the space between the input boxes */
    margin-left:  0px;
  }
  .font-type-services{
    font-family: "Bebas Neue", sans-serif;
  
  font-weight: 400 !important;
  color: #121212;
  font-size: 2em;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 4px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 5px solid #F62427; /* Adjust the thickness as needed */
  
    }

  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: -2.75em !important;
  }
  .services-image1{
    height: 335px !important;
    width: 100%;
  }
  .services-image-flooring{
    height: 335px !important;
    width: 100%;
  }
  .services-image-window{
    height: 335px !important;
    width: 100%;
  }
  .services-image-door{
    height: 335px !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 335px !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 335px !important;
    width: 100%;
  }
  .services-image-carpentry{
    height: 335px !important;
    width: 100%;
  }
  .services-image-media-walls{
    height: 335px !important;
    width: 100%;
  }
  .services-image2{
    height: 36.5vh !important;
  }
  .services-image3{
    height: 36.5vh !important;
  }
  .services-image4{
    height: 36.5vh !important;
  }
  .services-image5{
    height: 36.5vh !important;
  }
  .display-phone{
    display: block !important;
  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em !important;
  }

  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  

  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.55em !important;
      margin-top: -.4em;
  }
  
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.45em !important;
      margin-top: -.8em;
  }
  
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;
    height: 290px;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: 0em !important;
      line-height: 1.1 !important;
      font-size: 2.52em !important;
    }


.font-future-about-page{
  color:  #121212;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 2.75em !important;
  }
  
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 40vh;
    margin-bottom: -1em !important;
    width: 90%;
    margin:  0 5%;
  background-position: top;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.650em;
      letter-spacing: 0px;
  }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-top: .25em !important;
  }

  .clipping-mask2 {
    display: none;
  }
  .clipping-mask4{
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 3em;
  }

  .topbar-text1 {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important; 
    font-style: normal;
    color: #fff;
    margin-left: .61em !important;

    margin-bottom: 1em;
    font-size: 1.31em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 15px !important;
    margin-top: 7px;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 49.25%;
    left: 10% !important;
    transform: translate(-55%, -50%) ;
    width: 100% !important;
  }
  .border-left{
    border-left: white solid 2px;
    margin-top: 0em !important;
    right: 110% !important;
    margin-left: 2em !important;
  }
    /*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0, .93) 0%, rgba(0,0,0,0.3449754901960784) 100%);  z-index: 1;
}
.carousel-content{
  margin-left: 1.5em;
}

 
  .carousel-item {
    height: 760px;
    width: 100%;
  }

  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #fff;
    font-size: 3.13em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 1.2em;
  }

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #000000;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.1em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }

  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */
  }

  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 13px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    font-size: .8em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: .3em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }




  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -15px; /* Adjust the position as needed */
    left: 45px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    margin-left: 2em ;

    background: rgb(241,34,38);
    background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);     z-index: -1; /* Ensure it is behind the image */    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }
  .about-img-home{
    height: auto;
    width: 90%;
    margin-bottom: -1em;
  margin-left: .0000001em ;

}
  .service{
    margin-top: 2.75em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */

  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.70em !important;
      letter-spacing: .1px;
      margin-bottom: .6em !important;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 1.95em;
    color: #070707;
  }

  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  
          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }


 
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left bottom no-repeat;
    background-size: cover;
    height: 1121px;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3em;
      padding-right: 1em;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

      .iframe-container {
        width: 95% !important;
        padding-top: 100%; /* This makes the container a square */
        height: 50% !important;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
    .shadow-box-contact {
      position: absolute;
      top: -15px; /* Adjust the position as needed */
      left: 130px; /* Adjust the position as needed */
      width: 60%; /* Adjust the size as needed */
      height: 90%; /* Adjust the size as needed */
      background-color: #1E1E1E; /* Black color */
      z-index: -1; /* Ensure it is behind the image */
    }
    
  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -1.2em;
    }
    .navbar .navbar-brand::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 100%;
      top: 0;
      right: 0px;
      }  
   
    .navbar-toggler{
      margin-right: -.75em !important;
      margin-bottom: -.25em;
    }
  }
/* Media query for screens between 410px and 425 */
@media (min-width: 700px) and (max-width: 800px) {
  .contact-content{
    margin-top: -7em !important;
    margin-bottom: 9em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.9em !important;
      margin-top: -.13em;
  }
 .margin-bottom-projects{
  margin-bottom: .35em !important;
 }
.sidebar{
  margin-top: -2em !important;
}
  .services-image-media-walls{
    height: 36.5vh !important;
    width: 100%;
  }
  .services-image-flooring{
    height: 36.5vh !important;
    width: 100%;
  }
  .services-image-carpentry{
    height: 36.5vh !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 36.5vh !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 36.5vh !important;
    width: 100%;
  }
  .services-image-door{
    height: 36.5vh !important;
    width: 100%;
  }
  .services-image-window{
    height: 36.5vh !important;
    width: 100%;
  }
  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.80em !important;
      letter-spacing: .1px;
      margin-bottom: .5em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3.4em !important;
      font-style: normal;
  }
  .about-image-height{
    height: 43vh !important;
    margin-top: -2.75em !important;
  }
  .px-7{
    padding-left: 2em !important;
    padding-right: 2em !important;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 15px !important;
  }
  .reviews{
    display: flex !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .ml-ipad{
    margin-left: 2em !important;
  }
  .stars-container p{
  margin-left: 4em !important;
  display: content !important;
      text-align: left !important;

  align-items: left !important;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    text-align: left !important;
    margin-top: .315em !important ;
    align-items: left !important; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .contact-section-padding{
    padding-right: .17em !important;

  }
   .facebook-icon-mobile{
    margin-right: 10px;
  }
  
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: -.5em;
      font-size: 3em !important;
    }
    .font-type-services{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important;
        font-style: normal;
        font-size: 2.31em !important;
      }
  .about-us-page-content{
    padding-left: 1.25em !important;
    padding-right: 2.3em !important;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
    /* CSS to change the font and size of the placeholder text */
    .form-control::placeholder {
      font-family: "Open Sans", sans-serif;
      font-size: 15px; /* Change font size as needed */
      color: #686868; /* Change placeholder color as needed */
      font-weight: 400;
    }
  
  .mt-minus{
    margin-top: 1.75em !important;
  }
  .about-section-content{
    padding-right: 4em;
    margin-left: .5em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3.25em !important;
    }
  .logo {
    width: 8.7em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -.5em;
    }
    .border-left{
      border-left: white solid 2px;
      margin-top: 0em !important;
      right: 110% !important;
      margin-left: .5em !important;
    }
  .navbar-toggler{
    margin-right: -.75em !important;
    margin-bottom: -.75em !important;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: 1em;
  }
  .services-image1{
    height: 455px !important;
    width: 100%;
  }
  .services-image2{
    height: 455px !important;
    width: 100%;

  }
  .services-image3{
    height: 455px !important;
    width: 100%;

  }
  .services-image4{
    height: 37vh !important;
    width: 100%;

  }
  .services-image5{
    height: 37vh !important;
    width: 100%;

  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 8em;
    padding-top: 3em !important;
  }
  


 
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }





  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: 1em;
  }
  .services-image1{
    height: 36vh !important;
    width: 100%;
  }
  .services-image2{
    height: 36vh !important;
  }
  .services-image3{
    height: 36vh !important;
  }
  .services-image4{
    height: 36vh !important;
  }
  .about-text{
    margin-top: 1em;
  }
  .py-15{
    padding-bottom: 8em;
    padding-top: 3em !important;
  }
  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  




  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.9em !important;
      margin-top:  -.3em !important;
  }



  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3em !important;
    }
    

  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.70em ;
      letter-spacing: .1px;
  }

  .navbar-brand {
    padding-left: 0em;
    }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: -.5em !important;
  }

  .clipping-mask2 {
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 2em;
  }

  .topbar-text1 {
    white-space: nowrap;
    margin-left: 1em !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    margin-bottom: 1em;
    font-size: 1.24em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 12px !important;
  }

  .carousel-item {
    height: 500px;
    width: 100%;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 55%;
    left: 30%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100% !important;
  }
  .clipping-mask4{
    display: none;
  }
  .quote-form {
 display: none;
  }
  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */  
    width: 198px !important;

  }
  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    color: #fff;
    text-align: left !important;

    font-size: 3.55em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
      font-weight: 400 !important;
    font-size: 1.2em;
text-align: left !important;
}

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #231F20;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.23em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }



  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 19px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 14px;
    transform: translateY(-50%);
    font-size: .68em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: 1em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }

  .form-header {
    text-align: center;
    font-size: 28px;
    padding-top: .5em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
    height: 100px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    z-index: 5 !important;
    position: absolute;
  }


  .form-content {
    margin-top: 7.5em;
  }

  .arrow-down {
    position: absolute;
    margin-top: 3.3511em;
    margin-left: .000001em;
    left: 0; /* Adjust positioning to start from the left */
    width: 100%; /* Span the entire width */
    height: 47px; /* Set the height of the arrow */
    background-color: #777777; /* Adjust color as needed */
    clip-path: polygon(-10% 0%, 50% 75%, 108% 0%); /* Create arrow shape */
    z-index: 3; /* Ensure arrow is behind the form header */
  }

  .arrow-down-black {
    position: absolute;
    margin-top: 3.11em;
    margin-left: .00000001em;
    left: 0; /* Adjust positioning to start from the left */
    width: 100%; /* Span the entire width */
    height: 32px; /* Set the height of the arrow */
    background-color: #0b0b0b; /* Adjust color as needed */
    clip-path: polygon(-10% 0%, 50% 75%, 108% 0%); /* Create arrow shape */
    z-index: 3; /* Ensure arrow is above the form header */
  }
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.84em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 50vh;
    margin-bottom: -1.5em !important;
    width: 95%;
    margin:  0 2.5%;
  background-position: top;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: 125px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 98%; /* Adjust the size as needed */
    margin-left: 2em ;

    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }


  .service{
    margin-top: 6em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */


  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 2.25em;
    color: #070707;
  }
  .font-type-service-header{
    text-align: center;
    text-transform: capitalize;
    font-size: 1.82em;
    color: #070707;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
    letter-spacing: .4px;

  }  
  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 3em;
      padding-bottom: 100px;
      margin-bottom: 1em;
  }

  .testimonial-section h3 {
      text-align: center;
  }

  .testimonial-section h6 {
      text-align: center;
  }

  .testimonial-section .review {
      margin-top: 1em;
  }


  .testimonial-section h5 {
      margin-left: -.45em;  
      font-family: "Kanit", sans-serif;
      font-weight: 500;
      color: #0e0d0d;
      white-space: nowrap;
      font-style: italic;
      font-size: 1.34em;
      margin-top: .32em;
  }

  .star {
      margin-left: -.37em;
  }

  .testimonial-top {
      text-align: center;
      margin-bottom: -2em;
  }

  .testimonial-top p {
      text-align: center;
      margin-bottom: 3em;
      color: #000;
      font-weight: 500;
      font-size: 1.2em;
  }

  .testimonial-top img {
      width: 9em;
  }

  .testimonial-content {
      position: relative;
      background: #ffffff;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
      margin: 10px; /* Add margin for spacing between slides */
      padding: 20px;
      border-radius: 10px;
  }

  .testimonial-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.15);
  }

  .testimonial-content::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.15);
  }

  iconify-icon.rate {
      color: #F2B821;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  .review {
      padding-right: 2em;
  }


  .testimonial-paragraph-header-text{
    white-space: nowrap;
    margin-left: 0em;
    font-family: "Sedan", serif;
    font-weight: 400 !important;
      font-style: normal;
      margin-top: -2em;
      color: #020202;
      font-size: 1.41em !important;
  }
  iconify-icon.rate2 {
    color: #F2B821;
font-size: 16px;  
    width: 15px;
}
.star-margin-2{
  margin-right: .5em;

}
.star-margin-1{
  margin-left: .3em;

}
.font-future-testimonial{
  font-family: "Cormorant Garamond", serif;
font-weight: 600 !important;
color: #020202;
font-size: 2.55em;
padding: 0em 0em !important;
}

.testimonial-content .google-icon {
  position: absolute;
  top: 35px; /* Adjust as needed */
  right: 36px; /* Adjust as needed */
  width: 30px; /* Adjust as needed */
  height: auto;
}
.testimonial-content .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-right: 7.25em !important;
}

.testimonial-content .user-info .user {
  margin-right: 10px; /* Adjust space between image and text */
}

.testimonial-content .user-info .user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0em;
}

.testimonial-content .user-info .user-details h5,
.testimonial-content .user-info .user-details .star {
  display: flex;
  align-items: center;
}
.user{
  width: 3.2em;
}

          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }
    
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 56vh;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 2.45em;
  }
  .navbar .navbar-nav .nav-link {
    margin-left: 17px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;}
      .navbar-brand {
        padding-left: .1em;
        }

      
   

        .iframe-container {
          width: 90% !important;
          padding-top: 100%; /* This makes the container a square */
          height: 50% !important;
      }
    
      .iframe-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100% !important;
      }
      .shadow-box-contact {
        position: absolute;
        top: -28px; /* Adjust the position as needed */
        left: 236px; /* Adjust the position as needed */
        width: 60%; /* Adjust the size as needed */
        height: 90%; /* Adjust the size as needed */
        background-color: #1E1E1E; /* Black color */
        z-index: -1; /* Ensure it is behind the image */
      }
      .about-section-font{
        color: #121212   ;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400 !important;
          font-style: normal;
          text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        
        font-size: 3.25em;
        }
        
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427 !important; /* Adjust the thickness as needed */
  
    }
  }
/* Media query for screens between 410px and 425 */
@media (min-width: 800px) and (max-width: 990px) {

  .contact-content{
    margin-top: -7em !important;
    margin-bottom: 9em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .5px;
    font-weight: 500 !important;
      font-style: normal;
      line-height: 1 !important;
      font-size: 3.9em !important;
      margin-top: -.13em;
  }
 .margin-bottom-projects{
  margin-bottom: .35em !important;
 }
.sidebar{
  margin-top: -2em !important;
}
  .services-image-media-walls{
    height: 375px !important;

    width: 100%;
  }
  .services-image-flooring{
    height: 375px !important;

    width: 100%;
  }
  .services-image-carpentry{
    height: 375px !important;
    width: 100%;
  }
  .services-image-renovation{
    height: 375px !important;
    width: 100%;
  }
  .services-image-extensions{
    height: 375px !important;
    width: 100%;
  }
  .services-image-door{
    height: 375px !important;
    width: 100%;
  }
  .services-image-window{
    height: 375px !important;
    width: 100%;
  }
  .section-header-text{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;    
      font-size: 1.80em !important;
      letter-spacing: .1px;
      margin-bottom: .5em !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3.4em !important;
      font-style: normal;
  }
  .about-image-height{
    height: 43vh !important;
    margin-top: -2.75em !important;
  }
  .px-7{
    padding-left: 2em !important;
    padding-right: 2em !important;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 15px !important;
  }
  .reviews{
    display: flex !important;
    margin-top: .95em !important;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .ml-ipad{
    margin-left: 2.5em !important;
  }
  .stars-container p{
  margin-left: .75em !important;
  display: content !important;
      text-align: left !important;

  align-items: left !important;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 10px ;
    margin-left: 3px !important;
    object-fit: contain;
    text-align: left !important;
    margin-top: .315em !important ;
    align-items: left !important; 
  height: auto !important;
  }
  .google-logo {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto !important;  /* Maintain aspect ratio */
    margin-top: -5px !important; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important;
    margin-left: 0em !important;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .contact-section-padding{
    padding-right: .17em !important;

  }
   .facebook-icon-mobile{
    margin-right: 10px;
  }
  
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      margin-top: -.5em;
      font-size: 3em !important;
    }
    .font-type-services{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important;
        font-style: normal;
        font-size: 2.31em !important;
      }
  .about-us-page-content{
    padding-left: 1.25em !important;
    padding-right: 2.3em !important;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
    /* CSS to change the font and size of the placeholder text */
    .form-control::placeholder {
      font-family: "Open Sans", sans-serif;
      font-size: 15px; /* Change font size as needed */
      color: #686868; /* Change placeholder color as needed */
      font-weight: 400;
    }
  
  .mt-minus{
    margin-top: 1.75em !important;
  }
  .about-section-content{
    padding-right: 4em;
    margin-left: .5em !important;
  }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3.25em !important;
    }
  .logo {
    width: 8.7em;
    margin-right: 0.5em;
    margin-bottom: 0em !important;
    margin-left: -.5em;
    }
    .border-left{
      border-left: white solid 2px;
      margin-top: 0em !important;
      right: 110% !important;
      margin-left: .2em !important;
    }
  .navbar-toggler{
    margin-right: -.75em !important;
    margin-bottom: -.75em !important;
  }

  .roofing10{
    color: #fff ;
    position: relative;
  }
  
  .roofing10::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: 1em;
  }
  .services-image1{
    height: 37vh !important;
    width: 100%;
  }
  .services-image2{
    height: 37vh !important;
    width: 100%;

  }
  .services-image3{
    height: 37vh !important;
    width: 100%;

  }
  .services-image4{
    height: 37vh !important;
    width: 100%;

  }
  .services-image5{
    height: 37vh !important;
    width: 100%;

  }
  .about-text{
    margin-top: -4.5em;
  }
  .py-15{
    padding-bottom: 8em;
    padding-top: 3em !important;
  }
  


 
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }





  .font-type-projects-page{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
      font-size: 2.35em;
      margin-bottom: .5em;
      color: #020202;
      margin-top: -.25em;
  }

  .p-l-5{
    margin-left: .17em;
    margin-top: 1em;
  }
  .services-image1{
    height: 32vh !important;
    width: 100%;
  }
  .services-image2{
    height: 36vh !important;
  }
  .services-image3{
    height: 36vh !important;
  }
  .services-image4{
    height: 36vh !important;
  }
  .about-text{
    margin-top: 1em;
  }
  .py-15{
    padding-bottom: 8em;
    padding-top: 3em !important;
  }
  

  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  




  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.9em !important;
      margin-top:  -.3em !important;
  }



  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3em !important;
    }
    

  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.70em ;
      letter-spacing: .1px;
  }

  .navbar-brand {
    padding-left: 0em;
    }

  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff; /* Adjust color as needed */
    border-radius: 50%;
  }
  
  .icon-container i {
    font-size: 18px;
    color: #fff; /* Adjust color as needed */
  }

  .logo {
    width: 8.5em;
    margin-right: 0.5em;
    margin-bottom: -.5em !important;
  }

  .clipping-mask2 {
    display: none;
  }

  .clipping-mask {
    display: none;
  }

  .fb-mobile {
    margin-top: .1em;
    padding-right: 2em;
  }

  .topbar-text1 {
    white-space: nowrap;
    margin-left: 1em !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    margin-bottom: 1em;
    font-size: 1.24em !important;
  }

  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent; /* Hide the fill color */
    font-size: 17px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(120deg);
  }

  .facebook-icon-mobile {
    font-size: 12px !important;
  }

  .carousel-item {
    height: 500px;
    width: 100%;
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    position: absolute;
    top: 58%;
    left: 31%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100% !important;
  }
  .clipping-mask4{
    display: none;
  }
  .quote-form {
 display: none;
  }
  .half-width {
    width: calc(50% - 10px); /* Subtracting margin space */  
    width: 198px !important;

  }
  .header-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    color: #fff;
    text-align: left !important;

    font-size: 3.55em;
  }

  .body-text {
    font-family: "Barlow Condensed", sans-serif;
      font-weight: 400 !important;
    font-size: 1.2em;
text-align: left !important;
}

  .btn-carousel {
    display: none;
  }

  .btn-colour-form {
    background-color: #231F20;
    padding: .5em 2.1em;
    white-space: nowrap;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #fff;
    font-size: 1.23em;
  }

  .form-group {
    margin-bottom: 15px;
    margin-right: 5px; /* Adjust this value to reduce the space between the input boxes */
  }

  .form-row {
   }

  .form-group {
    margin-bottom: 15px;
  }



  .taller {
    height: auto; /* Change height to auto */
  }

  .taller input {
    height: calc(100% - 30px); /* Subtract the height of the icon placeholder */
  }

  .taller i {
    margin-top: 2px; /* Adjust as needed */
  }

  .taller textarea {
    height: 150px; /* Adjust the height as needed */
  }

  .form-group.taller i {
    height: calc(100% - 19px); /* Subtract the height of the icon placeholder */
    resize: none; /* Prevent resizing of the textarea */
  }

  .form-group {
    position: relative;
    margin-bottom: 15px; /* Adjust margin between form groups */
  }

  .form-group i {
    position: absolute;
    top: 55%;
    left: 14px;
    transform: translateY(-50%);
    font-size: .68em;
    color: #73737399; /* Adjust icon color if needed */
    margin-left: 1em;
    padding-left: .2em;
  }

  .form-group input,
  .form-group textarea {
    width: calc(100% - 30px); /* Adjust width and padding as needed */
    padding: 10px;
    padding-left: 30px; /* Ensure enough space for the icon */
    margin-left: 1em;
    background-color: #ECECEC;
    border: 1px solid #ECECEC; /* Adjust border color if needed */
  }

  .form-container {
    position: relative;
  }

  .form-header {
    text-align: center;
    font-size: 28px;
    padding-top: .5em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
    height: 100px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    z-index: 5 !important;
    position: absolute;
  }


  .form-content {
    margin-top: 7.5em;
  }

  .arrow-down {
    position: absolute;
    margin-top: 3.3511em;
    margin-left: .000001em;
    left: 0; /* Adjust positioning to start from the left */
    width: 100%; /* Span the entire width */
    height: 47px; /* Set the height of the arrow */
    background-color: #777777; /* Adjust color as needed */
    clip-path: polygon(-10% 0%, 50% 75%, 108% 0%); /* Create arrow shape */
    z-index: 3; /* Ensure arrow is behind the form header */
  }

  .arrow-down-black {
    position: absolute;
    margin-top: 3.11em;
    margin-left: .00000001em;
    left: 0; /* Adjust positioning to start from the left */
    width: 100%; /* Span the entire width */
    height: 32px; /* Set the height of the arrow */
    background-color: #0b0b0b; /* Adjust color as needed */
    clip-path: polygon(-10% 0%, 50% 75%, 108% 0%); /* Create arrow shape */
    z-index: 3; /* Ensure arrow is above the form header */
  }
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }

  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.84em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 50vh;
    margin-bottom: -1.5em !important;
    width: 95%;
    margin:  0 2.5%;
  background-position: top;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: 125px; /* Adjust the position as needed */
    width: 70%; /* Adjust the size as needed */
    height: 98%; /* Adjust the size as needed */
    margin-left: 2em ;

    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }

  
  .about-img-container img {
    position: relative;
    z-index: 1;
  }


  .service{
    margin-top: 9em !important;
  }
  .about-section{
    margin-top: 3em;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.25em;
    }
  /* Styling for mobile top bar */


  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1.1em;
    color: #020202;
  }
  .font-type-service{
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
    letter-spacing: .4px;
      font-style: normal;
      font-size: 2.25em;
    color: #070707;
  }
  .font-type-service-header{
    text-align: center;
    text-transform: capitalize;
    font-size: 1.82em;
    color: #070707;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
    letter-spacing: .4px;

  }  
  .service-item2 p{
    text-align: center;
    padding: 0 1em;
  }
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 3em;
      padding-bottom: 100px;
      margin-bottom: 1em;
  }

  .testimonial-section h3 {
      text-align: center;
  }

  .testimonial-section h6 {
      text-align: center;
  }

  .testimonial-section .review {
      margin-top: 1em;
  }


  .testimonial-section h5 {
      margin-left: -.45em;  
      font-family: "Kanit", sans-serif;
      font-weight: 500;
      color: #0e0d0d;
      white-space: nowrap;
      font-style: italic;
      font-size: 1.34em;
      margin-top: .32em;
  }

  .star {
      margin-left: -.37em;
  }

  .testimonial-top {
      text-align: center;
      margin-bottom: -2em;
  }

  .testimonial-top p {
      text-align: center;
      margin-bottom: 3em;
      color: #000;
      font-weight: 500;
      font-size: 1.2em;
  }

  .testimonial-top img {
      width: 9em;
  }

  .testimonial-content {
      position: relative;
      background: #ffffff;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
      margin: 10px; /* Add margin for spacing between slides */
      padding: 20px;
      border-radius: 10px;
  }

  .testimonial-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.15);
  }

  .testimonial-content::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.15);
  }

  iconify-icon.rate {
      color: #F2B821;
  }


  .swiper-pagination {
    position: absolute;
    bottom: -70px !important; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
}
  .swiper-pagination .swiper-pagination-bullet {
      background-color: #2e2d2d;
  }

  .swiper {
      overflow: visible !important;
  }

  .review-scroll {
      max-height: 200px;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 5px;
  }

  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
      background: #797979;
      border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  .review {
      padding-right: 2em;
  }


  .testimonial-paragraph-header-text{
    white-space: nowrap;
    margin-left: 0em;
    font-family: "Sedan", serif;
    font-weight: 400 !important;
      font-style: normal;
      margin-top: -2em;
      color: #020202;
      font-size: 1.41em !important;
  }
  iconify-icon.rate2 {
    color: #F2B821;
font-size: 16px;  
    width: 15px;
}
.star-margin-2{
  margin-right: .5em;

}
.star-margin-1{
  margin-left: .3em;

}
.font-future-testimonial{
  font-family: "Cormorant Garamond", serif;
font-weight: 600 !important;
color: #020202;
font-size: 2.55em;
padding: 0em 0em !important;
}

.testimonial-content .google-icon {
  position: absolute;
  top: 35px; /* Adjust as needed */
  right: 36px; /* Adjust as needed */
  width: 30px; /* Adjust as needed */
  height: auto;
}
.testimonial-content .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-right: 7.25em !important;
}

.testimonial-content .user-info .user {
  margin-right: 10px; /* Adjust space between image and text */
}

.testimonial-content .user-info .user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0em;
}

.testimonial-content .user-info .user-details h5,
.testimonial-content .user-info .user-details .star {
  display: flex;
  align-items: center;
}
.user{
  width: 3.2em;
}

          .swiper-slide {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
    

      .swiper-slide {
        width: calc(90% - 30px);
        margin: 0 auto;
      }


    .swiper-slide {
      box-sizing: border-box;
    }
    
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 49vh;
    margin-bottom: 7em !important;
  }
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 2.5em;
  }
  .navbar .navbar-nav .nav-link {
    margin-left: 17px;
    padding: 10px 0;
    color: #231F20;
    font-size: 22px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;}
      .navbar-brand {
        padding-left: .1em;
        }

      
   

        .iframe-container {
          width: 90% !important;
          padding-top: 100%; /* This makes the container a square */
          height: 50% !important;
      }
    
      .iframe-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100% !important;
      }
      .shadow-box-contact {
        position: absolute;
        top: -28px; /* Adjust the position as needed */
        left: 236px; /* Adjust the position as needed */
        width: 60%; /* Adjust the size as needed */
        height: 90%; /* Adjust the size as needed */
        background-color: #1E1E1E; /* Black color */
        z-index: -1; /* Ensure it is behind the image */
      }
      .about-section-font{
        color: #121212   ;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400 !important;
          font-style: normal;
          text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        
        font-size: 3.25em;
        }
        
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 3px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 6px solid #F62427 !important; /* Adjust the thickness as needed */
  
    }
}

.bg-topbar-mobile {
  background: #252f30;
    height: 50px;
}


/* Styling for phone icon in mobile top bar */


/* Hide the main top bar on mobile */
.bg-topbar {
  display: none;
}

@media (min-width: 992px) {
  /* Show the main top bar on larger screens */
  .bg-topbar {
      display: block;
  }

  /* Hide the mobile top bar on larger screens */
  .bg-topbar-mobile {
      display: none;
  }
}
.testimonial-content .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-right: 5em;
}

.testimonial-content .user-info .user {
  margin-right: 10px; /* Adjust space between image and text */
}

.testimonial-content .user-info .user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1em;
}

.testimonial-content .user-info .user-details h5,
.testimonial-content .user-info .user-details .star {
  display: flex;
  align-items: center;}


  .navbar-brand {
    padding-left: 2em;
    }

    .icon-outline{
      margin-right: 15px;
    }
    /* Default state: hide the <br> */
.desktop-break {
  display: none;
}

/* Desktop state: show the <br> */
@media (min-width: 768px) {
  .desktop-break {
      display: inline;
  }
}

/* Default styles for larger screens */
.iframe-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}



.topbar-phone-link{
  font-size: .8em;
  color: #fff !important;
}

/* IPAD STYLES */

@media (min-width: 1000px) and (max-width: 1070px){
  .margin-top-feature{
    margin-top: 4em !important;
   }
  .feature-img{
    height: 660px !important;
    width: 700px;
    object-fit: cover;
  }
  .services-image-window{
    height: 1027px !important;
  }
  .services-image-door{
  height: 910px !important;
}
  .services-image-renovation{
    height: 985px !important;
  }
  .services-image-extensions{
    height: 1005px !important;
  }
  .services-image-carpentry{
    height: 980px !important;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 3em !important;
  }
  .projects{
    margin-bottom: 2em;
    margin-top: 4.5em;
  }
  .py-6 {
    padding-top: 65px !important;
    padding-bottom: 50px;
}
  .about-image-height{
    height: 850px !important;
    margin-top: -15.2em !important;
  }
  .display-none-1024{
    display: none !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3em !important;
      font-style: normal;
  }
  .google-logo {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -8px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important ;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -5px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important ;
    margin-left: 3em;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .reviews{
    display: flex;
    margin-top: 1.5em ;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .stars-container p{
  margin-left: 1em;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 100px !important;
    object-fit: contain;
    padding-bottom: .35em !important;
    align-items: center;
  
  }
  .mt-minus{
    margin-top: 1em;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.13em !important;
    }
  .about-us-page-content{
    padding-left: 1.85em !important;
  }
  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3em !important;
    }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 3em;
    }
  .py-23{
    padding: 0em 0em; 
    }
    .logo {
      width: 9em !important;
      margin-right: 1.25em;
      margin-bottom: 3.93em;
      margin-left: 1.35em;
      margin-top: 1.15em;
      }
  .contact-info {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: -3em !important;
    align-items: center;
  }
  .topbar-text1{
    white-space: nowrap;
    margin-left: 6em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      color: #fff;
      padding-top: 1.2em !important;
      z-index: 1000;
      font-size: 1em !important;
  }
  
      
  .clipping-mask4 {
    position: absolute;
    top: -80px;
    left: -100px;
    width: 184px; /* Adjust width as needed */
    height: 190%; /* Adjust height to match the logo container height */
    background: #252f30;
    clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
  }

  .topbar-text2{
    white-space: nowrap;
    margin-left: 4em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: 1.2em !important;

      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      font-size: 1em !important;
  }

  .topbar::before{
    position:absolute;
      content: "";
      width: 30px;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-130deg);
      background: #231F20;
    }
    .text{
    font-size: 1em;
    
    }

    .topbar-right {
      position: relative;
      background: #000;
      width: 2000px;
      top: -20px !important;
      overflow: hidden;
      height: 70px !important;
  right: 48% !important;
    }
    
    .topbar-right::before {
      position: absolute;
      content: "";
      overflow: hidden;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-30deg);
      background: #1000;
    }
  
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .carousel-item{
    height: 580px;
  }
  .testimonial-content .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 3.25em;
  }
  .body-text{
    font-size: 1.1em;
  }
  .carousel-img{
    height: 100%;
background-size: contain !important;  }
  .header-text{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
    color: #fff;
    font-size: 3.82em;
  }

  .btn-colour-form{
    background-color: #000000;
    padding: .75em 4em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.053em;
  }
  .btn-nav{
   margin-right: -1em !important;
background: #253030;
background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 600;
    margin-bottom: 1em;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .3px;
    font-optical-sizing: auto;
    font-style: normal;
  padding: .38em 1.12em;
  } 
 


  
  .navbar .navbar-nav .nav-link {
    margin-right: 28px;
    padding: 0px 0 15px 0;
    color: #231F20;
    font-size: 19px ;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

  .logo-container {
    position: relative;
    
}


.navbar-brand {
    position: relative; /* Ensure logo is above clipping mask */
    z-index: 2; /* Ensure logo is above the clipping mask */
    padding-left: .75em;
}

  


.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}




     .arrow-icon {
      height: auto;
      width: 60px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
      .btn-carousel {
        background: rgb(241,34,38);
      background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
      font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .25em;
      text-transform: uppercase;
      height: 52px;
      width: 420px; /* Reduce the width */
        margin-top: .4em;
      white-space: nowrap;
      font-size: 1.13em;
      clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    }
    
      .text-container{
        width: 70% ;
      margin-left: 3.5em ;
      margin-top: -17.25% ;
      text-align: left;
      }
      
.quote-form {
  max-width: 1000px; /* Adjust the maximum width of the form */
  margin: 25px; /* Center the form on the page */
  padding: 0px; /* Adjust padding as needed */
  background-color: #ffffff; /* Adjust background color if needed */
  border-radius: 0px; /* Adjust border radius if needed */
  height: 67%;
  border-bottom: 10px solid #797979;
  width: 42%;
  margin-top: -8% !important;
  background-color: #ffffff91; /* Adjust background color if needed */



}


.form-header {
  text-align: center;
  font-size: 25px;
  padding-top: .85em;
  margin: 0 auto 20px;
  color: #fafafa;
  width: 100%;
height: 80px;    
font-family: "Bebas Neue", sans-serif;
font-weight: 500 !important;
  font-style: normal;
  font-style: normal;
z-index: 5 !important;
position: absolute;
}
.form-content{
  margin-top: 6.4em;
}

.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  font-weight: 400;
}

.list-text{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 1.26em;
}
.list-text-about{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800 !important;
    font-style: italic;
    font-size: 1.54em;
}
.about-img-container {
  position: relative;
}

.about-img-container .shadow-box {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -12px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}
 .shadow-box-contact {
  position: absolute;
  top: -30px; /* Adjust the position as needed */
  left: -25px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}

.about-img-home{
  height: 540px;
  width: 420px;
  object-fit: cover;
  background-size: cover !important;
margin-left: 0em ;}

.service{
  margin-top: 1.5em !important;
}
.font-future-about-section{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
  font-size: 2.75em;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1em;
    color: #020202;
  }


.swiper-pagination {
position: absolute;
bottom: -70px !important; /* Adjust the distance from the bottom as needed */
left: 0;
width: 100%;
text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2d2d;
}

.swiper {
  overflow: visible !important;
}

.review-scroll {
  max-height: 200px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.p-5{
  padding: 2em 1.6em !important;
}
.appointment {
  background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
  background-size: cover;
  height: 545px;
  margin-bottom: 7em !important;
}
    

.font-type-contact{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 2.75em;
}
.appointment p{
  font-size: .91em;
}
.about-img{
  background-image: url(../img/about-page-image.jpg);
  background-size: cover;
  height: 852px;
  width: 400px;
  margin-left: 2em;
  object-fit: cover;
background-position: top;
}
.about-page-link{
  white-space: nowrap;
}
.section-header-text-page{
  color: #979797;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 1.690em;
    letter-spacing: 0px;
}
.iframe-container {
  background-color: black;
  padding: 20px; /* Adjust padding as needed */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-l-5{
  margin-left: 2.7em;
  margin-top: 1em;
}
.services-image1{
  height: 1155px !important;
}
.services-image-media-walls{
  height: 905px !important;
}
.services-image-flooring{
  height: 860px !important;
}
.services-image2{
  height: 1870px !important;
}
.services-image3{
  height: 1420px !important;
}
.services-image4{
  height: 1230px !important;
}
.services-image5{
  height: 1880px !important;
}
.py-15{
  padding-bottom: 4em;
  padding-top: 1em;
}
.iframe-container {
  width: 100% !important;
  padding-top: 100%; /* This makes the container a square */
  height: 100% !important;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.shadow-box-contact {
position: absolute;
top: -20px; /* Adjust the position as needed */
left: -20px; /* Adjust the position as needed */
width: 60%; /* Adjust the size as needed */
height: 90%; /* Adjust the size as needed */
background-color: #1E1E1E; /* Black color */
z-index: -1; /* Ensure it is behind the image */
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 22px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
    font-style: normal;
}





.font-type-page-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.32em;
}
.font-type-page-header-double{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.3em;
}
.custom-select {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  height: 55px;
}
}
@media (min-width: 1070px) and (max-width: 1100px){
  .margin-top-feature{
    margin-top: 4em !important;
   }
  .feature-img{
    height: 660px !important;
    width: 700px;
    object-fit: cover;
  }
  .px-7{
    padding-left: 3em !important ;
    padding-right: 3em !important;
    } 
  .services-image-window{
    height: 1027px !important;
  }
  .services-image-door{
  height: 910px !important;
}
  .services-image-renovation{
    height: 985px !important;
  }
  .services-image-extensions{
    height: 1005px !important;
  }
  .services-image-carpentry{
    height: 980px !important;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 4em !important;
  }
  .projects{
    margin-bottom: 2em;
    margin-top: 4em;
  }
  .py-6 {
    padding-top: 65px !important;
    padding-bottom: 50px;
}
  .about-image-height{
    height: 775px !important;
    margin-top: -13em !important;
  }
  .display-none-1024{
    display: none !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3em !important;
      font-style: normal;
  }
  .google-logo {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -8px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important ;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -5px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important ;
    margin-left: 3em;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .reviews{
    display: flex;
    margin-top: 1.5em ;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .stars-container p{
  margin-left: 1em;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 100px !important;
    object-fit: contain;
    padding-bottom: .35em !important;
    align-items: center;
  
  }
  .mt-minus{
    margin-top: 1em;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.13em !important;
    }
  .about-us-page-content{
    padding-left: 1.85em !important;
  }
  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3em !important;
    }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 3em;
    }
  .py-23{
    padding: 0em 0em; 
    }
    .logo {
      width: 9em !important;
      margin-right: 1.25em;
      margin-bottom: 3.93em;
      margin-left: 1.5em;
      margin-top: 1.25em;
      }
  .contact-info {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: -2.5em !important;
    align-items: center;
  }
  .topbar-text1{
    white-space: nowrap;
    margin-left: 6em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      color: #fff;
      padding-top: 1.2em !important;
      z-index: 1000;
      font-size: 1em !important;
  }
  
      
  .clipping-mask4 {
    position: absolute;
    top: -80px;
    left: -100px;
    width: 184px; /* Adjust width as needed */
    height: 190%; /* Adjust height to match the logo container height */
    background: #252f30;
    clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
  }

  .topbar-text2{
    white-space: nowrap;
    margin-left: 4em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: 1.2em !important;

      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      font-size: 1em !important;
  }

  .topbar::before{
    position:absolute;
      content: "";
      width: 30px;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-130deg);
      background: #231F20;
    }
    .text{
    font-size: 1em;
    
    }

    .topbar-right {
      position: relative;
      background: #000;
      width: 2000px;
      top: -20px !important;
      overflow: hidden;
      height: 70px !important;
  right: 49.9% !important;
    }
    
    .topbar-right::before {
      position: absolute;
      content: "";
      overflow: hidden;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-30deg);
      background: #1000;
    }
  
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .carousel-item{
    height: 600px;
  }
  .testimonial-content .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 3.25em;
  }
  .body-text{
    font-size: 1.15em;
  }
  .carousel-img{
    height: 100%;
background-size: contain !important;  }
  .header-text{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
    color: #fff;
    font-size: 3.82em;
  }

  .btn-colour-form{
    background-color: #000000;
    padding: .75em 4em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.053em;
  }
  .btn-nav{
   margin-right: -1em !important;
background: #253030;
background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 600;
    margin-bottom: 1em;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .3px;
    font-optical-sizing: auto;
    font-style: normal;
  padding: .38em 1.32em;
  } 
 


  
  .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 0px 0 15px 0;
    color: #231F20;
    font-size: 20.5px ;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

  .logo-container {
    position: relative;
    
}


.navbar-brand {
    position: relative; /* Ensure logo is above clipping mask */
    z-index: 2; /* Ensure logo is above the clipping mask */
    padding-left: .75em;
}

  


.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}




     .arrow-icon {
      height: auto;
      width: 60px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
      .btn-carousel {
        background: rgb(241,34,38);
      background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
      font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .25em;
      text-transform: uppercase;
      height: 52px;
      width: 420px; /* Reduce the width */
        margin-top: .4em;
      white-space: nowrap;
      font-size: 1.13em;
      clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    }
    
      .text-container{
        width: 70% ;
      margin-left: 3.5em ;
      margin-top: -16.5% ;
      text-align: left;
      }
      
.quote-form {
  max-width: 1000px; /* Adjust the maximum width of the form */
  margin: 25px; /* Center the form on the page */
  padding: 0px; /* Adjust padding as needed */
  background-color: #ffffff; /* Adjust background color if needed */
  border-radius: 0px; /* Adjust border radius if needed */
  height: 67%;
  border-bottom: 10px solid #797979;
  width: 42%;
  margin-top: -8% !important;
  background-color: #ffffff91; /* Adjust background color if needed */



}


.form-header {
  text-align: center;
  font-size: 25px;
  padding-top: .85em;
  margin: 0 auto 20px;
  color: #fafafa;
  width: 100%;
height: 80px;    
font-family: "Bebas Neue", sans-serif;
font-weight: 500 !important;
  font-style: normal;
  font-style: normal;
z-index: 5 !important;
position: absolute;
}
.form-content{
  margin-top: 6.4em;
}

.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  font-weight: 400;
}

.list-text{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 1.26em;
}
.list-text-about{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800 !important;
    font-style: italic;
    font-size: 1.54em;
}
.about-img-container {
  position: relative;
}

.about-img-container .shadow-box {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -12px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}
 .shadow-box-contact {
  position: absolute;
  top: -30px; /* Adjust the position as needed */
  left: -25px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}

.about-img-home{
  height: 540px;
  width: 420px;
  object-fit: cover;
  background-size: cover !important;
margin-left: 0em ;}

.service{
  margin-top: 4em;
}
.font-future-about-section{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
  font-size: 2.75em;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1em;
    color: #020202;
  }


.swiper-pagination {
position: absolute;
bottom: -70px !important; /* Adjust the distance from the bottom as needed */
left: 0;
width: 100%;
text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2d2d;
}

.swiper {
  overflow: visible !important;
}

.review-scroll {
  max-height: 200px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.p-5{
  padding: 2em 1.6em !important;
}
.appointment {
  background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
  background-size: cover;
  height: 545px;
  margin-bottom: 7em !important;
}
    

.font-type-contact{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 2.75em;
}
.appointment p{
  font-size: .91em;
}
.about-img{
  background-image: url(../img/about-page-image.jpg);
  background-size: cover;
  height: 838px;
  width: 400px;
  margin-left: 2em;
  object-fit: cover;
background-position: top;
}
.about-page-link{
  white-space: nowrap;
}
.section-header-text-page{
  color: #979797;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 1.690em;
    letter-spacing: 0px;
}
.iframe-container {
  background-color: black;
  padding: 20px; /* Adjust padding as needed */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-l-5{
  margin-left: 2.7em;
  margin-top: 1em;
}
.services-image1{
  height: 1155px !important;
}
.services-image-media-walls{
  height: 905px !important;
}
.services-image-flooring{
  height: 860px !important;
}
.services-image2{
  height: 1870px !important;
}
.services-image3{
  height: 1420px !important;
}
.services-image4{
  height: 1230px !important;
}
.services-image5{
  height: 1880px !important;
}
.py-15{
  padding-bottom: 4em;
  padding-top: 1em;
}
.iframe-container {
  width: 100% !important;
  padding-top: 100%; /* This makes the container a square */
  height: 100% !important;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.shadow-box-contact {
position: absolute;
top: -20px; /* Adjust the position as needed */
left: -20px; /* Adjust the position as needed */
width: 60%; /* Adjust the size as needed */
height: 90%; /* Adjust the size as needed */
background-color: #1E1E1E; /* Black color */
z-index: -1; /* Ensure it is behind the image */
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 22px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
    font-style: normal;
}





.font-type-page-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.32em;
}
.font-type-page-header-double{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.3em;
}
.custom-select {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  height: 55px;
}

}
@media (min-width: 1100px) and (max-width: 1170px){
  .margin-top-feature{
    margin-top: 4.5em !important;
   }
  .feature-img{
    height: 660px !important;
    width: 700px;
    object-fit: cover;
  }
  .px-7{
    padding-left: 3em !important ;
    padding-right: 3em !important;
    } 
  .services-image-window{
    height: 1027px !important;
  }
  .services-image-door{
  height: 910px !important;
}
  .services-image-renovation{
    height: 985px !important;
  }
  .services-image-extensions{
    height: 1005px !important;
  }
  .services-image-carpentry{
    height: 980px !important;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 4em !important;
  }
  .projects{
    margin-bottom: 2em;
    margin-top: 4em;
  }
  .py-6 {
    padding-top: 65px !important;
    padding-bottom: 50px;
}
  .about-image-height{
    height: 780px !important;
    margin-top: -13em !important;
  }
  .display-none-1024{
    display: none !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3em !important;
      font-style: normal;
  }
  .google-logo {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -8px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important ;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -5px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important ;
    margin-left: 3em;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .reviews{
    display: flex;
    margin-top: 1.5em ;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .stars-container p{
  margin-left: 1em;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 100px !important;
    object-fit: contain;
    padding-bottom: .35em !important;
    align-items: center;
  
  }
  .mt-minus{
    margin-top: 1em;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.13em !important;
    }
  .about-us-page-content{
    padding-left: 1.85em !important;
  }
  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3em !important;
    }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 3em;
    }
  .py-23{
    padding: 0em 0em; 
    }
    .logo {
      width: 9em !important;
      margin-right: 1.25em;
      margin-bottom: 3.93em;
      margin-left: 2.2em;
      margin-top: 1.25em;
      }
  .contact-info {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: -1em !important;
    align-items: center;
  }
  .topbar-text1{
    white-space: nowrap;
    margin-left: 6em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      color: #fff;
      padding-top: 1.2em !important;
      z-index: 1000;
      font-size: 1em !important;
  }
  
      
  .clipping-mask4 {
    position: absolute;
    top: -80px;
    left: -95px;
    width: 184px; /* Adjust width as needed */
    height: 190%; /* Adjust height to match the logo container height */
    background: #252f30;
    clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
  }

  .topbar-text2{
    white-space: nowrap;
    margin-left: 4em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: 1.2em !important;

      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      font-size: 1em !important;
  }

  .topbar::before{
    position:absolute;
      content: "";
      width: 30px;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-130deg);
      background: #231F20;
    }
    .text{
    font-size: 1em;
    
    }

    .topbar-right {
      position: relative;
      background: #000;
      width: 2000px;
      top: -20px !important;
      overflow: hidden;
      height: 70px !important;
  right: 49.2% !important;
    }
    
    .topbar-right::before {
      position: absolute;
      content: "";
      overflow: hidden;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-30deg);
      background: #1000;
    }
  
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .carousel-item{
    height: 600px;
  }
  .testimonial-content .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 3.25em;
  }
  .body-text{
    font-size: 1.15em;
  }
  .carousel-img{
    height: 100%;
background-size: contain !important;  }
  .header-text{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
    color: #fff;
    font-size: 3.82em;
  }

  .btn-colour-form{
    background-color: #000000;
    padding: .75em 4em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.053em;
  }
  .btn-nav{
   margin-right: -1em !important;
background: #253030;
background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 600;
    margin-bottom: 1em;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .3px;
    font-optical-sizing: auto;
    font-style: normal;
  padding: .38em 1.52em;
  } 
 


  
  .navbar .navbar-nav .nav-link {
    margin-right: 34px;
    padding: 0px 0 15px 0;
    color: #231F20;
    font-size: 20px ;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

  .logo-container {
    position: relative;
    
}


.navbar-brand {
    position: relative; /* Ensure logo is above clipping mask */
    z-index: 2; /* Ensure logo is above the clipping mask */
    padding-left: .75em;
}

  


.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}




     .arrow-icon {
      height: auto;
      width: 60px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
      .btn-carousel {
        background: rgb(241,34,38);
      background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
      font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .25em;
      text-transform: uppercase;
      height: 52px;
      width: 420px; /* Reduce the width */
        margin-top: .4em;
      white-space: nowrap;
      font-size: 1.13em;
      clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    }
    
      .text-container{
        width: 70% ;
      margin-left: 3.5em ;
      margin-top: -15.5% ;
      text-align: left;
      }
      
.quote-form {
  max-width: 1000px; /* Adjust the maximum width of the form */
  margin: 25px; /* Center the form on the page */
  padding: 0px; /* Adjust padding as needed */
  background-color: #ffffff; /* Adjust background color if needed */
  border-radius: 0px; /* Adjust border radius if needed */
  height: 67%;
  border-bottom: 10px solid #797979;
  width: 42%;
  margin-top: -8% !important;
  background-color: #ffffff91; /* Adjust background color if needed */



}


.form-header {
  text-align: center;
  font-size: 25px;
  padding-top: .85em;
  margin: 0 auto 20px;
  color: #fafafa;
  width: 100%;
height: 80px;    
font-family: "Bebas Neue", sans-serif;
font-weight: 500 !important;
  font-style: normal;
  font-style: normal;
z-index: 5 !important;
position: absolute;
}
.form-content{
  margin-top: 6.4em;
}

.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  font-weight: 400;
}

.list-text{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 1.26em;
}
.list-text-about{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800 !important;
    font-style: italic;
    font-size: 1.54em;
}
.about-img-container {
  position: relative;
}

.about-img-container .shadow-box {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -12px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}
 .shadow-box-contact {
  position: absolute;
  top: -30px; /* Adjust the position as needed */
  left: -25px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}

.about-img-home{
  height: 540px;
  width: 420px;
  object-fit: cover;
  background-size: cover !important;
margin-left: 0em ;}

.service{
  margin-top: 4em;
}
.font-future-about-section{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
  font-size: 2.75em;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1em;
    color: #020202;
  }


.swiper-pagination {
position: absolute;
bottom: -70px !important; /* Adjust the distance from the bottom as needed */
left: 0;
width: 100%;
text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2d2d;
}

.swiper {
  overflow: visible !important;
}

.review-scroll {
  max-height: 200px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.p-5{
  padding: 2em 1.6em !important;
}
.appointment {
  background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
  background-size: cover;
  height: 545px;
  margin-bottom: 7em !important;
}
    

.font-type-contact{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 2.75em;
}
.appointment p{
  font-size: .91em;
}
.about-img{
  background-image: url(../img/about-page-image.jpg);
  background-size: cover;
  height: 838px;
  width: 400px;
  margin-left: 2em;
  object-fit: cover;
background-position: top;
}
.about-page-link{
  white-space: nowrap;
}
.section-header-text-page{
  color: #979797;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 1.690em;
    letter-spacing: 0px;
}
.iframe-container {
  background-color: black;
  padding: 20px; /* Adjust padding as needed */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-l-5{
  margin-left: 2.7em;
  margin-top: 1em;
}
.services-image1{
  height: 1155px !important;
}
.services-image-media-walls{
  height: 905px !important;
}
.services-image-flooring{
  height: 860px !important;
}
.services-image2{
  height: 1870px !important;
}
.services-image3{
  height: 1420px !important;
}
.services-image4{
  height: 1230px !important;
}
.services-image5{
  height: 1880px !important;
}
.py-15{
  padding-bottom: 4em;
  padding-top: 1em;
}
.iframe-container {
  width: 100% !important;
  padding-top: 100%; /* This makes the container a square */
  height: 100% !important;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.shadow-box-contact {
position: absolute;
top: -20px; /* Adjust the position as needed */
left: -20px; /* Adjust the position as needed */
width: 60%; /* Adjust the size as needed */
height: 90%; /* Adjust the size as needed */
background-color: #1E1E1E; /* Black color */
z-index: -1; /* Ensure it is behind the image */
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 22px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
    font-style: normal;
}





.font-type-page-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.32em;
}
.font-type-page-header-double{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.3em;
}
.custom-select {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  height: 55px;
}

}
@media (min-width: 1170px) and (max-width: 1270px){
  .margin-top-feature{
    margin-top: 4.5em !important;
   }
  .feature-img{
    height: 670px !important;
    width: 700px;
    object-fit: cover;
  }
  .px-7{
    padding-left: 3em !important ;
    padding-right: 3em !important;
    } 
  .services-image-window{
    height: 1027px !important;
  }
  .services-image-door{
  height: 910px !important;
}
  .services-image-renovation{
    height: 985px !important;
  }
  .services-image-extensions{
    height: 1005px !important;
  }
  .services-image-carpentry{
    height: 980px !important;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 4em !important;
  }
  .projects{
    margin-bottom: 2em;
    margin-top: 4em;
  }
  .py-6 {
    padding-top: 65px !important;
    padding-bottom: 50px;
}
  .about-image-height{
    height: 715px !important;
    margin-top: -10.5em !important;
  }
  .display-none-1024{
    display: none !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3em !important;
      font-style: normal;
  }
  .google-logo {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -8px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important ;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -5px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important ;
    margin-left: 3em;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .reviews{
    display: flex;
    margin-top: 1.5em ;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .stars-container p{
  margin-left: 1em;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 100px !important;
    object-fit: contain;
    padding-bottom: .35em !important;
    align-items: center;
  
  }
  .mt-minus{
    margin-top: 1em;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.13em !important;
    }
  .about-us-page-content{
    padding-left: 1.85em !important;
  }
  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3em !important;
    }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 3em;
    }
  .py-23{
    padding: 0em 0em; 
    }
    .logo {
      width: 9.5em !important;
      margin-right: 1.25em;
      margin-bottom: 3.93em;
      margin-left: 2.5em;
      margin-top: 1.25em;
      }
  .contact-info {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: 1em !important;
    align-items: center;
  }
  .topbar-text1{
    white-space: nowrap;
    margin-left: 6em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      color: #fff;
      padding-top: 1.2em !important;
      z-index: 1000;
      font-size: 1em !important;
  }
  
      
  .clipping-mask4 {
    position: absolute;
    top: -80px;
    left: -90px;
    width: 184px; /* Adjust width as needed */
    height: 190%; /* Adjust height to match the logo container height */
    background: #252f30;
    clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
  }

  .topbar-text2{
    white-space: nowrap;
    margin-left: 4em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: 1.2em !important;

      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      font-size: 1em !important;
  }

  .topbar::before{
    position:absolute;
      content: "";
      width: 30px;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-130deg);
      background: #231F20;
    }
    .text{
    font-size: 1em;
    
    }

    .topbar-right {
      position: relative;
      background: #000;
      width: 2000px;
      top: -20px !important;
      overflow: hidden;
      height: 70px !important;
  right: 49.2% !important;
    }
    
    .topbar-right::before {
      position: absolute;
      content: "";
      overflow: hidden;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-30deg);
      background: #1000;
    }
  
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .carousel-item{
    height: 600px;
  }
  .testimonial-content .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 3.25em;
  }
  .body-text{
    font-size: 1.2em;
  }
  .carousel-img{
    height: 100%;
background-size: contain !important;  }
  .header-text{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
    color: #fff;
    font-size: 3.82em;
  }

  .btn-colour-form{
    background-color: #000000;
    padding: .75em 4em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.053em;
  }
  .btn-nav{
   margin-right: -.85em !important;
background: #253030;
background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 600;
    margin-bottom: 0.85em;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .3px;
    font-optical-sizing: auto;
    font-style: normal;
  padding: .38em 1.52em;
  } 
 


  
  .navbar .navbar-nav .nav-link {
    margin-right: 34px;
    padding: 0px 0 15px 0;
    color: #231F20;
    font-size: 21.5px ;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

  .logo-container {
    position: relative;
    
}


.navbar-brand {
    position: relative; /* Ensure logo is above clipping mask */
    z-index: 2; /* Ensure logo is above the clipping mask */
    padding-left: .75em;
}

  


.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}




     .arrow-icon {
      height: auto;
      width: 60px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
      .btn-carousel {
        background: rgb(241,34,38);
      background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
      font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .25em;
      text-transform: uppercase;
      height: 52px;
      width: 420px; /* Reduce the width */
        margin-top: .4em;
      white-space: nowrap;
      font-size: 1.13em;
      clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    }
    
      .text-container{
        width: 70% ;
      margin-left: 3.5em ;
      margin-top: -15.5% ;
      text-align: left;
      }
      
.quote-form {
  max-width: 1000px; /* Adjust the maximum width of the form */
  margin: 25px; /* Center the form on the page */
  padding: 0px; /* Adjust padding as needed */
  background-color: #ffffff; /* Adjust background color if needed */
  border-radius: 0px; /* Adjust border radius if needed */
  height: 67%;
  border-bottom: 10px solid #797979;
  width: 42%;
  margin-top: -8% !important;
  background-color: #ffffff91; /* Adjust background color if needed */



}


.form-header {
  text-align: center;
  font-size: 25px;
  padding-top: .85em;
  margin: 0 auto 20px;
  color: #fafafa;
  width: 100%;
height: 80px;    
font-family: "Bebas Neue", sans-serif;
font-weight: 500 !important;
  font-style: normal;
  font-style: normal;
z-index: 5 !important;
position: absolute;
}
.form-content{
  margin-top: 6.4em;
}

.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  font-weight: 400;
}

.list-text{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 1.26em;
}
.list-text-about{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800 !important;
    font-style: italic;
    font-size: 1.54em;
}
.about-img-container {
  position: relative;
}

.about-img-container .shadow-box {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -12px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}
 .shadow-box-contact {
  position: absolute;
  top: -30px; /* Adjust the position as needed */
  left: -25px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}

.about-img-home{
  height: 540px;
  width: 420px;
  object-fit: cover;
  background-size: cover !important;
margin-left: 0em ;}

.service{
  margin-top: 4em;
}
.font-future-about-section{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
  font-size: 2.75em;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1em;
    color: #020202;
  }


.swiper-pagination {
position: absolute;
bottom: -70px !important; /* Adjust the distance from the bottom as needed */
left: 0;
width: 100%;
text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2d2d;
}

.swiper {
  overflow: visible !important;
}

.review-scroll {
  max-height: 200px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.p-5{
  padding: 2em 1.6em !important;
}
.appointment {
  background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
  background-size: cover;
  height: 545px;
  margin-bottom: 7em !important;
}
 .margin-bottom-projects{
  margin-bottom: .31em !important;
 }   

.font-type-contact{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 2.75em;
}
.appointment p{
  font-size: .91em;
}
.about-img{
  background-image: url(../img/about-page-image.jpg);
  background-size: cover;
  height: 845px !important  ;
  width: 400px;
  margin-left: 2em;
  object-fit: cover;
background-position: top;
}
.about-page-link{
  white-space: nowrap;
}
.section-header-text-page{
  color: #979797;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 1.690em;
    letter-spacing: 0px;
}
.iframe-container {
  background-color: black;
  padding: 20px; /* Adjust padding as needed */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-l-5{
  margin-left: 2.7em;
  margin-top: 1em;
}
.services-image1{
  height: 1155px !important;
}
.services-image-media-walls{
  height: 905px !important;
}
.services-image-flooring{
  height: 860px !important;
}
.services-image2{
  height: 1870px !important;
}
.services-image3{
  height: 1420px !important;
}
.services-image4{
  height: 1230px !important;
}
.services-image5{
  height: 1880px !important;
}
.py-15{
  padding-bottom: 4em;
  padding-top: 1em;
}
.iframe-container {
  width: 100% !important;
  padding-top: 100%; /* This makes the container a square */
  height: 100% !important;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.shadow-box-contact {
position: absolute;
top: -20px; /* Adjust the position as needed */
left: -20px; /* Adjust the position as needed */
width: 60%; /* Adjust the size as needed */
height: 90%; /* Adjust the size as needed */
background-color: #1E1E1E; /* Black color */
z-index: -1; /* Ensure it is behind the image */
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 22px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
    font-style: normal;
}





.font-type-page-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 4em !important;
    margin-top:  -.32em;
}
.font-type-page-header-double{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.3em;
}
.custom-select {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  height: 55px;
}

}
@media (min-width: 1270px) and (max-width: 1360px){

  .margin-top-feature{
    margin-top: 4.4em !important;
   }
  .feature-img{
    height: 630px !important;
    width: 700px;
    object-fit: cover;
  }
  .px-7{
    padding-left: 3em !important ;
    padding-right: 3em !important;
    } 
  .services-image-window{
    height: 1027px !important;
  }
  .services-image-door{
  height: 910px !important;
}
  .services-image-renovation{
    height: 985px !important;
  }
  .services-image-extensions{
    height: 1005px !important;
  }
  .services-image-carpentry{
    height: 980px !important;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 4em !important;
  }
  .projects{
    margin-bottom: 2em;
    margin-top: 5em;
  }
  .py-6 {
    padding-top: 65px !important;
    padding-bottom: 50px;
}
  .about-image-height{
    height: 720px !important;
    margin-top: -10.75em !important;
  }
  .display-none-1024{
    display: none !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3em !important;
      font-style: normal;
  }
  .google-logo {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -8px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important ;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -5px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important ;
    margin-left: 3em;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .reviews{
    display: flex;
    margin-top: 1.5em ;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .stars-container p{
  margin-left: 1em;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 100px !important;
    object-fit: contain;
    padding-bottom: .35em !important;
    align-items: center;
  
  }
  .mt-minus{
    margin-top: 1em;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.13em !important;
    }
  .about-us-page-content{
    padding-left: 1.85em !important;
  }
  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.3em !important;
    }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 3em;
    }
  .py-23{
    padding: 0em 0em; 
    }
    .logo {
      width: 9.5em !important;
      margin-right: 1.25em;
      margin-bottom: 3.93em;
      margin-left: 3.25em;
      margin-top: 1.25em;
      }
  .contact-info {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: 2em !important;
    align-items: center;
  }
  .topbar-text1{
    white-space: nowrap;
    margin-left: 6em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      color: #fff;
      padding-top: 1.2em !important;
      z-index: 1000;
      font-size: 1em !important;
  }
  
      
  .clipping-mask4 {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 184px; /* Adjust width as needed */
    height: 190%; /* Adjust height to match the logo container height */
    background: #252f30;
    clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
  }

  .topbar-text2{
    white-space: nowrap;
    margin-left: 4em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: 1.2em !important;

      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      font-size: 1em !important;
  }

  .topbar::before{
    position:absolute;
      content: "";
      width: 30px;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-130deg);
      background: #231F20;
    }
    .text{
    font-size: 1em;
    
    }

    .topbar-right {
      position: relative;
      background: #000;
      width: 2000px;
      top: -20px !important;
      overflow: hidden;
      height: 70px !important;
  right: 49.8% !important;
    }
    
    .topbar-right::before {
      position: absolute;
      content: "";
      overflow: hidden;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-30deg);
      background: #1000;
    }
  
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .carousel-item{
    height: 650px;
  }
  .testimonial-content .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 3.25em;
  }
  .body-text{
    font-size: 1.2em;
  }
  .carousel-img{
    height: 100%;
background-size: contain !important;  }
  .header-text{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
    color: #fff;
    font-size: 3.82em;
  }

  .btn-colour-form{
    background-color: #000000;
    padding: .75em 4em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.053em;
  }
  .btn-nav{
   margin-right: -.5em !important;
background: #253030;
background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 600;
    margin-bottom: 0.85em;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .3px;
    font-optical-sizing: auto;
    font-style: normal;
  padding: .38em 1.8em;
  } 
 


  
  .navbar .navbar-nav .nav-link {
    margin-right: 38px;
    padding: 0px 0 15px 0;
    color: #231F20;
    font-size: 22.5px ;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

  .logo-container {
    position: relative;
    
}


.navbar-brand {
    position: relative; /* Ensure logo is above clipping mask */
    z-index: 2; /* Ensure logo is above the clipping mask */
    padding-left: .75em;
}

  


.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}




     .arrow-icon {
      height: auto;
      width: 60px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
      .btn-carousel {
        background: rgb(241,34,38);
      background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
      font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .25em;
      text-transform: uppercase;
      height: 52px;
      width: 420px; /* Reduce the width */
        margin-top: .4em;
      white-space: nowrap;
      font-size: 1.13em;
      clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    }
    
      .text-container{
        width: 70% ;
      margin-left: 3.5em ;
      margin-top: -15.25% ;
      text-align: left;
      }
      
.quote-form {
  max-width: 1000px; /* Adjust the maximum width of the form */
  margin: 25px; /* Center the form on the page */
  padding: 0px; /* Adjust padding as needed */
  background-color: #ffffff; /* Adjust background color if needed */
  border-radius: 0px; /* Adjust border radius if needed */
  height: 67%;
  border-bottom: 10px solid #797979;
  width: 42%;
  margin-top: -8% !important;
  background-color: #ffffff91; /* Adjust background color if needed */



}


.form-header {
  text-align: center;
  font-size: 25px;
  padding-top: .85em;
  margin: 0 auto 20px;
  color: #fafafa;
  width: 100%;
height: 80px;    
font-family: "Bebas Neue", sans-serif;
font-weight: 500 !important;
  font-style: normal;
  font-style: normal;
z-index: 5 !important;
position: absolute;
}
.form-content{
  margin-top: 6.4em;
}

.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  font-weight: 400;
}

.list-text{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 1.26em;
}
.list-text-about{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800 !important;
    font-style: italic;
    font-size: 1.54em;
}
.about-img-container {
  position: relative;
}

.about-img-container .shadow-box {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -12px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}
 .shadow-box-contact {
  position: absolute;
  top: -30px; /* Adjust the position as needed */
  left: -25px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}

.about-img-home{
  height: 540px;
  width: 420px;
  object-fit: cover;
  background-size: cover !important;
margin-left: 0em ;}

.service{
  margin-top: 1.5em !important;
}
.font-future-about-section{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
  font-size: 2.75em;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1em;
    color: #020202;
  }


.swiper-pagination {
position: absolute;
bottom: -70px !important; /* Adjust the distance from the bottom as needed */
left: 0;
width: 100%;
text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2d2d;
}

.swiper {
  overflow: visible !important;
}

.review-scroll {
  max-height: 200px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.p-5{
  padding: 2em 1.6em !important;
}
.appointment {
  background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
  background-size: cover;
  height: 550px;
  margin-bottom: 7em !important;
}
 .margin-bottom-projects{
  margin-bottom: .31em !important;
 }   

.font-type-contact{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 3.3em;
}
.appointment p{
  font-size: 1em;
}
.about-img{
  background-image: url(../img/about-page-image.jpg);
  background-size: cover;
  height: 775px !important  ;
  width: 530px !important;
  margin-left: 2em;
  object-fit: cover;
background-position: top;
}
.about-page-link{
  white-space: nowrap;
}
.section-header-text-page{
  color: #979797;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 1.690em;
    letter-spacing: 0px;
}
.iframe-container {
  background-color: black;
  padding: 20px; /* Adjust padding as needed */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-l-5{
  margin-left: 2.7em;
  margin-top: 1em;
}
.services-image1{
  height: 1155px !important;
}
.services-image-media-walls{
  height: 905px !important;
}
.services-image-flooring{
  height: 860px !important;
}
.services-image2{
  height: 1870px !important;
}
.services-image3{
  height: 1420px !important;
}
.services-image4{
  height: 1230px !important;
}
.services-image5{
  height: 1880px !important;
}
.py-15{
  padding-bottom: 4em;
  padding-top: 1em;
}
.iframe-container {
  width: 100% !important;
  padding-top: 100%; /* This makes the container a square */
  height: 100% !important;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.shadow-box-contact {
position: absolute;
top: -20px; /* Adjust the position as needed */
left: -20px; /* Adjust the position as needed */
width: 60%; /* Adjust the size as needed */
height: 90%; /* Adjust the size as needed */
background-color: #1E1E1E; /* Black color */
z-index: -1; /* Ensure it is behind the image */
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 22px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
    font-style: normal;
}





.font-type-page-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 4em !important;
    margin-top:  -.32em;
}
.font-type-page-header-double{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.3em;
}
.custom-select {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  height: 55px;
}
}
@media (min-width: 1360px) and (max-width: 1400px){
  .margin-top-feature{
    margin-top: 4em !important;
   }
    .feature-img{
      height: 640px !important;
      width: 700px;
      object-fit: cover;
    }
    .px-7{
      padding-left: 4em !important ;
      padding-right: 4em !important;
      } 
    .services-image-window{
      height: 1027px !important;
    }
    .services-image-door{
    height: 910px !important;
  }
    .services-image-renovation{
      height: 985px !important;
    }
    .services-image-extensions{
      height: 1005px !important;
    }
    .services-image-carpentry{
      height: 980px !important;
    }
    .pt-contact-page{
      padding-top: .1em ;
      margin-top: 4em !important;
    }
    .projects{
      margin-bottom: 2em;
      margin-top: 5em;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 50px;
  }
    .about-image-height{
      height: 650px  !important;
      margin-top: -8.85em !important;
    }
    .display-none-1024{
      display: none !important;
    }
    .font-type-about-section{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
      line-height: 1.1em;
      color:  #000 !important;
      font-size: 3.3em !important;
        font-style: normal;
    }
    .google-logo {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -8px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      width: 3em !important ;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .google-logo2 {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -5px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      object-fit: contain;
      width: 3em !important ;
      margin-left: 3em;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .reviews{
      display: flex;
      margin-top: 1.5em ;
    }
    .stars-container{
      display: inline-flex;
      align-items: center;
    }
    .stars-container p{
    margin-left: 1em;
    display: inline-block;
    align-items: center;
    font-size: 1em !important;
    
    }
    .stars-container b{
    margin-right: .3em;
    font-size: 1em !important;
    display: inline-block;
    align-items: center;
    }
    .stars{
      width: 100px !important;
      object-fit: contain;
      padding-bottom: .35em !important;
      align-items: center;
    
    }
    .mt-minus{
      margin-top: 1em;
    }
    .service-font-type{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.13em !important;
      }
    .about-us-page-content{
      padding-left: 1.85em !important;
    }
    .font-future-about-page{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.3em !important;
      }
    .roofing2 {
      color: #fff ;
      position: relative;
    }
    .page-header {
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
      url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
      height: 300px;
    }
    .roofing2::after {
      content: "";
      position: absolute;
      bottom: 6px; /* Adjust the distance between text and underline */
      left: 0;
      width: 100%;
      border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
    
      }
    .choose-us-header{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        font-size: 3em !important;
      }
    .about-section-font{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      
      font-size: 3em;
      }
    .py-23{
      padding: 0em 0em; 
      }
      .logo {
        width: 9.85em !important;
        margin-right: 1.25em;
        margin-bottom: 3.93em;
        margin-left: 3.75em;
        margin-top: 1.25em;
        }
    .contact-info {
      display: inline-flex;
      white-space: nowrap;
      margin-right: 0px;
      margin-left: 4em !important;
      align-items: center;
    }
    .topbar-text1{
      white-space: nowrap;
      margin-left: 6em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        color: #fff;
        padding-top: 1.2em !important;
        z-index: 1000;
        font-size: 1em !important;
    }
    
        
    .clipping-mask4 {
      position: absolute;
      top: -80px;
      left: -70px;
      width: 184px; /* Adjust width as needed */
      height: 190%; /* Adjust height to match the logo container height */
      background: #252f30;
      clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
    }
  
    .topbar-text2{
      white-space: nowrap;
      margin-left: 4em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        padding-top: 1.2em !important;
  
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        font-size: 1em !important;
    }
  
    .topbar::before{
      position:absolute;
        content: "";
        width: 30px;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-130deg);
        background: #231F20;
      }
      .text{
      font-size: 1em;
      
      }
  
      .topbar-right {
        position: relative;
        background: #000;
        width: 2000px;
        top: -20px !important;
        overflow: hidden;
        height: 70px !important;
    right: 50.45% !important;
      }
      
      .topbar-right::before {
        position: absolute;
        content: "";
        overflow: hidden;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-30deg);
        background: #1000;
      }
    
    .navbar .navbar-brand {
      position: relative;
      padding-right: 30px;
      height: 90px !important;
      display: flex;
      align-items: center;
      justify-content: left;
      }
    .carousel-item{
      height: 640px !important;
    }
    .testimonial-content .user-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin-right: 3.25em;
    }
    .body-text{
      font-size: 1.2em;
    }
    .carousel-img{
      height: 100%;
  background-size: contain !important;  }
    .header-text{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important; 
      font-style: normal;
      color: #fff;
      font-size: 3.92em;
    }
  
    .btn-colour-form{
      background-color: #000000;
      padding: .75em 4em;
      white-space: nowrap;
      font-family: "Montserrat", sans-serif;
      font-weight: 600 !important;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.053em;
    }
    .btn-nav{
     margin-right: 0em !important;
  background: #253030;
  background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
      font-size: 19.5px;
      font-family: "Montserrat", sans-serif;
      border: none;
      font-weight: 600;
      margin-bottom: 0.85em;
      border-radius: 0px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: .3px;
      font-optical-sizing: auto;
      font-style: normal;
    padding: .45em 2.2em;
    } 
   
  
  
    
    .navbar .navbar-nav .nav-link {
      margin-right: 40px;
      padding: 0px 0 15px 0;
      color: #231F20;
      font-size: 24px ;
      font-weight: 600;
      outline: none;
      font-family: "Roboto", sans-serif !important;
      font-style: normal;}
  
    .logo-container {
      position: relative;
      
  }
  
  
  .navbar-brand {
      position: relative; /* Ensure logo is above clipping mask */
      z-index: 2; /* Ensure logo is above the clipping mask */
      padding-left: .75em;
  }
  
    
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: relative;
  }
  
  
  
  
       .arrow-icon {
        height: auto;
        width: 60px;
        margin-top: -3px;
          margin-left: 5px; /* Adjust the margin as needed */
        }
        .btn-carousel {
          background: rgb(241,34,38);
        background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
        font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;
        color: #fff;
        padding: -0em 0 0em .25em;
        text-transform: uppercase;
        height: 52px;
        width: 420px; /* Reduce the width */
          margin-top: .4em;
        white-space: nowrap;
        font-size: 1.13em;
        clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
      }
      
        .text-container{
          width: 56% ;
        margin-left: 6.5em ;
        margin-top: -12.5% ;
        text-align: left;
        }
        
  .quote-form {
    max-width: 1000px; /* Adjust the maximum width of the form */
    margin: 25px; /* Center the form on the page */
    padding: 0px; /* Adjust padding as needed */
    background-color: #ffffff; /* Adjust background color if needed */
    border-radius: 0px; /* Adjust border radius if needed */
    height: 67%;
    border-bottom: 10px solid #797979;
    width: 42%;
    margin-top: -8% !important;
    background-color: #ffffff91; /* Adjust background color if needed */
  
  
  
  }
  
  
  .form-header {
    text-align: center;
    font-size: 25px;
    padding-top: .85em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
  height: 80px;    
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-style: normal;
  z-index: 5 !important;
  position: absolute;
  }
  .form-content{
    margin-top: 6.4em;
  }
  
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
  .form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    font-weight: 400;
  }
  
  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.26em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: -12px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
   .shadow-box-contact {
    position: absolute;
    top: -30px; /* Adjust the position as needed */
    left: -25px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
  
  .about-img-home{
    height: 540px;
    width: 420px;
    object-fit: cover;
    background-size: cover !important;
  margin-left: 0em ;}
  
  .service{
    margin-top: 1.1em !important;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.75em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1em;
      color: #020202;
    }
  
  
  .swiper-pagination {
  position: absolute;
  bottom: -70px !important; /* Adjust the distance from the bottom as needed */
  left: 0;
  width: 100%;
  text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #2e2d2d;
  }
  
  .swiper {
    overflow: visible !important;
  }
  
  .review-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .p-5{
    padding: 2em 1.6em !important;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 555px ;
    margin-bottom: 7em !important;
  }
   .margin-bottom-projects{
    margin-bottom: .31em !important;
   }   
  
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3.3em;
  }
  .appointment p{
    font-size: 1em;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 775px !important  ;
    width: 530px !important;
    margin-left: 2em;
    object-fit: cover;
  background-position: top;
  }
  .about-page-link{
    white-space: nowrap;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.690em;
      letter-spacing: 0px;
  }
  .iframe-container {
    background-color: black;
    padding: 20px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .p-l-5{
    margin-left: 2.7em;
    margin-top: 1em;
  }
  .services-image1{
    height: 1155px !important;
  }
  .services-image-media-walls{
    height: 905px !important;
  }
  .services-image-flooring{
    height: 860px !important;
  }
  .services-image2{
    height: 1870px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1230px !important;
  }
  .services-image5{
    height: 1880px !important;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em;
  }
  .iframe-container {
    width: 100% !important;
    padding-top: 100%; /* This makes the container a square */
    height: 100% !important;
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .shadow-box-contact {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -20px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 90%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
  }
  
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  
  
  
  
  
  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4em !important;
      margin-top:  -.32em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 3.9em !important;
      margin-top:  -.3em;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px){
  .margin-top-feature{
    margin-top: 3.75em !important;
   }
    .feature-img{
      height: 610px !important;
      width: 700px;
      object-fit: cover;
    }
    .px-7{
      padding-left: 4em !important ;
      padding-right: 4em !important;
      } 
    .services-image-window{
      height: 800px !important;
    }
    .services-image-door{
    height: 700px !important;
  }
    .services-image-renovation{
      height: 730px !important;
    }
    .services-image-extensions{
      height: 740px !important;
    }
    .services-image-carpentry{
      height: 700px !important;
    }
    .pt-contact-page{
      padding-top: .1em ;
      margin-top: 4em !important;
    }
    .projects{
      margin-bottom: 2em;
      margin-top: 5em;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 50px;
  }
    .about-image-height{
      height: 650px  !important;
      margin-top: -8.85em !important;
    }
    .display-none-1024{
      display: none !important;
    }
    .font-type-about-section{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
      line-height: 1.1em;
      color:  #000 !important;
      font-size: 3.3em !important;
        font-style: normal;
    }
    .google-logo {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -8px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      width: 3em !important ;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .google-logo2 {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -5px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      object-fit: contain;
      width: 3em !important ;
      margin-left: 3em;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .reviews{
      display: flex;
      margin-top: 1.5em ;
    }
    .stars-container{
      display: inline-flex;
      align-items: center;
    }
    .stars-container p{
    margin-left: 1em;
    display: inline-block;
    align-items: center;
    font-size: 1em !important;
    
    }
    .stars-container b{
    margin-right: .3em;
    font-size: 1em !important;
    display: inline-block;
    align-items: center;
    }
    .stars{
      width: 100px !important;
      object-fit: contain;
      padding-bottom: .35em !important;
      align-items: center;
    
    }
    .mt-minus{
      margin-top: 1em;
    }
    .service-font-type{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.13em !important;
      }
    .about-us-page-content{
      padding-left: 1.85em !important;
    }
    .font-future-about-page{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.65em !important;
      }
    .roofing2 {
      color: #fff ;
      position: relative;
    }
    .page-header {
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
      url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
      height: 300px;
    }
    .roofing2::after {
      content: "";
      position: absolute;
      bottom: 6px; /* Adjust the distance between text and underline */
      left: 0;
      width: 100%;
      border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
    
      }
    .choose-us-header{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        font-size: 3em !important;
      }
    .about-section-font{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      
      font-size: 3em;
      }
    .py-23{
      padding: 0em 0em; 
      }
      .logo {
        width: 10.5em !important;
        margin-right: 1.25em;
        margin-bottom: 3.93em;
        margin-left: 3.85em;
        margin-top: 1.25em;
        }
    .contact-info {
      display: inline-flex;
      white-space: nowrap;
      margin-right: 0px;
      margin-left: 4em !important;
      align-items: center;
    }
    .topbar-text1{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        color: #fff;
        padding-top: 1.2em !important;
        z-index: 1000;
        font-size: 1em !important;
    }
    
        
    .clipping-mask4 {
      position: absolute;
      top: -80px;
      left: -65px;
      width: 184px; /* Adjust width as needed */
      height: 190%; /* Adjust height to match the logo container height */
      background: #252f30;
      clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
    }
  
    .topbar-text2{
      white-space: nowrap;
      margin-left: 6em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        padding-top: 1.2em !important;
  
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        font-size: 1em !important;
    }
  
    .topbar::before{
      position:absolute;
        content: "";
        width: 30px;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-130deg);
        background: #231F20;
      }
      .text{
      font-size: 1em;
      
      }
  
      .topbar-right {
        position: relative;
        background: #000;
        width: 2000px;
        top: -20px !important;
        overflow: hidden;
        height: 70px !important;
    right: 51.495% !important;
      }
      
      .topbar-right::before {
        position: absolute;
        content: "";
        overflow: hidden;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-30deg);
        background: #1000;
      }
    
    .navbar .navbar-brand {
      position: relative;
      padding-right: 30px;
      height: 90px !important;
      display: flex;
      align-items: center;
      justify-content: left;
      }
    .carousel-item{
      height: 640px !important;
    }
    .testimonial-content .user-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin-right: 3.25em;
    }
    .body-text{
      font-size: 1.2em;
    }
    .carousel-img{
      height: 100%;
  background-size: contain !important;  }
    .header-text{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important; 
      font-style: normal;
      color: #fff;
      font-size: 3.92em;
    }
  
    .btn-colour-form{
      background-color: #000000;
      padding: .75em 4em;
      white-space: nowrap;
      font-family: "Montserrat", sans-serif;
      font-weight: 600 !important;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.053em;
    }
    .btn-nav{
     margin-right: 0.25em !important;
  background: #253030;
  background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
      font-size: 19.5px;
      font-family: "Montserrat", sans-serif;
      border: none;
      font-weight: 600;
      margin-bottom: 0.85em;
      border-radius: 0px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: .3px;
      font-optical-sizing: auto;
      font-style: normal;
    padding: .45em 2.3em;
    } 
   
  
  
    
    .navbar .navbar-nav .nav-link {
      margin-right: 48px;
      padding: 0px 0 15px 0;
      color: #231F20;
      font-size: 24px ;
      font-weight: 600;
      outline: none;
      font-family: "Roboto", sans-serif !important;
      font-style: normal;}
  
    .logo-container {
      position: relative;
      
  }
  
  
  .navbar-brand {
      position: relative; /* Ensure logo is above clipping mask */
      z-index: 2; /* Ensure logo is above the clipping mask */
      padding-left: .75em;
  }
  
    
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: relative;
  }
  
  
  
  
       .arrow-icon {
        height: auto;
        width: 60px;
        margin-top: -3px;
          margin-left: 5px; /* Adjust the margin as needed */
        }
        .btn-carousel {
          background: rgb(241,34,38);
        background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
        font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;
        color: #fff;
        padding: -0em 0 0em .25em;
        text-transform: uppercase;
        height: 52px;
        width: 420px; /* Reduce the width */
          margin-top: .4em;
        white-space: nowrap;
        font-size: 1.13em;
        clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
      }
      
        .text-container{
          width: 56% ;
        margin-left: 6.5em ;
        margin-top: -12.5% ;
        text-align: left;
        }
        
  .quote-form {
    max-width: 1000px; /* Adjust the maximum width of the form */
    margin: 25px; /* Center the form on the page */
    padding: 0px; /* Adjust padding as needed */
    background-color: #ffffff; /* Adjust background color if needed */
    border-radius: 0px; /* Adjust border radius if needed */
    height: 67%;
    border-bottom: 10px solid #797979;
    width: 42%;
    margin-top: -8% !important;
    background-color: #ffffff91; /* Adjust background color if needed */
  
  
  
  }
  
  
  .form-header {
    text-align: center;
    font-size: 25px;
    padding-top: .85em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
  height: 80px;    
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-style: normal;
  z-index: 5 !important;
  position: absolute;
  }
  .form-content{
    margin-top: 6.4em;
  }
  
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
  .form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    font-weight: 400;
  }
  
  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.26em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: -12px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
   .shadow-box-contact {
    position: absolute;
    top: -30px; /* Adjust the position as needed */
    left: -25px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
  
  .about-img-home{
    height: 540px;
    width: 420px;
    object-fit: cover;
    background-size: cover !important;
  margin-left: 0em ;}
  
  .service{
    margin-top: 1.1em !important;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.75em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1em;
      color: #020202;
    }
  
  
  .swiper-pagination {
  position: absolute;
  bottom: -70px !important; /* Adjust the distance from the bottom as needed */
  left: 0;
  width: 100%;
  text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #2e2d2d;
  }
  
  .swiper {
    overflow: visible !important;
  }
  
  .review-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .p-5{
    padding: 2em 1.6em !important;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 555px ;
    margin-bottom: 7em !important;
  }
   .margin-bottom-projects{
    margin-bottom: .31em !important;
   }   
  
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3.3em;
  }
  .appointment p{
    font-size: 1em;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 735px !important  ;
    width: 620px !important;
    margin-left: 1em;
    object-fit: cover;
  background-position: top;
  }
  .about-page-link{
    white-space: nowrap;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.690em;
      letter-spacing: 0px;
  }
  .iframe-container {
    background-color: black;
    padding: 20px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .p-l-5{
    margin-left: 2.7em;
    margin-top: 1em;
  }
  .services-image1{
    height: 875px !important;
  }
  .services-image-media-walls{
    height: 700px !important;
  }
  .services-image-flooring{
    height: 675px !important;
  }
  .services-image2{
    height: 1870px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1230px !important;
  }
  .services-image5{
    height: 1880px !important;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em;
  }
  .iframe-container {
    width: 100% !important;
    padding-top: 100%; /* This makes the container a square */
    height: 100% !important;
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .shadow-box-contact {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -20px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 90%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
  }
  
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  
  
  
  
  
  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.32em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.3em;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
}
@media (min-width: 1500px) and (max-width: 1599px){
  .margin-top-feature{
    margin-top: 4em !important;
   }
    .feature-img{
      height: 590px !important;
      width: 700px;
      object-fit: cover;
    }
    .px-7{
      padding-left: 4em !important ;
      padding-right: 4em !important;
      } 
    .services-image-window{
      height: 800px !important;
    }
    .services-image-door{
    height: 700px !important;
  }
    .services-image-renovation{
      height: 730px !important;
    }
    .services-image-extensions{
      height: 740px !important;
    }
    .services-image-carpentry{
      height: 700px !important;
    }
    .pt-contact-page{
      padding-top: .1em ;
      margin-top: 4em !important;
    }
    .projects{
      margin-bottom: 2em;
      margin-top: 5em;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 50px;
  }
    .about-image-height{
      height: 650px  !important;
      margin-top: -8.85em !important;
    }
    .display-none-1024{
      display: none !important;
    }
    .font-type-about-section{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
      line-height: 1.1em;
      color:  #000 !important;
      font-size: 3.3em !important;
        font-style: normal;
    }
    .google-logo {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -8px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      width: 3em !important ;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .google-logo2 {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -5px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      object-fit: contain;
      width: 3em !important ;
      margin-left: 3em;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .reviews{
      display: flex;
      margin-top: 1.5em ;
    }
    .stars-container{
      display: inline-flex;
      align-items: center;
    }
    .stars-container p{
    margin-left: 1em;
    display: inline-block;
    align-items: center;
    font-size: 1em !important;
    
    }
    .stars-container b{
    margin-right: .3em;
    font-size: 1em !important;
    display: inline-block;
    align-items: center;
    }
    .stars{
      width: 100px !important;
      object-fit: contain;
      padding-bottom: .35em !important;
      align-items: center;
    
    }
    .mt-minus{
      margin-top: 1em;
    }
    .service-font-type{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.13em !important;
      }
    .about-us-page-content{
      padding-left: 1.85em !important;
    }
    .font-future-about-page{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.65em !important;
      }
    .roofing2 {
      color: #fff ;
      position: relative;
    }
    .page-header {
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
      url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
      height: 300px;
    }
    .roofing2::after {
      content: "";
      position: absolute;
      bottom: 6px; /* Adjust the distance between text and underline */
      left: 0;
      width: 100%;
      border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
    
      }
    .choose-us-header{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        font-size: 3em !important;
      }
    .about-section-font{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      
      font-size: 3em;
      }
    .py-23{
      padding: 0em 0em; 
      }
      .logo {
        width: 11em !important;
        margin-right: 1.25em;
        margin-bottom: 3.93em;
        margin-left: 4.65em;
        margin-top: 1.25em;
        }
    .contact-info {
      display: inline-flex;
      white-space: nowrap;
      margin-right: 0px;
      margin-left: 5.5em !important;
      align-items: center;
    }
    .topbar-text1{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        color: #fff;
        padding-top: 1.2em !important;
        z-index: 1000;
        font-size: 1em !important;
    }
    
        
    .clipping-mask4 {
      position: absolute;
      top: -80px;
      left: -50px;
      width: 184px; /* Adjust width as needed */
      height: 190%; /* Adjust height to match the logo container height */
      background: #252f30;
      clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
    }
  
    .topbar-text2{
      white-space: nowrap;
      margin-left: 6em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        padding-top: 1.2em !important;
  
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        font-size: 1em !important;
    }
  
    .topbar::before{
      position:absolute;
        content: "";
        width: 30px;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-130deg);
        background: #231F20;
      }
      .text{
      font-size: 1em;
      
      }
  
      .topbar-right {
        position: relative;
        background: #000;
        width: 2000px;
        top: -20px !important;
        overflow: hidden;
        height: 70px !important;
    right: 50% !important;
      }
      
      .topbar-right::before {
        position: absolute;
        content: "";
        overflow: hidden;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-30deg);
        background: #1000;
      }
    
    .navbar .navbar-brand {
      position: relative;
      padding-right: 30px;
      height: 90px !important;
      display: flex;
      align-items: center;
      justify-content: left;
      }
    .carousel-item{
      height: 700px !important;
    }
    .testimonial-content .user-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin-right: 3.25em;
    }
    .body-text{
      font-size: 1.3em;
    }
    .carousel-img{
      height: 100%;
  background-size: contain !important;  }
    .header-text{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important; 
      font-style: normal;
      color: #fff;
      font-size: 4.3em;
    }
  
    .btn-colour-form{
      background-color: #000000;
      padding: .75em 4em;
      white-space: nowrap;
      font-family: "Montserrat", sans-serif;
      font-weight: 600 !important;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.053em;
    }
    .btn-nav{
     margin-right: 0.1em !important;
  background: #253030;
  background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
      font-size: 21px;
      font-family: "Montserrat", sans-serif;
      border: none;
      font-weight: 600;
      margin-bottom: 0.85em;
      border-radius: 0px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: .3px;
      font-optical-sizing: auto;
      font-style: normal;
    padding: .45em 2.3em;
    } 
   
  
  
    
    .navbar .navbar-nav .nav-link {
      margin-right: 53px;
      padding: 0px 0 15px 0;
      color: #231F20;
      font-size: 24.5px ;
      font-weight: 600;
      outline: none;
      font-family: "Roboto", sans-serif !important;
      font-style: normal;}
  
    .logo-container {
      position: relative;
      
  }
  
  
  .navbar-brand {
      position: relative; /* Ensure logo is above clipping mask */
      z-index: 2; /* Ensure logo is above the clipping mask */
      padding-left: .75em;
  }
  
    
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: relative;
  }
  
  
  
  
       .arrow-icon {
        height: auto;
        width: 60px;
        margin-top: -3px;
          margin-left: 5px; /* Adjust the margin as needed */
        }
        .btn-carousel {
          background: rgb(241,34,38);
        background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
        font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;
        color: #fff;
        padding: -0em 0 0em .25em;
        text-transform: uppercase;
        height: 52px;
        width: 420px; /* Reduce the width */
          margin-top: .4em;
        white-space: nowrap;
        font-size: 1.13em;
        clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
      }
      
        .text-container{
          width: 56% ;
        margin-left: 6.5em ;
        margin-top: -12.5% ;
        text-align: left;
        }
        
  .quote-form {
    max-width: 1000px; /* Adjust the maximum width of the form */
    margin: 25px; /* Center the form on the page */
    padding: 0px; /* Adjust padding as needed */
    background-color: #ffffff; /* Adjust background color if needed */
    border-radius: 0px; /* Adjust border radius if needed */
    height: 67%;
    border-bottom: 10px solid #797979;
    width: 42%;
    margin-top: -8% !important;
    background-color: #ffffff91; /* Adjust background color if needed */
  
  
  
  }
  
  
  .form-header {
    text-align: center;
    font-size: 25px;
    padding-top: .85em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
  height: 80px;    
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-style: normal;
  z-index: 5 !important;
  position: absolute;
  }
  .form-content{
    margin-top: 6.4em;
  }
  
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
  .form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    font-weight: 400;
  }
  
  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.26em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: -12px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
   .shadow-box-contact {
    position: absolute;
    top: -30px; /* Adjust the position as needed */
    left: -25px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
  
  .about-img-home{
    height: 540px;
    width: 420px;
    object-fit: cover;
    background-size: cover !important;
  margin-left: 0em ;}
  
  .service{
    margin-top: 1.1em !important;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.75em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1em;
      color: #020202;
    }
  
  
  .swiper-pagination {
  position: absolute;
  bottom: -70px !important; /* Adjust the distance from the bottom as needed */
  left: 0;
  width: 100%;
  text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #2e2d2d;
  }
  
  .swiper {
    overflow: visible !important;
  }
  
  .review-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .p-5{
    padding: 2em 1.6em !important;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 555px ;
    margin-bottom: 7em !important;
  }
   .margin-bottom-projects{
    margin-bottom: .31em !important;
   }   
  
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3.3em;
  }
  .appointment p{
    font-size: 1em;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 735px !important  ;
    width: 620px !important;
    margin-left: 1em;
    object-fit: cover;
  background-position: top;
  }
  .about-page-link{
    white-space: nowrap;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.690em;
      letter-spacing: 0px;
  }
  .iframe-container {
    background-color: black;
    padding: 20px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .p-l-5{
    margin-left: 2.7em;
    margin-top: 1em;
  }
  .services-image1{
    height: 875px !important;
  }
  .services-image-media-walls{
    height: 700px !important;
  }
  .services-image-flooring{
    height: 675px !important;
  }
  .services-image2{
    height: 1870px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1230px !important;
  }
  .services-image5{
    height: 1880px !important;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em;
  }
  .iframe-container {
    width: 100% !important;
    padding-top: 100%; /* This makes the container a square */
    height: 100% !important;
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .shadow-box-contact {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -20px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 90%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
  }
  
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  
  
  
  
  
  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.32em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.3em;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }

}
@media (min-width: 1600px) and (max-width: 1679px){
  .margin-top-feature{
    margin-top: 3.75em !important;
   }
    .feature-img{
      height: 600px !important;
      width: 700px;
      object-fit: cover;
    }
    .px-7{
      padding-left: 4em !important ;
      padding-right: 4em !important;
      } 
    .services-image-window{
      height: 800px !important;
    }
    .services-image-door{
    height: 700px !important;
  }
    .services-image-renovation{
      height: 730px !important;
    }
    .services-image-extensions{
      height: 740px !important;
    }
    .services-image-carpentry{
      height: 700px !important;
    }
    .pt-contact-page{
      padding-top: .1em ;
      margin-top: 4em !important;
    }
    .projects{
      margin-bottom: 2.5em;
      margin-top: 5.5em;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 50px;
  }
    .about-image-height{
      height: 650px  !important;
      margin-top: -8.85em !important;
    }
    .display-none-1024{
      display: none !important;
    }
    .font-type-about-section{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
      line-height: 1.1em;
      color:  #000 !important;
      font-size: 3.45em !important;
        font-style: normal;
    }
    .google-logo {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -8px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      width: 3.2em !important ;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .google-logo2 {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -5px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      object-fit: contain;
      width: 3.2em !important ;
      margin-left: 3em;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .reviews{
      display: flex;
      margin-top: 1.5em ;
    }
    .stars-container{
      display: inline-flex;
      align-items: center;
    }
    .stars-container p{
    margin-left: 1em;
    display: inline-block;
    align-items: center;
    font-size: 1.1em !important;
    
    }
    .stars-container b{
    margin-right: .3em;
    font-size: 1.1em !important;
    display: inline-block;
    align-items: center;
    }
    .stars{
      width: 100px !important;
      object-fit: contain;
      padding-bottom: .35em !important;
      align-items: center;
    
    }
    .mt-minus{
      margin-top: 1em;
    }
    .service-font-type{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.13em !important;
      }
    .about-us-page-content{
      padding-left: 1.85em !important;
    }
    .font-future-about-page{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.65em !important;
      }
    .roofing2 {
      color: #fff ;
      position: relative;
    }
    .page-header {
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
      url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
      height: 300px;
    }
    .roofing2::after {
      content: "";
      position: absolute;
      bottom: 6px; /* Adjust the distance between text and underline */
      left: 0;
      width: 100%;
      border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
    
      }
    .choose-us-header{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        font-size: 3em !important;
      }
    .about-section-font{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      
      font-size: 3em;
      }
    .py-23{
      padding: 0em 0em; 
      }
      .logo {
        width: 11.5em !important;
        margin-right: 1.25em;
        margin-bottom: 3.93em;
        margin-left: 4.85em;
        margin-top: 1.2em;
        }
    .contact-info {
      display: inline-flex;
      white-space: nowrap;
      margin-right: 0px;
      margin-left: 5.5em !important;
      align-items: center;
    }
    .topbar-text1{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        color: #fff;
        padding-top: 1.2em !important;
        z-index: 1000;
        font-size: 1em !important;
    }
    
        
    .clipping-mask4 {
      position: absolute;
      top: -80px;
      left: -48px;
      width: 184px; /* Adjust width as needed */
      height: 190%; /* Adjust height to match the logo container height */
      background: #252f30;
      clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
    }
  
    .topbar-text2{
      white-space: nowrap;
      margin-left: 6em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        padding-top: 1.2em !important;
  
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        font-size: 1em !important;
    }
  
    .topbar::before{
      position:absolute;
        content: "";
        width: 30px;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-130deg);
        background: #231F20;
      }
      .text{
      font-size: 1em;
      
      }
  
      .topbar-right {
        position: relative;
        background: #000;
        width: 2000px;
        top: -20px !important;
        overflow: hidden;
        height: 70px !important;
    right: 50% !important;
      }
      
      .topbar-right::before {
        position: absolute;
        content: "";
        overflow: hidden;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-30deg);
        background: #1000;
      }
    
    .navbar .navbar-brand {
      position: relative;
      padding-right: 30px;
      height: 90px !important;
      display: flex;
      align-items: center;
      justify-content: left;
      }
    .carousel-item{
      height: 700px !important;
    }
    .testimonial-content .user-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin-right: 3.25em;
    }
    .body-text{
      font-size: 1.3em;
    }
    .carousel-img{
      height: 100%;
  background-size: contain !important;  }
    .header-text{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important; 
      font-style: normal;
      color: #fff;
      font-size: 4.3em;
    }
  
    .btn-colour-form{
      background-color: #000000;
      padding: .75em 4em;
      white-space: nowrap;
      font-family: "Montserrat", sans-serif;
      font-weight: 600 !important;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.053em;
    }
    .btn-nav{
     margin-right: 0.15em !important;
  background: #253030;
  background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
      font-size: 21px;
      font-family: "Montserrat", sans-serif;
      border: none;
      font-weight: 600;
      margin-bottom: 0.85em;
      border-radius: 0px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: .3px;
      font-optical-sizing: auto;
      font-style: normal;
    padding: .45em 2.35em;
    } 
   
  
  
    
    .navbar .navbar-nav .nav-link {
      margin-right: 56px;
      padding: 0px 0 15px 0;
      color: #231F20;
      font-size: 25.5px ;
      font-weight: 600;
      outline: none;
      font-family: "Roboto", sans-serif !important;
      font-style: normal;}
  
    .logo-container {
      position: relative;
      
  }
  
  
  .navbar-brand {
      position: relative; /* Ensure logo is above clipping mask */
      z-index: 2; /* Ensure logo is above the clipping mask */
      padding-left: .75em;
  }
  
    
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: relative;
  }
  
  
  
  
       .arrow-icon {
        height: auto;
        width: 60px;
        margin-top: -3px;
          margin-left: 5px; /* Adjust the margin as needed */
        }
        .btn-carousel {
          background: rgb(241,34,38);
        background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
        font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;
        color: #fff;
        padding: -0em 0 0em .25em;
        text-transform: uppercase;
        height: 52px;
        width: 420px; /* Reduce the width */
          margin-top: .4em;
        white-space: nowrap;
        font-size: 1.13em;
        clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
      }
      
        .text-container{
          width: 56% ;
        margin-left: 6.95em ;
        margin-top: -12.5% ;
        text-align: left;
        }
        
  .quote-form {
    max-width: 1000px; /* Adjust the maximum width of the form */
    margin: 25px; /* Center the form on the page */
    padding: 0px; /* Adjust padding as needed */
    background-color: #ffffff; /* Adjust background color if needed */
    border-radius: 0px; /* Adjust border radius if needed */
    height: 67%;
    border-bottom: 10px solid #797979;
    width: 42%;
    margin-top: -8% !important;
    background-color: #ffffff91; /* Adjust background color if needed */
  
  
  
  }
  
  
  .form-header {
    text-align: center;
    font-size: 25px;
    padding-top: .85em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
  height: 80px;    
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-style: normal;
  z-index: 5 !important;
  position: absolute;
  }
  .form-content{
    margin-top: 6.4em;
  }
  
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
  .form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    font-weight: 400;
  }
  
  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.26em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: -12px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
   .shadow-box-contact {
    position: absolute;
    top: -30px; /* Adjust the position as needed */
    left: -25px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
  
  .about-img-home{
    height: 540px;
    width: 420px;
    object-fit: cover;
    background-size: cover !important;
  margin-left: 0em ;}
  
  .service{
    margin-top: 2em !important;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.75em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1em;
      color: #020202;
    }
  
  
  .swiper-pagination {
  position: absolute;
  bottom: -70px !important; /* Adjust the distance from the bottom as needed */
  left: 0;
  width: 100%;
  text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #2e2d2d;
  }
  
  .swiper {
    overflow: visible !important;
  }
  
  .review-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .p-5{
    padding: 2em 1.6em !important;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 555px ;
    margin-bottom: 7em !important;
  }
   .margin-bottom-projects{
    margin-bottom: .31em !important;
   }   
  
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3.5em;
  }
  .appointment p{
    font-size: 1em;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 735px !important  ;
    width: 620px !important;
    margin-left: 1em;
    object-fit: cover;
  background-position: top;
  }
  .about-page-link{
    white-space: nowrap;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.690em;
      letter-spacing: 0px;
  }
  .iframe-container {
    background-color: black;
    padding: 20px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .p-l-5{
    margin-left: 2.7em;
    margin-top: 1em;
  }
  .services-image1{
    height: 875px !important;
  }
  .services-image-media-walls{
    height: 700px !important;
  }
  .services-image-flooring{
    height: 675px !important;
  }
  .services-image2{
    height: 1870px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1230px !important;
  }
  .services-image5{
    height: 1880px !important;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em;
  }
  .iframe-container {
    width: 100% !important;
    padding-top: 100%; /* This makes the container a square */
    height: 100% !important;
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .shadow-box-contact {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -20px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 90%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
  }
  
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  
  
  
  
  
  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.32em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.3em;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }

}
@media (min-width: 1679px) and (max-width: 1700px){
  .margin-top-feature{
    margin-top: 3.75em !important;
   }
    .feature-img{
      height: 600px !important;
      width: 700px;
      object-fit: cover;
    }
    .px-7{
      padding-left: 4em !important ;
      padding-right: 4em !important;
      } 
    .services-image-window{
      height: 800px !important;
    }
    .services-image-door{
    height: 700px !important;
  }
    .services-image-renovation{
      height: 730px !important;
    }
    .services-image-extensions{
      height: 740px !important;
    }
    .services-image-carpentry{
      height: 700px !important;
    }
    .pt-contact-page{
      padding-top: .1em ;
      margin-top: 4em !important;
    }
    .projects{
      margin-bottom: 2.5em;
      margin-top: 5.5em;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 50px;
  }
    .about-image-height{
      height: 650px  !important;
      margin-top: -8.85em !important;
    }
    .display-none-1024{
      display: none !important;
    }
    .font-type-about-section{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
      line-height: 1.1em;
      color:  #000 !important;
      font-size: 3.6em !important;
        font-style: normal;
    }
    .google-logo {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -8px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      width: 3.2em !important ;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .google-logo2 {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -5px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      object-fit: contain;
      width: 3.2em !important ;
      margin-left: 3em;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .reviews{
      display: flex;
      margin-top: 1.5em ;
    }
    .stars-container{
      display: inline-flex;
      align-items: center;
    }
    .stars-container p{
    margin-left: 1em;
    display: inline-block;
    align-items: center;
    font-size: 1.1em !important;
    
    }
    .stars-container b{
    margin-right: .3em;
    font-size: 1.1em !important;
    display: inline-block;
    align-items: center;
    }
    .stars{
      width: 100px !important;
      object-fit: contain;
      padding-bottom: .35em !important;
      align-items: center;
    
    }
    .mt-minus{
      margin-top: 1em;
    }
    .service-font-type{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.13em !important;
      }
    .about-us-page-content{
      padding-left: 1.85em !important;
    }
    .font-future-about-page{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.65em !important;
      }
    .roofing2 {
      color: #fff ;
      position: relative;
    }
    .page-header {
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
      url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
      height: 300px;
    }
    .roofing2::after {
      content: "";
      position: absolute;
      bottom: 6px; /* Adjust the distance between text and underline */
      left: 0;
      width: 100%;
      border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
    
      }
    .choose-us-header{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        font-size: 3em !important;
      }
    .about-section-font{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      
      font-size: 3em;
      }
    .py-23{
      padding: 0em 0em; 
      }
      .logo {
        width: 11.55em !important;
        margin-right: .7em;
        margin-bottom: 3.93em;
        margin-left: 5.3em;
        margin-top: 1.2em;
        }
    .contact-info {
      display: inline-flex;
      white-space: nowrap;
      margin-right: 0px;
      margin-left: 6.5em !important;
      align-items: center;
    }
    .topbar-text1{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        color: #fff;
        padding-top: 1.2em !important;
        z-index: 1000;
        font-size: 1em !important;
    }
    
        
    .clipping-mask4 {
      position: absolute;
      top: -80px;
      left: -40px;
      width: 184px; /* Adjust width as needed */
      height: 190%; /* Adjust height to match the logo container height */
      background: #252f30;
      clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
    }
  
    .topbar-text2{
      white-space: nowrap;
      margin-left: 6em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        padding-top: 1.2em !important;
  
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        font-size: 1em !important;
    }
  
    .topbar::before{
      position:absolute;
        content: "";
        width: 30px;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-130deg);
        background: #231F20;
      }
      .text{
      font-size: 1em;
      
      }
  
      .topbar-right {
        position: relative;
        background: #000;
        width: 2000px;
        top: -20px !important;
        overflow: hidden;
        height: 70px !important;
    right: 52% !important;
      }
      
      .topbar-right::before {
        position: absolute;
        content: "";
        overflow: hidden;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-30deg);
        background: #1000;
      }
    
    .navbar .navbar-brand {
      position: relative;
      padding-right: 30px;
      height: 90px !important;
      display: flex;
      align-items: center;
      justify-content: left;
      }
    .carousel-item{
      height: 700px !important;
    }
    .testimonial-content .user-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin-right: 3.25em;
    }
    .body-text{
      font-size: 1.35em;
    }
    .carousel-img{
      height: 100%;
  background-size: contain !important;  }
    .header-text{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important; 
      font-style: normal;
      color: #fff;
      font-size: 4.5em;
    }
  
    .btn-colour-form{
      background-color: #000000;
      padding: .75em 4em;
      white-space: nowrap;
      font-family: "Montserrat", sans-serif;
      font-weight: 600 !important;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.053em;
    }
    .btn-nav{
     margin-right: 0.5em !important;
  background: #253030;
  background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
      font-size: 22px;
      font-family: "Montserrat", sans-serif;
      border: none;
      font-weight: 600;
      margin-bottom: 0.85em;
      border-radius: 0px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: .3px;
      font-optical-sizing: auto;
      font-style: normal;
    padding: .45em 2.35em;
    } 
   
  
  
    
    .navbar .navbar-nav .nav-link {
      margin-right: 60px;
      padding: 0px 0 15px 0;
      color: #231F20;
      font-size: 26px ;
      font-weight: 600;
      outline: none;
      font-family: "Roboto", sans-serif !important;
      font-style: normal;}
  
    .logo-container {
      position: relative;
      
  }
  
  
  .navbar-brand {
      position: relative; /* Ensure logo is above clipping mask */
      z-index: 2; /* Ensure logo is above the clipping mask */
      padding-left: .75em;
  }
  
    
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: relative;
  }
  
  
  
  
       .arrow-icon {
        height: auto;
        width: 60px;
        margin-top: -3px;
          margin-left: 5px; /* Adjust the margin as needed */
        }
        .btn-carousel {
          background: rgb(241,34,38);
        background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
        font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;
        color: #fff;
        padding: -0em 0 0em .25em;
        text-transform: uppercase;
        height: 52px;
        width: 420px; /* Reduce the width */
          margin-top: .4em;
        white-space: nowrap;
        font-size: 1.13em;
        clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
      }
      
        .text-container{
          width: 56% ;
        margin-left: 6.95em ;
        margin-top: -12.5% ;
        text-align: left;
        }
        
  .quote-form {
    max-width: 1000px; /* Adjust the maximum width of the form */
    margin: 25px; /* Center the form on the page */
    padding: 0px; /* Adjust padding as needed */
    background-color: #ffffff; /* Adjust background color if needed */
    border-radius: 0px; /* Adjust border radius if needed */
    height: 67%;
    border-bottom: 10px solid #797979;
    width: 42%;
    margin-top: -8% !important;
    background-color: #ffffff91; /* Adjust background color if needed */
  
  
  
  }
  
  
  .form-header {
    text-align: center;
    font-size: 25px;
    padding-top: .85em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
  height: 80px;    
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-style: normal;
  z-index: 5 !important;
  position: absolute;
  }
  .form-content{
    margin-top: 6.4em;
  }
  
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
  .form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    font-weight: 400;
  }
  
  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.26em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: -12px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
   .shadow-box-contact {
    position: absolute;
    top: -30px; /* Adjust the position as needed */
    left: -25px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
  
  .about-img-home{
    height: 540px;
    width: 420px;
    object-fit: cover;
    background-size: cover !important;
  margin-left: 0em ;}
  
  .service{
    margin-top: 2em !important;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.75em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1em;
      color: #020202;
    }
  
  
  .swiper-pagination {
  position: absolute;
  bottom: -70px !important; /* Adjust the distance from the bottom as needed */
  left: 0;
  width: 100%;
  text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #2e2d2d;
  }
  
  .swiper {
    overflow: visible !important;
  }
  
  .review-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .p-5{
    padding: 2em 1.6em !important;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 555px ;
    margin-bottom: 7em !important;
  }
   .margin-bottom-projects{
    margin-bottom: .31em !important;
   }   
  
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3.5em;
  }
  .appointment p{
    font-size: 1em;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 735px !important  ;
    width: 620px !important;
    margin-left: 1em;
    object-fit: cover;
  background-position: top;
  }
  .about-page-link{
    white-space: nowrap;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.690em;
      letter-spacing: 0px;
  }
  .iframe-container {
    background-color: black;
    padding: 20px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .p-l-5{
    margin-left: 2.7em;
    margin-top: 1em;
  }
  .services-image1{
    height: 875px !important;
  }
  .services-image-media-walls{
    height: 700px !important;
  }
  .services-image-flooring{
    height: 675px !important;
  }
  .services-image2{
    height: 1870px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1230px !important;
  }
  .services-image5{
    height: 1880px !important;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em;
  }
  .iframe-container {
    width: 100% !important;
    padding-top: 100%; /* This makes the container a square */
    height: 100% !important;
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .shadow-box-contact {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -20px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 90%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
  }
  
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  
  
  
  
  
  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.32em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.3em;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
}
@media (min-width: 1700px) and (max-width: 1800px){
  .margin-top-feature{
    margin-top: 3.75em !important;
   }
    .feature-img{
      height: 600px !important;
      width: 700px;
      object-fit: cover;
    }
    .px-7{
      padding-left: 4em !important ;
      padding-right: 4em !important;
      } 
    .services-image-window{
      height: 800px !important;
    }
    .services-image-door{
    height: 700px !important;
  }
    .services-image-renovation{
      height: 730px !important;
    }
    .services-image-extensions{
      height: 740px !important;
    }
    .services-image-carpentry{
      height: 700px !important;
    }
    .pt-contact-page{
      padding-top: .1em ;
      margin-top: 4em !important;
    }
    .projects{
      margin-bottom: 2.5em;
      margin-top: 5.5em;
    }
    .py-6 {
      padding-top: 65px !important;
      padding-bottom: 50px;
  }
    .about-image-height{
      height: 650px  !important;
      margin-top: -8.85em !important;
    }
    .display-none-1024{
      display: none !important;
    }
    .font-type-about-section{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
      line-height: 1.1em;
      color:  #000 !important;
      font-size: 3.75em !important;
        font-style: normal;
    }
    .google-logo {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -8px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      width: 3.2em !important ;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .google-logo2 {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -5px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      object-fit: contain;
      width: 3.2em !important ;
      margin-left: 3em;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .reviews{
      display: flex;
      margin-top: 1.5em ;
    }
    .stars-container{
      display: inline-flex;
      align-items: center;
    }
    .stars-container p{
    margin-left: 1em;
    display: inline-block;
    align-items: center;
    font-size: 1.1em !important;
    
    }
    .stars-container b{
    margin-right: .3em;
    font-size: 1.1em !important;
    display: inline-block;
    align-items: center;
    }
    .stars{
      width: 100px !important;
      object-fit: contain;
      padding-bottom: .35em !important;
      align-items: center;
    
    }
    .mt-minus{
      margin-top: 1em;
    }
    .service-font-type{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.13em !important;
      }
    .about-us-page-content{
      padding-left: 1.85em !important;
    }
    .font-future-about-page{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.65em !important;
      }
    .roofing2 {
      color: #fff ;
      position: relative;
    }
    .page-header {
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
      url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
      height: 300px;
    }
    .roofing2::after {
      content: "";
      position: absolute;
      bottom: 6px; /* Adjust the distance between text and underline */
      left: 0;
      width: 100%;
      border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
    
      }
    .choose-us-header{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        font-size: 3em !important;
      }
    .about-section-font{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      
      font-size: 3em;
      }
    .py-23{
      padding: 0em 0em; 
      }
      .logo {
        width: 11.75em !important;
        margin-right: .7em;
        margin-bottom: 3.93em;
        margin-left: 6.1em;
        margin-top: 1.2em;
        }
    .contact-info {
      display: inline-flex;
      white-space: nowrap;
      margin-right: 0px;
      margin-left: 7em !important;
      align-items: center;
    }
    .topbar-text1{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        color: #fff;
        padding-top: 1.2em !important;
        z-index: 1000;
        font-size: 1.05em !important;
    }
    
        
    .clipping-mask4 {
      position: absolute;
      top: -80px;
      left: -35px;
      width: 184px; /* Adjust width as needed */
      height: 190%; /* Adjust height to match the logo container height */
      background: #252f30;
      clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
    }
  
    .topbar-text2{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        padding-top: 1.2em !important;
  
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        font-size: 1.05em !important;
    }
  
    .topbar::before{
      position:absolute;
        content: "";
        width: 30px;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-130deg);
        background: #231F20;
      }
      .text{
      font-size: 1em;
      
      }
  
      .topbar-right {
        position: relative;
        background: #000;
        width: 2000px;
        top: -20px !important;
        overflow: hidden;
        height: 70px !important;
    right: 50.5% !important;
      }
      
      .topbar-right::before {
        position: absolute;
        content: "";
        overflow: hidden;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-30deg);
        background: #1000;
      }
    
    .navbar .navbar-brand {
      position: relative;
      padding-right: 30px;
      height: 90px !important;
      display: flex;
      align-items: center;
      justify-content: left;
      }
    .carousel-item{
      height: 700px !important;
    }
    .testimonial-content .user-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin-right: 3.25em;
    }
    .body-text{
      font-size: 1.4em;
    }
    .carousel-img{
      height: 100%;
  background-size: contain !important;  }
    .header-text{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important; 
      font-style: normal;
      color: #fff;
      font-size: 4.5em;
    }
  
    .btn-colour-form{
      background-color: #000000;
      padding: .75em 4em;
      white-space: nowrap;
      font-family: "Montserrat", sans-serif;
      font-weight: 600 !important;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.053em;
    }
    .btn-nav{
     margin-right: 0.5em !important;
  background: #253030;
  background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
      font-size: 22px;
      font-family: "Montserrat", sans-serif;
      border: none;
      font-weight: 600;
      margin-bottom: 0.85em;
      border-radius: 0px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: .3px;
      font-optical-sizing: auto;
      font-style: normal;
    padding: .45em 2.45em;
    } 
   
  
  
    
    .navbar .navbar-nav .nav-link {
      margin-right: 65px;
      padding: 0px 0 15px 0;
      color: #231F20;
      font-size: 26.5px ;
      font-weight: 600;
      outline: none;
      font-family: "Roboto", sans-serif !important;
      font-style: normal;}
  
    .logo-container {
      position: relative;
      
  }
  
  
  .navbar-brand {
      position: relative; /* Ensure logo is above clipping mask */
      z-index: 2; /* Ensure logo is above the clipping mask */
      padding-left: .75em;
  }
  
    
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: relative;
  }
  
  
  
  
       .arrow-icon {
        height: auto;
        width: 60px;
        margin-top: -3px;
          margin-left: 5px; /* Adjust the margin as needed */
        }
        .btn-carousel {
          background: rgb(241,34,38);
        background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
        font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;
        color: #fff;
        padding: -0em 0 0em .25em;
        text-transform: uppercase;
        height: 52px;
        width: 420px; /* Reduce the width */
          margin-top: .4em;
        white-space: nowrap;
        font-size: 1.13em;
        clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
      }
      
        .text-container{
          width: 56% ;
        margin-left: 6.95em ;
        margin-top: -12% ;
        text-align: left;
        }
        
  .quote-form {
    max-width: 1000px; /* Adjust the maximum width of the form */
    margin: 25px; /* Center the form on the page */
    padding: 0px; /* Adjust padding as needed */
    background-color: #ffffff; /* Adjust background color if needed */
    border-radius: 0px; /* Adjust border radius if needed */
    height: 67%;
    border-bottom: 10px solid #797979;
    width: 42%;
    margin-top: -8% !important;
    background-color: #ffffff91; /* Adjust background color if needed */
  
  
  
  }
  
  
  .form-header {
    text-align: center;
    font-size: 25px;
    padding-top: .85em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
  height: 80px;    
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-style: normal;
  z-index: 5 !important;
  position: absolute;
  }
  .form-content{
    margin-top: 6.4em;
  }
  
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
  .form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    font-weight: 400;
  }
  
  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.26em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: -12px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
   .shadow-box-contact {
    position: absolute;
    top: -30px; /* Adjust the position as needed */
    left: -25px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
  
  .about-img-home{
    height: 540px;
    width: 420px;
    object-fit: cover;
    background-size: cover !important;
  margin-left: 0em ;}
  
  .service{
    margin-top: 2em !important;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.75em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1em;
      color: #020202;
    }
  
  
  .swiper-pagination {
  position: absolute;
  bottom: -70px !important; /* Adjust the distance from the bottom as needed */
  left: 0;
  width: 100%;
  text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #2e2d2d;
  }
  
  .swiper {
    overflow: visible !important;
  }
  
  .review-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .p-5{
    padding: 2em 1.6em !important;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 555px ;
    margin-bottom: 7em !important;
  }
   .margin-bottom-projects{
    margin-bottom: .31em !important;
   }   
  
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3.5em;
  }
  .appointment p{
    font-size: 1.02em;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 735px !important  ;
    width: 620px !important;
    margin-left: 1em;
    object-fit: cover;
  background-position: top;
  }
  .about-page-link{
    white-space: nowrap;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.690em;
      letter-spacing: 0px;
  }
  .iframe-container {
    background-color: black;
    padding: 20px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .p-l-5{
    margin-left: 2.7em;
    margin-top: 1em;
  }
  .services-image1{
    height: 875px !important;
  }
  .services-image-media-walls{
    height: 700px !important;
  }
  .services-image-flooring{
    height: 675px !important;
  }
  .services-image2{
    height: 1870px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1230px !important;
  }
  .services-image5{
    height: 1880px !important;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em;
  }
  .iframe-container {
    width: 100% !important;
    padding-top: 100%; /* This makes the container a square */
    height: 100% !important;
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .shadow-box-contact {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -20px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 90%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
  }
  
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  
  
  
  
  
  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.32em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.3em !important;
      margin-top:  -.3em;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
}
@media (min-width: 1800px) and (max-width: 1900px){
  .margin-top-feature{
    margin-top: 3.75em !important;
   }
    .feature-img{
      height: 600px !important;
      width: 700px;
      object-fit: cover;
    }
    .px-7{
      padding-left: 5.5em !important ;
      padding-right: 5.5em !important;
      } 
    .services-image-window{
      height: 800px !important;
    }
    .services-image-door{
    height: 700px !important;
  }
    .services-image-renovation{
      height: 730px !important;
    }
    .services-image-extensions{
      height: 740px !important;
    }
    .services-image-carpentry{
      height: 700px !important;
    }
    .pt-contact-page{
      padding-top: .1em ;
      margin-top: 4em !important;
    }
    .projects{
      margin-bottom: 2.5em;
      margin-top: 5.5em;
    }
    .py-6 {
      padding-top: 75px !important;
      padding-bottom: 50px;
  }
    .about-image-height{
      height: 650px  !important;
      margin-top: -8.85em !important;
    }
    .display-none-1024{
      display: none !important;
    }
    .font-type-about-section{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
      line-height: 1.1em;
      color:  #000 !important;
      font-size: 3.86em !important;
        font-style: normal;
    }
    .google-logo {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -8px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      width: 3.2em !important ;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .google-logo2 {
      height: auto ;  /* Maintain aspect ratio */
      margin-top: -5px ; /* Adjust the margin as needed */
      display: block; /* Ensure the image takes its own line */
      object-fit: contain;
      width: 3.2em !important ;
      margin-left: 3em;
      margin-bottom: 10px; /* Space between the image and the button */
    }
    .reviews{
      display: flex;
      margin-top: 1.5em ;
    }
    .stars-container{
      display: inline-flex;
      align-items: center;
    }
    .stars-container p{
    margin-left: 1em;
    display: inline-block;
    align-items: center;
    font-size: 1.1em !important;
    
    }
    .stars-container b{
    margin-right: .3em;
    font-size: 1.1em !important;
    display: inline-block;
    align-items: center;
    }
    .stars{
      width: 100px !important;
      object-fit: contain;
      padding-bottom: .35em !important;
      align-items: center;
    
    }
    .mt-minus{
      margin-top: 1em;
    }
    .service-font-type{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.13em !important;
      }
    .about-us-page-content{
      padding-left: 1.85em !important;
    }
    .font-future-about-page{
      color:  #121212;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        font-size: 3.65em !important;
      }
    .roofing2 {
      color: #fff ;
      position: relative;
    }
    .page-header {
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
      url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
      height: 300px;
    }
    .roofing2::after {
      content: "";
      position: absolute;
      bottom: 6px; /* Adjust the distance between text and underline */
      left: 0;
      width: 100%;
      border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
    
      }
    .choose-us-header{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
        font-size: 3em !important;
      }
    .about-section-font{
      color: #121212   ;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400 !important;
        font-style: normal;
        text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      
      font-size: 3em;
      }
    .py-23{
      padding: 0em 0em; 
      }
      .logo {
        width: 12.5em !important;
        margin-right: .7em;
        margin-bottom: 3.93em;
        margin-left: 6.15em;
        margin-top: 1.1em;
        }
    .contact-info {
      display: inline-flex;
      white-space: nowrap;
      margin-right: 0px;
      margin-left: 7em !important;
      align-items: center;
    }
    .topbar-text1{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        color: #fff;
        padding-top: 1.2em !important;
        z-index: 1000;
        font-size: 1.05em !important;
    }
    
        
    .clipping-mask4 {
      position: absolute;
      top: -80px;
      left: -29px;
      width: 184px; /* Adjust width as needed */
      height: 190%; /* Adjust height to match the logo container height */
      background: #252f30;
      clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
    }
  
    .topbar-text2{
      white-space: nowrap;
      margin-left: 8em !important;
      font-family: "Montserrat", sans-serif;
        border: none;
        padding-top: 1.2em !important;
  
        letter-spacing: .3px;    font-weight: 600 !important;
        font-style: normal;
        font-size: 1.05em !important;
    }
  
    .topbar::before{
      position:absolute;
        content: "";
        width: 30px;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-130deg);
        background: #231F20;
      }
      .text{
      font-size: 1em;
      
      }
  
      .topbar-right {
        position: relative;
        background: #000;
        width: 2000px;
        top: -20px !important;
        overflow: hidden;
        height: 70px !important;
    right: 51.5% !important;
      }
      
      .topbar-right::before {
        position: absolute;
        content: "";
        overflow: hidden;
        height: 100%;
        top: 0;
        left: -15px;
        transform: skewX(-30deg);
        background: #1000;
      }
    
    .navbar .navbar-brand {
      position: relative;
      padding-right: 30px;
      height: 90px !important;
      display: flex;
      align-items: center;
      justify-content: left;
      }
    .carousel-item{
      height: 750px !important;
    }
    .testimonial-content .user-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin-right: 3.25em;
    }
    .body-text{
      font-size: 1.45em;
    }
    .carousel-img{
      height: 100%;
  background-size: contain !important;  }
    .header-text{
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500 !important; 
      font-style: normal;
      color: #fff;
      font-size: 4.65em;
    }
  
    .btn-colour-form{
      background-color: #000000;
      padding: .75em 4em;
      white-space: nowrap;
      font-family: "Montserrat", sans-serif;
      font-weight: 600 !important;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.053em;
    }
    .btn-nav{
     margin-right: 0.5em !important;
  background: #253030;
  background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
      font-size: 23px;
      font-family: "Montserrat", sans-serif;
      border: none;
      font-weight: 600;
      margin-bottom: 0.85em;
      border-radius: 0px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: .3px;
      font-optical-sizing: auto;
      font-style: normal;
    padding: .45em 2.55em;
    } 
   
  
  
    
    .navbar .navbar-nav .nav-link {
      margin-right: 65px;
      padding: 0px 0 15px 0;
      color: #231F20;
      font-size: 28px ;
      font-weight: 600;
      outline: none;
      font-family: "Roboto", sans-serif !important;
      font-style: normal;}
  
    .logo-container {
      position: relative;
      
  }
  
  
  .navbar-brand {
      position: relative; /* Ensure logo is above clipping mask */
      z-index: 2; /* Ensure logo is above the clipping mask */
      padding-left: .75em;
  }
  
    
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: relative;
  }
  
  
  
  
       .arrow-icon {
        height: auto;
        width: 60px;
        margin-top: -3px;
          margin-left: 5px; /* Adjust the margin as needed */
        }
        .btn-carousel {
          background: rgb(241,34,38);
        background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
        font-family: "Montserrat", sans-serif;
        border: none;
        letter-spacing: .3px;
        color: #fff;
        padding: -0em 0 0em .25em;
        text-transform: uppercase;
        height: 52px;
        width: 420px; /* Reduce the width */
          margin-top: .4em;
        white-space: nowrap;
        font-size: 1.13em;
        clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
      }
      
        .text-container{
          width: 56% ;
        margin-left: 8em ;
        margin-top: -12% ;
        text-align: left;
        }
        
  .quote-form {
    max-width: 1000px; /* Adjust the maximum width of the form */
    margin: 25px; /* Center the form on the page */
    padding: 0px; /* Adjust padding as needed */
    background-color: #ffffff; /* Adjust background color if needed */
    border-radius: 0px; /* Adjust border radius if needed */
    height: 67%;
    border-bottom: 10px solid #797979;
    width: 42%;
    margin-top: -8% !important;
    background-color: #ffffff91; /* Adjust background color if needed */
  
  
  
  }
  
  
  .form-header {
    text-align: center;
    font-size: 25px;
    padding-top: .85em;
    margin: 0 auto 20px;
    color: #fafafa;
    width: 100%;
  height: 80px;    
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-style: normal;
  z-index: 5 !important;
  position: absolute;
  }
  .form-content{
    margin-top: 6.4em;
  }
  
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
    background-color: white; /* Background color */
    clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; /* Ensure it's above the carousel */
  }
  .form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    font-weight: 400;
  }
  
  .list-text{
    color: #020202;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: italic;
      font-size: 1.26em;
  }
  .list-text-about{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800 !important;
      font-style: italic;
      font-size: 1.54em;
  }
  .about-img-container {
    position: relative;
  }
  
  .about-img-container .shadow-box {
    position: absolute;
    top: -20px; /* Adjust the position as needed */
    left: -12px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
   .shadow-box-contact {
    position: absolute;
    top: -30px; /* Adjust the position as needed */
    left: -25px; /* Adjust the position as needed */
    width: 60%; /* Adjust the size as needed */
    height: 95%; /* Adjust the size as needed */
    background-color: #1E1E1E; /* Black color */
    z-index: -1; /* Ensure it is behind the image */
  }
  
  .about-img-home{
    height: 540px;
    width: 420px;
    object-fit: cover;
    background-size: cover !important;
  margin-left: 0em ;}
  
  .service{
    margin-top: 2em !important;
  }
  .font-future-about-section{
    color: #020202;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
      font-style: normal;
    font-size: 2.75em;
    }
    .body-text-dark{
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;     
      font-size: 1em;
      color: #020202;
    }
  
  
  .swiper-pagination {
  position: absolute;
  bottom: -70px !important; /* Adjust the distance from the bottom as needed */
  left: 0;
  width: 100%;
  text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #2e2d2d;
  }
  
  .swiper {
    overflow: visible !important;
  }
  
  .review-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .p-5{
    padding: 2em 1.6em !important;
  }
  .appointment {
    background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 555px ;
    margin-bottom: 7em !important;
  }
   .margin-bottom-projects{
    margin-bottom: .31em !important;
   }   
  
  .font-type-contact{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      color: #ffffff;
      font-size: 3.5em;
  }
  .appointment p{
    font-size: 1.02em;
  }
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 735px !important  ;
    width: 620px !important;
    margin-left: 1em;
    object-fit: cover;
  background-position: top;
  }
  .about-page-link{
    white-space: nowrap;
  }
  .section-header-text-page{
    color: #979797;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 1.690em;
      letter-spacing: 0px;
  }
  .iframe-container {
    background-color: black;
    padding: 20px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .p-l-5{
    margin-left: 2.7em;
    margin-top: 1em;
  }
  .services-image1{
    height: 875px !important;
  }
  .services-image-media-walls{
    height: 700px !important;
  }
  .services-image-flooring{
    height: 675px !important;
  }
  .services-image2{
    height: 1870px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1230px !important;
  }
  .services-image5{
    height: 1880px !important;
  }
  .py-15{
    padding-bottom: 4em;
    padding-top: 1em;
  }
  .iframe-container {
    width: 100% !important;
    padding-top: 100%; /* This makes the container a square */
    height: 100% !important;
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .shadow-box-contact {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -20px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 90%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
  }
  
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 22px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
      font-style: normal;
  }
  
  
  
  
  
  .font-type-page-header{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.5em !important;
      margin-top:  -.32em;
  }
  .font-type-page-header-double{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important;
      font-style: normal;
      font-size: 4.5em !important;
      margin-top:  -.3em;
  }
  .custom-select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px; /* Change font size as needed */
    color: #686868; /* Change placeholder color as needed */
    height: 55px;
  }
}




@media only screen and (width: 1366px) and (height: 1024px) {
 .margin-top-feature{
  margin-top: 4em !important;
 }
  .feature-img{
    height: 640px !important;
    width: 700px;
    object-fit: cover;
  }
  .px-7{
    padding-left: 3em !important ;
    padding-right: 3em !important;
    } 
  .services-image-window{
    height: 1027px !important;
  }
  .services-image-door{
  height: 910px !important;
}
  .services-image-renovation{
    height: 985px !important;
  }
  .services-image-extensions{
    height: 1005px !important;
  }
  .services-image-carpentry{
    height: 980px !important;
  }
  .pt-contact-page{
    padding-top: .1em ;
    margin-top: 4em !important;
  }
  .projects{
    margin-bottom: 2em;
    margin-top: 5em;
  }
  .py-6 {
    padding-top: 65px !important;
    padding-bottom: 50px;
}
  .about-image-height{
    height: 640px !important;
    margin-top: -8.5em !important;
  }
  .display-none-1024{
    display: none !important;
  }
  .font-type-about-section{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    line-height: 1.1em;
    color:  #000 !important;
    font-size: 3.3em !important;
      font-style: normal;
  }
  .google-logo {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -8px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    width: 3em !important ;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .google-logo2 {
    height: auto ;  /* Maintain aspect ratio */
    margin-top: -5px ; /* Adjust the margin as needed */
    display: block; /* Ensure the image takes its own line */
    object-fit: contain;
    width: 3em !important ;
    margin-left: 3em;
    margin-bottom: 10px; /* Space between the image and the button */
  }
  .reviews{
    display: flex;
    margin-top: 1.5em ;
  }
  .stars-container{
    display: inline-flex;
    align-items: center;
  }
  .stars-container p{
  margin-left: 1em;
  display: inline-block;
  align-items: center;
  font-size: 1em !important;
  
  }
  .stars-container b{
  margin-right: .3em;
  font-size: 1em !important;
  display: inline-block;
  align-items: center;
  }
  .stars{
    width: 100px !important;
    object-fit: contain;
    padding-bottom: .35em !important;
    align-items: center;
  
  }
  .mt-minus{
    margin-top: 1em;
  }
  .service-font-type{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.13em !important;
    }
  .about-us-page-content{
    padding-left: 1.85em !important;
  }
  .font-future-about-page{
    color:  #121212;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      font-size: 3.3em !important;
    }
  .roofing2 {
    color: #fff ;
    position: relative;
  }
  .page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3449754901960784) 100%),
    url(../img/carousel-1.jpg) center center no-repeat;    background-size: cover;
    height: 300px;
  }
  .roofing2::after {
    content: "";
    position: absolute;
    bottom: 6px; /* Adjust the distance between text and underline */
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F62427; /* Adjust the thickness as needed */
  
    }
  .choose-us-header{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
      font-size: 3em !important;
    }
  .about-section-font{
    color: #121212   ;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
      font-style: normal;
      text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
    
    font-size: 3em;
    }
  .py-23{
    padding: 0em 0em; 
    }
    .logo {
      width: 9.85em !important;
      margin-right: 1.25em;
      margin-bottom: 3.93em;
      margin-left: 3.75em;
      margin-top: 1.25em;
      }
  .contact-info {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: 4em !important;
    align-items: center;
  }
  .topbar-text1{
    white-space: nowrap;
    margin-left: 6em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      color: #fff;
      padding-top: 1.2em !important;
      z-index: 1000;
      font-size: 1em !important;
  }
  
      
  .clipping-mask4 {
    position: absolute;
    top: -80px;
    left: -68px;
    width: 184px; /* Adjust width as needed */
    height: 190%; /* Adjust height to match the logo container height */
    background: #252f30;
    clip-path: polygon(83% 0, 59% 54%, 81% 100%, 0% 100%, 0 59%, 0% 0%);  z-index: 0; /* Ensure clipping mask is below the logo */
  }

  .topbar-text2{
    white-space: nowrap;
    margin-left: 4em !important;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: 1.2em !important;

      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      font-size: 1em !important;
  }

  .topbar::before{
    position:absolute;
      content: "";
      width: 30px;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-130deg);
      background: #231F20;
    }
    .text{
    font-size: 1em;
    
    }

    .topbar-right {
      position: relative;
      background: #000;
      width: 2000px;
      top: -20px !important;
      overflow: hidden;
      height: 70px !important;
  right: 50.45% !important;
    }
    
    .topbar-right::before {
      position: absolute;
      content: "";
      overflow: hidden;
      height: 100%;
      top: 0;
      left: -15px;
      transform: skewX(-30deg);
      background: #1000;
    }
  
  .navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: left;
    }
  .carousel-item{
    height: 640px !important;
  }
  .testimonial-content .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 3.25em;
  }
  .body-text{
    font-size: 1.2em;
  }
  .carousel-img{
    height: 100%;
background-size: contain !important;  }
  .header-text{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
    color: #fff;
    font-size: 3.92em;
  }

  .btn-colour-form{
    background-color: #000000;
    padding: .75em 4em;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.053em;
  }
  .btn-nav{
   margin-right: 0em !important;
background: #253030;
background: linear-gradient(0deg, #253030, #080808);    border-radius: 5em;
    font-size: 19.5px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 600;
    margin-bottom: 0.85em;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .3px;
    font-optical-sizing: auto;
    font-style: normal;
  padding: .45em 2.2em;
  } 
 


  
  .navbar .navbar-nav .nav-link {
    margin-right: 40px;
    padding: 0px 0 15px 0;
    color: #231F20;
    font-size: 24px ;
    font-weight: 600;
    outline: none;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;}

  .logo-container {
    position: relative;
    
}


.navbar-brand {
    position: relative; /* Ensure logo is above clipping mask */
    z-index: 2; /* Ensure logo is above the clipping mask */
    padding-left: .75em;
}

  


.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}




     .arrow-icon {
      height: auto;
      width: 60px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
      .btn-carousel {
        background: rgb(241,34,38);
      background: linear-gradient(180deg, rgba(241,34,38,1) 0%, rgba(159,24,29,1) 100%);      width: 500px;
      font-family: "Montserrat", sans-serif;
      border: none;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .25em;
      text-transform: uppercase;
      height: 52px;
      width: 420px; /* Reduce the width */
        margin-top: .4em;
      white-space: nowrap;
      font-size: 1.13em;
      clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    }
    
      .text-container{
        width: 56% ;
      margin-left: 6em ;
      margin-top: -14% ;
      text-align: left;
      }
      
.quote-form {
  max-width: 1000px; /* Adjust the maximum width of the form */
  margin: 25px; /* Center the form on the page */
  padding: 0px; /* Adjust padding as needed */
  background-color: #ffffff; /* Adjust background color if needed */
  border-radius: 0px; /* Adjust border radius if needed */
  height: 67%;
  border-bottom: 10px solid #797979;
  width: 42%;
  margin-top: -8% !important;
  background-color: #ffffff91; /* Adjust background color if needed */



}


.form-header {
  text-align: center;
  font-size: 25px;
  padding-top: .85em;
  margin: 0 auto 20px;
  color: #fafafa;
  width: 100%;
height: 80px;    
font-family: "Bebas Neue", sans-serif;
font-weight: 500 !important;
  font-style: normal;
  font-style: normal;
z-index: 5 !important;
position: absolute;
}
.form-content{
  margin-top: 6.4em;
}

.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  font-weight: 400;
}

.list-text{
  color: #020202;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: italic;
    font-size: 1.26em;
}
.list-text-about{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800 !important;
    font-style: italic;
    font-size: 1.54em;
}
.about-img-container {
  position: relative;
}

.about-img-container .shadow-box {
  position: absolute;
  top: -20px; /* Adjust the position as needed */
  left: -12px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}
 .shadow-box-contact {
  position: absolute;
  top: -30px; /* Adjust the position as needed */
  left: -25px; /* Adjust the position as needed */
  width: 60%; /* Adjust the size as needed */
  height: 95%; /* Adjust the size as needed */
  background-color: #1E1E1E; /* Black color */
  z-index: -1; /* Ensure it is behind the image */
}

.about-img-home{
  height: 540px;
  width: 420px;
  object-fit: cover;
  background-size: cover !important;
margin-left: 0em ;}

.service{
  margin-top: 1.1em !important;
}
.font-future-about-section{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
  font-size: 2.75em;
  }
  .body-text-dark{
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;     
    font-size: 1em;
    color: #020202;
  }


.swiper-pagination {
position: absolute;
bottom: -70px !important; /* Adjust the distance from the bottom as needed */
left: 0;
width: 100%;
text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2d2d;
}

.swiper {
  overflow: visible !important;
}

.review-scroll {
  max-height: 200px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.p-5{
  padding: 2em 1.6em !important;
}
.appointment {
  background: linear-gradient(to right, rgba(3, 3, 3, 0.692), rgba(0, 0, 0, .63)), url(../img/appointment.jpg) left center no-repeat;
  background-size: cover;
  height: 54vh;
  margin-bottom: 7em !important;
}
 .margin-bottom-projects{
  margin-bottom: .31em !important;
 }   

.font-type-contact{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 3.3em;
}
.appointment p{
  font-size: 1em;
}
.about-img{
  background-image: url(../img/about-page-image.jpg);
  background-size: cover;
  height: 775px !important  ;
  width: 530px !important;
  margin-left: 2em;
  object-fit: cover;
background-position: top;
}
.about-page-link{
  white-space: nowrap;
}
.section-header-text-page{
  color: #979797;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    font-size: 1.690em;
    letter-spacing: 0px;
}
.iframe-container {
  background-color: black;
  padding: 20px; /* Adjust padding as needed */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-l-5{
  margin-left: 2.7em;
  margin-top: 1em;
}
.services-image1{
  height: 1155px !important;
}
.services-image-media-walls{
  height: 905px !important;
}
.services-image-flooring{
  height: 860px !important;
}
.services-image2{
  height: 1870px !important;
}
.services-image3{
  height: 1420px !important;
}
.services-image4{
  height: 1230px !important;
}
.services-image5{
  height: 1880px !important;
}
.py-15{
  padding-bottom: 4em;
  padding-top: 1em;
}
.iframe-container {
  width: 100% !important;
  padding-top: 100%; /* This makes the container a square */
  height: 100% !important;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.shadow-box-contact {
position: absolute;
top: -20px; /* Adjust the position as needed */
left: -20px; /* Adjust the position as needed */
width: 60%; /* Adjust the size as needed */
height: 90%; /* Adjust the size as needed */
background-color: #1E1E1E; /* Black color */
z-index: -1; /* Ensure it is behind the image */
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 22px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 400 !important;
    font-style: normal;
}





.font-type-page-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 4em !important;
    margin-top:  -.32em;
}
.font-type-page-header-double{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500 !important;
    font-style: normal;
    font-size: 3.9em !important;
    margin-top:  -.3em;
}
.custom-select {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  height: 55px;
}}
.service-page-header3 {
  background: linear-gradient(to right, rgb(35, 31, 32) 0%, rgba(179, 185, 191, 0) 100%), url(../img/carousel-1.jpg) center right no-repeat;
  background-size: cover;
  height: 360px;
}

.service-page-header3 .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.service-page-header3 .breadcrumb-item,
.service-page-header3 .breadcrumb-item a {
  font-size: 22px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: italic;
  color: var(--light);
}


.font-type-service-page-header{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
    font-size: 4.839em;
    margin-top: 0.0em;
}
.font-type-service-page-header3{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600 !important;
    font-style: normal;
    font-size: 5.39em;
}


@media (max-width: 374px) {
  .mobile-br::after {
    content: '';
    display: block;
  }
}

.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
}
.about-section-content{
  padding-right: 2em;
  margin-left: -2em;
}

/*** Choose us ********/

@media (min-width: 992px){    .chooseus {
  background: #f7f7f7;
  position: relative;
  height: 630px;
  padding-bottom: 85px;
}

.chooseus .row {
  position: relative;
  z-index: 1;
}

.chooseus__text {
  position: relative;
  z-index: 1;
}

.chooseus__text .section-title {
  margin-bottom: 10px;
  text-align: left;
}

.chooseus__text .section-title h2 {
  margin-top: 0;
}

.chooseus__text ul {
  margin-bottom: 28px;
}

.chooseus__text ul li {
  list-style: none;
  font-size: 15px;
  color: #727171;
  line-height: 36px;
}

.chooseus__text ul li i {
  color: #db2d2e;
}

.chooseus__video {
  height: 630px;
  width: calc(100% - 46%);
  position: absolute;
  right: 0;
  top: 0;
}

.chooseus__video img {
  height: 100%;
  width: 100%;
}

.chooseus__video .play-btn {
  height: 60px;
  width: 60px;
  background: #db2d2e;
  border-radius: 50%;
  font-size: 25px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-30px, -30px);
  -ms-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
  z-index: 9;
}

.chooseus__video .play-btn i {
  position: relative;
  left: 3px;
  top: -1px;
}


.spad {
  padding-top: 10px;
  padding-bottom: 100px;
  margin-bottom: 7em;
}}
@media (max-width: 767px) {
  .chooseus {
      padding: 0px 0px 50px 0px;
  }
  
  .chooseus__text {
      text-align: center;
  }
  
  .chooseus__text .section-title {
      margin-bottom: 20px;
  }
  
  .chooseus__text ul {
      margin-bottom: 120px;

  }
  
  .chooseus__text ul li {
      font-size: 14px;
      line-height: 1.5;
  }
  
  .chooseus__video {
    justify-content: center;
    align-items: center;
    height: 100%; /* Adjust the height as needed */
    margin-top: 3em;
}

.chooseus__video img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  padding-bottom: 2em;
}



}

/** Choose us mobile ***/

@media (max-width: 970px) {
  .chooseus {
      padding: 0px 0px 50px 0px;
  }
  
  .chooseus__text {
      text-align: center;
  }
  
  .chooseus__text .section-title {
      margin-bottom: 20px;
  }
  
  .chooseus__text ul {
      margin-bottom: 120px;

  }
  
  .chooseus__text ul li {
      font-size: 14px;
      line-height: 1.5;
  }
  
  .chooseus__video {
    justify-content: center;
    align-items: center;
    height: 100%; /* Adjust the height as needed */
    margin-top: 3em;
}

.chooseus__video img {
    width: 95%;
    margin: 0em 2.5%;
    height: 300px;
    object-fit: cover;
  padding-bottom: 2em;
}



}
.choose-us-header{
  color: #121212   ;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
    font-style: normal;
    text-shadow: 1px 6px 2px rgba(0, 0, 0, 0.05); /* Adjust the values as needed */
  font-size: 4.15315em;
}
.choose-us-png img{
  height: 64px;
  width: 64px;
}

.contact-section-padding{
 padding-right: 2.7em;
}
.carousel-img {
  width: 100%;
  height: 100%;
  object-position: bottom !important; /* Focus on the bottom of the image */

  object-fit: cover;
}


.topbar{
  position: relative;
  background: #231F20;
  width: 100%;
  align-items: center;
  
  }
  
  .topbar::before{
  position:absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-130deg);
    background: #231F20;
  }
  .text{
  font-size: 1em;
  
  }
  
  .topbar-right {
    position: relative;
    background: #252f30;
    width: 2000px;
    top: -20px !important;
    overflow: hidden;
    height: 70px !important;
right: 49.5% ;
  }
  
  .topbar-right::before {
    position: absolute;
    content: "";
    overflow: hidden;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background: #1000;
  }

  .icon-container i {
    font-size: 24px;
    color: #fff; /* Adjust color as needed */
  }
  .topbar-text1{
    white-space: nowrap;
    margin-left: 10em;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: .2em;
      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      color: #fff;
      z-index: 1000;
      font-size: 1.4em ;
  }
  
  .topbar-text2{
    white-space: nowrap;
    margin-left: 10em;
    font-family: "Montserrat", sans-serif;
      border: none;
      padding-top: .2em;

      letter-spacing: .3px;    font-weight: 600 !important;
      font-style: normal;
      font-size: 1.4em ;
  }
  
  .icon-outline2 {
    -webkit-text-stroke: 1px #fff; /* Outline color and width */
    color: transparent  ; /* Hide the fill color */
    font-size: 27px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    transform: rotate(100deg);
  
  }
  
  .icon-outline {
    color: transparent  ; /* Hide the fill color */
    font-size: 27px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    color: #fff;
    border: .5px ;
  }
  
  
  .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .icon-container .fab.facebook-icon {
    font-size: 16px;
    color: #fff; /* White icon color */
  }
  
  /* Ensure only the Facebook icon is styled here */
  .topbar-right .fab.facebook-icon {
    color: #fff;
    font-size: 16px;
  }
  .facebook-icon-footer{
font-size: 19px;
  }
  .instagram-icon-footer{
font-size: 19px;
  }
  .tiktok-icon-footer{
font-size: 19px;
  }
  .contact-info {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 0px;
    align-items: center;
    margin-left: 0em ;
  }
  .phone-icon-topbar{
    transform: rotate(100deg);
  }
  .mobile-phone{
    transform: rotate(110deg);
    margin-right: .4em;
  }
  .icon-margin{
    margin-right: 10px !important;
  }
  .about-us-page-content{
    padding-left: 3.05em;
  }
  .service-page-content{
    margin-top: 1.75em;
  }
  .contact-content{
    margin-top: 3em;
    margin-bottom: 6em;
  }
  .padding-footer-list{
    padding-right: 6em !important;
  }
  /* Ensure dropdown covers full screen */
/* Initial state - translate upwards to hide */

.custom-select {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; /* Change font size as needed */
  color: #686868; /* Change placeholder color as needed */
  height: 55px;
}

@media (min-width: 1170px) and (max-width: 1190px){

}
/* Mobile devices (under 1000px) */
@media (max-width: 999px) {
  .navbar-mobile-sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1030; /* Ensure it appears above other elements */
  }
}

/* Desktop (1000px and above) */
@media (min-width: 1000px) {
  .navbar-mobile-sticky {
      position: static; /* Make it non-sticky */
  }
}

@media (min-width: 1000px) and (max-width: 1029px){
  .topbar-left-clip {
    position: absolute;
    top: 0;
    left: 0;
  margin-left: 3.55em;
    width: 210px; /* Adjust the width of the clipping mask */
    height: 72%; /* Set to match the height of the top bar */
    background-color: #252f30; /* Background color of the clipping mask */
    clip-path: polygon(100% 0, 71% 0, 100% 100%);
    z-index: 1; /* Ensure the clipping mask is behind other content */
  }
}
@media (min-width: 1029px) and (max-width: 1041px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 3.9em;
  
  }
}
@media (min-width: 1041px) and (max-width: 1061px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 4.2em;
  
  }
}
@media (min-width: 1061px) and (max-width: 1085px){
  .topbar-left-clip {
    height: 72% !important; /* Set to match the height of the top bar */

    margin-left: 3.9em;
  
  }
}
@media (min-width: 1085px) and (max-width: 1101px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 4.4em;
  
  }
}
@media (min-width: 1101px) and (max-width: 1113px){
  .topbar-left-clip {
    height: 71.9% !important; /* Set to match the height of the top bar */

  margin-left: 4.55em;
  
  }
}
@media (min-width: 1113px) and (max-width: 1125px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 4.79em;
  
  }
}
@media (min-width: 1125px) and (max-width: 1135px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 5em;
  
  }
}
@media (min-width: 1135px) and (max-width: 1145px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 5.1em;
  
  }
}
@media (min-width: 1145px) and (max-width: 1157px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 5.3em;
  
  }
}
@media (min-width: 1157px) and (max-width: 1167px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 5.45em;
  
  }
}
@media (min-width: 1167px) and (max-width: 1177px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 5.64em;
  
  }
}
@media (min-width: 1177px) and (max-width: 1181px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 5.64em ;
  
  }
}
@media (min-width: 1181px) and (max-width: 1191px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 5.8em ;
  
  }
}
@media (min-width: 1191px) and (max-width: 1201px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 6em ;
  
  }
}
@media (min-width: 1201px) and (max-width: 1217px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 6.4em;
  
  }
}
@media (min-width: 1217px) and (max-width: 1229px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 6.45em;
  
  }
}
@media (min-width: 1229px) and (max-width: 1239px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 6.55em;
  
  }
}
@media (min-width: 1239px) and (max-width: 1249px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 6.75em;
  
  }
}
@media (min-width: 1249px) and (max-width: 1259px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 6.9em;
  
  }
}
@media (min-width: 1259px) and (max-width: 1279px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 6.97em;
  
  }
}
@media (min-width: 1279px) and (max-width: 1282px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 7em;
  
  }
}
@media (min-width: 1282px) and (max-width: 1299px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 7.35em;
  
  }
}
@media (min-width: 1299px) and (max-width: 1317px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 7.55em;
  
  }
}
@media (min-width: 1317px) and (max-width: 1337px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 7.9em;
  
  }
}
@media (min-width: 1337px) and (max-width: 1357px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 8.2em;
  
  }
}
@media (min-width: 1357px) and (max-width: 1369px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 8.15em;
  
  }
}
@media (min-width: 1369px) and (max-width: 1389px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 8.45em;
  
  }
}
@media (min-width: 1389px) and (max-width: 1404px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 8.2em;
  
  }
}
@media (min-width: 1404px) and (max-width: 1424px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 8.5em;
  
  }
}
@media (min-width: 1424px) and (max-width: 1444px){
  .topbar-left-clip {
    height: 72% !important; /* Set to match the height of the top bar */

  margin-left: 8.79em;
  
  }
}
@media (min-width: 1444px) and (max-width: 1464px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 9.15em;
  
  }
}
@media (min-width: 1464px) and (max-width: 1484px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 9.4em;
  
  }
}
@media (min-width: 1484px) and (max-width: 1506px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 10.45em;
  
  }
}
@media (min-width: 1506px) and (max-width: 1526px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 10.75em;
  
  }
}
@media (min-width: 1526px) and (max-width: 1539px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 10.96em;
  
  }
}
@media (min-width: 1539px) and (max-width: 1559px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 11.3em;
  
  }
}
@media (min-width: 1559px) and (max-width: 1579px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 11.65em;
  
  }
}
@media (min-width: 1579px) and (max-width: 1602px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 11.89em;
  
  }
}
@media (min-width: 1602px) and (max-width: 1622px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 12.25em;
  
  }
}
@media (min-width: 1622px) and (max-width: 1642px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 12.55em;
  
  }
}
@media (min-width: 1642px) and (max-width: 1662px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 12.9em;
  }
}
@media (min-width: 1662px) and (max-width: 1682px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 12.6em;
  
  }
}
@media (min-width: 1682px) and (max-width: 1702px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 13.22em;
  
  }
}
@media (min-width: 1702px) and (max-width: 1722px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 13.56em;
  
  }
}
@media (min-width: 1722px) and (max-width: 1742px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 13.85em;
  
  }
}
@media (min-width: 1742px) and (max-width: 1762px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 13.95em;
  
  }
}
@media (min-width: 1762px) and (max-width: 1782px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 14.5em;
  }
}
@media (min-width: 1782px) and (max-width: 1802px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 14.25em;
  
  }
}
@media (min-width: 1802px) and (max-width: 1822px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 14.55em;
  }
}
@media (min-width: 1822px) and (max-width: 1842px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

    margin-left: 14.82em;
  
  }
}
@media (min-width: 1842px) and (max-width: 1862px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 15em;
  
  }
}
@media (min-width: 1862px) and (max-width: 1882px){
  .topbar-left-clip {
    height: 72%; /* Set to match the height of the top bar */

  margin-left: 15.45em;
  
  }
}
@media (min-width: 1882px) and (max-width: 1902px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 16.95em;
  
  }
}
@media (min-width: 1902px) and (max-width: 1915px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

    margin-left: 17.1em;
  
  }
}
@media (min-width: 1915px) and (max-width: 1923px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 17.25em;
  
  }
}
@media (min-width: 1923px) and (max-width: 1943px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 17.55em;
  
  }
}
@media (min-width: 1943px) and (max-width: 1963px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 17.63em;
  
  }
}
@media (min-width: 1963px) and (max-width: 1983px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 18em;
  
  }
}
@media (min-width: 1983px) and (max-width: 2003px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 18.6em;
  
  }
}
@media (min-width: 2003px) and (max-width: 2023px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 18.9em;
  
  }
}
@media (min-width: 2023px) and (max-width: 2043px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 19.2em;
  
  }
}
@media (min-width: 2043px) and (max-width: 2063px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 19.55em;
  
  }
}
@media (min-width: 2063px) and (max-width: 2083px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 19.8em;
  
  }
}
@media (min-width: 2083px) and (max-width: 2103px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 20.15em;
  
  }
}
@media (min-width: 2103px) and (max-width: 3003px){
  .topbar-left-clip {
    height: 65%; /* Set to match the height of the top bar */

  margin-left: 34.4em;
  
  }
}
@media (min-width: 1170px) and (max-width: 1200px){
  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 920px;
  background-position: top;
  }

  .services-image1{
    height: 1610px !important;
  }
  .services-image2{
    height: 1880px !important;
  }
  .services-image3{
    height: 1420px !important;
  }
  .services-image4{
    height: 1220px !important;
  }
  .services-image5{
    height: 1900px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1270px){

  .about-img{
    background-image: url(../img/about-page-image.jpg);
    background-size: cover;
    height: 830px;
  background-position: top;
  }

  .services-image1{
    height: 1480px !important;
  }
  .services-image2{
    height: 1790px !important;
  }
  .services-image3{
    height: 1250px !important;
  }
  .services-image4{
    height: 1120px !important;
  }
  .services-image5{
    height: 1740px !important;
  }
}
@media (min-width: 1430px) and (max-width: 1450px){

  .half-width {
    width: 224px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1400px) and (max-width: 1430px){

  .half-width {
    width: 218px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1450px) and (max-width: 1500px){

  .half-width {
    width: 226px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1500px) and (max-width: 1530px){

  .half-width {
    width: 212px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1530px) and (max-width: 1550px){

  .half-width {
    width: 216px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1550px) and (max-width: 1599px){

  .half-width {
    width: 218px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1915px) and (max-width: 2110px){

  .half-width {
    width: 229px ;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1170px) and (max-width: 1179px){

  .half-width {
    width: 207px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1179px) and (max-width: 1189px){

  .half-width {
    width: 207px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1189px) and (max-width: 1270px){

  .half-width {
    width: 209px !important ;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1000px) and (max-width: 1020px){

  .half-width {
    width: 174px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1179px) and (max-width: 1189px){

  .half-width {
    width: 207px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1189px) and (max-width: 1270px){

  .half-width {
    width: 209px !important ;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1020px) and (max-width: 1070px){

  .half-width {
    width: 179px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1179px) and (max-width: 1189px){

  .half-width {
    width: 207px !important;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
@media (min-width: 1189px) and (max-width: 1270px){

  .half-width {
    width: 209px !important ;
    width: calc(50% - 10px); /* Subtracting margin space */
  }
}
/* Custom CSS for the spinner logo */
/* Custom CSS for the spinner */
.custom-spinner-container {
  width: 5rem; /* Adjust size as needed */
  height: 5rem; /* Adjust size as needed */
  border: 5px solid rgba(0, 0, 0, 0.1); /* Light border */
  border-top: 5px solid #252f30; /* Blue border */
  border-radius: 50%; /* Make it a circle */
  animation: spin 1s linear infinite; /* Spin animation */
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Custom CSS for the logo inside the spinner */
.spinner-logo {
  width: 3.4rem; /* Adjust size as needed */
  height: auto;
  color: #252f30;
  position: absolute; /* Position it in the center */
}
.reviews{
  display: flex;
  margin-top: 1.5em ;
}
.stars-container{
  display: inline-flex;
  align-items: center;
}
.stars-container p{
margin-left: 1em;
display: inline-block;
align-items: center;
font-size: 1.1em ;

}
.stars-container b{
margin-right: .3em;
font-size: 1.2em ;
display: inline-block;
align-items: center;
}
.stars{
  width: 100px !important;
  object-fit: contain;
  padding-bottom: .35em !important;
  align-items: center;

}
.google-logo {
  height: auto ;  /* Maintain aspect ratio */
  margin-top: -8px ; /* Adjust the margin as needed */
  display: block; /* Ensure the image takes its own line */
  width: 3.7em ;
  margin-bottom: 10px; /* Space between the image and the button */
}
.google-logo2 {
  height: auto ;  /* Maintain aspect ratio */
  margin-top: -5px ; /* Adjust the margin as needed */
  display: block; /* Ensure the image takes its own line */
  object-fit: contain;
  width: 3.6em ;
  margin-left: 3em;
  margin-bottom: 10px; /* Space between the image and the button */
}
/*** About ***/
@media (min-width: 992px) {
  .container.about {
      max-width: 100% !important;
  }

  .about-text  {
      padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .about-text  {
      padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .about-text  {
      padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}
.font-type-about-section{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
  line-height: 1.1em;
  color:  #000 !important;
  font-size: 3.9em;
    font-style: normal;
}
.px-7{
  padding-left: 5em ;
  padding-right: 5em ;
  }
  .py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.about-image-height{
  height: 670px;
  margin-top: -8.9em;
}
.text-dark-blue{
  color: #adc1c2;
}
.bg-turk{
  background-color: #20282a !important;
}
.font-type-feature-section{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
  font-size: 1.98em;
  color: #101a24;
  font-style:  italic;
}
.colour-change{
  color: #8baba8;
}
.mb-custom2{
  margin-bottom: 2em;
}
.feature-img{
  height: 590px;
  width: 700px;
  object-fit: cover;
}
.margin-top-feature{
  margin-top: 4em;
}
.mt-custom-projects{
  margin-top: -.35em ;
}
.mt-minus-contact{
  margin-top: -.75em !important;
}
.blog-header{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
  color: #252f30;
}
.blog-weather-title{
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;

}
.Alegreya{
  font-family: "Bebas Neue", sans-serif;
font-weight:  400 !important;
font-size: 23px !important;
color: #252f30;
}
.mb-minus-services-section{
  margin-bottom: -1.85em !important;
}
.py-features{
  padding: 2.75em 0em 5em 0em;
}
.py-about-us{
  padding: .25em 0em .65em 0em !important;
}
.display-phone{
  display: none ;
}
.phone-icon-footer {
  display: inline-block;
  transform: rotate(20deg) !important;
}
