/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
#offcanvas .ct-panel-actions {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 0;
    margin: 0;
    z-index: 10;
}
#offcanvas .ct-panel-content-inner {
    padding: 20px;
}
[data-products] .product {
    text-align: left !important;
}
.contactContainer .item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.contactContainer .item svg {
    fill: #ffffff;
}

.formRowRequest {
	display: flex;
	column-gap: 20px;
}

.formRowRequest br {
	display: none;
}

.formRowRequest .formInputContainerRequest {
	margin-bottom: 16px;
	flex: 1;
}

.formRowRequest .formInputContainerRequest label.labelTitle {
    display: block;
	cursor: auto;
}
.formRowRequest .formInputContainerRequest .wpcf7-form-control.wpcf7-not-valid {
	border-color: #dc3232 !important;
}
.submitQuoteBtnContainer {
    position: relative;
}
.submitQuoteBtnContainer .wpcf7-form-control {
	border-radius: 12px;
	cursor: pointer;
	display: block;
	width: 100%;
	margin-top: 10px;
	text-transform: uppercase;
}
.submitQuoteBtnContainer .wpcf7-spinner {
    position: absolute;
    top: 22px;
    margin: 0 8px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
	font-size: 16px;
}

.submitRequest br {
	display: none;
}

.submitRequest .submitRequestItem {
	margin-bottom: 20px;
}

.submitRequest .submitRequestItem label.labelTitle {
	display: block;
	cursor: auto;
}

.submitRequest .submitRequestBtn .wpcf7-form-control {
	width: 100%;
	display: block;
}

.submitRequest .submitRequestItem .wpcf7-form-control.wpcf7-not-valid {
	border-color: #dc3232 !important;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
	display: none !important;
}

@media (max-width: 767px) {
	.formRowRequest {
		display: block;
	}
}

.insideTheBox {
    display: flex;
    gap: 20px;
    width: 100%;
}
.insideTheBox .items {
    flex: 1 1 auto;
    box-sizing: border-box;
}
.insideTheBox .fl-photo-content {
    margin-bottom: 10px;
}
.insideTheBox .fl-photo-img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.insideTheBox .fl-heading-text {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
}
.insideTheBox .fl-rich-text {
    padding-left: 10px;
    padding-right: 10px;
}
.insideTheBox .fl-rich-text ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #fff;
}
.insideTheBox .fl-rich-text ul li {
    font-size: 14px;
}
@media (max-width: 767px) {
    .insideTheBox {
        flex-wrap: wrap;
        gap: 10px;
    }
    .insideTheBox .items {
        width: calc(50% - 5px);
    }
    .insideTheBox .fl-heading-text {
        font-size: 16px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .insideTheBox .fl-rich-text {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.fl_col_group {
    display: flex;
    width: 100%;
    gap: 20px;
}

.fl_col_group .fl_col {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.fl_col_group .fl_col.fl-node-yfp4ski08qrz {
    width: 48%;
    text-align: right;
}
.fl_col_group .fl_col.fl-node-8vwcyftpglho {
    width: 52%;
    flex-direction: column-reverse;
}
.fl_col_group .fl_col .fl_module-photo {
    display: block;
    position: relative;
    width: 100%;
}
.fl_col_group .fl_col.fl-node-yfp4ski08qrz .fl_module-photo {
    margin-bottom: 50px;
}
.fl_col_group .fl_col.fl-node-8vwcyftpglho .fl_module-photo {
    margin-top: 40px;
}
.fl_col_group .fl_col .fl_module-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.fl_col_group .fl_col .fl_col-content {
    padding: 0 10px;
    margin-bottom: 10px;
}
.fl_col_group .fl_col-content .fl_module-heading h3 {
    color: #00a7e1;
    margin: 0;
    line-height: 1.2;
    padding-top: 10px;
    text-transform: uppercase;
}
.fl_col_group .fl_col-content .fl_module-rich-text {
    line-height: 1.1;
    color: #fff;
    margin: 10px 0 24px;
}
.fl_col_group.fl-node-5lhfxyakr903 {
    margin-top: 25px;
    align-items: center;
}
.fl_col_group.fl-node-5lhfxyakr903 .fl_module-photo {
    width: 60%;
}
.fl_col_group.fl-node-5lhfxyakr903 .fl_module-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.fl_col_group.fl-node-5lhfxyakr903 .fl_col-content {
    width: 40%;
}
.fl_col_group.fl-node-5lhfxyakr903 .fl_col-content .fl_module-button {
    padding-top: 40px;
}
.fl_col_group.fl-node-5lhfxyakr903 .fl_col-content .fl_module-button .fl-button {
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #009bd5;
    background-color: #00a7e1;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
}
@media (max-width: 767px) {
    .fl_col_group {
        flex-wrap: wrap;
        gap: 0;
    }
    .fl_col_group .fl_col.fl-node-yfp4ski08qrz {
        width: 100%;
        text-align: left;
    }
    .fl_col_group .fl_col.fl-node-8vwcyftpglho {
        width: 100%;
        flex-direction: column;
    }
    .fl_col_group .fl_col.fl-node-yfp4ski08qrz .fl_module-photo {
        margin-bottom: 12px;
    }
    .fl_col_group .fl_col.fl-node-8vwcyftpglho .fl_module-photo {
        margin-top: 0;
        margin-bottom: 12px;
    }
    .fl_col_group.fl-node-5lhfxyakr903 {
        margin-top: 0;
    }
    .fl_col_group.fl-node-5lhfxyakr903 .fl_module-photo,
    .fl_col_group.fl-node-5lhfxyakr903 .fl_col-content {
        width: 100%;
    }
    .fl_col_group.fl-node-5lhfxyakr903 .fl_module-photo {
        margin-bottom: 12px;
    }
    .fl_col_group.fl-node-5lhfxyakr903 .fl_col-content .fl_module-button {
        padding-top: 10px;
    }
    .fl_col_group.fl-node-5lhfxyakr903 .fl_col-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.homeEverySingle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.homeEverySingle .item {
    width: 20%;
    padding: 20px;
    text-align: center;
    color: #ffffff;
}
.homeEverySingle .item .img {
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.homeEverySingle .item .img img {
    width: 100%;
    display: block;
}
.homeEverySingle .item .title {
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 1;
}
.homeEverySingle .item .text {
    line-height: 1.25;
}
@media (max-width: 992px) {
    .homeEverySingle .item {
        width: 50%;
        padding: 10px;
    }
    .homeEverySingle .item .img {
        width: 86px;
    }
}
.uabb-list-icon {
    width: 100%;
}
.uabb-list-icon .uabb-list-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.uabb-list-icon .uabb-list-icon-wrap:not(:last-child) {
    margin-bottom: -20px;
}
.uabb-list-icon .uabb-list-icon-wrap .uabb-image {
    width: 45px;
}
.uabb-list-icon .uabb-list-icon-wrap .uabb-image .uabb-photo-img {
    display: block;
    width: 100%;
}
.uabb-list-icon .uabb-list-icon-wrap .uabb-list-icon-text {
    width: calc(100% - 45px);
}
.uabb-list-icon .uabb-list-icon-wrap .uabb-list-icon-text .uabb-list-icon-text-heading {
    color: #ffffff;
    margin: 0;
}

.production_processes_section .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.production_processes_section .section_box .item {
    width: calc(25% - 15px);
    text-align: center;
}
.production_processes_section_print .section_box .item {
    width: calc(50% - 10px);
}
.production_processes_section_finishes .section_box .item {
    width: calc(20% - 16px);
}
.production_processes_section .section_box .item .img {
    width: 100%;
    margin-bottom: 12px;
}
.production_processes_section .section_box .item .img img {
    max-width: 100%;
    width: 100%;
    display: block;
}
.production_processes_section .section_box .item .title {
    font-size: 16px;
    line-height: 1.25;
}
@media (max-width: 767px) {
    .production_processes_section_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wgtProductCreativity {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .production_processes_section .section_title {
        margin-bottom: 24px;
    }
    .production_processes_section .section_box {
        gap: 10px;
    }
    .production_processes_section .section_box .item {
        width: calc(50% - 5px);
        text-align: center;
    }
    .production_processes_section_print .section_box .item {
        width: calc(50% - 5px);
    }
    .production_processes_section_finishes .section_box .item {
        width: calc(50% - 5px);
    }
}
.product_banner {
    background-color: #f5f5f5;
    background-image: url(https://www.prattindustries.com/wp-content/uploads/Header-03.png);
    background-position: center center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 270px;
    position: relative;
}
.product_banner .product_banner_heading {
    text-align: center;
}
.product_banner .product_banner_heading .product_banner_heading_title {
    color: #fff;
}
.product_banner .product_banner_html {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    transform: rotate(180deg);
}
.product_mainBox {
    background: linear-gradient(90deg, #eeeeee 50%, #f8f8f8 50%);
    padding-top: 80px;
    padding-bottom: 80px;
}
.product_mainBox .product-entry-wrapper {
    max-width: 100%;
}
@media (min-width: 1000px) {
    .product_mainBox .entry-summary {
        margin-inline-start: 90px !important;
    }
}
@media (max-width: 999px) {
    .product_mainBox {
        background: linear-gradient(180deg, #eeeeee, #f8f8f8);
        padding-top: 3vw;
        padding-bottom: 50px;
    }
    div.woocommerce-product-gallery .ct-product-gallery-container .flexy-container .flexy-pills {
        display: none !important;
    }
}
.product_contactForm {
    /*background-color: #fff;*/
    /*border-radius: 6px;*/
    /*padding: 20px;*/
}

.footerFloating {
    display: block !important;
    position: fixed;
    top: 50%;
    right: -190px;
    z-index: 999;
}
.footerFloating .item {
    display: flex;
    align-items: center;
    margin: 2px 0;
    background: #001f5b;
    font-size: 14px;
    height: 42px;
    width: 232px;
    position: relative;
    right: 0;
    cursor: pointer;
    color: #fff;
    transition: right 500ms;
}
.footerFloating .item .icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerFloating .item .icon span {
    color: #fff;
}
.footerFloating .item:hover {
    right: 190px;
}

.homeProductSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.homeProductSwiper .swiper-slide {
    width: 335px;
    margin-right: 20px;
}
.homeProductSwiper .product-card {
    text-align: left;
    padding-bottom: 20px;
}
.homeProductSwiper .product-card .product-thumb {
    border-radius: 6px;
    overflow: hidden;
    display: block;
}
.homeProductSwiper .product-card .product-thumb img {
    display: block;
    width: 100%;
}
.homeProductSwiper .product-card h4 {
    font-size: 18px;
    margin-bottom: 6px;
    padding: 20px 12px 0;
}
.homeProductSwiper .product-card h4 a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.homeProductSwiper .product-card .product-excerpt {
    font-size: 14px;
    padding: 0px 12px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.homeProductSwiper .swiperButton-next,
.homeProductSwiper .swiperButton-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -90px;
    background: #666666;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.homeProductSwiper .swiperButton-next {
    right: 10px;
}
.homeProductSwiper .swiperButton-prev {
    left: 10px;
}

@media (max-width: 767px) {
    .homeProductSwiper .swiper-slide {
        width: 232px;
        margin-right: 8px;
    }
    .homeProductSwiper .product-card h4 {
        font-size: 15px;
        margin-bottom: 4px;
        padding: 12px 6px 0;
    }
    .homeProductSwiper .product-card .product-excerpt {
        font-size: 13px;
        padding: 0 6px;
    }
}

.customization_process {
    padding: 80px 0;
}

.customization_process .section_title {
    text-align: center;
    margin-bottom: 60px;
    line-height: 110%;
}

.customization_process .content_step {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.customization_process .content_step .step {
    max-width: 304px;
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    position: relative;
}

.customization_process .content_step .step .step_number {
    background: #d1d2ff;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    color: #1d2088;
    text-align: center;
    font-size: 48px;
    border: 2px solid #1d2088;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
    border-radius: 50%;
}

.customization_process .content_step .step .title_step {
    color: #1d2088;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.customization_process .content_step .step .description_step {
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.customization_process .content_step::before {
    display: block;
    content: '';
    border-top: 1px solid #000;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 54px;
}

.customization_workmanship {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.customization_workmanship .section_title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 110%;
}

.customization_workmanship .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.customization_workmanship .section_box .item {
    width: calc(25% - 15px);
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customization_workmanship .section_box .item .img {
    width: 100%;
    margin-bottom: 12px;
}

.customization_workmanship .section_box .item .img img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.customization_workmanship .section_box .item .title {
    font-size: 16px;
    line-height: 1.25;
    padding-bottom: 12px;
}

.customization_material {
    padding: 80px 0;
}

.customization_material .section_title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 110%;
}

.customization_material .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.customization_material .section_box .item {
    width: calc(25% - 15px);
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customization_material .section_box .item .img {
    width: 100%;
    margin-bottom: 12px;
}

.customization_material .section_box .item .img img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.customization_material .section_box .item .title {
    font-size: 16px;
    line-height: 1.25;
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .customization_material {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .customization_workmanship .section_title {
        margin-bottom: 24px;
    }

    .customization_workmanship .section_box {
        gap: 10px;
    }

    .customization_workmanship .section_box .item {
        width: calc(50% - 5px);
        text-align: center;
    }
}

.customization_production_process {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.customization_production_process .section_title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 110%;
}

.customization_production_process .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.customization_production_process .section_box .item {
    width: calc(20% - 16px);
    box-sizing: border-box;
}

.customization_production_process .section_box .item .box_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.customization_production_process .section_box .item .box_icon .number {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    background: rgb(1, 44, 68);
    margin: 0;
}
.customization_production_process .section_box .item .box_icon .arrowSvg {
    display: block;
    margin-right: 30px;
    height: 30px;
}

.customization_production_process .section_box .item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 14px;
    color: #1d2088;
}
.customization_production_process .section_box .item .description {
    font-size: 15px;
    color: #333333;
    line-height: 1.3;
}
.customization_production_process .section_box .item .description p {
    margin-bottom: 6px;
}

.customization_certificate {
    padding: 80px 0;
    background-color: #f8f8f8;
}
.customization_certificate .section_title {
    margin-bottom: 40px;
    line-height: 110%;
    text-align: center;
}

.customization_certificate .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.customization_certificate .section_box .item {
    width: calc(20% - 16px);
    text-align: center;
}

.customization_certificate .section_box .item .img {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #1d2088;
}

.customization_certificate .section_box .item .img img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.customization_certificate .section_box .item .title {
    font-size: 16px;
    line-height: 1.25;
    padding-bottom: 12px;
}

.vertical-point-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.landing-page-section-des {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.landing-page-section-des h4 {
    margin-bottom: 56px;
    line-height: 1.2;
}

.service-point {
    display: flex;
}

.service-point .point-img {
    margin-right: 24px;
    width: 48px;
    min-width: 48px;
}

.service-point .point-des h5 {
    line-height: 24px;
    color: #212427;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
}

.service-point .point-des p {
    margin-bottom: 48px;
    line-height: 27px;
    color: #353A3F;
}

.landing-page-section-image {
    flex: 0 0 auto;
    width: 50%;
}

.landing-page-section-image img {
    width: 100%;
    display: block;
}


.navBlogList h3.navBlogListTitle {
    padding-bottom: 12px;
    margin-bottom: 0;
    font-size: 24px;
    border-bottom: 1px solid #eee;
}
.navBlogList .blog-card {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.navBlogList .blog-thumb {
    display: block;
    width: 60px;
}
.navBlogList .blog-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.navBlogList .blog-info {
    flex: 1;
}
.navBlogList .blog-info .blog-title {
    font-size: 14px;
    margin: 0 0 4px;
    line-height: 1.3;
}
.navBlogList .blog-info .blog-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.navBlogList .blog-info .blog-date {
    font-size: 12px;
    color: #999;
    display: block;
}

@media (max-width: 999.98px) {
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget {
        padding: 8px 16px;
        background: #fff;
        border-radius: 6px;
        width: 100%;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
        padding: 8px 0;
        margin-bottom: 0;
        color: #000;
        text-align: left;
        font-size: 18px;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget .widget-menu,
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget .contactContainer,
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget .ct-socials-block {
        display: none;
    }
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-5"] {
		order: -1;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-5"] #block-32 {
	    display: flex;
	    background: #000;
        padding: 0;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-5"] #block-32 .has-nested-images {
	    width: 80px;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .widget-title,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] .widget-title,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .widget-title,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] .widget-title {
		background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'><path d='M24,8 C25.1045695,8 26,8.8954305 26,10 L26,22 L38,22 C39.1045695,22 40,22.8954305 40,24 C40,25.1045695 39.1045695,26 38,26 L25.999,26 L26,38 C26,39.1045695 25.1045695,40 24,40 C22.8954305,40 22,39.1045695 22,38 L21.999,26 L10,26 C8.8954305,26 8,25.1045695 8,24 C8,22.8954305 8.8954305,22 10,22 L22,22 L22,10 C22,8.8954305 22.8954305,8 24,8 Z'></path></svg>");
		background-size: 24px;
		background-position: right center;
		background-repeat: no-repeat;
	}

	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .widget-title.open,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] .widget-title.open,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .widget-title.open,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] .widget-title.open {
		background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'><path d='M10,22 L38,22 C39.1045695,22 40,22.8954305 40,24 C40,25.1045695 39.1045695,26 38,26 L10,26 C8.8954305,26 8,25.1045695 8,24 C8,22.8954305 8.8954305,22 10,22 Z'></path></svg>");
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .ct-socials-block.onClick,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] .widget-menu.onClick,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .widget-menu.onClick,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] .contactContainer.onClick {
		display: block;
		border-top: 1px solid #cccccc;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: left;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .ct-socials-block .ct-social-box .ct-icon-container svg {
	    fill: #000;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] .widget-menu li>a,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .widget-menu li>a,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] .contactContainer {
	    color: #000;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] .contactContainer .item svg {
	    fill: #000;
	}
}
@media (max-width: 767px) {
    .customization_certificate {
        padding: 40px 0;
    }
    .customization_certificate .section_title {
        margin-bottom: 30px;
    }
    .customization_certificate .section_box {
        gap: 10px;
    }
    .customization_certificate .section_box .item {
        width: calc(33% - 6px);
    }
    .customization_certificate .section_box .item .title {
        font-size: 14px;
    }
}