/* Add the font-smoothing and text-rendering properties for all fonts */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Header Contact Button CSS Start*/
.header_contact_btn a {
    padding: 8px 16px !important;
    background: #B32017;
    border-radius: 8px;
    color: #F4F4F4 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    text-align: center;
    max-width: 101px;
}
.header_contact_btn:hover a {
    opacity: 0.70;
}
/* Header Contact Button CSS End*/


/* Footer Social Icon Left Side Padding Remove on First Child */ 
.footer_social .elementor-social-icons-wrapper .elementor-grid-item:first-child a.elementor-icon.elementor-social-icon {
    --icon-padding: 0;
}

/* Button Link  */ 
.contact_us_btn .elementor-button-link:hover {
    opacity: 0.7;
}
.contact_us_btn svg{
    width: 10px;
    height: 10px;
}
.contact_us_btn .elementor-button-link:hover .elementor-button-text {
    color: #C2A7A7 !important;
}
.contact_us_btn .elementor-button-link:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}

.contact_us_btn:hover svg path {
    stroke: #C2A7A7 !important;
}
.contact_us_btn .elementor-button-link:hover span.elementor-button-content-wrapper{
    border-bottom: 1px solid #B32017;
}

/* Loader */
#product-list .spinner {
    
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 8px solid rgba(179, 32, 23, 0.8);
    border-top: 8px solid #B32017;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


#product-list .spinner.show {
    display: block;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/* Dedicated Team Video Section */
.dedicated_team_icon_boxes .elementor-widget-icon-box .elementor-icon-box-title {
    margin-top: 0px !important;
}

.dedicated_team_video .elementor-open-inline {
    height: 542px;
}


/* Service Boxes */ 
.services_we_offer_sec .service_box:hover h3.elementor-icon-box-title {
    color: #F4F4F4;
}
.services_we_offer_sec .service_box:hover .elementor-icon-box-description {
    color: #EFF0F2;
}
.contact_us_btn span.elementor-button-content-wrapper {
    border-bottom: 1.25px solid rgba(46, 46, 46, 0.60);
}
.services_we_offer_sec .service_box .elementor-icon-box-title {
    margin-top: 13px;
    margin-bottom: 15px;
}
.services_we_offer_sec .service_box .elementor-icon-box-description {
    margin-left: -40px;
}



/* About Us Timeline Section CSS Start  */
.ws_goff_timeline .stratum-vertical-timeline-item__card-arrow {
    background: #eff0f2 !important;
    z-index: 2 !important;
    box-shadow: none !important;
    border-radius: 50% !important;
}

.ws_goff_timeline .stratum-vertical-timeline .stratum-vertical-timeline-item.is-active .stratum-vertical-timeline-item__point-content {
    background: transparent !important;
}

.ws_goff_timeline > .e-con-inner {
    display: flex;
    max-width: 100%;
    flex-direction: row !important;
}
.timeline_left_img img, .timeline_right_img img {
    position: sticky;
    top: 0;
    width: 100%;
}
.wsgoff_timeline_sec {
    width: 100%;
} 
/* About Us Timeline Section CSS End */

/* Swiper Slider CSS Start */
span.swiper-pagination-bullet {
    background: #000000;
    width: 16px !important;
    height: 4px !important;
    border-radius: 2px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B32017;
    width: 32px !important;
}

.banner_carousel_slider .swiper-slide {
    padding-bottom: 20px;
}
.banner_carousel_slider {
    max-width: 660px !important;
}

/* Swiper Slider CSS End */

/* Home Page Industry Section CSS Start */ 
.industries_box .industry_image, .industries_box {
    position: relative;
    overflow: hidden;
}

.industries_box .industry_image:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6026785714285714) 0%, rgba(255, 255, 255, 0) 79%);
    transition: all 0.5s ease-in-out;
    top: 100%;
    width: 100%;
    border-radius:8px;
    height: 100%;
    opacity: 0;
}

.industries_box_title {
     position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.industries_box:hover .industry_image::before {
    top:0%;
    opacity: 1;
}

 .industries_box:hover .industry_box_logos {
     opacity: 1;
     transition: all 0.5s ease-in-out;
 }

.industry_box_logos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.industries_box:hover .industry_arrow svg {
    transform: rotate(45deg);
}
/*  Home Page Industry Section CSS End */ 

/*  FAQ Section CSS Start */ 
.wsgoff_faq .elementor-tab-content p{
    margin-bottom: 0px;
}

.wsgoff_faq .elementor-accordion-item {
    border-right: 0px !important;
    border-left: 0px !important;
}
.wsgoff_faq span.elementor-accordion-icon-opened svg , .wsgoff_faq span.elementor-accordion-icon-closed svg {
    width: 8px !important;
    height: 8px !important;
    text-align: center !important;
}
.wsgoff_faq span.elementor-accordion-icon-opened, .wsgoff_faq span.elementor-accordion-icon-closed {
    background: #B32017;
    width: 16px;
    height: 16px;
    border-radius: 100px
}

.wsgoff_faq .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
     text-align: center !important;
}

.wsgoff_faq .elementor-accordion-item:first-child, .wsgoff_faq .elementor-tab-content {
    border-top: 0px !important;
}

.wsgoff_faq .elementor-tab-content {
    padding-top: 0px !important;
}

.wsgoff_faq span.elementor-accordion-icon-opened svg, .wsgoff_faq span.elementor-accordion-icon-closed svg {
     float: unset !important;
     text-align: center !important;
     margin-top: 4px;
}

.wsgoff_faq .elementor-accordion .elementor-tab-title, .wsgoff_faq .elementor-accordion .elementor-tab-title, .wsgoff_faq .elementor-accordion .elementor-tab-content {
    padding-right: 0px;
    padding-left: 0px;
}
/*  FAQ Section CSS End */ 


/* Contact Us Form CSS Start */
.contact_us_form #responsive-form {
    margin:0 auto;
    width:100%;
}
.contact_us_form.form-row {
    width: 100%;
}
.contact_us_form .column-half, .contact_us_form .column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.contact_us_form .clearfix:after {
    content: "";
    display: table;
    clear: both;
} 
.contact_us_form .column-half, .contact_us_form .column-full {
    padding-bottom: 0px;
}
.contact_us_form .column-half p, .contact_us_form .column-full p {
    margin-bottom: 0;
}
.contact_us_form .contact_msg {
    max-height: 179px;
    resize: none;
}
.contact_us_form input[type=date], 
.contact_us_form input[type=email], 
.contact_us_form input[type=number], 
.contact_us_form input[type=password], 
.contact_us_form input[type=search], 
.contact_us_form input[type=tel], 
.contact_us_form input[type=text], 
.contact_us_form input[type=url], 
.contact_us_form select, 
.contact_us_form textarea {
    padding: 12px 16px 12px 16px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(46, 46, 46, 0.7) !important;
    background: transparent !important;
}
.contact_us_form input[type=date], 
.contact_us_form input[type=email], 
.contact_us_form input[type=number], 
.contact_us_form input[type=password], 
.contact_us_form input[type=search], 
.contact_us_form input[type=tel], 
.contact_us_form input[type=text], 
.contact_us_form input[type=url], 
.contact_us_form select {
    height: 48px;
}

.contact_us_form span.form_label {
    font-family: "Helvetica Neue", Sans-serif;
    font-weight: 500;
    color: rgba(20, 20, 20, 1);
    font-size: 16px;
    line-height: 24px;
}
.contact_us_form span.requied_field {
    color: rgba(179, 32, 23, 1);
}

.contact_us_form input[type=text]::placeholder, 
.contact_us_form input[type=email]::placeholder
.contact_us_form input[type=tel]::placeholder
.contact_us_form select::placeholder, 
.contact_us_form textarea::placeholder {
    font-family: "Helvetica Neue", Sans-serif;
    color: rgba(20, 20, 20, 0.6) !important;
    font-size: 14px;
    line-height: 24px;
}

.contact_us_form .wpcf7-submit {
    font-size: 14px;
    line-height: 24px !important;
    border-radius: 8px !important;
    font-weight: 500;
}

/* Contact Us Form CSS End */

/*  Home Page Product Slider  */
.product_category_list ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

.product_category_list ul.category-links li, .product_category_list ul.category-links li a {
    color: #141414;
    font-size: 14px;
    line-height: 14px;
    font-family: "Helvetica Neue", Sans-serif;
}

.product_category_list ul.category-links li a, .product_category_list ul.category-links li a {
    padding: 8px 16px 8px 16px !important;
    border: 1px solid #f4f4f4;
}

.product_category_list ul.category-links li a.active, .product_category_list ul.category-links li:hover a {
    color: #B32017;
    border: 1px solid #C2A7A7;
    border-radius: 100px;
}

.product_home_slider {
    padding: 0px !important;
    width: 100% !important;
}

.wsgoff_product_list {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wsgoff_product_slider {
    margin-top: 32px;
}

.product_filter_content.product-content h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Helvetica Neue';
    margin-bottom: 0;
}

.wsgoff_product_slider .slick-dots li button:before, .slick-dots li button {
    background: #141414;
    width: 16px !important;
    height: 4px !important;
    border-radius: 2px;
}

.product_get_in_touch{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.wsgoff_product_slider .elementor-kit-6 button, .wsgoff_product_slider .elementor-kit-6 input[type="button"], .wsgoff_product_slider .elementor-kit-6 input[type="submit"], .wsgoff_product_slider .elementor-kit-6 .elementor-button {
    background: transparent !important;
    color:transparent !important;
}

.product_contact_title, .product_contact_info {
    text-align: center;
}

.product_collections_listing_sec .contact_us_btn a {
    background: transparent !important;
    color: #141414 !important;
    font-weight: 500;
}
.product_category_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_collections_listing_sec .product_get_in_touch {
    padding: 0 30px;
    height: 323px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

/* Product Page Filter CSS  */
ul.category-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.product_list_with_filter {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product_list_with_filter .sub_collection_filter {
    width: 18%;
}

.product_list_with_filter .product_list_collection_wise {
    width: 82%;
    padding-left: 24px;
}

.sub_collection_filter {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 32px 24px 32px 24px;
}

.sub_collection_filter ul.sub-category-links {
    list-style: none;
    padding-left: 0;
}

.sub_collection_filter span.collection_title {
    color: rgba(20, 20, 20, 1);
    opacity: 0.6;
    font-size: 14px;
    line-height: 16px;
    padding-left: 8px;
}
ul.sub-category-links > li {
    margin-top: 10px;
}

.product.product_filter_slider.product_get_in_touch {
    padding: 0 40px;
}



.product_list_with_filter {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px !important;
}
.product_list_with_filter ul.sub-category-links li a {
    color: rgba(20, 20, 20, 1);
    font-size: 16px;
    line-height: 16px;
}
.product_list_with_filter .product_list_collection_wise .slick-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.product.product_filter_slider img {
    /*width: 100%;*/
    max-height: 278px;
}

.product_list_with_filter .product_filter_slider img {
    width: 100%;
}


.product_list_with_filter .product_list_collection_wise .slick-slider .product.product_filter_slider {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    margin-bottom: 36px;
}

.product_get_in_touch { 
    padding: 0 30px;
}

.product_list_with_filter .product_list_collection_wise .slick-slider .product.product_filter_slider a {
    width: 100%;
    display: block;
}

.view_all_products .elementor-element.elementor-button-info .elementor-button {
    background-color: #b32017 !important;
    border-radius: 8px;
}

.view_all_products .elementor-element.elementor-button-info .elementor-button:hover {
    color: #fff !important;
    opacity: 0.6;
  }


.wsgoff_product_slider .slick-track {
    display: flex;
    align-items: stretch;
}
.product_filter_slider.product_get_in_touch {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.product_list_with_filter ul.sub-category-links li a {
    padding-left: 8px !important;
}
.product_list_with_filter ul.sub-category-links li a.active {
    border-left: 2px solid rgba(179, 32, 23, 1);
}

.product_filter_slider {
    height: auto !important;
}
.product_page_filters {
    margin-bottom: 30px;
}
.product_list_with_filter ul.sub-category-links li a.active {
    margin-left: 8px;
}



/* Project Slider */
.ws_goff_project_slider .stratum-advanced-posts.layout-carousel .stratum-advanced-posts__post .stratum-advanced-posts__image {
    height: 280px;
    border-radius: 8px;
} 

.ws_goff_project_slider .stratum-advanced-posts.layout-carousel .swiper-slide .stratum-advanced-posts__slide-content, .ws_goff_project_slider .stratum-advanced-posts.layout-carousel .swiper-slide .stratum-advanced-posts__image {
    position: relative !important;
}

.ws_goff_project_slider .stratum-advanced-posts.layout-carousel .swiper-slide .stratum-advanced-posts__slide-content .stratum-advanced-posts__slide-wrapper {
    padding: 0px;
}

.ws_goff_project_slider .stratum-advanced-posts.layout-carousel .stratum-advanced-posts__post-title {
    margin-top: 16px !important;
    margin-bottom: 5px !important;
}

.ws_goff_project_slider .stratum-advanced-posts__post-content {
    padding-right: 10px !important;
}

.ws_goff_project_slider .swiper-pagination {
    text-align: right;
}

.ws_goff_project_slider .stratum-swiper-button-prev, .ws_goff_project_slider .stratum-swiper-button-next, .project_gallery_sec .elementor-swiper-button-prev, .project_gallery_sec .elementor-swiper-button-next {
    top:96% !important;
}

.ws_goff_project_slider .stratum-swiper-button-next, .project_gallery_sec .elementor-swiper-button-next {
    left: 30px;
}

.ws_goff_project_slider .stratum-swiper-button-next:after, .project_gallery_sec .elementor-swiper-button-next:after{
    background-image: url(../images/right-arrow.svg);
    margin-left: 80px;
}

.slick-next:before {
    background-image: url(../images/right-arrow.svg);
}

.ws_goff_project_slider .stratum-swiper-button-next:after, .ws_goff_project_slider .stratum-swiper-button-prev:before, .project_gallery_sec .elementor-swiper-button-prev:before, .project_gallery_sec .elementor-swiper-button-next:after, .slick-prev:before, .slick-next:before {
    content: '';
    display: block;
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-color: #b32017;
    border-radius: 0px 20px 20px 0px;
}

.project_gallery_sec .elementor-swiper-button-prev > svg , .project_gallery_sec .elementor-swiper-button-next > svg {
    display: none !important;
}

.project_gallery_sec .elementor-swiper-button-next {
    margin-left: 25px;
}

.project_gallery_sec .elementor-swiper-button {
    margin-top: 55px;
    z-index: 99;
}

.ws_goff_project_slider .stratum-swiper-button-prev:before, .project_gallery_sec .elementor-swiper-button-prev:before , .slick-prev:before {
    background-image: url('../images/right-arrow.svg');  
    transform: rotate(180deg);
}

.ws_goff_project_slider .stratum-navigation-arrow-position-inside.stratum-swiper-direction-horizontal .stratum-swiper-button-prev, .project_gallery_sec .elementor-swiper-button-prev {
   left:0px !important;
}

.ws_goff_project_slider .swiper-button-disabled::before, .project_gallery_sec .swiper-button-disabled::before, .slick-prev:before{ 
    background: transparent !important;
    border: 1.5px solid rgba(194, 167, 167, 1) !important;
    background-image: url('../images/left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: center !important;
    border-radius: 20px 0px 0px 20px;
    transform: rotate(0deg);
}
.ws_goff_project_slider .swiper-button-disabled::after, .project_gallery_sec .swiper-button-disabled::after {
    
    background: transparent !important;
    border: 1.5px solid rgba(194, 167, 167, 1) !important;
    background-image: url('../images/red-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: center !important;
 
}

.project_gallery_sec .elementor-swiper-button {
    opacity: 1 !important;
    right: unset !important;
}

.home_slider_get_in_touch .elementor-button-text {
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    fill: #141414;
    color: #141414;
}

.home_slider_get_in_touch .elementor-button.elementor-button-link {
    background-color: transparent !important;
}

/**---------------- Media query ----------------**/
 @media only screen and (min-width: 48em) { 
    .contact_us_form .column-half {
     width: 50%;
   }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .footer_logo_col {
        width: 25%;
    }
    .footer_menu_col {
        width: 75%;
    }
    .sub_collection_filter {
        padding: 32px 16px;
    }
    .product_list_with_filter .product_list_collection_wise {
        width: 80%;
    }
    .product_list_with_filter .sub_collection_filter {
        width: 20%;
    }
    .product_collections_listing_sec .product_get_in_touch {
        height: 280px;
    }
    .product_contact_title h3, .product_filter_content.product-content h3 {
        font-size: 20px;
        line-height: 25px;
    }
    
}

@media (min-width: 1025px) {

    .header_contact_btn {
        margin-left: 14px !important;
    }

}

@media (max-width: 1024px) {
    .dedicated_team_video .elementor-custom-embed-image-overlay {
        border-radius: 60px 0 60px;
    }
    .header_contact_btn {
        width: 100% !important;
        margin: 0 auto;
        margin-left: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: 0px !important;
    }
    .header_contact_btn a {
        color: #141414 !important;
        background:transparent !important;
    }
    .header_contact_btn:hover a, .header_contact_btn.current_page_item a {
        color: #B32017 !important;
    }
    .header_contact_btn:hover a {
        opacity: 1;
    }
    .banner_carousel_slider{
        max-width: 100% !important;
    }
    .product_list_with_filter .sub_collection_filter {
        width: 100%;
    }
    .product_list_collection_wise {
        width: 100% !important;
        padding-left: 0px !important;
        margin-top: 50px !important;
    }
    .product_collections_listing_sec .product_get_in_touch {
        padding: 0 20px;
        height: 278px;
    }
    .product_filter_content.product-content h3, .product_contact_title h3 {
        font-size: 18px;
        line-height: 25px;
    }
    
}

@media (max-width: 800px) {

    .product_list_with_filter .product_list_collection_wise .slick-slider .product.product_filter_slider {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .header_main_menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 65px !important;
    }
    .dedicated_team_video .elementor-open-inline {
        height: auto;
    }
    .services_we_offer_sec .service_box .elementor-icon-box-description {
        margin-left: -40px;
    }
    .stratum-swiper-button-prev, .stratum-swiper-button-next {
        display: none;
    }
    .ws_goff_project_slider .swiper-pagination {
        text-align: center;
    }
    .ws_goff_project_slider .stratum-advanced-posts__post-content p {
        margin-bottom: 0px;
    }
    .ws_goff_project_slider .swiper-pagination {
        bottom: 10px !important;
    }

    .view_all_products {
        display: none;
    }
    ul.category-links {
      justify-content: center;
    }
    .product_category_list ul.category-links li a, .product_category_list ul.category-links li a {
        display: inline-block;
        margin-bottom: 5px;
    }
    .wsgoff_product_list {
        margin-top: 20px;
    }
    .slick-dots {
        text-align: center !important;
    }
    .slick-prev.slick-arrow, .slick-next.slick-arrow {
        display: none !important;
    }

    .product.product_filter_slider.product_get_in_touch {
        min-height: 250px;
    }
    .product_collections_listing_sec .product_get_in_touch{
        height: 260px;
    }
    .ws_goff_timeline .stratum-vertical-timeline .stratum-vertical-timeline-item.is-active .stratum-vertical-timeline-item__point-content {
        height: auto !important;
        width: auto !important;
    }
    .product.product_filter_slider img {
        width: 100% !important;
    }
    .product_home_slider {
        margin-right: 0px !important;
    }
    
}


@media (max-width: 480px) { 
    .product_list_with_filter .product_list_collection_wise .slick-slider .product.product_filter_slider {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }
    .product_collections_listing_sec .product_get_in_touch{
        height: 306px;
    }
}