/*
Theme Name: Yes Valves
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/
/* Start Default CSS*/
    @font-face {
        font-family: 'fontello';
        src: url('./assets/fonts/fontello.eot');
        src: url('./assets/fonts/fontello.eot') format('embedded-opentype'),
            url('./assets/fonts/fontello.woff') format('woff'),
            url('./assets/fonts/fontello.ttf') format('truetype'),
            url('./assets/fonts/fontello.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .demo-icon {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
    }


    @font-face {
    font-family: 'ArialBlackCustom';
    src: url('assets/arial-black/arial-black.woff2') format('woff2'),
         url('assets/arial-black/arial-black.woff') format('woff'),
         url('assets/arial-black/arial-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

    /*Menu*/
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation li {
        position: relative;
    }
    .main-navigation a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #000;
        font-weight: 400;
    }

    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
    }

    .main-navigation ul.sub-menu.depth-0 {
        padding-left: 0;
    }

    .menu-toggle {
        display: none;
    }

.main-navigation a:hover, .main-navigation a:focus {
    /* background-color: #dfdfdf; */
    border-radius: 15px;
}
    /* .main-navigation .current-menu-item>a {
        font-weight: bold;
    } */

    /* Mobile styles */
    @media (max-width: 991px) {
        h2.mobile992.mb-4.product-title-mobile {
            font-size: 20px;
        }
        .about-text {
            margin-top: -19px;
        }
        .menu-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 4px;
            width: 40px;
            height: 40px;
            background: #e17f10;
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            z-index: 1;
            color: #fff;
        }

        .main-navigation li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu {
            display: none;
            padding-left: 15px;
            background-color: #f9f9f9;
        }

        .main-navigation ul.sub-menu .sub-menu {
            padding-left: 15px;
        }

        .main-navigation ul.sub-menu li a {
            padding-left: 25px;
        }

        .main-navigation ul.sub-menu li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu.active {
            display: block;
        }
    }

    /* Desktop styles */
    @media (min-width: 992px) {
        .main-navigation>ul>li {
            display: inline-block;
        }

        .main-navigation ul.sub-menu {
            position: absolute;
            min-width: 263px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
            padding-left: 0;
            border-radius: 5px;
        }
        .main-navigation ul.sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }
        /* Show submenu on hover (desktop only) */
        .main-navigation li.has-children:hover>ul.sub-menu {
            display: block;
        }
    }
.navbar-nav #menu-item-84 > a::after, .navbar-nav #menu-item-80 > a::after, .navbar-nav #menu-item-85 > a::after {
    content: '▾';
    margin-left: 2px;
    font-size: 16px;
    opacity: .9;
}
.menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
}
.dropdown-icon {
    font-size: 12px;
    transition: 0.3s ease;
}
.menu-item:hover .dropdown-icon {
    transform: rotate(180deg);
}
.menu-toggle {
    /*background: none;*/
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.menu-toggle i {
    transition: 0.3s;
}
i.fa-solid.fa-angle-down.dropdown-icon {
    font-size: 16px;
}
.menu-toggle.active i {
    transform: rotate(180deg);
}
    /* Navbar styles */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }
    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: end;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
    }
    button.navbar-toggler {
        background: var(--primary);
        color: #fff
    }
    /*Menu End*/

    /* Sticky Navbar */
    #masthead {
        background-color: #fff;
        transition: .5s ease top;
        top: -105px;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    border-radius: 0 0 50px 50px;
        &.sticky {
            /* position: fixed; */
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
        }

        .header {
            justify-content: center;

            h1 {
                color: white;
            }
        }

        z-index: 999;
    }

    /*Multi Slider*/
    .slider-container {
        width: 100%;
            padding: 0 0 20px 0px;
        position: relative;
        overflow: hidden;
    }
    .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }
    .slider-slide {
        flex: 0 0 auto;
        text-align: center;
        font-size: 18px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .slider-slide img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .slider-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .slider-button-next {
        right: 10px;
    }
    .slider-button-prev {
        left: 10px;
    }
    .slider-pagination {
        text-align: center;
        margin-top: 10px;
    }
    .slider-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }
    .slider-dot.active {
        background: #333;
    }
    /* End Default CSS*/

    :root {
        --primary: #e98311;
        --secondary: #323638;
    }
    section {
        float: left;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }
.header-top {
    position: relative;
    padding: 7px 0px;
    background-color: var(--secondary);
    float: left;
    width: 100%;
        z-index: 9999;
    /* border-radius: 40px 40px 0 0;
    border-left: 4px solid var(--primary);
    border-right: 4px solid var(--primary); */
}
.top-h {
    position: absolute;
    z-index: 999;
    margin-top: 8px;
        padding: 45px 30px 30px 30px;
}
.header-top ul li a {
    color: #ffff;
}
    .header-top .top-left {
        position: relative;
        float: left;
        padding-left: 15px;
        margin-top: 10px;
    }
    .header-top .info-list {
        position: relative;
        margin-bottom: 0;
        padding-left: 0;
    }
    .header-top .info-list li {
        position: relative;
        color: #ffffff;
        margin-right: 15px;
        display: inline-block;
        list-style: none;
    }
    .header-top .info-list li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        color: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .header-top .top-right {
        position: relative;
        float: right;
    }
    .menu_header {
        float: left;
        width: 100%;
        box-shadow: 0px 0px 1px 1px #e5e5e5;
        position: relative;
        background: #fff;
    }
    .header-top .info-list li .icon {
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary);
        margin-right: 10px;
        float: left;
    }
        .call-i {
    font-size: 14px;
    margin-right: 5px;
}
.mail-i {
    font-size: 17px;
    margin-right: 5px;
}
.mr-5{
    margin-right: 10px;
}
#menu-item-81 a{
    padding: 10px 30px 10px 15px;
}
    .logo img {
        width: 100%;
        height: auto;
    }
    .logo {
        width: 90px;
        height: auto;
    }

    /*Slider*/
    #slider .carousel-control.left,
    #slider .carousel-control.right {
        opacity: 0;
        filter: alpha(opacity=0);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        transition: all .25s ease;
    }

    #slider .carousel-control .fa-angle-left {
        left: 5px;
        background: var(--primary);
    }

    #slider .carousel-control .fa-angle-right {
        right: 5px;
        background: var(--primary);
    }

    #slider .carousel-control .fa-angle-left,
    #slider .carousel-control .fa-angle-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #slider .carousel-control i {
        color: #fff;
        line-height: 40px;
        width: 40px;
        height: 40px;
        transition: all 500ms ease;
        background: var(--primary);
        border-radius: 50%;
        font-size: 20px;
        margin: 15px;
    }

    #slider .carousel-control i:hover {
        background: var(--secondary);
    }

    .slider01 {
        background-image: url(assets/images/slider/Banner.webp);
        background-repeat: no-repeat;
        padding-bottom: 50px;
        padding-top: 10px;
    }
    .slider02 {
        background-image: url(assets/images/slider/banner-2.webp);
        padding-bottom: 50px;
        padding-top: 10px;
    }
    .slider-content {
        padding-top: 140px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 15px;
        width: 100%;
        position: relative;
        z-index: 0;
    }
.sc-2{
    padding-left: 50px !important;
    padding-right: 50px !important;
    
}
.carousel-control-next, .carousel-control-prev {
    z-index: 0;
}
.content-inner {
    background-color: #000000c7;
    padding: 30px;
    clip-path: polygon(
        9% 0,
        100% 0,
        100% 77%,
        94% 100%,
        0 100%,
        0 25%
    )
}

    .slide-title {
        font-size: 30px;
        font-weight: 700;
        color: var(--primary);
        text-align: left;
    }

    .slide-sub-title {
        font-style: normal;
        font-size: 40px;
        color: var(--secondary);
        font-weight: 700;
        padding: 15px 0px;
    }

    .slider-description {
        color: #000;
        font-weight: 500;
        margin: 20px 0 20px;
    }


    /* Testimonial Section */
    .testimonial-section {
        position: relative;
    }
    .testimonials-img img{
        width: 100%;
        height: auto;
    }
    .carousel-indicators [data-bs-target] {
    background-color: #f89f3e;
    }
    .carousel-control-prev {
    justify-content: flex-start;
    }
    .carousel-control-next{
    justify-content: flex-end;
    }
    .carousel-indicators [data-bs-target] {
    height: 10px;
    }
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
/* .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
    .testimonial-section .sec-title .text {
        margin-top: 40px;
    }

    .testimonial-section .owl-carousel .owl-stage-outer {
        padding: 20px 0px;
    }

    .testimonial-section .owl-theme .testimonial-block {
        margin: 0px 15px;
    }

    .testimonial-section .btn_01 {
        position: relative;
        text-align: right;
        padding-right: 15px;
    }

    .testimonial-section .btn_01 {
        position: relative;
        width: 10px;
        height: 5px;
        border-radius: 0px;
        margin-left: 10px;
        display: inline-block;
        background-color: var(--secondary);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        opacity: 0.9;
    }

    .testimonial-section .btn_01.active,
    .testimonial-section .btn_01:hover {
        width: 30px;
        background-color: var(--primary);
    }
    .testimonial-block {
        position: relative;
        border: 4px double var(--primary);
        border-radius: 50px 50px 10px 10px;
        padding: 20px;
        margin: 0 100px;
    }
    .testimonial-block .inner-box {
        position: relative;
    }
    .testimonial-block .inner-box .upper-box {
        position: relative;
        padding-top: 9px;
        padding-left: 115px;
        margin: auto;
        width: 350px;
        text-align: center;
    }
    .testimonial-block .inner-box .upper-box .icon {
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .carousel-indicators.testi_btn {
        bottom: -60px;
    }
    .testimonial-block .inner-box .upper-box h4 {
        position: relative;
        color: var(--secondary);
        font-weight: 600;
    }
    .testimonial-block .inner-box .upper-box .designation {
        position: relative;
        color: var(--primary);
        font-size: 16px;
    }
    .testimonial-block .inner-box .text {
        position: relative;
        margin-top: 35px;
        color: #000;
        font-size: 16px;
        line-height: 1.9em;
        font-weight: 500;
        text-align: center;
    } */

    .testimonial-block {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 0px 0px 2px 2px var(--secondary);
    margin-right: 5px;
    margin-top: 5px;
}
.testimonial-block .inner-box .upper-box {
    float: left;
    width: 100%;
}
.testimonial-block .inner-box .upper-box .icon img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.testimonial-block .inner-box .text {
    margin-bottom: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    float: left;
    width: 100%;
}


    /* Fun fact */
   .counter-area {
  position: relative;
  /* background: var(--secondary); */
  background-image: url(assets/images/homepage/fun-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 60px;
  width: 110px;
  height: 110px;
  line-height: 97px;
  color: #fff;
  background:  var(--primary);
  border: 5px solid #fff;
  border-radius: 50px;
}
.counter-box .icon img{
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
  width: 60px;
}
.counter-box:hover .icon::before{
  left: 0;
  top: 0;
}
.counter-box .counter1 {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
}
.counter-box .title {
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
}
@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}

/* btn start */
a.theme-btn.mr-3 {
    margin-right: 15px;
}
.theme-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 12px 22px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--secondary);
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.theme-btn-w{
    background-color: #fff !important;
    color: #000 !important;
}
.theme-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    transform-style: preserve-3d;
    transform: scale(1, 0);
    transition: 0.5s ease;
    z-index: -1;
}
/* .theme-btn i {
    margin-left: 5px;
} */
.theme-btn:hover::before {
    transform-origin: center center;
    transform: scale(1);
}
.theme-btn:hover {
    color: #fff;
}
a{
    text-decoration: none;
}

/* about us */
.yv-section {
    position: relative;
    background: #ffffff;
    padding: 100px 20px 130px 20px;
    overflow: hidden;
    text-align: center;
}
.yv-y-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 153px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.yv-y-wrapper svg {
    height: 60%;
    opacity: 0.18;
}
.yv-content {
    position: relative;
    max-width: 900px;
    margin: auto;
}
.yv-logo img {
    max-width: 95px;
    height: auto;
}
.yv-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary);
}
.yv-text {
    font-size: 18px;
    line-height: 1.9;
    color: #000;
}
.yv-watermark {
    position: absolute;
    bottom: 40px;
    right: 60px;
    font-size: 97px;
    font-weight: 800;
    color: rgb(46 46 46 / 8%);
    letter-spacing: 12px;
    z-index: 0;
}
.yv-content {
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}
@keyframes fadeUp {
    from { transform: translateY(40px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
/* responsive */
@media (max-width: 992px) {
    .yv-y-wrapper {
        width: 200px;
    }
    .yv-title {
        font-size: 36px;
    }
    .yv-watermark {
        font-size: 60px;
        right: 20px;
    }
    
}


body{
    color: #000;
    font-family: Poppins;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6{
    /* font-family: 'ArialBlackCustom', Arial, sans-serif; */
    /* font-family: teko, sans-serif; */
}

/* section title */
.sec-title-three {
    position: relative;
    line-height: 1;
    padding-bottom: 20px;
}
h2.sec-title-three__title.desktop992 {
    margin-bottom: 15px;
}
/* .catpt-50 {
    padding-top: 50px;
}
.catpb-50{
    padding-bottom: 50px;
} */
@media (min-width: 768px) {
    .sec-title-three {
        padding-bottom: 15px;
        margin-top: -2px;
    }
}
.sec-title-three__tagline {
    color: var(--secondary);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 12px;
}
h4.dz-title {
    color: var(--primary);
}
.icon-bx-wraper p{
    color: #000;
    margin-bottom: 0;
}
.icon-lg i {
    vertical-align: middle;
    font-size: 60px;
    color: var(--primary);
}
.icon-bx-wraper.left .icon-lg, .icon-bx-wraper.left .icon-md, .icon-bx-wraper.left .icon-sm, .icon-bx-wraper.left .icon-xl, .icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 20px;
}
.icon-bx-wraper.style-3:hover .icon-cell i {
    color: #fff;
}
.sec-title-three__tagline__left-border {
    width: 39px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary);
    position: relative;
    top: -5px;
    margin-right: 20px;
}
.sec-title-three__tagline__left-border:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    animation: zumpX 4s linear infinite;
}
.sec-title-three__tagline__right-border {
    width: 39px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary);
    position: relative;
    top: -5px;
    margin-left: 20px;
}
.sec-title-three__tagline__right-border:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    animation: zumpX 4s linear infinite;
}
@keyframes zumpX {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    25% {
        transform: translateX(30px) scale(1.2);
        opacity: 0.8;
    }
    50% {
        transform: translateX(60px) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(30px) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}


h2 {
    color: var(--secondary);
    font-size: 35px;
    font-weight: 800;
    position: relative;
}
@media (min-width: 1500px) {
    .container {
    max-width: 1320px;
}
}
@media (min-width: 1200px) {
    .container {
    max-width: 1250px;
}
}
.about-sec{
    background-image: url(assets/images/about/about-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* product start */
.services-two{
	position:relative;
}
.services-two .auto-container{
	max-width:1600px;
}
.services-two_bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	background-position:center center;
}
.services-two_line-one{
	position:absolute;
	left:0px;
	top:35px;
	width:298px;
	height:225px;
	opacity:0.20;
	background-repeat:no-repeat;
}
.services-two_line-two{
	position:absolute;
	right:0px;
	top:120px;
	width:334px;
	height:245px;
	opacity:0.20;
	background-repeat:no-repeat;
}
.service-block_two{
	position:relative;
}
.service-block_two-inner{
	position:relative;
}
.service-block_two-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-block_two-image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.service-block_two-inner:hover .service-block_two-image img{
	transform:scale(1.05,1.05);
}
.service-block_two-content{
	position:absolute;
	left:5px;
	right:5px;
	bottom:0px;
}
.service-block_two-title{
	position:relative;
	padding:18px 20px;
	font-weight:600;
	margin-right:60px;
	background-color:var(--secondary);
        margin-bottom: 0;
}
.service-block_two-title {
	position:relative;
	color:#fff;
}
.service-block_two-title:before{
	position:absolute;
	content:'';
	right:-12px;
	top:0px;
	border-bottom: 18px solid #323638c9;;
    border-right: 12px solid transparent;
}
.service-block_two-arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	width:60px;
	height:58px;
	z-index:1;
	font-size:20px;
	line-height:60px;
	text-align:center;
	display:inline-block;
	color:#000; 
	background-color:#fff;
}
.service-block_two-arrow:hover{
	color:#fff;
	background-color:var(--primary);
}
.service-block_two-number{
	position:relative;
	width:65px;
	height:70px;
	font-size:48px;
	font-weight:600;
	text-align:center;
	line-height:70px;
	border-radius:0px 15px 0px 0px;
	background-color:var(--primary);
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
.circles {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
}
.circles .c-1 {
    position: absolute;
    width: 70px;
    height: 70px;
    background: var(--secondary);
    opacity: 0.50;
    border-radius: 50%;
}
.c-1 {
    animation: moveCircles 8s linear infinite;
}
.circles .c-2 {
    position: absolute;
    left: 100px;
    top: 60px;
    width: 80px;
    height: 80px;
    background: #c3d2ec;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}
.c-2 {
    animation: moveCircles 8s linear infinite reverse;
}
.circles.top-right.position-absolute {
    top: 0;
    right: 0;
}

.circles {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
}
.c-1.tr{
    animation: zoomRotate 8s ease-in-out infinite;
}
.circles .c-1 {
    position: absolute;
    width: 70px;
    height: 70px;
    background: var(--secondary);
    opacity: 0.50;
    border-radius: 50%;
}
.c-2.tr {
    animation: zoomRotate 8s ease-in-out infinite reverse;
}
.circles .c-2 {
    position: absolute;
    left: 100px;
    top: -67px;
    width: 80px;
    height: 80px;
    background: #f7a53d;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}
@keyframes zoomRotate {
    0% {
        transform: scale(1) translateX(80px);
    }
    25% {
        transform: scale(1.2) translateX(80px);
    }
    50% {
        transform: scale(1) translateX(80px);
    }
    75% {
        transform: scale(0.8) translateX(80px);
    }
    100% {
        transform: scale(1) translateX(80px);
    }
}
.animate-box {
    width: 120px;
    height: 120px;
    background: #004F44;
    animation: zoomRotate 2s infinite ease-in-out;
}
@keyframes moveCircles {
    0% {
        transform: rotate(0deg) translateX(80px) rotate(0deg);
    }
    50% {
        transform: rotate(180deg) translateX(80px) rotate(180deg);
    }
    100% {
        transform: rotate(360deg) translateX(80px) rotate(360deg);
    }
}

/* why choose us tart */
.why-choose-us {
    position: relative;
    background-color: var(--secondary);
    overflow: hidden;
}
.why-choose-us::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(89.96deg, rgba(0, 0, 0, 0) 62.89%, #1E1E1E 99.96%), url(assets/images/homepage/why-choose-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 20%;
    width: 40%;
    height: 100%;
    z-index: 0;
}
.why-choose-content {
    position: relative;
    margin: 100px 0px 70px 0;
    z-index: 1;
    padding-left: 50px;
}
.why-choose-item {
    border-bottom: 4px double #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.why-choose-item .icon-box {
    margin-right: 30px;
}
 .why-choose-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}
.why-choose-item-content p {
    color: #fff;
    margin: 0;
}
.why-choose-images img, .why-choose-images figure, .why-choose-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.why-choose-images {
    position: relative;
    z-index: 1;
}
.why-choose-images img, .why-choose-images figure, .why-choose-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.why-choose-images img, .why-choose-images figure, .why-choose-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

/* work process */
.how-it-work {
    background: url(assets/images/homepage/section-bg-shape.svg), #EBEFF0;
    background-repeat: no-repeat;
    background-position: bottom -1px center;
    background-size: 100% auto;
    padding: 70px 0 180px;
}
.how-work-item {
    position: relative;
    background-color: #fff;
    border-radius: 30px 30px 30px 0;
    padding: 30px 30px 60px 30px;
    z-index: 1;
}
.how-work-item {
    position: relative;
}
.how-work-item::before {
    content: '';
    position: absolute;
    bottom: -161px;
    right: -2px;
    width: 163px;
    height: 183px;
    background: url(assets/images/homepage/how-work-box-arrow-1.webp) no-repeat right bottom;
    background-size: contain;
}
.icon-box img {
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.how-work-item:hover .icon-box img {
    transform: rotateY(360deg);
}
.how-work-no {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: var(--primary);
    border: 8px solid var(--secondary);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.how-work-no h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
}
.how-work-item .icon-box {
    margin-bottom: 20px;
}
.how-work-item .icon-box img {
    max-width: 40px;
}
.how-work-content h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.how-work-content p {
    margin: 0;
}
.how-it-work .col-lg-3:nth-child(even) .how-work-item {
    padding: 30px 30px 45px 30px;
    margin-top: 90px;
}
.how-it-work .col-lg-3:nth-child(even) .how-work-item::before {
    content: "";
    position: absolute;
    bottom: auto;
    top: -50%;
    left: 50%;
    width: 167px;
    height: 319px;
    background: url("assets/images/homepage/how-work-box-arrow-2.webp") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -20%);
}
/* get in touch start */
.quote-wrapper {
    background: #fff;
    border-right: 5px solid var(--primary);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.quote-img img {
    border-radius: 10px 0 0 10px;
}
.quote-content {
    padding: 30px;
}
.quote-content .form-group {
    margin-bottom: 20px;
}
.quote-content .form-group .form-control {
    padding: 16px 22px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #ededed;
    border: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.quote-img img {
    max-width: 100%;
    height: auto;
}

/* blogs start */
.pxl-post--inner {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.pxl-post--featured {
    position: relative;
}
.pxl-post--featured {
    overflow: hidden;
}
.pxl-post--featured img {
    width: 100%;
    height: auto;
}
.pxl-post--featured img {
    -webkit-transition: all .6s;
    transition: all .6s;
    transform: translateX(-5px) scale(1.06);
}
.pxl-item--holder {
    padding: 35px 35px 28px 35px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.pxl-item--holder:before {
    display: block;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 40px;
    content: "";
    right: 0;
    transform: scaleX(0);
    transition: all 300ms linear 0ms;
}
.pxl-post--date {
    position: absolute;
    padding-left: 45px;
    padding-right: 22px;
    border-radius: 10px;
    min-height: 100px;
    top: -37px;
    left: 40px;
    background-color: var(--secondary);
}

.pxl-post--date {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 66px;
}
.date-month {
    text-transform: uppercase;
    background-color: var(--primary);
    border-radius: 20px;
    padding: 4px 8px;
    color: #fff;
    position: absolute;
    font-weight: 500;
    top: 50%;
    left: 30px;
    z-index: 99;
    margin: 0;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: top left;
    min-width: 80px;
    text-align: center;
}
.date-day-year {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.date-day {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.pxl-post--title {
    margin-bottom: 0;
    font-size: 30px;
}
.pxl-item--holder:before{
    background-image: linear-gradient(to right, #d47901, #e5b900);
}
.pxl-post--inner:hover .pxl-item--holder:before {
    transform: scaleX(1);
}
.pxl-post--inner:hover .pxl-post--featured img {
    -webkit-transform: translateX(0) scale(1.06);
    transform: translateX(0) scale(1.06);
}
h3.pxl-post--title a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.blog-sec{
    background-image: url(assets/images/homepage/blog-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* cta start */
    .cta-area {
        position: relative;
        z-index: 1;
        bottom: -70px;
        overflow: hidden;
        padding-top: 95px;
        padding-bottom: 0;
    }
    .cta-wrapper {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-top: -100px;
        padding: 40px;
        border-radius: 0px;
        z-index: 1;
        border-radius: 10px;
    }
    .cta-wrapper::before {
        content: "";
        position: absolute;
        background: var(--primary);
        border-radius: 0px;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0px;
        opacity: .85;
        z-index: -1;
    }
    @media (min-width: 992px) {
        .text-lg-start {
            text-align: left !important;
        }
    }
    .cta-divider {
        position: relative;
    }

    .cta-divider {
        color: #fff;
    }

    .cta-divider::before {
        position: absolute;
        content: close-quote;
        width: 2px;
        bottom: 0;
        background-color: #fff;
        right: -24px;
        top: 0;
    }
    .cta-text h2 {
        color: #fff;
        font-size: 31px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    .cta-divider:after {
        width: 0px;
        position: absolute;
        content: close-quote;
        height: 0px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #fff;
        top: 50%;
        transform: translateY(-50%);
        right: -30px;
    }
    @media (min-width: 992px) {
        .text-lg-end {
            text-align: end !important;
        }
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .cta-number {
    font-size: 28px;
    color: #fff !important;
    font-weight: 700;
    margin-right: 12px;
}
    .cta-number i {
        margin-right: 15px;
    }
/* footer start */
.footer-layout1 {
    position: relative;
    background-attachment: fixed;
    --body-color: #fff;
    z-index: 0;
}
.footer-wrapper {
    background-color: #000;
}
.widget-area {
    padding: 80px 0 30px;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}
@media (min-width: 1200px) {
    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.footer-widget, .footer-widget .widget{
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}
.widget {
    margin-bottom: 30px;
    position: relative;
    border-radius: 0px;
}
.footer-widget .wp-block-search__label, .footer-widget .widget_title {
    color: #fff;
    border-bottom: none;
    margin: -0.2em 0 24px 0;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}
.widget-about .about-text {
    max-width: 350px;
    margin-top: -0.5em;
    margin-bottom: -0.6em;
    color: #fff;
}
.widget-about .about-year {
    font-size: 32px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px var(--primary-color);
    margin-top: 21px;
    margin-bottom: -0.3em;
}
.widget-about .about-subtitle{
    color: #fff;
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
.widget-about .about-text{
    max-width: 350px;
    margin-top: -0.5em;
    margin-bottom: -0.6em;
    color: #fff;
}
.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}
.widget_nav_menu .grid-style {
    display: flex;
    gap: 25px 90px;
}
.footer-widget.widget_nav_menu .menu {
    min-width: 130px;
    margin-bottom: -2px;
    margin-top: -3px;
	padding-left: 0;
}
.footer-widget.widget_nav_menu li {
    border: 0 !important;
    padding-bottom: 0 !important;
}
.widget_nav_menu li{
    display: block;
    position: relative;
}
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 0;
    color: #fff;
    display: block;
    max-width: 100%;
    width: max-content;
    background-color: transparent;
    border: none;
    position: relative;
}
.footer-widget.widget_nav_menu a:before {
    font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101"; /* arrow-right */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 18px;
    transition: 0.4s;
    opacity: 0;
    color: var(--primary);
}
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--primary);
    padding-left: 20px;
}
.footer-widget.widget_nav_menu a:hover:before {
    opacity: 1;
}
a {
    transition: all ease 0.4s;
}
.social-btn {
    display: flex;
    gap: 10px;

}
.social-btn.style2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color:#fff;
}
.social-btn a {
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.widget-contact .contact-text {
    margin-top: 0.55em;
    margin-bottom: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 258px;
    display: flex;
}
.footer-text a {
    color: #fff;
}
.social-btn .face {
    background-color: #4267b2;
    transition: none;
    transform: none;
}
.social-btn .twitt {
    background-color: #4ba1f2;
    transition: none;
    transform: none;
}
.social-btn .insta {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
    transition: none;
    transform: none;
}
.social-btn .link{
    background-color: #3266c2;
    transition: none;
    transform: none;
}
.copyright {
    position: relative;
    padding: 8px 0;
    background: #ffffff;
    border-bottom: 5px solid var(--primary);
    z-index: 1;
}
.copyright::before {
    content: "";
    position: absolute;
    left: -40px;
    top: -10px;
    bottom: -1px;
    background: var(--primary);
    width: 150px;
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
    z-index: -1;
}
 .copyright .copyright-text {
        color: #000000;
        margin-bottom: 0px;
        font-size: 17px;
        text-align: center;
    }
    .copyright .copyright-text a {
        color: #000000 !important;
    }
	.copyright::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -10px;
    bottom: -1px;
    background: var(--primary);
    width: 150px;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.sec-title{
    margin-top: 10px !important;
}

/* whatsapp */
    .whatsapp-float {
        position: fixed;
        bottom: 80px;
        right: 20px;
        z-index: 100;
        text-align: center;
    }
    .whatsapp-icon {
        width: 50px;
        height: 50px;
        object-fit: cover;
        background-color: #25d366;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
    .whatsapp-float:hover .whatsapp-icon {
        transform: scale(1.1);
    }

    /* Bounce animation */
    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-100px);
      }
    }
    .bounce {
      width: 100px;
      height: 100px;
      background-color: #e74c3c;
      border-radius: 50%;
      animation: bounce 2s infinite;
    }

    /* Fade-in animation */
    @keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    .fade-in {
      opacity: 0;
      animation: fadeIn 3s forwards;
    }

    /* Rotating animation */
    @keyframes rotate {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .rotate {
      width: 100px;
      height: 100px;
      background-color: #f1c40f;
      animation: rotate 2s linear infinite;
    }
    @keyframes pulse {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.5);
      }
    }
    .pulse {
      width: 100px;
      height: 100px;
      background-color: #2ecc71;
      border-radius: 50%;
      animation: pulse 2s infinite;
    }
    .box {
      width: 200px;
      height: 100px;
      margin: 20px;
      background-color: #3498db;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: Arial, sans-serif;
      opacity: 0;
    }
    @keyframes fadeInLeft {
      0% {
        transform: translateX(-100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @keyframes fadeInRight {
      0% {
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @keyframes fadeInTop {
      0% {
        transform: translateY(-100%);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes fadeInBottom {
      0% {
        transform: translateY(100%);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }
    .fade-in-left {
      animation: fadeInLeft 2s forwards;
    }

    .fade-in-right {
      animation: fadeInRight 2s forwards;
    }

    .fade-in-top {
      animation: fadeInTop 2s forwards;
    }

    .fade-in-bottom {
      animation: fadeInBottom 2s forwards;
    }
    .br-r {
    border-radius: 0 0 0 50px;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.breadcrumb-wrapper {
    position: relative;
    z-index: 9;
}
.br-r {
    border-radius: 0 0 0 50px;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.breadcrumb-wrapper {
    position: relative;
    z-index: 99;
}
.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 213px 0 55px;
    z-index: 9;
    text-align: center;
}
.breadcrumb-wrapper .page-heading h1 {
    color: #fff;
    font-size: 40px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
    font-weight: 700;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: inline-flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
    border-radius: 30px;
    background: var(--secondary);
    padding: 15px 28px;
    line-height: 1;
    border: 1px solid #fff;
    flex-wrap: wrap;
}
.product-details ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.product-details ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.product-details ul li::before {
    content: "\f101"; /* fa-angles-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #f4a100; /* change color */
    font-size: 14px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    list-style: none;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: #fff;
}
.line-filter-outer {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}

.line-filter-outer:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.line-filter-media {
    position: relative;
    overflow: hidden;
}

.line-filter-media img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.line-filter-outer:hover .line-filter-media img {
    transform: scale(1.08);
}
.hover-effect-1 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: all 0.5s ease;
    text-align: left;
}

.line-filter-outer:hover .hover-effect-1 {
    opacity: 1;
}
.hover-effect-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    transform: translateY(40px);
    transition: all 0.5s ease;
}

.line-filter-outer:hover .hover-effect-content {
    transform: translateY(0);
}
.h-category {
    background: #f89e3e;
    border-radius: 30px;
    padding: 6px 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.hover-effect-content p {
    margin-top: 15px;
    opacity: 0;
    transition: all 0.5s ease;
}
.line-filter-outer:hover .hover-effect-content p {
    opacity: 1;
}
.mfp-link {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #f89e3e;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    border-radius: 3px;
    transition: 0.3s;
}
.mfp-link:hover {
    background: #e88928;
}
.line-filter {
    background: #fff;
    padding: 30px;
}
.filter-content {
    border-left: 4px solid #f89e3e;
    padding-left: 20px;
    text-align: left;
}
.filter-content h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.site-button-link {
    font-weight: 600;
    text-decoration: none;
    color: #111;
    position: relative;
}
.site-button-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #f89e3e;
    transition: 0.4s;
}
.site-button-link:hover::after {
    width: 100%;
}

/* product slider new */
.mtm-10 {
    margin-top: -24px;
}
.service-wrapper-2 {
    position: relative;
    padding-bottom: 40px;
}
.box-shadow2 {
    /* padding: 15px 15px 10px 15px; */
    margin-bottom: 30px;
    background: #ededed;
    /* box-shadow: #f39f45 0px 1px 8px; */
    border-radius: 10px;
}
/* .box-pro {
    overflow: hidden;
    position: relative;
} */
.box-pro img {
    width: 100%;
    height: auto;
    transition: all .5s ease;
}
/* .box-pro .box-content {
    color: #fff;
    background-color: var(--secondary);
    padding: 11px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    position: absolute;
    right: -100%;
    z-index: 2;
    transition: all .5s ease 0s;
} */
h3.pro_ti {
    margin-top: 0;
}
.box-pro .post {
    font-size: 16px;
    display: block;
    width: 190px;
    font-weight: 600;
}
.box-pro .icon {
    background-color: var(--secondary);
    padding: 8px;
    margin: 0;
    list-style: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    position: absolute;
    right: -100%;
    bottom: 15px;
    transition: all .5s ease .1s;
}
.box-pro .icon li {
    margin: 0 3px;
    display: inline-block;
}
.box-pro .icon li a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    display: block;
    transition: all .3s ease;
}
h3.pro_ti {
    background: var(--primary);
    font-size: 20px;
    padding: 14px 20px;
    color: #fff;
    text-align: center;
}



.box-pro{
    position: relative;
    overflow: hidden;
}

.box-pro .box-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: var(--secondary);
    color: #fff;
    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease;
}

.box-shadow2:hover .box-content{
    transform: scaleX(1);
}
/* .box-shadow2:hover .icon {
    right: 0;
} */
.box-shadow2:hover img {
    /*transform: scale(1.12);*/
    transform-origin: right center;
}
.box-shadow2:hover .pro_ti {
    background-color: var(--primary);
    color: #FFF;
    transition: all .5s ease .1s;
}
.project-card-final:hover img {
    transform: scale(1.08);
}
.project-card-final:hover .default-title {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
}
.project-card-final:hover .hover-overlay {
    opacity: 1;
}

.project-card-final:hover .hover-content {
    transform: translateY(0);
}



.products-grid__item {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

/* WRAP */
.products-grid__item-wrap {
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.products-grid__image img {
    width: 100%;
    display: block;
}

/* ===== BOTTOM LABEL ===== */
.products-grid__item-label {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;

    padding: 10px 15px;
    background: var(--primary);
    color: #fff;

    font-size: 16px;
    font-weight: 600;
    margin: 0;

    text-align: center;
}

/* ===== OVERLAY ===== */
.products-grid__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: var(--secondary);
    color: #fff;

    padding: 20px;

    transform: translateY(100%);
    opacity: 0;

    transition: all 0.5s ease;
    z-index: 2;
}

/* TEXT RESET */
.products-grid__item-content h3,
.products-grid__item-content p {
    margin: 0 0 10px;
    color: #fff;
}

/* BUTTON */
.products-grid__item-content .btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 8px 14px;
    text-decoration: none;
}

/* BORDER */
.products-grid__item::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.5px solid var(--primary);
    opacity: 0;
    transition: 0.5s;
}

/* ===== HOVER ===== */
.products-grid__item:hover .products-grid__item-content {
    transform: translateY(0%);
    opacity: 1;
}

.products-grid__item:hover::after {
    opacity: 1;
}




.industries-ico{
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
}
.hero-video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

/* Video */
.hero-video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 900px;
    padding: 0 20px;
}
.hero-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}
.hero-title span {
    display: block;
    animation: fadeUp 1s ease forwards;
}
.hero-title span:nth-child(2) {
    animation-delay: 0.3s;
}
.hero-title span:nth-child(3) {
    animation-delay: 0.6s;
}
.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Button */
.hero-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #004F44;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}
.hero-btn:hover {
    background: #f89e3e;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 24px;
        margin-top: 104px;
    }
    .hero-btn2 {
        margin-top: 20px;
    }
}

/* facilities sec-1 */
.about-left1 {
  position: relative;
  z-index: 1;
}
.about-experience b{
    color: #fff;
    line-height: 25px;
}
.about-area {
    position: relative;
}
.pattern-4 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 272px;
    height: 349px;
    background-repeat: no-repeat;
}
.about-area .about-left1::before{
    width: 200px;
    height: 200px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
}
.about-left1::before{
  content: "";
  position: absolute;
  bottom: -18px;
  left: -15px;
  width: 140px;
  height: 140px;
  border-radius: 0 100% 0 20px;
  background: var(--primary);
  z-index: 1;
}

.about-left1::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 250px;
  height: 80%;
  border-radius: 15px;
  border: 5px solid var(--primary);
  transform: translateY(-50%);
  z-index: -1;
}

.about-left1 img{
  width: 100%;
  border-radius: 10px;
}

.about-experience{
  position: absolute;
  top: 80px;
  left: -15px;
  text-align: center;
  background:  var(--primary);
  padding: 15px 20px 15px 15px;
  border-radius: 20px;
  color: var(--primary);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon{
  color: var(--primary);
  font-size: 65px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: auto;
  background:#fff;
  border-radius: 50px;
  margin-bottom: 5px;
}
.about-experience-icon img{
  width: 42px;
  filter: brightness(0) invert(1);
}
.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}
.about-content {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.about-list {
  position: relative;
  display: block;
}
.about-list li {
  position: relative;
  margin-top: 10px;
  font-weight: 500;
}
.only_is li {
    display: inline-block;
    width: 100%;
}
.only_is  {
    padding-left: 0;
}
.single-process-style2__inner .text ul li i{
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    color: var(--primary);
}
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  .about-left1{
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-left1::before{
    width: 120px;
    height: 120px;
  }

  .about-experience{
    top: 30px;
  }
}

/* section 2 */
.process-style2 {
    background-color: #efefef
}
.process-style2-video .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 35px;
    margin-right: 15px
}

.single-process-style2 .count-box,.single-process-style2 .icon-box {
    position: absolute;
    display: flex;
    color: #fff;
    transition: .5s;
    z-index: 1
}
.single-process-style2 {
    position: relative;
    display: block;
}
.single-process-style2 .icon-box {
    top: 0;
    left: 0;
    justify-content: center;
    width: 100px;
    height: 145px;
    border-radius: 35px 0 0;
    background-color: #000;
    font-size: 45px;
    line-height: 45px;
    padding-top: 40px
}
.single-process-style2 .count-box {
    bottom: 50px;
    left: 20px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}
.single-process-style2__inner {
    border-radius: 35px;
    background-color: #fff;
    padding: 40px 30px 33px 40px;
}
.default-sidebar,.single-process-style2__inner .title-box {
    position: relative;
    display: block
}
.single-process-style2__inner .title-box h2 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 11px
}
.title-box h3 {
    margin-top: 0;
}
.single-process-style2__inner .title-box h3 a {
    color: #000;
    transition: .2s linear .1s
}

.contact-social-list ul li:hover a i,.sub-menu a:hover,.single-process-style2__inner .title-box h3 :hover {
    color: #fff;
    background-color: var(--primary);
    border-radius: 0;
 padding-left: 23px;
}
.single-process-style2__inner .title-box .shape {
    position: relative;
    display: block;
    line-height: 0
}
.single-process-style2__inner .title-box .shape img {
    width: auto
}

.sidebar-cta-box:before,.sidebar-cta-contact::before {
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    right: 0
}
.single-process-style2__inner .text p {
    margin: 0;
    font-size: 17px
}
.page-single-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px
}
/* gallery */

        .gallery-item {
            cursor: pointer;
            transition: all 0.4s ease;
            margin-bottom: 1.5rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            background: white;
        }

        .gallery-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .gallery-item img {
            transition: transform 0.5s ease;
            width: 100%;
            height: auto;
            display: block;
        }

        .gallery-item:hover img {
            transform: scale(1.08);
        }
        .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            opacity: 0;
            transition: all 0.4s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .gallery-item:hover .overlay {
            opacity: 1;
        }

        .overlay span {
            font-weight: bold;
            font-size: 3rem;
            color: white;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover .overlay span {
            transform: scale(1);
        }
        /* Custom modal styles */
        .modal-content {
            background: transparent;
            border: none;
        }

        .modal-body {
            padding: 0;
            text-align: center;
        }

        .modal-body img {
            max-height: 80vh;
            width: auto;
            max-width: 100%;
            border-radius: 8px;
            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
        }

        .btn-close {
            position: absolute;
            top: -30px;
            right: auto;
            z-index: 10;
            filter: invert(1);
            opacity: 0.8;
            background-color: aliceblue;
        }

        .btn-close:hover {
            opacity: 1;
        }
        .masonry-container {
            column-count: 4;
            column-gap: 1.5rem;
        }

        .masonry-item {
            break-inside: avoid;
            margin-bottom: 1.5rem;
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .masonry-container {
                column-count: 3;
            }
        }

        @media (max-width: 768px) {
            .masonry-container {
                column-count: 2;
            }
        }

        @media (max-width: 576px) {
            .masonry-container {
                column-count: 1;
            }
        }

/* team start */
.people-wrapper {
  background: #f8f9fa;
}
/* .people-section{
    padding: 50px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0, 40, 60, 0.12);
} */
.main-display {
  display: flex;
  align-items: center;
  gap: 60px;
}

.left-content {
  flex: 1;
}
.description {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.valve-note {
  margin-top: 25px;
  font-style: italic;
  font-weight: 600;
  color: #f89e3e;
}

.large-image-wrapper {
  flex: 1;
  text-align: center;
}

.large-image-wrapper img {
  width: 100%;
  max-width: 528px;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.4s ease;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.slider-container {
  text-align: center;
}

.people-slider {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.slider-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.slider-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.slider-item.active img,
.slider-item:hover img {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* about us start */
.dz-media.aos-item img {
    border-radius: 10px 50px;
}
.m-b30 {
    margin-bottom: 30px;
}
.row.sp15, .sp15 {
    margin-left: -7px;
    margin-right: -7px;
}
.split-box {
    position: relative;
    overflow: hidden;
}
.w-100 {
    width: 100% !important;
}
.split-box.split-active:before {
    -webkit-animation: split-box-animation 1.5s cubic-bezier(.86, 0, .07, 1) forwards;
    animation: split-box-animation 1.5s cubic-bezier(.86, 0, .07, 1) forwards;
}
.split-box:before {
    background-color: var(--primary);
    z-index: 1;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.split-box:after, .split-box:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media img, .dz-post-media img {
    width: 100%;
    height: auto;
}

.object-cover {
    object-fit: cover;
}
/* vision and mission */
/* .bg-light1 {
    background: #fff;
}
.service-grid {
    position: relative;
    margin-right: 23px;
    z-index: 1;
    text-align: center;
    padding: 46px 40px;
}
.service-grid_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(0 8px 30px rgba(4, 6, 66, .08));
    filter: drop-shadow(0 8px 30px rgba(4, 6, 66, .08));
    z-index: -2;
}
.service-grid_shape:after, .service-grid_shape:before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    z-index: 1;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}
.service-grid_shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.service-grid_shape:after {
    width: 250px;
    height: 250px;
    top: 50%;
    margin: -125px -23px 0 0;
    background-color: #e9e9e9;
    z-index: 0;
}
.service-grid_icon i {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.service-grid_icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--primary);
    position: absolute;
    top: 11%;
    left: -15px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #fff;
    font-size: 35px;
}
.service-grid_title {
    line-height: 1.45;
    font-weight: 600;
    margin: 0 auto 15px auto;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    text-transform: uppercase;
    font-size: 28px;
}
.service-grid_text {
    font-size: 16px;
    max-width: 236px;
    margin: 0 auto 18px auto;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    font-weight: 500;
}
.service-grid:after {
    content: '';
    height: 250px;
    width: 250px;
    background-color: var(--secondary);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -125px -23px 0 0;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    z-index: -3;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.service-grid:hover .service-grid_shape:after, .service-grid:hover .service-grid_shape:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: .6;
}
.service-grid:hover .service-grid_shape:after, .service-grid:hover .service-grid_shape:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: .6;
}
.service-grid:hover .service-grid_title {
    color: var(--secondary);
}
.service-grid:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
} */

section.why-three {
    position: relative;
    background-image: url(assets/images/about/1astrobannner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.why-three__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: 1;
    animation: zump 2s linear infinite;
}

.why-card-three {
    position: relative;
    overflow: hidden;
}

.why-card-three__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 25px;
    border: 1px solid #dddddd;
    border-radius: 25px 25px 62px 25px;
    background-color: #ffffff;
    transition: all 500ms ease;
}

.why-card-three__identity {
    position: relative;
    z-index: 2;
}

.why-card-three__name {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.318;
    color: var(--primary);
}

.why-card-three__image i {
        font-size: 39px;
    margin: 10px 0;
    color: var(--primary);
}
.why-card-three__designation {
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.625;
    transition: all 500ms ease;
}

.why-card-three__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0.85);
    opacity: 0;
    background-color: var(--primary);
    border-radius: inherit;
    transition: all 500ms ease;
}

.why-card-three:hover .why-card-three__content::after {
    transform: scale(1);
    opacity: 1;
}

.why-card-three:hover .why-card-three__image i {
    background: #fff;
    padding: 6px;
    font-size: 28px;
    border-radius: 20px;
}
p {
    margin-top: 0;
    margin-bottom: 13px;
}
.why-card-three:hover .why-card-three__name,
.why-card-three:hover .why-card-three__designation {
    color: #fff;
}

.why-card-three:hover .why-card-three__name,
.why-card-three:hover .why-card-three__designation {
    color: #fff;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}


/* Apply animation */

.shake-effect {
    display: inline-block;
    animation: shake 0.6s ease-in-out;
    /* duration 0.6s */
}

.explore {
    background-color: #f7f7f7;
}


/* new section about us */

.choose-area {
    position: relative;
    background: #ededed;
    z-index: 1;
}

.choose-img {
    position: relative;
    margin-left: 50px;
}

.choose-img img {
    width: 100%;
    height: auto;
}

.choose-img img {
    border-radius: 30% 0 30% 30%;
}

.choose-content-wrap {
    margin-top: 30px;
}

.choose-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px 50px 50px 0;
    /* box-shadow: 0px 0px 4px 2px var(--main-color); */
    padding: 15px 15px 15px 0;
    overflow: hidden;
}

.choose-item-icon {
    width: 80px;
    height: 80px;
    line-height: 120px;
    text-align: right;
    background: var(--primary);
    border-radius: 50px 50px 50px 0;
    padding-right: 12px;
    margin-left: -12px;
}

.choose-item-info {
    flex: 1;
    color: #000;
}

.choose-item-info h4 {
    color: #000;
    margin-bottom: 10px;
    font-size: 21px;
}

.choose-img {
    position: relative;
    margin-left: 50px;
}

.choose-img::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary);
    border-radius: 30% 0 30% 30%;
}

.choose-img img {
    width: 100%;
    height: auto;
}

.choose-img img {
    border-radius: 30% 0 30% 30%;
}

.choose-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1;
    margin-top: 70px;
}

.choose-item-icon img {
    width: 50px;
    top: -20px;
    position: relative;
}

/* team people */


.cany_team_img {
    position: relative;
}
.cany_team_img img {
    width: 100%;
    height: auto;
}

.cany_team_img img {
    border-radius: 7px 7px 0px 0px;
    transition: all 500ms ease;
    width: 100%;
}
.cany_team-title a {
    color: #fff;
}
.cany_team-title {
    background: var(--secondary);
    position: absolute;
    bottom: 0;
    display: flex;
    left: 25px;
    right: 25px;
    font-size: 18px;
    justify-content: center;
    padding: 10px 0px;
    transition: all 500ms ease;
}
.cany_team {
    box-shadow: 0px -1px 5px 0px rgb(134 126 128 / 42%);
    border-radius: 7px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}


.cany_team-text {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;

    background: var(--secondary);
    padding: 15px;
    border-radius: 7px 7px 0 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    transform: translateY(100%);
    opacity: 0;

    transition:
        transform 0.7s ease,
        opacity 0.7s ease;

    z-index: 2;
}

.cany_team:hover .cany_team-text {
    transform: translateY(0);
    opacity: 1;

    color: var(--primary);
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.cany_team-title {
    transition: all 0.6s ease;
}

.cany_team:hover .cany_team-title {
    opacity: 0;
    transform: translateY(20px);
}


.copier_title-team {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.copier_title-team {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 10px;
}
.cany_team-text p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}


.cany_team:hover .cany_team_img img {
    transform: scale(.99);
}

/* industries detail start */
.welcome-section-outer {
    position: relative;
    z-index: 1;
}
.img-colarge2 {
    position: relative;
    height: 100%;
    margin-bottom: 110px;
}
/* .slide-right {
    -webkit-animation: moveLeft 1.5s ease-in-out infinite alternate both;
    animation: moveLeft 1.5s ease-in-out infinite alternate both;
} */
.colarge-2 {
    position: relative;
    margin-right: 206px;
    z-index: 1;
    border: 10px solid var(--primary); 
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px 50px;
}
.colarge-2 img {
    border-radius: 0px 37px;
}
.colarge-2{
    border-color: var(--primary);
}
.colarge-2-1 {
    position: absolute;
    left: 160px;
    bottom: 0px;
    max-width: 440px;
}
.since-year-outer2 {
    position: relative;
}
.since-year2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.since-year2 span {
    color: var(--secondary);
    font-size: 29px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: block;
    line-height: 60px;
    position: relative;
}
.since-year2 strong {
    color: var(--primary);
    font-size: 100px;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
    display: block;
    line-height: 37px;
    font-size: 63px;
}
.colarge-2-1 img {
    max-width: 100%;
    height: auto;
    border-radius: 0px 37px;
    margin-top: 52%;
}
@keyframes moveLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

/* Apply animation */
.move-left {
    display: inline-block;
    animation: moveLeft 0.6s ease-in-out infinite alternate;
}

.industrial-dl{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:linear-gradient(145deg,#2b2f36,#1f2329);
    border:1px solid #3f4652;
    border-radius:6px;
    padding:14px 26px 14px 22px;
    box-shadow:0 4px 0 #0b0d0f,inset 0 1px 2px rgba(255,255,255,.08),inset 0 -2px 3px rgba(0,0,0,.5);
    cursor:pointer;
    transition:all .1s ease-in;
    text-decoration:none;
    font-weight:600;
    font-size:1.05rem;
    letter-spacing:.03em;
    color:#e3e6ec;
    text-transform:uppercase;
    border-bottom:3px solid #b5650e;
    position:relative;
}
.industrial-dl i{
    font-size:1.8rem;
    color:#f7b64b;
    filter:drop-shadow(0 2px 2px #1f1105);
    transition:transform .2s,color .2s;
}
.dl-text{
    display:flex;
    flex-direction:column;
    line-height:1.2;
    border-left:2px solid #4d535e;
    padding-left:12px;
}
.dl-text .main{
    font-size: 16px;
    font-weight: 700;
    color: #f0f3f8;
    text-shadow: 0 2px 0 #0f1114;
}
.dl-text .sub{
    font-size:.7rem;
    font-weight:400;
    color:#a4aaba;
    letter-spacing:1px;
    text-transform:none;
}
.industrial-dl::before,
.industrial-dl::after{
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    background:#565e6b;
    border:1px solid #292e36;
    box-shadow:inset 0 1px 2px #7f899a,0 1px 0 #1b1e24;
}
.industrial-dl::before{top:4px;left:4px;}
.industrial-dl::after{bottom:4px;right:4px;}

.industrial-dl:hover{
    background:linear-gradient(145deg,#343a44,#262b33);
    border-bottom-color:#ff8c1a;
    transform:translateY(2px);
    box-shadow:0 2px 0 #0b0d0f,inset 0 1px 3px rgba(255,255,255,.1),inset 0 -2px 4px rgba(0,0,0,.7);
}
.industrial-dl:hover i{
    transform:scale(1.08);
    color:#ffc107;
}
.industrial-dl:active{
    transform:translateY(5px);
    box-shadow:0 0 0 #0b0d0f,inset 0 2px 5px rgba(0,0,0,.8);
    border-bottom-color:#b04f0c;
    transition:.02s;
}
.industrial-dl:focus-visible{
    outline:3px solid #fd9426;
    outline-offset:3px;
}
.demo-wrapper{
    display:flex;
    justify-content: flex-start;
}

/* contact us start */
.contact-top__item {
    /* background-color: var(--gotur-gray, #F3F8F6); */
    position: relative;
    padding: 35px 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 0 8px gray;
    min-height: 240px;
    position: relative;
    transition: all 0.35s ease;
    transform: scale(1);
}
.contact-top__item:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
/* .contact-top__item::before {
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--primary, #63AB45);
    z-index: -2;
} */
@media (min-width: 768px) {
    .contact-top__item__icon {
        font-size: 80px;
    }
}
.contact-top__item__icon {
    font-size: 60px;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
    .contact-top__item__title {
        font-size: 16px;
    }
}
.contact-top__item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 7px;
    padding-bottom: 0;
    color: black;
    transition: all 0.4s ease-in-out;
    font-family: Poppins;
}
p.contact-text i {
    margin-right: 7px;
    margin-top: 5px;
    font-size: 16px;
}
.contact-top__item__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    margin-bottom: -5px;
    padding-bottom: 0;
    color: black;
    transition: all 0.4s ease-in-out;
}
/* .contact-top__item::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 16px;
    bottom: 12px;
    right: 16px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    z-index: -1;
} */
/* .contact-top__item:hover::before {
    width: 100%;
    left: auto;
    right: 0;
} */
/* .contact-top__item:hover .contact-top__item__icon, .contact-top__item:hover .contact-top__item__title, .contact-top__item:hover .contact-top__item__text {
    color:#fff;
} */
.contact-top__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 2;
}

/* contact form */
.contact-page{
    background-image: url(assets/images/homepage/contact-page-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* blog detail */
 /* new blog detail */
    section.services-details {
        overflow: initial;
        position: relative;
    }

    .services-details .content-side .image-slide {
        position: relative;
        margin-bottom: 35px;
    }
    .services-details .content-side .image-slide img {
        border-radius: 6px;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: auto;
    }
    .services-details .content-side .image-slide .content {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 140px;
        background-color: #013d79;
        padding: 20px 30px;
        border-top-right-radius: 6px;
    }
    .services-details .content-side .image-slide .content h4 {
        color: #fff;
        font-weight: 700;
    }
    .services-details .content-side .text {
        position: relative;
        margin-bottom: 25px;
    }
    .services-details .content-side .list {
        position: relative;
    }
    .services-details .content-side .list li {
        position: relative;
        font-size: 16px;
        margin-bottom: 10px;
        display: flex;
    }

    h3.wp-block-heading {
        font-size: 22px;
        color: var(--secondary);
    }
    .services-details .content-side .list li i {
        margin-right: 8px;
        font-size: 15px;
    }
    .text-white {
        font-weight: 500;
    }
    .widget_categories_two {
        margin-bottom: 45px;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 6px;
    }
    .widget_categories_two .categories-list li {
        position: relative;
        display: block;
        border: 1px solid #e1e5e9;
        margin-bottom: 10px;
        border-radius: 6px;
    }
    .widget_categories_two .categories-list li a {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 28px;
        font-weight: 600;
        color: #1e1e2a;
        padding: 14px 0px 13px 42px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        border-radius: 6px;
    }
    .widget_categories_two .categories-list li a:before {
        position: absolute;
        content: "\f063";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 12px;
        color: #838d9e;
        left: 20px;
        top: 16px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        content: "\e809";
        font-family: "fontello";
        font-style: normal;
        color: #013d79;
        margin-right: 10px;
    }
    .widget+.widget {
        margin-top: 50px;
    }
    .widget_contact {
        position: relative;
        padding: 50px 30px;
        border-radius: 6px;
        background-size: cover;
        text-align: center;
    }
    .text-left {
        text-align: left !important;
    }
    .widget_contact img {
        margin-bottom: 20px;
    }
    .widget_contact .phone-number {
        position: relative;
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 11px;
    }
    .widget_contact .phone-number a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .widget_contact .email {
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .widget_contact .email a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .widget_categories_two .categories-list li a:hover {
        padding-left: 20px;
        color: #fff;
        background: #013d79;
    }
    .widget_categories_two .categories-list li a:hover:before {
        opacity: 0;
    }
    .block-wrap {
        padding: 15px;
        background-color: #ffffff;
        box-shadow: rgb(219 2 2 / 12%) 0px 5px 15px;
        border-radius: 15px;
    }
    .block-title-wrap {
        border-bottom: 1px solid #013d79;
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .text-h3 {
        color: #013d79;
    }
    .list-3-cols {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 2;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    .property-features-wrap .block-content-wrap .list-3-cols li {
        border: none;
        display: block;
    }
    .block-content-wrap.feature01 ul li {
        width: 50%;
        float: left;
    }
    .block-content-wrap .list-3-cols li,
    .block-content-wrap .list-2-cols li,
    .block-content-wrap .list-1-cols li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid;
        border-color: #dce0e0;
        padding: 3px 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
    .feature01 ul li::before {
        content: "\e809";
        font-family: "fontello";
        font-style: normal;
        color: #013d79;
        margin-right: 10px;
    }
    .data-sec {
        background-image: url(assets/images/service/vision-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-info-box {
        background: #fff;
        padding: 10px 15px 10px;
        border-radius: 85px;
        display: flex;
        align-items: center;
        border: 1px solid #013d79;
        transition: 0.5s;
        position: relative;
        z-index: 1;
        overflow: hidden;
        gap: 29px;
    }
    .contact-info-box:before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: #013d79;
        border-radius: 5px;
        transition: 0.5s;
        z-index: -1;
    }
    .contact-info-box:hover:before {
        width: 100%;
    }
    .contact-info-box:hover .contact-info-content p {
        color: #fff;
    }
    .contact-info-content p:before {
        position: absolute;
        content: "\f063";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 12px;
        color: #838d9e;
        left: 20px;
        top: 10px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        content: "\e809";
        font-family: "fontello";
        font-style: normal;
        color: var(--primary);
        margin-right: 10px;
    }
    .contact-info-box:hover p:before {
        color: #fff;
    }
    .contact-info-box {
        margin-bottom: 25px;
    }
    .contact-info-content {
        padding-left: 20px;
    }
    .career-section {
        background-image: url(assets/images/about/about-ind-bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .comment-respond {
        background-image: url(assets/images/services/pattern-1.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        padding: 32px 40px 50px;
        margin-top: 20px;
        border-bottom: 3px solid var(--primary);
        border-top: 3px solid var(--primary);
    }
    .comment-notes {
        margin-bottom: 15px;
    }
    .comment-field {
        margin-bottom: 15px;
    }
    .comment-field textarea {
        width: 100%;
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid var(--primary);
        font-size: 16px;
        padding: 15px 15px;
        line-height: 1.2;
        height: 50px;
    }
    .comment-field textarea {
        min-height: 130px;
        max-height: 130px;
    }

    .comment-field {
        margin-bottom: 15px;
    }
    .comment-field input,
    .comment-field textarea {
        width: 100%;
        display: block;
        border-radius: 5px;
        border: 1px solid var(--primary);
        font-size: 16px;
        padding: 15px 15px;
        line-height: 1.2;
        height: 50px;
    }
    .blog-widget {
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 30px 30px;
        margin-bottom: 30px;
        border: 1px solid #E5E7E8;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .widget-title {
        position: relative;
    }
    .rc-post-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .rc-post-thumb {
        width: 100px;
        flex: 0 0 auto;
    }
    .rc-post-thumb img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .rc-post-content .date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .rc-post-content .date i {
        color: var(--primary);
        font-size: 16px;
    }
    .blog_details h3 {
        color: var(--primary);
        font-weight: 600;
        font-size: 22px;
        margin-top: 23px;
    }
    button.btn.btn-custom.with-25 {
        width: 200px;
        text-transform: uppercase;
        margin: auto;
    }

    @media (max-width: 991px) {
        .navbar-collapse {
            position: absolute;
            z-index: 9999999;
            background-color: #fff;
            left: 0;
            right: 0;
            border-radius: 10px;
            top: 66px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }
        .btn-9 {
            margin-left: 27px;
        }
        .menutop ul li a {
            line-height: 27px;
            border-bottom: 2px solid;
        }
    }
    .rc-post-content .title {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 0;
        font-weight: 400;
    }
	.sec-titlee h2 {
        font-size: 28px;
        color: var(--primary);
        font-weight: 600;
        margin-bottom: 20px;
    }
    h2.sub-h2 {
        font-size: 33px;
        color: var(--secondary);
    }
    .post-title a {
        color: #000;
    }
    .cp-news4-item {
        transition: background-color 0.5s ease, transform 0.5s ease;
    }
    .cp-news4-item:hover {
        transform: translateY(-10px);
    }
    .box-shadow1 {
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
    }
    .p-1-9 {
        padding: 1.9rem;
    }
    .form-group01 input {
        border: 1px solid #ff644b;
        border-radius: 10px;
        width: 100%;
        padding: 11px 14px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-bottom: 15px;
    }
    .card-style5 .card-body {
        position: relative;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
        padding: 30px 25px;
        z-index: 1;
    }
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px dotted var(--primary);
        border-radius: .25rem;
    }
    .card p {
        margin: 0 0 20px;
    }
    .wp-block-list li a {
        color: #000;
        margin-bottom: 10px;
    }
    .wp-block-list {
        margin-bottom: 10px;
    }
    /* service detail */
    h2.wp-block-heading {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
}
h3 {
    margin-top: 15px;
    color: var(--secondary);
}
.wp-block-list  {
    padding: 0;
}
.wp-block-list ul li{
    list-style: none;
}
.wp-block-list li:before {
    content: url(assets/images/blog/shfg.webp);
    position: relative;
    top: 3px;
}
.wp-block-list li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    gap: 10px;
    line-height: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}
h2.blog-h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
}


/* career start */
.bg-particles {
    position: relative;
}
.bg-particles .particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.career-img img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.career-img {
    padding: 15px;
    border: 4px double var(--primary);
    border-radius: 15px;
}

/* career sec 2 */
.img-box6 {
    position: relative;
    text-align: right;
    margin-right: 16px;
}
.img1 {
    position: relative;
    z-index: 1;
}
.img-box6 .img2 {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 2;
}
.img-box6 .shape1 {
    position: absolute;
    bottom: -17px;
    left: -2px;
    z-index: 0;
}
.img-box6 .shape2 {
    position: absolute;
    top: 70%;
    right: 0px;
    z-index: 0;
}
.list-column2 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.ticklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.ticklist li {
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}
.ticklist li i {
    padding-right: 19px;
    color: var(--primary);
    font-size: 22px;
    float: left;
}
.space{
    background-image: url(assets/images/homepage/career-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* sec 3 */
/* .site-footer.style-2 .footer-top {
    background-color: #0f0f0f;
    background-size: cover;
    background-position: center;
    padding-bottom: 136px;
    padding-top: 60px;
} */
.site-footer.style-2 .footer-info {
    background: var(--primary);
    position: relative;
    border-radius: 40px 40px 40px 40px;
}
.site-footer.style-2 .footer-info .dz-media {
    height: 100%;
}

.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.site-footer.style-2 .footer-info .dz-media img {
    height: 100%;
    object-fit: cover;
        border-radius: 40px 0 0 40px;
}

.dz-media img, .dz-post-media img {
    width: 100%;
    height: auto;
}
.site-footer.style-2 .footer-info .info-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    padding-right: 30px;
}
.site-footer.style-2 .footer-info .service-info {
    display: flex;
}
.site-footer.style-2 .footer-info .service-info li:first-child {
    padding-left: 0;
}
.site-footer.style-2 .footer-info .service-info li:last-child {
    border-right: 0;
    padding-right: 0;
}
.site-footer.style-2 .footer-info .service-info li {
    padding: 17px 20px;
    border-right: 2px solid rgba(255, 255, 255, .2);
}
.site-footer.style-2 .footer-info .title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}
.site-footer.style-2 .footer-info .service-info p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.contact-area2 {
    padding: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: -220px;
}
.contact-area2:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 5px solid var(--primary);
}
.contact-area2 .dz-media {
    padding-top: 15px;
    padding-right: 15px;
    margin-right: 20px;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media img, .dz-post-media img {
    width: 100%;
    height: auto;
}
.contact-area2 .dz-media .info {
    background: var(--primary);
    position: absolute;
    padding: 12px 42px;
    right: 27px;
    -webkit-animation: movedelement 7s linear infinite;
    animation: movedelement 7s linear infinite;
    bottom: 7px;
    border-radius: 80px;
}
ul.service-info li {
    list-style: none;
}
.contact-area2 .dz-media .info p {
    color: #9b9b9b;
    margin-bottom: 0;
}
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* valve certificate */
.category-section {
    background-color: #f0f7fb;
}
.team-item1 {
    transition: transform 0.4s ease-out;
}
.team-item1 {
    padding: 0 20px 20px;
    text-align: center;
    position: relative;
    transition: var(--transition);
    z-index: 1;
    margin-bottom: 20px;
}
.team-item1::before {
    content: "";
    position: absolute;
    background: #ffffff;
    border-bottom: 4px double var(--primary);
    border-radius: 30px;
    /* box-shadow: var(--box-shadow); */
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    z-index: -1;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.ml-0{
    margin-left: 0 !important;
}
.team-img2 img {
    width: 100%;
    height: auto;
}
.team-img2 img {
    border-radius: 20px;
    padding: 6px;
    border: 3px solid var(--secondary);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team-content {
    margin-top: 15px;
}
h2.h2-ind-c {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}


/* Valve enginearing solution */
.about-section .about-shape-4 {
    position: absolute;
    top: 0;
    left: 0;
}
.about-section .about-shape-5 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-wrapper-2 .about-image {
    position: relative;
    max-width: 410px;
    z-index: 9;
}
.about-wrapper-2 .about-image::before{
    position: absolute;
    top: 10%;
    left: 0;
    content: "";
    width: 105%;
    height: 105%;
    border: 1px solid var(--primary);
    z-index: -1;
}
.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}
.about-image img {
    border-radius: 16px;
}
@media (max-width: 1399px) {
    .about-wrapper-2 .about-image .about-image-2 {
        right: -24%;
    }
}

.about-wrapper-2 .about-image .about-image-2 {
    position: absolute;
    right: -44%;
    bottom: -16%;
    border: 5px solid #fff;
    box-shadow: var(--box-shadow);
    border-radius: 18px;
}
.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}
.about-image img {
    border-radius: 16px;
}
.about-wrapper-2 .about-image .video-items {
    position: absolute;
    bottom: -26%;
    left: 13%;
}
.about-wrapper-2 .about-image .video-items .video-btn {
    width: 58px;
    height: 58px;
    background-color: var(--primary);
    color: #fff;
    line-height: 58px;
    text-align: center;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.about-wrapper-2 .about-image .video-items .video-btn::before {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--primary);
    content: "";
}
p.video-btn.video-popup i {
    font-size: 22px;
}
.about-wrapper-2 .about-image .bar-shape {
    position: absolute;
    right: -26%;
    top: 0;
}
.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}

.about-image img {
    border-radius: 16px;
}

.about-section {
    position: relative;
}

/* sec-2 */
.service-wrapper {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: right;
}
.service-box {
    background: #fff;
    padding: 70px;
}
.service-wrapper:after {
    content: "";
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #e8e8e8;
    background-image: url(assets/images/homepage/bg5.webp);
    background-size: cover;
    background-position: bottom;
}
.icon-bx-wraper.style-3 {
    padding: 30px;
    background: #f1f1f1;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.icon-bx-wraper {
    position: relative;
}
.m-b20 {
    margin-bottom: 20px;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper.style-3:hover {
    background-color: var(--primary);
}
.icon-bx-wraper.style-3:hover .dz-title, .icon-bx-wraper.style-3:hover .icon-cell, .icon-bx-wraper.style-3:hover p {
    color: #fff;
}

/* product detail */
.product-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-gallery .main-image img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.thumbnail-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.thumbnail-wrapper img {
  width: 143px;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.6;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.thumbnail-wrapper img:hover,
.thumbnail-wrapper img.active {
  opacity: 1;
  border: 2px solid var(--primary);
}
.product-details {
  padding-left: 30px;
}
.product-short-desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.config-list {
  list-style: none;
  padding: 0;
}
.config-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.config-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007bff;
}
.btn-group {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}
.product-tabs {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.how-work-no h3
 {
    margin-top: 0;
}


.tab-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--secondary), var(--primary));
}

/* Normal button */
.tab-btn {
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 22px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Hover effect */
.tab-btn:hover {
    background: rgba(255,255,255,0.15);
}

/* Active tab */
.tab-btn.active {
    background: #fff;
    color: var(--secondary);
}





.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.specification-table {
    margin: 22px auto;
    font-family: 'DM Sans', sans-serif;
}
.spec-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
}
.specification-table table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.specification-table th,
.specification-table td {
    padding: 16px 20px;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.specification-table th {
    width: 30%;
    font-weight: 600;
    background: #f9fbfc;
    color: #000;
}
.specification-table tr:hover {
    background: #f89e3ebd;
}
.sub-heading {
    background: #004F44;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}
.img1 img {
    width: 100%;
    height: auto;
}
.img2 img {
    width: 100%;
    height: auto;
}
.shape1 img, .shape2 img {
    width: 100%;
    height: auto;
}

/* new form */
.contact-section {
    padding-bottom: 0;
}

.contact-wrapper{
display:flex;
gap:40px;
align-items:center;
}

.contact-image{
flex:1;
}

.contact-image img{
width:100%;
border-radius:8px;
}

.contact-form-area{
flex:1;
background:#fff;
padding:35px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.form-row{
display:flex;
gap:20px;
margin-bottom:18px;
}

.form-group{
flex:1;
display:flex;
flex-direction:column;
}

.form-group.full{
width:100%;
}

label{
font-weight:600;
margin-bottom:0px;
}

input,select,textarea{
padding:10px;
border:1px solid #ddd;
border-radius:4px;
font-size:14px;
}

.submit-btn{
margin-top:10px;
background:var(--primary);
color:#fff;
border:none;
padding:12px 25px;
cursor:pointer;
border-radius:4px;
font-weight:600;
transition:.3s;
}

.submit-btn:hover{
background:var(--secondary);
}

@media(max-width:768px){
.form-row{
flex-direction:column;
}
}




.desktop992{
    display: block;
}
.mobile992{
    display: none;
}
@media (max-width: 1200px) {
    h3.pxl-post--title a {
        font-size: 20px;
    }
    .container{
        max-width: 1151px;
    }
    .box-pro .box-content {
        right: -130%;
    }
    .mb-1200{
        margin-bottom: 20px;
    }
    .thumbnail-wrapper img {
        width: 94px;
    }
    .about-wrapper-2 .about-image .bar-shape {
        display: none;
    }
    .about-wrapper-2 .about-image {
        max-width: 750px;
    }
    .about-wrapper-2 .about-image::before {
        display: none;
    }
    .about-wrapper-2 .about-image .about-image-2 {
        right: 0;
        bottom: 0;
    }
    .about-wrapper-2 .about-image .video-items {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: initial;
    }
    .cta-divider::before {
        display: none;
    }
    .cta-divider:after {
        display: none;
    }

}


@media (max-width: 992px) {
    .cta-text h2 {
        color: #fff;
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    .top-h{
        padding: 0px 30px 30px 30px;
        margin-top: 0px;
    }
    .desktop992{
        display: none;
    }
    .mobile992{
        display: block;
    }
    .container {
        max-width: 860px;
    }
    .mar-b-992{
        margin-bottom: 20px;
    }
    .pxl-item--holder {
        padding: 20px;
    }
    section{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .how-it-work {
        padding: 30px 0 70px;
    }
    .cta-area {
        margin-bottom: -73px;
        position: unset;
    }
    .how-it-work .col-lg-3:nth-child(even) .how-work-item::before {
        display: none;
    }
    .how-work-item::before {
        display: none;
    }
    .quote-img img {
        width: 100%;
        height: auto;
    }
    .counter-box .counter1 {
        font-size: 22px;
    }
    .counter-area .counter-box {
        margin: 0px 0;
    }
    h2 {
        font-size: 35px;
    }
    .yv-text {
        font-size: 16px;
    }
    .footer-widget .wp-block-search__label, .footer-widget .widget_title {
        margin-top: 0px;
    }
    .widget-area {
        padding: 115px 0 30px;
    }
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 35px;
    }
    .breadcrumb-wrapper .page-heading .breadcrumb-items{
        margin-top: 2px;
        padding: 10px 15px;
    }
    .breadcrumb-wrapper .page-heading {
            padding: 134px 0 25px;
        }
    .mb-992{
        margin-bottom: 20px;
    }
    .service-grid_icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: -1px;
        font-size: 23px;
    }
    .contact-box {
        width: 100%;
        background-color: #fff;
        padding: 14px;
    }
    .header-top {
        display: none;
    }
    .product-details {
        padding-left: 0px;
        margin-top: 20px;
    }
    .service-wrapper-2 {
        position: relative;
        padding-bottom: 0;
    }
    .thumbnail-wrapper {
        margin-bottom: 30px;
    }
    .career-img {
        margin-bottom: 20px;
    }
    .contetn_ab{
        padding-bottom: 0;
    }
    .img-box6 .shape2 {
        position: absolute;
        top: 42%;
    }
    .contact-area2 .dz-media{
        padding-top: 0;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .colarge-2 img {
        width: 100%;
    }
    .colarge-2-1 {
        left: auto;
        right: 0px;
    }
    .team-item1 {
    margin-bottom: 20px;
}
.contact-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: column-reverse;
}
.contact-top__item {
    margin-bottom: 20px;
}
.comment-respond {
    margin-bottom: 20px;
}
section.services-details {
    padding-bottom: 0;
}
.about-experience1 {
    right: 0px !important;
    bottom: 6px !important;
}

}

@media (max-width: 776px) {
    .box-pro .box-content {
        right: -130%;
    }
    .cta-number {
        font-size: 22px;
    }
    .yv-section {
        padding: 30px 20px 48px 20px;
    }
    .yv-logo img {
        max-width: 69px;
    }
    .how-it-work .col-lg-3:nth-child(even) .how-work-item {
        margin-top: 57px;
    }
    .how-work-item {
        margin-top: 51px;
    }
    .cta-divider {
        margin-bottom: 13px;
    }
    .copyright::after {
        width: 27px;
    }
    .copyright::before {
        width: 67px;
        clip-path: polygon(0 0, 79% 0%, 100% 100%, 0% 100%);
    }
    /* .site-footer.style-2 .footer-top {
        padding-bottom: 185px;
    } */
    .about-image-2.wow.fadeInUp img {
        display: none;
    }
    .service-box {
        padding: 30px;
    }
    .main-display {
        display: flex;
        align-items: center;
        gap: 25px;
        flex-direction: column;
    }
    .large-image-wrapper img {
        width: 100%;
        max-width: none;
        height: unset;
    }
    .people-section{
        padding: 20px;
    }
     .colarge-2 {
        max-width: 100%;
        width: 68%;
    }
        .colarge-2 {
        margin-right: 0px;
        /* max-width: 420px; */
    }
        .colarge-2-1{
        width: 54%;
        top: 0px;
        max-width: 100%;
    }
    .colarge-2-1 {
        left: auto;
        right: 0px;
    }
        
    .about-right {
        padding-left: 0px;
    }
    .why-card-three{
        margin-bottom: 20px;
    }
    .why-card-three__name {
        margin-top: 0;
    }
    h3.pro_ti {
        font-size: 18px;
        padding: 14px 14px;
    }
    h2.h2-ind-c {
        font-size: 18px;
    }
    .about-left::before {
        left: -7px !important;
    }
    .about-img {
        margin-bottom: 15px;
    }
    .about-experience1 h2 {
        font-size: 28px;
    }
}


@media (max-width:576px) {
    .cta-text h1 {
        font-size: 25px;
        margin-bottom: 7px;
    }
    .cta-number {
        font-size: 18px;
    }
    .cta-wrapper {
        padding: 25px;
    }
    .sec-title-three{
        padding-bottom: 15px;
    }
    h2 {
        font-size: 25px;
    }
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 25px;
    }
    .counter-box .icon {
        width: 90px;
        height: 91px;
        line-height: 81px;
    }
    .wi-50-576{
        width: 50%;
    }
    .wi-50-576-fun{
        width: 50%;
    }
    .quote-content{
        padding: 15px;
    }
        section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .contact-area1 {
        padding: 15px;
    }
    .working-style-three .content-box .text {
        padding: 15px;
    }
    .working-block-three .inner-box {
        border: 13px solid var(--secondary);
    }
    .mb-576{
        margin-bottom: 20px;
    }
    .tab-buttons {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        justify-content: center;
        flex-direction: column;
    }
    .thumbnail-wrapper img{
        width: 72px;
    }
    .product-tabs {
        padding: 15px;
    }
    .contact-area2 {
        padding: 15px;
    }
    .contact-area2 .dz-media .info {
        padding: 12px 11px;
        border-radius: 14px;
    }
    .ml-4{
        margin-left: 28px;
        margin-bottom: 10px;
    }
    .career-img {
        padding: 5px;
    }
        .service-box {
        padding: 15px 15px 5px 15px;
    }
    .icon-bx-wraper.style-3 {
        padding: 15px;
    }
    .yv-y-wrapper {
        width: 71px;
    }
    .yv-y-wrapper {
        position: absolute;
        left: 12px;
        top: -135px;
    }
    .yv-y-wrapper svg {
        height: 31%;
    }
    .yv-title {
        font-size: 25px;
        margin-top: 15px;
    }
    .yv-watermark {
        font-size: 34px;
        right: 17px;
        bottom: 19px;
        letter-spacing: 3px;
    }
    .top-h {
        padding: 0px 5px 30px 5px;
    }
    .pxl-post--title {
        font-size: 25px;
    }
    .info-right a {
        margin-bottom: 20px;
        margin-left: 28px;
    }
    .sec-title-three__tagline {
        font-size: 14px;
    }
    .ticklist li {
        margin-bottom: 10px;
    }
}

@media (max-width:440px) {
    .wi-50-576-fun{
        width: 100%;
    }
    .list-column2 {
        display: grid;
        grid-template-columns: auto;
        gap: 0;
    }
    .sec-title-three__tagline__right-border {
        /* width: 20px; */
    }
    .sec-title-three__tagline__left-border {
        /* width: 20px; */
    }
    .thumbnail-wrapper img {
        width: 66px;
    }
}

.about-shape-4.float-bob-x img {
    width: 100%;
    height: auto;
}

#menu-item-75, #menu-item-74, #menu-item-78, #menu-item-83 {
    display: none;
}


/* new button start */
.btn-style-three {
    padding: 15px 50px 15px 15px;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #fff;
}
.btn-style-three, .btn-style-three:hover {
    -webkit-box-align: center;
    height: 60px;
    overflow: hidden;
    font-weight: 500;
}
.btn-style-three, .btn-style-two, .ks-btn-black span {
    color: #fff;
    position: relative;
}
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 0;
}
.btn-style-one:before, .btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--primary);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    z-index: -1;
}
.btn-style-three .icon {
    background-color: var(--primary);
    border-radius: 50%;
    bottom: 4px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    position: absolute;
    right: 10px;
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s;
    transition: .3s;
    width: 30px;
}
.btn-style-one:hover:before, .btn-style-three:hover:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-three:hover {
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px;
    border-radius: 15px;
    color: #fff;
    border: 1px solid var(--primary);
}

.btn-style-three, .btn-style-three:hover {
    -webkit-box-align: center;
    height: 50px;
    overflow: hidden;
    font-weight: 500;
}
.btn-style-three:hover .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
    color: #fff;
}


/* resources start */
.img-reso img {
    width: 100%;
    height: auto;
}
.about-left {
    position: relative;
    margin-right: 25px;
}
.about-img .img-1 {
    width: 51%;
    margin-top: 50px;
    border-radius: 100px 100px 0px 100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-img .img-2 {
    position: absolute;
    top: -20px;
    right: 0;
    width: 45%; 
    border-radius: 100px 100px 100px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-experience1 {
    background: var(--primary);
    position: absolute;
    right: 40px;
    bottom: 5px;
    padding: 12px 45px;
    border-radius: 100px 100px 0 100px;
    text-align: center;
    border: 10px solid #fff;
}
.about-experience1 h2 {
    color: #fff;
    font-size: 40px;
}
.about-left::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 80%;
    left: -20px;
    top: 20px;
    border: 5px solid var(--primary);
    border-radius: 100px 20px 20px 80px;
    z-index: -1;
}
.about-img img{
    max-width: 100%;
    height: auto;
}
.about-experience1 p {
    color: #fff;
    font-weight: 600;
}

.checklist.style5 ul li {
    list-style: none;
}
.checklist.style5 ul{
    padding-left: 0;
}
.fa-check-circle{
    color: var(--primary);
}
.yv-logo {
    margin-bottom: 24px;
}

/* new design related to content */
        .yes-difference-section {
            position: relative;
            overflow: hidden;
        }

        /* .yes-difference-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(0, 102, 255, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 20s ease-in-out infinite;
        }

        .yes-difference-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(0, 204, 102, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 15s ease-in-out infinite reverse;
        } */

        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(30px, 20px) rotate(5deg); }
        }


        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .difference-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px 27px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .difference-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgb(0 0 0 / 10%) 0%, rgb(255 255 255 / 10%) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 0;
        }

        .difference-card:hover::before {
            opacity: 1;
        }

        .difference-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }
        .card-icon {
            width: 80px;
            height: 80px;
            background: #e98311;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease;
        }
        .card-icon i {
            font-size: 40px;
            color: white;
            transition: all 0.3s ease;
        }
        .card-number {
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 48px;
            font-weight: 800;
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 204, 102, 0.1) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            opacity: 0.5;
            z-index: 0;
        }
        .card-title {
        font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    position: relative;
    z-index: 1;
        }

        .card-description {
            color: #666;
            line-height: 1.6;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
        }
        .difference-card::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #f89e3e99 0%, #00000000 70%);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s ease, height 0.6s ease;
            z-index: 0;
        }

        .difference-card:hover::after {
            width: 300px;
            height: 300px;
        }

        .style-2 .difference-card {
            background: white;
            border-bottom: 4px solid transparent;
            transition: all 0.3s ease;
        }

        .style-2 .difference-card:hover {
            border-bottom-color: #0066ff;
        }

        .style-2 .card-icon {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        }
        @media (max-width: 768px) {
            
            .section-title {
                font-size: 36px;
            }
            
            .difference-card {
                padding: 30px 20px;
            }
            
            .card-icon {
                width: 60px;
                height: 60px;
            }
            
            .card-icon i {
                font-size: 30px;
            }
            
            .card-title {
                font-size: 20px;
            }
        }

        @media (max-width: 576px) {
            .section-title {
                font-size: 28px;
            }
            
            .card-description {
                font-size: 14px;
            }
        }

        .animate-on-scroll {
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }

/* VALUE ENGINEERING SECTION homepage */
.choose-us {
    position: relative;
    z-index: 1;
}
.choose-us .bg-shape {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.choose-us-wrap {
    position: relative;
    z-index: 1;
}
.choose-us-wrap .line {
    background: linear-gradient(90deg, rgba(7, 166, 152, 0) 0%, #0b3634 50.39%, rgba(7, 166, 152, 0) 99.69%);
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.choose-use-item {
    background-color: #ffffff;
    display: flex;
    column-gap: 9px;
    padding: 25px 15px 20px 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin-top: 100px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        align-items: center;
}
.choose-use-item .line-shape {
    background: linear-gradient(360deg, rgba(7, 166, 152, 0) 0%, #323638 100%);
    height: 94px;
    width: 4px;
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
}
.choose-use-item .line-shape .top-round {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border: 5px solid var(--primary);
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.choose-use-item .line-shape .bottom-round {
    background-color: transparent;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.choose-use-item .line-shape .bottom-round:before {
    background-color: var(--primary);
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.choose-use-item .icon {
    color: var(--primary);
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}
.content h2 {
    margin-bottom: 12px;
}
.content h2 {
    font-size: 15px;
    font-weight: 700;
}
.beyond-p{
    line-height: normal;
}
.category-section2 {
    background-color: #f3f3f3;
    /* padding-bottom: 50px; */
}

/* homeage whychoose us */
.what-we-list-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.bg-section {
    background-image: url(assets/images/homepage/homewhy-bg.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 55px;
}
.pb-40 {
    padding-bottom: 50px;
}
.what-we-list-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #303030;
    border-radius: 50%;
    margin-right: 20px;
}
.what-we-list-item .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--secondary);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.what-we-list-item .icon-box img {
    width: 100%;
    max-width: 30px;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(0);
}
.what-we-do-list-content{
    width: calc(100% - 80px);
}
.what-we-do-list-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}
.what-we-do-list-content p {
    margin-bottom: 0;
}
.our-health-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-left: 68px;
}
.our-health-img-box {
    width: calc(50% - 10px);
}
.our-health-img-1 {
    margin-bottom: 20px;
}
.our-health-img-1 figure, .our-health-img-2 figure, .our-health-img-3 figure {
    display: block;
    border-radius: 30px;
}
.reveal {
    position: relative;
    display: inline-flex;
    overflow: hidden;
}
.our-health-img-1 img, .our-health-img-2 img {
    aspect-ratio: 1 / 1.065;
}
.our-health-img-1 img, .our-health-img-2 img, .our-health-img-3 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.image-anime:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.contact-us-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.contact-us-circle img {
    width: 100%;
    max-width: 164px;
    border: 8px solid var(--secondary-color);
    border-radius: 50%;
    animation: infiniterotate 25s infinite linear;
}
.what-we-list-item:hover .icon-box::before {
    transform: scale(1);
}
.what-we-list-item:hover .icon-box img{
    filter: brightness(0) invert(1);
}

.single-process-style2__inner .text {
    position: relative;
    display: block;
    padding-top: 5px;
    font-size: 17px
}

/* team intro start */
.counter-are {
    position: relative;
}
.counter-wrap{
    background-image: url(assets/images/homepage/team-bgimg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.counter-wrap {
    padding: 50px 30px 50px 30px;
    border-radius: 100px;
    position: relative;
    border: 10px solid #fff;
    z-index: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.text-white {
    font-weight: 600;
}

/* resource page */
.social-area .social-img img {
  display: none;
  width: 100%;
}
.social-area-two .social-content {
  top: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 55px 110px 55px 40px;
}

.social-area .social-content {
  background-image: url(assets/images/homepage/about-bg2-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 40px;
  position: relative;
  top: -15px;
  margin-left: -70px;
  margin-bottom: 0;
  border-radius: 50px 0 0 50px;
}
.social-area .social-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}
.section-title {
  margin-bottom: 35px;
  text-align: center;
}
.social-area .social-content p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.social-area-two .social-img {
  background-image: url(assets/images/homepage/social-main.webp);
}
.social-area .social-img {
  background-image: url(assets/images/homepage/social-main.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-left: 15px;
  border-radius: 0 30px 30px 0;
}




 /* Gradient Border Effect */


        /* Card Styles - Corporate */
        .corporate-card {
            background: white;
            border-radius: 15px;
            padding: 35px 25px 30px 25px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .corporate-card:hover {
            transform: translateY(-10px);
        }

        /* Icon Circle */
        .icon-circle {
            width: 70px;
            height: 70px;
            background: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            transition: all 0.3s ease;
        }

        .corporate-card:hover .icon-circle {
            transform: scale(1.1);
            box-shadow: 0 10px 20px rgba(30, 60, 114, 0.3);
        }

        .icon-circle i {
            font-size: 32px;
            color: white;
        }

        /* Card Title */
.corporate-card h3{
    font-size: 14px;
    font-weight: 700;
    color: #323638;
    line-height: normal;
}

        /* Card Description */
        .corporate-card p {
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 0;
        }

        /* Hover Line Effect */
        .corporate-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 4px;
            background: #cd7718;
            transition: width 0.3s ease;
        }

        .corporate-card:hover::before {
            width: 100%;
        }

        /* Number Indicator */
        .card-number-indicator {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 36px;
            font-weight: 800;
            color: rgba(30, 60, 114, 0.1);
        }

        @media (max-width: 768px) {
            
            h2 {
                font-size: 32px;
            }
            
            .corporate-card {
                padding: 15px;
                margin-bottom: 20px;
            }
        }
.col-five {
    width: 20%;
    padding: 0 15px;
    float: left;
}


/* section 2 valve engineering */
.goal-area-1 {
    background-color:#fbfbfb;
    position: relative;
}
.shape4 {
    position: absolute;
    left: -84px;
    top: 20px;
    z-index: 0;
}
.shape-animaiton3 {
    animation-name: shape-animaiton3;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.train img {
    width: 100%;
    height: auto;
}

.featured-icon-box.style4:first-child {
    padding-top: 20px;
}

.featured-icon-box.style4 {
    padding: 12px 30px 12px 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    position: relative;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.featured-icon-box.icon-align-before-content .featured-icon, .featured-icon-box.icon-align-before-title .featured-icon, .featured-icon-box.icon-align-before-title .featured-title {
    display: table-cell;
    vertical-align: middle;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey {
    color: inherit;
}

.featured-icon-box.style4 .ttm-icon {
    height: 39px;
    width: 39px;
    line-height: 39px;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--primary);
    color: #fff;
}
.featured-icon-box.style4 .ttm-icon:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    line-height: -12px;
    background-color: transparent;
    border: 1px solid var(--primary);
    display: block;
    top: 4px;
    left: -5px;
}

.featured-icon-box.style4 .ttm-icon i {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}
.ttm-icon.ttm-icon_element-size-md i {
    font-size: 37px;
}
.featured-icon-box.style4 .featured-content {
    padding-left: 25px;
}
.featured-icon-box.style4 .featured-content .featured-title h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
}

/* industries detail */
.about-section-four .arrow-shape-1 {
    position: absolute;
    bottom: 40px;
    right: 50px;
}

.about-section-four .arrow-shape-1 {
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.about-section-four {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-section-four .arrow-shape-2 {
    position: absolute;
    bottom: 40px;
    right: -44px;
}
.about-image-indu img {
    width: 100%;
    height: auto;
    border-radius: 10px 50px;
}
.quote-content p {
    line-height: normal;
}
    .appli-mb {
        /* margin-bottom: 20px; */
    }
    .products-grid__item-content h3 {
    font-size: 20px;
}

@media (max-width: 992px) {
    section.category-section.catpt-50.catpb-50 {
        padding-bottom: 10px;
    }
    .about-contet {
        margin-top: 20px;
    }
    .social-area .social-content {
        padding: 25px;
        margin-left: 0;
        border-radius: 10px;
    }
    .choose-use-item .line-shape {
    height: 39px;
    top: -40px;
    }
    .choose-use-item {
    margin-top: 48px;
    }
    .our-health-image {
    padding-left: 0px;
}
.what-we-list-item {
    margin-bottom: 20px;
}
.work-process__item {
    margin-bottom: 20px;
}

}
@media (max-width:576px) {
    h2.sec-title-three__title {
    font-size: 20px;
}
.featured-icon-box.style4 {
    padding: 5px 10px 5px 0;
}
.rr-choose-list.mr-100.p-relative.wow.fadeInDown.animated {
    margin-bottom: 25px;
}
.col-five {
    width: 50% !important;
}
}
@media (max-width:776px) {
.rr-choose-list.mr-100.p-relative.wow.fadeInDown.animated {
    margin-bottom: 25px;
}
.mr-100 {
    margin-right: 75px;
}
.col-five {
    width: 33%;
}
section.category-section2 {
    padding-bottom: 10px;
}
a.theme-btn.btn-style-three.cta-bt {
    font-size: 14px;
}
}
@media (max-width:430px) {
    .col-five {
        width: 100% !important;
    }
    section.work-process.pb-120 {
        padding-bottom: 10px;
    }
    section.our-health.bg-section {
        padding-bottom: 10px;
    }
}
.below-line {
    display: inline-block;
    background-color: var(--secondary);
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}


.work-process {
	counter-reset: workNumber;
	position: relative;
}

.work-process .container {
	position: relative;
}

.work-process__item {
	counter-increment: workNumber;
	text-align: center;
}

.work-process__icon {
	width: 150px;
	height: 150px;
	background-color: #fff;
	border: 1px solid var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	color: var(--primary);
	position: relative;
	transition: all 500ms ease;
}

.work-process__icon::after {
	content: counters(workNumber, ".", decimal-leading-zero);
	width: 40px;
	height: 40px;
	background-color: var(--primary);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.5s ease;
}

.work-process__icon i {
	font-size: 61px;
}

.work-process__item:hover .work-process__icon {
	background-color: var(--primary);
	color: #fff;
}

.work-process__item:hover .work-process__icon::after {
	background-color: var(--secondary);
	color: #fff;
}

[class*=col-]:nth-child(even) .work-process__icon::after {
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
}

@media (min-width: 992px) {
	.work-process .row {
		background-image: url(assets/images/homepage/work-process-1-1.webp);
		background-repeat: no-repeat;
		background-position: center 10%;
	}
}

/* @media (min-width: 992px) {
	[class*=col-]:nth-child(2) .work-process__item {
		margin-top: 100px;
	}
} */

@media (max-width: 992px) {
    p.about-textsss.wow.fadeInUp.animated.mb-0.animated {
        margin-top: 20px;
    }
    .contact-form-area {
        padding: 16px;
    }
	.single-process-style2__inner .title-box h2 {
        font-size: 20px;
    }
    .single-process-style2__inner {
        padding: 40px 30px 33px 40px;
    }
    .single-process-style2__inner {
        padding: 20px 20px;
    }
    .process-style2-video .img-box{
        margin-right: 0;
    }
    .single-process-style2__inner .text {
        position: relative;
        display: block;
        padding-top: 15px;
    }
} 

.work-process__title {
	margin: 0;
	font-size: 21px;
    font-weight: 700;
	color: #000;
	margin-top: 26px;
	margin-bottom: 17px;
}

.work-process__title a {
	color: inherit;
	transition: all 500ms ease;
}

.work-process__text {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
li.mat.spe-di {
    display: flex;
    align-items: baseline;
}
li.mat.spe-di i {
    padding-right: 12px;
}



/* Divider line (except last item) */
.main-navigation .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

/* Hover common */
.main-navigation .sub-menu li a:hover {
    color: #fff;
    background-color: #e98311;
    padding-left: 23px;
}

/* First item hover → top radius */
.main-navigation .sub-menu li:first-child a:hover {
    border-radius: 5px 5px 0 0;
}

/* Last item hover → bottom radius */
.main-navigation .sub-menu li:last-child a:hover {
    border-radius: 0 0 5px 5px;
}
@media (max-width: 600px) {
    .list-column2 {
        display: grid;
        grid-template-columns: unset;
        gap: 0;
    }
}