.section-title {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.section-title span {
	margin: 0 0 15px;
	font-size: 36px;
	display: inline-block;
}

.section-title h6 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	position: relative;
	padding-bottom: 16px;
}

.section-title h6:after,
.section-title h6:before {
	position: absolute;
	width: 106px;
	height: 3px;
	left: 0;
	right: auto;
	bottom: 0;
	content: "";
}

.section-title h6:after {
	left: 53px;
	width: 53px;
	background-color: #000;
}

.text-center.section-title h6:after,
.text-center.section-title h6:before {
	position: absolute;
	width: 106px;
	height: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}

.text-center.section-title h6:after {
	left: 50%;
	width: 53px;
	right: auto;
	background-color: #000;
}

.text-right.section-title h6:after,
.text-right.section-title h6:before {
	position: absolute;
	width: 106px;
	height: 3px;
	left: auto;
	right: 0;
	bottom: 0;
	content: "";
}

.text-right.section-title h6:after {
	right: 0;
	width: 53px;
	background-color: #000;
}

/*title-style-2*/
/*align left*/
.section-title.title-style-2 h6:after,
.section-title.title-style-2 h6:before {
	width: 82px;
	left: 0;
	right: auto;
	margin: 0 auto;
}

.section-title.title-style-2 h6:after {
	width: 28px;
	left: 27px;
}

/*align center*/
.section-title.text-center.title-style-2 h6:after,
.section-title.text-center.title-style-2 h6:before {
	width: 82px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.section-title.text-center.title-style-2 h6:after {
	width: 28px;
}

/*align right*/
.section-title.text-right.title-style-2 h6:after,
.section-title.text-right.title-style-2 h6:before {
	width: 82px;
	left: auto;
	right: 0;
	margin: 0 auto;
}

.section-title.text-right.title-style-2 h6:after {
	width: 28px;
	right: 27px;
}

/*
  	============================================================
		   Input Style 1  Start 
   	============================================================
*/
.buddyboss-select,
.kode-search,
.kf-select,
.kf-input {
	float: left;
	width: 100%;
	position: relative;
}

.bbp-search-form input[type="text"],
.buddyboss-select select,
.kf-input textarea,
.kf-selectc select,
.kf-input input[type="number"],
.kode-search input[type="text"],
.kf-input input[type="text"] {
	float: left;
	width: 100%;
	min-height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 10px 25px 10px;
	border: 1px solid #cccccc;
	text-transform: capitalize;
}

.buddyboss-select select,
.kf-selectc select {
	background-position: calc(97%) center;
	background-repeat: no-repeat;
	background-size: 25px 30px;
	background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.kf-select::before {
	top: 50%;
	right: 25px;
	color: #a4a3a3;
	font-size: 24px;
	content: "\f107";
	font-weight: bold;
	margin-top: -16px;
	position: absolute;
	font-family: "FontAwesome";
}

.kf-selectc select option {
	color: #666;
	font-size: 14px;
	line-height: normal;
	text-transform: capitalize;
}

.kf-input textarea {
	height: 195px;
	resize: none;
}

.bbp-search-form .input-icon,
.kode-search label,
.kf-input label {
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	margin: 0;
	font-size: 18px;
	position: absolute;
}

.bbp-search-form .input-icon:before,
.kode-search label:before,
.kf-input label:before {
	left: 0;
	top: 50%;
	right: 0;
	z-index: -1;
	content: "\f002";
	text-align: center;
	position: absolute;
	color: currentcolor;
	font-family: 'FontAwesome';
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.kode-search input:focus+label:hover,
.kode-search label:hover,
.kf-input input:focus+label:hover,
.kf-input label:hover {
	color: #fff !important;
}

.bbp-search-form .input-icon input[type="submit"],
.kode-search label input[type="submit"],
.kf-input label input[type="submit"],
.icon-box {
	color: #fff;
	width: auto;
	height: auto;
	font-size: 18px;
	min-width: 44px;
	min-height: 40px;
	text-align: center;
	line-height: normal;
	padding: 7px 8px 8px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.05);
}

.icon-box:hover {
	background-color: #fff;
	border-color: #fff;
}

.kode-search label input[type="submit"],
.kf-input label input[type="submit"] {
	font-size: 0;
}

.search-wrapper .kf-input input[type="text"] {
	border-color: rgba(0, 0, 0, 0.1);
}

/**/
.icon-box-2 {
	color: #000;
	width: 87px;
	height: 87px;
	font-size: 48px;
	line-height: 87px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	background-color: #f1f1f1;
}

/**/
/**/
.play-icon {
	width: 69px;
	height: 69px;
	font-size: 69px;
	line-height: 69px;
	color: #fff;
	display: inline-block;
}

/**/
/**/
.percentage-box {
	width: 63px;
	color: #fff;
	height: 63px;
	z-index: 1;
	font-size: 16px;
	font-weight: bold;
	line-height: 63px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	background-color: #000;
}

.percentage-box:before {
	position: absolute;
	top: -7px;
	bottom: -7px;
	right: -7px;
	left: -7px;
	border-radius: 100%;
	content: "";
	z-index: -1;
	opacity: 0.8;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-name: heartbeat;
	-webkit-animation-name: heartbeat;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-direction: both;
	-webkit-animation-direction: both;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	/*
	-webkit-animation: heartbeat 3s ease-in-out infinite both;
	-moz-animation: heartbeat 3s ease-in-out infinite both;
	animation: heartbeat 3s ease-in-out infinite both;*/
}

/**/
/**/
.bdha-tag {
	top: 0;
	left: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
	position: absolute;
	border-top: 50px solid;
	border-right: 50px solid transparent !important;
}

.bdha-tag::before {
	left: 2px;
	top: -43px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	content: attr(data-hover);
	text-transform: capitalize;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/**/

.social-list {
	padding: 0;
	width: auto;
	margin: 0 0 -5px;
	list-style: none;
	display: inline-block;
}

.social-list li {
	margin: 0 0px;
	width: auto;
	display: inline-block;
}

.social-list a {
	float: left;
	width: 100%;
	color: #444;
	font-size: 14px;
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, 0.09);
}

.social-list a:hover {
	color: #fff;
	-webkit-animation: social 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
	-moz-animation: social 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
	animation: social 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}

/*social-list*/
.kode-social-link {
	float: none;
	width: auto;
	padding: 0;
	list-style: none;
	margin: 0 0px;
	display: inline-block;
}

.kode-social-link li {
	width: auto;
	margin: 0 2px;
	display: inline-block;
}

.kode-social-link li:first-child {
	margin-left: 0 !important;
}

.kode-social-link li:last-child {
	margin-right: 0 !important;
}

.kode-social-link li a {
	width: 32px;
	color: #333;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	border: 1px solid #333;
	background-color: transparent;
}

.white.kode-social-link li a {
	color: #fff;
	border-color: #fff;
	transition: border-radius 1s, background-color 0.3s, border-color 0.3s, color 0.3s !important;
	-webkit-transition: border-radius 1s, background-color 0.3s, border-color 0.3s, color 0.3s !important;
}

.white.kode-social-link li a:hover {
	color: #fff;
	border-color: #000;
	background-color: #000;
	border-radius: 0 10px;
}

/**/
.welcome-wrap-bg::after,
.welcome-title-wrap:before,
.welcome-wrap-bg::before {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/**/
.figure-contant-aling {
	left: 0;
	top: 40%;
	right: 0;
	bottom: auto;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	transform: translateY(-50%);
	-o-transofrm: translateY(-50%);
	-ms-transofrm: translateY(-50%);
	-moz-transofrm: translateY(-50%);
	-webkit-transofrm: translateY(-50%);
}

/**/
.form-submit .submit,
.btn1 {
	color: #fff;
	font-size: 12px;
	line-height: normal;
	display: inline-block;
	background-color: #000;
	padding: 12px 35px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: none;
}

.btn1 i {
	margin-left: 15px;
}

.btn1:after {
	content: '';
	width: 0;
	height: 0;
	z-index: -1;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent rgba(255, 255, 255, 0.3) transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn1:before {
	content: '';
	width: 0;
	height: 0;
	z-index: -1;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn1:hover {
	color: white;
}

.btn1:hover:before,
.btn1:hover:after {
	border-width: 80px 215px;
}

.btn1:active {
	background: #ff5722;
}

/*
.btn1:hover{
	color: #fff;
}
.btn1:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	
}
.btn1:hover:before{
	-webkit-animation: puff-out-center 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite both;
	-moz-animation: puff-out-center 2s cubic-bezier(0.165, 0.840, 0.440, 1.000)  infinite both;
	animation: puff-out-center 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite both;
}
*/
/*Dot Styling Start*/
.custom-dots {
	padding-bottom: 50px;
}

.custom-dots .slick-dots {
	bottom: -1px;
	position: absolute !important;
}

.custom-dots .slick-dots li {
	width: 20px;
	height: 20px;
	overflow: hidden;
	padding: 4px;
	border-radius: 0px;
	text-align: center;
	background-color: transparent;
	border: 1px solid transparent;
}

.custom-dots .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0px;
}

.custom-dots .slick-dots li.slick-active {
	width: 20px;
}

.custom-dots .slick-dots li button::before {
	display: none;
}

/*Dot Styling End*/
/*Them Overlay Effect Start*/
.img-effect-diflt figure img {
	opacity: 0.95;
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transition: opacity 0.35s, transform 0.35s !important;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s !important;
}

.img-effect-diflt figure:before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	transition: transform 0.6s !important;
	-webkit-transition: -webkit-transform 0.6s !important;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.img-effect-diflt:hover figure img {
	opacity: 0.25;
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
}

.img-effect-diflt:hover figure:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

/*Blog Post Menta*/
.blog-post-meta {
	display: inline-block;
	float: none;
	width: auto;
	text-align: center;
}

.blog-post-meta .blog-info a,
.blog-post-meta .blog-info span,
.blog-post-meta .blog-info {
	float: none;
	width: auto;
	color: #666;
	margin: 0 5px;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	font-family: "Roboto", sans-serif;
}

.blog-post-meta .blog-info a,
.blog-post-meta .blog-info span {
	margin: 0;
}

.blog-post-meta .blog-info:first-child {
	margin-left: 0 !important;
}

.blog-post-meta .blog-info:last-child {
	margin-right: 0 !important;
}

.blog-post-meta .blog-info i {
	margin: 0 10px 0 0;
}

/*Rating Stras*/
.rating-wrap {
	float: left;
	width: 100%;
}

.rating_down {
	background-image: url("../images/stars1.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	float: none;
	height: 16px;
	width: 80px;
	display: inline-block;
}

.rating_up {
	background-image: url("../images/stars1.png");
	background-position: 0px -17px;
	background-repeat: repeat-x;
	float: left;
	height: 100%;
	display: inline-block;
}

/**/
.bdha-link-quote {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.bdha-link-quote .text {
	padding: 23px 30px 10px;
	border-bottom: 1px solid #ecf0f1;
}

.bdha-link-quote .text:before {
	color: #fff;
	right: 20px;
	bottom: 10px;
	font-size: 30px;
	content: "\f0c1";
	position: absolute;
	font-family: 'FontAwesome';
}

.bdha-link-quote .text h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: normal;
	text-transform: capitalize;
}

.bdha-link-quote a {
	width: auto;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	display: inline-block;
	text-transform: capitalize;
}

.bdha-link-quote a:hover {
	color: #000;
}

.bdha-link-quote .text-link {
	float: left;
	width: 100%;
	padding: 10px 30px;
}

/**/
/*
=================================================
		CHECKBOX AND RADIO BUTTON CSS
=================================================
*/
label {
	cursor: pointer;
}

label span {
	float: left;
	line-height: 20px;
}

/* hide the "real" radios visually */
.radio input {
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	clip: rect(0 0 0 0);
}

/* style the "fake" radios */
.radio-value {
	height: 24px;
	width: 24px;
	margin-right: 10px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	vertical-align: -0.5em;
	background-color: #e7e7e7;
	border: 3px solid #cccccc;
	background-position: center;
	background-repeat: no-repeat;
}

input:checked+.radio-value {
	background-color: red;
}

.checkbox,
.radio {
	margin: 0;
}

/*
  	============================================================
		   Radio Style 2  Start 
   	============================================================
*/
.radio_style2 {
	float: left;
	width: auto;
	padding: 8px 0;
	position: relative;
}

.radio_style2 .radio_dec {
	width: auto;
	float: left;
	margin: 0 7px;
}

.radio_style2 .radio_dec:first-of-type {
	margin-left: 0;
}

.radio_style2 .radio_dec:last-of-type {
	margin-right: 0;
}

.radio_style2 .radio_dec .radio-value {
	margin: 0 10px 0 0;
	box-shadow: 0.5px 0px 0px 1px #d7d8d8;
}

.radio_style2 .radio_dec>span {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-webkit-transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-webkit-transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes slideInup {
	0% {
		opacity: 0;
		transform: translateY(2000px);
		-o-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-webkit-transform: translateY(2000px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes slideInup {
	0% {
		opacity: 0;
		transform: translateY(2000px);
		transform: translateY(2000px);
		-o-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-webkit-transform: translateY(2000px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
		-o-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-webkit-transform: translateX(-100px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
		-o-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-webkit-transform: translateX(-100px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes slideInright {
	0% {
		opacity: 0;
		transform: translateX(100px);
		-o-transform: translateX(-100px);
		-ms-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-webkit-transform: translateX(100px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
		-o-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-webkit-transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
		transform: scale(0.3);
		-o-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-webkit-transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}

	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}

	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes ping {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 0.8;
	}

	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0;
	}
}

@keyframes ping {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 0.1;
	}

	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0;
	}
}

@-webkit-keyframes puff-out-center {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-filter: blur(2px);
		filter: blur(2px);
		opacity: 0;
	}
}

@keyframes puff-out-center {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-filter: blur(2px);
		filter: blur(2px);
		opacity: 0;
	}
}

@keyframes bounce-in-fwd {
	0% {
		transform: scale(0);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	38% {
		transform: scale(1);
		animation-timing-function: ease-out;
		opacity: 1;
	}

	55% {
		transform: scale(0.7);
		animation-timing-function: ease-in;
	}

	72% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}

	81% {
		transform: scale(0.84);
		animation-timing-function: ease-in;
	}

	89% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}

	95% {
		transform: scale(0.95);
		animation-timing-function: ease-in;
	}

	100% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}

@keyframes social {
	0% {
		transform: scale(1);
		animation-timing-function: ease-in;
	}

	38% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}

	55% {
		transform: scale(0.7);
		animation-timing-function: ease-in;
	}

	72% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}

	81% {
		transform: scale(0.84);
		animation-timing-function: ease-in;
	}

	89% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}

	95% {
		transform: scale(0.95);
		animation-timing-function: ease-in;
	}

	100% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}

@keyframes scale-up-center {
	0% {
		transform: scale(0.5);
		opacity: 0.5;
	}

	50% {
		transform: scale(5);
		opacity: 0;
	}

	100% {
		opacity: 0.1;
		transform: scale(1);
	}
}