/*
Theme Name: Industryup
Theme URI: https://themeansar.com/free-themes/industryup/
Author: themeansar
Author URI: https://themeansar.com
Description: Industryup WordPress theme ideal for a business or perfect solutions for all types of factory, Industry, Industrial, Construction, Engineering, Machinery Business, Commodity Business, Power, Rail Business, Airplane, Ship Business, Oil & Gas Business, Petroleum websites, Agricluture. The theme is responsive, WPML, Retina ready, SEO friendly
Version: 1.5
Tested up to: 6.1
Requires PHP: 5.6
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready, rtl-language-support, blog, e-commerce
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: industryup
Template: industryup
*/
@import url("../industryup/style.css");

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
div,
a,
svg text {
    font-family: 'Poppins', sans-serif !important;
    /* 	font-family: 'Nanum Gothic', sans-serif !important;
	font-family: 'Roboto', sans-serif !important; */
}

.navbar-brand img {
    max-width: 140px;
    margin-bottom: -50px;
    position: relative;
    z-index: 999;
}

.navbar-brand {
    padding: 5px 0;
}

.bs-headwidget.default .navbar-wp {
    height: 50px;
    top: 0;
}

.bs-headwidget.default .header_widgets {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: #2B224F !important;
    max-height: 100px;
}

.bs-headwidget.default .header_widgets,
.bs-headwidget.default .header_widgets p,
.bs-headwidget.default .header_widgets span,
.bs-headwidget.default .header_widgets a,
.bs-headwidget.default .header_widgets i,
.bs-headwidget.default .header_widgets h1,
.bs-headwidget.default .header_widgets h2,
.bs-headwidget.default .header_widgets h3,
.bs-headwidget.default .header_widgets h4,
.bs-headwidget.default .header_widgets h5,
.bs-headwidget.default .header_widgets h6 {
    color: #fff !important;
}

/* Align Call Us, Mail Us, and Social Links vertically */
.bs-headwidget.default .header_widgets .row {
    align-items: center !important;
    height: 90px;
}
.bs-headwidget.default .header_widgets_inner {
    padding-top: 0 !important;
}
.bs-headwidget.default .head_widget, 
.bs-headwidget.default .bs-social {
    margin-bottom: 0 !important;
}

/* Center social icons perfectly inside circles */
.bs-social li a {
    justify-content: center !important;
    align-items: center !important;
}

.bs-headwidget.default .navbar-wp {
    background: #2B224F !important;
}

a:focus {
    outline: none !important;
}

.navbar-wp .navbar-nav>li>a {
    font-weight: 500;
    font-size: 14px !important;
    color: white !important;
    text-transform: uppercase;
}

/* Hide the navigation menu completely */
.bs-stick.desk-menu,
.navbar-toggle {
    display: none !important;
}

.navbar-wp .dropdown-menu>li>a:hover,
.navbar-wp .dropdown-menu>li>a:focus {
    background: #2B224F !important;
}

.navbar-wp .dropdown-menu>.active>a,
.navbar-wp .dropdown-menu>.active>a:hover,
.navbar-wp .dropdown-menu>.active>a:focus {
    background: #2B224F !important;
}

.bs-headwidget .navbar-wp .navbar-nav>li>a:hover {
    color: #C1A25C !important;
}

.bs-headwidget.default .head_widget i {
    background-color: #C1A25C !important;
    border-style: double;
    border-radius: 50px;
}

.bs-social li a {
    /*     background: #555 !important; */
    border-radius: 50px;
}

@media (max-width: 991.98px) {
    .container.mobi-menu {
        background: transparent !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

.bs-stick.desk-menu {
    height: 50px;
}

.business-details-section,
.business-details-filter-section {
    display: block;
    width: 100%;
}

.business-details-section {
    margin: 20px auto;
}

/* .business-details-section>.business-detail-item {
    display: inline-table;
    width: 30%;
    margin: 10px;
    box-shadow: 0px 0px 5px 0px #d5d5d5;
	background: #fff;
    padding: 20px;
    border-radius: 10px;
} */
.business-details-section>div {
    display: inline-table;
    width: 31%;
    margin: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    .business-details-section>div {
        width: 100% !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
    .business-detail-card {
        width: 30rem !important;
        height: fit-content !important;
        padding-top: 12rem !important;
        padding-left: 0rem !important;
        top: 60px !important;
    }

    .business-detail-card .card-inner i {
        left: 20px !important;
    }

    .business-detail-card .card-inner>* {
        padding-left: 80px !important;
    }

    .business-detail-card .close {
        position: absolute;
        right: 0;
        color: #fff;
        top: 0;
    }

    .business-detail-card .card-inner>.title {
        padding-left: 25px !important;
    }
}

@media only screen and (max-width: 500px) {
    .business-detail-card {
        width: 25rem !important;
        height: fit-content !important;
        padding-top: 12rem !important;
        padding-left: 0rem !important;
        top: 60px !important;
    }

    .business-detail-card .card-inner i {
        left: 20px !important;
    }

    .business-detail-card .card-inner>* {
        padding-left: 80px !important;
    }

    .business-detail-card .close {
        position: absolute;
        right: 0;
        color: #fff;
        top: 0;
    }

    .business-detail-card .card-inner>.title {
        padding-left: 25px !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .business-details-section>div {
        width: 45% !important;
    }

    /* 	.business-detail-card{
		width: 45% !important;
	} */
}

.business-details-section>div>.business-detail-item {
    display: block;
    box-shadow: 1px 2px 5px 5px #d5d5d5;
    background: #fff;
    padding: 20px;
    border: 3px solid;
    border-radius: 30px;
    border-style: inset;
    border-right-color: #2B224F;
    border-bottom-color: #C1A25C;
    border-top-color: #C1A25C;
    border-left-color: #2B224F;
    transition: all 0.3s ease;
}

.business-details-section>div>.business-detail-item:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.business-details-section>div>.business-detail-item>* {
    text-transform: capitalize;
}

.business-details-section>div>.business-detail-item>h6 {
    color: #2B224F;
}

.business-details-section>div>.business-detail-item>.item-name {
    color: #C1A25C;
}

.business-details-section>div>.business-detail-item>.item-address {
    color: #9b9b9b;
    font-size: 14px;
    min-height: 60px;
}

.business-details-filter-section {
    /* 	display:none; */
}

.business-details-filter-section .filter-title {
    margin-left: 10px;
}

.business-details-filter-section>.filter-by-alphabets {
    margin: auto 5px;
}

.business-details-filter-section>.filter-by-alphabets>.alphabet {
    margin: 5px;
    font-size: 12px;
    background: white;
    border: 1px solid #2B224F;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ddd;
    transition: all .2s ease;
}

.business-details-filter-section>.filter-by-alphabets>.alphabet:hover,
.business-details-filter-section>.filter-by-alphabets>.alphabet.active {
    cursor: pointer;
    background: #2B224F;
    color: white;
}

.empty-data {
    display: block;
    text-align: center;
    padding: 30px;
}

footer .bs-widget h6,
footer .consultup_contact_widget .bs-widget h6 {
    color: #fff !important;
}

footer .bs-widget p {
    color: #ffffff !important;
}

footer .bs-widget p a {
    color: #ffffff !important;
}

footer .overlay {
    background: #555555 !important;
}

.theme-primary {
    color: #2B224F;
}

.india-make-icon {
    width: 150px;
}

.bs-headwidget.default .head_widget:before {
    content: none;
}

.gallery-content .elementor-container .elementor-element.elementor-widget-shortcode.hide {
    visibility: hidden;
    height: 0px;
}

.gallery-content .elementor-container .elementor-element.elementor-widget-shortcode {
    visibility: visible;
    height: auto;
}

.transparent-inputs input,
.transparent-inputs textarea,
.transparent-inputs select {
    background: transparent !important;
}

/* .bs-social li a{
	background: none !important;
} */
a.icon-facebook {
    color: #fff !important;
    background: #4267b2 !important;
    font-size: 1.2rem;
    border: 2px solid #4267b2;
}

a.icon-twitter {
    color: #fff !important;
    background: #27A3E0 !important;
    font-size: 1.2rem;
    border: 2px solid #27A3E0;
}

a.icon-instagram {
    color: #fff !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    font-size: 1.2rem;
    border: 2px solid #fff;
}

a.icon-youtube {
    background: #c4302b !important;
    border: 1px solid #c4302b;
}

.trade-show-single {
    overflow: hidden;
}

.bs-headwidget.default .head_widget {
    font-size: 14px;
    margin: auto 10px;
    padding: 0px 10px;
    font-weight: 600;
    color: #5b4f4f !important;
}

.bs-social li a i {
    font-size: 12px;
}

.bs-social li a:before {
    background-color: #2B224F !important;
}

.business-detail-card {
    display: none;
    position: fixed;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(90deg, #C1A25C 12rem, white 12rem);
    background: url(/wp-content/uploads/2023/04/business-card-background.webp);
    background-size: cover;
    width: 50rem;
    height: fit-content;
    padding: 0px;
    padding-left: 12rem;
    border-radius: 10px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 100px 0 #9f9f9f;
}

.business-detail-card.traders {
    background-image: url(/wp-content/uploads/2023/04/business-card-traders-background.webp);
}

.business-detail-card.show {
    display: block;
}

.business-detail-card * {
    text-transform: capitalize;
}

.business-detail-card .card-inner>* {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin: 20px auto;
    position: relative;
}

.business-detail-card .card-inner>.title {
    padding-left: 20px;
    margin-bottom: 40px;
}

.business-detail-card .card-inner {
    padding: 50px;
    padding-left: 0;
    background: white;
}

.business-detail-card .close {
    margin: 10px;
}

.business-detail-card .card-inner i {
    display: flex;
    font-size: 14px;
    height: 40px;
    width: 40px;
    background: white;
    color: #C1A25C;
    border: 2px solid #C1A25C;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20px;
}

select.pll-switcher-select {
    color: #2B224F;
    border: 3px solid #2B224F;
    border-radius: 10px;
    padding: 3px;
    border-style: inset;
    box-shadow: 1px 1px 0px 0px #2B224F42;
}

.filter-by-alphabets {
    display: none;
}

/* #search-text{display:none;}*/
.search-details-section {
    display: none;
}

/* #filter-key1{display:none;} */
h6.filter-title.theme-primary.filter-alpha1 {
    width: 24%;
    border-bottom: 6px inset #C1A25C;
}

h6.filter-title.theme-primary.filter-key1 {
    width: 24%;
    border-bottom: 6px inset #C1A25C;
}

/* .blink span{
  font-size: 80px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	from{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  } */
/*   
.blink span{
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
	animation: blink 1s steps(1, end) infinite;
  } */
.blink span.bdt-title-tag {
    animation: blink 1s infinite;
    text-shadow: 0 0 2px #fff;
    font-size: 24px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 10;
        color: #C1A25C;
    }
}

.blink i.fas.fa-map-marked {
    animation: blink 1s infinite;
    text-shadow: 0 0 2px #fff;
    font-size: 28px;
}

.btn-dark {
    background: #000 !important;
    color: #fff;
}

.primary-text {
    color: #2B224F;
}

.upper {
    text-transform: uppercase;
}

.table.bill-table th {
    background: #2B224F;
    border-color: #2B224F;
    color: #fff;
}

.table.bill-table td {
    border-color: #2B224F;
}

table th {
    vertical-align: middle !important;
}

#bill-content {
    position: relative;
}

#bill-content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2023/04/logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
}

@media print {
    #bill-content {
        position: relative !important;
    }

    #bill-content:before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background-image: url(/wp-content/uploads/2023/04/logo.webp) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        opacity: 0.1 !important;
    }

    .table.bill-table th {
        background: #2B224F !important;
        border-color: #2B224F !important;
        color: #fff !important;
    }

    .table.bill-table th div {
        color: #fff !important;
    }

    .table.bill-table td {
        border-color: #2B224F !important;
    }

    .table,
    .table td {
        background: transparent !important;
    }

    table th {
        vertical-align: middle !important;
    }

    .primary-text {
        color: #2B224F !important;
    }

    .upper {
        text-transform: uppercase !important;
    }
}

.book-now-action-btn .elementor-button-link {
    animation: glowing 2s infinite;
}

@keyframes glowing {
    0% {
        background-color: var(--e-global-color-primary);
        box-shadow: 0 0 5px var(--e-global-color-primary);
    }

    50% {
        background-color: var(--e-global-color-secondary);
        box-shadow: 0 0 10px var(--e-global-color-secondary);
    }

    100% {
        background-color: var(--e-global-color-primary);
        box-shadow: 0 0 5px var(--e-global-color-primary);
    }
}

.legend-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.legend-details>li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 12px;
}

.legend-details>li>span {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: #ccc;
}

.legend-details>li>span.sold {
    background: #d2d2d2;
}

.legend-details>li>span.hold {
    background: #535353;
}

.legend-details>li>span.selected {
    background: #000000;
}

.map-area {
    /*overflow: scroll;*/
    user-select: none;
    padding-bottom: 50px;
}

.svg-convert {
    transition: 0.2s all ease;
}

svg {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.map-zoom-options {
    position: absolute;
    z-index: 1;
    bottom: 10px;
}

.map-zoom-options>button {
    padding: 0px 10px;
}

.max_stall_err {
    color: red;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.max_stall_err.show {
    visibility: visible;
    opacity: 1;
}

/* img[src*="booking_closed.png"] {
    display: none !important;
} */

footer,
footer .overlay,
footer .bs-footer-widget-area,
footer .bs-footer-copyright {
    background-color: #8b1e2df2 !important;
}