/*--start-courses--*/
.cportfolios{
	padding:4em 0px;
	text-align:center;
}
.w_hd {
	color: #4e4e4e!important;
	font-size: 2.3em;
	font-weight: 700;
}
.w_l_1{
	background:#fff!important;
}
/*-- MIXTUP PART --*/
/*--Strip--*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate-go:hover {
	text-decoration: none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:16%;
	display: -webkit-inline-box;
}

/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
	margin: 2em 0 1em 0px;
}

/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
	display: -webkit-inline-box;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	}
	#filters li span {
	display: block;
	padding: 0.5em 2em;
	text-decoration: none;
	color: #010101;
	cursor: pointer;
	font-size: 0.875em;
	font-weight: 400;
	text-transform: uppercase;
	border: 2px solid #c52d2f;
	font-family: 'Righteous', cursive;
	}
	#filters li span.active {
	color: #FFF;
	border:none;
	background-color: #c52d2f;
	}
 	#cportfoliolist .cportfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31.55%;
	margin: 10px 10px;
	display: none;
	padding: 0px 25px;
	float: left;
	overflow: hidden;
	background: #f1f1f1;
	}
	div#cportfoliolist {
		padding: 10px 0px;
}	
	.cportfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.cportfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
	.cportfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.cportfolio .label-bg {
		background: #22B4B8;
		width: 100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		}
.cportfolio .label-text {
  color:#fff;
  position: relative;
  z-index:500;
  padding:5px 8px;
}
			
.cportfolio .text-category {
  display:block;
  font-size:9px;
  font-size: 12px;
  text-transform:uppercase;
}

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.b-wrapper:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*-- MIXTUP PART --*/
.port-1 {
	padding: 1em 0px;
	text-align: left;
}
.port-1 h5 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0px;
	color: #010101;
	font-family: 'Righteous', cursive;
	text-align: center;
}
.port-1 p {
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0px;
	color: #959191;
	line-height: 1.8em;
}
.port-bttn{
	margin-top:20px;
}
.port-bttn a{
	color:#010101;
	font-size:15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #f5f5f5;
	border-radius: 3px 3px 3px 3px;
	font-family: Management;
}
.port-bttn a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #c52d2f;
}

/*--end-courses--*/



.intrested,.intrested:hover{
 color:#fff
 }
.intrested{
	background-color:#c52d2f;
	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
	font-family:'Righteous', cursive;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
	text-transform:uppercase;
	
	border-radius:25px;
	text-align: center;

 }
 .moudle-header{
	height: 100px;
	background-image: url(../images/bg-image1.jpg);
	background-repeat: no-repeat;
 }
  .moudle-header p{
	font-family:'Righteous', cursive;
	line-height: 100px;
	text-align: left;
	font-size: 24px;
	color: #FFFFFF;
	text-indent: 20px;
	font-weight: 400;
 }
 
.catbox{
    margin:10px 0 35px;
    padding:0 15px;
    min-he:100px
 } 
.catbox.catbox1{
    margin:10px 0 0
 }
.catbox ul{
    margin:0;
    padding:0
 } 
.catbox ul li,
.catbox ul li a{
    color:#656565;
    font-size:16px;
    text-decoration:none;
    font-family:Calibri}

.catbox.catbox1{
    margin:10px 0 35px;
    padding:0
 }

.catbox ul li{
	font-weight:400;
	padding:0 0 0 30px;
	list-style:none;
	margin:0 0 8px;
	background-image: url(../images/c_highlight.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.catbox ul li a:hover{
    color:#5F3E86
 }

