@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Poppins:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
body {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #777777;
}
h1, h2, h3, h4 {
	margin: 10px 0;
	font-family: 'Abril Fatface', cursive;
}
h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 10px;
}
h1 {
	color: #000;
	font-size: 45px;
	padding-bottom: 25px;
	line-height: 50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform: capitalize;
}
.title p {
	margin: 10px 0;
	font-family: 'Abril Fatface', cursive;
	color: #000;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
}
.title-bar {
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #73be20;
	width: 70px;
	margin-bottom: 25px;
}
p {
	color: #000;
	line-height: 30px;
	font-size: 15px;
}
p span {
	font-weight: 600;
	font-size: 1.2em;
	font-style: italic;
}
hr {
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.more-info {
	background: #73be20;
	color: #fff;
	border-radius: 25px;
	padding: 13px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 15px;
}
.more-info:hover {
	color: #000;
	text-decoration: none;
}
.top-space {
	margin: 15px 0;
}
.list-style {
	list-style-image: url(../images/bullet.png);
	margin-top: 15px;
	padding: 0 0 0 25px;
}
.list-style li {
	padding:15px 0;
	color:#000;
	border-bottom: 1px solid #e0e4db;
}
.clr {
	clear: both;
}
.no-padd {
	padding: 0px;
}

.line {
	height: 4px;
	width: 100%;
	background: url(../images/line.png);
}
/*========Welcome Section=========*/

.welcome {
	padding: 5.0em 0 5.0em;
}
.welcome p {
	text-align: left;
	padding: 0px 0;
}

/*========Service Section=========*/

.service {
	padding: 5.0em 0 5.0em;
	background: #f5f8f2;
}
.service .title p {
	text-align: center;
}
.service .title-bar {
	margin-left: auto;
	margin-right: auto;
}
.service-box {
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding: 40px;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
	background: #ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
.service-box h3 {
	text-transform: uppercase;
}
.service-box p {
	text-align: center;
}
.service-box:hover {
	background: url(../images/service-bg.png);
}
.service-box .service-icon {
	transition: all 0.5s ease-in-out 0s;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
}
.service-box:hover .service-icon {
	transform: translateY(-10px);
}
.font-icon {
	display: inline-block;
	font-size: 4.5rem;
	color: #ef7f1a;
	transform-origin: center;
	transition: all 0.5s ease-in-out 0s;
	line-height: 73px;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.service-btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #f0f8ff;
	margin: 50px auto 20px;
	box-shadow: 0 0 7px rgba(33, 33, 33, .2);
	transition: all 0.5s ease-in-out 0s;
}
.service-btn i {
	color: #000;
	line-height: 50px;
	font-weight: 600;
	font-size: 25px;
}
.service-box:hover .service-btn {
	background: #73be20;
}
.service-box:hover .service-btn i {
	color: #fff;
}


/*===opportunity Section===*/

.opportunity {
	padding: 7.0em 0 7.0em;
	background: url(../images/bg-2.jpg) bottom;
}

.opportunity .text-style p {
	color:#fff;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
	font-family: 'Abril Fatface', cursive;
}
.opportunity .text-style h3 {
	color:#fff;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.opportunity .opportunity-btn {
	width:70px;
	height: 70px;line-height: 70px;
	text-align: center;
	border-radius: 50%;
	background: #73be20;
	margin: 50px auto 20px;
	box-shadow: 0 0 7px rgba(33, 33, 33, .2);
	transition: all 0.5s ease-in-out 0s;
}
.opportunity .opportunity-btn i {
	color: #fff;
	line-height: 70px;
	font-weight: 600;
	font-size:40px;
}

.opportunity .opportunity-btn:hover {
	background: #fff;
}

.opportunity .opportunity-btn:hover i {
	color:#73be20;
}

/*========Product Section=========*/

.product {
	padding: 6.0em 0 4.0em;
}
.product .more-info {
	margin: 50px auto;
}
.product .title p {
	text-align: center;
}
.product .title-bar {
	margin: 25px auto;
}

/*===update Section===*/

.update {
	padding: 7.0em 0 7.0em;
	background: url(../images/bg-3.jpg);
}
.update .title p {
	text-align: center;
	color:#fff;
}
.update .title-bar {
	margin: 25px auto;
}

.update .news-box {
	background: #f5f8f2;
	border-radius: 100px 0 0 100px;
	padding: 20px 20px;
	text-align: center;
}
.update .news-box .news-txt-box {
	margin: 0 auto;
	width: 200px;
	display: block;
}
.update .news-box .news-txt-box i {
	color:#73be20;
	float: left;
	font-size: 50px;
	margin-right: 20px;
}
.update .news-box .news-txt-box h3 {
	font-size: 20px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
}
.update .news-box .news-txt-box p {
	text-align: left;
}
.update .news-box .news-txt-box a {
	color:#73be20;
	font-size: 14px;
}
.update .event-box {
	background: #252c30;
	padding: 20px 20px;
	text-align: center;
}
.update .event-box .event-txt-box {
	margin: 0 auto;
	width: 205px;
	display: block;
}
.update .event-box .event-txt-box i {
	color:#fff;
	float: left;
	font-size: 50px;
	margin-right: 20px;
}
.update .event-box .event-txt-box h3 {
	font-size: 20px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
	color:#fff;
}
.update .event-box .event-txt-box p {
	text-align: left;
}
.update .event-box .event-txt-box a {
	color:#73be20;
	font-size: 14px;
}
.update .gallery-box {
	background: #75be20;
	padding: 20px 20px;
	text-align: center;
	border-radius: 0px 100px 100px 0; 
}
.update .gallery-box .gallery-txt-box {
	margin: 0 auto;
	width: 215px;
	display: block;
}
.update .gallery-box .gallery-txt-box i {
	color:#000;
	float: left;
	font-size: 50px;
	margin-right: 20px;
}
.update .gallery-box .gallery-txt-box h3 {
	font-size: 20px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
	color:#fff;
}
.update .gallery-box .gallery-txt-box p {
	text-align: left;
}
.update .gallery-box .gallery-txt-box a {
	color:#000;
	font-size: 14px;
}

/*===mission Section===*/

.mission {
	padding: 0em 0 7.0em;
	background: #252c30;
}
.mission-box {
	padding: 50px 50px 50px 50px;
	background: #252c30;
}
.mission-text-box .title p {
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	text-align: left;
}
.mission-text-box {
	padding: 50px 150px;
}
.mission-text-box .title-bar {
	border-top-color: #73be20;
	margin-bottom: 30px;
}
.mission-text-box p {
	text-align: left;
	font-size: 15px;
	margin: 10px 0 30px;
	color: #fff;
}
.mission-text-box .list-style {
	color: #fff;
}

.mission-img {
	background: url(../images/img-mission.jpg);
	height: 100%;
}

.mission-list-box {
	padding: 20px;
	border:1px solid #73be20;
	text-align: center;
}

.mission-list-box i {
	font-size:35px;
	color:#fff;
	padding: 0px;
	margin: 0px;
}
.mission-list-box p{
	text-align: center;
	padding: 0px;
	margin: 10px 0 0px;
	font-size: 18px;
}

/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
 @-webkit-keyframes MOVE-BG {
0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(88px);
 transform: translateX(88px);
}
}

@media(max-width:1024px) {
.company-box {
	padding: 20px;
}
.company-text-box {
	padding: 10px;
	margin-top: 200px;
}
.mission-box {
	padding: 20px 50px 50px 50px;
}
.mission-text-box {
	padding: 20px 20px;
}
}
