/*==================================================

Project:	TheEvent - Conference Event Template
Version:	1.0
created:	19/11/15
Author :	KodeForest

/**
 * Table of Contents :
 *
* 1.0 - Default Css
* 2.0 - Slider
* 3.0 - Header
* 4.0 - Navigation
* 5.0 - Main wrapper
* 6.0 - Overview Section
* 7.0 - Event-slider-box
* 8.0 - Button Animate
* 9.0 - Facts Counter
* 10.0 - Button Animate
* 11.0 - Facts Counter
* 12.0 - Button Slide
* 13.0 - Events timer
* 14.0 - Next Event Counter
* 15.0 - Kode Dpeaker
* 16.0 - Kode Our Gallery
* 17.0 - Kode Our pricing
* 18.0 - Kode Event Testimonial
* 19.0 - Kode Event Blog
* 20.0 - Kode Event Contact
* 21.0 - Kode Our Speaker Strip
* 22.0 - Inner Page
* 23.0 - Pagination
* 24.0 - Kode Event Shedule Blog Style 2
* 25.0 - Kode Event Shedule Blog Style 3
* 26.0 - Kode Contact Us
* 27.0 - kode Event Footer
* 28.0 - About Us Page
* 29.0 - Heading Wrap Css Start
* 29.0 - Who Am I Wwap Css Start
* 30.0 - Experience Wrap Css Start
* 31.0 - Testimonial Wrap Css Start
* 32.0 - Blog Detail Wrap Css Start
* 33.0 - Comment Wrap Css Start
* 33.0 - Leave A Reply Wrap Css Start
* 34.0 - 404 Errow Page
* 35.0 - WRAP CSS Start
* 36.0 - GALLERY-01 Page CSS Start
* 37.0 - GALLERY-02 Page CSS Start
* 38.0 - Event Detail Page CSS Start
* 39.0 - Kode Event Place Map
* 40.0 - Event List Page CSS Start
* 41.0 - Heading Wrap CSS Start
* 42.0 - Brand Wrap CSS Start
* 43.0 - FAQ Wrap CSS Start
* 44.0 - Our Main Services
* 45.0 - Kode Members

[Color codes]

Background:	#ffffff (white)
Content:	#999999 (light black)
Header h1:	#111111 (dark black)
Header h2:	#111111 (dark black)
Footer:		#000000 (dark black)

a (standard):	#999999 (light black)
a (visited):	#999999 (light black)
a (active):	#999999 (light black)

[Typography]

Body copy:		14px/ 'Lato', sans-serif;
Headers:		'Josefin Sans', sans-serif;
Input, textarea:	'Lato', sans-serif;
Sidebar heading:	'Lato', sans-serif;

-------------------------------------------------------------------*/

/*
	  ==============================================================
		   Default CSS Start
	  ==============================================================
*/
.kf_wrapper,
header,
section,
.kf_content{
	float:left;
	width:100%;
}
#wrapper{
	position:relative;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.overflow{overflow:hidden;}
.overflow{overflow:hidden;}
/*
	  ==============================================================
		   Default CSS End
	  ==============================================================
/*
	  ==============================================================
		   Slider CSS Start
	  ==============================================================
*/
.sub-header{
	position:relative;
	min-height:300px;
	background-image:url(images/our-speaker.jpg);
	background-size:cover;
	background-position:center;
	float:left;
	width:100%;
}

.kode-slider{
	position:relative;
	float:left;
	width:100%;
}
.kode-slider li:after{
	position:absolute;
	content:'';
	background:rgba(0, 0, 0, .5);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1
}
.kode-slider .bx-controls-direction{display:none;}
.kode-slider .bx-wrapper .bx-pager,
.kode-slider .bx-wrapper .bx-controls-auto{
	z-index:50;
	bottom:40%;
	left:20px;
	width:20px;
}
.kode-slider .bx-wrapper .bx-pager.bx-default-pager a{
	display:inline-block;
	vertical-align:top;
	width:12px;
	height:12px;
	border:2px solid #afafaf;
	border-radius:50%;
	background:none;
}
.kode-content{
	color: #fff;
	left: 0;
	padding: 250px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	text-align:center;
}
.kode-slider-content{
	max-width:85%;
	margin:0 auto;
	overflow:hidden;
}
.kode-content h2{
	margin:0 0 10px;
	color:#fff;
	/*font-size: 60px;
	line-height:75px;*/
	text-transform:uppercase;
}
.kode-content .overflow{
	margin:-70px 0 20px;
}
.kode-content h3{
	float:left;
	border-top:3px solid #fff;
	font-size:20px;
	line-height:24px;
	padding:15px 0 0;
	text-transform:uppercase;
	color:#fff;
}
.right-float{
	float:right;
}
.kode-content .right-float{
	float:right;
}
.kode-content p{
	margin:0 0 20px;
}
.button-holder{
	position:relative;
	overflow:hidden;
}
.button{
	display:inline-block;
	vertical-align:top;
	border:1px solid #babab7;
	border-radius:3px;
	width:190px;
	text-align:center;
	padding:18px 10px;
	font:bold 14px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	transition: background-color 0.5s ease;
}
.button-holder .button{margin:0 5px 20px;}
.button.active, .button:hover{
	text-decoration:none;
	color:#fff;
}
/*
	  ==============================================================
		   Slider CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   Header CSS Start
	  ==============================================================
*/
#kode-header{
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:999;
	border-top:1px solid #969893;
	border-bottom:1px solid #969893;
}
#kode-header:after{
	display:block;
	clear:both;
	content:'';
}
.kode-logo{
	float:left;
	max-width:133px;
	margin:0 60px 0 30px;
	padding:20px 0;
}
.kode-logo a{display:block;}
.kode-logo img{
	display:block;
	width:100%;
	height:auto;
}
.col-right{float:right;}
.header-social{
	padding:31px 50px 0 0;
	margin:0;
	list-style:none;
	float:left;
	text-align:center;
}
.header-social li{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px;
}
.header-social a{
	display:block;
	width:31px;
	height:31px;
	border:1px solid #fff;
	border-radius:50%;
	line-height:31px;
	color:#fff;
}
.register-holder{
	position:absolute;
	background:rgba(0, 0, 0, .5);
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:90px;
	z-index:50;
}
.register-button{
	width:510px;
	height:90px;
	margin:0 auto;
	text-align:center;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.register-time{
	width:80px;
	float:left;
	font:16px/24px 'Montserrat', Arial, Helvetica, sans-serif;
	color:#fff;
	padding:16px 0;
	background:rgba(0,0,0,0.1)
}
.register-time span{
	display:block;
	font-size:30px;
	line-height:34px;
}
.register-content{
	color:#fff;
	font-size:16px;
	overflow:hidden;
	padding:20px 40px 18px;
	display:inline-block;
	vertical-align:middle;
	max-width:425px;
}
.register-content h3{
	margin:0 0 5px;
	font-size:30px;
	line-height:24px;
	text-transform:uppercase;
	color:#fff;
}
.register-content p{margin:0;}
.register-content:hover,
.register-content:focus{
	text-decoration:none;
	color:#fff;
}
/*
	  ==============================================================
		   Header CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   Navigation CSS Start
	  ==============================================================
*/
.kode-nav{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font:16px/19px 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.kode-nav:after{
	display:block;
	clear:both;
	content:'';
}
.kode-nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
.kode-nav ul:after{
	display:block;
	clear:both;
	content:'';
}
.kode-nav ul li{
	float:left;
	vertical-align:top;
	position:relative;
	margin:0;
}
.kode-nav ul li a{
	display:block;
	color:#fff;
	padding:37px 10px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.kode-nav li.active > a, .kode-nav ul li:hover > a{
	text-decoration:none;
	color:#fff;
}

.kode-nav ul ul{
	position: absolute;
	left: 0px;
	top: 100%;
	min-width: 250px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	opacity: 0.1;
	transform-origin:top center;
	transform:rotateX(90deg);
	-moz-transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
}
.kode-nav ul li:hover > ul{
	transform:rotateX(0deg);
	opacity: 1;
}
.kode-nav ul ul li{
	float: left;
	width: 100%;
}
.kode-nav ul ul li a{
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 10px;
	font-weight: normal;
	color:#000;
}


.col-right .button-member{
	float:right;
	color:#fff;
	font:bold 21px/24px 'Montserrat', Arial, Helvetica, sans-serif;
	width:290px;
	text-align:center;
	text-transform:uppercase;
	padding:34px 10px 35px;
}
.col-right .button-member:hover,
.col-right .button-member:focus{
	text-decoration:none;
	color:#fff;
	opacity:0.85;
}
/*
	  ==============================================================
		   Navigation CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Main wrapper CSS Start
	  ==============================================================
*/
#main{
	position:relative;
}
.border-left{
	display:block;
	width:31px;
	height:3px;
	background:#666;
	position:relative;
	margin:0 0 30px;
}
/*
	  ==============================================================
		   Main wrapper CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   Overview Section CSS Start
	  ==============================================================
*/
.kode-overview-holder{
	position:relative;
	overflow:hidden;
	padding:70px 0;
	color:#666;
	float:left;
	width:100%;
}
.kode-overview-holder:before{
	position:absolute;
	content:'';
	/*background:url(extra-images/img02.png) no-repeat;*/
	width:340px;
	height:315px;
	left:-120px;
	bottom:270px;
	opacity:0.2;
}
.kode-overview-holder:after{
	position:absolute;
	content:'';
	/*background:url(extra-images/img04.png) no-repeat;*/
	width:359px;
	height:430px;
	right:-80px;
	bottom:0;
	opacity:0.2;
}
.kode-overview-holder .container{
	position:relative;
	z-index:10;
}
.heading-meta{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#666;
	font-style:italic;
	margin:0 0 20px;
}
.first-letter{
	float:left;
	color:#fff;
	padding:12px 20px;
	color:#fff;
	font-size:30px;
	line-height:34px;
	margin:0 20px 0 0;
	text-transform:uppercase;
	font-weight:normal;
}
.kode-overview-holder p{margin:0 0 20px;}
/*
	  ==============================================================
		   Overview Section CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   event-slider-box CSS Start
	  ==============================================================
*/
.event-slider-box{
	position:relative;
	border:2px solid #585858;
	padding:60px;
	height:440px;
	width:440px;
}
.event-slider-box:after{
	display:block;
	clear:both;
	content:'';
	width:440px;
	height:440px;
	border:2px solid #585858;
	left:0;
	top:0;
	padding:30px;
}
.event-borders{
	background: #585858;
	content: "";
	height: 705px;
	left: 57%;
	position: absolute;
	top: -104px;
	transform: rotate(-45deg);
	width: 2px;
}
.event-borders:before{
	background: #585858;
	content: "";
	height: 705px;
	left: 0;
	position: absolute;
	top: 3px;
	transform: rotate(90deg);
	width: 2px;
}
.event-boxslider{
	position:absolute;
	z-index:99;
	left:30px;
	top:30px;
	width:440px;
	height:440px;
}
.event-boxslider ul li:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0);
	z-index:100;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.event-boxslider ul li:hover:before{
	background-color:rgba(0,0,0,0.5);
}
.event-boxslider ul li:hover img{
	transform:scale(3);
	-moz-transform:scale(3);
	-webkit-transform:scale(3);
	transition:all 6s ease-in-out;
	-webkit-transition:all 6s ease-in-out;
	-moz-transition:all 6s ease-in-out;
}
.event-slider-box .bx-controls-direction{display:none;}
.event-slider-box .bx-wrapper .bx-pager.bx-default-pager a{
	background:#414141;
}
.event-slider-box .bx-wrapper .bx-pager.bx-default-pager a:hover,
.event-slider-box .bx-wrapper .bx-pager.bx-default-pager a.active,
.event-slider-box .bx-wrapper .bx-pager.bx-default-pager a:focus{

}
.event-slider-box .bx-wrapper .bx-pager,
.event-slider-box .bx-wrapper .bx-controls-auto{
	bottom:-32px;
}
.event-slider-box .bx-wrapper .bx-pager{
	padding:0px;
}
.facts-row{
	padding-top:60px;
	text-align:center;
}
.facts-row h3{
	margin:0 0 20px;
	color:#333;
	font-size:30px;
	line-height:34px;
	text-align:center;
}
/*
	  ==============================================================
		   event-slider-box CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Button Animate CSS Start
	  ==============================================================
*/
.button-animate {
	color: #fff;
	display: inline-block;
	font:16px/49px 'Montserrat', Arial, Helvetica, sans-serif;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	border-radius:4px;
	min-width:190px;
}
.button-animate span:before {
	content: "";
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	transform: rotateY(90deg);
	transform-origin: 0 50% 0;
	transition: background 0.4s ease 0s;
	width: 100%;
	border-radius:4px;
}
.button-animate:hover span, .button-animate:focus span {
	transform: rotateY(-90deg);
	border-radius:4px;
}
.button-animate span {
	display: inline-block;
	padding: 0 14px;
	position: relative;
	transform-origin: 50% 50% -100px;
	transform-style: preserve-3d;
	transition: transform 0.4s ease 0s, background 0.4s ease 0s;
	width: 100%;
	color:#fff;
	border-radius:4px;
}
/*
	  ==============================================================
		   Button Animate CSS End
	  ==============================================================
*/
.facts-counter{
	position:relative;
	overflow:hidden;
	padding:30px 0;
	text-align:left;
}
.facts-counter .icons-wrap{
	display:inline-block;
	vertical-align:middle;
	color:#8d8d8d;
	font-size:72px;
	float:left;
	width:75px;
	padding-top:15px;
}
.kf_counter{
	float:none;
	padding:0px 0px 0px 110px;
	text-align:left;
}
.kf_counter .counter{
	font-size:72px;
	line-height:76px;
	color:#333;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
}
.kf_counter span{
	display:block;
	line-height:22px;
	font-size:18px;
	color:#666;
}
/*
	  ==============================================================
		   Our Main Services CSS Start
	  ==============================================================
*/
.kode-main-services{
	position:relative;
	overflow:hidden;
	background:#f8f8f8;
	padding:70px 0 40px 0;
	float:left;
	width:100%;
}
.main-service-box{
	position:relative;
	overflow:hidden;
	border:1px solid #ddd;
	padding:40px;
	margin:0 0 30px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.srvc-content{
	position:relative;
	overflow:hidden;
	color:#666;
}
.srvc-content h4{
	font-size:18px;
	margin-bottom:8px;
}
.main-service-box h3{
	font-size:20px;
	line-height:25px;
	color:#333;
	margin:0 0 10px;
}
.icon-srvc{
	width:85px;
	height:85px;
	float:left;
	border-radius:50%;
	border:1px solid #e4e4e4;
	text-align:center;
	padding:20px 0;
	margin:0 40px 0 0;
	font-size:40px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.srvc-content p{margin:0 0 15px;}
.bottom-border{
	display:block;
	width:33px;
	height:2px;
}
.main-service-box:hover{
	color:#fff;
}
.main-service-box:hover .icon-srvc{
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3)
}
.main-service-box:hover h3,
.main-service-box:hover .srvc-content{
	color:#fff;
}
.main-service-box:hover .bottom-border{
	background:#fff;
}
.main-service-box:hover .icon-srvc{
	border:1px solid #fff;
	background:#fff;
}
/*
	  ==============================================================
		   Our Main Services CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Button Slide CSS Start
	  ==============================================================
*/
.button-slide {
	color:#7e7e7e;
	font:14px/40px 'Montserrat', Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #ddd;
	display:inline-block;
	vertical-align:middle;
	padding:5px 20px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.button-slide:hover,
.button-slide:focus,
.button-slide.active{
	border:1px solid;
	color:#fff;
	text-decoration:none;
}
/*
	  ==============================================================
		   Button Slide CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   kode-conference-schedule CSS Start
	  ==============================================================
*/
.kode-conference-schedule{
	position:relative;
	overflow:hidden;
	padding:70px 0;
	float:left;
	width:100%;
}
.schedule-banner{
	position:relative;
}
.schedule-banner img{
	display:block;
	width:100%;
	height:auto;
}
.schedule-banner:after{
	display:block;
	clear:both;
	content:'';
}
.scheduletabs{
	position:relative;
	max-width:947px;
	margin:-100px auto 0;
	background:#fff;
	border:1px solid #e6e6e6;
}
.scheduletabs:before, .scheduletabs:after{
	clear:both;
}
.scheduletabs .nav-tabs{
	border-bottom:1px solid #e6e6e6;
	text-align:center;
	font:20px/30px 'Montserrat', Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1;
}
.scheduletabs .nav-tabs > li > a {
	border-right: 1px solid #e6e6e6;
	border-radius:0;
	line-height:30px;
	margin-right: 0;
	color:#333;
	min-width:200px;
	position:relative;
	padding:18px 10px 19px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	outline:none;
}
.scheduletabs .nav-tabs > li > a span{
	display:block;
	font-size:26px;
}
.scheduletabs .nav-tabs > li.active > a,
.scheduletabs .nav-tabs > li.active > a:hover,
.scheduletabs .nav-tabs > li.active > a:focus{
	color:#fff;
}
.scheduletabs .nav-tabs > li.active > a:after,
.scheduletabs .nav-tabs > li.active > a:hover:after,
.scheduletabs .nav-tabs > li.active > a:focus:after{
	position:absolute;
	content:'';
	height:15px;
	width:15px;
	transform:rotate(45deg);
	left:0px;
	right:0px;
	margin:auto;
	bottom:-7px;
}
.auditorium{
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	font:20px/70px 'Montserrat', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e6e6e6;
	text-align:center;
	background:#f7f7f7;
}
.auditorium:after{
	display:block;
	clear:both;
	content:'';
}
.auditorium li{
	float:left;
	min-width:200px;
	position:relative;
}
.auditorium a{
	color:#333;
	display:block;
	position:relative;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.auditorium a:hover,
.auditorium li.active a{
	text-decoration:none;
}
.auditorium li.active a:after,
.auditorium a:hover:after{
	position:absolute;
	content:'';
	bottom:-3px;
	left:0;
	width:100%;
	height:3px;
}
.scheduletabs .tab-content{
	padding:2px 50px;
	font-size:16px;
	float:left;
	width:100%;
}
.scheduletabs .panel-group{
	float:left;
	width:100%;
}
.scheduletabs .panel.panel-default{
	border:none;
	border-radius:0;
	box-shadow:none;
	position:relative;
	padding:60px 0 30px;
	float:left;
	width:100%;
}
.scheduletabs .panel.panel-default:before{
	position:absolute;
	content:'';
	border-left:2px dashed #ccc;
	left:25px;
	top:0;
	bottom:0;
	width:0;
	height:100%;
}
.scheduletabs .panel-heading{
	background:none;
	border:none;
	position:relative;
}
.scheduletabs .panel-heading:before{
	content:"\f107";
	position:absolute;
	right:20px;
	top:50%;
	margin:-10px 0px 0px 0px;
	font-size:20px;
	color:#333;
	font-family:FontAwesome;
}
.sch-time{
	display:block;
	font:16px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	color:#333;
	text-transform:uppercase;
	margin:0 0 15px;
}
.scheduletabs .panel-title{
	font-size:26px;
	line-height:30px;
	border-bottom:1px solid #e6e6e6;
	padding:0 0 10px;
}
.scheduletabs .panel-group .panel-heading + .panel-collapse > .panel-body{
	border:none;
	color:#666;
}
.scheduletabs .panel-body p{margin:0 0 20px;}
.scheduletabs .announcer{
	display:block;
	font:20px/24px 'Montserrat', Arial, Helvetica, sans-serif;
}
.announcer-pic{
	float:left;
	width:53px;
	height:53px;
	border-radius:50%;
	margin:0 50px 0 0;
	position:relative;
	z-index:5;
}
.announcer-pic img{
	display:block;
	width:100%;
	height:auto;
}
/*
	  ==============================================================
		   kode-conference-schedule CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Events timer CSS Start
	  ==============================================================
*/
.kode-event-time{
	position:relative;
	overflow:hidden;
	background:url(extra-images/bg-events.png) no-repeat 50% 0;
	background-size:cover;
	float:left;
	width:100%;
}
.kode-event-time:after{
	position:absolute;
	content:'';
	background:rgba(0, 0, 0, .5);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
}
.find-us-box{
	background:rgba(0, 0, 0, .6);
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:3;
	font:600 22px/25px 'Montserrat', Arial, Helvetica, sans-serif;
	color:#fff;
}
.find-us-heder{
	padding:9px;
}
.content-blue{
	border:2px solid rgba(255,255,255,0.5);
	position:relative;
	overflow:hidden;
	padding:107px 10px 106px;
}
.find-us-heder p{margin:0;line-height:normal;}
.content-blue h2{
	color:#fff;
	margin:0;
	font-size:70px;
	line-height:75px;
	font-weight:bold;
	text-transform:uppercase;
}
.content-blue:after{
	content: "\f073";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: rgba(255, 255, 255, .2);
	font-size: 120px;
	padding-right: 0.5em;
	position: absolute;
	bottom: 15px;
	right: -80px;
	-ms-transform: rotate(-33deg);
	-webkit-transform: rotate(-33deg);
	transform: rotate(-33deg);
}
.content-black{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:19px;
	text-transform:uppercase;
	padding:38px 10px 42px;
}
.content-black p{margin:0 0 15px;}
.contactus-button{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	border-radius:5px;
	border:1px solid #fff;
	font-size:16px;
	font-weight:bold;
	padding:9px 20px;
	transition: background-color 0.5s ease;
}
.contactus-button:hover{
	text-decoration:none;
	background:#fff;
	color:#000;
}
/*
	  ==============================================================
		   Events timer CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Next Event Counter CSS Start
	  ==============================================================
*/
.next-event-counter{
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:3;
	padding:85px 0;
}
.next-event-counter h2{
	color:#fff;
	font-size:40px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.next-event-counter .countdown{
	margin:0 0 43px;
	list-style: none;
	padding: 0;
	display:inline-block;
	vertical-align:middle;
	text-align: center;
	color:#fff;
}
.next-event-counter .countdown li{
	border:1px solid #fff;
	padding:15px 0 16px;
	margin:0 7px;
	width:100px;
	background:rgba(255, 255, 255, .1);
	display:inline-block;
}
.next-event-counter .countdown li span{
	font-size:35px;
	line-height:39px;
	font-weight:bold;
	padding: 0 20px;
}
.next-event-counter .countdown li p{
	margin:9px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}
.days {
	padding: 0 10px;
	color: #fff;
}
.next-event-counter h3{
	margin:0 0 33px;
	color:#fff;
	font: 20px/28px 'Montserrat', Arial, Helvetica, sans-serif;

}
.subscribe-form{
	position:relative;
	overflow:hidden;
	max-width:500px;
	margin:0 auto;
	font:italic 600 16px/19px 'Montserrat', Arial, Helvetica, sans-serif;
}
.subscribe-form input[type='email']{
	float:left;
	width:100%;
	border:1px solid #fff;
	border-right:none;
	border-radius:3px;
	background:rgba(255, 255, 255, .1);
	padding:15px 10px;
	color:#fff;
}
.subscribe-form input[type='submit']{
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	font-weight:bold;
	height:100%;
	color:#fff;
	padding:15px 30px;
	border:none;
	border-radius:0 3px 3px 0;
	text-transform:uppercase;
	border:1px solid;
	border-left:none;
}
.subscribe-form input[type='submit']:hover{
	background-color:#000;
	border-color:#000;
}
/*
	  ==============================================================
		   Next Event Counter CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Kode Dpeaker CSS Start
	  ==============================================================
*/
.kode-speaker-frame{
	position:relative;
	overflow:hidden;
	padding:70px 0;
}
.kode-newspeaker{
	position:relative;
	border:1px solid #fff;
	padding:30px 0 5px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	margin:0 15px;
}
.kode-newspeaker:after{
	display:block;
	clear:both;
	content:'';
}
.speaker-photo{
	position:relative;
	overflow:hidden;
	max-height:437px;
}
.speaker-photo img{
	display:block;
	height:auto;
	max-width:100%;
	margin:0 auto;
}
.new-ourspeaker{
	box-shadow:0 2px 5px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow:0 2px 5px 1px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow:0 2px 5px 1px rgba(0, 0, 0, 0.18);
	position:relative;
	padding:30px 25px;
	text-align:center;
}
.new-ourspeaker h3{
	margin:0 0 10px;
	font-size:18px;
	font-weight:700;
	line-height:20px;
	text-align:center;
	color:#333333;
}
.over-state h3{
	margin:0 0 14px;
	font-size:18px;
	font-weight:700;
	line-height:20px;
	text-align:center;
	color:#fff;
}
.new-ourspeaker h3 span{
	font-weight:400;
	color:#a4a4a4;
}
.newpseaker-media{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
.newpseaker-media li{
	display:inline-block;
	vertical-align:middle;
	margin:0 4px;
	line-height:normal;
}
.newpseaker-media a{color:#bcbcbc;}
.new-ourspeaker.over-state{
	position:absolute;
	bottom:0;
	color:#fff;
	left:0;
	width:100%;
	font-size:16px;
	line-height:24px;
	opacity:0;
}
.new-ourspeaker.over-state p{margin:0 0 15px;}
.new-ourspeaker.over-state h3 span{color:#fff;}
.new-ourspeaker.over-state .newpseaker-media a{color:#fff;}
.kode-newspeaker:hover .new-ourspeaker.over-state,
.kode-newspeaker:hover{
	opacity:1;
	border:1px solid;
}
#kode-speaker-causel .owl-controls .owl-pagination{
	display:none;
}
#kode-speaker-causel .owl-controls .owl-buttons div{
	position:absolute;
	top:-60px;
	right:15px;
	width:45px;
	height:33px;
	border-radius:0px;
	border:1px solid #dddddd;
	background-color:#fff;
	opacity:1;
	padding:0px;
	text-indent:-9999px;
	text-align:center;
	margin:0px;
}
#kode-speaker-causel .owl-controls .owl-buttons div.owl-prev{
	right:60px;
}
#kode-speaker-causel .owl-controls .owl-buttons div.owl-prev:before,
#kode-speaker-causel .owl-controls .owl-buttons div.owl-next:before{
	content:"\f104";
	position:absolute;
	font-family:fontawesome;
	top:3px;
	left:18px;
	color:#bdbdbd;
	width:0px;
	height:0px;
	font-size:18px;
	text-indent:0px;
}
#kode-speaker-causel .owl-controls .owl-buttons div.owl-next:before{
	content:"\f105";
}
#kode-speaker-causel .owl-controls .owl-buttons div:hover{
	background-color:#efefef;
}
/*
	  ==============================================================
		   Kode Dpeaker CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Kode Our Gallery CSS Start
	  ==============================================================
*/
.kode-our-gallery{
	position:relative;
	overflow:hidden;
	padding:70px 0;
	background:#f7f7f7;
	float:left;
	width:100%;
}
.kode-newgallery{
	position:relative;
	overflow:hidden;
}
.ourgallery-pic{
	position:relative;
	overflow:hidden;
}
.ourgallery-pic img{
	display:block;
	width:100%;
	height:auto;
}
.overcontent, .overcontent:before{
	left:0;
	top:0;
	bottom:0;
	right:0;
	color:#fff;
	padding:26% 20px;
	text-align:center;
	transform-origin:top left ;
	transform:rotate(90deg);
	transition:all 0.3s ease-in-out;
	position:absolute;
}
.overcontent *{
	position:relative;
	z-index:10;
}
.overcontent:before{
	content:"";
	height:100%;
	width:100%;
	opacity:0.8;
}
.kode-newgallery:hover .overcontent, .kode-newgallery:hover .overcontent:before{
	transform:rotate(0deg);
}
.overcontent h3{
	font-size:22px;
	line-height:26px;
	margin:0 0 15px;
	color:#fff;
}
.overcontent h4{
	margin:0;
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.overcontent ul{
	padding:0;
	margin:0 0 15px;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
.overcontent ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 2px;
}
.overcontent ul a{
	background:#fff;
	display:block;
	width:46px;
	height:46px;
	padding:10px 2px;
	font-size:20px;
}
.overcontent ul a:hover{
	background-color:#000;
	color:#fff;
}

#kode-gallery-causel .owl-controls .owl-pagination{
	display:none;
}
#kode-gallery-causel .owl-controls .owl-buttons{
	margin-top:40px;
	position:relative;
}
#kode-gallery-causel .owl-controls .owl-buttons div{
	position:relative;
	width:45px;
	height:33px;
	border-radius:0px;
	border:1px solid #dddddd;
	background-color:#fff;
	opacity:1;
	padding:0px;
	text-indent:-9999px;
	text-align:center;
	margin:0px;
}
#kode-gallery-causel .owl-controls .owl-buttons div.owl-prev:before,
#kode-gallery-causel .owl-controls .owl-buttons div.owl-next:before{
	content:"\f104";
	position:absolute;
	font-family:fontawesome;
	top:3px;
	left:18px;
	color:#bdbdbd;
	width:0px;
	height:0px;
	font-size:18px;
	text-indent:0px;
}
#kode-gallery-causel .owl-controls .owl-buttons div.owl-next:before{
	content:"\f105";
}
#kode-gallery-causel .owl-controls .owl-buttons div.owl-prev:hover:before,
#kode-gallery-causel .owl-controls .owl-buttons div.owl-next:hover:before
{
	color:#fff;
}
/*
	  ==============================================================
		   Kode Our Gallery CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Kode Our pricing CSS Start
	  ==============================================================
*/
.kode-our-pricing{
	position:relative;
	overflow:hidden;
	padding:70px 0;
	float:left;
	width:100%;
}
.price-box-frame{
	position:relative;
}
.price-box-frame.first-box{
	padding:0 0 0 20px;
}
.price-box-frame.last-box{
	padding:0 20px 0 0;
}
.price-box-frame.first-box:before{
	position:absolute;
	content:'';
	background:#f7f7f7;
	width:20px;
	height:auto;
	top:20px;
	bottom:20px;
	left:0;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.price-box-frame.last-box:after{
	position:absolute;
	content:'';
	background:#f7f7f7;
	width:20px;
	height:auto;
	top:20px;
	bottom:20px;
	right:0;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.kode-price-box{
	position:relative;
	overflow:hidden;
	border:1px solid #e4e4e4;
	text-align:center;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	z-index:100;
}
.kode-price-header{
	position:relative;
	overflow:hidden;
	font:18px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	padding:50px 0 40px;
	border-top:solid 6px transparent;
	border-bottom:solid 6px transparent;
	box-shadow:0px 1px 0px 0px rgba(0,0,0,0.3);
}
.kode-price-header strong{
	display:block;
	color:#666;
	margin:0 0 10px;
}
.kode-price-header h3{
	margin:0 0 10px;
	color:#333;
	font-size:60px;
	line-height:65px;
}
.kode-price-content{
	padding:20px;
	position:relative;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.kode-price-content ul{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.kode-price-content li{
	border-bottom:1px solid #f2f2f2;
	padding:15px 5px;
}
.kode-price-content a{
	color:#666;
}
.kode-price-content a:hover{
	text-decoration:none;
}
.kode-price-footer{
	position:relative;
	overflow:hidden;
	padding:18px 0 38px;
}
.kode-price-footer a{
	display:inline-block;
	vertical-align:middle;
	min-width:160px;
	margin:0 auto;
	border:1px solid #ebebeb;
	font:18px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	padding:15px 5px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.kode-price-footer a:hover{
	text-decoration:none;
	color:#fff;
}
.kode-price-box.active,
.kode-price-box:hover{
	box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.2);
	transform:scale(1.05);
}
.kode-price-box.active .kode-price-content,
.kode-price-box:hover .kode-price-content{
}
.kode-price-box:hover .kode-price-header{
}
.kode-price-box:hover .kode-price-header h3{

}
.kode-price-box:hover .kode-price-footer a{
	color:#fff;
}
/*
	  ==============================================================
		   Kode Our pricing CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   kode-event-testimonial CSS Start
	  ==============================================================
*/
.kode-event-testimonial{
	position:relative;
	overflow:hidden;
	background:url(extra-images/bg-event-testimonial.png) no-repeat 50% 0;
	background-size:cover;
	color:#fff;
	padding:70px 0 40px 0;
	float:left;
	width:100%;
}
.kode-event-testimonial:after{
	position:absolute;
	content:'';
	background:rgba(0, 0, 0, .75);
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:1;
}
.kode-event-testimonial .container{
	z-index:3;
	position:relative;
}
.kode-event-testimonial h2,
.kode-event-testimonial .heading-meta{
	color:#fff;
}
.kode-event-testimonial .border-left{
}
.client-holder{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	padding:15px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border:solid 1px rgba(255,255,255,0);
}
.client-holder:hover{
	border:solid 1px rgba(255,255,255,0.5);
	background:rgba(255,255,255,0.2);
}
.client-header{
	position:relative;
	overflow:hidden;
}
.client-header .client-pic{
	float:left;
	width:76px;
	height:76px;
	border-radius:50%;
	margin:0 30px 0 0;
	border:3px solid #fff;
}
.client-pic img{
	display:block;
	width:100%;
	height:auto;
	border-radius:50%;
}
.client-header h3{
	font-size:16px;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
	margin:0;
}
.client-header strong{
	color:#bfbfbf;
	font-size:14px;
	line-height:30px;
	text-transform:uppercase;
}
.client-content{
	color:#fff;
}
.client-content blockquote{
	border:none;
	margin:0;
	font-size:15px;
	font-weight:600;
	line-height:30px;
	border:none;
	padding:35px 0 0px;
	position:relative;
	font-style:italic;
	margin-bottom:30px;
}
.client-content blockquote:before{
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size:20px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	font-style:italic;
}
#kode-testimonial-causel .owl-item{
}
#kode-testimonial-causel .owl-controls .owl-pagination{
	display:none;
}
#kode-testimonial-causel .owl-controls .owl-buttons div{
	position:absolute;
	top:-80px;
	right:0px;
	width:45px;
	height:33px;
	border-radius:0px;
	border:1px solid #fff;
	background-color:transparent;
	opacity:1;
	padding:0px;
	text-indent:-9999px;
	text-align:center;
	margin:0px;
}
#kode-testimonial-causel .owl-controls .owl-buttons div.owl-prev{
	right:44px;
}
#kode-testimonial-causel .owl-controls .owl-buttons div.owl-prev:before,
#kode-testimonial-causel .owl-controls .owl-buttons div.owl-next:before{
	content:"\f104";
	position:absolute;
	font-family:fontawesome;
	top:3px;
	left:18px;
	color:#bdbdbd;
	width:0px;
	height:0px;
	font-size:18px;
	text-indent:0px;
}
#kode-testimonial-causel .owl-controls .owl-buttons div.owl-next:before{
	content:"\f105";
}
#kode-testimonial-causel .owl-controls .owl-buttons div.owl-prev:hover:before,
#kode-testimonial-causel .owl-controls .owl-buttons div.owl-next:hover:before{
	color:#fff;
}
/*
	  ==============================================================
		   kode-event-testimonial CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   kode-event-blog CSS Start
	  ==============================================================
*/
.kode-latest-blog{
	position:relative;
	overflow:hidden;
	padding:70px 0;
	float:left;
	width:100%;
	background:#f9f9f9;
}
.kodeevent-blog-post{
	position:relative;
	overflow:hidden;
}
.newevent-header{
	position:relative;
	overflow:hidden
}
.newevent-header:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	bottom:0;
	right:0;
	height:100%;
	width:100%;
	margin:auto;
	z-index:1;
	background:rgba(0, 0, 0, 0.4);
}
.kodeevent-blog-post:hover .newevent-header:after, .kode-event-recent-info:hover .newevent-header:after{
	background:rgba(0, 0, 0, 0.1);
	height:0px;
	width:0px;
}
.newevent-header img{
	display:block;
	width:100%;
	height:auto;
}
.kode-event-recent-info:hover .newevent-header img{
	transform:scale(1.2);
}
.time-newevent{
	position:absolute;
	color:#fff;
	font:18px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	padding:15px;
	text-align:center;
	left:25px;
	top:25px;
	z-index:3;
}
.time-newevent span{
	display:block;
	font-size:24px;
}
.kode-blog-newcontent{
	position:relative;
	overflow:hidden;
	padding:18px 0 15px 0px;
	font-size:14px;
	line-height:24px;
	color:#666;
}

.kode-blog-newcontent h3{
	margin:0 0 15px;
	font:20px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.kode-blog-newcontent h3 a{
	color:#333;
}
.kode-blog-newcontent .meta-event{
	font:15px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 14px 0;
	position:relative;
}
.meta-event.first-event:after{
	background:#969696;
	width:1px;
	height:18px;
	position:absolute;
	content:'';
	right:-10px;
	top:2px;
}
.kode-blog-newcontent p{margin:0;}
.kode-newblog-footer{
	position:relative;
	overflow:hidden;
	padding:0;
}
.kode-newblog-footer a{
	display:inline-block;
	vertical-align:middle;
	font:16px/42px 'Montserrat', Arial, Helvetica, sans-serif;
	color:#666;
	padding:2px 20px 0px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	border:1px solid #bdbdbd;
}
.kode-newblog-footer a:hover{
	border:1px solid ;
	color:#fff;
	text-decoration:none;
}
/*
	  ==============================================================
		   kode-event-blog CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   kode-event-contact CSS Start
	  ==============================================================
*/
.kode-event-contact{
	position:relative;
	overflow:hidden;
	padding:70px 0;
	background:url(extra-images/bg-contact.png) no-repeat 50% 0;
	background-size:cover;
	float:left;
	width:100%;
}
.kode-event-contact:after{
	position:absolute;
	content:'';
	background:rgba(0, 0, 0, .75);
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:1;
}
.kode-event-contact .container{
	position:relative;
	z-index:3;
}
.kode-event-contact h2,
.kode-event-contact .heading-meta{
	color:#fff;
}
.kode-event-contact .border-left{
}
.contactusform{
	position:relative;
	overflow:hidden;
	padding:25px 0;
}
.kode-event-contact .contactusform{
	padding:0px 0;
}
.contactusform h3{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 15px;
}
.contactusform input[type="email"],
.contactusform input[type="text"],
.contactusform textarea{
	position:relative;
	display:block;
	width:100%;
	padding:0 15px;
	color:#fff;
	font-size:16px;
	line-height:56px;
	outline:none;
	border:none;
	margin:0 0 25px;
	height:48px;
	background-color:rgba(255,255,255,0);
	border:solid 1px rgba(255,255,255,0.3);
}
.contactusform input[type="email"]:focus,
.contactusform input[type="text"]:focus,
.contactusform textarea:focus{
	background-color:rgba(255,255,255,0.1);
	border:solid 1px rgba(255,255,255,0.5);
}
.contactusform textarea{
	height:195px;
	resize:none;
}
.contactusform input[type="submit"]{
	float:right;
	color:#fff;
	font:16px/20px 'Montserrat', Arial, Helvetica, sans-serif;
	padding:10px 20px;
	outline:none;
	border:none;
	text-transform:capitalize;
}
.contactusform input[type="submit"]:hover{
	background-color:#fff;
	color:#000;
}

/*
	  ==============================================================
		   kode-event-contact CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   Kode-our-speaker-strip inner-page CSS Start
	  ==============================================================
*/

.kode-blog-style-2{
	float:left;
	width:100%;
	padding:43px 0 20px 0;
}
.kode-blog-2column-new{
	padding:70px 0 40px 0;
}
.kode-slider > figure {
    background: black none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.kode-slider figure img {
    float: left;
    opacity: 0.46;
    width: 100%;
}
.Kode-page-heading{
	float:left;
	width:100%;
	padding:22px 0 22px 0;

}
.Kode-page-heading h2{
	margin:0;
	color:#fff;
	text-transform:uppercase;
	line-height:28px;
	font-size:24px;
}
.Kode-page-heading ul {
    float: right;
    list-style: outside none none;
    margin:2px 0px 0px 0px;
	padding:0;
}
.Kode-page-heading li{
	float:left;
	margin-left:6px;
}
.Kode-page-heading  li a{
	color:#fff;
	text-decoration:none;
	line-height: normal;
}
.Kode-page-heading  li i {
    margin-right: 4px;
}
.Kode-page-heading  li:first-child a i {
    margin-right: 8px;
}
/*
	  ==============================================================
		   Kode-our-speaker-strip inner-page CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   KODE MEMBERS CSS Start
	  ==============================================================
*/
.kode-blog-style-2 img,
.kode-blog-style-2 figure,
.kode-background-second img,
.kode-background-first img,
.kode-background-second figure,
.kode-background-first figure{
	display:inline-block;
	width:100%;
}
.kode-background-second,
.kode-background-first{
	float:left;
	width:100%;
	background:#f7f6f6;
}
.kode-background-second{
	background:#ffffff;
}
.our-team-first .our-speaker-social-section {
    float: left;
    width: 50%;
}

.our-team-second .our-speaker-social-section{
	float:right;
	width: 50%;
}
.our-team-first{
    background-position: 722px bottom;
    background-repeat: no-repeat;
    float: left;
}
.our-team-second{
    background-position: 39px bottom;
    background-repeat: no-repeat;
    float: left;
}
.our-team-first{
	background-image: url("images/jane.png");
	background-position: 722px bottom;
    background-repeat: no-repeat;
    float: left;
}
.our-team-second {
	background-image: url("images/john.png");
}
.third {

	background-image: url("images/jane-w.png");
}
.four {
    background-image: url("images/albret.png");
}
.our-team-second .our-speaker-social-section ,
.our-team-first .our-speaker-social-section {
    padding: 121px 0 192px;
}
.our-team-second .our-speaker-social-section > h3,
.our-team-first .our-speaker-social-section > h3 {
    font-size: 36px;
    margin-bottom: 9px;
}
.our-team-second .our-speaker-social-section > span,
.our-team-first .our-speaker-social-section > span{
	font-size:20px;
	margin-bottom:28px;
	display:block;
	color:#666666;
}
.our-team-second .our-speaker-social-section > p,
.our-team-first .our-speaker-social-section > p{
	font-size:16px;
	margin-bottom: 29px;
	color:#727272;
}
.our-team-first .our-speaker-social-section ul li,
.our-team-second .our-speaker-social-section ul li{
	float:left;
	margin:0;
	border-right:1px solid #b5b5b5;
	list-style:none;
}
.our-team-first .our-speaker-social-section a ,
.our-team-second .our-speaker-social-section a {
    display: inline-block;
    padding: 0 14px;
	color:#333333;
}
.kode-loading-link{
	float:left;
	width:100%;
	text-align:center;
	padding:27px 0 25px 0;
}
.kode-loading-link > a {
    color:#fff;
    font-size: 20px;
    line-height: 21px;
    text-decoration: none;
}
.kode-loading-link:hover{
	background:#000;
}
.kode-loading-link > a:hover{
	color:#fff;
}
/*
	  ==============================================================
		   KODE MEMBERS CSS End
	  ==============================================================
*/


/*
	  ==============================================================
		   Kode-BLOG-INNER-PAGE CSS Start
	  ==============================================================
*/
.kode-team-blog{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.kode-blog-2column-new .kode-team-blog{
	margin-bottom:50px;
}
.kode-team-blog ul {
    float: left;
    margin: 0;
    padding: 0;
}
.kode-team-blog figure{
	position: relative;
	overflow: hidden;
	width:100%;
	float:left;
}
.kode-team-blog figure img{
	float:left;
	width:100%;
}
.kode-team-blog figure:after {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	bottom:0px;
	height:0px;
	width:0px;
	opacity:0;
	background:#000;
	margin:auto;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode-team-blog:hover figure::after{
	height:92%;
	width:96%;
	opacity:0.7;
}
.kode-team-blog figure > a {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
	margin-top:-20px;
    transform: scale(10);
	-moz-transform: scale(10);
	-webkit-transform: scale(10);
	opacity:0;
    z-index: 9999;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.kode-team-blog:hover figure > a{
    transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
.kode-thumb-caption {
    float: left;
    font-size: 14px;
    padding-right: 7px;
    width: 100%;
	padding-top:27px;
	color:#666;
}
.kode-team-blog .kode-thumb-caption h4{
	margin:0 0 10px 0;
	font-size:18px;
	color:#333;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	text-transform:uppercase;
}
.kode-thumb-caption > ul {
    list-style: outside none none;
    width: 100%;
	margin-bottom:21px;
}
.kode-thumb-caption li {
    float: left;
    margin-right: 29px;
}
.kode-thumb-caption li a{
	font-style: italic;
	text-decoration:none;
	color:#929292;
}
.kode-thumb-caption li i{
	margin-right:16px;
}
.kode-thumb-caption > p {
    margin: 0 0 28px;
}
.kode-thumb-caption > span {
    display: inline-flex;
    float: left;
	border:1px solid #c7c7c7;
}
.kode-thumb-caption span a {
    color: #666666;
    font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
    padding: 9px 17px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.kode-thumb-caption span a:hover{
	color:#fff;
}
/*
	  ==============================================================
		   Kode-BLOG-INNER-PAGE CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   PAGINATION CSS Start
	  ==============================================================
*/
.pag {
    float: left;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.pag ul {
    float: none;
    margin: 0;
    padding:0;
}
.pag .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
   padding: 6px 21px 6px 19px;
}
.pag  .pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #b1b1b1;
    float: left;
    line-height: 24px;
    margin-left: 5px;
    position: relative;
    text-decoration: none;
	padding: 6px 13px;
	font-size:18px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.pag .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 6px 21px 6px 19px;
}
.pag .pagination > li:hover a{
	color:#fff;
}
/*
	  ==============================================================
		   PAGINATION CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   KODE EVENT SHEDULE BLOG STYLE 2 CSS Start
	  ==============================================================
*/

.kode-blog-2 {
    float: left;
    position: relative;
    width: 100%;
	margin-bottom:50px;
}
.kode-blog-style{
	padding-left: 99px;
}
.kode-blog-2 figure{
	position: relative;
	overflow: hidden;
	width:100%;
	float:left;
}
.kode-blog-2 figure:after {
    content: "";
    left: 0;
	right:0px;
	top:0px;
	bottom:0px;
	height:0px;
	width:0px;
    opacity: 0;
    position: absolute;
	transition:all 0.3s ease-in-out;
	margin:auto;
}
.kode-blog-2:hover figure:after{
	height:92%;
	width:96%;
	opacity:0.6;

}
.kode-blog-2 figure > a {
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
	top:50%;
    transform: scale(10);
    z-index: 9999;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 44px;
    width: 44px;
	 margin-top: -22px;
	 opacity:0;
}
.kode-blog-2 figure > a  i{
	line-height:44px;
}
.kode-blog-2:hover figure > a {
    transform: scale(1);
	opacity:1
}
.kode-blog-2 .kode-thumb-caption {
    float: left;
    font-size: 14px;
    padding-right: 0px;
    width: 100%;
	padding-top:27px;
	position:relative;
	color:#999;
}

.kode-blog-2 .kode-thumb-caption::after {
    border-bottom: 1px solid rgb(227, 227, 227);
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 300px;
}

.kode-blog-2 .kode-thumb-caption::before {
    border-right: 1px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}
.kode-blog-2:hover .kode-thumb-caption::before {
    height: 0;
    top: 100%;
}
.kode-blog-2 .kode-thumb-caption h4{
	margin:0 0 20px 0;
	font-size:18px;
	color:#333;
}
.blog-2-side-bar {
    float: left;
    width: 68px;
}

.kode-blog-2 .blog-2-side-bar ul li {
	float:left;
	width:100%;
	list-style:none;
}
.kode-blog-2 .kode-thumb-caption span a {
    padding: 9px 21px;
}
.kode-blog-2 .blog-2-side-bar ul li strong {
    float: right;
    font-size: 26px;
    margin-bottom: 3px;
}
.kode-blog-2 .blog-2-side-bar ul li a {
    border-bottom: 1px solid;
    float: left;
    font-size: 14px;
    margin-bottom: 19px;
    padding-bottom: 13px;
    width: 100%;
	position:relative;
	text-align:right;
}
.blog-2-side-bar ul li a::after {
    border-bottom: 3px solid;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
}
.blog-2-side-bar ul li:hover a::after {
    border-bottom: 3px solid;
    bottom: -2px;
    content: "";
    left:80%;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.blog-2-side-bar ul li a{
	display:inline-block;
	color:#333333;
	text-decoration:none;
}
/*
	  ==============================================================
		   KODE EVENT SHEDULE BLOG STYLE 2 CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   KODE EVENT SHEDULE BLOG STYLE 3 CSS Start
	  ==============================================================
*/

.kode-event-blog3{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.kode-event-blog3 ul{
	float:left;
	margin:0;
	padding:0;
}
.kode-event-blog3 figure{
	position: relative;
	overflow: hidden;
	width:100%;
	float:left;
}
.kode-event-blog3 figure img{
	float:left;
	width:100%;
}
.kode-event-blog3 figure:after {
    background: #000;
    bottom:0;
    content: "";
    top: 0;
	left:0px;
	height:0;
    opacity: 0;
    position: absolute;
	margin:auto;
	width:100%;
	transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border:solid 3px;
}
.kode-event-blog3:hover figure::after{
	height:100%;
	 opacity: 0.6;
}
.kode-event-blog3 .kode-fig-capstion {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    left: 0;
    line-height: 21px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
	top:50%;
	margin-top:-24px;
	transform:rotateX(90deg);
	-moz-transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.kode-event-blog3:hover .kode-fig-capstion{
	transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);
}
.kode-fig-capstion > a {
    font-size: 18px;
	color:#fff;
}
.kode-fig-capstion > a:hover{
	text-decoration:none;
}
.kode-fig-capstion p{
	margin:0px;
	font-size:16px;
}
.kode-event-blog3 h4 {
    font-size: 18px;
    margin: 0;
}
.kode-event-blog3 .kode-thumb-caption {
    float: left;
    font-size: 16px;
    padding-right:0px;
    width: 100%;
	padding-top:27px;
}
.kode-event-blog3 .kode-thumb-caption {
	padding-right:0px;
}
.kode-event-blog3 .kode-thumb-caption > ul {
    list-style: outside none none;
	margin-top: 10px;
	margin-bottom: 15px;
    width: 100%;
}
.kode-event-blog3 .kode-thumb-caption li {
    margin-right: 20px;
	float: left;
}
.kode-event-blog3 .kode-thumb-caption li a {
    font-style: normal;
	text-decoration:none;
	color:#929292;
	font-size:14px;
}
.kode-event-blog3 .kode-thumb-caption li i {
    margin-right:8px;
}
.kode-thumb-caption > span {
    display: inline-flex;
    float: left;
	border:1px solid #c7c7c7;
}
.kode-event-blog3 .kode-thumb-caption span a {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 17px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.kode-event-blog3 .kode-thumb-caption span a:hover{
	color:#fff;
}
/*
	  ==============================================================
		   KODE EVENT SHEDULE BLOG STYLE 3 CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   KODE CONTACT US CSS Start
	  ==============================================================
*/

.kode-g-map{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.map-canvas,
.kode-g-map iframe{
	height:250px;
	width:100%;
	border:none;
}
.kode-contact-heading{
	float:left;
	width:100%;
}
.kode-contact-heading h4 {
    font-size: 28px;
    margin: 0 0 3px 0;
	color:#010101;
	text-transform:uppercase;
}
.kode-contact-heading p{
	font-size:16px;
}
.kode-contact-heading .border-left{
	margin-bottom:30px;
}
.kode-contact-area{
	float:left;
	width:100%
}
.kode-contact-area > span {
    float: left;
    padding-right: 99px;
    width: 100%;
}

.kode-contact-area input[type="email"],  input[type="subject"], input[type="name"], input[type="text"]{
    border: 1px solid rgb(185, 193, 204);
    color: #666;
    height: 43px;
    margin-bottom: 30px;
    padding:8px 10px;
    width: 100%;
}
.kode-contact-area textarea{
	height:184px;
	width:100%;
	border: 1px solid rgb(185, 193, 204);
     color: #666;
    height: 184px;
    margin-bottom: 30px;
    padding: 10px;
	resize:none;
}
.kode-contact-area .thbg-color{
	padding:13px 29px;
	float:left;
	display:inline-block;
	color:#fff;
	margin-bottom:30px;
	text-decoration:none;
	border:none;
}
.kode-contact-area .verify{
	margin-bottom:0px;
}
.kode-contact-area .thbg-color:hover{
	background-color:#000;
}
.kode-cont-info{
	float:left;
	width:100%;
}
.kode-cont-info > a {
    display: inline-flex;
    float: left;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
	color:#666666;
}
.kode-cont-info span {
    display: flex;
    float: left;
    line-height: 19px;
    width: 100%;
	color:#666666;
	margin-bottom:45px;
	font-size: 14px;
}
.kode-cont-info span.margin-top {
    margin-bottom: 55px;
    margin-top: -21px;
}
.kode-cont-info .margin-top > a{
    color: rgb(102, 102, 102);

}
.kode-cont-info > ul {
    margin-bottom: 57px;
}
.kode-cont-info i {
    float: left;
    font-size: 20px;
    margin-right: 19px;
	color:#0483e4;
	width:22px;
	text-align:center;
}
.kode-cont-info li {
    float: left;
    list-style: outside none none;
    margin-right: 5px;
    text-align: center;
}
.kode-any-question{
	float:left;
	width:100%;
}
.kode-cont-info li > a {
    background: rgb(102, 114, 130) none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.kode-cont-info li i {
    font-size: 14px;
    line-height: normal;
    margin: 0;
	float:none;
    color: rgb(255, 255, 255);
}
.kode-ask-question {
    background: #edf0f7;
    float: left;
    width: 100%;
	padding:21px 23px;
}
.kode-ask-question h3{
	margin:0 0 9px 0;
	font-size:20px;
}
.kode-ask-question p{
	margin:0 0 12px 0;
}
.kode-ask-question a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 7px;
    padding: 9px 21px;
    text-decoration: none;
}
.kode-ask-question a:hover{
	background-color:#000;
}
/*
	  ==============================================================
		   KODE CONTACT US CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   kode-event-Footer CSS Start
	  ==============================================================
*/

#footer{
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
}
.event-map{
	position:relative;
	float:right;
	width:100%;
}
.kode-footer-text{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	color:#b0b0b0;
	font-size:14px;
	line-height:20px;
}
.kode-footer-text:after{
	display:block;
	clear:both;
	content:'';
}
.footer-cols{
	position:relative;
	background:#333;
	padding:80px 0 70px;
}
.footer-cols:before{
	position:absolute;
	content:'';
	background:#333;
	right:100%;
	top:0;
	bottom:0;
	height:auto;
	width:9999px;
}
.kode-footer-text .title{
	display:block;
	font:20px/24px 'Montserrat', Arial, Helvetica, sans-serif;
	margin:0 0 15px;
}
#footer h3{
	margin:0 0 15px;
	color:#fff;
	font-size:26px;
	line-height:30px;
	text-transform:uppercase;
}
#footer p{margin:0 0 15px;}
.address-nav{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	font:16px/20px 'Montserrat', Arial, Helvetica, sans-serif;
}
.address-nav li{
	position:relative;
	color:#fff;
	margin:0 0 25px;
}
.address-nav .fa{
	margin:0 10px 0 0;
}
.address-nav li a{color:#fff;}
.twitterfeed-nav{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:14px;
	line-height:20px;
	color:#b0b0b0;
}
.twitterfeed-nav li{
	position:relative;
	margin:0 0 25px;
}
.twitterfeed-nav a{

}
.twitterfeed-nav .fa{
	color:#fff;
	margin:0 10px 0 0;
}
.footer-copyright{
	position:relative;
	float:left;
	width:100%;
	color:#fff;
	font-size:14px;
	padding:30px 10px 15px;
	text-align:center;
	font-weight:normal;
}
.footer-copyright a{color:#fff;margin:0 5px;}
.footer-copyright p{margin:0;font-size:18px;}

/*
	  ==============================================================
		   kode-event-Footer CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   About Us Page CSS Start
	  ==============================================================
*/
/*------services-starts--------*/
.about_us_content{
	float: left;
	width: 100%;
	padding: 70px 0px 66px;
	overflow:hidden;
}
.over{
	position: relative;
	z-index: 99999;
}
.overview{
	position: relative;
	padding: 63px 0 20px;
	float: left;
	width: 100%;
}
.overview:before{
	float: left;
	width: 50%;
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	bottom:0px;
	background-image: url(images/overview.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.overview_img img{
	width: 100%;
}
.overview:after{
	float: left;
	width: 50%;
	position: absolute;
	content: "";
	top:0px;
	right:0px;
	bottom:0px;
	background:#f2f2f2;
}
.overview_caption{
	float: right;
	width: 47%;
	padding:0px 0px 50px;
}
.overview_caption{
	position: relative;
}
.kode-heading-overview h2,
.overview_caption > h2{
	font-size:28px;
}
.overview_caption > p{
	padding: 0px;
	font-size: 16px;
	color: #666666;
	font-family: italic;
}
.overview_caption ul li p{
	margin-bottom:19px;
}
.kode-heading-overview {
    padding-bottom: 6px;
    position: relative;
}
.kode-heading-overview:before,
.overview_caption > p:before{
	position: absolute;
	content: "";
	bottom:0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.kode-heading-overview:after,
.overview_caption > p:after{
	position: absolute;
	content: "";
	left: 0px;
	bottom:-1px;
	width: 30px;
	border-bottom: 3px solid #666666;
}
.overview .overview_caption ul{
	padding: 0px;
}
.overview .overview_caption ul li {
	list-style: none;
	padding: 30px 0 12px;
	float:left;
	width:100%;
	line-height:normal;
}
.overview .overview_caption ul li:first-child i{
	color:#00a4f2;
}
.overview .overview_caption ul li:last-child i{
	color:#a7cf14;
}
.overview .overview_caption ul li > i{
	padding:0px 0px 0px 0;
	float: left;
	font-size: 36px;
	color:#3fc8dd;
	width:50px;
}
.overview .overview_caption ul li > span > h5 {
	font-size: 18px;
	margin:0px;
}
.overview .overview_caption .kode-text{
	padding:0px 0px 0px 50px;
	position:relative;
}
.overview .overview_caption ul li{
	position:relative;
}
.overview .overview_caption ul li:before{
	position: absolute;
	border-bottom: 3px solid #666666;
	bottom:0px;
	left: 0px;
	width: 30px;
	content: "";
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.overview .overview_caption ul li:hover:before {
	width:100%;
}
.overview_caption ul li span > p{

}
.overview_caption ul li span p{
	color:#6f6f6f;
	margin: 0px;
	padding: 10px 0;
}
/*OverView---ends*/

.kode-speaker-frame,
.kode-welcome{
	float: left;
	width: 100%;
}
.kode-welcome{
	padding:70px 0px 18px;
	background:#f9f9f9;
}
.kode-welcome .icon-srvc{
	margin: 0px 25px 0 0;
	color: #fff;
	border:none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.kode-welcome .icon_captions:hover .icon-srvc{
	border-radius:0;
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3)
}
.icon_captions{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.kode-event-testimonial{
	float: left;
	width: 100%;
}
/*--our_sponsors----*/
.our_sponsors{
	padding: 70px 0px;
	float: left;
	width: 100%;
}
#owl-demo .item{
      margin: 3px;
    }
#owl-demo .item img{
      display: inline-block;
      height: auto;
      width: auto;
    }
#owl-demo-new .owl-pagination{
	display: none;
}

/*
	  ==============================================================
		   About Us Page CSS End
	  ==============================================================
*/

/*
	  ==============================================================
		   HEADING WRAP CSS START
	  ==============================================================
*/
.kf_content{
	padding:70px 0px;
}
.kode-speaker-detail{
	padding:70px 0px 63px;
}
.kode-blog-detail-new{
	padding:70px 0px 40px;
}
.kf_heading_1{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.kf_heading_1 h5{
	text-transform:uppercase;
	margin-bottom:15px;
}
.kf_heading_1 i{
	display:block;
	color:#666666;
	font-size:16px;
	padding-bottom:15px;
	position:relative;
	margin-bottom:15px;
}
.kf_heading_1 i:before{
	content:"";
	position:absolute;
	width:30px;
	bottom:0px;
	left:0px;
	height:3px;
}
.kf_heading_1 i:after{
	content:"";
	position:absolute;
	bottom:1px;
	left:-15px;
	width:15px;
	background-color:#b0b0b0;
	height:1px;
}
.kf_testimonial  .kf_heading_1 i:after,
.kf_experience .kf_heading_1 i:after,
.kf_who_am_des .kf_heading_1 i:after{
	left:30px;
}
/*
	  ==============================================================
		   HEADING WRAP CSS END
	  ==============================================================
*/


/*
	  ==============================================================
		   WHO AM I WRAP CSS START
	  ==============================================================
*/
.kf_who_am{
	border-bottom:1px solid #d6d6d6;
	padding-bottom:40px;
}
.kf_who_am,
.kf_speaker_socil,
.kf_speaker_socil ul{
	float:left;
	width:100%;
	position:relative;
}
.kf_who_am figure{
	width:265px;
	float:left;
}
.kf_who_am figure img{
	width:100%;
	height:auto;
}
.kf_speaker_socil{
	padding:20px 0px;
	text-align:center
}
.kf_speaker_socil ul li{
	display:inline-block;
	position:relative;
}
.kf_speaker_socil ul li a{
	display:block;
	color:#fff;
	font-size:16px;
	padding:0px 8px;
}
.kf_who_am_des{
	float:none;
	padding:0px 0px 0px 290px;
}
.kf_who_am_des h4{
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
.kf_who_am_des span{
	display:block;
	color:#333333;
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}
.kf_who_am_des p{
	margin-bottom:15px;
	color:#666666;
}
.kf_who_am_des ul{
	float:left;
	width:80%;
	border:1px solid #e3e3e3;
	text-align:center;
}
.kf_who_am_des ul li{
	float:left;
	position:relative;
	border-bottom:1px solid #e3e3e3;
	width:100%;
	line-height:normal;
}
.kf_who_am_des ul li:last-child{
	border-bottom:0px;
}
.kf_who_am_des > ul > li > strong{
	color:#333333;
	border-right:1px solid #e3e3e3;
	display:inline-block;
	float:left;
	width:120px;
	padding:10px 0px;
}
.kf_who_am_des > ul > li > span,
.kf_who_am_des > ul > li > a{
	color:#666666;
	padding:15px 0px;
	display:inline-block;
	padding:10px 40px;
	margin:0px;
	line-height:19px;
	font-size:16px;
}

/*
	  ==============================================================
		   WHO AM I WRAP CSS END
	  ==============================================================
*/


/*
	  ==============================================================
		   EXPERIENCE WRAP CSS START
	  ==============================================================
*/
.kf_experience{
	float:left;
	width:100%;
	border-bottom:1px solid #d6d6d6;
	padding:40px 0px;
}
.kf_experience_logo i{
	border:1px solid #efefef;
	width:45px;
	height:45px;
	border-radius:100%;
	text-align:center;
	line-height:45px;
}
.kf_experience > ul{
	float:left;
	width:100%;
	position:relative;
	padding-left:50px;
}
.kf_experience > ul:before{
	content:"";
	position:absolute;
	width:2px;
	background-color:#efefef;
	left:22px;
	top:0px;
	bottom:50px;
}
.kf_experience ul li,
.kf_experience_list{
	float:left;
	width:100%;
	position:relative;
}
.kf_experience ul{
	float:left;
	width:100%;
}
.kf_experience_list{
	margin-top:50px;
}
.kf_experience_list:before{
	content:"";
	position:absolute;
	top:4px;
	left:-34px;
	width:15px;
	height:15px;
	border-radius:100%;
}
.kf_experience_list h6{
	text-transform:capitalize;
	font-weight:bold;
	margin-bottom:8px;
}
.kf_experience_list a{
	display:inline-block;
	margin-bottom:30px;
	color:#666666;
	font-style:italic;
}
.kf_experience_list a i{
	margin-right:5px;
}
.kf_experience_list span{
	display:inline-block;
	color:#fff;
	padding:2px 5px;
}
.kf_experience_list p{
	color:#666;
}
/*
	  ==============================================================
		   EXPERIENCE WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   TESTIMONIAL WRAP CSS START
	  ==============================================================
*/
.kf_testimonial{
	float:left;
	width:100%;
	position:relative;
	padding-top:40px;
}
.kf_testimonial_bg{
	float:left;
	width:100%;
}
.kf_testimonial_bg .item{
	float:left;
	width:100%;
	padding-bottom:30px;
}
.kf_testimonial_des{
	float:left;
	width:100%;
	background-color:#efefef;
	text-align:center;
	padding:40px 20px;
}
.kf_testimonial_des h6{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}
.kf_testimonial_des h6 span{
	color:#666666;
}
.kf_testimonial_des p{
	color:#838383;
	position:relative;
	word-break:break-all;
}
.kf_testimonial_des p:before{
	content:"\f10d";
	font-family:fontawesome;
	font-size:20px;
	position:absolute;
	left:20px;
	top:-30px;
}
.kf_testimonial_des figure{
	position:absolute;
	left:0px;
	right:0px;
	margin:auto
}
.kf_testimonial_des figure img{
	border:4px solid #fff;
	border-radius:100%;
	width:auto;
}
/*Carousel Style*/
.owl-theme.kf_testimonial_bg .owl-controls .owl-page span{
	width:10px;
	height:10px;
	border-radius:100%;
	background-color:#c7c7c7;
}
.kf_testimonial_bg .owl-controls .owl-buttons{
	display:none
}
/*
	  ==============================================================
		   TESTIMONIAL WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   BLOG DETAIL WRAP CSS START
	  ==============================================================
*/
.kf_blog_detail,
.kf_comment
{
	box-shadow:0 2px 7px 3px rgba(0, 0, 0, 0.15);
	margin-bottom:60px;
}
.kf_blog_detail,
.kf_blog_detail_des{
	float:left;
	width:100%;
	position:relative
}
.kf_blog_detail figure{
	float:left;
	width:100%;
	position:relative;
	border-bottom:4px solid;
	margin-bottom:35px;
}
.kf_blog_detail figure img{
	width:100%;
	height:auto;
}
.blog_img_year{
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:70px;
	z-index:9999;
}
.blog_img_year:before{
	content:"";
	position:absolute;
	top:6px;
	right:-6px;
	width:100%;
	height:100%;
	border:1px solid;
}
.blog_img_year a{
	color:#fff;
	text-transform:capitalize;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	padding:10px;
	text-align:center
}
.kf_blog_detail_des{
	padding:0px 20px 30px;
}
.kf_blog_detail_des h5{
	font-weight:bold;
	margin-bottom:20px;
}
.kf_blog_detail_des ul{
	float:left;
	width:100%;
	margin-bottom:25px;
}
.kf_blog_detail_des ul li{
	float:left;
	position:relative;
}
.kf_blog_detail_des ul li a span{
	display:inline-block;
	margin-right:5px;
}
.kf_blog_detail_des ul li a{
	display:inline-block;
	text-transform:capitalize;
	color:#6d6d6d;
	padding:0px 15px;
	border-left:1px solid #6d6d6d;
	line-height:15px;
}
.kf_blog_detail_des ul li:first-child a{
	padding-left:0px;
	border-left:0px;
}
.kf_blog_detail_des p{
	font-size:14px;
	line-height:28px;
	word-break:break-all;
}
.kf_blog_detail_des blockquote{
	margin:30px 0px;
	border:0px;
	text-align:center;
	position:relative;
	padding:100px 20px 30px;
}
.kf_blog_detail_des blockquote:before{
	content:"\f10e";
	font-family:fontawesome;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	width:65px;
	height:65px;
	color:#c2c2c2;
	border:1px solid #c2c2c2;
	border-radius:100%;
	line-height:65px;
	margin:auto;
	font-size:24px;
}
.kf_blog_detail_des blockquote:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	width:200px;
	height:1px;
	background-color:#c2c2c2;
}
.kf_blog_detail_des blockquote p{
	font-size:18px;
	color:#666;
}

/*
	  ==============================================================
		   BLOG DETAIL WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   COMMENT WRAP CSS START
	  ==============================================================
*/
.kf_comment{
	float:left;
	width:100%;
	position:relative;
	padding:30px;
}
.kf_comment h5{
	text-transform:capitalize;
	margin-bottom:25px;
	font-weight:bold;
}
.kf_comment > ul{
	float:left;
	width:100%;
}
.kf_comment ul > li{
	float:left;
	position:relative
}
.kf_admin_comment{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.kf_admin_comment figure{
	float:left;
	width:92px;
}
.kf_admin_comment figure img{
	width:100%;
	height:auto;
	border-radius:6px;
}
.kf_comment_des{
	float:none;
	padding:5px 0px 0px 110px;
}
.kf_comment_des p{
	color:#8a8888;
	line-height:26px;
	font-size:14px;
	word-break:break-all;
}
.kf_admin_comment .kf_comment_des > ul{
	float:left;
	padding:0px;
}
.kf_comment_des > ul > li{
	float:left;
	position:relative;
	line-height:15px;
}
.kf_comment_des > ul > li > a{
	display:block;
	color:#8a8888;
	padding:0px 18px;
	border-left:1px solid #6d6d6d;
}
.kf_comment_des ul li a h6{
	font-size:15px;
	line-height:15px;
}
.kf_comment_des ul li:first-child a{
	border-left:0px;
	padding-left:0px;
}
.kf_comment_des > a{
	display:inline-block;
	float:right;
	text-transform:capitalize;
	font-size:15px;
}
.kf_comment_des > a:hover{
	color:#000;
}
/*Second Ul Style*/
.kf_comment ul ul{
	padding-left:50px;
}
.kf_comment > ul > li:last-child .kf_admin_comment{
	margin-bottom:0px;
}
/*Hover Style*/


/*
	  ==============================================================
		   COMMENT WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   LEAVE A REPLY WRAP CSS START
	  ==============================================================
*/
.kf_leave_reply{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:30px;
}
.kf_leave_reply h5{
	text-transform:uppercase;
	margin-bottom:25px;
	font-size:26px;

}
.kf_reply_field{
	float:left;
	width:100%;
	position:relative;
}
.kf_reply_field label{
	color:#b8b8b8;
	text-align:left;
	margin-bottom:10px;
	font-weight:normal;
}
.kf_reply_field input[type="text"],
.kf_reply_field textarea
{
	color:#666;
	width:100%;
	height:37px;
	margin-bottom:20px;
	border:1px solid #e4e2e2;
}
.kf_reply_field textarea{
	height:225px;
}
.kf_reply_field input[type="submit"],
.kf_reply_field button{
	float:left;
	padding:15px 20px;
	color:#fff;
	text-transform:uppercase;
	border:0px;
	line-height:normal;
}
.kf_reply_field input[type="submit"]:hover,
.kf_reply_field button:hover{
	background-color:#000;
}
/*
	  ==============================================================
		   LEAVE A REPLY WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   404 ERROR PAGE WRAP CSS START
	  ==============================================================
*/
.kode-error {
    float: left;
    text-align: center;
    width: 100%;
	text-transform:uppercase;
}
.kode-errro-heading{
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.kode-error > h3 {
    display: inline-block;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 200px;
    font-weight: bold;
    margin: 0 0 17px;
    text-shadow: -5px -1px 0 rgba(0, 0, 0, 0.8);
	line-height:185px;
}
.kode-error > h4{
	margin:0 0 32px 0;
	text-transform:uppercase;
	font-size:40px;
}
.kode-error > p {
    font-size: 18px;
    margin: 0 auto 39px;
    width: 639px;
}
.kode-error > form {
    display: inline-block;
    margin: 0 auto 28px;
    position: relative;
    text-align: center;
    width: 75%;
}
.kode-error input[type="search"] {
    border: 1px solid rgb(211, 211, 211);
    color: rgb(102, 102, 102);
    float: left;
    height: 60px;
    padding: 15px 20px;
    text-transform: capitalize;
	font-size:18px;
    width: 100%;
}
.kode-error input[type="search"]:focus{
	box-shadow:5px 5px 15px -5px rgba(0,0,0,0.1) inset, 5px 5px 15px -5px rgba(0,0,0,0.1);
}
.kode-error form a {
    color: rgb(51, 51, 51);
    font-size: 19px;
    margin-top: -13px;
    position: absolute;
    right: 20px;
	display:inline-block;
    top: 50%;
}
.kode-error > a {
    background: #fff;
    border: 1px solid;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 51px;
    margin-right: 7px;
	padding:3px 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	font-size:14px;
	color:#333;
}

.kode-error > a:hover{
	color:#fff;
}
/*
	  ==============================================================
		   404 ERROR PAGE WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   GALLERY-01 PAGE CSS START
	  ==============================================================
*/
.gallery01{
	position:relative;
	overflow:hidden;
	padding:70px 0;
	text-align:center;
	width:100%;
}
.kode_portfolio_tab{
	position:relative;
	overflow:hidden;
	margin:0 0 50px;
}
.filter-item{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
}
.filter-item li{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
.filter-item li a{
	display:block;
	color:#666;
	padding:8px 20px;
	border:2px solid #eee;
	border-radius:5px;
	font-size:14px;
}
.filter-item li a.active,
.filter-item li a:hover,
.filter-item li a:focus{
	border:2px solid;
	color:#fff;
	text-decoration:none;
	outline:none;
}
.kode_portfoiol_wrap{
	position:relative;
	overflow:hidden;
	margin:0 0 40px;
}
.kode_portfoiol_wrap figure{
	border-radius:5px;
}
.kode_portfoiol_wrap figure img{
	display:block;
	width:100%;
	height:auto;
}
.kode_fortfolio_detail{
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	background:rgba(255 , 255, 255, .6);
	color:#fff;
	border-radius:12px;
	padding:10px;
	text-align:center;
	opacity:0;
	transition-property: opacity, left;
	transition-duration: 1s, 2s, 2s, 1s;
}
.kode_portfoiol_wrap:hover .kode_fortfolio_detail{
	opacity:1;
	transition-property: opacity, left;
	transition-duration: 1s, 1s;
}
.kode_fortfolio_detail .caption-holder{
	background:rgba(0 ,0, 0, .6);
	border-radius:5px;
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	padding:120px 5px;
}
.kode_fortfolio_detail strong{
	display:block;
	font-size:17px;
	line-height:22px;
	margin:30px 0 0;
}
.kode_fortfolio_detail a{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:20px;
	margin:0 10px;
}
.lode-more{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	min-width:170px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	padding:15px 20px;
	border-radius:5px;
}

/*
	  ==============================================================
		   GALLERY-01 PAGE CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   GALLERY-02 PAGE CSS START
	  ==============================================================
*/
.kf_gallery{
	margin:0px 0px 40px;
}
.kf_gallery,
.kf_gallery figure{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden
}
.kf_gallery figure img{
	width:100%;
	height:auto;
}
.kf_gallery_des{
	position:absolute;
	top:0px;
	text-align:center;
	width:100%;
	margin-top:-50px;
	opacity:0;
}
.kf_gallery_des h5{
	color:#fff;
	text-transform:uppercase;
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
}
.kf_gallery_des h5:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	width:50px;
	height:1px;
	background-color:#fff;
}
.kf_gallery_des p{
	color:#fff;
	text-transform:capitalize;
	font-size:16px;
}
.kf_gallery:hover .kf_gallery_des{
	top:50%;
	opacity:1;
}
/*Hover Effect*/
.kf_gallery figure img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.kf_gallery figure:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.kf_gallery:hover figure img {
	opacity: 0.25;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.kf_gallery:hover figure:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
/*
	  ==============================================================
		   GALLERY-02 PAGE CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   EVENT DETAIL PAGE CSS START
	  ==============================================================
*/
.kode_event_counter_section {
    float: left;
    position: relative;
    width: 100%;
	margin-bottom:23px;
}
.kode_event_counter_section figure{
	position:relative;
}
.kode_event_counter_section figure:before{
	position:absolute;
	content:'';
	background:rgba(0 , 0, 0, .75);
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.kode_event_counter_section ul {
    list-style: outside none none;
    margin-top: -32px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.kode_event_counter_section ul li {
    color: #ffffff;
    display: inline-block;
    margin: 0 auto;
    position: relative;
	float:none;
	color:#fff;
}
.kode_event_counter_section ul li::before {
    color: #ffffff;
    content: ":";
    font-size: 50px;
    left: -6px;
    position: absolute;
    top: 10px;
}
.kode_event_counter_section li:first-child::before {
	display:none;
}
.kode_event_counter_section li span {
    font-size: 48px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 20px;
}
.kode_event_counter_section ul li p {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
	line-height:24px;
}
.kode_event_conter_capstion {
    position: relative;
	float:left;
	width:100%;
	text-align:center;
}
.kode_event_conter_capstion h2 {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
	margin:0 0 23px;
}
.counter-meta{
	position:relative;
	max-width:580px;
	margin:0 auto 30px;
	background:#f5f5f5;
	text-align:center;
	padding:11px 5px 15px 5px;
	border:1px solid #fff;
}
.counter-meta ul{
	padding:0;
	margin:0 7px;
	list-style:none;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	float:none;
}
.counter-meta ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 3px;
	line-height:17px;
}
.event-media li a{
	display:block;
	width:21px;
	height:21px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:2px;
	background:#333;
}
.info-event li{
	margin:0 15px;
}
.info-event a{
	color:#fff;
	margin:0 0 0 10px;
}
.info-event li i{
	font-size:16px;
}
/*************************************
	Kode event place Map

**************************************/
.kode-event-place-holder{
	float:left;
	width:100%;
	margin-bottom:22px;
}
.kode-event-place-holder figure{
	position:relative;
	overflow:hidden;
}
.kode-event-place-holder figure:before{
	content:"";
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:0;
	width:0;
	position:absolute;
	background:black;
	opacity:0;
	margin:auto;
}
.kode-event-place-holder:hover figure::before{
	height:100%;
	width:100%;
	opacity:0.5;
}
.event-frame-over{
	float:left;
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	margin:-51px auto 0 auto;
	transition:all 0.3s ease-in-out;
	transform:scale(10);
	opacity:0;
}
.kode-event-place-holder:hover .event-frame-over{
	transform:scale(1);
	opacity:1;
}
.event-frame-over h2{
	color:#fff;
	font:600 28px/30px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0;
	text-transform:uppercase;
}
.event-frame-over > ul {
    float: none;
    list-style: outside none none;
}
.event-frame-over li{
	margin:0px;
	color:#fff;
	text-transform:uppercase
}
.event-frame-over li span{
	display:inline-block;
	vertical-align:bottom;
}
.event-frame-over h3{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
}
.kode-event-place-holder-capstion{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.kode-event-place-holder-capstion p{
	margin:0px 0px 5px;
}
.kode-event-place-holder-capstion figure{
	margin:30px 0;
}
.kode-slider-speaker{
	float:left;
	width:100%;
	margin:0 0 30px 0;
}
.kode-event-recent-heading h2,
.kode-slider-speaker h2{
	color:#1a1a1a;
	font:400 26px/35px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin:0 0 25px;
	padding:0;
	text-transform:uppercase;
}
.kode-slider-speaker .thumb{
	float:left;
	width:100%;
}
.kode-slider-speaker .thumb figure{
	margin-bottom:20px;
	overflow:hidden;
}
.kode-slider-speaker .thumb:hover figure img{
	transform:scale(1.1);
}
.kode-slider-speaker .thumb:hover figure{
	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);
}
.speaker-event-content{
	float:left;
	width:100%;
}
.speaker-event-content h3{
	color:#1a1a1a;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin:0 0 7px;
}

.speaker-event-content span{
	display:block;
	color:#1a1a1a;
	font-size:14px;
	margin:0 0 15px;
}
.kode-slider-speaker .bottom-border {
    height: 1px;
    margin-bottom: 20px;
    width: 65px;
}
.speaker-event-content ul{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.speaker-event-content ul li{
	display:inline-block;
	vertical-align:middle;
}
.speaker-event-content ul a{
	display:block;
	color:#696969;
	font-size:18px;
	line-height:22px;
	border:1px solid #999;
	border-radius:4px;
	padding:8px 2px;
	width:42px;
	text-align:center;
}
.speaker-event-content ul li a:hover,
.speaker-event-content ul li a:focus,
.speaker-event-content ul li.active a{
	border:1px solid #2798ef;
	color:#fff;
	background:#2798ef
}
.kode-event-recent-heading{
	float:left;
	width:100%;
}

.kode-event-recent-info{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.kode-event-recent-info .kode-blog-newcontent{
	float:left;
	width:100%;
}
.kode-event-recent-info .kode-blog-newcontent a{
	display:inline-block;
	margin-bottom:5px;
	color:#999;
	text-decoration:none;
	font-size:14px;
	line-height:normal;
}
.kode-event-recent-info .kode-blog-newcontent a i{
	color:#2798ef;
	margin-right:10px;
}
.kode-newblog-footer{
	float:left;
	width:100%;
}
.kode-event-recent-info .newevent-header .time-newevent{
	padding:9px 20px;
}
/*
	  ==============================================================
		   EVENT DETAIL PAGE CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   EVENT LIST PAGE CSS START
	  ==============================================================
*/
.kode-list-heading{
	float:left;
	width:100%;
}
.kode-list-heading h2 {
    font-size: 36px;
    margin: -7px 0 25px;
}
.kode-health-conference{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.kode-health-conference figure{
	position:relative;
	margin-bottom:25px;
	float:left;
	width:100%;
}
.kode-health-conference figure img{
	border-radius:5px;
	float:left;
	width:100%;
}
.kode-health-conference .kode-health-over {
    float: none;
    left: 0;
    list-style: outside none none;
    margin: -45px auto 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 65%;
}
.kode-health-over li {
    background: #010101 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    margin: 0 0 10px;
    opacity: 0.87;
    padding: 14px 0;
    width: 100%;
	text-align:center;
}
.kode-health-over li > a {
    display: inline-block;
    margin: 0 31px 0 0px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.kode-health-over span > a {
    display: inline-block;
	color:#fff;
	text-decoration:none;
}
.kode-health-over span {
    margin-left: 2px;
}
.kode-health-over li i{
	margin-right:11px;
	color:#2798ef;
}
.kode-health-over address {
    margin: 0 31px;
}
.kode-health-caption > p{
	font-size:14px;
	margin:0 0 25px 0;
	line-height:30px;
}
.kode-health-caption > a {
    border-radius: 5px;
    display: inline-block;
    padding: 10px 23px;
	color:#fff;
	text-decoration:none;
}
.kode-health-caption > a:hover{
	background-color:#000;
}
/*
	  ==============================================================
		   EVENT LIST PAGE CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   HEADING WRAP CSS START
	  ==============================================================
*/
.kf_heading_1,
.kf_heading_2,
.kf_heading_3
{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 30px;
}
.kf_heading_2 h3,
.kf_heading_4 h3
{
	margin:0 0 15px;
	font-size:28px;
	line-height:30px;
	text-transform:uppercase;
	color:#010101;
}
.kf_heading_1 span,
.kf_heading_2 span
{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#666;
	font-style:italic;
	padding:0px 0px 20px;
}
.kf_heading_1 span:before,
.kf_heading_2 span:before
{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:30px;
	height:3px;
	background-color:#666666;
}
.kf_heading_1 span:after,
.kf_heading_2 span:after,
.kf_heading_3 span:after
{
	content:"";
	position:absolute;
	bottom:1px;
	left:-100%;
	width:100%;
	height:1px;
	background-color:#cccccc;
}
/*Heading 2 Style*/
.kf_heading_1 h2{
	margin:0 0 15px;
	font-size:36px;
	line-height:30px;
	text-transform:uppercase;
	color:#010101;
}
/*Heading 3 Style*/
.kf_heading_3 h2{
	margin:0 0 15px;
	font-size:28px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
}
.kf_heading_3 span{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#a9a9a9;
	font-style:italic;
	padding:0px 0px 20px;
	font-weight:600;
}
.kf_heading_3 span:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:30px;
	height:3px;
}
/*
	  ==============================================================
		   HEADING WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   BRAND WRAP CSS START
	  ==============================================================
*/
.about-brand{
	float:left;
	width:100%;
	position:relative;
}
.about-brand .owl-controls .owl-buttons{
	display:none;
}
/*
	  ==============================================================
		   BRAND WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   FAQ WRAP CSS START
	  ==============================================================
*/
.kf_faq_bg{
	float:left;
	width:100%;
	padding:70px 0px 53px 0px;
	position:relative;
}
.kf_faq_banner{
	float:left;
	width:100%;
	position:relative;
}
.kf_faq_banner:before,
.kf_faq_banner:after{
	content:"";
	position:absolute;
	top:10px;
	left:-10px;
	bottom:10px;
	width:20px;
	z-index:-100;
	background:rgba(0,0,0,0.2)
}
.kf_faq_banner:after{
	left:auto;
	right:-10px;
}
.kf_faq_banner ul{
	width:100%;
	float:left;
}
.kf_faq_banner ul li{
	float:left;
	position:relative;
}
.kf_faq_banner ul li img{
	width:100%;
	height:auto;
}
.kf_faq_banner ul li:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
}
.kf_faq_banner .bx-wrapper .bx-pager{
	display:none;
}
.kf_faq_banner .bx-wrapper .bx-controls-direction{
	position:absolute;
	left:0px;
	width:100%;
	bottom:20px;
	text-align:center;
}
.kf_faq_banner .bx-wrapper .bx-controls-direction a{
	border:1px solid #fff;
	border-radius:100%;
	bottom:30px;
	top:auto;
	text-align:center;
	margin:0px 5px;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	display:inline-block;
}
.kf_faq_banner .bx-wrapper .bx-controls-direction a:hover{

}
.kf_faq_banner .bx-wrapper .bx-controls-direction a.bx-prev:before,
.kf_faq_banner .bx-wrapper .bx-controls-direction a.bx-next:before
{
	content:"\f104";
	font-family:fontawesome;
	position:absolute;
	top:3px;
	left:11px;
	text-indent:0px;
	color:#fff;
	font-size:18px;
}

.kf_faq_banner .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f105";
	left:12px;
}
/*Accordian Wrap Start*/
.kf_faq_accordian{
	border:1px solid transparent;
	border-radius:4px;
	margin-bottom:20px;
}
.kf_faq_accordian,
.kf_accordian_hdg{
	float:left;
	width:100%;
	position:relative;
}
.kf_accordian_hdg{
	padding:25px 20px;
	background-color:#f4f4f4;
	cursor:pointer;
}
.kf_accordian_hdg h5{
	color:#333333;
	font-size:20px;
	position:relative;
}
.kf_accordian_hdg h5:before{
	content:"\f0fe";
	font-family:fontawesome;
	position:absolute;
	top:0px;
	right:0px;
	font-size:16px;
}
.kf_accordian_des{
	float:left;
	width:100%;
	position:relative;

}
.kf_accordian_des p{
	color:#666666;
	font-size:15px;
	word-break:break-all;
	padding:0px 40px 20px 20px;
}
.kf_accordian_hdg.accordion-open{
	background:none;
	background-color:#f9f9f9
}
/*
	  ==============================================================
		   FAQ WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   COMMING SOON WRAP CSS START
	  ==============================================================
*/
.kode-faq-item{
	padding:70px 0px 49px;
}
.kode-comming-soon {
    float: left;
    text-align: center;
    width: 100%;
	color:#333333;
	padding:15px 0px 10px;
}
.kode-comming-soon h3{
	font-size:48px;
	margin-bottom:19px;
}
.kode-comming-soon  p{
	margin:0 0 34px 0;
	font-size:16px;
	text-transform:capitalize;
}
.countdown {
    float: left;
    margin: 0 auto;
    width: 100%;
}
.countdown > li {
    display: inline-block;
    float: none;
    margin: 0px auto 0px 11px;
}

.kode-comming-soon li .day,
.kode-comming-soon li .week,
.kode-comming-soon li .hours,
.kode-comming-soon li .minutes,
.kode-comming-soon li .seconds {
    background: #fff;
    height: 77px;
    line-height: 74px;
    text-align: center;
    width: 59px;
	display:block;
	font-size:30px;
	border:1px solid #d4d4d4;
	border-radius:5px;
	position:relative;
	box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.45);
	margin-bottom:13px;
}

.kode-comming-soon li .day::before,
.kode-comming-soon li .week::before,
.kode-comming-soon li .hours::before,
.kode-comming-soon li .minutes::before,
.kode-comming-soon li .seconds::before{
	position:absolute;
	top:50%;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	margin-top:-1px;
	content:"";
	background:#d4d4d4;

}
.kode-comming-soon > form {
    display: inline-block;
    margin: 0 auto 34px;
    position: relative;
	border-radius:4px;
    text-align: center;
    width: 450px;

}
.kode-comming-soon input[type="search"] {
    border: 1px solid #d3d3d3;
    color: #666666;
    float: left;
    font-size: 18px;
    height: 50px;
    padding: 10px;
    text-transform: capitalize;
	border-radius:4px;
    width: 100%;
}
.kode-comming-soon form a {
    background: #00a4ef;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    right: 0;
    width: 49px;
	border-radius:4px;
}
.ancor-link{
	float:left;
	width:100%;
	text-align:center;
}
.ancor-link a {
    border: 1px solid #00a4ef;
    display:inline-block;
	border-radius:4px;
	color:#fff;
	background:#00a4ef;
	padding:6px 13px 8px;
   text-transform: capitalize;
   margin-bottom:40px;
}
/*
	  ==============================================================
		   COMMING SOON WRAP CSS END
	  ==============================================================
*/

/*
	  ==============================================================
		   Tickets Detail starts
	  ==============================================================
*/

.ticket-section{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #666;
}
.ticket-section,
.tickets{
	float:left;
	width:100%;
}
.ticket-section h3{
	font-size:30px;
	margin-bottom:30px;
}
ul.ticket-column{
    float: left;
    text-align: center;
    width: 100%;
	font-size:15px;
	font-weight:bold;
	background:#f8f8f8;
	padding:10px 0px;
}
ul.ticket-column.secnd{
	background:#fff;
}
ul.ticket-column li span{
	margin-top:5px;
	display:inline-block;
}
.ticket-section ul li{
	float:left;
	text-transform:uppercase;
}
.kode-tickets-title{
	background:#f8f8f8;
	float:left;
	width:100%;
	text-align:center;
}
.kode-tickets-title div{

	border-left:1px solid #e3e3e3;
	border-bottom:2px solid #e3e3e3;
	padding-bottom:15px;
	padding-top:15px;
}
.kode-tickets-title div:first-child{
	border-left:none;
}
.kode-tickets-title a{
	color:#727272;
	text-transform:uppercase;
	font-size:18px;
	width:100%;
	display:inline-block;
}
.ticket-section .kode-tickets-title li:last-child a{
	border-right:none;
}
.ticket-column li a{
	text-decoration:none;
	color:#727272;
	text-transform:capitalize;
	margin-top:0px;
	display:inline-block;
	padding:8px 18px;
	line-height:18px;
}
.ticket-column{
	box-shadow:0px 0px 1px 0px rgba(0,0,0,0.3);
}
.ticket-column:hover li a{
	background:#00adf2;
	color:#fff;
	box-shadow:0px 0px 6px 4px rgba(114,114,114,0.18);
}
.ticket-column:hover li span{
	color:#00adf2;
}
.ticket-column input.input-qty-type{
	width:65px;
	display:inline;
	padding:5px;
	text-align:center;
	margin-bottom:0px;
}
.count-down-timer{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #000;
	margin-bottom:40px;
}
.count-down-timer{
	position:relative;
}
.caption{
	padding:0px;
}
.count-down-timer .caption-info *{
	position:relative;
	z-index:10;
}
.caption-info{
	background:#f8f8f8;
	padding:41px 20px 41px 0;
	text-align:center;
	position:relative;
	float:right;
	width:auto;
}
.count-down-timer .caption-info:before{
	position:absolute;
	top:0px;
	left:-124px;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:0 0 127px 127px;
	border-color: transparent transparent #f8f8f8 transparent;
	content:"";
}
.count-down-timer .caption-info:after{
	border: 1px solid #e4e4e4;
    content: "";
    height: 143%;
    position: absolute;
    left: -60px;
    top: -27px;
    transform: rotate(45deg);
}
.count-down-timer .countdown{
	padding:24px 0 34px 20px;
	position:relative;
	z-index:100;
	float:left;
	width:auto;
}
.count-down-timer .countdown li{
	color:#000;
	text-align:center;
	margin:0px;
	padding:14px 15px 0;
	position:relative;
	text-transform:uppercase;
	font-weight:bold;
}
.count-down-timer .countdown li:before{
	content:":";
	position:absolute;
	left:0px;
	top:20px;
	color:#000;
	font-size:18px;
	font-weight:bold;
}
.count-down-timer .countdown li:first-child{
	padding:0px;
}
.count-down-timer .countdown li:first-child:before{
	font-size:0px;
}
.count-down-timer .countdown li p{margin:0px;}
.count-down-timer span{
	font-size:30px;
}
.count-down-timer .days{
	color:#000;
}
.caption-info h5{
	font-size:16px;
	color:#444;
	line-height:normal;
}
.caption-info span{
	font-size:13px;
	display:inline-block;
	font-weight:bold;
	color:#444;
	line-height:normal;
}
/*
	  ==============================================================
		   Tickets Detail Ends
	  ==============================================================
*/

#mobile-header {
    display: none;
	position:absolute;
	left:30px;
	top:50px;
	border:solid 2px #fff;
	z-index:1000;
	overflow:hidden;
	height:40px;
	width:40px;
	border-radius:100%;
	text-align:center;
}
#mobile-header a{
	color:#fff;
	font-size:18px;
	line-height:34px;
	display:block;
}


#mobile-header a:focus{
	outline:none;
}
.sidr-open.sidr-main-open #mobile-header a i.fa-bars:before{
	content:"\f00d";
	font-family:FontAwesome;
}

.other-events{
	float:left;
	width:100%;
}

.kode-btn-style-1{
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 10px 23px;
    text-decoration: none;
}

.kode-btn-style-1:hover{
	background-color:#000;
}
.back-to-top{
	width:40px;
	height:40px;
	line-height:40px;
	background:#00a4ef;
	transform:rotate(45deg);
	position:absolute;
	top:-20px;
	left:0px;
	right:0px;
	margin:auto;
	z-index:9999;
}
.back-to-top i{
	transform:rotate(-45deg);
}
.sidr ul li a, .sidr ul li span{
	text-transform:capitalize;
}

.capcha_image_frame{
	border:none;
	margin:15px 0px;
	padding:0px;
	height:30px;
	width:80px;

}

.noticia-single-titulo{
	font-size: 40px;
	margin-top: 10px;
}

.noticia-single-conteudo{
	margin-top: 15px;
}

.dia-noticia, .hora-noticia {
	font-size: 18px;
	font-weight: 700;
	color: rgb(90, 90, 90);
}

.social-footer{
	margin: 30px 50px 50px;
	font-size: 40px;
	text-align: center;
}
.socialText {
	height: 60px;
	display: flex;
}
.socialText i{
	font-size: 60px;
	transition: all 0.3s ease-in;
}
.socialText:hover i.fa-facebook-square {
	color: #3b5998;
	transition: all 0.3s ease-in;
}
.socialText:hover i.fa-twitter-square {
	color: #55ACEE;
	transition: all 0.3s ease-in;
}
.socialText span{
	align-self: center;
	font-size: 20px;
	padding-left: 10px;
	transition: all 0.3s ease-in;
}
.socialText:hover span{
	color: #444;
	transition: all 0.3s ease-in;
}
