* { box-sizing: border-box; margin: 0; padding: 0; }

html,body { font-size: 16px; font-family: "Exo", sans-serif; background: #fff; color: #4d4d4d; line-height: 1.7em; }

a { text-decoration: none; color: unset; }
ul { list-style: none; }
img { vertical-align: middle; }

p { font-size: 16px; }

h1,h2,h3,h4,h5,h6 { color: #000; line-height: 1.3em; }
section { overflow: hidden; }
 
.container { max-width: 1140px; margin: auto; }
.widget-section { display: block; padding: 60px 16px; position: relative; }

button { border: 0; outline: 0; font-family: var(--ff); letter-spacing: 1px; }


:root {

	--c1 : #205200;
	--c2 : #326465;
	--lg: ;

	--bs: 0 3px 15px 0 #0000001a;
	--bs2 : 0 3.4px 2.7px -30px #0000000f, 0 8.2px 8.9px -30px #00000012, 0 25px 40px -30px #00000033;
	--ts : all 0.5s ease-in-out;

	--gbg : linear-gradient(to right, var(--c1) 0%, var(--c2) 100%);
	--gbgr : linear-gradient(to right, var(--c2) 0%, var(--c1) 100%);


	--banner : url('assets/images/bg_banner.png') no-repeat bottom center / cover;

	--bg03 : url('assets/images/team-bg-2.jpg') no-repeat center;
	--Mbg03 : url('assets/images/team-bg-2.jpg') no-repeat center / cover;
	--bg04 : url('assets/images/background-one.png') no-repeat center;
	--Mbg04 : url('assets/images/background-one.png') no-repeat center/ cover;

	--ff : "Font Awesome 6 Pro";
	--fs : 40px;
}



@media all and (max-width: 480px) {

	:root {
		--fs : 24px;
	}


}



/* ========== ===== HEADER ===== ========== */

.act-nav { color: var(--c1)!important; }

.header { width: 100%; display: block; padding: 0 16px; background: #fff; position: sticky; top: 0; box-shadow: 0px 0px 20px #6191d633; z-index: 9999; }

.nav_area { max-width: 1140px; margin: auto; display: flex; justify-content: space-between; align-items: center; }
.nav_img { display: block; }
.nav_img img { display: block; width: 280px; height: auto; padding: 4px 0; }

.navbar { display: block; }
.btn_nav { display: none; justify-content: flex-end; }
.btn_nav button { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 26px; border: 0; outline: 0; background: var(--c1); color: #fff; }

.nav_row { display: flex; align-items: center; }
.nav_row li { display: block; position: relative; transition: var(--ts); }
.nav_row li a,
.nav_row li label { display: flex; justify-content: space-between; align-items: center; padding: 16px 16px; transition: var(--ts); font-weight: 600; }
.nav_row li label i { margin-left: 8px; }

.nav_row li .btn_nav button { font-size: 24px; background: #fff; color: #013792; }

.sub_link input { display: none; }
.sub_link:hover .sub_menu { display: block; }

.sub_menu { width: 220px; display: none;
	position: absolute; top: 100%; left: 0; background: #fff; box-shadow: var(--bs); transition: var(--ts); border-radius: 6px; z-index: 99; overflow: hidden; }
.sub_menu li a { display: block; padding: 8px 16px; font-size: 15px; font-weight: 400; transition: var(--t); }
.sub_menu li a:hover { background: var(--c1); color: #fff; }

@media all and (max-width: 1024px) {
	.btn_nav { display: flex; }
	.navbar { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 999; background: #3264655c; transition: var(--ts); }
	.nav_row { width: 80%; height: 100%; display: block; background: var(--c2); color: #fff; }
	.nav_row li a, .nav_row li label { padding: 8px 16px; transition: var(--ts); color: #fff; }
	.nav_img img { width: 218px; }

	.sub_menu li a { padding: 8px 24px!important;  }

	.sub_link:hover .sub_menu { display: none; }
	.toggle:checked ~ .sub_menu { width: 100%; display: block; position: relative; padding: 0; background: #fff0; box-shadow: unset; }
}





/*  ----- Section Header -----  */
.section_header { display: block; text-align: center; margin-bottom: 32px; }
.section_header span { display: block; color: #000; font-weight: 600; }
.section_header h2 { font-size: var(--fs); margin-top: 8px; color: var(--c1); }







/* ---------- ----- BlogList ----- ---------- */
.BlogList {  }
.BlogList_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.BlogList_col { display: block; position: relative; border-radius: 12px; overflow: hidden; box-shadow: var(--bs); }
.BlogList_img { display: block; }
.BlogList_img img { width: 100%; height: auto; }

.BlogList_txt { display: block; padding: 16px; }
.BlogList_txt h3 {  }
.BlogList_txt p { margin-top: 16px; }
.BlogList_txt a { display: inline-flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 24px; font-weight: 600; color: var(--c1); }

@media all and (max-width:480px) {

	.BlogList_row { grid-template-columns: repeat(1, 1fr); }
}









/* ========== ===== PAGE BANNER ===== ========== */
.page_banner { display: block; width: 100%; position: relative; background: url("assets/images/Page_Banner.jpg") no-repeat; z-index: 1; }
.page_banner:before { content: ""; display: block; width: 100%; height: 100%;
	position: absolute; top: 0; left: 0; background: linear-gradient(to right, #489e49 25%, #1a7246 78%); opacity: 90%; z-index: -1; }
.page_banner_row { width: 100%; padding: 110px 0; display: flex; justify-content: space-around; align-items: center; }
.page_banner_col { display:flex; flex-direction: column; align-items: center; color: #fff; text-align:center; }
.page_banner_col h2 { font-size: 32px; color: unset; text-transform: uppercase; }
.page_banner_col ul { display: flex; gap: 9px; }









/* ========== ===== BLOG ===== ========== */
.blog_ { display: block; width: 100%; padding: 0 60px; }

.blog_image { display: block; width: 100 box-shadow: var(--bs); }
.blog_image img { width: 100%; height: auto; border-radius: 12px; overflow: hidden; }

.blog_text { margin-top: 24px; }
.blog_text h1 { font-size: 32px; }
.blog_text h2 { font-weight: 500; font-size: 16px; }

.blog_text_ { display: block; margin-top: 24px; }
.blog_text_ h3 { display: block; font-size: 24px; }
.blog_text_ p { margin-top: 16px; }

@media all and (max-width: 480px) {
	.blog_ { padding: 0; }
	.blog_text h1 { font-size: 24px; }
	.blog_text_ h3 { display: block; font-size: 22px; }
}

@media (min-width: 500px) and (max-width: 1024px) {
	.blog_ { padding: 30px; }
}





/* ========== ========== ===== Footer ===== ========== ========== */
.footer { width: 100%; display: block; position: relative; background: #3e000a;}
	{background: linear-gradient(90deg, #29484ff0, #29484ff0), url("assets/images/pattern-10.webp")no-repeat center / cover;  }
.upper_section { display: block; padding: 80px 16px; position: relative; }
.footer_row { max-width: 1140px; margin: auto; display: flex; justify-content: space-between; align-items: flex-start; }
.footer_col { width: 33.33%; display: block; color: #cccccc; padding: 0 16px; }
.footer_col img { width: 260px; height: auto; }
.footer_col:nth-child(2) { padding-left: 40px; }
.footer_col:nth-child(3) { padding-left: 40px; }


.footer_col p { margin-top: 16px; }
.footer_social { display: inline-flex; gap: 8px; margin-top: 16px; }
.footer_social a { display: block; width: 38px; height: 38px; line-height: 38px; text-align: center;
	background: var(--c1); color: #fff; border-radius: 50%; transition: var(--ts); margin-top: 8px; }
.footer_social a:hover { margin-top: 0; margin-bottom: 8px; }

.footer_title { display: block; position: relative; padding-bottom: 16px; margin-bottom: 24px; font-size: 22px; font-weight: 800; z-index: 3; color: #fff; }
.footer_title:before,
.footer_title:after  { content: ""; display: inline-block; border-radius: 50px; position: absolute; }
.footer_title:after  { width: 40px; height: 3px; background: var(--c1); z-index: 1; bottom: 0; left: 0; }
.footer_title:before { width: 5px; height: 5px; background: #1d2024; z-index: 2; bottom: -1px; left: 30px; }

.footer_link { display: block; }
.footer_link li+li { margin-top: 8px; }
.footer_link li { transition: var(--ts); }
.footer_link li a { display: block; position: relative; }
.footer_link li a:before { content: "\f061"; font-family: "Font Awesome 6 Pro"; font-weight: 900; margin-right: 8px; font-size: 16px; color: var(--c1); }
.footer_link li:hover { margin-left: 16px; color: #fff; }

.footer_anch+.footer_anch { margin-top: 16px; }
.footer_anch { display: block; }
.footer_anch ul { display: flex; }
.footer_anch ul li { display: block; margin-top: 0; }
.footer_anch ul li:first-child { width: 52px; }
.footer_anch ul li:last-child  { width: 80%; }
.footer_anch ul li i { display: block; width: 42px; height: 42px; line-height: 42px; text-align: center;
	background: var(--c1); font-size: 18px; color: #fff; border-radius: 50%; }
.footer_anch ul li h4 { font-size: 14px; color: #fff; font-family: var(--ff2); letter-spacing: 1px; }
.footer_anch ul li p  {  margin-top: 0px; }
.footer_anch ul li a { display: block; margin-top: 8px; }

.footer_get+.footer_get { margin-top: 16px; }
.footer_get { display: block; }
.footer_get h4 { letter-spacing: 1px; margin-bottom: 4px; color: #fff; }
.footer_get a { display: block; padding-left: 16px; }

.bottom_section { width: 100%; display: block; position: relative; border-top: 1px solid #b0b0b0; }
.bottom_row { max-width: 1140px; margin: auto; display: block; text-align: center; }
.bottom_row p { padding: 30px 16px; color: #ccc; }
.bottom_row p a { color: #4bbf00; font-weight: 600; }

@media all and (max-width:480px) {
	.upper_section {  }
	.footer_row { flex-direction: column; gap: 32px; }
	.footer_col { width: 100%; padding: 0; }
	.footer_col:nth-child(2) { padding-left: 0px; }
	.footer_col:nth-child(3) { padding-left: 0px; }

	.footer_link { grid-template-columns: repeat(1, 1fr); }
}

@media (min-width: 500px) and (max-width: 1024px) {
	.footer_row { grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
	.footer_col { padding: 0; }
	.footer_col:nth-child(2) { padding-left: 0px; }
	.footer_col:nth-child(3) { padding-left: 0px; }

	.footer_link { grid-template-columns: repeat(2, 1fr); }
}
