/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.30.1749108099
Updated: 2025-06-05 07:21:32

*/

@media only screen and (max-width:400px) {
.our-history h3 {
  font-size: 22px !important;
  margin-top: 17px !important;
}
}


@media only screen and (min-width:1025px) {
.contact-col-sticky {
  position: sticky;
  top: 138px; 
  align-self: start;
  z-index: 10;
}
}

@media only screen and (max-width:1025px) and (min-width:767px) {
  .contact-form .kt-inside-inner-col {
    width: 60%;
  }
  
  .contact-form {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) and (min-width:720px) {
	.site-footer-middle-section-3 {
		width:48.5%
	}

	.footer-widget-area.content-valign-middle {
		align-items: start;
	}
}

.site-header .site-header-row {
	display: flex;
    justify-content: space-between;
    align-items: center;
} 

.site-header .site-header-section-right {
	display: flex;
	gap: 20px;
}

.site-header .site-header-item {
	margin-right: 0px;
}

@media only screen and (max-width: 575px) {
.site-header-item .site-branding a.brand img {
    max-width: 150px;
}
}


@media (max-width: 1024px) {
    .Dedicated-Stainless-Building .kt-row-column-wrap > .kadence-column1882_5af6b7-0c {
        align-self: unset !important;
    }
    .kb-row-layout-id1677_3de932-44 > .kt-row-column-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .kb-row-layout-id2820_ca9ad3-d6 > .kt-row-column-wrap {
       grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
	.kb-row-layout-id2820_ca9ad3-d6 > .kt-row-column-wrap {
       grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.kt-row-column-wrap > .kadence-column1882_5af6b7-0c {
	align-self: unset !important;
}

:where(.kb-row-layout-id1882_a80f71-2c > .kt-row-column-wrap) > .wp-block-kadence-column {
    justify-content: unset !important;
}

.nav--toggle-sub .dropdown-nav-toggle {
	top: 40% !important;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
   margin: 24px 0px 10px 0px;
}
.privacy-policy .content-area,
.page-id-3083 .content-area {
	margin-top: 4rem;
    margin-bottom: 4rem;
}
.content-width-fullwidth .content-container.site-container {
	padding: 0px 1.5rem 0px 1.5rem;
    max-width: 1290px;
}

@media only screen and (min-width: 1242px) and (max-width: 1299px) {
	.main-navigation .primary-menu-container > ul li.menu-item > a {
		font-size: 17px;
	}
}

/* This is css for case study */
.casestudy-overview .casestudy-overview-row {
    --bs-gutter-x: 1.5rem;
    align-items: flex-start;
}

.casestudy-overview .casestudy-overview-row .sticky-sidebar > .kt-inside-inner-col {
    position: sticky;
    top: 90px;
}

.casestudy-overview ol,ul {
	list-style-position: inside;
} 

.casestudy-overview li::marker {
  font-weight: bold;
}


.casestudy-overview__image img {
    border-radius: 32px;
    box-shadow: 3px 36px 50px 0 hsla(0, 0%, 80%, 0.25);
    width: 100%;
    object-fit: cover;
}

.casestudy-overview__details_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 32px 24px;
}

.casestudy-overview__details_box-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.casestudy-overview__details_box-item p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(9, 9, 11, 0.612);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.casestudy-overview__details_box-item p strong {
    font-weight: 500;
    color: #000000;
}

.casestudy-overview__details_box-item a {
    color: #101828;
    font-weight: 500;
    position: relative;
    transition: all 500ms;
    text-decoration: none;
    display: flex;
    gap: 2px;
}

.casestudy-overview__details_box-item a::after {
    content: '\E812';
    font-family: 'fontello';
}

.casestudy-overview__details_box-item a:hover {
    color: #0091f8;
}

.casestudy-details__inner_content--title {
    margin-top: 30px;
}

.casestudy-overview .wp-block-post-title {
    background: linear-gradient(90deg, #434343, #18181b, #18181b);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.casestudy-overview .kb-row-layout-wrap:before {
    display: none;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-16 {
	margin-bottom: 16px;
}

@media only screen and (min-width: 1440px) {
    .casestudy-overview__details_box-item p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1400px) {
    .casestudy-overview__details_box-item h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .casestudy-overview .wp-block-post-title {
        font-size: 32px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .casestudy-overview .casestudy-overview-row {
        gap: 30px 0;
    }

    .casestudy-overview__details_box {
        gap: 15px 0px;
        padding: 30px 40px;
    }

    .casestudy-overview__details_box-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .casestudy-details__inner_content--title,
    .casestudy-overview h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .casestudy-overview .wp-block-post-title {
        font-size: 32px;
        line-height: 43px;
    }
}


@media only screen and (max-width: 767px) {
    .casestudy-overview .wp-block-post-title {
        font-size: 28px;
        line-height: 40px;
    }
    
    .casestudy-overview .casestudy-overview-row .sticky-sidebar > .kt-inside-inner-col {
        position: static;
    }
}


@media only screen and (max-width: 575px) {
    .casestudy-overview__details_box {
        gap: 10px 0px;
        padding: 15px 25px;
    }

    .casestudy-details__inner_content--title,
    .casestudy-overview h2 {
        margin-top: 25px;
    }
}