body {
  --paragraph: #000000;
  --heading: #000000;
  --color-white: #ffffff;
  --bg-white: #ffffff;
  --color-black: #000000;
  --bg-black: #000000;
  --border: #f0f0f0;
  --gray: #666666;
  --gray-light: #f3f3f3;
  --menu-color: #000000;
  --child-menu-bg: #ffffff;
  --mobile-menu-color: #6d6d6d;
  --mobile-menu-bg: #1f1f1f;
  --logo: #f15a24;
  --primary: var(--logo) !important;
}
a:active,
a:focus,
input,
select,
button,
label,
textarea {
  outline: none !important;
}
img {
  max-width: 100%;
}
a,
.btn,
.container {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
a:focus {
  color: var(--primary);
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: var(--bg-white);
  border: 1px solid var(--border);
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.gallery-caption {
  visibility: inherit;
}
.bypostauthor {
  visibility: inherit;
}
.btn {
  display: inline-block;
  font-size: 16px;
  padding: 7px 25px;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
  box-shadow: none;
}
.btn:hover {
  box-shadow: none;
}
.btn:focus,
.btn:active {
  box-shadow: none;
}
.btn-sm {
  padding: 6px 20px;
  font-size: 14px;
}
.btn-lg {
  font-size: 18px;
}
.btn-primary {
  background: var(--primary);
  color: var(--color-white);
  border-color: var(--primary);
}
header {
  padding: 80px 0 15px 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 30;
}
.custom-logo-link {
  color: var(--heading);
}
.custom-logo-link {
  color: var(--heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-right {
  display: flex;
  align-items: center;
}
.h-right > * {
  margin-left: 20px;
}
.h-right > *:first-child {
  margin-left: 0;
}
.h-search {
  padding: 5px;
  color: var(--menu-color);
   cursor: none; 
}
.h-btn a {
  text-decoration: underline !important;
  font-weight: 700;
  font-size: 18px;
}
.h-btn a:hover {
  text-decoration: none !important;
}
.livesearch-sec {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  width: 100%;
}
.livesearch-wrap {
  position: relative;
}
.livesearch-wrap input {
  background: #dddede;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 15px 20px 15px 55px;
  height: 70px;
  font-weight: 600;
}
.livesearch-wrap button[type='submit'] {
  background: transparent;
  border: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 23px;
  color: #88888e;
}
.searchmodal-close {
  padding-top: 30px;
  padding-right: 30px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.searchmodal-close i {
  height: 50px;
  width: 50px;
  border: 2px solid #707070;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
   cursor: none; 
  font-size: 30px;
}
.founded-articles {
  margin-top: 40px;
}
.founded-articles-title {
  margin-bottom: 25px;
}
.fa-item {
  margin-bottom: 22px;
  padding-left: 30px;
  position: relative;
}
.fa-item::before {
  content: '';
  position: absolute;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 12px;
  background: var(--paragraph);
}
.fa-item h4 {
  margin-bottom: 10px;
}
.fa-item h4 a {
  color: var(--heading);
}
.h-menu li {
  position: relative;
}
.h-menu li a {
  color: var(--menu-color);
  display: block;
  font-size: 14px;
  position: relative;
  padding: 5px 15px;
  border-left: 3px solid transparent;
}
.h-menu li a i {
  float: right;
  transform: rotate(-90deg);
}
.h-menu li a:hover {
  border-color: var(--menu-color);
}
.h-menu li:hover > a {
  color: var(--primary);
}
.h-menu li:hover > a::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-menu li:hover > ul {
  visibility: visible;
  transform: translateY(0) rotateX(0);
  opacity: 1;
}
.h-menu li.current_page_item a::before,
.h-menu li.current_page_ancestor a::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-menu li ul li ul {
  top: 0;
  left: 100%;
}
.h-menu > li {
  position: relative;
  display: inline-block;
}
.h-menu > li:last-child a::after {
  content: none;
}
.h-menu > li > a {
  display: block;
  color: var(--menu-color);
  font-size: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 15px;
  border-left: 0;
  position: relative;
  text-transform: uppercase;
}
.h-menu > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--primary);
  transition: 0.3s;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.h-menu > li > a::after {
  content: '';
  position: absolute;
  right: -18px;
  height: 17px;
  border-right: 2px solid var(--menu-color);
  top: 50%;
  transform: translateY(calc(-50% + 1px));
}
.h-menu > li > a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-menu > li > a i {
  margin-left: 4px;
  transform: none;
  float: unset;
}
.h-menu > li ul {
  position: absolute;
  left: 0;
  width: 200px;
  background: var(--child-menu-bg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  top: 100%;
  visibility: hidden;
  z-index: 5;
  transform: translateY(10px) rotateX(-90deg);
  transition: 0.4s;
  opacity: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-menu > ul > li:nth-child(n + 4) > ul {
  left: auto;
  right: 0;
  width: 200px;
}
.header-menu > ul > li.current_page_ancestor > a,
.header-menu > ul > li.current_page_item > a,
.header-menu > ul > li > a:hover {
  color: var(--primary);
}
.menubar {
   cursor: none; 
}
.menubar .bar-line {
  height: 2px;
  width: 25px;
  background-color: var(--logo);
  margin: 5px 0;
   cursor: none; 
  transition: 0.25s ease-in;
}


.menubar.active {
  transition: 0.25s ease-in;
   cursor: none; 
}
.menubar.active .bar-line:first-child {
  transform: rotate(-45deg) translate(-4px, 6px);
  transition: 0.3s ease-in;
}
.menubar.active .bar-line:nth-child(2) {
  opacity: 0;
}
.menubar.active .bar-line:last-child {
  transform: rotate(45deg) translate(-4px, -6px);
  transition: 0.3s ease-in;
}
.slicknav_btn {
  display: none;
}
.slicknav_nav {
  position: absolute;
  top: 100%;
  background: var(--mobile-menu-bg);
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 10px 0;
}
.slicknav_nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.slicknav_nav li a {
  color: var(--mobile-menu-color);
  background: transparent !important;
}
.slicknav_nav li a:hover {
  color: var(--color-white);
}
.slicknav_nav li a i {
  float: right;
  font-size: 20px;
}
.slicknav_nav li > a {
  margin: 0 !important;
  padding: 10px 15px !important;
}
.slicknav_arrow {
  color: transparent;
}
.slicknav_arrow::before {
  content: 'L';
  font-family: ElegantIcons;
  float: right;
  color: tr;
  font-size: 20px;
  line-height: 1;
  color: var(--mobile-menu-color);
}
.slicknav_open > a .slicknav_arrow::before {
  content: 'K';
}
.slicknav_menu {
  padding: 0;
}
body {
  background: #caccc2;
  position: relative;
  font-family: 'diazo-mvb-cond';
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading);
  font-family: 'Zuume Cut';
  font-weight: 700;
}
p {
  color: var(--paragraph);
}
a {
  color: var(--primary);
}
.meta-info {
  margin-bottom: 13px;
}
.meta-info a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.meta-info a:last-child {
  margin-right: 0;
}
.search-blog-item .img-holder {
  margin-bottom: 0;
  min-width: 150px;
  margin-right: 20px;
}
.search-blog-item .img-holder a {
  display: block;
}
.search-blog-item .img-holder a:hover {
  opacity: 0.8;
}
.blog-title {
  margin-bottom: 15px;
}
.blog-title a {
  color: var(--heading);
}
.blog-title a:hover {
  color: var(--primary);
}
.blog-posts article {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.blog-posts .text-holder {
  padding: 25px;
}
.post-item img {
  width: 100%;
}
.search-posts article,
.blog-posts article {
  margin-bottom: 50px;
}
.primary-cat {
  display: inline-block;
}
.common-sidebar {
  margin-bottom: 50px;
}
.common-sidebar .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.common-sidebar .gallery .gallery-item {
  width: calc(33.33333% - 10.66667px);
  flex-grow: 1;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-top: 30%;
}
.common-sidebar .gallery .gallery-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.common-sidebar .gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 10.66667px);
}
.common-sidebar .gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 10.66667px);
}
.common-sidebar ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: 0.3s;
  color: var(--gray);
  font-size: 14px;
}
.common-sidebar ul li a {
  color: var(--gray);
  font-size: 14px;
}
.common-sidebar ul li:first-child {
  padding-top: 0;
}
.common-sidebar ul li:hover {
  border-color: var(--primary);
}
.common-sidebar ul li:hover a {
  color: var(--primary);
}
.sidebar-title {
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  color: var(--heading);
  font-weight: 700;
  border-bottom: 1px solid var(--heading);
  padding-bottom: 10px;
}
.wp-block-table td {
  color: var(--heading);
  padding: 15px 10px;
  border-color: var(--border);
}
.wp-block-table tr:hover {
  background: var(--gray-light);
}
.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
figcaption {
  margin-top: 10px;
  display: block;
  width: 100%;
}
.search-wrap {
  position: relative;
}
.search-wrap .search-input input {
  border: 1px solid var(--border);
  padding: 10px 50px 10px 15px;
  width: 100%;
  font-weight: 400;
}
.search-wrap .search-input input:focus {
  border-color: var(--primary);
}
.search-wrap button {
  border: 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 50px;
  color: var(--color-white);
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
   cursor: none; 
}
.wp-block-pullquote {
  padding: 15px 0;
}
.comment-form p {
  width: 100%;
  margin-bottom: 20px;
}
.comment-form p label {
  display: block;
}
.comment-form p input,
.comment-form p textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 1px;
  padding: 10px 15px;
}
.comment-form p input:focus,
.comment-form p textarea:focus {
  border-color: var(--primary);
}
.comment-form p input[type='submit'] {
  width: auto;
  text-align: center;
  padding: 10px 20px;
   cursor: none; 
  font-size: 15px;
  color: var(--color-white);
  background: var(--primary);
  border-color: var(--primary);
  transition: 0.3s;
}
.comment-form p input[type='submit']:hover {
  background: transparent;
  color: var(--primary);
}
.comment-form .form-submit {
  padding-right: 15px;
  padding-left: 15px;
}
.comment-form-cookies-consent input {
  display: none;
}
.comment-form-cookies-consent input:checked + label::before {
  content: 'Z';
  color: var(--primary);
  border-color: transparent;
}
.comment-form-cookies-consent label {
  position: relative;
  padding-left: 25px;
}
.comment-form-cookies-consent label::before {
  position: absolute;
  content: 'V';
  left: 0;
  top: 1px;
   cursor: none; 
  font-family: 'ElegantIcons';
  font-size: 18px;
}
h2.comments-title {
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--heading);
}
.comments-list {
  margin-bottom: 40px;
}
.comments-list p {
  margin-bottom: 15px;
}
.comments-list li {
  list-style: none;
  padding: 25px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.comments-list .comment-body {
  position: relative;
}
.comments-list .comment-author {
  margin-bottom: 20px;
}
.comments-list .comment-author img {
  margin-right: 10px;
}
.comments-list .comment-author .fn {
  font-size: 18px;
  color: var(--heading);
  font-style: normal;
  position: relative;
  display: inline-block;
  top: -10px;
  text-transform: capitalize;
}
.comments-list .comment-author .says {
  display: none;
}
.comments-list .comment-metadata {
  position: absolute;
  left: 70px;
  top: 30px;
  font-size: 14px;
}
.comments-list .comment-metadata a {
  color: var(--paragraph);
}
.comments-list ul.children {
  padding-left: 40px;
  margin-top: 18px;
  border-top: 1px solid var(--border);
}
.comments-list ul.children li {
  margin-bottom: 4px;
}
.comments-list ul.children li:last-child {
  border: none;
  padding-bottom: 0;
}
.comments-section {
  padding: 20px 0 50px 0;
}
.single-post-tags {
  border-top: 1px solid var(--border);
  padding-top: 25px;
  margin-top: 40px;
}
.single-post-tags a {
  border: 1px solid var(--paragraph);
  padding: 4px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--heading);
}
.single-post-tags a:hover {
  background: var(--paragraph);
  color: var(--color-white);
}
.erecent-text .post-title {
  color: var(--heading);
  display: block;
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 10px;
}
.common-sidebar .post-title:hover {
  color: var(--primary);
}
.search-blog-item,
.common-sidebar .erecent-post li {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.search-blog-item {
  padding: 30px 0;
  margin: 0 !important;
}
.search-blog-item:first-child,
.common-sidebar .recentcomments:first-child,
.common-sidebar .erecent-post li:first-child {
  padding-top: 0;
}
.common-sidebar .recentcomments {
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  font-weight: 600;
  color: var(--gray);
}
.erecent-text {
  width: 100%;
}
.has_recent_thumb .erecent-text {
  width: calc(100% - 85px);
}
.erecent-img {
  width: 85px;
}
.erecent-date {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--paragraph);
}
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: var(--primary);
}
.common-sidebar #wp-calendar {
  width: 100%;
}
.common-sidebar #wp-calendar caption {
  display: none;
}
.epagination .page-numbers li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.epagination .page-numbers li a,
.epagination .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background: var(--gray-light);
  color: var(--paragraph);
  border-radius: 2px;
  font-weight: 600;
}
.epagination .page-numbers li span.current {
  background: var(--primary);
  color: var(--bg-white);
}
.search-blog-item .blog-title {
  margin: 0 0 10px;
}
.search-blog-item .blog-title a {
  display: block;
}
.categorypage-section .epagination,
.search-posts .epagination {
  padding-top: 50px;
}
.search-thumb .text-holder {
  width: calc(100% - 170px);
}
.emultipost-pagination {
  padding-top: 30px;
}
.error-section {
  padding: 60px 0;
  background: var(--gray-light);
}
.error-icon {
  font-size: 120px;
  line-height: 100px;
  margin-bottom: 20px;
}
.error-link {
  display: inline-block;
  background: var(--bg-black);
  color: var(--color-white);
  padding: 12px 30px;
  border-radius: 2px;
  margin-top: 40px;
}
.error-link i {
  margin-right: 10px;
}
.category-title {
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
  margin-bottom: 30px;
  color: var(--heading);
}
.category-title span {
  font-size: 20px;
  text-transform: uppercase;
}
.tags a:hover,
.tagcloud a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.tags a,
.tagcloud a {
  font-size: 12px !important;
  display: inline-block;
  margin-right: 5px;
  transition: 0.25s;
  background: transparent;
  margin-bottom: 10px;
  color: var(--gray);
  padding: 4px 10px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 600;
}
.sidebar-wrapper {
  padding-left: 20px;
}
.page-links > .page-links-title {
  border: 0;
  color: var(--heading);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
  font-weight: 600;
}
.common-sidebar tbody a:hover,
.page-links a:hover {
  opacity: 0.8;
}
.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: var(--primary);
  border-color: var(--border);
  color: var(--color-white);
}
.page-links a,
.page-links > span {
  border: 1px solid var(--border);
  display: inline-block;
  font-size: 15px;
  height: 2em;
  line-height: 1.9;
  margin: 0 5px 5px 0;
  text-align: center;
  width: 2em;
}
.common-sidebar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.common-sidebar td,
.common-sidebar th {
  line-height: 2.6923076923;
  padding: 0;
  border: 1px solid var(--border);
  text-align: center;
}
.common-sidebar tbody a {
  background-color: var(--primary);
  color: #fff;
  display: block;
  font-weight: 700;
}
.page-content ul,
.blog-item ul {
  margin-bottom: 20px;
}
.page-content li,
.blog-item li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}
.page-content li::before,
.blog-item li::before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 18px;
  color: var(--primary);
}
.page-content ol,
.blog-item ol {
  padding-left: 0px;
  margin-bottom: 20px;
  list-style: none;
}
.page-content ol li,
.blog-item ol li {
  margin: 15px 0;
  counter-increment: count;
  position: relative;
  padding-left: 30px;
}
.page-content ol li::before,
.blog-item ol li::before {
  content: counter(count) '.';
  position: absolute;
  left: 3px;
}
.common-sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-sidebar ol li:first-child {
  padding-top: 0;
}
.common-sidebar ol li {
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
}
.tribe-event-title {
  font-size: 18px;
}
.tribe-events-widget-link a {
  display: inline-block;
  background: var(--primary);
  color: var(--color-white);
  padding: 3px 20px;
  border-radius: 2px;
  margin-top: 20px;
}
tfoot {
  display: none;
}
.blog-section,
.search-page-section,
.single-page-section,
.categorypage-section {
  padding: 70px 0;
}
.go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 10;
}
#top {
  height: 32px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background: var(--logo);
   cursor: none; 
  font-size: 20px;
}
.page-section {
  min-height: 80vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-password-form p {
  margin-bottom: 15px;
}
.post-password-form input[type='password'] {
  border: 0;
  border-radius: 2px 0 0 2px;
  padding: 5px 10px;
  background: var(--gray-light);
  max-width: calc(100% - 60px);
}
.post-password-form input[type='submit'] {
  background: var(--primary);
  color: var(--color-white);
  border: 0;
  border-radius: 0 2px 2px 0;
  padding: 5px 12px;
  margin-left: -5px;
}
.container-fluid {
  max-width: 1750px;
  padding-left: 80px;
  padding-right: 80px;
}
.cat-title-desc .desc-text {
  display: none;
}
.cat-title-desc.has-desc-text:hover .title-text {
  display: none;
}
.cat-title-desc.has-desc-text:hover .desc-text {
  display: block;
}
.h-logo {
  color: var(--logo);
  font-size: 50px;
  font-family: 'Zuume Cut';
}
.h-logo:hover {
  color: var(--logo);
}
.tablist {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.tablist .cat-title {
  font-size: 100px;
  writing-mode: sideways-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
}
.tablist .cat-title a {
  color: var(--heading);
}
.tablist .cat-title a:hover {
  color: var(--logo);
}
.tablist .cat-title[aria-selected='true'] a {
  color: var(--logo);
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.tabs .tablist {
  width: 67%;
}
.tabs .tabpanel-wrap {
  width: 33%;
  padding-left: 10px;
}
.fp-mobile-sec {
  display: none;
}
.tax-project_cat main {
  align-items: center;
}
.page-template-frontpage main,
.tax-project_cat main {
  height: calc(100vh - 427px);
}
main {
  padding-top: 250px;
  padding-bottom: 177px;
  width: 100%;
}
.tablist {
  height: calc(100vh - 427px);
}
.single-cat-title {
  border-left: 2px solid;
  line-height: 1;
}

.single-cat-title-sub{
	line-height: 1;
}

.cat-details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.cat-details lottie-player {
  width: 130px;
}
.cat-details p {
  flex: 1;
  font-size: 20px;
  margin-top: 100px;
}
.project-single-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 20px;
  gap: 10px;
}
.project-single-title h1 {
  flex: 1;
}
.project-single-title lottie-player {
  width: 110px;
}
.project-content > *:first-child {
  margin-top: 0 !important;
}
.project-content p {
  font-size: 18px;
}
.project-cat-post-mobile {
  display: none;
}
.single-cat-left {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.single-cat-right {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-under-development main {
  align-items: center;
  background: #65c4df;
  color: var(--color-white);
}
.page-template-under-development .main-inner {
  padding: 0;
}
.under-dev-sec {
  padding: 80px 0 177px 0;
}
.under-dev-sec h1,
.under-dev-sec h2,
.under-dev-sec h3,
.under-dev-sec h4,
.under-dev-sec h5,
.under-dev-sec h6,
.under-dev-sec p,
.under-dev-sec a {
  color: inherit;
}
.under-dev-sec h1:hover,
.under-dev-sec h2:hover,
.under-dev-sec h3:hover,
.under-dev-sec h4:hover,
.under-dev-sec h5:hover,
.under-dev-sec h6:hover,
.under-dev-sec p:hover,
.under-dev-sec a:hover {
  color: inherit;
}
.under-dev-sec a {
  font-weight: 700;
}
.under-dev-sec p {
  font-size: 20px;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: none !important;
}
.post-single-head .post-author {
  margin-top: 20px;
}
.post-single-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.post-single-content > *,
.post-single-content .wp-block-embed,
.post-single-content .wp-block-table {
  margin-top: 36px !important;
}
.post-single-content h1,
.post-single-content h2,
.post-single-content h3,
.post-single-content h4,
.post-single-content h5,
.post-single-content h6 {
  margin-top: 30px;
}
.post-single-content h1 + *,
.post-single-content h1 + .wp-block-embed,
.post-single-content h1 + .wp-block-table,
.post-single-content h2 + *,
.post-single-content h2 + .wp-block-embed,
.post-single-content h2 + .wp-block-table,
.post-single-content h3 + *,
.post-single-content h3 + .wp-block-embed,
.post-single-content h3 + .wp-block-table,
.post-single-content h4 + *,
.post-single-content h4 + .wp-block-embed,
.post-single-content h4 + .wp-block-table,
.post-single-content h5 + *,
.post-single-content h5 + .wp-block-embed,
.post-single-content h5 + .wp-block-table,
.post-single-content h6 + *,
.post-single-content h6 + .wp-block-embed,
.post-single-content h6 + .wp-block-table {
  margin-top: 15px !important;
}
.post-single-content blockquote {
  margin-bottom: 0;
}
.post-single-content blockquote:not(.tiktok-embed) {
  font-size: 17px;
  line-height: 32px;
  padding: 80px 65px 30px;
  position: relative;
}
.post-single-content blockquote:not(.tiktok-embed)::before {
  content: '“';
  position: absolute;
  left: 65px;
  top: 15px;
  color: var(--primary);
  font-family: Rochester;
  font-size: 120px;
  line-height: 1;
}
.post-single-content blockquote:not(.tiktok-embed) small {
  color: #fff;
  font-size: 16px;
  display: block;
}
.post-single-content blockquote:not(.tiktok-embed) cite {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
  position: relative;
}
.post-single-content blockquote:not(.tiktok-embed) cite::before {
  content: '';
  position: absolute;
  border: 1px solid;
  width: 25px;
  left: calc(100% + 10px);
  top: 16px;
}
.post-single-content .wp-block-pullquote {
  padding: 2.4em 0;
}
.post-single-content .wp-block-pullquote blockquote p {
  font-size: 24px;
  position: relative;
}
.post-single-content .wp-block-pullquote blockquote::before {
  position: unset;
  height: 30px;
  display: block;
  transform: translateY(-75px);
  font-size: 200px;
}
.post-single-content .wp-block-pullquote blockquote cite::before {
  content: none;
}
.post-single-content .wp-block-preformatted {
  color: inherit;
}
.post-single-content .wp-block-button__link {
  background: var(--primary);
  color: #fff;
  padding: calc(0.5em + 2px) calc(1.333em + 2px);
  font-size: 16px;
}
.post-single-content .wp-block-cover,
.post-single-content .wp-block-cover-image {
  padding: 8%;
}
.post-single-content .wp-block-cover h1,
.post-single-content .wp-block-cover h2,
.post-single-content .wp-block-cover h3,
.post-single-content .wp-block-cover h4,
.post-single-content .wp-block-cover h5,
.post-single-content .wp-block-cover h6,
.post-single-content .wp-block-cover-image h1,
.post-single-content .wp-block-cover-image h2,
.post-single-content .wp-block-cover-image h3,
.post-single-content .wp-block-cover-image h4,
.post-single-content .wp-block-cover-image h5,
.post-single-content .wp-block-cover-image h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.post-single-content ol:not(.post-categories) {
  padding-left: 20px;
}
.post-single-content ol:not(.post-categories) li:not(.comment) {
  margin: 8px 0;
}
.post-single-content ol:not(.post-categories) ol {
  padding-left: 25px;
}
.post-single-content ul:not(.post-categories) {
  padding-left: 25px;
}
.post-single-content ul:not(.post-categories) ul {
  padding-left: 30px;
}
.post-single-content ul:not(.post-categories) li:not(.comment) {
  position: relative;
  margin: 8px 0;
}
.post-single-content ul:not(.post-categories) li:not(.comment)::before,
.post-single-content ul:not(.post-categories) li:not(.comment)::after {
  position: absolute;
  left: -25px;
  top: 7px;
  content: '';
  border: 2px solid var(--primary);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}
.post-single-content ul:not(.post-categories) li:not(.comment)::after {
  background-color: var(--primary);
}
.post-single-content ul:not(.post-categories) li:not(.comment) li::after {
  content: none;
}
.post-single-content .wp-block-table table {
  background: transparent;
}
.post-single-content .wp-block-table table th,
.post-single-content .wp-block-table table td {
  border-color: rgba(255, 255, 255, 0.3);
}
.post-single-content
  .is-type-video.is-provider-dailymotion
  .wp-block-embed__wrapper {
  padding-top: 56%;
}
figcaption {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  color: inherit !important;
  font-size: 15px !important;
}
.blocks-gallery-caption {
  margin-top: 0;
}
.post-single-item ul:not(.children) {
  margin-top: 30px;
}
.post-single-item ul li:not(.comment)::after {
  position: absolute;
  left: 5px;
  top: 11px;
  content: '';
  background-color: var(--primary);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.post-single-item ol {
  padding-left: 18px;
  margin-bottom: 25px;
}
.post-single-item ol li {
  color: rgba(255, 255, 255, 0.8);
  margin: 13px 0;
}
.post-single-item p {
  font-size: 17px;
  line-height: 32px;
  color: #b5b5b5;
}
.post-single-item p.has-drop-cap {
  color: var(--white-color);
}
.post-single-item p.has-drop-cap:first-letter {
  font-size: 70px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.post-single-item figure {
  overflow: hidden;
  margin-bottom: 30px;
}
.page-title {
  background: rgba(255, 255, 255, 0.1);
  padding: 8% 5%;
  text-align: center;
  position: relative;
}
.page-title.has-thumbnail {
  padding: 10% 5%;
}
.page-title img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.page-title h1 {
  font-size: 60px;
  padding: 5%;
  background: rgba(0, 0, 0, 0.7);
  max-width: 700px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .search-thumb .text-holder {
    width: 100%;
    margin-top: 15px;
  }
  .post-single-content blockquote {
    padding: 55px 20px 13px;
  }
  .post-single-content blockquote::before {
    left: 20px;
    top: 0;
  }
}
.single-post-head-bottom {
  border-top: 1px solid var(--border);
  padding-top: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--suva-gray);
}
.meta-text {
  font-size: 14px;
  color: var(--suva-gray);
}
.social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-share a {
  height: 35px;
  width: 30px;
  background: var(--primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px;
}
.social-share a.share-facebook {
  background: #395693;
}
.social-share a.share-twitter {
  background: #1c96e8;
}
.social-share a.share-linkedin {
  background: #0c61bf;
}
.social-share a.share-pinterest {
  background: #df0022;
}
.post-single-content > *,
.post-single-content .wp-block-embed,
.post-single-content .wp-block-table {
  margin-top: 36px !important;
}
.post-single-content h1,
.post-single-content h2,
.post-single-content h3,
.post-single-content h4,
.post-single-content h5,
.post-single-content h6 {
  margin-top: 30px;
}
.post-single-content h1 + *,
.post-single-content h1 + .wp-block-embed,
.post-single-content h1 + .wp-block-table,
.post-single-content h2 + *,
.post-single-content h2 + .wp-block-embed,
.post-single-content h2 + .wp-block-table,
.post-single-content h3 + *,
.post-single-content h3 + .wp-block-embed,
.post-single-content h3 + .wp-block-table,
.post-single-content h4 + *,
.post-single-content h4 + .wp-block-embed,
.post-single-content h4 + .wp-block-table,
.post-single-content h5 + *,
.post-single-content h5 + .wp-block-embed,
.post-single-content h5 + .wp-block-table,
.post-single-content h6 + *,
.post-single-content h6 + .wp-block-embed,
.post-single-content h6 + .wp-block-table {
  margin-top: 15px !important;
}
.post-single-content blockquote {
  margin-bottom: 0;
  border: 0;
}
.post-single-content blockquote:not(.tiktok-embed) {
  position: relative;
  background-color: transparent;
  padding: 20px 0px 0 40px;
  color: var(--heading);
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
.post-single-content blockquote:not(.tiktok-embed) p {
  color: inherit;
  font: inherit;
}
.post-single-content blockquote:not(.tiktok-embed):before {
  content: '';
  font-size: 50px;
  color: var(--gray-50);
  font-family: 'Dashicons';
  line-height: 1;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
}
.post-single-content blockquote:not(.tiktok-embed).left-border-qoute {
  border-left: 5px solid var(--primary);
}
.post-single-content blockquote:not(.tiktok-embed) small {
  color: var(--primary);
  font-size: 16px;
  display: block;
}
.post-single-content blockquote:not(.tiktok-embed) cite {
  font-style: normal;
  color: var(--primary);
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
  position: relative;
}
.post-single-content .wp-block-pullquote {
  padding: 2.4em 0;
  border-top: 4px solid;
  border-bottom: 4px solid;
}
.post-single-content .wp-block-pullquote blockquote p {
  font-size: 24px;
  position: relative;
}
.post-single-content .wp-block-pullquote blockquote cite {
  font-style: normal;
}
.post-single-content .wp-block-pullquote blockquote cite::before {
  content: none;
}
.post-single-content .wp-block-preformatted {
  color: inherit;
}
.post-single-content .wp-block-button__link {
  background: var(--primary);
  color: #fff;
  padding: calc(0.5em + 2px) calc(1.333em + 2px);
  font-size: 16px;
}
.post-single-content .wp-block-cover,
.post-single-content .wp-block-cover-image {
  padding: 8%;
}
.post-single-content .wp-block-cover h1,
.post-single-content .wp-block-cover h2,
.post-single-content .wp-block-cover h3,
.post-single-content .wp-block-cover h4,
.post-single-content .wp-block-cover h5,
.post-single-content .wp-block-cover h6,
.post-single-content .wp-block-cover-image h1,
.post-single-content .wp-block-cover-image h2,
.post-single-content .wp-block-cover-image h3,
.post-single-content .wp-block-cover-image h4,
.post-single-content .wp-block-cover-image h5,
.post-single-content .wp-block-cover-image h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.post-single-content ol:not(.post-categories) {
  color: var(--heading);
  padding-left: 20px;
}
.post-single-content ol:not(.post-categories) li:not(.comment) {
  margin: 8px 0;
}
.post-single-content ol:not(.post-categories) ol {
  padding-left: 25px;
}
.post-single-content ul:not(.post-categories) {
  color: var(--heading);
  padding-left: 25px;
}
.post-single-content ul:not(.post-categories) ul {
  padding-left: 30px;
}
.post-single-content ul:not(.post-categories) li:not(.comment) {
  position: relative;
  margin: 8px 0;
}
.post-single-content ul:not(.post-categories) li:not(.comment)::before,
.post-single-content ul:not(.post-categories) li:not(.comment)::after {
  position: absolute;
  left: -25px;
  top: 7px;
  content: '';
  border: 2px solid var(--primary);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}
.post-single-content ul:not(.post-categories) li:not(.comment)::after {
  background-color: var(--primary);
}
.post-single-content ul:not(.post-categories) li:not(.comment) li::after {
  content: none;
}
.post-single-content .wp-block-table table {
  background: transparent;
}
.post-single-content .wp-block-table table th,
.post-single-content .wp-block-table table td {
  border: 1px solid var(--border);
  padding: 10px;
}
.post-single-content
  .is-type-video.is-provider-dailymotion
  .wp-block-embed__wrapper {
  padding-top: 56%;
}
figcaption {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  color: inherit !important;
  font-size: 14px !important;
}
.blocks-gallery-caption {
  margin-top: 0;
}
@media all and (max-width: 1400px) {
  header {
    padding: 40px 0 15px 0;
  }
  .tablist .cat-title {
    font-size: 80px;
  }
  main {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .page-template-frontpage main,
  .tax-project_cat main {
    height: calc(100vh - 250px);
  }
  .tablist {
    height: calc(100vh - 250px);
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .under-dev-sec {
    padding: 40px 0 70px 0;
  }
}
@media all and (max-width: 1199px) {
  .tablist .cat-title {
    font-size: 60px;
  }
  main {
    padding-bottom: 30px;
  }
  .page-template-frontpage main,
  .tax-project_cat main {
    height: calc(100vh - 230px);
  }
  .tablist {
    height: calc(100vh - 230px);
  }
}
@media all and (max-width: 991px) {
  .under-dev-sec {
    padding: 15px 0;
  }
  header {
    padding: 15px 0;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-wrapper {
    padding-top: 70px;
    padding-left: 0;
  }
  .slicknav_nav li a i {
    display: none;
  }
  .tabs lottie-player {
    max-width: 250px;
  }
  .tablist .cat-title {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  main {
    padding-top: 100px;
    display: flex;
  }
  .page-template-frontpage main,
  .tax-project_cat main {
    height: calc(100vh - 130px);
  }
  .tablist {
    height: calc(100vh - 130px);
  }
  .single-cat-left,
  .single-cat-right {
    width: 100%;
  }
	.single-cat-left{
		width:30%;
	}
  .cat-details {
    display: block;
  }
  .cat-details p {
    margin-top: 10px;
  }
  .single-cat-post-wrap {
    flex-wrap: nowrap;
	  -webkit-flex: 1 1 auto;
	  -moz-flex: 1 1 15em;
		flex: 1 1 15em;
  }
/*   .single-cat-post-wrap .cat-title:not(.single-cat-title) {
    display: none; 
  } */
  .single-cat-post-wrap .tablist {
    height: 100%;
  }
    .single-cat-post-wrap  {
    width: auto;
  }  
   .single-cat-post-wrap > div:nth-child(2) {
    flex: 1;
	  -webkit-flex: 1 1 auto;
	  -moz-flex: 1 1 15em;
/* 		flex: 1 1 15em; */
  }  
  .project-cat-post-mobile {
    display: block;
    margin-top: 50px;
  }
  .project-cat-post-mobile .cat-title {
    font-size: 35px;
  }
  .project-cat-post-mobile .cat-title a {
    color: var(--heading);
  }
  .project-cat-post-mobile .cat-title a:hover {
    color: var(--logo);
  }
  .under-dev-sec .row {
    flex-direction: column-reverse;
  }
  main {
    min-height: 100vh;
    height: auto;
  }
}
@media all and (max-width: 600px) {
  #wpadminbar {
    display: none !important;
  }
  html[lang] {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 575px) {
  .page-template-frontpage main,
  .tax-project_cat main {
    height: auto;
  }
  .fp-mobile-sec {
    display: block;
  }
  main {
    align-items: unset;
  }
  .main-inner {
    width: 100%;
  }
	.fpm-item-right{
		max-width: 150px !important;
	}
  .tabs {
    display: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    height: 100%;
  }
  .tabs lottie-player {
    max-width: 180px;
    max-height: 180px;
  }
  .tabs .tablist {
    flex: unset;
    max-width: 100%;
  }
  .tabpanel-wrap {
    align-self: flex-end;
  }
  .project-single-title h1 {
    flex: 1;
    font-size: 30px;
  }
  .project-single-title lottie-player {
    width: 70px;
  }
  .tablist .cat-title {
    font-size: 40px;
  }
  .fp-mobile.tablist {
    display: block;
  }
  .fpm-item {
    display: flex;
    gap: 20px;
    height: calc(100vh - 130px);
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .fpm-item:last-child {
    margin-bottom: 0;
  }
  .fpm-item .cat-title {
    border-left: 1px solid;
  }
  .fpm-item-right {
    align-self: flex-start;
    max-width: 250px;
  }
  .fa-item::before {
    top: 6px;
  }
  .fa-item h4 {
    font-size: 18px;
  }
  .search-thumb .text-holder {
    width: 100%;
    margin-top: 15px;
  }
  .comments-list ul.children {
    padding-left: 20px;
  }
  .blog-posts .text-holder {
    padding: 15px;
  }
} /*# sourceMappingURL=style.css.map */

