:root {
	scroll-behavior: inherit !important;
}
html {
	scroll-behavior: inherit !important;
}
body {
	font-family: 'Montserrat', sans-serif;
}
a:hover {
	opacity: 0.8;
}
.container {
	max-width: 1593px;
}
.section-title h3 {
	font-weight: 600;
    font-size: 48px;
    color: #036240;
    margin-bottom: 15px;
}
.section-title h2 {
	font-weight: bold;
    font-size: 64px;
    line-height: 78px;
    color: #333333;
}
.section-info p {
	font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #333333;
}

/* Header */
.navbar .navbar-nav .nav-item a {
	font-weight: 600;
    font-size: 22px;
	color: #333333;
	padding: 8px 15px;
}
.navbar .navbar-nav .nav-item a.active {
	font-weight: bold;
	color: #036240;
}
.login-btn {
	display: inline-block;
}
.login-btn a {
	font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    background: #036240;
    box-shadow: 0px 4px 16px rgb(3 98 64 / 40%);
    border-radius: 8px;
    color: #fff;
    padding: 13px 52px;
    margin-left: 88px;
    display: inline-block;
    line-height: normal;
}
header .navbar .container-fluid {
	max-width: 1593px;
}
header {
	position: relative;
    z-index: 1;
    padding: 40px 0;
}
header:before {
	content: '';
	position: absolute;
	background-position: 140px top;
	background-image: url('giftEimg/header-shape.png');
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #fff;
	transition: all 0.4s ease-in-out 0s;
}
header.sticky.fixed {
    padding: 0;
}

/* Hero Section */
.hero-text h2 {
	font-weight: bold;
    font-size: 36px;
    color: #FFCA28;
    text-transform: uppercase;
}
.hero-text h1 {
	font-weight: bold;
    font-size: 144px;
    text-transform: uppercase;
    color: #036240;
}
.hero-text p {
	font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #333333;
    line-height: 40px;
    margin-bottom: 40px;
}
.hero-text span {
	font-weight: 600;
    font-size: 24px;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.hero-section {
	padding-top: 304px;
	padding-bottom: 307px;
	position: relative;
	z-index: 1;
}
.hero-section:before {
	content: '';
	position: absolute;
	background-image: url('giftEimg/hero-banner-shape.png');
	background-repeat: no-repeat;
	bottom: 420px;
    right: 0;
    background-size: contain;
    z-index: -1;
    width: 100%;
    height: 260px;
}

/* About section */
.about-section {
	padding-bottom: 129px;
}
.about-info a {
	font-weight: 600;
	font-size: 24px;
	display: inline-block;
	letter-spacing: 0.02em;
	color: #036240;
	text-decoration: none;
}
.about-info a svg {
	width: 20px;
	height: 24px;
	margin-left: 17px;
	transition: all 0.4s ease-in-out 0s;
}
.about-info a:hover svg {
	margin-left: 25px;
}
.about-title {
	position: relative;
	z-index: 1;
}
.about-title:before {
	content: '';
	position: absolute;
	top: -134px;
    left: 70px;
	background-image: url('giftEimg/about-title-shape.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.about-section {
	position: relative;
	z-index: 1;
}
.about-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('giftEimg/about-info-shape.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: right top;
}

/* Update section */
.update-section {
	background: #F5FFFC;
	padding: 93px 0 78px;
	position: relative;
	z-index: 99;
}
.update-section .container {
	padding: 0 25px;
}
.update-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('giftEimg/update-section-shape.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: top right;
}
.update-section .section-title h2 {
	margin-bottom: 77px;
}
.update-inner > img {
	width: 100%;
	box-shadow: 0px 4px 16px rgb(3 98 64 / 10%);
	border-radius: 15px;
}
.update-inner a {
	text-decoration: none;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 0.1em;
	color: #036240;
}
.update-inner a img {
	width: 48px;
	height: 48px;
}
.update-section .row {
	margin: 0 -25px;
}
.update-section .row .col-md-3 {
	padding: 0 25px;
}

/* Feature Section */
.feature-section {
	padding: 130px 0;
	position: relative;
	z-index: 1;
}
.feature-section:before {
	content: '';
	position: absolute;
	top: -160px;
	right: 0;
	background-image: url('giftEimg/feature-shape.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.feature-section .feature-img {
	transform: translate(-18%, 0);
}

/* Mobile Section */
.mobile-section {
	background: #036240;
}
.mobile-section span {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.mobile-section .mobile-store-img img {
	max-width: 200px;
}
.mobile-section .section-title {
	padding-right: 120px;
}

/* Pricing section */
.pricing-section {
	padding: 130px 0;
	background-image: url('giftEimg/price-bg-shape.png');
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
}
.pricing-section .section-title {
	margin-bottom: 117px;
}
.pricing-box {
	max-width: 1106px;
	margin: 0 auto;
}
.pricing-box-inner {
	max-width: 302px;
	box-shadow: 0px 4px 16px rgba(3, 98, 64, 0.1);
	border-radius: 15px;
	padding: 50px 34px 17px;
	min-height: 531px;
	background-color: #fff;
}
.pricing-box-inner h5 span {
	font-weight: 500;
	font-size: 36px;
	color: #333333;
}
.pricing-box-inner h5 {
	font-size: 17px;
	color: #333333;
}
.pricing-box-inner h4 {
	font-size: 24px;
	color: #333333;
}
.pricing-box-inner p {
	font-size: 15px;
	color: #333333;
}
.pricing-box-inner ul li span {
	font-size: 18px;
	color: #333333;
}
.pricing-box-inner a {
	background: #036240;
	border-radius: 13px;
	max-width: 232px;
	padding: 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.pricing-box-inner.bg-green {
	background-image: url('giftEimg/most-populer-shape.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.bg-green {
	background-color: #036240;
}
.pricing-box-inner.bg-green a {
	color: #036240;
}
.most-populer-budge {
	top: 20px;
    right: 30px;
}
.most-populer-budge p {
	font-weight: 600;
    font-size: 10px;
    margin: 0;
    color: #036240;
    background: #B3F2DC;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 14px;
    line-height: normal;
}

/* Contact Form */
.contact-section {
	padding: 130px 0;
	position: relative;
	z-index: 1;
}
.contact-section:after {
	content: '';
	position: absolute;
	background-image: url('giftEimg/contact-form-shape.png');
	background-repeat: no-repeat;
	top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    max-width: 1680px;
    margin: 0 auto;
}
.contact-section .contact-box {
	max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgb(3 98 64 / 16%);
    border-radius: 30px;
    padding: 70px 110px;
}
.contact-title {
	margin-bottom: 60px;
}
.contact-title h3 {
	font-weight: 600;
	font-size: 48px;
	color: #036240;
}
.contact-title p {
	font-size: 24px;
	letter-spacing: 0.02em;
	color: #333333;
}
.contact-box form input, 
.contact-box form textarea {
	border: 0;
	background-color: #fff;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	background: rgb(223, 222, 222, 30%);
	width: 100%;
	padding: 16px 24px;
	border-radius: 8px;
	outline: none;
}
.contact-box form textarea {
	height: 200px;
}
.contact-box form .input-form {
	width: 50%;
	padding: 0 40px;
	float: left;
	margin-bottom: 40px;
}
.contact-box form .textarea-form {
	padding: 0 40px;
	display: inline-block;
	width: 100%;
}
.contact-box form a {
	font-weight: bold;
	font-size: 24px;
	background: #036240;
	box-shadow: 0px 4px 16px rgb(3 98 64 / 40%);
	border-radius: 8px;
	max-width: 340px;
	text-decoration: none;
	padding: 21px;
    line-height: normal;
    margin-top: 60px;
}
.contact-box form input::-webkit-input-placeholder, 
.contact-box form textarea::-webkit-input-placeholder {
	color: #333333;
}
.contact-box form input::-moz-placeholder, 
.contact-box form textarea::-moz-placeholder {
	color: #333333;
}
.contact-box form input:-ms-input-placeholder, 
.contact-box form textarea:-ms-input-placeholder {
	color: #333333;
}
.contact-box form input:-moz-placeholder, 
.contact-box form textarea:-moz-placeholder {
	color: #333333;
}

/* Team Section */
.team-slider-info h4 {
	font-weight: 600;
	font-size: 30px;
	color: #333333;
}
.team-slider-box {
	outline: none;
}
.team-slider {
	position: relative;
}
.team-slider-info {
	margin-top: auto;
	margin-bottom: 80px;
}
.team-slider .slick-arrow {
	font-size: 0;
	background-color: #fff;
	border: 0;
	position: absolute;
	height: 80px;
	background-color: #fff;
	width: 80px;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 4px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	z-index: 99;
	bottom: 0;
}
.team-slider .slick-arrow:hover {
	background-color: #036240;
}
.team-slider .slick-prev.slick-arrow {
	background-image: url('giftEimg/team-slider-right-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	right: 387px;
	box-shadow: -4px 0 16px rgb(0 0 0 / 8%);
}
.team-slider .slick-prev.slick-arrow:hover {
	background-image: url('giftEimg/team-slider-right-arrow-white.svg');
}
.team-slider .slick-next.slick-arrow {
	background-image: url('giftEimg/team-slider-left-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	right: 307px;
	box-shadow: 7px 0 16px rgb(0 0 0 / 8%);
}
.team-slider .slick-next.slick-arrow:hover {
	background-image: url('giftEimg/team-slider-left-arrow-white.svg');
}
.team-slider-img img {
	width: 100%;
}

.arrow-up a {
	width: 50px;
    height: 50px;
    background-color: #1c6240;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-90deg);
}
.arrow-up {
	position: fixed;
	right: 30px;
    bottom: 30px;
    z-index: 99999;
    display: none;
}
.arrow-up.active {
	display: block;
}

/* Footer */
footer {
	background-color: #F5FFFC;
	padding: 81px 0;
}
.footer-menu ul li {
	float: left;
	padding: 0 17px;
}
.footer-menu ul li a {
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #333333;
}
.footer-social ul li {
	float: left;
	padding: 0 17px;
}
.footer-social ul li a img {
	vertical-align: text-top;
	margin-right: 5px;
}
.footer-social ul li a {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.02em;
	color: #333333;
	text-decoration: none;
}
.copyright-text p {
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #333333;
}

@media screen and (max-width: 1600px) {
	.navbar .navbar-nav .nav-item a {
		font-size: 16px;
	}
	.login-btn a {
		margin-left: 28px;
		font-size: 16px;
	}
	.section-title h3 {
		font-size: 30px;
	}
	.section-info p {
		font-size: 18px;
	    line-height: 30px;
	}
	.contact-section .contact-box {
		max-width: 90%;
	}
	.container, 
	header .navbar .container-fluid {
		max-width: 1260px;
	}
	.hero-section {
		padding-top: 264px;
		padding-bottom: 97px;
	}
	.navbar .navbar-nav .nav-item a {
		font-size: 15px;
	    padding-right: 6px;
	}
	.login-btn a {
	    margin-left: 18px;
	    font-size: 15px;
	    padding: 13px 32px;
	}
	.hero-text h2 {
		font-size: 25px;
	}
	.hero-text h1 {
		font-size: 114px;
	}
	.hero-text p {
		font-size: 20px;
		line-height: 35px;
	}
	.hero-text span {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.hero-store-img a img {
		max-width: 200px;
	}
	.about-title {
		margin-top: -15px;
	}
	.section-title h3 {
		font-size: 26px;
	}
	.section-title h2 {
		font-size: 44px;
	    line-height: 52px;
	}
	.section-info p{
		font-size: 17px;
	    line-height: 30px;
	}
	.about-info a {
		font-size: 21px;
	}
	.about-info a svg {
		margin-left: 10px;
	}
	.feature-section {
		padding: 70px 0;
	}
	.mobile-section .mobile-store-img img {
		max-width: 100%;
	}
	.mobile-section span {
		font-size: 15px;
	}
	.about-section {
		padding-bottom: 90px;
	}
	.update-section .section-title h2 {
		margin-bottom: 43px;
	}
	.update-inner a {
		font-size: 22px;
	}
	.update-inner a img {
	    width: 35px;
	    height: 35px;
	}
	.pricing-box-inner h5 span {
		font-size: 27px;
	}
	.pricing-box-inner h4 {
		font-size: 20px;
	}
	.pricing-box-inner ul li span {
		font-size: 16px;
	}
	.pricing-section .section-title {
		margin-bottom: 57px;
	}
	.pricing-box-inner {
		padding: 40px 25px 17px;
	}
	.team-section .section-title {
		margin-bottom: 40px;
	}
	.contact-section .contact-box {
		max-width: 92%;
	}
	.contact-section .contact-box {
		padding: 40px 20px;
	}
	.contact-box form input, .contact-box form textarea {
		font-size: 16px;
	}
	.contact-box form .input-form {
		margin-bottom: 25px;
	}
	.contact-box form .input-form, .contact-box form .textarea-form {
		padding: 0 15px;
	}
	.contact-box form a {
		font-size: 18px;
		margin-top: 30px;
		padding: 16px;
	}
	.contact-section {
		padding: 80px 0;
	}
	.footer-menu ul li a {
		font-size: 16px;
	}
	.footer-menu ul li {
		padding: 0 14px;
	}
	.footer-social ul li a {
		font-size: 18px;
	}
	.footer-social ul li a img {
		height: 19px;
	}
	.copyright-text p {
		font-size: 17px;
	}
	footer {
		padding: 50px 0;
	}
	.feature-img img {
		width: 100%;
	}
	.mobile-section .section-title {
		padding-right: 0px;
	}
	.team-slider .slick-arrow {
		bottom: -15px;
	}
	.submit-btn{
	font-size:18px;
	border-radius:8px;
    text-decoration:none;	
	width: 340px;
	height:55px;
	background: #036240;
	font-weight: bold;
	box-shadow: 0px 4px 16px rgb(3 98 64 / 40%);
	line-height: normal;
	}
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
	.navbar-light .navbar-toggler {
		border: 1px solid #036240;
	}
	header {
		padding: 0;
	}
	.hero-text h1 {
		font-size: 84px;
	}
	.hero-text p {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.about-title {
		margin-top: 0;
	}
	.hero-text span {
		font-size: 17px;
	}
	.hero-section {
		z-index: 99;
	}
	.hero-store-img a img {
	    max-width: 160px;
	}
	.section-title h2 {
	    font-size: 36px;
	    line-height: 48px;
	}
	.section-title h3 {
	    font-size: 22px;
	}
	.section-info p {
		font-size: 16px;
	}
	.about-info a {
	    font-size: 16px;
	}
	.about-info a svg {
		width: 16px;
	    height: 16px;
	}
	.about-title:before {
		background-position: 0 -60px;
	}
	.about-section {
	    padding-bottom: 30px;
	}
	.update-section {
		padding: 53px 0 58px;
	}
	.update-inner a {
	    font-size: 19px;
	}
	.update-inner a img {
	    width: 25px;
	    height: 25px;
	}
	.update-section .section-title h2 {
	    margin-bottom: 28px;
	}
	.mobile-section .section-title {
	    padding-right: 0;
	}
	.pricing-section {
		padding: 40px 0 60px;
	}
	.team-slider-info h4 {
		font-size: 24px;
	}
	.contact-title h3 {
		font-size: 30px;
	}
	.contact-title p {
		font-size: 18px;
	}
	.contact-title {
	    margin-bottom: 40px;
	}
	.contact-box form input, .contact-box form textarea {
		font-size: 14px;
	}
	.contact-box form a {
		font-size: 15px;
	}
	.login-btn a {
		margin-left: 13px;
	}
	.feature-img img {
		max-width: 500px;
	}
}
@media screen and (max-width: 768px) {
	.hero-text h1 {
		font-size: 64px;
	}
	.hero-text p {
		font-size: 16px;
	    margin-bottom: 10px;
	    line-height: 27px;
	}
	.hero-text h2 {
		font-size: 20px;
	}
	.hero-section .row > .col-md-6 {
		width: 100%;
	}
	.hero-section .row > .col-md-6:nth-child(1) {
		order: 1;
		margin-top: 30px;
	}
	.section-title h2 {
	    font-size: 27px;
	    line-height: 38px;
	}
	.section-title h3 {
	    font-size: 17px;
	}
	.feature-section .row > .col-md-6 {
		width: 100%;
	}
	.feature-section .row > .col-md-6:nth-child(1) {
		margin-top: 30px;
	}
	.mobile-section .row > .col-md-7,
	.mobile-section .row > .col-md-5 {
		width: 100%;
	}
	.mobile-section .row > .col-md-5 {
		order: 1;
		margin: 30px 0;
	}
	.pricing-box {
		flex-flow: row wrap;
		justify-content: center !important;
	}
	.pricing-box .pricing-box-inner:nth-child(3) {
		order: 2;
	}
	.pricing-box .pricing-box-inner {
		margin-bottom: 30px;
		width: 50%;
	    margin: 0 15px;
	}
	.pricing-box-inner.bg-green {
		order: 3;
		margin-top: 30px;
	}
	.team-slider-inner .row > .col-md-6 {
		width: 100%;
	}
	.team-slider-inner .team-slider-info {
		margin-top: 30px;
	}
	.team-slider .slick-arrow {
		height: 60px;
		width: 60px;
	}
	.team-slider .slick-prev.slick-arrow {
		right: 50%;
	}
	.team-slider .slick-next.slick-arrow {
		left: 50%;
		right: auto;
	}
	.team-slider .slick-arrow {
		background-size: 30px;
	}
	.contact-title h3 {
		font-size: 26px;
	}
	.contact-title p {
	    font-size: 16px;
	}
	.contact-box form a {
		max-width: 250px;
	}
	.footer-menu ul {
		display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	}
	.footer-menu ul li {
		margin-top: 10px;
	}
	.copyright-text p {
	    font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.hero-section {
		padding-bottom: 134px;
	}
	.hero-text h1 {
	    font-size: 54px;
	}
	.update-inner a {
		margin-top: 15px;
	}
	.feature-section {
	    padding: 40px 0;
	}
	.pricing-box .pricing-box-inner {
	    margin: 0 auto 30px;
	}
	.about-section {
		overflow: hidden;
	}
	.update-section .row .col-md-3 {
		margin-bottom: 30px;
	}
	.update-section {
	    padding: 53px 0 28px;
	}
	.mobile-section .mobile-store-img img {
		max-width: 180px;
	}
	.pricing-box-inner ul li span {
	    font-size: 14px;
	}
	.pricing-box-inner h5 span {
	    font-size: 24px;
	}
	.pricing-box-inner h4 {
	    font-size: 16px;
	}
	.section-title h2 {
		font-size: 22px;
	}
	.section-title h3 {
		margin-bottom: 10px;
	}
	.contact-section .contact-box {
	    padding: 30px 20px;
	}
	.footer-social, 
	.copyright-text, 
	.footer-menu {
		margin-top: 25px;
	}
	.feature-section .section-title {
		margin-top: 30px;
	}
}
@media screen and (max-width: 600px) {
	.hero-text h2 {
	    font-size: 16px;
	}
	.about-info a {
	    font-size: 14px;
	}
	.update-section .section-title h2 {
	    margin-bottom: 18px;
	}
	.section-title h3 {
	    margin-bottom: 5px;
	}
	.section-info p {
	    font-size: 14px;
	}
	.section-info p {
		line-height: 26px;
	}
	.update-inner a {
	    font-size: 16px;
	}
	.update-section {
	    padding: 30px 0 10px;
	}
	.feature-section {
	    padding: 30px 0;
	}
	.pricing-section .section-title {
	    margin-bottom: 30px;
	}
	.pricing-box-inner h4 {
	    font-size: 15px;
	}
	.pricing-box-inner h4,
	.pricing-box-inner p {
		font-size: 14px;
	}
	.pricing-section {
	    padding: 30px 0;
	}
	.pricing-box-inner.bg-green {
		padding: 60px 25px 17px;
	}
	.contact-title h3 {
	    font-size: 22px;
	    margin-bottom: 15px !important;
	}
	.contact-box form .input-form {
		width: 100%;
	}
	.contact-section .contact-box {
	    padding: 30px 10px;
	}
	.footer-social ul {
		display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	}
	.footer-social ul li {
	    margin-top: 10px;
	}
	.team-slider-info img {
		margin-bottom: 20px;
	}
	.team-section .section-title h2 {
		padding: 0 15px;
	}
	.section-title h2 {
	    font-size: 21px;
	    line-height: 30px;
	}
	.mobile-section .mobile-store-img img {
	    max-width: 120px;
	}
	.hero-store-img a img {
	    max-width: 120px;
	}
	.navbar-brand img {
		max-width: 60px;
	}
	.hero-section {
		padding-top: 144px;
		padding-bottom: 64px;
	}
	.pricing-box-inner {
		min-height: 471px;
	}
	.pricing-box .pricing-box-inner {
		width: 100%;
	}
}
@media screen and (max-width: 475px) {
	.footer-menu ul li {
		width: 100%;
		text-align: center;
	}
}