* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Outfit", sans-serif;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

/*========== Font Face Start =============*/


.custom-container {
	padding: 0px 50px;
}


/*============= button ===================*/

.cumn-butn-body {
	font-family: Outfit;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 35px;
	color: #000000;
	padding: 14px 28px;
}


.yellow-butn {
	background: #FBB730;
}


.yellow-butn:hover {
	background: #000;
	color: #fff;
}


/*============= button ===================*/


/*============== header ================*/

.header {
	padding: 10px 0px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 88;
	transition: all 300ms ease-in-out;
}

.header.sticky {
	padding: 10px 0px;
	background: #fff;
	box-shadow: 0px 8px 24px 0px #00000014;
	position: fixed;
	z-index: 999;
}

.header .header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	align-items: center;
}

.navigation .stellarnav.light {
	background: transparent;
}

.navigation .stellarnav {
	width: auto;
}

.navigation .stellarnav ul>li {
	padding: 0;
	margin: 0px;
}

.navigation .stellarnav ul>li:last-child {
	margin-right: 0;
}


.stellarnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 60px;
}

.navigation .stellarnav ul>li>a {
	font-family: Outfit;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #262626;
	padding: 0px;
	margin: 0px;

}


.navigation .stellarnav ul>li>a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: var(--nav-hover-color);
	visibility: hidden;
	width: 0px;
	transition:
		all 0.3s ease-in-out 0s;
}


.navigation .stellarnav ul>li>a:hover {
	visibility: visible;
	width: 100%;
	color: #195383;

}


.stellarnav>ul>li>a.active {
	color: #093B60 !important;
	font-weight: 600;
}


.stellarnav>ul>li>a:hover::after {
	background: #093B60;
	content: "";
	width: 82%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -9px;
}


.stellarnav>ul>li>a.active::after {
	background: #093B60;
	content: "";
	width: 67%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -9px;
}


.navigation .stellarnav ul>li>ul {
	padding: 10px;
	border-radius: 5px;
}

.navigation .stellarnav ul>li>ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.navigation .stellarnav ul>li>ul li a {
	font-size: 14px;
	padding: 8px 0;
	margin: 0;
	display: block;
	color: #000;
}

.navigation .stellarnav ul>li>ul li:first-child a {
	padding-top: 0;
}

.navigation .stellarnav ul>li>ul li:last-child a {
	padding-bottom: 0;
}

.navigation .stellarnav ul>li>ul li:last-child {
	border-bottom: none;
}

.header .logo {
	max-width: 200px;
	transition: all 300ms ease-in-out;
}

.header .logo img {
	max-width: 100%;
}

.header.sticky .logo {
	width: 130px;
}

.header .header-wrap .hd-right-side {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 0;
	margin: 0 0 0 50px;
}

.right-part {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 30px;
}


.social-icon {
	padding: 0px;
	margin: 0px;
}


.social-icon ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 8px;
}

.social-icon ul li {
	transition: 0.3s ease-in-out;
}

.social-icon ul li:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}

.social-icon ul li img {
	width: 30px;
}


/*=================================Header-end================================================================= */
/*======================================Banner-start===========================================================*/

.banner {
	padding: 100px 0px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/header-bg.png) no-repeat #f4f0eb;
	background-size: cover;
	width: 100%;
}


.banner-header-part {
	padding: 0px;
	margin: 40px 0px;
	text-align: center;
}

.banner-header-part h1 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0%;
	background: #FBB730;
	padding: 6px 20px;
	border-radius: 6px;
	display: block;
	position: relative;
	width: 50%;
	text-align: center;
	margin: 0px auto;
	color: #262626;
}


.banner-header-part h2 {

	font-family: Outfit;
	font-weight: 700;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 0%;
	text-align: center;
	color: #262626;
	padding: 0px;
	margin: 30px 0px;


}


.banner-img-part {
	margin: 20px 0px 0px;
	padding: 0px;
}


/*===========================================banner-section-end===========================================================*/

/*===========================================about-section=================================================================*/


.about-section {
	padding: 80px 0px;
	margin: 0px;

	background: url(../images/about-bg.png) no-repeat;
	background-size: 100%;
	width: 100%;
}

.about-section-left {
	padding: 0% 10% 0% 0%;
	margin: 0px;
}

.about-section-left h2 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0%;
	color: #262626;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-section-left p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #262626;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.about-section-right {
	padding: 0px;
	margin: 0px;
}


.about-section-right h2 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0%;
	color: #262626;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-section-right ul li {
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #262626;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.about-section-right ul li span {
	font-weight: 600;
}


.about-section-right-imgbox {
	background: #fff;
	border-radius: 25px;
	box-shadow: 0px 18px 27px 0px #0000000D;
	padding: 20px 20px;
	margin: 40px 0px 0px;
}


.about-section-right-imgbox-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}


.about-section-right-imgbox-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-right-imgbox-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*===========================================Lets-Connect-section=================================================================*/


/* ============================================= */
/*Information section */
/* ============================================= */


.information-section {
	padding: 60px 0px;
	margin: 0px;
}

.information-section h3 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #262626;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 80px;

}

.information-section h4 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #093B60;
	margin: 0px 0px 10px 0px;
	padding: 0px;

}


.information-section p {
	font-family: Outfit;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #262626;
	margin: 10px 0px;
	padding: 0px;
}


.information-section ul li {
	font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #262626;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px 0px;
	position: relative;
}


.information-section ul li::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f00c";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #3D88FF;
	position: absolute;
	top: 6px;
	margin-right: 0px;
	left: 2px;
}


.information-section-box1 {
	background: #CCDFFD;
	padding: 30px 30px;
	border-radius: 25px 0px 0px 25px;
	height: 990px;
}


.information-section-box2 {
	background: #DBE9FF;
	padding: 30px 30px;
	border-radius: 0px;
	height: 990px;
}


.information-section-box3 {
	background: #CCDFFD;
	padding: 30px 30px;
	border-radius: 0px 25px 25px 0px;
	height: 990px;
}


/* ============================================= */
/*Information section */
/* ============================================= */


/* ============================================= */
/*Initiatives section */
/* ============================================= */


.initiatives-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/invt-bg.png) no-repeat;
	background-size: 100%;
	width: 100%;
}


.initiatives-section h2 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0%;
	color: #262626;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	text-align: center;
}


.initiatives-row {
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.initiatives-row .row:nth-child(even) {
	flex-direction: row-reverse;
}


.initiatives-row-img {
	padding: 0px;
	margin: 0px 0px 80px 0px;
}


.initiatives-row-text {
	padding: 0px;
	margin: 0px 0px 80px 0px;
}


.initiatives-row-text h4 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #093B60;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.initiatives-row-text ul {
	padding: 0px;
	margin: 0px;
}


.initiatives-row-text ul li {
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #262626;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 15px 0px;
	position: relative;
}

.initiatives-row-text ul li span {
	font-weight: 600;
}


.initiatives-row-text ul li::before {
	font: normal normal normal 20px/1 FontAwesome;
	content: "\f00c";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #FBB730;
	position: absolute;
	top: 6px;
	margin-right: 0px;
	left: 2px;
}


/* ============================================= */
/*Initiatives section */
/* ============================================= */


/* ============================================= */
/*contact section */
/* ============================================= */

.contact-section {
	padding: 120px 0px;
	margin: 0px;
	position: relative;
	height: 764px;
	background: url(../images/fn-bg.png) no-repeat #f4f0eb;
	background-size: 100%;
	width: 100%;
}

.fillfrm-icon {
	position: absolute;
	left: 15%;
	z-index: 99;
	top: 39px;
}


.lets-connect-inner {
	padding: 0px 60px;
	align-self: start;
	background: #fff;
	border-radius: 25px;
	margin: 0% 7% 0% 18%;
	min-height: auto;
	position: relative;
	box-shadow: 0px 30px 60px 0px #00215008;
}

.contact-page-section-left {
	border-right: 1px solid #E9E9E9;
	padding: 60px 60px 60px 0px;
}


.contact-page-section-left form {
	margin: 20px 0px;
}

.contact-page-section-left .form-row {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.form-row .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDD !important;
	opacity: 1;
	padding: 12px 15px;
	margin: 0px 0px 10px 0px;
	font-family: Outfit;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #000;
	border-radius: 5px;
}


.form-row .form-control::placeholder {
	color: #000;
	opacity: 1;
}


.send-butn {
	background: #FBB730;
	width: 100%;
	font-family: Outfit;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.88px;
	text-align: center;
	text-transform: uppercase;

	vertical-align: middle;
	color: #000000;
	border-radius: 50px;
	padding: 15px 25px;
	transition: 0.5s;
	border: none;
	margin: 10px 0px 0px;
}


.send-butn:hover {
	background: #000;
	color: #fff;
}

.contact-page-section-left p {
	text-align: center;
	font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
}


.contact-page-section-left p span {
	color: #727272;
}


.lets-connect-inner-right {
	padding: 21% 3% 15% 10%;
}


.frm-icon {
	margin: 0px 0px 20px 0px;
}


.lets-connect-inner-right h2 {
	font-family: Outfit;
	font-weight: 700;
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #262626;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.lets-connect-inner-right p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #262626;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


/* ============================================= */
/*contact section */
/* ============================================= */


/* ============================================= */
/*footer section */
/* ============================================= */


.footer-top {
	background-color: #fff;
	padding: 80px 0px;
	margin: 0px;
}


.footer-logo {
	margin: 0px 0px 30px 0px;
}

.footer-left .social-icon ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 4px;
}


.footer-top h3 {
	font-family: Outfit;
	font-weight: 600;
	font-size: 19px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.footer-menu ul {
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
}

.footer-menu ul li {
	width: 100%;
	position: relative;

}

.footer-menu ul li a {

	display: inline-block;
	color: #3B3B3B;
	font-size: 16px;
	text-decoration: none;
	line-height: 35px;
	padding: 0px;
	margin-left: 30px;
	transition: all 300ms ease-in-out;
}

.footer-menu ul li a::after {
	content: '';
	width: 15px;
	height: 18px;
	background: url(../images/chk.png) no-repeat bottom center;
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 0px;
}

.footer-menu ul li a:hover {
	color: #FFA439;
	padding-left: 4px;
}


.newsletter {
	padding: 0% 15% 0% 0%;
}

.newsletter p {
	width: 74%;
	margin: 0px 0px 20px 0px;
	font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;

	color: #3B3B3B;
}


.newsletter .newsletter-form {
	padding: 0px;
	position: relative;
}

.newsletter .newsletter-form input {
	height: 55px;
	width: 100%;
	display: inline-block;
	background: transparent;
	border: none;
	font-family: Outfit;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #4A4A4A;
	border: 2px solid #195383;
	border-radius: 6px;
	padding: 0 142px 0 20px;

	border-radius: 40px;
}

.newsletter .newsletter-form ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4A4A4A;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4A4A4A;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4A4A4A;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4A4A4A;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #4A4A4A;
}

.newsletter .newsletter-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #4A4A4A;
}

.newsletter .newsletter-form .button {
	display: inline-block;
	position: absolute;
	right: 0;
}

.newsletter .newsletter-form .button .btn {
	display: inline-block;
	background: #FBB730;
	font-family: Outfit;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;

	color: #000;
	height: 55px;
	border-radius: 0px 40px 40px 0;
	width: 150px;
}

.newsletter .newsletter-form .button .btn:hover {
	background: #000;
	color: #fff;
}

.footer-links p {
	padding: 0px 0px;
	margin: 0px 0px 18px 24px;
	position: relative;
	font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #3B3B3B;
}

.footer-links p a {
	color: #3B3B3B;
}

.footer-links p a:hover {
	color: #FFA439;
}


.footer-links .icon {
	padding: 0px 0px;
	margin: 0px 0px;
	width: 71px;
	position: absolute;
	left: -26px;
}

.footer-links .icon img {
	width: 15px;
}


.footer-bottom {
	background: #fff;
	border-top: 1px solid #999797;
	padding:
		15px 0px;
	margin:
		0px;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}

.footer-bottom p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #3B3B3B;
	padding: 0px;
	margin: 0px;
}


.footer-bottom p a {
	color: #FBB730;
}


.footer-bottom p a:hover {
	color: #3B3B3B;
}


/*===========================================Lets-Connect-section============================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #FFA439;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #FFA439;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/**********animated-code*******************************************/
/**********animated-code*******************************************/
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotated360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes rotated360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@-webkit-keyframes help-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(30px, 0);
		transform: translate(30px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes help-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(30px, 0);
		transform: translate(30px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes movebounce-up {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-120px);
		transform: translateY(-120px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes movebounce-up {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-120px);
		transform: translateY(-120px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes move-to {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes move-to {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes running-in {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-10px, 150px);
		transform: translate(-10px, 150px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes running-in {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-10px, 150px);
		transform: translate(-10px, 150px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes leaves {
	0% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes leaves {
	0% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes leaves {
	0% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes waving-line {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -200px 0;
	}
}

@-webkit-keyframes waving-line {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -200px 0;
	}
}


/**********animated-code*******************************************/
/**********animated-code*******************************************/