.galley-title h5 {
	color: #1a1a1a;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
section {
	margin: 50px 0px;
}
.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-facebook, .fa-twitter, .fa-linkedin  {
  padding: 10px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
    
}
.icon .fa 
{
  color:#fff;
}
.black a{
  color:#000;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.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;
}