@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: #767676;
	text-align: left;
	background-color: #f7fafd;
}
a {
	color: #767676;
	text-decoration: none;
	background-color: transparent;
}
a:hover{
	color: #134D68;
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	color: #363636;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1260px;
	}
}
::selection {
	background: #49d0c0;
	color: #fff;
	text-shadow: none;
}
.PrimeItWorld_site_wrap {
	display: block;
	position: relative;
	left: 0;
	transition: left .5s ease;
	width: 100%;
	max-width: 100%;
}
/* Header CSS */
.PrimeItWorld__header {
	height: 77px;
}
.header_wrap {
	background: #23bdb8;
	z-index: 500;
	position: fixed;
	top: 0;
	margin: 0 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	border-top: 2px solid #10837f;
}
.header_inner {
	display: flex;
	align-items: center;
}
.header_logo {
	margin: 7.5px 40px 7.5px 0;
	min-width: 140px;
}
.pitwheaderLogo img {
	max-height: 60px;
}
.desk_navigation {
	margin-left: auto;
}
.nav_menu li {
	display: inline-block;
}
.nav_menu .menu-item-has-children {
	position: relative;
}
.nav_menu > li > a {
	color: #fff;
	margin: 0 6px;
	font-weight: 600;
	transition: all .25s ease;
	line-height: 75px;
	font-family: 'Exo', sans-serif;
}
.nav_menu > li > a:hover {
	color: #dbfffe;
}
.nav_menu > .menu-item-has-children > a {
	padding-right: 17px;
}
.nav_menu > .menu-item-has-children > a::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 6px;
	font-size: 14px;
}
.toggle_mobile_menu {
	display: none;
}
.nav_menu li > ul {
	position: absolute;
	width: 200px;
	padding: 12px 0 10px;
	background: #23bdb8;
	display: none;
}
.nav_menu li > ul > li {
	display: block;
}
.nav_menu li > ul > li > a {
	line-height: 35px;
	color: #fff;
	margin: 0 6px 0 20px;
	font-weight: 600;
	transition: all .25s ease;
	font-family: 'Exo', sans-serif;
}
.nav_menu li > ul > li > a:hover {
	color: #dbfffe;
}
.mobile_navigation {
	display: none;
}
/* Footer CSS  */
.PrimeItWorld_footer {
	background: #e1f8ff;
	border-top: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 0 2px #f0f0f0;
	margin-top: 15px;
}
.footer_widget_area {
	display: flex;
	padding: 50px 0 10px;
	flex-wrap: wrap;
}
.footer_widget {
	width: 23.07%;
	max-width: 270px;
	margin-right: 2.56%;
	margin-bottom: 30px;
}
.footer_widget:last-child {
	margin-right: 0;
}
.footer_widget .widget_heading {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 15px;
}
.footer_menu li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 20px;
	line-height: 20px;
}
.footer_menu li::before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 6px;
	height: 6px;
	background: #23bdb8;
}
.footer_menu li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	transition: all .25s ease;
	line-height: 20px;
	color: #105856;
}
.footer_menu li a:hover {
	color: #40b6b2;
}
.tnp-field.tnp-field-email label {
	display: none;
}
.footer_widget .tnp-subscription input[type="email"] {
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 4px;
	padding: 8px 10px;
}
.footer_widget .tnp-subscription input[type="submit"] {
	background: #23bdb8;
	border-radius: 4px;
	font-weight: 600;
	min-width: 60%;
	margin: 0 auto;
	padding: 8px 10px;
}
.footer_bottom {
	padding-bottom: 15px;
	padding-top: 14px;
	color: rgba(0, 0, 0, 0.6);
	background: rgba(0,0,0,.01);
	border-top: 1px solid rgba(0,0,0,.07);
	font-size: 15px;
}
.footerBottomInner {
	display: flex;
	justify-content: space-between;
}
.footer_bottom p{
	margin: 0;
}
.footer_bottom a {
	color: #e41974;
}
.developer img {
	height: 20px;
}
.pitw_footerSocial {
	display: flex;
}
.pitw_footerSocial a {
	margin: 0 3px;
}
.pitw_footerSocial a i {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	text-align: center;
	display: inline-block;
	background: #1a1d49;
	border-radius: 50%;
}
.pitw_footerSocial a [class*="facebook"]{background: #1877f2;}
.pitw_footerSocial a [class*="twitter"]{background: #1da1f2;}
.pitw_footerSocial a [class*="instagram"]{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);}
.pitw_footerSocial a [class*="linkedin"]{background: #0077b5;}
.pitw_footerSocial a [class*="youtube"]{background: red;}

/* Page  */
.primeitworld_page {
	padding-top: 40px;
	position: relative;
}
.pitw_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.left_sidebar {
	width: 22%;
	padding: 0 15px;
}
.content_box {
	width: 49%;
	padding: 0 15px;
}
.right_sidebar {
	width: 29%;
	padding: 0 15px;
}
.right_sidebar .sidebar {
	width: 337px;
	position: relative;
}
.featured-stories-tabs .tabs {
	display: flex;
}
.featured-stories-tabs .tabs .tab {
	width: 50%;
}
.featured-stories-tabs .tabs li .tab-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
	display: block;
	line-height: 1;
	padding: 14px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e6e6f0;
	box-sizing: border-box;
	transition: all .25s ease;
}
.featured-stories-tabs .tabs li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.featured-stories-tabs .tabs li:last-child a {
	border-right: 1px solid #e6e6f0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.featured-stories-tabs .tabs .active a {
	color: #fff !important;
	background: #23bdb8;
	border: 1px solid #23bdb8;
}
.featured-stories-tabs .tabs-content {
	width: 100%;
	clear: both;
	margin-top: 30px;
	position: relative;
}
.tab-content-item {
	position: relative;
}
.tab-content-item .preloader {
	width: 100%;
	position: absolute;
	height: 100%;
	min-height: 300px;
	left: 0;
	top: 0;
	z-index: 9;
	text-align: center;
	padding-top: 20px;
	background: #fff;
}
.tab-content-item .preloader  .loader {
	border-bottom: 4px solid #0055a7;
	border-top: 4px solid #ac212c;
	border-left: 4px solid #fff;
	border-right: 4px solid transparent;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}
  
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.latestPost {
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #ebebf3;
	transition: all .25s ease;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.post_header {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #f2f2f6;
	background: #fdfdff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.post_header-left {
	display: flex;
	align-items: center;
}
 .post_header-left .author-image {
	margin-right: 15px;
}
.post_header-left .author-image img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.post_header-left .vcard {
	color: #23bdb8;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}
.post_header-left .thetime {
	color: #767676;
	font-size: 14px;
	display: block;
}
.post_header .thecomment a {
	font-size: 15px;
	color: #767676;
}
.latestPost .post_content {
	padding: 15px 0;
}
.latestPost .post_content .title {
	font-size: 20px;
	margin-bottom: 18px;
}
.latestPost .post_content .featured-thumbnail {
	display: block;
	margin-bottom: 15px;
}
.latestPost .post_content img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}
.latestPost .post_content .front-view-content {
	font-size: 16px;
}
.latestPost .post_content .front-view-content a {
	color: #23bdb8;
	font-style: italic;
	font-size: 13px;
}
.post-footer {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #f2f2f6;
	background: #fdfdff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.post-footer .thecategory a {
	line-height: 32px;
	color: inherit;
	border: 1px solid #e6e6f0;
	padding: 0 12px;
	display: block;
	float: left;
	margin-right: 8px;
	border-radius: 5px;
	transition: all .25s ease;
	margin-bottom: 5px;
	font-size: 15px;
}
.post-footer .wpulike{
	padding: 0;
	display: flex;
}
.post-footer .count-box.wp_ulike_counter_up {
	font-weight: 600;
}
.tab-content-item .alm-btn-wrap, .archive_articles .alm-btn-wrap {
	padding: 0;
	margin-bottom: 30px;
}
.tab-content-item .alm-btn-wrap .alm-load-more-btn {
	background-color: #23bdb8 !important;
}
.sidebar_block {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #ebebf3;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 2px #f0f0f0;
}
.sidebar_block.searchBoxBlock {
	padding: 20px;
}
.search_form .search__inside {
	display: flex;
}
.search_form .search__inside .search__input {
	width: calc(100% - 45px);
	border: 1px solid #e9e9ed;
	padding: 0 10px;
	font-size: 16px;
	line-height: 34px;
}
.search_form .search__inside .search__button {
	width: 45px;
	line-height: 36px;
	border: 0;
	padding: 0;
	border-radius: 0;
	color: #807e7e;
}
.widgetTitle {
	line-height: 1;
	border-bottom: 1px solid #f2f2f6;
	padding: 12px 20px;
	text-transform: capitalize;
	background: #fdfdff;
	font-weight: 600;
	font-size: 19px;
	color: #5e7399;
}
.sidebar_post_item {
	list-style: none !important;
	margin: 0;
	overflow: hidden;
	transition: all .25s linear;
	padding: 15px 10px 15px 25px;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #f2f2f6;
}
.sidebar_post_item:first-child {
	border: 0;
}
.sidebar_post_inner {
	display: flex;
}
.sidebar_post_item .post_img {
	position: relative;
	margin-right: 12px;
	margin-top: 5px;
}
.sidebar_post_item .post_img .featured-thumbnail {
	display: block;
	position: relative;
}
.sidebar_post_item .post_img img {
	width: 65px;
	height: 50px;
	min-width: 65px;
	object-fit: cover;
	border-radius: 4px;
}
.sidebar_post_item .post_data .post-title a {
	padding: 0 !important;
	font-size: 15px;
	font-weight: 600;
	color: #767676;
	display: block;
	transition: all .25s ease;
	overflow: hidden;
}
.sidebar_post_item .serial_number {
	position: absolute;
	margin-top: 5px;
	left: 8px;
	height: 30px;
	width: 30px;
	background: #23bdb8;
	text-align: center;
	line-height: 26px;
	color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
	top: 24px;
	z-index: 1;
	font-size: 15px;
}
.widgetCategoryList .cat-item {
	list-style-type: none;
	margin-bottom: 0;
	border-top: 1px solid #f2f2f6;
	position: relative;
	cursor: pointer;
	transition: all .25s ease;
	padding: 0 20px;
	box-sizing: border-box;
}
.widgetCategoryList .cat-item::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #e7bddc;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .25s ease;
	z-index: 1;
}
.widgetCategoryList .cat-item:hover::before {
	opacity: 1;
}
.widgetCategoryList .cat-item a {
	transition: all .25s ease;
	padding: 10px 0;
	display: block;
	font-weight: 600;
	color: inherit;
	font-size: 16px;
	line-height: 20px;
}
.widgetCategoryList .cat-item .children {
	margin: 0 -20px;
}
.widgetCategoryList .cat-item .children .cat-item {
	padding-left: 30px;
}
.pitw_WidgetSocial {
	display: flex;
	padding: 20px;
}
.pitw_WidgetSocial a {
	margin: 0 5px;
}
.pitw_WidgetSocial a i {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	display: inline-block;
	background: #1a1d49;
	border-radius: 50%;
}
.pitw_WidgetSocial a [class*="facebook"]{background: #1877f2;}
.pitw_WidgetSocial a [class*="twitter"]{background: #1da1f2;}
.pitw_WidgetSocial a [class*="instagram"]{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);}
.pitw_WidgetSocial a [class*="linkedin"]{background: #0077b5;}
.pitw_WidgetSocial a [class*="youtube"]{background: red;}
.postsby {
	padding: 12px 20px;
	text-transform: capitalize;
	background: #fdfdff;
	font-weight: 600;
	font-size: 20px;
	color: #5e7399;
	border: 1px solid #ebebf3;
	border-radius: 5px;
	margin-bottom: 20px;
}
#breadcrumbs {
	overflow: hidden;
	background: #fff;
	padding: 20px;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	border-radius: 3px;
	margin-bottom: 30px;
}
#breadcrumbs .breadcrumb-item a {
	color: #10837f;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
}
#breadcrumbs .breadcrumb-item a i {
	margin-right: 5px;
}
#breadcrumbs .breadcrumb-item span {
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
}
.single_post {
	background-color: #fff;
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	border-radius: 3px;
	margin-bottom: 30px;
}
.post_single_content {
	padding-top: 20px;
}
.post_single_content .title{
	font-size: 30px;
	color: #626369;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}
.post_single_content .thumbnail {
	margin-bottom: 20px;
}
.post_single_content .thumbnail img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}
.post_single_content .content, .page_content {
	font-size: 17px;
	line-height: 26px;
}
.post_single_content .content p, .page_content p {
	margin-bottom: 20px;
}
.post_single_content .content h1, .post_single_content .content h2, .post_single_content .content h3, .post_single_content .content h4, .post_single_content .content h5, .post_single_content .content h6, .page_content h1,.page_content h2, .page_content h3,  .page_content h4, .page_content h5, .page_content h6{
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	color: #767676;
}
.post_single_content .content h1, .page_content h1 {
	font-size: 28px;
}
.post_single_content .content h2, .page_content h2 {
	font-size: 27px;
}
.post_single_content .content h3, .page_content h3 {
	font-size: 25px;
}
.post_single_content .content h4, .page_contenth4 {
	font-size: 23px;
}
.post_single_content .content h5, .page_content h5 {
	font-size: 20px;
}
.post_single_content .content h6, .page_content h6 {
	font-size: 18px;
}
.post_single_content .content ul, .post_single_content .content ol, .page_content ul, .page_content ol {
	margin-bottom: 20px;
	padding-left: 25px;
}
.post_single_content .content ul li, .post_single_content .content ol li, .page_content ul li, .page_content ol li {
	margin-bottom: 10px;
}
.post_single_content .content ul li, .page_content ul li {
	list-style: disc;
}
.post_single_content .content ol li, .page_content ol li {
	list-style: decimal;
}
.post_single_content .content blockquote, .page_content blockquote{
	font-style: italic;
	margin-bottom: 20px;
	background: #f7fafd;
	padding: 10px 15px;
	border-radius: 8px;
}
.post_single_content .content blockquote p, .page_content blockquote p{
	margin-bottom: 10px;
}
.single_article .post-footer {
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	margin-bottom: 30px;
	border-radius: 3px;
}
.singleSubjects {
	margin-bottom: 30px;
	background: #fff;
	padding: 20px 20px 10px;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	border-radius: 3px;
}
.singleSubjects a {
	line-height: 30px;
	border: 1px solid #e6e6f0;
	padding: 0 12px;
	display: inline-block;
	margin-right: 8px;
	border-radius: 5px;
	transition: all .25s ease;
	margin-bottom: 7px;
	font-size: 14px;
}
.related-posts {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	border-radius: 3px;
}
.related_articles {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 20px;
	padding-bottom: 0;
}
.related_article {
	width: 33.33333%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.related_article .image {
	margin-bottom: 10px;
}
.related_article .image img {
	width: 100%;
	height: 90px;
	object-fit: cover;
}
.related_article .heading {
	font-size: 15px;
}
.author_box {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	border-radius: 3px;
}
.author_box .author_info {
	padding: 20px;
}
.author_box .author_info img {
	float: left;
	margin-right: 12px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-bottom: 12px;
	margin-top: 5px;
}
.author_box .author_info h3 a {
	color: red;
	font-size: 24px;
	line-height: 30px;
}
.author_box .author_info p {
	margin: 0;
	font-size: 15px;
	margin-top: 6px;
}
.comments_box {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	border-radius: 3px;
}
.comments_box #comments {
	padding: 20px;
}
.comments_box #comments .comments-title {
	font-size: 24px;
	color: #767676;
	margin-bottom: 15px;
}
.comment-list .comment {
	margin-bottom: 15px;
	background: #f7fafd;
	padding: 10px 12px;
	border: 1px solid #f2f2f6;
	overflow: hidden;
}
.comment-meta img {
	float: left;
	width: 36px;
	height: 36px;
	margin: 0 10px 10px 0;
}
.comment-meta .fn {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
}
.comment-meta .says {
	display: none;
}
.comment-meta .comment-metadata {
	font-size: 12px;
}
.comment-content {
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0 5px;
}
.comment-content p {
	margin: 0;
}
.comment-reply-link {
	font-size: 13px;
	border: 1px solid #e9eef2;
	padding: 0 10px;
	border-radius: 3px;
	background: #f7fafd;
	line-height: 20px;
	display: inline-block;
}
.comment-respond #reply-title {
	font-size: 24px;
	color: #767676;
	margin-bottom: 15px;
}
#commentform .comment-notes {
	font-size: 12px;
	margin-bottom: 10px;
}
#commentform p label {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #5e7399;
}
#commentform p input {
	border: 1px solid #e9e7e7;
	padding: 4px 15px;
	border-radius: 4px;
	width: 100%;
}
#commentform p #comment {
	border: 1px solid #e9e7e7;
	padding: 4px 15px;
	border-radius: 4px;
	width: 100%;
	height: 130px;
}
.comment-form-url, .comment-form-cookies-consent{
	display: none;
}
#commentform .form-submit #submit {
	background: #23bdb8;
	border: 0;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
}
.comment-form-author {
	width: 50%;
	float: left;
	padding-right: 10px;
}
.comment-form-email {
	float: left;
	width: 50%;
	padding-left: 10px;
}
.page_content {
	overflow: hidden;
	background: #fff;
	padding: 20px;
	border: 1px solid #ebebf3;
	box-shadow: 0 0 2px #f0f0f0;
	border-radius: 3px;
	margin-bottom: 30px;
}
.page_content .title {
	font-size: 30px;
	color: #626369;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Exo', sans-serif;
	display: block;
}
.error-wrpp {
	text-align: center;
	padding: 30px 0 50px;
}
.error-title {
	font-size: 72px;
	font-weight: 700;
	letter-spacing: 7px;
	-webkit-text-stroke: 3px #d10404;
	-webkit-text-fill-color: #fff;
	-webkit-animation: fill .6s infinite alternate;
	text-shadow: 0 2px 4px #000;
	display: inline-block;
	line-height: 1;
	margin-bottom: 20px;
}
@-webkit-keyframes fill {
	from {
	 -webkit-text-fill-color:#9a1515
	}
	to {
	 -webkit-text-fill-color:#ddd
	}
}
.error-page-sub {
	font-size: 30px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #5e7399;
	line-height: 1.1;
	font-family: 'Exo', sans-serif;
}
.error-page-item {
	font-size: 18px;
	letter-spacing: .5px;
	color: #767676;
	margin-bottom: 20px;
	font-family: 'Exo', sans-serif;
	line-height: 1.1;
	font-weight: 600;
}
.error-btn a {
	background: #23bdb8;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	font-family: 'Exo', sans-serif;
}
@media only screen and (max-width: 1200px) {
	.container {
		width: 96%;
		max-width: 100%;
	}
	.nav_menu > li > a {
		line-height: 32px;
	}
}
@media only screen and (max-width: 991.98px) {
	.left_sidebar {
		width: 36%;
	}
	.content_box {
		width: 64%;
	}
	.right_sidebar {
		width: 80%;
		margin: 0 auto;
	}
	
}
@media only screen and (max-width: 767.98px) {
	.PrimeItWorld__header {
		height: auto;
	}
	.header_wrap {
		position: inherit;
	}
	.desk_navigation {
		display: none;
	}
	.toggle_mobile_menu {
		display: block;
		color: #fff;
		font-size: 28px;
		line-height: 30px;
		cursor: pointer;
	}
	.mobile_navigation {
		display: block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		border-right: 0;
		overflow: auto;
		transition: left .5s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
		background: #49d0c0;
	}
	.mobile_nav_active .mobile_navigation {
		left: 0;
		z-index: 9999;
		background: #49d0c0;
	}
	#mobile-menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		cursor: pointer;
		display: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: rgba(0,0,0,.5);
	}
	.mobile_nav_active #mobile-menu-overlay {
		display: block;
	}
	.mobile_nav_active {
		position: fixed;
		overflow-y: scroll;
		width: 100%;
	}
	.mobile_nav_active .PrimeItWorld_site_wrap {
		left: 250px;
		transition: left .5s ease;
	}
	.header_logo {
		margin: 7.5px auto;
	}
	.mobile_nav_menu {
		padding: 10px 0;
	}
	.mobile_nav_menu .menu-item-has-children{
		position: relative;
	}
	.mobile_nav_menu li a {
		color: #fff;
		text-indent: 25px;
		display: block;
		padding: 5px 0;
		font-weight: 600;
		transition: all .25s ease;
		line-height: 28px;
		font-family: 'Exo', sans-serif;
		border-bottom: 1px solid #00000024;
	}
	.mobile_nav_menu li span {
		display: block;
		width: 40px;
		height: 40px;
		border-left: 1px solid #00000024;
		position: absolute;
		top: 0;
		right: 15px;
		text-align: center;
		cursor: pointer;
		line-height: 40px;
		color: #fff;
	}
	.mobile_nav_menu li span::before {
		content: "\f067";
		font-family: FontAwesome;
		position: absolute;
		right: 6px;
		font-size: 14px;
	}
	.mobile_nav_menu li span.adcls::before {
		content: "\f068";
	}
	.mobile_nav_menu li .sub-menu{
		display: none;
	}
	.mobile_nav_menu li .sub-menu li a {
		text-indent: 35px;
		font-size: 16px;
	}
	.footer_widget {
		width: 49%;
		margin-right: 2%;
	}
	.footer_widget:nth-child(2) {
		margin-right: 0;
	}
	.content_box {
		width: 100%;
		order: 1;
	}
	.left_sidebar {
		width: 100%;
		order: 2;
	}
	.right_sidebar {
		width: 100%;
		order: 3;
	}
	
}
@media only screen and (max-width: 575px) {
	.footer_widget_area {
		padding: 30px 0 0px;
	}
	.footer_widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer_widget .widget_heading {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 8px;
	}
	.footerBottomInner {
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}
	.footer_bottom .copyright {
		margin-bottom: 10px;
	}
	.pitw_footerSocial {
		margin-bottom: 10px;
		width: 100%;
		justify-content: center;
	}
	.developer img {
		height: 15px;
	}
	.primeitworld_page {
		padding-top: 24px;
	}
	.featured-stories-tabs .tabs-content {
		margin-top: 20px;
	}
	.latestPost {
		margin-bottom: 20px;
	}
	.post_header .thecomment {
		display: none;
	}
	.post-footer {
		padding-left: 12px;
		padding-right: 12px;
	}
	.post-footer .thecategory a {
		line-height: 26px;
		padding: 0 6px;
		margin: 2px 4px 2px 0;
		font-size: 12px;
	}
	.wpulike-default button.wp_ulike_btn {
		min-width: 36px;
		height: 26px;
		min-height: 26px;
		padding: 0;
	}
	.wpulike-default .count-box {
		font-size: 10px;
		margin-left: 6px;
		line-height: 26px;
	}
	.container {
		width: 100%;
		padding: 0 15px;
	}
	.latestPost .post_content .title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.latestPost .post_content .front-view-content {
		font-size: 15px;
	}
	.sidebar_block {
		margin-bottom: 18px;
	}
	#breadcrumbs {
		padding: 10px 15px;
		margin-bottom: 18px;
	}
	.post_single_content .title {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	.post_single_content .content, .page_content {
		font-size: 16px;
		line-height: 24px;
	}
	.post_single_content .content h1, .post_single_content .content h2, .post_single_content .content h3, .post_single_content .content h4, .post_single_content .content h5, .post_single_content .content h6, .page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
		margin-bottom: 15px;
	}
	.post_single_content .content h1, .page_content h1 {
		font-size: 24px;
	}
	.post_single_content .content h2, .page_content h2 {
		font-size: 22px;
	}
	.post_single_content .content h3, .page_content h3 {
		font-size: 20px;
	}
	.post_single_content .content h4, .page_content h4 {
		font-size: 19px;
	}
	.post_single_content .content h5, .page_content h5 {
		font-size: 18px;
	}
	.post_single_content .content h6, .page_content h6 {
		font-size: 17px;
	}
	.post_single_content .content ul li, .post_single_content .content ol li, .page_content ul li, .page_content ol li {
		margin-bottom: 7px;
	}
	.post_single_content .content ul, .post_single_content .content ol, .page_content ul, .page_content ol {
		margin-bottom: 15px;
		padding-left: 20px;
	}
	.post_single_content .content blockquote, .page_content blockquote {
		margin-bottom: 15px;
	}
	.single_post, .single_article .post-footer, .singleSubjects, .related-posts, .author_box {
		margin-bottom: 20px;
	}
	.related_article {
		width: 50%;
		padding: 0 6px;
	}
	.comment-form-author, .comment-form-email {
		width: 100%;
		float: none;
		padding: 0;
	}
	.single_article .thecategory {
		display: none;
	}
}
