p, span{
    color: #ccc;
    font-size: 14px;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0,0,0,var(--tw-bg-opacity));
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.bg-image {
    background-image: url(../img/bg.jpg);
    background-size: cover;
}

.elite_logo {
    max-width: 160px;
    margin: 0 auto;
    border: 2px solid #ccc;
    margin-top: -64px;
}

.heading_main {
    font-size: 1.5rem;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 600;
}

.follow-us li {
    list-style: none;
    margin: 0 5px;
}

.follow-us li a {
    color: #ccc;
    border: 1.5px dotted #a3a3a3;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all linear;
    text-decoration: none;
}

.follow-us li a:hover, .searchbar > .search_icon:hover {
    background-color: rgba(151,110,45, .8);
    transition: .3s all linear;
    color: #ccc;
}

.follow-us {
    display: inline-block;
    margin: 0px;
    width: 1;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #f8f8f814;
    border-radius: 30px;
    padding: 10px;
    border: 1px solid #888484;
}

.search_input {
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.search_icon {
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.searchbar > .search_icon {
    background: white;
    color: #906629;
    transition: .3s all linear;
}

.searchbar > .search_input {
    padding: 0 10px;
    caret-color: red;
    transition: width 0.4s linear;
    width: 91.5%
}

.owl-item {
    display: inline-block;
}

.news_carousel {
    overflow: hidden;
}

.carousel_padding {
 /* border:2px solid #ccc; */
}

.subheading {
    color: #ccc;
}

.contact_wrapper span, .contact_wrapper a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.contact_wrapper {
    margin-top: 10px;
    letter-spacing: 0.5px;
    padding: 0px;
}

.left_margin {
    margin-left: 12px;
}

.lm_address {
    margin-left: 9px!important;
}

.about_heading {
    font-size: 21px;
}

.about_content {
    margin-top: 5px;
    text-align: justify;
}

.hm_color{
    color: #ffc107
}

.profile_color {
    color: #d29a46;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.searchbar > .share_icon{
    background: #44c144;
    color: #ccc;
    font-size: 14px;
    height: 30px;
    width: auto;
    margin-right: 4px;
    padding: 0 10px;
    border-radius: 20px;
}

.searchColor{
    background-color: #ccc;
}
