.kode_content,
.kode_wrapper,
section {
	float: left;
	width: 100%;
	overflow: hidden
}

header {
	float: left;
	width: 100%
}

section {
	padding: 20px 0
}

.bg-gray {
	background-color: #f5f6fa
}

header {
	z-index: 99999
}

.kode_top_strip {
	width: 100%;
	padding: 6px 0 10px 0;
	background: #fff;
}

.kode_cnt_info {
	float: left
}

.kode_cnt_info ul,
.kode_scl_icon ul {
	float: left;
	width: 100%
}

.kode_cnt_info ul li {
	display: inline-block;
	position: relative;
	color: #74757f;
	padding: 10px 16px;
	letter-spacing: .03em
}

.kode_cnt_info ul li i {
	margin-right: 5px
}

.kode_cnt_info ul li .icon-modern {
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #e8e9ee
}

.kode_cnt_info ul li:first-child {
	padding-left: 0
}

.button-primary-outline:focus,
.kode_btn .button-primary-outline {
	background-color: #c71111;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 8px 25px;
	font-size: 16px;
	border: 2px solid #d4b010;
	border-radius: 6px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	transition: .25s cubic-bezier(.2, 1, .3, 1);
	-webkit-animation: glowing 1.5s infinite;
	-moz-animation: glowing 1.5s infinite;
	-o-animation: glowing 1.5s infinite;
	animation: glowing 1.5s infinite
}

@-webkit-keyframes glowing {
	0% {
		background-color: #c71111;
		-webkit-box-shadow: 0 0 3px #d00b0bc7
	}
	50% {
		background-color: #c71111;
		-webkit-box-shadow: 0 0 40px #d00b0bc7
	}
	100% {
		background-color: #c71111;
		-webkit-box-shadow: 0 0 3px #d00b0bc7
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #c71111;
		-moz-box-shadow: 0 0 3px #d00b0bc7
	}
	50% {
		background-color: #c71111;
		-moz-box-shadow: 0 0 40px #d00b0bc7
	}
	100% {
		background-color: #c71111;
		-moz-box-shadow: 0 0 3px #d00b0bc7
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #c71111;
		box-shadow: 0 0 3px #d00b0bc7
	}
	50% {
		background-color: #c71111;
		box-shadow: 0 0 40px #d00b0bc7
	}
	100% {
		background-color: #c71111;
		box-shadow: 0 0 3px #d00b0bc7
	}
}

@keyframes glowing {
	0% {
		background-color: #c71111;
		box-shadow: 0 0 3px #d00b0bc7
	}
	50% {
		background-color: #c71111;
		box-shadow: 0 0 40px #d00b0bc7
	}
	100% {
		background-color: #c71111;
		box-shadow: 0 0 3px #d00b0bc7
	}
}

.kode_scl_icon {
	float: right
}

.kode_scl_icon ul li {
	display: inline-block;
	position: relative;
	-ms-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg)
}

.kode_scl_icon ul li a {
	display: block;
	padding: 12px 12px 13px;
	-ms-transform: skewX(30deg);
	-webkit-transform: skewX30deg);
	transform: skewX(30deg)
}

.kode_navigation_outr_wrap {
	width: 100%;
	position: relative;
	background-color: #141f79
}

.kode_navigation_outr_wrap:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	height: 2px;
	width: 100%
}

.kode_navigation_outr_wrap:after {
	content: "";
	position: absolute;
	bottom: -4px;
	right: 0;
	background-color: #fff;
	height: 2px;
	width: 65%
}

.kode_navigation_outr_wrap .container {
	position: relative;
	z-index: 9;
}

.kode_logo {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.kode_logo_txt_mobile{margin-top:10px;}
.kode_logo img {
	position: relative;
}

.kode_logo a {
	display: flex;
	align-items: center
}

.kode_logo .text-logo{
	margin-left: 20px;
}
.kode_logo .text-logo,
.kode_logo_txt_mobile .text-logo {
	display: flex;
	flex-direction: column;
	text-align: center
}

.kode_logo .text-logo .text-logo-head,
.kode_logo_txt_mobile .text-logo .text-logo-head {
	font-size: 2rem;
	color: #c71111
}

.kode_logo .text-logo .text-logo-body,
.kode_logo_txt_mobile .text-logo .text-logo-body {
	font-size: 5rem;
	line-height: 52px
}

.kode_logo .text-logo .text-logo-body span,
.kode_logo_txt_mobile .text-logo .text-logo-body span{
	text-shadow: 0 1px 0 #c71111, 0 2px 0 #ffffff, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(255, 255, 255, .15);
}
.kode_logo .text-logo .text-logo-body span:nth-child(1),
.kode_logo_txt_mobile .text-logo .text-logo-body span:nth-child(1) {
	color: #141f79
}

.kode_logo .text-logo .text-logo-body span:nth-child(2),
.kode_logo_txt_mobile .text-logo .text-logo-body span:nth-child(2) 
{
	color: #2e81af
}

.kode_logo .text-logo .text-logo-body span:nth-child(3),
.kode_logo_txt_mobile .text-logo .text-logo-body span:nth-child(3) {
	color: #141f79
}

.kode_logo .text-logo .text-logo-foot,
.kode_logo_txt_mobile .text-logo .text-logo-foot {
	font-size: 2rem;
	color: #000
}

.kode_menu > ul {
	width: 100%;
	display: flex;
    justify-content: center;
}

.kode_menu ul li {
	float: left;
	position: relative
}

.kode_menu ul li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 2px
}

.kode_menu ul li a {
	display: block;
	font-size: 18px;
	padding: 18px 20px;
	line-height: 14px;
	color: #fff
}

.kode_menu ul li.active:before,
.kode_menu ul li:focus:before,
.kode_menu ul li:hover:before {
	width: 70%
}

.kode_menu ul ul {
	width: 250px;
	position: absolute;
	top: 50%;
	left: -50px;
	background-color: #141f79;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	padding-top: 20px;
	border-bottom: 4px solid
}

.kode_menu ul ul li {
	float: left;
	width: 100%;
	position: relative
}

.kode_menu ul ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: -1
}

.kode_menu ul ul>li:hover>a {
	color: #fff
}

.kode_menu ul ul li:hover:after {
	width: 100%
}

.kode_menu ul ul li a {
	padding: 15px 15px
}

.kode_menu ul ul li:before {
	content: "";
	display: none
}

.kode_menu ul>li:hover>ul {
	left: 0;
	top: 100%;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

.kode_menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%
}

.kode_menu ul ul>li:hover>ul {
	left: 100%;
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

.search-wrapper-area {
	position: absolute;
	right: 0;
	background: #fff;
	padding: 20px;
	display: none
}

.search-area {
	position: relative
}

.search-area input[type=text] {
	float: left;
	border: 1px solid #ccc;
	height: 40px;
	padding: 5px 15px
}

.search-area input[type=submit] {
	float: left;
	position: absolute;
	right: 0;
	padding: 10px;
	border: none;
	background: #ccc;
	color: #333
}

.kode_favorite,
.kode_search {
	float: left;
	margin-left: 10px;
	margin-top: 14px;
	position: relative
}

.dl-menuwrapper button,
.kode_favorite a i,
.kode_search a i {
	padding: 9px;
	color: #27282d;
	border: 2px solid #9e9ea0
}

.dl-menuwrapper button:hover,
.kode_favorite:hover a i,
.kode_search:hover a i {
	color: #fff
}

.dl-menuwrapper button:hover:after {
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff
}

.dl-menuwrapper {
	float: right;
	margin: 10px;
	display: none
}

.dl-menuwrapper button {
	background: #fff;
	color: #333;
	padding: 0;
	border: 2px solid #9e9ea0;
    width: 40px;
    height: 36px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 0;
}
.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: #fff;
    top: 12px;
    left: 0;
    right: 0px;
    margin: auto;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.dl-menuwrapper button:after {
	background: #333;
	box-shadow: 0 7px 0 #333, 0 14px 0 #333;
	top: 8px
}

.kode_banner {
	float: left;
	width: 100%;
	position: relative
}

.kode_banner ul.bxslider>li {
	position: relative;
	float: left
}

.kode_banner ul.bxslider>li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, .2) */
}

.kode_banner ul li img {
	width: 100%;
	height: auto
}

.kode_caption {
	position: absolute;
	width: 535px;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -558px
}

.kode_caption h6 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 4px solid;
	margin: 0 0 16px;
	line-height: 15px;
	padding-left: 10px
}

.kode_caption h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin: 0 0 8px;
	line-height: normal
}

.kode_caption h2 span {
	font-weight: 400;
	display: inline-block
}

.kode_caption p {
	line-height: 30px;
	color: #fff;
	word-break: break-all;
	margin: 0 0 32px;
	font-size: 16px
}

.kode_caption a.kode_link_1:hover {
	color: #fff
}

.kode_caption a.kode_link_1:hover:before {
	background-color: #fff
}

.kode_banner .bx-wrapper .bx-pager {
	padding: 0
}

.bx-wrapper .bx-controls-auto,
.kode_banner .bx-wrapper .bx-pager {
	bottom: 150px;
	left: 50%;
	margin-left: -566px;
	text-align: left;
	width: 538px
}

.kode_banner .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff
}

.kode_banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.kode_banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #8e8e91
}

.kode_breaking_news {
    width: 70%;
    border: 2px solid #d4b010;
    background-color: #fff;
}

.kode_breaking_hdg {
	padding: 16px 10px 15px;
	float: left;
	position: relative;
	background:#c71111;
}

.kode_breaking_hdg:before {
	content: "";
	position: absolute;
	top: 19px;
	right: -8px;
	width: 0;
	height: 0;
	border-left: 15px solid;
	border-top: 15px solid;
	transform: rotate(45deg);
	color:#c71111;
}

.kode_breaking_news h6 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px
}

.kode_brekg_news_des {
	float: none;
	background-color: #fff;
	padding: 13px 50px 15px 150px
}

.kode_brekg_news_des ul {
	float: left;
	width: 100%
}

.kode_brekg_news_des ul li {
	display: inline-block;
	color: #000;
	margin: 0;
	line-height: 22px;
	line-height: 18px
}

.kode_breaking_news2 .kode_brekg_news_des .bx-pager.bx-default-pager,
.kode_brekg_news_des .bx-pager.bx-default-pager {
	display: none
}

.kode_brekg_news_des .bx-controls-direction {
	position: absolute;
	width: 60px;
	top: 18px;
	right: -30px
}

.kode_breaking_news2 .kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-next,
.kode_breaking_news2 .kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-prev,
.kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-next,
.kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-prev {
	position: absolute;
	right: 0;
	top: -5px
}

.kode_breaking_news2 .kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-next:before,
.kode_breaking_news2 .kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-prev:before,
.kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-next:before,
.kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: "\f104";
	font-family: fontawesome;
	font-size: 20px;
	text-indent: 0;
	position: absolute;
	right: 0;
	top: 0
}

.kode_breaking_news2 .kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-next:before,
.kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-next:before {
	content: "\f105"
}

.kode_breaking_news .bxslider div.item {
	float: left;
	color: #000;
    font-weight: 600;
}

.kode_breaking_news2 {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 2px solid
}

.kode_breaking_news2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 29%;
	height: 100%;
	background-color: #fff
}

.kode_breaking_news2:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 71%;
	height: 100%
}

.kode_breaking_news2 .container {
	position: relative;
	z-index: 99999
}

.kode_breaking_news2 .kode_brekg_news_des {
	background: 0 0;
	position: relative
}

.kode_breaking_news2 .kode_breaking_hdg {
	background: 0 0
}

.kode_breaking_news2 .kode_breaking_hdg:before {
	border-left: 15px solid #fff;
	border-top: 15px solid #fff;
	content: "";
	height: 0;
	position: absolute;
	right: -8px;
	top: 22px;
	transform: rotate(45deg);
	width: 0
}

.kode_breaking_news2 .kode_breaking_hdg h6 {
	font-weight: 700
}

.kode_breaking_news2 .kode_brekg_news_des p {
	color: #fff;
	font-weight: 700;
	padding-top: 5px
}

.kode_breaking_news2 .kode_brekg_news_des .bx-controls-direction {
	position: absolute;
	width: 60px;
	top: 25px;
	right: -30px
}

.kode_breaking_news2 .kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-next:before,
.kode_breaking_news2 .kode_brekg_news_des .bx-wrapper .bx-controls-direction a.bx-prev:before {
	color: #fff
}

.kode_program_bg {
	padding: 15px 0 0;
	float: left;
	width: 100%
}

.kode_program_list {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden
}

.kode_program_list:before {
	content: "";
	height: 100%;
	left: -320px;
	position: absolute;
	top: -116px;
	transform: rotate(-30deg);
	width: 160%;
	background-color: rgba(55, 45, 44, .65);
	z-index: 9;
	box-shadow: 0 0 0 7px rgba(0, 0, 0, .65)
}

.kode_program_list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	background-color: #15bfe9
}

.kode_program_list figure img {
	width: 100%;
	height: auto
}

.kode_program_des {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 0 0 30px;
	z-index: 99999
}

.kode_program_des h5 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 15px
}

.kode_program_des p {
	color: #fff;
	margin: 0 0 15px;
	line-height: 16px
}

.kode_program_des i {
	color: #fff;
	font-size: 100px
}

.kode_program_hover {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: -92px;
	text-align: center;
	z-index: 99999;
	padding: 0 40px;
	opacity: 0
}

.kode_program_hover h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 19px;
	line-height: 20px
}

.kode_program_hover p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
	word-break: break-all
}

.kode_program_list:hover .kode_program_des {
	top: 50%;
	opacity: 0
}

.kode_program_list:hover:before {
	top: -100%;
	left: -100%;
	opacity: 0
}

.kode_program_list:hover .kode_program_hover {
	top: 50%;
	opacity: 1
}

.kode_program_list:hover:after {
	width: 100%;
	height: 100%;
	opacity: .7
}

.kode_program_list a:hover {
	color: #000
}

figure img {
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}

.kode_program_list figure::after,
.kode_program_list figure::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.kode_program_list figure::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}

.kode_program_list figure::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}

.kode_program_list:hover figure::after,
.kode_program_list:hover figure::before {
	opacity: 1;
	z-index: 9999;
	-webkit-transform: scale(1);
	transform: scale(1)
}

ul.kode_tab_lnk {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 104px
}

.kode_welcome_bg ul.kode_tab_lnk {
	margin-bottom: 85px
}

ul.kode_tab_lnk li {
	position: relative;
	display: inline-block
}

ul.kode_tab_lnk li:after,
ul.kode_tab_lnk li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 1px;
	opacity: 0
}

ul.kode_tab_lnk li:after {
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	width: 0;
	opacity: 0
}

ul.kode_tab_lnk li a {
	display: block;
	color: #999;
	padding: 10px 15px;
	font-weight: 700;
	text-transform: uppercase
}

ul.kode_tab_lnk li.active:before,
ul.kode_tab_lnk li:hover:before {
	opacity: 1;
	width: 50px
}

ul.kode_tab_lnk li.active:after,
ul.kode_tab_lnk li:hover:after {
	opacity: 1;
	width: 40px
}

.kode_wel_outr_wrap {
	float: left;
	width: 100%;
	margin-bottom: 25px
}

.kode_welcome {
	float: left;
	width: 100%;
	position: relative
}

.kode_welcome:before {
	content: "";
	position: absolute;
	top: -35px;
	left: -58px;
	width: 100%;
	height: 100%;
	/* border: 9px solid #27282d; */
	background-color: #fff;
	z-index: -1
}

.kode_welcome:after {
	content: "";
	position: absolute;
	/* border: 3px solid #dfdfdf; */
	height: 110%;
	left: -28px;
	top: -24px;
	width: 100%;
	z-index: -2
}

.kode_welcome figure img {
	width: 100%;
	height: auto
}

.kode_wel_demo_des {
	float: left;
	width: 100%;
	text-align: justify
}

.kode_wel_demo_des h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 14px;
	letter-spacing: 2px
}

.kode_wel_demo_des h4 {
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 20px;
	position: relative;
	line-height: 24px
}

.kode_wel_demo_des h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 3px;
	background-color: #000
}

.kode_wel_demo_des p {
	line-height: 29px;
	font-size: 20px;
	margin-bottom: 20px;
	color: #666
}

ul.kode_tab_lnk.nav>li>a:focus,
ul.kode_tab_lnk.nav>li>a:hover {
	background: 0 0
}

.kode_wel_demo_des a.kode_link_3:hover {
	color: #fff
}

.kode_about_welcome {
	padding: 30px 0 30px
}

.kode_about_welcome a.kode_link_3:hover i {
	color: #fff
}

.kode_wht_otr_wrap {
	float: left;
	width: 100%;
	position: relative;
	background-color: #202020
}

.kode_wht_otr_wrap:after {
	content: "";
	position: absolute;
	background-image: url(extra-images/wht-we-do-01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-attachment: fixed
}

.kode_wht_otr_wrap:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 1
}

.kode_wht_des {
	float: left;
	width: 100%;
	position: relative;
	padding: 69px 40px 26px;
	z-index: 9999999
}

.kode_wht_des>h6 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 16px;
	font-size: 14px;
	letter-spacing: 2px
}

.kode_wht_des>h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	position: relative;
	line-height: 24px;
	padding-bottom: 20px
}

.kode_wht_des h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 70px;
	background-color: #fff
}

.kode_wht_des ul {
	float: left;
	width: 100%;
	z-index: 9999999
}

.kode_wht_des ul li {
	float: left;
	position: relative;
	padding: 4px 0 28px 5px;
	z-index: 9999;
	margin: 0
}

.kode_wht_des ul li span {
	float: left;
	display: inline-block;
	width: 62px;
	height: 62px;
	background-color: #fff;
	border-radius: 100%;
	border: 5px solid #b0b6bb;
	text-align: center;
	line-height: 62px
}

.kode_wht_des ul li span i {
	font-size: 25px
}

.kode_wht_icon_des {
	float: none;
	padding: 0 0 0 90px;
	width: auto
}

.kode_wht_icon_des h6 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px
}

.kode_wht_icon_des p {
	color: #fff;
	padding: 0 30px 0 0
}

.kode_wht_icon_des h6 a {
	color: #fff
}

.kode_wht_des .bx-wrapper .bx-pager {
	padding: 0;
	text-align: right;
	font-size: 0;
	width: 20px
}

.kode_wht_des .bx-controls.bx-has-pager.bx-has-controls-direction {
	position: relative;
	right: 0;
	z-index: 99999
}

.bx-wrapper .bx-controls-auto,
.kode_wht_des .bx-wrapper .bx-pager {
	bottom: 170px;
	right: 0;
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.kode_wht_des .bx-wrapper .bx-pager .bx-pager-item {
	margin-bottom: 5px
}

.kode_wht_des .bx-wrapper .bx-pager.bx-default-pager a {
	height: 40px;
	border-radius: 0;
	width: 3px
}

.kode_wht_des .bx-wrapper .bx-pager.bx-default-pager a.active,
.kode_wht_des .bx-wrapper .bx-pager.bx-default-pager a:hover {
	width: 5px
}

.kode_wht_des .bx-viewport {
	z-index: 9999
}

.kode_hdg_1,
.kode_hdg_2,
.kode_hdg_3 {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin: -4px 0 50px
}

.kode_hdg_1 h6,
.kode_hdg_2 h6,
.kode_hdg_3 h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 1px;
	letter-spacing: 2.4px
}

.kode_hdg_1 h4,
.kode_hdg_2 h4,
.kode_hdg_3 h4 {
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 6px;
	position: relative
}

.kode_hdg_1 h4:before,
.kode_hdg_2 h4:before,
.kode_hdg_3 h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 75px;
	height: 3px;
	background-color: #27282d
}

.kode_hdg_2 h6,
.kode_hdg_3 h6 {
	color: #fff
}

.kode_hdg_2 h4,
.kode_hdg_3 h4 {
	color: #fff
}

.kode_hdg_2 h4:before {
	background-color: #fff
}

.kode_services_news_bg {
	background-color: #f7f7f7
}

.kode_services_news_bg .kode_press_new_lst,
.kode_services_news_bg .margin_bottom {
	margin: 0
}

.kode_press_news {
	float: left;
	width: 100%;
	position: relative;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .24)
}

.kode_press_new_lst {
	float: left;
	width: 100%;
	margin: 0 0 0;
	margin-bottom: 50px
}

.kode_press_news:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px
}

.kode_press_news figure {
	background-color: rgba(0, 0, 0, 1)
}

.kode_press_news figure img {
	width: 100%;
	height: auto
}

.kode_press_news figure.kode_pres1_style:before {
	background-color: #fff;
	bottom: -110px;
	content: "";
	height: 50%;
	left: -10px;
	position: absolute;
	transform: rotate(0);
	width: 110%;
	z-index: 9
}

.kode_press_news figure.kode_pres1_style:after {
	bottom: 10px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: rotate(-7deg);
	width: 0%;
	z-index: 9
}

.kode_press_news figure figcaption {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	opacity: 0
}

.kode_press_news figure figcaption a {
	display: block;
	font-weight: 300;
	font-size: 45px;
	margin: -45px 0 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif
}

.kode_news_date {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	padding-left: 10px
}

.kode_news_date ul li {
	float: left;
	position: relative
}

.kode_news_date ul li a {
	font-size: 12px;
	color: #474747;
	text-transform: uppercase;
	padding: 10px 10px 5px
}

.kode_news_des {
	float: left;
	width: 100%;
	padding: 0 20px 30px 20px
}

.kode_news_des h6>a {
	display: block;
	font-size: 20px;
	color: #474747;
	margin-bottom: 9px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	line-height: 18px;
	float: left;
	width: 100%
}

.kode_news_des h6 a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -22px;
	width: 3px;
	height: 100%;
	background-color: #474747
}

.kode_news_des p {
	color: #999;
	word-break: break-all;
	margin-bottom: 10px
}

.kode_news_des a {
	display: inline-block;
	float: right;
	color: #27282d
}

.kode_news_des a i {
	margin-left: 5px;
	font-weight: 400;
	color: #27282d
}

.kode_press_news:hover:before {
	width: 100%
}

.kode_press_news:hover figure.kode_pres1_style:after {
	width: 100%;
	bottom: 32px
}

.kode_press_news:hover figure figcaption {
	top: 50%;
	opacity: 1
}

.kode_press_news:hover figure img {
	opacity: .4
}

.kode_press_news:hover figure.kode_pres1_style:before {
	transform: rotate(-7deg)
}

.kode_press_news figure.kode_pres2_style:before {
	background-color: #fff;
	bottom: -112px;
	content: "";
	height: 50%;
	left: -10px;
	position: absolute;
	transform: rotate(0);
	width: 110%;
	z-index: 9
}

.kode_press_news figure.kode_pres2_style:after {
	bottom: 54px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: rotate(7deg);
	width: 0%;
	z-index: 9
}

.kode_press_news:hover figure.kode_pres2_style:after {
	width: 100%;
	bottom: 32px
}

.kode_press_news:hover figure.kode_pres2_style:before {
	transform: rotate(7deg)
}

.kode_press_link {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 12px
}

.kode_press_link a {
	border: 2px solid #000;
	color: #474747
}

.kode_press_link a.kode_link_2:before {
	content: "";
	position: absolute;
	background-color: #474747
}

.kode_press_link a.kode_link_2:hover {
	color: #fff
}

.kode_latest_wrk_bg {
	border-top: 1px solid #e9e9e9;
	padding-bottom: 61px
}

.kode_latest_galry {
	float: left;
	width: 100%;
	position: relative
}

.kode_latest_galry ul.kode_tab_lnk {
	margin: 0 0 40px
}

.filterable_container {
	margin-left: -1.5%;
	margin-right: -1.5%
}

.filterable_container .home_gallery {
	width: 24.7%;
	float: left;
	padding-left: 1.5%;
	padding-right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.kode_galry_item {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 2.8%;
	overflow: hidden
}

.kode_galry_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1
}

.kode_galry_item figure:before {
	bottom: -48px;
	content: "";
	height: 50%;
	position: absolute;
	right: -471px;
	transform: rotate(-36deg);
	width: 110%;
	z-index: 9;
	opacity: 0;
	box-shadow: 0 0 0 5px #fff
}

.kode_galry_item figure img {
	width: 100%;
	height: auto
}

.kode_galry_item figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
	opacity: 0
}

.kode_galry_item figure figcaption a {
	display: inline-block;
	font-size: 45px;
	color: #fff
}

.kode_galry_des {
	position: absolute;
	bottom: -50px;
	right: 0;
	z-index: 99999;
	text-align: right;
	width: 100%;
	padding: 0 25px 20px 0;
	opacity: 0
}

.kode_galry_des p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 14px
}

.kode_galry_des h6 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

.kode_galry_item:hover:before {
	height: 100%
}

.kode_galry_item:hover figure figcaption {
	bottom: 41%;
	opacity: 1
}

.kode_galry_item:hover figure:before {
	right: -171px;
	opacity: 1
}

.kode_galry_item:hover figure:after {
	width: 100%
}

.kode_galry_item:hover .kode_galry_des {
	opacity: 1;
	bottom: 0
}

.kode_purchase_bg {
	position: relative;
	background-image: url(images/purchase-now-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.kode_purchase_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9
}

.kode_purchase_bg:after {
	border: 1px solid;
	bottom: 10px;
	content: "";
	height: 93%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 10px;
	width: 99%
}

.kode_purchase_bg .container {
	position: relative
}

.kode_purchase {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 99999;
	line-height: 12px
}
.kode_purchase p {
	color:#fff;
}
.kode_purchase h6 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 21px;
	line-height: 18px
}

.kode_purchase h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 22px;
	line-height: 24px
}

.kode_purchase a {
	font-size: 16px;
	z-index: 9999
}

.kode_purchase a.kode_link_2:hover {
	color: #000
}

.kode_politician_bg {
	background: #f9f9f9
}

.kode_camp_outr_wrap {
	float: left;
	width: 100%
}

.kode_camp_outr_wrap>li {
	float: left;
	width: 100%
}

.kode_campagin_lst {
	float: left;
	width: 100%;
	position: relative
}

.kode_campgn_lst1 {
	float: right;
	width: 50%;
	position: relative
}

.kode_cam_date {
	float: left;
	position: absolute;
	left: -40px;
	top: 10px;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 12px;
	background-color: #fff;
	border-radius: 100%;
	border: 5px solid #757575;
	box-shadow: 0 0 0 5px rgba(131, 131, 131, 1), 0 0 0 10px rgba(201, 201, 201, 1)
}

.kode_cam_date:before {
	content: "";
	position: absolute;
	top: 38px;
	left: 105px;
	height: 2px;
	width: 40px;
	background-color: #838383
}

.kode_cam_date:after {
	content: "";
	position: absolute;
	top: 31px;
	left: 143px;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background-color: #838383
}

.kode_cam_date h4,
.kode_cam_date h6 {
	font-weight: 700;
	color: #838383;
	text-transform: uppercase;
	line-height: 26px
}

.kode_lst1_des {
	float: none;
	padding: 0 0 0 160px;
	width: auto
}

.kode_lst1_des h6 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #343434;
	margin: 0 0 4px;
	line-height: 31px
}

.kode_lst1_des p {
	word-break: break-all;
	line-height: 28px
}

.kode_lst1_des ul {
	float: left;
	width: 100%;
	margin-bottom: 6px
}

.kode_lst1_des>ul>li {
	color: #838383;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-weight: 700
}

.kode_lst1_des ul li i {
	margin-right: 5px
}

.kode_lst1_des ul li:first-child {
	padding-left: 0
}

.kode_campgn_lst2 {
	float: left;
	position: relative;
	width: 50%
}

.kode_campgn_lst2:after {
	content: "";
	position: absolute;
	top: 120px;
	left: 100%;
	bottom: 20px;
	width: 2px;
	background-color: #d8d8d8
}

.kode_campgn_lst1:after {
	content: "";
	position: absolute;
	top: 120px;
	right: 100%;
	bottom: 20px;
	width: 2px;
	background-color: #d8d8d8
}

.kode_campgn_lst2 .kode_cam_date {
	right: -40px;
	left: auto
}

.kode_campgn_lst2 .kode_cam_date:before {
	right: 110px;
	left: auto
}

.kode_campgn_lst2 .kode_cam_date::after {
	right: 150px;
	left: auto
}

.kode_campgn_lst2 .kode_lst1_des {
	float: none;
	padding: 0 160px 0 0;
	text-align: right
}

.kode_campgn_lst1:hover .kode_cam_date h4,
.kode_campgn_lst1:hover .kode_cam_date h6,
.kode_campgn_lst2:hover .kode_cam_date h4,
.kode_campgn_lst2:hover .kode_cam_date h6 {
	color: #fff
}

.kode_campgn_lst1:hover .kode_cam_date,
.kode_campgn_lst2:hover .kode_cam_date {
	border: 5px solid #fff
}

.kode_meet_bg {
	padding-top: 58px
}

.kode_politician {
	float: left;
	padding: 0 0 10px;
	position: relative;
	width: 100%;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .18))
}

.kode_politician figure {
	border-bottom: 4px solid #434343;
	margin-bottom: 15px
}

.kode_politician figure img {
	width: 100%;
	height: auto
}

.kode_poli_img_des {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	margin: -100px 0 0;
	z-index: 99999;
	padding: 0 25px;
	opacity: 0
}

.kode_poli_img_des h6 a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px
}

.kode_poli_img_des span {
	display: block;
	color: #ccc;
	margin-bottom: 20px
}

.kode_poli_img_des p {
	color: #ccc;
	word-break: break-all
}

.kode_politician_des {
	float: left;
	width: 100%;
	text-align: center;
	position: relative
}

.kode_politician_des:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden
}

.kode_politician_des h6 {
	font-size: 24px;
	color: #27282d;
	font-weight: 700
}

.kode_politician_des p {
	color: #333
}

.kode_politician_des ul {
	float: left;
	width: 100%
}

.kode_politician_des ul li {
	display: inline-block;
	position: relative
}

.kode_politician_des ul li a {
	display: block;
	padding: 0 15px;
	color: #777;
	font-size: 20px
}

.kode_politician:hover {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .18)
}

.kode_politician:hover figure:before {
	height: 100%
}

.kode_politician:hover .kode_poli_img_des {
	top: 84%;
	opacity: 1
}

.kode_politician:hover figure {
	border-bottom: 4px solid
}

.kode_politician:hover .kode_politician_des:before {
	opacity: 1;
	visibility: visible
}

.kode_progress_bg {
	background: #f9f9f9
}

.kode_progress {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px
}

.kode_progress h6 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px
}

.kode_progress .progress {
	margin: 0;
	height: 4px;
	border-radius: 0;
	background-color: #e3e5e8
}

.kode_countup_bg {
	position: relative;
	background-image: url(images/count-up-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed
}

.kode_countup_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9
}

.kode_countup_bg .container {
	position: relative
}

.kode_countup {
	float: left;
	width: 100%;
	text-align: center;
	position: relative
}

.kode_countup i {
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px
}

.kode_countup h3 {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 22px;
	font-weight: 700
}

.kode_countup h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 55px;
	height: 2px;
	background-color: #fff
}

.kode_countup p {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 14px
}

.kode_latest_outer_wrap .kode_hdg_1 h6 {
	margin-bottom: 1px
}

.kode_latest_outer_wrap .kode_hdg_1 h4 {
	padding-bottom: 7px
}

.kode_latst_post_lst .bx-wrapper {
	float: left
}

.kode_latest_blog {
	float: left;
	width: 100%;
	position: relative
}

.kode_latest_blog:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1
}

.kode_latest_blog figure img {
	width: 100%;
	height: auto
}

.kode_latest_blog>h6 {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	background-color: red;
	padding: 8px 15px;
	z-index: 99999
}

.kode_latest_blog_des {
	position: absolute;
	bottom: 15px;
	z-index: 99999;
	padding: 0 80px 0 25px
}

.kode_latest_blog_des h6 a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 30px
}

.kode_latest_blog_des ul {
	float: left;
	width: 100%
}

.kode_latest_blog_des ul li {
	float: left;
	position: relative;
	border-left: 2px solid #fff
}

.kode_latest_blog_des ul li a {
	display: block;
	padding: 0 12px;
	color: #fff;
	line-height: 18px
}

.kode_latest_blog_des ul li a i {
	margin-right: 5px
}

.kode_latest_blog_des ul li:first-child {
	border-left: 0;
	padding-left: 0
}

.kode_latst_post_lst .bx-wrapper .bx-pager {
	display: none
}

.kode_latst_post_lst .bx-wrapper .bx-controls-direction a {
	background-color: #1eade5;
	border-radius: 100%;
	border: 3px solid #fff;
	text-indent: 0;
	text-align: center
}

.kode_latst_post_lst .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -15px
}

.kode_latst_post_lst .bx-wrapper .bx-controls-direction a.bx-next {
	right: -15px
}

.kode_latst_post_lst .bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: "\f104";
	font-family: fontawesome;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 9px;
	font-weight: 700
}

.kode_latst_post_lst .bx-wrapper .bx-controls-direction a.bx-next:before {
	content: "\f105";
	font-family: fontawesome;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 9px;
	font-weight: 700
}

.kode_blog_style2 {
	margin-bottom: 20px
}

.kode_video_bg {
	float: left;
	width: 100%;
	background-color: #262927;
	padding: 70px 0
}

.kode_audio_wrap {
	float: left;
	width: 100%;
	position: relative
}

.kode_audio_wrap figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .6)
}

.kode_audio_wrap figure img {
	width: 100%;
	height: auto
}

.kode_audio_wrap figure figcaption {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	opacity: 0
}

.kode_audio_wrap figure figcaption a {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	margin-top: -30px;
	border: 1px solid #fff;
	padding: 10px 20px
}

.kode_audio_wrap figure:hover figcaption {
	opacity: 1
}

.kode_video_list .owl-controls .owl-buttons,
.kode_video_list .owl-controls .owl-pagination {
	display: none
}

.kode_audio_wrap figure:hover:before {
	width: 100%;
	height: 100%
}

.kode_purchase_now2 {
	float: left;
	width: 100%;
	position: relative
}

.kode_purchase_now2 h4 {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 16px;
	line-height: 24px
}

.kode_purchase_now2 a {
	float: right;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 9999
}

.kode_purchase_now2 a.kode_link_2:hover {
	color: #000
}

.kode_counter_bg {
	border-bottom: 4px solid #f9f9f9
}

.kode_coming_election {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(extra-images/upcomming-election-01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0;
	background-attachment: fixed
}

.kode_coming_election:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1
}

.kode_coming_election:after {
	border: 1px solid #a9a7aa;
	bottom: 10px;
	content: "";
	height: 92%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 10px;
	width: 98%;
	z-index: 9999
}

.kode_counter_caption {
	width: 100%;
	text-align: center;
	z-index: 999999;
	position: relative
}

.kode_counter_caption h5 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 40px
}

ul.countdown {
	list-style: none;
	padding: 0;
	display: block;
	text-align: center;
	position: relative
}

ul.countdown:before {
	content: "";
	position: absolute;
	border-top: 1px solid #a9a7aa;
	border-bottom: 1px solid #a9a7aa;
	width: 29%;
	height: 69.9%;
	left: 12px;
	top: 0
}

ul.countdown:after {
	content: "";
	position: absolute;
	border-top: 1px solid #a9a7aa;
	border-bottom: 1px solid #a9a7aa;
	width: 29%;
	height: 69.9%;
	right: 12px;
	top: 0
}

ul.countdown li {
	display: inline-block;
	position: relative;
	margin-left: 30px
}

.kode_banner_counter ul.countdown li:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	height: 50px;
	border-right: 1px solid #fff
}

ul.countdown li span {
	display: inline-block;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px;
	line-height: normal;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #ababac;
	background-color: rgba(171, 171, 171, .3)
}

ul.countdown li p {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700
}

.days {
	padding: 0 10px;
	color: #fff
}

.kode_testimonial_bg {
	background-image: url(images/testiminial-bg.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center
}

.kode_testimonial_wrap .item {
	margin-left: 30px
}

.kode_testi_wrap {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #dbd9d9;
	padding: 30px 0;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	background-color: #f9f9f9
}

.kode_testi_wrap figure {
	margin-bottom: 20px
}

.kode_testi_wrap figure img {
	border-radius: 100%;
	border: 9px solid #dcd9d9
}

.kode_testi_wrap p {
	line-height: 26px;
	word-break: break-all;
	margin-bottom: 20px;
	padding: 0 30px
}

.kode_testi_wrap a {
	color: #333;
	display: block
}

.kode_testimonial_wrap .owl-pagination {
	display: none
}

.kode_testimonial_wrap .owl-wrapper-outer {
	margin-bottom: 50px;
	float: left
}

.kode_testimonial_wrap.owl-theme .owl-controls .owl-buttons div {
	width: 30px;
	height: 30px;
	border: 2px solid #dcd9d9;
	margin: 0;
	border-radius: 0;
	background: 0 0;
	margin-left: 10px;
	position: relative;
	font-size: 0
}

.kode_testimonial_wrap.owl-theme .owl-controls .owl-buttons div.owl-next:before,
.kode_testimonial_wrap.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 2px;
	color: #838383;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 25px
}

.kode_testimonial_wrap.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105"
}

.kode_contact_bg {
	position: relative;
	background-image: url(images/contact-us-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed
}

.kode_contact_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.kode_contact_bg .container {
	position: relative;
	z-index: 99999
}

.kode_contact_field,
.kode_contact_wrap {
	float: left;
	width: 100%
}

.kode_contact_wrap h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 20px
}

.kode_contact_field {
	margin-bottom: 50px;
	text-align: center
}

.kode_contact_field input[type=text] {
	width: 100%;
	height: 50px;
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid #fff;
	background: 0 0;
	color: #fff
}

.kode_contact_field textarea {
	width: 100%;
	height: 120px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: 0 0;
	padding: 20px 0;
	resize: none;
	color: #fff
}

.kode_contact_field button,
.kode_contact_field input[type=submit] {
	border: 0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	font-family: Sintony, sans-serif;
	text-transform: uppercase;
	padding: 20px 25px;
	line-height: 16px
}

.kode_contact_field button:hover,
.kode_contact_field input[type=submit]:hover {
	background-color: #000
}

.kode_contact_info {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	padding: 0 10px 0 50px
}

.kode_contact_info h5 {
	margin-bottom: 40px
}

.kode_contact_info i {
	width: 30px;
	font-size: 30px;
	color: #fff;
	float: left;
	line-height: 22px
}

.kode_contact_des {
	float: none;
	padding: 0 0 0 50px
}

.kode_contact_des span {
	display: block;
	font-size: 16px;
	color: #fff
}

.kode_contact_des span a {
	color: #fff
}

.kode_about_bg {
	float: left;
	width: 100%;
	border-bottom: 3px solid;
	position: relative;
	background-image: url(images/about-us-01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 120px;
	background-attachment: fixed
}

.kode_about_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.kode_about_bg .container {
	position: relative
}

.kode_aboutus_wrap {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 20px 0 0
}

.kode_aboutus_wrap h4 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

.kode_bread_crumb {
	float: left;
	width: 100%
}

.kode_bread_crumb ul li {
	display: inline-block;
	position: relative
}

.kode_bread_crumb ul li:before {
	content: "\f101";
	font-family: fontawesome;
	color: #fff;
	position: absolute;
	top: 0;
	left: -4px;
	font-weight: 700
}

.kode_bread_crumb ul li:first-child:before {
	font-size: 0
}

.kode_bread_crumb ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 16px
}

.kode_services_abt_bg {
	background: #f9f9f9
}

.kode_about_services {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0 20px 20px
}

.kode_about_services i {
	display: block;
	font-size: 60px;
	margin: 0 0 16px;
	color: #3d3d3d
}

.kode_about_services h5 a {
	display: block;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 16px;
	margin-bottom: 10px;
	position: relative;
	line-height: 24px
}

.kode_about_services h5 a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 50px;
	margin: auto;
	background-color: #333
}

.kode_about_services p {
	word-break: break-all;
	line-height: 26px;
	font-weight: 600
}

.kode_social_item_list {
	float: left;
	width: 100%;
	position: relative
}

.kode_social_item {
	float: left;
	width: 100%;
	border-left: 1px solid #fff;
	text-align: center;
	position: relative
}

.kode_social_item i {
	float: left;
	width: 100px;
	font-size: 50px;
	color: #fff;
	padding-top: 15px
}

.kode_social_des {
	float: none;
	padding: 0 0 0 60px;
	width: auto;
	text-align: left
}

.kode_social_des h4 {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 36px;
	line-height: 30px
}

.kode_social_des span {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 36px
}

.kode_social_des p {
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	font-size: 16px
}

.kode_social_item_list .col-md-3:first-child .kode_social_item {
	border-left: 0
}

.kode_achment_wrap {
	float: left;
	width: 100%;
	position: relative
}

.kode_achment_wrap figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4)
}

.kode_achment_wrap figure img {
	width: 100%;
	height: auto
}

.kode_achment_wrap figcaption {
	position: relative;
	position: absolute;
	top: 20px;
	left: 20px
}

.kode_achment_wrap figcaption h6 {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	background-color: #333
}

.kode_achment_des {
	float: left;
	width: 100%;
	padding: 32px 25px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .25)
}

.kode_achevemnt_des_2 {
	float: left;
	width: 100%;
	padding: 20px 25px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .25)
}

.kode_achment_des h5 {
	line-height: 20px
}

.kode_achevemnt_des_2 h5 {
	line-height: 20px;
	padding: 5px 0 10px
}

.kode_achevemnt_des_2 h5 a,
.kode_achment_des h5 a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700
}

.margin_bottom {
	margin-bottom: 40px
}

.kode_where_bg {
	background: #f9f9f9
}

.kode_where_we {
	width: 100%;
	float: left;
	position: relative
}

.kode_where_we ul {
	position: relative;
	width: 100%;
	float: left
}

.kode_where_we ul li {
	display: inline-block;
	position: relative;
	width: 48%;
	padding: 0 90px 0 0;
	margin-bottom: 50px
}

.kode_where_we ul:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 50px;
	left: 50%;
	width: 2px
}

.kode_year_list {
	display: inline-block;
	position: relative;
	width: 100%%
}

.kode_year_list figure {
	margin-bottom: 40px;
	overflow: visible;
	z-index: 9999;
	background-color: #000
}

.kode_year_list figure img {
	width: 100%;
	height: auto
}

.kode_year_list a:before {
	color: #fff;
	content: "\f067";
	font-family: FontAwesome;
	font-size: 40px;
	left: 0;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: scale(0);
	width: 100%;
	z-index: 10
}

.kode_where_des h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 500
}

.kode_where_des p {
	word-break: break-all
}

.kode_where_year {
	background-color: #fff;
	border: 5px solid #757575;
	border-radius: 100%;
	box-shadow: 0 0 0 5px rgba(131, 131, 131, 1), 0 0 0 10px rgba(201, 201, 201, 1);
	float: left;
	height: 90px;
	position: absolute;
	right: -160px;
	text-align: center;
	top: 120px;
	width: 90px
}

.kode_where_year h6 {
	color: #838383;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 80px
}

.kode_where_we ul li:nth-child(even) {
	padding: 0 0 0 90px;
	width: 48%;
	float: right
}

.kode_where_we ul li:nth-child(even) .kode_where_year {
	left: -160px;
	right: auto
}

.kode_where_we ul li:nth-child(even) .kode_year_list figure {
	margin-bottom: 0
}

.kode_where_we ul li:nth-child(even) .kode_where_des {
	margin-bottom: 40px
}

.kode_where_we ul li:hover .kode_where_year {
	border: 5px solid #fff
}

.kode_where_we ul li:hover .kode_where_year h6 {
	color: #fff
}

.kode_where_we ul li:hover figure img {
	opacity: .3
}

.kode_where_we ul li:hover figure a:before {
	transform: scale(1)
}

.kode_volunteer_bg {
	position: relative;
	background-image: url(images/volunter-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed
}

.kode_skill_bg:before,
.kode_volunteer_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.kode_volunteer_bg:container {
	position: relative;
	z-index: 99999
}

.kode_volunteer {
	width: 610px;
	margin: auto;
	text-align: center;
	position: relative
}

.kode_volunteer p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 43px;
	line-height: 26px;
	float: left
}

.kode_volunteer_btn {
	margin: auto;
	position: relative;
	width: 610px;
	overflow: hidden
}

.kode_volunteer_btn a {
	display: inline-block;
	position: relative;
	float: left;
	width: 50%;
	z-index: 99999;
	padding: 10px 15px 10px 20px
}

.kode_volunteer_btn a.donate:before {
	content: "";
	position: absolute;
	height: 100%;
	left: -200px;
	right: -4px;
	top: 0;
	transform: skewX(28deg);
	-moz-transform: skewX(28deg);
	-webkit-transform: skewX(28deg);
	z-index: -1
}

.kode_volunteer_btn a.donate i {
	display: inline-block;
	width: 55px;
	height: 55px;
	background-color: #fff;
	font-size: 28px;
	border-radius: 100%;
	box-shadow: 0 0 0 5px rgba(247, 165, 149, .7);
	text-align: center;
	line-height: 48px;
	vertical-align: middle
}

.kode_volunteer_btn a.donate span {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding-left: 15px;
	padding-top: 1px;
	font-size: 15px
}

.kode_volunteer_btn a.kf_volunteer:after {
	content: "";
	position: absolute;
	background-color: #2196f3;
	height: 100%;
	left: 15px;
	right: -2000px;
	top: 0;
	transform: skewX(28deg);
	z-index: -1
}

.kode_volunteer_btn a.kf_volunteer i {
	float: right;
	display: inline-block;
	width: 55px;
	height: 55px;
	background-color: #fff;
	font-size: 28px;
	border-radius: 100%;
	color: #2196f3;
	box-shadow: 0 0 0 5px rgba(144, 203, 249, .7);
	text-align: center;
	line-height: 48px;
	vertical-align: middle
}

.kode_volunteer_btn a.kf_volunteer span {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding-top: 16px;
	padding-right: 15px;
	float: right;
	font-size: 15px
}

.kode_volunteer_btn a:hover {
	opacity: .7
}

.kode_skill_bg {
	position: relative;
	background-image: url(images/our-skill-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.kode_volunteer_bg:container {
	position: relative
}

.kode-skills {
	float: left;
	width: 100%;
	text-align: center
}

.kode-skills ul {
	float: left;
	width: 100%;
	margin: 0 0 30px 0
}

.kode-chart {
	display: inline-block;
	width: 185px;
	height: 195px;
	margin: 20px 40px;
	vertical-align: top;
	position: relative;
	padding-top: 22px;
	text-align: center
}

.kode-chart span {
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	font-size: 18;
	font-weight: 400;
	height: 80px;
	width: 80px;
	line-height: 82px;
	text-align: center;
	margin: 16% 0;
	color: #000;
	font-size: 20px;
	font-weight: 700
}

.kode-chart canvas {
	position: absolute;
	left: 0;
	top: 0
}

.kode-chart>h5 {
	bottom: -50px;
	left: 0;
	position: absolute;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff
}

.kode_goal_wrap {
	margin-bottom: 15px;
	float: left;
	width: 100%
}

.kode_goal_wrap .accordion {
	padding: 15px 30px;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .27);
	cursor: pointer
}

.kode_goal_wrap .accordion {
	background-color: #f5f5f5
}

.kode_goal_wrap .accordion-close h6,
.kode_goal_wrap .accordion-open h6 {
	font-size: 18px;
	color: #111;
	text-transform: capitalize
}

.kode_goal_wrap .accordion-close h6:after {
	content: "\f105";
	font-family: fontawesome;
	float: right;
	font-size: 20px
}

.goal_des {
	padding: 20px 30px
}

.goal_des ul li {
	color: #666;
	line-height: 30px
}

.goal_des ul li:before {
	content: "\f10c";
	font-family: fontawesome;
	font-size: 10px;
	margin-right: 10px;
	vertical-align: middle
}

.kode_goal_wrap .accordion-open h6 {
	color: #fff
}

.kode_goal_wrap .accordion-open h6:after {
	content: "\f107";
	font-family: fontawesome;
	float: right;
	font-size: 20px
}

.kode_planning_detail,
.kode_planning_wrap {
	float: left;
	width: 100%
}

.kode_planning_wrap .nav-tabs {
	border: 0
}

.kode_planning_wrap .nav-tabs li a {
	border-radius: 0;
	margin: 0
}

.kode_planning_wrap ul li {
	float: left;
	width: 32.333%;
	margin: 0 .4%
}

.kode_planning_wrap ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	background-color: #f5f5f5;
	color: #111;
	padding: 10px 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .27)
}

.kode_planning_wrap ul li.active a,
.kode_planning_wrap ul li:hover a {
	color: #fff
}

.kode_planning_wrap .nav-tabs li.active a,
.kode_planning_wrap .nav-tabs li.active a:focus,
.kode_planning_wrap .nav-tabs li.active a:hover {
	color: #fff
}

.kode_planning_detail {
	padding-top: 20px
}

.planning_img {
	float: left;
	width: 30%
}

.planning_img img {
	width: 100%;
	height: auto
}

.planning_des {
	padding: 0 0 0 180px;
	float: none
}

.planning_des p {
	word-break: break-all;
	color: #666;
	line-height: 22px
}

p.planning_1 {
	padding-bottom: 20px;
	padding-top: 10px
}

.kode_subcribe_des {
	float: left;
	width: 100%;
	position: relative
}

.kode_subcribe_des h5 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	font-size: 20px;
	padding-top: 12px
}

.kode_subcribe_des form {
	position: relative;
	width: 485px;
	float: right
}

.kode_subcribe_des input[type=text] {
	width: 100%;
	border: 1px solid #fff;
	height: 52px;
	background: 0 0;
	float: left;
	padding: 10px 100px 10px 30px;
	color: #fff;
	font-weight: 700
}

.kode_subcribe_des button {
	border: 3px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 51px;
	background: 0 0;
	line-height: none;
	padding: 0 40px
}

.kode_subcribe_des button i {
	color: #fff;
	font-size: 16px
}

.kode_pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 12px
}

.kode_pagination .pagination {
	margin: 0;
	border: 0;
	border-radius: 0
}

.kode_pagination .pagination li {
	display: inline-block;
	margin-right: 3px
}

.kode_pagination .pagination li a {
	color: #666;
	border: 0;
	margin: 0;
	font-size: 16px;
	padding: 6px 14px;
	border: 1px solid #d9d9d9;
	border-radius: 0
}

.kode_pagination .pagination li a span {
	border: 1px solid #cfcfcf;
	padding: 4px 9px
}

.kode_pagination .pagination li a:focus,
.kode_pagination .pagination li a:hover {
	background: 0 0
}

.kode_pagination .pagination li:focus a,
.kode_pagination .pagination li:hover a {
	color: #fff
}

.kode_pagination .bx-wrapper .bx-pager {
	display: none
}

.kode_pagination2 {
	margin-top: 20px;
	margin-bottom: 38px
}

.kode_pagination ul.pagination {
	float: left;
	width: 100%
}

.kode_pagination .pagination li a b {
	border-top: 2px solid #000;
	color: #000;
	padding-top: 5px
}

.kode_news_wrap {
	border: 1px solid #d9d9d9;
	margin-bottom: 30px
}

.kode_news_wrap,
.kode_news_wrap_des {
	float: left;
	width: 100%;
	position: relative
}

.kode_news_wrap figure {
	margin-bottom: 10px
}

.kode_news_wrap figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, .5)
}

.kode_news_wrap figure img {
	width: 100%;
	height: auto
}

.kode_news_wrap_des {
	padding: 5px 15px 15px;
}

.kode_news_wrap_des>span {
	color: #929292;
	display: block;
	font-size: 16px;
}

.kode_news_wrap_des>h6>a {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px
}

.kode_news_wrap_des p {
	color: #000;
	font-weight: 500;
	word-break: break-all;
	margin-bottom: 10px;
}

.kode_news_wrap_des>b>a {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-top: 15px
}

.kode_news_wrap_des>a {
	float: right;
	color: #b1b1b1;
	padding-top: 23px
}

.kode_news_wrap:hover {
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .3)
}

.kode_news_wrap:hover figure:before {
	height: 100%
}

.kode_news_list {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5
}

.kode_news_list figure {
	width: 350px
}

.kode_news_list figure img {
	width: 100%;
	height: auto
}

.kode_news_list_des {
	float: none;
	padding: 10px 0 0 370px
}

.kode_news_list_des span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-transform: uppercase
}

.kode_news_list_des>h6>a {
	display: block;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px
}

.kode_author {
	float: left;
	color: #a1a1a1;
	margin-bottom: 10px
}

.kode_author>a {
	color: #a1a1a1
}

.kode_news_list_des>ul>li {
	float: left;
	position: relative
}

.kode_news_list_des>ul>li>a {
	padding: 0 8px;
	color: #a1a1a1
}

.kode_news_list_des>ul>li>a>i {
	margin-right: 5px
}

.kode_news_list_des p {
	word-break: break-all;
	color: #a1a1a1;
	float: left;
	line-height: 25px
}

.kode_news_colmn_list.col-md-8 .kode_news_list:first-child {
	padding-top: 0
}

.kode_news_colmn_list.col-md-8 .kode_news_list:last-child {
	border-bottom: 0;
	padding-bottom: 20px
}

.kode_event_grid_bg {
	padding-bottom: 50px
}

.kode_event_wrap {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #ececec;
	margin-bottom: 30px
}

.kode_event_wrap figure {
	margin-bottom: 24px
}

.kode_event_wrap figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	opacity: .7
}

.kode_event_wrap figure img {
	width: 100%;
	height: auto
}

.kode_event_wrap figure figcaption {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	margin-top: -20px;
	opacity: 0
}

.kode_event_wrap figure figcaption a {
	color: #fff;
	font-size: 25px;
	font-weight: 700
}

.kode_event_des {
	float: left;
	width: 100%;
	padding: 0 15px 26px 15px
}
.kode_event_des span{
	margin-bottom: 10px;
    display: table;
}
.kode_event_des>h6>a {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-weight: 600;
	line-height: 20px
}

.kode_event_des ul {
	float: left;
	width: 100%;
	padding-bottom: 18px;
	margin-bottom: 26px;
	position: relative;
	line-height: 12px
}

.kode_event_des ul:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px
}

.kode_event_des ul>li {
	float: left;
	position: relative
}

.kode_event_des>ul>li>a {
	color: #333;
	font-size: 12px;
	padding: 0 5px
}

.kode_event_des>ul>li>a>i {
	margin-right: 5px;
	font-size: 14px
}

.kode_event_des ul li:first-child a {
	padding-left: 0
}

.kode_event_des p {
	line-height: 27px;
	color:#000;
	word-break: break-all;
	margin: 0 0 20px
}

.kode_event_des>a {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	outline: 1px solid #ececec;
	color: #999;
	padding: 10px 30px;
	line-height: normal;
	border-left: 4px solid
}

.kode_event_wrap:hover {
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2)
}

.kode_event_wrap:hover figure:before {
	width: 100%;
	height: 100%
}

.kode_event_wrap:hover figure figcaption {
	top: 50%;
	opacity: 1
}

.kode_focus_wrap {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 35px
}

.kode_focus_wrap h2 {
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	top: -25px;
	right: 0;
	color: #f7f7f7
}

.kode_focus_wrap h6 {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 30px
}

.kode_focus_wrap span {
	display: block
}

.kode_focus_wrap p {
	word-break: break-all
}

.kode_focus_wrap a {
	display: inline-block;
	font-weight: 700
}

.kode_focus_wrap a i {
	margin-left: 5px;
	vertical-align: middle
}

.kode_services_video_bg {
	background-color: #f7f7f7
}

.kode_service_video {
	width: 960px;
	margin: auto;
	text-align: center
}

.kode_service_video p {
	word-break: break-all;
	margin-bottom: 35px
}

.kode_video {
	float: left;
	width: 100%;
	position: relative
}

.kode_video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}

.kode_video img {
	width: 100%;
	height: auto
}

.kode_video_icon {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	z-index: 99999;
	margin-top: -10px;
	opacity: 0
}

.kode_video_icon a {
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	border: 1px solid #fff
}

.kode_video:hover .kode_video_icon {
	opacity: 1
}

.kode_advance_service {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #ececec
}

.kode_advance_service figure {
	opacity: 0
}

.kode_advance_service figure img {
	width: 100%;
	height: auto
}

.kode_advance_service figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: .7
}

.kode_service_caption {
	float: left;
	width: 100%;
	position: absolute;
	bottom: -50%;
	text-align: center;
	padding: 0 20px;
	opacity: 0;
	z-index: -99999
}

.kode_service_caption p {
	color: #fff;
	font-weight: 700;
	word-break: break-all;
	margin-bottom: 20px
}

.kode_service_caption a.kode_link_2:before {
	z-index: -9
}

.kode_advance_hdg {
	float: left;
	width: 100%;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -55px
}

.kode_advance_hdg i {
	font-size: 40px;
	color: #666;
	margin-bottom: 15px
}

.kode_advance_hdg h6 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
	position: relative;
	padding-top: 15px
}

.kode_advance_hdg h6:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	width: 50px;
	background-color: #666
}

.kode_advance_service:hover .kode_advance_hdg h6:before {
	background-color: #fff
}

.kode_advance_service:hover figure {
	opacity: 1
}

.kode_advance_service:hover figure:before {
	height: 100%
}

.kode_advance_service:hover .kode_advance_hdg {
	top: 20px;
	margin: 0
}

.kode_advance_service:hover .kode_advance_hdg h6,
.kode_advance_service:hover .kode_advance_hdg i {
	color: #fff
}

.kode_advance_service:hover .kode_service_caption {
	z-index: 9999;
	opacity: 1;
	bottom: 5%
}

.kode_advance_service a:hover {
	color: #000
}

.kode_choose {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	position: relative
}

.kode_choose i {
	font-size: 20px;
	color: #333;
	float: left;
	padding-left: 25px;
	position: absolute;
	top: 30px;
	left: 0
}

.kode_choose span {
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	padding: 30px 0
}

.kode_choose_des {
	float: left;
	width: 100%;
	background-color: #3fb3e5;
	padding: 20px
}

.kode_choose_des i {
	width: 30px;
	float: left;
	color: #fff;
	font-size: 24px;
	text-align: center
}

.kdoe_choose_content {
	float: none;
	padding: 0 0 0 50px
}

.kdoe_choose_content span {
	color: #fff;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase
}

.kdoe_choose_content p {
	color: #fff;
	word-break: break-all
}

.kode_choose_tab {
	float: left;
	width: 100%;
	position: relative
}

.kode_choose_tab ul {
	float: left;
	width: 100%
}

.kode_choose_tab ul li {
	float: left;
	width: 24.7%;
	border-radius: 3px;
	margin-left: 2px
}

.kode_choose_tab ul li a {
	display: block;
	color: #a3a4a7;
	text-align: center;
	padding: 18px 0;
	border: 1px solid #ececec;
	font-weight: 700
}

.kode_choose_tab ul li:first-child {
	margin-left: 0
}

.kode_choose_tab ul li.active a,
.kode_choose_tab ul li:focus a,
.kode_choose_tab ul li:hover a {
	color: #333;
	border: 1px solid transparent
}

.kode_chose_tab_detail {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #ececec;
	border-radius: 4px;
	margin-top: 2px
}

.kode_chose_tab_detail figure {
	width: 112px;
	float: left;
	margin-bottom: 30px
}

.kode_chose_tab_detail figure img {
	width: 100%;
	height: auto
}

.kode_tab_img_des {
	float: none;
	padding: 0 0 0 125px
}

.kode_tab_img_des p {
	color: #a3a4a7;
	word-break: break-all
}

.kode_chose_tab_detail p {
	float: left
}

.kode-team-intro {
	padding: 70px 0 50px;
	float: left;
	width: 100%;
	position: relative
}

.kode_background:after,
.kode_background:before {
	content: "";
	position: absolute;
	bottom: -56px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e3e3e3
}

.kode_background:after {
	bottom: -51px
}

.kode-team-testi {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 70px 0 40px
}

.kode_team_img,
.kode_team_img figure img {
	float: left;
	width: 100%
}

.kode_team_img figure {
	border-bottom: 3px solid
}

.kode_team_img_des {
	float: left;
	width: 100%
}

.kode_team_img_des h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	margin-bottom: 7px;
	line-height: normal
}

.kode_team_img_des>p {
	color: #666;
	word-break: break-all;
	margin-bottom: 20px
}

.kode_team_img_des span {
	display: inline-block;
	font-size: 16px
}

.kode_team_img_des blockquote {
	position: relative;
	background-color: #f4f4f4;
	border: 0;
	padding: 75px 100px;
	text-align: left;
	margin-bottom: 0
}

.kode_team_img_des blockquote p {
	color: #666;
	font-size: 16px;
	position: relative
}

.kode_team_img_des blockquote p:after,
.kode_team_img_des blockquote p:before {
	content: "\f10d";
	font-family: fontawesome;
	color: #d3d3d3;
	font-size: 40px;
	position: absolute;
	top: -40px;
	left: -60px
}

.kode_team_img_des blockquote p:after {
	content: "\f10e";
	left: auto;
	bottom: -42px;
	right: -30px;
	top: auto
}

.kode_team_img_des blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 80%;
	width: 3px;
	margin: auto;
	background-color: #eb0028
}

.kode_background {
	position: relative
}

.kode_bground_des {
	float: left;
	width: 100%;
	position: relative;
	padding: 43px 0 38px
}

.kode_bground_des h4 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px
}

.kode-team-bio .kode_bground_des h4 {
	margin-bottom: 10px
}

.kode_bground_des p {
	color: #666;
	word-break: break-all
}

.kode_bground_des:after,
.kode_bground_des:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e3e3e3
}

.kode_bground_des:after {
	bottom: -5px
}

.kode_edu_des,
.kode_edu_des ul,
.kode_edu_year,
.kode_edu_year ul,
.kode_education {
	float: left;
	width: 100%
}

.kode_education h4 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 37px
}

.kode_edu_year {
	position: relative;
	text-align: center
}

.kode_edu_year:after,
.kode_edu_year:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #e3e3e3
}

.kode_edu_year:after {
	right: -5px
}

.kode_edu_year ul li {
	padding: 40px 10px;
	float: left;
	width: 100%
}

.kode_edu_year ul li h5 {
	font-weight: 700;
	padding: 15px;
	display: inline-block;
	background: #f7f7f7;
	margin-bottom: 10px
}

.kode_edu_year ul li h6 {
	color: #eb0028;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700
}

.kode_edu_des ul {
	padding: 0 20px
}

.kode_edu_des ul li {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #e4e4e4
}

.kode_edu_des ul li figure {
	width: 260px;
	border: 2px solid #e4e4e4;
	border-radius: 3px
}

.kode_edu_des ul li figure img {
	width: 100%;
	height: auto
}

.kode_edu_img_des {
	float: none;
	padding: 0 0 0 280px
}

.kode_edu_img_des h6 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700
}

.kode_edu_img_des p {
	color: #666;
	word-break: break-all
}

.kode_edu_des ul li:first-child {
	border-top: 0;
	padding-top: 0
}

.kode_edu_des ul li:nth-child(even) figure {
	float: right
}

.kode_edu_des ul li:nth-child(even) .kode_edu_img_des {
	padding: 0 280px 0 0
}

.kode-team-bio,
.kode-team-edu {
	float: left;
	width: 100%
}

.kode-team-edu {
	margin-bottom: 4px
}

.kode_education {
	padding: 42px 0 10px
}

.kode_education:after,
.kode_education:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e3e3e3
}

.kode_education:after {
	bottom: -4px
}

.kode_work_des,
.kode_work_wrap {
	float: left;
	width: 100%;
	position: relative
}

.kode_work_wrap figure:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	content: '';
	-webkit-transition: -webkit-transform .6s;
	transition: transform .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)
}

.kode_work_wrap figure img {
	width: 100%;
	height: auto;
	opacity: .95;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}

.kode_work_hover {
	position: absolute;
	top: -50px;
	width: 100%;
	text-align: center;
	margin-top: -20px
}

.kode_work_hover a {
	font-size: 24px;
	color: #fff
}

.kode_work_des {
	text-align: center;
	padding: 30px 20px 22px;
	border: 1px solid #e4e4e4
}

.kode_work_des h6 a {
	color: #242424;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700
}

.kode_work_des p {
	font-size: 16px;
	color: #666;
	line-height: normal
}

.kode_work_wrap:hover img {
	opacity: .3;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.kode_work_wrap: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)
}

.kode_work_wrap:hover .kode_work_hover {
	top: 50%
}

.kode_work_outr.owl-carousel .owl-wrapper-outer {
	padding-bottom: 30px
}

.kode_work_outr .item {
	margin-right: 20px
}

.kode_work_outr .owl-pagination {
	display: none
}

.kode_work_outr.owl-theme .owl-controls .owl-buttons div {
	width: 36px;
	height: 36px;
	background-color: #fff;
	text-align: center;
	border-radius: 0;
	top: 50%;
	font-size: 0;
	line-height: 34px;
	padding: 0;
	opacity: 1
}

.kode_work_outr .owl-buttons .owl-prev {
	position: absolute;
	left: -20px
}

.kode_work_outr .owl-buttons .owl-next {
	position: absolute;
	right: -20px
}

.kode_work_outr .owl-buttons .owl-next:before,
.kode_work_outr .owl-buttons .owl-prev:before {
	content: "\f104";
	font-family: fontawesome;
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 0;
	left: 12px
}

.kode_work_outr .owl-buttons .owl-next:before {
	content: "\f105";
	left: auto;
	right: 12px
}

.kode_work_outr .owl-buttons .owl-prev:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #8a8a8a transparent;
	transform: rotate(131deg);
	top: -7px;
	left: 4px
}

.kode_work_outr .owl-buttons .owl-next:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent #8a8a8a;
	top: -9px;
	left: 0
}

.kf_political_career_bg {
	padding-bottom: 60px;
	background-color: #f3f3f3
}

.kf_political_career,
.kf_year {
	float: left;
	width: 100%;
	position: relative
}

.kf_political_career:before {
	content: "";
	position: absolute;
	top: 40px;
	bottom: 10px;
	width: 2px;
	background-color: #d8d8d8;
	left: 50%
}

.kf_year {
	text-align: center
}

.kf_year h5 {
	color: #1a1b1d;
	font-weight: 700
}

.kf_empty {
	float: left;
	width: 100%;
	padding: 110px 0 0
}

.kf_monthly {
	float: left;
	width: 100%;
	position: relative
}

.kf_month_right {
	width: 50%;
	float: right;
	position: relative;
	padding: 0 0 17px 30px
}

.kf_month_right:before {
	content: "";
	position: absolute;
	top: 24px;
	left: -9px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #9c9c9c;
	border: 5px solid #ececec;
	box-shadow: 0 0 0 10px #fff
}

.kf_month_left h6,
.kf_month_right h6 {
	color: #ec6f75;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 2px solid #d8d8d8;
	display: inline-block
}

.kf_month_left h5,
.kf_month_right h5 {
	color: #1a1b1d;
	text-transform: uppercase;
	margin: 0 0 26px
}

.kf_month_left p,
.kf_month_right p {
	font-size: 16px;
	word-break: break-all
}

.kf_month_left {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 30px 17px 0;
	text-align: right
}

.kf_month_left:before {
	content: "";
	position: absolute;
	right: -9px;
	top: 24px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #9c9c9c;
	border: 5px solid #ececec;
	box-shadow: 0 0 0 10px #fff
}

.kf_performance_bg {
	float: left;
	width: 100%
}

.kf_chart {
	float: left;
	width: 100%
}

.kf_chart #curve_chart {
	width: 100%;
	height: 250px
}

.kode_yearly_performance,
.kode_yearly_performance ul {
	float: left;
	width: 100%
}

.kode_yearly_performance ul li {
	width: 25%;
	float: left;
	position: relative;
	padding: 35px 20px 37px;
	text-align: center
}

.kode_yearly_performance ul li h4 {
	color: #fff;
	margin-bottom: 5px;
	line-height: normal
}

.kode_yearly_performance p {
	margin: 0;
	color: #fff;
	font-size: 16px
}

.kode_yearly_performance ul li:nth-child(odd) {
	background-color: #2b2b2b
}

.kode_yearly_performance ul li:nth-child(even) {
	background-color: #353434
}

.kode_event_detail_timer,
.kode_event_orgnizer,
.kode_event_share,
.kode_related_event,
.kode_summary {
	border-bottom: 1px solid #d3d3d3
}

.kode_event_detail_timer {
	padding-bottom: 8px
}

.kode_event_detail_timer,
.kode_event_orgnizer,
.kode_event_share,
.kode_event_timer_des,
.kode_leave_reply,
.kode_orgnizer_wrap,
.kode_related_comment,
.kode_related_event,
.kode_summary {
	float: left;
	width: 100%
}

.kode_event_detail_timer figure {
	margin-bottom: 24px
}

.kode_event_detail_timer figure img {
	width: 100%;
	height: auto
}

.event_timer_date {
	width: 120px;
	height: 120px;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.event_timer_date:before {
	content: "";
	border: solid 1px;
	position: absolute;
	left: 100%;
	height: 100%;
	width: 500%
}

.event_timer_date:after {
	content: "";
	border: solid 1px;
	position: absolute;
	right: 100%;
	height: 100%;
	width: 500%;
	top: 0
}

.kode_border_top {
	position: relative;
	float: left;
	width: 100%
}

.kode_border_top:before {
	content: "";
	border: solid 1px;
	position: absolute;
	left: 0;
	height: 500%;
	width: 100%
}

.kode_border_top:after {
	content: "";
	border: solid 1px;
	position: absolute;
	left: 0;
	height: 500%;
	width: 100%;
	bottom: 0
}

.event_timer_date h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 55px;
	padding-top: 28px
}

.event_timer_date span {
	display: block;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase
}

.kode_event_timer_des p {
	word-break: break-all;
	margin-bottom: 17px
}

.kode_event_timer_des h6 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700
}

.kode_timer {
	float: left;
	width: 100%;
	position: relative;
	padding: 8px 0 70px;
	background-image: url(images/timer-bg-01.jpg);
	background-size: cover;
	background-position: center
}

.kode_timer .kode_counter {
	width: 85%;
	margin: 0 auto;
	left: 0;
	right: 0
}

.kode_timer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9
}

.kode_counter {
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 9999
}

.kode_counter h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 34px
}

.kode_event_orgnizer,
.kode_leave_reply,
.kode_related_comment,
.kode_related_event,
.kode_summary {
	padding: 29px 0 23px
}

.kode_event_share {
	padding: 20px 0 13px
}

.kode_event_orgnizer h6,
.kode_leave_reply h6,
.kode_related_comment>h6,
.kode_related_event>h6,
.kode_summary h6 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px
}

.kode_event_orgnizer>h6,
.kode_leave_reply>h6,
.kode_related_comment>h6,
.kode_related_event>h6 {
	margin-bottom: 20px
}

.kode_related_event {
	padding: 29px 0 26px
}

.kode_orgnizer_wrap figure {
	width: 110px;
	border-bottom: 2px solid
}

.kode_orgnizer_wrap figure img {
	width: 100%;
	height: auto
}

.kode_orgnizer_des {
	float: none;
	padding: 0 0 0 130px
}

.kode_orgnizer_des h6 {
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: normal
}

.kode_orgnizer_des h6 span {
	margin-left: 5px;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px
}

ul.kode_orgnizer_email,
ul.kode_orgnizer_social {
	float: left;
	width: 100%;
	line-height: normal
}

ul.kode_orgnizer_email {
	margin-bottom: 2px
}

.kode_orgnizer_email li {
	width: 100%;
	float: left;
	color: #999;
	margin-bottom: 10px
}

.kode_orgnizer_email li i {
	margin-right: 10px
}

ul.kode_orgnizer_social {
	margin-bottom: 10px
}

.kode_orgnizer_social li {
	float: left;
	position: relative
}

.kode_orgnizer_social li a {
	color: #999;
	padding: 0 10px
}

.kode_orgnizer_social li:first-child a {
	padding-left: 0
}

.kode_summary ul li {
	float: left;
	width: 100%;
	position: relative;
	padding: 8px 0 8px 35px
}

.kode_summary ul li:before {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 16px
}

.kode_summary ul li a {
	display: block;
	line-height: normal
}

.kode_event_share {
	padding-left: 20px
}

.kode_event_share ul li {
	float: left;
	position: relative
}

.kode_event_share ul li a {
	display: block;
	text-transform: capitalize;
	padding: 0 10px 4px;
	color: #999
}

.kode_event_list {
	float: left;
	width: 100%;
	position: relative
}

.kode_event_list figure {
	margin-bottom: 14px
}

.kode_event_list figure img {
	width: 100%;
	height: auto
}

.kode_event_list>h6>a {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 7px
}

.kode_event_list ul {
	float: left;
	width: 100%
}

.kode_event_list ul>li {
	float: left;
	position: relative
}

.kode_event_list ul>li>a {
	padding: 0 10px 6px;
	font-size: 12px;
	color: #999
}

.kode_event_list ul>li>a>i {
	margin-right: 5px
}

.kode_event_list ul li:first-child a {
	padding-left: 0
}

.kode_event_list a {
	color: #000;
	line-height: 20px;
	word-break: break-all;
	padding-right: 10px;
	margin-bottom: 5px
}

.kf_pagination {
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 0 19px
}

.kf_pagination,
.kf_pagination ul {
	float: left;
	width: 100%;
	margin: 0
}

.kf_pagination ul li a {
	border: 0;
	color: #222;
	font-size: 16px
}

.kf_pagination ul li:hover a {
	background: 0 0
}

.kode_related_comment {
	padding-bottom: 18px
}

.kode_related_comment ul {
	float: left;
	width: 100%
}

.kode_related_comment ul li {
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	padding: 35px 0 0;
	width: 100%;
	float: left
}

.kode_related_comment ul li ul {
	border-top: 1px solid #d3d3d3
}

.kode_related_comment>ul>li:first-child {
	padding-top: 0
}

.kode_related_comment ul li figure {
	width: 65px;
	border-bottom: 1px solid
}

.kode_related_comment ul li figure img {
	width: 100%;
	height: auto
}

.kode_related_comment ul>li>.kode_comment_des p {
	margin-bottom: 30px
}

.kode_comment_des {
	float: none;
	padding: 0 0 0 90px
}

.kode_comment_author {
	float: left;
	margin-bottom: 10px
}

.kode_comment_author h6 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	line-height: 20px
}

.kode_comment_author span {
	display: inline-block;
	margin-left: 10px;
	color: #909090
}

.kode_comment_des a {
	display: inline-block;
	text-align: right;
	float: right
}

.kode_comment_des a i {
	margin-right: 5px
}

.kode_comment_des a:hover {
	color: #000
}

.kode_comment_des>p {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

.kode_related_comment ul ul {
	padding-left: 70px
}

.kode_related_comment ul ul li {
	padding-bottom: 0
}

.kode_related_comment ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.kode_leave_reply {
	padding-bottom: 8px
}

.kode_reply_field {
	float: left;
	width: 100%;
	margin-bottom: 25px
}

.kode_reply_field input[type=text] {
	width: 100%;
	height: 45px;
	border: 1px solid #ddd;
	padding: 8px 15px;
	color: #939393
}

.kode_reply_field textarea {
	width: 100%;
	height: 235px;
	border: 1px solid #ddd;
	padding: 15px 15px;
	resize: none;
	color: #939393
}

.kode_reply_field button {
	margin-bottom: 13px
}

.kode_news_detail {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd
}

.kode_news_detail figure {
	border-bottom: 5px solid;
	margin-bottom: 10px
}

.kode_news_detail figure img {
	width: 100%;
	height: auto
}

.kode_news_detail h4 {
	font-weight: 700;
	margin-bottom: 10px
}

.kode_news_detail>ul {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.kode_news_detail>ul>li {
	float: left;
	padding: 0 10px
}

.kode_news_detail>ul>li>a {
	color: #a1a1a1
}

.kode_news_detail ul li i {
	margin-right: 10px
}

.kode_news_detail ul li:first-child {
	padding-left: 0
}

.kode_news_detail p {
	word-break: break-all;
	margin-bottom: 10px
}

.kode_news_detail blockquote {
	padding: 50px 70px;
	border-left: 2px solid;
	background: #f7f7f7;
	margin-bottom: 10px
}

.kode_news_detail blockquote p {
	font-size: 16px;
	font-weight: 700;
	color: #898989;
	position: relative;
	line-height: 30px
}

.kode_news_detail blockquote p:after,
.kode_news_detail blockquote p:before {
	content: "\f10d";
	position: absolute;
	font-family: fontawesome;
	font-size: 22px;
	top: -30px;
	left: -20px
}

.kode_news_detail blockquote p:after {
	content: "\f10e";
	left: auto;
	right: 0;
	bottom: -30px;
	top: auto
}

.kf_contactus {
	float: left;
	width: 100%;
	position: relative
}

.kf_contact_map {
	float: left;
	width: 100%
}

.kf_contact_map .map-canvas {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%
}

.kf_location_wrap {
	margin: auto;
	padding: 70px 50px 55px;
	width: 960px;
	position: relative;
	background: #fff
}

ul.kf_office_name {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 50px
}

.kf_office_name li {
	display: inline-block;
	position: relative;
	border: 4px solid;
	width: 30%;
	margin-left: -4px
}

.kf_office_name li a {
	display: block;
	color: #333236;
	padding: 18px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: normal
}

.kf_office_name li.active a,
.kf_office_name li:focus a,
.kf_office_name li:hover a {
	color: #fff
}

.kf_location_info {
	float: left;
	width: 100%;
	text-align: center
}

.kf_location_info>i {
	width: 70px;
	height: 70px;
	background-color: #1f1e22;
	color: #fff;
	border: 4px solid #d2d2d3;
	border-radius: 100%;
	line-height: 65px;
	font-size: 30px;
	margin-bottom: 22px
}

.kf_location_info h6 {
	color: #333236;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 14px;
	font-size: 20px
}

.kf_location_info a,
.kf_location_info p,
.kf_location_info span {
	color: #333236;
	text-transform: uppercase;
	margin: 0
}

.kf_location_info a {
	display: inline-block;
	margin-bottom: 10px
}

.kf_location_info span {
	display: block
}

ul.kf_loc_socil_icon {
	float: left;
	width: 100%
}

.kf_loc_socil_icon li {
	display: inline-block;
	position: relative
}

.kf_loc_socil_icon li a {
	display: block;
	color: #1f1e22;
	font-size: 16px;
	padding: 0 8px
}

.kf_location_info:hover i {
	background-color: #fff
}

.kf_touch_field {
	float: left;
	width: 100%;
	position: relative
}

#join-form input[type="text"],
#join-form textarea {
	width: 100%;
	height: 40px;
	border-bottom: 3px dotted #000;
	padding: 8px 0;
	margin-bottom: 30px
}

.kf_touch_field button,
.kf_touch_field input[type=submit] {
	float: right
}

.kf_touch_field button.kode_btn_1 {
	border: 1px solid #000;
	padding: 12px 40px;
	color: #474747
}

.kf_touch_field button.kode_btn_1:before {
	background-color: #474747
}

.kf_touch_field button.kode_btn_1:hover {
	color: #fff
}

.kf_touch_img {
	float: left;
	width: 100%;
	margin-top: -80px
}

.kf_touch_img img {
	width: 100%;
	height: auto
}

.kf_404_bg {
	padding-bottom: 60px
}

.kf_404_wrap {
	width: 685px;
	margin: auto;
	text-align: center
}

.kf_404_wrap h2 {
	margin-top: -4px;
	font-size: 100px;
	color: #333;
	font-weight: 700;
	line-height: 85px
}

.kf_404_wrap h2 span {
	font-size: 80px;
	display: inline-block;
	font-weight: 700;
	padding: 0 5px
}

.kf_404_wrap h4 {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 40px
}

.kf_404_wrap h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px
}

.kf_404_wrap h5 {
	color: #16283c;
	text-transform: uppercase;
	margin-bottom: 32px
}

.kf_404_wrap h5 span {
	display: block
}

.kf_404_wrap p {
	text-transform: uppercase;
	color: #16283c;
	margin-bottom: 43px
}

.kf_404_form {
	position: relative;
	width: 535px;
	height: 55px;
	margin: auto auto 43px;
	border: 1px solid #c8c8c8
}

.kf_404_form input[type=text] {
	width: 100%;
	border: 0;
	padding: 17px 60px 16px 40px;
	color: #888
}

.kf_404_form button,
.kf_404_form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	height: 53px;
	padding: 0 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px
}

.kf_404_form button:hover,
.kf_404_form input[type=submit]:hover {
	background-color: #020202
}

.kf_404_form i {
	position: absolute;
	font-size: 16px;
	color: #b2b2b2;
	left: 10px;
	top: 19px
}

.kf_page_list,
.kf_page_list ul {
	float: left;
	width: 100%
}

.kf_page_list p {
	text-transform: uppercase;
	font-size: 15px;
	color: #666
}

.kf_page_list ul {
	padding-left: 20px
}

.kf_page_list ul li {
	float: left;
	position: relative;
	width: 25%
}

.kf_page_list ul li:before {
	content: "\f105";
	position: absolute;
	font-family: fontawesome;
	top: 6px;
	left: 0;
	color: #666;
	font-size: 16px
}

.kf_page_list ul li a {
	display: block;
	color: #666;
	padding: 8px 16px;
	text-align: left;
	text-transform: capitalize
}

.kf_comming_bg {
	background-image: url(images/comeing-soon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	padding-bottom: 66px
}

.kf_comming_counter,
.kf_comming_wrap {
	float: left;
	width: 100%;
	text-align: center
}

.kf_comming_counter {
	margin-bottom: 50px
}

.kf_comming_wrap a {
	display: inline-block;
	margin-bottom: 25px
}

.kf_comming_counter h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

.kf_comming_counter h4 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 42px
}

.kf_comming_counter ul.countdown:after,
.kf_comming_counter ul.countdown:before {
	display: none
}

.kf_comming_counter ul.countdown li {
	width: 100px;
	height: 10px;
	line-height: 60px;
	background-color: rgba(255, 255, 255, .5);
	height: 150px;
	width: 150px;
	border: 0;
	text-align: center;
	position: relative;
	margin-left: 15px
}

.kf_comming_counter ul.countdown li span {
	background: 0 0;
	border: 0;
	padding-top: 10px
}

.kf_comming_counter ul.countdown li p {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
	margin: auto;
	color: #020202
}

.kf_comming_form {
	width: 560px;
	margin: auto auto 50px;
	position: relative
}

.kf_comming_form form input[type=text] {
	width: 370px;
	border: 1px solid #fff;
	height: 50px;
	float: left;
	background: 0 0;
	padding: 8px 15px;
	color: #fff
}

.kf_comming_form button,
.kf_comming_form input[type=submit] {
	text-transform: uppercase;
	border: 1px solid #fff;
	height: 50px;
	padding: 0 25px;
	float: right;
	background: 0 0;
	color: #fff
}

.kf_comming_form button:hover,
.kf_comming_form input[type=submit]:hover {
	color: #fff
}

.kf_comming_social {
	margin-top: 50px
}

.kf_comming_social,
.kf_comming_social ul {
	float: left;
	width: 100%;
	text-align: center
}

.kf_comming_social ul li {
	display: inline-block;
	position: relative
}

.kf_comming_social ul li a {
	display: block;
	font-size: 18px;
	padding: 0 15px;
	color: #fff
}

.kf_team_listing_bg {
	padding-bottom: 50px
}

.kf_team_listing_head {
	position: relative;
	margin-bottom: 40px;
	color: #c71111;
	font-size: 52px;
	text-align: center;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15)
}

.kf_team_listing_head:after {
	position: absolute;
	content: "";
	z-index: 1;
	width: 60px;
	height: 2px;
	bottom: -4px;
	left: 50%;
	margin-left: -30px;
	background-color: #141f79
}

.kf_team_listing_head:before {
	position: absolute;
	content: "";
	z-index: 1;
	width: 90px;
	height: 2px;
	bottom: -9px;
	left: 50%;
	margin-left: -45px;
	background-color: #141f79
}

.kode_politician {
	margin-bottom: 30px;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .18)
}

.kode_politician:hover {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .18)
}

.kf_shortcode_bg {
	padding-top: 57px
}

.kode_shortcode_inner_wrap,
.kode_shortcode_wrap {
	width: 100%;
	float: left;
	padding-bottom: 50px;
	position: relative
}

.kode_shortcode_inner_wrap:before,
.kode_shortcode_wrap:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 16px;
	border-bottom: 1px solid #e1e1e1
}

.kode_shortcode_heading {
	float: left;
	background: 0 0;
	padding-bottom: 30px
}

.kode_shortcode_heading h4 {
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px
}

.kf_hdg_style {
	float: left;
	width: 100%
}

.kode_shortcode_inner_wrap {
	padding-top: 50px
}

.kode_shortcode_btn,
.kode_shortcode_para,
.kode_shortcode_social {
	width: 100%;
	float: left
}

.kode_shortcode_inner_wrap .kode_hdg_2,
.kode_shortcode_inner_wrap .kode_hdg_3 {
	background-color: #000;
	padding: 20px 0
}

.kode_shortcode_para p {
	color: #666
}

.kode_shortcode_inner_wrap .kode_news_detail {
	border-bottom: 0
}

.kode_shortcode_social>ul {
	padding-bottom: 25px
}

.kode_shortcode_social>ul>li {
	display: inline-block
}

.kode_shortcode_social>ul>li>a {
	font-size: 24px;
	color: #666;
	padding: 0 20px
}

.kode_shortcode_social>ul>li:first-child a {
	padding: 0
}

.kode_shortcode_inner_wrap .kode_scl_icon {
	float: left;
	width: 100%
}

.kode_shortcode_inner_wrap .kode_scl_icon ul li a {
	color: #000
}

.kode_shortcode_inner_wrap .kode_scl_icon ul li.active a,
.kode_shortcode_inner_wrap .kode_scl_icon ul li:hover a {
	color: #fff
}

.kf_btn_list {
	float: left;
	width: 100%;
	background-color: #000;
	padding: 20px
}

.kf_btn_list a {
	margin: 20px
}

.kode_shortcode_inner_wrap .kode-skills {
	background-color: #000
}

.dl-menuwrapper button.dl-active:after {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff
}

.kode_event_des ul li a {
	font-size: 14px;
	line-height: 25px
}