.mt-2 {margin-top:2px !important;}
.mt-5 {margin-top:5px !important;}
.counting .icon {
    margin-bottom: 10px;
}
.counting .desc p {
    font-size: 16px;
    color: #fff;
}.counting .desc h3 {
    font-size: 24px;
    color: #fff;
}
.counting .icon span i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 80px;
    z-index: 99;
    text-shadow: 5px 5px 2px rgba(56, 49, 49, 0.5);
}
#counter {
    background: url("../images/counter-bg.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.counting .icon span {
    display: inline-block;
    border: 3px solid #fff;
    text-align: center;
    width: 80px;
    background: #444;
    height: 80px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.example-query {
    font-size: 1.5rem;
    transition: all 0.2s;
}
.example-query:hover {
    transform: translateY(-1px);
}
.business-card {
    transition: transform 0.2s, box-shadow 0.2s;
}
.business-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.category-box {
    background-color: #fff;
    margin: 30px 0;
    height: 280px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.category-box:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.category-box .icon i {
    display: inline-block;
    font-size: 22px;
    width: 52px;
    height: 52px;
    color: rgb(255, 255, 255);
    line-height: 48px;
    box-shadow: rgba(0, 0, 0, 0.25) 3px 6px 6px;
}
.border-1 {
    border-bottom: 2px solid #3498db;
}
.category-box .icon {
    text-align: center;
    position: absolute;
    top: -25px;
    margin: 0 auto;
    width: 100%;
}
.category-box .category-header h4 {
    font-size: 18px;
    color: #444;
}
.category-box .category-header {
    width: 100%;
    background-color: #f8f8f8;
    display: inline-block;
    text-align: center;
    padding: 40px 15px 20px;
    border-bottom: 1px solid #EEE;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
ul li {
    list-style: none;
    margin: 0;
}
.category-content {
    height:190px;
    overflow-y: auto;
}

.category-box .category-content li {
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-top: 12px;
    width: 100%;
}
.category-box .category-content li a {
    float: left;
    color: #888;
    margin-left: 15px;
    font-size: 18px;
}
.category-box .category-content li a:hover {
    color:#444;
}
.category-counter {
    font-size: 12px;
    color: #888;
    float: right;
}
.category-box .category-counter {
    margin-right: 15px;
}

.section-title {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 20px 0px;
    text-transform: uppercase;
    font-weight: 400;
}

.features {
    background: url("../images/bg.jpg") center center no-repeat;
    padding: 60px 0;
    margin: 30px 0;
}
.features-box .features-icon {
    float: left;
    padding: 2px;
}
.features-box .features-icon i {
    color: #3498db;
    font-size: 30px;
}
.features-box .features-content {
    padding-left: 50px;
}
.features-box .features-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.features-box .features-content p {
    color: #888;
}
.color-1 { background-color: #ff80ed !important; }
.color-2 { background-color: #065535 !important; }
.color-3 { background-color: #f4149e !important; }
.color-4 { background-color: #133337 !important; }
.color-5 { background-color: #f97e93 !important; }
.color-6 { background-color: #b6ff55 !important; }
.color-7 { background-color: #fca59b !important; }
.color-8 { background-color: #008080 !important; }
.color-9 { background-color: #ff0000 !important; }
.color-10 { background-color: #8d8dfa !important; }
.color-11 { background-color: #ffd700 !important; }
.color-12 { background-color: #00ffff !important; }
.color-13 { background-color: #ffa500 !important; }
.color-14 { background-color: #0000ff !important; }
.color-15 { background-color: #c6e2ff !important; }
.color-16 { background-color: #40e0d0 !important; }
.color-17 { background-color: #b0e0e6 !important; }
.color-18 { background-color: #d3ffce !important; }
.color-19 { background-color: #6ab8fd !important; }
.color-20 { background-color: #ff7373 !important; }

.gap-2 {
    gap: .5rem!important;
}
.d-grid {
    display: grid!important;
}
.d-flex {
    display: flex!important;
}
.mt-3{margin-top:1rem!important} .mb-2{margin-bottom:.5rem!important} .mb-3{margin-bottom:1rem!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important} .mt-4{margin-top:1.5rem!important}.flex-wrap{flex-wrap:wrap!important}


/* Business Card */
.card {
    background: #fff;
    padding: 0;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 0;
}
.card {
    margin-bottom: 25px;
}
.blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
.blog-img {
    border-radius: 10px 10px 0 0;
}
.blog-image img, .blog-img img, .venue-image img, .recommended-widget img, .blog-widget img {
    width: 100%;
}
.fav-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    font-size: 14px;
}
.featured-text {
    background: #4c82f7;
    border-radius: 5px;
    color: #fff;
    padding: 7px 10px;
}
.fav-item .fav-icon {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display:flex;
    justify-content: space-around;
    -webkit-align-items:center;
}

.card-body {
    position: relative;
    padding: 10px 20px;
    min-height: 240px;
}
.bloglist-content .blogfeaturelink {
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
}
.card h3 {
    margin: 0 0 15px;
    width: 100%;
    color: #0d233e;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-location-details {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    color: #9c9c9c;
    font-size: 12px;
    margin: 0 0 15px;
}
.amount-details {
    width: 100%;
}
.amount-details, .fav-item, .fav-icon {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.grid-author {
    position: absolute;
    top: -60px;
    z-index: 2;
    border-radius: 50px;
}
.grid-author img {
    border-radius: 50px;
    width: 80px;
    height: 80px;
}
.bloglist-content .blogfeaturelink i, .bloglist-content .blogfeaturelink img {
    margin: 0 5px 0 0;
}
.bloglist-content .blog-features {
    margin: 0 15px 0 0;
}
.bloglist-content .blog-features a {
    color: #9c9c9c;
    font-size: 12px;
}
.bloglist-content .blog-author span {
    font-size: 12px;
}
.text-end {
    text-align: right!important;
}
.location-info:last-child {
    margin-right: 0;
}
.card .amount {
    font-size: 12px;
    color: #9c9c9c;
}
.ratings {
    color: #9c9c9c;
    font-size: 12px;
}
.blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.bottom-social-icons a {
    color: #fff;
    text-align: center;
    width: 32px;
    line-height: 32px;
    border-radius: 0px;
    background: #444;
    display: inline-block;
    height: 32px;
    position: relative;
    overflow: hidden;
    margin-right:5px;
}