@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: "Urbanist", sans-serif;
  color: #000;
}

.footersec ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-primary{
  background-color: #00284A !important;
}
.text-primary{
  color: #00284a !important;
}
.bg-secondary{
  background-color: #009ABD !important;
}
.text-light{
   color: #656c7b !important;
}



.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-210 {
  letter-spacing: 0.21px;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-005 {
  letter-spacing: -0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 54px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.fs-13 {
  font-size: 13px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-40 {
  font-size: 40px;
}
.fs-48 {
  font-size: 48px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 110%;
}
.lh-1-2 {
  line-height: 120%;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 140%;
}
.lh-1-5 {
  line-height: 150%;
}
.lh-1-55 {
  line-height: 155%;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9 {
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
    padding: 17px 28px;
    border: 2px solid;
    display: inline-block;
    border-radius: 40px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary, .btn-secondary:hover, .btn-secondary:focus{
  background-color: #00284A;
  border-color: #00284A;
  color: #fff;
}
.banner-text .btn-primary:hover, .banner-text .btn-primary:focus{
    background-color: #fff;
  border-color: #fff;
  color: #00284A;
}
.btn-secondary, .btn-primary:hover, .btn-primary:focus{
  background-color: #009ABD;
  border-color: #009ABD;
  color: #fff;
}

.border-primary{
  border-color: #009abd !important;
}
.nav-btns a:hover{
  color: #009abd !important;
}
.services-wrap:hover{
  background-color: #009abd ;
}
.services-wrap:hover span, .services-wrap:hover h4, .social-links ul li a:hover{
    color: #fff !important;
}
.footer-links ul li a:hover, .footer-info ul li a:hover {
    color: #00284A !important;
}

header {
  position: relative;
  z-index: 99;
}
.navbar-brand {
  display: inline-block;
  max-width: 318px;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar-nav .nav-link {
    line-height: normal;
    padding: 0 !important;
    display: inline-block;
    color: #00284a;
    font-size: 17px;
    font-weight: 600;
}
.navbar-nav > li + li {
  margin-left: 40px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active::after, .navbar-nav .nav-link:hover::after {
 color: #009abd !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009abd;
}

button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    content: "";
    border: 0 !important;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #000;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
 background: linear-gradient(
    270deg,
    rgba(30, 73, 226, 0) 27.403846383094788%,
    rgba(30, 73, 226, 1) 100%
  );
  z-index: 1;
}

.carousel-item .container{
  position: relative;
  z-index: 2;
} */

.carousel-item{
  height: 800px;
}


.banner-img-1 img {
    background: #ffffff;
    border-radius: 50%;
    height: 485px !important;
    width: 495px !important;
    position: relative;
    box-shadow: rgb(255 255 255) 7px 0px 0px;
}
.banner-img-2 img::before{
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  /* z-index: -1; */
}
.banner-img-2 img {
    background: #ffffff;
    border-radius: 50%;
    width: 240px !important;
    height: 240px !important;
    position: relative;
}
.banner-img-2 {
    width: fit-content;
    left: 50px !important;
}
.banner-img-3 img {
    width: 180px !important;
    height: 203px !important;
    border-radius: 90px !important;
    position: relative;
}
.banner-img-3 {
    width: fit-content;
    bottom: -120px !important;
    left: 270px !important;
}


.vision-wrap.bg-secondary {
    background-color: #d9f0f5 !important;
    box-shadow: 1px -1px 24px 0px rgba(17, 17, 17, 0.04);
}

.vision-wrap.bg-light {
    background-color: rgba(0, 39, 74, 10%) !important;
    box-shadow: 1px -1px 24px 0px rgba(17, 17, 17, 0.04);
}

.services-img::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #009ABD;
  height: 80%;
  width: 80%;
  border-radius: 10px;
  z-index: -1;
}
.services-img{
  padding-left: 30px;
  padding-bottom: 30px;
}
.quote-img {
    width: 7% !important;
}
.testimonial-wrap{
    width: 63% !important;
}


.slick-dots li button:before {
    font-size: 0px;
    opacity: 1;
    background: #009abd;
    border-radius: 50%;
    border: 3px solid transparent;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
     border: 3px solid #009abd;
     background: #fff;

}
.slick-dots li.slick-active button:before, .slick-dots li.slick-active, .slick-dots li.slick-active button{
         width: 22px;
    height: 22px;
}
.slick-dots li, .slick-dots li button:before, .slick-dots li button {
    width: 17px;
    height: 17px;
}
.slick-dots {
    bottom: -40px;
    text-align: left;
}
.testimonial-con {
    width: 110% !important;
}
.testimonial-sec::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-image: url(../images/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35%;
    height: 90%;
    z-index: 0;
    opacity: 7%;
}
.testimonial-sec .container{
  position: relative;
  z-index: 1;
}
.form-group input{
    background: #f3f3f3 !important;
  border-radius: 5px;
  height: 60px;
}
.form-group textarea{
    background: #f3f3f3 !important;
  border-radius: 5px;
  height: 170px;
}
.form-group input, .form-group input::placeholder, .form-group textarea, .form-group textarea::placeholder{
  color: #585858 !important;
}

.footer-links ul li a, .footer-info ul li a, .footer-info ul li{
  color: #ffffff;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
padding: 0px;
}
.footer-info ul li{
  position: relative;
  padding-left: 30px;
}
.footer-info ul li::before{
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  height: 18px;
  width: 18px;
  background-image: url(../images/footer-location-icn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.footer-info ul li:nth-child(2)::before{
  background-image: url(../images/footer-phone-icn.png);
}
.footer-info ul li:nth-child(3)::before{
  background-image: url(../images/footer-email-icn.png);
}

.copy-right{
  border-color: rgba(255, 255, 255, 20%) !important;
}

.inner-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0px;
  top: 0;
  background-color: #00284A;
  border-radius: 10px;
}
 .inner-img-wrap {
    padding: 30px 30px 30px 0;
    position: relative;
    z-index: 1;
}
.abtinner-2 .inner-img::before {
  right: auto;
  left: 0;
}
.abtinner-2 .inner-img-wrap {
    padding: 30px 0px 30px 30px;
}

.abt-full{
  background-image: url(../images/inner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abt-full::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 40%;
}
.abt-full .container{
  position: relative;
  z-index: 1;
}
.abtfull-text ul, .inner-disc ul, .vision-disc ul{
  list-style: disc;
  padding-left: 20px;
}
.abtfull-text ul li{
  width: fit-content;
  margin: auto;
}
.joinery-serv-full{
  background-image: url(../images/joinery-services-full-bg.jpg);
}
.joinery-serv-full::before, .extension-full-bg::before{
  opacity: 60%;
}
.extension-full-bg{
  background-image: url(../images/extension-and-loft-full-bg.jpg);
}


@media(max-width:1250px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
.navbar-brand {
    max-width: 240px;
}
.navbar-nav .nav-link {
    font-size: 15px;
}
.dropdown-toggle::after {
    font-size: 13px;
}
.fs-16 {
    font-size: 15px;
}
h1, .h1 {
    font-size: 40px;
}
.fs-18 {
    font-size: 16px;
}
.btn {
    padding: 13px 22px;
    font-size: 13px;
}
.banner-img-1 img {
    height: 405px !important;
    width: 415px !important;
}
.banner-img-2 img {
    width: 190px !important;
    height: 190px !important;
}
.banner-img-3 img {
    width: 150px !important;
    height: 173px !important;
    border-radius: 90px !important;
    position: relative;
}
.banner-img-3 {
    bottom: -120px !important;
    left: 230px !important;
}
.carousel-item {
    height: 680px;
}
.fs-48 {
    font-size: 35px;
}
.fs-24 {
    font-size: 20px;
}
.fs-40 {
    font-size: 32px;
}
.fs-20 {
    font-size: 17px;
}

.slick-dots li, .slick-dots li button:before, .slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button:before, .slick-dots li.slick-active, .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
}
.form-group input {
    height: 55px;
}
.fs-17 {
    font-size: 15px;
}
.footer-links ul li a, .footer-info ul li a, .footer-info ul li {
    font-size: 14px;
}
.fs-13 {
    font-size: 11px;
}

}
@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #000;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #fff !important;
    border-right: 0 !important;
    padding: 35px 10px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }
 





      .navbar-brand {
        max-width: 200px;
    }
    h1, .h1 {
        font-size: 35px;
    }
.fs-18 {
        font-size: 15px;
    }
.btn {
        padding: 12px 18px;
        font-size: 11px;
    }
.banner-img-1 img {
        height: 325px !important;
        width: 335px !important;
    }
    .banner-img-2 img
 {
        width: 160px !important;
        height: 160px !important;
    }
    .banner-img-3 img {
        width: 120px !important;
        height: 143px !important;
    }
    .banner-img-3 {
        bottom: -100px !important;
        left: 200px !important;
    }
    .carousel-item {
        height: 600px;
    }
.nav-btns a {
    word-break: break-all;
    font-size: 14px;
}
    .fs-48 {
        font-size: 30px;
    }
.fs-24 {
        font-size: 17px;
    }
    .fs-40 {
        font-size: 28px;
    }
.testimonial-wrap {
    width: 83% !important;
}
    .form-group input {
        height: 50px;
    }
.form-group textarea {
    height: 150px;
}
}
@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
      .navbar-brand {
        max-width: 150px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    .banner-img-1 img {
        height: 265px !important;
        width: 275px !important;
    }
.banner-img-1 {
    width: fit-content;
    margin-left: auto;
}
    .banner-img-2 img {
        width: 120px !important;
        height: 120px !important;
    }
.banner-img-2 {
    left: -50px !important;
}
.banner-img-3 img {
        width: 90px !important;
        height: 113px !important;
    }
    .banner-img-3 {
        bottom: -75px !important;
        left: 70px !important;
    }
    .fs-48 {
        font-size: 25px;
    }
    .fs-40 {
        font-size: 25px;
    }
.testimonial-con {
    width: 100% !important;
}
.form-group input {
        height: 45px;
    }
    .form-group textarea {
        height: 130px;
    }
    .footer-info ul li {
    width: fit-content;
    margin: auto;
}
.testimonial-sec::before {
    bottom: -20px;
    width: 150px;
    height: 150px;
}
    .carousel-item {
        height: 630px;
    }
    .sub-banner-img {
    height: 250px;
}
}
@media(max-width:575px){
      .banner-img-1 img {
        height: 205px !important;
        width: 215px !important;
    }
.services-img {
    padding-left: 20px;
    padding-bottom: 20px;
}
    .testimonial-wrap {
        width: 80% !important;
    }
.quote-img {
    width: 15% !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.slick-dots {
    bottom: -35px;
}
    .banner-img-2 img {
        width: 120px !important;
        height: 120px !important;
    }
.banner-img-3 img {
        width: 90px !important;
        height: 113px !important;
    }
    .inner-img-wrap {
    padding: 20px 20px 20px 0;
}
.abtinner-2 .inner-img-wrap {
    padding: 20px 0px 20px 20px;
}
}
