header#topnav{
    background: #fff!important;
}
.search-section{
    margin-top: 66px;
    position: relative;
}
.search-sec-bg-img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
}
.search-sec-bg-img-overlay:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: linear-gradient(170deg, rgba(59, 63, 238, 0.9), rgba(138, 93, 172, 0.9));
    z-index: -1;
}
.search-sec-bg-img-overlay img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}
.search-form-content{
    display: block;
    margin-top: 160px;
    margin-bottom: 160px;
}
.search-hero-title{
    color: #fff;
    font-size: 3rem;
}
.search-box{
    display: block;
    position: relative;
}
.search-input-field{
    width: 100%;
    display: block;
    border: none;
    border-radius: 15px;
    background: #fff;
    color: #222;
    line-height: 3.2rem;
    font-size: 1.2rem;
    padding: 0 50px 0 25px;
    height: unset;
}
.search-input-field::placeholder{
    color: #848484!important;
}
.search-input-field:focus{
    border: none;
    box-shadow: none;
}
.search-icon{
    position: absolute;
    opacity: 0.8;
    top: 50%;
    transform: translatey(-50%);
    bottom: 0;
    right: 20px;
    cursor: pointer;
    background: none;
    border: none;
    height: 23px;
    line-height: 1;
}
.search-icon img{
    height: 22px;
}
.search-results-section{
    padding: 5rem 0 2rem 0;
    background: #f7f7f7;
}
.result-section-title{
    color: #222;
    font-size: 2.5rem;
    margin-bottom: 0;
}
.result-section-desc{
    color: #848484;
    font-size: 1.25rem;
}
.service-cards-row{
    margin-left: -6px;
    margin-right: -6px;
}
.profile-column{
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
}
.celeb-img{
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    height: 295px;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}
.celeb-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    transition: 0.2s ease-in;
    background-color: transparent;
}
.celeb-name{
    font-size: 20px;
    margin-bottom: 0;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.celeb-info{
    color: #7a7a7a;
    font-weight: 400;
    line-height: 22px;
}
.celeb-addr{
    white-space: nowrap;
    overflow: hidden;
}
.cust-col-px {
    padding-right: 6px;
    padding-left: 6px;
}
.activity-box {
    display: block;
    position: relative;
    background-color: #111;
    box-shadow: 0 0 3px rgba(24,34,48,.24);
    border-radius: 20px;
    overflow: hidden;
    transition: .2s ease;
    height: 420px;
    margin-bottom: 15px;
}
.act-img-outer {
    display: block;
    position: relative;
    height: 240px;
    overflow: hidden;
    width: 100%;
}
.act-img-outer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s ease;
}
.act-img-outer:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(17, 17, 17, 1));
}
.act-info {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0 15px;
    width: 100%;
    float: left;
}
.act-rating{
    font-size: 0.8rem;
    font-weight: 400;
    color: #1ade92;
    text-align: left;
}
.act-title{
    color: #fff;
    font-weight: 400;
    font-size: 1.15rem;
    display: block;
    float: left;
    padding: 0 15px;
    margin-top: 5px;
    line-height: 1.4;
}
.act-highlights {
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 0.85rem;
    color: #acacac;
}
.act-highlights .separator{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #acacac;
    margin: 0 3px;
}
.img-coll-outer-box{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}
.img-coll-outer-box:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    z-index: 0;
}
.img-gall-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
}
.img-gall-overlay .img-gall-comp-logo{
    position: relative;
    width: 150px;
    height: 50px;
    display: inline-block;
    object-fit: contain;
    object-position: bottom left;
}
.img-gall-coll-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.img-gall-coll-img-left{
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-right: 2px solid #fff;
}
.img-gall-coll-img-left img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.img-gall-coll-img-right{
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.img-gall-coll-img-right:first-child{
    border-bottom: 2px solid #fff;
}
.img-gall-coll-img-right img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.img-coll-heading{
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #222;
}
.publish-date{
    font-size: 1.3rem;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 15px;
}
.vid-coll-outer-box{
    position: relative;
    padding: 8px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}
.vid-coll-outer-box:after{
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    height: 160px;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.77), rgba(0,0,0,0));
    z-index: 0;
    border-radius: 15px;
}
.vid-box-top{
    display: block;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 8px;
}
.vid-box-top .vid-gall-large-thumb{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.vid-box-bottom{
    display: block;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
    border-radius: 12px;
}
.vid-box-bottom .vid-gall-small-thumb{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.vid-coll-bottom-row .vid-bottom-col:nth-child(1){
    padding-right: 5px;
    padding-left: 0px;
}
.vid-coll-bottom-row .vid-bottom-col:nth-child(2){
    padding-right: 2.5px;
    padding-left: 3px;
}
.vid-coll-bottom-row .vid-bottom-col:nth-child(3){
    padding-left: 5px;
    padding-right: 0px;
}
.vid-coll-ico{
    position: absolute;
    top: 22px;
    left: 22px;
    width: 30px;
    z-index: 1;
}
.act-collec-box{
    display: block;
    position: relative;
    width: 100%;
    padding: 8px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
    min-height: 380px;
    margin-bottom: 15px;
}
.act-collec-img-box{
    display: block;
    width: 100%;
    padding-top: 80%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.act-collec-img-box .act-collec-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.act-collec-heading{
    color: #222;
    padding: 0 6px;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.act-collec-desc{
    padding: 0 6px;
    font-size: 1rem;
    font-weight: 400;
    color: #848484;
    margin-bottom: 0.4rem;
}
.act-collec-bg-count{
    position: absolute;
    z-index: -1;
    bottom: 10px;
    right: 20px;
    font-weight: 900;
    color: #fafafa;
    height: 120px;
    font-size: 135px;
    line-height: 1;
}
.art-cat-box{
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.art-cat-ico-box{
    width: 100%;
    padding-top: 105%;
    position: relative;
}
.art-cat-ico-box img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom center;
}
.art-cat-heading{
    font-size: 1.3rem;
    font-weight: 500;
    color: #222;
    margin-top: 25px;
}
.learn-more-link{
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 32px;
    display: block;
}
.learn-more-arrow{
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.8rem;
    color: #fff;
    background: #222;
    border-radius: 50%;
    text-align: center;
    transform: rotate(45deg);
    margin-right: 6px;
    display: inline-block;
}
.heading-light{
    color: #848484;
}
.desti-box{
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    padding: 8px;
    border-radius: 25px;
    margin-bottom: 15px;
}
.desti-img-box{
    width: 100%;
    display: block;
    position: relative;
    padding-top: 115%;
    border-radius: 20px;
    overflow: hidden;
}
.desti-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.desti-heading{
    font-size: 1.3rem;
    color: #222;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}
.art-collec-box{
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    padding: 60px 8px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.art-collec-heading{
    font-size: 1.3rem;
    font-weight: 500;
    color: #222;
    padding: 0 10px;
    margin-bottom: 20px;
}
.art-collec-img-box{
    width: 100%;
    display: block;
    position: relative;
    padding-top: 155%;
}
.art-collec-img-box .art-collec-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
}
.art-collec-bg-elem-top{
    position: absolute;
    top: -50px;
    left: -115px;
    width: 280px;
    opacity: 0.2;
}
.art-collec-bg-elem-bottom{
    position: absolute;
    bottom: -20px;
    right: -120px;
    width: 280px;
    opacity: 0.2;
}
.act-cat-box{
    display: block;
    position: relative;
    padding: 8px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    background: #fff;
    margin-bottom: 15px;
}
.act-cat-img-box{
    position: relative;
    width: 100%;
    display: block;
    padding-top: 65%;
    border-radius: 15px;
    overflow: hidden;
}
.act-cat-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.act-cat-title-overlay{
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #fff;
    width: 85%;
    height: 50px;
    text-align: center;
    display: block;
    padding: 0 10px;
    border-top-left-radius: 15px;
}
.act-cat-title{
    font-size: 1.3rem;
    display: block;
    font-weight: 500;
    color: #222;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.act-cat-title-corner-shape{
    position: absolute;
    top: -16px;
    right: 0;
    height: 16px;
    filter: grayscale(100%) invert(100%) brightness(2);
}
.act-cat-title-corner-shape-2{
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 15px;
    filter: grayscale(100%) invert(100%) brightness(2);
}
footer.footer.bg-light{
    background: #fff!important;
}

@media (max-width:567px){
    .search-form-content{
        margin-top:4.5rem;
        margin-bottom:4.5rem;
    }
    .search-hero-title{
        font-size: 2.3rem;
        text-align: left!important;
    }
    .search-input-field{
        border-radius: 10px;
        line-height: 45px;
        font-size: 1.1rem;
        padding-left: 20px;
    }
    .search-icon{
        height: 19px;
        right: 15px;
    }
    .search-keyword{
        display: block;
        font-size: 15px;
    }
    .result-count{
        display: block;
        font-size: 15px;
        float: unset!important;
    }
    .search-results-section{
        padding: 4rem 0 1.5rem 0;
    }
    .result-section-title{
        font-size: 1.6rem;
    }
    .result-section-desc{
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }
    .celeb-img{
        height: 250px;
    }
    .celeb-name{
        font-size: 17px;
    }
    .celeb-info, .celeb-addr{
        font-size: 15px;
    }
    .activity-box {
        height: unset;
        box-shadow: none;
        background-color: transparent;
        border-radius: 0;
        margin-bottom: 15px;
    }
    .act-img-outer {
        height: unset;
        padding-top: 150%;
        border-radius: 10px;
    }
    .act-info {
        padding: 0;
        margin-bottom: 0;
        margin-top: 12px;
        margin-left: 5px;
    }
    .act-img-outer img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }
    .act-rating {
        font-size: 0.95rem;
        color: #222;
    }
    .act-rating .fas.fa-star {
        color: #63d48c;
    }
    .act-rating .rate-count {
        color: #a4a4a4;
    }
    .act-title {
        padding: 0;
        color: #222;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 0;
        margin-left: 2px;
    }
    .act-highlights {
        display: none;
    }
    .img-coll-outer-box{
        border-radius: 15px;
    }
    .img-gall-overlay .img-gall-comp-logo{
        width: 140px;
        height: 45px;
    }
    .img-gall-overlay{
        padding: 15px;
    }
    .img-coll-outer-box:after{
        height: 150px;
    }
    .img-gall-coll-img-left{
        border-right: 1px solid #fff;
    }
    .img-gall-coll-img-right:first-child{
        border-bottom: 1px solid #fff;
    }
    .img-coll-heading{
        margin-top: 0.7rem;
        font-size: 1.05rem;
    }
    .publish-date{
        font-size: 0.9rem;
    }
    .vid-coll-outer-box{
        border-radius: 10px;
    }
    .vid-box-top{
        border-radius: 5px;
    }
    .vid-coll-ico{
        width: 25px;
    }
    .vid-coll-outer-box:after{
        height: 140px;
        border-radius: 5px;
    }
    .vid-box-bottom{
        border-radius: 7px;
    }
    .act-collec-box{
        border-radius: 15px;
        min-height: unset;
    }
    .act-collec-img-box{
        padding-top: 65%;
    }
    .act-collec-heading{
        font-size: 1.2rem;
        margin-top: 0.7rem;
    }
    .act-collec-desc{
        font-size: 15px;
        margin-bottom: 0.2rem;
    }
    .desti-box{
        padding: 5px;
        border-radius: 15px;
    }
    .desti-img-box{
        border-radius: 10px;
        padding-top: 125%;
    }
    .desti-heading{
        font-size: 1.05rem;
        margin-top: 7px;
        text-align: left;
        padding: 0 5px;
    }
    .art-cat-box{
        border-radius: 10px;
    }
    .art-cat-heading{
        font-size: 1.2rem;
    }
    .learn-more-arrow{
        width: 25px;
        font-size: 0.7rem;
        margin-right: 4px;
        height: 25px;
        line-height: 25px;
    }
    .learn-more-link{
        font-size: 0.7rem;
    }
    .art-collec-box{
        padding: 30px 8px;
        border-radius: 10px;
    }
    .art-collec-heading{
        font-size: 1.2rem;
    }
    .art-collec-bg-elem-top{
        top: -75px;
    }
    .art-collec-bg-elem-bottom{
        bottom: -45px;
    }
    .act-cat-title{
        font-size: 1.2rem;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .art-cat-heading{
        font-size:1.05rem;
    }
    .celeb-img{
        height: 250px;
    }
    .act-collec-box{
        min-height: 400px;
    }
}





