@import url('../vendor/fontawesome-free/css/all.min.css');
@import url('../vendor/animate/animate.compat.css');
@import url('../vendor/simple-line-icons/css/simple-line-icons.min.css');
@import url('../vendor/owl.carousel/assets/owl.carousel.min.css');
@import url('../vendor/owl.carousel/assets/owl.theme.default.min.css');
@import url('../vendor/magnific-popup/magnific-popup.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');
@import url('theme.css');
@import url('demo-industry-factory.css');
@import url('skins/skin-industry-factory.css');
@import url(https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css);
@import url(https://site-assets.fontawesome.com/releases/v6.2.1/css/sharp-solid.css);

:root {
    --primary: #ec0416;
    --red: #ec0416;
    --black: #000000;
    --white: #ffffff;
    --dark: #212529;
    --light: #f8f9fa;
}

#blogs small {
    font-size: 100%;
}

#blogs .blog-h2 {
    border-left: 5px solid #ec0416;
    padding-left: 10px;
    height: 1;
}

#blogs .city_list_offer_link {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    padding: 3px 15px;
}

#blogs #titlestr {
    background: #ec0416;
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    padding: 3px 15px;
}

#calls strong {
    color: black;
}

.hash-tag {
    display: flex;
    margin: 0px 0;
}

.hash-tag h5 {
    font-size: 12px;
}

.hash-tag-ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2px;
}

.hash-tag-ul li {
    list-style: none;
    margin-bottom: 20px;
}

.hash-tag-ul li a {
    padding: 6px 9px;
    font-size: 9px;
    font-weight: 500;
    margin: 0 10px;
    border: 2px solid #ec0416;
    border-radius: 7px;
    background-color: #ec0416;
    color: #fff;
}

.submenu li a,
a:hover {
    text-decoration: none !important
}

.has-submenu {
    position: relative
}

.btn-14:after,
.submenu {
    position: absolute;
    top: 0
}

.submenu {
    background-color: #f7f7f7;
    list-style: none;
    padding-left: 0;
    display: none
}

.has-submenu:hover .submenu {
    display: block
}

.submenu li a {
    font-weight: 600;
    color: #444;
    padding: 10px 30px
}

.submenu li:hover {
    background-color: var(--primary)
}

.submenu li:hover a {
    color: #fff !important
}

#header {
    height: 0 !important
}

.header-container,
.header-logo,
.header-logo a img {
    height: 80px !important
}

.hero-1 img {
    height: 300px
}

.custom-hero-sub-images-style-1 img {
    height: 300px;
    width: 300px;
    float: left
}

.footer-logo img {
    height: 80px;
    margin-bottom: 25px
}

#footer h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff
}

.feature-box-info p a {
    color: #777
}

.btn-bordered,
.custom-btn {
    padding: 10px 25px;
    color: #fff
}

.dropdown {
    position: relative !important;
    overflow: show !important;
    height: max-content
}

.btn-group {
    display: flex;
    justify-content: center
}

.custom-btn {
    border-radius: 30px;
    font-family: Urbanist, sans-serif;
    font-weight: 500;
    background: 0 0;
    cursor: pointer;
    transition: .3s;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    outline: 0
}

.btn-14 {
    background: var(--primary);
    border: none;
    z-index: 1;
    margin: 10px
}

.btn-14:after {
    border-radius: 30px;
    overflow: hidden;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: var(--grey);
    background-image: linear-gradient(315deg, #687586 0, #383f48 74%);
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    transition: .3s;
}

.btn-14:hover {
    color: #fff
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
    border-radius: 30px;
}

.btn-14:active {
    top: 2px
}

.values img {
    margin-bottom: 15px;
    height: 100px !important
}

.carousel-inner {
    position: relative !important
}

.carousel-caption {
    position: absolute !important;
    left: 8% !important;
    top: 50% !important;
    transform: translateY(-50%);
    text-align: left;
    font-weight: 700
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important
}

.carousel-caption h1,
.carousel-caption h2 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    width: 65%;
    font-weight: 600
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff !important
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.carousel {
    margin-bottom: 80px
}

.btn-bordered {
    border: 2px solid #fff;
    transition: .5s
}

.btn-bordered:hover {
    background-color: #fff
}

@media (max-width:767px) {
    .container {
        width: 92%
    }

    .carousel-caption p,
    .carousel-control-next,
    .carousel-control-prev,
    .carousel-indicators,
    .custom-hero-sub-images-style-1 {
        display: block
    }

    .carousel-indicators [data-bs-target] {
        display: none !important
    }

    .header-top {
        display: none !important
    }

    #header {
        height: 40px !important
    }

    .slider {
        height: 100vh
    }

    .slider-txt {
        background-color: transparent !important;
        padding-top: 50px;
        top: 60px
    }

    .slider-txt a,
    .slider-txt h1,
    .slider-txt h2,
    .slider-txt p {
        color: #fff
    }

    .slider-txt h2 {
        font-size: 20px !important
    }

    #footer,
    .footer-product-list {
        text-align: center
    }

    .dropdown-menu {
        background-color: #fff;
        position: relative !important;
        top: 0;
        overflow: auto;
        height: max-content;
        transform: translate3d(15px, 0, 0) !important;
        z-index: 3 !important
    }

    .header-container {
        position: fixed !important;
        background-color: #fff
    }

    .carousel {
        top: 55px !important
    }

    .carousel-caption {
        top: 35% !important
    }

    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px !important
    }

    .btn-bordered {
        font-size: 10px;
        padding: 3px 8px
    }

    .page-header.page-header-modern.page-header-background.page-header-background-sm {
        top: 30px
    }

    #header .header-nav-main nav {
        border-bottom: 5px solid var(--primary)
    }

    .tab-inner {
        padding: 0px 10px !important;
    }

    .carousel-item {
        padding: 0 0px !important;
    }
}

#events .carousel-item {
    padding: 0 50px;
}

.for-robot {
    opacity: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1
}

.formBtn {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
}

.shape-divider {
    height: 120px
}

.custom-shape-divider {
    height: 129px
}

.bg-quote {
    background-image: url(../img/backgrounds/background-2.webp) !important;
    background-size: cover !important;
    background-position: center !important
}

.contact-map {
    border: 0
}

.sitemap_title {
    /*background: url(../images/slider/sitemap.webp)no-repeat;*/
    padding: 94px 0px 160px;
    overflow: hidden;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.site-title {
    text-align: center;
}

.sitemap_services h3 {
    color: #e31e23;
    line-height: 40px;
    border-bottom: 3px solid black;
    margin-top: 30px;
    font-size: 30px;
}

.sitemap_services ul li {
    list-style: none;
}

.sitemap_services ul li a:before {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: var(--red);
}

.sitemap_services ul li ul li a:before {
    content: '\f149';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #5b5b5b;
}

.sitemap_services ul li ul li a {
    margin-left: -20px;
}

.sitemap_services ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}

.sitemap_services ul li a:hover {
    color: #e31e23;
}

.sitemap_services ul li {
    font-size: 14px;
    line-height: 25px;
}

.sitemap_services ul li ul li a {
    font-weight: 400;
    color: #5b5b5b;
}

.sitemap_services ul li a strong:hover {
    color: #e31e23;
}

.sitemap.row ul {
    margin: 0px;
    padding: 0 15px;
}

.col-line {
    border: 1px solid black;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* blogs css start  */
.post-img img {
    width: 100%;
    aspect-ratio: 3/2;
}

.poster-linke {
    display: none;
}

.poster-linke a {
    background-color: #212529;
    color: #ffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.poster-linke a:hover {
    background-color: #e31e23;
}

.poster {
    width: 100%;
    margin: 20px 10px;
    box-shadow: 0px 3px 7px #dfdfdf;
    border-radius: 30px;
    overflow: hidden;
}

.poster-contener {
    padding: 10px 16px;
    height: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
}

.poster-contener p {
    display: none;
}

.poster-contener a h3 {
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4d4e50;
}

.blog-img img {
    width: 100%;
    aspect-ratio: 3/2;
}

.blog-list-1 li a {
    color: gray;
    font-size: 16px;
}

.blog-list-1 li {
    line-height: 30px;
}

.blog-list-1 ::marker {
    font-size: 18px;
}

.color-b {
    color: #000000;
}

.blog-h1 {
    font-weight: 500;
}

.blog-h2 {
    font-weight: 500;
    color: #ec0416;
}

h3.blog-h1 {
    line-height: 40px;

}

/* blog slider css  */

.blog-single .poster-contener p {
    margin-bottom: 10px;

}

.blog-single .poster-contener div a h3 {
    margin-bottom: 0px;
    font-size: 18px;
}

.blog-single .poster-contener {
    /* height: 220px; */
    padding-bottom: 10px;
    /* margin-bottom: 25px; */
}

.blog-single {
    box-shadow: 5px 9px 13px #d2cbcb;
    border-radius: 30px;
    overflow: hidden;
}

.padding-rignt {
    padding: 0 20px 15px 0;
}

.padding-rignt a {
    font-size: 16px;
    font-weight: 600;
}

.before-custom {
    position: relative;
}

.before-custom:before {
    position: absolute;
    content: "";
    height: 70%;
    width: 5px;
    background-color: #4c4e50;
    right: 5px;
}

.border-top-1 {
    border-top: 2px solid #000;
}

.margin-bottom-heading {
    margin-bottom: 20px !important;
    text-align: center;
}

.accordion-button {
    font-size: 19px;
    font-weight: 600;
    color: #fe4a50;
}

.accordion-button:focus {
    box-shadow: none;
}

/* 
.cusstom__css_button:focus {
    border-color: #fff;

    background: #f50707bd;
    color: #fff;

} */

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fe4a50;
    box-shadow: none;
    font-size: 19px;

}

.box__main {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 21%);
    background: #0000000d;
}

.button_custom_inquary {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 6px 30px;
    font-size: 16px;
    font-weight: 700;
    transition: .35s;
}

.button_custom_inquary:hover {
    background-color: #f5071c;
    color: #fff;
    border: 2px solid #f5071c;
    transition: .35s;
}

/* .cusstom__css_button:not(.cusstom__css_button) */
/* blogs css end  */

.select-lang {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin: 0 !important;
}

.select-lang a {
    color: #fff;
}

.blog-inner-list {
    position: relative;
}

.blog-inner-list li {
    margin-bottom: 8px;
    list-style: none;
}

.blog-inner-list li::before {
    position: absolute;
    font-family: fontAwesome;
    content: "\f70e";
    left: 1px;
    color: var(--primary);
}

.brochures {
    padding: 50px 0px;
}

.pdf-single {
    position: relative;
    padding: 30px 30px 20px 30px;
    background-color: #dfdfdf;
    border-radius: 30px;
}

.pdf-single p {
    margin: 0;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: 600;

}

.pdf-single img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.pdf-single .hover-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ec0416;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.pdf-single:hover .hover-button {
    opacity: 1;
}

.portfolio-single-content .gallery {
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
}

.portfolio-single-content .gallery img {
    border-radius: 20px;
}

.carousel-main-products {
    position: relative;
}

.carousel-inner-products h5 {
    text-transform: none;
    position: absolute;
    bottom: 8px;
    left: 10%;
    /* transform: translate(-50%, -50%); */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

table thead {
    background: #4d4e50;
    text-align: center;
}

.inner-tables tbody {
    text-align: center;
}

.table th {
    color: #fff;
}

.inner-tables {
    font-size: 12px;
}

.client-thumb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #43474636;
    border-radius: 5px;
}

.client-thumb-wrapper img {
    filter: grayscale(1);
}

.client-thumb-wrapper:hover img {
    filter: grayscale(0);
    transition: all 0.5s;
}

