.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{
		background: #e7e7e7 !important;
}

html, body{
  width:100%;
  overflow-x:hidden;
	overflow-y:scrollbar;
}

.sub-category a {
    background-color: #ef3e2f  !important;
		color: #fff !important;
		font-size: 12px !important;
    padding: 3px 5px 3px 5px;
    border-radius: 4px 4px 4px 4px;
}
.sub-category a:hover {
    background-color: #2e368f  !important;
}
.onelinetitle a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.twolinetitle a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.threelinetitle a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Default: 2 lines */
.twolinetitle .elementor-heading-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile: 1 line */

.elementor-widget-blockquote blockquote{
		color:#fff;
}
.tnp-submit{
		text-align: center;
    justify-content: center;
    margin: 0 auto;
    display: block;
    padding: 10px 40px;
    background: #ed3d2f;
    color: #fff;
    font-weight: 500;
}
#breadcrumbs {
    font-size: 0; /* removes tiny spacing inconsistencies */
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
    font-size: 14px; font-weight:500 !important; /* restore text size */
}

#breadcrumbs span > span {
    font-size: 14px;
}

#breadcrumbs a::after {
    content: " » ";
    padding: 0 8px;
}

#breadcrumbs span > span > span {
    display: inline;
}
.elementskit-menu-overlay{
		display:none;
}

/* ===========================
   HEADING STYLES FOR POST
   =========================== */

/* ---------- H2 ---------- */
h2.wp-block-heading {
    font-size: 28px;
    font-weight: 500;
    color: #2e368f;  font-family: "Golos Text", Sans-serif;
    padding-top: 15px;
    line-height: 1.8rem;
}

/* ---------- H3 ---------- */
h3.wp-block-heading {
    font-size: 24px;
    font-weight: 500;
    color: #2e368f;  font-family: "Golos Text", Sans-serif;
    padding-top: 28px;
    line-height: 1.8rem;
}

/* ---------- H4 ---------- */
h4.wp-block-heading{
    font-size: 24px; font-family: "Golos Text", Sans-serif;
    font-weight: 500;
    color: #2e368f;
    padding-top: 15px;
    line-height: 1.8rem;
}

/* ---------- H5 ---------- */
h5.wp-block-heading {
    font-size: 20px;  font-family: "Golos Text", Sans-serif;
    font-weight: 500;
    color: #000;
    padding-top: 15px;
    line-height: 1.8rem;
}

/* ---------- H6 ---------- */
h6.wp-block-heading {
    font-size: 18px; font-family: "Golos Text", Sans-serif;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
    line-height: 1.8rem;
}
/* Force all post images to 840x560 ratio */
/* 840x560 Aspect Ratio Utility */
.ratio32 {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2; /* 840:560 */
    overflow: hidden;
}

.ratio32 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Background image support */
.ratio32 {
    background-size: cover;
    background-position: center;
}

.ratio33 {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2; /* 840:560 */
    overflow: hidden;
		max-height:240px;
}

.ratio33 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Background image support */
.ratio33 {
    background-size: cover;
    background-position: center;
}

.wpadcenter-200x200, .wpadcenter-240x400, .wpadcenter-250x250, .wpadcenter-250x360, .wpadcenter-300x250, .wpadcenter-336x280, .wpadcenter-580x400, .wpadcenter-120x600, .wpadcenter-160x600, .wpadcenter-300x600, .wpadcenter-300x1050, .wpadcenter-468x60, .wpadcenter-728x90, .wpadcenter-930x180, .wpadcenter-970x90, .wpadcenter-970x250, .wpadcenter-980x120, .wpadcenter-120x60, .wpadcenter-120x90, .wpadcenter-125x125, .wpadcenter-300x50, .wpadcenter-320x50, .wpadcenter-320x100{\
		margin:0px;
}

.mfp-bg.ekit-promo-popup {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0s ease-out forwards !important;
    animation: menu-animation 0s ease-out forwards !important;
}

.ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    /* transition: all 1s ease .8s; 
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);*/
}

.catalyst-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px; font-weight:500;
    line-height: 1.5;
}

.catalyst-breadcrumb a {
    color: #2e368f;  font-family: "Golos Text", Sans-serif;
    text-decoration: none;
    transition: color 0.2s ease;
}

.catalyst-breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

.catalyst-breadcrumb .breadcrumb-separator {
    color: #999;
    font-size: 16px;
}

.catalyst-breadcrumb .breadcrumb-current {
    color: #222;
    font-weight: 600;
}

.catbtn a{
    display: inline-block;
    background: #fde8e8;
    color: #ef3e2f;
    padding: 3px 3px;
		font-size:11px;
    border-radius: 1px;
    font-weight: 700;
    cursor: pointer;
}

.catbtn a:hover {
    background: #ef3e2f;
    color: #ffffff;
}

/* Hide search container by default */
.search-container {
    display: none; 
}

/* Show when active */
.search-container.search-active {
    display: block;
}
.search-toggle,
.search-toggle *,
.search-toggle svg {
    cursor: pointer !important;
}

body.search .hide-on-search {
    display: none !important;
}

@media (max-width: 767px) {
		
		#tnp-1{
				min-width:200px !important;
		}
	
		
				
}