@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url("../bootstrap/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
      font-family: "Jost", sans-serif;
      font-weight:400;
}

h1, .h1 {
    font-size: 2.8rem;
    line-height: 3.75rem;
    font-weight: 400;
        font-family: "Jost", sans-serif;
}
.content_banner .h1{
    font-size: 2.6rem !important;

}
/* 48px */
h2,.h2 {
    font-size: 2.188rem;
    font-weight: 400;
    display: inline-block;
}
@media (min-width: 768px) {
    .h2::after, h2::after {
        content: '';
        margin: 4px 0;
        display: block;
        width: 120px;
        height: 3px;
        background-color: #c01e2e;
        transition: width 0.9s ease-in-out;
    }

    .h2:hover::after, h2:hover::after {
        width: 100%;
    }

    .text-center-underline {
        position: relative;
        display: inline-block;
        margin: auto;
    }

        .text-center-underline::after {
            content: '';
            display: block;
            width: 120px;
            height: 3px;
            background-color: #c01e2e;
            margin: 6px auto;
            transition: width 0.9s ease-in-out;
        }

        .text-center-underline:hover::after {
            width: 100%;
        }
}
    /* 35px */
    p {
        font-size: 1rem;
        line-height: 1.438rem;
        font-weight: 400;
    }
    /* 16px font-size*/
    h6 {
        font-size: 1.188rem;
        line-height: 29.488px;
    }

    h4 {
        color: #000;
        font-family: "Jost", sans-serif;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
    }

    @media (max-width: 768px) {
        h1, .h1 {
            font-size: 1.5rem;
            line-height: 2.9rem;
        }
    }

    /*------------------------------------------------------------banner start here------------------------------------------------------------------------*/
    #banner {
        background-image: url(../img/client-banner.png);
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    /*------------------------------------------------------------banner end here------------------------------------------------------------------------*/

    /*------------------------------------------------------------presence engergy section start here------------------------------------------------------------------------*/
    .energy-head {
        background: #66A9D1;
    }
    /*------------------------------------------------------------presence engergy section end here------------------------------------------------------------------------*/

    /*------------------------------------------------------------LGN section START here------------------------------------------------------------------------*/
    #lgn {
        background: #F5F5F5;
    }
    /*------------------------------------------------------------LGN section END here------------------------------------------------------------------------*/

    /*------------------------------------------------------------Annual rate TABLE section START here------------------------------------------------------------------------*/
    .styled-table {
        border-collapse: collapse;
        width: 100%;
    }

        .styled-table td, .styled-table th {
            border: 1px solid #dddddd;
            text-align: left;
            padding: 8px;
        }

        .styled-table tr:nth-child(even) {
            background-color: #d0d8e7;
        }

        .styled-table tr:nth-child(odd) {
            background-color: #e9ecf3;
        }

    .styled-table, .clr-blue {
        background-color: #4f81bd;
    }

    .refinery {
        overflow-x: hidden;
    }
    /*------------------------------------------------------------Annual rate TABLE section END here------------------------------------------------------------------------*/

    /*------------------------------------------------------------footer------------------------------------------------------------------------*/
    #footer {
        background: #ffffff url(../img/footer-bg-img.png?1) no-repeat center center fixed;
        background-size: cover;
    }

    .red-head h5, .red-head .h5 {
        color: #BE1E2D;
    }

    .office h5 {
        color: #BE1E2D;
    }

    @media (max-width:991px) {
        .office {
            margin-top: 20px;
        }
    }

    li a {
        color: #ffffff;
        line-height: 28px;
        font-weight: 400;
    }

    .quick-links a:hover {
        color: #BE1E2D !important;
    }

    .line {
        border: 1px solid #ffffff;
    }

    .social-icons i {
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    @media (max-width:992px) {
        .head-link {
            margin-top: 20px;
        }

        .links {
            padding-top: 13px;
        }
    }

    hr {
        color: #f10c0c;
        height: 1px;
    }

    .text-red {
        color: #BE1E2D;
    }

    h5 {
        font-size: 1.125rem;
        font-weight: 400;
    }
    /*18px;Regular*/
    h4 a {
        font-size: 1.125rem;
        font-weight: 400;
    }
    /*18px;Regular*/
    p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
    }
    /*16px;Regular*/
    a {
        font-size: 1rem;
        font-weight: 400;
        text-decoration: none;
    }
    /*16px;Regular*/
    ol, ul {
        line-height: 1.75rem;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .lion-icon {
        width: 200px
    }
    /*-----------------COMMAN-CLASS------------------*/
    .btn {
        padding: 12px 24px;
        border-radius: 25px;
        background: #BE1E2D !important;
        border: none;
        transition: 0.5s ease-in-out;
    }

        .btn:hover {
            background: #000 !important;
        }

    header .nav-link {
        color: #2E2E2E;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 222.222% */
        text-transform: capitalize;
    }

    @media (max-width: 1200px) {
        header .nav-link {
            font-size: 16px;
        }
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #hero-section .swiper-pagination-progressbar {
        background: var(--swiper-pagination-progressbar-bg-color,rgba(255,255,255)) !important;
        bottom: 50px;
        top: unset !important;
        margin: auto;
        width: 270px !important;
        left: 50% !important;
        transform: translate(-40%, -40%) !important;
    }

        #hero-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
            background: #BE1E2D !important;
        }

        #hero-section .swiper-horizontal > .swiper-pagination-progressbar, #hero-section .swiper-pagination-progressbar.swiper-pagination-horizontal, #hero-section .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, #hero-section .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
            height: var(--swiper-pagination-progressbar-size,3px) !important;
        }

    #hero-section .set_content {
        width: 594px;
        z-index: 11;
        left: 60%;
        transform: translate(-40%, -50%);
        top: 60%;
    }

    #hero-section .mw-60 {
        max-width: 76%
    }

    .mySwiper {
        max-height: 640px;
    }

    .bg-green {
        background: #12727D;
    }

    #navbar {
        position: fixed;
        top: 0px;
        width: 100%;
        display: block;
        transition: top 0.3s;
    }

    @media (max-width: 1200px) {
        .h_600 {
            height: 600px;
        }
    }

    @media (max-width: 991px) {
        #hero-section .set_content {
            width: unset !important;
            position: unset !important;
            transform: unset !important;
            margin-top: 140px !important;
        }

        .h_600 {
            height: auto
        }

        #hero-section .mw-60 {
            max-width: 100%
        }
    }
    /* */
.py-100 {
    padding-bottom: 70px;
        padding-top: 70px;
}
.pb-100 {
    padding-bottom: 70px
}
.pt-100 {
    padding-top: 70px;
}

    .shadow_lg {
        border-radius: 10px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .bg_skin {
        background: #fff4e4;
    }

    .bg_light {
        background: #D9D9D9;
    }


    .dropdown-menu > li {
        position: relative;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        /* Rules below not implemented in browsers yet */
        -o-user-select: none;
        user-select: none;
    }
    /*----multi level dropdown ----*/


    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
        }


    /*.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	display: none;
	margin-top: -1px;
	box-shadow: none;
}
.right-caret:after, .left-caret:after {
	content: "";
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	margin-left: 5px;
	right: 6px;
	top: 11px;
	position: absolute;
}
.right-caret:after {
	border-left: 5px solid #000;
}
.left-caret:after {
	border-right: 5px solid #000;
}
@media only screen and (max-width: 991px) {
	.right-caret:after, .left-caret:after {
		content: "";
		margin-left: 15px;
		right: unset;
		top: 23px;
	}

	.dropdown-menu {
		text-align: center;
	}

		.dropdown-menu .sub-menu {
			left: 0;
			position: relative;
			top: 0;
			display: none;
			margin-top: -1px;
			background: #ed1c2412;
			box-shadow: none;
		}
}

.dropdown-item:focus {
	background: #ED1C24 !important;
	color: #fff !important;
}*/



    /*----PRODUCTS----*/
    #products {
        /*background: url(../img/bg.png);*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

        #products .product-box img {
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        }

        #products .product-box .product-box-name {
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            border-radius: 8px;
            padding: 10px;
            margin-top: 7px
        }

    /*----PRODUCTS----*/
    #products {
        /*background: url(../img/bg.png);*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

        #products .product-box img {
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        }

        #products .product-box .product-box-name {
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            border-radius: 8px;
            padding: 10px;
            margin-top: 7px
        }

        #products .product-box p {
            color: #000
        }

    .owl-prev {
        position: absolute;
        left: -20px;
        top: 32%;
        color: black !important;
        font-size: 39px !important;
    }

    .owl-next {
        position: absolute;
        right: -20px;
        top: 32%;
        color: black !important;
        font-size: 39px !important;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: unset !important
    }

    /*about*/

#about p, #about h6, #growth p, #growth h6 {
    color: #686868
}

    .icon_box {
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 1px 1px 7px #be1e2d;
        width: 90px;
        height: 90px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .icon_box img {
            width: 60px;
            height: 60px;
            margin: auto;
        }

    .contact-bg {
        background: url(../img/contact-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    #contact-us .detailscard {
        height: 140px;
        padding: 10px 10px;
        border-radius: 5px;
        background: #FFF;
        max-width: 473px;
        display: flex;
        align-items: center;
        margin: auto;
    }

    .ps_5 {
        padding-left: 100px;
    }

#about, #partner {
    background: url(../img/bg-about.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    @media (max-width: 991px) {
        .ps_5 {
            padding-left: 15px;
        }
    }

    @media (max-width:768px) {
        .py-100 {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .pb-100 {
            padding-bottom: 40px
        }

        .pt-100 {
            padding-top: 40px;
        }
    }

    .bg_light {
        background: rgba(40, 40, 40, 0.10);
    }

    /*quality-magement*/
    #quality-magement img:hover {
        transform: scale(1.08)
    }

    /*Industries We Serve*/
    /*.img_hov1:hover img{content: url("../img/Military-vehicle-white.png");}
.img_hov2:hover img{content: url("../img/Transportation-white.png");}
.img_hov3:hover img{content: url("../img/food-grade-hoses-dubai-construction-white.png");}
.img_hov4:hover img{content: url("../img/Agriculture-white.png");}
.img_hov5:hover img{content: url("../img/Railroad-white.png");}
.img_hov6:hover img{content: url("../img/Machine-Tools-white.png");}
.industries-box:hover .icon_box {background: #BE1E2D;}*/


    .industries-icon-box {
        background-color: #ffffff;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

        .industries-icon-box img {
            width: 40%;
            margin: auto;
            padding: 25px 0;
        }

    .industries-box {
        background: #FFF;
        text-align: center;
    }

        .industries-box p {
            background: #BE1E2D;
            padding: 13px 0;
            text-transform: uppercase;
            margin-bottom: 35px;
        }

    /*----About-Us----*/
    #about-banner {
        background: url("../../assets/img/hydraulic-hoses-and-fittings-maharashtra-about-banner.png");
        text-align: center;
    }

    #what-do {
        background: url("../../assets/img/background-what-we-do.png")bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dark-text {
        color: #1B1B1B;
        font-weight: 500;
    }

    .text-red {
        color: #BE1E2D;
    }

    /*-------------------------------------------------------career------------------------------------------------*/
    #crtfct-banner {
        background-image: url("../img/banner-certi.png");
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    #career-banner {
        background-image: url("../img/banner-career.png");
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    .career-fields {
        box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.25);
        background-color: #EEEEEE;
    }

    .form-box-career {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .btn-grey {
        background-color: #C6C6C6 !important;
        overflow: hidden;
    }

        .btn-grey:hover {
            color: black;
        }

    .upload-button {
        opacity: 0;
        right: 0;
        top: 0;
    }

    /*-------------------------------------------------------contact------------------------------------------------*/
    #contact-banner {
        background: url("../img/contact-us-banner.png");
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    /*-------------------------------------------------------Hydraulic-Hoses page------------------------------------------------*/
    #banner-hydra {
        background-image: url('../img/banner-hydra.png');
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    .fa-plus {
        color: red
    }


    /* ============== products page ================ */
    /*#products .product-box {
	padding: 15px 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#products .bi-plus {
	font-size: 30px;
	padding-right: 5px;
	cursor: pointer;
	color: #E31E24
}

#products .sub_menu_parent {
	border-bottom: 1px solid #b1b1b1;
}

#products #mobile-menu .sub-menu {
	display: none;
}

#products #mobile-menu .active {
	color: #df231e !important;
	font-weight: 700;
}

#products .sub-menu .anchor_right:before {
	content: "\F280";
	font-family: bootstrap-icons !important;
	margin-right: 5px;
	position: relative;
	color: #E31E24;
}

#products .sub-menu .anchor_right:before {
	left: -22px;
}

#products .anchor_right {
	padding-left: 20px;
	padding-right: 10px;
}

	#products .anchor_right a {
		margin-left: -21px
	}

#products .effect-image-1 {
	position: relative;
	display: block;
}*/
    /* ============== products pages sidenav  ================ */
    /*#products #hm-products {overflow-x: hidden !important;}
#products .simple-text, #products .overlay-sim-text-2 {transition: all .4s linear;-webkit-transition: all .4s linear;-moz-transition: all .4s linear;-o-transition: all .4s linear;}
#products .effect-image-1 {position: relative;display: block;}
#products .overlay-sim-text-2 p {	text-align: center;}
#products .simple-overlay {opacity: 0;visibility: hidden;}
#products .effect-image-1:hover .simple-overlay {visibility: visible;opacity: 1;}
#products .overlay-sim-text-2 {position: absolute;right: 0%;bottom: 0%;opacity: 0;}
#products .effect-image-1:hover .overlay-xs-1 {
	opacity: 1;
	visibility: visible;
	display: block;
}

#products .effect-image-1:hover .simple-text {
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 767px) {
	#products .effect-image-1 {
		margin: 30px 0px;
	}
}

#products .nav-link:focus, #products .nav-link:hover, #products .navbar-nav .nav-link.active, #products .navbar-nav .show > .nav-link {
	color: #FFCC12 !important;
}

#products #mobile-menu {
	border-radius: 5px;
	background: #e2e2e2;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}

#products .overlay-content {
	width: 100%;
	height: 100%;
	background-color: #df231e;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: 0.6s;
	top: 0%;
	left: 100%;
	opacity: 0.8;
}

#products #aportfolio {
	color: #404040 !important;
	font-weight: 600;
}

#products .product-box:hover .overlay-content {
	transform: translateX(-100%);
}*/

    /* ============== products page ================ */
    #products .product-box {
        padding: 15px 10px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    #products .bi-plus, .bi-dash {
        font-size: 30px;
        padding-right: 5px;
        cursor: pointer;
        color: #E31E24
    }

    #products #mobile-menu .sub-menu {
        display: none;
    }

    #products #mobile-menu .active {
        color: #df231e !important;
        font-weight: 700;
    }

    #products .sub-menu .anchor_right:before {
        content: "\F280";
        font-family: bootstrap-icons !important;
        margin-right: 5px;
        position: relative;
        color: #E31E24;
    }

    #products .sub-menu .anchor_right:before {
        left: -22px;
        top: 1px;
        font-size: 12px;
    }

    #products .anchor_right {
        padding-left: 20px;
        padding-right: 10px;
    }

        #products .anchor_right a {
            margin-left: -16px;
            font-size: 15px;
            line-height: 3px;
            font-weight: 600 !important;
        }
       
#products .effect-image-1 {
    position: relative;
    display: block;
}
    /* ============== products pages sidenav  ================ */
    #products #hm-products {
        overflow-x: hidden !important;
    }

    #products .simple-text, #products .overlay-sim-text-2 {
        transition: all .4s linear;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -o-transition: all .4s linear;
    }

    #products .effect-image-1 {
        position: relative;
        display: block;
    }

    #products .overlay-sim-text-2 p {
        text-align: center;
    }

    #products .simple-overlay {
        opacity: 0;
        visibility: hidden;
    }

    #products .effect-image-1:hover .simple-overlay {
        visibility: visible;
        opacity: 1;
    }

    #products .overlay-sim-text-2 {
        position: absolute;
        right: 0%;
        bottom: 0%;
        opacity: 0;
    }

    #products .effect-image-1:hover .overlay-xs-1 {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    #products .effect-image-1:hover .simple-text {
        visibility: hidden;
        opacity: 0;
    }

    @media (max-width: 767px) {
        #products .effect-image-1 {
            margin: 30px 0px;
        }
    }

    #products .nav-link:focus, #products .nav-link:hover, #products .navbar-nav .nav-link.active, #products .navbar-nav .show > .nav-link {
        color: #FFCC12 !important;
    }

    #products #mobile-menu {
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
    }

    #products .overlay-content {
        width: 100%;
        height: 100%;
        background-color: #df231e;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        transition: 0.6s;
        top: 0%;
        left: 100%;
        opacity: 0.8;
    }

    #products .aportfolio {
        color: #404040 !important;
        font-weight: 600;
    }

    .subsecondmenu {
        margin-top: 13px !important;
    }

    #products .product-box:hover .overlay-content {
        transform: translateX(-100%);
    }

    .line-product {
        height: 3px;
        color: #000;
    }

    .active {
        color: #BE1E2D !important;
    }

    .bg_yellow {
        background: #f2ad00;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 768px) {
        .bg_yellow {
            min-height: auto;
        }
    }

    .dropdown-item {
        border-bottom: 1px solid #dbdbdb;
        font-weight: 500;
    }

    @media only screen and (max-width: 991px) {
        .logo {
            width: 180px;
        }

        header .nav-link {
            border-bottom: 1px solid #dcdcdc;
        }

        .dropdown-item:focus, .dropdown-item:hover {
            background-color: #d4d4d4;
        }
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: #bf202d;
    }

    @media only screen and (max-width: 601px) {

        table.full_width tr {
            display: flex;
            flex-direction: column;
            max-width: 100vw;
        }

        table.full_width th, table.full_width td {
            width: 90% !important;
        }
    }

    .table > :not(caption) > * > * {
        border: unset;
    }

    table hr, hr {
        color: #000;
    }

    #products .product-box-name {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*--------*/
    /*--------*/
    /*--------*/
    /*--------*/
    .navbar-brand img {
        width: 100%;
    }

    .fs_15 {
        font-size: 14px;
    }

    @media(max-width: 992px) {
        .navbar-brand img {
            width: 115px;
        }
    }

    .navbar-brand {
        width: 12%;
    }

    @media (max-width: 992px) {
        .navbar-brand {
            width: 40%;
        }
    }

    .bg-red {
        background-color: #c01e2e;
    }

    .bg-grey {
        background-color: #717171;
    }

    .active {
        color: #BE1E2D;
        font-weight: 600 !important;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: #bf202d;
        color: #ffffff !important
    }

    header ul li a:hover, #footer ul li a:hover, #footer p a:hover, #contact-us p a:hover {
        color: #BE1E2D !important;
    }

    /*.download-brochure:hover, .download-brochure:hover i {
    color: #000 !important;
}
*/
    .webstories-image {
        text-align: center;
    }

    .heliflex-gates-logo {
        width: 102px;
    }

    header .dropdown-menu li:last-child .dropdown-item {
        border-bottom: none;
    }

    #products .sub_menu_parent {
        border-bottom: 1px solid #b1b1b1;
      /*  margin-bottom: 12px;
        margin-top: 5px;*/
    }

#products #mobile-menu .dropdown-btn {
    font-size: 18px !important;
    font-weight: 500;
}

    #products #mobile-menu .aportfolio {
        font-size: 1rem !important;
    }
/*
    #products #mobile-menu .icon {
        margin-bottom: 10px;
    }*/

.subsecondmenu {
    padding: 6px 8px;
    background: #f6f6f6;
    margin-bottom: 14px;
    border: 1px solid #bababa99;
}
.thirdsubmenu {
    border: 1px solid #b8b8b8;
    padding: 6px 8px;
    background: #5454541c;
    margin: 10px 0px;
}
#mobile-menu .dropdown-content {
    margin-bottom: 10px;
}

    /* Heading Text */
    .victaulic-title {
        font-weight: bold !important;
        color: #333333 !important;
        font-family: Helvetica, sans-serif !important;
        font-size: 18px !important;
        line-height: 30px !important;
        padding-top: 0 !important;
    }

    /* Paragraph Text */
    .victaulic-text {
        color: #333333 !important;
        font-family: Helvetica, sans-serif !important;
        font-size: 16px !important;
        line-height: 25px !important;
        padding-top: 0 !important;
    }

    /* Images */
    .victaulic-img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* Each Image Cell */
    .img-box {
        width: 33% !important;
        padding-right: 15px !important;
        vertical-align: top !important;
    }

        .img-box:last-child {
            padding-right: 0 !important;
        }

    /* Responsive */
    @media (max-width: 768px) {
        .img-box {
            width: 100% !important;
            padding-right: 0 !important;
            margin-bottom: 15px !important;
        }
    }


    /* Text styles */
    .text-content {
        color: #333333;
        font-family: "Jost", sans-serif;
        font-size: 16px;
        line-height: 25px;
        padding-top: 0 !important;
    }

    .section-title {
        color: #333333;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
        padding-top: 0 !important;
    }

    /* Tables */
.content-table {
    margin-bottom: 0px;
    padding-top: 12px;
}

    .image-table {
        padding-bottom: 12px;
    }

    /* Lists */
    .product-list {
        margin: 0;
        padding-left: 20px;
    }

    /* Images */
    .img-cell {
        width: 33%;
        padding-right: 15px;
        vertical-align: top;
    }

    .product-img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* HR reset */
    .hr-reset {
        margin: 0;
        padding: 0;
    }

    .section-heading {
        font-weight: bold;
        color: #333333;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        line-height: 25px;
        padding-top: 0 !important;
    }
#products caption{
    visibility:hidden;
    position:absolute;
}
.text_justify{
    text-align:justify;
}
.label-title {
    width: 20%;
    color: #333333;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 24px;
    /*  padding-top: 24px !important;*/
}

    .label-subtitle {
        width: 20%;
        color: #333333;
        font-family: "Jost", sans-serif;
        font-size: 16px;
        line-height: 24px;
        padding-top: 6px !important;
    }

    .label-text {
        padding-left: 20px;
        color: #333333;
        font-family: "Jost", sans-serif;
        font-size: 16px;
        line-height: 25px;
        padding-top: 6px !important;
    }

 /*   .label-text-pt {
        padding-top: 24px !important;
    }
*/
.shadow_custom {
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10), 0 4px 10px rgba(0, 0, 0, 0.06);
}
    .shadow_custom:hover {
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14), 0 6px 14px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }
.construction-table {
    padding-bottom: 10px !important;
}

    .specifications-title {
        padding: 8px 8px !important;
    }

    .specifications-table {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        border-collapse: collapse !important;
    }

    .w-33 {
        width: 33% !important;
    }

    .table-orange-title {
        background-color: #f2ad00 !important;
        padding: 20px 20px !important;
    }

    .table-orange-title-p-10 {
        background-color: #f2ad00 !important;
        padding: 10px !important;
    }

    .table-orange-bg {
        background-color: #f2ad00 !important;
        color: #000 !important;
    }

    .pt-8 {
        padding: 8px 0px !important;
    }

    .pt-5 {
        padding: 5px 0px;
    }

    .visually-hidden {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        border: 0 !important;
    }

    .ul-pl-30 {
        list-style: disc !important;
        padding-left: 30px;
    }

    #contact-banner,
    #about-banner,
    #career-banner,
    #banner,
    #crtfct-banner,
    #banner-hydra {
        padding-top: 0 !important;
    }

#partner .border-black-style img {
    margin-top:5px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.6);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

    #partner .border-black-style img:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.16);
        filter: brightness(1.05) contrast(1.05);
    }


#hero_section img, #hero_section video {
    opacity: 0.5;
    height: 90vh;
    object-fit: cover;
}

.content_banner .h1 {
    font-size: 46px;
    letter-spacing: 0px;
    font-weight: 800;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    color: #fff;
}

@media (max-width: 992px) {
    .content_banner .h1 {
        font-size: 36px !important;
    }

    #hero_section img, #hero_section video {
        opacity: 0.5;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 568px) {
    .content_banner .h1 {
        font-size: 24px !important;
        line-height: 34px;
        font-weight: 700;
    }
}

.industries-icon-box img {
    width: 100%;
    margin: auto;
    padding: 0;
}

/* INDUSTRIES GRID SPACING */
.industries-box {
    background: #c4161c;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.industries-icon-box {
    margin: 0 auto;
    overflow: hidden;
}

    .industries-icon-box img {
        transition: transform 0.5s ease;
        min-height: 150px;
        object-fit: cover;
    }

/* TITLE BAR */
.industries-box p {
    background: #c4161c; /* brand red */
    margin: 0;
    font-weight: 600;
    padding: 5px 0;
    font-size: 14px;
}


/* HOVER EFFECTS */
.industries-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

    .industries-box:hover .industries-icon-box img {
        transform: scale(1.08);
    }

.industries-icon-box img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.35) );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.industries-box:hover .industries-icon-box img::after {
    opacity: 1;
}


.shadow_products {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #cacaca;
    transition: border-color 0.3s ease;
}

    /* Image container */
    .shadow_products picture {
        overflow: hidden;
        border-radius: 8px 8px 0 0;
        display: block;
    }

    /* Image only */
    .shadow_products img {
        width: 100%;
        height: auto;
        transition: transform 0.45s ease;
    }

    /* Hover effect */
    .shadow_products:hover img {
        transform: scale(1.08);
    }

    .shadow_products h4 {
        background: transparent;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .shadow_products:hover h4 {
        background-color: #c01e2e;
        color: #fff;
    }

.border_top {
    border-top: 4px solid #be1e2d;
    width: fit-content;
    position: absolute;
    top: 60px;
    right: 12px;
}

.pe_20 {
    padding-right: 80px;
}
/*----------------PRODUCTS ------------------*/
#hm-products figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-color: #df231e;
}

    #hm-products figure img {
        opacity: 1;
    }

    #hm-products figure figcaption,
    #hm-products figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #hm-products figure figcaption {
        color: #fff;
    }

        #hm-products figure figcaption > a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
            position: absolute;
        }

    #hm-products figure.effect-romeo {
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        #hm-products figure.effect-romeo img {
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(0,0,300px);
            transform: translate3d(0,0,300px);
        }

        #hm-products figure.effect-romeo:hover img {
            opacity: 0.5;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

        #hm-products figure.effect-romeo figcaption::before, #hm-products figure.effect-romeo figcaption::after {
            position: absolute;
            top: 46%;
            left: 50%;
            width: 80%;
            height: 1px;
            background: #fff;
            content: '';
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
        }
        /*#hm-products figure.effect-romeo:hover figcaption::before {	opacity: 0.5;	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);	transform: translate3d(-50%,-50%,0) rotate(45deg);}
*/ /*#hm-products figure.effect-romeo:hover figcaption::after {	opacity: 0.5;	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);	transform: translate3d(-50%,-50%,0) rotate(-45deg);}
*/

        #hm-products figure.effect-romeo h3, #hm-products figure.effect-romeo p {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
        }

        #hm-products figure.effect-romeo h3 {
            -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
            transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
        }

        #hm-products figure.effect-romeo:hover h3 {
            -webkit-transform: translate3d(0,-150%,0) translate3d(0,-100%,0);
            transform: translate3d(0,-150%,0) translate3d(0,-100%,0);
        }

        #hm-products figure.effect-romeo:hover p {
            -webkit-transform: translate3d(0,-90%,0) translate3d(0,100%,0);
            transform: translate3d(0,-90%,0) translate3d(0,100%,0);
        }

@media (min-width: 1200px) and (max-width: 1400px) {
    #hm-products figure.effect-romeo:hover p {
        -webkit-transform: translate3d(0,-115%,0) translate3d(0,100%,0);
        transform: translate3d(0,-115%,0) translate3d(0,100%,0);
    }
}

#hm-products .owl-nav {
    position: relative;
    bottom: 13rem;
}

#hm-products .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
}

#hm-products .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
}

.mb_77 {
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .mb_55 {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    #industries .col {
        margin-bottom: 50px;
    }
}


#mission-vision img {
    width: 70%;
}

.custom-shadow {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
}

.highlight-box {
    border: 2px solid #000;
    background-color: #ffffff94;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.hidden-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media(max-width: 768px) {
    .highlight-box {
        padding: 15px;
    }
}

.growth-section {
    background: #f8f9fa;
}

/* Timeline */
.timeline-wrap {
    position: relative;
    padding-left: 20px;
    border-left: 2px solid #BE1E2D;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline-dot {
    position: absolute;
    left: -29px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: #BE1E2D;
    border-radius: 50%;
}

.timeline-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

    .timeline-card h5 {
        color: #BE1E2D;
        font-weight: 700;
        margin-bottom: 5px;
    }


/* Industry List */
.industry-list {
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

    .industry-list li {
        position: relative;
        padding-left: 18px;
        font-weight: 500;
    }

        .industry-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 8px;
            height: 8px;
            background: #BE1E2D;
            border-radius: 50%;
        }

/* Mobile */
@media (max-width: 991px) {
    .content-panel {
        margin-top: 40px;
    }

    .industry-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

#certificates img{
    cursor:zoom-in;
}

.custom-table-line th,
.custom-table-line td {
    border: 1px solid #ccc !important;
}
.catalogue_box td,
.full_width th {
    font-family: unset !important;
}
.esd-stripe th {
    font-family: unset !important;
    width: 20% !important;
    font-family: "Jost", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
}

table.table-bordered td.pt-5,
table.table-bordered th.pt-5 {
    padding-top: 7px !important;
}
table.table-bordered th {
    font-size: 18px !important;
    line-height: 24px;
}
.desktop.label-title {
    font-size: 18px !important;
}

.victaulic-title {
    font-family: unset !important;
}
.col-12.catalogue_box .table > :not(caption) > * > * {
    padding-inline-start: 0 !important; /* modern & correct */
}
