body {
    font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden !important;
}

a.footer-logo-link:hover {
    opacity: 1;
}

section.follow {
    margin-bottom: 100px !important;
}

.timeless-wrap {
    margin-bottom: 100px;
}

.surface-ul ul {
    margin-bottom: 15px;
}

.product-title {
    margin: 0px;
    color: white;
    font-size: 64px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-description-left h2 {
    margin: 0px;
    color: #000;
    font-size: 40px;
    font-weight: 500;
}

.tabs {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    flex: 1;
}

.tabs-inner {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    transition: transform 0.4s ease;
	width: 100%
}

.tab-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 100px !important;
}

.tab-nav:hover {
    background: #110075;
}

.tab-nav:hover img {
    filter: brightness(0) invert(1);
}

.tab-btn:hover {
    background: #110075;
    color: white;
    border-color: #110075;
}

.tab-nav {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #110075;
    background: transparent;
}

.tab-btn {
    flex: 0 0 auto;
    padding: 10px 15px;
    background: #dddddd00;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Poppins' !important;
    color: #110075;
    border: 1px solid #110075;
    padding: 10px 20px !important;
}

.tab-btn.active {
    background: #110075;
    color: #fff;
}

.tab-content-new {
    display: none;
}

.tab-content-new.active {
    display: block;
}

.controls {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}

.controls h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
}

.search-box img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.search-box {
    position: relative;
}

.controls input {
    width: 450px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #545456;
    padding: 0px 60px !important;
    outline: none;
    font-size: 18px;
    font-weight: 400;
}

.filter-con input,
select {
    padding: 8px;
    width: 150px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    margin-top: 50px !important;
    row-gap: 50px;
}

.product-page-card.hide {
    display: none !important;
}

.card-content h3 {
    color: #110075;
    padding: 20px 0px 0px 20px !important;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px;
}

.tab-inner-con {
    max-width: 1770px !important;
    margin: 0 auto !important;
    padding: 100px 0px 150px 0px !important;
}

section.tabs-section {
    background: #ffffff;
    border-radius: 50px 50px 0px 0px;
    margin-top: -2% !important;
    z-index: 1 !important;
    position: relative;
    padding: 0px 20px !important;
}

.product-page-card img {
    width: 100%;
    border-radius: 20px;
    min-height: 410px;
    object-position: center;
    object-fit: cover;
    cursor: pointer;
}

section.follow {
    background: white;
    padding: 0px 20px;
}

.my_container.text-center {
    max-width: 1770px;
    margin: 0 auto !important;
}

.my_container.text-center span {
    color: #110075;
    font-weight: 500;
}

h2.inst-heading {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
}

.fiter-con {
    display: flex;
    gap: 20px;
    align-items: center;
}

.fiter-con h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    color: #fff !important;
    font-family: 'Poppins';
}

.filter-icon-con {
    background: #110075;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 114px;
    justify-content: flex-end;
    gap: 20px;
    padding: 0px 20px !important;
    position: relative;
    height: 45px;
}

.fiter-con img {
    position: absolute;
    width: 16px;
    height: 14px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.subcategory-view {
    background: #ffffff;
    padding: 0px 20px;
    border-radius: 50px 50px 0px 0px;
    margin-top: -2% !important;
    z-index: 1 !important;
    position: relative;
}

.subcategory-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.subcategory-header h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px !important;
    background: transparent;
    border: 1px solid #110075;
    border-radius: 50px;
    color: #110075;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Poppins' !important;
}

.back-btn:hover {
    background: #110075;
    color: white;
}

.back-btn:hover img {
    filter: brightness(0) invert(1);
}

.back-btn img {
    width: 16px;
    height: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}



.product-description-section {
    background: #F9F9F9;
    padding: 80px 20px 0px 20px;
    border-radius: 50px 50px 0px 0px !important;
    margin-top: -2%;
    z-index: 1;
    position: relative;
}

.product-description-inner {
    max-width: 1770px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.product-description-left {
    flex: 1;
}

.product-description-left .product-tag {
    display: none;
}

.product-description-left h1 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
    margin: 0px;
}

.product-description-left p {
    font-size: 18px;
    font-weight: 400;
    color: #5F6062;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
}

.product-description-left .enquire-btn {
    display: inline-block;
    background: #110075;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
}

.product-description-left .enquire-btn:hover {
    background: #0d0060;
}

.product-description-right {
    flex: 1;
}

.product-description-right img {
    width: 100%;
    border-radius: 20px;
}

.product-table-section {
    background: #f9f9f9;
    padding: 100px 20px;
}

.product-table-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}

.product-table-wrapper {
    overflow-x: auto;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #CFCCE3;
}

.product-table thead tr {
    background: #ffffff;
    color: #110075;
    border: 1px solid #CFCCE3;
}

.product-table thead th {
    padding: 15px 20px;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    border-right: 1px solid #CFCCE3 !important;
}



.product-table tbody tr:last-child {
    border-bottom: none;
}

.product-table tbody td {
    padding: 5px 20px 15px 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    border-right: 1px solid #CFCCE3;
    border-left: 1px solid #CFCCE3;
}

table tr:last-child td {
    padding-bottom: 50px;
}

table tr:first-child td {
    padding-top: 50px;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #0000002e;
    border-radius: 0px;
    padding-bottom: 15px;
}

.download-icon-text {
    display: flex;
    gap: 15px;
}

.product-downloads-section {
    background: #fff;
    padding: 100px 20px;
}

.product-downloads-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.download-card {
    overflow: hidden;
    text-align: left;
    position: relative;
}

h4.pdf-tag {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #110075;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    padding: 10px 12px 10px 12px;
}

.download-card img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.download-card h3 {
    font-size: 22px;
    font-weight: 500;
    color: #110075;
    padding: 0px;
    margin-bottom: 15px !important;
}

.download-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

img.download-pdf {
    width: 24px;
    border-radius: 0px;
    margin: 0px;
}

.product-gallery-section{
    background: #f9f9f9;
    padding: 100px 0px;
    width: 100%;
    
}

.product-detail-con {
    margin: 0 auto;
    max-width: 1770px;
}

#galleryCarousel .owl-stage{
cursor: url('/bullard-outdoor/assets/images/drag-icon.svg') 16 16, grab;
}

.product-gallery-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px !important;
    text-align: center;
    padding: 0px 20px;
}

.gallery-carousel .owl-item img {
    width: 100%;
    border-radius: 20px !important;
}

#galleryCarousel .gallery-item {
    transition: all 0.4s ease;
    transform: scale(0.8);
}

#galleryCarousel .owl-item.center .gallery-item {
    transform: scale(1);
    opacity: 1;
}


.gallery-carousel.owl-carousel .owl-nav button.owl-prev,
.gallery-carousel.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    border: 1px solid #110075 !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.gallery-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #110075 !important;
    color: #fff !important;
}

.gallery-carousel.owl-carousel .owl-nav button span {
    font-size: 24px;
    color: #110075;
    line-height: 1;
}

.gallery-carousel.owl-carousel .owl-nav button:hover span {
    color: #fff;
}

.gallery-carousel.owl-carousel .owl-nav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.related-products-section {
    background: #F6F5FA;
    padding: 100px 20px;
margin-bottom: 100px;
}

.related-products-section .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}



.text-center {
    padding: 0px !important;
}

.related-products-section .product-page-card {
    cursor: pointer;
    background: white;
    padding-bottom: 30px;
    border-radius: 20px;
}

.related-products-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin:0px;
}

.related-carousel .owl-item .product-page-card .card-content h3 {
    color: #110075;
    padding: 15px 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;
}

.related-carousel.owl-carousel .owl-nav button.owl-prev,
.related-carousel.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    border: 1px solid #110075 !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.related-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #110075 !important;
}

.related-carousel.owl-carousel .owl-nav button span {
    font-size: 24px;
    color: #110075;
    line-height: 1;
}

.related-carousel.owl-carousel .owl-nav button:hover span {
    color: #fff;
}

.related-carousel.owl-carousel .owl-nav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.sales-heading h3 {
    margin: 0px;
    color: #000;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -2%;
    line-height: 54px;
}

.sales-heading p {
    margin: 0px;
    font-size: 18px;
    color: #494A4B;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}

.sales-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 750px;
    margin: 0 auto !important;
}

.search-box-con {
    position: relative;
    width: 570px;
    margin: 0 auto !important;
}

.search-box-con input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: none;
    padding: 15px 20px 15px 20px !important;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.sales-page-sec {
    background: #F9F9F9 !important;
}

.sales-page-sec .tab-inner-con {
    padding-bottom: 100px !important;
}

.zip-map-sec {
    display: flex;
}

.map-img {
    width: 70%;
    display: flex;
}

.map-img img {
    width: 100%;
    object-fit: contain;
    object-position: top;
}

.zip-map-sec {
    display: flex;
    gap: 30px;
    padding-top: 80px !important;
}

.contact-details-con {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-con-one {
    background: white;
    border-radius: 10px;
    padding: 20px 30px 20px 30px !important;
}

.contact-con-one h4 {
    color: #110075;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 20px !important;
    letter-spacing: -2%;
}

.phone-details {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1%;
    margin-bottom: 15px !important;
    display: flex;
    gap: 10px;
}

.phone-details:last-child {
    margin-bottom: 0px !important;
}

.phone-details img {
    width: 15px;
}

.sales-page section.follow {
    margin-top: 100px !important;
}

a#enquireBtn {
    display: inline-block;
    background: #110075;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
}

.related-pro-head-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.configurator-btn {
    font-size: 22px !important;
}

.mega_menu {
    padding: 0px !important;
    top: 100px !important;
}


.footer.light .container {
    max-width: 1600px;
}

img.footer-contact-icon {
    width: 17px;
}

ul.fancy_list li {
    display: flex;
    margin-bottom: 20px !important;
    gap: 15px;
}

.footer-last-con-h3 {
    opacity: 0;
}

img.footer-logo {
    width: 250px;
}

form.newsletter input::placeholder {
    font-size: 16px !important;
}

.Subscribe h4 {
    margin-bottom: 30px;
}

section.our_news {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-main-form input::placeholder {
    font-size: 18px;
}

.contact-main-form textarea::placeholder {
    font-size: 18px;
}

.offices-grid-section .custom-container-1700 {
    max-width: 1770px !important;
}

.slider-footer-flex {
    display: flex;
}

    .product-nav {
        display: flex;
 
    }

.social_icons {
    display: flex;
}

.training-con-one img {
    border: 1px solid #80808024;
    border-radius: 20px;
}

.new-about-banner h1.contact-main-title {
    max-width: 1200px;
}

.contact-map-img img {
    width: 100%;
}

.contact-map-img {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}


.team_img {
    width: 100%;
    height: 350px;
    object-fit: cover;
object-position: top center;
}

.team-section h6 {
    color: #110075;
}

.team-section small {
    color: #000;
    font-weight: 500;
}

.our-team-con {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.team-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}

section.team-section {
    width: 100%;
    padding: 100px 20px;
}

.team-inner {
    max-width: 1770px;
    margin: 0 auto;
}

.team-box img {
    transition: .5s;
}

.team-box img:hover {
    transform: scale(1.1);
}

section.look-bok {
    padding: 100px 20px !important;
}

.lookbook-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.lookbook-con {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

iframe#modalIframe {height: 660px; margin: auto; }
.flipbook_modal{max-width:90% !important;}
.openModal {cursor: pointer; }

a.primeBtn {
    background-color: var(--primeColor) !important;
    color: var(--white) !important;
}

.training_portal .img-fluid {
    border: 1px solid #00000012 !important;
    border-radius: 20px;
}

section.training_portal h2 {
    margin-top: 20px !important;
}

section.study-lab {
    padding: 100px 20px !important;
}

.study-lab h4 {
    max-width: 500px;
}

.study-con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 50px;
margin: 0px;
}

.study-boxes {
    padding: 0;
    margin: 0;
}

.std-box img {
        width: 575px !important;
    height: 375px !important;
    object-position: center !important;
    object-fit: cover !important;
    border-radius: 20px;
}

section.project__standart p {
    font-size: 18px;
}

section.project__standart {
    padding: 100px 20px !important;
}

section.project__standart h2 {
    margin-bottom: 30px;
}

section.power__coating p {
    font-size: 18px;
}

section.power__coating h2 {
    margin-bottom: 30px;
}

section.benefit {
    padding: 100px 20px !important;
}

section.benefit p {
    font-size: 18px;
}

section.power__coating {
    padding: 0px 20px 100px 20px !important;
}

section.content_sec p {
    font-size: 18px;
}

section.content_sec {
    margin-bottom: 100px;
}

.benefit-con {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    margin-top: 50px !important;
    row-gap: 50px;
margin: 0px;
}

.benefit-boxes {
    padding-left: 0px;
    padding-right: 0px;
}

.outdoor-last-col ul {
    margin-bottom: 15px;
}

.study-single-img {
    width: 100% !important;
    height: 600px !important;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
}

.study-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    margin-top: 50px !important;
    row-gap: 20px;
}

.study-single-gallery {
    background: transparent;
    padding: 0px 20px;
}

.study-related-case .related-pro-head-btn {
    justify-content: center;
}

.study-related-case .study-con {
    margin-top:50px;
}

.study-gallery-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    margin-top: 50px !important;
    row-gap: 20px;
}

.study-gallery-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
	cursor: pointer;
}


.study-single-gallery .related-pro-head-btn {
    justify-content: center;
}

.gallery-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.95);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.gallery-popup.active {
    display: flex;
}

.gallerySwiper .swiper-button-next::after,
.gallerySwiper .swiper-button-prev::after {
    font-size: 20px; /* Default is around 44px */
    font-weight: 700;
}

.gallery-popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
}

.gallerySwiper {
    width: 90%;
    height: 90%;
}

.gallerySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallerySwiper .swiper-slide img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {
    color: #fff;
}

.training-con-one a.read-more {
    width: auto;
}


img.second-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

img.main-image {
    border-radius: 20px;
}

.image-list img {
        width: 18px !important;
}

img.product-btn-icon {
    width: 15px !important;
}

.project-arrows .next img {
    width: 15px !important;
}

.project-arrows .prev img {
    width: 15px !important;
}

img.second-image {
    width: 357px !important;
    height: 424px !important;
object-fit: cover !important;
border-radius: 20px;
}

img.main-image {
    width: 600px !important;
    height: 720px !important;
    object-fit: cover !important;
}

.wk_flip_down {
    width: 100%;
    max-height: 0;
    background: #160a74db;
    color: #fff;
    display: flex;
    position: absolute;
    bottom: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    gap: 26px;
    padding: 0px 30px;
    overflow: hidden;
    opacity: 0;
    transition: max-height .4s ease-in-out, padding .4s ease-in-out, opacity .3s ease-in-out;
}

.wk_flip_down span {
    text-align: left;
    width: 100%;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.wk_flip_down a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wk_flip_down img {
    width: 20px !important;
}

.product-card:hover .wk_flip_down, .wk_product_box:hover .wk_flip_down {
    max-height: 500px;
    padding: 30px;
    opacity: 1;
    height: 100%;
}

p.blog-date {
    font-weight: 500;
    color: #110075;
}

h3.blog-title {
    font-weight: 500;
    color: #110075;
}

p.blog-description {
    color: #5F6062;
    font-size: 18px;
}

section.wk_main_banner.justify-content-end.project {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

section.wk_main_banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

section.wk_main_banner .my_container {
    z-index: 1;
}

.news-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-sidebar-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.news-sidebar-item .news-thumb {
    width: 120px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0px;
}

.news-sidebar-item .news-info {
    display: flex;
    flex-direction: column;
}

.news-sidebar-item .news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-text h2 {
   font-size: 50px;
    color: #000;
}

.article-text h3 {
    
    font-size: 22px;
}

section.news-detail-sec .my_container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.training-left-side {
    width: 100%;
}

.header-search-wrapper{
    position:relative;
}

.search-toggle{
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.header-search-box{
    position:absolute;
    right:0;
    top:calc(100% + 10px);
    background:#fff;
    padding:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    display:none;
    z-index:999;
}

.header-search-box.active{
    display:block;
}

.header-search-box form{
    display:flex;
    gap:10px;
}

.header-search-box input{
    width:220px;
    height:42px;
    padding:0 12px;
    border:1px solid #ddd;
}

.header-search-box button{
    height:42px;
    padding:0 16px;
    border:none;
    cursor:pointer;
}

@media(max-width: 1600px){

.article-text h2 {
    font-size: 40px;
}

section.wk_main_banner.justify-content-end.project {
    min-height: 500px;
}

section.our_news .owl-dots {
    width: 80%;
}

p.blog-description {
    font-size: 16px;
}

h3.blog-title {
    font-size: 20px;
}

img.main-image {
    width: 500px !important;
    height: 500px !important;
    object-fit: cover !important;
}


.std-box img {
    height: 250px !important;
}

    .study-products .product-page-card img {
        min-height: auto !important;
    }

.study-single-gallery {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

section.power__coating {
    padding: 0px 20px 50px 20px !important;
}

section.content_sec {
    margin-bottom: 50px;
    padding: 50px 20px;
}

section.benefit {
    padding: 50px 20px !important;
}

section.project__standart {
    padding: 50px 20px 50px 20px !important;
}


section.study-lab {
    padding: 50px 20px !important;
}

    .new-study-banner::after {
        font-size: 190px;
        bottom: -50px;
    }

    .new-training-banner::after {
        font-size: 190px;
        bottom: -50px;
    }

    .new-lookbook-banner::after {
        font-size: 190px;
        bottom: -50px;
    }

.insta_slider {
    margin-top: 10px !important;
}

section.team-section {
    padding: 50px 20px;
}

.team-inner h2 {
    font-size: 40px;
}

.team-inner {
    max-width: 1400px;
}

.our-team-con {
    grid-template-columns: repeat(4, 1fr);
}

    .new-team-banner::after {
        font-size: 190px;
        bottom: -50px;
    }

.contact-map-img img {
    width: 80%;
}

.connect-section {
    padding: 50px 20px !important;
}

.offices-grid-section {
    padding: 50px 20px 50px 20px !important;
}

.form-section {
    padding: 50px 20px !important;
}

    .new-contact-banner::after {
        font-size: 190px;
        bottom: -50px;
    }

    .new-about-banner::after {
        font-size: 190px;
        bottom: -50px;
    }

.premium-image-canvas {
    width: 100%;
}

.content-part {
    flex: 1 !important;
}

.dual-feature-section {
    padding: 50px 20px !important;
}

.timeless-wrap {
    margin-bottom: 50px;
    padding: 50px 20px !important;
}

.timeless-image-col {
    flex: 1 !important;
}

.feature-title {
    font-size: 30px !important;
}

.timeless-content {
    flex: 1 !important;
}

.aged-section {

    margin-top: 0px; 
    height: 400px !important;
  
}

.staggered-row {
    gap: 50px !important;
}

.premium-col-content {
    flex: 1 !important;
}

.premium-hero-wrap {
    margin-top: -150px !important;
}

.premium-col-img {
    flex: 1 !important;
}

.vip-top-section {
    padding: 50px 20px 50px 20px !important;
}

.manufacturing-section {
    padding: 50px 20px !important;
}

.precision-fabrication-section {
    padding: 50px 20px !important;
}

.m-subheading {
    font-size: 20px !important;
}

section.our_news {
    padding-top: 50px;
}

h2.hero-heading {
    font-size: 25px;
}

section.training_portal {
   
    padding-top: 50px;
}

section.follow {
    margin-bottom: 50px !important;
}

section.hero-section p {

    font-size: 16px;
}

.text-box {
 
    gap: 10px;
}

.split-overlay-content {
 
    padding: 0 40px 40px 40px;
        gap: 30px;
}

    .fs_46px {
        font-size: 30px;
    }

section.hero-section h1 {
    font-size: 30px;
}

section.hero-section {
    gap: 20px;
}


.project-meta {
    row-gap: 40px;
    column-gap: 20px;
flex-wrap: wrap;
}

section.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.product-slider-section, section.hero-section {
    padding: 50px 20px;
}

.product-title-group h2 {
    font-size: 25px !important;
}

.hero-circle img {
    width: 150px;
}

.product-card h3 {
    font-size: 20px !important;
    padding: 20px !important;
}


.productSwiper {
    padding-bottom: 50px !important;
}

.projects-heading {
    font-size: 30px !important;
}

.image-list-data h4 {
    font-size: 16px;
}

.image-list-data p {
    font-size: 16px;
}

.project-title {
 
    margin: 30px 0 30px 0 !important;
    font-size: 20px;
    line-height: 28px;
}

.project-desc {
    font-size: 16px;
}

.project-section {

    padding-top: 50px;
}

.about-inner-con h2 {
    font-size: 30px !important;
}

.about-inner-con p {
    font-size: 16px !important;
}

.hero-content {
    left: 2%;

}

section.hero {
    padding: 0px !important;
}

.hero {
    height: 100vh;
    margin-top: 0px;
}

footer .logo_container
{
margin: 0px !important;
}

    .footer-con-three {
        width: 24% !important;
        padding-right: 20px !important;
    }
    .logo-con {
        flex: 0 0 auto;
        width: 30%;
    }

    .footer-con-two {
        width: 22%;
    }

.footer {
    padding: 80px 20px 30px 20px;
    border-radius: 50px;
}

ul.fancy_list li {
    margin-bottom: 10px !important;
}

footer .f_clm ul li {
    margin: 10px 0;
}

img.footer-logo {
    width: 200px;
}

.fs_22px {
    font-size: 18px;
}

.footer span, .footer p, .footer a {
    font-size: 15px;
}

.main-img {
    width: 500px;
        height: 600px;
}

.mega_menu .menu_row {
    padding: 20px;
}

.mega_menu h6 {
    font-size: 16px;
}


    header ul.menu {
        gap: 20px !important;
    }

.mega_menu ul li a {
    font-size: 14px;
}
	.col-lg-3 {
		
		width: 29%;
		padding: 0px;
	}

.col-6 {
    width: 42%;
}

a.header-btn-one {
    font-size: 14px;
 	    padding: 14px 20px !important;
}

a.header-btn-two {
    padding: 14px 20px;
    font-size: 14px;
}

.contact-con-one h4 {
      padding: 14px 15px !important;
    font-size: 20px;
}

.phone-details {
    font-size: 16px;
    margin-bottom: 10px !important;
}

.sales-page-sec .tab-inner-con {
    padding-bottom: 80px !important;
}

.sales-banner-new::after {
    font-size: 190px;
    bottom: -50px;
}

.single-detail-sec {
    height: 690px !important;
}

    .single-detail-sec::after {
        bottom: -40px;
        font-size: 190px;
    }

.product-page-sec::after {
    bottom: -40px;
    font-size: 190px;
}

.subcategory-view {
    margin-top: -4% !important;
}

.pdf-download-btn {
    font-size: 16px;
}

section.tabs-section {
    margin-top: -4% !important;
}

.tab-inner-con {
    padding: 80px 0px 80px 0px !important;
}

.tabs-inner {
    gap: 15px;
}

.tab-btn {
    padding: 10px 10px !important;
}

.tab-wrapper {
    margin-bottom: 80px !important;
}

.controls h2 {
    font-size: 30px;
}

.grid {
    grid-template-columns: repeat(3, 1fr);
}

.controls {
    gap: 20px;
}

.controls input {
    width: 400px;
}

.product-page-card img {
    min-height: 350px;
}

.configurator-btn {
    font-size: 18px !important;
}

.product-table thead th {
    padding: 15px 15px;
    font-size: 16px;
}

table tr:first-child td {
    padding-top: 30px;
}

table tr:last-child td {
    padding-bottom: 30px;
}

.product-table tbody td {
    padding: 5px 10px 15px 10px;
    font-size: 16px;

}

.product-table-section {
    padding: 80px 20px;
}

.product-downloads-section {
    padding: 80px 20px;
}

.product-gallery-section {
 padding: 80px 0px;
}

.related-products-section {
    padding: 80px 20px;
    margin-bottom: 80px;
}

h6.news-heading {
    font-size: 15px;
}
}

@media(max-width: 1200px){
.mobile-logo-con{
width:25%
}
.desktop-menu{
width:45%
}
.mobile-humburger{
width:30%
}


}

@media (max-width: 1036px) {

a.mobile-link {
    padding-left: 0px !important;
}

    .article-text h2 {
        font-size: 30px;
    }

img.second-image {
    left: 300px;
    bottom: 50%;
    transform: translateY(50%);
}

.study-products .card-content h3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.study-products {

    grid-template-columns: repeat(3, 1fr);
}

.project__standart .align-items-center {
    align-items: flex-start !important;
}


.benefit-con {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
}

.study-con {
    grid-template-columns: repeat(2, 1fr);
}

    .new-study-banner::after {
        font-size: 120px !important;
        bottom: -20px !important;
    }

    .new-training-banner::after {
        font-size: 120px !important;
        bottom: -20px !important;
    }

section.look-bok {
    padding: 50px 20px !important;
}

    .new-lookbook-banner::after {
        font-size: 120px !important;
        bottom: -20px !important;
    }

    .our-team-con {
        grid-template-columns: repeat(3, 1fr);
    }

    .new-team-banner::after {
        font-size: 120px !important;
        bottom: -20px !important;
    }

.Subscribe {
    width: 80%;
    margin: 0 auto;
}
.feature-content {
    text-align: left;
}

.premium-content-lock {
    margin-top: 0px;
}

.contact-main-title {
    font-size: 50px !important;
}


.content-width-box {
    padding-bottom: 0px !important;
}

    .premium-hero-wrap {
        margin-top: 0px !important;
    }

    .aged-section {
        height: 300px !important;
    }

    .feature-title {
        font-size: 25px !important;
    }

.aged-heading {
    font-size: 30px !important;
 
}

.aged-text-stack {
    max-width: 800px !important;
}

.premium-heading {
    font-size: 30px !important;
}


.vip-h2 {
    font-size: 30px !important;
}

.icon-circle {
    width: 80px !important;
    height: 80px !important;
}

.offices-main-heading {
    margin-bottom: 30px !important;
}
.new-contact-banner::after {
        font-size: 120px !important;
        bottom: -20px !important;
    }

    .new-about-banner::after {
        font-size: 120px !important;
        bottom: -20px !important;
    }

.slider-footer-flex {
    flex-direction: column-reverse;
    align-items: flex-start !important;
}

.product-nav {
    gap: 10px;
    padding: 0px !important;
    margin-bottom: 20px;
}

form.newsletter {
    width: 100%;
}


    .footer {
        padding: 50px 20px 30px 20px;
        border-radius: 20px;
    }

    .footer-con-two {
        width: 30%;
    }

    .logo-con {
        width: 70%;
        padding: 0px;
    }

    .footer-con-three {
        margin-top: 50px;
        width: 50% !important;
        padding-right: 20px !important;
        margin-bottom: 100px !important;
    }

.split-overlay-content::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
    z-index: 1;
}

.our_new_slider .owl-nav {
float: left;
        margin-bottom: 20px;
}

section.our_news .owl-dots {
    width: 100%;
}

    .text-box {
        z-index: 3;
    }

.hero-circle {
z-index: 3;
}

    .hero-circle img {
        width: 100px;
    }

    .split-overlay-content {
        padding: 0 20px 20px 20px;
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

.project-right {
    width: 100% !important;
}

.split-hero {
    height: 600px;
 
}

.project-left {
    width: 100% !important;
}

.project-sec-con {
    flex-direction: column;
    gap: 50px;
}

.product-header {
    flex-direction: column;
    align-items: flex-start !important;
    row-gap: 30px !important;
}

.tab-hide {
    display: none !important;
}

.about-img-box img {
    width: 80% !important;
}
.main-img {
    width: 100% !important;
    height: 100% !important;
}

.about-sec-con {
    flex-direction: column !important;
}

.about-inner-con {
    width: 100% !important;
}

.main-img {
    width: 100% !important;
        height: 600px !important;
}

.contact-details-con {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

.sales-heading h3 {
 
    font-size: 30px !important;
    line-height: 45px !important;
}

    .sales-page-sec .tab-inner-con {
        padding-bottom: 50px !important;
    }

.map-img {
    width: 100% !important;
}

.contact-details-con {
    width: 100% !important;
}


.zip-map-sec {
    padding-top: 50px !important;
    flex-direction: column-reverse !important;
    gap: 50px !important;
}

.sales-banner-new::after {
    font-size: 120px !important;
    bottom: -20px !important;
}

    .single-detail-sec::after {
        bottom: -30px !important;
        font-size: 120px !important;
    }

.contact-hero-area {
    height: 600px !important;
}

    .single-detail-sec {
        height: 600px !important;
    }

    .product-page-sec::after {
        bottom: -30px !important;
        font-size: 120px !important;
    }

    .related-products-section .grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .tab-inner-con {
        padding: 50px 0px 50px 0px !important;
    }

    .tab-wrapper {
        margin-bottom: 50px !important;
    }

.card-content h3 {
    padding: 20px 0px 0px 0px !important;
    font-size: 20px !important;
}

.product-page-card img {
    min-height: 300px !important;
}

.download-card h3 {
    font-size: 18px !important;
}
.download-card a {
    font-size: 16px !important;
}

h4.pdf-tag {
 
    top: 20px !important;
    left: 20px !important;
}
.mobile-logo-con {
    width: 50% !important;
}

.mobile-humburger {
    width: 50% !important;
}

span.hamBurger {
    display: block !important;
}


.desktop-menu {
    display: none !important;
}

	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}


.cavasoff_menu {
    display: flex !important;
    flex-direction: column !important;
background-color: #110075 !important;

}
.sales-btn-mobile{
display: none !important;
}

.drop_data a {
    color: #fff !important;
}


.menu__link {

    font-size: 18px !important;
    font-weight: 500 !important;
    color: #ffffff !important;

}

}

@media(max-width:992px){

    .study-products {
        grid-template-columns: repeat(2, 1fr);
    }

.study-gallery-box {
    grid-template-columns: repeat(2, 1fr);
}

.lookbook-inner {
    grid-template-columns: repeat(2, 1fr);
}

section.look-bok {
    padding: 50px 20px !important;
}

    .our-team-con {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeless-flex {
        flex-direction: column-reverse !important;
        gap: 40px !important;
    }

    .manufacturing-grid {
 
        flex-direction: column;
        align-items: normal !important;
    }
    .fabrication-grid {
        flex-direction: column-reverse;
    }
    .product-gallery-section {
        padding: 50px 0px;
    }

    .product-table-section {
        padding: 50px 20px;
    }
    .product-downloads-section {
        padding: 50px 20px;
    }

.downloads-grid {
    grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
}

    .product-description-inner {
        flex-direction: column;
    }
    .controls {
        flex-wrap: wrap;
    }

    .card-content h3 {
        font-size: 18px;
    }

.product-page-card img {
    min-height: 200px;
}
}


@media (max-width: 767px) {



    .article-text h2 {
        font-size: 25px;
    }

section.wk_main_banner.justify-content-end.project {
    min-height: 350px;
}

    img.main-image {
        width: 100% !important;
        height: 300px !important;
    }

img.second-image {
        display: none !important;
    }


a.mobile-link.menu__link {
    padding-left: 0px !important;
}

.std-box img {
    width: 100% !important;
    }

.case-study-heading {
    text-align: center;
}


.study-single-img {
    height: auto !important;
}

    .study-gallery-box {
        grid-template-columns: repeat(2, 1fr);
    }



.study-gallery-box img {
    height: 150px;
    border-radius: 10px;
}

    .study-products {
        grid-template-columns: repeat(1, 1fr);
    }

section.benefit h2 {
    text-align: left;
}

.benefit-boxes .bg-white {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 20px !important;
}

section.content_sec p {
    text-align: left;
}

    .benefit-con {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }

section.power__coating p {
text-align: left;
}

section.power__coating h2 {
text-align: left;
}


    .study-con {
        grid-template-columns: repeat(1, 1fr);
    }

    .new-study-banner::after {
        font-size: 50px !important;
        bottom: 0px !important;
    }

    .new-training-banner::after {
        font-size: 50px !important;
        bottom: 0px !important;
    }
    .lookbook-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .new-lookbook-banner::after {
        font-size: 50px !important;
        bottom: 0px !important;
    }

.team_img {
    max-width: 410px;
    margin: 0 auto;
height: 200px;
}

    .our-team-con {
        grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    }

    .new-team-banner::after {
        font-size: 50px !important;
        bottom: 0px !important;
    }

    .contact-map-img img {
        width: 100%;
    }

.contact-breadcrumb {
    font-size: 16px !important;

}

nav.contact-breadcrumb span {
    font-size: 18px;
}

h1.contact-main-title {
    font-size: 25px !important;
}

.timeless-heading {
    font-size: 25px !important;
}
    .aged-section {
        height: auto !important;
        padding: 50px 20px;
    }

    .premium-heading {
        font-size: 25px !important;
    }

    .premium-image-canvas img {
        height: auto !important;
    }

    .m-heading {
        font-size: 25px !important;

    }

    .vip-h2 {
        font-size: 25px !important;
    }

.office-card {
    min-height: 350px;
}

.icon-circle svg {
    width: 25px;
    height: 25px !important;
}


.office-text-overlay {
    padding: 20px !important;

}
.connect-card {
    padding: 30px 10px !important;
 
}

.form-title {
    font-size: 30px !important;

}

    .icon-circle {
        width: 60px !important;
        height: 60px !important;
    }

.connect-text {
    font-size: 20px !important;
}

    .new-contact-banner::after {
        font-size: 50px !important;
        bottom: 0px !important;
    }

    .new-about-banner h1.contact-main-title {
    font-size: 25px !important;
}

    .new-about-banner::after {
        font-size: 50px !important;
        bottom: 0px !important;
    }

form.newsletter button {
    position: relative;
    padding: 10px 30px;
    margin-top: 10px;
}

.Subscribe {
    margin-top: 50px !important;
margin-bottom: 0px !important;
}

.Follow {
    padding-top: 20px;
}

.footer-last-con-h3 {
    display: none !important;
}

.forem {
    padding-top: 20px;
    padding-bottom: 0px;
}

    .logo-con {
        width: 100%;
        padding: 0px;
    }

    .footer-con-two {
        width: 100%;
                padding: 20px 0px 0px;
    }

    .footer-con-three {
        margin-top: 20px;
        width: 100% !important;
        padding-right: 20px !important;
        margin-bottom: 0px !important;
    }

.training-con .row {
    flex-direction: column;
    display: flex;
padding: 0px !important;
}

.training-con-one {
    width: 100%;
}

    ul#pills-tab {
        justify-content: flex-start !important;
    }

    .split-hero {
        height: 1000px;
        flex-direction: column;
    }
    .main-img {
        height: auto !important;
    }

.product-header a.header-btn-two {
    display: block !important;
}

.overlap-img {
    width: 60% !important;
    height: auto !important;
}

.product-nav {
    flex-direction: row !important;
}

    .sales-btn-mobile {
        display: block !important;
    }

header .d-flex {
    display: block !important;
}

    .menu__link {
        font-size: 16px !important;
    }

.drop_data a {
    padding-left: 10px !important;
}

a.header-btn-one{
display: none !important;
}

a.header-btn-two{
display: none !important;
}

.d-flex {
    flex-direction: column !important;
}

    .sales-btn-mobile {
        display: block;
        padding: 12px 20px !important;
        width: fit-content !important;
    }


    .sales-heading h3 {
   
        line-height: 38px !important; 
    }

.search-box-con {
    width: 100% !important;

}

.contact-details-con {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
}

    .sales-banner-new::after {
        font-size: 50px !important;
        bottom: 0px !important;
    }

    .single-detail-sec::after {
        bottom: 10px !important;
        font-size: 50px !important;
    }

    .single-detail-sec {
        height: 350px !important;
    }

.product-title {
    font-size: 32px !important; 
}

    .product-page-sec::after {
        bottom: 10px !important;
        font-size: 50px !important;
    }

    .contact-hero-area {
        height: 400px !important;
    }

.related-products-section .card-content h3 {
    padding-left: 20px !important;
}

.product-gallery-section h2 {
    font-size: 30px !important;
}

.product-downloads-section h2 {
    font-size: 30px !important;
}

.related-products-section {
        padding: 50px 20px !important;
        margin-bottom: 50px !important;
    }

.related-products-section h2 {
    font-size: 30px !important;
}

.related-pro-head-btn {
    flex-direction: column !important;
    row-gap: 30px !important;
       
}

    .downloads-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        row-gap: 30px !important;
    }

.product-description-left h2 {
    font-size: 30px !important;
}

.product-description-section {
    padding: 50px 20px 0px 20px !important;
    border-radius: 20px 20px 0px 0px !important;
    margin-top: -8% !important;
}

.subcategory-view {
	border-radius: 20px 20px 0px 0px !important;
}
    .product-description-left h1 {
        font-size: 32px !important;
    }

    .related-products-section .grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .product-table thead th,
    .product-table tbody td {
        font-size: 13px !important;
        padding: 12px 10px !important;
    }

    .controls input {
        width: 100% !important;
    }

.grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .controls {
        gap: 30px !important;
    }

.tab-nav {
	display: none !important;
}

    .controls h2 {
        font-size: 25px !important;
    }

    section.tabs-section {
        border-radius: 20px 20px 0px 0px !important;
    }

.tabs-inner {
    display: grid !important;
}

.tab-btn {
        text-align: left !important;
    }

.subcategory-header {
    flex-direction: column !important;
}
.subcategory-header h2 {
         font-size: 25px !important;
        text-align: left !important;
        margin: 0 auto auto 0 !important;
}
.back-btn {
    margin: 0 auto auto 0 !important;
}
}