﻿* {
    padding: 0;
    margin: 0px;
    box-sizing: border-box
}

.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
}

/*<<<<<<<<<header-section-start>>>>>>>>>>*/
header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px;
    z-index: 999;
}

.navbar-nav li {
    position: relative;
}

.nav-item .nav-link {
    padding: 12px 30px;
    color: #161515;
    font-size: 16px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    margin: 0px 18px;
}

.nav-item .nav-link a {
    color: #161515;
    font-size: 16px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    text-decoration: none
}

/* First level submenu */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0 0 8px 8px;
    z-index: 999;
    min-width: 180px;
    overflow: hidden;
}


.sub-menu li {
    position: relative;
    list-style: none;
}

.sub-menu li a,
.sub-menu li span {
    display: block;
    padding: 5px 20px;
    color: #020202;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
	white-space: nowrap;
}

.sub-menu li a:hover,
.sub-menu li span:hover {
    background-color: #dddddd;
}

/* Second level submenu (more-sub-menu) */
.more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: #ffffff;
    min-width: 180px;
    border-radius: 0 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    padding-left: 0px;
}

.nav-link.new-link::before {
    position: absolute;
    content: '';
    top: 55%;
    transform: translateY(-50%);
    right: 5px;
    border-top: 0.4em solid #000;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

@media(min-width:768px) {
    .has-submenu:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:768px) {
    .sub-menu.show {
        display: block;
        position: relative !important;
        left: 0px;
        margin-left: 30px;
    }

    .navbar-toggler {
        background: #000;
    }

    .navbar-toggler .navbar-toggler-icon {
        filter: invert(1);
    }

    .nav-item .btn {
        margin-left: 25px;
    }

    .nav-item .nav-link {
        margin: 0;
    }

    .more-sub-menu {
        box-shadow: none;
    }

}

.header {
    padding: 15px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}

.manu-ul li button {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    font-family: 'Roboto';
}

.manu-ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.manu-ul li {
    font-family: "Barlow", sans-serif;
    color: #161515;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 30px;
    font-weight: 600;
}

.logo img {
    max-height: 50px;
    filter: drop-shadow(0px 0px 12px #00000030);
}

@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .manu-ul {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }
}

@media (min-width: 769px) {

    .mobile-header,
    .mobile-menu {
        display: none;
    }
}

/*<<<<<<<<<header-section-end>>>>>>>>>>*/



/*section1-start*/
.color-text {
    background: #000000;
    padding: 8px 22px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 45px;
}

.banner-sub-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #302e2e;
    margin: 15px 0px;
}

.banner-theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000000 !important;
    text-align: center;
    padding: 18px 35px;
    z-index: 1;
    transition: all .5s ease;
    background: #8bfefd;
    border: 1px;
    margin-top: 30px;
}

.banner-theme-btn:hover {
    background: #fff;
    color: #000 !important
}

.banner-heading {
    display: block;
    color: #1b1b1b;
    margin-top: 20px;
    font-weight: 400;
    font-size: 3.90rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    font-family: 'Roboto';
}

img.banner-right-img {
    /* margin-top: 50px; */
}


.slider-container {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}

.slider {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 10s linear infinite;
}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.slider span {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.section1 {
    position: relative;
    padding: 25px 0px;
    background: #F6F5F2;
    height: auto;
    padding-bottom: 80px;
    z-index: 3;
}
.section1.aboutus::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.4;
    z-index: -1;
}

.btn {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.5s;
    border-radius: 3px;
    display: inline-block;
}

.btn svg {
    width: 17px;
}

.btn-yello {
    background-color: #f5c460;
}

.btn-yello:hover {
    color: #e95721;
    border: 1px solid #e95721;
    background-color: transparent;
}

.btn-yello:hover svg {
    fill: #e95721;
}

.col-md-10.banner-section-row.text-center {
    margin: 80px auto;
}

h1.section1-heading {
    font-size: 80px;
    font-weight: 600;
    font-family: 'Barlow';
}

p.section1-sub-heading {
    color: #49494c;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0px;
}

.section1-btn {
    text-align: center;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    letter-spacing: 1.5px;
    border-bottom: 2px solid black;
}

.col-md-10.banner-section-row.text-center h5 {
    font-size: 20px;
    line-height: 1.67;
    letter-spacing: 0.2em;
    color: #010101;
}


.sec-heading {
    margin-bottom: 50px;
}

.sec-heading h2 {
    text-align: center;
    font-family: allura;
    font-size: 80px;
}

.clients {
    padding: 50px 0px;
    background: #121212;
}

.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 30px auto;
    margin-bottom: 0;
}

.box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.box:hover {
    transform: scale(1.2);
}

/*section1-end*/

/*product-section-start*/
.product-section {
    padding: 50px 0px;
    background: #fff;
    padding-top: 80px;
}

.product-heading span {
    font-size: 60px;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.product-heading {
    line-height: 1;
    margin-bottom: 15px;
}

.product-sub-heading span {
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
}

.product-sub-heading {
    line-height: 0.2;
    margin-bottom: 30px;
}

.sub-heading-color-text {
    padding: 3px 10px;
    border-radius: 0px;
    color: #464141;
    border-bottom: 1px solid gray;
}

.prproduct-sub-headingoduct-sub-heading span {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

.product-card {
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #d8dedf;
    margin: 5px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product-tilt-effect {
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.owl-theme .owl-nav {
    display: none
}

.product-image {
    overflow: hidden;
    position: relative;
    background: #f6f5f2;
    padding: 20px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 25px;
    position: relative;
}

.product-category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71717A;
    margin-bottom: 8px;
}

.product-title {
    font-size: 20px;
    font-weight: 500;
    color: #18181B;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
    display: block;
    font-family: 'Barlow';
}

.product-btn span, 
.product-btn a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 50px;
    color: #000;
    font-family: 'Barlow';
    border: 1px solid;
    text-decoration: none;
    transition: 0.5s ease all;
    display: inline-block;
}

.product-btn {
    line-height: 0;
}

.product-card:hover .product-btn a, 
.product-card:hover .product-btn span{
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    background: #000;
    color: #fff
}

.product-description .p {
    font-size: 14px;
    color: #52525B;
    line-height: 1.5;
    margin-bottom: 15px;
    display: block;
    font-family: 'Barlow';
    font-weight: 400;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature {
    font-size: 11px;
    background-color: #F4F4F5;
    color: #71717A;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    display: none
}

.product-price {
    display: flex;
    flex-direction: column;
}

.price-was {
    font-size: 14px;
    text-decoration: line-through;
    color: #A1A1AA;
    margin-bottom: 2px;
}

.price-now {
    font-size: 22px;
    font-weight: 700;
    color: #18181B;
}

.product-button {
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.product-button:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-button:hover::before {
    left: 100%;
}

.button-icon {
    transition: transform 0.3s ease;
}

.product-button:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F5;
    padding-top: 15px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-count {
    margin-left: 8px;
    font-size: 12px;
    color: #71717A;
}

.product-stock {
    font-size: 12px;
    font-weight: 600;
    color: #22C55E;
}

@media (max-width: 400px) {
    .product-card {
        width: 90%;
    }

    .product-title {
        font-size: 18px;
    }

    .product-image {
        height: 200px;
    }

    .product-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product-price {
        margin-bottom: 5px;
    }

    .product-button {
        width: 100%;
        justify-content: center;
    }
}

/*product-section-end*/
/*SERVICES-section-start*/

.section-services {
    font-family: "Poppins", sans-serif;
    background-color: #000;
    padding: 70px 0px;
}

.img img {
    width: 100%;
    height: 500px;
    border-radius: 60px;
}

.section-services-card-text-heading span {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-family: 'Barlow';
}

.section-services--btn a,
.section-services--btn span {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 50px;
    color: #ffffff;
    font-family: 'Barlow';
    border: 1px solid;
    transition: 0.5s ease all;
    margin-top: 15px;
    width: 95%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.section-services--btn a:hover,
.section-services--btn span:hover {
    background: #fff;
    color: #000
}

.section-services-card-text-sub-heading span {
    font-size: 14px;
    color: #fff;
    font-family: 'Barlow';
}

.section-services .header-section {
    margin-bottom: 34px;
}

.header-section .title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Roboto';
    color: #fff;
    display: block
}

.header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #ff4500;
    border-radius: 3px;
}

.header-section .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(30px);
    width: 10px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}

.section-services .header-section .description {
    font-size: 14px;
    color: #fff;
    display: block
}

/*SERVICES-section-end*/


/*section2-start*/


.section2-btn {
    padding: 8px 10px;
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-family: 'Barlow';
    font-weight: 300;
    text-transform: none;
    width: 100%;
    box-shadow: 0px 2px 2px 0px #00000024;
    transition: .5s all ease;
    cursor: pointer;
    text-decoration: none;
}

.section2-btn:hover {
    color: #fff;
}

.section2-img {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: end;
    justify-content: center;
    border: 2px dotted gray;
}

.section2-btn:hover {
    background: #353b4d;
}

.section2-btn:hover a {
    color: #fff;
}

.section2-btn a {
    text-decoration: none;
}

img.about-us-img.img-fluid {
    height: 550px;
    width: 90%;
    border-radius: 4px
}

section.section2 {
    padding: 80px 0px;
    background: #fff;
}

.about-section-heading span {
    font-family: 'Barlow';
    font-size: 60px;
    margin-bottom: 0;
    display: block;
}

.about-section-sub-heading span {
    font-size: 30px;
    font-family: 'Barlow';
    margin-bottom: 10px;
    display: block;
}

.about-section-min-sub-heading span {
    font-size: 14px;
    font-family: 'Barlow';
    display: block;
    margin-bottom: 15px;
    color: #000;
}

.product-section,
.section2-about-text div .one-heading,
.section2-about-text div .two-heading,
.section2-about-text div .three-heading {
    font-size: 70px;
    font-family: 'Barlow';
    font-weight: bold;
    display: block;
}

.section2-about-text .section-2-right-para {
    font-size: 22px;
    display: block;
    font-family: 'Roboto';
    margin-bottom: 15px;
    color: #000;
}


.three-heading {
    color: #ff5722 !important;
    position: relative;
}

.two-heading {
    position: absolute;
    left: 0;
    color: #fff;
    -webkit-text-stroke: 1px #ff5722;
    pointer-events: none;
    top: -.36em;
    opacity: .2;
}

.one-heading {
    top: -.72em;
    opacity: .1;
    position: absolute;
    left: 0;
    color: #fff;
    -webkit-text-stroke: 1px #ff5722;
    pointer-events: none;
}

/*section2-end*/


/*section3-start*/
section.section3 {
    margin: 50px 0px;
}

.section3-text {
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #80808017;
}

.section3-text .position-relative .one-heading {
    font-size: 80px;
    display: block;
}

.section3-text .position-relative .two-heading {
    font-size: 80px;
    display: block;
}

.section3-text .position-relative .three-heading {
    font-size: 80px;
    display: block;
}

.col-md-5.text-end img {
    border-radius: 150px;
}

.section-title-small.mb-0 {
    font-size: 40px;
}

.text-gray.serif.fs-5 {
    font-size: 17px !important;
    font-family: 'Barlow';
    font-weight: normal;
    color: gray;
}

h4.section-title-small.mb-0 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Barlow';
}

.section-title-inline.rotate-5 {
    background: #FF5722;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    width: 100px;
    border-radius: 50px;
    text-align: center;
    transform: rotate(-45deg);
    display: block;
}

/*section3-end*/

/*numbering-start*/
.odometer {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.type {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.25rem;
    color: #666;
}

.Number-counter {
    padding: 80px;
    background: #000;
}

.numbering-heding span {
    font-size: 40px;
    color: #fff;
    display: block;
}

.numbering-sub-heding span {
    color: #fff;
    margin-top: 15px;
    display: block;
}

/*numbering-end*/

/*section4-start*/

.section4 {
    padding: 50px 0px;
}

.text-content {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(40%, 60%);
    color: #fff;
    text-align: center;
}

.sub-title.p {
    display: block;
    margin-bottom: 15px;
    font-size: 17px;
}

.section4-single-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}


.section4-single-list ul li span {
    margin-right: 10px;
}

.section4-single-list ul li {
    margin-bottom: 16px;
    font-size: 15px;
    font-family: 'Roboto';
    color: #484545;
    font-weight: 300;
}

.heading1.section4 .h2 {
    font-size: 16px;
    display: block;
    color: #1c1b1b;
    line-height: 2;
    font-family: 'Barlow';
    font-weight: 300;
    margin: 20px 15px;
    margin-top: 0;
}

.heading1.section4 .p {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 300;
    display: block;
    font-family: 'Roboto';
}

/*section4-end*/

/*<<<<section5-contact-start>>>>*/

/*<<<<section5-contact-end>>>>*/


/*section6-start*/
section.section6 {
    padding: 80px 0px;
    background: #000;
    margin-bottom: 0px;
}

.card-section6-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.section6-text {
    font-size: 16px;
    line-height: 28.8px;
    font-family: 'Barlow';
    margin: 15px 0px;
    font-weight: 400;
    color: #353b4d;
}

.section6-author .name {
    font-weight: 600;
}

.section6-author .metas {
    font-size: 14px;
    color: #545454;
}

.section6-author {
    margin: 20px 0px;
}


.card.section6-card {
    border: 1px solid #0000000f;
    padding: 20px;
    box-shadow: 1px 1px 3px 0px #d5d4d412;
}

/*section6-end*/

/*<<<<<<<<<section7-start>>>>>>>>>>*/
.section7 {
    padding: 0px 0px;
}

.section7-card {
    background: #f2f4f6;
    padding: 35px 35px 23px 35px;
    border-radius: 15px;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.06);
}


.section7-sub-heading {
    font-weight: 600;
    font-size: 80px;
    display: block;
    margin-bottom: 30px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled li {
    margin-bottom: 26px;
}

.list-unstyled li img {
    border-radius: 10px;
    margin-right: 26px;
}

.list-unstyled li span {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    transition: all ease 300ms;
}

.brand-text-div {
    color: #02B47A;
}

.brand-text-div span {
    font-size: 13px;
    font-weight: 700;
}

.brand-text-div .fas {
    font-size: 15px;
    margin-right: 8px;
}

/*<<<<<<<<<section7-end>>>>>>>>>>*/

/*Number-counter-start*/
.Number-counter {
    margin-top: 35px;
}


.stat {
    padding: 24px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid gray
}

.stat .odometer {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    font-family: 'Barlow';
    color: #fff
}

.stat .type {
    font-size: 18px;
    font-family: 'Barlow';
    color: #fff
}

.odometer.plus {
    position: relative;
}

.odometer.plus::after {
    content: "+";
    position: absolute;
    top: 0;
    right: -16px;
    font-size: 20px;
}

/*Number-counter-end*/

/*<<<<<<<<<faq-section-start>>>>>>>>>>*/
.section-faq {
    padding: 80px 0px;
}

.faq-img img {
    border-radius: 20px;
    height: 525px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 23px;
    margin: 0;
    font-weight: 500;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.accordion-item {
    border: 0;
}
#faqAccordion.accordion .accordion-button:focus{
    box-shadow: none;
}

.accordion-button.collapsed {
    font-size: 23px;
    line-height: 1.2;
    background: transparent;
    font-weight: 500;
    padding-left: 0px;
}

.accordion-body {
    font-size: 16px;
    padding: 0px 15px 10px 0px;
}

.faq-section {
    padding: 15px;
    background: #f6f5f2;
    border-radius: 15px;
}

.accordion-item {
    background: transparent;
}

/*<<<<<<<<<faq-section-end>>>>>>>>>>*/
/*footer-start*/
.footer {
    background: #000;
    padding-top: 50px;
    padding-bottom: 20px;
}

.fixed-action {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    bottom: 0;
    left: 0;
}

.fixed-action .same {
    width: 50%;
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}

.mob-call.same {
    background-color: #21a3f1;
}

.mob-whatsapp.same {
    background-color: #29aa5a;
}

.fixed-action .same svg {
    width: 17px;
    fill: #fff;
}

/*END FOOTER SOCIAL DESIGN*/

@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer .h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Barlow';
}

.single_footer .h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

.single_footer .p {
    color: #fff;
    font-family: 'Barlow';
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li .a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 30px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Barlow';
    text-decoration: none;
}

.single_footer ul li .a:hover {
    color: #daebed;
}

.single_footer_address ul li {
    color: #fff;
    font-family: 'Barlow';
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    font-family: 'Barlow';
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 80px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Barlow';
}

@media only screen and (max-width: 768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    font-family: 'Barlow';
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #03a9f4;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 40px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li .a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 768px) {
    .social_profile ul li .a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .social_profile ul li .a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li .a:hover {
    background: #000000;
    border: 1px solid #03a9f4;
    color: #fff;
    border: 0px;
}

/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 15px;
    padding-top: 20px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Roboto';
}

.copyright .a {
    color: #fff;
    transition: all 0.2s ease 0s;
}

.copyright .a:hover {
    color: #daebed;
}

/*footer-end*/

/*responsiv-start*/
@media(max-width:991px) {
    i.fas.fa-bars.text-white {
        color: #000 !important;
    }

    h1.section1-heading {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Barlow';
    }



    .section2-about-text .section-2-right-para {
        font-size: calc(1.157rem + .2vw) !important;
    }

    .section3-text .position-relative h1.three-heading {
        font-size: 30px;
    }

    .section3-text .position-relative h1.two-heading {
        font-size: 30px;
    }

    .section3-text .position-relative h1.one-heading {
        font-size: 30px;
    }

    .col-md-5.text-end img {
        border-radius: 150px;
        width: 100px;
        height: 100px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .row .col-md-5.text-end {
        text-align: center !important;
    }

    h3.section-title-inline.rotate-5 {
        transform: rotate(0deg);
    }

    .section6-text .position-relative h1.three-heading {
        font-size: 30px;
    }

    .section6-text .position-relative h1.two-heading {
        font-size: 30px;
    }

    .section6-text .position-relative h1.one-heading {
        font-size: 30px;
    }

    .q-div.top {
        margin-top: 50px;
    }

    .center-text .p {
        font-size: 25px;
        font-weight: 400;
        font-family: 'Barlow';
    }

    .q-div.bottom img.img-fluid.q-img {
        bottom: 0px
    }

    .q-div.top img.img-fluid.q-img {
        top: 0px;
    }

    .section6-text {
        margin-bottom: 0px;
        padding-bottom: 0PX
    }

    section.section6 .container .row.mt-5.mb-5 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .footer-flexing-div {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 25px;
        flex-wrap: wrap;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section1 {
        position: relative;
        padding: 35px 0px;
        height: auto;
        background: #fbf0d9;
    }

    .clients {
        padding: 20px 0px;
        background: #121212;
    }


    .section2-img {
        border: 1px dotted gray
    }

    .section2-btn {
        padding: 10px;
        background: #f5c460;
        border-radius: 4px;
        text-align: center;
        font-size: 18px;
        font-family: 'Barlow';
        font-weight: 500;
        text-transform: none;
        width: 100%;
        box-shadow: 0px 2px 2px 0px #00000024;
        transition: .5s all ease;
        cursor: pointer;
        text-decoration: none;
    }

    .three-heading {
        margin-top: 35px;
    }

    a.section5-btn {
        margin-bottom: 15px
    }

    .section4.h1 {
        font-size: 50px;
    }

    .section5.img-fluid {
        border-radius: 30px;
        display: none;
    }

    .section7-sub-heading {
        font-weight: 600;
        font-size: 40px;
    }

    .list-unstyled li span {
        font-size: 12px;
    }

    .section7-card {
        padding: 15px;
    }

    .section6-heading {
        font-weight: 600;
        font-size: 40px;
        display: block;
        margin-bottom: 0;
    }

    .section5-heading {
        display: block;
        font-size: 25px;
        font-weight: 500;
        color: #000000;
    }

    .section4.h1 span {
        font-size: 50px;
    }

    .Performance {
        display: none
    }

    .manu-ul li {
        padding: 12px 0px
    }

    .banner-heading {
        display: block;
        color: #1b1b1b;
        margin-top: 20px;
        font-weight: 400;
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        font-family: 'Roboto';
    }

    .color-text {
        font-size: 28px;
    }

    .product-heading span {
        font-size: 50px;
        font-weight: 200;
        margin: 0;
        padding: 0;
    }

    .img img {
        width: 100%;
        height: auto;
    }

    img.about-us-img.img-fluid {
        height: auto;
        width: 100%;
        border-radius: 4px;
    }

    .Number-counter {
        padding: 40px 10px;
        background: #000;
    }

    .numbering-sub-heding span {
        margin-bottom: 15px;
    }

    img.img-fluid.mb-none {
        display: none;
    }

    .faq-img img {
        border-radius: 20px;
        height: auto;
        margin-bottom: 15px;
    }

    .accordion-button.collapsed {
        font-size: 16px;
        background: transparent;
    }

    .about1-images {
        display: none;
    }

    .heading1.section4 {
        padding: 0px;
    }

    .about-section-heading span {
        font-size: 40px;
    }

    .about-section-sub-heading span {
        font-size: 25px
    }
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 5px 0px;
}



/*<<<<<<<<<<<<<<--------------ABOUT-US-PAGE-------------->>>>>>>>>>>>>>*/

span.banner-heading.about span {
    color: #fff;
}

.banner-about-text span {
    color: #fff;
}

.banner-about-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* ===================Contact Section Start================== */
.form-wrapper-individual .form-control {
    padding: 16px 20px;
    border: 1px solid #e9521f;
    border-radius: 8px;
    color: #0C263A;
}

.btn-green {
    background-color: #f1890c;
    color: #fff;
}

.btn-green:hover {
    background-color: transparent;
    color: #f1890c;
    border: 1px solid #f1890c;
}

.form-left-heading {
    font-size: 28px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    line-height: 1.2;
    color: #0C263A;
}

.social-link-cont {
    border: 1px solid #d5d5d5;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 50%;
}

.contact-section {
    background-image: url(../img/banner_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #cbbbbb;
}

.social-link-cont svg {
    fill: #1f233d;
    width: 16px;
    transition: all 0.5s;
}

.social-link-cont:hover {
    border-color: #e9521f;
}

.social-link-cont.active {
    border-color: #e9521f;
}

.social-link-cont.active svg {
    fill: #e9521f;
}

.social-link-cont:hover svg {
    fill: #e9521f;
}

.svg-box-fill {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffe7db;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-box-fill svg {
    fill: rgb(233 82 31);
    width: 16px;
}

.mob-cont,
.mob-cont a {
    font-weight: 600;
    font-size: 17px;
    color: #0C263A;
    text-decoration: none;
}

/* ===================Contact Section End================== */
/* ===================Terms Section Start================== */
.card-terms {
    padding: 20px 40px;
    border-radius: 10px;
    background-color: rgb(252, 244, 227);
    border: 1px solid #ccc;
}

.heading-1-content-terms {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.heading-2-term-contetn {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}

/* ===================Terms Section End================== */
/* =============Product Detail-section-start================= */
.left-card-esgin-sticky {
    min-height: 400px;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    width: 100%;
    left: 0;
    background-color: rgb(255 250 241);
    top: 115px;
}

.heading-roduct-detail {
    font-size: 24px;
    font-weight: 600;
}

.card-new-design-right {
    padding: 20px;
    border-radius: 15px;
    background-color: rgb(255 250 241);
}

.new-design-activa {
    padding: 10px 18px;
    border-radius: 4px;
    color: #000;
    border: 2px dotted #000;
    font-size: .75rem;
    line-height: 1rem;
}

.headeing-cont-new-enquiry {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: rgb(36, 36, 36);
    font-weight: 700;
    text-transform: capitalize;
}

.contact-inseide {
    position: relative;
    background: rgb(247, 249, 255);
    overflow: hidden;
    padding: 80px 0px;
}
.img-cont-bg-1,
.img-cont-bg-2 {
    position: absolute;
    width: 100%;
    left: 0;
}
.img-cont-bg-1 {
    bottom: 0;
}
.img-cont-bg-2 {
    top: 0;
}
.form-inside-wrapper {
    border-radius: 15px;
    box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
    background: #fff;
    padding: 40px 25px 40px;
}
.submit-btn-message input{
    padding: 10px 25px;
    background-color: #e9551f;
    border: none;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
.form-inside-wrapper form .form-control{
    padding: 10px 15px;
}
.map-iframe iframe{
    width: 100%;
    border-radius: 10px;
}

/* =============Product Detail-section-End================= */
/* ----------------LISTING Product Content Start--------------------- */
.listing-show-content-services {
    padding: 12px 50px;
    border-radius: 35px;
    background: #fbf0e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listing-show-content-services .product-service-list{
    padding: 5px 30px;
    font-weight: 600;
    border-radius: 25px;
    color: #918181;
    list-style: none;
    text-align: center;
    cursor: pointer;
}
.listing-show-content-services .product-service-list.active{
    background-color: #000;
    color: #fff;
}
.product-listing-rate{
    display: none;
}
.product-listing-rate.active{
    display: block;
}
@media(max-width:991px){
    .listing-show-content-services {
        width: 100%;
        overflow-x: auto;
    }
    .listing-show-content-services .product-service-list{
        white-space: nowrap;
    }
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    padding: 3rem 0;
    min-height: 100vh;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    margin-bottom: 2rem;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.card-text {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
}

.section-subtitle {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .service-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .card-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .card-title {
        font-size: 1.3rem;
    }

    body {
        padding: 2rem 0;
    }
}

@media (max-width: 576px) {
    .service-card {
        padding: 1.5rem 1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}
/* ----------------LISTING Product Content End--------------------- */

.about-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
    color: #333;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    position: relative;
}

    .main-heading::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #007BFF;
        margin: 1rem auto 0;
    }

.subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.content-section {
    margin-top: 2rem;
}

.team-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.content-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.content-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.stat-item {
    text-align: center;
    margin-bottom: 2rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #87CEEB;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }

    .content-heading {
        font-size: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .about-section {
        padding: 2rem 0;
    }

    .content-section {
        margin-top: 1.2rem;
    }

    .stats-section {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .content-heading {
        font-size: 1.3rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}