.galley-title h5 {
    font-weight: 700;
    font-family: open sans;
    font-size: 18px;
}

.bdr_left {
    border-left: 1.5px solid #332f6a;
    color: #3d3d3d;
}

.info_details p {
    color: #696969;
}

.text_ellipsis {
    white-space: nowrap;
    width: 176px;
    overflow: hidden;
}

.info_details h6 {
    color: #874913;
}

.gallery_bg {
    background: linear-gradient(0deg, #d3a31af0, #d3a31ac9), url(../../assets/images/gallery/gallery_bg.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
}

.refer_no h6 {
    color: orange;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title {
    margin-top: 20px;
}

.title h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.title p {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

hr {
    background-color: #f7f7f740 !important;
}

.right_side {
    padding: 0px 10px;
}

.fa:hover {
    opacity: 0.7;
}

.icon .fa {
    color: #fff;
}

.black a {
    color: #000;
}

.social_icons {
    text-align: center;
}


/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.search {
    margin-top: 20px;
}

.btn-secondary {
    color: #fff;
    background-color: #e87817;
    border-color: #e87817;
    border-radius: 0px;
}

.record {
    margin-top: 40px;
}

.bg_cr {
    color: #000;
}

.bg_cr:hover {
    color: #fff;
    transition: 1s;
}