
/* This css file for howtoreply, applyafternow, isitarecord & gallerylist */
.pad-0{
	padding: 0px;
}
.pad-50{
	padding: 50px;
  }
  .pad-25{
	padding: 25px;
  }
  .mar-t-b-75{
	  margin-top: 75px;
	  margin-bottom: 75px;
  }
.about_content  {
	margin-top: 60px;
}
.mar-b-35{
	margin-bottom: 35px;
}
.about_heading h3 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.orange {
	color: #e87817;
}
.about_heading h6 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
}
.about_heading p {
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	font-weight: 500;
}
.about_heading ul li {
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	font-weight: 500;
}
.image_about {
	margin-bottom: 0px;
}
.icon_image img{
	width: 50px;
	margin-right: 10px;
}
.blue {
	margin-top: 40px;
	color: #291770 !important;
}
.green {
	color: #57b038;
	margin-top: 40px;
}
li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 10px;
}
.fa-star {
	color: #e87817;
	margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .image_about {
    display: none;
  }
.about_heading h6 {
	font-size: 15px;
}
.about_heading p {
	font-size: 12px;
}
.about_content  {
	margin-top: 50px;
}
.about_heading ul li {
	font-size: 12px;
}
.aan-table{
	width: 100% !important;
}
.aan-table td{
	padding: 10px 7px !important;
	font-size: 13px !important;
}
}

.aan-table{
	border-top:1px solid #aaa;
	width: 70%;
}
.aan-table tr:hover{
	background-color: #ddd;
}
.aan-table td{
	padding: 15px 10px;
	font-size: 14px;
	vertical-align: top;
	border-bottom:1px solid #aaa;
	font-weight: 600;
}

.gallery-search{
	width: 100%;
	border: 1px solid #aaa !important;
	height: 40px;
	padding: 10px;
	border-radius: 30px;
}
.form-control-search{
	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;
	right: 20px;
}

.content:hover
{
	box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 1s;
}

.gallery-h6{
	font-size: 12px;
	color: #201f55;
	padding: 7px 15px;
	font-weight: 600;
}
.gallery-h5{
	font-size: 13px;
	color: #636363;
	font-weight: 600;
	padding: 0px 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery-img{
	width: 100%;
	height: 230px;
}
.pagination .page-item{
	padding: 10px !important;
}
.page-link{
	padding: 0.75rem 1rem !important;
	color: #291770 !important;
}
.page-link:hover{
	background-color: #201f55 !important;
	color: #fff !important;
}
