body {
	font-family: 'Open Sans', sans-serif !important;
}

body a {
	font-family: 'karla', sans-serif !important;
}
body p{
	font-size:18px;
	line-height:24px !important;
	font-weight:400 !important;
}
.font-16{
	font-size:16px;
	line-height:21px !important;
	font-family: 'karla', sans-serif !important;
}
.btn-14{
	font-size:14px;
	line-height:16px !important;
	font-weight:700!important;
	font-family: 'karla', sans-serif !important;
}
.text-karla{
	font-family: 'karla', sans-serif !important;
}
.text-600{
	font-weight:600;
}
/*h1{*/
/*    font-size:48px;*/
/*    font-weight:700 !important;*/
/*    line-height:65px !important;*/
/*}*/
/*h2{*/
/*    font-size:30px;*/
/*    font-weight:700 !important;*/
/*    line-height:40px !important;*/
/*}*/
/*h3{*/
/*    font-size:26px;*/
/*    font-weight:600;*/
/*    line-height:35px;*/
/*}*/
/*h4{*/
/*    font-size:20px;*/
/*    font-weight:600 !important;*/
/*    line-height:27px !important;*/
}
.mobile-menu span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: black;
}

.mobile-menu {
	height: 20px;
	width: 26px;
	border: 2px solid;
	border-radius: 3px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor:pointer;
}
img{
	max-width:100%;
}
*{
	padding:0;
	margin:0;
}
.container, .responsive-columns-inner-wrap, .gb-layout-column-wrap {
	max-width: 1140px !important;
	margin: 0 auto;
	padding:0px 15px;
}
.full-width .responsive-columns-inner-wrap{
	max-width:100% !important;
}
.owl-item > div {
	box-shadow: 0 0 10px #0000005c;
	margin: 10px !important;
}
#slider_1908 .owl-dots .owl-dot span {
	height: 2px !important;
	border-radius: 0 !important;
}
#slider_1908 .owl-dots .owl-dot.active span {
	width: 24px !important;
}
header.site-header .wrap {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header {
	padding: 20px 15px;
	box-shadow: 0 0 20px #00000005;
}
.site-header .current_page_item a {
	font-weight: 700;
}
.site-header .nav-header ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 28px;
}
.site-header .custom-logo {
	width: 190px;
	height: auto;
}
.site-header .nav-header ul a{
	font-size:16px;
	text-decoration:none;
	color:#333333;
	line-height: 18px;
}
.site-header .nav-header ul a:hover, 
.footer-wrap .menu a{
	color:#577ca5;
}
footer.site_footer {
	background-color: #333333;
	padding: 80px 0px 88px 0px;
}
.footer-wrap .col-1 {
	width: 40%;
}
.footer-wrap {
	display: flex;
}
.footer-wrap .col-2 {
	width: 60%;
}
.footer-wrap .widget-title {
	font-size: 14px;
	color: #fff;
	/* 	font-weight: 500; */
	text-transform: uppercase;
	margin-bottom: 35px;
	line-height: 14px;
	font-size: 12px;
	font-family: 'karla', sans-serif;
}
.footer-wrap .menu a {
	font-weight: 300;
	line-height: 18px;
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
}
.footer-wrap .menu {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.footer-wrap .col-2 {
	display: flex;
	justify-content: space-between;
}
.site_footer .col-1 .image {
	width: 190px;
	margin-bottom: 20px;
}
.site_footer .col-1 .textwidget p {
	color: #fff;
	font-size: 14px;
	line-height: 18px !important;
	font-weight: 300 !important;
}
.search-bar input {
	width: 100%;
	height: 44px;
	padding: 10px 15px;
	border-radius: 6px;
	border: none;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 21px;
	color: #999999;
}
.search-bar input:focus-visible, 
.search-bar input:focus{
	outline:none;
	border:0;
	box-shadow:none;
}
.search-bar .wp-block-search__button {
	padding: 10px !important;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	line-height: 16px;
}
.color-3333 p {
	color: #333333;
}
.search-bar .wp-block-search__button:hover{
	background: #fff;
	color: rgba(87, 124, 165, 1);
	border-color: #fff;
}

.search-bar .wp-block-search__button {
	padding: 10px !important;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	width: 114px;
	height: 44px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	font-family: "Open Sans";
}

.social-buttons-col .responsive-column-inner-wrap{
	height:100%;
	display:grid;
}

.search-bar .wp-block-search__inside-wrapper {
	display: flex;
	gap: 15px;
}
.responsive-block-editor-addons-accordion__wrap {
	counter-reset: accordion;
}
.responsive-block-editor-addons-accordion__wrap .wp-block-responsive-block-editor-addons-accordion-item .responsive-block-editor-addons-title:before{
	counter-increment: accordion;
	content: counter(accordion);
	width: 38px;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	background-color: #E9A017;
	align-items: center;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}
.responsive-block-editor-addons-accordion__wrap .wp-block-responsive-block-editor-addons-accordion-item .responsive-block-editor-addons-title{
	display: flex;
	align-items: center;
	gap: 15px;
}
.responsive-block-editor-addons-accordion__wrap .responsive-block-editor-addons-accordion-content > span {
	padding-left: 62px !important;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}
.responsive-block-editor-addons-accordion__wrap{
	padding:0 20px !important;
}
.responsive-block-editor-addons-accordion__wrap .wp-block-responsive-block-editor-addons-accordion-item {
	border: none !important;
	box-shadow: 0 3px 15px #00000021 !important;
	border-radius: 6px !important;
}
.responsive-block-editor-addons-accordion__wrap .responsive-block-editor-addons-accordion-titles-button {
	padding: 15px !important;
}
.pl-20{
	padding-left:20px;
}
.benifits-sec .wp-block-image img {
	width: 100%;
	height: auto;
}
.blog-article{
	overflow:hidden;
}
.blog-article .white {
	margin-right: -200px;
	overflow:visible !important;
}
.blog-article .responsive-column-wrap:last-child{
	overflow:visible !important;
}
@media (min-width:768px){
	.benifits-sec .responsive-columns-inner-wrap {
		position: relative;
		left: -20px;
		gap: 65px !important;
	}
	.benifits-sec .wp-block-image img {
		margin-top: 50px;
	}
}
figure.wp-block-image.size-full {
	margin-bottom: 0;
}
.join-sec .responsive-heading-title-text {
	padding: 25px;
}
.join-sec .wp-block-image img {
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}
.join-sec .responsive-columns-inner-wrap{
	border-radius:10px;
}
.social-btns .responsive-block-editor-addons-buttons__wrap, .social-btns .responsive-block-editor-addons-buttons__wrap > div {
	width: 100%;
}
.social-btns .responsive-block-editor-addons-button__wrapper {
	margin: 0 !important;
}
.social-btns  .responsive-block-editor-addons-buttons-repeater {
	justify-content: start !important;
}
.social-btns {
	padding: 25px !important;
}
.social-btns .responsive-block-editor-addons-buttons__wrap {
	gap: 32px;
}
.social-btns a.responsive-block-editor-addons-buttons-repeater {
	border: 1px solid #fff !important;
	background: transparent;
	height: 48px;
	padding: 0 15px !important;
	font-size: 16px;
	border-radius: 6px !important;
	font-weight: 500;
	line-height: 21px;
}
.social-btns a.responsive-block-editor-addons-buttons-repeater:hover{
	background-color:#000;
}
.mobile-menu span {
	background: #000;
	height: 3px;
	display: block;
}
.btn-global a.wp-block-button__link {
	border-radius: 5px;
	margin-top: 40px;
	display: block;
	width: fit-content;
	font-size: 14px;
	padding: 15px 30px;
	background-color: #577ca5 !important;
	font-weight: 600;
	box-shadow: 0 0 15px #577ca559;
}
.btn-global a.wp-block-button__link:hover{
	background-color: #577ca5d4 !important;
}
/* Vertical Tabs */
.vertical-tabs-container {
	display: flex;
	gap:30px;
	color:#2d4156;
}

.vertical-tabs-section-title{
	margin-bottom:15px;
}

.vertical-tabs {
	width: 50%;
	padding: 10px;
	display: flex;
	flex-direction:column;
	gap: 20px;

}

.tab {
	width:auto;
	font-family: "Open Sans";
	color:#2d4156;
	font-size: 18px;
	font-weight: 600;
	display:flex;
	align-items: center;
	cursor: pointer;
	padding: 20px;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 24px 0px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 3px 24px 0px rgba(0,0,0,.4);
}
.tab-title{
	line-height: 24px;
}
.tab-counter{
	background-color:#577CA5;
	margin-right:15px;
	width: 38px;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;

}
.acc-tabs-container .acc-item .accordion-content p{
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
}
.tab.active {
	background-color: #E9A017;
	color:white;
}
.category-tab .tab-title {
	color: #333333;
	font-family: "Open Sans", sans-serif;

}
.category-tab.tab.active .tab-title {
	color: #fff;
}

.posts-container {
	width:50%;
	flex-grow: 1;
}

.cst-grid-container{
	display: grid;
	grid-template-columns: auto auto;
	gap: 15px;
}

.posts-container a{
	text-decoration:none;
	color:#2d4156;
}
.posts-container h3 {
	font-family: 'Open Sans' , sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #333333;
}
.karla-14-300-18 p{
	font-size: 14px;
	font-weight: 300;
	line-height: 18;
	font-family: 'karla', sans-serif;
}

.post-thumbnail img{
	height:184px;
	border-radius:10px;
	margin-bottom:5px;
}

.no-posts{
	text-align:center;
}

.posts {
	display: none;
}

.posts.active {
	display: block;
}

/* Vertical tab with accordion */

.acc-tabs-container .acc-item{
	display:flex;
	flex-direction:column;
}

.acc-item .acc-title, .acc-item .accordion-content{
	width:100%;
}
.acc-item .acc-title{
	display:flex;
	align-items:center;
}
@media (max-width: 400px){
	.acc-tabs-container .acc-item .accordion-content p {
		padding-left: 46px !important;
	}
}
.acc-tabs-container .acc-item .accordion-content p{
	padding-left: 54px;
}
.acc-tabs-container .acc-item.tab.active{
	background-color:#577ca5 !important;
}

.acc-tabs-container .acc-item .acc-title .tab-counter{
	background-color:#e9a017;
	font-family: 'karla', sans-serif;

}

.acc-tabs-container .acc-item .accordion-content{
	padding:20px 62px;
}

/* Vertical Tabs */
@media (min-width:768px){
	.mobile-menu{
		display:none;
	}

}
@media (max-width:991px){
	.footer-wrap .col-2 {
		width: 65%;
	}
	.footer-wrap .col-1 {
		width: 35%;
	}
}

@media (max-width:800px){
	.tab{
		height: auto !important;
	}
}

@media (max-width:767px){
	.button.is-style-fill{
		justify-content: center;
	}
	.nav-header{
		display:none;
	}
	.nav-header.active{
		display:block;
	}
	.nav-header {
		position: absolute;
		left: 0;
		background-color: #fff;
		top: 126px;
		padding: 15px;
		z-index: 11;
		width: 100%;
		box-shadow: 0 3px 4px #00000036;
	}
	.site-header .nav-header ul {
		flex-direction: column;
	}
	.footer-wrap .col-2 {
		width: 100%;
	}
	.footer-wrap .col-1 {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer-wrap {
		flex-wrap:wrap;
	}
	.footer-wrap .col-2 {
		flex-wrap: wrap;
		gap: 30px;
	}

	/*Tabs*/

	.vertical-tabs-container{
		flex-direction:column;
	}
	.vertical-tabs, .posts-container{
		width:auto;
	}

	.vertical-tabs{
		height:250px;
		overflow-y:scroll;
	}
	.posts-container .cst-grid-container{
		grid-template-columns: auto auto auto;
	}

}

@media (max-width:575px){
	.posts-container .cst-grid-container{
		grid-template-columns: auto auto;
	}
}
@media (max-width:425px){
	.posts-container .cst-grid-container{
		grid-template-columns: auto;
	}
	.post-thumbnail img{
		width:100%;
		height:180px;
	}
}


/**/


/*blog Post Shortcode*/

.blog-container-title {
	position: relative;
	margin: 15px 0;
}

.blog-container-title::before {
	width: 100%;
	height: 2px;
	background: #2D4156;
	position: absolute;
	content: "";
	top: 5px;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.blog-container-title h3 {
	width: fit-content;
	background-color: #fff;
	z-index: 1;
	padding-right: 20px;
	font-size:20px;
	color:#2D4156;
}

.cat-post-item-container{
	display:flex;
	flex-direction:row;
	align-items:center;

}

.cat-post-item{
	list-style:none;
	margin:0 0 10px 0; 
}

.cat-post-item a{
	list-style:none;
	text-decoration:none;
}

.f-image img{
	width:120px;
	border-radius:10px;
}

.p-detail{
	margin:0 0 0 25px;
	width: 62%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.p-detail h4{
	margin:0 0 10px 0;
	font-weight:bold;
	color: #333333;
}

.p-detail p{
	font-weight: 300;
	color:#000000;
}

.more-posts-link {
	display:flex;
	justify-content:flex-end;
}

.more-posts-link a{
	text-decoration:none;
}

.custom-blog-container .gb-container-content{
	max-width:100% !important;
}

.custom-cate-block .responsive-columns-inner-wrap.responsive-columns-columns-2{
	padding: 0 !important;
}

/* blog page css */

@media (min-width: 768px){
	.blog-title-col-2 {
		border-left: 1px solid #dddd;
		padding-left: 32px;
	}
	.blog-hero-sec .blog-hero-column-2 {
		border-left: 1px solid #dddd;
	}
	.blog-hero-button {
		padding: 14px 24px;
	}
	.blog-hero-column-2 p{
		margin-left: 24px !important;
	}
	.blog-hero-column-2 time{
		margin-left: 24px;
	}
	.blog-hero-subscribe p#subscribe-submit {
		margin-left: 10px !important;
	}
}
@media (max-width: 767px){
	.blog-title{
		font-size: 36px !important;
		margin-bottom: 15px;
	}
	.blog-hero-button {
		margin-bottom: 30px !important;
	}
	.blog-hero-subscribe form .wp-block-jetpack-subscriptions__form-elements {

	}
	@media (max-width: 420px){
		flex-wrap: wrap;
	}
}
.blog-title-sec .responsive-columns-inner-wrap {
	align-items: center;
}
.blog-hero-sec .blog-hero-column-2 {
	margin-top: 24px;
}
.blog-hero-column-2 .blog-hero-date{
	padding-bottom: 24px;
	padding-left: 24px;
	color: #2D4156;
	border-bottom: 1px solid #dddd;
}


.blog-hero-button a, .blog-hero-subscribe button{
	background: #577CA5;
	border: 1px solid #577ca5 !important;
	font-size: 14px !important;

}
.blog-hero-subscribe.is-style-compact .is-not-subscriber .wp-block-button__link, .blog-hero-subscribe.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{
	border-end-start-radius: 4px!important;
	border-start-start-radius: 4px !important;
}
.blog-hero-button a:hover, .blog-hero-subscribe button:hover {
	background: #c7c7c7;
	color: #577ca5;
}
.blog-hero-column-2 p{
	color: #999999 !important;
	margin-bottom: 15px !important;
	font-size: 16px;
}
.blog-hero-column-2 time{
	color: #2D4156;
}
.blog-hero-column-one img {
	width: 100% !important;
	max-width: 100% !important;
}

.more-posts-link a{
	color: #577ca5;
}
.more-posts-link a:after {
	content: url(/wp-content/uploads/2023/12/Vector.png);
	padding-left: 10px;
	padding-top: 10px !important;
	position: absolute;
	top: -8px;
	right: 6px;
}
.more-posts-link {
	position: relative;
	padding-right: 30px;
}
.blog-heroh3 {
	font-size: 26px;
	font-weight: 600;
}
.pt-20{
	padding-top: 20px;
}
.social_icons {
	display: flex;
	padding: 0 25px;
	list-style: none;
	gap: 15px;
}
.social_icons .wp-block-social-link-anchor {
	display: flex;
	width: 45px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc;
	border-radius: 4px;
	box-shadow: 2px 2px transparent;
}
.social_icons .wp-block-social-link-anchor svg {
	fill: #ccc;
}
.social_icons .wp-block-social-link-anchor:hover {
	box-shadow: 2px 2px #ccc;
	transition:.6s ease;
}

.category-article {
	gap: 30px;
	margin-bottom: 30px;
	padding-bottom: 32px;
	border-bottom: 1px solid #E6E6E6;
}


.category-image img {
	max-width: 100%;
	width: 100%;
	height: auto !important;
	margin-bottom: 10px;
}

.article-title {
	font-size: 16px;
	font-family: 'karla',sans-serif !important;
	font-weight: 700;
	line-height: 21px;
}
.article-date {
	font-size: 12px;
	margin: 7px 0px 10px 0px;
	line-height: 15px;
	font-family: 'karla',sans-serif !important;
	font-weight: 500;
	color: #b3b3b3;
}
.article-excerpt p, .article-tags{
	font-family: 'karla',sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 21px !important;
	color: #999999;

}
.article-tags a {
	padding: 10px;
	border: 1px solid #B3B3B3;
	text-decoration: none;
	color: #B3B3B3;
	line-height: 55px;
	border-radius: 6px;
}
/* span.article-tags {
line-height: 70px !important;
}
*/
header.page-header h1:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #2D4156;
	position: absolute;
	right: 0;
	top: 24px;
	left: 143px;
}
header.page-header h1 {
	position: relative;
	overflow: hidden;
}
header.page-header {
	padding: 40px 0px;
}
.social-share-buttons button {
	display: flex;
	width: 45px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc;
	border-radius: 4px;
	box-shadow: 2px 2px transparent;
}
button.share-button:hover, .article-tags a:hover {
	box-shadow: 2px 2px #ccc;
	transition: .6s ease;
}
.social-share-buttons button svg {
	fill: #ccc;
}

.article-excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Number of lines to show */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; /* Adds an ellipsis (...) to indicate that text has been truncated */
}
.social-share-buttons img {
	max-width: 100%;
	width: 55px;
}
.social-share-buttons p {
	color: #999999;
}
.category-article .category-left-side {
	margin-bottom: 20px;
}
.social-share-buttons {
	gap: 10px;
	display: flex;
}

@media (min-width: 768px){

	.category-content .left-column {
		width: 65%;
	}
	.category-content .right-column {
		width: 35%;
	}
	.category-content {
		display: flex;
		gap: 30px;
	}
	.right-column {
		border-left: 1px solid #E6E6E6;
	}
	.right-column .blogs-cat-container {
		padding-left: 24px;
	}
}

@media (min-width: 500px){
	.category-article {
		display: flex;

	}
	.category-left-side, .category-image {
		width: 200px;
	}
}


/* single post styling */
h2.article-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
	color: #2D4156;
	font-family: 'Open Sans',sans-serif !important;
}
.singl-category-image img {
	width: 100%;
	height: auto;
}
.social-share-buttons.single-post-social-buttons {
	padding: 16px;
	align-items: center;
	background: #F2F2F2;
	border-radius: 8px;
}
span.article-tags.article-tags-single-post a {
	line-height: 110px !important;
}
.singl-category-image {
	margin: 30px 0px;
}
.article-content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: #333333;
}
.article-content p, .article-content h2 {
	margin-bottom: 15px;
	font-family: 'karla',sans-serif !important;
}



/* single post comment form styling */
.comment-form-section #reply-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Open Sans',sans-serif !important;
	color: #333333;
}
.comment-form p.comment-notes {
	margin: 10px 0px;
}
.comment-form .comment-notes, .comment-form form#commentform, .comment-subscription-form label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #999999;
	font-family: 'karla',sans-serif !important;
}
.comment-form label {
	display: none;
}
.comment-form input:focus-visible, .comment-form textarea:focus-visible{
	outline: none;
}
.comment-form input, .comment-form textarea {
	width: 97%;
	border-radius: 5px;
	margin-bottom: 16px;
	padding: 12px 16px;
	border: 1px solid #dddddd;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #999999;
}
.comment-subscription-form label {
	color: #333333 !important;
}
.comment-form-section {
	margin-top: 40px;
}
.comment-form p.form-submit input {
	background: #5F88B5;
	color: #fff;
	display: block;
	width: 200px;
	padding: 16px;
	float: right;
	transition: .5s all ease-in-out;
}
.comment-form p.form-submit input:hover{
	border-color: #5F88B5;
	color: #5F88B5;
	background: #fff;
}
.comment-form .comment-subscription-form {
	margin-bottom: 0px;
}
.comment-subscription-form .subscribe-label {
	display: inline!important;
	margin-left: 8px;
}

.blog-hero-sec.sidebar-section .blog-hero-column-one{
	display: none;
}


.vertical-tabs-section-title{
	margin-left: 10px;
}

/* sidebar styling */
.sidebar-divider {
	margin: 20px 0px;

}
.widget.widget_search form.search-form{
	position: relative;
}
.widget.widget_search form.search-form:before {
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #3333338f;
}
.widget.widget_search form.search-form .search-form-input {
	width: 100%;
	padding: 4px 40px;
	background-color: transparent;
	font-size: 16px;
	min-height: 30px;
	line-height: 30px;
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	color: #2c3338;
}
.widget.widget_search form.search-form .search-form-submit{
	display: none;
}
.blog-hero-sec .blog-hero-column-2.sidebar-column-2{
	border-left: 0 !important
}
.button a {
	padding: 20px 32px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 16px !important;
	transition: .4s all ease-in-out;
	border: 1px solid #577ca5 !important;
}
.button a:hover {
	background: transparent !important;
	color: #577ca5 !important;
	border: 1px solid #577ca5 !important;
}


/* Request Invite Form */
#forminator-module-3473 {
	width:100% !important;
}

.forminator-ui .forminator-error + .forminator-row {
	width: 100% !important;
}

#forminator-module-3473 .forminator-row{
	margin: 0 !important;
}

.forminator-ui#forminator-module-3473.forminator-design--default .forminator-input{
	width:100% !important;
	height:48px !important;
	padding: 12px, 16px !important;
	border-radius:5px;
	font-family:"Open Sans", sans-serif !important;

}

.forminator-ui#forminator-module-3473.forminator-design--default .forminator-button-submit{
	border: 1px solid white !important;
	font-family:"Open Sans", sans-serif !important;
	font-weight:700 !important;
	line-height: 16.37px !important;
	height:48px !important;
}

/* Main Categories Template Styling */


/* Main container styles */
.container {
	max-width: 1200px;
	margin: 0 auto;
}

.site-inner {
	box-shadow: 0px 0px 20px 0px #0000000D;
}
/* Search section styles */
.search-section {
	padding: 120px 20px 50px;
	text-align: center;
	background-color: white;
}

.section-title {
	margin-bottom: 40px;
	color: #333;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.5em;
	text-align: center;
}

.search-form-container {
	max-width: 600px;
	margin: 0 auto;
}
form.search-form {
	display: flex;
	gap: 8px;
}

.search-form-input {
	height: 48px;
	padding: 20px;
	border-radius: 5px;
	width: 80%;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	color: #999999;
}
input.search-form-submit {
	height: 48px;
	border-radius: 5px;
	width: 20%;
	box-shadow: 0px 4px 20px 0px #474D9933;
	background: #5F88B5;
	border: 1px solid #5F88B5;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
}
input.search-form-submit:hover {

	background: Transparent;
	border: 1px solid #5F88B5;
	color: #5F88B5;
	cursor: pointer;
}
/* Categories section styles */
.categories-section {
	padding: 65px 20px 150px;
	background: #FFFCFA;

}

.categories-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.category-card {
	border-radius: 8px;
	padding: 37px 32px;
	transition: all 0.3s ease;
	display: flex;
	background: #FFFFFF;
	gap: 24px;
	box-shadow: 0px 3px 30px 0px #0000000D;
	align-items: center;
}

.category-icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.category-title a {
	color: #2D4156;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4em;

}

.category-title a:hover {
	color: #5F88B5;
}

.category-count {
	color: #E9A017;
	font-size: 14px;
	font-weight: 600 !important;
	text-align: left;
}

.no-categories {
	text-align: center;
	grid-column: 1 / -1;
}

@media (max-width: 1024px) {
	.categories-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
	.search-section {
		padding: 80px 20px 50px;
	}
	.section-title {	
		font-size: 30px;
	}
}	

@media (max-width: 768px) {
	.categories-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.search-section {
		padding: 70px 20px 50px;
	}
	.section-title {	
		font-size: 26px;
	}
}


/* Category Archive */

.category-archive-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 20px 150px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.category-archive-container h2{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;

}
.horizontal-tabs {
	display: flex;
	flex-direction: row;
	gap: 48px;
}
.tab-titles {
	width: 30%;
}

.tab-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	border-radius: 4px;
	gap: 16px;
}

.tab-title {
	margin: 0;
	box-shadow: 0px 3px 24px 0px #00000014;
	border-radius: 8px;
}

.tab-title a {
	display: block;
	border-radius: 8px;
	padding: 25px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;

}

.tab-title.active a {
	background: #E9A017;
	color: white;
}
.tab-title.active .post-count {
	color: white;
}

/* Content Area */
.tab-contents {
	width: 70%;
}

.category-posts-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.category-posts-list li {
font-weight: 500;
font-size: 16px;
line-height: 1.4em;
}
.category-posts-list li a{
color: #577CA5;
text-underline-offset: 5px;
}

.category-posts-list li:last-child {
	border-bottom: none;
}
.tab-content{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.tab-content h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4em;
	color: #2D4156;

}

.post-date {
	display: block;
	font-size: 0.9em;
	color: #666;
	margin-top: 5px;
}
@media (max-width: 1024px) {
	.tab-titles {
	width: 40%;
}
	.tab-contents {
	width: 60%;
}
	.category-archive-container {
	padding: 90px 20px 120px;
}
	.tab-content h3{
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.tab-list {
        display: inline-flex;
        flex-direction: row;
        overflow: scroll !important;
        white-space: nowrap;
		width: 100%;
    }
	.category-archive-container {	
	padding: 70px 20px 100px;
}
	.horizontal-tabs {
	display: flex;
	flex-direction: column;
	gap: 48px;
}
	    .tab-titles {
        width: 100%;
        overflow: hidden;
    }
	.tab-contents {
	width: 100%;
}
	.tab-title {
    margin: 0;
    border-radius: 8px;
    border: 1px solid #ddd;
		box-shadow: none;
}
	.tab-list::-webkit-scrollbar {
  display: none;
  width: 0;
}
	.tab-title a{
		padding: 17px;
	}
	.tab-content h3{
		font-size: 24px;
	}
}

/* Single page styling */

/* Single Post Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-main {
    padding: 70px 0 120px;
    line-height: 1.6;
}

.single-post-wrapper {
    display: flex;
    gap: 50px;
}

.single-post-wrapper .article-wrapper {
    width: 70%;
}

.single-post-wrapper aside.sidebar.sidebar-primary.widget-area {
    width: 30%;
}
/* Post Header */
.entry-header {
    margin-bottom: 40px;
}

.entry-title {
    font-size: 35px;
    margin: 0 0 20px 0;
    line-height: 1.3;
    color: #333;
}

.entry-meta {
    font-size: 16px;
    color: #666;
    display: flex;
    gap: 20px;
	flex-direction: column;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
	font-weight: 700;
}

.meta-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
	font-weight: 400;
}
.meta-item time {
	font-weight: 400;
}
.meta-item a:hover {
    color: #5F88B5;
	 background: Transparent;
}
ul.post-categories {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px 20px;
}
.post-categories a {
    display: inline-block;
    padding: 10px 15px;
    background: #5F88B5;
	color: white;
	border-radius: 5px;
	border: 1px solid #5F88B5;
 	font-size: 12px;
}

.meta-date-author {
    display: flex;
    gap: 30px;
}
/* Featured Image */
.post-thumbnail {
    margin: 30px 0;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Post Content */
.entry-content {
    font-size: 1.1rem;
    color: #444;
}

.entry-content p {
    margin: 0 0 25px 0;
}

.entry-content a {
    color: #0073aa;
    text-decoration: underline;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.entry-content ul,
.entry-content ol {
    margin: 20px 0;
    padding-left: 40px;
}

.page-links {
    margin: 30px 0;
    font-weight: bold;
}

/* Post Footer */
.entry-footer {
    margin: 40px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.post-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.post-tags a {
    background: #f3f4f6;
    color: #666;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background: #0073aa;
    color: white;
}

/* Comments */
.comments-area {
    margin: 50px 0;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    padding: 20px;
    margin: 20px 0;
    background: #f9f9f9;
    border-radius: 8px;
}

.comment-meta {
    display: flex;
    align-items: center;
}

.comment-author {
    font-weight: bold;
    margin-right: 15px;
}

.comment-metadata {
    font-size: 0.9rem;
    color: #666;
}

/* Navigation */
.post-navigation {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-previous a,
.nav-next a {
    display: block;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.nav-previous a:hover,
.nav-next a:hover {
    background: #0073aa;
    color: white;
}

.nav-subtitle {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .entry-title {
        font-size: 2rem;
    }
    
    .entry-meta {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .post-navigation {
        flex-direction: column;
    }
    
    .entry-content {
        font-size: 1rem;
    }
    
    .post-thumbnail img {
        border-radius: 0;
    }
}

/* WordPress Specific Classes */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.wp-caption {
    max-width: 100%;
    margin: 20px 0;
}

.wp-caption-text {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
    text-align: center;
}


ol.comment-list {
    margin-bottom: 40px;
    background: #f2f2f2;
    padding: 30px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
p.comment-author {
    display: flex;
    align-items: center;
    gap: 20px;
}
p.comment-author span.says {
    margin-left: -15px;
	font-weight: 600;
}
ul.children {
    margin-top: 30px;
    list-style: none;
    padding: 30px;
    background: white;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
p.comment-author img {
    border-radius: 50px;
    width: 70px;
    height: 70px;
}
.entry-comments h3{
	font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif !important;
    color: #333333;
    margin-bottom: 30px;
}
.comment-list article {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
header.comment-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
a.comment-time-link {
    font-size: 12px;
    text-decoration: none;
    color: #2d4156;
}
a.comment-author-link {
    color: #577ca5;
}
.comment-author-name{
	color: #577ca5;
	font-weight: 600;
}

.comment-respond .comment-reply-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #333333;
    margin-bottom: 15px;
    display: flex
;
    gap: 15px;
    justify-content: space-between;
}
div#respond {
    margin-top: 30px;
}
a.comment-reply-link {
    text-decoration: none;
    font-weight: 600;
    color: #2d4156;
}



.comment-form-section #reply-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif !important;
    color: #333333;
    margin-bottom: 15px;
}
form#commentform .logged-in-as {
    margin-bottom: 20px;
}
.comment-form p.comment-notes {
	margin: 10px 0px;
}
.comment-form .comment-notes, .comment-form form#commentform, .comment-subscription-form label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #999999;
	font-family: 'karla',sans-serif !important;
}
.comment-form label {
	display: none;
}
.comment-form input:focus-visible, .comment-form textarea:focus-visible{
	outline: none;
}
.comment-form input, .comment-form textarea {
    width: 97%;
    border-radius: 5px;
    margin-bottom: 16px;
    padding: 12px 16px;
    border: 1px solid #dddddd;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #080000;
}
.comment-form input:focus, .comment-form textarea:focus {
    border-color: black;
}
.comment-subscription-form label {
	color: #333333 !important;
}
.comment-form-section {
	margin-top: 40px;
}
.comment-form p.form-submit input {
	background: #5F88B5;
	color: #fff;
	display: block;
	width: 200px;
	padding: 0;
	height:40px;
	float: right;
	transition: .5s all ease-in-out;
}
.comment-form p.form-submit input:hover{
	border-color: #5F88B5;
	color: #5F88B5;
	background: #fff;
}
.comment-form .comment-subscription-form {
	margin-bottom: 0px;
}
.comment-subscription-form .subscribe-label {
	display: inline!important;
	margin-left: 8px;
}