h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-style: normal;
}
  
p, span, li, a{
    font-family: "Mukta", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* .body-1{
    overflow: hidden;
} */


/* Header CSS Start */

.main_header .header__logo .logo img.d-none.d-xl-block.img-fluid {
    width: 85%;
}

.main_header  .header-1 .header__top-menu li a {
    gap: 5px;
    font-size: 15px;
}

.main_header .main-menu {
    margin-right: 150px;
}

/* Header CSS End */



/* About CSS Start */

.about h2.section__title {
    font-size: 40px;
    margin-bottom: 10px;
}

.about h2.section__title span{
    color: #f5831a;
}


.about p{
    font-size: 18px;
    font-weight: 500;
    color: #101010;
    line-height: 30px;
}

/* About CSS End */




/* Banner CSS Start */

section.banner.overflow-hidden.banner_sec {
    position: relative;
}

.banner_sec .banner__item {
    height: 646px;
    width: 100%;
    padding: 30px 0px 0px 0px;
    /* height:80vh; */
}

.banner_sec .banner__item-title.h1-70.rr-fw-bold.color-white.mb-10.rr-br-hidden-lg {
    font-size: 40px;
    line-height: 60px;
}

.banner_sec .banner__item-title.h1-70.rr-fw-bold.color-white.mb-10.rr-br-hidden-md {
    font-size: 40px;
    line-height: 60px;
}

/* .banner_sec .banner__item-shape-4 {
    right: -600px;
    bottom: -480px;
    opacity: 80%;
} */

.banner__slider__arrow-prev {
    left: 40px;
}

.banner__slider__arrow-next {
    right: 40px;
}


/* Make sure the container takes the full width of the screen */
.banner_sec .banner-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* Ensures the container doesn’t exceed the screen width */
    overflow: hidden;
    /* Ensures the image doesn't overflow its container */
    height: auto;
    /* Adjusts height automatically based on content */
}

/* Ensures the image will scale responsively while maintaining its aspect ratio */
.banner_sec .banner-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Ensures the image covers the container without stretching */
}

/* Optionally: Maintain a specific aspect ratio (16:9 or 4:3) */
.banner_sec .banner-container::before {
    content: "";
    display: block;
    padding-top: 10%;
    /* For 16:9 aspect ratio, adjust the value for different ratios */
}
/* Banner CSS End */



/* Our Products CSS Start */

.our_products .row.product_card {
    display: flex;
    justify-content: center;
    align-items: center;
}


.our_products .product_card h4.title.color-white {
    font-size: 20px;
    text-align: center;
}

.our_products h2.section__title.title-animation.text-capitalize.mb-0.rr-br-hidden-md {
    font-size: 32px;
    line-height: 45px;
    width: 85%;
}




/* Our Products CSS End */




/* Contact Section CSS Start */

.contact_sec .contact-list__item {
    padding: 15px 15px;
    gap: 20px;
    height: 150px;
    width: 360px;
}

.form_sec .request-a-quote__form-input textarea {
    resize: none;
    height: 150px;
}



/* Contact Section CSS End */




/* Testimonial Section CSS Start */



.test_sec.section-space__top {
    padding: 120px 0px;
}




/* Testimonial Section CSS End */




/* Footer Section CSS Start */


.footer_sec{
    position: relative;
}

.footer_sec .col-lg-5.left-box {
    /* background: #fff; */
    background-color: #101010;
    padding: 40px 40px;
    position: absolute;
    left: 80px;
    top: -45px;
    height: 480px;
    width: 30%;
    border-radius: 5px;
    z-index: 10;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.footer_sec .footer__logo.mb-35.mb-xs-30 {
    text-align: center;
}

.footer_sec .col-lg-7.quick_links {
    margin-left: 400px;
}

.footer_sec .footer__link-contact ul li {
    gap: 15px;
    padding: 5px 5px;
}

.footer_sec .footer__link-contact ul li.address .text a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer_sec .footer__link-contact ul li .text a {
    font-weight: 500;
    font-size: 16px;
}

.footer_sec .footer__social {
    margin-top: 25px;
    gap: 15px;
}

.footer_sec .footer__link ul li a:hover{    
    color: #f5831a;
    text-decoration: none;
    margin-left: 5px;
    opacity: 1;
}

.footer_sec .footer__widget-title h4 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}

.footer_sec .footer__widget-title h4::after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #f5831a;
    width: 35px;
    bottom: -8px;
    left: 2px;
}

.footer_sec .footer__bottom {
    padding: 30px 0px 15px 0px;
}

.footer_sec .bdm_footer_logo {
    width: 165px;
}

.footer_sec .footer__copyright {
    margin-right: -45px;
    margin-top: -10px;
    /* margin-left: -163px; */
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
}

.footer_sec .footer__link ul li a {
    opacity: unset;
    /* display: flex;
    align-items: center;
    gap: 8px; */
}

.footer_sec i.fa-solid.fa-angle-right {
    margin-right: 5px;
}

#scroll-percentage {
    bottom: 10px;
    right: 15px;
    height: 50px;
    width: 50px;
}

.footer_sec .footer__link.footer__link-contact .text p{
    margin-bottom: 0px;
    color: #fff;
}
/* Footer Section CSS End */



/* Whatsapp Icon CSS Start */


.whatsapp-se {
    display: flex;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 65px;
    font-size: 20px;
    font-weight: 900;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    padding: 17px;
    width: 50px;
    text-align: center;
    box-shadow: -4px 4px 24px -10px var(--color-primary) !important;
    height: 50px;
    transition: all ease 0.4s;
    z-index: 96;
  }

/* Whatsapp Icon CSS End */

/* linkedin Icon CSS Start */


.linkedin-se {
    display: flex;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 175px;
    font-size: 20px;
    font-weight: 900;
    background: #0077b5;
    color: #fff;
    border-radius: 50%;
    padding: 17px;
    width: 50px;
    text-align: center;
    box-shadow: -4px 4px 24px -10px var(--color-primary) !important;
    height: 50px;
    transition: all ease 0.4s;
    z-index: 96;
  }

  .instagram{
    display: flex;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 120px;
    font-size: 20px;
    font-weight: 900;
    /* background-color: #fd1d1d; */
    /* color: #fd1d1d; */
    color: #fff;
    background: #f09433;
    background: -moz-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
    border-radius: 50%;
    padding: 17px;
    width: 50px;
    text-align: center;
    box-shadow: -4px 4px 24px -10px var(--color-primary) !important;
    height: 50px;
    transition: all ease 0.4s;
    z-index: 96;
  }

/* linkedin Icon CSS End */

/* facebook Icon CSS Start */


.facebook-se {
    display: flex;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 175px;
    font-size: 20px;
    font-weight: 900;
    background: #0866ff ;
    color: #fff;
    border-radius: 50%;
    padding: 17px;
    width: 50px;
    text-align: center;
    box-shadow: -4px 4px 24px -10px var(--color-primary) !important;
    height: 50px;
    transition: all ease 0.4s;
    z-index: 96;
  }

/* twitter Icon CSS End */

.twitter-se {
    display: flex;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 230px;
    font-size: 20px;
    font-weight: 900;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 17px;
    width: 50px;
    text-align: center;
    box-shadow: -4px 4px 24px -10px var(--color-primary) !important;
    height: 50px;
    transition: all ease 0.4s;
    z-index: 96;
  }

  /* .twitter-se img {
    background-color: #fff;
  } */
/* twitter Icon CSS End */


/* About Us Page CSS Start */

.about-content p{
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 25px;
    text-align: justify;
}

.why_us .what-we-do-2__item {
    padding: 20px 20px 20px;
    background: #fff;
    border: unset;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.why_us h4.title.mb-15 {
    font-size: 19px;
    margin-bottom: 10px;
}

.wcu_sec .why-choose-us-2__item {
    height: 300px;
    padding: 40px 20px;
    padding-right: unset;
}


/* About Us Page CSS End */





/* Contact Us Page CSS Start */


.contact .contact-us__info-item {
    height: 300px;
    padding: 25px 25px;
    margin-bottom: -30px;
}

.contact .contact-us__text p{
    margin-bottom: 0px;
}

.contact .contact-us__text a{
    color: #000;
}


/* Contact Us Page CSS End */



/* Inner Content CSS Start */

section.inner_content {
    padding: 80px 0px;
}

.inner_tabs .nav-pills {
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.inner_tabs .nav-pills .nav-link {
    position: relative;
    overflow: hidden;
    width: 270px;
    font-size: 22px;
    padding: 20px 20px;
    color: #f5831a;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.inner_tabs .nav-pills .nav-link.active {
    color: #fff;
    background-color: transparent; 
    transition: color 0.5s ease-in-out; 
}

.inner_tabs .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #f5831a;
    /* background: linear-gradient(
      82.3deg,
      rgba(150, 93, 233, 1) 10.8%,
      rgba(99, 88, 238, 1) 94.3%
    ); */
    transform: scaleX(0); 
    transform-origin: 0 50%;
    transition: transform 0.6s ease-in-out;
    z-index: -1; 
}

.inner_tabs .nav-pills .nav-link.active::before {
    transform: scaleX(1);
}

.inner_tabs .nav-pills .nav-link {
    position: relative;
    z-index: 1;
}

.conduit .product_card:nth-child(1) .box .icon .iconBox {
    background: #221f78d4;
}

.conduit .product_card:nth-child(2) .box .icon .iconBox {
    background: #70b3b1;
}

.conduit .product_card:nth-child(3) .box .icon .iconBox {
    background: #d05fa2;
}

.conduit .product_card ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.conduit .product_card ul li {
    text-transform: uppercase;
    background: var(--clr-tag);
    color: #282828;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.375rem 0.625rem;
    border-radius: 0.188rem;
}

.conduit .product_card ul .branding {
    color: #704a31;
}

.conduit .product_card ul .packaging {
    color: #1e3938;
}

.conduit .product_card ul .marketing {
    color: #4d1637;
}

.conduit .product_card .content {
    padding: 0.938rem 0.625rem;
    display: flex;
    flex-direction: column;
    min-height: unset;
    max-width: unset;
    height: 140px;
}

.conduit .product_card .content h3 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 40px;
    color: #101010;
    height: 70px;
}

/* .conduit .product_card .content p {
    margin: 0.625rem 0 1.25rem;
    color: #565656;
} */

.conduit .card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.conduit .card-inner .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.conduit .card-inner .box .imgBox {
    position: absolute;
    inset: 0;
}

.conduit .card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conduit .card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: var(--clr);
    border-top-left-radius: 50%;
}

.conduit .card-inner .box .icon:hover .iconBox {
    transform: scale(1.1);
}

.conduit .card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.conduit .card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.conduit .card-inner .box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #282828;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.conduit .card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem;
}

.conduit-content {
    padding: 50px 0px;
}

.product_card .content .cta {
    border: none;
    text-align: left;
    background: none;
    cursor: pointer;
    /* margin-left: 5px; */
    margin-top: 10px;
    padding: 20px 10px;
    /* border: 1px solid #f5831a; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    /* margin-right: -5px; */
}
  
.product_card .content .cta span {
    padding-bottom: 7px;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 15px;
    text-transform: unset;
    color: #000;
}
  
  .product_card .content .cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }
  
  .product_card .content .cta:hover svg {
    transform: translateX(0);
  }
  
  .product_card .content .cta:active svg {
    transform: scale(0.9);
  }
  
  .product_card .content .hover-underline-animation {
    position: relative;
    color: #f5831a;
    padding-bottom: 20px;
  }
  
  .product_card .content .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f5831a;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .product_card .content .cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .fittings .container-fluid {
    padding: 20px 50px;
    /* overflow: hidden; */
}

.fittings .container-fluid .col-lg-9.left-tabs{
    overflow: hidden;
}
/* .product_card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px;
    height: 460px;
}

*/

/* Inner Content CSS End */

.contact-list .row.mb-minus-30.contact_top {
    display: flex;
    justify-content: center;
}



.scroll-container {
    height: 70vh;
    position: sticky;
    top: 80px;
    /* width: 340px; */
    overflow-y: scroll;
}

.scroll-container::-webkit-scrollbar {
    width: 4px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #ddd;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #484848;
    height: 20px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-container::-webkit-scrollbar-button {
    display: none;
}


section.fittings {
    padding: 80px 0px;
}

.fittings .side-bar .nav-pills .nav-link {
    border-radius: 2px;
    font-size: 16px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background: #f5f5f5;
    /* width: 300px; */
    /* border-left: 3px solid #00adff; */
    border-left: 3px solid #f5831a;
    padding: 15px 15px;
    margin: 5px 0px;
    display: flex;
    /* align-items: center; */
    /* gap: 50px; */
    position: relative;
    cursor: pointer;
}

.fittings .side-bar .nav-pills .nav-link .title {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 15px;
}

.fittings .side-bar .nav-pills .nav-link i {
    display: none;
}

.fittings .side-bar .nav-pills .nav-link.active i {
    display: block;
    transition: background-color 0.6s, transform 0.6s;
}

.fittings .side-bar .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #101010;
    padding: 0px 0px;
}


.fittings .side-bar .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f5831a;
    border-left: unset;
    transition: color 0.6s ease-in, background-color 0.6s ease-in, border-color 0.6s ease-in;
    /* width: 250px; */
}

.junction-box {
    display: flex;
    /* gap: 20px; */
    /* padding: 15px 15px;
    border-radius: 5px; */

    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}

/* .junction-box-img::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -40px;
    height: 280px;
    border-right: 2px dashed #f5831a;
} */

/* .junction-box-img.left {
    position: relative;
}

.junction-box-img.left::after {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 280px;
    border-left: 2px dashed #f5831a;
    border-right: unset;
} */

.junction-box-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #f5831a;
    text-transform: uppercase;
    margin-bottom: -5px;
}

.junction-box-content.left p {
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    padding: 0px 30px 0px 0px;
}

.junction-btn {
    display: flex;
    justify-content: unset;
    margin-right: -490px;
    /* text-align: right; */
    margin-top: -15px;
    gap: 10px;
    /* width: 200px; */
}

.junction-btn .rr-btn {
    padding: 15px 15px;
}

.junction-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* .junction-box-img img {
    box-shadow: rgb(245 131 26 / 16%) 0px 4px 4px 0px;
    border-radius: 11px;
} */

.junction-box-content.left {
    text-align: left;
    padding: 30px 30px;
    position: relative;
}

.junction-box-content.left::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 10px;
    height: 230px;
    border-left: 3px solid #f5831a;
    border-right: unset;
}

.junction-box-content {
    position: relative;
    text-align: right;
    padding: 30px 30px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: flex-end; */
}

.junction-box-content::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    height: 230px;
    border-left: 3px solid #f5831a;
    border-right: unset;
}

.junction-box-content p {
    font-size: 18px;
    margin-top: 10px;
    text-align: right;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    padding: 0px 0px 0px 30px;
}

.junction-box-content.left p {
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    padding: 0px 30px 0px 0px;
}

.junction-btn.left {
    justify-content: flex-start;
    margin-left: -480px;
    margin-right: unset;
}

.junction-btn.left.elbow {
    margin-left: -400px;
}

.junction-box-content.tee::after {
    top: 25px;
    right: -40px;
    height: 300px;
}


.fittings-top {
    text-align: center;
}

.fittings-top h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #101010;
}

.fittings-top p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #101010;
    width: 85%;
    text-align: justify;
    /* text-align: center; */
    margin: auto;
}

.row.fittings{
    margin-top: 50px;
}

.row.fittings.tee{
    margin-top: unset;
}

.junction-heading {
    text-align: center;
    margin-bottom: 50px;
}

.junction-heading h3 {
    font-size: 40px;
    font-weight: bold;
    color: #101010;
}

.junction-box-img.left img {
    height: 300px;
    padding: 0px 60px 0px 0px;
}


.junction-box-img img {
    height: 300px;
    padding: 0px 0px 0px 60px;
}

.junction-box-content.left.bend::after {
    position: absolute;
    content: "";
    top: 20px;
    left: 10px;
    height: 315px;
    border-left: 3px solid #f5831a;
    border-right: unset;
}

.junction-box-content.left.bend p {
    width: 95%;
}

.junction-box-content.left.inspection:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 10px;
    height: 285px;
    border-left: 3px solid #f5831a;
    border-right: unset;
}


.junction-box-content.left.bar:after {
    position: absolute;
    content: "";
    top: 25px;
    left: 10px;
    height: 330px;
    border-left: 3px solid #f5831a;
    border-right: unset;
}


.junction-box-content.left.box:after{
    position: absolute;
    content: "";
    top: 25px;
    left: 10px;
    height: 395px;
    border-left: 3px solid #f5831a;
    border-right: unset;
}


.junction-box-content.left.ms:after{
    height: 255px;
}


.junction-box-content.four::after {
    height: 275px;
}


.junction-box-content.left.pvc:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 10px;
    height: 365px;
    border-left: 3px solid #f5831a;
    border-right: unset;
}


.junction-box-content.left.fan::after {
    height: 250px;
}

.header__logo img{
    width: 85%;
}


.fittings-top.pipe p {
    width: 100%;
    text-align: justify;
    margin-bottom: 20px;
}

.features{
    margin-top: 50px;
}


.features h4{
        font-size: 25px;
        font-weight: 600;
        color: #f5831a;
        margin-bottom: 10px;
        /* margin-top: 18px; */
}

.features ul li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    color: #101010;
    padding: 10px 0px;
    line-height: 28px;
    text-align: justify;
}

.features ul{
    padding: 0px;
    margin: 0px;
}

.fittings-top.pipe h3 {
    /* margin-bottom: 30px; */
    text-align: left;
}

.features p {
    font-size: 18px;
    font-weight: 500;
    color: #101010;
    line-height: 30px;
    text-align: justify;
}

.fittings-top.pipe .pipe-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fittings-top.pipe .pipe-img img {
    /* width: 100%; */
    height: 300px;
}

.fittings-top.pipe .junction-btn.left {
    justify-content: unset;
    margin-top: 40px;
}


.conduit_title.cables h2 {
    text-align: center;
    position: relative;
}

.conduit_title.cables h2::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -10px;
    width: 25px;
    height: 4px;
    background-color: #f88023;
    border-radius: 50px;
}

.conduit_title.cables h2::before {
    border-radius: 10px 10px 10px 10px;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    left: 50%;
    bottom: -10px;
    width: 100px;
    height: 4px;
    background-color: #dddddd;
}

.features.bell p{
    margin-bottom: 0px;
}

.features.bell ul {
    margin-left: 10px;
}

.features.bell ul li{
    display: flex;
    gap: 8px;
    align-items: center;
}



/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 15px;
    bottom: 22px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}
  
  .prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
  }
  
  .prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #f5831a;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
  }
  
  .prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
  }
  
  .prgoress_indicator:hover ::after {
    color: #f5831a;
  }
  
  .prgoress_indicator:hover ::before {
    opacity: 1;
  }
  
  .prgoress_indicator svg path {
    fill: none;
  }
  
  .prgoress_indicator svg.progress-circle path {
    stroke:#f5831a;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
  }
  
  .footer_sticky_body .prgoress_indicator {
    z-index: 99999999;
  }


/* Door Fittings Slider CSS Start */

.fittings  .img-slider.kit .swiper {
    padding: 25px 25px;
}

.fittings .img-slider.kit {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.fittings .root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 25px;
}

.fittings .swiper-button-next:after,
.fittings .swiper-button-prev:after {
    font-size: unset !important;
}

.fittings .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}


.fittings .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.fittings .swiper-horizontal>.swiper-pagination-bullets,
.fittings .swiper-pagination-bullets.swiper-pagination-horizontal,
.fittings .swiper-pagination-custom,
.fittings .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 2px);
    display: none;
}

/* Door Fittings Slider CSS End */


.fittings-top.pipe.kit p {
    width: 85%;
    line-height: 30px;
    text-align: justify;
    margin-bottom: unset;
    margin: unset;
}

.fittings .fittings-top.pipe .separator1 {
    border: 2px solid #221f78;
    position: relative;
    width: 14px;
    margin: 0 auto 20px;
    margin-left: 0px;
}

.fittings .fittings-top.pipe .separator1::before {
    content: '';
    position: absolute;
    width: 50px;
    border: 2px solid #c3c3c3;
    right: -56px;
    top: -2px;
}

.footer__logo.mb-35.mb-xs-30 {
    width: 80%;
    text-align: center;
}

.fittings-top.pipe .pipe-img.emt img {
    height: 300px;
    margin-top: -70px;
}

.img-slider.kit .swiper-slide img{
    height: 300px;
    width: 400px;
}



/* Counter CSS Start */

.experience .rr-fw-sbold {
    font-weight: var(--rr-fw-sbold);
    color: #fff;
}


/* .experience {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: white;
}

.theme-bg-heading-primary {
    background-color: #222;
}

.experience__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.experience__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

.experience__item-icon img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.experience__item-text-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.experience__item-text h4 {
    margin: 0;
    font-weight: 600;
}

.odometer {
    font-size: 3rem;
    font-weight: bold;
    color: #ff9800;
} */


/* Counter CSS End */


.why_icon{
    height: 40px;
    width: 40px;
}

.why_icon_about{
    height: 60px;
    width: 60px;
}



/* Scrolling Text CSS Start */

/* .scroll .scrolling-text-container {
    width: 100%;
    overflow: hidden;
    background-color: #090830;
    padding: 10px 0;
}

.scroll .scrolling-text {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
    margin: auto;
    padding: 10px 0px;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
} */


.text-slider-section.is-dark h1 {
    -webkit-text-stroke-color: #fff;
}

.text-slider-section.section-space {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-slider-box {
    display: flex;
    position: relative;
    animation: aspro-scroller 27s linear infinite;
    will-change: transform;
    white-space: nowrap;
    gap: 10px;
}

.text-slider-box .slide-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.text-slider-box .slide-box h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #292777;
    color: transparent;
}


@keyframes aspro-scroller {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@keyframes aspro-scroller-reverse {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

/* Scrolling Text CSS End */