/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.0.1723104180
Updated: 2024-08-08 08:03:00

*/


h2, h4, h5{
	font-family: 'garamondbold';
    font-weight: 700;
    font-style: normal;
}
p{
	font-family:'garamond';font-weight:400;font-style:normal;
	line-height:34px;
    color: #595959;
}

/*new-tabs-css*/
.Glass-Products-inner .et_pb_text_inner h2 {
    position: relative;
}
.Glass-Products-inner .et_pb_text_inner h2:before {
    content: '';
    width: 170px;
    left: 45%;
    top: 48px;
    height: 2px;
    background: #ae1919;
    position: absolute;
}
.Glass-Products-inner.asa .et_pb_text_inner h4:before {
    left: 24px;
}
.Glass-Products-inner .et_pb_text_inner h4 {
    position: relative;
}
.Glass-Products-inner .et_pb_text_inner h4:before {
    content: '';
    width: 170px;
    left: 45%;
    top: 48px;
    height: 2px;
    background: #ae1919;
    position: absolute;
}
.menu-wrp nav.et-menu-nav ul li a {
    border-bottom: 2px solid #fafafa;
}
.Lisus-Glass-Fittings-banner span.et_pb_image_wrap img {
    aspect-ratio: 5/4;
    width: 100%;
}
.Lisus-Glass-Fittings-banner .et_pb_text_inner h2 {
    position: relative;
    margin-bottom: 20px;
}
.Lisus-Glass-Fittings-banner .et_pb_text_inner h2:before {
    content: '';
    width: 170px;
    left: 48%;
    top: 55px;
    height: 2px;
    background: #ae1919;
    position: absolute;
}
.Glass-Fittings-banner {
    position: relative;
}
.Glass-Fittings-banner .et_pb_row {
    position: unset;
}
.Lisus-Glass-Fittings .et_pb_text_inner h2 {
    position: relative;
}
.Lisus-Glass-Fittings .et_pb_text_inner h2:before {
    content: '';
    width: 170px;
    left: 48%;
    top: 55px;
    height: 2px;
    background: #ae1919;
    position: absolute;
}
.Lisus-Glass-Fittings span.et_pb_image_wrap img {
    width: 100%;
    aspect-ratio: 5/5;
    padding: 20px;
    background: #fff;
}
.fixing-outer-main .image-sec img {
    object-fit: contain;
    aspect-ratio: 2/2;
    width: 100%;
    height: 450px;
}
button.show-categories-btn {
    display: none;
}
	.product-tab-links li.active a {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}


/* TAB CONTENT CODE START */


/* ============================= */
/* ===== COMMON STYLES ===== */
/* ============================= */

.category-title {
    text-transform: uppercase;
    color: #ae1919 !important;
    letter-spacing: 3px;
    font-size: 16px;
    font-family: 'garamondbold';
    text-align: center;
}

.product-range-tabs .container {
    width: 90%;
}

/* ============================= */
/* ===== HEADER + TAB FIX ===== */
/* ============================= */

.header-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.tab-list-sec {
    position: sticky;
    top: 104px; /* JS will control */
    z-index: 9990;
    background: #141414;
}

ul.product-tab-links {
    display: flex;
    justify-content: center;
    padding: 24px 17px;
    background: #141414;
}

ul.product-tab-links li a {
    font-size: 22px;
    font-family: 'garamond';
    color: #fff;
}

/* ============================= */
/* ===== HEADINGS ===== */
/* ============================= */

h2 {
    font-size: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

/* underline */
h2::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    background: #ae1919;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}

/* remove underline where not needed */
.pdf h2::before {
    content: none !important;
}

/* left aligned heading (description side) */
.title_desc h2 {
    text-align: left;
}

.title_desc h2::before {
    left: 0;
    transform: none;
    width: 180px;
}

/* ============================= */
/* ===== SECTION LAYOUT ===== */
/* ============================= */

#description-section,
#applications-section,
#finishes-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
    align-items: flex-start;
}

.product-tab-content > .container > div {
    margin-bottom: 100px;
    scroll-margin-top: 180px;
}

/* ============================= */
/* ===== COLUMNS ===== */
/* ============================= */

.image-slider,
.image-sec,
.title_desc {
    flex: 1 1 48%;
}

/* ============================= */
/* ===== IMAGES ===== */
/* ============================= */

.image-slider img,
.image-sec img {
    width: 100%;
    height: auto;
    display: block;
}

.image-sec {
    display: grid;
    gap: 15px;
}

/* slider fix */
.image-slider {
    overflow: hidden;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

/* ============================= */
/* ===== RANGE GRID ===== */
/* ============================= */

.images-range-data {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* ============================= */
/* ===== PROJECT GRID ===== */
/* ============================= */

.project-references-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

/* ============================= */
/* ===== FIXING SYSTEM ===== */
/* ============================= */

.fixing-outer-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.fixing-outer-main .image-sec,
.fixing-outer-main .title_desc {
    flex: 1 1 48%;
}

/* ============================= */
/* ===== SPECIAL SECTIONS ===== */
/* ============================= */

#manufacturing_process-section {
    width: 60%;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
}

#manufacturing_process-section video {
    width: 100%;
}

#manufacturing_process-section a {
    display: block;
    width: 100%;
    text-align: center;
}

#images-range {
    padding-top: 40px;
}

/* ============================= */
/* ===== MOBILE ===== */
/* ============================= */

@media (max-width: 768px) {

    #description-section,
    #applications-section,
    #finishes-section,
    .fixing-outer-main {
        flex-direction: column;
    }

    .image-slider,
    .image-sec,
    .title_desc {
        width: 100%;
    }

    h2 {
        font-size: 32px;
    }
}

/* tab content code end */

.project_filter_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #6d6e7659;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.project_filter_wrapper .Cat_text h2 {
    color: #141414;
    font-size: 50px;
}

.project_filter_wrapper div#project-category-dropdown select {
    background-color: #AE1919;
    background-image: url(/wp-content/uploads/2024/08/1724410471517.png);
    background-repeat: no-repeat;
    background-position: right 35px center;
    background-size: 16px;
    color: #fff;
    font-size: 20px;
    padding: 18px 60px 18px 20px;
    border-radius: 50px;
    border: unset;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
	cursor: pointer;
    text-align: center;
}

div#project-category-posts_start {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
	width:100%;
}
div#project-category-posts_start .project-item {
    width: 24%;
    box-sizing: border-box;
	position:relative;
	object-fit: cover;
}

div#project-category-posts_start .project-item h3 {
    color: #fff;
    border-bottom: 2px solid #b4121d;
    padding-bottom: 24px;
    opacity: 0;
    transform: 0.3s;
    width: 80%;
    line-height: 30px;
    font-family: 'garamond';
    font-size: 26px;
}
div#project-category-posts_start .project-item {
    position: relative;
    height: 100%;
    max-height: 350px !important;
	overflow:hidden;
}
div#project-category-posts_start .project-item:hover h3 {
    opacity: 1;
    transition: 0.3s;
}
div#project-category-posts_start .project-item:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #000000c9;
    top: 0;
    left: 0;
    transition: 0.3s;
}
div#project-category-posts_start .project-item img {
    width: 100%;
    height: 100%;
    min-height: 350px;
	object-fit: cover;
}
div#project-category-pagination {
    text-align: center;
    margin-top: 50px;
}

div#project-category-pagination a {
    background: #fff;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #141414 !important;
}

div#project-category-pagination a:hover {
    border-color: #b4121d;
    transition: 0.3s;
    color: #b4121d !important;
}

div#project-category-pagination span.page-numbers.current {
    background: #fff;
    padding: 4px 10px;
    border: 1px solid #b4121d;
    border-radius: 4px;
    color: #b4121d;
}
div#project-category-pagination a.next.page-numbers {
    background: #fafafa !important;
}
div#project-category-pagination a.prev.page-numbers {
    background: #fafafa;
}
div#project-category-posts_start .project-item a {
    position: absolute;
    bottom: 22px;
    left: 20px;
    width: 100%;
}
div#project-category-posts_start .project-item a i {
    opacity: 0;
    color: #fff;
    transition: 0.3s;
    font-size: 20px;
    margin-top: 20px;
}

div#project-category-posts_start .project-item:hover a i {
    opacity: 1;
    transition: 0.3s;
}
.project_filter_wrapper div#project-category-dropdown select option {
    background: #fff;
    color: #141414;
    font-size: 18px;
} 

.btn-all {
    font-family: 'cambriab';
    font-weight: 700;
}
.et_pb_scroll_top:before {
    content: '';
    background-image: url(https://wordpress-702163-4779309.cloudwaysapps.com/wp-content/uploads/2024/08/Back-to-top.png);
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    bottom: -60px;
    background-size: cover;
}
span.et_pb_scroll_top.et-pb-icon.et-visible {
    background: unset;
}
body .btn-all:hover {
    background: #AE1919 !important;
    border: 2px solid #AE1919 !important;
    color: #fff !important;
}
body #page-container .et_pb_section .et_pb_button_0:hover {
    color: #fff !important;
}
.product-categories .product-category-title {
    padding-top: 20px;
    padding-left: 20px;
}
.product-categories  .product-category-description {
    padding: 20px;
}
.product-categories .product-category-link {
    padding-left: 20px;
    padding-bottom: 30px;
}
.product-categories .product-category-link a {
    color: #141414;
    font-family: 'garamondbold';
    font-weight: 700;
    font-style: normal;
}
.product-categories .product-category-link a:after {
    content: "";
    background-image: url(https://wordpress-702163-4779309.cloudwaysapps.com/wp-content/uploads/2024/08/Arrow-2.png);
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 7px;
    margin-left: 10px;
}
.client-wrp div#wonderplugincarousel-2 {
    max-width: 1300px !important;
    width: 100% !IMPORTANT;
}
.product-categories {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.product-categories .product-category {
    width: 33.33%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-categories .product-category .product-category-image {
    height: 300px;
    object-fit: cover;
}
.product-categories .product-category .product-category-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.menu-wrp ul li a {
    font-family: 'garamond';
    font-weight: 700;
    font-style: normal;
}
.banner-sect  .et_pb_row.et_pb_row_0 {
    position: unset !important;
}
.banner-right-slider {
    position: absolute;
    right: 0;
    top: 8%;
}
.banner-right-slider div#wonderpluginslider-container-2 {
    width: 100% !important;
    max-width: 100% !important;
}
.banner-right-slider div#wonderpluginslider-container-2 div#wonderpluginslider-2 {
    width: 100% !important;
}
.footer-list-padd   .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.footer-list-padd .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.banner-slider-wrp .amazingslider-text-box-2 {position:absolute; width:100%; bottom:-100px; left:0; }
.banner-slider-wrp .amazingslider-text-box-2 .amazingslider-title-2 {width:100%; text-align:left; color:#141414; font-size:23px; font-style: normal;}
.banner-slider-wrp  .amazingslider-text-2 {padding:0;}
.product-wrp article h2.entry-title {
    color: #141414;
    font-size: 28px;
}

.banner-slider-wrp .amazingslider-arrow-left-2 {display:none !important;}
.banner-slider-wrp .amazingslider-arrow-right-2 {display:none !important;}
.project-architecture-wrp p {
    color: #fff;
}
.project-architecture-wrp .text-color p {
    color: #595959;
}
.client-wrp   .amazingcarousel-title {
    display: none !important;
}
.client-wrp .amazingcarousel-prev, .amazingcarousel-next {
    display: none !important;
}
.client-wrp .amazingcarousel-image {
    background-color: unset !important;
}
.client-wrp .amazingcarousel-image .amazingcarousel-image-fix-wrapper img {
    object-fit: contain !important;
    height: 150px !important;
    width: 150px !important;
}
.client-wrp .amazingcarousel-image div a {display: none;}
.specialization-wrp .lgx_lsw_nav_button.lgx_lsw_nav_button_prev {
    position: absolute!important;
    background: unset!important;
    color: #141414!important;
    border: 1px solid #AE1919!important;
    border-radius: 50px!IMPORTANT;
    top: inherit !important;
    bottom: 100px !important;
}
.specialization-wrp .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:#AE1919 !important;
    width:81px;
    height:3px;
    border-radius:0;
}
.specialization-wrp .swiper-pagination span.swiper-pagination-bullet {
    background-color:#D9D9D9 !important;
    width:81px;
    height:3px;
    border-radius:0;
}
.lgx_lsw_nav_button.lgx_lsw_nav_button_next {
    position: absolute !important;
    background: unset !important;
    color: #141414 !important;
    border: 1px solid #AE1919 !important;
    border-radius: 50px !IMPORTANT;
}
.menu-wrp ul li {
    padding: 0 23px !important;
}
.menu-wrp button.et_pb_menu__icon.et_pb_menu__search-button {
    position: absolute;
    top: 20px;
    right: -6%;
    color: #595959 !important;
}
.call-today .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.call-today .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.call-today .et_pb_blurb_content h4.et_pb_module_header {
    padding-bottom: 0 !important;
}
/* .banner-sect:before {
       content: "";
    /* background-image: url(/wp-content/uploads/2024/12/kaphs.png); */
    /* width: 100%;
    height: 336px;
    position: absolute;
    background-size: 52%;
    background-repeat: no-repeat;
    left: 0;
    bottom: -74px;
    z-index: 99;
    background-position: left bottom;
    background-repeat: no-repeat; 
} */
.amazingcarousel-image > div:nth-child(3) {
    z-index: -999;
}
.footer-social-icon li a:hover {
    border: 1px solid #ae1919;
    border-radius: 50px !important;
}
.copy-rignt-wrap ul {
    padding: 0;
    display: flex;
    justify-content: end;
    gap: 20px;
}
.copy-rignt-wrap ul li:nth-child(1) {
    border-right: 2px solid #a1a1a1;
    padding-right: 18px;
}
.footer-social-icon li a {
    border: 1px solid #fff;
}
.footer-list-padd .et_pb_blurb_container {
    padding-left: 0px;
}
.copy-rignt-wrap ul li {
    list-style: none;
    font-family: 'garamond';
    font-weight: 400;
    font-style: normal;
}
.news-letter input#esfpx_email_6e413e47bd242 {
    background: #E3E3E3;
    height: 49px;
  	padding:10px;
	 width: 64%;
}
.news-letter input[type="submit"] {
    width: 36%;
}
.news-letter  input[type="submit"] {
    background: #ab1d1d;
    border: unset;
    padding: 15px 0;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.news-letter .gjs-cell {background: #E3E3E3;}
.high-col {
    position: relative;
}
.high-col:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000c9;
    z-index: 9;
    pointer-events: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.high-col:hover .et_pb_text_inner p {
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.high-col  .et_pb_text_inner p {
    opacity: 0;
	position: relative;
    z-index: 9;
}
.high-col .et_pb_divider {
    opacity: 0;
	position: relative;
    z-index: 9;
}
.high-col:hover .et_pb_divider {
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.high-col span.et_pb_icon_wrap {
    opacity: 0;
	position: relative;
    z-index: 9;
}
.high-col:hover span.et_pb_icon_wrap {
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.high-col .et_pb_text_inner h3 {
    position: relative;
    z-index: 9;
    opacity: 0;
}

.high-col:hover .et_pb_text_inner h3 {
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news-letter .es-form-field-container {
    display: flex;
}
.banner-slider-wrp .amazingslider-bullet-wrapper-2 {
    margin-left: auto !important;
    margin-right: inherit !important;
}

.banner-slider-wrp .amazingslider-nav-2 {
    margin-top: 50px !important;
}
.specialization-wrp .lgx_app_item.swiper-slide {
    padding: 0 10px !important;
}
#lgx_logo_slider_app_188 .lgx_logo_carousel {
    padding-left:36px !important;
	   padding-right:36px !important;
}
.our-special-newrow .et_pb_column {
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    padding: 21px 25px;
    background: #fff;
}
.product-category-description p {
    height: 165px;
}
.home-our-special-slider {
    position: relative;
}

.home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_prev {
    position: absolute;
    left: 0px;
    top: 31% !important;
    z-index: 999;
}

.home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_next {
    position: absolute;
    right: 0px;
    top: 31%;
}
.home-our-special-slider h4.lgx_app_item_title {
    text-align: left;
    padding-top: 20px;
    font-size: 32px !important;
    font-weight: 400 !important;
	margin-left: 24px;
}

.amazingcarousel-list-container .amazingcarousel-image div:nth-child(2) {
    background: #ff000000 !important;
}
.amazingcarousel-list-container .amazingcarousel-image div:nth-child(2) a{
    color: #ff000000 !important;
}
.amazingcarousel-image {
    box-shadow: unset !important;
}
.et_pb_text_inner h5 {
}

.et_pb_row.et_pb_row_0.about-banner-row {
    align-items: center;
    display: flex;
}
.about-banner-wrap a.home {
    font-family: 'garamondbold';
}
.menu-wrp nav.et-menu-nav ul li.active a {
    border-bottom: 2px solid #ae1919;
}
.menu-wrp nav.et-menu-nav ul li a {
    padding: 0 0;
    MARGIN-BOTTOM: 0px;
}
.header-wrap button.et_pb_menu__icon.et_pb_menu__search-button {
    transform: rotate(265deg);
}
.about-banner-wrap span {font-family: 'garamondbold';}
.banner-slider-wrp .amazingslider-bottom-shadow-2 {
    display: none !important;
}
.header-wrap .et_pb_row {
    align-items: center;
}
.header-wrap .et_pb_main_blurb_image span img {
    margin-top: -12px;
}
/* .amazingslider-space-2 {
    height: 500px !important;
} */
.copy-right-sec .et_pb_text_inner p {
    color: #A1A1A1;
}
.copy-right-sec .et_pb_text_inner p span {
    color: #fff;
}
.banner-slider-wrp .amazingslider-space-2 {
    height:500px !important;
}
.projects-banner-wrap span {
    font-family: 'garamondbold';
}
.projects-blur p {
    color: #A1A1A1;
}
.client-wrp .amazingcarousel-image-fix-wrapper {
    display: flex;
    justify-content: center;
}
.client-wrp .amazingcarousel-bullet {
    width: 31px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	height:10px !important
}
.et_pb_row.product-sec-align {
    align-items: center;
    display: flex;
}
.header-wrap .et_pb_column.header-col-left {
    width: 85% !important;
}
.header-wrap .et_pb_column.right-col-callus{
    width: 15% !important;
}
.et_pb_column.banner-image {
    width: 50%;
    left: 50%;
    margin-left: -42.09vw;
    box-sizing: border-box;
}
.banner-image .amazingslider-space-3 {
    height: 450px !important;
}

.banner-image .amazingslider-bottom-shadow-3 {
    display: none !important;
}
.banner-slider-wrp .amazingslider-bullet-3 {
    height: 11px !important;
    width: 35px !important;
}
.banner-slider-wrp .amazingslider-bullet-2 {
    height: 11px !important;
}
.banner-slider-wrp div#wonderpluginslider-3 {
    height: 360px !important;
}
.banner-slider-wrp .et_pb_text_inner p {
    padding: 0;
}
.banner-slider-wrp .amazingslider-arrow-left-3 {
    display: none !important;
}
.banner-slider-wrp .amazingslider-arrow-right-3 {
    display: none !important;
}
.banner-slider-wrp .amazingslider-bullet-wrapper-3 {
    margin-left: auto!important;
    margin-right: inherit!important;
}
.banner-slider-wrp  .amazingslider-nav-3 {
    margin-top: 48px !important;
}
.footer-phone-wrap .et_pb_blurb_description a {
    font-family: 'garamond';
}
.banner-slider-wrp .amazingslider-text-box-3 .amazingslider-title-3 {
    width: 100%;
    text-align: left;
    color: #141414;
    font-size: 23px;
    font-style: normal;
}
.banner-slider-wrp .amazingslider-text-box-3 {
    left: 0;
    position:absolute;
    bottom:-100px !important;
    left:0;
	width:100% !important
}
.banner-slider-wrp .amazingslider-text-3 {
    padding:0 !important;
}
.client-wrp img.amazingcarousel-image-img {
    width: 180px !important;
    height: 180px !important;
}
.et_pb_row.et_pb_row_1.about-story-wrap {
    display: flex;
    align-items: center;
}
.contact-box-wrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-box-wrap .contact-blurbox-sec .et_pb_blurb_content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-box-wrap .contact-blurbox-sec .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.contact-box-wrap .contact-blurbox-sec h4.et_pb_module_header {
    padding-bottom: 0;
}
.contact-box-wrap .contact-blurbox-first h4.et_pb_module_header {
    padding-bottom: 24px;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form p input {
    width: 100%;
    background: #FAFAFA;
    border: unset;
    padding: 20px 15px;
    font-size: 20px;
    margin-top: 10px;
}

.contact-form p label {
    color: #141414;
    font-size: 22px;
}

.contact-form p label span {
    color: #ab1d1d;
}

.contact-form p textarea {
    width: 100% !important;
    background: #FAFAFA;
    border: unset;
    padding: 24px 15px;
    font-size: 20px;
    margin-top: 10px;
    height: 250px;
}
.contact-form  p.submit-btn input {
    width: auto;
    border: 1px solid #A1A1A1;
    padding: 10px 34px;
    margin-top: 0;
}
.related-products-slider .slider-item a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.related-products-slider .slider-item {
    background: #fff;
    margin: 0 10px;
}
.related-products-slider ul.slick-dots {
    display: none !important;
}

.related-products-slider {
    padding: 100px 0 0;
}
.footer-consultation-section a.et_pb_button:hover {
    padding: 16px 35px !important;
}
.related-products-slider h2 {
    text-align: center;
    font-size: 48px;
    color: #141414;
    font-family: 'garamondbold';
    position: relative;
    padding-bottom: 50px;
}

.related-products-slider h2:before {
    position: absolute;
    content: '';
    top: 56px;
    left: 44%;
    width: 12%;
    height: 2px;
    background: #ab1d1d;
}
.related-products-slider .related-bottom-content {
    padding: 26px 15px 20px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 9%);
    background-color: #fff;
    margin-bottom: 12px;
}
.related-products-slider .related-bottom-content h3 {
    font-size: 28px;
    font-family: 'garamond';
    color: #141414;
}

.related-products-slider .related-bottom-content p {
    color: #595959;
    line-height: 30px;
    font-size: 18px;
}
.related-bottom-content a.read-more {
    position: relative;
    color: #141414;
    font-family: 'garamondbold';
    font-size: 20px;
}

.related-bottom-content a.read-more:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 106px;
    width: 26px;
    height: 26px;
    background-position: center;
    background-size: cover !important;
    background: url(/wp-content/uploads/2024/08/1724762355221.png);
    background-repeat: no-repeat;
}
.related-products-slider .slick-prev:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 1;
    opacity: .75;
    color: #141414;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104" !important;
    font-family: 'FontAwesome';
    border: 1px solid #ab1d1d;
    border-radius: 50%;
    width: 26px;
    display: block;
    height: 26px;
    line-height: 26px;
}

.related-products-slider .slick-next:before {
   font-family: 'slick';
    font-size: 18px;
    line-height: 1;
    opacity: .75;
    color: #141414;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105" !important;
    font-family: 'FontAwesome';
    border: 1px solid #ab1d1d;
    border-radius: 50%;
    width: 26px;
    display: block;
    height: 26px;
    line-height: 26px;  
}
.contact-form-col .wpcf7-response-output {
    color: #ae1919;
}
.product-page-image span.et_pb_image_wrap img {
    object-fit: cover;
}
.contact-form p.submit-btn input:hover {
    color: #fff;
    background: #ab1d1d;
    border-color: #ab1d1d;
    transition: 0.3s;
}
.single-project-breadcrumbs p {
    line-height: 26px;
}
div#main-product-wrap {
    position: relative;
    overflow: hidden;
}
div#main-product-wrap:before {
    content: "";
    /* background-image: url(/wp-content/uploads/2024/08/Group-19.png); */
    width: 704px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: left bottom;
}
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
	width:90%;
    max-width: 1715px;
    margin: 0 auto;
}
.product-image-wrapper {
    width:50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-product-breadcrumbs {
    width: 50%;
   z-index: 1; 
    padding: 180px 0px 190px;
}
.main-product-wrap{
    max-width: 1715px;
    margin: 0 auto;
    width: 100%;
}
.product-image-wrapper img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-title-wrapper h1 {
    font-style: normal;
    font-family: 'garamondbold';
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
}

p.breadcrumbs a {
    color: #ae1919;
    font-family: 'garamondbold';
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 16px;
}
.breadcrumbs i.fa-solid.fa-angle-right {
    font-size: 12px;
    color: #ae1919;
}
p.breadcrumbs span {
    margin: 0px 20px;
}
.term-glass-products .products-list {
    padding-top: 100px;
    padding-bottom: 20px;
}
 .products-list {
    padding-top: 100px;
}

.products-list h2 {
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
}

.products-list h2:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 2px solid #ae1919;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    max-width: 250px;
    right: 0;
    margin: 0 auto;
}

.products-list h2 {
    font-family: 'garamondbold';
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-align: left;
    color: #141414;
    margin-bottom: 10px !important;
}
.product_item_outer {
    max-width: 1715px;
	width:90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.product_item_outer .product-item {
    width: 32%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 100px 80px 0px #0000000f;
    margin-top: 30px;
}
.product-image {
    overflow: hidden;
}
.product-image {
    overflow: hidden;
}
h2.product-title:before {display: none;}

h2.product-title {
    font-size: 28px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.product_contact {
    padding: 30px;
}
.product_item_outer .product-item a.read-more {
    position: relative;
    padding-right: 35px;
    font-family: 'garamondbold';
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #141414;
}

a.read-more:before {
    content: "";
    position: absolute;
    right: 0px;
    background-image: url(/wp-content/uploads/2024/09/right-red-arrow.png);
    width: 21px;
    height: 15px;
    background-repeat: no-repeat;
    top: 1px;
}
.product-excerpt p {
    font-family: 'garamond';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.breadcrumbs {
    padding-left: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.product-image img {
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1/1;
}
.main-product-single-sec {
    position: relative;
    overflow: hidden;
	margin-bottom: 100px;
}
.main-product-single-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1715px;
    margin: 0 auto;
}

.single-product-banner-title {
    width: 50%;
    padding: 100px 0 100px;
	z-index: 1;
	padding-right: 50px;
}
.product-featured-image {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-product-single-sec:before {
    position: absolute;
    content: "";
    /* background-image: url(/wp-content/uploads/2024/08/Group-19.png); */
    width: 704px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: left bottom;
}
.single-product-breadcrumbs-wrap p a {
    color: #ab1d1d;
}
.single-product-breadcrumbs-wrap {
    margin-bottom: 30px;
}
.single-product-breadcrumbs-wrap p a,.single-product-breadcrumbs-wrap p {
    color: #ae1919;
    font-family: 'garamondbold';
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
}
.single-product-breadcrumbs-wrap p span {
    color: #ae1919;
    margin: 0 20px;
}
.single-product-banner-title h2 {
    color: #141414;
    font-size: 48px;
    padding-bottom: 20px;
}
.single-product-banner-title .product-content p {
    font-size: 18px;
    font-family: 'garamond';
    line-height: 36px;
}
.related-products-btn a {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #a1a1a1;
    border-radius: 0px;
    padding: 14px 35px !important;
    color: #141414;
    font-family: 'cambriab';
}
.related-products-btn a:hover {
    color: #ffffff !important;
    background-color: #ae1919;
    border-color: #ae1919;
}
span.separator.et-pb-icon {
    font-size: 30px !important;
}
.related-products-btn {
    margin-top: 40px;
}
.product-tabs .tab-links {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    background: #000;
    padding: 15px 0 20px;
    gap: 30px;
}
.product-tabs .tab-links li {
    flex-grow: unset;
    text-align: center;
}
.tab-links a.active {
    background: transparent !important;
    border-bottom: 2px solid #fff;
}
.tab-links .tab-links a {
    display: block;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
}
.tab-content-container {
    border: unset !important;
    padding: 0px !important;
    max-width: 1715px;
    width: 90%;
    margin: 0 auto;
}
.product-tabs ul.tab-links a {
    font-family: 'garamond';
    font-size: 22px;
}
div#description {
    width: 100%;
    display: flex;
    gap: 40px;
   padding-top: 50px;
   align-items: center;
}
div#description .image-slider.slick-initialized.slick-slider {
    width: 50% ;
}
div#description .slick-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
div#description .title_desc p {
    font-size: 18px;
    color: #595959;
    font-family: 'garamond';
}
div#applications {
    display: flex;
    width: 100%;
    gap: 50px;
    padding-top: 40px;
    align-items: center;
}
div#applications .slick-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
div#applications .title_desc p {
    font-size: 18px;
    padding-bottom: 10px;
}
div#applications .title_desc p b {
    color: #141414;
}
div#product_range {
    padding-top: 26px;
}
.range-outer {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    display: grid;
}
.range-outer .taxonomy-data {
    width: 100%;
}
.range-outer .taxonomy-data a img {
    width: 100%;
    aspect-ratio: 1/1;
}
.range-outer .taxonomy-data h2 {
    margin-bottom: 0 !important;
    font-size: 32px !important;
    text-align: left !important;
    margin-top: 10px;
}
div#finishes {
    display: flex;
    width: 100%;
    gap: 50px;
    padding-top: 30px;
}

div#finishes .image-sec {
    width: 50%;
}
div#finishes .title_desc {
    width: 50%;
}
.tab-content-container h2 {
    font-size: 48px !important;
    color: #141414;
    position: relative;
}
div#product_range h2 {
    text-align: center;
    margin-bottom: 30px;
}
div#finishes .title_desc p strong {
    color: #141414;
}
div#finishes .image-sec img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
    display: block;
}
.product-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.product-gallery .gallery-item {
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
    width: 100% !important;
}

.product-gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    aspect-ratio: 1/1;
}

.product-gallery .gallery-item:hover {
    transform: scale(1.05);
}
.product-gallery.grid-4-columns .gallery-item a {
    width: 100%;
}
.tax-product-range .container {
    width: 90% !important;
}
.product-range-page h1 {
    font-size: 48px;
    font-family: 'garamondbold';
    text-align: center;
    padding: 30px 0;
    text-transform: capitalize;
    position: relative;
}
.product-range-page {
    padding-bottom: 20px;
}
.fancybox__content {
    margin-top: 70px;
}
.fancybox__nav button.carousel__button.is-next, .fancybox__nav button.carousel__button.is-prev {
    background: #fff;
    color: #000000;
    box-shadow: unset;
    border: 2px solid #AE1919;
    width: 50px;
    height: 50px;
}
.fancybox__caption {
    font-size: 22px;
    font-family: 'garamond' !important;
}
div#description .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ae1919;
    background: #ae1919;
    width: 30px;
    height: 12px;
    font-size: 0;
    border-radius: 20px;
    margin-top: 4px;
}
div#description .slick-dots li button:before {
    font-size: 12px;
     width: 30px;
}
div#description ul.slick-dots {
    bottom: -46px;
}
div#applications .slick-dots li.slick-active button:before {
   opacity: 1;
    color: #ae1919;
    background: #ae1919;
    width: 30px;
    height: 12px;
    font-size: 0;
    border-radius: 20px;
    margin-top: 4px;
}
div#applications .slick-dots li button:before {
    font-size: 12px;
     width: 30px;
}
div#applications ul.slick-dots {
    bottom: -46px;
}
.slick-dots li button:hover:before {
    color: #ae1919 !important;
}
.single-project-hero-title h3 {
    font-size: 20px !important;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    border-bottom: 2px solid #ab1d1d;
    margin: 0 15px;
    position: relative;
    font-family: 'garamond';
}
.related-single-project {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding-top: 30px;
}
.single-project-hero-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}
.single-project-hero {
    position: relative;
}
.single-project-hero-title {
    position: absolute;
    bottom: 50px;
    left: 0px;
}
.single-project-hero:hover .single-project-hero-title h3 {
    opacity: 1;
    transition: 0.3s;
}
.single-project-hero a:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000c9;
    transition: 0.3s;
}
.tab-content-container h2:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: #ab1d1d;
    bottom: -10px;
    left: 0;
}
div#product_range h2:before {
    width: 16%;
    left: 42%;
}
.single-project-hero-title h2:before {
    content: unset;
}
.single-project-hero-title h3:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 24px;
    left: 0;
    background-position: center;
    bottom: -34px;
    background: url(/wp-content/uploads/2024/09/right-arrow.png);
    background-size: cover;
}
.taxonomy-data h2:before {
    content: unset;
}
.fixing-type-wrapper {
    display: flex;
    width: 100%;
    gap: 30px;
    padding-top: 50px;
}
.fixing-type-wrapper .fixing-images-digram {
    width: 60%;
}
.fixing-type-wrapper .fixing-images-two {
    width: 40%;
}
div#fixing_systems h2:before {
    width: 16%;
    left: 42%;
}
div#fixing_systems h2 {
    text-align: center;
}
div#fixing_systems p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.fixing-images-two .title_desc p {
    width: 100% !important;
    text-align: left !important;
}
.fixing-images-two img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.product-content .et_pb_row {
    width: 100%;
    padding: 0;
}
.product-content .et_pb_section {
    padding: 0;
}

.product-content .et_pb_text_inner {
    font-size: 18px;
    font-family: 'garamond';
}
.fixing-images-two .title_desc p {
    padding-bottom: 22px;
}
.fixing-images-digram img {
    width: 100%;
}
div#fixing_systems {
    padding-top: 20px;
}
.fixing-images-two .title_desc p strong {
    color: #141414;
}
div#applications .title_desc {
    width: 50%;
}
div#applications .image-slider.slick-initialized.slick-slider.slick-dotted {
    width: 50%;
}
div#applications .title_desc p strong {
    color: #141414;
}
.fixing-outer-main {
    display: flex;
    width: 100%;
    gap: 40px;
}
.fixing-outer-main .image-slider {
    width: 50%;
    height: 100%;
}

.fixing-outer-main .title_desc {
    width: 50%;
}
.fixing-outer-main .title_desc p {
    width: 100% !important;
    text-align: left !important;
}

.fixing-outer-main .title_desc h2 {
    text-align: left !important;
}
.fixing-outer-main .title_desc p strong {
    color: #141414;
}
.fixing-outer-main .image-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.fixing-outer-main .slick-dots li button:before {
    font-size: 12px;
    width: 30px;
}
.fixing-outer-main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ae1919;
    background: #ae1919;
    width: 30px;
    height: 12px;
    font-size: 0;
    border-radius: 20px;
    margin-top: 4px;
}
.fixing-outer-main ul.slick-dots {
    bottom: -46px;
}
.product-range-page .product-gallery {
    padding-top: 50px;
}
.taxonomy-description p {
    text-align: center;
    padding-bottom: 0;
    width: 80%;
    margin: 0 auto;
}
div#product_range p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.product-range-page h1:before {
    position: absolute;
    width: 16%;
    height: 2px;
    top: 87px;
    left: 42%;
    background: #ab1d1d;
    content: '';
}
.fixing-outer-main .image-sec {
    width: 50%;
}
.tab-links.fixed {
/*    top: 135px !important;*/
    transition: top 0.3s ease, position 0.3s ease;
    }
.product-tabs .tab-links {
    transition: top 0.3s ease, position 0.3s ease;
}
.pdf_filter_wrapper .cat_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #6d6e7659;
    margin-bottom: 55px;
}
div#pdf-category-items_start {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pdf_filter_wrapper .pdf-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}
.pdf_filter_wrapper .pdf-item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pdf_filter_wrapper .pdf-item h3 {
    font-size: 25px;
    font-family: 'garamondbold';
    color: #141414;
    text-transform: capitalize;
}
.pdf_filter_wrapper .cat_wrapper h2 {
    padding-bottom: 0;
    font-size: 50px;
    font-family: 'garamond';
}
.pdf_filter_wrapper .cat_wrapper select#pdf-category-select {
    background: #141414;
    color: #fff;
    font-size: 20px;
    padding: 18px 60px 18px 20px;
    border-radius: 50px;
    border: unset;
    position: relative;
     appearance: none; 
     -webkit-appearance: none; 
    cursor: pointer;
    text-align: center;
}
.pdf_filter_wrapper .pdf-item a.pdf-download-link {
    color: #313132;
    font-size: 18px;
    font-family: 'garamond';
    font-weight: 600;
    margin-left: -8px;
}
.pdf_filter_wrapper .pdf-item a.pdf-download-link i {
    color: #AE1919;
    margin-left: 10px;
    font-size: 20px;
    margin-right: 4px;
}
.pdf_filter_wrapper .pdf-item .content_wrapper_pdf {
    padding: 20px 16px;
}
.pdf_filter_wrapper .pdf-item .content_wrapper_pdf p {
    font-size: 16px;
    padding-bottom: 4px;
}
div#pdf-category-dropdown {
    position: relative;
}
div#pdf-category-dropdown:before {
    position: absolute;
    content: '';
    top: 38%;
    right: 40px;
    background-image: url(/wp-content/uploads/2024/08/1724410471517.png);
    width: 16px;
    height: 16px;
    z-index: 9;
    display: block !important;
    opacity: 1 !important;
    background-size: contain;
    cursor: pointer;
}
.related-products-slider .related-bottom-content {
    height: 220px;
    position: relative;
}
.related-products-slider .related-bottom-content a.read-more {
    position: absolute;
    bottom: 20px;
}
div#manufacturing_process {
    width: 50%;
    margin: 0 auto;
}
div#manufacturing_process video {
    width: 100%;
}

div#production_capabilities .image-section {
    text-align: center;
}
div#production_capabilities .pdf {
    text-align: center;
}

div#production_capabilities .pdf h2:before {
    content: unset;
}
div#production_capabilities .pdf a {
    font-size: 18px;
    color: #141414;
}
div#production_capabilities .pdf h2 {
    margin-bottom: 0;
}

div#range_images {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    display: grid;
    padding-top: 40px;
}

div#range_images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.et_pb_row.fabric-product-range {
    display: flex;
    align-items: center;
}
.et_pb_row.lamp-warp .et_pb_column {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.et_pb_row.lamp-pic-wrap span.et_pb_image_wrap img {
    width: 100%;
    aspect-ratio: 1/1;
}
.mirror-size-wrap .et_pb_blurb_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mirror-size-wrap .et_pb_blurb_container h4 {
    padding-bottom: 0;
}
.mirror-size-wrap .et_pb_blurb_content {
    margin-left: 0;
}
.lamp-image-wrap span.et_pb_image_wrap, img {
    width: 100%;
}
.lamp-image-wrap span.et_pb_image_wrap img {
    height: 350px;
    object-fit: contain;
}
.lamp-col-rightimg span.et_pb_image_wrap img {
    object-fit: cover;
}
.lamp-image-wrap.asa span.et_pb_image_wrap img {
    object-fit: cover;
}
.banner-slider-wrp .amazingslider-bullet-wrapper-3 {
    width: 78px !important;
}
@media (max-width: 1300px){
.news-letter input[type="submit"] {
    font-size: 12px;
    cursor: pointer;
    height: 50px;
}
}
@media (max-width: 1400px){
	.main-footer .et_pb_blurb_description a {
    line-height: 26px;
}
	div#project-category-posts_start {
    gap: 13px;
}
	.header-wrap ul#menu-primary-menu li {
    padding: 0 16px !important;
}
	.news-letter input[type="submit"] {
    padding: 15px 0;
}
	.header-wrap .et_pb_module .et_pb_blurb_content {
    justify-content: end !important;
}
.menu-wrp button.et_pb_menu__icon.et_pb_menu__search-button {
    right: -7%;
    top: 16px;
}
	.product-category-description p {
    height: 210px;
}
.menu-wrp .et_pb_menu ul li a {
    font-size: 15px;
}
	.home-our-special-slider h4.lgx_app_item_title {
    margin-left: 0px;
}
	.product-page-image span.et_pb_image_wrap img {
    height: 450px;
}	
ul.product-tab-links li {
    padding: 0 18px;
}
}
@media (max-width: 1300px){
    div#product-section {
    padding-top: 20px;
}
    div#manufacturing_process-section {
    width: 70%;
}
    .related-products-slider .related-bottom-content {
    height: 200px;
}
.related-products-slider .related-bottom-content p {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .pdf_filter_wrapper .cat_wrapper select#pdf-category-select {
    font-size: 18px;
}
div#pdf-category-dropdown:before {
    right: 30px;
}
	div#project-category-posts_start {
    gap: 12px;
}
	.header-wrap ul#menu-primary-menu li {
    padding: 0 15px !important;
}
		.header-wrap .et_pb_menu__logo img {
    width: 100%;
    max-width: 140px !important;
}
	.header-wrap .et_pb_module .et_pb_blurb_content {
    justify-content: end !important;
}
		.menu-wrp button.et_pb_menu__icon.et_pb_menu__search-button {
    right: -18%;
}
		.our-special-newrow .et_pb_column .et_pb_blurb_description p {
    font-size: 18px;
    line-height: 24px;
}
		.header-wrap .et_pb_column.header-col-left {
    width: 75% !important;
}

.header-wrap .et_pb_column.right-col-callus {
    width: 25% !important;
}
	.menu-wrp nav.et-menu-nav ul li a {
    font-size: 12px !important;
}
	.banner-slider-wrp div#wonderpluginslider-3 {
    height: 350px!important;
}
	.banner-image .amazingslider-space-3 {
    height: 400px!important;
}
	div#project-category-posts_start .project-item img {
    width: 100%;
    height: 100%;
    min-height: 280px;
}
	div#project-category-posts_start .project-item {
    position: relative;
    height: 100%;
    max-height: 280px !important;
    overflow: hidden;
}
	h2.product-title {
    font-size: 23px;
    padding-bottom: 0px;
    line-height: 1.4;
	}
    div#manufacturing_process {
    width: 60%;
    margin: 0 auto;
}
ul.product-tab-links li a {
    font-size: 20px;
}
ul.product-tab-links li {
    padding: 0 16px;
}
}
@media (max-width: 1200px){
    .single-product-banner-title {
    padding-right: 20px;
}
div#description-section .image-slider img {
    height: 400px;
}
div#applications-section .slick-slide img {
    height: 420px;
}
div#applications-section .image-slider {
    height: 445px;
}
    .single-product-banner-title {
    padding: 50px 0 50px;
}
.contact-box-wrap {
    padding: 16px 10px !important;
}
.contact-box-wrap .et_pb_blurb_description p {
    font-size: 18px;
}

.contact-box-wrap h4.et_pb_module_header span {
    font-size: 22px;
}
		div#project-category-posts_start {
    gap: 11px;
}
	.header-wrap .et_pb_menu__logo img {
    width: 100%;
    max-width: 120px !important;
}
	.header-wrap ul#menu-primary-menu li {
    padding: 0 14px !important;
}
.header-wrap .et_pb_module .et_pb_blurb_content {
    justify-content: end !important;
}
	.product-category-description p {
    height: 250px;
}
		.home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_next {
    top: 22%!important;
}
		.home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_prev {
    top: 22%!important;
}
	.our-special-newrow .et_pb_column {
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    padding: 21px 10px;
    background: #fff;
}
	.our-special-newrow .et_pb_column .et_pb_blurb_description p {
    font-size: 16px;
    line-height: 24px;
}
	.our-special-newrow .et_pb_text_inner h3 {
    font-size: 16px;
}
	.header-wrap .et_pb_menu__logo-wrap {
    max-width: 150px !important;
}
	.header-wrap .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 22px;
    margin-left: 14px;
}
	.menu-wrp button.et_pb_menu__icon.et_pb_menu__search-button {
    right: -12%;
    top: 10px;
}
	.header-wrap .et_pb_column.header-col-left {
    width: 80% !important;
}
	.header-wrap .et_pb_column.right-col-callus {
    width: 20% !important;
}
	.main-footer .et_pb_blurb_description a {
    line-height: 26px;
}
	div#project-category-posts_start .project-item img {
    width: 100%;
    height: 100%;
    min-height: 260px;
}
	div#project-category-posts_start .project-item {
    position: relative;
    height: 100%;
    max-height: 260px !important;
    overflow: hidden;
}
.product-page-image span.et_pb_image_wrap img {
    height: 400px;
}
.product-tabs .tab-links {
    gap: 20px;
}	
.product-tabs ul.tab-links a {
    font-size: 20px;
}
.lamp-image-wrap span.et_pb_image_wrap img {
    height: 290px;
}
ul.product-tab-links li a {
    font-size: 20px;
}
ul.product-tab-links li {
    padding: 0 12px;
}
ul.product-tab-links {
    padding: 24px 10px;
}
}
@media (max-width: 1100px){
div#capabilities {
    width: 55%;
  }
.range-outer .taxonomy-data h2 {
    font-size: 28px !important;
  }
div#description-section .title_desc h2 {
    font-size: 46px;
   }
    ul.product-tab-links li {
    padding: 0 13px;
}
    ul.product-tab-links li a {
    font-size: 17px;
}
ul.product-tab-links {
    padding: 24px 12px;
}
	div#project-category-posts_start {
    gap: 10px;
}
	.header-wrap .et_pb_menu__logo img {
    width: 100%;
    max-width: 100px !important;
}
	.header-wrap ul#menu-primary-menu li {
    padding: 0 10px !important;
}
/* 	span.et_pb_image_wrap img {
    width: 28px !important;
    margin-left: 10px;
} */
	.product-category-description p {
    height: 285px;
}
	.news-letter input[type="submit"] {
    font-size: 12px;
}
		.banner-slider-wrp .amazingslider-title-2 {
    font-size:20px !important;
}
	.menu-wrp button.et_pb_menu__icon.et_pb_menu__search-button {
    right: -10%;
    top: 10px;
}
	.banner-image .amazingslider-space-3 {
    height: 346px!important;
}
   div#project-category-posts_start .project-item img {
    width: 100%;
    height: 100%;
    min-height: 230px;
}
	div#project-category-posts_start .project-item {
    position: relative;
    height: 100%;
    max-height: 230px !important;
    overflow: hidden;
}
}
@media (max-width: 1024px) {
.title_desc h2:before {
     left: 0px;
}
div#capabilities {
    width: 80%;
    margin: 0 auto;
}
    .fixing-outer-main {
    display: flex;
    flex-direction: column-reverse;
}
    div#finishes-section {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px;
    padding-bottom: 36px;
}
.fixing-outer-main .title_desc {
    width: 100%;
}
div#finishes-section .title_desc {
    width: 100%;
    padding-left: 0;
}
div#finishes-section .image-sec {
    width: 100%;
}
    div#description-section {
    display: block ;
}
div#applications-section {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 38px;
}
div#description-section .image-slider {
    width: 100% ;
    height: 426px;
    margin-bottom: 50px;
}
div#description-section .title_desc {
    width: 100% ;
    padding-left: 0 ;
}
div#applications-section .title_desc {
    width: 100%;
    padding-right: 0px;
}
div#applications-section .image-slider {
    width: 100%;
}
div#product-section {
    padding-top: 20px;
}
div#manufacturing_process-section {
    width: 100%;
}
div#manufacturing_process-section {
    padding-top: 46px;
}
.fixing-outer-main {
    display: flex;
    flex-direction: column-reverse;
}

    .project-references-section {
    grid-template-columns: repeat(3, 1fr);
}
    .mirror-size-wrap .et_pb_blurb_content {
        max-width: 100% !important;
    }
    .lamp-image-wrap.asa span.et_pb_image_wrap img {
        height: 400px;
    }
    .et_pb_row.fabric-product-range {
        display: block;
    }
    div#range_images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .related-products-slider .related-bottom-content h3 a {
        font-size: 23px;
    }
    .banner-slider-wrp .amazingslider-nav-3 {
        left: 50px !important;
    }
    .banner-slider-wrp .amazingslider-space-2 {
        height: 315px !important;
    }
    .contact-box-wrap {
        padding: 20px 10px !important;
    }
    .project_filter_wrapper div#project-category-dropdown select {
        font-size: 18px !important;
    }
    .main-footer .et_pb_blurb_description a {
        line-height: 26px;
        font-size: 14px;
    }
    .banner-slider-wrp .amazingslider-title-2 {
        font-size: 18px !important;
    }
    .news-letter input#esfpx_email_6e413e47bd242 {
        width: 64%;
    }
    .product-categories .product-category .product-category-image {
        height: 300px;
        object-fit: cover;
    }
    .product-category .product-category-description p {
        line-height: 26px;
    }
    .product-category-description p {
        height: 260px;
    }
    .product-category-title h2 {
        height: 50px;
    }
    .news-letter input[type="submit"] {
        font-size: 12px;
        padding: 0 2px;
    }
    .banner-right-slider {
        position: unset;
    }
    .home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_prev {
        top: 22% !important;
    }
    .home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_next {
        top: 22% !important;
    }
    .header-wrap ul#menu-primary-menu li a {
        font-size: 12px;
    }
    .header-wrap .et_pb_column.header-col-left {
        width: 80% !important;
    }
    .header-wrap .et_pb_column.right-col-callus {
        width: 20% !important;
    }
    .home-our-special-slider h4.lgx_app_item_title {
        font-size: 24px !important;
    }
    div#project-category-posts_start .project-item {
        width: 32.5%;
    }
    div#project-category-posts_start {
        gap: 8px;
    }
    div#project-category-posts_start .project-item img {
        width: 100%;
        height: 100%;
        min-height: 280px;
    }
    div#project-category-posts_start .project-item {
        position: relative;
        height: 100%;
        max-height: 280px !important;
        overflow: hidden;
    }
    .our-passion-wrap .et_pb_module.et_pb_blurb {
        padding-right: 0 !important;
    }
    .banner-image span.et_pb_image_wrap img {
        height: 350px !important;
        width: 100%;
    }
    .related-bottom-content a.read-more {
        position: absolute;
        bottom: 16px;
    }
    .related-products-slider .related-bottom-content {
        position: relative;
        height: 200px;
    }
    .et_pb_social_media_follow li a {
        margin-right: 4px;
    }
    .acf-gallery .gallery-item {
        margin-bottom: 4px !important;
    }
    .single-product-breadcrumbs {
        width: 100%;
        padding: 0;
    }
    .product-image-wrapper {
        width: 100%;
        position: relative;
    }
    .product-title-wrapper h1 {
        font-size: 60px;
    }
    p.breadcrumbs {
        margin-bottom: 5px;
    }
    .products-list {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .product-wrapper {
        padding-top: 30px;
    }
    .product-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .related-single-project {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .single-product-banner-title {
        width: 50%;
        padding: 50px 0;
        z-index: 1;
        padding-right: 40px;
    }
    .product-tabs ul.tab-links a {
        font-size: 18px;
    }
    .product-tabs .tab-links {
        gap: 12px;
    }
    .main-product-single-sec {
        margin-bottom: 70px;
    }
    .range-outer .taxonomy-data h2 {
        font-size: 24px !important;
    }
    div#applications .slick-slide img {
        height: 400px;
    }
    .related-products-slider .slider-item a img {
        height: 250px;
    }
    .taxonomy-description p {
        width: 100%;
    }
    .product-tabs ul.tab-links.fixed {
        top: 102px !important;
    }
    div#pdf-category-items_start {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .fixing-outer-main .image-sec {
        width: 100%;
    }
    div#manufacturing_process {
        width: 100%;
        margin: 0 auto;
    }
    .lamp-image-wrap span.et_pb_image_wrap img {
        height: 250px;
        width: 100%;
    }
    .lamp-col-rightimg span.et_pb_image_wrap img {
        object-fit: cover;
        width: 100%;
    }
    ul.product-tab-links li {
    padding: 0px 10px;
}
ul.product-tab-links li a {
    font-size: 18px;
}
ul.product-tab-links {
    padding: 24px 12px;
}
}

@media (max-width: 980px){
    .dropdowm-menu-product a.mobile-toggle:after {
    color: #141414 !important;
    background: transparent !important;
    font-size: 20px !important;
}

.dropdowm-menu-product ul.sub-menu a {
    width: fit-content !important;
    font-size: 14px !important;
}
    .et_pb_module .mobile_menu_bar:before {
    top: 10px;
}
.Glass-Products-inner .et_pb_text_inner h4:before {
    left: 0;
    top: 50px;
}
.Glass-Products-inner .et_pb_text_inner h2:before {
    left: 0;
    top: 50px;
}
.Lisus-Glass-Fittings-banner span.et_pb_image_wrap {
    width: 100%;
}
.tab-list-sec {
    position: sticky;
    top: 0; /* JS will override */
    z-index: 9999;
    background: #000;
}
    .images-range-data {
    grid-template-columns: repeat(3, 1fr);
}
    .range-outer {
    grid-template-columns: repeat(3, 1fr);
}
    ul.product-tab-links li {
    padding: 0 10px;
}
ul.product-tab-links {
    padding: 24px 4px;
}
ul.product-tab-links li a {
    font-size: 16px;
}
    .product-tabs ul.tab-links.fixed {
    top: 82px !important;
}
    .et_pb_column.copy-right-colleft {
    margin-bottom: 0;
}
    .copy-right-sec .et_pb_row {
    display: flex;
    align-items: center;
}
		div#project-category-posts_start .project-item img {
    width: 100%;
    height: 100%;
    min-height: 250px;
}
	div#project-category-posts_start .project-item {
    position: relative;
    height: 100%;
    max-height: 250px !important;
    overflow: hidden;
}
	.banner-slider-wrp .amazingslider-space-2 {
    height: 400px !important;
}
	.banner-image {
    width: 100% !important;
}
.banner-image span.et_pb_image_wrap {
    width: 100%;
}
	.contact-box-wrap {
    padding: 20px 20px !important;
}
			.single-project-gallery .single-title h2:before {
    top: 50px !important;
}
	.single-project-banner {
    display: block !important;
}
	.single-project-banner .single-project-banner-image {
    width: 100% !important;
    position: relative;
    left: 0 !important;
    margin-left: auto !important;
}
	.main-footer .et_pb_blurb_description a {
    line-height: 26px;
    font-size: 18px;
}
	.et_pb_column.banner-image {
    width: auto;
    left: 0;
    margin-left: 0;
    box-sizing: unset;
}
	.menu-wrp .et_pb_menu__wrap {
    justify-content: end !important;
}	
	.menu-wrp button.et_pb_menu__icon.et_pb_menu__search-button {
    position: unset;
}
		.header-wrap .et_pb_column.header-col-left {
    width: 100% !important;
}

.header-wrap .et_pb_column.right-col-callus {
    width: 100% !important;
}
	.et_pb_row.product-sec-align {
    display: block;
}
	.et_pb_row.et_pb_row_0.about-banner-row {
    display: block;
}
		.et_pb_column.banner-image {
    width: auto;
    left: 0;
    margin-left: 0;
    box-sizing: unset;
}
	.banner-sect .et_pb_column.banner-image {
    width: 100% !important;
}
	.et_pb_row.et_pb_row_1.about-story-wrap {
    display: block;
}
	.menu-wrp ul li.active a {
    border-bottom: 2px solid #ae1919;
}

.menu-wrp ul li a {
    width: 22%;
    padding-left: 0;
}
	.single-project-banner-title {
    width: 100% !important;
}
	.projects-single-project {
    padding-top: 30px;
}
	.single-project-gallery .single-title h2 {
    font-size: 35px !important;
}
	.footer-consultation-section h2.footer-consultation-subtitle:before {
    left: 43.5% !important;
    width: 19% !important;
}
	.banner-slider-wrp div#wonderpluginslider-2 {
    height: 400px !important;
}
		.et_pb_row.product-sec-align.asa {
    flex-direction: column-reverse;
    display: flex;
}
	.product-page-image span.et_pb_image_wrap img {
    width: 100%;
    height: 400px;
}

.product-page-image span.et_pb_image_wrap {
    width: 100%;
}
	.header-wrap .et_pb_menu__logo-wrap {
    max-width: 180px !important;
}
	.header-wrap .et_pb_menu__logo img {
    width: 100%;
    max-width: 150px !important;
}
	.header-col-left {
    margin-bottom: 0;
}
	.product_item_outer .product-item {
    width: 49%;
   
    margin-bottom: 2%;
}
.single-product-banner-title {
    width: 100%;
    padding: 26px 0 50px;
}
.product-featured-image {
    width: 100%;
    position: unset;
}
div#description {
    display: block;
}
div#description .image-slider.slick-initialized.slick-slider {
    width: 100%;
}
div#description .title_desc {
    padding-top: 50px;
}
div#description .slick-slide img {
    padding: 0 2px;
}
div#applications .title_desc {
    margin-top: 70px;
}
.product-featured-image img {
    aspect-ratio: 1/1;
}
div#applications .image-slider.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
}
div#applications .title_desc {
    width: 100%;
}
.product-tabs ul.tab-links a {
    font-size: 18px;
    padding: 10px 4px;
}
.fixing-type-wrapper {
    display: block;
}
.fixing-type-wrapper .fixing-images-digram {
    width: 100%;
}
.fixing-type-wrapper .fixing-images-two {
    width: 100%;
}
.fixing-outer-main .image-slider {
    width: 100%;
}
.fixing-outer-main .title_desc {
    width: 100%;
    padding-top: 42px;
}
div#applications {
    display: block;

}
.et_pb_row.mirror-row-wrap {
    flex-direction: column-reverse;
    display: flex;
}
.mirror-row-wrap span.et_pb_image_wrap img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.mirror-row-wrap span.et_pb_image_wrap {
    width: 100%;
}
.mirrror-middle-row span.et_pb_image_wrap img {
    height: 500px;
    width: 100%;
}

.mirrror-middle-row span.et_pb_image_wrap {
    width: 100%;
}
}
@media screen and (min-width:768px) and (max-width:900px){
  ul.product-tab-links li {
    padding: 0 8px;
}
ul.product-tab-links {
    padding: 24px 4px;
}
ul.product-tab-links li a {
    font-size: 14px;
}

}
@media (max-width: 767px){
    /*new-tabs-css*/
.Glass-Products-inner .et_pb_text_inner h4:before {
    left: 0;
    top: 36px;
  }
.Glass-Products-inner .et_pb_text_inner h2:before {
    left: 0;
    top: 36px;
}
.Lisus-Glass-Fittings-banner .et_pb_text_inner h2:before {
    left: 0;
    top: 45px;
 }
.Lisus-Glass-Fittings .et_pb_text_inner h2:before {
    left: 30%;
    top: 40px;
 }
ul.product-tab-links {
    flex-wrap: wrap;
}
.fixing-outer-main .image-sec img {
    height: 380px;
}
    .product-tab-links {
        margin-top: 10px; 
        padding: 0; 
        list-style: none; 
    }
    .show-categories-btn {
        display: block !important; 
        margin: 10px 0; 
        padding: 10px; 
        font-size: 16px; 
        cursor: pointer; 
    }
    .product-tab-links.show {
        display: block; 
    }
    .product-tab-links li {
        padding: 5px 0; 
    }

div#product-section h1.category-title {
    padding-top: 30px;
}
div#images-range h2:before {
    left: 30%;
    top: 50px;
}
div#images-range h2 {
    font-size: 35px;
}
div#manufacturing_process-section h2 {
    font-size: 32px;
  }
div#manufacturing_process-section h2:before {
    left: 30%;
    top: 50px;
  }
.range-outer {
    padding-top: 20px;
}
div#capabilities h2 {
    font-size: 35px;
  }
div#capabilities h2:before {
    left: 30%;
    top: 50px;
}
div#capabilities {
    width: 100%;
   }
div#description-section .image-slider {
    height: 420px;
    margin-bottom: 56px;
}
div#finishes-section .title_desc h2 {
    font-size: 35px;
}
div#project-references-section h2:before {
    left: 32%;
    top: 50px;
  }
div#project-references-section h2 {
    font-size: 35px;
    }
div#product-section h2:before {
    left: 32%;
    top: 50px;
  }
.title_desc h2:before {
    left: 0;
    top: 50px;
  }
    div#finishes-section .image-sec img {
    height: 320px;
}
    .term-glass-products .products-list {
    padding-top: 50px;
}
div#description-section {
    display: block ;
}
div#applications-section {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 38px;
}
div#description-section .image-slider {
    width: 100% ;
}
div#description-section .title_desc {
    width: 100% ;
    padding-left: 0 ;
}
div#applications-section .title_desc {
    width: 100%;
    padding-right: 0px;
}
div#applications-section .image-slider {
width: 100% ;
height: 510px;
}
.tab-list-sec {
    position: sticky;
    top: 0; /* JS will override */
    z-index: 9999;
    background: #000;
}
div#description-section .title_desc h2 {
    font-size: 35px;
}
div#applications-section .title_desc h2 {
    font-size: 35px;
}
div#product-section {
    padding-top: 16px;
}
div#product-section h2 {
    font-size: 35px;
    margin-bottom: 12px;
}
div#manufacturing_process-section {
    width: 100%;
    padding-top: 40px;
}
div#manufacturing_process-section video {
    width: 100%;
    height: 330px;
}
.fixing-outer-main {
    display: flex;
    flex-direction: column-reverse;
}
.fixing-outer-main .title_desc {
    padding-top: 0;
}
div#fixing-systems-section .title_desc h2 {
    font-size: 35px;
}
.project-references-section {
    grid-template-columns: repeat(2, 1fr);
}


    .mirrror-middle-row span.et_pb_image_wrap img {
    height: 420px;
}
    .mirror-row-wrap span.et_pb_image_wrap img {
    height: 420px;
}
    .lamp-image-wrap.asa span.et_pb_image_wrap img {
    height: 320px;
}
    .lamp-col-rightimg span.et_pb_image_wrap img {
    object-fit: cover;
    width: 100%;
}
    .lamp-image-wrap span.et_pb_image_wrap img {
    height: 270px;
}
    div#range_images {
    grid-template-columns: repeat(2, 1fr);
}
    .related-bottom-content h3 a {
    font-size: 22px;
}
    div#manufacturing_process {
    width: 100%;
}
    .project_filter_wrapper div#project-category-dropdown select {
    background-position: right 22px center;
    background-size: 14px;
}
.related-products-slider .related-bottom-content {
    height: 230px;
}
/*    p{
    line-height:30px;
}*/
.taxonomy-description p {
    width: 100%;
}
.product-range-page h1:before {
    width: 30%;
    top: 80px;
    left: 36%;
}
.fixing-outer-main .image-slider img {
    height: 350px;
}
.related-single-project {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.single-project-hero-title h3 {
    font-size: 20px !important;
}
.fancybox__nav button.carousel__button.is-next, .fancybox__nav button.carousel__button.is-prev {
    width: 35px;
    height: 35px;
}
.fancybox__nav svg {
    width: 14px !important;
}
.fancybox__content {
    margin-top: 0px;
}
.product-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.product-range-page h1 {
    font-size: 33px;
}
div#fancybox__caption_2_7 {
    font-family: 'garamond';
    font-size: 22px;
}
div#description {
    display: block;
}
.main-product-single-sec {
    margin-bottom: 50px;
}
    .single-product-breadcrumbs-wrap {
    margin-bottom: 20px;
}
    .single-product-banner-title h2 {
    font-size: 35px;
}
    .single-product-breadcrumbs p.breadcrumbs {
    line-height: 26px !important;
}
		.header-col-left {
    margin-bottom: 20px;
}
	.et_pb_row.product-sec-align.asa {
    flex-direction: column-reverse;
    display: flex;
}
		.acf-gallery .gallery-item {
    margin-bottom: 0px !important;
}
		.banner-slider-wrp .amazingslider-nav-3 {
    left: 0px !important;
}
	.contact-box-wrap {
    padding: 30px 30px !important;
}
	.contact-form p label {
    font-size: 18px;
}
	.contact-form p textarea {
    height: 200px;
}
	.related-products-slider .slider-item {
    padding: 0 10px;
}
	.related-products-slider .slick-prev {
    left: -17px !important;
}
	.related-products-slider .slick-next {
    right: -6px !important;
}
	.banner-image span.et_pb_image_wrap img {
    height: 250px !important;
}
	.footer-consultation-section h2.footer-consultation-subtitle:before {
    left: 43.5% !important;
    width: 30% !important;
}
	.single-project-gallery .single-title h2:before {
    top: 50px !important;
}
	.et_pb_column.banner-image {
    width: auto;
    left: 0;
    margin-left: 0;
    box-sizing: unset;
}
	.et_pb_row.et_pb_row_0.about-banner-row {
    display: block;
}
	.et_pb_scroll_top:before {
    width: 80px;
    height: 80px;
    background-size: contain;
}
	.banner-sect:before {
    width: 100%;
    height: 100%;
}
	.banner-right-slider {
    position: unset;
}
	.product-categories {
    display: unset;
}
.product-categories .product-category {
    width: 100%;
    margin-top: 10px;
}
	.specialization-wrp .swiper-pagination span.swiper-pagination-bullet {
    width: 40px;
}
	.specialization-wrp .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
}
	.our-product-wrap .product-category {
    margin-bottom: 50px;
}
	.news-letter input#esfpx_email_6e413e47bd242 {
    background: #E3E3E3;
    height: 49px;
    padding: 10px;
    width: 64%;
}
	.menu-wrp .et_pb_menu__wrap {
    justify-content: end !important;
}
		.menu-wrp button.et_pb_menu__icon.et_pb_menu__search-button {
    position: unset;
	
}
	.product-category-description p {
    height: auto;
}
	.news-letter input[type="submit"] {
    font-size: 12px;
}
	.banner-slider-wrp .amazingslider-space-2 {
    height:260px !important;
}
	.header-wrap .et_pb_column.header-col-left {
    width: 100% !important;
}
.banner-slider-wrp div#wonderpluginslider-2 {
    height: 340px !important;
}
.header-wrap .et_pb_column.right-col-callus {
    width: 100% !important;
}
	.et_pb_row.product-sec-align {
    display: block;
}
	.et_pb_row_1.et_pb_row, .et_pb_row_2.et_pb_row {
    padding-bottom: 0px!important;
    padding-bottom: 0px;
}
	.banner-image .amazingslider-space-3 {
    height: 300px!important;
}
	.banner-slider-wrp .amazingslider-title-3 {
    font-size: 18px!important;
    text-align: center!important;
}
	.banner-slider-wrp .amazingslider-bullet-wrapper-3 {
    margin-left: auto!important;
    margin-right: auto !important;
}
	.banner-image .amazingslider-space-3 {
    height: 250px!important;
}
	.banner-slider-wrp .amazingslider-nav-3 {
    margin-top: 80px!important;
}
	.menu-wrp ul li a {
    width: 26%;
    padding-left: 0;
}
		div#project-category-posts_start .project-item {
    width: 49%;
}
	div#project-category-posts_start {
    gap: 8px;
}
.project_filter_wrapper div#project-category-dropdown select {
    font-size: 14px !important;
    padding: 16px 50px 16px 20px;
}
	.project_filter_wrapper .Cat_text h2 {
    font-size: 38px;
}
		div#project-category-posts_start .project-item img {
    width: 100%;
    height: 100%;
    min-height: 320px;
}
	div#project-category-posts_start .project-item {
    position: relative;
    height: 100%;
    max-height: 320px !important;
    overflow: hidden;
}
	.single-project-banner-title {
    width: 100% !important;
}
	.single-project-banner-title h2 {
    font-size: 35px !important;
}
	.projects-single-project {
    padding-top: 30px;
}
	.single-project-banner .single-project-banner-image {
    margin-top: 30px;
}
	.single-project-gallery .single-title h2 {
    font-size: 29px !important;
}
	.single-project-gallery {
    padding-top: 40px !important;
}
	.project-detailed-navigation .nav-links-wrapper .nav-previous-link a{
    font-size: 15px !important;
}
	.project-detailed-navigation .nav-links-wrapper .nav-next-link a {
    font-size: 15px !important;
}
	.acf-gallery .gallery-item {
    width: 100% !important;
}
	.project-detailed-navigation .nav-links-wrapper .nav-previous-link a {
    padding: 8px 15px !important;
    width: 150px !important;
		margin-right: 20px !important;
}
	.project-detailed-navigation .nav-links-wrapper .nav-next-link a {
    padding: 8px 15px !important;
    width: 150px !important;
		margin-left: 20px !important;
}
div#project-category-dropdown:before {
    top: 40% !important;
    width: 14px !important;
    height: 14px !important;
    right: 27px !important;
}
	.footer-consultation-section h2.footer-consultation-subtitle {
    font-size: 35px !important;
}
	.footer-consultation-section {
    padding: 60px 23px 70px !important;
}
	.related-products-slider .slick-prev:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
	.related-products-slider .slick-next:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
	.home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_prev {
    top: 30%!important;
}
	.home-our-special-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_next {
    top: 30%!important;
}
	.product_item_outer .product-item {
    width: 100%;
    margin-bottom: 5%;
}
	p.breadcrumbs{
        font-size:16px;
    }
	.product-title-wrapper h1{
        font-size:35px;
	line-height:1.2;
		margin-bottom:25px;
	}
	.products-list h2{
        font-size:35px; line-height:1.2;
    }
	h2.product-title{
        font-size:24px!important;
    }
	.product_contact a.read-more{
        font-size:17px;
    }
.product-featured-image img {
    aspect-ratio: 1/1;
}
div#applications {
    display: block;
}
.tab-content-container h2 {
    font-size: 35px !important;
}
.footer-consultation-section {
    margin-top: 30px !important;
}
/*div#description .image-slider.slick-initialized.slick-slider {
    width: 100%;
}*/
div#description .title_desc {
    padding-top: 50px;
}
div#description .slick-slide img {
    height: 350px;
    padding: 0 2px;
}
div#applications .slick-slide img {
    height: 350px;
}
.product-tabs ul.tab-links {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px !important;
    width: 100%;
    margin: 0 auto;
    padding: 15px !important;
}
.product-tabs ul.tab-links a {
    font-size: 15px;
    padding: 0px 6px;
}
.product-tabs ul.tab-links {
    padding: 15px 8px !important;
}
.range-outer .taxonomy-data h2 {
    font-size: 22px !important;
}
div#finishes {
    display: block;
}
div#finishes .image-sec {
    width: 100%;
}
div#finishes .title_desc {
    width: 100%;
}
.range-outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    display: grid;
}

.range-outer .taxonomy-data {
    width: 100% !important;
}
div#description button.slick-next.slick-arrow {
    display: none !important;
}
div#description button.slick-prev.slick-arrow {
    display: none !important;
}
div#fixing_systems p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.fixing-type-wrapper {
    display: block;
}
.fixing-type-wrapper .fixing-images-digram {
    width: 100%;
}
.fixing-type-wrapper .fixing-images-two {
    width: 100%;
}
.related-products-slider .slider-item a img {
    height: 200px;
}
.tab-links a.active {
    border: 2px solid #fff;
    border-radius: 6px;
}
    .product-tabs ul.tab-links.fixed {
    top: 82px !important;
}
div#pdf-category-items_start {
    grid-template-columns: repeat(2, 1fr);
}
.pdf_filter_wrapper .cat_wrapper h2 {
    padding-bottom: 0;
    font-size: 38px;
    font-family: 'garamondbold';
}
.pdf_filter_wrapper .cat_wrapper select#pdf-category-select {
    font-size: 15px;
}
.et_pb_column.copy-right-colleft {
    margin-bottom: 10px;
}
}


@media (max-width: 599px){	
    .related-products-slider .related-bottom-content {
        position: relative;
    height: auto px;
}
.related-products-slider .related-bottom-content {
    position: relative;
    height: auto;
}	
.related-bottom-content a.read-more {
    position: inherit !important;
    bottom: 0 !important;
}
.single-project-gallery .single-title h2 {
    font-size: 26px !important;
}
	}	
	
@media (max-width: 550px){
.product-range-page h1:before {
     top: 75px;
}
.product-tab-links li.active a {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}
ul.product-tab-links {
    padding: 12px 4px;
}
ul.product-tab-links li a {
    font-size: 14px;
}
ul.product-tab-links li {
    padding: 0 6px;
}
div#description-section .image-slider {
       height: 340px;
    margin-bottom: 40px;
}
    .images-range-data {
    grid-template-columns: repeat(2, 1fr);
}
    .range-outer .taxonomy-data {
    margin-bottom: 26px;
}
    div#applications-section .slick-slide img {
    height: 370px;
}
div#description-section .image-slider img {
    width: 100%;
    height: 330px;
}
div#applications-section .image-slider {
    height: 390px;
}
    .project-references-section {
    grid-template-columns: repeat(1, 1fr) !important;
}
    div#range_images {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    display: grid;
    padding-top: 40px;
}
        .et_pb_column.copy-right-colleft {
    margin-bottom: 20px;
}
    .copy-right-sec .et_pb_row {
    display: block;
}
    .project_filter_wrapper div#project-category-dropdown select {
    background-position: right 16px center;
    background-size: 12px;
}
    .pdf_filter_wrapper .cat_wrapper select#pdf-category-select {
    font-size: 12px;
    padding: 16px 50px 16px 15px;
}
.pdf_filter_wrapper .cat_wrapper h2 {
    font-size: 26px;
}
div#pdf-category-dropdown:before {
    right: 22px;
    width: 12px;
    height: 12px;
}
    .product-tabs ul.tab-links.fixed {
    top: 82px !important;
}
    .range-outer {
    display: block;
}
.range-outer .taxonomy-data {
    width: 100%;
}
    .related-single-project {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
    .product-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
	.product-page-image span.et_pb_image_wrap img {
    width: 100%;
    height: 300px;
}
	.acf-gallery .gallery-item img {
    height: 400px !important;
}
	.contact-box-wrap {
    padding: 30px 15px !important;
}
		.project-detailed-navigation .nav-links-wrapper .nav-previous-link a {
    padding: 6px 10px !important;
    width: 140px !important;
}
	.project-detailed-navigation .nav-links-wrapper .nav-next-link a {
    padding: 6px 10px !important;
    width: 140px !important;
}
	.banner-slider-wrp .amazingslider-title-2 {
    font-size:18px !important;
	text-align:center !important;
}
	.banner-slider-wrp .amazingslider-nav-2 {
    margin-top: 80px!important;
}
	.banner-slider-wrp .amazingslider-bullet-wrapper-2 {
    margin-left: auto!important;
    margin-right: auto!important;
}
	.copy-rignt-wrap ul {
    justify-content: center;
}
	.banner-slider-wrp .amazingslider-nav-3 {
    margin-top: 80px!important;
}
	.menu-wrp ul li a {
    width: 42%;
    padding-left: 0;
}
		div#project-category-posts_start .project-item {
    width: 100%;
}
	.project_filter_wrapper {
    display: flex;
		align-items:baseline;
}
	.project_filter_wrapper .Cat_text h2 {
    font-size: 26px;
}
.project_filter_wrapper div#project-category-dropdown select {
    font-size: 12px !important;
    padding: 12px 40px 12px 20px;
}
		div#project-category-posts_start .project-item img {
    width: 100%;
    height: 100%;
    min-height: 280px;
}
	div#project-category-posts_start .project-item {
    position: relative;
    height: 100%;
    max-height: 280px !important;
    overflow: hidden;
}
	.et_pb_row.et_pb_row_4.home-our-special-slider {
    width: 90% !important;
}
	p.breadcrumbs a{font-size:12px!important; margin-bottom:15px;}

	    p.breadcrumbs {
        padding-left: 3px !important;
        margin-bottom: 14px;
    }
	p.breadcrumbs span {
        margin: 0px 5px;
    }
    .product-tabs ul.tab-links {
    grid-template-columns: repeat(2, 1fr);
}
.related-products-slider .slider-item a img {
    height: 250px;
}
.taxonomy-description p {
    width: 100%;
}
div#pdf-category-items_start {
    grid-template-columns: repeat(1, 1fr);
}
div#project-category-dropdown:before {
    width: 12px !important;
    height: 12px !important;
    right: 22px !important;
}
.mirror-row-wrap span.et_pb_image_wrap img {
    height: 288px;
}
    .mirrror-middle-row span.et_pb_image_wrap img {
    height: 360px;
}
div#manufacturing_process-section video {
     height: 230px;
}
}
@media (max-width: 488px){
.product-range-page h1:before {
    width: 40%;
    top: 74px;
    left: 30%;
}
}


@media (max-width: 400px){
	.acf-gallery .gallery-item img {
    height: 350px !important;
}
.footer-consultation-section h2.footer-consultation-subtitle:before {
    top: 106px !important;
    left: 36% !important;
    width: 40% !important;

}
	.footer-consultation-section h2.footer-consultation-subtitle {
    line-height: 50px !important;
}
	.project_filter_wrapper div#project-category-dropdown select {
    padding: 12px 36px 12px 14px !important;
}
.product-range-page h1 {
    font-size: 32px;
}
}
@media (max-width: 390px){
.product-range-page h1 {
    font-size: 26px;
}
ul.product-tab-links li a {
    font-size: 12px;
}
div#manufacturing_process-section video {
    height: 240px;
}
.client-wrp .amazingcarousel-bullet {
    width: 27px!important;
}
	.client-wrp .amazingcarousel-nav {
    margin-left: 8px;
}
	.menu-wrp ul li a {
    width: 46%;
    padding-left: 0;
}
	.project_filter_wrapper .Cat_text h2 {
    font-size: 22px !important;
}
div#pdf-category-dropdown:before {
    right: 13px;
    width: 10px;
    height: 10px;
}
.pdf_filter_wrapper .cat_wrapper h2 {
    font-size: 22px;
}
.pdf_filter_wrapper .cat_wrapper select#pdf-category-select {
    font-size: 12px;
    padding: 15px 28px 16px 14px;
}
.pdf_filter_wrapper .cat_wrapper h2 {
    font-size: 20px;
}
div#capabilities h2 {
    font-size: 28px;
}
}

/* single-projects */
.single-project-banner {display: flex;width: 100%;align-items: center;}

.single-project-banner .single-project-banner-tittle {
    width: 50%;
}

.single-project-banner .single-project-banner-image {
    width: 50%;
    position: relative;
    left: 52.7%;
    margin-left: -42.09vw;
}
.single-project-gallery .single-titlle {
    text-align: center;
    width: 48%;
    margin: 0 auto;
}
.single-project-gallery .single-titlle h2 {
    font-size: 48px;
    font-family: 'garamondbold';
    color: #141414;
}

.single-project-gallery .single-titlle p {
    color: #595959;
    font-size: 18px;
    line-height: 28px;
    font-family: 'garamond';
}
.single-project-gallery {
    padding-top: 80px;
}
.single-project-breadcrumbs p {
    color: #ae1919;
    font-size: 16px;
    font-family: 'garamondbold';
    text-transform: uppercase;
    letter-spacing: 5px;
}
.single-project-breadcrumbs p a {
    color: #ae1919;
}
.single-project-breadcrumbs p span i {
    margin-left: 14px;
}
.single-project-banner-title h2 {
    color: #141414;
    font-family: 'garamondbold';
    font-size: 60px;
    margin-top: 10px;
}
.single-project .container {
    width: 90% !important;
}
.acf-gallery .gallery-item {
    width: 49.2%;
    overflow: hidden;
    height: 100%;
    max-height: 500px;
	margin-bottom: 10px;
}
.acf-gallery {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
	padding-top:36px;
}
.acf-gallery .gallery-item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.project-detailed-navigation .nav-links-wrapper {
    display: flex;
    justify-content: center;
}
.project-detailed-navigation .nav-links-wrapper .nav-previous-link a {
    border: 1px solid #A1A1A1;
    margin-right: 40px;
    padding: 10px 15px;
    width: 200px;
    text-align: center;
	display: block;
}
.project-detailed-navigation .nav-links-wrapper .nav-next-link a {
    border: 1px solid #A1A1A1;
    margin-left: 40px;
    padding: 10px 15px;
    width: 200px;
    text-align: center;
	display:block;
}
.project-detailed-navigation .nav-links-wrapper .nav-next-link a {color: #141414;font-size: 22px;font-family: 'garamond';}

.project-detailed-navigation .nav-links-wrapper.previous-next-link a,.project-detailed-navigation .nav-links-wrapper .nav-previous-link a {
    color: #141414;
    font-size: 22px;
    font-family: 'garamond';
}
.project-detailed-navigation {
    padding-top: 50px;
}
.single-project-gallery .single-title h2  {
    font-size: 48px ;
    color: #141414;
    font-family: 'garamondbold';
     text-align: center;
	position:relative;
	padding-bottom:30px;
}
 .single-project-gallery .single-title p {
    text-align: center;
    font-size: 18px;
    font-family: 'garamond';
    color: #595959;
    line-height: 36px;
	 margin-top:16px;
	 padding-bottom:0;
}

div#project-category-dropdown {
    position: relative;
}

/*div#project-category-dropdown:before {
    position: absolute;
    content: '';
    top: 38%;
    right: 40px;
    background-image: url(https://wordpress-702163-4779309.cloudwaysapps.com/wp-content/uploads/2024/08/1724410471517.png);
    width: 16px;
    height: 16px;
    z-index: 9;
    display: block !important;
    opacity: 1 !important;
    background-size: contain;
	cursor: pointer;
}
*/
.single-project-banner-title {
    width: 50%;
}
.single-project-banner .single-project-banner-image img {
    height: 100%;
    max-height: 450px !important;
    width: 100%;
}
.single-project-gallery .single-title h2:before {
    position: absolute;
    content: '';
    background: #b4101b;
    left: 38%;
    top: 76px;
    height: 2px;
    width: 25%;
}
.project-detailed-navigation .nav-links-wrapper .nav-previous-link a i {
    font-size: 18px;
    font-weight: 600;
}

.project-detailed-navigation .nav-links-wrapper .nav-next-link a i {
    font-size: 18px;
    font-weight: 600;
}
.single-project-gallery .et_pb_section {
    padding-top: 0;
}

.single-project-gallery .et_pb_section .et_pb_row {
    padding-top: 0;
}
.footer-consultation-section {
    text-align: center;
    padding: 80px 24px 90px;
    background: #fafafa;
    margin-top: 60px;
}

.footer-consultation-section h5.footer-consultation-title {
    text-transform: uppercase;
    color: #ae1919 !important;
    letter-spacing: 3px;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-consultation-section h2.footer-consultation-subtitle {
    font-size: 48px;
    color: #141414 !important;
    line-height: 60px;
    padding-bottom: 50px;
    position: relative;
}

.footer-consultation-section a.et_pb_button {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0);
    border-color: #a1a1a1;
    border-radius: 0px;
    padding: 16px 35px !important;
    color: #141414;
}

.footer-consultation-section h2.footer-consultation-subtitle:before {
    position: absolute;
    content: '';
    top: 70px;
    left: 46.5%;
    width: 10%;
    height: 2px;
    background: #b11720;
}
.banner-image span.et_pb_image_wrap img {
    height: 400px;
}


