body {
	font-family: 'nunito_reg';
}

.img_responsive {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	height: 100%;
}

.of_cover{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bg_gray {
	background-color: #f7f7f7;
	align-items: center;
}

.featured_top_wrap {
	flex-direction: row;
	height: 490px;
	width: 100%;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
}

.thumb_featured {
	flex: 0 0 calc(45% + 35px);
	width: calc(45% + 35px);
	height: inherit;
}

.post_featured {
	flex: 0 0 calc(55% - 35px);
	width: calc(55% - 35px);
}

.txt_wrapper {
	padding: 0 60px 0 120px;
	max-width: 100%;
}

.txt_wrapper h1,
.txt_wrapper h2 {
	padding: 0;
	margin: 0;
	font-family: "nunito_extrabold", sans-serif;
}

.txt_wrapper p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: "nunito_semi", sans-serif;
}


.txt_wrapper h1 a,
.txt_wrapper h2 a {
	text-decoration: none;
	color: #333;
	font-size: 42px;
	line-height: 52px;
	font-family: "nunito_extrabold", sans-serif;
}

.txt_wrapper ul {
	padding: 20px 0 20px 0;
	margin: 0;
}


.txt_wrapper ul li {
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	color: #000;
	font-family: 'nunito_semi';
}

.txt_wrapper_pad {
	padding: 0 120px 0 60px;
}

.txt_wrapper ul li a {
	color: #777;
	text-decoration: none;
	font-size: 16px;
	font-family: 'nunito_semi';
}

.wrap_hero_button {
	position: relative;
	margin-top: 30px;
}

.pad_section {
	padding: 20px 0 20px 0;
	/*margin: 20px 0 20px 0;*/
}

.heading_title {
	padding: 30px 0 30px 0;
	text-align: center;
	position: relative;
}
.heading_title.left{ text-align: left; }

.heading_title h2 {
	padding: 0;
	margin: 0;
	font-size: 42px;
	line-height: 52px;
	font-family: 'nunito_extrabold';
}


/*Form Subscribe*/
.horizontal_subscribe_wrapper {
	position: relative;
	align-items: center;
	padding: 30px 40px;
	background-color: #007E3B;
	box-shadow: 0 18px 24px rgb(0 126 59 / 20%);
	border-radius: 12px;
}

.horizontal_subscribe_wrapper h3,
.horizontal_subscribe_wrapper h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	font-family: 'nunito_extrabold';
}

.wrap_form {
	width: calc(100% - 176px);
	padding: 0 0 0 24px;
	margin-top: 0;
}

.wrap_form {
	position: relative;
	margin-top: 24px;
}

.field_wrapper {
	flex-direction: row;
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.form_group {
	display: block;
}



.form_group input[type="text"],
.form_group input[type="email"] {
	width: 100%;
	padding: 17px 25px;
	font-weight: 700;
	font-size: 14px;
	font-family: 'nunito_semi';
	line-height: 19px;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 28px;
}

.field_wrapper .form_group+.form_group {
	margin: 0 0 0 20px;
}

.form_group input[type="text"]:focus,
.form_group input[type="email"]:focus {
	outline: none;
	border-color: #FFF;
}

.form_group input[type="submit"] {
	width: 108px;
	margin: 0 auto;
	padding: 19px 34px 18px 35px;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #292929;
	border: 0;
	border-radius: 28px;
	cursor: pointer;
}

.form_group .btn {
	padding: 19px 34px 18px 35px;
	background-color: #fff;
	border-radius: 28px;
}

.form_group ::placeholder {
	color: #fff;
}

.item_list_post {
	position: relative;
	margin-bottom: 30px;
}

.item_list_post .thumb {
	position: relative;
}

.item_list_post .post_item_list {
	position: relative;
}

.item_list_post .post_item_list .category {
	color: #007E3B;
	padding: 15px 0 0 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-family: 'nunito_extrabold';
}

.item_list_post .post_item_list h3 {
	padding: 15px 0 10px 0;
	margin: 0;
}

.item_list_post .post_item_list h3 a:hover {
	color: #007E3B;
}

.item_list_post .post_item_list h3 a {
	color: #292929;
	text-decoration: none;
	font-size: 22px;
	font-family: 'nunito_extrabold';
}

.item_list_post .post_item_list ul {
	padding: 0px;
	margin: 0;
}

.item_list_post .post_item_list ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	line-height: 26px;
	color: #000;
	font-family: 'nunito_semi';
}

.item_list_post .post_item_list ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-family: 'nunito_semi';
}

.item_list_post .post_item_list p a {
	color: #007E3B;
	text-decoration: none;
	font-family: 'nunito_bold';
}

.pagination_numb_wrap {
	position: relative;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
	justify-content: center;
}

.pagination_numb_wrap ul {
	padding: 0;
	margin: 0;
}

.pagination_numb_wrap ul li {
	display: inline-block;
	text-align: center;
}

.pagination_numb_wrap ul li a {
	color: black;
	width: 52px;
	height: 52px;
	display: block;
	border-radius: 100%;
	padding: 17px 0;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	font-family: 'nunito_bold';
}

.pagination_numb_wrap ul li a:hover:not(.active) {
	background-color: #fff;
	box-shadow: none;
}


.pagination_numb_wrap ul li a.active {
	background-color: #007E3B;
	box-shadow: 0 18px 24px rgb(0 126 59 / 20%);
	color: white;
}

.wrap_logo_foot {
	position: relative;
}

.foot_menu {
	position: relative;
}

.foot_menu ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.foot_menu ul li a {
	color: #000;
	border-radius: 100%;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	font-family: 'nunito_bold';
}

footer {
	border-top: 1px solid #ccc;
}

.popular-articles {
	overflow: hidden;
}

.popular-articles .tns-outer {
	width: 62.15vw;
}

.popular-articles .tns-inner {
	margin-left: 0 !important;
}

.carousel-btn {
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 26px;
	background-color: rgba(0, 126, 59, 0.33);
	border: 0;
	outline: none;
	appearance: none;
	cursor: pointer;
	transition: background-color .25s;
}
.carousel-btn:hover {background-color: #007E3B;}
.carousel-btn .feather {stroke: #000;transition: stroke .25s;}
.carousel-btn:hover .feather {stroke: #fff}
.carousel-btn__next {margin-left: 24px;}
.article-grid {margin-bottom: -30px;}
.article-grid > [class^=col] {padding-bottom: 30px;}