/*
	  ============================================================
		   Headings Css Start
	  ============================================================
*/



.shortcode-thumb{
	margin-bottom: 30px;
}
.shortcode-title{
	float: left;
	width: 100%;
	font-size: 20px;
	margin-top: -6px;
	line-height: normal;
	text-transform: uppercase;
}
/*
	  ============================================================
		   Buttons Css Start
	  ============================================================
*/
.btn-default{
	width: auto;
	float: none;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	display: inline-block;
	padding: 12px 20px 11px;
	text-transform: capitalize;
	background-color: transparent;
	border:1px solid rgba(30,30,30,0.19);
}
.btn-default i{
	margin-left: 20px;
}
.btn-default:hover{
	color:#fff;
	background-color: #000;
	border-color: #000;
}

.large-btn{
	padding: 17px 25px 16px;
}
.small-btn{
	padding: 7px 15px 7px;
}



.btn-default.theme-bg-color{
	color: #fff;
}
.btn-default.theme-color.theme-bdr-color:hover{
	color: #fff;
}




.btn-default.gray-bg-color{
	color: #fff;
	background-color: #282d33;
	border-color: #282d33;
}
.btn-default.gray-bg-color:hover{
	color: #fff;
}
/*Side Button Start*/
.side-btn {
    bottom: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.side-btn .btn-default {
    height: 100%;
    position: relative;
    width: 100%;
}
.d-relf-services a span {
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    height: 20px;
    margin: auto;
    min-width: 90px;
    position: absolute;
    transform: rotate(-90deg) translate(50%, -102%);
    -o-transform: rotate(-90deg) translate(50%, -102%);
    -ms-transform: rotate(-90deg) translate(50%, -102%);
    -moz-transform: rotate(-90deg) translate(50%, -102%);
    -webkit-transform: rotate(-90deg) translate(50%, -102%);
}
/*Side Button End*/


/*Social Icons Start*/
.kode-social-link{
	width: auto;
	display: inline-block;
}
.kode-social-link a{
	float: left;
	width: auto;
	color: #333;
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}
.kode-social-link a:hover {
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.4);
}
/*Social Icons End*/
/*Dot Styling Start*/
.custom-dots .slick-dots{
	bottom: 40px;
	position: absolute !important;
}
.custom-dots .slick-dots li{
	width: 9px;
	height: 4px;
	overflow: hidden;
	border-radius: 2px;
	background-color:#fff;
}
.custom-dots .slick-dots li.slick-active{
	width: 20px;
}
.custom-dots .slick-dots li button::before{
	display: none;
}
/*Dot Styling End*/
/*Cusstom Slider navigation Styling Start*/
.custom-slider-navigation .slick-arrow {
    bottom: 20px;
    height: 21px;
    margin: 0 -36px;
    top: auto;
    width: 26px;
}
.custom-slider-navigation .slick-arrow.slick-prev{
	left: 50%;
}
.custom-slider-navigation .slick-arrow.slick-next{
	right: 50%;
}
.custom-slider-navigation .slick-arrow:hover{
	background-color: #fff;
}
.custom-slider-navigation .slick-arrow:before{
	height: auto;
	width: 100%;
	line-height: 21px;
}
.custom-slider-navigation .slick-arrow:hover{
	width: 41px;
}
.custom-slider-navigation .slick-arrow.slick-prev:before{
	content: "\f104";
}
.custom-slider-navigation .slick-arrow.slick-next:before{
	content: "\f105";
}
.custom-slider-navigation .slick-arrow.slick-prev:hover:before{
	content: "\f177";
	top: 1px;
}
.custom-slider-navigation .slick-arrow.slick-next:hover:before{
	content: "\f178";
	top: 1px;
}
/*Cusstom Slider navigation Styling End*/
.custom-slider-navigation2 .slick-arrow{
	width: 71px;
	height: 31px;
	border:1px solid #d7d7d7;
	background-color: transparent;
}
.custom-slider-navigation2 .slick-arrow:before{
	left: 0;
	top: 44%;
	right: 0;
	text-align: center;
	position: absolute;
	line-height: normal;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.custom-slider-navigation2 .slick-arrow.slick-prev{
	left: -15%;
}
.custom-slider-navigation2 .slick-arrow.slick-prev:before{
	content: "\f177";
}
.custom-slider-navigation2 .slick-arrow.slick-next{
	right: -15%;
}
.custom-slider-navigation2 .slick-arrow.slick-next:before{
	content: "\f178";
}
.custom-slider-navigation2 .slick-arrow:hover:before{
	color: #fff;
}








/*Main Heading Start*/
.main-heading{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 34px;
}
.main-heading h6{
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	margin:-4px 0 0 0;
	font-style: italic;
	line-height: normal;
	font-family: 'Playfair Display', serif;
}
.main-heading h5{
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: normal;
	position: relative;
	font-weight: bold;
	margin: 0 0 10px;
	padding-bottom: 22px;
}
.main-heading h5:before,
.main-heading h5:after{
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 35px;
	height: 1px;
	content: "";
	position: absolute;
}
.main-heading h5:after{
	bottom: 5px;
}
.main-heading.text-left{
	text-align: left;
}
.main-heading.text-center{
	text-align: center;
}
.main-heading.text-right{
	text-align: right;
}
.main-heading.text-left h5:before,
.main-heading.text-left h5:after{
	left: 0;
	right: auto;
}
.main-heading.text-right h5:before,
.main-heading.text-right h5:after{
	right: 0;
	left: auto;
}
.main-heading.text-center h5:before,
.main-heading.text-center h5:after{
	margin: 0 auto;
}
.main-heading p {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
}

.main-heading.white p,
.main-heading.white h5,
.main-heading.white h6{
	color: #fff;
}
.main-heading.white h5:before,
.main-heading.white h5:after{
	background-color: #fff;
}
/*Main Heading End*/
/*Progress Bar Start*/
.barWrapper{
	float: left;
	width: 100%;
}
.barWrapper .progress{
	margin: 0;
	height: 6px;
	border-radius:0;
	overflow:visible;
	box-shadow: none;
	background-color: #f2f2f2;
}
.barWrapper .tooltip{
	position:relative;
	float:right;
}
.barWrapper .tooltip.top{
	top: -38px !important;
}
.barWrapper .tooltip > .tooltip-inner {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-radius: 4px;
	line-height: normal;
	padding:5px 8px 4px;
}
.barWrapper .popOver + .tooltip > .tooltip-arrow {
	border-top: 5px solid #282d33;
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important;
	transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	-ms-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-webkit-transition:background-color 0.3s ease-in-out;
}
.tooltip > .tooltip-inner,
.barWrapper .progress-bar{
	box-shadow: none;
	background-color: #282d33;
	transition: width 1.5s, background-color 0.3s ease-in-out;
	-o-transition: width 1.5s, background-color 0.3s ease-in-out;
	-ms-transition: width 1.5s, background-color 0.3s ease-in-out;
	-moz-transition: width 1.5s, background-color 0.3s ease-in-out;
	-webkit-transition: width 1.5s, background-color 0.3s ease-in-out;
}
/*Progress Bar End*/





.d-relf-campaing-detail{
	float: left;
	width: 100%;
	text-align: center;
}
.d-relf-campaing-detail span{
	float: none;
	color: #333;
	width: 100px;
	margin: 0 -2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	display: inline-block;
	border:1px solid #f2f2f2;
	padding: 17px 15px 16px;
}
.d-relf-campaing-detail span b{
	float: left;
	width: 100%;
}
.d-relf-campaing-detail span small{
	color: #999;
	font-weight: normal;
}








.icon-box{
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	width: 38px;
	color: #fff;
	height: 38px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	border:2px solid #d7d7d7;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.icon-box:before{
	top: 50%;
	left: 0;
	right: 0;
	content: "+";
	font-size: 32px;
	text-align: center;
	position: absolute;
	transform:translateY(-58%);
	-o-transform:translateY(-58%);
	-ms-transform:translateY(-58%);
	-moz-transform:translateY(-58%);
	-webkit-transform:translateY(-58%);
}
.icon-box:hover{
	color: #fff;
	border-color: #000;
	background-color:#000;
}





.date-box{
	color: #fff;
	float: left;
	width: 73px;
	height: 73px;
	font-size: 10px;
	padding: 8px 10px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	text-transform: capitalize;
	background-color: #282d33;
	margin-right: 15px;
}
.date-box b{
	float: left;
	width: 100%;
	font-size: 30px;
}



.kode-textarea,
.kf_commet_field,
.input-area{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.kode-textarea textarea,
.kf_commet_field input,
.input-area input[type="text"]{
    -moz-appearance: none;
    float: left;
    min-height: 40px;
    padding: 15px 25px 14px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    background: transparent;
}
.withlabel textarea,
.withlabel input[type="text"]{
	padding-right: 40px;
}
.withlabel label{
	top: 50%;
	margin: 0;
	right: 20px;
	color: #999;
	font-size: 15px;
	position: absolute;
	transform:translateY(-55%);
	-o-transform:translateY(-55%);
	-ms-transform:translateY(-55%);
	-moz-transform:translateY(-55%);
	-webkit-transform:translateY(-55%);
}
.kode-textarea.withlabel label{
	top: 30px;
	margin: 0;
}




.kode-textarea textarea{
    padding: 20px;
    min-height: 160px;
    line-height: normal;
}
.kf_commet_field label{
    float: left;
    width: auto;
    height: 12px;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: normal;
}



.input-label{
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	margin: 0;
	height: 100% !important;
}
.input-label input{
	padding: 14.5px 35px !important;
}


.theme-overlay{
	position: relative;
}
.theme-overlay:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	opacity: .7;
}



.kode-pagination{
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.kode-pagination .page-numbers{
	display: inline-block;
	width:auto;
	color: #fff;
	line-height: normal;
	padding: 10px 15px 9px;
	font-size: 16px;
	background: #282d33;
	text-align: center;
	border:1px solid #282d33;
}
.kode-pagination .next-page,
.kode-pagination .prev-page{
	width: auto;
	color: #363a3e;
	padding-right: 25px;
	padding-left: 25px;
	background: transparent;
}
.kode-pagination .next-page{
	float: right;
}
.kode-pagination .next-page i{
	margin: 0 0 0 10px;
}
.kode-pagination .prev-page i{
	margin: 0 10px 0 0px;
}
.kode-pagination .prev-page{
	float: left;
}
.kode-pagination .next-page:hover,
.kode-pagination .prev-page:hover{
	color: #fff;
}


.margin-bottom-15{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.margin-bottom-30{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.checklist{
	float: left;
	width: 100%;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.checklist li{
	float: left;
	width: 100%;
	padding-left: 20px;
	line-height: normal;
	position: relative;
	list-style: none;
	font-size: 15px;
	color:#999999;
	margin-bottom: 17px;
}
.checklist li:before{
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	left: 0px;
	top:50%;
	margin-top: -8px;
}
.checklist li:last-child{
	margin-bottom: 0px;
}
.border-lines {
	padding-left: 0px;
}
.border-lines li{
	 border-bottom: 1px solid #ccc;
    line-height: normal;
    margin-bottom: 0;
    padding: 16px 20px;
}
.title-bold a{
	font-weight: 500;
	color:#282d33;
}
.title-lg a{
	font-weight: 600;
}
.border-bottom{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.custom-margin-01{
	margin-bottom: 24px;
	padding-bottom: 25px;
}

.social-icons li:hover a{
	color:#fff;
}




.hover-effect > figure{
	position: relative;
	overflow: hidden;
}
.hover-effect > figure:before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top:0px;
	bottom:0px;
	background-color: #000;
	opacity: 0;
	z-index: 3;
}
.hover-effect > figure img{
	transform:scale(1) rotate(0deg);
}
.hover-effect:hover > figure img{
	transform:scale(1.2) rotate(6deg);
}
.hover-effect .effect_data{
	position: absolute;
	top:50%;
	left: 0px;
	text-align: center;
	right: 0px;
	margin: -14px auto 0;
	opacity: 0;
	z-index: 10;
}
.effect_data ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.effect_data ul li{
	display: inline-block;
	margin-right: 270px;
	transform: rotate(930deg) perspective(600px);
}
.effect_data ul li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border:1px solid #fff;
	color:#fff;
	border-radius: 100%;
}
.effect_data ul li:last-child{
	margin-right: 0px;
}


.hover-effect:hover > figure:before{
	opacity: 0.6;
}
.hover-effect:hover .effect_data{
	opacity: 1;
}
.hover-effect:hover .effect_data li{
	margin-right: 10px;
	opacity: 1;
	transform: rotate(0deg) perspective(600px);
	width: auto;
	float: none;
}
.hover-effect:hover .effect_data li a{
	border-color: #fff;
}
.hover-effect .effect_data li:hover a{
	border-color: transparent;
	color:#fff;
}