* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Jost", 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: 20px 0px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 88;
	transition: all 300ms ease-in-out;
}

.header.sticky {
	padding: 15px 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: center;
	gap: 60px;
}

.navigation .stellarnav ul>li>a {
	font-family: Jost;
	font-weight: 600;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: #3A3A3A;
	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: #CCC631;

}


.stellarnav>ul>li>a.active {
	color: #CCC631 !important;
	font-weight: 600;
}


.stellarnav>ul>li>a:hover::after {
	background: #CCC631;
	content: "";
	width: 82%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -9px;
}


.stellarnav>ul>li>a.active::after {
	background: #CCC631;
	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-section {
	padding: 100px 0px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background-size: cover;
	width: 100%;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: url(../images/banner-shw.png) no-repeat;
	
	overflow: hidden;
	background-size: 100%;
}


.bannercarousel-text-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bannercarousel-text {
	position: absolute;
	width: 50%;
	text-align: left;
	padding: 0px 0%;
	bottom: 20%;
	left: 60px;
	margin: 0px;
}


.bannercarousel-text h1 {
	font-family: Jost;
	font-weight: 600;
	font-size: 80px;
	line-height: 90px;
	letter-spacing: -2%;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.bannercarousel-text-right {
	position: absolute;
	width: 22%;
	text-align: left;
	padding: 0px 0%;
	bottom: 10%;
	right: 85px;
	margin: 0px;
	color: #fff;

}


.bannercarousel-text-right h4 {
	font-family: Jost;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.bannercarousel-text-right h3 {
	font-family: Jost;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	position: relative;

}


.bannercarousel-text-right h3::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background: url("../images/slider-line.png") 0% 0% no-repeat;
	transition: all 0.3s ease-in-out 0s;
}


.bannercarousel-text-right h3 span {
	font-family: Jost;
	font-weight: 400;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;


}


.banner-section .owl-carousel .owl-nav {
	display: none;
}


.banner-section .owl-dots {
	position: absolute;
	bottom: 40px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #FFFFFF !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #E3DE5F !important;
	width: 14px;
	height: 14px;
	border-radius: 15px;
}


/*===========================================banner-section-end===========================================================*/

/*===========================================about-section=================================================================*/


.about-section {
	padding: 100px 0px;
	margin: 0px;
	background: url(../images/top-bg.png) no-repeat;
	background-size: 100%;
	width: 100%;
	position: relative;
}

.about-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #ffffff6b;
	border-radius: 0px;
	overflow: hidden;
	background-size: 100%;
}

.about-section-left {
	padding: 0%;
	margin: 0px;
	position: relative;
}

.about-section-right {
	padding: 50px 70px 0px;
	margin: 0px;
	position: relative;
}

.about-section-right h3 {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000;
	width: 110px;
	border-radius: 22px;
	padding: 10px 11px;
	margin: 0px 0px 30px 0px;
}


.about-section-right h2 {
	font-family: Jost;
	font-weight: 500;
	font-size: 70px;
	line-height: 90px;
	letter-spacing: 0px;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.about-section-right p {
	font-family: Jost;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.about-section-right h2 span {
	font-weight: 300;

}


/*===========================================Lets-Connect-section=================================================================*/


/* ============================================= */
/*Information section */
/* ============================================= */

.rice-var-row-sec {
	width: 100%;
	height: auto;
}


.rice-var-row-text {
	padding: 80px 50px;
	margin: 0px;
	background: url(../images/right-img-shwd.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}


.rice-var-row-text p {
	font-family: Jost;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.rice-var-row-img {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.rice-var-row-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.rice-var-row-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.rice-var-row-img img {
	height: 100%;
}


/* ============================================= */
/*Information section */
/* ============================================= */


/* ============================================= */
/*Rice MILL section */
/* ============================================= */

.rice-mill-section {
	padding: 100px 0px;
	margin: 0px;
	background: url(../images/lower-bg.png) no-repeat #fff;
	background-size: 100%;
	width: 100%;
	position: relative;
}

.rice-mill-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #ffffffa8;
	background-size: auto;
	border-radius: 0px;
	overflow: hidden;
	background-size: 100%;
}


.rice-mill-section-left {
	padding: 0px 100px 0px 30px;
	margin: 0px;
	position: relative;
}


.rice-mill-section-left h3 {
	width: 100%;
	font-family: Jost;
	font-weight: 500;
	font-size: 55px;
	line-height: 66px;
	letter-spacing: 0px;
	padding: 0px 0px 40px 0px;
}


.rice-mill-section-left p {
	font-family: Jost;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.rice-mill-section-right {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}


/* ============================================= */
/*IRice MILL section */
/* ============================================= */


/* ============================================= */
/*gallery section */
/* ============================================= */


.gallery-section {
	padding: 0px;
	margin: 0px;
}


.gallery-section .owl-nav {
	display: none;
}

.gallery-section .owl-dots {
	display: none;
}


/* ============================================= */
/*gallery section */
/* ============================================= *





/* ============================================= */
/*contact section */
/* ============================================= */

.contact-section {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
	height: auto;
    background-size: 100%;
	width: 100%;
	background: url(../images/lower-bg.png) no-repeat #fff;
}


.contact-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #ffffffcf;
	background-size: auto;
	border-radius: 0;
	overflow: hidden;
	background-size: 100%;
}


.contact-section h2 {
	font-family: Jost;
	font-weight: 500;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;

}


.contact-section h6 {
	font-family: Jost;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;


}

.frm-section-inner {
	margin: 50px 20px 0px;
	position: relative;

}


.form-row .form-control {
	background: transparent;
	border-bottom: 2px solid #000;
	opacity: 1;
	padding: 15px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #000;
	border-radius: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.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;
}


.submit-butn {
	text-align: center;
	margin: 40px auto;
	background: #E3DE5F;
	border-radius: 32px;
	padding: 18px 59px;
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	display: flex;
	border: navajowhite;
}

.submit-butn:hover {
	background: #000;
	color: #fff;
}

/* ============================================= */
/*contact section */
/* ============================================= */


/* ============================================= */
/*newsletter section */
/* ============================================= */


.newsletter {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/sub-bg.png) no-repeat;
	background-size: cover;
	width: 100%;
}

.newsletter-left {
	padding: 10px 0px 0px 115px;
	margin: 0px;
}


.newsletter-left h2 {
	font-family: Jost;
	font-weight: 400;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -3%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.newsletter-box {
	background: #E3DE5F;
	border-radius: 30px;
	padding: 30px 50px;
	width: 80%;
	height: auto;
	position: relative;
	display: block;
	min-height: 200px;
}

.newsletter .newsletter-form {
	padding: 0px;
	position: relative;
}

.newsletter .newsletter-form input {
	height: 46px;
	width: 100%;
	display: inline-block;
	background: transparent;
	border: none;
	font-family: jost;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #4A4A4A;
	border-bottom: 1px solid #000;
	border-radius: 6px;
	padding: 0px 0px 0px 1px;
	border-radius: 0px;
	margin: 0px;
}

.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;
	bottom: -65px;
	left: 0px;
}

.newsletter .newsletter-form .button .btn {
	display: inline-block;
	background: #000;
	font-family: jost;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	height: 46px;
	border-radius: 30px;
	width: 100px;
}

.newsletter .newsletter-form .button .btn:hover {
	background: #fff;
	color: #000;
}


.newsletter-box p {
	margin: 15px 0px 0px;
	padding: 0px;
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #3A3A3A;
}

.newsletter-box p span {
	color: #000;
}

.newsletter-box p a {
	color: #3A3A3A;
}


/* ============================================= */
/*newsletter section */
/* ============================================= */


.footer-section {
	background: #1D1D1D;
	border-radius: 0px 0px 50px 50px;
	padding: 100px 50px;
	margin: 0px 0px 50px 0px;
}


.footer-logo {
	margin: 0px 0px 30px 0px;
}


.footer-text {
	padding: 0px;
	margin: 0px;
}


.footer-text p {
	font-family: jost;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.footer-text p a{
color: #fff;
}

.footer-section .social-icon ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 40px 0px;
}


.copyright {
	margin: 20px 0px 0px;
	padding: 0px;
}


.copyright p {
	font-family: Jost;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #6A6A6A;
	padding: 0px;
	margin: 0px;


}

.copyright p span {
	color: #E3DE5F;
}


.footer-menu {
	display: flex;
	justify-content: end;
	align-items: start;
}


.footer-menu ul {
	padding: 0px;
	margin: 0px;
}


.footer-menu ul li a {
	font-family: Jost;
	font-weight: 400;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #6A6A6A;
}


.footer-menu ul li a:hover {
	color: #E3DE5F;
}


/* ============================================= */
/*footer section */
/* ============================================= */


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #E1DC5E;
	color: #000;
	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: #000;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #E1DC5E;
	color: #000;
}

.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*******************************************/



.newsletter .newsletter-form {
	padding: 0px;
	position: relative;

	display: flex;
	justify-content: space-between;
}

.gallery-section-inner img {
    height: 265px;
}
