table{
	width:100%;
	max-width:100%;
	text-align:left;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom:15px;
	color:#888;
	border:1px solid #ebebeb;
}
table tr{
	border:1px solid #ebebeb;
}
table tr:hover{
	background-color: #FBFBFB
	}

table th{
	vertical-align:top;
	color:#FFF;
	text-transform: uppercase;
	background:#e637ea;
	font-size:14px;
	font-weight:normal;
	padding:15px 15px 15px 25px !important;
}
table td{
	vertical-align:top;
	padding:10px 15px 10px 25px !important;
	color:#000000;
}

/*------------------------------------------------------------------*/ 
/*	8) PRICING TABLES
/*------------------------------------------------------------------*/
a.button.small {
    padding: 8px 20px;
    font-size: 11px;
}
.xx_pricing{
	width:100%;
	display:block;
	clear:both;
	min-height:465px;
}
.xx_pricing *{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.pr_column{
	float:left;
	height:auto;
	border:1px solid #eee;
	text-align:center;
	position:relative;
	margin-right:-1px;
		
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.col_4 .pr_column{
	width:25%;
}
.col_3 .pr_column{
	width:33.333%;
}
.pr_column .pr_head{
	height:159px;
}
.pr_column .pr_head_top{
	background:#2f860d;
	padding:25px 0px 40px 0px;
	position:relative;
	border-bottom:1px solid #555;
}
.pr_column .pr_head_top h3{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
}
.pr_column .pr_head_top .pr_cost_wrap{
	width:80px;
	height:80px;
	background:#fff;
	border-radius:80px;
	color:#333;
	left:50%;
	margin-left:-40px;
	bottom:-40px;
	position:absolute;
	
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.38) inset;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.38) inset;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.38) inset;
}
.pr_column .pr_head_top .pr_cost_wrap span.price{
	font-size:24px;
	font-weight:600;
	line-height:1;
	display:block;
	margin-top:27px;
}
.pr_column .pr_head_top .pr_cost_wrap span.det{
	font-size:10px;
	color:#999;
}
.pr_column .pr_head_bottom{
	padding:28px 0px;
	background:#67bd45;
}

.pr_column ul.pr_body{
	list-style-type:none;
	width:100%;
}
.pr_column ul.pr_body li{
	padding:15px 0px;
	background:#f5f5f5;
	border-bottom:1px solid #fff;
}
.pr_column ul.pr_body li:nth-child(2n){
	background:#eee;
}

.pr_column .pr_foot{
	padding:30px 0px;
}
.xx_pricing .pr_column:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	z-index:1;
}
/*--------------------- */
/* packages tabs */
.xx_tabs ul.etabs{
	list-style-type:none;
}
.xx_tabs ul.etabs.center{
	text-align:center;
}
.xx_tabs ul.etabs li{
	display:inline-block;
	margin-right:-2px;
}
.xx_tabs ul.etabs li a{
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	color:#333;
	font-weight:600;
	background:#eee;
	display:block;
	padding:10px 20px;
	border:1px solid #eee;
	margin-bottom:-1px;
}
.xx_tabs ul.etabs li a.active{
	background:none;
	border-bottom-color:#fff;
	font-weight:bold;
	
}
.xx_tabs .tabcontent{
	display:block;
	padding:30px;
	border:1px solid #eee;
	background:#fff;
}
/*dark tabs*/
.xx_tabs.dark ul.etabs li a{
	background:#333;
	color:#fff;
	border:none;
}
.xx_tabs.dark ul.etabs li a.active{
	background:#000;
}
.xx_tabs.dark .tabcontent{
	border:none;
	background:#000;
	color:#FFF;
}
.xx_margin{
	margin-bottom:50px;
	display:block;
	float:left;
	clear:both;
	width:100%;
}


/*------------------------------------------------------------------*/ 
/*	3) SERVICE INTRO
/*------------------------------------------------------------------*/
.main_content{
	padding:50px 0px;
	float:left;
	clear:both;
	width:100%;
}
.main_content.home{
	padding:80px 0px;
}
.serviceIntro2{
	width:100%;
	float:left;
	clear:both;
	margin-bottom:80px;
	position:relative;
}
.serviceIntro2 ul.etabs{
	list-style-type:none;
	text-align:center;
	width:100%;
	margin-bottom:15px;
}
.serviceIntro2 ul.etabs li{
	display:inline-block;
	margin:0px 25px 15px 25px;
}
.serviceIntro2 ul.etabs li a{
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:300;
	position:relative;
}
.serviceIntro2 ul.etabs li a:after{
	position: absolute;
	bottom: -13px;
	right: 50%;
	border:5px solid transparent;
	content: "";
}

.serviceIntro2 .tabcontent{
	background:#000;
	float:left;
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
}
.serviceIntro2 .img_holder{
	float:left;
	width:50%;
}
.serviceIntro2 .img_holder img{
	max-width:100%;
	width:100%;
}
.serviceIntro2 .content_holder{
	float:left;
	padding:130px 100px 0px 100px;
	width:50%;
	color:#fff;
	position:relative;
	height:100%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.serviceIntro2 .content_holder h4{
	color:#fff;
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
	margin-bottom:0px;
}
.serviceIntro2 .content_holder p{
	color:#999;
	margin:30px 70px 0px 0px;
	font-size:14px;
	line-height:1.8;
}
.serviceIntro2 a.read_more{
	position:absolute;
	bottom:0px;
	background-color:#E322DC;
	right:0px;
	padding:6px 12px 8px 12px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:1;
}
.serviceIntro2 a.read_more:hover{
	opacity:0.8;
}


.xx_member a.read_more{
/*	position:absolute;*/
/*	bottom:0px; */
/*	right:0px; */
text-align:center;
	padding:6px 12px 8px 12px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:1;
}
.xx_member a.read_more:hover{
	opacity:0.8;
}
.xx_member a:hover img{
	opacity:0.7;
	background-color:#000;
	
}
/*------------------------------------------------------------------*/ 
/*	3) SERVICE INTRO
/*------------------------------------------------------------------*/
.main_content{
	padding:50px 0px;
	float:left;
	clear:both;
	width:100%;
}
.main_content.home{
	padding:80px 0px;
}
.serviceIntro{
	width:100%;
	float:left;
	clear:both;
	margin-bottom:80px;
	position:relative;
}
.serviceIntro ul.etabs{
	list-style-type:none;
	text-align:center;
	width:100%;
	margin-bottom:15px;
}
.serviceIntro ul.etabs li{
	display:inline-block;
	margin:0px 25px 15px 25px;
}
.serviceIntro ul.etabs li a{
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:300;
	position:relative;
}
.serviceIntro ul.etabs li a:after{
	position: absolute;
	bottom: -13px;
	right: 50%;
	border:5px solid transparent;
	content: "";
}

.serviceIntro .tabcontent{
	background:#000;
	float:left;
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
}
.serviceIntro .img_holder{
	float:left;
	width:50%;
}
.serviceIntro .img_holder img{
	max-width:100%;
	width:100%;
}
.serviceIntro .content_holder{
	float:left;
	padding:130px 100px 0px 100px;
	width:50%;
	color:#fff;
	position:relative;
	height:100%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.serviceIntro .content_holder h4{
	color:#fff;
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
	margin-bottom:0px;
}
.serviceIntro .content_holder p{
	color:#999;
	margin:30px 70px 0px 0px;
	font-size:14px;
	line-height:1.8;
}
.serviceIntro a.read_more{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:6px 12px 8px 12px;
	background-color:#E322DC;	
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:1;
}
.serviceIntro a.read_more:hover{
	opacity:0.8;
}


.xx_member a.read_more{
/*	position:absolute;*/
/*	bottom:0px; */
/*	right:0px; */
text-align:center;
	padding:6px 12px 8px 12px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:1;
}
.xx_member a.read_more:hover{
	opacity:0.8;
}
.xx_member a:hover img{
	opacity:0.7;
	background-color:#000;
	
}
/* responsive */
@media (min-width: 980px) and (max-width: 1200px) {
.serviceIntro .content_holder{
	padding: 80px 50px 0px 80px;
}
.xx_text_holder{
	width:394px;
}
.xx_carousel{
	width:543px;
}
.services ul.service-list{
	margin-left:-20px;
}
.services ul.service-list li{
	margin-left:20px;
	width:220px;
}
.service_details{
	width:220px;
}
.service_description{
	width:450px;
}
}

@media (max-width: 979px) {
.serviceIntro .img_holder, .serviceIntro2 .img_holder{
	width:100%;
	text-align:center;
}
.serviceIntro .img_holder img, .serviceIntro2 .img_holder img{
	width:auto;
	margin-top:70px;
}
.serviceIntro .content_holder, .serviceIntro2 .content_holder{
	width:100%;
	padding:60px 100px;
}
.xx_text_holder{
	width:100%;
}
.xx_carousel{
	width:100%;
	padding-left:0px;
}
.extra_data{
	padding:30px;
}
.main_content .span9.fix{
	width:724px;
}
.services ul.service-list{
	margin-left:-20px;
}
.services ul.service-list li{
	margin-left:20px;
	width:228px;
}
.main_title{
	padding:40px 0px 40px 0px;
	border-top:1px solid #151515;
}
.main_title h1{
	font-size:24px;
}
.service_details{
	width:220px;
}
.service_description{
	width:474px;
}
.random_img, .random_img_nav{
	width:270px;
	margin-left:227px;
}
.blog article .content_holder{
	padding:50px 40px;
}
.col_4 .pr_column{
	width:50%;
}
.col_3 .pr_column{
	width:50%;
}
.xx_team{
	margin-left:-20px;
}
.xx_team li{
	margin-left:20px;
	width:166px;
}
}
@media (max-width: 768px){
.serviceIntro .img_holder, .serviceIntro2 .img_holder{
	width:100%;
	text-align:center;
}
.serviceIntro .img_holder img, .serviceIntro2 .img_holder img{
	width:100%;
	margin-top:0px;
}
.serviceIntro .content_holder, .serviceIntro2 .content_holder{
	padding:60px 50px;
}
.serviceIntro .content_holder p, .serviceIntro2 .content_holder p{
	margin-right:0px;
}
.serviceIntro ul.etabs, .serviceIntro2 ul.etabs{
	margin-bottom:30px;
}
.serviceIntro ul.etabs li, .serviceIntro2 ul.etabs li{
	display:block;
	margin-bottom:15px;
}
.carouselle .carousel-item .xx_b{
	padding:50px;
}
.carouselle .carousel-item .xx_b p{
	font-size:14px;
}
.main_content .span9.fix{
	width:100%;
}
.services ul.service-list{
	margin-left:-10px;
}
.services ul.service-list li{
	margin-left:10px;
	width:205px;
}
.service_details{
	width:100%;
}
.service_description{
	width:100%;
	margin-left:0px;
	margin-top:50px;
}
}

@media (max-width: 480px){
.xx_carousel img,
.xx_carousel .xx_item{
	width:100%;
}
.services ul.service-list{
	margin-left:0px;
}
.services ul.service-list li{
	margin-left:15px;
	width:270px;
}
}

/*
	  ==============================================================
		   DEFAULT CSS START
	  ==============================================================
*/
.kf_wrapper,
header,
section,
.kf_content_wrap,
footer{
	float:left;
	width:100%;
}
section,
.kf_footer_bg{
	padding:70px 0px 40px;	
}

/*
	  ==============================================================
		   HEADER CSS START
	  ==============================================================
*/
.absolute{
	position: absolute;
	background: transparent;
	z-index: 10;
}
header..absolute{
	z-index: 1000000;
}
.kf-logo-bar {
    float: left;
    width: 100%;
    background: transparent;
    padding:30px 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}
.kf-logo {
    float: left;
    width: auto;
}
.kf-search-1 {
    float: right;
    width: auto;
    position: relative;
    margin: 25px 0 0 0;
}
.kf-search-1 > input[type="text"] {
    float: left;
    height: 40px;
    line-height: normal;
    width: 325px;
    color: #999999;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 55px 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
}
.kf-search-btn{
	width: 40px;
	height: 100%;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
/*navigation*/
.kf-nav-outr-wrap {
    float: left;
    width: 100%;
	padding-top: 18px;
	position: relative;
    background:rgba(0,0,0,0.4);	
}
 
/*first ul*/
.kf_menu{
	float: right;
	width: auto;
	position: relative;
	padding:10px 40px 0 0;
	
}

.kf_menu ul li{
	float: left;
	margin-right: 45px;
	position: relative;
	z-index: 100;
	padding-bottom:20px;
}
.kf_menu li:last-child{
	margin-right:0; 
}
.kf_menu ul li a{
	display: block;
	color: #fff;
	text-transform: uppercase ;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 20px;
	z-index: 110;
	position: relative;
}
.kf_menu ul li.hours{
	display: block;
	color: #ccc;
	text-transform: uppercase ;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	z-index: 110;
	position: relative;
}
/*second ul*/
.kf_menu ul ul li{
	padding:0px;
}

.kf_menu ul ul {
	top:100%;
	left:50%;
	border: 1px solid rgba(255, 255, 255, 0.7);
    margin-left: -90px;
    width: 180px;
    top: 100%;
    position: absolute;
	z-index: 0;
	display: none;
}
.kf_menu ul li:hover > ul {
	display: block;
}

.kf_menu ul ul::before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 28px;
    height: 20px;
    left: 0;
    line-height: 20px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
    z-index: 5;
}
.kf_menu ul ul li {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
}
.kf_menu ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    width: 100%;
}
.kf_menu ul ul li:hover a {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #fff;
}


.dl-menuwrapper{
	display: none;
}
.dl-menuwrapper .dl-menu{
	right: 0;
	top: 60px;
}
.kf-nav-outr-wrap .dl-menu.dl-menuopen li a{
	text-transform: capitalize;
}
.kf-nav-outr-wrap .dl-menu.dl-menuopen li a:hover{
    background: rgba(255, 255, 255, 0.2)!important;
    color: #fff;
}

.kf-nav-outr-wrap .kf-social-1{
	float: right;
	width: auto;
} 
/*
	  ==============================================================
		   STICKY HEADER CSS START
	  ==============================================================
*/
/*
.sticky{
	position: fixed;
	background: #000;
	z-index: 100000;
	padding: 10px 0;
}
.sticky .kf-search-1{
	margin-top: 18px;
	z-index: 9999;
}
.sticky .kf-logo-bar{
	float: left;
	width: auto;
	padding:0; 
}
.sticky .kf-nav-outr-wrap {
    float: right;
    width: auto;
    padding:27px 0 0 0; 
}
.sticky .kf-nav-outr-wrap .kf-social-1{
	display: none;
}
.sticky .kf-search-1 {
	display: none;
}
.sticky,
header,
.kf_menu,
.kf-search-1,
.kf-nav-outr-wrap .kf-social-1
{
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
}
*/
/*
	  ==============================================================
		   MAIN BANNER CSS START
	  ==============================================================
*/
.kode-home-banner{
	float: left;
	width: 100%;
	overflow: hidden;
	border-bottom:5px solid #E824ED;
}
.kode-home-banner li:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #000;
	opacity: 0.1;
}
.kode-home-banner .bx-wrapper{
	float: left;
	width: 100%;
}
.kode-home-banner .bx-wrapper .bx-viewport {
    background: #000;
    border: none;
    box-shadow: none;
    left: 0px;
}
.kode-home-banner .bx-wrapper .bx-controls-direction a {
    height: 72px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: 0px;
    top: 50%;
    width: 72px;
    font-size: 0;
    z-index: 9999;
    background-image:none;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
}
.kode-home-banner  .bx-wrapper .bx-prev:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 72px;
    color: #fff;
    font-size:36px;
    content: "\f104 ";
    font-family: FontAwesome;
    text-align: center;
}
.bx-wrapper .bx-next:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 72px;
    color: #fff;
    font-size: 36px;
    content: "\f105";
    font-family: FontAwesome;
    text-align: center;
}
.kf_caption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: inline-block;
	margin: -29px auto 0 ;
	text-align: center;
}
.kf_caption h3{
	line-height: 30px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 16px;
	-webkit-animation-name: toBottomFromTop;
	animation-name: toBottomFromTop;
    animation-duration: 700ms;
    -webkit-animation-duration: 700ms;
}
.kf_caption h2{
	line-height: 70px;
	font-size: 70px;
	text-transform: capitalize;
	margin-bottom: 53px;
	-webkit-animation-name: toRightFromLeft;
	-webkit-animation-duration: 1s;
	animation-name: toRightFromLeft;
    animation-duration: 1s;
}
.kf_caption .btn-1{
	margin: 0 15px;
}
/*
	  ==============================================================
		   INNER BANNER CSS START
	  ==============================================================
*/
.inner-banner{
	padding:310px 0 145px;
	text-align: center; 
	background-image: url(extra-images/inner-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	position: relative;
}
.inner-banner:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #000;
	opacity: 0.55;
}
.inner-banner h6{
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 48px;
	padding-bottom: 12px;
	position: relative;
}
.inner-banner .border-style-1{
	margin:auto; 
}
.inner-banner .border-style-1:after{
	background: #fff;
}

/*Banner Bar*/
.kf-banner-bar{
	float: left;
	width: 100%;
	padding: 23px 0 22px;
	line-height: 20px;
	background-color:#000;
}
.kf-banner-bar h6{
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 1px;
}
.kf-banner-bar .breadcrumb {
	background: transparent;
    border-radius: 0px;
    list-style:none;
    margin-bottom: 0px;
    padding: 0;
}
.kf-banner-bar .breadcrumb li{
	margin-right: 15px;
	position: relative;
	color:#ccc;	
}
.kf-banner-bar .breadcrumb li:last-child{
	margin: 0;
}
.kf-banner-bar .breadcrumb li:before{
	content: "/";
	right: -15px;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #666;
	font-size: 20px;
}
.kf-banner-bar .breadcrumb li:last-child:before{
	font-size: 0;
}
.kf-banner-bar .breadcrumb a{
	font-size: 20px;
	color: #666;
	text-transform: capitalize;
	display: block;
}
/*
	  ==============================================================
		   Welcome To Spa CSS START
	  ==============================================================
*/
.kf-categories-dec{
	float: left;
	width: 100%;
	text-align: center;
	padding: 109px 30px 30px;
	position: relative;
	margin: 70px 0 30px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.kf-categories-dec:hover{
	background: #333333;
	box-shadow:none;
}
.kf-categories-dec::before {
    background: #333;
    bottom: 25px;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    right: 25px;
    top: -6px;
}
.kf-categories-dec:hover:before{
	left: -6px;
}
.kf-categories-dec::after {
    background: #333;
    bottom: 103%;
    content: "";
    left: -6px;
    position: absolute;
    top: -6px;
    width: 1px;
}
.kf-categories-dec:hover::after{
	bottom: 25px;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.kf-categories-dec span{
	width: 143px;
	height: 143px;
	border-radius: 100%;
	text-align: center;
	line-height: 143px;
	color: #fff;
	font-size: 50px;
	position: absolute;
	display: inline-block;
	top: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.kf-categories-dec:hover span{
	box-shadow: inset 0 0 0 5px #f6c42d;
	font-size: 60px;
}
.kf-categories-dec h5{
	text-transform: capitalize;
	display: inline-block;
	margin:0 0 32px 0;  
}
.kf-categories-dec:hover h5{
	color: #fff;
}

.kf-categories-dec p{
	margin-bottom: 35px;
}
.kf-categories-dec:hover p{
	color: #fff;
}
.kf-categories-dec .border-style-2{
	margin-bottom: 30px;
}
.kf-categories-dec .btn-2{
	padding:14px 40px 15px;
}
.kf-categories-dec:hover .btn-2{
	border-color: #fff;
    
}
/*counter section*/
.kf-counterup {
    float: left;
    position: relative;
    width: 100%;
    background-image: url(extra-images/counterup-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: center;
    padding: 144px 0;
}
.kf-counterup:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #000;
	opacity: 0.75;
}
.kf-counterup:after{
	content: "";
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	position: absolute;
	background-color: transparent;
	border: 1px solid #fff;
}
/*about spa section*/
.kf-about-spa {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0 0 40px;
    margin-bottom: 30px;
}
.kf-about-spa:before{
	content: "";
	left: 0;
	right: 0;
	top: 40px;
	bottom: 40px;
	position: absolute;
	border: 5px solid #dedede;
}
.kf-about-spa .kf-thumb{
	float: left;
	width: 40%;
	background-color: #dedede;
	outline: 2px dashed #fff;
	outline-offset:-22px; 
	position: relative;
}
.kf-about-spa .text-area{
	float: left;
	width: 60%;
	padding: 120px 30px 66px;
	position: relative;
}
.kf-abou-des {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.kf-abou-des span{
	float: left;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 100%;
	font-size: 30px;
	box-shadow: -4px 5px 5px 0 rgba(0, 0, 0, 0.15 );
	background: #fff;
}
.kf-abou-des:hover span{
	color: #fff;
	box-shadow:0 4px 5px 0 rgba(0, 0, 0, 0.42);
}
.kf-abou-des .text{
	float: none;
	overflow: hidden;
	width: auto;
	padding:11px 31px 10px 15px;
}
.kf-abou-des .text h4{
	text-transform: capitalize;
	line-height: 26px;
	margin-bottom: 8px;
}
.kf-abou-des .text p{
	margin-bottom: 0;
}
.service-bg{
	background-image: url(extra-images/testimonial-bg.jpg);
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: center;
}

/*testimonail section*/
.testimonial-bg{
	background-image: url(extra-images/testimonial-bg.jpg);
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: center;
}
.service-bg:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.85;
	background-color: #000;
}
.testimonial-bg:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.75;
	background-color: #000;
}
.testimonial-bg .container, .service-bg .container{
	position: relative;
}
.testimonial-bg .kf-heading-1 h2, .service-bg .kf-heading-1 h2{
	color: #fff;
}
.testimonial-bg .bx-wrapper{
	margin-bottom: 71px;
}
.testimonial-bg .bx-wrapper .bx-viewport, .service-bg .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow:none;
    left: 0px;
    transform: translateZ(0px);
}
.testimonial-bg .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -11px;
}
.testimonial-bg .bx-wrapper .bx-controls-direction a{
	height: 32px;
    margin-top: 6px;
    font-size: 0;
    outline: 0 none;
    position: absolute;
    text-indent: 0px;
    top: 50%;
    width: 32px;
    z-index: 9999;
    background-image: none;
    background: transparent;
}
.testimonial-bg .bx-wrapper .bx-pager-item a.bx-pager-link {
    background: #fff;
    border-radius: 0px;
    display: block;
    height: 10px;
    margin: 0 15px;
    font-size: 0;
    text-indent: 0px;
    width: 10px;
}
.testimonial-bg .bx-wrapper .bx-prev{
	left: 50%;
	margin-left: -94px;
}
.testimonial-bg .bx-wrapper .bx-next{
	right: 50%;
	margin-right: -94px;
}
.testimonial-bg  .bx-controls.bx-has-pager.bx-has-controls-direction {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 43px;
}
.testimonial-bg .bx-wrapper .bx-prev::before {
    bottom: 0;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.testimonial-bg .bx-wrapper .bx-next::before {
    bottom: 0;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
/*our blog*/
.kf-blog-thumb{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.kf-blog-thumb > img {
    float: left;
    width: 100%;
}
.kf-blog-thumb:hover .text{
	-webkit-transform: translate(0, 50px);
	-moz-transform:   translate(0, 50px);
	-ms-transform: translate(0, 50px);
	-o-transform:  translate(0, 50px);
	opacity: 0;
}
.kf-blog-thumb .text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	padding: 40px 0 34px;
	z-index: 1;
}
.kf-blog-thumb .text:before{
	content: "";
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.3);
	z-index: -1;
}
.kf-blog-thumb .text h4 {
    line-height: 26px;
    text-transform: capitalize;
    margin:-5px 0 20px 0; 
}
.kf-blog-thumb .text h6 a,
.kf-blog-thumb .text h6{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 13px;
}
.blog-thumb-meta{
	display: inline-block;
}
.blog-thumb-meta li a,
.blog-thumb-meta li{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: 'Minion';
}
.blog-thumb-meta li{
	margin-right: 27px;
}
.blog-thumb-meta li:last-child{
	margin: 0;
}
.blog-thumb-meta li a{
	margin-left: 15px;
}
.kf-blog-thumb .text.overlay{
	top: 0;
	opacity: 0;
	-webkit-transform: translate(0, -50px);
	-moz-transform:   translate(0, -50px);
	-ms-transform: translate(0, -50px);
	-o-transform:  translate(0, -50px);
	padding:125px 46px 0;
}
.kf-blog-thumb .text.overlay span {
    display: inline-block;
    font-size: 145px;
    margin-bottom: 23px;
}
.kf-blog-thumb .text.overlay h6{
	margin-bottom: 22px;
}
.kf-blog-thumb .text.overlay p a{
	margin-left: 13px;
}
.kf-blog-thumb .text.overlay p{
	color: #fff;
}
.kf-blog-thumb .text.overlay p a{
	display: inline-block;
	font-size: 16px;
}
.kf-blog-thumb:hover .text.overlay{
	opacity: 1;
	-webkit-transform: translate(0, 0px);
	-moz-transform:   translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform:  translate(0, 0px);
}
.kf-blog-thumb:hover .text.overlay .blog-thumb-meta {
    bottom: 34px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0;
}
.kf-blog-thumb:hover .text.overlay .blog-thumb-meta{
	-webkit-animation-name: toRightFromLeft;
	animation-name: toRightFromLeft;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    opacity: 1;
}
/*gallery*/
.kf-ms-gallery{
	float: left;
	width: 100%;
	padding-top: 70px;
	background: #f7f7f7;
}
.kf-ms-gallery #filterable-item-filter-1{
	float: left;
	width: 100%;
	text-align:center; 
	margin-bottom: 40px;
}
.kf-ms-gallery #filterable-item-filter-1 li{
	display: inline-block;
	position: relative;
}
.kf-ms-gallery #filterable-item-filter-1 li a{
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	text-transform: capitalize;
	position: relative;
	background: transparent;
	padding: 19px 0 22px;
	font-family: 'Minion';
	margin: 0 30px;
	outline: none;
	cursor: pointer;
}
.kf-ms-gallery #filterable-item-filter-1 li a.active{
	outline: none;
}
.kf-ms-gallery #filterable-item-filter-1 li:before{
	content: "";
	right: -3px;
	top: 50%;
	bottom: 0;
	height: 1px;
	width: 5px;
	background-color:#333; 
	position: absolute;
}
.kf-ms-gallery #filterable-item-filter-1 li a:after{
	content: "";
	right: 0px;
	top: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	position: absolute;
}
.kf-ms-gallery #filterable-item-filter-1 li:last-child:before{
	width: 0;
}
.kf-ms-gallery #filterable-item-holder-1,
.kf-ms-gallery .isotope{
	float: left;
	width: 100%;
}
.kf-ms-gallery #filterable-item-holder-1 [class*="col-md-"]{
	padding: 0;
}
.filterable-item{
    float: left;
    width: 24.98%;
}
.fillterable-des figure:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	content: "";
	opacity: 0;
	z-index: 10;
}
.fillterable-des figure:after{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	content: "";
	opacity: 0;
	z-index: 12;
}
.fillterable-des figure img{
    transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
}
.fillterable-des:hover figure img{
	 -webkit-transform: scale(1.2) rotateZ(-6deg);
	-moz-transform:   scale(1.2) rotateZ(-6deg);
	-ms-transform: scale(1.2) rotateZ(-6deg);
	-o-transform:  scale(1.2) rotateZ(-6deg);

}
.fillterable-des:hover figure:after,
.fillterable-des:hover figure:before{
	opacity: 1;
}
.fillterable-des figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: -74px;
	text-align:center; 
	-webkit-transform: translate(0, 50px);
	-moz-transform:   translate(0, 50px);
	-ms-transform: translate(0, 50px);
	-o-transform:  translate(0, 50px);
	opacity: 0;
	z-index: 20;

}
.fillterable-des:hover figcaption{
	-webkit-transform: translate(0, 0px);
	-moz-transform:   translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform:  translate(0, 0px);
	opacity: 1;
}
.fillterable-des figcaption a{
	display: inline-block;
	width: 62px;
	height: 62px;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
	position: relative;
	border-radius:100%;
	border: 6px solid rgba(0, 0, 0, 0.5);
	margin-bottom: 22px;
}
.fillterable-des figcaption h5{
	line-height: 24px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 13px;
}
.fillterable-des figcaption h6{
	line-height: 18px;
	font-style:italic; 
	text-transform: lowercase;
}
/*
	  ==============================================================
		   Mid Bar CSS START
	  ==============================================================
*/
.kf-mid-bar{
	float: left;
	width: 100%;
	padding: 45px 0;
	border-top: 1px dashed #000;	
	border-bottom: 1px dashed #000;		
}
.kf-mid-bar .text{
	float: left;
	width: auto;
	text-align: left;
}
.kf-mid-bar .text h3{
	font-size: 32px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 9px
}
.kf-mid-bar .text h6{
	line-height: 22px;
	color: #fff;
	text-transform: capitalize;
}
.mid-ba-links{
	float: right;
	width: auto;
	padding: 3px 0;
}
.mid-ba-links .btn-2{
	background: #fff;
	border: none;
	padding: 15px 25px 16px;
}
.btn-22{
	background: #000;
	border: none;
	text-transform: uppercase !important;	
	color: #fff;	
	padding: 15px 25px 16px;
}
.btn-22:hover{
	background-color: #000;
	color: #FFF;
}
.btn-booknow{
	background: #e637ea;
	border: 1px solid rgba(255, 255, 255, 0.45);
	text-transform: uppercase !important;	
	color: #fff;	
	padding: 15px 25px 16px;
	font-family: 'Minion';
}
.btn-booknow:hover{
	background-color: #FFF;
	color: #000;
	border: 1px solid rgba(230, 55, 234, 0.75);	
}

.mid-ba-links .margin-right{
	margin-right: 12px;
}
.mid-ba-links .margin-right,
.mid-ba-links .btn-2:hover{
	background-color: #000;
	color: #fff;
}

	/*  ==============================================================
		   Mid Bar 2 CSS START
	  ==============================================================
*/
.kf-mid-barwhite{
	float: left;
	width: 100%;
	padding: 45px 0;
	background-color:#FFF;
}
.kf-mid-barwhite .text{
	float: left;
	width: auto;
	text-align: left;
}
.kf-mid-barwhite .text h3{
	font-size: 32px;
	line-height: 22px;
	color: #000;
	margin-bottom: 9px
}
.kf-mid-barwhite .text h6{
	line-height: 22px;
	color: #000;
	text-transform: capitalize;
}
.mid-ba-linkswhite{
	float: right;
	width: auto;
	padding: 3px 0;
}
.mid-ba-linkswhite .btn-2{
	background: #FFF;
	border: 1px solid #ccc;
	padding: 15px 25px 16px;
}
.kf-mid-barwhite .btn-22{
	background: #000;
	border: none;
	text-transform: uppercase !important;	
	color: #000;	
	padding: 15px 25px 16px;
}
.kf-mid-barwhite .btn-22:hover{
	background-color: #000;
	color: yellow;
}

.mid-ba-linkswhite .margin-right{
	margin-right: 12px;
}
.mid-ba-linkswhite .btn-2:hover{
	background-color: #000;
	color: #fff;
}
.mid-ba-linkswhite .margin-right
{
	background-color: #000;
	color: #FFF;
}
.mid-ba-linkswhite .margin-right:hover
{
	background-color: #FFF;
	color: #000;
}
/*
	  ==============================================================
		  Our Team CSS START
	  ==============================================================
*/
.kf-team-des{
	float: left;
	width: 100%;
}
.kf-team-des figure:after{
	border-bottom:3px solid;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index:12;
}
.kf-team-des:hover figure:after{
	border: 3px solid;
}
.kf-team-des figure img{
    transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.kf-team-des:hover figure img{
	 -webkit-transform: scale(1.2) rotateZ(-6deg);
	-moz-transform:   scale(1.2) rotateZ(-6deg);
	-ms-transform: scale(1.2) rotateZ(-6deg);
	-o-transform:  scale(1.2) rotateZ(-6deg);
	opacity: 0.75;
}
.kf-team-des figure{
	background: #000;
}
.kf-team-des .text{
	float: left;
	width: 100%;
	text-align: center;
	padding: 26px 0 30px 0;
}
.kf-team-des .text h4{
	margin-bottom: 13px;
	text-transform: capitalize;
}
.kf-team-des .text span{
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Minion';
	color: #999999;
	margin-bottom: 2px;
}
.kf-team-des .text p{
	margin-bottom: 25px;
}
/*
	  ==============================================================
		   Videos Section CSS START
	  ==============================================================
*/
.videos-bg{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(extra-images/videos-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center; 
	background-attachment: fixed;
	padding: 70px 0; 
}
.videos-bg:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background:#000;
	opacity: 0.1; 
}
.videos-bg .container{
	position: relative;
}
.videoblock {
    float: left;
    width: 100%;
    border: 3px solid #fff;
    height: 410px;
}
.videos-bg .text{
	padding: 50px 0; 
	text-align: center;
}
.videos-bg .text .kf-heading-1{
	margin-bottom: 28px;
}
.videos-bg .text .kf-heading-1 h2, .videos-bg .kf-heading-1 h2{
	color: #000;
}
.videos-bg .text p{
	color: #fff;
	margin-bottom: 45px;
}
.videos-bg .text .btn-2{
	margin: 0 2px;
	border-color:#fff; 
	padding: 14px 25px 15px;
}
/*
	  ==============================================================
		   Price Table CSS START
	  ==============================================================
*/
.kf-price-table {
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid transparent;
    box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 0 ;
    margin-bottom: 30px;
}
.kf-price-table:hover{
	box-shadow: none;
}
.kf-price-table > span{
	width: 151px;
	height: 151px;
	display: inline-block;
	line-height: 124px;
	font-size: 50px;
	color: #989898;
	border: 15px solid #dfe1e0;
	border-radius: 100%;
	margin-bottom: 25px;
}
.kf-price-table h3{
	text-transform: uppercase;
	margin-bottom: 35px;
}
.price-table-meta{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 80px;
}
.price-table-meta li{
	float: left;
	width: 100%;
	border-top: 1px solid #dfe1e0;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Minion';
	text-transform: capitalize;
	color: #666;
	padding: 18px 0 20px ;
}
.price {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
}
.price > span {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Minion';
}
.price span sup {
    font-size: 36px;
    top: 0;
    line-height: 29px;
    font-family: 'Minion';
    font-weight: bold;
}
.kf-price-table .btn-1{
	color: #333;
	border-color: #dfe1e0;
	padding: 13px 52px 14px;
	font-family: 'Minion';
}
.kf-price-table:hover .btn-1{
	color: #fff;
}
/*
	  ==============================================================
		   About Us CSS START
	  ==============================================================
*/
/*counter section*/
.counter-2 {
    background-image: url(extra-images/counter-2.jpg);
    padding: 111px 0;
}
.counter-2:after{
	border:none; 
}
.counter-2 .kf-counter li{
	border:none; 
}
.counter-2 .kf-counter li:before{
	content: "";
	right: 0;
	top: 50%;
	bottom: 0;
	height: 118px;
	width: 1px;
	background: #fff;
	margin-top:-59px;
	position: absolute;
}
.counter-2 .kf-counter li:last-child:before{
	height: 0;
}
.counter-2 .kf-counter li span::before{
	width: 0;
}
.counter-2 .kf-counter i{
	font-size:44px;
	display: block;
	margin-bottom: 22px;

}
/*
	  ==============================================================
		   Side Bar CSS START
	  ==============================================================
*/
aside .widget{
	margin-bottom: 60px;
}
.search{
	position: relative;
}
.widget.search form input[type="text"]{
	float: left;
	width: 100%;
	border: none;
	background-color: #ececec;
	height: 53px;
	line-height: normal;
	font-size: 18px;
	color: #999999;
	padding: 15px 60px 15px 30px;
}
.widget.search form input[type="text"]::-moz-placeholder{
	color: #999999;
	opacity: 1;
}
.widget.search form button{
    background-color: transparent;
    bottom: 0;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 30px;
    color: #999999;
}
/*widget categories*/
.widget-categories ul{
	float: left;
	width: 100%;
}
.widget-categories ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.widget-categories ul li:last-child{
	margin: 0;
}
.widget-categories ul li.sidebar-border:before{
}
.widget-categories ul li a{
	font-size: 20px;
	line-height: 20px;
	text-transform: capitalize;
	float: left;
	width: 100%;
	text-align: left;
	padding: 16px 25px 14px;
	border: 1px solid #e6e6e6;
	border-left: none;
}
.widget-categories ul li a:hover{
	padding-left: 35px;
	padding-right:35px; 
}
.widget-categories ul li a span{
	float: right;
	line-height: 16px;
	color: #e637ea;
	font-family: 'Minion';
}
.widget-categories ul li a span.hour{
	float:right;
	font-size:16px;	
	line-height: 16px;
	color: #333;
	font-family: 'Minion';
}

/*widget post*/
.widget-post ul{
	float:left;
	width: 100%;
}
.widget-post ul li{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget-post ul li:last-child{
	margin: 0;
}
.kf-post{
	float: left;
	width: 100%;
}
.kf-post figure{
	width: 82px;
}
.kf-post figcaption{
	font-size: 16px;
	color:#fff;
	top: 50%; 
	margin-top: -11px;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	opacity: 0;
	z-index: 99;
}
.kf-post figcaption a{
	color: #fff;
}
.kf-post:hover figcaption{
	opacity: 1;
}
.kf-post:hover figure img{
	opacity: 0.25;
}
.kf-post .text{
	float:none;
	overflow: hidden;
	width: auto;
	padding: 0 0 0 15px;
	position: relative;
}
.kf-post .text p{
	margin-bottom: 10px;
	margin-top: -9px;
}
.kf-post .text a{
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	display: block;
}
/*widget flickr*/
aside .widget-instagram.flickr{
	margin-bottom: 50px;
}
aside .widget-instagram.flickr ul{
	margin-left: -10px;
}
 .widget-instagram.flickr ul li{
	margin: 0 0 10px 10px;
}
/*widget tags*/
.widget-tags{
	margin-bottom: 50px;
}
.widget-tags ul{
	float: none;
	width: 100%;
	margin-left: -10px;
}
.widget-tags ul li{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.widget-tags ul li a{
	display: block;
	color: #999999;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 16px;
	padding: 6px 15px 9px;
	border: 1px solid #e6e6e6;
}
.widget-tags ul li a:hover{
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
}
/*
	  ==============================================================
		   Blog Detail CSS START
	  ==============================================================
*/
.blog-3-page{
	float:left;
	width:100%;
}
.blogdetail-des{
	float: left;
	width: 100%;
}
.blogdetail-meta{
	float: left;
	width: 100%;
	padding: 27px 0 12px;
}
.blogdetail-meta li a,
.blogdetail-meta li{
	float: left;
	margin-right: 25px;
	position: relative;
	font-size: 18px;
	line-height: 18px;
	text-transform: capitalize;
	font-family: "Minion";
}
.blogdetail-meta li:before{
	position: absolute;
	content: "/";
	right: -12px;
	font-size: 18px;
}
.blogdetail-meta li:last-child:before{
	font-size: 0;
}
.blogdetail-meta li a{
	margin: 0;
}
.blogdetail-des .text h3{
	margin:0 0 23px 0;
}
.blogdetail-des .text h3 a{
	text-transform: capitalize;
}
.blogdetail-des .text > p{
	margin-bottom: 25px;
}
.blog-des2{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.blog-des2 figure{
	width: 280px;
	height: 255px;
	margin-right: 30px;
}
.blog-des2 .text{
	float: none;
	overflow: hidden;
	width: auto;
}
.blog-des2 .text p{
	margin: -8px 0 13px 0;
}
.blog-des2 .text p:last-child{
	margin: 0;
}
.blogdetail-des .blog-tag{
	float: left;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-family: 'Minion';
	padding: 11px 15px 16px;
	background: #f4f4f4;
	box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.65); 
	margin-bottom: 30px;
}
.blogdetail-des .blog-tag i{
	margin-right: 10px;
	color: #666;
}
.blogdetail-des .blog-tag a{
	text-transform: capitalize;
	color: #666;
	margin:0 10px;
}
.blog-social{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog-social li{
	float: left;
	width: 16%;
	margin-right: 6px;
	text-align: center;
}
.blog-social li:last-child{
	margin: 0;
}
.blog-social li a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	padding: 30px 0 22px;
}
.blog-social li a:hover{
	box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.blog-social li a i{
	display: block;
	font-size: 24px;
}
.blog-social li a b{
	display: block;
	margin-bottom: -7px;
}
.facebook{
	background: #38599e!important;
}
.twitter{
	background: #45b0e4!important;
}
.youtube{
	background: #cd181f!important;
}
.vimeo{
	background: #44bbff!important;
}
.google{
	background: #f84e3f!important;
}
/*author wrap*/
.author-wrap{
	float: left;
	width: 100%;
	background: #333333;
	padding: 40px;
	margin-bottom: 70px;
}
.author-wrap figure{
	width: 117px;
	border-radius: 100%;
	margin-right: 30px;
}
.author-wrap .text{
	overflow: hidden;
	float: none;
	width: auto;
}
.author-wrap .text p{
	margin: 0 0 3px 0;
	color: #969696;
}
.author-heading{
	float: left;
	width: 100%;
	margin-bottom: 14px;
	padding-top: 8px;
}
.author-heading h4{
	float: left;
	line-height: 24px;
}
.author-heading h4 a{
	line-height: 24px;
	display: inline-block;
	color: #fff;
}
.author-heading h4 span{
	font-size: 18px;
	font-family: 'Minion';
	line-height: 18px;
	margin-left: 10px;
}
.author-heading .kf-social-1{
	float: right;
}
.author-heading .kf-social-1 a{
	color: #a7a7a7;
}
/*related post*/
.related-post{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.related-post .blogdetail-des{
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15 );
}
.related-post .blogdetail-des .text{
	padding-left: 15px;
	padding-right: 15px;
}
.related-post .blogdetail-des .text h3{
	font-size: 24px;
	line-height: 19px;
}
.related-post .blogdetail-des .text > a{
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 13px;
	color: #999999;
	margin-bottom: 30px;
}
/*comment section*/
.comment-section{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.comment-wrap{
	float: left;
	width: 100%;
}
.comment-wrap li{
	float: left;
	width: 100%;
}
.comment-dec{
	float: left;
	width: 100%;
	margin-bottom: 45px;
}
.comment-dec figure{
	width: 108px;
	border-radius: 100%;
	border: 1px solid #e6e6e6; 
	margin-right: 20px;
}
.comment-dec figure img{
	border-radius: 100%;
}
.comment-dec figure:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 6px solid #fff;
	position: absolute;
	border-radius: 100%;
}
.comment-dec .text{
	float: none;
	overflow: hidden;
	width: auto;
}
.comment-heding{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.comment-heding h6{
	margin-bottom:9px; 
}
.comment-heding h6 a {
    float: left;
    font-size: 20px;
    line-height: 16px;
    text-transform: capitalize;
    position: relative;
    padding-right:15px; 
}
.comment-heding h6 a:before{
	content: "/";
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	font-size: 20px;
	color: #333;
}
.comment-heding h6 i{
	font-size: 18px;
	line-height: 18px;
	margin-top: -1px;
}
.comment-heding > span{
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	font-family: 'Minion';
}
.comment-heding > a{
	font-size: 16px;
	line-height: 16px;
	color: #999;
	float: right;
}
.comment-dec .text p{
	float: left;
	margin-bottom: 0;

}
.second-comment{
	padding-left: 100px;
	float: left;
	width: 100%;
}
/*search form*/
.comment-form{
	float: left;
	width: 100%;
}
.comment-form .contact-form button{
	padding:16px 18px 15px; 
	text-transform: uppercase;
	float: left;
}
/*
	  ==============================================================
		   Blog Listing CSS START
	  ==============================================================
*/
.bloglisting-des{
	float: left;
	margin-bottom: 30px;
	width:100%;
}
.bloglisting-des .text{
	padding: 30px 0 10px 101px;
	position: relative;
}
.bloglisting-des .text .date{
	position: absolute;
	left: 0;
	top: 30px;
}
.bloglisting-des .text h4{
	line-height: 18px;
	margin-bottom: 27px;
}
.bloglisting-des .text p{
	margin:0 0 16px 0; 
}
.bloglisting-des .text:last-child p{
	margin-bottom: 25px;
}
.date{
	width: 70px;
	height: 70px;
	text-align: center;
	border: 2px solid;
	font-family: 'Minion';
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 0 0 0;
	color: #333333;
}
.date b{
	font-size: 36px;
	color: #333333;
	display: block;
	line-height: 36px;
	margin-bottom: -4px;
}
/*blog meta*/
.blog-meta{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-bottom: 3px;
	margin-bottom: 40px;
}
.blog-meta:before{
	background-color: #333;
}
.blog-meta li{
	float: left;
	margin-right: 30px;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	text-transform: capitalize;
}
.blog-meta li:last-child{
	margin: 0;
}
.blog-meta li i{
	color: #333;
	margin-right: 8px;
}
.blog-meta li a{
	margin-left: 5px;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
}
.blog-tag a{
	display: inline-block;
	margin-left: 5px;
	position: relative;
	color:#666666;
	padding-right: 3px;
}
.blog-tag a:before{
	content: ",";
	right: -2px;
	bottom: 0;
	position: absolute;
	font-size: 20px;
	color: #666666;
}
.blog-tag a:last-child:before{
	font-size: 0;
}
.bloglisting-des .text .btn-2{
	border-color: #999999;
	color: #333333;
	padding: 15px 15px 14px;
}
.bloglisting-des .text .btn-2:hover{
	color: #fff;
}
/*slider*/
.bloglisting-des .bx-wrapper .bx-controls-direction a {
    height: 48px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: 0px;
    top: 50%;
    width: 48px;
    font-size: 0;
    z-index: 9999;
    background-image:none;
    background: rgba(255, 255, 255, 0.10);
    text-align: center;
}
.bloglisting-des .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0px;
    transform: translateZ(0px);
}
.bloglisting-des  .bx-wrapper .bx-prev:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 48px;
    color: #fff;
    font-size:16px;
    content: "\f104 ";
    font-family: FontAwesome;
    text-align: center;
}
.bloglisting-des .bx-next:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    content: "\f105";
    font-family: FontAwesome;
    text-align: center;
}
/*
	  ==============================================================
		  Blog 3 CSS START
	  ==============================================================
*/
.blog-thumb{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog-thumb figure{
	padding: 20px 20px 0 0;
}
.blog-thumb figure img{
	position: relative;
	background: #000;
}
.blog-thumb figure img:before{
	 content: "";
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 position: absolute;
	 background: #000;
	 opacity: 0.5;
}
.blog-thumb figure:before{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 20px;
	left: 20px;
	border: 2px solid #e6e6e6;
	content: ""; 
}
.blog-thumb .text{
	position: relative;
	padding: 15px 0 14px 0;
	text-align: left;
}
.blog-thumb .text > a{
	position: absolute;
	right: 0;
	width: 70px;
	height: 70px;
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	top: -35px;
	text-align: center;
}
.blog-thumb .text > a:hover{
	background: #000;
}
.blog-thumb .text h5{
	margin-bottom: 10px;
}
.blog-thumb .text h5 a{
	font-size: 20px;
	text-transform: capitalize;
	display: inline-block;
	padding: 0 40px 0 0;
}
.blog-thumb .text p{
	margin-bottom: 16px;
}
.blog-thumb .text em{
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	font-family: 'Minion';
}
/*
	  ==============================================================
		  Blog 4 CSS START
	  ==============================================================
*/
.kf-gallery-wrap{
	float: left;
	width: 100%;
}
.kf-gallery-thumb{
	float: left;
	margin-bottom: 30px;
}
.kf-gallery-thumb figure:before{
	content: "";
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	position: absolute;
	background: #000;
	opacity: 0;
}
.kf-gallery-thumb:hover figure:before{
	opacity: 0.75;
}
.kf-gallery-thumb figure figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -8px;
	 -webkit-transform: translate(0, 50px);
	-moz-transform:   translate(0, 50px);
	-ms-transform: translate(0, 50px);
	-o-transform:  translate(0, 50px);
	opacity: 0;

}
.kf-gallery-thumb:hover figure figcaption{
 	-webkit-transform: translate(0, 0px);
	-moz-transform:   translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform:  translate(0, 0px);
	opacity: 1;

}
.kf-gallery-thumb figure figcaption a{
	display: inline-block;
	font-size: 26px;
	color: #fff;
}
.kf-gallery-wrap .kf-pagination{
	text-align: center;
	padding-top: 20px;
}
.blog-sidebar{
	padding: 70px 0 40px;
	float: left;
	width: 100%;
}
/*
	  ==============================================================
		   Massonary CSS START
	  ==============================================================
*/
.kf-masonary-wrap{
	float: left;
	width:100%;
}
.kf-masonary-wrap #filterable-item-filter-1{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding: 0 15px;
}
.kf-masonary-wrap #filterable-item-filter-1 li{
	display: inline-block;
}
.kf-masonary-wrap #filterable-item-filter-1 li a{
	background: transparent;
	border: none;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 13px;
	color: #999;
	float: left;
	margin-right: 20px;
	font-family: 'Minion';
	text-align: left;
	padding: 0;
	cursor: pointer;
}
.kf-masonary-wrap #filterable-item-filter-1 li a .border-style-1{
	width: 36px;
	margin-top: 10px;
	opacity: 0;
}
.kf-masonary-wrap #filterable-item-filter-1 li a .border-style-1::before{
	width: 29px;
}
.kf-masonary-wrap #filterable-item-filter-1 li a.active,
.kf-masonary-wrap #filterable-item-filter-1 li a:hover{
	color: #333;
}
.kf-masonary-wrap #filterable-item-filter-1 li a:hover .border-style-1,
.kf-masonary-wrap #filterable-item-filter-1 li a.active .border-style-1{
	opacity: 1;
}
.kf-masonary-wrap #filterable-item-holder-1{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.kf-masonary-wrap figure{
	background: #000;
	margin-bottom: 30px;
}
.kf-masonary-wrap figure:hover img{
	opacity: 0.45;
}
.kf-masonary-wrap figure:before{
	content: "";
	top: 20px;
	bottom: 20px;
	right: 50px;
	left: 50px;
	border-width:1px 0;
	border-style: solid; 
	position: absolute;
	-webkit-transform:scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform:  scale(0);
}
.kf-masonary-wrap figure:after{
	content: "";
	top: 40px;
	bottom: 40px;
	right: 30px;
	left: 30px;
	border-width: 0 1px;
	border-style: solid; 
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.kf-masonary-wrap figure:hover:after,
.kf-masonary-wrap figure:hover:before
{
	-webkit-transform: scale(1);
	-moz-transform:   scale(1);
	-ms-transform: scale(1);
	-o-transform:  scale(1);
}
.kf-masonary-wrap figcaption{
	top: 50%;
	left: 0;
	right: 0;
	margin:-78px auto 0; 
	text-align: center;
	position: absolute;
	 -webkit-transform: translate(0, 50px);
	-moz-transform:   translate(0, 50px);
	-ms-transform: translate(0, 50px);
	-o-transform:  translate(0, 50px);
	opacity: 0;
	z-index: 10;
}
.kf-masonary-wrap figure:hover figcaption{
	 -webkit-transform: translate(0, 0px);
	-moz-transform:   translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform:  translate(0, 0px);
	opacity: 1;
}
.kf-masonary-meta{
	display: inline-block;
	margin-bottom: 14px;
}
.kf-masonary-meta a{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	margin: 0 3px;
}
.kf-masonary-meta a:before{
	content: ",";
	right: -5px;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	position: absolute;
}
.kf-masonary-wrap figcaption h2{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}
.kf-masonary-wrap .col-md-3 figcaption h2{
	font-size: 30px;
}
.kf-masonary-wrap figcaption > a{
	display: inline-block;
	width: 53px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 3px;
	font-size: 16px;
}
.kf-masonary-wrap .kf-pagination{
	text-align: center;
}
.kf-masonary-wrap .kf-pagination .pagination{
	margin-bottom: 22px;
}
/*
	  ==============================================================
		   Massonary CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Gallery CSS START
	  ==============================================================
*/
 .masonary3 figure{
 	margin-bottom: 20px;
 }
.masonary3 figure:hover::after,
 .masonary3 figure:hover::before{
 	display: none;
 }
 .masonary3  figure:hover img {
    opacity: 1;
}
 .masonary3 figcaption{
	left: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.65);
	padding: 51px 0 44px;
	margin-top: -111px;
}
 .masonary3 figcaption:before{
 	position: absolute;
 	content: "";
 	left: 10px;
 	right: 10px;
 	top: 10px;
 	bottom: 10px;
 	border: 1px solid #fff;
 }
 .masonary3 figcaption h2{
 	margin: 0;
 	position: relative;
 }
 .masonary3 figcaption a{
	border: none;
	border-radius: 0;
	font-size: 16px;
	margin: 0;
	height: 50px;
	position: relative;
}
.masonary3 figcaption a:hover{
	background: transparent!important;
}
 .masonary3 .kf-pagination{
 	padding-top: 30px;
 }
/*
	  ==============================================================
		   Gallery 3 CSS End
	  ==============================================================
*/
/*
	  ==============================================================
		   Contact Us CSS START
	  ==============================================================
*/
.kf-contact-wrap{
	float: left;
	width: 100%;
}
.contact-form .heading-2,
.kf-contact-wrap .heading-2{
	text-align: center;
}
.contact-form .heading-2 h2,
.kf-contact-wrap .heading-2 h2{
	font-size: 30px;
	line-height: 23px;
	padding-bottom: 24px;
}
.contact-form .heading-2 h2{
	padding-bottom: 15px;
}
.contact-form .border-style-1,
.kf-contact-wrap .border-style-1{
	margin: auto;
}
.contact-dec{
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0 60px;
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
}
.contact-dec:hover{
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.contact-dec span{
	width: 124px;
	height: 124px;
	line-height: 124px;
	border-radius: 100%;
	border: 5px solid #e0e0e0;
	font-size: 42px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
}
.contact-dec:hover span{
	background: transparent;
	color: #9c9c9c;
}
.contact-dec h5{
	text-transform: capitalize;
	color: #666;
	line-height: 19px;
	margin-bottom: 23px;
}
.contact-dec:hover h5{
	color: #494949;
}
.contact-dec address{
	font-family: 'Minion';
	font-style: normal;
	padding: 0 15px;
	margin-bottom: 0px;
	font-size: 20px;
	color: #999;
	line-height: 26px;
	margin-top: -2px;
}
.contact-dec em{
	display: block;
	font-style: normal;
	font-size: 20px;
	color: #999;
	font-family: 'Minion';
	line-height: 21px;
	margin-bottom: 15px;
}
.contact-dec a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #999;
}
.contact-dec em:last-child{
	margin:0 0 -3px 0;
}
.contact-dec a:last-child{
	margin:0 0 -2px 0; 
}
.contact-dec:hover em,
.contact-dec:hover a{
	color: #666;
}
/*kode-map*/
.kode-map{
	float: left;
	width: 100%;
}
.kode-map > #map-canvas {
    float: left;
    height: 700px;
    width: 100%;
}
/*contact form*/
.contact-form{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contact-form form{
	float: left;
	width: 100%;
	text-align: center;
}
.contact-input{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contact-input textarea,
.contact-input input[type=text], .contact-input input[type=email], .contact-input input[type=datetime-local]{
	float: left;
	width: 100%;
	height: 50px;
	line-height: normal;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	text-align: left;
	color: #999999;
	padding: 14px 30px;
}
.contact-input textarea{
	height: 200px;
	resize:none;
	text-align: left;
	margin-bottom: 10px;
}
.contact-input textarea::-moz-placeholder,
.contact-input input[type=text]::-moz-placeholder{
	color: #999999;
	opacity: 1;
}
.contact-form button{
	display: inline-block;
	padding: 16px 30px 15px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Minion';
}
.contact-form button:hover{
	background: #000;
}
/*
	  ==============================================================
		   404 CSS START
	  ==============================================================
*/
.outerwrap-404{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background-image: url(extra-images/404.jpg);
	background-size:cover;
	background-origin:center; 
}
.outerwrap-404:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	background: #000;
	opacity: 0.5;
}
.kf_404_wrap{
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -288px;
	text-align: center;
	position: absolute; 
}
.kf_404_wrap h6{
	font-size: 80px;
	line-height: 54px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 50px;
}
.kf_404_wrap img{
	margin-bottom: 30px;
}
.kf_404_wrap .border-style-1{
	margin:0 auto 40px;
}
.kf_404_wrap h2{
	color: #fff;
	text-transform: capitalize;
	line-height: 25px;
	margin-bottom: 50px;
	padding-bottom: 8px;
}
.kf_404_wrap span {
    display: block;
    font-size: 116px;
    height: 67px;
    line-height: 66px;
    margin-bottom: 40px;
}
.kf_404_wrap a{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	padding:17px 45px 18px; 
}
.kf_404_wrap a:hover{
	color: #000;
	background: #fff;
}
/*
	  ==============================================================
		   Coming Soon CSS START
	  ==============================================================
*/

.comingsoon-wrap{
    background-image: url("extra-images/comingsoon.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.comingsoon-wrap {
    float: left;
    width: 100%;
    z-index: 1;
}
.comingsoon-outer-wrap{
	float: left;
	width: 100%;
}
.comingsoon-wrap::before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	position: absolute;
	opacity: 0.35;
}
.comingsoon-des {
    left: 0;
    margin-top: -255px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}



.comingsoon-des > span {
    display: block;
    font-size: 116px;
    height: 67px;
    line-height: 66px;
    margin-bottom: 40px;
    position: relative;
}
.comingsoon-des h6{
	font-size: 60px;
	color: #fff;
	text-transform: capitalize;
	line-height: 43px;
	margin-bottom: 32px;
    position: relative;
}
.comingsoon-des p{
	font-size: 16px;
	color: #b8b8b8;
	margin-bottom: 0;
	margin-bottom: 40px;
    position: relative;
}
.comingsoon-des .countdown{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
    position: relative;
}
.comingsoon-des .countdown li{
	display: inline-block;
	margin-right: 66px;
}
.comingsoon-des .countdown li:last-child{
	margin: 0;
}
.comingsoon-des .countdown li span{
	display: inline-block;
	width: 155px;
	height: 155px;
	border: 9px solid #333333;
	font-size: 60px;
	color: #fff;
	line-height: 141px;
	border-radius: 100%;
	font-family: 'Minion';
	margin-bottom: 12px;
}
.comingsoon-des .countdown li p{
	padding:0; 
	color: #fff;
	font-family: 'Minion';
	margin-bottom: 0;
	text-transform: capitalize;
}
.comingsoon-des form{
	width: 772px;
	position: relative;
	margin: 0 auto 39px;
	background: transparent;
	display: inline-block;
}
.comingsoon-des form input[type="text"]{
	float: left;
	width: 100%;
	height: 52px;
	line-height: normal;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	padding:13px 80px 15px 30px;
	background: transparent;
}
.comingsoon-des form button{
	position: absolute;
	line-height: 52px;
	height: 100%;
	border-left: 1px solid #fff;
	font-size: 18px;
	top: 0;
	right: 0;
	bottom: 0;
	width: 56px;
	background: transparent;
}
.comingsoon-des .kf-social-1{
	float: left;
	width: 100%;
	text-align: center;
    position: relative;
}
.comingsoon-des .kf-social-1 ul{
	display: inline-block;
}
.comingsoon-des .kf-social-1 li{
	margin-right: 28px
}
.comingsoon-des .kf-social-1 li:last-child{
	margin: 0;
}

/*
	  ==============================================================
		   Footer CSS START
	  ==============================================================
*/
.kf_footer_bg{
/*	background-image: url(extra-images/footer-bg.jpg); */
	background-color:#000;
	padding-bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}
.kf_footer_bg:before{
	opacity: 0.9;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}
.kf_footer_bg .container{
	position: relative;
}
/*******************************************************************
                        GO TO TOP
*********************************************************************/
.go-up{

    display: none;
    position: fixed;
    right: 20px;
	height:50px !important;
	width:51px !important;	
    bottom: 20px;
    cursor: pointer;
    z-index: 9999;
    color: #ffffff;
}