.anuglar-wrap{
  padding-top:60px;
  padding-bottom: 60px;
  background-image: url(../images/angular-img/banner-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size:cover;
  background-color:#f7f7f7;
}

.anuglar-wrap .banner-head{
	margin-bottom: 80px;
}
.angular-head{
	font-weight: bold;
	margin-bottom: 5px;
}
.angular-head .red{
	color:#c90d2b;
}
.angular-sub-head{
	font-weight: normal;
	margin-top: 0px;
}

.banner-expert-head{
	font-size: 36px;
	font-weight: bold;
}

.angular-desc{
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}

.angular-wrap-content{
	background-color: #a4031d;
	background-image: url(../images/angular-img/bg-red-left.png), url(../images/angular-img/bg-red-right.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat; 
	padding-top: 50px;
	padding-bottom: 50px;
}
.angular-wrap-content p{
	font-size: 20px;
	line-height: 1.8;
	color:#fff;
	text-align: center;
}
.angular-wrap-content a{
	color: white;
}

.angular-features{
	padding-top:50px;
	padding-bottom: 50px;
	background-image: url(../images/angular-img/banner-bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size:cover;
	background-color:#f7f7f7;
}

.angular-features .icon-wrap{
	width:200px;
	height:200px;
	border-radius: 50%;
	border:5px solid #fff;
	background: #e6e6e6;
	overflow: hidden;
	text-align: center;
	line-height: 185px;
	margin: auto;
	margin-bottom: 30px;
}
.angular-features .icon-wrap img{
	display: inline-block;
}
.angular-features p{
	font-size: 1.5em;
	text-align: center;
}
.angular-features .row{
	margin-bottom: 20px;
}
.angular-features .row:last-child{
	margin-bottom: 0px;
}

.angular-develop{
	padding-top: 50px;
	padding-bottom: 50px;
	background:#a1031c;
	color: #fff;
}
.angular-develop p{
	font-size: 16px;
	line-height: 1.6em;
}

.angular-develop .angular-ul{
	list-style: none;
}
.angular-develop .angular-ul li{
	position: relative;
	font-size: 20px;
	line-height: 2.3em;
}
.angular-develop .angular-ul li:after{
	content: "";
	background: url(../images/angular-img/list-style-astr.png);
	position: absolute;
	left: -30px;
	height: 20px;
	width: 20px;
	top: 13px;
	background-size: cover;
}

.angular-develop .img-right-wrap{
	position: relative;
}

@media (min-width:768px) {
	.angular-develop .img-right-wrap{
		left: -40px;
	}
}