/***Typo Css Start****/
:root {
  --page-width: 1310px;
  --base-fm:  "Hanken Grotesk", sans-serif;
  --base-size: 16px;
  --h1-size: 42px;
  --h2-size: 36px;
  --h3-size: 28px;
  --h4-size: 24px;
  --h5-size: 20px;
  --h6-size: 18px;
  --base-clr: #43474F;
  --white-clr: #ffffff;
  --black-clr: #000000;
  --bg-clr: #F2F5F2;
  --light-bg-clr: #FBF9F8;
  --ftr-bg-clr:#001638;
  --theme-clr: #2563eb;
  --sec-theme-clr: #0a286a;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

body {
  margin: 0px;
  font-family: var(--base-fm);
  color: var(--base-clr);
  font-size: var(--base-size);
  line-height: 1.5;
  background-color: var(--white-clr);
  font-weight: 400;
  padding-top: 78px;
  padding-bottom: 50px;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
p:empty {
    display: none;
}
.hd-b-paragraph {
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, li, a {
  list-style: none;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

h1, .h1 {
  font-size: var(--h1-size);
  color: var(--base-clr);
  font-weight: 700;
  margin: 0px 0px 25px 0px;
  font-style: normal;
  line-height: 1.1;
}

h2, .h2 {
  font-size: var(--h2-size);
  font-weight: 700;
  margin: 0px 0px 18px 0px;
  line-height: 1.2;
  color: var(--base-clr);
}

h3, .h3 {
  font-size: var(--h3-size);
  font-weight: 600;
  margin: 0px 0px 14px 0px;
  line-height: 1.2;
  color: var(--base-clr);
}

h4, .h4 {
  font-size: var(--h4-size);
  font-weight: 600;
  margin: 0px 0px 12px 0px;
  line-height: 1.2;
  color: var(--base-clr);
}

h5, .h5 {
  font-size: var(--h5-size);
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  line-height: 1.2;
  color: var(--base-clr);
}

h6, .h6 {
  font-size: var(--h6-size);
 color: var(--base-clr);
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  line-height: 1.2;
}


.theme-clr {
  color: var(--theme-clr);
}
.white-bg {
  background-color: var(--theme-clr);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: flex;
  flex-flow: row wrap;
}
.f-center {
  align-items: center;
}

.f-start {
  align-items: flex-start;
}

.f-end {
  align-items: flex-end;
}

.splide__arrow {
    width: 48px;
    height: 48px;
    opacity: 1;
    background-color: rgba(255,255, 255, 0.7);
}

.splide__arrow svg {
    fill: #fff;
}
.splide__pagination {
    bottom: 20px;
}
.splide__pagination li button {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.80);
    opacity: 1;
    width: 10px;
    height: 10px;
    padding: 0;
    transform: none !important;
}
.splide__pagination li button.is-active {
    background-color: var(--sec-theme-clr);
    width: 30px;
}

.splide__pagination li {
    margin: 0px 2px;
}

section {
  width: 100%;
  padding: 60px 0px;
}
.light-bg {
   background: var(--light-bg-clr);
}

.light-theme-bg {
  background-color: #F7F8FA;
}
.container {
  max-width: var(--page-width);
  padding: 0px 15px;
  margin: auto;
  width: 100%;
}

.cmn-btn {
  transition: 0.5s all;
  cursor: pointer;
  background: var(--theme-clr);
  border-radius: 4px;
  color: var(--white-clr);
  padding: 10px 20px 10px 20px;
  display: inline-block;
  font-weight:600;
  border: none;
  font-family: var(--base-fm);
  font-size: var(--base-size);
  vertical-align: middle;
  
  line-height: 1.6;
}

.cmn-btn:hover {
  opacity: 0.85;
}

.cmn-bdr-btn {
  transition: 0.5s all;
  cursor: pointer;
  background: transparent;
  color: var(--theme-clr);
  border-radius: 4px;
  border: var(--theme-clr) 1px solid; 
  padding: 9px 20px 9px 20px;
  display: inline-block;
  font-weight:600;
  font-family: var(--base-fm);
  font-size: var(--base-size);
  vertical-align: middle;
  line-height: 1.6;
}
.cmn-bdr-btn:hover {
   background: var(--theme-clr);
  color: var(--white-clr);
}
.cmn-btn:hover{
  opacity: 0.85;
}


.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a:where(:not(.wp-block-button__link)), #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
 color: var(--base-clr);	
}
    .header-inner .toggle-wrapper::before {
        height: 1.7rem;
        top: calc(50% - 0.7rem);
        
    }
.header-inner {
    padding: 0px 15px;
    max-width: 1320px;
    width: 100%;
}
header.archive-header {
    max-width: 1310px;
    margin: auto;
    padding: 0px 15px;
}

header.archive-header .archive-header-inner {
    text-align: left;
}
.header-inner .header-titles {
	margin: 0px;
}
.header-navigation-wrapper nav ul {
    display: flex;
    flex-flow: row wrap;
    gap: 18px;
}

.header-navigation-wrapper nav ul li a {
    color: var(--base-clr);
    font-weight: 600;
}

.header-navigation-wrapper nav ul li:hover a {
    color: var(--theme-clr);
}
html body .header-titles-wrapper {
	margin: 0px;
}
header#site-header{
	    padding: 15px 0;
    background: var(--white-clr);
    transition: 0.5s all;
    left: 0px;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    border-bottom: #d7d7d7 1px solid;
}
html body header#site-header .site-logo {
    margin: 0 !important;
    max-width: 240px;
}.header-navigation-wrapper nav ul {
    margin: 0px;
    padding: 0px;
}

.header-navigation-wrapper nav ul li {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.header-inner .toggle .toggle-inner svg {
    width: 19px;
}

.primary-menu-wrapper + .header-toggles {
    margin-left: 1.5rem;
}

 html body    .header-toggles .toggle {
        padding: 0 1.5rem;
    }

 span.toggle-text {
    display: none;
}   

.posts-main-list {
    display: flex;
    gap: 40px;
}

.posts-main-list .blog-d-right {
       width: 30%;
    border: #ccc 1px solid;
    border-radius: 6px;
    padding: 15px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}

.entry-categories a {
	color: var(--theme-clr);
}

.entry-content a {
	color: var(--theme-clr);
}
.entry-content a.cmn-btn {
	color: var(--white-clr);
    width: auto !important;
    max-width: inherit !important;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
    margin: 0px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.comments-wrapper {
	display: none;
}
.post-meta-wrapper {
	display: none;
}

body #site-footer {
        padding: 12px 0;
    text-align: center;
    border-top: #ebebeb 1px solid;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.footer-credits {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .footer-credits p {
    	font-weight: normal;
      font-size: 14px;
    }

        .entry-categories {
        margin-bottom: 0;
    }
    .section-inner {
        width: 100%;
    }

    .featured-media {
    	margin: 0px;
    }

        .post-inner {
        padding-top: 0;
        display: flex;
    align-content: inherit;
    }

.archive-title {
  font-size: var(--h1-size);
}

    .post-list-main {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    align-items: self-start;
}
.post-inner + .section-inner {
    display: none;
}
.post-list-main .post {
    flex: 1 1 calc(100%);
    border: #ccc 1px solid;
    overflow: hidden;
    border-radius: 6px;
    text-align: left;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}
.featured-media {
    margin: 0px;
    width: 40%;
}
.post-inner {
    width: 60%;
    position: relative;
}
.post-inner .entry-title {
    font-size: 20px;
    text-align: left;
    color: #000;
    margin: 0px 0 10px 0;
    padding: 0px;
}

.post-inner .entry-title a {
    color: var(--base-clr);
}

p.short-description {
    margin-bottom: 15px !important;
}

.entry-content {
    padding: 15px 15px 42px 15px;
        display: flex;
    flex-flow: row wrap;
        align-content: space-around;
}

.entry-categories-inner {
  font-size: 10px;
  margin: 0px 0 10px 0;
  justify-content: flex-start;
    
}

.entry-categories .entry-categories-inner a {
        font-size: 10px;
    padding: 5px 12px;
    text-decoration: none;
    border: none;
    font-weight: normal;
    background-color: var(--sec-theme-clr);
    color: #fff;
    margin: 3px;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 4px;
}






span.nav-prev-text, span.nav-next-text {
    display: none;
}

.pagination-wrapper.section-inner {
    margin-top: 30px;
}

.pagination-wrapper .nav-links .page-numbers {
    margin: 0px 5px;
}

.pagination .nav-links {
    justify-content: center;
    font-size: 20px;
}

.pagination-wrapper .nav-links .page-numbers {
    background-color: var(--base-clr);
    padding: 7px 6px 6px 6px;
    line-height: normal;
    min-width: 34px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    min-height: 34px;
    text-decoration: none;
}
.pagination-wrapper .nav-links .placeholder {visibility: visible; opacity: 0.5}
.pagination-wrapper .nav-links a.page-numbers:hover, .pagination-wrapper .nav-links .current {
    background-color: var(--theme-clr);
}

.post-main-scn {
	padding: 30px 0px;
}
span.color-accent {
    display: none;
}


.post-bnr-main {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
    min-height: 180px;
    background: linear-gradient(90deg, rgba(32, 32, 52, 0.94) 0%, rgba(32, 32, 52, 0.9) 50%, rgba(32, 32, 52, 0.7) 100%);
    padding: 20px 0px;
}

.post-bnr-main .post-title {
  margin-bottom: 0px;
  font-size: 36px;
  color: var(--white-clr);
}
.cms-page {
 padding: 40px 0px;
}

.cms-page ul, .cms-page ol {
 padding-left: 18px;
 padding-bottom: 0px;
 margin: 10px 0 0 0;
}
.cms-page ul:has(li+li), .cms-page ol:has(li+li) {
    padding-bottom: 12px;
}

.cms-page ul, .cms-page ul li {
 list-style: disc;
}

.cms-page ol, .cms-page ol li {
 list-style: decimal;
}

.cms-page ul {
 padding-left: 20px;
}

.cms-page li {
 margin: 5px 0px;
}

.cms-page h1 {
 font-size: calc(var(--h1-size) - 5px);
 font-weight: 400;
 margin: 0px;
 color:var(--theme-clr);  
}

.cms-page h2 {
 font-size: calc(var(--h2-size) - 8px);
 font-weight: 400;
 margin: 30px 0px 5px 0px;
}

.cms-page h3 {
 font-size: calc(var(--h3-size) - 2px);
 font-weight: 400;
 margin: 30px 0px 5px 0px;
}

.cms-page h4 {
 font-size: calc(var(--h4-size) - 2px);
 font-weight: 400;
 margin: 28px 0px 5px 0px;
}

.cms-page h5 {
 font-size: calc(var(--h5-size));
 font-weight: 400;
 margin: 25px 0px 5px 0px;
}

.page-title {
 padding: 40px 0px;
}

.cms-page a {
 text-decoration: underline;
 color: var(--theme-clr);
}
.cms-page a.cmn-bdr-btn{
	text-decoration: none;
}
.cms-page a:hover {
 text-decoration: none;
}

.cms-page img  {
  max-width: 100%;
}
.cms-page .post-thumbnail {
    margin-bottom: 30px;
    width: 100%;
}
.cms-page .post-thumbnail img {
  width: 100%;
}

.cms-page table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom:25px;
}

/* Table Header */
.cms-page table thead,
.cms-page table tr:first-child {
  background: #111827;
  color: #ffffff;
}

.cms-page table th,
.cms-page table td {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}

/* Header Cells */
.cms-page table th,
.cms-page table tr:first-child td {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-bottom: none;
  color: #fff;
}

/* First Column */
.cms-page table td:first-child {
  font-weight: 600;
}

/* Second Column */
.cms-page table td:nth-child(2) {
  color: #555555;
}

/* Zebra Rows */
.cms-page table tbody tr:nth-child(even) {
  background: #f9fafb;
}

/* Hover Effect */
.cms-page table tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease;
}


.featured-media img {
	width: 100%;
}
/* Remove Bottom Border */
.cms-page table tbody tr:last-child td {
  border-bottom: none;
}
.cms-page table tbody tr td p{
  margin: 8px 0px;
}
/* Rounded Header Corners */
.cms-page table tr:first-child td:first-child {
  border-top-left-radius: 6px;
}

.cms-page table tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.cms-page table th, .cms-page table tr:first-child td b, .cms-page table th, .cms-page table tr:first-child td strong {
    font-weight: 600;
}

.section-inner.thin.error404-content {
 text-align: center;
 padding: 40px 0px;
 min-height: calc(100vh - 485px);
}

.section-inner.thin.error404-content h1 {
 font-size: 40px;
 color: var(--theme-clr)
}

.section-inner.thin.error404-content p {
 font-size: 18px;
}




.blog-d-right label.wp-block-search__label {
 font-size: 16px;
 font-family: var(--fontB-fm);
 letter-spacing: normal;
     margin-bottom: 0;
}

 .blog-d-right .wp-block-search__inside-wrapper input {
 font-size: 15px;
 padding: 0px 10px;
}

.blog-d-right .wp-block-search__inside-wrapper button.wp-block-search__button {
 padding: 8px 13px;
 font-size: 14px;
 background-color: var(--theme-clr);
 text-decoration: none;
 transition: 0.5s all;
}

.blog-d-right .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
 background-color: var(--sec-theme-clr);
}

.blog-d-right .widget.widget_block.widget_search {
 margin-top: 0px;
}

.posts-main-list .blog-d-right .widget {
    margin: 10px 0px 0 0;
}

.posts-main-list .blog-d-right ul {
    margin: 0px !important;
}

.posts-main-list .blog-d-right ul li {
    padding: 7px 0;
    line-height: normal;
    border-top: #ededed 1px solid;
    margin: 0px;
}

.posts-main-list .blog-d-right ul li a {
    color: var(--base-clr);
    font-size: 15px;
    font-weight: normal;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    text-decoration: none;
}

.posts-main-list .blog-d-right .widget h4 {
    font-size: 18px;
    border-bottom: #ccc 1px solid;
    padding-bottom: 6px;
    margin-bottom: 0px;
    padding-top: 15px;
}

.posts-main-list .blog-d-right ul li:first-child {
    border-top: none;
}

.posts-main-list .blog-d-right ul li a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 6px;
    height: 6px;
    border-right: var(--base-clr) 1px solid;
    border-bottom: var(--base-clr) 1px solid;
    transform: rotate(-45deg);
}

.posts-main-list .blog-d-right ul li:hover a {
    color: var(--theme-clr);
}

.posts-main-list .blog-d-right ul li:hover a:after {
    border-color: var(--theme-clr);
}

#site-content {
    padding-bottom: 50px;
}

.posts-main-list .blog-d-left {
	padding: 0px;
}
body .header-inner .toggle {
	height: auto;
}
body .search-modal .search-field {
        border: none;
        font-size: 18px;
        height: 5rem;
        padding-left: 43px;
    }

    body .search-untoggle svg {
        height: 1.2rem;
        width: 1.2rem;
        margin-right: 15px;
    }


    .wp-block-tag-cloud a.tag-cloud-link {
    font-size: 12px !important;
    border: var(--sec-theme-clr) 1px solid;
    color: var(--sec-theme-clr);
    line-height: normal;
    padding: 4px 10px;
    text-decoration: none;
    margin-right: 3px;
}

.wp-block-tag-cloud a.tag-cloud-link:hover {
    background-color: var(--sec-theme-clr);
    color: var(--white-clr);
}


.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
.single .post-navigation {
    display: none;
}

.header-inner .toggle-wrapper.nav-toggle-wrapper.has-expanded-menu {
    display: none;
}