html {
  font-size: 18px;
}
/* HEADER */
.axil-header .logo a img {
  height: 50px;
  max-height: initial;
}
.axil-header.header-style-3 .logo a img {
  height: 65px;
  max-height: initial;
}

.banner-single-post .post-thumbnail::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
  opacity: .5;
}
blockquote {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-gray);
  font-weight: 500;
  font-style: normal;
}
.unit_menu ul {
  flex-direction: column;
}
.unit_menu .inner {
 height: 65px;
}
.section-title .title {
  display: inline-block;
padding-bottom: 16px;
border-bottom: 3px solid var(--color-primary);
margin-bottom: 60px;
}
/* BREADCRUMB */

.axil-breadcrumb-area.breadcrumb-small {
  padding: 20px 0 0;
  background: var(--color-white)
}
.axil-breadcrumb-area.breadcrumb-small .breadcrumb {
  margin-bottom: 0;
  justify-content: end;
}
.axil-banner.breadcrumb-small {
  padding: 80px;
  height: auto;
}
.axil-banner.dark-text .page-title, 
.axil-banner.dark-text .description, 
.axil-banner.dark-text .breadcrumb .breadcrumb-item a, 
.axil-banner.dark-text .breadcrumb .breadcrumb-item.active, 
.axil-banner.dark-text .breadcrumb-item+.breadcrumb-item::before {
  color: #000 !important;
}
.axil-banner.light-text .page-title, 
.axil-banner.light-text .description, 
.axil-banner.light-text .breadcrumb .breadcrumb-item a, 
.axil-banner.light-text .breadcrumb .breadcrumb-item.active, 
.axil-banner.light-text .breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}
.axil-banner.dark-text .breadcrumb .breadcrumb-item.active,
.axil-banner.light-text .breadcrumb .breadcrumb-item.active {
  opacity: .5; 
}
.axil-banner.dark-mask-gradient::before,
.banner-single-post .post-thumbnail::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1A1A1A));
  background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
}
.axil-banner.light-mask-gradient::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), to(#eeeeee));
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #eeeeee 100%);
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #eeeeee 100%);
}
.axil-banner.dark-mask::before {
  background: #000000;
  height: 100%;
  opacity: .5
}
.axil-banner.light-mask::before {
  background: #ffffff;
  height: 100%;
  opacity: .5
}
.axil-banner.mask-lite::before {
  opacity: .3
}
.axil-banner.mask-strong::before {
  opacity: .7
}


.my_switcher {
  right: 0;
}




/* FOOTER */
.copyright-area .copyright-left .logo img {
  height: 37px;
  max-height: initial;
}
/* OTHERS */
.visually-hidden {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}





.list-categories .single-cat .thumbnail-empty {
  padding-top: 100%;
  height: 0;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .5s;
}
.list-categories .single-cat .thumbnail-empty img.icon {
  width: 40%;
  margin-top: calc(-100% - 35px);
  transition: width .5s;
}
.list-categories .single-cat.dark .inner::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
}
.list-categories .single-cat.custom .inner::before {
  background: none;
}
.list-categories .single-cat.dark .content .title {
  color: var(--color-heading);
}

.list-categories .single-cat:hover .thumbnail-empty {
  background-color: var(--color-secondary);
}
.list-categories .single-cat:hover .thumbnail-empty img.icon {
  width: 60%;
}

.axil-single-widget.widget_categories ul li.cat-item .inner .thumbnail-empty {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
}
.axil-single-widget.widget_categories ul li.cat-item .inner .thumbnail-empty img.icon {
  width: 60%;
  z-index: 9;
  margin-bottom: 2px;
}

.unit-menu .thumbnail i {
  padding-left: 20px;
}
.slider-style-1 .slider-activation {
  margin-bottom: 60px;
}
.content-block.post-horizontal {
  justify-content: space-between;
}


.content-block.post-event {
  margin-bottom: 2rem;
}
.content-block.post-event .post-meta {
  margin-top: 2rem;
}
.post-meta .post-event-date {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}




.content-block.event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-lighter);
  border-radius: var(--radius);
  padding: 35px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.post-event-date {
  width: 200px;
  min-width: 200px;
  height: 200px;
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  border-radius: 100%;
}
.post-event-date .date {
  font-size: 3rem;
}
@media only screen and (max-width: 575px) {
  .content-block.event-date {
    padding: 25px 15px;
  }
  .post-event-date {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 1rem;
  }
  .post-event-date .date,
  .post-event-date .hour {
    font-size: 1rem;
    line-height: 1rem;
  }
  .post-event-date .hour {
    font-size: .7rem;
  }
}


.small-events-list .content-block.event-date {
  padding: 0;
  border: none;
}
.small-events-list .post-event-date {
  width: 100px;
  height: 100px;
  min-width: 100px;
}
.small-events-list .post-event-date .date {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.post-meta .post-event-date.border-rounded {
  border-radius: 100%;
}

.banner-single-post.post-formate .content-block .post-content .event-date {
  border-bottom: 1px solid var(--color-lighter);
  padding-bottom: 2rem;
}
.banner-single-post.post-formate .content-block .post-content .event-date .post-cat-list {
  display: flex;
  justify-content: space-between;
}
.hover-flip-item.dark span:before {
  color: var(--color-body)
}

.axil-single-widget.widget_categories ul li.cat-item .inner.active {
  color: #ffffff;
  background: var(--color-primary);
}
.axil-single-widget.widget_categories ul li.cat-item .inner.active .title {
  color: #ffffff;
}
h5.title {
  margin-top: 1rem;
}
 

/*-- 27.02 - Search Form Popup --*/
.searchform {
  position: relative;
  width: 800px;
margin: 0 auto;
}
.searchform__popup {
	z-index: 9999;
	color: #111111;
  overflow: auto;
  height: 100%;
  width: 100%;
  left: 0;
	top: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.83);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
	-webkit-transform: scale(0);
}
.searchform__popup p {
	margin-bottom: 1.5rem;
	color: #111111;
	font-size: 1.8rem;
}
.searchform__popup.open {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.searchform__popup .btn-close {
	top: 5%;
	right: 3%;
	width: 5rem;
	height: 5rem;
	background: none;
  position: absolute;
  opacity: 1;
}
.searchform__popup .btn-close i {
	font-size: 5rem;
	color: #111111;
}
.searchform__body {
	font-size: 18px;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	/*opacity: 0;
	visibility: hidden;*/
	transition: all ease-in-out .3s;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  height: 100%;
  margin-top: 100px;
  max-width: 90%;
  margin: 0 auto;
}

.searchform__input {
  width: 800px;
  background-color: transparent;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #111111 !important;
  font-size: 3rem !important;
  transition: all .3s ease-out;
  color: #111111;
  text-align: center;
  padding: 1rem 4rem 1rem 1rem !important;
}
.searchform__submit {
  right: 5px;
  color: #000;
  background: none;
  font-size: 2rem;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0;
  width: auto;
}
.search-head {
  margin-top: 20px;
}

.post-stories.rounded-white {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
} 
.post-stories.rounded-white .post-content {
  padding-top: 0;
}

.donationDetails__header .thumb {
  margin-top: 0;
  margin-bottom: 40px;
}

.banner-single-post.post-formate.alignwide.narrow .content-block {
  margin: 0;
}
.banner-single-post.post-formate.narrow .post-content {
  padding: 30px 40px;
}
.banner-single-post.post-formate .content-block .post-thumbnail img {
  border-radius: 10px;
}
.banner-single-post.post-formate.alignwide .content-block .post-thumbnail img {
  border-radius: 0 0 10px 10px;
}
figure.wp-block-image {
  margin-bottom: 30px;
}
.content-shadow .post-content {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  padding-top: 20px !important;
}
.text-left {
  text-align: left;
}
.search-tagcloud a {
  border: 1px solid var(--color-lighter);
  font-size: 16px;
  color: var(--color-gray);
  /* height: 30px; */
  padding: 5px 20px;
  margin: 5px;
  display: inline-block;
  /* line-height: 27px; */
  border-radius: 20px;
}
.search-tagcloud {
  text-align: center;
}
.page-load-status {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  border: 1px solid var(--color-lightest);
  margin-top: 4rem;
  border-radius: var(--radius);
}
.page-load-status p {
  margin-bottom: 0;
  font-weight: bold;
}
a.axil-button:hover, button.axil-button:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}










.content-block.post-medium .post-content {
  display: flex;
  align-items: center;
}
.sidebar-inner .content-block.post-medium .post-content {
 display: block;
}
.bip-icon {
 margin-left: 15px;
}
.bip-icon img {
  height: 25px;
  position: relative;
}

.article-content ol {
  margin-left: 10px;
}
.article-content ul {
  margin-left: 10px;
}
.article-content h2,
.content h2 {
  font-size: 1.2rem;
}
.article-content h3,
.content h3 {
  font-size: 1.1rem;
}
.article-content h4,
.content h4 {
  font-size: 1rem;
}
.article-content h5,
.content h5 {
  font-size: 1rem;
}
.article-content img {
  margin-bottom: 40px;
}



/* -----------------------------
    Accessibility  
--------------------------------*/

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.skip-to-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black !important;
    color: white !important;
    opacity: 0;
}

.skip-to-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.font-smaller .smaller-indicator,
.font-normal .normal-indicator,
.font-bigger .bigger-indicator,
.contrast-mode .contrast-indicator {
  border: 2px solid var(--color-focus-primary);
}



a.axil-link-button,
.post-content .post-cat .post-cat-list a:focus,
.hover-flip-item-wrapper:focus .hover-flip-item span:after,
.breadcrumb-item a:focus,
.widget_archive li a:focus
{
  text-decoration: underline;
}
.social-share-transparent li a:focus,
.mainmenu a:focus,
.post-content .post-cat .post-cat-list a:focus, 
.mainmenu-nav ul.mainmenu > li > a:focus, a.axil-link-button
{
  color: var(--color-focus-primary);
}
a.axil-link-button {
  color: var(--color-focus-secondary);
}
.content-block.image-rounded .post-thumbnail:focus-within,
.content-block.post-grid .post-thumbnail a:focus,
.list-categories .inner:focus-within,
.axil-tab-button a.nav-link:focus,
ul.social-icon li a:focus,
ul.accessible-icon li a:focus,
a:focus img:not(.icon),
a.axil-button:focus, button.axil-button:focus
{
  box-shadow: var(--shadow-focus) !important;
}
ul.social-icon li a:focus,
ul.accessible-icon li a:focus 
{
  background: var(--color-focus-primary);
  background-color: var(--color-focus-primary);
}
a.axil-button:focus, button.axil-button:focus,
.list-categories .single-cat a:focus .thumbnail-empty,
.axil-single-widget.widget_categories ul li.cat-item .inner:focus
{
  background: var(--color-focus-secondary);
  background-color: var(--color-focus-secondary);
}
a:focus img:not(.icon) {
  border: 4px solid var(--color-focus-primary);
}

a.axil-button:focus, button.axil-button:focus,
.section-title .title:focus-within
{
  border-color: var(--color-focus-secondary);
}






.logo img {
  box-sizing: content-box;
}
.social-share-transparent li a:focus i {
  position: relative;
}
.social-share-transparent li a:focus i:after {
  content: ' ';
  width: 100%;
  height: 2px;
  background-color: var(--color-focus-primary);
  position: absolute;
  bottom: -4px;
  left: 0px;
}
ul.social-icon li a:focus,
ul.accessible-icon li a:focus {
  color: var(--color-white);
}
.mainmenu-nav ul.mainmenu > li:focus-within > a::after {
  width: 100%;
}
.setColor:focus {
  background-color: var(--color-focus-secondary) !important;
  color: var(--color-focus-primary) !important;
}
.content-block .post-content .title a:focus {
  background-size: 100% 2px;
  color: var(--color-focus-primary) !important;
}
.hover-flip-item-wrapper:focus {
  opacity: 1;
}

.hover-flip-item-wrapper:focus .hover-flip-item span {
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.hover-flip-item-wrapper:focus .hover-flip-item span:after {
  -webkit-transform: skewY(0);
  -ms-transform: skewY(0);
  transform: skewY(0);
}
.list-categories .single-cat a:focus .thumbnail-empty img.icon {
  width: 60%;
}





.header-contact {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.header-contact li {
  position: relative;
  padding-left: 45px;
  margin-right: 40px;
}
.header-contact li i {
  font-size: 1.6rem;
  color: var(--color-primary);
  position: absolute;
  left: 0;
  top: calc(50% - 0.8rem);
}






/* -----------------------------
    Theme Contrast Version Styles  
--------------------------------*/
html.contrast-mode body {
  color: #ffffff;
  background: #212121;
}
html.contrast-mode .axil-header {
  background: #1A1A1A;
}
html.contrast-mode .bg-color-grey {
  background: #212121;
}
html.contrast-mode .bg-color-white {
  background: #1A1A1A;
}
html.contrast-mode .bg-color-extra03 {
  background: #1A1A1A;
}
html.contrast-mode h1,
html.contrast-mode h2,
html.contrast-mode h3,
html.contrast-mode h4,
html.contrast-mode h5,
html.contrast-mode h6 {
  color: #ffffff;
}
html.contrast-mode a {
  color: #ffffff;
}

/* Elements  */
html.contrast-mode ul.social-with-text li a i {
  background: #212121;
  color: #878787;
}

html.contrast-mode ul.social-with-text li a span {
  color: #ffffff;
}

html.contrast-mode ul.social-icon li a,
html.contrast-mode ul.accessible-icon li a {
  background: #333333;
  color: #65676B;
}

html.contrast-mode p {
  color: #c7c5c5;
}

html.contrast-mode figure figcaption {
  color: #c7c5c5;
}

html.contrast-mode .form-group input {
  background-color: #242424;
  color: #ffffff;
}

html.contrast-mode ul li {
  color: #878787;
}

html.contrast-mode .header-top .social-share-transparent li a {
  color: #878787;
}

/*--------------------
 Header Area  
----------------------*/
html.contrast-mode .axil-search.form-group input {
  background: #242424;
  color: #ffffff;
}

html.contrast-mode button.search-button i {
  color: #ffffff;
}

html.contrast-mode .mainmenu-nav ul.mainmenu > li > a {
  color: #9F9F9F;
}

html.contrast-mode .mainmenu-nav ul.mainmenu > li:hover > a {
  color: var(--color-primary);
}

html.contrast-mode .metabar-block li.icon a {
  background: #242424;
  color: #ffffff;
}

html.contrast-mode .axil-header .logo a img.light-logo {
  display: inline-block;
}

html.contrast-mode .axil-header .logo a img.dark-logo {
  display: none;
}

html.contrast-mode .axil-footer-style-1.footer-variation-2 .footer-top::before,
html.contrast-mode .axil-footer-style-1.footer-variation-2 .footer-top::after {
  background: #333333;
}

/* Slider Style One  */
html.contrast-mode .axil-slide.slider-style-1 .content-block .post-content {
  background: #1A1A1A;
}

/*------------------------
    Post Content  
-------------------------*/
html.contrast-mode .content-block.post-horizontal {
  border-color: #1A1A1A;
}

html.contrast-mode .content-block.content-direction-column.is-active {
  background: #1A1A1A;
}

html.contrast-mode .content-block .post-meta .hover-flip-item span::before {
  color: #ffffff;
}

html.contrast-mode ul.post-meta-list li {
  color: #878787;
}

html.contrast-mode ul.axil-tab-button .nav-item a.nav-link {
  color: #65676B;
  background: transparent;
  border: 1px solid #050505;
}

html.contrast-mode ul.axil-tab-button .nav-item a.nav-link.active {
  border: 1px solid #050505;
  color: #878787;
  background: #050505;
}

html.contrast-mode .content-block.modern-post-style {
  background: #212121;
}

html.contrast-mode .content-block.post-order-list .post-inner .post-order-list {
  color: #ffffff;
}

html.contrast-mode ul.social-share-transparent li a {
  color: #65676B;
}

html.contrast-mode .content-block.trend-post {
  border-bottom: 1px solid #212121;
}

html.contrast-mode .content-block.post-grid .post-grid-content .post-content {
  background: #1A1A1A;
}

html.contrast-mode .content-block.post-list-view .post-content {
  border: 1px solid #050505;
}

html.contrast-mode .content-block.post-list-view.is-active .post-content,
html.contrast-mode .content-block.post-list-view:hover .post-content {
  background: #212121;
  border: 1px solid #212121;
}

html.contrast-mode .content-block.modern-post-style .post-thumbnail::before {
  background: url(../images/icons/shape-02.png);
}

/*-------------------
    BLog Sidebar  
--------------------*/
html.contrast-mode .axil-single-widget {
  background: #181818;
}

html.contrast-mode .axil-single-widget.widget_categories ul li.cat-item .inner {
  background: #181818;
}

html.contrast-mode .axil-single-widget.widget_categories ul li.cat-item .inner .content .title {
  color: #878787;
}

html.contrast-mode .axil-single-widget.widget_categories {
  background: transparent !important;
}

/*-------------------------
    Slick Slider   
--------------------------*/
html.contrast-mode .axil-slick-arrow .slide-arrow {
  background: #050505;
  border: 1px solid #050505;
}

html.contrast-mode .axil-slick-arrow .slide-arrow i {
  color: #878787;
}

html.contrast-mode .axil-slick-arrow .slide-arrow:hover {
  background: #050505;
  border: 1px solid #050505;
  color: var(--color-primary);
}

html.contrast-mode .slider-activation.axil-slick-arrow .slide-arrow {
  background: transparent;
  border: 1px solid #050505;
}

html.contrast-mode .slider-activation.axil-slick-arrow .slide-arrow:hover {
  background: #050505;
  border: 1px solid #050505;
}

html.contrast-mode .slider-activation.axil-slick-arrow .slide-arrow i {
  color: #050505;
}

html.contrast-mode .slider-activation.axil-slick-arrow .slide-arrow:hover i {
  color: var(--color-primary);
}

/*-----------------------
    Footer Style  
-------------------------*/
html.contrast-mode .axil-footer-style-1 {
  background: #111111;
}

html.contrast-mode .footer-mainmenu .footer-widget .title {
  color: #FFFFFF;
}

html.contrast-mode .footer-mainmenu .footer-widget ul.ft-menu-list li a {
  color: #878787;
}

html.contrast-mode .axil-footer-style-1.footer-variation-2 .logo img.dark-logo {
  display: none;
}

html.contrast-mode .axil-footer-style-1.footer-variation-2 .logo img.white-logo {
  display: block;
}

/*-----------------------
    Home Creative  
------------------------*/
html.contrast-mode .axil-slide.slider-style-3 {
  background: #1A1A1A;
}

html.contrast-mode .axil-slide.slider-style-3::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #1A1A1A), to(transparent));
  background: -webkit-linear-gradient(bottom, #1A1A1A 20%, transparent);
  background: -o-linear-gradient(bottom, #1A1A1A 20%, transparent);
  background: linear-gradient(0deg, #1A1A1A 20%, transparent);
}

html.contrast-mode .axil-slide.slider-style-3 .content-block .post-number span {
  color: #ffffff;
}

html.contrast-mode .axil-slide.slider-style-3 .content-block {
  border-bottom: 2px solid #212121;
}

/*----------------------
Seo Blog  
----------------------*/
html.contrast-mode .header-top {
  background: #212121;
}

html.contrast-mode .header-top .header-top-nav li a {
  color: #9F9F9F;
}

html.contrast-mode .axil-header.header-style-6 .metabar-block li.icon a {
  color: #ffffff;
}

/*-----------------------
    Blog Details  
-----------------------*/
html.contrast-mode .axil-single-widget .tagcloud a {
  border: 1px solid #050505;
}

html.contrast-mode .axil-single-widget select {
  border: 1px solid #050505;
}

html.contrast-mode .about-author .media-body .author-info .title a .hover-flip-item span::before,
html.contrast-mode .comment-list .comment .commenter a .hover-flip-item span::before,
html.contrast-mode .comment-list .comment .reply-edit a.comment-reply-link .hover-flip-item span::before {
  color: #ffffff;
}

html.contrast-mode .comment-list .comment .comment-text p {
  color: #c7c5c5;
}

/*---------------------
    Home Seo  
---------------------*/
html.contrast-mode .copyright-area .copyright-left .logo img.dark-logo {
  display: none;
}

html.contrast-mode .copyright-area .copyright-left .logo img.dark-logo {
  display: none;
}

html.contrast-mode .copyright-area .copyright-left .logo img.light-logo {
  display: block;
}

/*---------------- 
Home Tech  
----------------*/
html.contrast-mode .header-top,
html.contrast-mode .axil-header.header-style-4 .header-top {
  background: #111111;
}

html.contrast-mode .axil-header.header-style-3 .header-bottom {
  border-top: 1px solid #333333;
}

html.contrast-mode .axil-header.header-style-3 .metabar-block li.icon a,
html.contrast-mode .axil-header.header-style-4 .metabar-block li.icon a {
  color: #ffffff;
}

html.contrast-mode .content-block.post-medium.post-medium-border {
  border-bottom-color: #333333;
}

html.contrast-mode .featured-post .content-block {
  background: #111111;
}

html.contrast-mode .content-block.post-list-view.with-bg-solid .post-content {
  background: transparent;
}

html.contrast-mode .content-block.post-list-view.with-bg-solid:hover .post-content {
  background: #111111;
}

html.contrast-mode .mainmenu-nav ul.mainmenu > li.megamenu-wrapper .megamenu-sub-menu {
  background: #111111;
}

html.contrast-mode .mainmenu-nav ul.mainmenu > li.menu-item-has-children .axil-submenu {
  background: #111111;
}

/*-----------------------
    Blog Details  
-----------------------*/
html.contrast-mode .banner-single-post.post-formate .content-block .post-content .post-meta-wrapper {
  border-color: #333333;
}

html.contrast-mode .axil-single-widget .widget-title {
  border-color: #333333;
}

html.contrast-mode .tagcloud a {
  border-color: #050505;
}

html.contrast-mode .tagcloud a:hover {
  border-color: var(--color-primary);
}

html.contrast-mode .axil-post-details .social-share-block .post-like a i {
  border-color: #050505;
}

html.contrast-mode .axil-post-details .social-share-block .post-like a i:hover {
  border-color: var(--color-primary);
}

html.contrast-mode ul.social-icon.icon-rounded-transparent li a,
html.contrast-mode ul.accessible-icon.icon-rounded-transparent li a {
  border-color: #050505;
  background: #050505;
}

html.contrast-mode ul.social-icon.icon-rounded-transparent li a:hover,
html.contrast-mode ul.accessible-icon.icon-rounded-transparent li a:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
}

html.contrast-mode .axil-post-details .social-share-block {
  border-color: #050505;
}

html.contrast-mode .axil-total-comment-post {
  border-color: #050505;
}

html.contrast-mode .about-author {
  border-color: #050505;
}

html.contrast-mode .form-group textarea {
  background-color: #242424;
}

html.contrast-mode input[type=checkbox] ~ label::before,
html.contrast-mode input[type=radio] ~ label::before {
  background-color: #050505;
  border-color: #050505;
}

html.contrast-mode .axil-header {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

html.contrast-mode .content-block.sticky {
  background: #050505;
}

html.contrast-mode a.video-popup.position-top-center,
html.contrast-mode button.video-popup.position-top-center {
  background: #050505;
}

html.contrast-mode .post-list-view .post-gallery-activation.axil-slick-arrow .slide-arrow {
  background: #050505;
  border: 1px solid #050505;
}

html.contrast-mode .post-list-view .post-gallery-activation.axil-slick-arrow .slide-arrow:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

html.contrast-mode .instagram-post-list .single-post a .instagram-button {
  background: #050505;
}

html.contrast-mode .instagram-post-list .single-post a .instagram-button:hover {
  background: var(--color-primary);
}

html.contrast-mode .maintanence-area .content .logo a img.dark-logo {
  display: none;
}

html.contrast-mode .maintanence-area .content .logo a img.light-logo {
  display: block;
}

html.contrast-mode .maintanence-area .content .subscription-form .form-group input {
  background: #333333;
}

html.contrast-mode a.video-popup::before,
html.contrast-mode button.video-popup::before {
  border-left-color: #fff;
}

html.contrast-mode .popup-mobilemenu-area .inner {
  background: #111111;
}

html.contrast-mode .popup-mobilemenu-area .inner .mobile-menu-top {
  border-color: #333333;
}

html.contrast-mode .popup-mobilemenu-area .mainmenu > li {
  border-color: #333333;
}

html.contrast-mode .popup-mobilemenu-area .mainmenu > li a {
  color: #969696;
}

html.contrast-mode .popup-mobilemenu-area .inner .mobile-menu-top .mobile-close i {
  color: #ffffff;
}

html.contrast-mode .popup-mobilemenu-area .inner .mobile-menu-top .logo a img.light-logo {
  display: inline-block;
}

html.contrast-mode .popup-mobilemenu-area .inner .mobile-menu-top .logo a img.dark-logo {
  display: none;
}

html.contrast-mode .axil-footer-style-1 .footer-top .inner {
  border-bottom-color: #333333;
}

@media only screen and (max-width: 575px) {
  html.contrast-mode .axil-header .header-search .header-search-form .axil-search.form-group .search-button {
    background: #242424;
  }
  html.contrast-mode .axil-header .header-search .header-search-form .axil-search.form-group .search-button i {
    color: #ffffff;
  }
  html.contrast-mode .hamburger-menu .hamburger-inner .icon {
    background: #242424;
    color: #ffffff;
  }
}
.axil-single-widget.widget_categories ul li.cat-item .inner {
  background: #F0F2F5;
}
.axil-single-widget.widget_categories ul li.cat-item .inner .thumbnail {
  margin-right: 0;
}
.axil-single-widget.widget_categories ul li.cat-item .inner .content {
  margin-left: 65px;
  padding-right: 15px;
}
.axil-single-widget.widget_categories ul li.cat-item .inner .thumbnail + .content {
  margin-left: 15px;
}
.arrow-between-side .slide-arrow {
  opacity: 1;
  left: -50px;
  background: var(--color-primary);
  border: none;
}
.arrow-between-side .slide-arrow.next-arrow {
  right: -50px;
}
.axil-slick-arrow .slide-arrow i {
  color: var(--color-white);
}
.arrow-between-side:hover .slide-arrow {
  left: -55px;
}
.arrow-between-side:hover .slide-arrow.next-arrow {
  right: -55px;
}
.slick-dots li button:before {
  font-size: 10px;
  top: 14px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--color-primary);
}


.no-sidebar .no-sidebar-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-sidebar .no-sidebar-wide {
  width: 100%;
}
.no-sidebar .no-sidebar-narrow {
  width: 70%;
}

.side-menu-container {
  display: flex;
}


.cta-button {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 20px 60px 20px !important;
  line-height: 25px !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase !important;
  background: var(--gradient-accent-color) !important;
  background: -webkit-linear-gradient(var(--gradient-accent)) !important;
  background: linear-gradient(var(--gradient-accent)) !important;
  -webkit-animation: headShake 1.5s infinite;
  height: auto !important;
}


.side-menu-area .content .title {
  margin-bottom: 30px;
}
.side-menu-area .content .row {
  padding-bottom: 30px;
}
.side-menu-area .content .row:last-child {
  padding-bottom: 0;
}
.side-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 30px 0 0;
}
.side-menu-container.sticky .side-menu {
  position: fixed;
  top: 10px;
}
.side-menu-container.sticky .content {
  margin-left: 480px;
}
.side-menu li {
  width: 100%;
  margin: 0 0 10px;
  width: 450px;
}
.side-menu li a {
  background: #F0F2F5;
  display: flex;
  border-radius: 25px;
  align-items: center;
  height: 65px;
  padding: 25px;
  font-weight: bold;
}
.side-menu li a:hover {
  background: var(--color-secondary);
  color: #fff;
}
.side-menu li a.active {
  background: var(--color-primary);
  color: #ffffff;
}

.mainmenu-nav ul.mainmenu > li > a {
  color: var(--heading-color);
  font-size: var(--font-size-b1);
}
.mainmenu-nav ul.mainmenu > li.menu-item-has-children .axil-submenu {
  min-width: auto;
}
.mainmenu-nav ul.mainmenu > li.menu-item-has-children .axil-submenu li {
  white-space: nowrap;
}
.post-meta .post-author-name { 
  display: flex;
  gap: 40px;
}
.post-meta .post-author-name a{ 
  position: relative;
  overflow: visible;
}
.post-meta .post-author-name a::before { 
  content: "|";
  position: absolute;
  left: -22px;
}
.post-meta .post-author-name a:first-child::before { 
  content: none;
}
.post-meta .content {
  margin-left: 0 !important;
}

a.axil-button, button.axil-button {
  color: var(--color-white) !important;
}
.content-block.modern-post-style .post-content {
  padding-bottom: 0;
  min-height: 85px;
}
.content-block.modern-post-style .post-thumbnail::before {
  top: 0;
}
.article-img,
.article-video {
  display: flex;
  justify-content: center;
}
.article-img img,
.article-video iframe {
  width: 100%;
  margin-bottom: 0;
  border-radius: var(--bs-border-radius)!important;
}
.article-video iframe {
  height: 587px;
}
.post-thumbnail img {
  width: 100%
}



.axil-slide.slider-style-1 .content-block {
  padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .article-video iframe {
    height: 400px;
  }
  .no-sidebar .no-sidebar-narrow {
    width: 80%;
  }
}
@media only screen and (max-width: 999px) {
  .article-video iframe {
    height: 400px;
  }
  .no-sidebar .no-sidebar-narrow {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .article-video iframe {
    height: 200px;
  }
  .no-sidebar .no-sidebar-narrow {
    width: 100%;
  }
}