@font-face {
	font-family: "DM Sans Regular";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Regular"),
		url("font/DMSans-Regular.woff") format("woff");
}




@font-face {
	font-family: "DM Sans Medium";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Medium"),
		url("font/DMSans-Medium.woff") format("woff");
}

@font-face {
	font-family: "DM Sans SemiBold";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans SemiBold"),
		url("font/DMSans-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "DM Sans Bold";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Bold"),
		url("font/DMSans-Bold.woff") format("woff");
}

@font-face {
	font-family: "DM Sans Black";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Black"),
		url("font/DMSans-Black.woff") format("woff");
}

@font-face {
	font-family: "DM Sans ExtraLight";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans ExtraLight"),
		url("font/DMSans-ExtraLight.woff") format("woff");
}

@font-face {
	font-family: "DM Sans Thin";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Thin"),
		url("font/DMSans-Thin.woff") format("woff");
}

* {
	font-family: "DM Sans Regular";
}


body {
	/*     font-family: Arial, sans-serif; */
	margin: 0;
	padding: 0;
}

.blog_page_header_section{
	background-color: #020012;
	color: white;

}

.blog_page_header_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* 	padding-top: .5rem; */
	padding-block:0.7rem;
	color: white;
	max-width: 1260px;
	margin: 0 auto;
	/* 	padding-bottom: 0.5rem; */
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	/* 	height: 4rem */
}

.blog_page_header_logo {
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: .5rem;
}

.blog_page_header_logo img {
	width: 40px;
	height: 40px;
	/* 	margin-right: 10px; */
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2rem!important;

}

.menu ul li {
	padding: 8px 16px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #fff;

}

.menu ul li:last-child {
	padding-right: 0;
}

.menu ul li a {
	text-decoration: none;
	color:#fff;
	letter-spacing:0.5px
}

.menu ul li:hover {
	/* background-color: #555; */
}

.menu ul.dropdown-menu {
	display: none;
	position: absolute;
	top: 120%;
	right: 0;
	background-color: #1c1c3e;
	list-style: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0;
	min-width: 14rem;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	border-radius: 0.375rem;
}



ul.dropdown-menu li{
	padding: 0.5rem 1rem;

}

.dropdown-menu li {
	padding: 10px;
	cursor: pointer;
	white-space: nowrap;
	color: white;
}

.dropdown-menu li a{
	color: white;
	text-decoration: none;
	font-size: 17px;
	gap: 0px;
	display: flex;

}

.menu .dropdown-menu li:hover {
	background-color: #3b82f6;
}

.menu ul.dropdown-menu.show {
	display: block;
}

.menu .dropdown .lists_icon_section{
	display: flex;
	align-items: center;
	/* 	gap: 8px; */
}

.menu .dropdown .lists_icon_section span{
	letter-spacing: 0.5px;
}

.blog_page_header_logo img {
	height: 2.6rem;
	width: 100%;
}

.single.single-post #page{
	background: #04001d;
}

.footer-width-fixer {
	background: #04001d;
	padding-top: 2.5rem;
	/* 	padding-bottom: 1rem; */
}

.Footer_footerContainer__ag8yS img.mx-auto.site_logo_wp {
	height: 4.5rem;
	width: 100%;
}


@media (min-width: 1280px) {
	.BlogSingle_blogContent__ZbxTC {
		max-width: 1033px;
	}
}

@media (min-width: 1536px) {
	.BlogSingle_blogContent__ZbxTC {
		max-width: 1280px;
	}
}



/* .BlogSingle_blogContent__ZbxTC{
padding-inline: 1.25rem;
} */

.BlogSingle_postcontent__U9TZC a {
	color: blue;
	text-decoration: underline;
}


.Footer_menuList__65pd2 {
	max-width: 1200px;
	gap: 3rem !important;
}

.Footer_menuList__65pd2>div {
	gap: 3rem !important;
}

.foot-menus {
	margin-bottom: 5rem;
}


.Footer_footerSection__nNsmK {
	border-top: 1px solid #ffffff52;
	padding-top: .7rem;
	margin-bottom: 0 !important;
}

a.foot-text {
	text-decoration: underline;
}

.foot-text {
	font-size: 12px;
	letter-spacing: .5px;
	color: #ffffffb3;
}

.foot-menus a:hover{
	color: unset!important;
}

a.foot-text:hover{
	color:#9894a2 !important;
}
/*  blog post banner image style  starts*/
.post-banner {
	width: 100%;
	height: 300px; /* Adjust the height as needed */
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	position: relative;
}
.banner-title {
	font-size: 2rem;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
	border-radius: 5px;
}


/*  blog post banner image style  ends*/



/*  tab catogeries style start*/

.tab-item {
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	background: #f0f0f0;
	margin-right: 5px;
}
.tab-item.active {
	background: #0073aa;
	color: white;
}
.post-item {
	display: block;
}

div#tab-content {
	display: grid;
	gap: 1rem !important;
}


.propvator_blog{
	background: #04001d;
}

.propvator_blog .tab-pane .post-item .post-content h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.1rem;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.propvator_blog .tab-pane .post-item .post-content h3 a:hover{
	color:unset;
}
.propvator_blog .tab-pane .post-item .post-content p{
	margin-bottom: 2.5rem;
	color: #fff;	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;


}

.propvator_blog .tab-pane .post-item .post-content a.read-more{
	color: #fff;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-radius: 1rem;
	background-color: #3338d3;
}

.propvator_blog .tab-pane .post-item .post-thumbnail a img{
	width: 100%
}

/* .propvator_blog .tab-pane .post-item{
	border-color: #3338d3;
	border-width: 1px
} */

.propvator_blog .tab-pane .post-item .post-content{
	padding-bottom: 2.5rem;
	padding-top: 1.25rem;	
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}


/*  tab catogeries style end*/



.blog_heading_content h1{
	font-family: "DM Sans Regular" !important; 
}

.blog_heading_content .tab-menu{
	display: flex;
	justify-content: start;
}
.blog_heading_content .tab-menu li.tab-item{
	border: 1px solid #3338d3;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 0 5px;
	color: #fff;
}


/* section.elementor-section.propvator_blog {
padding-top: 13rem;
} */
section.elementor-section.propvator_blog {
	padding-top: 3rem;
}

p.no_post_propvator {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

section.elementor-section.propvator_blog .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

section.elementor-section.propvator_blog .elementor-element.elementor-widget-heading {
	margin-bottom: 0;
}

section.elementor-section.propvator_blog li.tab-item {
	border: 1px solid #3338d3;
	padding: 5px 20px;
	border-radius: 5px;
	/* 	margin: 0 5px; */
	color: #fff;
	background-color: #04001D;
}

section.elementor-section.propvator_blog li.tab-item.active {
	background-color: #3338d3;
	cursor:pointer;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00000080;
	top: 0;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail {
	position: relative;
    cursor: pointer;
    width: 100%;
    height: 15rem;
    max-height: 20rem;
    overflow: hidden;
	display: flex;
    align-items: center;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail .no_thumb{
	width: 100%;
	background: #ffffff61;
	height: 100%;
}

.post-thumbnail .logo-article {
	position: absolute;
	top: 0;
	padding: 20px;
	display: flex;
}

.post-thumbnail .logo-article img {
	width: 100px;
	color: #fff;
	z-index: 10;
	height: auto;
}

.post-thumbnail span.blog-highlight {
	padding-top: .25rem;
	padding-bottom: .25rem;
	background-color: #fff;
	z-index: 10;
	padding-left: .75rem;
	padding-right: .75rem;
	border-radius: 0.25rem;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.5;
	margin-left: 0.5rem;
	text-transform: uppercase;
}


/* .blog_heading_content .tab-content div#tab-content .post-thumbnail .post-category {
position: absolute;
top: 0;
z-index: 10;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail span.category-name {
color: #ef4444;
font-size: 1.5rem;
line-height: 2rem;
font-weight: 700;
transition-duration: .3s;
transition-property: opacity;
transition-timing-function: cubic-bezier(.4,0,.2,1);
opacity: 0;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail:hover span.category-name {
opacity: 1;
} */

.Footer_footerDesc__mjflT {
	max-width: 71% !important;
	line-height: 20px !important;
	font-size: 11px !important;
	margin-block: 2rem !important;
	font-weight: 100;
	letter-spacing: .5px;
	color: #f6f6f6 !important;
}

.Footer_menuList__65pd2 a {
	font-family: DM Sans regular;
	font-size: 14px !important;
}

.foot-social-icons a img {
	height: auto;
	width: 1.8rem;
}

.propvator_blog .tab-pane .post-item .post-content a {
	color: #fff;
}

.mobile_menu, .mobile_menu_close {
	width: 24px;
	color: #e5e7eb;

}



.mobile_menu, .mobile_menu_close{
	display: none;
}

.mobile_sub_menus{
	max-height: 0;
	overflow: hidden;
}


.post-banner {
	background-size: cover;
	background-position: center;
	height: 300px; /* Adjust as needed */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
}

.banner-title {
	font-size: 2rem;
	font-weight: bold;
	z-index: 2;
}


/* banner design */

.featured-header-section{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.featured-header-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 200px 0;
}

.featured-header-overlay .logo-article{
	display: flex;
	align-items: center;
}

.featured-header-overlay .logo-article img {
	width: 150px;
	color: #fff;
	z-index: 10;
	height: auto;
}

.featured-header-overlay span.blog-highlight {
	padding-top: .38rem;
	padding-bottom: .38rem;
	background-color: #fff;
	z-index: 10;
	padding-left: .75rem;
	padding-right: .75rem;
	border-radius: 0.25rem;
	font-weight: 700;
	/* 	font-size: .875rem; */
	line-height: 1.25rem;
	margin-left: 0.5rem;
	text-transform: uppercase;
	color: #000;
}

.featured-header-overlay h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin-top: 1.25rem;
}

.featured-header-overlay .inner_content {
	padding-block: 1.25rem;
	padding-inline: 1.75rem;

}


/*  banner design*/

.post-thumbnail.propvator_blog img.attachment-medium.size-medium.wp-post-image {
	width: 100%;
    object-fit: cover;
    height: 100%;
}

.featured-header-overlay p.post-date {
	color: #fff;
	font-weight: 700;
	line-height: 2.5rem;
	letter-spacing: 1px;
}

.propvator_blog .tab-pane .post-item .post-content p.post-date {
	color: #fff;
	font-weight: 700;
	margin-bottom: 1.1rem;
	letter-spacing: 0.9px;
	font-size: 14px;

}

/* .BlogSingle_postcontent__U9TZC p {
margin-bottom: 1.5rem;
} */

/* .BlogSingle_postcontent__U9TZC h2 {
font-size: 1.875rem;
line-height: 2.25rem;
margin-bottom: 1rem;
font-weight: 600;
letter-spacing:0.15rem;
}
*/

.BlogSingle_postcontent__U9TZC h2{
	font-size: 21px;
	font-weight: 700;
	color: #ffffff;
	line-height:1.5;
	margin-bottom: 1rem;
	letter-spacing:0.1px;
}
/* .BlogSingle_postcontent__U9TZC h3{
font-weight: 18px;
font-weight: 600;
color: #ffffff;
line-height:1.5;
margin-bottom:1rem;
} */
/* .BlogSingle_postcontent__U9TZC h3 {
font-size: 1.25rem;
line-height: 1.75rem;
margin-bottom: 1rem;

} */

.BlogSingle_postcontent__U9TZC ul li span {
	font-weight: 600;

}


.BlogSingle_postcontent__U9TZC ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1.5rem;
}

.BlogSingle_postcontent__U9TZC ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 1.5rem;
}

.BlogSingle_postcontent__U9TZC ol li:not(:first-child) {
	margin-top: 8px;
}
/* .BlogSingle_postcontent__U9TZC ul li:not(:first-child){
margin-top: 8px;	
} */

.featured-header-section.no-image .featured-header-overlay {
	padding: 50px 0 0 0;
	background:transparent;
}

/* Blog page tab design starts */

/* Blog page tab design ends */


/* changes on 21/3/2025 */
/* .my-20 .BlogSingle_blogContent__ZbxTC .BlogSingle_postcontent__U9TZC > p, .my-20 .BlogSingle_blogContent__ZbxTC .BlogSingle_postcontent__U9TZC li{
font-size: 17px !important;
line-height: 1.5 !important;
letter-spacing:0.1px;
} */

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
	font-family: DM Sans Medium !important;
}

.single-post p {
	font-family: DM Sans Regular !important;
}

.single-post p {
	font-size: 16.7px !important;
	line-height: 1.5 !important;
	letter-spacing: 0.1px;
	margin-block: 0.75rem !important;
}

.single-post h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.single-post h3:after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #163eff, #3355ff00);
	height: 1px;
	width: 20%;
	margin-top: .5rem;
}

.single-post h3 {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
	font-size: 21px !important;
	margin-top: 1.25rem !important;
	color: #ffffff !important;
	line-height: 1.5 !important;
}

/* changes on 21/3/2025 */

@media only screen and (max-width: 1400px){
	.blog_heading_content .tab-content div#tab-content .post-thumbnail{
/* 		height: unset !important;*/
	}
}

@media only screen and (max-width: 768px){
	/* 	 */
	.mobile_sub_menus ul li {
		margin-top: 8px;
	}

	.mobile_sub_menus ul li li {
		margin-top: 0;
	}

	.mobile_sub_menus ul li:first-child {
		margin-top: 0;
	}
	.mobile_sub_menus ul {
		padding-top: .5rem;
		padding-bottom: 0.75rem;
	}

	.mobile_sub_menus ul li .dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
	/* 	 */
	.blog_heading_content .tab-content div#tab-content .post-thumbnail{
/* 		height: unset !important; */
	}
	.Footer_footerContainer__ag8yS img.mx-auto.site_logo_wp {
		height: 4rem;
	}

	.BlogSingle_postcontent__U9TZC{
		padding-inline: 12px;
	}

	.blog_page_header .blog_header {
		width: 100%;
	}
	.blog_page_header_logo{
		padding-left: 0 !important;
	}
	.desktop_menu{
		display: none;
	}
	.mobile_menu{
		display: block;
	}
	.mobile_menu.hidden{
		display: none;
	}
	.mobile_menu_close{
		display: block;
	}
	.mobile_menu_close.hidden{
		display: none;
	}
	.mobile_sub_menus{
		max-height: 0;
		overflow: hidden;
	}
	.mobile_sub_menus.show{       
		max-height: max-content;
		overflow: auto;
		transition: all 1s ease-in-out;
	}

	.mobile_sub_menus.show ul li a{
		text-decoration: none;
		color :#fff;
	}
	
	.mobile_sub_menus.show ul{
		padding-top: 3px;
		list-style: none;     
		display: flex;        
		flex-direction: column;
		gap: 1rem;
		padding-left: 0;
		margin-block: 0;
	}

	.mobile_sub_menus.show  ul li .dropdown-menu{
		max-height: 0;
		overflow: hidden;
	}
	.mobile_sub_menus.show  ul li .dropdown-menu.show{
		max-height: max-content;
		background: #1c1c3e;
		z-index: 99;
		padding-top: .5rem;
		padding-bottom: .5rem;
		border-radius: 0.375rem;
		margin-top: 1rem;
		transition: all 1s ease-in-out;

	}
	.mobile_sub_menus.show  ul li{
		padding-left: 12px;
		padding-right: 12px;    
		/* 		padding-top: .5rem; */
		/* 		padding-bottom: .5rem; */
	}

	.mobile_sub_menus.show  ul li a{
		display: flex;
		font-size:17px;
	}

	.mobile_sub_menus.show .lists_icon_section{
		display: flex;
		align-items: center;
/* 		gap: 5px; */
		font-size: 16px;

	}

	.mobile_sub_menus{
		/* 		padding-top: .5rem; */
		padding-right: .25rem;
		padding-left: .75rem;
		/* 		padding-bottom: .75rem; */
	}
	.mobile_sub_menus.show{
		/* 		padding-top: .5rem;
		padding-bottom: .75rem; */
	}

	.blog_page_header_container {
		padding-bottom: .5rem;
		padding-left:28px;
		padding-right:28px;
	}
	.blog_page_titleTag h1.elementor-heading-title.elementor-size-default {
/* 		font-size: 16px !important; */
	}
	div#tab-content {
		grid-template-columns: 1fr !important;
	}
	.blog_heading_content .tab-menu {
		flex-flow: column;
		gap: 15px;
	}
	section.elementor-section.propvator_blog li.tab-item{
		text-align: center;
	}
	div#tab-content{
		margin-bottom: 5rem;
	}
	.Footer_menuList__65pd2>div {
		gap: 1.5rem !important;
	}
	.Footer_footerDesc__mjflT {
		font-size: 12px !important;
		max-width: 95% !important;
		margin-top: 1.4rem !important;
		margin-bottom: 2.5rem !important;
	}
	.foot-text {
		color: #ffffff;
		font-size: 14px;
		letter-spacing: .7px;
	}
	.Footer_footerSection__nNsmK {
		padding-top: 1.3rem;
		padding-bottom: 1rem;
		margin-bottom: 0 !important
	}
	.foot-social-icons a img {
		width: 2.2rem;
	}
	.foot-menus {
		margin-bottom: 3rem;
	}
	.Footer_menuList__65pd2 a {
		font-size: 1rem !important;
		letter-spacing: .5px;
	}
	.propvator_blog .tab-pane .post-item{
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1536px) {
	.propvator_blog .elementor-container.elementor-column-gap-default, .featured-header-overlay .inner_content {
		max-width: 1536px!important;
		margin: 0 auto;
	}
}

@media (min-width: 1280px) {
	.elementor .propvator_blog .elementor-container.elementor-column-gap-default, .featured-header-overlay .inner_content {
		max-width: 1280px;
		margin: 0 auto;
	}
}
@media (min-width: 1024px) {
	.propvator_blog .elementor-container.elementor-column-gap-default, .featured-header-overlay .inner_content {
		max-width: 1024px;
		margin: 0 auto;
	}
}

.single-post a {
	color: #3382fc;
	text-decoration: none;
}

.default_thumbnail {
    padding: 20px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.mobile_sub_menus.show ul li ul.dropdown-menu.show li {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mobile_sub_menus.show ul li ul.dropdown-menu {
    gap: 0;
}

.mobile_sub_menus.show ul li ul.dropdown-menu li:hover {
    background: #3b82f6;
}

.propvator_blog .tab-pane .post-item h3 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  color: #c3c1c1; 
}

.propvator_blog .tab-pane .post-item h3 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #2f2c2d;
  background-color: var(--card);
  color: var(--card-foreground);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.propvator_blog .tab-pane .post-item h3 a:hover {
  background-color: #6d686a1a;
}

.propvator_blog .tab-pane .post-item h3 a svg {
  color: #ffffff;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
}

.category-tabs.lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

.category-tabs.lists ul.tab-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 0.75rem;
}

.category-tabs.lists .tab-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .category-tabs.lists {
    flex-direction: row-reverse;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  
  .category-tabs.lists ul.tab-menu {
    width: 25%;
    flex-direction: column !important;
    padding-left: 1.25rem;
  }

  .category-tabs.lists .tab-content {
    width: 75%;
  }
	
	.blog_page_titleTag {
/* 		width: 75% !important; */
		margin: auto;
		margin-left: 1.25rem;
        margin-right: 1.25rem;
	}
}

@media (min-width: 768px) {
    .category-tabs.lists ul.tab-menu {
        flex-direction: row;
    }
}