/*=======================================================
      HEADING
========================================================*/
.heading {
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.heading h3 {
	margin: 0px;
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	position: relative;
}

.heading h4 {
	font-weight: 600;
	letter-spacing: 4px;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}

.heading span {
	color: #1cd1aa;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

.heading p {
	font-size: 15px;
	line-height: 30px;
	color: #5a5a5a;
	width: 75%;
	margin: 0 auto;
	letter-spacing: 1px;
}

.heading.text-left p {
	text-align: left;
	width: 100%;
}

.heading.text-left h5 {
	margin-left: 22px;
}

.heading hr {
	height: 1px;
	background: #fff;
	border: none;
	border-top: 1px solid #ffb600;
	border-bottom: 1px solid #ffb600;
	margin: 15px auto;
	width: 50px;
}

.heading.text-left hr {
	margin-left: 0px;
}

.heading.white h4 {
	color: #fff;
}

.heading.white p {
	color: #fff;
}

.heading.white span {
	color: #fff;
}

.heading.white hr {
	background: none;
}

/*=======================================================
      Innovaction
========================================================*/
.innovaction {
	background: url(../images/inov-bg.jpg) center center no-repeat;
	background-size: cover;
}

.innovaction .heading span {
	color: #ffb600;
	font-family: 'Montserrat', sans-serif;
}

.innovaction .heading em {
	color: #666666;
	font-family: 'Montserrat', sans-serif;
}

.innovaction.light-sec {
	background: #fff;
}

.innovaction.light-sec h4{
	font-family: 'Montserrat', sans-serif;
}

.innovaction.light-sec p {
	color: #000;
	font-size: 16px;
	margin: 0 0 1rem;
}

.img-responsive{
	width: 100%;
}

.about-common{
	overflow: hidden;
}

.padding-60{
	padding: 60px 0 80px;
}

.padding-15{
	padding: 15px;
}

.about-common-right{
	overflow: hidden;
}

.about-common-right p{
	line-height: 32px;
}

.carousel-control-next{
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 2;
}

.common-banner{
	height: 70vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.pan a{
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 5px;
	overflow: hidden;
	margin: 0 10px;
}

.cnew img{
	width: 100%;
}

.cnew .detail_course{
	padding: 20px 0;
}

.cnew .detail_course .post-meta li{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 22px;
	color: #000000;
}

.cnew .detail_course .post-meta li i{
	font-size: 16px;
}

.cnew h3{
	font-size: 28px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	border-bottom: 1px solid #dadada;
	padding: 0 0 20px;
}

.cnew p{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 32px;
	letter-spacing: 2px;
}

.cnew-right h3{
	font-size: 24px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	border-bottom: 1px solid #dadada;
	padding: 0 0 16px;
	margin: 0;
}

.media{
	padding: 30px 0;
	border-bottom: 1px dashed  #DADADA;
	margin: 0;
}

.cnew-right .media-left{
	width: 40%;
	float: left;
}

.cnew-right .media-body h5{
	font-size: 20px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.cnew-right .media-body p{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}

.news_page {
	margin-top: 20px;
	border-top: 1px dashed #DADADA;
	padding-top: 20px;
}

.news_page ul {
	background: rgba( 0, 0, 0, 0.6 );
	padding: 10px 0;
}

.news_page ul li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #;
	text-indent: 24px;
	list-style: none;
	color: #FFFFFF;
}

.news_page ul li a {
	color: #FFFFFF;
}

.news_page ul li a:hover {
	color: #003e78;
}