.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: #808080;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.about_heading img{
	width: 50%;
	padding-left: 25px;
}
.orange {
	color: #e87817;
}
.about_heading h6 {
	font-size: 20px;
  margin-bottom: 15px;
  color: #201f55;
	margin-top: 20px;
}
.about_heading h5 {
	font-size: 18px;
	font-weight: 600;
  color: #201f55;
	margin-top: 30px;
}
.about_heading p {
	font-size: 14px;
	font-weight: 500;
	color: #272727;
	line-height: 24px;
  text-align: justify;
	margin-bottom: 20px;
}
.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 img{
		width: 100%;
		padding-left: 0px;
	}
	.about_heading h6 {
		font-size: 18px;
	}
	.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;
}
}
