.img_bg {
	background: linear-gradient(0deg,#d3a31af0,#d3a31ac9),url(../../assets/images/about_bg.jpg) no-repeat;
	padding: 100px;
	background-size: cover;
}
.img_bg2 {
	background: linear-gradient(0deg,#48456cd6,#48456cd6),url(../../assets/images/about_bg2.jpg) no-repeat;
	padding: 100px;
	background-size: cover;
}

.abt_bdr
{
	border: 5px solid #ffffffbf;
	padding: 70px;
	color:#fff;
}
.head_clr{
	color:#ce9902 !important;
}
.p_align{
	line-height:26px ;
}

.white:hover
{
	color:#332f6a;
	transition: 0.5s;
}

.white
{
	color:#fff;
}
.about_content  {
	margin-top: 40px;
}
.about_heading h3 {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.orange {
	color: #e87817;
}
.about_heading h6 {
	font-size: 18px;
	margin-bottom: 15px;
}
.about_heading p {
	font-size: 14px;
	color: #1a1a1a;
	line-height: 28px;
}
.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;
	line-height: 26px;
}
.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;
}
}
@media only screen and (max-width: 992px) {
.abt_bdr {
	padding: 31px;
	line-height: 33px;
	font-size: 20px;
}
}
