* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: "Inter", serif;
    font-size: 14px;
}
:root {
    --default:#54A134;
    --defaultDark:#7ba307;
    --defaultLight:#7ba30724;
    --bgcolor: #1B1D1C;
    --white: #ffffff; 
    --black:#000000;
    --bordercolor:#C5CDD4;
    --dark: #474F5A; 
    --sepratorColor:#F4F6F8;
  }
  h1,h2,h3,h4,h5,h6{
    color: var(--dark);
  }
  h2{
    font-size: 32px;
    line-height: 130%;  
    font-weight: 700;
  }
  h3{
    font-size: 26px;
    line-height: 130%;  
    font-weight: 600;
  }
  h4{
    font-size: 20px;
    line-height: 130%;  
    font-weight: 600;
  }
  h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;  
  }
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
  label{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: var(--bgcolor);
  }
  li{
    list-style: none;
  }
  p{
    font-size: 16px;
    color: var(--colormed);
  }
  .button{
    background-color: var(--bgcolor);
    color: var(--white);
    border: 2px solid var(--bgcolor);
  }
  .button:hover{
    background-color:transparent;
    color: var(--bgcolor);
  }
  .block-btn{
    width: 100%;
    font-size: 20px;
    padding: 12px 25px;
  }
  input, select, textarea, .form-control {
    border: 1px solid var(--cardBorder);
    border-radius: 8px;
    color: var(--txtlight);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    padding: 16px 12px;
}

.form-control:focus, .form-control:active{
    outline: none;
    box-shadow: none;
    border-color: var(--dark);
}
select{
    position: relative;
    background: url(../images/down.svg) calc(100% - 10px) 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    border-width: 2px;
}
select:after{
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 0px;
}
.text-decoration-through{
    text-decoration: line-through !important;
}
.cursor-pointer{
    cursor: pointer;
}
.sticky-container{
    position: sticky;
    top: 20px;
}
.default-btn{
    background: var(--default);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--white) !important;
    border-radius: 40px;
    border: 0px;
}
.default-btn:hover{
    background: var(--defaultDark);
    color: var(--white);
}

.default-btn>svg{
    margin-left: 10px;
}
.default-link{
    padding: 0px;
    background: transparent;
    color: var(--bgcolor) !important;
}
.default-link>svg>path{
    stroke: var(--bgcolor);
}
.default-link:hover{
    background: transparent;
    color: var(--btnBg);
}
.default-link:hover svg>path{
    stroke: var(--btnBg);
}
.border-btn{
    background: transparent !important;
    border: 1px solid var(--cardBorder);
    color: var(--bgcolor) !important;
}
.border-danger{
    background: transparent !important;
    border: 1px solid var(--danger);
    color: var(--danger) !important;  
}
.slick-dots{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.slick-dots li{
    display: inline-block;
    list-style: none;
    padding: 0px 2px;   
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: transparent;
    background: transparent;
    font-size: 0px;
}

.slick-dots li.slick-active button{
    background: #fff;
}
.slick-prev,.slick-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--bgcolor);
    font-size: 0px;
    background-image: url(../images/arrow-right-white.svg);
    background-position: center center;
    background-size: 24px;
    background-repeat: no-repeat;
    border: 0px;
    position: absolute;
    top: calc(50% - 24px);
}
.slick-prev{
    transform: rotate(180deg);
    left: 0px;
}
.slick-next{
    right: 0px;
}
.slick-disabled{
    background-color: var(--cardBorder);
}

.heading-xl{
    text-align: start;
}
.heading-xl h2,
.heading-xl h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--bgcolor);
}
.heading-xl p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24.2px;
    letter-spacing: -0.02em;
    color: var(--default);
    font-style: italic;
}
.heading-xl p:before,
.heading-xl p:after{
    content: '';
    width: 46px;
    height: 2px;
    background-image: url(../images/spire2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
}
.heading-xl p:before{
    margin-right: 0.8rem;
}
.heading-xl p:after{
    margin-left: 0.8rem;
}
.para{
    font-size: 14px;
    line-height: 140%;
    color: var(--dark);
}
.cstm-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    content: '';
    background: url(../images/arrow-down.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    margin-right: 5px;
}
.cstm-breadcrumb li.active{
    color: var(--danger);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: -0.02em;
}
.cstm-breadcrumb li a{
    color: var(--bgcolor);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: -0.02em;
}
.item-fit-bx{
    width: fit-content !important;
}
.divider{
    width: 100%;
    height: 1px;
    background: #D5DDF3;
    margin: 20px 0px;
}
.header-content-sec {
    position: relative;
    background-size: cover !important;
}
.header-content-sec::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.29));
    width: 100%;
    height: 100%;
}
.header-content-sec .header-content {
    display: flex;
    align-items: center;
    height: 500px;
    max-height: 100%;
    position: relative;
    z-index: 1;
}

.header-content-sec .header-content h1 {
    font-size: 70px;
    font-weight: 600;
    color: #fff;
}
.header-content-sec .header-content p {
    margin: 15px 0px;
    color: #fff;
    font-size: 16px;
}

.page-header.header-content-sec .header-content{
    height: 350px;
}
.page-header.header-content-sec .header-content h1{
    font-size: 45px;
    font-weight: 400;
}
.page-header.header-content-sec .header-content h1 span{
    display: block;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.page-header.header-content-sec .header-content h1 span:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: var(--defaultDark);
}
@media screen and (max-width:767px){
    .default-btn{
        padding: 9px 12px;
        font-size: 12px;
    }
    .default-btn.default-link{
        padding: 0px;
    }
    .default-btn>svg{
        width: 12px;
        height: 12px;
        margin-left: 4px;
    }
    .order-mob-1{
        order: 1;
    }
    .heading-xl{
        flex-direction: column;
        align-items:flex-start !important;
    }
    .heading-xl h2,
    .heading-xl h1 {
        font-size: 24px;
    }
    .heading-xl p{
        font-size: 16px;
    }
    h2{
        font-size: 26px;
      }
      h3{
        font-size: 20px;
      }
      h4{
        font-size: 18px;
      }
      h5{
        font-size: 16px;  
      }
    p{
        font-size: 14px;
    }
    .slick-prev, .slick-next{
        width: 28px;
        height: 28px;
        background-size: 20px;
        top:calc(50% - 14px);
    }
}
/**************** Main Content Body ******************/


.slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.banner-content{
    text-align: center;
}
.banner-content h2{
    font-size: 54px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: var(--white);
}
.banner-content h1 span{
    display: block;
    font-style: italic;
    font-weight: 800;
}
.banner-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    color: var(--white);
}
.testimonial .banner-content p{
    max-width: 800px;
    margin: auto;
}


@media screen and (max-width:767px){
    .banner-content{
        text-align: center;
    }
    .banner-content h2{
        font-size: 32px;
        line-height: 120%;
        text-align: center;
    }
    .banner-content p{
        font-size: 16px;
        margin: 0px 0px 20px;
        text-align: center;
    }
    .home-banner-img{
        max-width: 100%;
    }
    .banner-content .default-btn{
        margin: auto;
    }
    .testimonial .banner-content p{
        margin: 0px 10%;
    }

}
@media screen and (min-width:768px) and (max-width:991px){
    .banner-content h2{
        font-size: 40px;
    }
    .home-banner-img {
        max-width: 260px;
    }
}


/*  */

.qoute-sec{
    background: #f9ffe6;
    padding: 50px 30px;
    border-radius: 0px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 8px;
}
.qoute-sec:before,.qoute-sec:after{
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0px;
}
.qoute-sec:before{
    background: url(../images/blinds1.png) top left no-repeat;
    background-size:contain;
    left: 0px;
}
.qoute-sec:after{
    background: url(../images/blinds2.png) top right no-repeat;
    background-size:contain;
    right: 0px;
}
.qoute-sec p{
    color: var(--dark);
}
@media screen and (max-width:580px){
    .qoute-sec:before, .qoute-sec:after{
        display: none;
    }
}
/* Product Card */

.product-card{
    height: 100%;
    background: var(--defaultLight);
    border-radius: 8px;
    overflow: hidden;
}
.product-img{
    height: 300px;
    padding: 8px;
}
.product-img .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.product-card:hover .product-img{
    background: var(--defaultLight);
}
.product-card:hover .icon{
    display: flex;
}

.product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-body{
    padding: 15px;
    text-align: center;
}
.overlay-card {
    padding-bottom: 8px;
}
.overlay-card .product-body{
    margin: -6% 8px 0px;
    background: #fff;
    z-index: 1;
    position: relative;
}
.why-choose-us .overlay-card .product-body{
    min-height: 240px;
}
.product-info{
    color: var(--blue);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: center;
}
.product-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: center;
    margin: 4px 0px 8px 0px;
    color: var(--bgcolor);    
}

.product-price{
    color: var(--default);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
}

@media screen and (max-width:767px){
  body  .product-img{
        height: 140px;
    }
  body  .product-info{
        font-size: 12px;
        margin-bottom: 3px;
    }
  body  .product-title, body .product-price{
        font-size: 12px;
        margin: 0px;
        line-height: 100%;
    }
    .why-choose-us .overlay-card .product-body{
        min-height: unset;
    }
    .para{
        font-size: 11px;
    }
}
/* Product Card */




/* col 5 layout */
@media screen and (min-width:1365px){
    .col-lrg-5{
        flex: 0 0 auto;
        width: 20%;
    }
}
/* col 5 layout end */
.clearboth{
    clear: both;
}
.bg2{
    background: url(../images/bg_2.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.promo-img{
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg_promo.jpg);
    width: 50%;
    left: 0;
}
.promo-block{
    width: 50%;
    float: right;
    
}
.promo-block-content{
    padding: 80px 50px;
    margin: 8px 8px 8px -20%;
    background: var(--white);
    position: relative;
    z-index: 1;
}
.promo-block-content p{
    font-size: 14px;
    line-height: 170%;
}
@media screen and (max-width:580px){
    .promo-img{
        width: 100%;
        height: 300px;
        position: unset;
    }
    .promo-block{
        float: none;
        width: 100%;
    }
    .promo-block-content{
        margin: -9% 0px 0px 0px;
        padding: 30px;
    }
}

.counter-bg{
    background: url(../images/bg_gallery.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.counter svg{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
}
.counter svg path{
    fill:#fff;
}
.counter{
    text-align: center;
}
.counter h2,
.counter p{
    color: var(--white);
}

/**************** Main Content Body End ***************** */
.testimonial .slick-prev, .testimonial  .slick-next{
    background-color: var(--default);
}

/* Brand Logo */
.process-sec {
    background: #FFF1EB;
}
  .brand-logo-sec{
    display: flex;
    justify-content: center;
    width: 960px;
    max-width: 100%;
    margin: auto;
}
.brand-logo-wrapper .heading-xl p{
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
}
.brand-logo{
   width: fit-content;
   margin: 0px 20px;
}
.brand-logo>img{
    max-width: 100%;
}
@media screen and (max-width:767px){
    .brand-logo {
        margin: 0px 8px;
    }
    .brand-logo-wrapper .heading-xl p{
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
}

/* Brand Logo End */

/* Contact Us */
.contact-form .heading-xl h2{
    font-size: 28px;
    line-height: 140%;
}
.white-box{
    background: var(--white);
    padding: 20px;
    border: 0.7px solid var(--sepratorColor);
    box-shadow: 0px 0px 17.6px 0px var(--shadow);
    border-radius: 16px;
}
.contact-icon-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.contact-icon-item .icon{
    background: var(--default);
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    margin-bottom: 20px;
    margin-right: 10px;
}
.contact-icon-item .icon svg{
    margin: auto;
}
.contact-icon-item  h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--MenuList);
    margin: 0px 0px 0px 0px;
}
.form-control{
    border: 1px solid var(--bordercolor);
}
.red{
    color: var(--danger);
}

.contact-form{
    padding: 30px;
}
.contact-form .form-group{
    margin-bottom: 20px;
}
.contact-form label{
    margin-bottom: 6px;
}

/* Contact Us End */


/* About */


.about h2 {
    font-size: 30px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 15px
}

.about p {
    font-family: Inter,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: #2b2b2b;
    margin: 0 0 20px;
    text-align: justify;
}

@media screen and (max-width:580px){
    .bg-content h1 {
        font-size: 28px;
    }
    .step-title{
        font-size: 18px;
    }
}


/* About End */


  /* Faq */

  .faq .accordion-item{
    border: 0px;
    margin-bottom: 24px;
  }
.faq .accordion-button{
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: var(--bgcolor);
    padding: 1rem;
    background: var(--defaultLight);
    border: 0px;
    border-radius: 12px !important;
    padding: 22px 25px;

}
.faq .accordion-button:focus,
.faq .accordion-button:active{
    background:var(--defaultLight);;
    box-shadow: unset;
    outline: none;
}
@media screen and (max-width:580px){
    .faq-sec .accordion-button{
        font-size: 14px;
    }
}
  /* Faq End */


  .solid-bg{
    background: var(--default);
  }

  .solid-bg  .counter svg {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}