/* ------------------------------------------------
  Project:   Pentair - Factory and Industrial WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner Slider
  7. Contact
  8. About Section
  9. Video
  10. List Icon
  11. Contact Form
  12. Extra
  13. Responsive Css
------------------------*/

:root {
    --themeht-primary-color: #FC6000;
    --themeht-text-color: #12181c;
    --themeht-white-color: #ffffff;
    --themeht-body-color: #2d2f30;
    --themeht-rgb-color: rgba(251, 165, 65, 0.1);
    --themeht-bg-dark-color: #273354;
    --themeht-bg-light-color: #f8f8f8;
    --themeht-border-light-color: #e1e1e1;
    --themeht-border-dark-color: #303b40;
    --logo-desktop-height: 70px;
    --logo-tablet-height: 60px;
    --logo-mobile-height: 50px;
}

/* ------------------------
    General
------------------------*/

body {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--themeht-body-color);
    overflow-x: hidden;
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--themeht-text-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
    font-style: normal;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    font-size: 50px;
    font-style: normal;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin-left: 0;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.text-decoration {
    text-decoration: underline;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.border-10 {
    border-width: 10px !important
}

section {
    padding: 50px 0
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: var(--themeht-primary-color);
}

.text-black {
    color: var(--themeht-text-color);
}

.text-grey {
    color: var(--themeht-body-color);
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: var(--themeht-white-color);
}

.dark-bg {
    background-color: var(--themeht-bg-dark-color);
}

.light-bg {
    background-color: var(--themeht-bg-light-color);
}

.theme-bg {
    background-color: var(--themeht-primary-color);
}

.transparent-bg {
    background-color: inherit !important;
}


/* ------------------------
    Banner
------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-auto {
    background-size: auto;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}


/* ------------------------
    Banner Slider
------------------------*/
.elementor-widget-banner-slider .swiper-wrapper {
    margin-left: 100px;
}

.banner-slider .slider-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    background-size: 100%;
}

.banner-slider .swiper-slide-active .slider-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-content {
     padding: 200px 0 300px; 
    position: relative;
    z-index: 9;
}

.slider-img::before {
    position: absolute;
    content: '';
    /* background-color: var(--themeht-bg-dark-color); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.banner-slider2 .slider-img::before {
    background-color: var(--themeht-primary-color);
    width: 50%;
    opacity: 0.9;
}

.banner-content h1 span {
    color: var(--themeht-primary-color);
    background: var(--themeht-bg-dark-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--themeht-white-color);
}

.banner-content p {
    font-weight: 500;
    font-size: 17px;
    color: var(--themeht-text-color);
}

.banner-slider2 .banner-content h1 {
    color: var(--themeht-white-color);
}

.banner-slider2 .banner-content p {
    color: var(--themeht-white-color);
}

.banner-slider .owl-carousel .owl-nav {
    top: inherit;
    transform: inherit;
    bottom: 0;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev,
.banner-slider .owl-carousel .owl-nav button.owl-next {
    width: 100px;
    height: 100px;
    line-height: 100px;
    top: inherit;
    transform: inherit;
    bottom: 0;
    font-size: 40px;
    border-radius: 0
}

.banner-slider .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 100px;
}

.banner-slider h1 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider p {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
}

.banner-slider .active p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2000ms;
}

.banner-slider .active .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2500ms;
}

.banner-slider h1,
.banner-slider p {
    color: var(--themeht-white-color);
}

.banner-slider p {
    max-width: 80%;
}

.banner-large-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.banner-large-text h1 {
    font-size: 200px;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--themeht-white-color);
}

.banner-slider-two h1 {
    font-size: 150px;
    line-height: 1;
    color: var(--themeht-white-color);
}

.banner-simple h1,
.banner-simple p,
.banner-simple .btn-box {
    transform: inherit;
    opacity: 1;
}

.banner-simple .banner-content {
    padding: 200px 0;
}


/* ------------------------
    About Section
------------------------*/
.year-counter {
    text-align: right;
}

.year-counter .counter {
    background: #FC6000;
    margin-left: auto;
    display: inline-block;
    padding: 8px;
    text-align: center;
}

.year-counter .counter-icon i {
    position: absolute;
    font-size: 120px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.1;
    top: 50%;
    z-index: -9;
}

.year-counter .counter span {
    font-size: 60px;
}

.about-call {
    position: absolute !important;
    top: 100px;
    background: var(--themeht-white-color);
    padding: 30px;
    display: inline-block;
    left: 0;
    width: auto !important;
}


/* ------------------------
    Video
------------------------*/
.round-text {
    position: relative;
    width: 180px;
    overflow: hidden;
    height: 180px;
    z-index: 9;
    display: inline-block;
    background: var(--themeht-white-color);
    border-radius: 100%;
}

.round-text text {
    text-transform: uppercase;
    font-size: 14.2px;
    letter-spacing: 2px;
    font-weight: 600;
    fill: var(--themeht-text-color);
}

.round-text svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -ms-animation-duration: 20s;
    -o-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.text-btn-icon {
    font-size: 45px;
    color: var(--themeht-white-color) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--themeht-primary-color);
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-popup i {
    font-size: 26px;
}

.center .round-text {
    margin-left: auto;
    margin-right: auto;
}

.right .round-text {
    margin-left: auto;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
    }
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    padding-left: 25px;
    position: relative;
    color: var(--themeht-text-color);
    margin-bottom: 10px;
}

.list-icon li:before {
    content: "\f069";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: var(--themeht-primary-color);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate 5s ease-in-out infinite;
}

.call-action-box h6 a {
    color: var(--themeht-primary-color);
    font-weight: 500;
}

.call-icon i {
    background: var(--themeht-bg-dark-color);
    font-size: 30px;
    color: var(--themeht-white-color);
    line-height: 1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    width: 100%;
}

.countdown>li {
    list-style-type: none;
    text-align: center;
}

.countdown>li span {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    color: var(--themeht-primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--themeht-primary-color);
}

.countdown>li p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    color: var(--themeht-white-color);
}


/* ------------------------
    Other
------------------------*/
p {
    margin: 0 0 25px;
}

blockquote,
.wp-block-quote.is-style-large {
    padding: 40px 40px 40px 140px !important;
    margin: 30px 0px 20px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    background-color: var(--themeht-bg-light-color);
    color: var(--themeht-text-color);
    font-style: italic;
}

blockquote span {
    color: var(--themeht-primary-color);
}

.themeht-blogs .post-card .post-desc blockquote p {
    margin-bottom: 15px;
    margin-top: 0;
}

body blockquote.wp-block-quote.is-style-large cite,
body blockquote.wp-block-quote.is-style-large p,
body blockquote p {
    margin: 0px;
}

blockquote:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f10d";
    font-size: 80px;
    display: flex;
    z-index: 99;
    background: var(--themeht-primary-color);
    width: 100px;
    height: 100%;
    text-align: center;
    color: var(--themeht-white-color);
    justify-content: center;
    align-items: center;
    font-style: initial;
}

.subscribe-form .primary-btn {
    padding: 0;
}

input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
    background-color: transparent;
    border: none !important;
    color: var(--themeht-white-color);
    padding: 16px 35px;
    height: 100%;
    border-radius: 0;
    line-height: inherit;
    z-index: 99;
    position: relative;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-select {
    border: none;
    border-bottom: 1px solid var(--themeht-border-light-color);
    padding: .375rem 15px .375rem 0;
    width: 100%;
    height: 55px;
    color: var(--themeht-body-color);
    border-radius: 0;
    background-color: transparent;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.form-select:focus,
textarea:focus {
    color: var(--themeht-body-color);
    border-bottom: 1px solid var(--themeht-primary-color) !important;
    box-shadow: none;
    background: transparent;
}

.dark-bg input[type="text"]:focus,
.dark-bg input[type="email"]:focus,
.dark-bg input[type="url"]:focus,
.dark-bg input[type="password"]:focus,
.dark-bg input[type="search"]:focus,
.dark-bg input[type="number"]:focus,
.dark-bg input[type="tel"]:focus,
.dark-bg input[type="range"]:focus,
.dark-bg input[type="date"]:focus,
.dark-bg input[type="month"]:focus,
.dark-bg input[type="week"]:focus,
.dark-bg input[type="time"]:focus,
.dark-bg input[type="datetime"]:focus,
.dark-bg input[type="datetime-local"]:focus,
.dark-bg input[type="color"]:focus,
.dark-bg textarea:focus {
    color: var(--themeht-white-color);
}



::-webkit-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

::-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

.dark-bg ::-webkit-input-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}

.dark-bg :-moz-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}

.dark-bg ::-moz-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}

.dark-bg :-ms-input-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}


:focus-visible {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
/*    background: url(https://themeht.com/template/pentair/assets/images/down-arrow.svg);*/
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
}


.contact-info p {
    margin-bottom: 10px;
}

.map {
    height: 300px;
}

.map iframe {
    filter: grayscale(100%);
}


/* ------------------------
    Responsive Css
------------------------*/
@media (min-width:1200px) {
    .themeht-sidebar {
        padding-left: 50px;
    }
}

@media (max-width:1550px) {
    .banner-large-text {
        left: 30px;
    }
}

@media (max-width:1400px) {

    .theme-title h2,
    .theme-title .h2 {
        line-height: 54px !important;
        font-size: 34px !important;
    }

    .banner-content {
        padding: 150px 0 300px;
    }

    .testimonial-heading {
        right: 50px;
    }

    .testimonial-heading h2 {
        font-size: 65px;
    }
}

@media (max-width:992px) {

    /*Banner*/
    .page-title {
        padding: 160px 0;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #header-wrap .navbar-brand.logo {
        padding: 15px 20px;
        margin-top: 0;
    }

    .logo img {
        max-height: var(--logo-tablet-height);
    }

    .banner-content {
        padding: 0 0 160px;
    }

    .team-member {
        margin-bottom: 50px;
    }

    .right-nav {
        margin-left: 30px;
    }

    .testimonial.style-1 {
        display: block;
    }

    .header-top .social-icons,
    .banner-pagination,
    #header-wrap .navbar-brand.logo:before {
        display: none;
    }

    .elementor-widget-banner-slider .swiper-wrapper {
        margin-left: 0;
    }

    .banner-large-text h1 {
        font-size: 100px;
    }

    .banner-slider-two h1 {
        font-size: 120px;
    }

    .testimonial-heading {
        top: 100px;
        text-align: left;
        right: 0;
    }

    .project-item.style-2 {
        margin-bottom: 40px;
    }

    .price-table {
        display: block;
    }

    .price-list {
        width: auto;
        margin: 30px 0;
    }

    .price-table.style-2 .price-title h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .project-item h4 a {
        max-width: inherit;
    }

    .themeht-sidebar {
        margin-top: 40px;
    }

    .banner-slider .owl-carousel .owl-nav button.owl-prev,
.banner-slider .owl-carousel .owl-nav button.owl-next {
    width: 71px;
    height: 0px;
    line-height: 100px;
    top: inherit;
    transform: inherit;
    bottom: 0;
    font-size: 39px;
    border-radius: 0
}

}

@media (max-width:767px) {
    .theme-title h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .theme-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .header-top,
    .right-nav {
        display: none !important;
    }

    .banner-large-text {
        left: 20px;
        bottom: 80px;
    }

    .testimonial.style-1 .testimonial-content {
        padding: 30px;
        width: 100%;
    }

    .text-large-style {
        position: relative !important;
        top: inherit;
        left: inherit;
        transform: inherit;
        text-align: center;
        height: inherit;
        margin: 0;
    }

    .text-large-style h3 {
        font-size: 50px;
    }

    .counter span {
        font-size: 40px
    }

    .video-popup i {
        font-size: 20px;
    }

    .marquee-btn span {
        font-size: 100px;
    }

    .about-call {
        top: 0;
    }

    blockquote {
        padding: 140px 20px 20px 20px !important;
    }

    blockquote:after {
        width: 100%;
        height: 100px;
    }

    #header-wrap .navbar-brand.logo,
    .sticky-header .navbar-brand.logo {
        margin-top: 0;
        box-shadow: none;
        padding: 15px 0;
    }

    .countdown>li {
        margin-bottom: 30px;
    }

    .countdown>li span {
        font-size: 40px;
    }

    .price-title h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .price-list ul li {
        width: 100%;
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .theme-title h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .banner-large-text h1 {
        font-size: 60px !important;
    }

    /*Banner*/
    .breadcrumb-item {
        line-height: 30px;
    }

    .page-title {
        padding: 160px 0 110px;
    }

    /*Other*/
    .social-icons.footer-social li a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 26px;
    }

    .featured-item.style-1 {
        display: block;
    }

    .featured-item.style-1 .featured-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.bg-pic{
    /* background: url(../images/bg/testi_bg_4.jpg); */
    background-size:cover !important ;
    background-repeat:no-repeat ;
    background-position: center center;
    background:#e9e9e9 ;
}

.footer_bg{
    background: url(../images/bg/footer_bg_2.jpg);
}

.footer-social li a i{
    margin-right: 0;
}
.pulse {
    animation: pulse-animation 2s infinite;
  }
.circle1 {
    border-radius: 50%;
    box-shadow: 0px 0px 2px 2px #23c76473;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 9999;
  }
  
  @keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #23c76473;
    }
    100% {
        box-shadow: 0 0 0 20px #23c76473;
    }
  }
  .circle2 {
    border-radius: 50%;
    box-shadow: 0px 0px 2px 2px #23c76473;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 9999;
  }


  
    /* Add custom button hover animation */
    .btn-enquiry, .btn-whatsapp {
        transition: transform 0.3s ease;
    }

    .btn-enquiry:hover, .btn-whatsapp:hover {
        transform: scale(1.1);
    }

    .btn-whatsapp {
        background-color: #25D366;
        border-color: #25D366;
    }

    .btn-whatsapp:hover {
        background-color: #128C7E;
        border-color: #128C7E;
    }

    .btn-enquiry {
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-enquiry:hover {
        background-color: #0056b3;
        border-color: #004085;
    }

    /* Optional: Icon styling */
    .btn i {
        margin-right: 8px; /* Space between icon and text */
    }



  /****SEo  STart****/
.location{
    margin-bottom: 30px;
  }
  .location-heading {
    background-color: #0b3b87;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    margin: 30px 0px;
    display: block;
    font-size: 26px;
  }
  
.location-subHeading {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    font-size: 18px;
    display: block;
    text-align: center;
    background: #efefef;
    padding: 13px;
}
  hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #cecece;
  }


  .pricing-block .inner-box div {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 11px;
}

.pricing-block{

        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}


.forHeadingOne {
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
    background: #f3f3f3;
    padding: 18px;
    border-bottom: 2px solid #ed3237;
    border-radius: 3px;
    color: #00adef;
    line-height: 36px;
}


.forHeadingTwo {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: 32px !important;
    color: #00adef;
    background: #f7f1f1;
    padding: 10px;
    border-left: 2px solid #ed3237;
    border-radius: 3px;
    margin-top: 20px;
}



.product-list-li ul li {
    list-style-type: none;
    margin: 10px 0;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
  }
  
  .product-list-li ul li strong{
    font-weight: 700;
  }
  
  .product-list-li ul li::before {
    content: "";
    height: 12px;
    width: 12px;
    display: block;
    background: #00adef;
    position: absolute;
    top: 7px;
    left: 0px;
    border-radius: 50%;
    border: 2px solid #ed3237;
  }
  
  .product-pic{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 2px solid #ed3237;
    padding: 10px;
  }
  
  .product-pic img {
    width: 100%;
    
  }
  .for-seo-product{
    margin-top: 180px;
  }
.for-seo-product p{
    font-size: 14px;
    letter-spacing: 0.50px;
    line-height: 24px;
    text-align: justify;
    margin: 0 0 15px;
    color: #595959;
}


.page-title-h6 {
    font-size: 40px;
    color: var(--themeht-white-color);
    line-height: 60px;
    font-weight: 600;
    word-break: break-word;
    padding-left: 20px;
}

@media (max-width: 576px) {
    h1 {
        font-size: 30px !important;
        line-height: 50px !important;
    }

    .page-title-h2 {
        font-size: 28px !important;
        color: #fc6000;
        line-height: 44px !important;
        font-weight: 600;
        word-break: break-word;
        /* padding-left: 30px; */
    }
}

.page-title-h1 {
    font-size: 35px;
    color: var(--themeht-white-color);
    background: #273354;
    line-height: 56px;
    font-weight: 600;
    word-break: break-word;
/*    padding-left: 30px;*/
}

.page-title-h2 {
    padding-left: 5px;
    font-size: 22px;
    background: #fc6000;
    color: #fff;
    line-height: 46px;
    font-weight: 600;
    word-break: break-word;
    padding-left: 30px;
    margin: 20px 0;
}

.list-unstyled li {
    padding-bottom: 10px;
}
/****SEo  END****/