@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
body {
	font-family: "Play", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	color: #2c2f34;
}
body.dark-skin {
	background: #27292d;
	color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.2;
}
a {
	color: #212428;
	text-decoration: none;
	background-color: transparent;
	transition: all .3s ease-in-out;
}
body.dark-skin a{
	color: #fff;
}
a:hover, body.dark-skin a:hover{
	color: #028f67;
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
button:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .4s ease-out;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1200px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
.pitw_siteWrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
/************* Header CSS start *************/
.pitw_header {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.header_topbar {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dark-skin .header_topbar {
	background-color: #2c2e32;
	color: #ccc;
	border-bottom: 1px solid rgb(32, 32, 32);
}
.topbar_inner {
	display: flex;
	justify-content: space-between;
}
.header_time {
	font-size: 14px;
	line-height: 35px;
}
.header_time i {
	margin-right: 5px;
	display: inline-block;
	line-height: 35px;
}
.topbar_icons .components {
	display: flex;
}
.topbar_icons .components li {
	margin-left: 10px;
}
.topbar_icons .components li a {
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	cursor: pointer;
}
.change_skin_icon{
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.change_skin_icon::before {
	content: "\f186";
}
.dark-skin .change_skin_icon{
	font-family: 'Line Awesome Free';
  	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.dark-skin .change_skin_icon::before {
	content: "\f185";
}
.header_main {
	padding: 15px 0;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo img {
	max-height: 60px;
	max-width: 300px;
	width: auto;
}
.header_logo .header_logo_light, .dark-skin .header_logo .header_logo_dark {
	display: none;
}
.dark-skin .header_logo .header_logo_light {
	display: block;
}
.header_banner {
	margin-left: 15%;
}
.pitw_main_nav {
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}
.dark-skin .pitw_main_nav {
	background: #1f2024;
	border: 1px solid rgb(58, 57, 57);
	border-bottom: 0;
}
.pitw_main_nav > ul {
	display: flex;
	flex-wrap: wrap;
}
.pitw_main_nav > ul > li {
	display: inline-block;
}
.pitw_main_nav > ul > li > a {
	font-size: 17px;
	font-weight: 600;
	padding: 0 12px;
	line-height: 60px;
	display: block;
}
.pitw_main_nav > ul > li > a > i{
	font-size: 16px;
}
.pitw_main_nav > ul > li.current-menu-item > a, .pitw_main_nav > ul > li > a:hover {
	background: #028f67;
	color: #fff;
}
.pitw_main_nav > ul > li.current-menu-item.menu-item-home > a {
	background: transparent;
	color: #212428;
}
.dark-skin .pitw_main_nav > ul > li.current-menu-item.menu-item-home > a {
	color: #fff;
}
.pitw_main_nav > ul > li.current-menu-item.menu-item-home > a:hover  {
	background: #028f67;
	color: #fff;
}
.pitw_main_nav .main-nav li.menu-item-has-children {
	position: relative;
}
.pitw_main_nav > ul > li.menu-item-has-children > a {
	position: relative;
	padding-right: 20px;
}
.pitw_main_nav > ul > li.menu-item-has-children > a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 2px;
	font-weight: 900;
}
.pitw_main_nav .main-nav > li > .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 230px;
	border-top: 2px solid #028f67;
	padding: 10px 20px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	z-index: 99;
}
.dark-skin .pitw_main_nav .main-nav > li > .sub-menu {
	background: #1f2024;
}
.pitw_main_nav .main-nav > li:hover > .sub-menu {
	display: block;
	visibility: visible;
	opacity: 1;
}
.pitw_main_nav .main-nav > li > .sub-menu > li.menu-item-has-children > a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 5px;
	font-weight: 900;
}
.pitw_main_nav .main-nav > li > .sub-menu > li > .sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: 200px;
	border-top: 2px solid #028f67;
	padding: 10px 20px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.dark-skin .pitw_main_nav .main-nav > li > .sub-menu > li > .sub-menu {
	background: #1f2024;
}
.pitw_main_nav .main-nav li > .sub-menu > li:hover > .sub-menu {
	display: block;
	visibility: visible;
	opacity: 1;
}
.pitw_main_nav .main-nav > li > .sub-menu li {
	margin: 7px 0;
}
.pitw_main_nav .main-nav > li > .sub-menu li a {
	font-size: 15px;
	display: block;
}
.dark-skin .pitw_main_nav .main-nav > li > .sub-menu li a:hover {
	columns: #028f67;
}
.pitw_main_nav .main-nav > li > .sub-menu li i {
	font-size: 13px;
}
.home .header_nav_inner.sticky {
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	z-index: 999;
}
.home .sticky .pitw_main_nav {
	border: 0;
}
.home.dark-skin .header_nav_inner.sticky {
	background: #1f2024;
	box-shadow: 0 0 10px 5px rgb(49, 49, 49);
}
.overlap_search {
	position: fixed;
	top: 0;
	left: 50%;
	width: 0;
	height: 100vh;
	background: #000000de;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out, opacity 0.5s ease;
	z-index: 9;
}
.overlap_hide {
	position: absolute;
	right: 10px;
	color: #fff;
	font-size: 26px;
	top: 10px;
	line-height: 30px;
	width: 30px;
	text-align: center;
}
.overlap_search_box {
	margin: 90px auto 0;
	max-width: 720px;
	position: relative;
	background: #000;
	display: flex;
	padding: 25px;
	border-radius: 36px;
	box-shadow: 2px 2px 5px 0px #343131;
}
.overlap_search_box input, .overlap_search_box input:focus {
	background: #000;
	border: 0;
	outline: none;
	box-shadow: none;
	font-size: 24px;
	color: #fff;
	padding: 0;
}
.overlap_search_box .src_btn {
	background: #000;
	box-shadow: none;
	outline: 0;
	border: 0;
	color: #fff;
	font-size: 24px;
	padding: 0;
	width: 36px;
}
@media (max-width: 991.98px) { 
	.pitw_header {
		box-shadow: none;
		margin-bottom: 20px;
	}
	.dark-skin .pitw_header {
		box-shadow: none;
	}
	.header_main {
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
		margin-bottom: 20px;
	}
	.dark-skin .header_main {
		box-shadow: 0 0 10px 5px rgb(66, 66, 66);
		background: #1f2024;
	}
	.logo_wrapper {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.menu_open_trigger {
		font-size: 22px;
		cursor: pointer;
	}
	.header_logo img {
		max-height: 52px;
		max-width: 190px;
	}
	.mobile_header_components a {
		font-size: 20px;
		cursor: pointer;
	}
	.mobile_header_components a.overlap_open {
		margin-left: 10px;
	}
	#pitw_slide_menu {
		z-index: 999;
		box-shadow: 2px 2px 8px 2px rgb(0,0,0,.4);
		overflow: auto;
		overflow-x: hidden;
		background: #1f2024;
		position: fixed;
		top: 0;
		width: 100%;
		left: -102%;
		height: 100vh;
		z-index: 99;
		transition: .2s;
	}
	.pitw_sbhead {
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0 3px 6px rgb(69, 69, 69);
		position: sticky;
		top: 0;
		left: 0;
		z-index: 9;
		padding: 16px 26px;
	}
	.slide_menu_logo img {
		max-height: 34px;
		max-width: 160px;
	}
	.pitw_sbhead .menu_close_trigger {
		color: #fff;
		font-size: 26px;
		line-height: 32px;
		width: 32px;
		text-align: center;
		cursor: pointer;
	}
	.pitw_sbbody {
		padding: 15px 26px;
	}
	.mobile_nav > li {
		border-bottom: 1px solid #393737;
		padding: 10px 0;
	}
	.mobile_nav li.menu-item-has-children {
		position: relative;
	}
	.mobile_nav  li.menu-item-has-children::after {
		content: "\f107";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 16px;
		position: absolute;
		top: 12px;
		right: 0px;
		color: #fff;
		line-height: 24px;
		cursor: pointer;
		margin: 0;
		width: 24px;
		text-align: center;
	}
	.mobile_nav  li.menu-item-has-children.sub_open::after {
		content: "\f106";
	}
	.mobile_nav li a {
		color: #fff;
	}
	.mobile_nav li .sub-menu {
		display: none;
		padding-top: 10px;
		padding-left: 17px;
	}
	.mobile_nav li .sub-menu  li {
		padding: 5px 0;
	}
	.mobile_nav li .sub-menu li a {
		font-size: 15px;
	}
	.mobile_nav li .sub-menu li a i {
		font-size: 14px;
	}
	.hbsiconbox {
		display: flex;
		justify-content: center;
	}
	.hbsiconbox a {
		color: #fff;
		margin: 3px;
	}
	.hbsiconbox a i {
		width: 32px;
		line-height: 32px;
		text-align: center;
		border-radius: 50%;
		transition: all .3s ease-in-out;
		font-size: 18px;
	}
	.hbsiconbox a:hover [class*="facebook"]{background: #1877f2;}
	.hbsiconbox a:hover [class*="twitter"]{background: #1da1f2;}
	.hbsiconbox a:hover [class*="instagram"]{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);}
	.hbsiconbox a:hover [class*="linkedin"]{background: #0077b5;}
	.hbsiconbox a:hover [class*="youtube"]{background: red;}
	.hbsiconbox a:hover [class*="rss"]{background: #f26522;}
	.hbsiconbox a:hover [class*="pinterest"]{background: #ba2d34;}
}
@media (max-width: 767.98px) { 
	.overlap_search_box {
		margin: 90px 5% 0;
		max-width: 100%;
		padding: 15px 20px;
		border-radius: 26px;
	}
	.overlap_search_box input, .overlap_search_box input:focus {
		font-size: 17px;
	}
	.overlap_search_box .src_btn {
		font-size: 18px;
		width: 30px;
	}
	.header_banner_sm img {
		width: auto;
		display: block;
		margin: 0 auto;
	}
}
/************* Header CSS End *************/
.pitw_main {
	margin-bottom: 30px;
}
/************* Footer CSS start *************/
.pitw_footer {
	background: #1f2024;
	padding: 25px 0 20px;
	text-align: center;
	margin-top: 30px;
	margin-top: auto;
}
.pitw_footer .copyright {
	font-size: 13px;
	margin-bottom: 10px;
	color: #fff;
}
.pitw_footer .copyright a {
	color: #028f67;
}
.footer_social {
	display: flex;
	justify-content: center;
}
.footer_social a {
	margin: 0 4px;
	color: #fff;
}
.footer_social a i {
	width: 26px;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
}
.footer_social a:hover [class*="facebook"]{background: #1877f2;}
.footer_social a:hover [class*="twitter"]{background: #1da1f2;}
.footer_social a:hover [class*="instagram"]{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);}
.footer_social a:hover [class*="linkedin"]{background: #0077b5;}
.footer_social a:hover [class*="youtube"]{background: red;}
.footer_social a:hover [class*="rss"]{background: #f26522;}
.footer_social a:hover [class*="pinterest"]{background: #ba2d34;}
.pitw_scrollTop {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	width: 34px;
	height: 34px;
	line-height: 34px;
	right: 16px;
	bottom: 20px;
	background: #028f67;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50%;
	color: #fff;
}
.pitw_scrollTop.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}
.pitw_scrollTop i.fa {
	font-size: 20px;
	line-height: 34px;
}
@media (max-width: 767.98px) { 
	.pitw_footer {
		padding: 20px 0 15px;
		margin-top: 20px;
	}
}
/************* Footer CSS End *************/
/************* Archive Post CSS start *************/
.archive_header {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.pitw_breadcrumb {
	margin-bottom: 10px;
}
.pitw_breadcrumb, .pitw_breadcrumb a:not(:hover) {
	color: #999999;
}
.pitw_breadcrumb a i {
	font-size: 12px;
	margin-right: 2px;
}
.pitw_breadcrumb .delimiter {
	margin: 0 3px;
	font-style: normal;
}
.archive_title {
	margin-bottom: 12px;
}
.archive_title h1 {
	margin: 0;
	font-size: 26px;
}
.archive_desc p {
	margin: 0;
}
.archive_search_box {
	display: flex;
}
.archive_search_box .srch_keyword {
	box-shadow: none;
	outline: 0;
	border: 1px solid rgba(0,0,0,0.1);
	margin-right: 15px;
}
.dark-skin .archive_search_box .srch_keyword {
	background: transparent;
	border-color: rgba(255,255,255,0.1);
	color: #fff;
}
.archive_search_box .src_btn {
	background: #028f67;
	color: #fff;
	border: 0;
	padding: 0 20px;
	border-radius: 4px;
}
.archive_posts {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 25px;
	border-radius: 15px;
}
.dark-skin .archive_posts, .dark-skin .archive_header {
	background: #1f2024;
	border-color: rgba(255,255,255,0.1);
}
.archive_post_item {
	display: flex;
	margin-top: 24px;
	width: 100%;
}
.dark-skin .archive_post_item {
	background: #1c1c1d;
	padding: 10px;
	border-radius: 15px;
}
.archive_post_item:first-child {
	margin-top: 0;
}
.arch_post_thumb {
	margin-right: 25px;
	float: none;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 420px;
	position: relative;
}
.arch_post_thumb .post_thumb {
	position: relative;
	height: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: opacity 0.2s;
}
.arch_post_thumb img {
	border-radius: 15px;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.arch_post_thumb .post_cat{
	position: absolute;
	bottom: 10px;
	margin: 0;
	right: 10px;
	z-index: 3;
	display: block;
}
.arch_post_thumb .post_cat a {
	color: #fff;
	background: #028f67;
	padding: 0 8px 2px;
	border-radius: 5px;
	line-height: 20px;
	display: inline-block;
	font-size: 14px;
}
.arch_post_details {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.pitw_post_meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
}
.arch_post_details .post_title {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.3;
}
.pitw_post_meta .author_meta {
	display: flex;
	align-items: center;
}
.pitw_post_meta .author_meta img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.pitw_post_meta .author_meta a {
	color: #767676;
	font-size: 12px;
	line-height: 16px;
}
.pitw_post_meta .meta_view {
	color: #f11e1e;
	font-size: 13px;
	line-height: 16px;
	display: block;
}
.pitw_post_meta .meta_view i {
	font-size: 16px;
	font-weight: 900;
}
.pitw_post_meta .comment_meta {
	margin-left: auto;
	margin-right: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #767676;
}
.pitw_post_meta .comment_meta a:not(:hover){
	color: #767676;
}
.pitw_post_meta .time_meta {
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin-left: 12px;
}
.pitw_post_meta .time_meta i {
	font-size: 11px;
	line-height: 16px;
}
.arch_post_details p {
	color: #666666;
	word-break: break-word;
	margin-bottom: 10px;
}
.dark-skin .pitw_post_meta .author_meta a:not(:hover), .dark-skin .arch_post_details p, .dark-skin .pitw_post_meta .comment_meta a:not(:hover) {
	color: #ccc;
}
.arch_post_details .read_more {
	color: #fff;
	background: #028f67;
	padding: 5px 15px 7px;
	border-radius: 35px;
	line-height: 20px;
	display: inline-block;
	font-size: 14px;
	white-space: nowrap;
	word-wrap: normal;
}
.no_posts_message {
	margin: 0;
	font-size: 18px;
}
.archive_navigation {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.archive_navigation .nav_next, .archive_navigation .nav_previous {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
}
.archive_navigation .nav_next {
	margin-left: auto;
}
.archive_navigation .nav_next a, .archive_navigation .nav_previous a {
	display: block;
}
.archive_navigation .nav_next span {
	display: inline-block;
	line-height: 20px;
	padding: 7px 10px 7px 15px;
	border-right: 1px solid rgba(0,0,0,0.1);
	font-size: 13px;
}
.archive_navigation .nav_next i {
	display: inline-block;
	line-height: 20px;
	padding: 7px 12px 7px 8px;
	font-size: 12px;
}
.archive_navigation .nav_previous span {
	display: inline-block;
	line-height: 20px;
	padding: 7px 15px 7px 10px;
	border-left: 1px solid rgba(0,0,0,0.1);
	font-size: 13px;
}
.archive_navigation .nav_previous i {
	display: inline-block;
	line-height: 20px;
	padding: 7px 8px 7px 12px;
	font-size: 12px;
}
.dark-skin .archive_navigation .nav_next, .dark-skin .archive_navigation .nav_previous, .dark-skin .archive_navigation .nav_next span, .dark-skin .archive_navigation .nav_previous span {
	border-color: rgba(255,255,255,0.1);
}
@media (max-width: 991.98px) { 
	.main_content {
		margin-bottom: 30px;
	}
}
@media (max-width: 767.98px) { 
	.archive_header {
		padding: 20px 15px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.archive_posts {
		padding: 20px 15px;
		border-radius: 10px;
	}
	.arch_post_thumb {
		-webkit-flex: 1 0 40%;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
		width: 40%;
		max-width: 40%;
		margin-right: 3.55%;
	}
	.arch_post_thumb img {
		border-radius: 10px;
	}
	.pitw_post_meta {
		justify-content: left;
	}
	.pitw_post_meta .author_meta {
		margin-right: 10px;
	}
	.pitw_post_meta .comment_meta {
		margin-left: inherit;
		margin-right: 10px;
	}
	.dark-skin .archive_post_item {
		background: transparent;
		padding: 0;
		border-radius: 0;
	}
}
@media (max-width: 575.98px) { 
	.main_content {
		margin-bottom: 25px;
	}
	.archive_header {
		padding: 15px 12px;
		margin-bottom: 15px;
	}
	.pitw_breadcrumb {
		margin-bottom: 5px;
	}
	.archive_title {
		margin-bottom: 5px;
	}
	.archive_desc p {
		font-size: 12px;
	}
	.archive_posts {
		padding: 12px 10px;
		border-radius: 10px;
	}
	.archive_post_item {
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.arch_post_thumb {
		width: 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
		margin: 0 0 12px 0;
	}
}
/************* Archive Post CSS End *************/
/*************  Sidebar CSS start *************/
.pitw_recent_popular_wrap, .pitw_categories_wrap, .pitw_facebook_plg {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
	margin-bottom: 30px;
}
.dark-skin .pitw_recent_popular_wrap, .dark-skin .pitw_categories_wrap, .dark-skin .pitw_facebook_plg {
	background-color: #1f2024;
	border-color: rgba(255,255,255,0.1);
}
.nav_tabs {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dark-skin .nav_tabs{
	border-color: rgba(255,255,255,0.1);
}
.nav_tabs .nav-item {
	width: 33.33333%;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.dark-skin .nav_tabs .nav-item {
	border-color: rgba(255,255,255,0.1);
}
.nav_tabs .nav-item:last-child {
	border-right: 0;
}
.nav_tabs .nav-item .nav_link {
	font-size: 18px;
	background: rgba(0,0,0,0.02);
	width: 100%;
	display: block;
	line-height: 60px;
}
.dark-skin .nav_tabs .nav-item .nav_link {
	background: rgba(0,0,0,0.1);
}
.nav_tabs .nav-item .nav_link.active {
	background: transparent;
	color: #028f67;
}
.nav_tabs .nav-item:first-child .nav_link {
	border-radius: 15px 0 0 0;
}
.nav_tabs .nav-item:last-child .nav_link {
	border-radius: 0 15px 0 0;
}
.nav_tabs .nav-item .nav_link .far, .nav_tabs .nav-item .nav_link.active .fas {
	display: none;
}
.nav_tabs .nav-item .nav_link.active .far {
	display: inline-block;
}
.tab-content {
	position: relative;
	transition: 0.3s;
	padding: 18px 25px;
}
.sidebar_post_item, .sidebar_comment_item {
	padding: 7px 0;
	overflow: hidden;
}
.sd_post_thumbnail {
	float: left;
	margin-right: 15px;
	position: relative;
}
.sd_post_thumbnail .post_thumb {
	position: relative;
	height: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: opacity 0.2s;
}
.sd_post_thumbnail .post_thumb img {
	width: 110px;
	border-radius: 10px;
	min-height: 65px;
	max-height: 75px;
}
.sd_post_content {
	padding-left: 125px;
}
.sd_post_content a {
	display: block;
}
.sd_post_content h4 {
	font-size: 15px;
	margin: 0;
}
.sd_comment_avatar {
	width: 70px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.sd_comment_avatar img {
	border-radius: 50%;
	max-width: 110px;
}
.sd_comment_content {
	padding-left: 85px;
}
.sd_comment_content a {
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.sd_comment_content p {
	font-size: 12px;
	margin: 0;
}
.pitw_categories_wrap, .pitw_facebook_plg {
	padding: 25px;
}
.sidebar_title, .comment-reply-title {
	color: #ffffff;
	padding: 6px 12px 7px 25px;
	position: relative;
	opacity: 0.99;
	display: inline-block !important;
	width: auto;
	line-height: 1.3;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}
.sidebar_title::before, .comment-reply-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: skew(-20deg) translateX(6px);
	-ms-transform: skew(-20deg) translateX(6px);
	transform: skew(-20deg) translateX(6px);
	background: #111;
}
.sidebar_title i {
	margin-right: 5px;
}
.category_item {
	padding: 5px 0 5px 12px;
	font-size: 15px;
	text-align: right;
}
.category_item:last-child {
	padding-bottom: 0;
}
.category_item a {
	float: left;
	white-space: nowrap;
	word-wrap: normal;
}
.category_item a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	display: inline-block;
	line-height: 18px;
	width: 12px;
	margin-left: -12px;
	text-align: left;
	font-weight: 600;
}
.category_item a + span {
	display: inline-block;
	background-color: #028f67;
	text-align: center;
	font-size: 12px;
	padding: 0 5px;
	min-width: 24px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 35px;
}
.pitw_facebook_plg{margin-bottom: 0;}
.dark-skin .single_post_wrap, .dark-skin .social_share_buttons, .dark-skin .athore_meta_box, .dark-skin .related_articles, .dark-skin .pitw_coments_box, .dark-skin .pitw_coment_form_box {
	background-color: #1f2024;
	border-color: rgba(255,255,255,0.1);
}
.dark-skin .comment-notes, .dark-skin .logged-in-as {
	color: #d4f8ed;
}
.dark-skin #commentform #comment, .dark-skin #commentform input#author, .dark-skin #commentform input#email, .dark-skin #commentform input#url {
	border-color: rgba(255,255,255,0.1);
	background: #27292d;
	color: #fff;
}
@media (max-width: 767.98px) { 
	.tab-content {
		padding: 13px 15px;
	}
	.pitw_categories_wrap, .pitw_facebook_plg {
		padding: 20px 15px;
	}
	.pitw_recent_popular_wrap, .pitw_categories_wrap, .pitw_facebook_plg {
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.pitw_facebook_plg {
		margin-bottom: 0;
	}
	.nav_tabs .nav-item:first-child .nav_link {
		border-radius: 10px 0 0 0;
	}
	.nav_tabs .nav-item:last-child .nav_link {
		border-radius: 0 10px 0 0;
	}
}
@media (max-width: 575.98px) { 
	.nav_tabs .nav-item .nav_link {
		line-height: 45px;
	}
	.tab-content {
		padding: 8px 12px;
	}
	.pitw_categories_wrap, .pitw_facebook_plg {
		padding: 15px 12px;
	}
}
/************* Sidebar CSS End *************/

/************* Page CSS start *************/
.page_content_wrap {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
	padding: 30px;
}
.dark-skin .page_content_wrap{
	background-color: #1f2024;
	border-color: rgba(255,255,255,0.1);
}
.page_content_wrap .pitw_breadcrumb {
	margin-bottom: 20px;
}
.contact_page_content p {
	font-size: 16px;
	color: gray;
}
.dark-skin .contact_page_content p {
	color: #e6e6e6;
}
.contact_page_content p a {
	color: #028f67;
}
.pitw-contact_form label, .pitw-contact_form span {
	display: block;
}
.pitw-contact_form input {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 6px 12px;
	box-shadow: none;
	outline: 0;
}
.pitw-contact_form textarea {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 6px 12px;
	box-shadow: none;
	outline: 0;
}
.dark-skin .pitw-contact_form input, .dark-skin .pitw-contact_form textarea {
	background: #27292d;
	border-color: rgba(255,255,255,0.1);
	color: #fff;
}
.pitw-contact_form input.wpcf7-submit {
	width: auto;
	background: #028f67;
	color: #fff;
	border: 0;
	padding: 5px 30px;
	border-radius: 35px;
}
.error-wrpp {
	text-align: center;
	padding: 30px 0 60px;
}
.error-title {
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 7px;
	margin-bottom: 10px;
	-webkit-text-stroke: 3px #028f67;
	-webkit-text-fill-color: #fff;
	-webkit-animation: fill .6s infinite alternate;
	text-shadow: 0 2px 4px #000;
	display: inline-block;
	line-height: 1;
}
@-webkit-keyframes fill {
	from {
	 -webkit-text-fill-color:#028f67
	}
	to {
	 -webkit-text-fill-color:#ddd
	}
}
.error-page-sub {
	font-size: 32px;
	font-weight: 600;
}
.error-page-sub2 {
	font-size: 18px;
}
.error_btn a {
	background: #028f67;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	transition: .8s all;
	border-radius: 35px;
}
.error_btn a:hover {
	background: #5c8f02;
	color: #fff;
}
@media (max-width: 767.98px) {
	.page_content_wrap {
	  border-radius: 10px;
	  padding: 15px;
	}
	.error-wrpp {
		padding: 20px 0 30px;
	}
	.error-title {
		font-size: 75px;
	}
	.error-page-sub {
		font-size: 26px;
	}
	.error-page-sub2 {
		font-size: 16px;
	}
	.error_btn a {
		padding: 6px 20px;
		font-size: 15px;
	}
}
/************* Page CSS End *************/

/************* Single CSS start *************/
.single_post_wrap {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
	margin-bottom: 30px;
}
.single_thumbnail {
	position: relative;
}
.single_thumbnail img {
	border-radius: 15px 15px 0 0;
	max-height: 480px;
}
.single_thumbnail .caption_thumb {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	background: #27292d;
	color: #fff;
	padding: 4px 10px;
	font-size: 12px;
}
.single_content {
	padding: 30px 30px;
}
.single_content .pitw_breadcrumb {
	margin-bottom: 15px;
}
.post_categories {
	margin-bottom: 5px;
}
.post_categories a {
	display: inline-block;
	margin: 0 10px 5px 0;
	background: #028f67;
	color: #fff;
	font-size: 12px;
	padding: 3px 13px;
	border-radius: 35px;
}
.single_title {
	font-size: 32px;
	margin-bottom: 15px;
}
.single_content .pitw_post_meta {
	margin-bottom: 20px;
}
.post_details, .page_content {
	font-size: 16px;
	text-align: justify;
}
.post_details p, .page_content p {
	margin-bottom: 20px;
}
.post_details h1, .post_details h2, .post_details h3, .post_details h4, .post_details h5, .post_details h6,
	.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
	margin-bottom: 15px;
	margin-top: 20px;
}
.post_details h1, .page_content h1 {
	font-size: 32px;
}
.post_details h2, .page_content h2 {
	font-size: 28px;
}
.post_details h3, .page_content h3 {
	font-size: 25px;
}
.post_details h4, .page_content h4 {
	font-size: 22px;
}
.post_details h5, .page_content h5 {
	font-size: 20px;
}
.post_details h6, .page_content h6 {
	font-size: 18px;
}
.post_details ul, .post_details ol, .page_content ul, .page_content ol{
	padding-left: 20px;
}
.post_details ul li, .page_content ul li {
	list-style: disc;
	margin-bottom: 8px;
}
.post_details ol li, .page_content ol li {
	list-style: decimal;
	margin-bottom: 8px;
}
.post_details blockquote, .page_content blockquote{
	margin: 20px 0;
	background: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 9px;
	font-style: italic;
}
.post_details blockquote p, .page_content blockquote p {
	margin-bottom: 7px;
}
.post_details .video, .page_content .video {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 25px;
}
.post_details .video iframe, .page_content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post_details a, .page_content a {
	color: #028f67;
}
.singleSubjects a {
	background: rgba(0,0,0,0.03);
	margin: 5px 5px 0 0;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px 13px;
	border-radius: 35px;
	display: inline-block;
}
.dark-skin .singleSubjects a {
	border-color: rgba(255,255,255,0.1);
}
.social_share_buttons {
	background: #fafafa;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 18px 28px;
	font-size: 0;
}
.social_share_buttons .share_title {
	display: inline-block;
	margin: 2px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
	border-radius: 2px;
	margin-left: 0;
	font-size: 15px;
}
.social_share_buttons a {
	display: inline-block;
	margin: 2px;
	height: 30px;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
	border-radius: 2px;
	color: #ffffff;
	background: #444;
}
.social_share_buttons a:hover {
	opacity: 0.8;
	color: #fff;
}
.social_share_buttons a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	text-align: center;
	font-size: 16px;
}
.social_share_buttons a span {
	padding-left: 6px;
	padding-right: 8px;
	height: 20px;
	margin-top: 5px;
	line-height: 20px;
	font-size: 11px;
	float: left;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.social_share_buttons a.facebook {
	background: #4080FF;
}
.social_share_buttons a.twitter {
	background: #40bff5;
}
.social_share_buttons a.linkedin {
	background: #238cc8;
}
.social_share_buttons a.tumblr {
	background: #35465c;
}
.social_share_buttons a.pinterest {
	background: #e13138;
}
.social_share_buttons a.reddit {
	background: #ff4500;
}
.athore_meta_box, .related_articles, .pitw_coments_box, .pitw_coment_form_box{
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
}
.athore_meta_box .author_info {
	overflow: hidden;
}
.author_info .author_avatar {
	float: left;
}
.author_info .author_avatar img {
	border-radius: 50%;
	max-width: 111px;
}
.author_info .author_desc {
	padding-left: 20px;
	overflow: hidden;
}
.author_info .author_desc .author-name {
	font-size: 18px;
	margin-bottom: 5px;
}
.author_info .author_desc .author_description {
	margin: 5px 0 10px;
}
.sidebar_title.color_t::before, .comment-reply-title:before {
	background: #028f67;
}
.comment-reply-title a {
	color: #fff;
}
.comment-reply-title small a {
	font-size: 12px;
	color: #d6d5d5;
	margin-left: 7px;
}
.related_articles_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.related_article {
	width: 33.333333%;
	padding: 0 10px;
}
.related_article:nth-child(4) {
	display: none;
}
.related_article a {
	display: block;
}
.related_article img {
	border-radius: 10px;
	height: 130px;
	margin-bottom: 12px;
}
.related_article h4 {
	font-size: 16px;
	margin: 0;
}
.comment-notes, .logged-in-as {
	font-style: italic;
	color: #02553d;
}
.comment-notes a, .logged-in-as a{
	color: #028f67;
}
#commentform label {
	display: block;
	font-weight: 600;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	width: 100%;
	padding: 5px 15px;
	outline: 0;
	box-shadow: none;
}
#commentform #comment {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	background: #fbfbfb;
	padding: 7px 15px;
	outline: 0;
	box-shadow: none;
}
#commentform .comment-form-cookies-consent {
	display: flex;
}
#commentform .comment-form-cookies-consent label {
	font-weight: normal;
	margin-left: 7px;
}
#commentform p.form-submit {
	margin-bottom: 0;
}
#commentform #submit {
	border: 0;
	box-shadow: none;
	outline: 0;
	background: #028f67;
	color: #fff;
	padding: 7px 25px;
	border-radius: 27px;
	font-weight: 600;
}
.comment-list .comment {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden
}
.comment-list .comment.pingback {
	padding-bottom:5px;
	margin-bottom:5px
}
.comment-list .comment:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0
}
.comment-list .comment #respond {
	margin-top:10px;
	margin-left:90px
}
.comment-list .comment-author img {
	border-radius: 50%;
	box-shadow: 0 0 8px #e0e7f1;
	border: 2px solid #ffffff;
	margin: 6px 20px 0px 0px;
	float: left;
	width: 70px;
	height: 70px;
}
.comment-list .comment-author .fn {
	font-size:18px;
	margin-bottom:10px
}
.comment-list .comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 13px;
	line-height: 14px;
}
.comment-list .comment-content {
	overflow: hidden;
	padding-top: 5px;
	line-height: 1.4;
}
.comment-list .comment-content a {
	color:#028f67
}
.comment-list .comment-content a:hover {
	color:#028f67
}
.comment-list .comment-body {
	overflow:hidden
}
.comment-list .comment-body p {
	margin-bottom:7px
}
.comment-list .comment-awaiting-moderation {
	display:block;
	margin-bottom:10px
}
.comment-list .comment-edit-link {
	padding-left:5px
}
.comment-list .reply {
	margin-left:90px
}
.comment-list .reply a {
	background:#2c2f34;
	color:#ffffff;
	padding:0 10px;
	line-height:25px;
	display:block;
	float:left;
	border-radius:2px;
	margin:10px 0
}
.comment-list .reply a:hover {
	background:#028f67;
	color:#fff
}
.comment-list ol.children {
	margin-left:75px;
	margin-top:20px
}
.comment-list ol.children li {
	border-bottom:0;
	padding-bottom:10px;
	margin-bottom:10px
}
.comment-list ol.children .comment-author img {
	width:60px;
	height:60px
}
.comment-list ol.children .reply,
.comment-list ol.children #respond {
	margin-left:80px
}
.pitw_coment_form_box{
	margin-bottom: 0;
}
.comment-navigation {
	margin-bottom: 30px;
}
.comment-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}
.comment-navigation .nav-links .nav-next {
	margin-left: auto;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
}
.dark-skin .comment-navigation .nav-next, .dark-skin .comment-navigation .nav-previous{
	border-color: rgba(255,255,255,0.1);
}
.comment-navigation .nav-next a, .comment-navigation .nav-previous a {
	padding: 0 15px;
	display: block;
	line-height: 32px;
}
.comment-navigation .nav-next a:after{
	content: "\f054";
	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
	display: inline-block;
	padding-left: 10px;
	font-size: 11px;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-left: 10px;
	line-height: 32px;
}
.comment-navigation .nav-previous a::before {
	content: "\f053";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	padding-right: 10px;
	font-size: 11px;
	border-right: 1px solid rgba(0,0,0,0.1);
	margin-right: 10px;
	line-height: 32px;
}
.dark-skin .comment-navigation .nav-next a:after, .dark-skin .comment-navigation .nav-previous a::before{
	border-color: rgba(255,255,255,0.1);
}
@media (max-width: 767.98px) {
	.single_content, .social_share_buttons {
		padding: 15px;
	}
	.single_content{
		border-radius: 10px;
	}
	.social_share_buttons {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.athore_meta_box, .related_articles, .pitw_coments_box {
		margin-bottom: 20px;
		padding: 15px;
		border-radius: 10px;
	}
	.single_thumbnail img {
		border-radius: 10px 10px 0 0;
	}
	.pitw_coment_form_box {
		padding: 15px;
		border-radius: 10px;
	}
	.comment-list .comment {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-radius: 10px;
	}
	.comment-list ol.children {
		margin-left: 60px;
		margin-top: 5px;
	}
	.related_article {
		width: 50%;
		margin-bottom: 15px;
	}
	.related_article:nth-child(4) {
		display: block;
	}

}
@media (max-width: 576.98px) {
	.single_title {
		font-size: 28px;
	}
	.post_details h1, .page_content h1{
		font-size: 28px;
	}
	.post_details h2, .page_content h2{
		font-size: 25px;
	}
	.post_details h3, .page_content h3{
		font-size: 22px;
	}
	.post_details h4, .page_content h4{
		font-size: 19px;
	}
	.post_details h5, .page_content h5 {
		font-size: 17px;
	}
	.post_details h6, .page_content h6 {
		font-size: 16px;
	}
	.author_info .author_avatar {
		float: none;
		text-align: center;
		margin-bottom: 12px;
	}
	.author_info .author_desc {
		padding-left: 0;
		text-align: center;
	}
	.comment-list .comment-author img {
		margin: 6px 15px 0px 0px;
		width: 55px;
		height: 55px;
	}
	.comment-list ol.children {
		margin-left: 30px;
		margin-top: 5px;
	}
	.comment-list ol.children .comment-author img {
		width: 48px;
		height: 48px;
	}
	.social_share_buttons a span {
		display: none;
	}
	.comment-navigation {
		margin-bottom: 20px;
	}
	.comment-navigation .nav-next a, .comment-navigation .nav-previous a {
		padding: 0 10px;
		font-size: 12px;
	}
	.comment-navigation .nav-previous a::before {
		padding-right: 8px;
		font-size: 10px;
		margin-right: 8px;
	}
	.comment-navigation .nav-next a::after {
		padding-left: 8px;
		font-size: 10px;
		margin-left: 8px;
	}
}
/************* Single CSS End *************/