.galley-title h5 {
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 32px;
}
.bdr_left
{
    border-left: 1.5px solid #332f6a;
    color: #3d3d3d;
}
.info_details p
{
    color: #696969;
}

.text_ellipsis{
white-space: nowrap;
width: 128px;
overflow: hidden;
}
.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;
}
.pad-r-0{
	padding-right: 0px;
}
.pad-l-0{
	padding-left: 0px;
}
.right_side {
	padding: 0px 10px;
}
.right_side input{
	border: 1px solid #ccc;
	border-radius: 0px;
}
.right_side button, .right_side button:hover{
	color: #fff;
	background-color: #201f55;
	border: 1px solid #201f55;
	opacity: 1;
}

.fa:hover {
    opacity: 0.7;

}
.icon .fa
{
  color:#fff;
}
.black a{
  color:#000;
}

.social_icons {
	text-align: center;
	display: none;
}
/* 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;
}
.related-gallery{
	margin-top: 15px;
}
.related-gallery .col-7{
	border: 1px solid #fbfbfb;
  background: #fbfbfb;
}
.related-gallery img{
	width: 100%;
}
.related-gallery p{
	padding: 0px 5px;
	margin: 0px;
	font-size: 18px;
  color: #201f55;
  font-weight: 600;
}
.related-gallery h5{
	padding: 0px 5px;
	margin: 0px;
	font-size: 14px;
  color: #3e3e3e;
	line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gallery-list-details{
	padding: 20px 10px;
	background-color: #fbfbfb;
}
.gallery-list-details span{
	font-size: 12px;
}
.gallery-list-details h6{
	color: #201f55;
}
