@charset "utf-8";
/*
Theme Name: University Education
Theme URI: http://property.kodeforest.net/
Description: University of Education WordPress Theme
Author: KodeForest
Author URI: http://www.kodeforest.com
Version: 1.0
License: 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, theme-options
Text Domain: university-education
*/


/*******
* Table of Contents :
* 1.0 - Top Bar Wrap Css Start
* 2.0 - Logo Wrap Css Start
* 3.0 - Navigation Wrap Css Start
* 4.0 - Header 2 Wrap Css Start
* 5.0 - Header 3 Wrap Css Start
* 6.0 - kf_hdr2_logo_bar start
* 7.0 - kf_hdr2_navigation start
* 8.0 - Call Us Wrap Css Start
* 9.0 - Banner Wrap Css Start
* 10.0 - Heading Wrap Css Start
* 11.0 - Home Our Services Wrap Css Start
* 12.0 - Our Services Wrap Css start
* 13.0 - Property Listing Wrap Css Start
* 14.0 - Pagination Wrap Css start
* 15.0 - Watch the Video Wrap Css Start 
* 16.0 - Most Recent Property Wrap Css Start
* 17.0 - Leased And Sold Property Wrap Css Start
* 18.0 - Property For Rent Wrap Css Start
* 19.0 - Our Agent Wrap Css Start
* 20.0 - Number Counter Wrap Css Start
* 21.0 - Latest Blog Wrap Css Start
* 22.0 - Map Wrap Css Start
* 23.0 - Company Wrap Css Start
* 24.0 - Twitter Wrap Css Start
* 25.0 - Index 2 Page Css Start
* 26.0 - Advance Search Css Start
* 27.0 - Sub Banner Wrap Css Start
* 28.0 - About Us Video Wrap Css Start
* 29.0 - Know More About Property Wrap Css Start
* 30.0 - Testmonial Wrap Start Wrap Css Start
* 31.0 - Core Value Wrap Start Wrap Css Start
* 32.0 - Blog Grid Wrap Css Start
* 33.0 - Blog Listing Wrap Css Start
* 34.0 - Blog Listing 2 Wrap Css Start
* 35.0 - Blog Detail Wrap Css Start
* 36.0 - Blog Detail 2 Wrap Css Start
* 37.0 - Comming Soon Page Css Start
* 38.0 -Team Detail Page Css Start
* 39.0 - Currently Listed Property Wrap Css Start
* 40.0 - Reviews of the Client Wrap Css Start
* 41.0 - Property Meta Wrap Css Star
* 42.0 - Property Listing 02 Wrap Css Start
* 43.0 - Property Listing 03 Wrap Css Start
* 44.0 - Property Listing 04 Wrap Css Start
* 45.0 - Contact Us 03 Wrap Css Start
* 46.0 - Login Page Wrap Css Start
* 47.0 - Property Detail Page Css Start
* 48.0 - 404 Page Css Start
* 49.0 - Submit Property Page Css Start

[Color codes]

Background:	#ffffff (white)
Content:	#666 (light black)
Header h1:	#4d4d4d (dark black)
Header h2:	#4d4d4d (dark black)
Footer:		#272727 (dark black)

a (standard):	#000000 (dark black)
a (visited):	#0070bb (blue)
a (active):	#f6911e (yellow)

[Typography]
  
Body copy:		14px/ 'Source Sans Pro', sans-serif;
Headers:		'Roboto Slab', serif;
Input, textarea:	'Source Sans Pro', sans-serif;
Sidebar heading:	'Source Sans Pro', sans-serif;
-------------------------------------------------------------------*/

.screen-reader-text{}
.gallery-caption{}
.bypostauthor{}
.kode_wrapper,
header,
section,
.kf_content_wrap,
footer{
	float:left;
	width:100%;
}
footer{
	background-color: #1b1b1b;
	padding: 40px 0 30px;
}

.kode_wrapper,
section,
.kf_content_wrap{
	overflow:hidden;	
}
section,
.kf_footer_bg{
	padding:70px 0px;	
}
.inner-content-holder{
	float: left;
	width: 100%;
	padding:70px 0px;	
}
.no_padding{
	padding:0px;	
}
figure{
	float: left;
	width:100%;
	position: relative;
}
figure img{
	float: left;	
}
/*
	  ==============================================================
		   KF EDUCATION 2 HEADER CSS START
	  ==============================================================
*/
.kf_edu2_nav_wrap{
	float: left;
	width: 100%;
}
.kf_edu2_logo {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.edu2_navigation{
	float: left;
	width: 100%;
	text-align: center;
}
.kf_topbar_wrap{
	float: left;
	width: 100%;
}
.kf_topbar_wrap .pull-left ul {
    float: left;
    margin: 9px 0px;
}
.kf_topbar_wrap .pull-left li {
    float: left;
    margin-left: 34px;
}
.kf_topbar_wrap .pull-left li:first-child{
	margin-left: 0px;
}
.kf_topbar_wrap .pull-left li > a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}
.member-area{
	float: right;
}
.kf_topbar_wrap .member-area li > a:hover,
.kf_topbar_wrap .pull-left li > a:hover{
	text-decoration: underline;
}
.kf_topbar_wrap .member-area span {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
    padding: 7px 0 10px;
    text-transform: capitalize;
}
.kf_topbar_wrap .member-area > ul {
    float: left;
}
/**/
.searchlink{
	float: right;
    display: block;
	right: 0;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
}
.show{
	padding:17px 25px;
	display: block;
}
/** search field **/
.searchform {
  display: none;
  position: absolute;
  width: 100%;
  line-height: 40px;
  top: 144px;
  right: 0;
  padding:26px 35px;
  cursor: default;
  background: #fff;
  z-index: 1;
}
 
.searchlink.open .searchform {
  display: block;
  background: rgba(225, 225, 225, 0.75);
}
.searchform form{
	float: left;
	width: 100%;
}
.searchform form input[type="text"]{
	float: left;
	color: #666;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 14px;
	font-size: 14px;
	padding: 15px;
}
/**/
.kf_topbar_wrap .member-area li {
    float: left;
}
.kf_topbar_wrap .member-area li > a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 14px 10px;
    position: relative;
    text-transform: capitalize;
}
.kf_topbar_wrap .member-area li > a i{
	margin-right: 10px;
}
.nav_des{
	float: left;
	margin: 19px 30px;
	display: inline-block;
}
.nav_des li{
	float: left;
	position: relative;
}
.nav_des > li:last-child {
    border: medium none;
}
.nav_des > li:last-child:before {
    width: 0;
    height: 0;
}

.nav_des li a {
    color: #333;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.nav_des a::before {
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}
.nav_des a::after {
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 0;
}
.nav_des li a:hover::before{
	top: 0;
	width: 100%;
}
.nav_des li a:hover::after{
	bottom: 1px;
	width: 100%;
}
/*Second Drop Down Style*/
.edu2_navigation ul ul{
	position:absolute;
	top:120%;
	left:0px;
	width:250px;
	z-index:10;
	opacity:0;
	visibility:hidden;
	box-shadow: 0 18px 13px -9px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 18px 13px -9px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 18px 13px -9px rgba(0, 0, 0, 0.3);
	padding:30px 0px 0px 0px;
}
.edu2_navigation ul ul li{
	position:relative;
	width:100%;
	display:inline-block;
	padding: 0px;
	background-color:#fff;
	text-align: left;
}
.edu2_navigation ul ul li a{
	width:100%;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px 12px 20px;	
}
.edu2_navigation ul ul li a:hover{
	color: #fff;
}
.edu2_navigation ul ul li a::before{
	display:none;	
}
.edu2_navigation ul ul li a::after{
	display:none;	
}
/*Hover Style*/
.edu2_navigation ul li:hover > ul{
	top:100%;
	opacity:1;
	visibility:visible;	
}
/*Third Drop Down Style*/
.edu2_navigation ul ul ul{
	position:absolute;
	top:0px;
	left:90%;
	visibility:hidden;	
}
/*Hover Style*/
.edu2_navigation ul ul li:hover > ul{
	top:0px;
	left:100%;
	visibility:visible;	
}

.get-admition {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 18px 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
}
.get-admition:hover{
	background-color: #000;
	color: #fff;
}

#news{
	float: left;
	margin: 9px 0px;
	width: 100%;
}

#news li{
	color: #fff;
	text-align: left;
}

#mobile-header{
	display:none;
}
.dl-menuwrapper{
	display: none;
}
.nav_2  .dl-menuwrapper li a{
	color: #fff;
}
.c-button{
	float: right;
	padding: 9px 15px;
}
.c-button:hover{
	color: #fff;
}
/*
	  ==============================================================
		   KF EDUCATION 2 HEADER CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		   KF EDUCATION 2 HEADER 2 CSS Start
	  ==============================================================
*/
#header_2{

	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75); 
	position: relative;
	z-index: 10;
}
#header_2 .login_wrap, #header_2 .top_nav, #header_2 .lng_wrap{
	float: right;
	padding:0px;
	margin:0px;
}
.top_nav ul{
	margin-bottom:0px;
}
.top_bar_2{
	float: left;
	width: 100%;
	line-height: normal;
}
.contct_2{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding:11px 0; 
}
.contct_2 i{
	margin-right: 5px;
}
.login_wrap{
	float: right;
}
.login_wrap li{
	display:inline-block;
}
.login_wrap li a{
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	padding:10px 12px 8px; 
}
.login_wrap li i{
	float: left;
	margin:3px 5px 0px 0px;

}
.top_nav li a:hover,
.login_wrap li a:hover{
	text-decoration: underline;
}
.top_nav{
	float: left;
	display: inline-block;
}
.top_nav li{
	display: inline-block;
}
.top_nav li a{
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	padding:10px 12px 8px; 
	position: relative;
	z-index: 2;
	position: relative;
}

.lng_wrap{
	float: right;
}
.lng_wrap .dropdown-menu > li > a{
	padding:5px 10px;
}
.lng_wrap .dropdown-menu li a i{
	float:left;
	margin:0px 10px 0px 0px;
}
.lng_wrap button{
	padding:10px 15px;	
	color: #fff;
	border: none;
	border-radius: 0;	
}
.lng_wrap button i{
	margin-right: 5px
}
.lng_wrap button:active,
.lng_wrap .btn-default.active,
.lng_wrap .btn-default:active,
.lng_wrap .open > .dropdown-toggle.btn-default,
.lng_wrap .btn-default.focus,
.lng_wrap .btn-default:focus,
.lng_wrap button:hover{
	background: #000;
	color: #fff;
}
.lng_wrap .open .dropdown-menu{
	right: 0!important;
	left: inherit;
}
.lng_wrap button .caret{
	margin-left: 5px;
}
/*navigation header 2*/
.kode_navigation{
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.kode_navigation .dl-menuwrapper {
    margin-top: -20px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.logo_wrap{
	float: left;
	width: 100%;
	padding:12px 0; 
	text-align: center;
}
.nav_2{
	float: left;
	width: 100%;
	padding:31px 0; 
}
/*
.nav_2 ul{
	float: left;
	width: 100%;
	margin:0px;
	padding:0px;
	text-align:center; 
}
.nav_2 ul li{
	display: inline-block;
	position: relative;
}

.nav_2 ul li a:hover{
	color: #fff;
}
figure{
	float:left;
	width:100%;
	position:relative;
}
*/
.navigation ul{
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    list-style: none;
}
.navigation ul li{
    display: inline-block;
	position: relative;
}
.navigation ul li:last-child{
    margin: 0;
}

.nav_2 ul li a{
	display: block;
	color: #666666;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	padding:10px  15px;
	position: relative;
	z-index: 2;
}
.navigation .sub-menu,
.navigation .children {
    position: absolute;
    top: 100%;
    z-index: 1000;
    margin: 0;
    padding: 0;
    left: 0;
    min-width: 280px;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.navigation ul li .sub-menu,
.navigation ul li .children  {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    visibility: hidden;
}
.navigation ul li:hover > .sub-menu,
.navigation ul li:hover > ul,
.navigation ul li:hover > .children  {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.navigation ul li .sub-menu .sub-menu,
.navigation ul li .children .children{
	left: 100%;
	top: 0;
}
.navigation ul li.last .sub-menu,
.navigation ul li.last .children{
	right: 0;
	left: auto;
}
.navigation ul li.last .sub-menu .sub-menu,
.navigation ul li.last .children .children{
	right: 100%;
	left: auto;
}
.navigation ul li .sub-menu li,
.navigation ul li .children li{
	float: left;
	width: 100%;
	margin: 0;
}
.navigation ul li .sub-menu a,
.navigation ul li .children  a {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    padding: 16px 30px;
    letter-spacing: normal;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.navigation ul li:hover > a,
.navigation ul li:hover > a,
.navigation ul li .children  a:hover{
	color: #fff;
}
/*LAST CHILD CSS END*/
/*NAVIGATION CSS END*/
/*RESPONCIVE MENU CSS START*/
.dl-menuwrapper{
	display: none;
}
.dl-menuwrapper .dl-menu{
	background: #fff;
}
.dl-menuwrapper li a {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #333;
    text-align: left;
    letter-spacing: normal;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*RESPONCIVE MENU CSS END*/
/*banner*/
.edu2_main_bn_wrap.banner_2 figure figcaption {
    left: 21%;
    margin: -109px 0 0 -149px;
    text-align: left;
    top: 50%;
    width: 45%;
}
.edu2_main_bn_wrap.banner_2 figcaption span::before{
	margin:inherit;; 
}
.edu2_main_bn_wrap.banner_2 .owl-pagination{
	display: none;
}
/*second ul*/
.nav_2 > ul ul {
    background-color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    visibility: hidden;
    width: 250px;
    z-index: 10;
}
.nav_2 ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav_2 ul ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
}
.nav_2 ul ul li a{
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	padding: 7px 10px;

}
.nav_2 ul ul li a:hover{
	color: #fff;
}

/*
	  ==============================================================
		   KF EDUCATION 2 HEADER 2 CSS END
	  ==============================================================
*/

/*headings css start*/
.kf_heading_3_wrap{
	float: left;
	width: 100%;
	text-align: left;
}
.kf_heading_3_wrap h5{
	text-transform: uppercase;
	font-size: 24px;
}
/*headings css end*/
/*kf_edu_pagination_wrap css start*/
.kf_edu_pagination_wrap{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -9px;
}
.kode-pagination{
	float: left;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom:50px;
}
.kf_edu_pagination_wrap .pagination{
	float: none;
	margin: auto ;
}
.kf_edu_pagination_wrap .pagination > li:last-child > a, 
.kf_edu_pagination_wrap .pagination > li:last-child > span,
.kf_edu_pagination_wrap  .pagination > li:first-child > a,
.kf_edu_pagination_wrap  .pagination > li:first-child > span {
    border-radius: 0px;
   padding: 6px 12px;
   line-height: 1.42857;
   width: auto;
   height: auto;
}
.kf_edu_pagination_wrap .pagination > li:first-child > a{
	margin-left: 0;
}
.kf_edu_pagination_wrap li:first-child  span i{
	margin-right:12px; 
}
.kf_edu_pagination_wrap li:last-child  span i{
	margin-left:12px; 
}
.kode-pagination .page-numbers,
.kf_edu_pagination_wrap .pagination > li > a,
.kf_edu_pagination_wrap .pagination > li > span {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #333333;
    float: none;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: normal;
    margin-left: 5px;
    min-width: 35px;
    padding: 7px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.kode-pagination .page-numbers:first-child{
	margin: 0;
}
.kode-pagination .page-numbers.current,
.kode-pagination .page-numbers:hover,
.kf_edu_pagination_wrap .pagination > li > a:hover,
.kf_edu_pagination_wrap .pagination > li > active:hover a,
.kf_edu_pagination_wrap .pagination > li > active a{
	color:#fff ;
}
.kf_edu_pagination_wrap  .pagination > .active > a, 
.kf_edu_pagination_wrap  .pagination > .active > a:focus,
.kf_edu_pagination_wrap  .pagination > .active > a:hover,
.kf_edu_pagination_wrap  .pagination > .active > span,
.kf_edu_pagination_wrap  .pagination > .active > span:focus,
.kf_edu_pagination_wrap  .pagination > .active > span:hover {
    border: none;
    color: #fff;
    cursor: default;
    z-index: 2;
}
/*kf_edu_pagination_wrap css end*/
/*
	  ==============================================================
		  MAIN BANNER CSS Strat
	  ==============================================================
*/
.edu2_main_bn_wrap{
	float: left;
	width: 100%;
	position: relative;
}
.kode-slider-item .slides > li{
	float: left;
	width: 100%;
	position: relative;
}
.kode-slider-item .slides > li:before{
	content: "";
	left: 0;
	right:0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #000000;
	opacity: 0.5;
}
.kode-slider-item li .kode-caption-wrapper{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 1170px;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.kode-slider-item .kode-caption-wrapper span{
	font-size: 24px;
	font-weight: normal;
	position: relative;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 13px;
	display: inline-block;
	margin-bottom: 4px;
}
.kode-slider-item .kode-caption-wrapper span:before{
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 2px;
	width: 120px;
	background-color: #d3d3d3;
	margin:0 auto; 
}
.kode-slider-item .kode-caption-wrapper .kode-caption-title{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 13px;
	font-size:50px;
	line-height: normal;
}
.kode-slider-item .kode-caption-wrapper .kode-caption-text{
	color: #fff;
	margin: 0 0 30px 0;
	font-size: 20px;
	text-transform: capitalize;
}
.flex-control-nav-wrapper{
	z-index: unset !important;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a,
.edu2_main_bn_wrap .owl-theme .owl-controls .owl-page span{
	width: 14px !important;
	height: 14px !important;
	border: 4px solid #fff;
	border-radius: 100% !important;
	margin: 0 4px;
	background-color: transparent !important; 
	display: inline-block;
}
.edu2_main_bn_wrap .owl-theme .owl-pagination {
    bottom: 70px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}
.edu2_main_bn_wrap .customNavigation {
    bottom: 0%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin: 0 0 0;
    z-index: 1;
}
.edu2_main_bn_wrap .customNavigation  .btn {
    border: medium none;
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 6px 6px;
    z-index: -1;
}
.edu2_main_bn_wrap .customNavigation  .btn i{
	font-size: 16px;
	color: #fff;
}
.edu2_main_bn_wrap .customNavigation  .btn.prev-1 i,
.edu2_main_bn_wrap .customNavigation  .btn.next-1 i{
	font-size: 25px;
	font-weight: bold;
}
.edu2_main_bn_wrap .customNavigation  .prev-1{
	margin-right: 58px;
	margin-left: 60px;
}



.flex-direction-nav{
	display: none;
}


.position-center{
	text-align: center;
}
.position-right{
	text-align: right;
}
.position-left{
	text-align: left;
}
/*
	  ==============================================================
		 MAIN BANNER CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		   KF INNER PAGE BANNER CSS START
	  ==============================================================
*/
.kf_inr_banner.padding_more{
	padding-bottom:110px;
}
.kf_inr_banner{
	float: left;
	width: 100%;
	text-align: :left;
	padding:70px 0px;
	background-image: url(images/inrbg.jpg);
	background-size: cover;
	background-origin: center;
	background-repeat: none-repeat;
	position:relative;
	z-index:2;
	margin-bottom:50px;
	background-position:center; 
}
.kf_inr_banner:before{
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	background:#000000;
	opacity:0.7;
	z-index:-1;
}
.kf_inr_ban_des{
	float: left;
	width: 100%;
	text-align: left;
}
.inr_banner_heading {
    float: left;
    text-align: left;
    width: 50%;
}
.kf_inr_ban_des h3{
	color:#fff;
	text-transform: uppercase;
	font-size: 30px;
	margin-top:0px;
}
/**/
.kf_inr_breadcrumb .breadcrumb,
.kf_inr_breadcrumb {
    float: right;
    text-align: right;
    width: auto;
    padding:6px 0px;
    line-height: 14px;
}
.kf_inr_breadcrumb .breadcrumb li,
.kf_inr_breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
	color:#fff;
}
.kf_inr_breadcrumb .breadcrumb li:before,
.kf_inr_breadcrumb ul li::before {
    color: #fff;
    content: "\f105";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: normal;
    left: -7px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
	line-height:normal;
}
.kf_inr_breadcrumb .breadcrumb li:first-child:before,
.kf_inr_breadcrumb ul li:first-child:before {
    font-size: 0;
	display:none;
}
.kf_inr_breadcrumb .breadcrumb li a,
.kf_inr_breadcrumb .breadcrumb li strong,
.kf_inr_breadcrumb ul li a {
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	padding:0 7px;
	display:block;
	line-height: 14px;
	font-weight: bold;
}
/*
	  ==============================================================
		   KF INNER PAGE BANNER CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		 DEFALT HEADINGS CSS START
	  ==============================================================
*/
.kf_edu2_heading1{
	float: left;
	width: 100%;
	text-align: left;
	margin:-7px 0 30px 0; 
}
#order_review_heading,
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-content .page-title,
.kf_edu2_heading1 h3{
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	padding-bottom: 15px;
}
#order_review_heading,
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-content .page-title{
	margin-bottom: 25px;
}
#order_review_heading:before,
.woocommerce-shipping-fields h3:before,
.woocommerce-billing-fields h3:before,
.woocommerce-content .page-title:before,
.kf_edu2_heading1 h3:before{
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 25px;
	background-color: #666666;
	position: absolute;
}
#order_review_heading:after,
.woocommerce-shipping-fields h3:after,
.woocommerce-billing-fields h3:after,
.woocommerce-content .page-title:after,
.kf_edu2_heading1 h3:after{
	content: "";
	left: 35px;
	bottom: 1px;
	height: 1px;
	width: 50px;
	background-color: #bbbbbb;
	position: absolute;
}
/*heading 2
.kf_edu2_heading1.text-center{
	float: left;
	width: 100%;
	text-align: center;
	margin:-8px 0 40px 0; 
}*/
.kf_edu2_heading1.text-center h3{
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
}
.kf_edu2_heading1.text-center h3:after,
.kf_edu2_heading1.text-center h3:before{
    background-color: #666666;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 49px;
    width: 25px;
}
.kf_edu2_heading1.text-center h3:after{
    background-color: #bbbbbb;
    height: 1px;
    left: 49px;
    width: 50px;
    right: 0;
}
.kf_edu2_heading1 p{
	margin-top:10px;
	float:left;
	width:100%;
}
.kf_edu2_heading2 p{
	margin:10px 0px;
	font-size:16px;
}
/*
	  ==============================================================
		 DEFALT HEADINGS CSS START
	  ==============================================================
*/
/***************************** HOME PAGE CONTENT CSS START *****************************/
.kf_course_outerwrap{
	float: left;
	width: 100%;
}
.kf_cur_catg_wrap{
	float: left;
	width: 100%;
	padding:69px 0 40px; 
}
.kf_cur_catg_des{
	float: left;
	width: 100%;
	position: relative;
	background-color: #f8f8f8;
	padding:31px 23px 31px; 
	margin-bottom: 30px;
}
.kf_cur_catg_des:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height:100%;
	width: 2px;
}
.kf_cur_catg_des:hover:before{
	width: 5px;
}
.kf_cur_catg_capstion{
	float: none;
	overflow: hidden;
	text-align: left;
	padding-left:23px; 
}
.kf_cur_catg_des > span {
    color: #000000;
    float: left;
    font-size: 46px;
    margin: auto 0;
    padding: 12px 0 8px;
    vertical-align: middle;
}
.kf_cur_catg_des:hover span{
	color:#fff !important;
}
.kf_cur_catg_capstion h5{
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.kf_cur_catg_des:hover .kf_cur_catg_capstion > h5 {
	color:#fff;
}
.kf_cur_catg_capstion p{
	color: #000000S;
	margin:0;
}
.kf_cur_catg_des:hover .kf_cur_catg_capstion > p {
	color:#fff;
}
/*search wrap start*/
.kf_edu2_search_wrap{
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	padding:30px 20px 70px; 
}
.kf_edu2_search_wrap form{
	float: left;
	width: 100%;
}
.edu2_serc_des{
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.edu2_serc_des .selectric .label,
.edu2_serc_des .btn.btn-default.dropdown-toggle,
.edu2_serc_des input[type="email"],
.edu2_serc_des input[type="text"]{
	float: left;
	width: 100%;
	color: #666;
	padding:15px 20px 15px;
	font-size: 14px;
	color: #666;
	border:1px solid #fae5e5; 
	border-radius: 0;
	text-align: left;
	font-weight: normal;
	background-color: #fff;
}
.edu2_serc_des input::-webkit-input-placeholder{
	color: #666;
}
.edu2_serc_des input::-moz-placeholder{
	color: #666;
}
.edu2_serc_des .selectric .label{
	border:none;
	line-height: normal;
}
.edu2_serc_des .selectric .button{
	top: 4px;
}
.edu2_serc_des .btn-default.focus,
.edu2_serc_des .btn-default:focus,
.edu2_serc_des .btn-default.active,
.edu2_serc_des .btn-default:active,
 .edu2_serc_des .open > .dropdown-toggle.btn-default,
.edu2_serc_des .btn.btn-default.dropdown-toggle:hover{
	background-color: #fff;
}
.edu2_serc_des .btn-group {
    float: left;
    width: 100%;
}
.edu2_serc_des span {
    font-size: 14px;
    
}
.edu2_serc_des .dropdown-menu {
    border: medium none;
    border-radius: 0;
    float: left;
    width: 100%;
}
.kf_edu2_search_wrap .dropdown-menu > li > a:focus,
.kf_edu2_search_wrap .dropdown-menu > li > a:hover{
	color: #fff;
}
.kf_edu2_search_wrap > p{
	float:left;
	width: 100%;
	margin: 0;
}
.kf_edu2_search_wrap p input[type="submit"],
.kf_edu2_search_wrap form > button {
    color: #fff;
    float: left;
    height: auto;
    min-height: auto;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 3px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.kf_edu2_search_wrap p input[type="submit"]:hover,
.kf_edu2_search_wrap form > button:hover{
	background-color: #000 !important;
	color :#fff ;
}
/*search wrap end*/
/*edu2 welcome wrap start*/
.kf_edu2_intro_wrap{
	position: relative;
	background-color: #f8f8f8;
}
.kf_edu2_intro_wrap:before{
	content: "";
	left: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background-image: url(extra-images/bg-1.html);
	background-size: cover;
	background-position: center;
	position: absolute;
}
.kf_intro_des_wrap{
	float: right;
	width: 50%;
	padding:0 30px; 
}
.one-fifth.column{
	float: left;
	width: 19.445%;
}
.kode-style-gal-simple-gallery .kode-padding-free .gallery-item{
	padding:0px;
	margin-bottom:0px;
}
.kf_intro_des figure {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.kf_intro_des figure img{
	width:100%;
}
.kf_intro_des_caption{
	float: left;
	width: 100%;
	padding: 0px 15px;
	text-align: center;
}
.kf_intro_des_caption h6{
	text-transform: uppercase;
}
.kf_intro_des_caption span{
	display: inline-block;
	width: 83px;
	height: 83px;
	border-radius: 100%;
	font-size: 32px;
	background-color: #fff;
	color: #666666;
	margin: 0 0 26px 0;
	border: solid 1px #ddd;
}
.kf_intro_des_caption:hover span{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2)
}
.kf_intro_des_caption span i{
	line-height: 83px;
}
.kf_intro_des_caption h6{
	font-weight: normal;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kf_intro_des_caption p{
	margin: 0 0 19px 0;
}
.kf_intro_des_caption a{
	display: inline-block;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
	margin-bottom: 45px;
	font-size: 14px;
}
.kf_intro_des figure figcaption{
	position: absolute;
	top: 39%;
	left: 0;
	right: 0;
	bottom: 0;
	width:80%;
	text-align: center;
	margin: auto;
}
.kf_intro_des figure figcaption a{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	opacity: 0;
}
.kf_intro_des:hover figure figcaption a{
	opacity: 1;
}
/*edu2 welcome wrap end*/
/*OUR OURSES SECTION START*/
.kf_edu2_tab_wrap{
	float: left;
	width: 100%;
}
.kf_edu2_tab_wrap .nav-tabs{
	border:none; 
	float: right;
}
.kf_edu2_tab_wrap .nav-tabs li{
	margin: 0px 0px 0px 23px;
	border:none; 
}
.kf_edu2_tab_wrap .nav-tabs > li > a {
    border-radius: 0;
    border: none;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    padding: 4px 0 8px;
    text-transform: capitalize;
    margin: 0px;
    font-family: 'Ubuntu', sans-serif;
}
.kf_edu2_tab_wrap  .nav.nav-tabs > li:first-child {
    margin-left: 0;
}
.kf_edu2_tab_wrap  .nav > li > a:focus,.kf_edu2_tab_wrap  .nav > li > a:hover,
.kf_edu2_tab_wrap .nav-tabs > li > a:hover{
	background-color: transparent;
	border: none; 
	text-decoration: none;
}
.kf_edu2_tab_wrap .nav-tabs > li > a:before{
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 2px;
	width: 0%;
}

.kf_edu2_tab_wrap .nav-tabs .active a:before,
.kf_edu2_tab_wrap .nav-tabs > li > a:hover:before{
	width: 100%;
}
.kf_edu2_tab_des{
	float: left;
	width: 100%;
}
.edu2_cur_wrap{
	float: left;
	width: 100%;
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
}
.edu2_cur_wrap > figure figcaption{
	position: absolute;
	left: 0;
	right:0;
	top: 50%;
	bottom: 0;
	text-align: center;
	margin-top: -14px;
}
.edu2_cur_wrap > figure figcaption a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 20px 10px;
	opacity: 0;
	line-height: normal;
}
.edu2_cur_wrap:hover > figure figcaption a{
	opacity: 1;
}
.edu2_cur_wrap > figure figcaption a:hover{
	background-color: #000000;
	border-color: #000000;
}
.edu2_cur_des_ft,
.edu2_cur_des{
	float: left;
	width: 100%;
	position: relative;
}
.edu2_cur_des{
	padding:30px; 
}
.edu2_cur_des > span {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 3px 4px -1px rgba(206, 190, 190, 1);
    color: #333;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -35px;
    width: 60px;
}
.edu2_cur_des > h5 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.edu2_cur_des > strong {
    float: left;
    width: 100%;
    margin-bottom: 21px;
}
.edu2_cur_des > strong span{
	color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 0 3px 0 0;
    position: relative;
}
.edu2_cur_des > strong span i{
	margin: 0 15px 0 0;
}
.edu2_cur_des > strong small {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
    position: relative;
}
.edu2_cur_des > strong small::before {
    content: "-";
    left: 0;
    margin: auto;
    position: absolute;
}
.edu2_cur_des p{
	margin-bottom: -1px;
}
.edu2_cur_des_ft{
	float: left;
	width: 100%;
	padding:15px;
	background-color: #f8f8f8; 
	border-top: 1px solid #e2e2e2;
}
.edu2_cur_des_ft figure{
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 13px;
	border-radius: 100%;
}
.edu2_cur_des_ft figure img{
	border-radius: 100%;
}
.edu2_cur_ftr_strip{
	float: none;
	overflow: hidden;
	padding: 8px 0px 0px;
}
.edu2_cur_ftr_strip > h6{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
/*rating star*/
.rating {
    float: right;
}
.rating > span {
    color: #ddd;
    display: inline-block;
    font-size: 24px;
    position: relative;
    width: 1.1em;
	line-height:34px;
}
.rating > span:hover:before {
   content: "\2605";
   position: absolute;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   color: gold;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: auto;
 
}
.edu2_cur_wrap .rating > span{
	width: auto;
	line-height: 24px;

}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
/*rating star*/

/*tab slider*/
.kf_edu2_tab_des .row.margin-bottom{
	margin-bottom: 69px;
}
.kf_edu2_tab_des .item {
    padding: 15px;
}
.kf_edu2_tab_des  .owl-pagination{
	display: none;
}
.kf_edu2_tab_des .customNavigation {
    float: left;
    width: 100%;
    text-align: center;
}
.kf_edu2_tab_des .customNavigation .btn.next{
	float: right;
}
.kf_edu2_tab_des .customNavigation .btn.prev{
	float: left ;
}
.kf_edu2_tab_des .customNavigation .btn {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    margin: 8px 0;
    padding: 8px 15px 9px;
}
.kf_edu2_tab_des .browse_all {
    background: transparent none repeat scroll 0 0;
    border: 1px solid ;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 34px 14px;
    text-transform: capitalize;
}
/*OUR OURSES SECTION END*/
/*main page gallery start*/
.edu2_gallery_wrap{
	float: left;
	width: 100%;
	background-color: #333333;
	margin-bottom: 40px;
	position:relative;
}
.edu2_gallery_wrap .navi{
	float:none;
	width:15%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
	padding:50px 30px;
}
.edu2_gallery_wrap .navi #filterable-item-filter-1 a {
	background:none;
	color:#ffff;
	border:none;
}
.edu2_gallery_wrap .navi #filterable-item-filter-1 li{
	float:left;
	width:100%;
	margin:0px;
}
.edu2_gallery_wrap .gallery3{
	float:left;
	width:100%;
}
.edu2_gallery_des{
	float: left;
	width: 100%;
}

.edu2_gallery_des ul{
	float: none;
	margin:auto;
	text-align: center;
}
.edu2_gallery_des ul li{
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
.edu2_gallery_des.navi li:last-child {
    margin: 0;
}
.edu2_gallery_des a {
    color: #fff;
    display:inline-block;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
.edu2_gallery_des > figure figcaption{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin:0 auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
	opacity: 0;
}
.edu2_gallery_des:hover figure figcaption{
	opacity: 1;
}
.edu2_gallery_des > figure > figcaption > a{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin: 0 6px 0px;
}
.edu2_gallery_des > figure > figcaption > a:hover{
	background-color:#000;
	color:#fff;	
}
.edu2_gallery_des > figure > figcaption > h5{
	display: block;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.edu2_gallery_des > figure > figcaption > p{
	margin: 0;
	color: #fff;
}
.loadmore{
	float: left;
	width: 100%;
	text-align: center;
}

/*main page gallery end*/
/*counter section start*/
.edu2_counter_wrap{
	background-color: #2d2e32;
	position: relative;
	z-index: 2;
	padding:30px 0px;
}
.edu2_counter_wrap:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-image:url(images/counter-bg.html); 
	z-index: -1;
}
.edu2_counter_des{
	float: left;
	width: 100%;
	border-style:solid;
	border-width: 0 0 0 1px; 
	border-color:rgba(255, 255, 255, 0.31);
	text-align: center;
	padding: 30px 0;
}
.kode-parallax-wrapper .columns:first-child .edu2_counter_des{
	border: none;
}
/*
.border-right-none .edu2_counter_des{
    border: medium none;
}
*/
.edu2_counter_des span{
	font-size: 55px;
	color: #fff;
	line-height: normal;
	display: block;
    margin: -8px -1px 0;
}
.edu2_counter_des h3{
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 9px;
}
.edu2_counter_des h5{
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-bottom: -4px;
}
/*counter section end*/
/*OUR FACALTY MEMBERS SECTION START*/
.edu2_faculty_wrap{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: -30px;
}
.edu2_faculty_des{
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.edu2_faculty_des:hover{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.edu2_faculty_des figure:before{
	z-index: 1;
}
.edu2_faculty_des:hover .edu2_faculty_des2{
	background-color: #fff;
}
.edu2_faculty_des2{
	float: left;
	width: 100%;
	border-bottom:1px solid #dfdfdf;
	text-align: center;
	background-color: #f7f7f7;
	padding: 30px 15px;
}
.edu2_faculty_des2 h6{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.edu2_faculty_des2 strong{	
	text-transform: capitalize;
	color: #777;
	display: block;
	font-weight:normal;
	margin-bottom: 4px;
}
.edu2_faculty_des2 p{
	margin-bottom: 0;
	text-transform: capitalize;
}
.edu2_faculty_des figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	margin: -13px auto 0;
	text-align: center;
	opacity: 0;
	transform:scale(1.5);
}
.edu2_faculty_des:hover figcaption {
	opacity: 1;
	transform:scale(1);
}
.edu2_faculty_des figcaption a{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius:100%;
	background-color: #fff;
	margin:0 3px;  
}
.edu2_faculty_des figcaption a:hover{
	background-color: #000;
	color: #fff;
}
/*slider faculty member start*/
.edu2_faculty_wrap .item {
    float: left;
    padding: 0 8px;
}
.edu2_faculty_wrap .owl-pagination {
    display: none;
}
.edu2_faculty_wrap .owl-controls.clickable {
    position: absolute;
    right: 17px;
    top: -80px;
}
.edu2_faculty_wrap .owl-controls .owl-buttons div{
	border:1px solid #c4c4c4;
	border-radius: 0;
	margin:0px -1px; 
	width:34px;
	height: 29px;
	font-size: 0;
	position:relative;
	background: #fff;
}
.edu2_faculty_wrap .owl-controls .owl-buttons div:before{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	position: absolute;
	line-height: 27px;
	font-size: 15px;
	color: #333333;
	font-family: FontAwesome;
}
.edu2_faculty_wrap .owl-controls .owl-buttons .owl-prev:before{
	content: "\f104";
}
.edu2_faculty_wrap .owl-controls .owl-buttons .owl-next:before{
	content: "\f105";
}
/*slider faculty member end*/
/*OUR FACALTY MEMBERS SECTION END*/
/*NEWS AND EVENT SECTION START */
.edu2_new_wrap{
	background-color: #f7f7f7;
	padding-bottom: 39px;
}
.edu2_new_des{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.edu2_event_des{
	float: left;
	padding: 25px 0 0px 0;
	text-align: left;
	position: relative;
	z-index: 2;
}
.text-right{
	text-align: right;
}
.text-right span{
	right: 40px;
	left: auto;
}
.edu2_event_des span {
    color: #d2d2d2;
    font-size: 72px;
    font-weight: bold;
    left: 40px;
    position: absolute;
    top: 25px;
    z-index: -1;
}
.edu2_event_des h4{
	font-weight: bold;
	margin-bottom: 29px;
}
.edu2_event_des p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: normal;
}
.post-option{
	float: left;
	width: 100%;
	padding: 0;
	margin:0 0 10px;
	text-align: left;
	line-height: normal;
}
.edu2_event_des.text-right .post-option{
	text-align: right;

}
.post-option li{
	display: inline-block;
	font-size: 13px;
	color: #999999;
	text-transform: capitalize;
	margin-left: 8px;
}
.post-option li:first-child{
	margin-left:0px;
}
.post-option > li  i{
	margin-right: 15px;
}
.post-option > li > a{
	font-size: 13px;
	color: #999999;
	text-transform: capitalize;
	display: inline-block;
}
.thumb figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0px auto 0;
	text-align: center;
	opacity: 0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.edu2_new_des:hover .thumb figure figcaption {
	opacity: 1;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.thumb figure figcaption a{
	font-size: 40px;
	color: #fff;
}
.thumb figure figcaption a:hover{
	color: #000;
}
.kd-audio-post, .kd-video-post{
	float: left;
	width: 100%;
}
.kd-audio-post iframe{
	width: 100%;
}
.kd-video-post iframe{
	width: 100%;
	height: 400px;
}
/*NEWS AND EVENT SECTION END */
/*EDU TRAINING SECTION START */

.kf_edu2_training_des{
	float:left;
	width:100%;
	position:relative;	
}
.kf_edu2_training_des figure{
	overflow:visible;
	position:absolute;
	left:80px;
	top:-26px;	
}
.kf_edu2_training_des figure img{
	width:auto;
	height:auto;	
}
.edu2_training_des{
	float: left;
	width: 100%;
	position: relative;
}
.edu2_training_wrap {
    float: left;
    text-align: center;
    width: 100%;
    padding: 30px 0;
}
.edu2_training_wrap h2{
	font-weight: 300;
	font-size: 43px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 7px;
}
.edu2_training_wrap h3{
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 30px;
	font-size: 20px;
}
.edu2_training_wrap .downcount{
    color: transparent;
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 100%;
}

.edu2_training_wrap .downcount li {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 7px;
    padding: 8px 0 14px;
    width: 80px;
    position: relative;
    z-index: 2;
}
.edu2_training_wrap .downcount li span {
    font-size: 24px;
    font-weight: bold;
    line-height: 39px;
    color: #fff;
}
.edu2_training_wrap .downcount li p {
    font-size: 14px;
    margin: -8px 0 0;
    text-transform: capitalize;
    color: #fff;
}
.edu2_training_wrap strong{
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	margin-bottom: 18px;
}
/*EDU TRAINING SECTION END */
/*PRICING SECTION START*/
.kf_edu_price_bg{
	padding-top:70px;
	background-color: #f3f3f3;
}
.edu2_pricing_wrap{
	float: left;
	width: 100%;
}
.edu2_pricing_des{
	float: left;
	width: 100%;
	text-align: center;
	border:1px solid rgba(225, 225, 225, 0.5) ;
	background-color: #fff;
}
.edu2_pricing_des:hover {
    border-color: transparent;
    box-shadow: 0 10px 20px 0px rgba(225, 225, 225, 0.5);
    -moz-box-shadow: 0 10px 20px 0px rgba(225, 225, 225, 0.5);
    -webkit-box-shadow: 0 10px 20px 0px rgba(225, 225, 225, 0.5);
}
.edu2_pricing_des h4{
	text-transform: capitalize;
	padding: 24px 0; 
	font-weight: 300;
	float: left;
	width: 100%;
	line-height: normal;
}
.edu2_pricing_des .pckg-price h3{
	font-size:30px;
	line-height: normal; 
}
.edu2_pricing_des .pckg-price{
	background-color: #f8f8f8;
	display: block;
	padding:30px 0px; 
}
.edu2_pricing_des span strong{
	font-size: 50px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	display: block;
	position: relative;
	line-height: 50px;
}
.edu2_pricing_des span h3{
	color: #333;
	text-transform: capitalize;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
}
.edu2_pricing_des:hover span sup,
.edu2_pricing_des:hover span h3,
.edu2_pricing_des:hover span strong{
	color: #fff;
}
.edu2_pricing_des ul{
	float: left;
	width: 100%;
	margin: 0;
	padding:24px 0 29px;
	text-align: center; 
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e8e8e8;
}
.edu2_pricing_des ul li{
	display: block;
	margin-bottom: 23px;
}
.edu2_pricing_des ul li a{
	display: block;	
	font-weight: normal;
	color: #666;
	font-family: 'Ubuntu', sans-serif;
}
.edu2_pricing_des ul li:last-child{
	margin-bottom: 0;
}
.subscribe {
	float: left;
    background: #fff none repeat scroll 0 0;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    padding: 25px 20px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    line-height: normal;
}
/*PRICING SECTION END*/
/*OUR TESTEMONIAL SECTION START*/
.edu2_testemonial_slider_wrap{
	float: left;
	width: 100%;
}
.edu_testemonial_wrap {
    border: 1px solid #e1e1e1;
    float: left;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.edu_testemonial_wrap:hover{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.edu_testemonial_wrap:before{
	content: "";
	right: -1px;
	top: -1px;
	bottom: 0;
	width: 85%;
	height: 2px;
	position: absolute;
}
.edu_testemonial_wrap > figure{
	width: 122px;
	left: 0px;
	float:left;
	position:relative;	
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3)
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3)
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3)
}
.edu_testemonial_wrap > figure img{
	width: 100%;
}
.edu_testemonial_wrap .kode-text{
	padding-left: 138px;
}
.edu_testemonial_wrap a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.edu_testemonial_wrap  a span{
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	margin-left: 4px;
}
/*slider*/
.edu2_testemonial_slider_wrap .item {
    float: left;
    padding: 0 15px;
}
.edu2_testemonial_slider_wrap .owl-wrapper-outer{
	padding-top:30px; 
	margin-bottom: 29px;
}
.edu2_testemonial_slider_wrap .owl-dots span,
.edu2_testemonial_slider_wrap  .owl-theme .owl-controls .owl-page > span{
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: #c3c3c3;
}
.edu2_testemonial_slider_wrap  .owl-theme .owl-controls .owl-pagination{
	line-height: 13px;
}
.edu2_testemonial_slider_wrap .owl-dots.active span,
.edu2_testemonial_slider_wrap .owl-page.active{
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.edu2_testemonial_slider_wrap .owl-page.active > span{
	background-color: transparent !important;
}
/*OUR TESTEMONIAL SECTION END*/
/*
	  ==============================================================
		  HOME PAGE CONTENT CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		  Courses List Pge CSS Strat
	  ==============================================================
*/
.kf_courses_outer_wrap{
	float: left;
	width: 100%;
	overflow: hidden;
}
.col-md-6.left-padding{
	padding-left: 0;
}
.col-md-6.right-padding{
	padding-right: 0;
}
.kf_courses_wrap{
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.kf_courses_wrap > figure{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.kf_courses_wrap  figure a{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: 0px auto 0;
	font-size: 16px;
	color: #000;
	text-align: center;
	display: inline-block;
	opacity: 0;
	height:50px;
	width:50px;
	border-radius:100%;
	background-color:#fff;
	line-height:50px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.kf_courses_wrap  figure a:hover{
	color: #fff;
	background-color: #000;
}
.kf_courses_des{
	float: left;
	width: 100%;
	
}
.courses_des_hding1{
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0 10px;
}
.courses_des_hding1 h5{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.kf_courses_des > span{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
	float: left;
	margin-bottom: 15px;
}
.kf_courses_des > span > small{
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	margin-left: 7px;
}
.kf_courses_des > p{
	margin: 0 0 23px ;
	color:#666666;
	float: left;
}
/*rating stars css start*/
.rating_wrap{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.rating_wrap > span{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color:#333;
	line-height: 16px;
	margin-right: 10px;
}
.rating_wrap .rating {
    float: left;
    margin: -8px 0;
}
.rating_wrap .rating > span {
    color: #ddd;
    display: inline-block;
    font-size: 24px;
    position: relative;
}
.rating_wrap .rating > span:hover:before {
   content: "\2605";
   position: absolute;
}
.rating_wrap .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating_wrap .rating > span:hover:before,
.rating_wrap .rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   color: gold;
}
.rating_wrap .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating_wrap .rating > span:hover:before,
.rating_wrap .rating_wrap .rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
/*rating stars css end*/
.kf_courses_des > a {
    border: 1px solid #dddddd;
    float: left;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    content: #333;
}
.kf_courses_des > a:hover{
	color: #fff;
}
/*************************SIDE BAR CSS START****************/

.kf-sidebar{
}
.kode-sidebar .widget,
.kode-sidebar-element .widget,
.kf-sidebar .widget{
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:solid 1px #CCC;
}
.kode-sidebar .widget h2,
.kode-sidebar-element .widget-title,
.kf-sidebar .widget h2{
	font-size:24px;
	text-transform:uppercase;
	margin:0px 0px 15px 0px;
}



.widget-search form{
	float: left;
	width: 100%;
	position: relative;
}
.widget_search input[type="text"],
.widget-search input[type="search"]{
	float: left;
	width: 100%;
	padding: 11px 15px 13px;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	color: #999999;
}
.widget_search input[type="text"]:focus,
.widget-search input[type="search"]:focus{
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
/*.kf_sidebar_srch_wrap end*/
/*.kf_ARCHIVE_wrap start

.widget_archive{
}
.widget_archive ul{
	list-style:none;
	float:left;
	width:100%;
	padding:0;
	margin:0px 0px 0px 0px;
}
.widget_archive ul li{
	float: left;
	width: 100%;
	padding: 12px 0px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.widget_archive ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.widget_archive ul li a{
	font-weight: normal;
	font-size: 14px;
	text-transform: capitalize;
	color: #333333;
	padding:0 0 0 15px;
	margin: 0 0 12px;
	float: left;
	width: auto;
	line-height:normal;
	position: relative;
}
.widget_archive ul li a:before{
	position: absolute;
	left: 0;
	top: 50%;
	color: currentColor;
	content: "\f105";
	font-family: 'fontawesome';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_archive ul li:hover{
	padding-left: 5px;
	background: #f3f2f2;
}
.widget_archive ul li a i{
	margin-right: 10px;
}
/*.kf_ARCHIVE_wrap END*/

/*KF SIDE BAR RECENT POST WRAP START*/
.widget-recent-posts{
	float: left;
	width: 100%;
}
.widget-recent-posts ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style: none;
}
.widget-recent-posts li{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget-recent-posts ul li:last-child{
	margin-bottom: 0;
}

.widget-recent-posts figure{
	width: 130px;
	float:left;
	position:relative;
}
.widget-recent-posts ul li:hover figure img{
	opacity: 0.3;
}
.widget-recent-posts figure figcaption{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -9px auto 0;
	text-align: center;
	opacity: 0;
	line-height:20px;
}
.widget-recent-posts figure figcaption a{
	font-size: 16px;
	display: inline-block;
	color: #fff;
}
.widget-recent-posts ul li:hover figure figcaption{
	opacity: 1;
}
.widget-recent-posts .kode-text{
	float: none;
	padding: 0 0 0 150px;
	margin-top: 0px;
}
.widget-recent-posts h6{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: normal;
}
.widget-recent-posts span{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
}
.widget-recent-posts span i{
	font-style: normal;
	font-size: 16px;
	margin-right: 5px;
}
/*KF SIDE BAR RECENT POST WRAP END*/
/*KF SIDE BAR CATEGORIES WRAP START 
.widget-categories{
	float: left;
	width: 100%;
	margin-bottom: 46px;
}
.widget_categories ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style: none;
}
.widget_categories ul li{
	float: left;
	width: 100%;
	padding: 8px 0px 0;
}
/*
.widget_categories ul li:last-child{
	margin-bottom: -2px;
}
.widget_categories ul li a{
	font-weight: normal;
	font-size: 14px;
	text-transform: capitalize;
	color: #666;
	padding: 0px 0px 0 15px;
	float: left;
	width: auto;
	margin: 0 0 8px;
	line-height:normal;
	position: relative;
}
.widget_categories ul li a:before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "\f0da";
	font-family: 'fontawesome';
	color: currentColor;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_categories ul li:hover{
	padding-left: 5px;
	background: #f3f2f2;
	color:#fff;
}
.widget_categories ul li:hover a{
	color: #fff;
}
.widget_categories ul li a i{
	margin-right: 10px;
}
/*KF SIDE BAR CATEGORIES WRAP END*/
/*KF SIDE BAR COURSES LIST WRAP START*/
.widget-courses-list{
}

.widget-courses-list{
}
.widget-courses-list ul{
	margin:0px 0px 0px -6px;
	padding:0;
	list-style: none;
}
.widget-courses-list ul li{
	margin: 0 0px 6px 5px;
	float:left;
	width:97px;
}
.widget-courses-list figure a{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	margin: 0 auto;
}
.widget-courses-list li:hover figure img{
	opacity: 0;
}
.widget-courses-list li:hover figure a{
	opacity: 0.9;
}
.widget-courses-list figure a{
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	font-weight:bold;
	display:block;
	/*line-height:88px;*/
	padding: 0 0px;
}

/*KF SIDE BAR COURSES LIST WRAP END*/
/*KF SIDE BAR TAG CLOUD WRAP START*/
.widget-tag-cloud{
}
.tagcloud,
.widget-tag-cloud ul{
	margin:-5px 0px 0px -5px;
}
.widget-tag-cloud ul li {
    float: left;
    margin: 0 0 5px 5px;
}
.tagcloud a,
.widget-tag-cloud ul a {
    border: 1px solid #dcdcdc;
    color: #777;
    display: inline-block;
    font-size: 14px !important;
    font-weight: normal;
    line-height: normal;
    padding: 5px 10px;
    margin: 0 0 5px 5px;
    text-transform: uppercase;
}
.tagcloud a:hover,
.widget-tag-cloud ul a:hover{
	color: #fff;
}
/*KF SIDE BAR TAG CLOUD WRAP END*/
/*extra divs in side bar*/
.sidebar_register_wrap{
	float: left;
	width: 100%;
	padding:30px;
	border: 1px solid #e0e0e0; 
	margin-bottom: 30px;
}
.apply{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding:15px 30px;
}
.apply:hover{
	background: #000;
	color: #fff;
}
.sidebar_register_des{
	float: left;
	width: 100%;
	padding: 27px 0 0 0 ;
}
.sidebar_register_des li{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #666666;
	margin-bottom: 7px;
}
.sidebar_register_des li > span{
	float: left;
}
.sidebar_register_des li:last-child{
	margin-bottom: -7px;
}
.sidebar_register_des .rating{
	float: left;
	margin:6px 20px 0px;
	line-height:normal;
}
.sidebar_register_des .rating span{
	font-size: 24px;
	margin: 0 -5px;
	line-height: 10px;
}
.green{
	color: #13ab1e;
	 float: none !important;
	 font-weight: bold;
}
.teacher_outer_wrap{
	float: left;
	width: 100%;
}
.teacher_outer_wrap span{
	display: block;
	border: 11px solid #fff;
	padding: 5px 0 6px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	outline: 1px solid #e0e0e0;
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: capitalize;
}
.teacher_wrap{
	float: left;
	width: 100%;
}
.teacher_wrap figure{
	width: 73px;
	margin-bottom: 22px;
}
.teacher_des{
	float: none;
	overflow: hidden;
	padding-left: 15px;
}
.teacher_des h4{
	margin: -5px 0 3px;
}
.teacher_des small{
	font-size: 14px
}
.teacher_wrap p{
	float: left;
	margin-bottom: 13px;
}
.teacher_meta{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.teacher_meta li{
	float: left;
	margin-right: 5px;
}
.teacher_meta li a{
	display: block;
	text-align: center;
	border: 1px solid #999999;
	color: #999999;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
}
.sidebar_register_des{

}
/*************************SIDE BAR CSS END****************/

/*
	  ==============================================================
		  Courses List Pge CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		  OUR TEACHER PAGE CSS START
	  ==============================================================
*/
.edu2_teachers_page .edu2_faculty_des{
	margin-bottom: 30px;
}
/*
	  ==============================================================
		  OUR TEACHER PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		  OUR EVENT PAGE CSS START
	  ==============================================================
*/
.edu2_event_wrap{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding: 30px 278px 20px 29px;
}
.edu2_event_wrap:before{
	content: "";
	position: absolute;
	left: 0;
	right: 30px;
	top: 0;
	bottom: 0;
	background-color: #f9f9f9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.edu2_event_wrap:hover:before{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.side_change{
	padding: 30px 29px 20px 278px;
}
.side_change:before{
	right: 0;
	left: 30px;
}
.edu2_event_wrap.side_change .edu2_event_des{
	text-align: right;
}
.edu2_event_wrap.side_change .edu2_event_des span{
	right: 40px;
}
.edu2_event_wrap.side_change .post-option > li a {
    padding: 0 0 0 5px;
}
.edu2_event_wrap.side_change .post-option > li:first-child a{
	padding: 0 5px 0 5px;
}
.edu2_event_wrap.side_change .post-option > li {
    float: left;
    margin: 0 10px 0 19px;
    text-align: right;
}
.edu2_event_wrap .post-option li:last-child,
.edu2_event_wrap.side_change .post-option > li:last-child{
	margin: 0;
}
.side_change figure{
	left: 0;
}
.edu2_event_wrap .edu2_event_des{
	float: left;
	padding: 25px 0 4px 0;
	text-align: left;
	position: relative;
	z-index: 2;
	width: 100%;
}
.edu2_event_wrap .edu2_event_des h4{
	font-weight: bold;
	margin-bottom: 27px;
}
.edu2_event_wrap .edu2_event_des h6{
	font-weight: 500;
	margin-bottom: 11px;
}
.edu2_event_wrap .post-option{
	float: left;
	width: 100%;
	margin-bottom: 17px;
}
.edu2_event_wrap .post-option li{
	float: left;
	font-size: 14px;
	color: #999999;
	text-transform: capitalize;
	margin-right: 10px;
}
.edu2_event_wrap .post-option > li > a{
	font-size: 13px;
	color: #999999;
	text-transform: capitalize;
	padding: 0 10px 0 3px ;
	display: inline-block;
}
.edu2_event_wrap .readmore{
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
}
.edu2_event_wrap .readmore i {
    font-size: 18px;
    margin: auto 5px;
    vertical-align: middle;
}
.edu2_event_wrap .readmore:hover i{
	transform: translate(10px);
}
.edu2_event_wrap figure{
	position: absolute;
	width: 261px;
	right: 0;
	top: 50%;
	margin-top:-96px; 
}
.edu2_event_wrap figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -34px auto 0;
	text-align: center;
	opacity: 0;
	transform:scale(1.5);
}
.edu2_event_wrap:hover figure figcaption {
	opacity: 1;
	transform:scale(1);
}
.edu2_event_wrap figure figcaption a{
	font-size: 50px;
	color: #fff;
}
.edu2_event_wrap figure figcaption a:hover{
	color: #000;
}
/*
	  ==============================================================
		  OUR EVENT PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		  OUR BLOG PAGE CSS START
	  ==============================================================
*/
.edu2_blog_page{
	float: left;
	width: 100%;
}
.edu2_blogpg_wrap{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.edu2_blogpg_des{
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
}
ul.kode-post-meta{
	padding: 0;
	margin: 0;
	list-style: none;
}
.edu2_blogpg_wrap .kode-author:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.10;
}
.edu2_blogpg_des .kode-author{
	width: 77px;
	position: absolute;
	right: 30px;
	bottom: -7px;
	border: 3px solid #fff;
	border-radius: 5px;
}
ul.kode-post-meta{
	float: left;
	width: 100%;
	padding:0px;
	margin-bottom: 12px;	
}
ul.kode-post-meta li{
	display: inline-block;
	margin-right: 15px;	
	font-size:15px;
	font-weight: normal;
}
ul.kode-post-meta li i{
	margin-right: 13px;
}
ul.kode-post-meta li a{
	color: #999999;
	text-transform: capitalize;
	display: inline-block;
}
.edu2_blogpg_des h5 a{
	font-size: 26px;
	text-transform: uppercase;
	width:100%;
	float:left;
	margin-bottom: 10px;
}
.edu2_blogpg_des .blog-readmore{
	display: inline-block;
	float: right;
	font-size: 14px;
	padding: 15px 30px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid;
}
.edu2_blogpg_des .blog-readmore:hover{
	color: #fff !important;
}
.kode-recent-posts .edu2_blogpg_wrap figure{
	margin-bottom: 30px;
}
/*slider css*/
.blog_slider_thumb{
	float: left;
	width: 100%;
	position: relative;	
}
.edu2_blogpg_wrap .owl-pagination{
	display: none;
}
.edu2_blogpg_wrap .customNavigation {
    left: 0;
    margin: -24px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.edu2_blogpg_wrap .btn {
    background: rgba(0, 0, 0, 0.2);;
    border: medium none;
    border-radius: 0;
    color:#fff;
    font-size: 20px;
    height: auto;
    padding: 10px 25px;
    width: auto;
}
.edu2_blogpg_wrap .btn.prev{
	float: left;
}
.edu2_blogpg_wrap .btn.next{
	float: right;
}
/*
	  ==============================================================
		  OUR BLOG PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		  ABOUt US PAGE CSS START
	  ==============================================================
*/
.abt_univ_wrap{
	float: left;
	width: 100%;
}
.kf_edu2_heading1 h5{
	text-transform: capitalize;
	margin: 3px 0 11px;
}
.abt_univ_des{
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 0;
}
.abt_univ_des span{
	font-size: 18px;
	color: #333;
	margin: -7px 0 21px;
	display: block;
}
.abt_univ_des p{
	margin-bottom: 20px;
}
.abt_univ_des .btn-6 {
	margin-top: 7px;
}
.abt_univ_thumb{
	float: left;
	width: 100%;
}
.abt_univ_thumb figure:before{
	content: "";
	left:5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	background-color: transparent !important;
	opacity: 1;
	border: 2px solid #fff;
}
.abut-padiing{
	padding-bottom: 60px;
}
/*edu2 welcome wrap start*/
.kf_intro_des_wrap.aboutus_page{
	width: 100%;
	float: left;
	padding: 0;
}
.aboutus_page .kf_intro_des{
	width: 100%;
}
.aboutus_page .kf_intro_des_caption a{
	margin-bottom: 0;
}
/*edu2 welcome wrap end*/
/*edu student slider start*/
.edu_student_wrap_bg{
	background-image: url(extra-images/student.html);
	position: relative;
	background-size:cover;
}
.edu_student_wrap_bg:before{
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	background-color: #000;
	opacity:0.8;
}
.student_slider_wrap{
	float: left;
	width: 100%;
}
.student_slider_wrap .bx-wrapper{
	padding: 55px 0;
	margin-bottom: 0;
}
.student_slider_des .kf_edu2_heading1{
	margin-bottom: 53px;
}
.student_slider_wrap .kf_edu2_heading1 h3::before,
.student_slider_wrap .kf_edu2_heading1 h3{
	color: #fff;
}
.student_slider_wrap  .kf_edu2_heading1 h3::before{
	background-color: #fff;
}
.student_slider_des > p {
    color: #fff;
    font-size: 18px;    
    margin-bottom: 47px;
    float: left;
}
.std_name_des {
    display: inline-block;
    float: left;
    margin-top: -5px;
    padding: 0 0 0 60px;
}
.std_name_des > a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.std_name_des > a:before {
    content:  "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 36px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    left: -58px;
}
.std_name_des small{
	font-size: 16px;
	font-weight: normal;
	color: #999999;

}
.student_slider_wrap .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: 0 0 0px #ccc;
    left: 0px;
    transform: translateZ(0px);
}

.student_slider_thumb {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.student_slider_thumb a {
    float: left;
    height: 191px;
    margin-bottom: 30px;
    outline: 1px solid #fff;
    outline-offset: 5px;
    overflow: hidden;
    width: 100%;
    -webki-transition:all .03s ease-in-out;
    -moz-transition:all .03s ease-in-out;
    -ms-transition:all .03s ease-in-out;
    -o-transition:all .03s ease-in-out;
    transition:all .03s ease-in-out;
}
.student_slider_thumb a:hover{
    outline: 1px solid #fff;
    outline-offset: 5px;
}
.student_slider_thumb a img {
    border-color: transparent;
    border-style: solid;
    display: block;
    width: 100%;
    margin: 0 auto;
    -webki-transition:all .03s ease-in-out;
    -moz-transition:all .03s ease-in-out;
    -ms-transition:all .03s ease-in-out;
    -o-transition:all .03s ease-in-out;
    transition:all .03s ease-in-out;
}
.student_slider_wrap .bx-wrapper .bx-wrapper{
	padding: 0;
}
.student_slider_wrap  .bx-controls.bx-has-controls-direction {
    float: left;
    position: relative;
    width: 100%;
}
.student_slider_wrap  .bx-wrapper .bx-next {
    right: 0;
}
.student_slider_wrap  .bx-wrapper .bx-prev{
	left: 0;
	margin-left: 15px;
}
.student_slider_wrap  .bx-controls-direction {
    float: left;
    padding:  0 0;
    position: relative;
    width: 100%;
}
.student_slider_wrap .bx-wrapper .bx-controls-direction a {
    height: 27px;
    margin-top: 0px;
    outline: 0 none;
    position: relative;
    text-indent: 0;
    bottom: 0;
    width: 32px;
    z-index: 9999;
    border-radius: 0;
    background-color:#fff; 
    line-height: 27px;
    float: right;
}
.student_slider_wrap .bx-wrapper .bx-controls-direction a:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transform:translateY(-52%);
	-moz-transform:translateY(-52%);
	-ms-transform:translateY(-52%);
	-o-transform:translateY(-52%);
	transform:translateY(-52%);
}
.student_slider_wrap  .bx-wrapper .bx-next:before{
	content: "\f104";
}
.student_slider_wrap  .bx-wrapper .bx-prev:before{
	content: "\f105";
}
.student_slider_thumb img {
    -webki-transition:all .03s ease-in-out;
    -moz-transition:all .03s ease-in-out;
    -ms-transition:all .03s ease-in-out;
    -o-transition:all .03s ease-in-out;
    transition:all .03s ease-in-out;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.student_slider_thumb a.active img, .student_slider_thumb a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
/*edu student slider END*/
/*
	  ==============================================================
		  ABOUt US PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		  EVENT LIST PAGE CSS START
	  ==============================================================
*/
.event_list_page{
	padding-bottom: 40px;
}
.kf_event_list_wrap{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color:#f9f9f9; 
}
.kf_event_list_wrap:hover{
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.3)
}
.kf_event_list_thumb{
	float: left;
	width: 100%;
}
.kf_event_list_thumb .defaultCountdown{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto; 
	bottom: 0px;
	width: 80%;
	text-align: center;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	opacity: 0
}
.kf_event_list_wrap:hover .defaultCountdown{
	bottom: 20px;
	opacity: 1;

}
.kf_event_list_thumb .downcount-row{
	width: 100%;
}
.kf_event_list_thumb .downcount-section{
	display: inline-block;
	width: 25%;
}
.kf_event_list_thumb .downcount-section span{
	float: left;
	width: 100%;
	line-height: normal;
}
.kf_event_list_thumb .downcount-amount{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
.kf_event_list_thumb .downcount-period {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;

}
.kf_event_list_des {
    float: left;
    padding: 30px 30px 30px 0;
    width: 100%;
}
.kf_event_list_des h4{
	margin-bottom: 10px;
}
.kf_event_list_des h4 a{
	font-size: 20px;
	text-transform: uppercase;;
}
.kf_event_list_des h4 a span{
	color: #333333;
}
.kf_event_list_des p{
	margin-bottom: 15px;
}
.kf_event_list_links{
	float: left;
	width: 100%;
}
.kf_event_list_links li{
	float: left;
	margin-right: 15px;
	list-style:none;
}
.kf_event_list_links li i{
	margin-right: 10px;
}
.kf_event_list_links li a{
	display: inline-block;
	font-size: 15px;
	color: #999999;
	text-transform: capitalize;
}
/*
	  ==============================================================
		  EVENT LIST PAGE CSS END
	  ==============================================================
*/
/*INNER PAGE SEARCH BAR WRAP START*/
.overflow_visible{
	overflow: visible;
}
.search_bar_outer_wrap {
    overflow: visible;
    padding: 0;
    position: relative;
    margin: 0px;
}
.inr_pg_search_wrap{
	width: 100%;
	position: relative;
	padding: 35px 30px;
	z-index: 2;
	margin-top: -60px;
	float: left;
	width: 100%;
}
.inr_pg_search_wrap:before{
	background-image: url(extra-images/search_bar_bg.html);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 1;
	content: "";
	z-index: -1;
}
.inr_pg_search_wrap form{
	float: left;
	width: 100%;
}
.search_bar_des {
    float: left;
    width: 83.3%;
}
.inr_pg_search_wrap form > button{
	float: right;
	padding:15px 0px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px; 
	background-color:#333333; 
	width: 16.7%;
	text-transform: uppercase;
	line-height: normal;
	height: 50px;
}
.search_bar_des .selectric .label{
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.search_bar_des > input[type="text"],
.search_bar_des > input[type="search"] {
    border:none;
    float: left;
    width: 70%;
    padding: 15px 20px 16px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    height: 50px;
    border-radius: 0;
}
.search_bar_des .selectric-wrapper{
	width: 30%;
	height: 50px;
	border-radius: 0;
	border:none;

}
.search_bar_des .selectric .button{
	padding: 12px 12px; 
}
.search_bar_des .selectric .label{
	line-height: 50px;
	height: 50px
}
.inr_pg_search_wrap form  .dropdown {
    float: right;
    width: 30%;
    border-left: 1px solid #e1e1e1;
}
.inr_pg_search_wrap form   .btn {
    -moz-user-select: none;
    border-radius: 0px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 13px 20px 15px;
    border: none;
    text-align: left;
    width: 100%;
}
.btn-default:hover,
.inr_pg_search_wrap form .btn-default.active,
.inr_pg_search_wrap form .btn-default:focus,
.inr_pg_search_wrap form  .btn-default:active,
.inr_pg_search_wrap form  .open > .dropdown-toggle.btn-default{
	background-color:#fff; 
}
.inr_pg_search_wrap form  .caret {
    margin-top: -2px;
    position: absolute;
    right: 20px;
    top: 50%;
}
.inr_pg_search_wrap form  .dropdown-menu > li {
    float: left;
    width: 100%;
}
/*INNER PAGE SEARCH BAR WRAP END*/
/*
	  ==============================================================
		  OUR COURSES $ COLUM PAGE CSS START
	  ==============================================================
*/
.edu2_col_4_wrap{
	float: left;
	width: 100%;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #dddddd;
	margin-bottom: 30px;
}
.edu2_col_4_wrap figure figcaption{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	opacity: 0;
}
.edu2_col_4_wrap:hover > figure figcaption{
	opacity: 1;
}
.edu2_col_4_wrap figure figcaption a{
	display: inline-block;
	color: #fff;
	font-size: 24px;
}
.edu2_col_4_wrap figure figcaption a:hover{
	color: #000;
}
.edu2_col_4_des{
	float: left;
	width: 100%;
	padding: 35px 0 13px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.edu2_col_4_des figure{
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	margin:auto;
	width: 43px;
	height: 43px;
	border-radius: 100%;
	border: 3px solid #fff;
}
.edu2_col_4_des h6{
	margin: -3px 0 7px;
	text-transform: capitalize;
	color: #333333;
	font-weight: bold;
}
.edu2_col_4_des p{
	margin-bottom: 8px;
}
.edu2_col_4_des span{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.edu2_col_4_ftr {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 14px 14px;
    width: 100%;
}
.edu2_col_4_ftr  .rating {
    float: right;
    margin-top: -8px;
}
.edu2_col_4_ftr > span {
    float: left;
    font-size: 16px;
    margin: -6px 0 -5px;
}
.edu2_col_4_ftr .rating > span {
    color: #ddd;
    font-size: 16px;
}
/*
	  ==============================================================
		  OUR COURSES $ COLUM PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		   OUR COURSES PAGE CSS START
	  ==============================================================
*/
.edu2_col_3_wrap{
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 4px;
	margin-bottom: 30px;
}
.edu2_col_3_des{
	float: left;
	width: 100%;
	padding: 25px 20px 0 20px;
}
.edu2_col_3_wrap .rating > span{
	width: auto;

}
.edu2_col_3_wrap:hover > figure:before{
	background-color:#000; 
	opacity: 0.5;
}
.edu2_col_3_wrap figure figcaption{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	right: 0;
	text-align: center;
}
.edu2_col_3_wrap figure figcaption a{
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 56px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	transform: scale(3);
	opacity: 0;
}
.edu2_col_3_wrap:hover figure figcaption a{
	opacity: 1;
	transform: scale(1);
}
.edu2_col_3_des h6{
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.edu2_col_3_des p{
	margin: 0 0 21px 0;}
.video_link_wrap{
	float: left;
	width: 100%;
	margin-bottom: 28px;
}
.video_link_wrap .sep,
.video_link_wrap i{
	display: none;
}

.video_link_wrap .blog-info{
	width: auto;
	float: left;
}
.video_link_wrap a{
	display: inline-block;
	font-size: 16;
	margin-right: 10px;
	font-weight: bold;
	text-transform: capitalize;
}
.video_link_wrap span{
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.edu2_col_3_ftr{
	float: left;
	width: 100%;
	padding: 20px 0 16px;
	border-top: 1px solid #ddd;
}
.edu2_col_3_ftr figure{
	width: 37px;
	height: 37px;
	border-radius: 100%;
}
.edu2_col_3_ftr figure img{
	border-radius: 100%;
}
.edu2_col_3_ftr a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 2px 0 0 15px;
}
.edu2_col_3_ftr .rating{
	margin:0; 
}
/*
	  ==============================================================
		   OUR COURSES PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		  BLOG  3 PAGE CSS START
	  ==============================================================
*/
/*left or right side bar*/
.right-sidebar{
	padding-bottom: 15px;
}
/*left or right side bar end*/
.blog_3_wrap{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 55px;
	margin-bottom: 50px;
}
.blog_3_wrap ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.blog_3_sidebar{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}
.blog_3_sidebar li a em{
	display:none;
}
.blog_3_sidebar > li {
    float: left;
	text-align:center;
    width: 100%;
    background-color: #333333;
    border-bottom: 1px solid #717171;
    padding:4px 0px 5px; 
}
.blog_3_sidebar > li:last-child{
	border: none;
}
.blog_3_des .kode-blog-thumbnail img{
	width:100%;
}
.blog_3_sidebar a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 24px;
}
.blog_3_sidebar a:hover{
	color: #fff;
}
.blog_3_sidebar i{
	color: #fff;
}
.blog_3_sidebar span{
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}
.blog_3_wrap:hover .blog_3_des figure:before{
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.65;
}
.blog_3_des figure figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -7px;
	text-align: center;
	opacity: 0;
}
.blog_3_wrap:hover .blog_3_des figure figcaption{
	opacity: 1;
}
.blog_3_des figure figcaption a{
	display: inline-block;
	font-size: 20px;
	color: #fff;
}
.blog_3_des{
	float: left;
	width:100%;
	margin-bottom: -6px;
	text-align: left;
}
.blog_3_des ul{
	float: left;
	width: 100%; 
	margin: 20px 0px 15px 0px;
}
.blog_3_des ul li{
	float: left;
	border-right: 1px solid #dcdcdc;
	font-size: 15px;
	color:#666666;
 	margin: -5px 0 -2px;
 	padding:0 15px;
}
.blog_3_des ul li:first-child{
	padding-left: 0;
}
.blog_3_des ul li:last-child{
	border:none;
	padding-right: 0;
}
.blog_3_des ul li a{
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	margin-right: 10px;
}
.blog_3_des ul li i{
	margin-right: 15px;
}
.blog_3_des h5{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.blog_3_des p{
	margin-bottom: 5px;
}
/*
	  ==============================================================
		  BLOG  3 PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		 TEACHER BIO DETAILS PAGE CSS START
	  ==============================================================
*/
.teacher_bio_wrap{
	float: left;
	width: 100%;
}
.teacher_bio_logo{
	float: left;	
	border: 2px solid;
	border-radius: 5px;
	margin-bottom: 30px;
}
.teacher_bio_logo span {
    color: #fff;
    float: left;
    font-size: 36px;
    padding:16px;
    text-align: center;
}
.teacher_bio_logo h3{
	text-transform: uppercase;
	float: left;
	line-height:normal;
	font-weight: bolder;
	padding:15px 25px 12px; 
}
.teacher_bio_des{
	float: left;
	width: 100%;
}
.teacher_bio_des h4{
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.teacher_bio_des ul{
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.teacher_bio_des ul li{
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-right: 30px;
	list-style:none;
}
.teacher_bio_des ul li i{
	margin-right: 8px;
}
.teacher_bio_des ul li a{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.margin_none {
    margin: 0 !important;
}
 .teacher_thumb{
 	float: left;
 	width: 100%;
 }
  .teacher_thumb figure:after{
  	content: "";
  	left: 20px;
  	right: 20px;
  	top: 20px;
  	bottom: 20px;
  	position: absolute;
  	border:1px solid; 
  }
 .teacher_thumb figure figcaption{
 	position: absolute;
 	left: 0;
 	right: 0;
 	text-align: center;
 	bottom:16px; 
 	z-index: 9999;
  }
 .teacher_thumb ul {
    display: inline-block;
    margin: auto;
    margin: 0;
    padding: 0;
}
.teacher_thumb li {
    float: left;
	list-style:none;
}
 .teacher_thumb figcaption a{
  	width: 41px;
  	height: 41px;
  	display: block;
  	text-align: center;
  	color: #fff;
  	font-size: 16px;
  	line-height: 41px;
  	margin: 0 3px;
  }
 .teacher_thumb figcaption a:hover{
 	color: #fff;
 	background-color: rgba(0, 0, 0, 0.7) !important;
 }
 .skill_progress_wrap{
 	float: left;
 	width: 100%;
 	border: 1px solid #e2e2e2;
 	margin-bottom: 70px;
 }
 .skill_progress_des{
 	float: left;
 	width: 100%;
 	padding: 50px 50px 30px 20px;
 }
 .progress_heading{
 	float: left;
 	width: 100%;
 	position: relative;
 	margin: -5px 0 35px 0 ;
 	padding: 0  0 4px; 0;
 	border-bottom: 2px solid #e2e2e2;
 }
  .progress_heading h4{
  	font-weight: normal;
  	text-transform: uppercase;

  }
 .progress_heading:before{
 	content: "";
 	left: 0;
 	right: 0;
 	bottom: -2px;
 	position: absolute;
 	height: 2px;
 	width: 40px;

 }
 /*PROGRESS BAR START*/
.progress-names span{
	font-weight: normal;
	font-size: 16px;
	color:#333333;
    margin-bottom: 13px;
    float: left;
    line-height: normal;
}
.progress-names {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.progressbar{
	float: left;
    position:relative;
    width:100%;
    height:14px;
    padding:0;
    margin:0 auto 0px;
   background-color: #e2e2e2;
}
.bar {
	position:absolute;
	display:block;
	width:0px;
	height:16px;
	top:0px;
	left:0px;
	overflow:hidden;
}
.label {
    background:  transparent;
    color: #666666;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-left: -39px;
    position: absolute;
    text-align: center;
    top: -35px;
    padding: 0;
    left: 100% !important;
}
.label span {
	position:absolute;
	display:block;
	width:12px;
	height:13px;
	top:26px;
	left:14px;
	background:transparent;
	overflow:hidden;
	transform:rotate(30deg) 
}
/*progress bar end*/
/*EDUCATION TRAINING START*/
.training_heading{
 	float: left;
 	width: 100%;
 	position: relative;
 	margin: -5px 0 50px 0 ;
 	padding: 0  0 10px; 0;
 	border-bottom: 2px solid #e2e2e2;
 	text-align: center;
 }
.training_heading h4{
  	font-weight: normal;
  	display: inline-block;
  	text-transform: uppercase;
  }
.training_heading:before{
 	content: "";
 	left: 0;
 	right: 0;
 	bottom: -2px;
 	position: absolute;
 	height: 2px;
 	width: 40px;
 	margin: 0 auto;

 }
 .kf_training_wrap ul{
 	float: left;
 	width: 100%;
 	margin: 0 0 30px;
 	padding: 0;
 }
.kf_training_wrap ul li{
 	float: left;
 	width: 100%;
 	position: relative;
 	text-align: center;
 	padding: 60px 0 0 0;
	list-style:none;
 }
 .kf_training_wrap ul li:before{
 	content: "";
 	left: 0;
 	right: 0;
 	top:0;
 	bottom: 0;
 	position: absolute;
 	width: 2px;
 	background-color: #e2e2e2;
 	height: 100%;
 	margin: auto;
 }
 .kf_training_wrap ul li:after{
 	content: "\f111";
 	left: 0;
 	right: 0;
 	top:50%;
 	bottom: 0;
 	margin: -30px auto;
 	position: absolute;
 	width: 60px;
 	border:2px solid #e2e2e2;
 	height: 60px;
 	line-height: 54px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 17px;
    text-align: center;
    padding: 0;
   	background-color: #fff;
   	border-radius: 100%;
 }
 .kf_training_wrap li:nth-child(even) .kf_training_des {
    text-align: right;
    float: left;
    padding-right:70px;
    padding-left:0px;
}
 .kf_training_wrap li:nth-child(even) .kf_training_date {
    float: right;
    text-align: left;
    padding-left: 70px;
}
.kf_training_outer_des{
	float: left;
	width: 100%;
}
.kf_training_date{
	float: left;
 	width: 50%;
 	text-align: right;
 	padding: 12px 70px 0 0;
 }
.kf_training_date > span{
  	display: inline-block;
  	font-size: 16px;
  	font-weight: bolder;
  	text-align: center;
  	padding: 8px 13px;
  	border: 2px solid;
  	border-radius: 3px;
  }
.kf_training_outer_des:hover .kf_training_date > span{
  	color: #fff;
  	border-radius: 0;
  }
 .kf_training_des{
 	float: right;
 	width: 50%;
 	text-align: left;
 	padding: 9px 0 0 70px;
 }
 .kf_training_des h6{
 	font-size: 16px;
 	font-weight: bolder;
 	text-transform: uppercase;
 	margin-bottom: 6px;
 }
.kf_training_des span{
 	font-size: 16px;
 	font-weight: normal;
 	margin-bottom: 16px;
 }
 .kf_training_des p{
 	margin-bottom: 0;
 }
 .background_color{
 	background-color: #f7f7f7;
 }
 .background_color .edu_testemonial_wrap{
 	background: #fff;
 }
/*
	  ==============================================================
		 TEACHER BIO DETAILS PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		 EVENT DETAILS PAGE CSS START
	  ==============================================================
*/
.kf_convocation_outer_wrap{
	float: left;
	width: 100%;
}
.convocation_slider{
	float: left;
	width:100%;
	margin-bottom: 20px;
}
.convocation_slider .owl-pagination{
	display: none;
}
.convocation_slider figure:before{
	border: 1px solid rgba(225, 225, 225, 0.5);
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 1;
	background-color: transparent;
	outline: 1px solid rgba(225, 225, 225, 0.5);
    outline-offset: 9px;
}
.kf_convocation_wrap{
	float: left;
	width: 100%;
	text-align: left;
}
.kf_convocation_wrap h4{
	font-weight: normal;
	margin: 0px 0 20px 0;
	display: block;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 26px;
}
.kf_convocation_wrap h4 span{

}
.convocation_timing{
	float: left;
	width: 100%;
	margin: 0;
	border-bottom:1px solid; 
	padding:0 0 20px;
}
.convocation_timing li{
	float: left;
	margin-right: 29px;
	font-size: 16px;
	color: #999999;
	list-style:none;
}
.convocation_timing li i{
	margin-right: 10px;
}
.kf_convocation_des{
	float: left;
	width: 100%;
	padding:20px 0;
	border-bottom: 1px solid #e9e9e9; 
}
.kf_convocation_des h5{
	margin: 0px 0 15px;
	display: block;
	color: #666;
	font-weight: 300;
}
.kf_convocation_des p{
	margin-bottom: 15px;
}
.kf_convocation_des > a{
	font-size: 14px;
	font-weight: bold;
	padding:8px 30px;
	margin-right: 11px;
	color: #fff;
	
	display: inline-block; 
	margin-bottom: 30px;
	text-transform: uppercase;
}
.convocation_link:hover,
.kf_convocation_des > a:hover{
	background-color: #000 !important;
}
.kf_convocation_des a i{
	margin-right: 10px;
	font-size: 12px;
}
.kf_convocation_map{
	float: left;
	width: 100%;
	text-align: center;
}
.kf_convocation_map iframe{
	max-height: 355px;
	margin-bottom: 30px;
}
.kf_event_speakers{
	float: left;
	width: 100%;
	padding:34px 0 39px 0;
	border-bottom: 1px solid  #e9e9e9;
}
.heading_5{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 29px;
}
.heading_5 > h4{
	font-weight: normal;
	text-transform: uppercase;
}
.heading_5 > h4 span{
}
.kf_event_speakers_des{
	float: left;
	width: 100%;
	text-align: center;
	padding:  0px 0px 15px 0px;
}
.kf_event_speakers_des:hover{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
.kf_event_speakers_des figure{
	margin-bottom: 20px;
	overflow: hidden;
}
.kf_event_speakers_des figure img{
	float: left;
	width: 100%;
}
.kf_event_speakers_des:hover figure img{
	transform: scale(1.05); 
	-moz-transform: scale(1.05); 
	-webkit-transform: scale(1.05); 

}
.kf_event_speakers_des h5{
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
}
.kf_event_speakers_des p{
	margin-bottom: 0;
}
.kf_event_gallery{
	float: left;
	width: 100%;
	padding-top:34px; 
}
.event_gallery_des{
	float: left;
	width: auto;
	padding: 0;
	margin-right: -10px;
	margin-bottom: 20px;
}
.event_gallery_des li{
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	background-color: #000;
}
.event_gallery_des li:hover img{
	transform: scale(1.05); 
	-moz-transform: scale(1.05); 
	-webkit-transform: scale(1.05);
	opacity: 0.5;
}
.event_link.next{
	float: right;
}

.event_link.next i{
	margin-left: 15px;
}
.event_link.prev{
	float: left;
}
.event_link.prev i{
	margin-right: 15px;
}
/*
	  ==============================================================
		 EVENT DETAILS PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		 BLOG DETAILS PAGE CSS START
	  ==============================================================
*/
.kf_blog_detail_wrap{
	float: left;
	width: 100%;
}
.blog_detail_thumbnail{
	float: left;
	width: 100%;	
}
.blog_detail_thumbnail figure figcaption{
	position: absolute;
	bottom: 8%;
	margin: 0 auto 16px;
	text-align: left;
	left: 0;
	right: 0;
}
.blog_detail_thumbnail figure figcaption a{
	padding:6px 20px 5px;
	text-transform: capitalize;
	color: #fff; 
	font-weight: bold;
	display: inline-block;
}
.kf_blog_detail_des{
	float: left;
	width: 100%;
}
.blog-detl_heading{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.blog-detl_heading h5{
	font-weight: normal;
	text-transform: uppercase;
}
.blog_detail_meta{
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.blog_detail_meta li{
	margin-right: 28px;
}
.blog_detail_meta li a,
.blog_detail_meta li{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.blog_detail_meta li{
	float: left;
}
.blog_detail_meta li i{
	margin-right: 9px;
}
.kf_blog_detail_des > p{
	margin-bottom: 21px;
}
.kf_blog_detail_des .margin-bottom{
	margin-bottom:25px;
}
.kf_blog_detail_des blockquote{
	background-color:#f1f1f1;
	float: left;
	width: 100%;
	padding:34px 34px 36px;  
	border-left: 6px solid;
	text-align: center;
	margin: 0px 0 23px 0;
}
.kf_blog_detail_des blockquote > p{
	font-size: 18px;
	font-style: italic;
	position: relative;
}
.kf_blog_detail_des blockquote > p:before{
	content:  "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #999999;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -27px;
    left: 10px;
}
.kf_blog_detail_des blockquote > p:after{
	content:   "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #999999;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    bottom: -27px;
    right: 10px;
}
.blog_thumb_wrap{
	float: left;
	width: 100%;
	margin-bottom: 23px;
}
.kode-center-content-tf figure{
	margin-bottom: 23px;
}
.kode-center-content-tf figure figcaption,
.blog_thumb_wrap figure figcaption{
	position: absolute;
	top: 50%;
	margin: -8px auto  0;
	left: 0;
	right: 0;
	text-align: center;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.kode-center-content-tf figure::before {
    bottom: 10%;
    content: "";
    left: 10%;
    opacity: 0;
    position: absolute;
    right: 10%;
    top: 10%;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.kode-center-content-tf figure:hover::before{
	opacity: 0.7;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.kode-center-content-tf figure figcaption a,
.blog_thumb_wrap figure figcaption a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.kode-center-content-tf figure:hover figcaption a,
.blog_thumb_wrap figure:hover figcaption a{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.kf_courses_detail_wrap .about_autor{
	margin-bottom: 0;
}
.about_autor{
	float: left;
	width: 100%;
	border:1px solid #e1e1e1; 
	padding:20px 15px 13px 20px;
	margin-bottom: 40px;
}
.about_autor figure{
	width: 128px;
}
.about-autor_des{
	float: none;
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
}
.about-autor_des h6{
	margin: -3px 0 9px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.about-autor_des p{
	margin-bottom: 15px;
	font-size: 15px;
}
.autor_social{
	list-style: none;
	padding:0;
	margin: 0; 
	float: right;
	text-align: right;
}
.autor_social li{
	float: left;
	margin-left: 20px;
}
.autor_social li a{
	font-size: 16px;
	color: #666;
}
.section-comment{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.coment_list{
	float: left;
	width: 100%;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
.coment_list .children{
	list-style: none;
	margin: 0;
}
.coment_list li{
	float: left;
	width: 100%;
}
.comment_wrap{
	float: left;
	width: 100%;
	padding:30px 0 30px 0; 
	border-bottom: 1px solid #e7e7e7;
}
.section-comment .blog-detl_heading{
	margin-bottom: 2px;
}
.comment_wrap figure{
	width: 108px;
}
.comment_des{
	float: none;
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
}
.comment_des .children{
	margin: 0;
	list-style: none;
}
.comment_des_hed{
	float: left;
	width: 100%;
	margin-bottom: 9px;
	margin-top: -4px;
}
.comment_des_hed cite{
	float: left;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	font-style: normal;
	color: #333;
	text-transform: capitalize;
}
.comment_des_hed cite a{
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	display: inline-block;
	font-style: normal;
	color: #333;
}
.comment_des_hed cite span{
	display: inline-block;
	font-size: 14px;
	padding-left: 20px;
	border-left:1px solid #e7e7e7; 
	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
}
.comment-reply-link,
.comment_reply{
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	position: relative;
}
.comment-reply-link:before{
	position: absolute;
	left: -30px;
	font-size: 15px;
	color: #999999;
	top: 50%;
	content: "\f112";
	font-family: 'FontAwesome';
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.comment_reply i{
	margin-right: 10px;
}
.comment_des p{
	margin-bottom: 0;
	font-size: 15px;
}
.secnd_coment_list{
	float: left;
	width: 100%;
	padding-left: 50px;
}
.blog_pg_form{
	float: left;
	width: 100%;
}
.blog_pg_form .blog-detl_heading{
	margin-bottom: 32px;
}
.comment-respond .comment-form,
.blog_pg_form form{
	margin: 0 -15px;
}
.blog_pg_form > .row{
	margin: 0;
}
.blog_pg_form textarea,
.blog_pg_form input[type="e-mail"],
.blog_pg_form input[type="text"]{
	float: left;
	width: 100%;
	padding: 10px 15px 13px;
	font-size: 16px;
	color: #bcbcbc;
	border: 1px solid #d8d8d8;
	margin-bottom: 30px;
}
.blog_pg_form textarea::-moz-placeholder,
.blog_pg_form input[type="text"]::-moz-placeholder{
	color: #bcbcbc;
}
.blog_pg_form textarea{
	height: 175px;
	resize:none;
}
.comment-form .form-submit{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.comment-form .form-submit .submit,
.blog_pg_form button{
	padding: 8px 30px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	font-weight: bold;
	width: auto;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.comment-form .form-submit .submit:hover{
	background-color: #000 !important;
	color: #fff;
}



.wp-social-login-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
}
.wp-social-login-connect-with {
    color: #555;
    float: left;
    font-size: 24px;
    font-weight: normal;
    width: auto;
}
.wp-social-login-provider-list{
	float: right;
	width: auto;
}
.wp-social-login-widget .wp-social-login-provider-list{
	padding: 0;
}
/*
	  ==============================================================
		 BLOG DETAILS PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		 COURSES DETAILS PAGE CSS START
	  ==============================================================
*/
.kf_courses_detail_wrap{
	float: left;
	width: 100%;
}
.kf_courses_detail_wrap .courses_detail_heading{
	margin-top: -7px;
}
.kf_courses_detail_wrap .blog_thumb_wrap .col-md-4{
	margin-bottom:30px;
}
.courses_detail_heading{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.courses_detail_heading h4{
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 0 0px 0;
}
.course_detail_meta{
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.course_detail_meta li{
	margin-right: 28px;
}
.course_detail_meta li a,
.course_detail_meta li{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.course_detail_meta li{
	float: left;
}
.course_detail_meta li i{
	margin-right: 9px;
}
.course_detail_thumbnail{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.course_detail_thumbnail figure:before{
	position: absolute;
	content: "";
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.15);
	opacity: 1;
}
.course_detail_thumbnail figure figcaption{
	position: absolute;
	top: 50%;
	margin: -45px auto 0;
	text-align: center;
	left: 0;
	right: 0;
}
.course_detail_thumbnail figure figcaption a{
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 85px;
	border: 3px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.kf_courses_tabs{
	float: left;
	width: 100%;
}
.kf_courses_tabs >  .nav.nav-tabs {
    float: left;
    width: 100%;
    border-bottom:solid 1px #eee;
}
.kf_courses_tabs .nav-tabs > li {
    float: left;
    margin: 0px;
    text-align: left;
}
.kf_courses_tabs .nav-tabs > li > a
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    padding: 15px 20px;
    margin:0; 
    line-height: normal;
    background-color: #fff;
    border: none;
    float: left;
    width: 100%;
    position: relative;
}
.kf_courses_tabs .nav-tabs > li > a,
.kf_courses_tabs .nav-tabs > li.active > a:focus,
.kf_courses_tabs .nav-tabs > li.active > a:hover {
    border: none !important;
    padding: 15px 20px;
    outline: none;
    background-color: transparent;
}
.kf_courses_tabs .nav-tabs > li.active > a {
 
}
.kf_courses_tabs .nav-tabs > li > a::before {
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.kf_courses_tabs .nav-tabs > li.active > a::before{
	width: 100%;
}
.kf_courses_tabs  .tab-content {
    float: left;
    width: 100%;
    padding:30px 0 0 0; 
}
.kf_courses_detail_des{
	float: left;
	width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.course_heading{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.course_heading h3{
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
}
.kf_courses_detail_des > p{
	margin-bottom: 18px;
}
.study_table_wrap{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.study_table_wrap p{
	margin-bottom: 28px;
}
.study_table_wrap h6{
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
}
.study_table_wrap .table{
	margin-bottom: 46px;
}
.study_table_wrap th {
    border: 1px solid #ccc !important;
    background-color: #ddd;
    font-size: 16px;
    color: #333;
    text-align: left;
}
.study_table_wrap .table > thead > tr > th,
.study_table_wrap .table > tbody > tr > th,
.study_table_wrap .table > tfoot > tr > th,
.study_table_wrap .table > thead > tr > td,
.study_table_wrap .table > tbody > tr > td,
.study_table_wrap .table > tfoot > tr > td{
	padding:12px 16px;
}
.subject_details {
    float: left;
    width: 100%;
}
.subject_details h6{
	font-weight: bold;
	margin-bottom: 25px;
}
 b{
	color: #333;
}
.subject_details > p{
	margin-bottom: 18px;
}
.border_none{
	border-bottom: none;
	margin-bottom: 0;
}
/*
	  ==============================================================
		 COURSES DETAILS PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		CONTACT US 1 PAGE CSS START
	  ==============================================================
*/

.kf_location_wrap {
    float: left;
    width: 100%;
    max-height: 500px;
	position:relative;
}
.kf_location_wrap .map-canvas{
	float: left;
	width: 100%;
	height: 500px;

}
.contct_wrap form,
.contct_wrap{
	float: left;
	width: 100%;
}
.contact_heading{
	float: left;
	width: 100%;
	margin-bottom: 14px;
	
}
.contact_heading h4{
	font-size: 24px;
	font-weight: normal;
	margin: -6px 0 16px 0;
	text-transform: uppercase;
}
.contact_des{
	float: left;
	width: 100%;
}
.contact_des h4{
	font-size:22px;
	margin:0px 0px 15px 0px;
}
.inputs_des{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.inputs_des span{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
}
.inputs_des span i{
	margin-right: 10px;
}
.inputs_des > input[type="text"]{
	line-height: 30px;
}
.contact_des .inputs_des{
	margin: 0 0 17px;
}
.inputs_des textarea,
.inputs_des input[type="text"]{
	float: left;
	width: 100%;
	height: auto;
	min-height: auto;
	border: 1px solid #dedede;
	padding:3px 32px 5px 32px;
	line-height: 34px;
}
.inputs_des textarea{
	height: 308px;
	resize:none;
}
.contact_des .des_2 > input[type="submit"],
.contact_des > p input[type="submit"],
.contact_des button{
	display: block;
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	height: auto;
	line-height: normal;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.contact_des > p input[type="submit"]:hover{
	background-color: #000 !important;
	color: #fff;
}
.contact_meta {
    float: left;
    margin: -2px 0 27px;
    width: 100%;
    padding: 0;
}
.contact_meta li{
    color: #7a7a7a;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    line-height: normal;
	list-style:none;
}
.contact_meta li a {
    color: #7a7a7a;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}
.contact_meta li i{
	margin-right: 8px;
}
.contact_meta li:last-child {
    margin: 0;
}
.contact_meta li a:hover {
    padding-left: 10px;
}
.cont_socil_meta {
    float: left;
    width: 100%;
    margin: 0;
    padding:0; 
}
.cont_socil_meta li {
    float: left;
    margin-right: 10px;
	list-style:none;
}
.cont_socil_meta li a {
    border: 1px solid #999999;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 37px;
}
.cont_socil_meta li a:hover{
	color: #fff;
}
.social{
	margin-bottom: 11px;
}
.map_widget .kode-sidebar.kode-left-sidebar,
.map_widget  .kode-sidebar.kode-right-sidebar,
.map_widget  .kode-widget.kode-sidebar-element{
	padding: 0 !important;
	margin: 0;
	border:none; 
	background-color: transparent !important;
}
.map_widget .widget{
	background-color: transparent;
	border:none;
	padding: 0;
	margin: 0;
}
/*
	  ==============================================================
		CONTACT US 1 PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		CONTACT US 2 PAGE CSS START
	  ==============================================================
*/
/*google*/

.overlay{
	position:relative;
	z-index:2;
}
.overlay:before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#000;
	opacity:0.3;
	content:"";
}
.contact_2_headung{
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:52px;
	margin-bottom:55px;
	border-bottom:1px solid #dedede;
	position:relative;
}
.contact_2_headung:before{
	content:"";
	left:0;
	right:0;
	bottom:-6px;
	position:absolute;
	height:1px;
	background:#dedede;
}
.contact_2_headung h3{
	text-transform:uppercase;
	font-size:24px;
	font-weight:normal;
	margin:0px 0 20px;
}
.contact_2_headung p{
	margin-bottom:0;
	font-weight:300;
}
/*google*/
.kode-background-map{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: -30px 0 0 0;
	padding: 50px 0;
}
.nospace{
	padding: 0;
	margin: -30px 0 0 0;
}
.location_des {
	float: left;
    background: #fff;
    /*left: 25%;
    margin: -162px 0 0 -163px;
    position: absolute;
    top: 50%;
    */
    padding: 30px 30px 30px;
    width: 378px;
}
.kode-background-map.space .university_education_shortcode-map{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.location_des > h6 {
    font-size: 16px;
    font-weight: bold;
    margin: -3px 0 25px;
}
.location_des > p {
    margin: 0 0 22px 0;
}
.contact_des > h6 {
    font-size: 16px;
    font-weight: bold;
	margin-bottom:17px;
	margin-top:-4px;
}
.location_meta{
	float:left;
	width:100%;
	padding-left: 0;
	margin: 0;
	list-style: none;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:26px;
}
.location_meta li {
    color: #666666;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 11px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}
.location_meta li:last-child{
	margin:0;
}
.location_meta li i{
	margin-right:10px;
}
.location_meta li a {
    color: #666666;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.location_des > a {
    font-size: 16px;
    font-weight: normal;
	text-transform:capitalize;
	color:#333;
	display:inline-block;
	padding:25px 0 0px;
}
.location_des > a i{
	margin-left:25px;
}
.location_des > a:hover i{
	margin-left:30px;
}
.des_2{
	position:relative;	
}
.inputs_des.des_2 > span {
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
	font-weight:normal;
	padding:8px 0;
	margin:0;
}
.contact_des .des_2 > input {
    float: right;
    overflow: hidden;
    width: 100%;
}
.des_2 i{
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-7px;
	font-size: 14px;
	color: #bfbfbf;
}
.des_3{
	margin:0;
	position: relative;
}
.des_3 i{
	top: 15px;
	position:absolute;
	right:15px;

}
.des_3  textarea{
    float: right;
    overflow: hidden;
    width: 100%;
	margin:0 0 0px 0;
	max-height: 102px;
}
.inputs_des span{
	width: 100%;
}
.inputs_des.des_3 > span {
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
	font-weight:normal;
	padding:8px 0;
	margin:0;
}
.contact_2{
	float:left;
	width:100%;
}
.contact_2 input[type="submit"],
.contact_2 > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid;
    float: right;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
}
/*
	  ==============================================================
		CONTACT US 2 PAGE CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		FILTERABLE GALLERY PAGE CSS START
	  ==============================================================
*/
.filterable_heading{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:40px;
}
.filterable_heading h3{
	display:inline-block;
}
.filterable_heading .btn-group{
	float:right;
	width:200px;
}
.filterable_heading .btn-group .btn{
	border:1px solid #d6d6d6;
	border-radius:0;
	display:block;
	width:100%;
	text-align:left;
	color: #999999;
	height: 44px;
}
.filterable_heading .btn-group .btn:focus{
	color: #999999;
}
.filterable_heading .caret {
    border: medium none;
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
	color: #999999;
}
.filterable_heading .btn-group.open .dropdown-toggle {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}
.filterable_heading .btn-default.active,
.filterable_heading .btn-default:active,
.filterable_heading .open > .dropdown-toggle.btn-default{
	background:transparent ;
	border-color:#d6d6d6;
}
.filterable_heading .dropdown-menu{
	width:100%;
	margin-top:10px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
	color: :#999;
}
.filterable_heading .dropdown-menu > li{
	border-bottom: 1px solid #d6d6d6;
	color: :#999;
}

.filterable_heading .dropdown-menu > li:last-child{
	border: none;
	margin-bottom: -5px;
}
.filterable_heading .dropdown-menu > li > a{
	font-size:16px;
	padding:7px 10px 8px;
	color: #999;
}
.filterable_heading .dropdown-menu > li > a:hover{
	color:#fff;
}
.filterable_thumb{
	float:left;
	width:100%;
	position:relative;
	border:1px solid #d6d6d6;
	padding:10px;
	margin-bottom:30px;
}
.filterable_thumb figure:before{
	position:absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	content:"";
	opacity:0;
}
.filterable_thumb:hover figure:before{
	opacity:0.7;
}
.filterable_thumb figure figcaption{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin-top:-14px;
	text-align:center;
	opacity:0;
}
.filterable_thumb:hover figure figcaption{
	opacity:1;
}
.filterable_thumb figure figcaption a{
	color:#fff;
	font-size:24px;
	font-weight:100;
}
/*
	  ==============================================================
		FILTERABLE GALLERY PAGE CSS END
	  ==============================================================
*/
/*edu masonry*/
#filterable-item-filter-1 {
    float: left;
    text-align: center;
    width: 100%;
	margin-bottom:40px;
}
#filterable-item-filter-1  li {
    display: inline-block;
    margin: 0px 3px;
}
#filterable-item-filter-1 a {
    border: 2px solid;
    display: block;
    padding: 8px 15px;
	font-size:14px;
	border-radius: 5px;
	color:#fff;
	margin:0px;
	cursor:pointer;
	text-transform: uppercase;
	line-height: normal;
}
#filterable-item-filter-1 > li .active{
	background:#fff;
}
.masoned {
	clear: both;
}
.edu_masonery_thumb{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position:relative;
	overflow:hidden;
}
.edu_masonery_thumb img{
	width:100%;
}
.edu_masonery_thumb:before{
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	background:#000;
	opacity:0;
}
.edu_masonery_thumb:hover:before{
	opacity:0.65;
}
.edu_masonery_thumb .masonry_icon {
    color: #fff;
    font-size: 24px;
    left: 0;
    margin: -14.5% auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}
.edu_masonery_thumb a.zoom {
    border-radius: 100%;
    color: #fff;
    font-size: 31px;
    height: 50px;
    left: 0;
    line-height: 47px;
    margin: -37px auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 50px;
}
.edu_masonery_thumb:hover a{
	opacity:1;
}
.edu_masonery_thumb .caption{
	position: absolute;
	left: 0;
	right:0;
	bottom: -50%;
	text-align: center;
}
.edu_masonery_thumb:hover .caption{
	bottom:0;
}
.edu_masonery_thumb .caption a{
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 20px 0px;
	font-family: 'Roboto Slab', serif;
}
/*
	  ==============================================================
		   KF EDUCATION 404 PAGE CSS START
	  ==============================================================
*/
.error_outer_wrap{
	padding:170px 0 141px; 
}
.error_wrap{
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	padding: 101px 0 127px; 
	position: relative;
}
.error_des {
    float: left;
    padding: 0 265px;
    text-align: center;
    width: 100%;
}
.error_des span{
	position: absolute;
	top: -168px;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 200px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	line-height: normal;
	text-shadow: 0 9px 0 #fff, -1px -9px 0 #fff, -9px 0 0 #fff, -9px 9px 0 #fff, 9px -9px 0 #fff, 9px 9px 0 #fff, 9px 11px 7px #000;

}
.error_des h3{
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.error_des p{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.error_thumb{
	width: 858px;
	position: absolute;
	bottom: -71px;
	left: 0;
	right: 0;
	border: 1px solid;
	padding: 5px;
	margin:0 auto; 
}
.error_thumb figure:before{
	background-color: #000;
	opacity: 0.5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.error_thumb figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:-32px; auto 0;
	text-align: center; 
	z-index: 22;
}
.error_thumb figure a{
	position: relative;
	padding: 22px 30px 21px; 
	text-transform:uppercase; 
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid;
	display: inline-block;
}
.error_thumb figure a:before{
	content: "";
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	position: absolute;
	z-index: -1;
}
.error_thumb figure a:hover::before{
	background-color: #000 !important;
}
.error_thumb figure a i{
	margin-right: 10px;
}
/*
	  ==============================================================
		   KF EDUCATION 404 PAGE CSS END
	  ==============================================================
*/




/**/
.kode_btn_store_1,
.btn-1 {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 11px 28px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.abt_univ_des .btn-1{
	border-color: #2f2f2f;
	color: #2f2f2f;
	font-size: 16px;
}
.kode_btn_store_1:hover,
.btn-1:hover{
	color: #fff;
}
.kode_btn_store_1 i{
	margin-left: 10px;
}
.abt_univ_des .btn-3{
	float: left;
}
.btn-2 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0;
    text-align: center;
    width: 100%;
    color: #333;
}
.edu2_col_4_wrap:hover .btn-2{
	color: #fff;
}
.abt_univ_des .btn-3:hover{
	color: #fff;
}
.btn-2:hover{
	background-color:#000 !important; 
}

.kf-intro-view-all,
.btn-3 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid ;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding:8px 34px;
	line-height:normal;
    text-transform: uppercase;
}
.kf-intro-view-all{
	padding:8px 24px;
}
.btn-6 {
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 44px;
    text-transform: uppercase;
}
.btn-6:hover{
	color: #fff;
}
.readmore{
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
}
.readmore i {
    font-size: 18px;
    margin: auto 5px;
    vertical-align: middle;
}
.readmore:hover i{
	transform: translate(10px);
}
.convocation_link{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold;
	padding:8px 30px;
	text-align: center;
	margin:0 3px; 
}
.event-nav{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.event_link{
	display: inline-block;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	padding:8px 20px ;
	border: 1px solid #dbdbdb;
	transition:all 0.3s ease-in-out;
}
.event_link:hover a,
.event_link:hover i,
.event_link:hover{
	color: #fff !important;
}

#mobile-header {
    background: #ccc none repeat scroll 0 0;
    font-size: 26px;
    height: 50px;
    left: 20px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    z-index: 10;
}
#mobile-header a{
	color: #fff;
}


.kode-member-form{
	float:left;
	width:100%;
	padding:40px 40px 25px 40px;
}
.input-container{
	float:left;
	margin:0px 0px 15px 0px;
	position:relative;
	width:100%;
}

.kode-member-form input[type=text], .kode-member-form input[type=password]{
	height:40px;
	width:100%;
	border:solid 1px #ccc;
	padding:5px 20px;
}

.view-all{
	float:left;
	width:100%;
	text-align:center;
}
.view-all .btn-3{
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.view-all .btn-3:hover{
	color: #fff !important;
}
.kode-gallery-section{
	background:#f9f9f9;
	float:left;
	width:100%;
}
.map-canvas{
	height:350px;
	width:100%;
}
.kf_convocation_map .map-canvas{
	margin-bottom:30px;
}
.col-md-4 .kf-sidebar{
	padding:30px;
	background:#f9f9f9;
	float:left;
}





.top_bar_2 .modal-backdrop{
	
}
.top_bar_2 .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow:none;
}
.top_bar_2 .modal-dialog {
    width: 500px !important;
    z-index: 999999;
}
.user-box{
	float:left;
	width:100%;
	background-color:#fff;
	padding:30px 45px 30px 45px;
	text-align:center;
}
.user-box h2{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 30px 0px;
	color:#2f2f2f;
}
.user-box form{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.user-box .form{
	float:left;
	width:100%;
}
.input-container{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 20px 0px;
}
.input-container i{
	position:absolute;
	width:16px;
	height:18px;
	left:18px;
	top:16px;
	background-repeat:no-repeat;
	background-position:bottom;
	color:#a8b6c3;
	z-index:250;
}
.input-container i.name{
	background-image:url(../images/signin.html);
}
.input-container i.pass{
	background-image:url(../images/register.html);
}
.input-container i.company{
	background-image:url(../images/company.html);
}
.input-container i.mail{
	background-image:url(../images/e-mail.html);
	height:12px;
	top:18px;
}
.input-container i.location{
	background-image:url(../images/location.html);
}
.input-container i.destination{
	background-image:url(../images/destination.html);
}

.input-container input[type="text"], .input-container input[type="password"]{
	padding:6px 20px 6px 40px;
	font-size:15px;
	color:#66727f;
	background-color:#f9f9f9;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.05) inset;
	-moz-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.05) inset;
	-webkit-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.05) inset;
	height: 48px;
	width: 100%;
	border-radius: 3px;
	border: 2px solid #d6d9dd; 
}
.user-box .input-container .radio-value{
	height:20px;
	width:20px;
	float:left;
	background-size:10px auto;
	margin:0px 10px 0px 0px;
}
/*.input-container span {
    float: right;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 12px;
	color:#c4cdd6;
}*/
.input-container span.add-on{
	position:absolute;
	left:15px;
	top:13px;
	height:100%;
	color:#c4cdd6;
}
.user-box .input-container .radio{
	float:left;
}
.user-box .input-container label{
	float:left;
	width:100%;
	font-size:12px;
	color:#9baab9;
	text-align:left;
}
.user-box .input-container label p{
	float:left;
	margin:2px 0px;
	font-weight:normal;
	line-height: normal;
}
.user-box .input-container .radio, .user-box .input-container .checkbox{
	margin:0px;
}

.btn-style{
	float:left;
	width:100%;
	font-size:16px;
	color:#fff;
	border:none;
	padding:12px 20px;
	border-radius:3px;
	text-align:center;
	height:48px;
	line-height: normal;
	text-transform: uppercase;
}
.btn-style:hover{
	background-color:#636e80 !important;
}
.user-box .option{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px 0px;
}
.user-box .option:before, .user-box .option:after{
	position:absolute;
	content:"";
	height:1px;
	width:38%;
	background-color:#ecf1f5;
	left:0px;
	top:50%;
}
.user-box .option:after{
	left:auto;
	right:0px;
}
.user-box .option h5{
	font-size:14px;
	color:#b2becd;
}
.user-box .social-login{
	float:left;
	width:100%;
}
.user-box .social-login a{
	float:left;
	width:50%;
	padding:12px 15px;
	font-size:14px;
	color:#fff;
	border:none;
	font-weight:normal;
	text-align:left;
	margin:0px;
	line-height: normal;
}
#signin-box .user-box .social-login a{
	padding:0px;
	margin-right:10px;
	width:auto;
}
#signin-box .wp-social-login-provider-list{
	padding:0px;
}
.user-box .social-login a i{
	font-size:18px;
	margin:0px 10px 0px 0px;
	float: left;
}
.user-box .social-login a.google{
	background-color:#dc4a38;
	border-radius:3px 0px 0 3px;
}
.user-box .social-login a.facebook{
	background-color:#44619d;
	border-radius:0px 3px 3px 0px;
}
.user-box-footer{
	float:left;
	width:100%;
	background-color:#f9fbfd;
	border-top:solid 1px #ecf1f5;
	padding:18px 20px;
	text-align:center;
}
.user-box-footer > p{
	width:100%;
	float:left;
	text-align:center;
}
.user-box-footer a{
	color:#72c8fa;
}
#register .nav-tabs{
	border:none;
	margin-top:50px;
}
#register .nav-tabs > li{
	width:50%;
	border:none;
}
#register .nav-tabs > li a{
	border-radius:0px;
	text-align:center;
	font-size:18px;
	color:#a5afb9;
	font-weight:bold;
	padding:18px 15px;
	font-family: 'Droid Sans', sans-serif;
	margin:0px;
	border:none;
	background-color:#f7f7f7;
}
#register .nav-tabs > li.active a, #register .nav-tabs > li a:hover{
	background:none;
}
.input-container .dropdown{
	float:left;
	width:100%;
}
.input-container .dropdown button{
	float:left;
	width:100%;
	border: 2px solid #d6d9dd;
    border-radius: 3px;
    min-height: 48px;
    padding: 6px 20px 6px 32px;
    width: 100%;
	color:#c4cdd6;
	text-align:left;
	font-family:15px;
	
}
.input-container .dropdown button p{
	float:left;
	margin:0px;
}
.input-container .dropdown button span{
	float:right;
	font-size:22px;
}
.input-container .dropdown button p{
	margin:0px;
}
.input-container .btn-default:hover, .input-container .btn-default:focus, .input-container .btn-default.focus, .input-container .btn-default:active, .input-container .btn-default.active, .input-container .open > .dropdown-toggle.btn-default{
	background:none;
	border: 2px solid #d6d9dd;
	color:#687a8d;
}

.input-container .dropdown .dropdown-menu{
	min-width:100%;
}

.filterable-item.col-md-3{
	width: 24.9% !important

}
/*
=================================================
		CHECKBOX AND RADIO BUTTON CSS
=================================================
*/
label {
  cursor: pointer;
}
label span{
	float: left;
	line-height: 20px;
}

/* hide the "real" radios visually */

.radio input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* style the "fake" radios */

.radio-value {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #d7dfe7;
  border-radius: 3px;
  display: inline-block;
  height:28px;
  margin-right:5px;
  position: relative;
  vertical-align: -0.5em;
  width: 28px;
}

input:checked + .radio-value {
  background-image:url(images/tick.png);
  border-color:#88d3ff;
}
.top_bar_2 button.close,
.kode_wrapper button.close{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;

}
.sidr .copy-right-sidr{
	font-size:17px;
	text-align:center;
	color:#fff;
}


.side-navigation .c-menu__close {
    color: #fff;
    font-size: 14px;
    height: 37px;
    line-height: 32px;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 10px;
    width: 37px;
    border-radius: 100%;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
}


/*=====================================*/
/*=====new pages starts================*/
/*=====================================*/


.ue_style_widget{
	float: left;
	width: 100%;
}
.kf_content_wrap .ue_style_widget{
	background-color: transparent;
}
.ue_style_widget ul{
	list-style:none;
}
.kode-style-gal-simple-gallery ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.edu2_gallery_des img{
	width:100%;
}
.kode-style-gal-simple-gallery .gallery-item {
	margin-bottom:30px;
}
.kode-navigation-wrapper{
	float:left;
}
.contact-form-slide{
	margin-top:-107px;
}









.no-border-bottom{
	border-bottom: none !important;
}

.border-wrap{
	border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 5px;
}

.widget-radio-btn{
	float: left;
	width: 50%;	
	position: relative;
}
.widget-radio-btn input[type="radio"]{
	display: none;
}
.widget-radio-btn label{
	 float: left;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 3;
    font-weight: 400;
}
.widget-radio-btn > span{
	border: 1px solid #999;
    border-radius: 100%;
    display: inline-block;
    float: left;
    height: 12px;
    left: 0;
    margin-right: 10px;
    margin-top: 8px;
    position: absolute;
    right: auto;
    width: 12px;
    z-index: 1;
}
.widget-radio-btn > span:before{
	position: absolute;
	content:"";
	top:2px;
	border-radius: 100%;
	left: 2px;
	right: 2px;
	bottom:2px;
	background-color: #033f5c;
	opacity: 0;

}
.widget-radio-btn input[type="radio"]:checked ~ span:before{
	opacity: 1;
}
.ue_style_widget .widget{
	padding-bottom: 0px;
	border-bottom:none;
}
.title-widget-nw,
.ue_style_widget .caregorys,
.ue_style_widget .widget-search_02{
	background-color: #fbfbfb;
	padding: 16px;
	border:1px solid #ccc;
}
.title-widget-nw{
	border:1px solid #ccc !important;
}
.widget-search_02 h5{
	margin-top: -5px;
	margin-bottom: 0px;
}
.ue_style_widget ul{
	border-top:none !important;
}
.kode-search-results .ue_style_widget .caregorys li a{
	color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 8px 0;
    text-transform: capitalize;
}
.kode-search-results .ue_style_widget .caregorys li a:hover i,
.kode-search-results .ue_style_widget .caregorys li a:hover{
	background: transparent !important;
	color:#033f5c;
}
.kode-search-results .ue_style_widget .caregorys li:hover a{
	padding-left: 10px;
}
.kode-search-results .ue_style_widget .caregorys li{
	
}
.kode-search-results .ue_style_widget .caregorys li:last-child{
	
}
.ue_style_widget .caregorys li a i{
		margin-right: 15px;
}
.title-widget-nw{
	border-bottom: 2px solid #e79800;
	font-weight: bold;
	margin-bottom:0px;
	margin-top: 0px;
}
.search-menu{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin:10px 0px;
}
.search-menu input[type="text"]{
	height: 40px;
	font-style: italic;
	border:1px solid #ccc;
	width: 100%;
	padding: 0px 50px 0px 20px;
}
.search-menu button{
	background-color: #033f5c;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}




.widget-skill ul{
	border:1px solid #ccc;
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.widget-skill ul li{
	float: left;
	width: 100%;
	
}
.widget-skill .widget-radio-btn{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}
.widget-skill .widget-radio-btn > span{
	position: absolute;
	top:0px;
	left: 15px;
	bottom:0px;
	margin: auto 0;
	z-index: 10;
}

.widget-skill .widget-radio-btn label{
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color:#999999;
	padding: 5px 15px 9px 40px;
}
.widget-skill .widget-radio-btn input[type="radio"]:checked ~ label{
	background-color: #efefef;
	color:#033f5c;
}
.widget-skill .widget-radio-btn label span{
	display: inline-block;
	padding: 6px 0 0;
}
.widget-skill .widget-radio-btn label span i{
	color:#ccc;
	margin-right: 3px;
}
.widget-skill .widget-radio-btn label span i:last-child{
	margin-right: 0px;
}
.widget-skill .widget-radio-btn label .dark-color{
	color:#585858;
}


.kf_range_slider {
    float: left;
    padding: 28px 20px 20px;
    width: 100%;
    background-color: #fbfbfb;
	border:1px solid #ccc;
	border-top:none;

}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
	background-image: none;
	width:16px;
	height: 16px;
	border-radius: 100%;
	background-color: #fff;
	border:5px solid #808080;
	margin-top: 0px;
}
.ui-widget-header{
	background-color: #808080;
}
.ui-widget-content{
	background-image: none;
	border:none;
	height: 3px;
	background-color: #e6e6e6;
	border-radius: 0px;
	width:100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.kf_range_slider span{
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color:#999999;
	text-transform: uppercase;
	margin-top: 16px;
	margin-right: 10px;
	font-weight: 600;
}
.kf_range_slider .amount{
	border:none;
	height: auto;
	font-size: 16px;
	font-weight: 600;
	color:#999999;
	padding: 0px;
	line-height: 0px;
	width: 34%;
	margin-top: 11px;
}
.filter_priceing{
	display: inline-block;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 600;
	color:#fff;
	float: right;
	text-transform: uppercase;
	background-color: #033f5c;
}

.kode_content_topbar{
	border:1px solid #efefef;
	float: left;
	width: 100%;
	padding: 0 10px 0px 10px;
	background-color: #fbfbfb;
	margin-bottom: 30px;
}
.kode_content_topbar .tabs-controls{
	padding: 6px 0 0;
	float: left;
}
.tabs-controls button{
	float: left;
	width:34px;
	height: 34px;
	text-align: center;
	background-color: #033f5c;
	line-height: 30px;
	color:#fff;
	margin-right: 5px;
}
.kode_content_topbar .tabs-controls ul{
	border-bottom: none;
	float: left;
	width: auto;
}
.kode_content_topbar .tabs-controls ul li{
	margin-bottom: 0px;
}
.kode_content_topbar .tabs-controls ul li.active a,
.kode_content_topbar .tabs-controls ul li:hover a,
.kode_content_topbar .tabs-controls ul li a{
	border-radius: 2px;
	background-color: #fff;
    border: 1px solid #ccc;
    color: #999;
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 30px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 34px;
}
.kode_content_topbar .tabs-controls ul li:hover a,
.kode_content_topbar .tabs-controls ul li.active a{
	color:#fff !important;
	border-color: transparent;
}
.tabs-controls{
	float: left;
}
.kode_content_topbar .tabs-controls p{
	margin-left: 9px;
	padding-top: 4px;
}
.kode_content_topbar p{
	width: auto;
	margin-bottom: 0px;
	float: left;
	font-size: 14px;
	color:#333333;
	font-weight: 500;
}
.kode_content_topbar .pull-right p{
	float: left;
	display: inline-block;
	padding: 10px 10px;
	margin-right: 5px;

}
.kode_content_topbar .pull-right .selectric-wrapper.selectric-select{
	width: 100%;
	background-color: #efefef;
}
.kode_content_topbar .selectric .label{
	 border-radius: 0;
    line-height: 30px;
    padding: 1px 55px 0 15px;
    height: auto;
}
.small-menu{
	float: left;
}
.kode_content_topbar .pull-right .small-menu .selectric .label{
	padding: 0 30px 0 15px;
	height: auto;
}
.kode_content_topbar .selectric .button{
	padding:1px 5px;
	height: auto;
}
.kode_content_topbar .selectric-wrapper{
	min-height: auto;
	height: 34px;
}
.kode_content_topbar .pull-right .pull-left{
	padding: 6px 0
}









.kf_grid-column{
	float: left;
	width: 100%;
	position: relative;
	border:1px solid #dfdfdf;
	margin-bottom: 30px;
	box-shadow: -1px 2px 11px 2px rgba(0,0,0,0);
}
.kf_edu_grid_captions{
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 10;
}
.kf_grid-column:hover{
	box-shadow:-1px 2px 11px 2px rgba(0,0,0,0.2); 
}
.kf_grid-column > figure{
	border-bottom: 2px solid #033f5c;
	overflow: hidden;
}
.kf_grid-column > figure:before{
	position: absolute;
	top:0px;
	content:"";
	left: 0px;
	right: 0px;
	bottom:0px;
	background-color: transparent;
	transform: translateX(0px) scale(0) skewY(10deg);
}
.kf_grid-column:hover > figure:before{
	background-color: #e79800;
	transform: translateX(0px) scale(1) skewY(0deg);
	opacity: 0.8;
}
.kf_grid-column .edu2_cur_des_ft{
	background-color: #efefef;
	padding: 6px 15px;
	z-index: 1;
}
.kf_grid-column .edu2_cur_ftr_strip h6{
	color:#666666;
	margin:0px;
}
.kf_edu_grid_captions .rating{
	background-color: #033f5c;
    display: inline-block;
    float: none;
    height: 24px;
    left: 0;
    line-height: 22px;
    margin: 0px auto 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    opacity: 0;
    visibility: hidden;
}
.kf_edu_grid_captions .rating span{
	color:#fff;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	line-height: normal;
	float: none;
}
.kf_edu_grid_captions .rating span:first-child{
	margin-right: 0px;
}
.kf_edu_grid_captions .rating span:before{
	display: none;
}
.kf_edu_grid_captions p,
.kf_edu_grid_captions h5{
	float: left;
	width: 100%;
}
.kf_edu_grid_captions > h5{
    color:#666;
	margin:auto;
	float:none;
	width:90%;
	text-align:center;
}
.kf_edu_grid_captions > p{
	margin-bottom: 7px;
}
.grid-option_3{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 11px;
	padding-left: 0px;
	margin-bottom: 11px;
}
.grid-option_3:before{
	position: absolute;
	content:"";
	top:0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 2;
	width:20%;
	margin-top: -1px;
	border-top: 3px solid #033f5c;
}
.grid-option_3:after{
	position: absolute;
	content:"";
	top:0px;
	left: 0px;
	width:100%;
	right: 0px;
	margin: 0 auto;
	border-top: 1px solid #d2d2d2;
}
.kf_grid-column:hover .grid-option_3:after{
	opacity: 1;
	margin: 0 auto;
}
.grid-option_3 li{
	float: left;
	width: 33.333%;
	font-size: 16px;
	font-weight: 600;
	color:#666;
	position: relative;
}
.grid-option_3 li i{
	margin-right: 5px;
}
.grid-option_3 li:before{
	position: absolute;
	content: "";
	top:0px;
	right: 0px;
	bottom:0px;
	min-height: 30px;
	border-right: 1px solid #d2d2d2;
}
.grid-option_3 li:last-child:before{
	display: none;
}
.kf_grid-column .edu2_cur_des_ft figure{
	border:1px solid #d2d2d2;
	padding: 3px;
	border-radius: 100%;
}
.kf_grid-column .edu2_cur_des_ft figure img{
	border-radius: 100%;
}
.btn_edu{
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    padding: 7px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background-color: #e79800;
	display: inline-block;
}
.kf_grid-column:hover .kf_edu_grid_captions .rating{
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
.kf_grid-column:hover .kf_edu_grid_captions > p{
	visibility: visible;
	opacity: 1;
}
.kf_grid-column:hover .kf_edu_grid_captions > h5 {
    color:#033f5c;
}
.kf_grid-column:hover .btn_edu{
	visibility: visible;
	opacity: 1;
}
.kf_grid-column:hover .grid-option_3:after{
	opacity: 0;
}
.kf_grid-column:hover .grid-option_3:before{
	width:100%;
	border-width: 2px;
	margin: 0 auto;
}



.kf_edu_list-view-cols{
	float: left;
	width: 100%;

}
.btn_list{
	float: right;
	display: inline-block;
}
.kf_edu_list_view_column{
	float: left;
	width: 100%;
	border:1px solid #e1e1e1;
	margin-bottom: 30px;
}
.kf_edu_list_view_column figure{
	float: left;
	width: 34%;
	margin-right: 30px;
}
.rateing_stars{
	float: left;
	width: auto;
	line-height: normal;
	padding: 10px 0px 0px;
	margin-bottom: 5px;
}
.rateing_stars li{
	float: left;
	color:#f3ce0c;
	font-size: 12px;
	margin-right: 5px;
}
.kf_list_style_column h4{
	font-weight: bold;
	margin-bottom: 2px;
	float:left;
	width:100%;
}
.kf_list_style_column small{
	font-size: 12px;
	font-style: italic;
	color:#b3b3b3;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 3px;
}
.kf_list_style_column .grid-option_3 li::before{
	bottom:auto;
	min-height: 20px;
	top:8px;
}
.amount_tag{
	color:#666666;
}
.kf_list_style_column p{
	color:#999999;
	font-style: 15px;
}
.kf_list_style_column .grid-option_3{
	float: left;
	width: auto;
	padding: 0px;
	margin-bottom: 0px;
}
.kf_list_style_column .grid-option_3 li{
	font-size: 20px;
}
.kf_list_style_column{
	float: none;
	width: auto;
	overflow: hidden;
}
.kf_list_style_column .grid-option_3:after,
.kf_list_style_column .grid-option_3:before{
	border-top: none;
}
.kf_list_style_column .grid-option_3 li{
	width: auto;
	padding: 0px 20px;
}
.btn_list{
	display: inline-block;
	padding: 4px 34px;
	text-transform: capitalize;
	border:1px solid #e1e1e1;
	color:#999999;
} 
.kf_list_style_column{
	padding: 30px 15px;
}




.kf_course_content_wrap{
	float: left;
	width: 100%;
}
.kf_course_content_wrap > figure{
	margin-bottom: 19px;
	float: left;
	width: 100%;
}
.kf_course_content_wrap > figure img{
	width: 100%;
}
.detail_wrap_simple{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0 0 15px;
	margin-bottom: 36px;
	border-bottom: 1px solid #e1e1e1;
}
.detail_wrap_simple:after,
.detail_wrap_simple:before{
	display: none;
}
.detail_wrap_simple li{
	width: auto;
	float: left;
	padding: 0px 30px;
}
.caption_detail_courser{
	float: left;
	width: 100%;
}
.kf_short_codes > h4,
.caption_detail_courser h4{
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 1px;
}
.kf_short_codes > p,
.caption_detail_courser p{
	line-height: 1.4;
	margin-bottom: 13px;
}
.detail_wrap_simple li i{
	margin-right: 16px;
}
.caption_detail_courser i{
	font-size: 14px;
	color:#666666;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.kf_short_codes{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 23px;
	padding-bottom: 12px;
}
.kf_short_codes h4{
	/*margin-bottom: 21px;*/
	margin-bottom: 17px;
}
.kf_check-services{
	float: left;
	list-style: none;
	width: 100%;
	padding:2px 0px 12px;
}
.kf_check-services li{
	float: left;
	width: 33%;
	position: relative;
	padding-left: 30px;
}
.kf_check-services li:before{
	position: absolute;
	content:"\f00c";
	font-family: fontawesome;
	color:#999999;
	top:0px;
	left: 0px;
	bottom:0px;
}
.hight_line{
	color:#666666;
	float: left;
	width: 100%;
	padding: 15px 0px 15px;
	margin-bottom: 0px;
}
.hight_line b{
	font-size: 18px;
	color:#666666;
	margin-right: 10px;
}
.no-margin-bottom{
	border-bottom: none;
	margin-bottom: 0px;
}
.no-margin-bottom p{
	margin-bottom: 0px;
}






.bottom_styleing{
	float: left;
	width: 100%;
	padding-bottom: 31px;
}
.title-table{
	background-color:#e79800;
	color:#fff;
}
.title-table li{
	font-weight: bold;
	color:#fff;
}
.title-table p{
	font-size: 14px;
	color:#666;
	margin-bottom: 0px;
}
.title-table p i{
	margin-right: 10px;
}
.title-table b{
	color:#999999;
	font-size: 14px;
	text-transform: capitalize;
}

.table-row{
	display: table;
	width:100%;
	float: left;
	border: 1px solid #dcdcdc;
}
.table-column{
	display: table-row;
	width:100%;
	float: left;
}
.table-column > ol{
	display: table-cell;
	padding-left: 0px;
	width:100%;
	position: relative;
	float: left;
	border-bottom: 1px solid #dcdcdc;
}
.table-row > li:last-child ol{
	border: none;
}
.table-column > ol > li p{
	margin-bottom: 0px;
}
.table-column .selectric .label,
.table-column > ol > li span{
	font-size: 14px;
	font-weight: bold;
	color:#999999;
}
.table-column > ol > li {
    display: inline-block;
    width: 16.6666%;
    padding: 8px 20px 9px;
    float: left;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
.table-column > ol > li:nth-child(2){
	width: 50%;
	text-align: left;
}
.table-column > ol > li:last-child{
	border-right: 0px;
}
.table-column .selectric-wrapper{
	min-height: auto;
	background-color: transparent;
	border:none;

}
.table-column .selectric .button,
.table-column .selectric .label{
	height: auto;
	line-height: normal;
	padding: 0px;
}
.table-column .selectric .button{
	top:-7px;
}
.table-column .selectric{
	padding:0px 0 0;
}
.table-column ol li span i{
	margin-right: 10px;
}
.table-row .selectric-items{
	left: -146px;
    margin: 0 auto;
    min-width: 214%;
    position: relative;
    right: 0;
    top: 18px
}
.table-row .accordion{
	float: left;
	width: 100%;
}
.table-row .caption_accordian{
	background-color: #f5f5f5;
    float: left;
    left: 0;
    margin-left: -140px;
    position: relative;
    width: 845px;
    padding: 0px 20px;
    border-top: 1px solid #dcdcdc;
}
.table-row .drop-down_style{
	padding: 0px;
	cursor:pointer;
} 
.table-row .drop-down_style span{
	padding: 8px 20px 10px;
	position: relative;
	display: inline-block;
}
.table-row .drop-down_style .accordion:before{
	bottom: 0;
	content: "\f0d7";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 9px;
}
.spacing{
	padding: 10px 0px;
	float: left;
	width: 100%;
}

.table-row .drop-down_style .accordion-close.accordion:before{
	tranform:rotateX(180deg) translateY(9px);
}
.table-row .drop-down_style .accordion-open.accordion:before{
    tranform:rotateX(0deg) translateY(9px);
}


.table-row .caption_accordian h6,
.table-row .caption_accordian p
.table-row .caption_accordian a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color:#999999;
	margin-bottom: 0px;
}
.table-row .caption_accordian p{
	font-weight: 500;
	margin-bottom: 11px;
	line-height:normal;
}
.table-row .caption_accordian h6{
	
}
.table-row .caption_accordian a{
	font-weight: 600;
}
.kf_instrator_section{
	float: left;
	width: 100%;
}
.kf_instrator_section figure{
	float: left;
	width: 32%;
}
.kf_instrator_caption{
	float: none;
	width: auto;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 3px;
}
.kf_instrator_caption h5{
	float: left;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.kf_instrator_caption h5 small{
	display: block;
	font-size: 13px;
	font-weight: 500;
	color:#999;
	margin-top: 9px;
}
.rateing-starts_edu{
	float: left;
}
.kf_instrator_caption .pull-right .rateing-starts_edu li{
	display: inline-block;
}
.rateing-starts_edu li span{
	font-size: 12px;
	color:#f2cf0a;
	display: inline-block;
}
.kf_instrator_caption .pull-right small{
	font-style: italic;
	font-size: 13px;
	color:#666666;
	margin-left: 10px;

}
.kf_instrator_caption p{
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.social-icons{
	float: left;
	width: 100%;
	padding:0px;
}
.social-icons li{
	display: inline-block;
	margin-right: 5px;
}
.social-icons li:last-child{
	margin-right: 0px;
}
.social-icons li a{
	width: 36px;
	height: 31px;
	text-align: center;
	line-height: 30px;
	color:#999;
	font-size: 16px;
	border:1px solid #999;
	display: inline-block;
}
.social-icons li:hover a{
	border-color: #e79800;
	color:#e79800;
}
.kf_instructor_column{
	float: left;
	width: 100%;
}

.box-rateing_cross{
	float: left;
	width: 100%;
}
.rateing_box{
	float: left;
	width: 30%;
	padding:36px 0 36px;
	text-align: center;
	background-color: #033f5c;
	margin-right: 30px;
	border:1px solid #;
}
.rateing_box h2{
	font-size: 55px;
	color:#fff;
	font-weight: bold;
}
.rateing_box .rateing{
	line-height: normal;
	margin-bottom: 2px;
}
.rateing_box .rateing li{
	display: inline-block;
}
.rateing_box .rateing li span{
	color:#fff;
	font-size: 14px;
}
.rateing_box small{
	font-size: 16px;
	color:#fff;
	font-weight: 600;
	display: inline-block;
	margin-top: 0px;
}
.progress_rateing_progress{
	float: none;
	width: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 6px 0;
	border:1px solid #dcdcdc;
}
.progress_rateing_progress li{
	float: left;
	width: 100%;
}
.progress_rateing_progress span{
	float: left;
	font-size: 16px;
	font-weight: 600;
	color:#666666;
	display: inline-block;
	line-height: normal;
	margin:5px 20px 0 0;
}
.progress_rateing_progress .progress-names{
	float: none;
	width: auto;
	overflow: hidden;
	margin-bottom: 0px;
}
.progress_rateing_progress ul{
	list-style:none;
	padding:0px;
	float: left;
	width: 100%;
	margin: 0;
}
.progress_rateing_progress small{
	float: right;
	font-size: 14px;
	margin:7px 0 0;
	font-weight: bold;
	color:#666666;
	display: inline-block;
	line-height: normal;
}
.rateing{
	padding:0px;
}
.progress_rateing_progress .progressbar,
.progress_rateing_progress .bar{
	height: 7px;
}
.progress_rateing_progress .skill_progress_des{
	padding:0px;
	float: none;
	display: inline-block;
	margin: 0 auto;
	width: 80%;
}
.progress_rateing_progress ul{
	padding:4px 20px 9px;
	background-color: #f5f5f5;

}
.margin-bottom-15{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.comments_section_02{
	float: left;
	width: 100%;
}
.comments_section_02 .comment_wrap figure img,
.comments_section_02 .comment_wrap figure{
	min-height: 100%;
	width:100%;
}
.comments_section_02 .comment_wrap figure{
	width: 68px;
	border-radius: 100%;
	height: 68px;
	overflow: hidden;
	float: left;
}
.comments_section_02 .comment_wrap figure:before{
	display: none;
}
.comments_section_02 .comment_des_hed cite span{
	border: none;
	color:#999999;
	line-height: normal;
	padding: 0px;
}
.comments_section_02 .comment_reply{
	float: none;
	font-size: 13px;
}
.comments_section_02 .comment_des_hed cite{
	margin-right: 29px;
}
.comments_section_02 .comment_des_hed cite a{
	font-size: 16px;
	font-weight: bold;
	color:#666666;
	margin-right: 28px;
}
.comments_section_02 .rateing li{
	display: inline-block;
	width: auto;
	line-height: normal;
	margin-right: 5px;
}
.comments_section_02 .rateing li:last-child{
	margin-right: 0px;
}
.comments_section_02 .rateing li span{
	font-size: 16px;
	color:#e79800;
}

.check_radio_box_for_rateing{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 15px;
}
.check_radio_box_for_rateing li{
	float: left;
	width: 20%;
	padding-right: 30px;
}

.your-rateing_btn{
	float: left;
	width: 100%;
}
.your-rateing_btn input[type="radio"]{
	display: none;
}
.your-rateing_btn input[type="radio"]:checked ~ label{
	background-color: #ececec;
}
.your-rateing_btn label{
	border:1px solid #dfdfdf;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	padding: 0px 20px;
	background-color: #fff;
}
.your-rateing_btn label b{
	font-size: 14px;
	float: left;
	color:#666666;
}
.your-rateing_btn label span{
	font-size: 10px;
	color:#b4b4b4;
	display: inline-block;
	float: right;
	padding: 9px 0px 0px;
	line-height: normal;
}
.your-rateing_btn label span i{
	margin-right: 3px;
}
.your-rateing_btn label span i:last-child{
	margin-right: 0px;
}
.your-rateing_btn input[type="radio"]:checked ~ label span,
.your-rateing_btn input[type="radio"]:checked ~ label b{
	color:#e79800;
}
.kf_short_codes .blog_pg_form .new_btn{
	padding: 8px 100px;
}

.content_features_enroll{
	float: left;
	width: 100%;
	padding: 23px 20px 20px;
}
.widget-courserfeature{
	float: left;
	width: 100%;
	text-align: center;
	outline-offset:-6px;
	outline:6px solid #f5f5f5;
	box-shadow:0px 0px 0px 1px #e1e1e1;
}
.widget-courserfeature h5{
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: left;
	background-color: transparent;
}
.widget-courserfeature ul{
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.widget-courserfeature ul li{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #999999;
	margin-bottom: 6px;
}
.widget-courserfeature ul li:last-child{
	margin-bottom: 0px;
}
.widget-courserfeature ul li a{
	float: left;
	font-size: 16px;
	color: #999999;
}
.widget-courserfeature ul li a i{
	margin-right: 10px;
	
}
.widget-courserfeature ul li span{
	float: right;
}
.btn_sidebar{
	display: inline-block;
	padding: 7px 30px;
	border:1px solid #e1e1e1;
	width:100%;
}
.widget.widget_share_courses{
	text-align: center;
	border:1px solid #e1e1e1;
	padding: 20px 0 25px;
}
.widget_share_courses h5{
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: capitalize;
}


.widget.bg-color h5{
	margin-bottom: 20px;
}
.widget_wrap_blog figure{
	position: relative;
	width: 30%;
	height: auto;
	float: left;
	margin-right: 20px;
	border:1px solid #e1e1e1;
}
.widget_wrap_blog .kode-text{
	padding: 0px;
}
.widget_wrap_blog .kode-text p{
	line-height: normal;
	font-weight: 600;
	margin-bottom: 9px;
}
.widget .rateing-starts_edu{
	line-height: normal;
}
.widget .rateing-starts_edu li{
	display: inline-block;
}
.price-velue-btn{
	display: inline-block;
	padding: 0px 8px;
	background-color: #033f5c;
	color:#fff;
	text-transform: capitalize;
	font-weight: 600;
	line-height: normal;
	float: left;
	margin-right: 10px;
}
.widget_wrap_blog{
	padding: 0px 10px 20px;
	float: left;
	width: 100%;
}
.widget.bg-color{
	border:1px solid #e1e1e1;
}
.widget.bg-color h5{
	background-color: #033f5c;
	color:#fff;
	border:none;
}

#calendar-demo{
	float: left;
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
#calendar-demo thead tr,
#calendar-demo thead{
	width:100% !important;

}
#calendar-demo thead{

}
#calendar-demo #today{
	display: none;
}
#calendar-demo > thead > tr{
	display: table-row;

}
.calendar thead tr th{
	display: table-cell;
}



.detail-02_style{
	border:1px solid #e1e1e1;
	margin-bottom: 30px;
}
.wrap_padding_contain{
	float: left;
	width: 100%;
	padding: 0px 20px 30px;
}
.detail-02_style .detail_wrap_simple{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}

.table_codes{
	float: left;
	width: 100%;
}
.border-style{
	float: left;
	width: 100%;
	border:1px solid #e1e1e1;
}
.table_codes ul{
	display: table;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.table_codes ul li{
	display: table-row;
	float: left;
	text-align: center;
	width: 20%;
	padding: 10px 0px 12px;
	border-right: 1px solid #e1e1e1;
}
.table_codes ul li:last-child{
	border-right: none;
}
.border-style ul{
	border-bottom: 1px solid #e1e1e1;
}
.border-style ul:last-child{
	border-bottom: none;
}
.table_codes ul li span{
	display: table-cell;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	display: inline-block;
	width:100%;

}
.table_codes ul li span b{
	font-size: 16px;
	color:#666666;
}
.table_codes ul li:nth-child(2){
	width: 60%;
	text-align: left;
	padding-left: 20px;
}
.table_codes ul li:nth-child(2) span{
	text-align: left;
}
.course_content_tabs-blog{
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.course_tabs_contents{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.course_tabs_contents ul{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.course_tabs_contents ul li{
	float: left;
	width: 24.999%;
	text-align: center;
	border-right: 1px solid #e1e1e1;
}
.course_tabs_contents ul li:last-child{
	border-right: none;
}
.course_tabs_contents ul li a{
	display: inline-block;
	font-size:18px;
	font-weight: bold;
	text-transform: capitalize;
	color:#666666; 
	padding: 15px 0 13px;
	width:100%;
	position: relative;
}
.course_tabs_contents ul li a:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	right: 0px;
	width: 0%;
	border-top: 4px solid #033f5c;
}
.course_tabs_contents ul li:hover a:before{
	width:100%;
}
.course_tabs_contents ul li:hover a{
	color:#033f5c;
}
.course-detail-final .kf_courses_tabs .nav-tabs > li{
	width: 25%;
}
.course-detail-final .kf_courses_tabs .nav-tabs{
	border:none !important;
}
.course-detail-final .kf_courses_tabs .nav-tabs > li > a, 
.course-detail-final .kf_courses_tabs .nav-tabs > li.active > a:focus, 
.course-detail-final .kf_courses_tabs .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border-width: 1px 1px 0 !important;
    border-style:solid !important;
    border-color: #eee !important;
    border-radius: 0;
    outline: medium none;
    padding: 15px 20px;
    text-align: center;
}
.course-detail-final .kf_courses_tabs .nav-tabs > li > a:before{
	bottom: auto;
	top: 0;
}
.course-detail-final .kf_courses_tabs .tab-content{
	border:1px solid #eee;
}
.kf_courses_tabs .course-padding-div,
.table_codes{
	float: left;
	width: 100%;
	/*text-align: center;*/
	padding: 0 20px 30px;
}
.table_codes ul{
	float: left;
	width: 100%;
	text-align: center;
}
.table_header{
	background-color: #f7f7f7;
}
.table_header li span{
	font-weight: bold;
	color:#666666;
	text-transform: capitalize;
}
.table_header_row{
	background-color: #fbfbfb;
}
.kf_content_wrap .container .kf_short_codes.ground-border{
	border:1px solid #e1e1e1;
	padding: 22px 20px 30px;
}

.full-detail-rateing-box{
	float: left;
	width: 100%;
	padding: 0px 20px;
}
.comment-rateing{
	float: left;
}
.comment-rateing li{
	display: inline-block;
	width: auto;
	margin-right: 3px;
}
.comment-rateing li:last-child{
	margin-right: 0px;
}
.comment-rateing ul{
	margin-right: 5px;
	padding:0px;
}
.comment-rateing ul li span{
	color:#e79800;
}
.comment-rateing small{
	font-style: italic;
	font-size: 14px;
	color:#999999;
}
.full-detail-rateing-box .box-rateing_cross{
	margin-bottom: 30px;
}
.full-detail-rateing-box .blog-detl_heading h5{
	text-transform: capitalize;
	font-weight: bold;
}
.full-detail-rateing-box  .section-comment .coment_list li:last-child .comment_wrap{
	border-bottom: none;
}
.full-detail-rateing-box .section-comment{
	margin-bottom: 0px;
}

.full-detail-rateing-box .kf_instrator_section{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #e1e1e1;
}
.full-detail-rateing-box .kf_instrator_section p{
	margin-bottom: 12px;
}
.full-detail-rateing-box .kf_instrator_section:last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
}
.full-detail-rateing-box .kf_instrator_caption{
	padding-top: 1px;
}


.kode_table_ue{
	float: left;
	width: 100%;
}
.kode_table_course {
	float: left;
	width: 100%;
	border:1px solid #c7c7c7;
}
.kode_table_ue ul{
	float: left;
	width: 100%;
	display: table;
	border-bottom: 1px solid #c7c7c7;
	text-align: center;
}
.kode_table_course ul:last-child{
	border-bottom:none;
}
.ue_table_row{
	background-color: #f7f7f7;
}
.kode_table_ue ul li{
	display: table-row;
	float: left;
	text-align: center;
	width: 16.6677%;
	height: 80px;
	line-height: normal;
	padding: 18px 0 20px;
	border-right: 1px solid #c7c7c7;
}
.kode_table_ue ul li:first-child{
	background-color: #f7f7f7;
	padding: 30px 0 24px;
}
.kode_table_ue ul li.pull-left{
	background-color: transparent;
}
.kode_table_ue ul li.pull-right{
	padding: 29px 0px 0px;
}
.kode_table_ue ul li button,
.kode_table_ue ul li span{
	display: table-cell;
	float: left;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color:#666;
	background-color: transparent;
	width: 100%;
}
.kode_table_ue ul li:last-child{
	border-right: none;
}
.brake-time-view .ue-brake-time{
	float: left;
	width: 100%;
}
.brake-time-view li:last-child{
	width:83.333333%;
	background-image: url(extra-images/brake-time-bg-img.html);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: relative;
	padding: 17px 0 14px;
}
.brake-time-view li:last-child:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	right: 0px;
	background-color: #e79800;
	opacity: 0.85;
	bottom:0px;
	z-index: -1;
}
.brake-time-view li h4{
	color:#fff;
	font-weight: bold;
	text-transform: capitalize;
}
.brake-time-view li h4 small{
	display: block;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.kode_table_course .ue_table_row li{
	padding: 30px 0px;
}



.course-detail-final{
	float: left;
	width: 100%;
}
.course-detail-final h4{
	text-transform: capitalize;
	margin-bottom: 17px;
}
.detail_wrap_final > li{
	float: left;
	width: 24.9999%;
	position: relative;
}
.detail_wrap_final{
	margin-bottom: 12px;
}
.detail_wrap_final > li:before{
	border-right: 1px solid #666;
    bottom: 0;
    content: "";
    margin-top: -15px;
    max-height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.detail_wrap_final > li:last-child:before{
	border-right: none;
}
.detail_wrap_final{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.edu2-icons_left{
	float: left;
	margin-right: 18px;
	padding-top: 2px;
}
.detail_wrap_final > li .edu2_cur_des_ft{
	background-color: transparent;
	border:none;
}
.detail_wrap_final .edu2_cur_ftr_strip h6{
	width: 100%;
	line-height: normal;
	text-transform: capitalize;
}
.detail_wrap_final .edu2_cur_ftr_strip{
	padding-top: 0px;
}
.detail_wrap_final .comment-rateing li,
.detail_wrap_final .comment-rateing{
	line-height: 10px;
}
.edu2-icons_left i{
	font-size: 34px;
	color:#666666;
}
.detail_wrap_final .comment-rateing ul li span{
	font-size: 13px;
}
.margin-top-mins{
	margin-top: -7px;
}
.picture-column-small{
	padding: 7px 0 15px;
}
.picture-column-small .edu2_cur_ftr_strip{
	padding: 6px 0px 0px;
}

.thumb_slider{
	float: left;
	width: 100%;
	border:1px solid #dfdfdf;
	margin-bottom: 30px;
}
.watch_pager_slides figure img{
	width: 100%;
}
.watch_pager_slides.bxslider figure,
.thumb_slider figure,
.watch_pager_slides{
	float: left;
	width: 100%;
	padding:0px;
	list-style:none;
}
.pager{
	float: left;
	width: 100%;
}
.thumb_slider .bx-wrapper{
	margin-bottom: 0px;
}
.thumb_slider .bx-wrapper .bx-viewport{
	box-shadow: none;
	border:none;
	left: 0px;
	transform:none;
}
.thumb_slider .pager{
	margin: 0px;
	padding: 20px 0px 20px 15px;
}
.thumb_slider .pager ul{
	float: left;
	width: 100%;
	padding:0px;
	margin: 0;
}
.thumb_slider .pager ul li{
	width: 16.6666%;
	float: left;
	padding-right: 15px;
}
.thumb_slider .pager ul li a{
	padding: 0px;
	border:none;
	width: 100%;
	display: inline-block;
	border:1px solid #dfdfdf;
}
.thumb_slider .pager ul li a img{
	width: 100%;
}
.course_content_tabs-blog .kf_instrator_section{
	margin-bottom: 30px;
}
.course_content_tabs-blog .kf_instrator_section figure{
	margin-right: 20px;
	padding-top: 9px;
}
.course_content_tabs-blog .kf_instrator_caption{
	padding: 0px;
	margin-bottom: 0px;
}
.course_content_tabs-blog p{
	color:#999999;
	margin-bottom: 0px;
}
.course-padding-div{
	padding: 0px 0px;
	float: left;
	width: 100%;
}
.margin-bottom-15{
	margin-bottom: 15px !important;
	float: left;
	width: 100%;
}
.no-padding{
	padding-bottom: 0px;

}
.detail_wrap_final{
	margin:0px;
	padding:0px;
	list-style:none;
}
.kode-breadcrumb.breadcrumb{
	background:transparent;
}
.kf_event_list_links{
	padding:0;
}
.kf_inr_breadcrumb ul li:before{
	padding:0;
}

/*Sidr Styling*/

.side-navigation{
	padding: 30px;
	background-color: #1c1c1c;
}
.logo_wrap a{
	display: inline-block;
	width: auto;
}
.side-navigation .widget-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    font-size: 18px;
    padding: 0;
    color: #fff;
    text-transform: capitalize;
}
.side-navigation .widget_archive li a{
	color: #fff;
}
.side-navigation .widget_search input[type="text"], 
.side-navigation .widget-search input[type="search"]{
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
.side-navigation .widget_search input[type="text"]::-moz-placeholder{
	color: #fff;
} 
.side-navigation .widget-search input[type="search"]::-moz-placeholder{
	color: #fff;
}
.side-navigation .widget_search input[type="text"]::-webkit-input-placeholder{
	color: #fff;
} 
.side-navigation .widget-search input[type="search"]::-webkit-input-placeholder{
	color: #fff;
}


.nav-tabs > li > a:hover,
.nav > li > a:hover, .nav > li > a:focus,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: transparent;
	border:none;
	border-radius: 0;
	outline: none;
}
p.copy-right-sidr{
	color: #fff;
}
.kf_blog_post_meta{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.kf_blog_post_meta li{
	float: left;
	width: auto;
	margin-left: 10px;
}
.kf_blog_post_meta li:first-child{
	margin:0;
}
.kf_blog_post_meta li i{
	margin-right: 5px;
}
.kf_blog_post_meta li a{
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: normal;
}
.kf_blog_detail_tag{
	float: left;
	width: 100%;
}
.kf_blog_detail_tag .blog-info.blog-tag{
	float: left;
	width: auto;
	list-style: none;
}
.kf_blog_detail_tag a{
	display: inline-block;
	width: auto;
	font-size: 16px;
	text-transform: capitalize;
	line-height: normal;
	font-weight: normal;
	margin: 0 5px;
}
.kf_tag_list{
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
.kf_tag_icon{
	float: left;
	width: auto;
	margin-right: 10px;
}
.kf_blog_social_icon{
	float: right;
	width: auto;
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.kf_blog_social_icon li{
	float: left;
	width: auto;
}
.kf_blog_social_icon a{
	float: left;
	width: 20px;
	height: 20px;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
}
.kf_pagination{
	float: left;
	width: 100%;
	margin: 30px 0;
}
.kf_pagination li{
	float: left;
	width: 50%;
}
.inner-post{
	float: left;
	width: 100%;
	padding: 10px 15px;
}
.inner-post a{
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
.inner-post:hover h6,
.inner-post:hover i,
.inner-post:hover a{
	color: #fff;
}
.booking_form{
	float: left;
	width: 100%;
}






.kode-recent-posts h4{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.kode-recent-posts .edu2_blogpg_des ul{
	margin-bottom: 15px;
}
#wp-a11y-speak-assertive,
#wp-a11y-speak-polite{
	display:none;
}
.kode-404-page{
	text-align: center;
}
.kode-404-page h2{
	font-size: 100px;
	line-height: normal;
	width: 100%;
	margin: 0 0 10px 0 !important;
}
.kode-404-page span{
	font-size: 50px;
	line-height: normal;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.kode-404-page p{
	font-size: 25;
	line-height: normal;
	margin: 0 0 50px;
}
.kode-404-page .kode-search{
	float: none;
	width: 75%;
	display: inline-block;
	position:relative;
}
.search-page-kode{
	margin-bottom:50px;
}
.kode-search  label{
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    width: 53px;
    font-size: 20px;
    font-weight: bold;
    line-height: 53px;
    position: absolute;
    text-align: center;
    margin: 0;
    overflow: hidden;
}
.kode-search  label:hover{
	background: #000;
}
.kode-search  label:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	height: 100%;
	content: "\f002";
	line-height: 49px;
	position: absolute;
	text-align: center;
	font-family: 'FontAwesome';
}
.kode-search  label input{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	min-height: 53px;
	border: none;
	border-radius: 0;
}
.kd-login-network ul{
	padding:0px;
	margin:0px;
}
.kd-login-network ul li{
	list-style:none;
}
.blog-info.blog-views em{
	margin-left:10px;
}
.post-password-form input[type="submit"]{
	width:auto;
	background:#333;
	display:block;
	color:#fff;
}
.kode-blog-content,
.kode-post-title{
	float:left;
	width:100%;
}
.kode-post-title{
	margin-top:0px;
	margin-bottom:0px;
}
.kode-blog-thumbnail.kode-ux{
	margin-bottom:20px;
}
.blog_detail_thumbnail figure .kode-blog-thumbnail.kode-ux{
	margin-bottom:0px;
}


.kf_edu_list-view-cols ul{
	list-style:none;
}

#archives-3 ul li:hover a{
		color: #333 !important; 
}
.kf_range_slider .amount2{
	background:transparent;
	text-align:center;
	padding:0px;
	height:14px;
	margin-bottom:10px;
}