/* general */
h1, .h1, h2, .h2 {
	color: #007300;
}
.nk-menu li {
    padding: 0 1rem;
}

/* banner */
.bg-header{
	background: #fff;
}
.address {
    position: relative;
	display: flex;
}
.address em {
    font-size: 32px;
    margin-right: 8px;
    position: relative;
    margin-top: 0px;
    color: #007300;
}
.contact {
    position: relative;
    display: flex;
}
.contact em {
	font-size: 32px;
	margin-right: 8px;
	position: relative;
	top: 6px;
	color: #007300;
}
.contact ul {
    display: flex;
}
.contact li {
   	margin-right: 16px;
   	font-weight: bold;
   	font-size: 18px;
}
h3, .h3, .fz-3 {
    font-size: 2.5rem;
}
.content h3 {
    font-size: 48px;
}
.reason ul li {
    font-size: 20px;
    line-height: 2rem;
}
.why li{
    font-size: 24px !important;
    line-height: 2.5rem !important;
    font-weight: bold;
}
.text-success {
    color: #007300 !important;
}
.bg-green-light {
    background: #aaddb8;
}
.big-header-title{
    font-size: 82px !important;
}
h3, .h3, h4, .h4 {
    color: #555555;
}
.accordion-s2 .accordion-title {
    font-size: 22px;
}
.bg-green-2{
    background: #3ba251 !important;
}

/* section */
.bg-light{
	background: linear-gradient(180deg,#f3fff7 0,rgba(255,255,255,.05) 100%);
	background-color: unset !important;
}
.section-l {
    padding: 80px 0;
}
.bg-green {
    background-color: #cfdbcf;
}

/* content */
.box6-text ul li{
    list-style: disc;
    color: #3d4b69;
    margin-left: 16px !important;
}
.box6{
	min-height: 180px;
}
.block-green {
    background: #007300;
    padding: 4rem;
    margin: 32px 0px -80px 0px;
    text-align: center;
}
.block-green h4 {
    font-size: 1.75rem;
    color: #fff;
}
.text-light{
	color: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d;
}
.btn-full{
	width: 100%;
}
.btn-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

/* media */
@media only screen and (max-width: 768px){
	.contact ul {
    	display: block;
	}
}