@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Helvetica, sans-serif;

}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

.container {
    max-width: 1400px !important;
    padding: 0px 18px !important;
}

nav.scrolled li a {
    background-color: rgba(0, 0, 0, 1) !important;
    color: #fff !important;

}

body {
    font-family: 'Roboto', Helvetica, sans-serif;

}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

/* .container {
    padding: 0px 18px !important;
} */

nav {
    height: 80px;
    background: transparent;
    position: fixed;
    top: 0;

    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;


    z-index: 111 !important;
    color: #ffff;
    height: 80px;

}


.nav-item-container {
    margin-top: 15px;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;

    align-items: center !important;
    height: 64px;
}

nav.scrolled {
    background-color: rgba(0, 0, 0, 1);
}

.logo img {
    width: 165px;
    height: 73.63px;
    object-fit: contain;
    margin-top: 0px;
}

.nav-links {
    display: flex;

    list-style: none;
    font-weight: 600;

}

.nav-links li a {
    text-decoration: none !important;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.3s ease;
    line-height: 32px;
    display: inline-block;
    border-bottom: 5px solid transparent;
    font-family: Roboto, Helvetica Neue, sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0px;
}


.product-nav-links li a {

    text-decoration: none !important;
    color: black;
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.3s ease;
    line-height: 32px;
    display: inline-block;
    border-bottom: 5px solid transparent;
    font-family: Roboto, Helvetica Neue, sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0px;

}

*/ .product-links {
    display: flex;
    flex-direction: row;
    list-style: none;
    /* dots remove karega */
    margin: 0;
    /* default browser margin remove */
    padding: 0;
}

.product-links li a {
    text-decoration: none !important;

    list-style: none;
    color: black;
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.3s ease;
    line-height: 32px;
    display: inline-block;
    border-bottom: 5px solid transparent;
    font-family: Roboto, Helvetica Neue, sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0px;
}



.dropdown-menu {
    display: none;
    position: absolute !important;
    top: 100% !important;

    left: 0;
    background-color: #fff;
    width: 230px !important;
    min-height: 404px !important;

    border-radius: .475rem !important;
    box-shadow: 0 10px 10px 3px #00000029;

    z-index: 999 !important;
    padding: 12px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;

}



.dropdown-menu li a {
    color: #000;
    padding: 16px 16px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;

}

.dropdown-menu li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #525357;
    z-index: -1;
    transition: width 0.4s ease;
}

.dropdown-menu li:nth-child(even) {
    background-color: #d5dadb;
    margin: 0px;

}

.dropdown-menu li a:hover::before {
    width: 100%;
    height: 100%;
}

.dropdown-menu li a:hover {

    color: #fff;
}

.dropdown {
    position: relative;
}

.dropdown>a {
    position: relative;
    padding-right: 20px;
    /* space for arrow */
    display: inline-block;
}

.dropdown>a::after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.quote-btn {
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    height: 49px;
    width: 168px;
    line-height: 26px;
    padding: 10px;
    margin: 0px 0px 0px 20px;
    font-weight: 700;
    margin-bottom: 13px;
}

.productpage-container {
    margin-top: 90px;
}

.quote-btn-productpage {
    border: 1px solid red;

    color: red;
    margin-left: 20px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    height: 43px;
    width: 155px;
    margin: 0px 0px 0px 20px;
    font-weight: 700;
}

/* .quote-btn:hover {
    background-color: #fff;
    color: #000;
} */

@media screen and (max-width:1200px) {
    .quote-btn {
        display: none;
    }
}


.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;

    padding: 10px;
    border-radius: 50%;
    background-color: #000000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hamburger span {
    height: 2px;
    width: 20px;
    background: #fff;
    margin: 2px 0;
    border-radius: 2px;
    display: block;

}

/* Overlay Menu (mobile) */
@media screen and (max-width: 992px) {
    .nav-links {
        position: fixed;
        top: 0px;
        padding-top: 100px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transition: left 0.4s ease;
        gap: 0px;
    }



    .nav-links.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .quote-btn {
        display: none;
    }

    .dropdown-menu li a {
        padding: 4px 10px;
        height: fit-content;

    }

    .dropdown-menu {
        height: fit-content !important;
        min-height: fit-content !important;
    }
}

/*nav for product category page*/
/* Overlay Menu (mobile) */
@media screen and (max-width: 992px) {
    .product-links {
        position: fixed;
        top: 0px;
        padding-top: 100px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transition: left 0.4s ease;
        gap: 0px;
    }

    .nav-links.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .quote-btn-productpage {
        display: none;
    }

    .dropdown-menu li a {
        padding: 4px 10px;
        height: fit-content;

    }

    .dropdown-menu {
        height: fit-content !important;
        min-height: fit-content !important;
    }
}



/*product category page*/

nav.light-nav .nav-links li a {
    color: #393c41;   
}

nav.light-nav .quote-btn-productpage {
          

    border: 1px solid #d9251c;  
    color: #d9251c; 
    text-align: center;
    margin-left: 20px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    height: 49px;
    width: 168px;
    line-height: 26px;
    padding: 10px;
    margin: 0px 0px 0px 20px;
    font-weight: 700;
    margin-bottom: 13px;
}


 



/* side-icon*/

/* Wrapper fixed position */
.download-wrapper {
    position: fixed;
    bottom: 80px;
    /* yaha se upar niche adjust karo */
    right: 20px;
    z-index: 999;
}

/* Button style */
.download-btn {
    display: flex;
    align-items: center;
    background-color: #b80000;
    /* Red */
    color: #fff;
    padding: 12px 18px;
    border-radius: 50%;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    justify-content: center;
    position: relative;
}

/* Icon style */
.download-icon {
    font-size: 20px;
    transition: all 0.3s ease;
}

/* Text hidden initially */
.download-text {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin-left: 10px;
    font-weight: 500;
}

/* Hover effect */
.download-btn:hover {
    border-radius: 30px;
    width: auto;
    padding: 12px 20px;
}

.download-btn:hover .download-text {
    max-width: 200px;
    opacity: 1;
}

/*about page*/



/*---------------------------------------------------------------------------------------------------*/

.text {
    letter-spacing: 1px;
    font-size: 65px;
    font-weight: 700;
    line-height: 68px;
    animation: textAnimate 6s infinite alternate;
    white-space: nowrap;
    border-right: 0.15em solid green;
    text-wrap: wrap;
    width: 92%;
    padding: 0 30px 0px;
    text-shadow: -0.01em -0.01em 0.01em #000;
}

@keyframes textAnimate {
    0% {
        color: #5d8420;
    }

    50% {
        color: #9e9ea1;
    }

    100% {
        color: #a5ff61;
    }

    to {
        text-shadow: 0em 0.01em #3d3d3b, 0em 0.02em #262623, 0em 0.02em 0.03em #1a1a18, -0.01em 0.01em #333, -0.02em 0.02em #333, -0.03em 0.03em #333, -0.04em 0.04em #333, -0.01em -0.01em 0.03em #000, -0.02em -0.02em 0.03em #000, -0.03em -0.03em 0.03em #000;
        transform: translateY(-0.025em) translateX(0.04em);
    }

}


.banner-logo-img img {
    height: 65px;
    width: 153px;
    border: 2px solid red;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 50px;
    right: 78px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #3b3b3b !important;
    font-size: 34px !important;
    margin: 5px;
    padding: 11px 11px !important;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px !important;
    border: 1px solid #3b3b3b;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
}

.battery-storage:hover i img {
    width: 55px;
    height: 55px;
    /* transition: .3s ease-in-out; */
    animation: storageAnimation 2s infinite linear;
}

.battery-storage i img {
    width: 55px;
    height: 55px;
}

@keyframes storageAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.battery-storage-text h3 {
    font-size: 20px !important;
    margin-bottom: 0;
}

.headingblog {
    color: #b20a0a;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    margin-top: 80px;
}


.blog-text.ng-star-inserted {
    margin: 0 10px;
    width: fit-content;
}

.mobile-nav {
    display: none !important;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-section-hover:hover .more-about-button::before {
    left: 0;
    bottom: 0;
    opacity: 0.35;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #000;
    display: initial;
    -webkit-transform: translate3d(0%, -50%, 0) scaleX(0);
    -ms-transform: translate3d(0%, -50%, 0) scaleX(0);
    transform: translate3d(0%, -50%, 0) scaleX(0);
    transform-origin: right center;
}

:host ::ng-deep .owl-theme .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 30px;
    z-index: 100;
}

:host ::ng-deep .owl-theme .owl-prev,
:host ::ng-deep .owl-theme .owl-next {
    color: #8b8686 !important;
    font-size: 32px !important;
    margin: 5px;
    padding: 13px 13px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px !important;
    border: 2px solid #8b8686 !important;
}

/* 3. hero-section */
.slider-hero {
    position: relative;
    background-color: #000;
    padding: 0;
}

.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /* height: 100vh; */
}

.owl-item.active .hero-section h2 {
    animation-duration: 1.3s;
    animation-name: fadeInOne;
    text-align: center;
    text-transform: uppercase;
}

.owl-item.active .hero-section h6 {
    animation-duration: 1.6s;
    animation-name: fadeInOne;
    text-align: center;
}

.owl-item.active .hero-section a.button {
    animation-duration: 2s;
    animation-name: fadeInOne;
}

.slider-hero .owl-carousel .owl-stage-outer {
    background-color: #000;
}

.featured-area-one h2,
.featured-area-one1 h2,
.featured-area-one2 h2 {
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 46px;
}

.featured-area-one {
    position: absolute;
    z-index: 11;
    bottom: 30px;
    left: 0;
    right: 0;
}

.featured-area-one1 {
    position: absolute;
    z-index: 11;
    bottom: 30px;
    left: 10%;
    width: 48%;
}

.featured-area-one1 h6 {
    font-size: 18px;
    line-height: 25px;
}

.featured-area-one2 {
    position: absolute;
    z-index: 11;
    bottom: auto;
    top: 125px;
    left: 19%;
    width: fit-content;
}

.featured-area-one2 .featured-area-- {
    background: #000000ab;
    padding: 10px 0px;
}

.featured-area-one2 .saving {
    margin-top: 5px;
}

.featured-area-one1 h2,
.featured-area-one1 h6 {
    text-align: left;
}

.featured-area-one2 h2,
.featured-area-one2 h6 {
    text-align: left;
}

.blog-img {
    position: relative;
    margin-bottom: 10px;
}

.blog-img figure {
    border-radius: 0 !important;
}

.blog-img h6 a {
    color: white;
}

.blog-img h6 {
    font-size: 14px;
    display: inline;
    padding: 18px 20px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    line-height: 0;
    font-weight: bold;
    color: white;
    background-color: #3b3b3b;
}

/* 22. blog-text */
.blog-text span {
    font-size: 14px;
    padding-right: 30px;
    text-transform: capitalize;
}

.blog-text>span {
    padding-right: 0;
    color: #666;
    border-bottom: 1px solid #666;
    line-height: 25px;
    margin-bottom: 13px;
    width: 110px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-text h4 {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 5px;
    color: #000;
}

.blog-update a.button {
    margin-top: 50px !important;
    color: #000;
}



.blog-readmore {
    justify-items: right;
}

.blog-readmore a {
    color: #000 !important;

    justify-items: right;
}

/* .blog-update a.button::before {
    content: '';
    width: 107px;
    height: 2px;
    position: absolute;
    background: black;
    bottom: 0px;
    top: 48px;
    left: 25px;
    right: auto;
    margin-left: auto;
    margin-right: auto;

} */

@media screen and (min-width: 992px) {

    .featured-area-one1 h2,
    .featured-area-one1 h6 {
        text-align: left !important;
    }

    .featured-area-one2 h2,
    .featured-area-one2 h6 {
        text-align: left !important;
    }
}

.featured-area-one h6,
.featured-area-one1 h6,
.featured-area-one2 h6 {
    color: #dadada;
    padding-bottom: 20px;
}

.featured-area-one1 .saving {
    justify-content: flex-start;
}

.featured-area-one1 .button.newsbox.active {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.featured-area-one2 .button.newsbox.active {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
}

.about-us {
    padding: 100px 0;
    background-color: #000000;
}

.about-us h3 {
    color: #d2d1d1;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.about-us h3::after {
    content: '';
    position: absolute;
    top: 30px;
    width: 110px;
    height: 2px;
    background-color: #de0707;
}

.about-us h6 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 34px;
    line-height: 40px;
}

.gap.no-top .heading h2 {
    font-weight: 500;
}

.about-us .founded {
    color: #e5e5e5;
    padding-right: 30px;
    margin-bottom: 25px;
}

.about-us p span {
    color: #de0707;
}

.more-about-button {
    font-size: 19px !important;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: relative;
    opacity: 1;
    color: #b20a0a;
    font-size: 11px;
    padding-bottom: 4px;
    line-height: 1.5;
}

.more-about-button:hover {
    color: #b20a0a;
}

.more-about-button::before {
    left: 0;
    bottom: 0;
    opacity: 0.35;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: transform 0.35s cubic-bezier(.25, .46, .45, .94);
    transition: transform 0.35s cubic-bezier(.25, .46, .45, .94);
    background-color: #fff;
    display: initial;
    -webkit-transform: translate3d(0%, -50%, 0) scaleX(1);
    -ms-transform: translate3d(0%, -50%, 0) scaleX(1);
    transform: translate3d(0%, -50%, 0) scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.more-about-button.result_hover {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: relative;
    opacity: 1;
    padding-bottom: 4px;
    line-height: 1.5;
}

.more-about-button.result_hover::before {
    left: 0;
    bottom: 0;
    opacity: 0.35;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #000;
    display: initial;
    -webkit-transform: translate3d(0%, -50%, 0) scaleX(0);
    -ms-transform: translate3d(0%, -50%, 0) scaleX(0);
    transform: translate3d(0%, -50%, 0) scaleX(0);
    transform-origin: right center;
}

.circle-align {
    width: 40px;
}

.circle-align {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: initial;
    box-sizing: content-box;
    position: absolute;
    width: 40px;
    height: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-top: -0.5em;
}

.circle-align .align {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.45s -webkit-transform ease;
    -webkit-transition: 0.45s transform ease;
    transition: 0.45s transform ease;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
}

.circle-align .align::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    content: "";
    width: 36px;
    height: 1px;
    position: absolute;
    background-color: #fff;
}

.circle-align .align::after {
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    content: "";
    position: absolute;
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid;
    border-left-color: #fff;
}

.circle-align .circle--- {
    width: 70px;
    height: 70px;
    right: -42px;
    transition: transform 0.65s cubic-bezier(.23, 1, .32, 1);
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    opacity: 0.3;
    position: absolute;
    right: -15px;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    border-color: #dad9d9;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 40px;
    height: 40px;
    right: -16px;
}

.elementor-9 .elementor-element.elementor-element-927544d .lqd-imggrp-img-container {
    overflow: hidden;
}

.elementor-9 .elementor-element.elementor-element-927544d .lqd-imggrp-img-container:hover figure {
    transform: scale(1.1);
}

.elementor-9 .elementor-element.elementor-element-62476e4 .lqd-imggrp-img-container {
    overflow: hidden;
}

.elementor-9 .elementor-element.elementor-element-62476e4 .lqd-imggrp-img-container:hover figure {
    transform: scale(1.1);
}

.elementor-9 .elementor-element.elementor-element-a19ccca {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 0px 0px;
}

.elementor-9 .elementor-element.elementor-element-a19ccca>.elementor-container {
    max-width: 1250px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1240px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
    overflow: hidden;
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (min-width: 768px) {
    .elementor-9 .elementor-element.elementor-element-43ec81c {
        width: 30%;
    }
}

@media (min-width: 768px) {

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 100%;
    }
}

.elementor-element {
    --widgets-spacing: 0px;
}


[data-animated-borders] .elementor-element-populated.lqd-append-template-done {
    border: 0;
    transition: background .3s, border-color .3s, border-radius .3s, box-shadow .3s !important;
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}

.elementor-widget-wrap {
    transition: background .3s, box-shadow .3s;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.pointer-events-none {
    pointer-events: none;
}

.lqd-overlay,
.lqd-star-rating-fill:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[data-animated-borders] .elementor-element-populated>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].e-con>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].e-container>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].elementor-section>.lqd-animated-borders .lqd-animated-line.is-in-view {
    transform: scale(1);
}

.lqd-animated-line-x {
    transform-origin: left;
    transform: scaleX(0);
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-element {
    --widgets-spacing: 0px;
}

.elementor-widget {
    position: relative;
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.lqd-imggrp-single {
    transition: transform .65s cubic-bezier(.05, .7, .2, 1), opacity .3s;
}

.pos-rel {
    position: relative;
}

.lqd-imggrp-img-container {
    max-width: 100%;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0;
}

.lqd-imggrp-single figure {
    display: inline-block;
    margin: 0 !important;
    transition: transform .45s;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.elementor-element {
    --widgets-spacing: 0px;
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}

.elementor-9 .elementor-element.elementor-element-a19ccca>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-9 .elementor-element.elementor-element-31c5f9a>.elementor-element-populated {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    padding: 0px 0px 80px 0px;
}

[data-animated-borders] .elementor-element-populated.lqd-append-template-done {
    border: 0;
    transition: background .3s, border-color .3s, border-radius .3s, box-shadow .3s !important;
    background-color: #fff;
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}

.elementor-widget-wrap {
    transition: background .3s, box-shadow .3s;
}

.pointer-events-none {
    pointer-events: none;
}

.lqd-overlay,
.lqd-star-rating-fill:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[data-animated-borders] .elementor-element-populated>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].e-con>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].e-container>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].elementor-section>.lqd-animated-borders .lqd-animated-line.is-in-view {
    transform: scale(1);
}

.lqd-animated-line-x {
    transform-origin: left;
    transform: scaleX(0);
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-9 .elementor-element.elementor-element-94ef656 .ld-fh-element {
    font-size: 45px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.15em;
    white-space: normal;
    margin: 0em 0em 0em 0em;
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}


.Learnmore {
    font-weight: 600;
    font-size: 20px;

    text-decoration: underline !important;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.elementor-9 .elementor-element.elementor-element-ec004dc .ld-fh-element {
    font-size: 45px;
    white-space: normal;
    margin: 0em 0em 0.65em 0em;
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 2rem;
    width: 43%;
    line-height: 32px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 5px;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-9 .elementor-element.elementor-element-56074b4 .ld-fh-element {
    white-space: normal;
    margin: 0em 2.5em 2.5em 2.5em;
}

.card-op {
    width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    left: 92%;
    height: 500px;
    z-index: 3;
    bottom: 17%;
}

.card-op::before,
.card-op1::before,
.card-op3::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: #000;
    bottom: 1px;
    left: 3px;
    content: "";
    display: block;
    inset-inline-start: 3px;
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: all 1s cubic-bezier(.23, 1, .32, 1) .1s;
    width: 3px;
}

.card-op::after,
.card-op1::after,
.card-op3::after {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 8px;
    bottom: 0;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    content: "";
    display: block;
    height: 5px;
    inset-inline-start: 0;
    position: absolute;
    top: auto;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: all 1s cubic-bezier(.23, 1, .32, 1) .1s;
    width: 5px;
}

.card-op1 {
    width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    left: 90%;
    height: 300px;
    z-index: 3;
    bottom: 17%;
}

.card-op3 {
    width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    left: 88%;
    height: 250px;
    z-index: 3;
    bottom: 17%;
}

.snip *,
.snip *:before,
.snip *:after {
    box-sizing: border-box;
    transition: all 0.45s ease;
}

.snip {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: left;
    transform: translateZ(0);
}

.snip:hover .snip__title,
.snip:hover .snip__text {
    transform: translateY(0);
    opacity: 0.9;
    transition-delay: 0.2s;
}

.snip::before,
.snip::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #696868;
    opacity: 0.1;
    transition: all 0.45s ease;
}

.snip::before {
    transform: skew(30deg) translateX(-80%);
}

.snip::after {
    transform: skew(-30deg) translateX(-70%);
}

.snip__image {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
    animation: zoom-in-zoom-out 20s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.snip__figcaption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0;
    padding: 60px 54% 20px 56px;
    display: flex;
    align-items: center;
}

.snip-section {
    padding: 15px 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;

}

.snip-section-img {
    margin-bottom: 0px;
}

.snip__figcaption::before,
.snip__figcaption::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #696868;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    content: "";
    opacity: 0.3;
    z-index: -1;
}

.snip__figcaption::before {
    transform: skew(30deg) translateX(-100%);
}

.snip__figcaption::after {
    transform: skew(-30deg) translateX(-90%);
}

.snip__title,
.snip__text {
    margin: 0;
}

.snip__text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    color: #fff;
    width: 45%;
}

.snip__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 1;
}

.battery-storage {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    border: 1px solid #d2cece;
}

.battery-storage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: .5;
}

.battery-storage-text p {
    color: white;
    margin-bottom: 0;
}

.battery-storage img {
    /* border-radius: 30px; */
    width: 100%;
}

.battery-storage-text {
    position: absolute;
    z-index: 11;
    bottom: 45px;
    width: 100%;
    background-color: #000;
    padding: 12px 25px;
    transform: translateY(45px);
    opacity: .8;
}

.battery-storage-text h3 {
    color: white;
    font-weight: bold;
    line-height: 27px;
    padding-bottom: 0;
}

.battery-storage-text h3 {
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.battery-storage:hover .battery-storage-text {
    transform: translateY(25px);
}

.battery-storage i {
    background-color: #000000;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
}

.battery-storage:hover i {
    background-color: #000000;
}

.battery-storage:hover svg {
    transform: rotate3d(1, 1, 1, 360deg);
}

html:not([data-scroll='0']) {

    .battery-storage:hover svg {
        transform: rotate3d(1, 1, 1, 360deg);
    }

}

.element {
    position: relative;
    background-color: #dbdada;
}

.element .infrastructure::before {
    content: '';
    position: absolute;
    background-color: #0000008a;
    height: 99.5%;
    width: 100%;
    z-index: -1;
    border-top-right-radius: 90px;
}

.infrastructure {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 700px;
    bottom: 4px;
    z-index: 2;
}

.infrastructure h1 {
    color: #fff;
    padding: 50px 27px 0;
    line-height: 70px;
}

.infrastructure h6 {
    color: #d5d5d5;
    text-transform: lowercase;
    padding: 0 30px 18px;
    font-size: 18px;
    line-height: 25px;
}

.infrastructure .saving-book {
    padding: 0 27px 60px;
}

.solar-power-heading {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    margin-bottom: 50px;
}

.solar-power-heading span {
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    margin-bottom: 50px;
    color: #b20a0a;
}

.btn-txt.split-text-applied {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
}

.btn-txt.split-text-applied::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #184341;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transform-origin: left center;
    transition-delay: .1s;
}

.heading h2 {
    font-weight: 500;
}

.bg-transparent,
.wp-calendar-table tbody tr {
    background-color: transparent !important;
}

[data-animated-borders] .elementor-element-populated.lqd-append-template-done {
    border: 0;
    transition: background .3s, border-color .3s, border-radius .3s, box-shadow .3s !important
}

.elementor-widget-wrap {
    transition: background .3s, box-shadow .3s
}

.lqd-animated-line-x {
    transform-origin: left;
    transform: scaleX(0)
}

.lqd-animated-line-l,
.lqd-animated-line-x {
    border-right: none !important
}

.lqd-animated-line-r,
.lqd-animated-line-x {
    border-left: none !important
}

.lqd-animated-line-t,
.lqd-animated-line-y {
    border-bottom: none !important
}

.lqd-animated-line {
    transition: transform 2s cubic-bezier(.77, 0, .175, 1)
}

[data-animated-borders] .elementor-element-populated>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].e-con>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].e-container>.lqd-animated-borders .lqd-animated-line.is-in-view,
[data-animated-borders].elementor-section>.lqd-animated-borders .lqd-animated-line.is-in-view {
    transform: scale(1)
}

.lqd-animated-line-y {
    transform-origin: top;
    transform: scaleY(0)
}

.lqd-animated-line-b,
.lqd-animated-line-y {
    border-top: none !important
}

.lqd-animated-line {
    transition: transform 2s cubic-bezier(.77, 0, .175, 1)
}

.lqd-animated-line-t,
.lqd-animated-line-y {
    border-bottom: none !important
}

.lqd-animated-line-r,
.lqd-animated-line-x {
    border-left: none !important
}

.lqd-animated-line {
    transition: transform 2s cubic-bezier(.77, 0, .175, 1)
}

.lqd-animated-line-t,
.lqd-animated-line-y {
    border-bottom: none !important
}

.lqd-animated-line-r,
.lqd-animated-line-x {
    border-left: none !important
}

.lqd-animated-line-b,
.lqd-animated-line-y {
    border-top: none !important
}

.lqd-animated-line-l,
.lqd-animated-line-x {
    border-right: none !important
}

.lqd-animated-line-y {
    transform-origin: top;
    transform: scaleY(0)
}


[data-elementor-device-mode*=mobile] body {
    overflow: hidden
}

.our-blog-text-img figure img {
    max-width: inherit !important;
    height: inherit !important;
}

img {
    max-width: 100%;
    height: auto
}

img.w-100 {
    width: 100% !important
}

img.h-100 {
    height: 100% !important
}

.bg-cover {
    background-size: cover
}

.bg-transparent,
.wp-calendar-table tbody tr {
    background-color: transparent !important
}

.pos-abs {
    position: absolute
}

.pos-fix {
    position: fixed
}

.pos-mid {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pos-rel {
    position: relative
}

.pos-sticky {
    -webkit-position: sticky;
    position: sticky
}

.pos-bl {
    bottom: 0;
    left: 0
}

.pos-tl {
    top: 0;
    left: 0
}

.pos-tr {
    top: 0;
    right: 0
}

.pos-br {
    bottom: 0;
    right: 0
}

.ld-dropdown-menu-content ul,
.lqd-star-rating {
    padding: 0;
    margin: 0;
    list-style: none
}

.lqd-star-rating li {
    display: inline-flex;
    font-size: 1em;
    line-height: 1.5em;
    color: #fc0;
    letter-spacing: .1em;
    margin: 0
}

.lqd-star-rating-shaped {
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1
}

.lqd-star-rating-fill {
    position: relative
}

.lqd-star-rating-fill:before {
    content: "";
    display: inline-block;
    background-color: var(--color-primary);
    border-radius: inherit;
    opacity: .2
}

.lqd-star-rating-fill li {
    position: relative;
    z-index: 1
}

.lqd-star-rating-outline {
    border: 1px solid rgba(0, 0, 0, .045)
}

.lqd-main-header-default .main-nav {
    font-size: 14px
}

.why-orient .heading h2 {
    font-size: 56px;
    padding-bottom: 25px;
    padding-top: 10px;
}






@media screen and (min-width: 1450px) {
    /* .hero-section {
        height: 100vh;
    } */

    /* .about-us h6{
        width: 50%;
    } */
}

@media screen and (max-width: 1449px) {
    .hero-section video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider-hero .owl-carousel .owl-item img {
        height: 100vh;
        width: 100% !important;
    }
}

@media screen and (max-width: 1400px) {
    .owl-item.active .hero-section:before {
        height: 585px;
        width: 927px;
        border-radius: 417px;
        left: -46px;
        top: -23%;
    }

    .text {
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .owl-item.active .hero-section:before {
        height: 557px;
        width: 880px;
        left: -23px;
        top: -24%;
    }

    .infrastructure h1 {
        color: #fff;
        padding: 43px 40px 0;
        font-size: 40px;
        line-height: 39px;
    }

    .infrastructure h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .infrastructure {
        max-width: 560px;
    }

    .infrastructure .button.newsbox {
        background-color: transparent;
        padding: 8px 15px;
        font-size: 12px;
    }

    .banner-text p {
        width: 47%;
    }
}

@media screen and (max-width: 993px) {
    .owl-item.active .hero-section:before {
        left: 0 !important;
        top: 0 !important;
        transform: rotate(0deg);
        border-radius: 0;
        width: 100%;
        height: 100%;
        animation-name: none;
    }

    .owl-item.active .hero-section:before {
        left: -23px;
        top: -18%;
    }

    .featured-area-one2 {
        /* left: 16px !important; */
        right: 0;
    }

    .featured-area-one h2 {
        width: 100%;
        padding: 0 30px;
    }

    .featured-area-one1 h2,
    .featured-area-one1 h6 {
        text-align: left !important;
    }

    .about-us p {
        color: #e5e5e5;
        padding-right: 0px;
    }

    .snip-section-img {
        margin-bottom: 26px;
    }

    .snip__title {
        font-size: 35px;
    }

    .snip__text {
        font-size: 14px;
    }

    .snip-section {
        padding: 15px 40px;
        left: 0;
        right: 0;
        top: 15%;
        width: 100%;
    }

    .snip__title {
        width: 63% !important;
    }

    .snip__text {
        width: 60%;
    }

    .infrastructure {
        max-width: 450px;
    }

    .infrastructure h1 {
        color: #fff;
        padding: 20px 37px 0;
        font-size: 32px;
        line-height: 35px;
    }

    .infrastructure h6 {
        font-size: 18px;
        line-height: 25px;
    }

    .infrastructure {
        position: relative;
        left: 0;
        right: 0;
        max-width: 100% !important;
        bottom: 6px;
        z-index: 2;
    }

    .element .infrastructure::before {
        content: '';
        position: absolute;
        background-color: #000000;
        height: 99.5%;
        width: 100%;
        z-index: -1;
        border-top-right-radius: 0;
        top: -26px;
    }

    .blog-update a.button {
        margin-top: 15px !important;
        color: #000;
    }
}

@media screen and (max-width: 768px) {
    .about-us h6 {
        color: #fff;
        padding-bottom: 15px;
        font-size: 24px;
        line-height: 32px;
    }

    .elementor-column {
        position: relative;
        min-height: 1px;
        display: flex;
    }

    .solar-power-heading {
        font-size: 28px;
        line-height: 32px;
    }

    .solar-power-heading span {
        font-size: 28px;
        line-height: 32px;
    }

    .elementor-section .elementor-container {
        flex-wrap: wrap;
    }

    .featured-area-one2 {
        left: 16px !important;
        right: 0;
    }

    .about-us h3 {
        font-size: 22px;
    }

    .why-orient .heading h2 {
        font-size: 37px;
        padding-bottom: 20px;
        padding-top: 10px;
        line-height: 25px;
    }

    .why-orient .heading h2 {
        font-size: 30px;
        padding-bottom: 20px;
        padding-top: 10px;
        line-height: 10px;
    }

    .snip-section {
        padding: 15px;
        position: relative;
        bottom: 0;
        top: initial;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #faf9f5;
    }

    .snip__title {
        font-size: 30px !important;
        width: 100% !important;
        color: #b20a0a !important;
    }

    .snip__text {
        font-size: 14px;
        line-height: 20px;
        width: 100% !important;
        color: #000;
    }
}

@media screen and (max-width: 575px) {
    .featured-area-one1 {
        left: 20px;
        bottom: 85px !important;
    }

    .snip-section {
        padding: 15px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .snip__title {
        font-size: 22px !important;
    }

    .snip__text {
        font-size: 14px;
        line-height: 20px;
    }

    .battery-storage i {
        height: 85px !important;
        width: 85px !important;
    }

    .battery-storage i img {
        width: 42px;
        height: 42px;
    }

    .battery-storage:hover i img {
        width: 42px;
        height: 42px;
    }

    .battery-storage-text h3 {
        font-size: 17px !important;
        line-height: 20px;
        margin-bottom: 0;
    }

    .battery-storage-text p {
        font-size: 13px;
        line-height: 16px;
    }

    .solar-power-heading span {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .solar-power-heading {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .request-quote {
        padding: 25px;
    }
}

@media screen and (max-width: 400px) {
    .battery-storage i {
        height: 60px !important;
        width: 60px !important;
    }

    .battery-storage i img {
        width: 32px !important;
        height: 32px !important;
    }

    .battery-storage:hover i img {
        width: 32px;
        height: 32px;
    }

    .battery-storage-text h3 {
        font-size: 15px !important;
        line-height: 20px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 370px) and (max-width: 992px) {
    .blog-update.gap {
        padding-top: 100px;
    }
}

h2 h1 strong span {
    font-size: 40px !important;
    text-transform: uppercase;
}

/* :host ::ng-deep .mat-h1, :host ::ng-deep .mat-headline, :host ::ng-deep .mat-typography .mat-h1, :host ::ng-deep .mat-typography .mat-headline, :host ::ng-deep .mat-typography h1 {
    font: none !important;
    letter-spacing: normal;
    margin: 0 0 0px !important;
} */
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
    font-size: 20px;
}

.blog-update a.button {
    padding: 5px 20px;
    border: 1px solid #000;
}

.blog-update a.button:hover {
    background-color: #000;
    color: #fff;
}














.banner-section {
    /* height: 100vh; */
    background-color: #000;
}

@media screen and (max-width: 992px) {
    .banner-section video {
        height: 100%;
    }
}

.button.newsbox {
    background-color: transparent;
    padding: 11px 25px;
    font-size: 14px;
    margin-bottom: 10px;
}

.button.newsbox.active {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
}

.featured-area-one1 .button.newsbox.active {
    border: 1px solid #000;
    color: #000;
    margin-right: 10px;
}

.featured-area-one2 .button.newsbox.active {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
}

.button.newsbox.unactive {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
}

.featured-area-one1 .button.newsbox.unactive {
    border: 1px solid #000;
    color: #000;
    margin-right: 10px;
}

.featured-area-one2 .button.newsbox.unactive {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
}

.featured-area-one h2,
.featured-area-one1 h2,
.featured-area-one2 h2 {
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
}

/* .banner-section .featured-area-one .saving .saving-book,
  .banner-section .featured-area-one1 .saving .saving-book,
    .banner-section .featured-area-one2 .saving .saving-book */

/* .banner-section .featured-area-one h2,
.banner-section .featured-area-one1 h2,
  .banner-section .featured-area-one2 h2,
  .banner-section .featured-area-one h6,
.banner-section .featured-area-one1 h6,
  .banner-section .featured-area-one2 h6{
    display: block;
    
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
  } */




.custom-prev {
    background-color: transparent;
    margin-right: 16px;
    border: 1px solid #8b8686;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-prev i {
    color: #8b8686;
}













.featured-area-one {
    position: absolute;
    z-index: 11;
    bottom: 30px;
    left: 0;
    right: 0;
}

.featured-area-one2 .saving {
    margin-top: 5px;
}

.featured-area-one1 h2,
.featured-area-one1 h6 {
    text-align: left;
}

.featured-area-one2 h2,
.featured-area-one2 h6 {
    text-align: left;
}

@media screen and (min-width: 992px) {

    .featured-area-one1 h2,
    .featured-area-one1 h6 {
        text-align: left !important;
    }

    .featured-area-one2 h2,
    .featured-area-one2 h6 {
        text-align: left !important;
    }
}

.featured-area-one h6,
.featured-area-one1 h6,
.featured-area-one2 h6 {
    color: #dadada;
    padding-bottom: 20px;
    font-size: 14px;
}

.featured-area-one1 h2 {
    font-size: 40px;

}

.featured-area-one2 h2 {
    font-size: 40px;
}

.featured-area-one1 .saving {
    justify-content: flex-start;
}

.saving {
    display: flex;
    height: 100%;
    margin-top: 125px;
}

.saving-book {
    display: inline-block;
    align-self: flex-end;
}

.text-black {
    color: #000 !important;
}

.border-light {
    border: 1px solid #000 !important;
}

.text-light {
    color: #000 !important;
}

.border-white {
    border: 1px solid #fff !important;
}

.text-white {
    color: #fff !important;
}

.box-width {
    width: 51vw;
}

.lowercase {
    text-transform: lowercase;
}

.featured-area-one1 h2 img {
    height: 65px !important;
    width: auto !important;
    max-width: auto !important;
}

@media (max-width: 1400px) {

    .featured-area-one h2,
    .featured-area-one1 h2,
    .featured-area-one2 h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .featured-area-one h6,
    .featured-area-one1 h6,
    .featured-area-one2 h6 {
        color: #dadada;
        padding-bottom: 0px;
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .button.newsbox {
        padding: 7px 25px;
        font-size: 12px;
    }

    .lqd-append-template-done.solar-power {
        border-left: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
        margin: 0 15px;
    }
}

@media (max-width: 768px) {

    .featured-area-one h2,
    .featured-area-one1 h2,
    .featured-area-one2 h2 {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }

    .featured-area-one h6,
    .featured-area-one1 h6,
    .featured-area-one2 h6 {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .elementor-heading-title {
        width: 100%;
        text-align: center;
    }

    .button.newsbox {
        padding: 7px 21px;
        font-size: 13px;
    }

    .featured-area-one1,
    .featured-area-one2 {
        position: relative;
        bottom: 0 !important;
        top: 0 !important;
    }

    .featured-area-one1 .saving,
    .featured-area-one2 .saving {
        margin-top: 40px;
        height: auto;
    }

    .featured-area-one1 h2,
    .featured-area-one1 h6,
    .featured-area-one1 .newsbox.active {
        color: #fff !important;
    }

    .featured-area-one1 .newsbox.active,
    .featured-area-one1 .newsbox.unactive {
        border: 1px solid #fff !important;
        color: #fff !important;
    }

    .featured-area-one1 img {
        height: 50px !important;
    }

    .about-us {
        padding-top: 0;
    }
}

@media (max-width: 576px) {

    .featured-area-one h2,
    .featured-area-one1 h2,
    .featured-area-one2 h2 {
        font-size: 22px;
        line-height: 30px;
        padding-right: 50px;
    }

    .featured-area-one h6,
    .featured-area-one1 h6,
    .featured-area-one2 h6 {
        padding-right: 60px;
    }

    .slider-hero .owl-theme .owl-nav {
        position: absolute;
        right: 0;
        bottom: 30px;
        z-index: 100;
        left: 0;
    }

    .button.newsbox {
        padding: 7px 21px;
        font-size: 13px;
    }

    .owl-theme .owl-prev,
    .owl-theme .owl-next {
        padding: 8px 8px !important;

    }

    .heading h2 {
        padding-right: 20px;
    }

    /* .featured-area-one1, .featured-area-one2{
        padding-top: 20px;
    } */
}

/* @media screen and (max-width: 400px){
    .featured-area-one h2, .featured-area-one1 h2, .featured-area-one2 h2 {
        font-size: 15px;
        line-height: 18px;
    }
    .featured-area-one h6, .featured-area-one1 h6, .featured-area-one2 h6 {
        font-size: 12px;
        line-height: 14px;
    }
  } */


.snip__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    width: 34%;
    animation: textAnimation 5s infinite, blink-caret .75s infinite;
    height: 43px;
    overflow: hidden;
}

@keyframes blink-caret {

    0%,
    100% {
        border-color: transparent;
    }

    50% {
        border-color: #fff;
    }
}

@keyframes textAnimation {
    0% {
        width: 0;
        color: transparent;
    }

    100% {
        width: 100%;
        color: #fff;
    }
}

.snip-position img {
    position: absolute;
    top: 51px;
    right: 135px;
    -webkit-animation: dance 2s alternate infinite;
}

@media screen and (max-width: 1150px) {
    .snip-position img {
        max-width: 22%;
    }

    .snip .snip__image {
        height: 53vh;
    }
}

@media screen and (max-width: 575px) {
    .snip-position img {
        max-width: 40%;
        right: 55px;
    }

    .snip__title {
        height: auto;
    }
}

.text-underline {
    text-decoration: underline !important;
    font-size: larger;

}

.about-us .founded {
    text-align: left;
}

.banner-section.banner-solar-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-color: #000;
}

@media screen and (min-width: 768px) {
    .featured-area-one2.featured-area-mapp .saving-m-auto {
        position: fixed;
        bottom: 7px;
    }
}

.featured-area-one2.featured-area-mapp .saving-m-auto .saving-book .button {
    background-color: #000000ab;
}

.featured-area-one2 h2,
.featured-area-one2 h6 {
    padding-bottom: 0 !important;
}


.battery-backup-image {
    position: absolute;
    top: 51px;
    right: 135px;
}

.video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* so content appears on top */
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    /* 100 * (16/9) to maintain aspect ratio */
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-background iframe {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    border: none;
}





.our-blog-section {
    height: fit-content;
    background-image: url("../images/blog/blog-banner.jpg");
}

.banner.our-blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-color: #000;
}


.our-blog-text h2 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}

.our-blog-text-img .admin {
    background-color: #fff;
    align-items: center;
    width: fit-content;
    padding: 4px;
    border-radius: 40px;
    padding-right: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.our-blog-text-img h5 {
    font-size: 14px;
    color: #666;
}

.our-blog-text>span {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
}



.our-blog-text a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;

}

.our-blog-text a.blog-title {
    display: flex;
    justify-content: left;
}

.our-blog-text a i {
    width: 40px;
    line-height: 0;
    height: 40px;
    display: flex;
    align-items: center;
    border: 3px solid #cbcbcb;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
    font-size: 17px;
}

.our-blog-text h5 {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.our-blog-text h6 {
    font-size: 14px;
    padding-left: 25px;
    display: inline;
    border-radius: 31px;
    position: relative;
    line-height: 0;
    font-weight: bold;
    color: #000;
    margin-right: 20px;
    margin-bottom: 20px;
}



.our-blog-text p {
    padding-top: 15px;
    padding-bottom: 22px;
    width: 90%;
    min-height: 154px;
    overflow-y: hidden;
    height: 147px;
    margin-bottom: 5px;
    margin-top: 20px !important;
}

.our-blog-text-img>img {
    width: 100%;
    border-radius: 30px;
}

.our-blog-text-img {
    position: relative;
}

.our-blog-text {
    margin-bottom: 40px;
    display: flex;
    padding: 10px;
    border: 1px solid #ebedf3;

}

/* 47. posts */
.posts h4 {
    font-weight: bold;
}

.posts {
    /* border: 1px solid #cacaca; */
    border-radius: 30px;
    /* padding: 40px; */
    /* box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75); */
}

.posts h4 {
    font-weight: bold;
    font-size: 16px;
}

.posts {
    /* border: 1px solid #cacaca; */
    border-radius: 30px;
    /* padding: 40px; */
    /* box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75); */
    position: sticky;
    top: 30px;
}

.posts .line {
    width: 100%;
    height: 4px;
    background-color: #E7E7E7;
    display: block;
    margin-top: 10px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
}

.posts .line:before {
    width: 25%;
    border-radius: 35px;
    height: 4px;
    background-color: #5f5f5f;
    display: block;
    content: "";
    position: absolute;
}

ul.recent-posts {
    padding-left: 0 !important;
}

/* 48. ul.recent-posts */
ul.recent-posts li span {
    color: #5f5f5f;

    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    color: #000;
}

ul.recent-posts li a:hover {
    color: #5f5f5f !important;
    padding-left: 0px !important;
    align-items: start;
}

ul.recent-posts li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;

}

ul.recent-posts li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    color: #000;
    padding-left: 0px !important;
    align-items: start;
}

ul.recent-posts li {
    align-items: center;


}

ul.recent-posts li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    color: #000;
}

ul.recent-posts li:hover i {
    transform: rotate(360deg);
    color: white;
    background-color: #5f5f5f;
}

ul.recent-posts li i {
    align-items: center;
    display: flex;
    width: 34px;
    height: 34px;

    border-radius: 50%;
    background-color: #F8F8F8;
    transform: rotate(323deg);
}

















ul.recent-comments li p {
    border-bottom: 1px solid #444;
    display: inline;
    color: #444;
}

ul.recent-comments li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.recent-comments li span {
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
}

.blog-detail-sec {
    width: 100%;
    padding-left: 15px;
}



.blog-detail-nav {

    height: 80px;
    background-color: #000;
    color: #ffff;
}

.blog-category-strong a {
    color: #000;
    font-family: Roboto, Helvetica Neue, sans-serif !important;
    font-size: 16px;
    font-weight: 700 !important;
    padding: 10px 5px !important;

}

.blog-category-strongs {

    color: #000;
    font-family: Roboto, Helvetica Neue, sans-serif !important;
    font-size: 16px;
    font-weight: 700 !important;
    padding: 10px 5px !important;


}

.blog-category-bold {
    color: #555555 !important;

}



.blog-category-strong strong {
    color: #000;

}

.blog-category-strong p {
    margin: 0px !important;
}

.blog-category-strong {
    color: #555555;


}



.blog-detail-gap {
    margin: 30px;

    height: 110px;
}

@media screen and (max-width: 768px) {
    .our-blog-text {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .blog-section-- {
        flex-direction: column-reverse;
    }

    .posts {
        margin-bottom: 20px;
    }

    .our-blog-text h2 {
        margin-top: 10px;
    }
}


.blog-detail-text {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 32px !important;
    font-family: Roboto, Helvetica Neue, sans-serif !important;
    letter-spacing: normal !important;
    color: #000;
}

.blog-detail-texts {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 32px !important;
    font-family: Roboto, Helvetica Neue, sans-serif !important;
    letter-spacing: normal !important;
    color: #555;
    margin: 0 0 16px !important;

    padding: 0px;

}




.blog-detail-main h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: Roboto, Helvetica Neue, sans-serif !important;

}




.blog-detail-main h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto, Helvetica Neue, sans-serif !important;
}


.topcon-tunnel-oxide {
    line-height: 28px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: bolder;
    color: #000;

}


.topcon-tunnel-oxide p {

    margin: 2px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555;
}


.blog-detail-list li {
    font-size: 16px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    margin: 2px 0px !important;
    color: #000 !important;
}


.blog-detail-list-topic {
    color: #555555;
}

.post-section-one-blogtags {
    width: 447.16px;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    margin-bottom: 20px;
}


.post-section-one-blogtags a:hover {
    color: #5555;
}

/*-----------------------------------------------------------------------------------------------------------*/
.text-black.blog-text {
    color: #000;
    font-size: 18px;
}

.blog-p {
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 6px;
}

@media screen and (max-width: 575px) {
    .our-blog-text p {
        padding-top: 15px;
        padding-bottom: 22px;
        width: 90%;
        min-height: auto;
        overflow-y: visible;
        height: auto;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .our-blog-text-img figure,
    .our-blog-text-img figure img {
        height: 100%;
    }

    .our-blog-text p {
        padding-top: 15px;
        padding-bottom: 22px;
        width: 90%;
        min-height: 88px;
        overflow-y: hidden;
        height: 60px;
        margin-bottom: 5px;
    }
}

.blog-heading-none {
    min-height: auto !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}



/*product1.css*/
.btn-add-cart {
    margin-right: 60px;
}

.item.ng-star-inserted {
    display: flex;
    margin: 0 10px;
}

.new-project button.owl-dot.active {
    background-color: #b20a0a;
}

.new-project button.owl-dot {
    background-color: #c28484;
    margin-bottom: 60px;
    margin-right: 10px;
}

.new-project.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #86979100;
}

.view a {
    color: #000;
    text-decoration: underline !important;
}

.recent-projects.two {
    margin-bottom: 50px;
}

.heading {
    margin-bottom: 60px;
}


/*product category*/
:host ::ng-deep .menu-bar {
    position: relative;
    margin-bottom: 10px;
}

:host ::ng-deep header {
    border-bottom: 1px solid #ebedf3;
}

/* :host ::ng-deep .navbar-links li>a {
    color: #393c41;
} */
@media screen and (min-width: 992px) {
    :host ::ng-deep .navbar-links li>a {
        color: #393c41;
    }
}

:host ::ng-deep .header-button.newsbox.button {
    border: 1px solid #d9251c;
}

:host ::ng-deep .header-button.newsbox.button:hover {
    color: #d9251c;
}

:host ::ng-deep a.header-button {
    color: #d9251c;
}

:host ::ng-deep .navbar-links li>a:hover {
    color: #000;
}

.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    /* background: url(/assets/images/zoom-ico.png) left top no-repeat; */
}

.ngxImageZoomContainer[_ngcontent-uvm-c342] {
    width: 100% !important;
    height: auto !important;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.p-list {
    display: flex;
    align-items: center;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
}

/* .owl-carousel.owl-drag .owl-item {
    width: 100% !important;
} */

.piclist li img {
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}



.section-bg {
    background-color: #fff;
    min-height: 600px;
}

section {
    padding: 30px 0;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    margin-top: 25px;
    margin: 0 0 auto;
}

@media screen and (max-width: 570px) {
    ._boxzoom .zoom-thumb {
        width: 100%;
    }
}

._boxzoom .zoom-thumb ul.piclist {
    padding: 8px;
    top: 0px;
    border: 1px solid #ebedf3;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}

.piclist li img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    padding: 6px;
    cursor: pointer;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
}

._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}




.product-graph {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.product-graph h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d9251c;
    line-height: 2rem;
}

.product-curvegraph {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    margin-top: 26px;
    padding: 20px;
}





.warranty-box {


    font-family: Arial, sans-serif;
    max-width: 600px;

    padding: 20px;
    padding-bottom: 0;
}

.warranty-row {
    display: flex;
    margin-bottom: 8px;
}

.warranty-row strong {
    color: #000;
    /* blue text like image */
    min-width: 180px;
    display: inline-block;
    font-size: 18px;
}

.warranty-row span {
    color: #333;
    font-size: 18px;
}



.p-list span {
    margin-right: 15px;
    font-size: 20px;
}

.p-list span.price {
    font-size: 25px;
    color: #318234;
}

._p-qty>span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
    font-size: 15px;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #3b3b3b;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 34px;
    font-size: 20px;
    font-weight: bold;
}

._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #878383;
    border-bottom: 1px solid #878383;
    margin: 0px;
    width: 50px;
    height: 34px;
    font-size: 14px;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
}

._p-add-cart ._p-qty {
    display: flex;
    align-items: center;
}

.p-list {
    margin-bottom: 10px;
    margin-top: 10px;
}

._p-features>span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}

._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}

._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #3b3b3b;
    font-weight: 700;
    line-height: 1.2em;
}

.title_bx h3.title:before {
    content: "";
    height: 1px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #3b3b3b;
}

.title_bx h3.title:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #3b3b3b;
}

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
    background-color: #3b3b3b !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;


}

.owl-nav {

    margin-bottom: 25px;
}

.owl-nav .owl-next {
    right: -10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    top: 50%;
    position: absolute;
}

.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}

.common_wd .owl-nav {
    position: absolute;
    top: -32%;
    right: 4px;
    width: 65px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    left: 0px;
}


/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #000;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.item .sq_box span.wishlist {
    right: 5px !important;
}

.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}

.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.sq_box .price-box {
    margin-bottom: 15px !important;
}

.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}

.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
    color: #28a745;
}

.sq_box img {
    object-fit: cover;
    height: 185px !important;
    width: 100% !important;
}

.sq_box span.wishlist i:hover {
    color: #fd7f34;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.pincode_checker_container {
    background: #fff;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.pincode_checker_container {
    padding: 6px 5px 0px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.pincode_checker_container .pincode_checker {
    width: 100%;
    padding: 0 0 15px 0;
    justify-content: space-between;
    /* height: 46px; */
    border-radius: 0;
    border-bottom: 1px solid #BABABA;
    align-items: center;
}

.pincode_checker_container .pincode_checker .delivery-pincode {
    display: flex;
    align-items: center;
}

.pincode_checker {
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
    margin-top: 10px;
    border-bottom: 1px solid #8c8c8c;
    grid-area: right;
}

.pincode_checker_container .pincode_checker button {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    padding: 6px 1.4rem;
    font-weight: 500 !important;
    margin: 5px;
}

.pincode_checker_container .pincode_checker button:hover {
    background-color: #000;
    color: #fff;
}

.pincode_details {
    margin-block: 8px;
    grid-area: right1;
}

.pdp_right_section .new-pdp .pincode_details h6 {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.pincode_details h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
}

.pincode_details h6 span {
    color: #2F9B6A;
    font-size: 15px;
    padding-right: 5px;
}

.pincode_details p {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.pincode_details p span {
    font-size: 15px;
    padding-left: 5px;
    font-weight: 700;
}

.bar-menu {
    color: #121111;
    padding-right: 15px;
}

.navbar-links li>a:hover {
    color: #000 !important;
}

.navbar-links li>a:hover {
    color: #000 !important;
}




.valid-feedback {
    color: #28a745;
}

.disable-button {
    background-color: rgb(169, 168, 168);
    opacity: 5;
    border-color: rgb(169, 168, 168);
}

.form-control.delivery-pin {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 15px !important;
}

.delivery-pincode span {
    font-weight: 500;
    font-size: 16px;
}

::ng-deep .ngxImageZoomContainer {
    position: initial !important;
    width: 100% !important;
}

.navbar-links li.navbar-dropdown:hover .dropdown form .form-group {
    position: initial;
}

::ng-deep .ngxImageZoomContainer {
    position: initial !important;
    width: 100% !important;
}

::ng-deep .ngxImageZoomContainer .ngxImageZoomThumbnail {
    display: flex;
    margin: auto;
    width: 100%;
}



/* body { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
}  */

.main {
    display: flex;
}

.main img {
    cursor: zoom-in;
}

.zoom-preview {
    height: "60vh";
    width: "60%";
    /* border: 1px solid #000;  */
    /* margin-left: 20px;  */
    background-repeat: no-repeat;
}

.imgStyle {
    width: 515px;
    height: 515px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
}

::ng-deep .ngxImageZoomFullContainer {
    max-height: 500px;
    left: auto !important;
    width: 50% !important;
    height: 100% !important;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
    min-height: 100% !important;
}



/*product page category */
.thumbnail-container {
    display: flex;
    padding: 6px 0px 0px;
    border: 1px solid #ddd;

    background: #fff;
}

.thumbnail-img {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 6px;
    transition: 0.3s;
    background: #fff;
    width: 90px;
    height: 90px;
}

.thumbnail-img:hover {
    border: 1px solid #000;
}

.zoomWindow {
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.productpage {
    padding-top: 40px;

}


.product-application {
    padding: 30px;
}

/* .productpage .heading{
    color: #b20a0a;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    
} */


.product-download a {
    font-size: 27px;

    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000;
}

.product-download a:hover {
    font-size: 27px;

    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #b20a0a;
}

.productpage a {
    color: #000;
}


.productpage a:hover {
    color: #b20a0a;
}





.productpage p {

    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 2px 0px;



}

.productpage h4 {
    font-size: 27px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000;
}

.productpage ul {
    margin-left: 0;
    margin-top: -30px;
}

.productpage ul li {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;

}

.productpage table {
    border-collapse: collapse;
    width: 731px;
    margin-top: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
}

.productpage table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 600;

}

table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

a {
    color: #0072ce;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.zoom-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 580px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    border: 1px solid #ccc;
    display: none;
    z-index: 5;
}

.details-section {
    flex: 1;
    position: relative;

}

#main-image {
    width: 100%;
}


.product-rightcontent {

    padding-left: 20px;
    padding-right: 20px;
    font-size: 27px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000;
}

.product-rightcontent h6 {
    font-weight: 700;
    font-size: 20px;
}

.product-rightcontent p {
    color: #212529;
}


.productpage h6 {
    font-size: 16px;
    color: #000;
    font-weight: 500
}



/*faq question answer*/



.faq-section {
    max-width: 700px;
    /* margin: 30px auto; */

    margin: 30px;
}




.faq {

    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    overflow: hidden;

    max-width: 850px;

    margin-top: 15px;


}

.faq-question {
    padding: 10px;

    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;

    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #000000de;
    color: #ffff;
}



.arrow {
    transition: transform 0.3s ease;
    font-size: 24px;
    color: white;
}

.faq-answer {
    padding: 10px;
    display: none;
    border-top: 1px solid #ddd;
    margin: 0px 16px 0px 0px;
    color: #0000008a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
}

.faq.active .faq-answer {
    display: block;
}

.faq.active .arrow {
    transform: rotate(180deg);
}



.product-characteristics {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}



/*-----------------------------solar panel detail Section------------------------------------------*/

.solar-pannel-heading {
    font-size: 48px;
    font-weight: 600;
    padding: 20px;
    line-height: 67px;
    color: #000;
    text-align: center;
    margin-bottom: -40px;
}

.solar-pannel-heading:hover {
    color: #b20a0a;
}

.solar-pannel-heading-mono {
    font-size: 48px;
    font-weight: 600;
    line-height: 67px;
    color: #000;
    text-align: center;
    padding: 20px;
}



.solar-pannel-heading-mono:hover {
    color: #b20a0a;
}


/*solar pannel faq*/

.faq-section {
    max-width: 100%;


}

/* Hide the toggle checkbox */
.faq-toggle {
    display: none;
}

/* Initially show only 5 lines for the entire content */
.faq-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* show only 5 lines total */
    -webkit-box-orient: vertical;
    overflow: hidden;
    justify-content: left;


    transition: all 0.4s ease;
}

/* When checked → show everything */
.faq-toggle:checked~.faq-content {
    -webkit-line-clamp: unset;
}

/* Read more/less button */
.read-more {
    display: inline-block;
    margin-top: 8px;
    border: 1px solid black;
    background-color: #000;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.read-more::after {
    content: "Read more";
}

.faq-toggle:checked~.read-more::after {
    content: "Read less";
}

.faq-content p {

    margin: 5px;
    padding: 5px;
}

.read-more:hover {
    background-color: #b20a0a;
}

.faq-content strong {
    font-size: 19px;
}




/*------------------------------------------------------FAQ form--------------------------------------------*/


.qa-section {
    background: #fff;
    padding: 20px;
    padding-bottom: 40px;

    margin-top: 140px;
}

.qa-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qa-header h3 {
    color: #b20a0a;
    font-size: 28px;
    margin: 0;
}

.ask-btn {
    background: #b20a0a;
    /* black instead of green */
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.ask-btn i {
    color: #fff;
}

.ask-btn:hover {
    opacity: 0.8;
    background-color: #000;
}

.qa-form {
    margin-top: 20px;
    margin-bottom: 90px;
}

.qa-form textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
}

.qa-form .input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.qa-form input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.qa-form .cancel-btn {
    background: #000;
    /* black instead of green */
    color: white;
    padding: 8px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.qa-form button:hover {
    opacity: 0.8;
}



.qa-form .submit-btn {
    background: #b20a0a;
    /* black instead of green */
    color: white;
    padding: 8px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;

}

.cancel-btn {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    margin-left: 10px;
}

.featured-area-one1.value {
    position: absolute;
    z-index: 11;
    bottom: 62%;
    left: 10%;
    width: 100%;
}


.featured-area-one1.value h2 {
    columns: #fff;
}

.consultation {
    font-size: 24px !important;
    line-height: 31px !important;
    margin-bottom: 17px !important;
    margin-top: 35px !important;
}

.pop-up-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -63%);
    z-index: 1050;
    /* background: #fff; */
    padding: 20px;
    border-radius: 12px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); */
    max-width: 600px;
    width: 90%;
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.qa-section {
    margin-top: 200px;
}

.productpage {
    margin-top: 42px;
}