	@charset "utf-8";
	/* CSS Document */


	/** Table of Content 
	- 	COMMON CLASSES				Line	68		-		171	
	-	HEADER CONTENT				Line	176		-		349
	-	NAVIGATION					Line	351		-		469
	-	WHATS NEW					Line	532		-		638
	-	TABS						Line	660		-		751
	-	SLIDER						Line	557		-		801
	-	LATEST NEWS					Line	809		-		860
	-	IMAGE GALLERY				Line	886		-		956
	-	CALENDER					Line	527		-		571
	-	SPORTS SECTION				Line	962		-		1053
	-	WIDGETS						Line	1126	-		1298
	-	TRAVEL						Line	1304	-		1396
	-	HOT NEWS					Line	1401	-		1472
	-	MULTIMEDIA SECTION			Line	1478	-		1616
	-	TECH AND TREVAL				Line	1746	-		1924
	-	FOOTER						Line	1929	-		2246
	-	BREADCRUMS					Line	2253	-		2286
	-	SOCIAL NETWORKS				Line	2600	-		2648
	-	BLOG POST					Line	2650	-		3199
	-	CART						Line	3204	-		3340
	-	EVENT LISTING				Line	3347	-		3478
	-	GALLERY PAGE				Line	3486	-		3712
	-	NEWS PAGE					Line	3982	-		4081
	-	CSS TRANSITIONS				Line	4651	-		4657
	-	BANNER						Line	4663	-		4740
























	End of Table of Content Line 30 **/

	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
	@import url(http://fonts.googleapis.com/css?family=Crete+Round:400,400italic);
	@import url(http://fonts.googleapis.com/css?family=Pacifico);
	@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

	*{
		margin:0px;
		padding:0px;
		outline:none;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.wrapper {
		float: left;
		width: 100%;
	}
	.relative {
		position: relative;
	}
	/*
	===========================================
	TOP STRIP START
	===========================================
	*/
	header {
	    background: none repeat scroll 0 0 #fff;
	    float: left;
	    width: 100%;
		position:relative;
		z-index:1000;
	}
	.top-strip{
		float:left;
		width:100%;
		border-top:5px solid;
		padding:20px 0px
	}

	.navigation-bar{
		float:left;
		width:100%;
		border-top:1px solid #e6e6e6;
		box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.1);
		margin:0px 0px 6px 0px;
	}
	.language{
		float:left;
	}
	.language .dropdown{
		float:left;
		margin-right:20px;
		
	}
	.language .dropdown li a{
		color:#b2b2b2;
		font-size:12px;
	}
	.language .dropdown-toggle{
		font-size:12px;
		color:#b2b2b2;
	}
	.language .dropdown .caret, .account .dropdown .caret{
		border-top:4px solid #b2b2b2;
	}

	.account{
		float:right;
	}
	.account ul{
		margin:0px;
		float:left;
		margin:0px;
		padding:0px;
		list-style:none;
	}
	.account ul li{
		float:left;
		margin:0px 10px;
	}
	.account .dropdown li{
		width:auto;
		float:none;
		margin:0px;
	}
	.account ul li a{
		font-size:12px;
		color:#b2b2b2;
	}
	.account ul li a:hover{
		text-decoration:none;
	}
	.account .dropdown-menu{
		left:auto;
		right:0px;
	}

	.logo{
		float:left;
		margin:10px 0px;
		width:100%;
		text-align:center;
	}
	.widget{
		float:left;
		width:100%;
	}
	/*
	===========================================
	NAVIGATION START
	===========================================
	*/
	 .cart{
		float:right;
	}
	.navigation{
		float:left;
		
	}
	.navigation ul{
		float:left;
		list-style:none
	}
	.navigation ul li{
		float:left;
		position:relative;
	}
	.navigation ul li a{
		font-size:14px;
		color:#252525;
		display:block;
		padding:20px 15px;
	}
	.navigation ul li:hover > a{
		color:#fff;
	}
	.navigation ul li a:hover{
		text-decoration:none;
		color:#fff;
	}
	.navigation ul ul{
		min-width:200px;
		background-color:#fff;
		position:absolute;
		left:0px;
		top:100%;
		box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
		padding:5px;
		visibility:hidden;
		opacity:0;
		margin: 0px 0px 0px 30px;
	}
	.navigation ul li:hover ul{
		visibility:visible;
		opacity:1;
		margin:0px;
	}
	.navigation ul ul li{
		width:100%;
	}
	.navigation ul ul li a{
		padding:6px 15px;
	}

	.cart ul{
		list-style:none;
	}
	.cart ul li{
		padding:20px 20px;
		float:left;
		border-left:solid 1px #e6e6e6;
		position:relative;
	}
	.cart ul li:first-child{
		border:none;
	}
	.cart ul li span{
		margin:0px 0px 0px 5px;
	}
	.cart ul li a{
		color:#252525;
	}

	.cart .dropdown-menu{
		width:232px;
		left:50%;
		margin:0px 0px 0px -116px;
		padding:20px;
		border-radius:0px;
	}
	.cart ul li a.return{
		padding:10px 20px;
		color:#fff;
		display:block;
		text-align:center;
	}
	a.return:hover{
		color:#fff;
		text-decoration:none;
	}
	.search-bar{
		cursor:pointer;
	}
	.search-box{
	    background-color: #ffffff;
	    border: 1px solid rgba(0, 0, 0, 0.2);
	   	 box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	    display: none;
	    float: left;
	    right:100%;
		top:0px;
	    min-width: 700px;
	    position: absolute;
		padding:11px;
		margin:0;
		z-index:100;
	}
	.search-box input[type="text"]{
		border-radius:0px;
		min-height:37px;
		margin:0px;
	}
	/*
	===========================================
	HEADER STYLE 2
	===========================================
	*/
	.header-2{
	}
	.header-2 .top-strip{
		background-color:#000;
	}
	.header-2 .navigation ul li a{
		color:#fff
	}
	.header-2 .navigation ul ul li a:hover{
		color:#fff
	}
	.header-2 .navigation ul li a:hover{
		text-decoration:none;
		background-color:#fff;
	}
	.header-2 .cart ul li{
		border-left:1px solid rgba(255,255,255,0.2);
		color:#fff;
	}
	.header-2 .cart ul li a{
		color:#fff;
	}

	.header-2 .cart ul li:first-child {
	    border: medium none;
	}
	.header-2 .navigation-bar{
		border:none;
	}/*
	===========================================
	HEADER STYLE 3
	===========================================
	*/
	.header-3{
	}
	.header-3 .logo{
		text-align:center;
		margin:0px;
	}
	.header-3 .language, .header-3 .account{
		margin:15px 0px;
		display:inline-block;
	}
	/*
	===========================================
	HEADER STYLE 4
	===========================================
	*/
	.header-4{
		background-color:#0f0f0f;
	}
	.header-4 .logo{
		text-align:center;
		margin:0px;
	}
	.header-4 .language, .header-4 .account{
		margin:15px 0px;
		display:inline-block;
	}
	.header-4 .top-strip, .header-4 .navigation-bar{
		background-color:#0f0f0f;
	}
	.header-4 .navigation-bar, .header-4 .cart ul li{
		border-color:#1b1b1b
	}
	.header-4 .navigation ul li a{
		color:#CCC;
	}
	.header-4 .navigation ul ul{
		background-color:#1f1f1f
	}


	/*
	===========================================
	HEADER STYLE 5
	===========================================
	*/

	.header-5{
	}
	.header-5 .social{
		float:left;
		width:100%;
		padding:10px 0px;
	}
	.header-5 .language{
		float:right;
	}
	.header-5 .account ul li a{
		color:#fff;
	}
	.header-5 .social .social-icons{
		float:left;
		width:auto;
	}
	.header-5 .social-icons a{
		background-color:#fff;
	}
	/*
	===========================================
	HEADER STYLE 6
	===========================================
	*/
	.header-6 .navigation ul{
		z-index:100;
	}
	.header-6 .navigation ul li a{
		color:#fff;
	}
	.header-6 .navigation ul ul li a{
		color:#333;
	}
	.header-6 .navigation ul ul li:hover a{
		color:#fff;
	}
	.header-6 .language .dropdown-toggle, .header-6 .account ul li a{
		color:#fff;
	}
	.header-6 .logo{
		width:100%;
		margin:0px;
	}
	.header-6 .top-strip .container{
		position:relative;
	}
	.header-6 .account{
		position:absolute;
		top:10px;
		right:0px;
	}
	.header-6 .language{
		margin:25px 0px;
	}
	.header-6 .navigation-bar{
		background: rgb(22,44,88);background: linear-gradient(61deg, rgba(22,44,88,1) 0%, rgba(0,94,121,1) 100%);
		box-shadow:none;
	}
	/*
	===========================================
	HEADER STYLE TRANSPARENT
	===========================================
	*/

	.header-transparent{
		background-color:transparent;
		top:0px;
		left:0px;
		
		border-top:5px solid #fee03b;
	}
	.header-transparent .navigation-bar{
		box-shadow:none;
	}
	.header-transparent .navigation ul li a{
		font-size:18px;
		font-weight:400;
		font-family:'Crete Round',serif;
	}
	.header-transparent .cart ul li{
		border:none;
	}
	/*
	===========================================
	BANNER START
	===========================================
	*/
	.banner{
		float:left;
		width:100%;
		position:relative;
	}
	.banner .bxslider > li {
	    height: auto;
	    overflow: hidden;
	}
	.banner .bxslider > li:before{
		content:"";
		
		position:absolute;
		top:0px;
		left:0px;
		height:100%;
		width:100%;
	}
	.newsletters{
		float:left;
		width:100%;
		text-align:center;
		position:absolute;
		top:50%;
		z-index:200;
		margin:-115px 0px 0px 0px;
	}
	.newsletters .subscribe{
		width:60%;
		margin:0px auto;
		position:relative;
	}
	.newsletters h1, .newsletters h4{
		font-size:40px;
		color:#fff;
		line-height:42px;
		margin:0px 0px 30px 0px;
		text-shadow:2px 2px 0px rgba(0,0,0,0.5);
		-moz-text-shadow:2px 2px 0px rgba(0,0,0,0.5);
		-webkit-text-shadow:2px 2px 0px rgba(0,0,0,0.5);
		-ms-text-shadow:2px 2px 0px rgba(0,0,0,0.5);
	}
	.newsletters h4{
		font-size:18px;
		line-height:18px;
		font-weight:normal;
	}
	.newsletters .subscribe input[type="text"]{
		min-height:60px;
		border-radius:100px;
		background-color:rgba(255,255,255,0.7);
		border:solid 1px #fff;
		padding:0px 130px 0px 30px;
		color:#a2a6a8;
		font-size:18px;
	}
	.newsletters .subscribe button{
		border-radius:0px 100px 100px 0px;
		border:none;
		color:#fff;
		font-size:20px;
		padding:20px 20px;
		position:absolute;
		right:0px;
		top:0px;
		text-transform:uppercase;
	}
	.banner .bx-controls-direction{
		display:none;
	}
	.location-map #map-canvas{
		height:230px;
		width:100%;
	}

	/*
	===========================================
	MAIN CONTANT START
	===========================================
	*/

	.gray-bg{
		background-color:#f7f7f7;	
	}
	.contant section.gray-bg{
		background-color:#f7f7f7;	
	}

	.contant{
		float:left;
		width:100%;
	}
	.contant section{
		padding:30px 0px;
		text-align:center;
		float:left;
		width:100%;
		background-color:#fff;
	}
	.contant .header{
		float:left;
		width:100%;
	}
	.contant .sec-header {
		float:left;
		width:100%;
		padding:0px 0px 40px 0px;
	}
	.contant .sec-header h2{
		font-size:42px;
		color:#171717;
		line-height:42px;
		margin:0px 0px 20px 0px;
	}
	.contant .sec-header p{
		font-size:24px;
		font-family:'Crete Round',serif;
		font-style:italic;
		position:relative;
	}
	.contant .sec-header span{
		height:10px;
		width:10px;
		background-color:#aaaaaa;
		display:inline-block;
		transform:rotate(45deg);
	}


	/*
	===========================================
	SERVICES SECTION START
	===========================================
	*/

	.services{
		float:left;
		width:100%;
	}
	.services .header{
		float:left;
		width:100%;
		position:relative;
	}
	.services .header .fa-tablet{
		font-size:190px;
		line-height:170px;
		color:#ededed;
	}
	.services .header .inner-icon{
		position:absolute;
		left:0px;
		right:0px;
		margin:-45px 0px 0px 0px;
		top:50%;
		font-size:60px;
	}
	.services .text{
		float:left;
		width:100%;
		padding:0px 20px;
	}
	.services .text h3{
		font-size:20px;
		line-height:20px;
		margin:0px 0px 20px 0px;
		font-family:'Crete Round',serif;
		text-transform:uppercase;
		font-weight:normal;
		position:relative;
		display:inline-block;
	}
	.services .text h3 a{
		text-decoration:none;
	}
	.services .text h3:before{
		content:"";
		width:90px;
		height:1px;
		position:absolute;
		left:0px;
		right:0px;
		bottom:-15px;
		margin:auto;
	}
	.services:hover .text h3:before{
		width:100%;
	}
	/*
	===========================================
	COURSES SECTION START
	===========================================
	*/
	.course{
		background-color:#fff;
		border-bottom:solid 2px rgba(0,0,0,0.1);
		float:left;
		text-align:left;
		margin:15px 0px 0px 0px;
		width:100%;
	}
	.course .price{
		height:90px;
		width:90px;
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;
		font-size:40px;
		text-shadow:1px 1px 1px rgba(0,0,0,0.2);
		color:#fff;
		position:absolute;
		top:20px;
		left:20px;
		text-align:center;
		padding:25px 0px;
		opacity:0;
		line-height:40px;
		visibility:hidden;
	}
	.course:hover .price{
		opacity:1;
		top:-15px;
		left:-15px;
		visibility:visible;

	}
	.course .price span{
		font-size:30px;
		vertical-align:top;
		line-height:30px;
	}
	.course .thumb{
		float:left;
		width:100%;
		position:relative;
		background-color:#000;
	}
	.course .thumb img{
		width:100%;
	}
	.course:hover .thumb img{
		opacity:0.5;
	}
	.course .text{
		float:left;
		width:100%;
	}
	.course .text div{
		float:left;
		width:100%;
	}
	.course .text h4{
		font-size:18px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		display:inline-block;
	}
	.course .header, .course .course-name{
		padding:0px 10px
	}
	.course .course-name p{
		display:inline-block;
	}
	.course .course-name span{
		float:right;
	}
	.course .course-detail-btn{
		margin:10px 0px 0px 0px;
		border-top: solid 1px rgba(0,0,0,0.1);
	}

	.course .course-detail-btn a{
		width:50%;
		padding:15px 15px;
		color:#7c7c7c;
		font-size:14px;
		text-align:center;
		display:block;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		float:left;
		border-left:1px #fff solid;
	}
	.course .course-detail-btn a:hover{
		color:#fff;
		text-decoration:none;
	}
	.course .course-detail-btn a:first-child{
		border:none;
	}
	.course div.rating{
		float:right;
		width:auto;
		margin:8px 0px;
	}
	.course .rating > span{
		color:#ffd200;
		width:auto;
	}
	.rating {
		unicode-bidi: bidi-override;
		direction: rtl;
		display: inline-block;
	}
	.rating > span {
		display: inline-block;
		position: relative;
		width: 1.1em;
		font-size: 20px;
		color: #CC0;
	}
	.rating > span:hover:before, .rating > span:hover ~ span:before {
		content: "\2605";
		position: absolute;
		left:0px;
		right:0px;
		margin:auto;
	}

	.customNavigation{
	  text-align: right;
	  margin:-20px 0px 20px 0px;
	  float:left;
	  width:100%;
	}

	.customNavigation a{
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.contant section.form{
		padding:0px
		
	}
	.form-contant{
		float:left;
		width:100%;
		min-height:500px;
		overflow:hidden;
		padding:20px 0px 0px 0px
	}
	.form-fields{
		z-index:500;
		position:relative;
	}
	.student-form{
		float:left;
		width:100%;
		text-align:left;
		padding:20px 130px 0 0;
	}
	.student-form .header h2{
		font-size:36px;
		color:#fff;
		font-family:'Crete Round',serif;
		margin:0px 0px 15px 0px;
		font-weight:normal;
	}

	.student-form .header p{
		font-size:18px;
		font-family:'Crete Round',serif;
		line-height:26px;
		font-style:italic;
	}
	.form-data{
		float:left;
		width:100%;
	}
	.form-data input[type="text"]{
		height:40px;
		border-radius:0px;
		border:none;
		padding:6px 20px;
	}
	.form-data ul{
		list-style:none;
		margin:0px;
		padding:0px;
	}
	.form-data ul li{
		float:left;
		width:100;
		margin:0px 0px 15px 0px;
		width:100%;
	}
	.gender{
		margin:8px 0px;
	}
	.gender, .gender span, .gender span input, .gender span label{
		float:left;
		font-size:18px;
		color:#868d8b;
	}

	.gender span {
		padding:0px 20px 0px 0px;
	}
	.gender span input{
		margin:5px 10px 0px 0px;
	}
	.form-data button{
		display:inline-block;
		padding:10px 30px;
		color:#fff;
		font-size:14px;
		border-radius:5px;
		border:none;
		float:right;
	}

	/*
	===========================================
	COURSES TOPICS TABS START
	===========================================
	*/
	section.tabs-section{
		padding-bottom:0px;
	}
	section.tabs-section .tabs-text{
		width:100%;
		float:left;
		padding:0px 15%;
		margin:0px 0px 40px 0px;
	}
	section.tabs-section .tabs-text p{
		font-family:'Crete Round',serif;
		font-size:18px;
		color:#666666;
		line-height:30px;
	}
	.course-tabs{
		float:left;
		width:100%;
		background-color:#fff;
	}
	.course-tabs .nav-tabs > li > a{
		font-size:14px;
		color:#656565;
		font-family:'Crete Round',serif;
		text-align:center;
		padding:15px;
		margin:0px;
	}
	.course-tabs .nav-tabs > li{
		float:none;
		display:inline-block;
		margin:0px;
	}
	.course-tabs .nav-tabs > li i{
		font-size:45px;
		display:block;
		color:#d3d3d3;
		margin:0px 0px 10px 0px;
	}
	.course-tabs .nav-tabs{
		background-color:#f7f7f7;
		text-align:center;
		margin:0px;
	}
	.course-tabs .nav > li > a:hover, .course-tabs .nav > li > a:focus{
		background-color:#FFF;
		outline:none;
	}
	.course-tabs .tab-content{
		padding:30px 0px;
	}
	 
	.course-topics{
		list-style:none;
	}
	.course-topics li{
		margin-bottom:30px;
		margin-top:30px;
	}
	.course-topics .thumb{
		float:left;
		border-radius:100%;
		overflow:hidden;
		margin:0px 20px 0px 0px;
		height:100px;
		width:100px;
	}
	.course-topics .thumb img{
		width:100%;
		border-radius:100%;
	}
	.course-topics li:hover .thumb, .course-topics li:hover .thumb img{
		border-radius:20px;
	}
	.course-topics .text{
		text-align:left;
		padding:0px 0px 0px 120px;
	}
	.course-topics .text h4, .course-topics .text span{
		font-size:20px;
		font-family:'Crete Round',serif;
		font-weight:normal;
	}
	.course-topics .text span{
		font-size:30px;
	}

	/*
	===========================================
	TEACHERS SECTION START
	===========================================
	*/
	.teachers{
		float:left;
		width:100%;
		position:relative;
		margin-top:33px;
	}
	.teachers .social-icons{
		float:left;
		width:100%;
		background-color:#fff;
		margin:0px 0px 3px 0px;
		position:absolute;
		top:0;
		left:0px;
		opacity:0
	}
	.teachers:hover .social-icons{
		top:-33px;
		opacity:1;
	}
	.teachers .social-icons a{
		font-size:16px;
		color:#000;
		height:30px;
		width:30px;
		display:inline-block;
		padding:5px 0px;
	}
	.teachers .social-icons a:hover{
		color:#fff;
	}
	.teachers .text{
		background-color:#2c2c2c;
		float:left;
		width:100%;
		padding:15px 15px;
		box-shadow:0px -17px 18px -7px rgba(0,0,0,0.5);
		-moz-box-shadow:0px -17px 18px -7px rgba(0,0,0,0.5);
		-ms-box-shadow:0px -17px 18px -7px rgba(0,0,0,0.5);
		-o-box-shadow:0px -17px 18px -7px rgba(0,0,0,0.5);
		-webkit-box-shadow:0px -17px 18px -7px rgba(0,0,0,0.5);
	}
	.teachers .text h2{
		font-family:'Crete Round',serif;
		font-size:24px;
		color:#FFF;
		line-height:24px;
		font-weight:normal;
		margin:0px 0px 10px 0px;
	}
	.teachers .text h2 a{
		color:#fff;
	}
	.teachers .text a:hover{
		text-decoration:none;
	}
	.teachers .text p{
		font-size:16px;
		font-weight:600;
		margin:0px;
	}
	.teachers:hover .text p{
		color:#FFF
	}

	.teachers .thumb{
		float:left;
		width:100%;
	}
	.teachers .thumb img{
		width:100%;
	}
	/*
	===========================================
	PAPULAR POST SECTION START
	===========================================
	*/

	.papular-post{
		float:left;
		width:100%;
		min-height:580px;
		position:relative;
	}
	.post-contant{
		position:relative;
		z-index:10;
	}
	.post-contant .sec-header h2, .contant .post-contant .sec-header p{
		color:#fff;
	}
	.post-contant .sec-header span{
		background-color:#fff;
	}
	.post{
		float:left;
		width:100%;
		padding:20px 20px 40px 20px;
		background-color:#fff;
		position:relative;
		margin:30px 0px 0px 0px;
	}
	.post .thumb{
		position:absolute;
		height:146px;
		width:146px;
		top:-73px;
		left:0px;
		right:0px;
		margin:auto;
		border-radius:100%;
		overflow:hidden;
		padding:3px;
		background-color:rgba(255,255,255,0.2);
		border:solid 1px rgba(0,0,0,0.2);
		overflow:hidden;
	}
	.post .thumb img{
		border-radius:100%;
	}
	.post .thumb:before{
		content:"";
		height:0px;
		width:100%;
		background-color:rgba(0,0,0,0.5);
		position:absolute;
		left:0px;
		bottom:0px;
	}
	.post .thumb:after{
		content:"\f067";
		font-family:FontAwesome;
		background-color:#fff;
		border-radius:100%;
		height:40px;
		width:40px;
		position:absolute;
		left:0px;
		right:0px;
		margin:-20px auto 0px auto;
		top:0px;
		opacity:0;
		padding:10px 0px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.post:hover .thumb:after{
		top:50%;
		opacity:1;
	}
	.post:hover .thumb:before{
		height:73px;
	}
	.post .header{
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
	}
	.post .post-date{
		float:left;
	}

	.post .post-date span{
		margin:0px 4px;
	}
	.post .post-date p{
		margin:0px;
		font-size:18px;
		font-weight:600;
	}
	.post .icons{
		float:right;
	}
	.post .icons ul{
		list-style:none;
	}
	.post .icons ul li{
		float:left;
		margin:0px 10px;
		position:relative;
	}
	.post .icons ul li a{
		font-size:26px;
	}
	.post .icons ul li .notification{
		position:absolute;
		height:15px;
		width:15px;
		border-radius:20px;
		background-color:#373645;
		color:#fff;
		font-size:8px;
		top:-7px;
		right:-7px;
		text-align:center;
		line-height:13px;
	}
	.post .text{
		float:left;
		width:100%;
		position:relative;
	}
	.post .text h2{
		font-size:24px;
		color:#171717;
		font-family:'Crete Round',serif;
		font-weight:normal;
	}
	.post .text h5{
		font-weight:normal;
	}
	.post .text .more{
		padding:10px 5px;
		width:110px;
		border-radius:5px;
		color:#fff;
		display:inline-block;
		position:absolute;
		bottom:-60px;
		left:0px;
		right:0px;
		margin:auto;
	}
	.post .text p{
		line-height:30px;
	}
	.post .text .more:hover{
		text-decoration:none;
	}
	/*
	===========================================
	GALLERY AND COURSE SECTION START
	===========================================
	*/
	.box{
		float:left;
		width:100%;
		background-color:#fff;
		box-shadow:0px 0px 10px 0px rgba(0,0,0,0.06);
		-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.06);
		-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.06);
		min-height:660px;
		border-bottom:solid 2px rgba(0,0,0,0.15);
		padding:20px;
		text-align:left;
	}
	.box h2{
		font-family:'Crete Round',serif;
		font-weight:normal;
		font-size:30px;
		color:#000;
		margin:0px 0px 20px 0px;
	}
	.box:hover h2{
		color:#fff;
	}

	.event-galley{
		float:left;
		margin:0px;
		padding:0px;
		list-style:none;
		width:100%;
	}
	.event-galley li{
		float:left;
		width:100%;
		padding:20px 0px;
		border-top:dashed 1px #cecece;
	}
	.box:hover .event-galley li{
		border-color:#fff;
	}
	.event-galley li:first-child{
		border:none;
		padding-top:0px;
	}
	.event-galley .thumb{
		float:left;
		overflow:hidden;
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;
		margin:0px 20px 0px 0px;
	}
	.event-galley .thumb img{
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;
	}
	.event-galley .text{
		font-family:'Crete Round',serif;
		padding:15px 0px;
	}
	.event-galley .text a{
		padding:0px 5px 0px 0px;
		display:inline-block;
	}
	.event-galley .text *{
		margin:0px;
	}
	.event-galley .text h4{
		font-size:18px;
		margin:0px;
		font-weight:normal;
	}
	.box:hover .text, .box:hover .text a{
		color:#fff;
	}
	.box iframe{
		width:100%;
		height:290px;
	}
	.lesson .text h3{
		font-family:'Crete Round',serif;
		font-weight:normal;
		font-size:24px;
		margin:0px;
	}
	.lesson .text span{
		font-family:'Crete Round',serif;
		font-size:18px;
		margin:12px 0px 0px 0px;
	}
	.box.lesson:hover .text span{
		color:#fff;
	}
	.lesson .text p{
		float:left;
		width:100%;
		line-height:30px;
	}
	.next-course .text{
		padding:0px;
	}
	.next-course .text span{
		font-size:30px;
	}
	.box:hover .next-course .text span{
		color:#fff;
	}
	.next-course .text span small{
		font-size:16px;
	}
	.sidebar .event-galley .thumb{
		width:70px;
	}
	.sidebar .next-course .text{
		padding:0px 0px 0px 90px;
	}
	/*
	===========================================
	TESTIMONIALS SECTION START
	===========================================
	*/
	section.testimonials{
		position:relative;
		min-height:670px;
		padding-bottom:0px;
	}

	.testimonial-contant{
		position:relative;
		z-index:100;
		background-position:left bottom;
		background-repeat:no-repeat;
		height:100%;
		position:relative;
	}
	.side-imgage{
		position:absolute;
		left:0px;
		bottom:-60px;
		width:40%;
	}
	.testimonials .sec-header h2, .contant .testimonials .sec-header p{
		color:#fff;
	}
	.testimonials .sec-header span{
		background-color:#fff;
	}
	.testimonial-data{
		float:left;
		width:100%;
		padding:0px 0px 0px 360px;
		position:relative;
		z-index:100;
	}
	.testimonial-text{
		float:left;
		text-align:center;
		background-color:#fff;
		padding:30px 30px 30px 50px;
		position:relative;
		margin:0px 0px 0px 30px;
	}
	.testimonial-text:before{
		position:absolute;
		content:"";
		height:60px;
		width:60px;
		background-color:#fff;
		border-radius:100%;
		left:-30px;
		top:50%;
		margin:-30px 0px 0px 0px;
	}
	.testimonial-text:after{
		content:"\f10d";
		position:absolute;
		top:50%;
		left:-15px;
		font-family:FontAwesome;
		font-size:34px;
		margin:-8px 0px 0px 0px;
	}
	.testimonial-text a{
		font-family: 'Pacifico', cursive;
		font-size:30px;
	}
	.testimonial-text a:hover{
		text-decoration:none;
	}
	.testimonial-text p{
		font-size:18px;
		color:#101010;
		font-style:italic;
		line-height:35px;
	}
	.testimonials #bx-pager .thumb{
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;
		height:80px;
		width:80px;
		overflow:hidden;
		margin:0px auto 10px auto;
		border:solid 2px rgba(255,255,255,0.5);
		padding:3px;
	}
	.testimonials #bx-pager a:hover .thumb{
		border:solid 2px rgba(255,255,255,1);
	}
	.testimonials #bx-pager .thumb img{
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;
	}
	.testimonials .bx-wrapper .bx-viewport{
		background-color:transparent;
	}
	.testimonials #bx-pager a{
		color:#fff;
		font-size:18px;
		font-style:italic;
		margin:0px;
		float:left;
		width:20%;
	}
	.testimonials #bx-pager{
		margin:30px 0px 0px 30px;
	}
	.testimonials #bx-pager p{
		margin:0px;
	}
	.testimonials #bx-pager a:hover{
		text-decoration:none;
	}
	.testimonials .bx-controls-direction{
		display:none;
	}

	/*
	===========================================
	PRICING SECTION START
	===========================================
	*/

	.price-box{
		background-color:#f4f4f4;
		float:left;
		width:100%;
		padding:20px 0px;
		min-height:480px;
	}
	.price-box h2{
		font-size:30px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px
	}
	.price-box:hover h2{
		color:#fff;
	}
	.price-box p{
		margin:0px;
		font-family:'Crete Round',serif;
		font-size:18px;
		color:#797979;
	}
	.price-box .header{
		margin:0px 0px 20px 0px;
	}
	.price-box .rate{
		margin:0px auto;
		width:45%;
		border-radius:10px;
		background-color:#797979;
		padding:30px 0px
	}
	.price-box:hover .rate{
		background-color:#fff;
	}
	.price-box:hover .rate h2, .price-box:hover .rate p{
		color:#fff;
	}
	.price-box .rate h2{
		font-family: 'Oswald', sans-serif;
		color:#fff;
		font-size:50px;
		font-weight:300;
		line-height:50px;
		margin:0px 0px 15px 0px;
	}
	.price-box .rate p{
		color:#fff;
		margin:0px;
	}
	.price-box .price-contant i{
		font-size:40px;
		line-height:24px;
	}
	.price-box .price-contant{
		float:left;
		width:100%;
		margin:0px 0px 15px 0px;
	}
	.price-box .price-contant p{
		font-family:'Open Sans',sans-serif;
		font-size:16px;
		padding:13px 0px;
		margin:0px;
	}
	.price-box:hover p, .price-box:hover .price-contant i{
		color:#fff;
	}
	.price-box .price-contant p.striped{
		background-color:#FFF;
		box-shadow:0px 3px 2px -2px rgba(0,0,0,0.1)
	}
	.price-footer{
		float:left;
		width:100%;
	}
	.price-footer a, .newsletter-contant button, .btn-style{
		display:inline-block;
		border-radius:5px;
		color:#fff;
		padding:10px 20px;
		font-size:16px;
		font-weight:600;
		border:none;
	}
	.btn-style:hover{
		color:#fff;
	}
	.price-footer a:hover{
		color:#fff;
		text-decoration:none;
	}

	.price-box:hover .price-footer a{
		background-color:#fff;
	}
	/*
	===========================================
	FOLLOW US SECTION START
	===========================================
	*/
	.contant section.follow-us{
		padding:35px 0px;
		margin:0px;
		border-top:3px solid
	}
	.follow{
		float:left;
		width:100%;
	}
	.follow i{
		height:70px;
		width:70px;
		text-align:center;
		padding:21px 0px;
		font-size:30px;
		color:#fff;
		float:left;
		border-radius:100%;
		margin:0px 20px 0px 0px;
	}
	.follow:hover i{
		border-radius:10px;
	}
	.follow a:hover{
		text-decoration:none;
	}
	.follow .text{
		text-align:left;
		padding:16px 0px 0px 0px;
	}
	.follow .text h4{
		font-size:18px;
		margin:0px;
		color:#637f83;
	}
	.follow .text p{
		font-weight:bold;
		color:#b5c7c9;
	}


	/*
	===========================================
	FOOTER SECTION START
	===========================================
	*/
	footer{
		float:left;
		width:100%;
		background-image:url(../images/footer-bg.png);
	}
	.footer-top{
		float:left;
		width:100%;
	}
	footer h2{
		font-size:24px;
		color:#fff;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:30px 0px 20px 0px;
		line-height:26px;
	}

	/*
	===========================================
	WIDGETS SECTION START
	===========================================
	*/

	.widget-article{
	}
	.widget-article .thumb{
		float:left;
		width:100%;
		margin:0px 0px 15px 0px;
	}
	.widget-article .text{
		float:left;
		width:100%;
	}
	.widget-article .text p{
		margin:0px;
	}
	.widget-article .bx-controls-direction{
		display:none;
	}
	.widget-article .bx-wrapper .bx-pager, .widget-article .bx-wrapper .bx-controls-auto{
		padding:0px;
		bottom:0px;
		margin:10px 0px 0px 0px;
		position:relative;
		float:left;
	}
	.widget-article .bx-wrapper .bx-pager.bx-default-pager a{
		height:15px;
		width:15px;
		border-radius:100%;
		float:left;
	}
	.widget-article .bx-pager-item{
		float:left;
	}


	.widget-top-rated{
		float:left;
		width:100%;
	}
	.widget-top-rated ul{
		list-style:none;
		float:left;
		width:100%;
	}
	.widget-top-rated ul li{
		float:left;
		width:100%;
		margin:20px 0px 0px 0px;
	}
	.widget-top-rated ul li:first-child{
		margin:0px;
	}
	.widget-top-rated ul li .thumb{
		float:left;
		margin:0px 20px 0px 0px
	}
	.widget-top-rated ul li .text p{
		margin:0px 0px 8px 0px;
		line-height:16px;
		color:#CCC;
		position:relative;
	}
	.widget-top-rated ul li .text span:before{
		content:"";
		width:50px;
		height:2px;
		position:absolute;
		left:0px;
		top:-5px;
	}
	.widget-top-rated ul li .text span{
		position:relative;
		font-weight:600;
	}
	.widget-posts{
		float:left;
		width:100%;
	}
	.widget-posts ul{
		float:left;
		width:100%;
		list-style:none;
	}
	.widget-posts ul li{
		float:left;
		width:100%;
		position:relative;
		padding:0px 0px 0px 25px;
		color:#777676;
	}
	.widget-posts ul li:before{
		position:absolute;
		content:"\f075";
		font-family:FontAwesome;
		font-size:16px;
		left:0px;
		top:0px;
		color:#777676;
	}
	.widget-posts ul li a:hover{
		text-decoration:underline;
	}
	.widget-categories{
	}
	.widget-categories ul{
		float:left;
		width:100%;
		list-style:none;
	}
	.widget-categories ul li{
		float:left;
		width:100%;
		padding:0px 0px 0px 25px;
		position:relative;
		margin:8px 0px 0px 0px
	}
	.widget-categories ul li:first-child{
		margin:0px;
	}
	.widget-categories ul li:before{
		content:"\f111";
		position:absolute;
		left:0px;
		top:2px;
		font-family:FontAwesome;
		font-size:12px;
		color:#494949;
	}
	.widget-facebook{
	}
	.widget-facebook img{
		width:100%;
	}

	.widget-newsletter{
	}

	.widget-newsletter{
	}
	.newsletter-contant{
		float:left;
		width:100%
	}
	.newsletter-contant p{
		color:#686868;
	}
	.newsletter-contant input[type="text"]{
		background-color:rgba(255,255,255,0.05);
		border-left:none;
		border-right:none;
		border-bottom:none;
		border-top:2px solid #000;
		border-radius:0px;
		min-height:50px;
	}
	.newsletter-contant button{
		border:none;
		float:right;
		font-weight:normal;
	}
	.widget-map{
	}
	.widget-map iframe{
		width:100%;
		height:200px;
	}
	/*
	===========================================
	TWEET SECTION START
	===========================================
	*/
	.tweets{
		float:left;
		width:100%;
		padding:20px 0px;
		margin:30px 0px;
		position:relative;
	}
	.tweets:before{
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		background-image:url(../images/pettern.png);
		background-color:rgba(0,0,0,0.2);
		left:0px;
		top:0px;
	}
	.tweet-contant{
		float:left;
		width:100%;
		text-align:center;
		position:relative;
	}
	.tweet-contant h4{
		font-size:18px;
		font-weight:normal;
		color:#fff;
		font-style:italic;
		font-family:'Crete Round',serif;
	}
	.tweet-contant i{
		font-size:26px;
		color:#fff;
		height:44px;
		width:44px;
		border-radius:100%;
		padding:10px 0px;
		
	}
	.tweet-contant .bxslider p{
		font-size:18px;
		color:#333;
		font-weight:normal;
		font-style:italic;
		font-family:'Crete Round',serif;
	}
	.tweet-contant .bxslider a{
		color:#fff;
	}
	.tweet-contant .bx-controls{
		display:none;
	}
	.bottom-footer{
		float:left;
		width:100%;
		padding:0px 0px 30px 0px
	}
	.copyright{
		float:left;
		width:100%;
		background-color:#000;
		padding:40px 0px;
		text-align:right;
	}
	.copyright p{
		margin:0px;
	}
	/*
	===========================================
	INNER PAGES START
	===========================================
	*/
	.page-heading{
		float:left;
		width:100%;
		background-image:url(../images/page-heading-bg.jpg);
		background-size:cover;
		padding:30px 0px;
		margin:0px 0px 30px 0px;
	}
	.page-heading h2{
		color:#fff;
		font-size:24px;
		margin:0px;
	}
	.page-heading p{
		color:#fff;
		margin:0px;
	}
	.intro{
		float:left;
		width:100%;
		text-align:left;
	}
	.intro h2{
		font-size:24px;
		font-weight:normal;
		color:#0f1521;
		text-transform:uppercase;
		font-family:'Crete Round',serif;
	}
	.intro p{
		line-height:30px;
	}
	.mac{
		float:left;
		width:100%;
		background-image:url(../images/mac2.png);
		background-repeat:no-repeat;
		background-size:contain;
		padding:24px 72px 37px 75px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-position:center;
	}
	.mac .bx-wrapper .bx-pager{
		display:none;
	}
	.mac .bx-wrapper .bx-controls-direction a{
		height:31px;
		width:21px;
		opacity:1;
		text-indent:0;
		text-align:center;
		line-height:30px;
	}
	.mac .bx-wrapper .bx-prev:before, .mac .bx-wrapper .bx-next:before{
		position:absolute;
		content:"\f104";
		font-family:FontAwesome;
		font-size:50px;
		left:0px;
		top:0px;
		color:#979797;
		left:-60px;
		font-weight:bold
	}
	.mac .bx-wrapper .bx-next:before{
		content:"\f105";
		left:auto;
		right:-60px;
	}
	.faq{
		float:left;
		width:100%;
		text-align:left;
	}
	.faq .accordion-open p {
		background:#0f1521;
		color: #fff;
	}
	.faq h2{
		font-size:30px;
		font-weight:normal;
		font-family:'Crete Round',serif;
		text-transform:uppercase;
	}
	.faq .accordion{
		text-align:left;
	}

	.faq .accordion-group{
		border-radius:0px;
	}
	.faq .accordion-heading .accordion-toggle{
		padding:14px 35px;
	}
	.faq .accordion-heading{
		background-color:#fff;
		font-family:'Crete Round',serif;
		font-size:18px;
		text-transform:uppercase;
		color:#5a5a5a;
	}
	.faq .accordion-heading a{
		color:#5a5a5a;
		position:relative;
	}
	.faq .accordion-heading a:before{
		content:"\f013";
		position:absolute;
		left:12px;
		font-family:FontAwesome;
		color:#333;
		font-size:20px;
	}
	.faq .accordion-heading a:hover, .faq .accordion-heading:hover a:before{
		color:#fff;
		text-decoration:none;
	}
	.faq .accordion-inner{
		background-color:#FFF;
		padding:30px 40px;
		line-height:30px;
	}
	.skills{
		float:left;
		width:100%;
		text-align:center;
		margin:20px 0px 40px 0px;
	}
	.skills h4{
		font-size:16px;
		text-transform:uppercase;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px;
		line-height:22px;
	}
	.our-skills{
		float:left;
		width:100%;
		text-align:left;
	}
	.our-skills h3{
		font-size:18px;
		color:#333;
		margin:0px 0px 10px 0px;
		line-height:22px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		text-transform:uppercase;
	}
	.our-skills .progress .bar{
		background-image:none;
	}
	.our-skills .progress{
		border-radius:0px;
		box-shadow:none;
		background-color:#ededed;
		height:40px;
	}
	.list-style1, .list-style2{
		float:left;
		width:100%;
		list-style:none;
	}
	.list-style1 li, .list-style2 li{
		float:left;
		width:100%;
		padding:5px 5px 5px 20px;
		position:relative;
	}

	.desc ol  {
		counter-reset: item;
	    list-style-type: none;
	}

	.desc ul {
		list-style-type: circle;
	}

	.desc ol li:before {
		content: counter(item, decimal) '. ';
	    counter-increment: item;
		font-family:FontAwesome;
		position:absolute;
		left:0px;
		font-size:16px;
	}

	.list-style1 li:before, .list-style2 li:before{
		content:"\f101";
		font-family:FontAwesome;
		position:absolute;
		left:0px;
		font-size:18px;
	}
	.list-style2 li:before{
		content:"\f00c";
		font-size:16px;
	}
	.list-style1 li a, .list-style2 li a{
		color:#333;
	}
	.list-style1 li a{
	}
	section.upcoming-events{
		padding:30px 0px;
	}
	.event-contant{
		float:left;
		width:100%;
		text-align:left;
	}
	.event-contant .thumb{
		float:left;
		margin:0px 30px 0px 0px;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		overflow:hidden;
	}
	.event-contant .thumb img{
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	.event-contant .text{
		color:#fff;
	}
	.event-contant .text h2{
		font-size:30px;
		font-family:'Crete Round',serif;
		font-weight:normal;
	}
	.event-contant .text h4{
		font-size:18px;
		font-style:italic;
		font-family:'Crete Round',serif;
		font-weight:normal;
	}
	.upcoming-events .bx-wrapper .bx-pager{
		display:none;
	}
	.upcoming-events .bx-wrapper .bx-controls-direction a{
		height:25px;
		width:25px;
		text-indent:0;
		opacity:1;
		top:0px;
		margin:0px;
	}
	.upcoming-events .bx-wrapper .bx-prev{
		left:auto;
		right:30px;
	}
	.upcoming-events .bx-wrapper .bx-prev:before, .upcoming-events .bx-wrapper .bx-next:before{
		content:"\f053";
		font-family:FontAwesome;
		color:#fff;
		font-size:18px;
		
	}
	.upcoming-events .bx-wrapper .bx-prev:hover:before, .upcoming-events .bx-wrapper .bx-next:hover:before{
		color:#000;
	}
	.upcoming-events .bx-wrapper .bx-next:before{
		content:"\f054";
	}
	/*
	===========================================
	BLOG PAGE START
	===========================================
	*/
	.blog{
		float:left;
		width:100%;
	}
	.blog ul{
		list-style:none;
		margin:0px;
		padding:0px;
		float:left;
		width:100%;
	}
	.blog ul li{
		float:left;
		width:100%;
	}
	.blog-contant{
		float:left;
		width:100%;
		margin:0px 0px 30px 0px
	}
	.blog-contant h2{
		font-size:30px;
		font-weight:normal;
		color:#333;
		font-family:'Crete Round',serif;
		margin:20px 0px 20px 0px;
		position:relative;
	}
	.blog-contant h2:before{
		content:"";
		width:80px;
		height:2px;
		background-color:#333;
		left:0px;
		bottom:-7px;
		position:absolute;
	}
	.blog-contant h2 a{
		color:#333;
	}
	.blog-tags{
		float:left;
		width:100%;
		color:#333;
		font-family:'Crete Round',serif;
		margin:0px 0px 20px 0px;
	}
	.blog-tags a{
		color:#333;
	}
	.blog-tags a:hover{
		text-decoration:none;
	}
	.blog-contant .thumb, .events .thumb{
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		position:relative;
	}
	.blog-contant .thumb img, .events .thumb img{
		width:100%;
	}
	.blog-contant .thumb:before, .events .thumb:before{
		position:absolute;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:auto;
		content:"";
		width:90%;
		height:80%;
		background-color:rgba(0,0,0,0.2)
	}
	.blog-contant .thumb:hover:before, .events .thumb:hover:before{
		height:0px;
		width:0px;
	}
	.blog-contant .thumb-video{
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
	}
	.blog-contant .thumb-video iframe{
		border:none;
		height:400px;
		width:100%;
	}

	.blog-contant .thumb-audio{
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
	}

	.blog-contant .text{
		float:left;
		width:100%;
		margin:0px 0px 30px 0px;
	}
	.blog-contant .text p{
		line-height:24px;
	}
	.blog-contant .btn-style{
		float:right;
		font-size:14px;
		font-weight:normal;
		padding:5px 10px;
	}
	.blog-comments{
		float:left;
		width:100%;
		position:relative;
		border-bottom:solid 2px #000;
		padding:10px 15px;
		background-color:#FFF;
		border-top:solid 1px #dddddd;
		border-left:solid 1px #dddddd;
		border-right:solid 1px #dddddd;
	}
	.blog-comments:before{
		position:absolute;
		content:"";
		height:14px;
		width:14px;
		transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		border-left:solid 1px #dddddd;
		border-top:solid 1px #dddddd;
		left:40px;
		top:-8px;
		background-color:#fff;
	}
	.blog-comments a{
		margin:0px 10px 0px 0px;
		color:#333;
	}
	.blog-comments a i{
		margin:0px 5px 0px 0px
	}
	.the-best{
		margin:40px auto;
		width:940px;
		padding:20px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		text-align:center;
		color:#fff;
		font-family:'Crete Round',serif;
	}
	.the-best p{
		font-size:18px;
		text-transform:uppercase;
		margin:0px;
	}
	.the-best h2{
		font-weight:normal;
		text-transform:uppercase;
		font-size:30px;
		margin:20px 0px 0px 0px;
		position:relative;
		display:inline-block;
	}
	.the-best h2:before{
		content:"";
		width:100%;
		height:2px;
		background-color:#FFF;
		position:absolute;
		left:0px;
		top:-8px;
	}
	blockquote{
		font-family:'Crete Round',serif;
		font-size:18px;
		font-style:italic;
		line-height:24px;
	}
	.admin{
		float:left;
		width:100%;
		padding:12px;
		background-color:#FFF;
		border:solid 1px #d4d1d1;
		margin:0px 0px 30px 0px;
	}
	.admin h2{
		font-family:'Crete Round',serif;
		font-weight:normal;
		font-size:24px;
		margin:0px;
		line-height:24px;
	}
	.admin p{
		margin:0px;
	}
	.admin .thumb{
		float:left;
		border:solid 1px #d4d1d1;
	}
	.profession{
		font-family:'Crete Round',serif;
	}
	.admin .text{
		padding:0px 0px 0px 170px;
		position:relative;
	}
	.social-icons{
		float:left;
		width:100%;
	}
	.admin .social-icons{
		position:absolute;
		right:0px;
		top:0px;
		width:auto;
	}
	.social-icons a{
		display:inline-block;
		height:20px;
		width:20px;
		text-align:center;
		color:#fff;
	}
	.social-icons a:hover{
		color:#fff;
	}
	.comments{
		float:left;
		width:100%;
		margin:0px 0px 30px 0px;
	}
	.comments h2, .leave-reply h2{
		font-size:18px;
		font-family:'Crete Round',serif;
		line-height:22px;
		margin:0px 0px 15px 0px;
		font-weight:normal;
	}
	.comments .thumb{
		float:left;
	}
	.comments .text{
		padding:0px 0px 0px 90px;
	}
	.comments .text h4{
		font-size:18px;
		font-weight:normal;
		line-height:20px;
		margin:0px;
		display:inline-block;
	}
	.comments .text h4 a{
		color:#2c2c2c;
	}
	.comments p.date{
		display:inline-block;
		font-size:12px;
		margin:0px;
	}
	.comments p{
		font-size:12px;
		color:#707070;
	}
	.comments .btn-style{
		padding:6px 15px;
		font-size:14px;
		font-weight:normal;
	}
	.comments ul{
		list-style:none;
		float:left;
		width:100%;
		position:relative;
	}
	.comments ul li{
		float:left;
		width:100%;
		margin:20px 0px 0px 0px;
	}
	.comments ul li:before{
		content:"";
		bottom:0px;
		width:1px;
		position:absolute;
		left:35px;
		top:110px;
	}
	.comments ul ul li:before{
		left:-55px;
		height:1px;
		width:35px;
		top:30px;
	}
	.comments ul ul li{
		position:relative;
	}
	.comments ul ul:before{
		content:"";
		bottom:0px;
		width:1px;
		position:absolute;
		left:35px;
		top:0;
	}
	.comments ul ul{
		width:auto;
		padding:0px 0px 0px 90px;
	}
	.leave-reply{
		float:left;
		width:100%;
	}
	.leave-reply ul{
		list-style:none;
		float:left;
		width:100%;
	}
	.leave-reply ul li{
		float:left;
		width:100%;
		margin:20px 0px 0px 0px;
	}
	.leave-reply input[type="text"], .leave-reply textarea{
		min-height:40px;
		background-color:#fff;
		color:#707070;
		border-radius:0px;
		margin:0px 0px 20px 0px;
	}
	.leave-reply ul li:first-child{
		margin:0px;
	}
	.leave-reply textarea{
		height:300px;
		resize:none;
	}
	.text-area{
		float:left;
		width:100%;
	}
	/*
	===========================================
	SIDE BAR START
	===========================================
	*/
	.sidebar{
		float:left;
		width:100%;
	}
	.sidebar .widget{
		margin:30px 0px 0px 0px;
		float:left;
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.sidebar .widget .inner{
		background-color:#fff;
		padding:20px;
		float:left;
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.sidebar .widget h2, .sidebar .widget h3{
		font-size:24px;
		line-height:26px;
		font-weight:normal;
		font-family:'Crete Round',serif;
		margin:0px 0px 15px 0px;
	}
	.sidebar div.widget:first-child{
		margin:0px;
	}
	/*
	===========================================
	SEARCH WIDGET START
	===========================================
	*/
	.widget-search-course{
		background-color:#0f1521;
		padding:20px;
	}
	.widget.widget-search-course h2{
		color:#fff;
	}
	.widget.widget-search-course h2 i{
		font-size:16px;
		background-color:#FFF;
		height:26px;
		width:26px;
		border-radius:100%;
		color:#000;
		float:left;
		text-align:center;
		padding:4px 0px;
		margin:0px 5px 0px 0px;
	}
	.widget.widget-search-course p{
		margin:0px;
	}
	.widget.widget-search-course button{
		float:right;
		font-weight:normal;
		padding:6px 20px;
		font-size:12px;
	}

	.widget-search-course select, .widget-search-course input[type="text"]{
		background-color:#0d3b67;
		border-bottom:solid 1px #20557b;
		border-left:none;
		border-top:none;
		border-right:none;
		min-height:40px;
		margin:0px 0px 20px 0px;
		color:#97b9d9;
		float:left;
	}
	.styled-select  select{
		background:transparent;
		-webkit-appearance: none;
		width:110%
	}
	.styled-select  select option{
		width:100%;
	}
	.styled-select {
	   height: 40px;
	   overflow: hidden;
	   background: url(../images/arrow.png) no-repeat right #0d3b67;
	   margin:0px 0px 20px 0px;
	   border-radius:4px;
	}

	/*
	===========================================
	PAPULAR POST WIDGET START
	===========================================
	*/
	.widget-papular-post{
	}
	.widget-papular-post ul{
		float:left;
		width:100%;
		list-style:none;
		margin:0px;
		padding:0px;
	}
	.widget-papular-post ul li{
		float:left;
		width:100%;
		background-color:#FFF;
		padding:15px;
		margin:5px 0px 0px 0px;
		border:solid 1px #fff;
	}

	.widget-papular-post ul li:first-child{
		margin:0px;
	}
	.widget-papular-post h4{
		font-size:18px;
		margin:0px 0px 10px 0px;
		line-height:22px;
		font-weight:normal;
		font-family:'Crete Round',serif;
	}
	.widget-papular-post ul li .thumb{
		float:left;
		margin:0px 10px 0px 0px;
	}
	.widget-papular-post ul li .thumb img{
		width:100%;
	}
	.widget-papular-post ul li .text p{
		margin:0px;
	}
	.widget-papular-post ul li .text p.date{
		font-family:'Crete Round',serif;
		color:#CCC;
	}
	/*
	===========================================
	FLICKR PHOTOS START
	===========================================
	*/
	.widget-flickr{
	}
	.widget-flickr ul{
		float:left;
		list-style:none;
		margin:0px 0px 0px -10px;
	}
	.widget-flickr ul li{
		overflow:hidden;
		float:left;
		margin:0px 0px 10px 10px;
	}
	.widget-flickr ul li a{
		display:block;
	}
	.widget-flickr ul li:hover img{
		transform:rotate(15deg) scale(1.15);
		-moz-transform:rotate(15deg) scale(1.15);
		-webkit-transform:rotate(15deg) scale(1.15);
		opacity:0.5;
	}
	/*
	===========================================
	TWITTER WIDGET START
	===========================================
	*/
	.widget-twitter{
		background-color:#0f1521;
		padding:20px;
	}
	.widget-twitter h2{
		color:#fff;
	}
	.widget-twitter ul{
		list-style:none;
		float:left;
		width:100%;
	}
	.widget-twitter ul li{
		float:left;
		width:100%;
		padding:0px 0px 0px 30px;
		position:relative;
		margin:20px 0px 0px 0px;
	}
	.widget-twitter ul li:first-child{
		margin:0px;
	}
	.widget-twitter ul li:before{
		content:"\f099";
		position:absolute;
		left:0px;
		top:0px;
		font-family:FontAwesome;
		font-size:25px;
	}
	.widget-twitter ul li p{
		font-family:'Crete Round',serif;
		color:#dcdcdc;
		margin:0px;
	}
	.widget-twitter ul li a{
		font-family:'Crete Round',serif;
	}
	/*
	===========================================
	TOP COURSES WIDGET START
	===========================================
	*/
	.widget-courses{
	}

	.top-courses{
		float:left;
		width:100%;
	}
	.top-courses .thumb{
		float:left;
		margin:0px 15px 0px 0px;
	}
	.top-courses .thumb img{
		width:100%;
	}
	.top-courses .bx-controls-direction{
		display:none;
	}
	.top-courses h4{
		font-size:16px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px;
		line-height:20px;
	}

	.top-courses .btn-style{
		font-size:14px;
		font-weight:normal;
		padding:6px 15px;
	}
	.widget-courses .bx-wrapper .bx-pager, .widget-courses .bx-wrapper .bx-controls-auto{
		padding:0px;
		top:-15px;
		right:0px;
		left:auto;
		bottom:auto;
		width:auto;
	}
	.widget-courses .bx-wrapper .bx-pager.bx-default-pager a{
		height:15px;
		width:10px;
		background-color:#333;
		margin:0px 2px;
	}

	/*
	===========================================
	NEWS LETTERS WIDGET START
	===========================================
	*/
	.widget-newsletter{
	}
	.widget-newsletter button{
		float:right;
		font-size:14px;
		font-weight:normal;
		padding:6px 15px;
	}
	.input-cover{
		float:left;
		width:100%;
		position:relative;
	}
	.input-cover input[type="text"]{
		background-color:#f2f2f2;
		min-height:40px;
		border:solid 1px #dedede;
		border-radius:0px;
		padding:4px 6px 4px 36px;
	}
	.input-cover i{
		min-height:40px;
		color:#c0c2c4;
		position:absolute;
		left:10px;
		padding:10px 0px;
		font-size:20px;
	}

	/*
	===========================================
	NEWS LETTERS WIDGET START
	===========================================
	*/
	.widget-tags{
	}
	.widget-tags ul{
		float:left;
		margin:0px 0px 0px -20px;
		list-style:none;
	}
	.widget-tags ul li{
		float:left;
		margin:0px 0px 10px 20px;
	}
	.widget-tags ul li a{
		display:block;
		color:#fff;
		font-size:12px;
		padding:3px 20px 3px 10px;
		border-radius:4px;
		position:relative;
		text-transform:capitalize;
	}
	.widget-tags ul li a:hover, .widget-tags ul li:hover a:after{
		background-color:#0f1521;
	}
	.widget-tags ul li a:after{
		content:"";
		height:20px;
		width:20px;
		border-radius:4px;
		transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		position:absolute;
		top:3px;
		right:-9px;
	}
	.widget-tags ul li a:before{
		content:"";
		height:8px;
		width:8px;
		background-color:#FFF;
		border-radius:20px;
		position:absolute;
		right:0px;
		top:50%;
		margin-top:-4px;
		z-index:1;
	}
	/*
	===========================================
	NEWS LETTERS WIDGET START
	===========================================
	*/
	.widget-course-categories{
		background-color:#0f1521;
		border-top:solid 5px;
		padding:10px 0px;
		background-image:url(../images/cate-bg.png);
		background-position:bottom right;
	}
	.widget-course-categories h2{
		color:#fff;
		padding:0px 20px;
	}
	.widget-course-categories ul{
		list-style:none;
		float:left;
		width:100%;
	}
	.widget-course-categories ul li{
		float:left;
		width:100%;
	}
	.widget-course-categories ul li a{
		display:block;
		padding:10px 20px;
		color:#fff;
	}
	.widget-course-categories ul li a:hover{
		padding:10px 25px;
	}
	/*
	===========================================
	EVENTS PAGE START
	===========================================
	*/
	.widget-slider{
		padding:10px;
		background-color:#FFF;
	}
	.widget-slider .thumb{
		float:left;
		width:100%;
		border-bottom:solid 5px;
	}
	.widget-slider .text{
		padding:20px 80px 10px 10px;
		float:left;
		width:100%;
	}
	.widget-slider .text p{
		font-family:'Crete Round',serif;
		font-size:16px;
		margin:0px
	}
	.widget-slider .bx-wrapper .bx-pager.bx-default-pager a{
		width:10px;
		height:15px;
		box-shadow:0px 0px 0px 10px rgba(0,0,0,0.3) inset;
		margin:0px 2px;
	}
	.widget-slider .bx-wrapper .bx-pager, .widget-slider .bx-wrapper .bx-controls-auto{
		width:auto;
		right:0px;
		left:auto;
		bottom:0px;
		padding:0px;
	}
	/*
	===========================================
	EVENTS PAGE START
	===========================================
	*/
	.event-page{
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
	}
	.events{
		margin-top:50px;
	}

	.events h2{
		font-size:24px;
		font-weight:normal;
		display:inline;
		font-family:'Crete Round',serif;
		margin:0px 0px 15px 0px;
		line-height:24px;
	}
	.events .thumb{
		margin:0px;
	}
	.events .event-header{
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
	}
	.events .event-header span{
		float:left;
		width:100px;
		padding:10px 20px 15px 20px;
		text-align:center;
		color:#32383b;
		font-size:18px;
		font-family:'Crete Round',serif;
		border:solid 1px;
		margin:0px 20px 0px 0px;
	}
	.data-tags a{
		font-size:14px;
		color:#aaaaaa;
		font-family:'Crete Round',serif;
		position:relative;
		padding:0px 0px 0px 15px;
		margin:0px 10px 0px 0px;
	}
	.data-tags p{
		color:#CCC;
		margin:0px 10px 0px 0px;
		font-family:'Crete Round',serif;
		display:inline-block;
	}
	.data-tags a:before{
		content:"";
		height:6px;
		width:6px;
		border-radius:10px;
		position:absolute;
		left:0px;
		top:50%;
		margin-top:-3px;
	}
	.events .event-body{
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
	}
	.event-vanue{
		float:left;
		width:100%;
		padding:15px;
		background-color:#fff;
		margin:0px 0px 20px 0px;
	}
	.event-vanue table{
		width:100%;
	}
	.event-vanue table tr td{
		border:solid 1px #d4d4d4;
		padding:10px;
	}
	.event-vanue table tr td a{
		color:#333;
		font-size:12px;
		margin:0px 20px 0px 0px;
	}
	.event-vanue table tr td i{
		font-size:18px;
		margin:0px 10px 0px 0px;
	}
	.event-vanue p{
		margin:0px;
	}
	.event-vanue p.color{
		font-size:16px;
		font-family:'Crete Round',serif;
		text-transform:uppercase
	}
	.text-detail{
		float:left;
		width:100%;
		margin:20px 0px;
	}
	.text-detail h2{
		font-size:30px;
		font-family:'Crete Round',serif;
		font-weight:normal;
	}
	.text-detail ul{
		float:left;
		margin:0px 0px 20px 0px;
		padding:0px;
		width:100%;
		list-style:none;
	}
	.text-detail ul li{
		float:left;
		width:100%;
		padding:0px 0px 0px 20px;
		position:relative;
		margin:5px 0px;
	}
	.text-detail ul li:before{
		content:"::";
		color:#333;
		font-size:20px;
		position:absolute;
		left:0px;
	}
	.text-detail ul li a{
		font-size:20px;
	}
	.text-detail ul li a:hover{
		text-decoration:none;
	}
	.event-location-map{
		float:left;
		width:100%;
		margin:20px 0px;
	}
	.event-location-map #map-canvas{
		width:100%;
		height:400px;
		border:solid 20px rgba(255,255,255,1);
	}
	.campaign{
		float:left;
		width:100%;
		padding:50px 30px;
		background-color:#0f1521;
		text-align:center;
		margin:38px 0px 0px 0px;
	}
	.campaign h4, .campaign p{
		font-family:'Crete Round',serif;
		font-size:16px;
		text-transform:uppercase;
		margin:0px 0px 30px 0px;
		font-weight:normal;
		color:#fff;
	}
	.campaign .social-icons a{
		height:50px;
		width:50px;
		background-color:#FFF;
		color:#000;
		text-align:center;
		padding:15px 0px;
		font-size:20px;
		border-radius:100%;
		margin:3px;
	}
	.campaign .social-icons a:hover{
		color:#fff;
	}
	.event-page .leave-reply textarea, .contact-us .leave-reply textarea{
		height:223px;
	}
	/*
	===========================================
	CONTACT AND NEWS PAGE START
	===========================================
	*/
	.contact-us{
		float:left;
		width:100%;
	}
	.latest-news{
		float:left;
		width:100%;
		margin:50px 0px 0px 0px;
	}
	.news-contant{
		margin:0px 0px 30px 0px;
		float:left;
		width:100%;
	}

	.news-contant .thumb{
		float:left;
		margin:0px 30px 0px 0px;
	}
	.news-contant:hover .thumb img{
		opacity:0.5
	}
	.news-contant h2{
		font-size:24px;
		line-height:24px;
		font-weight:normal;
		font-family:'Crete Round',serif;
		margin:0px;
	}
	.news-contant .data-tags{
		margin:10px 0px;
	}
	/*
	===========================================
	SERVICES PAGE START
	===========================================
	*/

	.features{
		float:left;
		width:100%;
		margin:0px 0px 30px 0px;
	}
	.features i{
		font-size:50px;
	}
	.features h4{
		font-size:20px;
		font-family:'Crete Round',serif;
		font-weight:normal;
	}
	.tabs{
		float:left;
		width:100%;
		text-align:left;
	}
	.tabs .nav{
		margin:0px;
	}
	.tabs .tab-content{
		background-color:#0f1521;
		padding:20px;
	}
	.tabs .tab-content{
		color:#fff;
	}
	.tabs .nav-tabs > .active > a, .tabs .nav-tabs > .active > a:hover, .tabs .nav-tabs > .active > a:focus{
		background-color:#0f1521;
		border:none;
	}
	.tabs .nav-tabs > li > a{
		font-size:16px;
		text-transform:uppercase;
		font-family:'Crete Round',serif;
		color:#333;
		border-radius:0px;
		border:none;
	}
	.message-box{
		background-color:#fff;
		box-shadow:0px 1px 2px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.2);
		float:left;
		width:100%;
		padding:20px;
	}
	.message-box h2{
		font-size:24px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px;
		line-height:24px;
	}
	.message-box h4{
		font-size:18px;
		font-family:'Crete Round',serif;
		font-style:italic;
		font-weight:normal;
	}

	/*
	===========================================
	ACCORDIAN START
	===========================================
	*/
	.faq-2{
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
	}
	.faq-2 h3{
		font-family:'Crete Round',serif;
		font-size:24px;
		font-weight:normal;
		line-height:normal;
		margin:0px;
	}
	.faq-2 .accordion_cp{
		border-top: solid 2px #838383;
		margin: 0px 0px 10px 0px;
		
	}
	.faq-2 div.content_cp_accor{
		margin:-10px 0px 10px 0px;
	}
	.faq-2 .accordion-open{
		background-color:#fff;
	}
	.faq-2 .accordion-open p{
		color:#333;
	}
	.faq-2 .accordion_cp p:before{
		display:none;
	}
	.faq-2 .accordion_cp span{
		background-color:transparent;
		padding:8px 20px;
		position:absolute;
		left:0px;
	}

	.accordion_cp {
		margin: 0px 0px 3px 0px;
		padding:0px 20px 0px 60px;
		border-top:#f0f0f0 1px solid;
		background: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:uppercase;
		font-size:1em;
		float:left;
		width:100%;
		box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
		cursor:pointer;
		position:relative;
	}
	.accordion_cp p{
		display:inline-block;
		color:#333;
		margin:0px;
		font-family:'Crete Round',serif;
		font-size:18px;
		text-transform:uppercase;
		margin:14px 0px;
	}
	.accordion_cp p:before{
		content:"\f013";
		font-family:FontAwesome;
		margin:0px 10px 0px 0px;
	}
	.accordion-open {
		background:#0f1521;
		color: #fff;
	}
	.accordion-close p{
		color:#333;
	}
	.accordion-close span,
	.accordion-open span {
		display:block;
		float:left;
		margin:0px 10px 0px 0px;
		padding:15px 20px;
		color:#fff;
		position:absolute;
		left:0px;
		top:0px;
		bottom:0px
	}
	.accordion-open span i:before {
		content:"\f068";
	}
	.accordion-close span i:before{
		content:"\f067";
	}
	div.contain_cp_accor {
		padding:0;
		margin:0;
		float:left;
		width:100%;
	}
	div.content_cp_accor {
		margin: 0;
		padding:20px 40px;
		background-color:#FFF;
		line-height:30px;
		box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
	}
	div.content_cp_accor ul, div.content_cp_accor p {
		padding:0;
		margin:0;
		padding:3px;
	}
	div.content_cp_accor ul li {
		list-style-position:inside;
		line-height:25px;
	}
	div.content_cp_accor ul li a {
		color:#555555;
	}
	code {
		overflow:auto;
	}
	/*
	===========================================
	TEACHERS PAGE START
	===========================================
	*/

	.our-teachers{
		float:left;
		width:100%;
	}
	.our-teachers .teachers{
		margin-bottom:30px;
	}
	/*
	===========================================
	FEATURED COURSE PAGE START
	===========================================
	*/
	.featured-courses{
		float:left;
		width:100%;
	}
	.featured-courses h2{
		font-size:24px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px 0px 30px 0px;
	}
	.featured-courses .course{
		margin:0px 0px 30px 0px;
	}
	/*
	===========================================
	FEATURED COURSE DETAIL PAGE START
	===========================================
	*/
	.course-detail{
		float:left;
		width:100%;
		padding:40px 0px;
		margin:0px 0px 30px 0px;
	}
	.course-detail #bx-pager img {
	    width: 60px;
	}
	.course-detail #bx-pager{
		float:left;
		width:11.7%;
	}
	.course-detail #bx-pager a img{
		width:100%;
	}
	.course-detail #bx-pager a {
		margin:14px 0px 0px 0px;
		padding:4px;
		background-color:#fff;
		border-radius:5px;
		display:block;
	}
	.course-detail #bx-pager a:first-child{
		margin:0px;
	}
	.course-detail .bx-wrapper{
		float:right;
		width:80%;
		padding:4px;
		background-color:#fff;
		border-radius:5px;
	}
	.course-detail .text{
		float:left;
		width:100%;
		color:#0f1521;
	}
	.course-detail .text h2, .course-detail .text h5{
		font-size:30px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px 0px 15px 0px;
	}
	.course-detail .text h5{
		font-size:16px;
	}
	.course-detail .text .reviews{
		float:left;
		width:100%;
		margin:0px 0px 15px 0px
	}
	.course-detail .text .reviews a{
		font-size:16px;
		color:#000;
	}
	.course-detail .text ul{
		float:left;
		width:100%;
		list-style:none;
		margin:30px 0px;
	}
	.course-detail .text ul li{
		float:left;
		width:100%;
		margin:3px 0px;
	}
	.course-detail .text ul li a{
		color:#0f1521;
		font-style:italic;
	}
	.course-detail .text ul li a:hover{
		text-decoration:underline;
	}
	.course-detail .course-category{
		text-align:right;
	}
	.course-detail .course-category a{
		font-size:14px;
		color:#fff;
		font-style:italic;
	}
	.course-detail .course-category h3{
		font-size:18px;
		font-family:'Crete Round',serif;
		color:#0f1521;
		margin:0px;
		text-transform:uppercase;
		font-weight:normal;
	}
	.course-detail .rating{
		float:right;
	}
	.course-detail .rating > span{
		font-size:30px;
		color:#ffd200;
		width:auto;
	}
	/*
	===========================================
	GALLERY PAGE START
	===========================================
	*/
	.gallery{
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
	}
	.gallery h2{
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px 0px 30px 0px;
	}
	.gallery ul{
		list-style:none;
	}
	.gallery ul li{
		margin-bottom:30px;
		position:relative;
	}
	.gallery ul li:hover img{
		opacity:0.3;
	}
	.gallery .social-icons{
		position:absolute;
		left:0px;
		width:100%;
		text-align:center;
		top:20%;
		opacity:0;
		margin:-34px 0px 0px 0px;
	}
	.gallery ul li:hover .social-icons{
		top:50%;
		opacity:1;
	}
	.gallery .social-icons a{
		font-size:20px;
		height:34px;
		width:34px;
		padding:8px 0px;
		color:#fff;
	}


	/*
	===========================================
	LESSONS PAGE START
	===========================================
	*/
	.our-lessons{
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
	}
	.our-lessons .course-tabs .nav-tabs, .our-lessons .course-tabs{
		background-color:transparent;
	}
	.our-lessons h3{
		font-family:'Crete Round',serif;
		font-size:18px;
		font-weight:normal;
		line-height:normal;
		margin:0px 0px 30px 0px;
	}
	/*
	===========================================
	SEARCH RESULT PAGE START
	===========================================
	*/
	.search-result {
		text-align:center;
		margin:200px 0px;
	}
	.search-result h1, .search-result h2{
		font-size:100px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		line-height:normal;
	}
	.search-result h2{
		font-size:30px;
	}
	.search-result a:hover{
		text-decoration:underline;
	}
	.search-result .cover{
		position:relative;
		margin:30px auto;
		width:70%;
	}
	.search-result .cover input[type="text"]{
		margin:0px;
		min-height:54px;
		border-radius:0px;
		padding:6px 70px 6px 10px;
	}
	.search-result button{
		position:absolute;
		right:0px;
		top:0px;
		padding:17px 20px;
		border-radius:0px;
	}
	.error{
		float:left;
		width:100%;
		text-align:center;
		font-family:'Crete Round',serif;
		padding:0px 0px 100px 0px;
	}
	.error-404{
		font-size:400px;
		line-height:400px;
		margin:0px 0px 50px 0px;
		
	}
	.error .ohh{
		font-size:72px;
		line-height:normal
	}
	.error .away{
		font-size:36px;
		line-height:none;
	}

	/*
	===========================================
	TEACHER PROFILE PAGE START
	===========================================
	*/

	.teacher-profile{
		float:left;
		width:100%;
		margin:0px 0px 30px 0px
	}
	.teacher-profile .profile{
		float:left;
		width:100%;
		background-color:#0f1521;
		position:relative;
		min-height:580px;
		padding:0px 0px 80px 0px;
	}
	.teacher-profile .profile-back{
		float:left;
		width:100%;
		margin:0px 0px 40px 0px;
	}
	.teacher-profile .profile-back img{
		width:100%;
	}
	.teacher-profile .profile .thumb{
		position:absolute;
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;
		left:0px;
		right:0px;
		top:20px;
		height:158px;
		width:158px;
		overflow:hidden;
		margin:auto;
		border:solid 3px #fff;
		height:120px;
		width:120px;
	}
	.teacher-profile .profile .thumb img{
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;
	}
	.teacher-profile .profile .title{
		text-align:center;
		font-family:'Crete Round',serif;
		color:#fff;
	}
	.teacher-profile .profile .title h4{
		color:#fff;
		font-size:20px;
		font-weight:normal;
		margin:0px 0px 10px 0px;
	}
	.teacher-profile .profile .title p{
		font-size:16px;
	}
	.teacher-profile .profile .detail{
		padding:0px 10px;
		font-size:18px;
		font-family:'Crete Round',serif;
		margin:0px 0px 20px 0px;
	}
	.teacher-profile .profile .detail table tr td{
		padding:5px 10px;
		width:50%;
	}
	.teacher-profile .profile .detail table tr td:first-child{
		color:#fff;
	}
	.teacher-profile .followers{
		float:left;
		width:100%;
		padding:20px 20px;
		color:#fff;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	.teacher-profile .followers span {
	    border-bottom: 1px solid #fff;
	    display: block;
	    text-align: center;
		margin:0px 0px 5px 0px;
		padding:0px 0px 5px 0px;
		font-weight:bold;
	}
	.teacher-profile .followers i{
		font-size:30px;
		line-height:none;
		margin:15px 30px 0 0;
		float:left;
	}
	.teacher-profile .followers a{
		font-size:16px;
		color:#fff;
		padding:2px 10px;
		display:inline-block;
	}
	.teacher-profile .bio{
		background-color:#FFF;
		float:left;
		width:100%;
		padding:30px;
		min-height:580px;
	}
	.teacher-profile .bio h2{
		font-size:24px;
		line-height:24px;
		margin:0px 0px 15px 0px;
		font-weight:normal;
		font-family:'Crete Round',serif;
	}

	.student-profile{
		float:left;
		width:100%;
		border-bottom:solid 1px #cccccc;
		padding:40px 0px;
		background-color:#fff;
	}
	.student-profile h2{
		font-size:30px;
		font-weight:normal;
		font-family:'Crete Round',serif;
	}
	.student-profile .color{
		font-weight:600;
		font-style:italic;
	}
	.buttons{
		float:left;
		width:100%;
		margin:40px 0px;
		text-align:center;
	}
	.login-btn{
		display:inline-block;
		background-color:#e2452b;
		padding:7px 16px;
		background-image:none;
		border:none;
		color:#fff;
		border-radius:5px;
		margin:0px 0px 10px 0px;
	}
	.btn1{
		background-color:#617bb3;
	}
	.btn2{
		background-color:#e2452b;
	}
	.btn3{
		background-color:#a549a8;
	}
	.btn4{
		background-color:#008ccb;
	}
	.btn5{
		background-color:#0f5eb5;
	}
	.login-btn i{
		margin:0px 10px 0px 0px;
		font-size:18px;
	}
	.form-box{
		background-color:#fbfbfb;
		border-radius:5px;
		border-top:solid 5px;
		box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);
		float:left;
		width:100%;
		min-height:560px;
		margin:0px 0px 30px 0px;
	}
	.form-box h2{
		font-family:'Crete Round',serif;
		color:#222222;
		font-size:24px;
		text-transform:uppercase;
		font-weight:normal;
	}
	.form-box textarea{
		resize:none;
	}
	.form-box .form-body{
		margin:0px;
		background-color:#fff;
		padding:30px;
		box-shadow:0px 4px 3px -2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0px 4px 3px -2px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0px 4px 3px -2px rgba(0, 0, 0, 0.1);
		position:relative;
		z-index:10;
	}
	.form-box form input, .form-box form select{
		min-height:40px;
	}
	.form-box .footer{
		padding:30px;
		float:left;
		width:100%;
		background-color:#fbfbfb;
		position:relative;
	}
	.form-box .footer ul{
		list-style:none;
		float:left;
		width:100%;
		margin:0px 0px 30px 0px
	}
	.form-box .footer ul li{
		float:left;
		width:100%;
		margin:3px 0px;
	}
	.form-box .footer ul li:before{
		content:"::";
		font-size:18px;
		float:left;
		margin:0px 10px 0px 0px;
	}
	.form-box .footer ul li a{
		display:block;
		color:#322c29;
	}
	/*
	===========================================
	TEACHER PROFILE PAGE START
	===========================================
	*/
	.payment-method{
		float:left;
		width:100%;
		padding:20px 30px;
		background-color:#FFF;
	}
	.payment-method h2{
		font-size:24px;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:0px;
		line-height:24px;
	}
	.payment-method ul{
		list-style:none;
		text-align:center;
		margin:50px 0px 20px 0px;
		float:left;
		width:100%;
	}
	.payment-method ul li{
		display:inline-block;
		border:solid 1px #b2b2b2;
		border-radius:5px;
		margin:0px 3px;
		overflow:hidden;
		box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2)
	}
	.payment-method ul li a{
		border-bottom:solid 5px #d2d2d2;
		margin:0px 0px 1px 0px;
		display:block;
		border-radius:5px;
		overflow:hidden;
	}
	.payment-method ul li img{
		border-radius:5px
	}
	/*
	===========================================
	EDIT PROFILE PAGE START
	===========================================
	*/
	.profile-box{
		border-radius:5px;
		float:left;
		width:100%;
		background-color:#ffffff;
		box-shadow:0px 2px 0px 0px rgba(0,0,0,0.06);
		-moz-box-shadow:0px 2px 0px 0px rgba(0,0,0,0.06);
		-webkit-box-shadow:0px 2px 0px 0px rgba(0,0,0,0.06);
	}
	.profile-view{
		margin:0px 0px 30px 0px;
		padding:30px;
	}
	.profile-view .thumb{
		border-radius:100%;
		height:140px;
		width:140px;
		border:solid 5px #9e9e9e;
		overflow:hidden;
		margin:0px auto;
	}
	.profile-view .thumb img{
		border-radius:100%;
	}
	.profile-view .text{
		float:left;
		width:100%;
		text-align:center;
	}
	.profile-view .text p{
		font-size:18px;
		color:#5a5a5a;
		margin:25px 0px;
	}
	.profile-view .btn-style{
		font-size:20px;
	}
	.edit-profile{
		overflow:hidden;

	}
	.edit-profile h2{
		font-size:24px;
		color:#5a5a5a;
		font-weight:300;
		line-height:24px;
		margin:0px;
		padding:30px 30px;
	}
	.edit-profile ul{
		float:left;
		margin:0px;
		list-style:none;
	}
	.edit-profile ul li{
		float:left;
		width:100%;
		border-top:solid 1px #ebebeb;
	}
	.edit-profile ul li a{
		font-size:14px;
		color:#bebdbd;
		text-decoration:none;
		padding:25px 25px 25px 55px;
		display:block;
		position:relative;
	}
	.edit-profile ul li a:hover{
		padding:25px 15px 25px 65px;
	}
	.edit-profile ul li a:before{
		content:"\f101";
		position:absolute;
		left:30px;
		font-family:FontAwesome;
		font-size:18px;
	}
	.edit-profile .logout{
		float:left;
		width:100%;
		padding:30px 30px;
		color:#fff;
	}
	.edit-profile .logout a{
		color:#fff;
		position:relative;
		padding:0px 0px 0px 30px;
	}
	.edit-profile .logout a:before{
		content:"\f08b";
		position:absolute;
		left:0px;
		font-family:FontAwesome;
		font-size:26px;
		line-height:26px;
	}
	.editing{
		padding:30px;
		margin:0px 0px 30px 0px;
	}
	.editing h2{
		font-size:24px;
		color:#5a5a5a;
		font-weight:300;
		line-height:24px;
		margin:0px 0px 20px 0px;
	}
	.editing .form{
		float:left;
		width:100%;
		
	}
	.editing ul{
		list-style:none;
		margin:0px 0px 0px -4%;
	}
	.editing ul li{
		float:left;
		width:46%;
		margin:0px 0px 0px 4%;
	}
	.editing ul li.fw{
		width:96%;
	}
	.editing input[type="text"], .editing input[type="password"], .editing select, .editing textarea{
		min-height:40px;
		border-color:#eaeaea;
		box-shadow:none;
		color:#bebdbd;
		font-family:'Open Sans',sans-serif;
	}
	.editing textarea{
		height:200px;
		resize:none;
	}
	.editing label{
		color:#585858;
		font-size:14px;
		margin:0px 0px 10px 0px;
		display:inline-block;
	}
	.editing .btn-style{
		float:right;
		font-size:16px;
		font-weight:normal;
		text-transform:uppercase;
	}
	.editing table{
		width:100%;
		border:solid 1px #f3f3f3;

	}
	.editing table thead{
		border-radius:5px;
		overflow:hidden;
	}
	.editing table tr td{
		text-align:center;
		border:solid 1px #f3f3f3;
		padding:15px 20px;
		width:20%;
	}
	.editing table tr td:first-child{
		text-align:left;
		width:60%
	}
	.editing table thead tr td{
		color:#fff;
		font-size:16px;
		border:none;
	}
	.editing table tfoot tr td{
		border:none;
		font-size:16px;
	}
	.editing table tbody tr:hover{
		background-color:#f3f3f3;
	}
	.element {
	    position: relative;
	}

	/*new css for course detail*/

	.course-tutor{
		background-color:#FFF;
		padding:20px;
	}
	.course-tutor .thumb{
		float:left;
		margin:0px 0px 20px 0px;
		width:100%;
	}
	.course-tutor .thumb img{
		width:100%;
	}
	.course-tutor .text{
		float:left;
		width:100%;
	}
	.tutor-name{
		font-size:16px;
	}
	.course-tutor i{
		margin:0px 10px 0px 0px;
	}
	.address{
		padding:20px;
		background-color:#fff;
	}
	.address h4{
		font-weight:normal;
		font-size:16px;
		margin:0px 0px 10px 0px;
	}
	.address iframe{
		 float:left;
		 width:100%;
	}
	.categories{
		padding:20px;
		background-color:#fff;
	}
	.categories h4{
		font-weight:normal;
		font-size:16px;
		margin:0px 0px 10px 0px;
	}
	.categories ul{
		margin:0px;
		list-style:none;
	}
	.categories ul li{
		float:left;
		width:100%;
		margin:3px 0px;
		padding:0px 0px 0px 20px;
		position:relative;
	}
	.categories ul li a{
		display:block;
		color:#767676;
	} 
	.categories ul li:before {
	    content: "\f101";
	    font-family: FontAwesome;
	    text-decoration: inherit;
	    color: #000;
	    font-size: 14px;
	    position: absolute;
	    left: 0;
		top:2px;
	}
	.tutor-detail-section{
		float:left;
		width:100%;
		margin:0px 0px 30px 0px;
	}
	.tutor-detail-section .thumb{
		float:left;
		width:100%;
		position:relative;
		overflow:hidden;
	}
	.tutor-detail-section .thumb span{
		position:absolute;
		top:-30px;
		right:-94px;
		background-color:#C00;
		padding:70px 70px 10px;
		color:#fff;
		font-size:16px;
		transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		box-shadow:0px 0px 15px 0px rgba(0,0,0,1);
		-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,1);
		-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,1);
	}

	.tutor-detail-section .thumb img{
		width:100%;
	}

	.tutor-duration{
		float:left;
		width:100%;
		background-color:#f5f5f5;
		position:relative;
	}
	.tutor-duration .duration{
		float:left;
		padding:20px 30px;
	}
	.tutor-duration .duration ul{
		float:left;
		list-style:none;
		margin:0px;
	}
	.tutor-duration .duration ul li{
		float:left;
		text-align:center;
		margin:0px 0px 0px 60px;
	}
	.tutor-detail-section .text{
		float:left;
		width:100%;
		padding:20px;
		background-color:#FFF;
	}
	.tutor-detail-section .text a.enroll{
		padding:20px 20px;
		text-align:center;
		color:#fff;
		display:block;
		font-size:16px;
		text-transform:uppercase;
		margin:20px 0px 0px 0px;
	}
	.tutor-detail-section .text h2{
		font-size:20px;
		color:#1d1d1d;
		font-weight:normal;
		margin:0px 0px 20px 0px;
		line-height:20px;
	}
	.tutor-duration .duration ul li:first-child{
		margin:0px;
	}
	.tutor-duration .duration ul li h4{
		font-size:16px;
		color:#b5b5b5;
		text-transform:uppercase;
		margin:0px;

	}
	.tutor-duration .duration ul li p{
		margin:0px;
	}
	.tutor-duration .course-price{
		float:right;
		min-height:80px;
		min-width:130px;
		padding:11px 20px;
		text-align:center;
	}
	.tutor-duration .course-price p{
		font-size:16px;
		color:#fff;
		text-transform:uppercase;
		margin:5px 0px;
		font-weight:bold;
	}
	.share-course{
		float:left;
		width:100%;
		border-bottom:solid 1px #eaeaea;
		margin:0px 0px 20px 0px;
	}
	.share-course h4{
		font-weight:bold;
		color:#b8b8b8;
		float:left;
		font-size:14px;
		margin:27px 0px;
	}
	.share-course ul{
		list-style:none;
		margin:0px;
		float:left;
		margin:0px 0px 0px 10px;
		padding:20px 0px;
		
	}
	.share-course ul li{
		float:left;
		margin:0px 0px 0px 10px;
		border:solid 2px #eaeaea;
		border-radius:3px;
	}
	.share-course ul li a{
		display:block;
		height:36px;
		width:36px;
		font-size:16px;
		text-align:center;
		padding:7px 0px;
		color:#666666;
	}
	.share-course ul li:hover a{
		color:#fff;
	}
	.related-courses{
		float:left;
		width:100%;
		padding:20px;
		background-color:#FFF;
	}
	.related-courses h2{
		color: #1d1d1d;
		font-size: 20px;
		font-weight: normal;
		line-height: 20px;
		margin: 0 0 20px;
	}
	.related-courses ul{
		list-style:none;
		margin:0px 0px 20px -2%;
	}
	.related-courses ul li{
		width:31.2%;
		float:left;
		margin:0px 0px 20px 2%;
	}
	.related-courses ul li .thumb{
		float:left;
		margin-right:10px;
	}
	.related-courses ul li h4{
		font-size:16px;
		line-height:16px;
		font-weight:normal;
		margin:0px 0px 5px 0px;
	}
	.related-courses ul li p{
		font-size:12px;
	}

	.lessons{
		float:left;
		width:100%;
	}
	.lessons .content_cp_accor{
		padding:10px 20px;
		float:left;
		width:100%;
	}
	.lessons .accordion_cp{
		padding:0px 20px;
	}
	.lessons .accordion_cp p{
		font-family:inherit;
		font-size:18px;
		text-transform:initial;
	}
	.lessons .accordion-open p{
		color:#fff;
	}
	.lessons .accordion_cp p:before{
		display:none;
	}
	.lessons .accordion_cp span{
		left:auto;
		right:0px;
		margin:0px;
		background:none;
		position:absolute;
		padding:15px 20px;
	}
	.lessons .accordion-close span{
		color:#333;
	}
	.lesson-vid{
		float:left;
		width:100%;
		margin:10px 0px;
	}
	.lesson-vid:hover .thumb img{
		opacity:0.4;
	}
	.lesson-vid .thumb{
		float:left;
		margin:0px 20px 0px 0px;
		position:relative;
	}
	.lesson-vid .thumb i{
		position:absolute;
		font-size:50px;
		left:0px;
		right:0px;
		margin:0px;
		top:50%;
		text-align:center;
		margin:-24px 0px 0px 0px;
		color:#fff;
		text-shadow:0px 0px 3px rgba(0,0,0,0.2);
		-moz-text-shadow:0px 0px 3px rgba(0,0,0,0.2);
		-webkit-text-shadow:0px 0px 3px rgba(0,0,0,0.2);
	}
	.lesson-vid .text{
		padding:0px 0px 0px 168px;
	}
	.lesson-vid .text h4{
		font-size:20px;
		line-height:20px;
		margin:0px 0px 5px 0px;
		font-family:'Crete Round',serif;
		font-weight:normal;
	}
	.lesson-vid .text h4 a{
		color:#333
	}
	.lesson-vid .text p{
		line-height:24px;
		margin:0px;
	}
	.become-member{
		background-color:#fff;
		padding:20px;
		text-align:center;
	}
	.become-member a.member{
		display:inline-block;
		padding:10px 15px;
		background-color:#0f1521;
		color:#fff;
		font-family:'Crete Round',serif;
		font-size:20px;
	}
	.become-member p{
		font-size:22px;
		margin:10px 0px;
		font-family:'Crete Round',serif;
	}
	.subscribe-widget{
		background-color:#0f1521;
		padding:20px;
		border-bottom:6px solid;
	}
	.subscribe-widget h2{
		color:#fff;
		text-align:center;
		padding:8px 0px;
		border:solid 1px #353942;
	}
	.subscribe-widget p{
		text-align:center;
	}
	.subscribe-widget .or{
		display:inline-block;
		font-family:'Crete Round',serif;
		font-size:20px;
		text-align:center;
		position:relative;
	}
	.subscribe-widget .or:before, .subscribe-widget .or:after{
		content:"";
		width:80px;
		height:1px;
		background-color:rgba(255,255,255,0.2);
		position:absolute;
		right:150%;
		top:10px;
	}
	.subscribe-widget .or:after{
		right:auto;
		left:150%;
	}
	.subscribe-widget p{
		color:#fff;
	}
	.subscribe-widget a{
		color:#fff;
	}
	.subscribe-widget .dollar{
		font-size:34px;
		font-family:'Crete Round',serif;
	}
	.subscribe-widget ul{
		list-style:none;
		float:left;
		margin:0px;
		padding:10px;
	}
	.subscribe-widget ul li{
		float:left;
		width:100%;
		margin:8px 0px;
		position:relative;
		padding:0px 0px 0px 46px;
	}
	.subscribe-widget ul li a{
		font-size:18px;
		color:#727377;
		font-family:'Crete Round',serif;
	}
	.subscribe-widget ul li a:hover{
		color:#fff;
	}
	.subscribe-widget ul li i{
		margin:0px 10px 0px 0px;
		font-size:24px;
		width:36px;
		text-align:center;
		position:absolute;
		left:0px;
	}


	.inside-course{
		padding:20px;
		background-color:#FFF;
	}
	.inside-course ul{
		list-style:none;
		float:left;
		width:100%;
		padding:10px;
	}
	.inside-course ul li{
		float:left;
		width:100%;
		position:relative;
		padding:0px 0px 0px 25px;
		margin:5px 0px;
	}
	.inside-course ul li a{
		color:#333;
	}
	.inside-course ul li:before{
		content:"\f00c";
		font-family:FontAwesome;
		font-size:16px;
		position:absolute;
		left:0px;
	}
	/*
	=======================================================
					TEACHER'S LISTING
	=======================================================
	*/

	.deen-profile{
		float:left;
		width:100%;
		padding:20px;
		background-color:#FFF;
		position:relative;
		margin:0px 0px 30px 0px;
	}
	.deen-profile .text{
		padding:0px;
	}
	.deen-profile .thumb{
		float:left;
		margin:0px 20px 0px 0px;
	}
	.deen-profile h2{
		font-size:24px;
		font-family:'Crete Round',serif;
		color:#333;
		line-height:24px;
		margin:0px 0px 5px 0px;
	}
	.deen-profile small{
		font-size:12px;
		color:#ccc;
	}
	.deen-profile .share-course{
		width:auto;
		border:none;
		margin:0px;
	}
	.deen-profile .share-course ul{
		margin:0px;
		padding:0px;
	}
	.deen-profile .share-course ul li:first-child{
		margin:0px;
	}

	.teacher-listing{
		float:left;
		width:100%;
		background-color:#FFF;
		padding:20px;
	}
	.teacher-listing ul{
		list-style:none;
		margin:-26px 0 0 -2.5%;
	}
	.teacher-listing ul li{
		margin:26px 0 0 2.5%;
		float:left;
		width:22.5%;
		background-color:#e4e4e4;
	}
	.teacher-listing ul li .thumb{
		float:left;
		width:100%;
		position:relative;
		overflow:hidden;
	}
	.teacher-listing h2{
		font-size:20px;
		margin:0px;
		padding:10px 10px;
		text-align:center;
		line-height:34px;
		font-weight:normal;
		font-family:'Crete Round',serif;
		
	}
	.teacher-listing ul li:hover h2, .teacher-listing ul li:hover h2 a{
		color:#fff;
	}
	.teacher-listing h2 a{
		color:#1e1e1e;
	}
	.teacher-listing .caption{
		position:absolute;
		left:0px;
		top:1000%;
		padding:20px;
	}
	.teacher-listing ul li:hover .caption{
		top:0px;
	}
	.teacher-listing .caption h3{
		font-size:18px;
		line-height:22px;
		color:#fff;
		margin:0px 0px 10px 0px;

	}
	.teacher-listing .caption p{
		color:#fff
	}
	.teacher-listing ul li:hover .thumb img {
		opacity:0.1;
	}
	.teacher-listing ul li .text{
		float:left;
		width:100%;
	}
	.teacher-listing .share-course{
		position:absolute;
		bottom:-50px;
		margin:0px;
		border:none;
	}
	.teacher-listing ul li :hover .share-course{
		bottom:15px;
	}
	.teacher-listing .share-course ul{
		text-align:center;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.teacher-listing .share-course ul li{
		width:auto;
		margin:0 2px 0 2px;
		float:none;
		display:inline-block;
		background-color:transparent;
	}
	.teacher-listing .share-course ul li:hover{
		border-color:#fff;
		background-color:transparent;
		margin:0 2px 0 2px;
	}
	.teacher-listing .share-course ul li a{
		color:#fff;
	}
	.teacher-listing .share-course ul li a:hover{
		background-color:transparent;
	}

	.teacher-courses{
		float:left;
		width:100%;
	}
	.teacher-courses h2{
		font-size:30px;
		line-height:30px;
		font-family:'Crete Round',serif;
		margin:0px 0px 20px 0px;
	}
	.teacher-courses table{
		text-align:center;
		background-color:#fff;
	}
	.teacher-courses table thead{
		font-family:'Crete Round',serif;
		font-size:18px;
		color:#fff;
	}
	.teacher-courses table tr td{
		padding:20px 15px;
	}
	.teacher-courses table tbody tr:hover{
		color:#fff;
	}

	.questions-area {
		float:left;
		width:100%;
		padding:20px;
		background-color:#fff;
		margin:0px 0px 30px 0px;
	}

	/*styled checkboxes start*/
	.questions p{
		font-size:16px;
	}
	.questions input[type=radio].css-checkbox {
		position: absolute;
		overflow: hidden;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}
	.questions input[type=radio].css-checkbox + label.css-label {
		padding: 0px 0px 0px 30px;
		height: 18px;
		background-repeat: no-repeat;
		background-position: 0 0;
		font-size: 14px;
		vertical-align: middle;
		cursor: pointer;
		display: block;
		margin: 0px 0px 10px 0px;
		color: #595959;
		font-weight: normal;
	}
	.questions input[type=radio].css-checkbox:checked + label.css-label {
		background-position: 0 -19px;
	}
	.questions .css-label {
		background-image: url(../images/checkbox.png);
	}

	.questions-area.blanks input[type="text"]{
		min-height:20px;
		border-left:none;
		border-right:none;
		border-top:none;
		margin:0px 10px;
		box-shadow:none;
		color:#900;
		border-radius:0px;
	}
	.questions-area.blanks p{
		line-height:30px;
	}
	.questions-area.single-line input[type="text"]{
		min-height:40px;
		border-radius:0px;
		margin:0px 0px 20px 0px;
	}
	.questions-area.multi-line textarea{
		height:200px;
		border-radius:0px;
	}



	.fileinput-button {
	  position: relative;
	  overflow: hidden;
	}
	.fileinput-button input {
	  position: absolute;
	  top: 0;
	  right: 0;
	  margin: 0;
	  opacity: 0;
	  -ms-filter: 'alpha(opacity=0)';
	  font-size: 200px;
	  direction: ltr;
	  cursor: pointer;
	}

	/* Fixes for IE < 8 */
	@media screen\9 {
	  .fileinput-button input {
	    filter: alpha(opacity=0);
	    font-size: 100%;
	    height: 100%;
	  }
	}







	.mega-manu-container .navigation ul li.mega{
		position:static;
	}
	.mega-manu{
		width:100%;
		position:absolute;
		left:0px;
		top:100%;
		box-shadow:0px 8px 10px 0 rgba(0, 0, 0, 0.15);
		z-index:100;
		visibility:hidden;
		opacity:0;
		margin:20px 0px 0px 0px;
	}
	.mega-manu-container .navigation ul li:hover .mega-manu{
		visibility:visible;
		margin:0px;
		opacity:1;
	}
	.mega-manu-container .mega-manu .inner{
		background-color:#fff;
		margin:6px 0px 0px 0px;
		float:left;
		width:100%;
	}
	.mega-manu-container .mega-manu .bg1{
		background-image:url(../images/menu-bg.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;
	}
	.mega-manu-container .mega-manu .ul-container{
		width:25%;
		float:left;
		padding:20px 15px;	
	}
	.mega-manu-container .mega-manu .ul-container ul{
		position:static;
		padding:0px;
		box-shadow:none;
		background:none;
	}

	.mega-manu-container .mega-manu .ul-container ul li a:before{
		content:"\f0a4";
		font-family:FontAwesome;
		left:0px;
		display:inline-block;
		margin:0px 10px 0px 0px;
	}
	.mega-manu-container .mega-manu .ul-container ul li a{
		padding:5px 0px;
		position:relative;
		border-radius:4px;
	}
	.mega-manu-container .mega-manu .ul-container ul li a:hover{
		padding:5px 10px;
	}
	.mega-manu-container .mega-manu .ul-container h4{
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:solid 1px rgba(0,0,0,0.1);
		padding-bottom:10px;
	}

	/*new category landing pages*/

	.adminstrative{
		float:left;
	}
	.adminstrative h2{
		font-family:'Crete Round',serif;
		font-size:24px;
		text-transform:uppercase;
		color:#c7012e;
		font-weight:normal;
	}
	.adminstrative h2 i{
		margin-right:5px;
	}

	.contant section.cp-event-gallery{
		float:left;
		width:100%;
		padding:0px;
	}
	.cp-event-gallery .sec-header{
		padding:40px 0px;
	}
	.cp-event-gallery .sec-header h2, .cp-event-gallery .sec-header p{
		color:#fff;
	}
	.cp-gallery-container{
		float:left;
		width:100%;
	}
	.cp-gallery-container .cp-gallery-item{
		float:left;
		width:25%;
		position:relative;
	}
	.cp-gallery-container .cp-gallery-item img{
		width:100%;
	}
	.cp-gallery-container .cp-gallery-item .caption{
		position:absolute;
		left:0px;
		top:0px;
		background-color:rgba(0,0,0,0.7);
		width:100%;
		padding:10px;
		height:100%;
		visibility:hidden;
		opacity:0;
	}
	.cp-gallery-container .cp-gallery-item:hover .caption{
		opacity:1;
		visibility:visible;
	}
	.cp-gallery-container .cp-gallery-item .caption a{
		display:inline-block;
		margin:0px 3px;
	}
	.cp-gallery-container .cp-gallery-item .caption a i:hover{
		background-color:#fff;
		color:#333;
		border-radius:100%;
	}
	.cp-gallery-container .cp-gallery-item .caption a i{
		height:36px;
		width:36px;
		text-align:center;
		border:solid 1px #fff;
		color:#fff;
		font-size:18px;
		padding:7px 0px;
	}


	.cp-gallery-container .cp-gallery-item .caption h4{
		color:#fff;
		font-size:24px;
		font-style:italic;
		font-family:'Crete Round',serif;
		font-weight:normal;
		margin:15px 0px;
		line-height:normal;
	}
	.cp-gallery-container .cp-gallery-item .caption p{
		color:#fff;
		font-size:16px;
		font-weight:normal;
		line-height:normal;
		margin:0px 0px 15px 0px;

	}


	.student-sayings{
		float:left;
		width:100%;
		overflow:hidden;
		height:930px;
	}
	.student-sayings-bg{
		position:absolute;
		bottom:0px;
		left:0px;
		right:0px;
		text-align:center;
		z-index:55;
	}
	.student-sayings .bx-wrapper{
		padding:40px;
		background-color:rgba(0,0,0,0.5);
		z-index:100;
		position:absolute;
		left:0px;
		top:250px;
		bottom:250px;
		right:0px;
		width:100%;
		margin:auto;
	}
	.student-sayings .bx-wrapper h3{
		font-size:30px;
		font-family:'Crete Round',serif;
		color:#fff;
		font-weight:normal;
		text-align:left;
	}
	.student-sayings .bx-wrapper p{
		font-size:30px;
		line-height:normal;
		color:#fff;
		font-style:italic;
		font-weight:300;
		padding:0px 50px;
		position:relative;
	}
	.student-sayings .bx-wrapper p:before{
		content:"\f10d";
		font-family:FontAwesome;
		color:#fff;
		font-size:50px;
		position:absolute;
		left:0px;
		top:0px;
	}

	.student-sayings .bx-wrapper a.signature{
		font-family:"Pacifico",cursive;
		font-size:24px;
		color:#c7012e;
	}
	.student-sayings .bx-default-pager{
		display:none;
	}
	.student-sayings .container{
		position:relative;
		height:100%
	}
	.student-sayings .bx-wrapper .bx-controls-direction a{
		text-indent:inherit;
		top:10px;
		margin:0px;
	}
	.student-sayings .bx-wrapper .bx-controls-direction a:before{
		content:"\f104";
		font-family:FontAwesome;
		font-size:60px;
		color:#fff;
		line-height:55px;
	}
	.student-sayings .bx-wrapper .bx-controls-direction a.bx-next:before{
		content:"\f105";
	}
	.student-sayings .bx-wrapper .bx-controls-direction a.bx-prev{
		left:auto;
		right:50px;
	}
	.our-school, .f-stories{
		float:left;
		width:100%;
		box-shadow:0 2px 3px -1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:0 2px 3px -1px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:0 2px 3px -1px rgba(0, 0, 0, 0.3);
	}
	.our-school .thumb img, .f-stories .thumb img{
		width:100%;
		float:left;
		transition: all 300ms cubic-bezier(0.30, 0.22, 0.32, 3.275) 0s;
		-moz-transition: all 300ms cubic-bezier(0.30, 0.22, 0.32, 3.275) 0s;
		-webkit-transition: all 300ms cubic-bezier(0.30, 0.22, 0.32, 3.275) 0s;
		-o-transition: all 300ms cubic-bezier(0.30, 0.22, 0.32, 3.275) 0s;
	}
	.our-school:hover .thumb img, .f-stories:hover .thumb img{
		transform:scale(1.05)
	}
	.our-school h4, .f-stories h2{
		font-family:'Crete Round',serif;
		font-size:24px;
		color:#900;
		margin:15px 0px;
		font-weight:normal;
	}
	.our-school .thumb, .our-school .text, .f-stories .thumb, .f-stories .text{
		float:left;
		width:100%;
		overflow:hidden;
	}
	.our-school .text, .f-stories .text{
		padding:10px 10px 10px 10px;
	}
	.our-school .text a, .f-stories .text a{
		display:inline-block;
		padding:10px 0px;
		color:#900;
		display:block;
		
	}
	.f-stories .text a:hover, .our-school .text a:hover{
		background-color:#069;
		color:#fff;
	}
	.contant section.happy-parents{
		background-image:url(../images/parents.png);
		background-color:#ffc600;
	}
	.happy-parents .thumb{
		float:left;
		margin:0px 20px 0px 0px;
		padding:10px;
		background-color:rgba(255,255,255,0.4);
		border:solid 1px rgba(0,0,0,0.3);
	}
	.happy-parents .text{
		text-align:left;
		padding-top:40px;
	}
	.happy-parents .text h2{
		font-size:36px;
		font-weight:normal;
		font-family:'Crete Round',serif;
		color:#fff;
		margin:0px 0px 15px 0px;
		line-height:36px;
	}
	.happy-parents .text p{
		font-size:22px;
		color:#fff;
		line-height:30px;
	}
	.happy-parents a.signature{
		font-family:"Pacifico",cursive;
		color:#fff;
		font-size:26px;
		float:right;
	}
	.happy-parents .bx-wrapper .bx-pager .bx-pager-item, .happy-parents .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
		float:right;
	}
	.happy-parents .bx-wrapper .bx-pager, .happy-parents .bx-wrapper .bx-controls-auto{
		bottom:auto;
		top:0px;
	}








	.cp-gallery-container .cp-gallery-item .caption a i, .cp-gallery-container .cp-gallery-item .caption, .f-stories .text a, .our-school .text a{
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}
	.latest-events-section{
		position:relative;
		background-image:url(../images/latest-event-bg.jpg);
		background-size:cover;
		
	}
	.latest-events-section .container{
		position:relative;
		z-index:10;
	}
	.latest-events-section .container div.span6{
		text-align:left;
	}
	.latest-events-section:after{
		position:absolute;
		height:100%;
		width:100%;
		content:"";
		background-color:rgba(255,255,255,0.8);
		left:0px;
		top:0px;
	}
	section.cp-our-services{
		background-color:#069eed;
	}
	section.cp-our-services p, .contant section.cp-our-services h2{
		color:#fff;
	}
	.contant section.cp-our-services .sec-header span{
		background-color:#fff;
	}

	/* font-family:'Crete Round',serif;*/
	/*font-family: 'Oswald', sans-serif;*/

