/**
*
* -----------------------------------------------------------------------------
*
* Template : dnews - News & Magazine WordPress Theme 
* Author : reacthemes
* Author URI : http://www.reactheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
--------------------------------------------------------*/
:root {
  --color-primary: #e62323;
  --color-red: #ff0000;
  --color-baby-blue: #D1ECF5;
  --color-secondary: #0E0E0E;
  --color-title: #121212;
  --color-meta: #12121280;
  --color-secondary-bg: #0E0E0E;
  --color-body: #525252;
  --color-title-line: #00000026;
  --color-gray: #F0F0F075;
  --color-gray-light: #F0F0F075;
  --color-body-bg: #fff;
  --color-white: #fff;
  --color-gray-dark: 239,239,239;
  --color-gray-dark1: #efefef;
  --color-white-bg: #fff;
  --color-white-offcan: #fff;
  --color-primary-mix: #ffe1d6;
  --color-primary-2: #fff0ed;
  --color-border: #BCBFDB;
  --color-footer: #ffffff8c;
  --color-menu: #212529;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --font-title: "Poppins", serif;
}

body::-webkit-scrollbar,
#de_modal::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb,
#de_modal::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.rt-thumb-bg .rt-slide-inner .rt-post-title > a,
.react-sideabr .recent-post-widget .post-desc > a,
.reactheme-blog article .rt-ctn-wrap .post-title > a,
.rt-banner-style-2 .single-item .post-thumbnail .port-title a.rt-post-title,
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter h3 > a,
.reactheme-blog .rt_post-style_modern article .rt-ctn-wrap .post-title a,
.rt-thumb-bg-video .rt-post-title > a, .port-title > a {
  background-size: 0% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: all 1000ms;
  display: unset !important;
}

.rt-thumb-bg .rt-slide-inner .rt-post-title > a:hover,
.react-sideabr .recent-post-widget .post-desc > a:hover,
.reactheme-blog article .rt-ctn-wrap .post-title > a:hover,
.rt-banner-style-2 .single-item .post-thumbnail .port-title a.rt-post-title:hover,
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter h3 > a:hover,
.reactheme-blog .rt_post-style_modern article .rt-ctn-wrap .post-title > a:hover,
.rt-thumb-bg-video .rt-post-title > a:hover,
.port-title > a:hover {
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-image: linear-gradient(to right, currentColor 100%, transparent 100%);
}

/* Dark Theme */
html[data-theme=dark] {
  --color-primary-mix: var(--color-primary);
  --color-primary-2: #121212;
  --color-secondary: #ffffff;
  --color-secondary-bg: #0c0c0c;
  --color-body: #e0e0e0;
  --color-white: #000000;
  --color-gray-dark: 255,255,255;
  --color-gray-dark1: #121212;
  --color-white-offcan: #121212;
  --color-gray: #0c0c0c;
  --color-gray-light: #121212;
  --color-white-bg: #000000;
  --color-body-bg: #000000;
  --color-border: #3A3A3A;
  --color-footer: #ffffff8c;
  --color-title: #fff;
  --color-meta: #fff;
  --color-menu: #fff;
  --color-title-line: #FFFFFF1F;
}
html[data-theme=dark] .back--elementor-template-mega-menu,
html[data-theme=dark] .menu-area-addon .navbar ul li .sub-menu {
  background: #242424;
}
html[data-theme=dark] .elementor-1189 .elementor-element.elementor-element-efe916a .elementor-social-icon svg {
  fill: rgba(235, 229, 229, 0.7215686275);
}
html[data-theme=dark] .esbmrk-counter-box #esbmrk_popup_modal .esbmrk-modal-content {
  background: var(--color-secondary-bg);
}
html[data-theme=dark] .esbmrk-modal-close {
  background: #fff;
}
html[data-theme=dark] .rt-baby-blue {
  background: var(--color-primary);
}
html[data-theme=dark] .rt-post--search:not(.style2) input {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: none;
  color: #fff;
}
html[data-theme=dark] .rt-social-lt .elementor-social-icon svg {
  fill: #fff !important;
}
html[data-theme=dark] .rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-cates a {
  border: 1px solid rgba(167, 167, 167, 0.2);
}
html[data-theme=dark] .mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
  background: none;
  border: 1px solid rgba(203, 198, 198, 0.0901960784);
  color: #fff;
}
html[data-theme=dark] .mf-form-wrapper .metform-form-content .metform-form-main-wrapper .pr--white .mf-input-wrapper .mf-input {
  background: #fff;
  border: 1px solid #fff;
  color: #121212;
}
html[data-theme=dark] .rt-post--slider-list.style--4 .single-item .rt-read {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
html[data-theme=dark] .reactheme-blog .rt_post-style_classic article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
}
html[data-theme=dark] .esbmrk-posts-grid .esbmrk-article a.esbmrk-article-title {
  color: #fff;
}
html[data-theme=dark] .esbmrk-posts-grid .esbmrk-article a.esbmrk-article-title:hover {
  color: var(--color-primary);
}
html[data-theme=dark] .rt-countdown li span.value {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
html[data-theme=dark] .rt-author-info .rt-sign-img img {
  filter: invert(1);
}
html[data-theme=dark] .elementor-88 .elementor-element.elementor-element-d319a45 .elementor-social-icon svg {
  fill: #efefef;
}
html[data-theme=dark] .react-button-style2 a {
  border: 1px solid rgba(131, 131, 131, 0.48);
}
html[data-theme=dark] .react-button a {
  border: 1px solid rgba(131, 131, 131, 0.42);
}
html[data-theme=dark] .post-list-navigation-btm.post-list-navigation-top .swiper-next, html[data-theme=dark] .post-list-navigation-btm.post-list-navigation-top .swiper-prev {
  background: var(--color-primary);
}
html[data-theme=dark] .rt-post-filters .rt-load-more-inner,
html[data-theme=dark] .rt-post-filters.rt-post-style4 .back-posts li .rt-post-item,
html[data-theme=dark] .elementor-3418 .elementor-element.elementor-element-eaac7d5 .single-item,
html[data-theme=dark] .elementor-3418 .elementor-element.elementor-element-dca5b9b .single-item {
  border-color: rgba(255, 255, 255, 0.1294117647);
}
html[data-theme=dark] .post-pagination span {
  background: #fff;
}

.custom-gradient-bg-topbar {
  background: linear-gradient(90deg, #0239FF 0%, #F669E1 49.5%, #FFCD37 100%);
}

html[data-theme=dark] .react-social-share:not(.style-2) ul li a:hover,
html[data-theme=dark] .rt_live_btn:hover,
html[data-theme=dark] .rt-search-sec .rt-dl-mode:hover {
  background: rgba(122, 122, 122, 0.15);
  opacity: 1;
}

html[data-theme=dark] div:not(.esbmrk-modal-body) .esbmrk-posts .esbmrk-empty-posts strong,
html[data-theme=dark] .esbmrk-counter-box .esbmrk-counter,
html[data-theme=dark] .rt-post--hot li .rt-post-time {
  color: #fff;
}
html[data-theme=dark] .esbmrk-counter-box .esbmrk-counter .esbmrk-icon svg {
  fill: #fff;
}
html[data-theme=dark] div:not(.esbmrk-modal-body) .esbmrk-posts .esbmrk-empty-posts {
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.rt-baby-blue {
  background: var(--color-baby-blue);
}

.rt-drk-color {
  color: var(--color-secondary);
}

html[data-theme=dark] .rt-baby-blue {
  background: #355560;
}

html[data-theme=dark] a.esbmrk-add-to-bookmark-btn .esbmrk-icon {
  opacity: 1;
  filter: invert(1);
}

.game-sep-align .rt-post--list ul.rt-ago-time li + li::before {
  top: 10px;
}

.mosts-spopular .rt-post--slider-list.style--2 .single-item .post-thumbnail img {
  width: 100%;
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 17px;
  color: var(--color-body);
  font-family: var(--font-primary);
  vertical-align: baseline;
  line-height: 1.6;
  overflow-x: hidden;
  background: var(--color-body-bg);
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  color: var(--color-secondary);
  margin: 0 0 26px;
}

.rt-primary {
  background: var(--color-primary);
}

.rt-primary-form {
  background: var(--color-primary) !important;
}

.rt-secondary {
  background: var(--color-secondary-bg);
}

.rt-text-center {
  text-align: center;
}

.rt-gray-color {
  background: var(--color-gray);
}

.rt-gray-light-color {
  background: var(--color-gray-light);
}

.rt-dark-texts .mf-checkbox-option input[type=checkbox] + span {
  color: var(--color-secondary);
}
.rt-dark-texts .mf-checkbox-option input[type=checkbox] + span::before {
  color: var(--color-secondary);
  opacity: 0.5;
}

h1 {
  font-size: 3rem;
  line-height: 1.3;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.3;
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h5 {
  font-size: 1.4rem;
  line-height: 26px;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.3;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  opacity: 0.9;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--color-secondary);
  text-shadow: none;
  color: var(--color-white);
}

::selection {
  background: var(--color-secondary);
  text-shadow: none;
  color: var(--color-white);
}

body .main-contain {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

iframe {
  width: 100%;
}

/* ------------------------------------
    02. Global Class
---------------------------------------*/
input[type=checkbox], input[type=radio] {
  margin-right: 8px;
  vertical-align: text-top;
}

.sticky .menu-area {
  padding: 0;
}

.alignleft {
  margin-bottom: 26px;
}

.alignright {
  margin-bottom: 26px;
}

code {
  background: var(--color-primary);
  color: var(--color-white) !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  color: #ffffff;
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: var(--color-primary);
  position: relative;
  border: none;
}

button:hover, html input[type=button]:hover, input[type=reset]:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

input[type=submit]:hover {
  opacity: 0.9;
}

.main-contain .page-error #content {
  padding-top: 60px;
}

#reactheme-header .rt-mega--desk {
  position: relative;
}

.post-password-required input[type=password] {
  margin-left: 5px;
  padding: 15px;
}

.post-password-required input[type=submit] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px;
}

input[type=text],
input[type=number],
input[type=password],
textarea,
input[type=email] {
  color: var(--color-body);
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-body);
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-body);
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: var(--color-body);
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: var(--color-body);
  opacity: 1;
}

select {
  color: var(--color-body);
  cursor: pointer;
}
select:valid {
  color: var(--color-body);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--color-primary);
}

a:hover, a:focus, a:active {
  opacity: 0.9;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.wp-block-calendar tfoot a {
  color: var(--color-primary);
}
.wp-block-calendar tfoot a:hover {
  color: var(--color-secondary);
}

a.esbmrk-add-to-bookmark-btn .esbmrk-bookmark-label {
  display: none;
}

.rt-show-par-author-post {
  text-align: center;
  margin: 0;
  font-size: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--color-secondary);
  opacity: 0.6;
}

.rt-sticky-enable-here {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: var(--color-white);
  transition: all 0.5s ease;
}
.rt-sticky-enable-here.rt-show-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.0509803922);
}
.rt-sticky-enable-here.rt-show-shadow .rt-bdr-rmv-sticky {
  border: none !important;
}

body.rt-sticky-enable-body #page.site {
  padding-top: 164px;
}

/* ---------------------------
    Header Section 
------------------------------*/
#reactheme-header.rts-default-header {
  border-bottom: 1px solid rgba(134, 134, 137, 0.1411764706);
  margin-bottom: 60px;
}
#reactheme-header.rts-default-header .menu-area {
  position: relative;
  z-index: 1;
}
#reactheme-header.rts-default-header .site-title {
  font-family: var(--font-title);
}
#reactheme-header.rts-default-header .site-title a {
  color: var(--color-secondary);
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}
#reactheme-header.rts-default-header .header-logo {
  padding: 20px 0 20px;
  display: flex;
  flex: 1;
  text-align: left;
}
#reactheme-header.rts-default-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.menu-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 11px 15px;
}
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
  color: var(--color-primary);
}
.menu-area .navbar ul li a {
  color: var(--color-secondary);
  font-size: 0.875rem;
  padding-right: 16px;
  line-height: 120%;
  font-family: var(--font-primary);
}
.menu-area .navbar ul li:hover a {
  color: var(--color-primary);
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area .navbar ul li {
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li .sub-menu {
  background: var(--color-white);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  width: 220px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0 0 5px 5px;
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 8px 20px;
  text-transform: none;
  transition: 0.3s;
  color: var(--color-secondary);
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: var(--color-primary);
}
.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.menu-area .navbar ul li:hover ul li ul {
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.menu-area .navbar ul li:hover ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.menu-area .navbar ul > .current-menu-ancestor.menu-item-has-children > a:before {
  color: currentColor;
}
.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
  content: "\e93f";
  position: absolute;
  font-family: "Unicons" !important;
  left: auto;
  right: -1px;
  top: 53%;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 400;
  color: currentColor;
}

.rt-theme-footer {
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}

.menu-area-addon {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.menu-area-addon .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area-addon .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area-addon .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area-addon .navbar ul > li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 11px 15px 11px 15px;
}
.menu-area-addon .navbar ul > li.current-menu-ancestor > a, .menu-area-addon .navbar ul > li.current-menu-item > a, .menu-area-addon .navbar ul > li.current_page_item > a {
  color: var(--color-primary);
}
.menu-area-addon .navbar ul > li > a {
  color: var(--color-secondary);
  font-size: 0.875rem;
  padding-right: 16px;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: var(--color-menu);
}
.menu-area-addon .navbar ul > li:hover > a {
  color: var(--color-primary);
}
.menu-area-addon .navbar ul > li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area-addon .navbar ul > li {
  /*Dropdown Menu area*/
}
.menu-area-addon .navbar ul > li .sub-menu {
  background: var(--color-white);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  width: 220px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  padding: 15px 0;
}
.menu-area-addon .navbar ul > li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area-addon .navbar ul > li .sub-menu li a {
  display: block;
  padding: 12px 20px;
  text-transform: none;
  transition: 0.3s;
  color: var(--color-secondary);
}
.menu-area-addon .navbar ul > li .sub-menu li a:hover {
  opacity: 0.7;
}
.menu-area-addon .navbar ul > li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area-addon .navbar ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.menu-area-addon .navbar ul > .current-menu-ancestor.menu-item-has-children > a:before {
  color: currentColor;
}
.menu-area-addon .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 12px;
}
.menu-area-addon .navbar ul > li.menu-item-has-children > a:before {
  content: "\e93f";
  position: absolute;
  font-family: "Unicons" !important;
  left: auto;
  right: -17px;
  top: 54%;
  text-align: center;
  z-index: 9;
  font-size: 17px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 400;
}
.menu-area-addon.addclass--light-yes .add--home-icon .navbar ul:not(.sub-menu) > li:first-child a::before,
.menu-area-addon.addclass--light-yes .navbar ul:not(.sub-menu) > li > a {
  color: #fff;
}
.menu-area-addon.addclass--light-yes .navbar ul:not(.sub-menu) > li:hover > a,
.menu-area-addon.addclass--light-yes .navbar ul:not(.sub-menu) > li.current-menu-ancestor > a,
.menu-area-addon.addclass--light-yes .navbar ul:not(.sub-menu) > li.current-menu-item > a,
.menu-area-addon.addclass--light-yes .navbar ul:not(.sub-menu) > li.current_page_item > a {
  color: var(--color-primary);
}
.menu-area-addon.addclass--light-yes .navbar ul:not(.sub-menu) > li > .back--elementor-template-mega-menu a {
  color: var(--color-secondary);
}
.menu-area-addon.addclass--light-yes .navbar ul:not(.sub-menu) > li > .back--elementor-template-mega-menu a:hover {
  color: var(--color-primary);
}
.menu-area-addon .offcanvas-icon {
  display: none;
}

.comment-reply-title,
h2.comments-title {
  font-weight: normal;
  font-size: 1.25em;
}

.menu-area-addon .navbar ul > li.menu-item-has-children:hover > a:before {
  content: "\e946";
}

.back-mega--current-active ul.rt-time-part li a {
  font-size: 14px;
  font-weight: normal;
}

.menu-area-addon .navbar ul > li ul.sub-menu li {
  border-left: 0 !important;
  border-right: 0 !important;
}

.hfe-site-logo-set {
  line-height: 0;
}

.menu-area-addon .navbar ul > li .icon-narrow.unicon-bookmark-add {
  position: relative;
  top: 1px;
}

.menu-area-addon ul:not(.sub-menu) > li.rt-mdots > a {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  top: -4px;
  font-weight: 700;
  line-height: 1;
}

.menu-area-addon ul:not(.sub-menu) > li.back-mega--current-active > a {
  position: relative;
  margin-right: 12px;
}
.menu-area-addon ul:not(.sub-menu) > li.back-mega--current-active > a:before {
  content: "\e93f";
  position: absolute;
  font-family: "Unicons" !important;
  left: auto;
  right: -18px;
  top: 52%;
  text-align: center;
  z-index: 9;
  font-size: 17px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}

.menu-area-addon .navbar ul > li.back-mega--current-active > ul.sub-menu {
  display: none;
}

.menu-area-addon ul:not(.sub-menu) > li.back-mega--current-active:hover > a:before {
  content: "\e946";
}

/*******off Canvas css********/
.stuck.sticky .sticky-hide {
  display: none;
}

.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}

.offcanvas-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
.offcanvas-icon .nav-link-container .nav-menu-link svg {
  width: 27px;
}
.offcanvas-icon .nav-link-container .nav-menu-link svg path {
  fill: var(--color-secondary);
}
.offcanvas-icon.canvas_style_two {
  display: flex;
  align-items: center;
  gap: 12px;
}
.offcanvas-icon.canvas_style_two a {
  color: #fff;
}
.offcanvas-icon.canvas_style_two .nav-menu-link.menu-button span {
  width: 14px;
  margin: 5px 0;
  margin-left: auto;
}
.offcanvas-icon.canvas_style_two .nav-menu-link.menu-button span.rt-line2 {
  width: 20px;
}
.offcanvas-icon.canvas_style_three .nav-menu-link.menu-button span {
  width: 14px;
  margin: 5px 0;
  margin-left: auto;
}
.offcanvas-icon.canvas_style_three .nav-menu-link.menu-button span.rt-line2 {
  width: 20px;
}
.offcanvas-icon.canvas_style_three .nav-menu-link.menu-button {
  display: inline-block;
}
.offcanvas-icon.canvas_style_three .nav-link-container {
  line-height: 100%;
}

.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid var(--color-body);
}
.mobile-menu-container div ul li a:hover {
  color: var(--color-primary) !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: var(--color-primary) !important;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}

body.logged-in .sidenav {
  top: 30px;
}
body.logged-in .sidenav .nav-link-container {
  top: 30px;
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.menu-area .navbar ul > li > a span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  transform: translate3d(0, 0, 0);
}

ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}

#reactheme-header.header-style-1.fixed-header .sticky-wrapper {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease;
}

/*Full Search sec*/
.sticky_form {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
  left: 0;
  background: var(--color-white);
  transition: all 0.5s ease;
  opacity: 1 !important;
}
.sticky_form button {
  background: none;
  top: 30%;
}
.sticky_form button:hover {
  color: var(--color-primary);
}

body.search-active .sticky_form.rts-search-popup {
  height: 50%;
}
body.search-active::before {
  content: "";
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.sticky_form_full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  opacity: 0;
}
.sticky_form_full button {
  left: 0;
  padding: 0 !important;
  right: auto !important;
  top: 5px !important;
  position: absolute;
}
.sticky_form_full button::before {
  content: "\ea9c";
  position: absolute;
  font-family: "Unicons" !important;
  left: 0;
  z-index: 1;
  font-size: 24px;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 400;
  color: var(--color-secondary);
  top: 0;
  line-height: 50px;
}
.sticky_form_full h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

.search-wrap {
  position: relative;
}

.sticky_form .search-input {
  background: none;
  border: none;
  color: var(--color-secondary);
  border-bottom: 1px solid rgba(131, 131, 131, 0.25);
  outline: none;
  border-radius: 0;
  padding: 19px 30px 15px;
  font-size: 1rem;
  color: var(--color-secondary);
  width: 100%;
}

.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  color: var(--color-secondary);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0;
}
.close-search:before {
  font-size: 30px !important;
}

.rt-add-srch .sticky_form_full {
  opacity: 1;
}
.rt-add-srch .close-search {
  opacity: 1;
}

.hfe-site-sticky-logo-img {
  display: none;
}

.sticky .hide_logo_desktop {
  display: none;
}

.sticky .hfe-site-sticky-logo-img {
  display: block;
}

/* Menu */
.menu-wrap-off {
  position: fixed;
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--color-white-offcan);
  padding: 46px 30px 50px 30px;
  font-size: 1.15em;
  transform: translate3d(-350px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 350px;
  overflow-y: auto;
}
.menu-wrap-off .inner-offcan .nav-link-container {
  position: absolute;
  right: 10px;
  top: 0px;
  display: block;
  z-index: 99;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
  display: block;
  color: var(--color-primary);
  padding: 0px;
  font-size: 30px;
  cursor: pointer;
}

.menu-ofcn.off-open {
  transform: translate3d(0, 0, 0);
}

.inner-offcan {
  transition: all 0.8s ease;
}

.rt-icp {
  color: var(--color-primary);
  font-weight: 500;
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-area.sticky-menu {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-area.sticky-menu .navbar ul li > a {
  color: var(--color-secondary);
}
.menu-area.sticky-menu .navbar ul li:hover a {
  color: var(--color-primary);
}
.menu-area.sticky-menu .navbar ul.sub-menu li a {
  color: var(--color-secondary);
}
.menu-area.sticky-menu .nav-link-container i {
  color: var(--color-white);
}

.sticky-logo {
  display: none;
}

.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.body-close {
  opacity: 0;
  visibility: hidden;
}

.type-product.featured {
  text-align: left;
}

body.off-open .body-close {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 999999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
}

body.off-open-2 {
  overflow: hidden;
}
body.off-open-2 .body-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
  cursor: grab;
}

.reactheme-breadcrumbs.porfolio-details.align-brea-lefts .breadcrumbs-inner {
  text-align: left !important;
}
.reactheme-breadcrumbs.porfolio-details.align-brea-lefts .breadcrumbs-inner h1.page-title {
  max-width: 100%;
}
.reactheme-breadcrumbs.porfolio-details.align-brea-lefts .col-md-12.text-center {
  text-align: left !important;
}

.reactheme-footer .recent-post-widget .show-featured .post-desc i {
  color: var(--color-secondary);
}

.recent-post-widget .post-item .post-desc h5 {
  margin: 0 0 4px;
}
.recent-post-widget .post-item .post-desc ul {
  margin: 0;
  list-style: none;
}
.recent-post-widget .post-item .post-desc ul li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.default-header-style .offcanvas-icon.layout-1 li a svg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid var(--color-body);
  background: var(--color-white);
  padding: 15px;
}
.default-header-style .offcanvas-icon.layout-1 li a svg rect {
  fill: var(--color-secondary);
}

.menu-area-addon .add--dots .navbar ul:not(.sub-menu) > li:first-child > a::before,
.menu-area-addon .add--dots .navbar ul:not(.sub-menu) > li:last-child > a::before {
  display: none;
}

.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas-icon .nav-menu-link.menu-button {
  cursor: pointer;
}
.offcanvas-icon .nav-menu-link.menu-button span {
  width: 24px;
  height: 2px;
  background: var(--color-secondary);
  margin: 7px 0;
  position: relative;
  display: block;
}

.menu-area-addon .add--footer-style .navbar ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area-addon .add--footer-style .navbar ul li a {
  color: var(--color-footer);
  font-size: 1rem;
  text-transform: uppercase;
}
.menu-area-addon .add--footer-style .navbar ul li a:hover {
  color: #fff;
  opacity: 1;
}

.menu-area-addon.addclass--dark-yes .add--footer-style .navbar ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area-addon.addclass--dark-yes .add--footer-style .navbar ul li a {
  color: var(--color-secondary);
}
.menu-area-addon.addclass--dark-yes .add--footer-style .navbar ul li a:hover {
  color: var(--color-primary);
  opacity: 1;
}

.menu-area-addon.addclass--dark-yes .add--footer-style-language .navbar ul:not(.sub-menu)::before {
  color: var(--color-secondary);
}

.rt-dark-clrs {
  color: var(--color-secondary);
}
.rt-dark-clrs a {
  color: var(--color-secondary);
}

.menu-area-addon .add--footer-style-language .navbar ul li {
  padding: 0;
  display: block;
}
.menu-area-addon .add--footer-style-language .navbar ul li a {
  padding: 0 10px 0 0;
  margin: 0;
}
.menu-area-addon .add--footer-style-language .navbar ul li ul.sub-menu {
  background: rgb(25, 25, 25);
  top: 0;
  transform: translateY(-100%);
  width: 150px;
  left: -19px;
  text-align: right;
  padding: 15px 5px;
}
.menu-area-addon .add--footer-style-language .navbar ul li ul.sub-menu li a {
  color: var(--color-footer);
  padding: 6px 20px;
}
.menu-area-addon .add--footer-style-language .navbar ul li ul.sub-menu li a:hover {
  color: #fff;
}

.menu-area-addon .add--footer-style-language .navbar ul:not(.sub-menu) {
  padding: 0 0 0 21px;
}
.menu-area-addon .add--footer-style-language .navbar ul:not(.sub-menu)::before {
  content: "\e991";
  position: absolute;
  font-family: "Unicons" !important;
  left: 0;
  z-index: 1;
  font-size: 17px;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 400;
  color: var(--color-footer);
  top: 8px;
  line-height: 11px;
}

.menu-area-addon .add--footer-style-language .navbar ul:not(.sub-menu) li:hover ul {
  transform: translateY(-100%);
}

.menu-area-addon .add--home-icon .navbar ul:not(.sub-menu) > li:first-child a i:before {
  color: var(--color-secondary);
  transform: scale(1.4);
  display: block;
}

.rt-scroll-ticker .single-blog {
  font-size: 0.75rem;
  position: relative;
  height: 20px;
  word-break: break-all;
}
.rt-scroll-ticker .single-blog a {
  color: #fff;
}
.rt-scroll-ticker .single-blog::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  left: -15px;
  top: 7px;
  opacity: 0.5;
}

.rt_live_btn {
  padding: 2px 22px 2px 30px;
  border: 1px solid rgba(131, 131, 131, 0.25);
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  color: var(--color-secondary);
  position: relative;
  cursor: pointer;
}
.rt_live_btn::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: var(--color-red);
  border-radius: 100%;
  animation: uc-flash 1s linear 0s infinite;
}
.rt_live_btn:hover {
  background: rgb(247, 247, 247);
  opacity: 0.8;
}

@keyframes uc-flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rt-search-sec {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.rt-search-sec.rt-addclass-txt-btn {
  gap: 20px;
}
.rt-search-sec i::before {
  line-height: 20px;
  color: var(--color-secondary);
}
.rt-search-sec i.unicon-search::before {
  font-size: 25px;
  position: relative;
  top: 2px;
}
.rt-search-sec .rt-woo-cart {
  font-size: 22px;
  line-height: 0;
  position: relative;
}
.rt-search-sec .rt-woo-cart:hover {
  opacity: 0.8;
}
.rt-search-sec .rt-woo-cart .rt-cart-count {
  font-size: 14px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  text-align: center;
}
.rt-search-sec .rt-user-part {
  font-size: 22px;
}
.rt-search-sec .rt-user-part {
  line-height: 0;
}
.rt-search-sec .rt-user-part svg {
  width: 21px;
}
.rt-search-sec .rt-user-part svg path {
  fill: var(--color-secondary);
}
.rt-search-sec .rt-user-part:hover {
  opacity: 0.8;
}
.rt-search-sec .rt-user-part .rt-user-btn {
  box-shadow: 0 0.125rem 0.25rem -0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  padding: 8px 16px 10px 16px;
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 8px;
  color: var(--color-secondary);
  font-weight: 500;
}
.rt-search-sec .rt-user-part .rt-user-btn i {
  font-size: 14px !important;
}
.rt-search-sec .rt-user-part .rt-user-btn:hover {
  background: var(--color-primary);
  color: #fff;
}
.rt-search-sec .rt-user-part .rt-user-btn:hover i::before {
  color: currentColor;
}
.rt-search-sec .rt-search-part {
  font-size: 23px;
  line-height: 0;
  cursor: pointer;
}
.rt-search-sec .rt-search-part:hover {
  opacity: 0.8;
}
.rt-search-sec .rt-light-dark {
  font-size: 15px;
  line-height: 0;
}
.rt-search-sec .rt-dl-mode {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(131, 131, 131, 0.25);
  display: inline-block;
  border-radius: 30px;
}
.rt-search-sec .rt-dl-mode i {
  top: 0;
  position: relative;
}
.rt-search-sec .rt-dl-mode:hover {
  background: rgb(247, 247, 247.1);
}
.rt-search-sec.addclass--light-yes i:before {
  color: #fff;
}
.rt-search-sec.addclass--light-yes .rt-dl-mode:hover {
  background: rgba(122, 122, 122, 0.15);
}
.rt-search-sec.style2 .rt-user-part .rt-user-btn {
  box-shadow: none;
  padding: 0;
  border: none;
  line-height: 2;
}
.rt-search-sec.style2 .rt-user-part .rt-user-btn i:before {
  font-size: 21px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.rt-search-sec.style2 .rt-user-part .rt-user-btn:hover {
  background: none;
  color: unset;
}

.rt-logo-dark {
  display: none;
}

.hfe-site-logo-set {
  text-align: center;
}
.hfe-site-logo-set img {
  width: 150px;
  transition: all 0.5s ease;
}

html[data-theme=dark] .rt-logo-dark {
  display: inline-block;
}
html[data-theme=dark] .rt-logo-light {
  display: none;
}

.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) {
  position: relative;
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) .single-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) .single-item .post-thumbnail {
  max-width: 25%;
  flex: 0 0 25%;
  line-height: 0;
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) .single-item .post-thumbnail a {
  overflow: hidden;
  line-height: 0;
  display: block;
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) .single-item .post-thumbnail a img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) .single-item .port-title {
  max-width: 75%;
  flex: 0 0 75%;
  font-size: 1.025rem;
  line-height: 1.4;
  padding-left: 15px;
  font-family: var(--font-title);
  position: relative;
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) .single-item .port-title a {
  color: var(--color-secondary);
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5) .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.rt-post--slider-list:not(.style--2, .style--3, .style--4, .style--5).style--2 .single-item {
  display: block;
}

.rt-post-tab:not(.rt-post-tab--2),
.rt-post--posts-grids,
.rt-post--slider-list.style--2 {
  position: relative;
}
.rt-post-tab:not(.rt-post-tab--2) .single-item .post-thumbnail,
.rt-post--posts-grids .single-item .post-thumbnail,
.rt-post--slider-list.style--2 .single-item .post-thumbnail {
  line-height: 0;
  overflow: hidden;
}
.rt-post-tab:not(.rt-post-tab--2) .single-item .post-thumbnail a,
.rt-post--posts-grids .single-item .post-thumbnail a,
.rt-post--slider-list.style--2 .single-item .post-thumbnail a {
  overflow: hidden;
  display: block;
}
.rt-post-tab:not(.rt-post-tab--2) .single-item .post-thumbnail a img,
.rt-post--posts-grids .single-item .post-thumbnail a img,
.rt-post--slider-list.style--2 .single-item .post-thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.rt-post-tab:not(.rt-post-tab--2) .single-item .port-title,
.rt-post--posts-grids .single-item .port-title,
.rt-post--slider-list.style--2 .single-item .port-title {
  font-size: 1.025rem;
  line-height: 1.25;
  font-family: var(--font-title);
  padding: 20px 0 0;
}
.rt-post-tab:not(.rt-post-tab--2) .single-item .port-title a,
.rt-post--posts-grids .single-item .port-title a,
.rt-post--slider-list.style--2 .single-item .port-title a {
  color: var(--color-secondary);
  display: block;
}
.rt-post-tab:not(.rt-post-tab--2) .single-item:hover .post-thumbnail a img,
.rt-post--posts-grids .single-item:hover .post-thumbnail a img,
.rt-post--slider-list.style--2 .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.rt-post-tab:not(.rt-post-tab--2) .rt-time-part,
.rt-post--posts-grids .rt-time-part,
.rt-post--slider-list.style--2 .rt-time-part {
  display: flex;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  gap: 16px;
  align-items: center;
  font-family: var(--font-primary);
}
.rt-post-tab:not(.rt-post-tab--2) .rt-time-part .rt-time,
.rt-post--posts-grids .rt-time-part .rt-time,
.rt-post--slider-list.style--2 .rt-time-part .rt-time {
  font-size: 0.75rem;
  opacity: 0.6;
  color: var(--color-secondary);
  font-weight: 300;
}
.rt-post-tab:not(.rt-post-tab--2) .rt-time-part .rt-comments,
.rt-post--posts-grids .rt-time-part .rt-comments,
.rt-post--slider-list.style--2 .rt-time-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 0.5;
}
.rt-post-tab:not(.rt-post-tab--2) .rt-time-part .rt-comments i,
.rt-post--posts-grids .rt-time-part .rt-comments i,
.rt-post--slider-list.style--2 .rt-time-part .rt-comments i {
  font-size: 16px;
  margin-right: 1px;
  font-weight: 400;
  position: relative;
  top: 3px;
}

.rt-post--slider-list.style--2 ul.rt-time-part li.rt-comments {
  position: relative;
  padding-left: 8px;
}
.rt-post--slider-list.style--2 ul.rt-time-part li.rt-comments::before {
  content: "";
  position: absolute;
  background: var(--color-secondary);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  left: -5px;
  top: 10px;
}

.rt-post--slider-list.style--3 {
  position: relative;
}
.rt-post--slider-list.style--3 .single-item {
  text-align: center;
}
.rt-post--slider-list.style--3 .single-item .post-thumbnail {
  line-height: 0;
}
.rt-post--slider-list.style--3 .single-item .post-thumbnail a {
  overflow: hidden;
  display: block;
}
.rt-post--slider-list.style--3 .single-item .post-thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
  height: 525px;
}
.rt-post--slider-list.style--3 .single-item .port-title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: var(--font-title);
  padding: 10px 0 25px;
  max-width: 490px;
  margin: 0 auto;
}
.rt-post--slider-list.style--3 .single-item .port-title a {
  color: var(--color-secondary);
  display: block;
}
.rt-post--slider-list.style--3 .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.rt-post--slider-list.style--3 .rt-cate-date-part {
  display: flex;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
  font-family: var(--font-primary);
  justify-content: center;
  line-height: 1;
}
.rt-post--slider-list.style--3 .rt-cate-date-part .rt-cate {
  font-size: 0.75rem;
  opacity: 0.7;
  color: var(--color-secondary);
}
.rt-post--slider-list.style--3 .rt-cate-date-part .rt-cate a {
  color: currentColor;
}
.rt-post--slider-list.style--3 .rt-cate-date-part .rt-cate a:hover {
  color: var(--color-primary);
}
.rt-post--slider-list.style--3 .rt-cate-date-part .rt-date {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.7;
  color: var(--color-secondary);
}
.rt-post--slider-list.style--3 .rt-cate-date-part li + li {
  border-left: 1px solid rgba(131, 131, 131, 0.6901960784);
  margin-left: 15px;
  padding-left: 15px;
}

.rt-post--slider-list.style--4 {
  position: relative;
}
.rt-post--slider-list.style--4 .single-item {
  text-align: center;
}
.rt-post--slider-list.style--4 .single-item .post-thumbnail {
  line-height: 0;
}
.rt-post--slider-list.style--4 .single-item .post-thumbnail a {
  overflow: hidden;
  display: block;
}
.rt-post--slider-list.style--4 .single-item .post-thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.rt-post--slider-list.style--4 .single-item .port-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: var(--font-title);
  padding: 10px 0 12px;
  max-width: 450px;
  margin: 0 auto;
}
.rt-post--slider-list.style--4 .single-item .port-title a {
  color: var(--color-secondary);
  display: block;
}
.rt-post--slider-list.style--4 .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.rt-post--slider-list.style--4 .single-item .rt-read {
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
  padding-bottom: 3px;
}
.rt-post--slider-list.style--4 .rt-cate-date-part {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
  font-family: var(--font-primary);
  justify-content: center;
  line-height: 1;
}
.rt-post--slider-list.style--4 .rt-cate-date-part .rt-cate {
  font-size: 0.75rem;
  opacity: 0.7;
  color: var(--color-secondary);
  font-weight: 400;
  text-transform: uppercase;
}
.rt-post--slider-list.style--4 .rt-cate-date-part .rt-cate a {
  color: currentColor;
}
.rt-post--slider-list.style--4 .rt-cate-date-part .rt-cate a:hover {
  color: var(--color-primary);
}

.rt-post--slider-list.style--2 .rt-cate {
  margin-bottom: 10px;
}
.rt-post--slider-list.style--2 .rt-cate a {
  font-size: 0.875rem;
}
.rt-post--slider-list.style--2 .single-item .port-title .rt-cate a {
  color: var(--color-primary);
  display: inline-block;
}

.rt-post--slider-list.style--5 .single-item {
  background: var(--color-white-bg);
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 20px 24px;
}
.rt-post--slider-list.style--5 .single-item .post-thumbnail {
  line-height: 0;
  overflow: hidden;
}
.rt-post--slider-list.style--5 .single-item .post-thumbnail a {
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.rt-post--slider-list.style--5 .single-item .post-thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.rt-post--slider-list.style--5 .single-item .port-title {
  font-size: 1.025rem;
  line-height: 1.25;
  font-family: var(--font-title);
  padding: 20px 0 0;
}
.rt-post--slider-list.style--5 .single-item .port-title a {
  color: var(--color-secondary);
  display: block;
}
.rt-post--slider-list.style--5 .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.rt-post--slider-list.style--5 .rt-time-part {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  gap: 16px;
  align-items: center;
  font-family: var(--font-primary);
  text-transform: uppercase;
}
.rt-post--slider-list.style--5 .rt-time-part .rt-time {
  font-size: 0.75rem;
  opacity: 0.6;
  color: var(--color-secondary);
  font-weight: 300;
}
.rt-post--slider-list.style--5 .rt-time-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.5;
  position: relative;
  padding-left: 10px;
}
.rt-post--slider-list.style--5 .rt-time-part .rt-comments::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 7px;
  height: 5px;
  width: 5px;
  background: rgba(0, 0, 0, 0.2901960784);
  border-radius: 100%;
}
.rt-post--slider-list.style--5 .rt-time-part .rt-comments i {
  font-size: 16px;
  margin-right: 1px;
  font-weight: 400;
  position: relative;
  top: 3px;
}

.rt-post--grid-transparent .swiper-slide .single-item .post-thumbnail .port-title {
  left: 25px;
  bottom: 25px;
  right: 25px;
}

.rt-admin-date-part {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.rt-admin-date-part .rt-admin {
  color: var(--color-secondary);
  border-left: 1px solid rgba(0, 0, 0, 0.231372549);
  margin-left: 7px;
  padding-left: 7px;
}
.rt-admin-date-part .rt-admin a {
  text-decoration: underline;
}
.rt-admin-date-part .esb-bmark .esbmrk-add-to-bookmark-btn {
  background: #F6F6F6;
  border-radius: 50%;
  text-align: center;
  padding: 7px 8px;
  margin-left: 10px;
}
.rt-admin-date-part .esb-bmark .esbmrk-add-to-bookmark-btn:hover {
  background: var(--color-primary);
}
.rt-admin-date-part .esb-bmark .esbmrk-add-to-bookmark-btn:hover .esbmrk-icon {
  filter: brightness(0) invert(1);
}

html[data-theme=dark] .rt-admin-date-part .esb-bmark .esbmrk-add-to-bookmark-btn {
  background: #242424 !important;
}

.rt-admin-date-comments-part {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  color: var(--color-secondary);
}
.rt-admin-date-comments-part .rt-admin a {
  display: flex !important;
  align-items: center;
  text-decoration: underline;
  color: var(--color-secondary);
}
.rt-admin-date-comments-part .rt-admin a img {
  border-radius: 100%;
  margin-right: 8px;
}
.rt-admin-date-comments-part li + li {
  margin-left: 14px;
  padding-left: 14px;
  position: relative;
}
.rt-admin-date-comments-part li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 1px;
  height: 11px;
  background: #b9b6b6;
}
.rt-admin-date-comments-part li.rt-comments a {
  display: flex !important;
  align-items: center;
}
.rt-admin-date-comments-part li.rt-comments a i {
  margin-right: 5px;
  font-size: 16px;
}

.rt-cates-sing {
  font-size: 14px;
  margin-bottom: 12px;
}

.top--slides .post-pagination {
  display: none;
}

.rt-post--live-news {
  position: relative;
}
.rt-post--live-news .single-item {
  text-align: left;
}
.rt-post--live-news .single-item .post-thumbnail {
  line-height: 0;
  margin-bottom: 22px;
}
.rt-post--live-news .single-item .post-thumbnail a {
  overflow: hidden;
  display: block;
}
.rt-post--live-news .single-item .post-thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.rt-post--live-news .single-item .post-thumbnail .rt-post-videos {
  position: relative;
}
.rt-post--live-news .single-item .post-thumbnail .rt-post-videos .unicon-play-filled-alt {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.rt-post--live-news .single-item .port-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: var(--font-title);
  padding: 10px 0 0;
  margin: 0 auto;
}
.rt-post--live-news .single-item .port-title a {
  color: var(--color-secondary);
  display: block;
}
.rt-post--live-news .single-item .rt-author {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-top: 12px;
  text-transform: capitalize;
  line-height: 25px;
}
.rt-post--live-news .single-item .rt-author a {
  color: var(--color-secondary);
}
.rt-post--live-news .single-item .rt-author img {
  border-radius: 100%;
  margin-right: 10px;
}
.rt-post--live-news .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.rt-post--live-news .single-item .rt-cxpt {
  margin: 10px 0 0;
}
.rt-post--live-news .rt-cate-date-part {
  display: flex;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
  font-family: var(--font-primary);
  line-height: 1;
}
.rt-post--live-news .rt-cate-date-part .rt-cate {
  font-size: 0.75rem;
  opacity: 0.7;
  color: var(--color-secondary);
}
.rt-post--live-news .rt-cate-date-part .rt-cate a {
  color: currentColor;
}
.rt-post--live-news .rt-cate-date-part .rt-cate a:hover {
  color: var(--color-primary);
}
.rt-post--live-news .rt-cate-date-part .rt-date {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.7;
  color: var(--color-secondary);
  line-height: 9px;
}
.rt-post--live-news .rt-cate-date-part li + li {
  border-left: 1px solid rgba(131, 131, 131, 0.6901960784);
  margin-left: 15px;
  padding-left: 15px;
}

.rt-post--slider-list .rt-cate .separator {
  font-weight: normal;
  font-size: 15px;
}

.addclass-hover-arrow-yes .post-list-navigation {
  opacity: 0;
}
.addclass-hover-arrow-yes:hover .post-list-navigation {
  opacity: 1;
}

.rt-post--posts-grids {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.rt-post--posts-grids .rt-time-part {
  padding-top: 10px !important;
}
.rt-post--posts-grids .rt-time-part li {
  padding: 0 !important;
}
.rt-post--posts-grids.rt-posts-grids3 {
  display: block;
  gap: 0;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item {
  background: var(--color-white);
  margin-bottom: 25px;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item.rt-tiem-lst {
  margin-bottom: 0;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title {
  padding: 15px 20px 10px;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-cates {
  margin-bottom: 16px;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-cates a {
  color: var(--color-secondary);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 0.75rem;
  padding: 2px 9px;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ptl {
  font-size: 2rem;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-excpt {
  font-size: 1rem;
  color: var(--color-secondary);
  padding: 20px 0 49px;
  line-height: 1.5;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ago-time.addcls-cmn {
  display: flex;
  justify-content: space-between;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ago-time.addcls-cmn li.rt-tm {
  margin: 0;
  font-size: 0.75rem;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ago-time li {
  padding: 0;
  margin: 0 10px 0 0;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ago-time li::before {
  display: none;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ago-time li i {
  top: 2px;
  position: relative;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ago-time li + li {
  font-weight: 800;
  font-size: 0.875rem;
}
.rt-post--posts-grids.rt-posts-grids3 .single-item .port-title .rt-ago-time li.rt-comments {
  font-size: 0.75rem;
  font-weight: normal;
}
.rt-post--posts-grids.rt-posts-grids3.rt-img-left-yes .single-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rt-post--posts-grids.rt-posts-grids3.rt-img-left-yes .single-item .post-thumbnail {
  flex: 0 0 50%;
  max-width: 50%;
}
.rt-post--posts-grids.rt-posts-grids3.rt-img-left-yes .single-item .port-title {
  flex: 0 0 50%;
  max-width: 50%;
}
.rt-post--posts-grids.rt-posts-grids3.rt-enb-light-yes .single-item {
  background: none;
}
.rt-post--posts-grids.rt-posts-grids3.rt-enb-light-yes .single-item .port-title .rt-excpt,
.rt-post--posts-grids.rt-posts-grids3.rt-enb-light-yes .single-item .port-title a {
  color: #fff;
}
.rt-post--posts-grids.rt-posts-grids6 .post-thumbnail {
  position: relative;
}
.rt-post--posts-grids.rt-posts-grids6 .post-thumbnail .rt-cates-sing {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background: var(--color-white-bg);
  padding: 8px 8px 7px;
  border-radius: 4px;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
  gap: 1px;
  margin: 10px;
}
.rt-post--posts-grids.rt-posts-grids6 .post-thumbnail .rt-cates-sing .rt-li-dots {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--color-primary);
  margin: 0 4px 0 0;
  display: inline-block;
  position: relative;
  top: -1px;
}
.rt-post--posts-grids.rt-posts-grids6 .post-thumbnail .rt-cates-sing a {
  overflow: visible;
  font-size: 0.75rem;
  color: var(--color-title);
  text-transform: uppercase;
}
.rt-post--posts-grids.rt-posts-grids6.rt-img-left-yes .single-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rt-post--posts-grids.rt-posts-grids6.rt-img-left-yes .single-item .post-thumbnail {
  flex: 0 0 40%;
  max-width: 40%;
}
.rt-post--posts-grids.rt-posts-grids6.rt-img-left-yes .single-item .port-title {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 0 0 30px;
}
.rt-post--posts-grids.rt-posts-grids6.rt-img-right-yes .single-item {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
}
.rt-post--posts-grids.rt-posts-grids6.rt-img-right-yes .single-item .post-thumbnail {
  flex: 0 0 40%;
  max-width: 40%;
  order: 2;
}
.rt-post--posts-grids.rt-posts-grids6.rt-img-right-yes .single-item .port-title {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 30px 0 0;
}
.rt-post--posts-grids.rt-posts-grids6 .rt-admin-date-comments-part li.rt-comments a,
.rt-post--posts-grids.rt-posts-grids6 .rt-admin-date-comments-part {
  color: var(--color-meta);
}
.rt-post--posts-grids.rt-posts-grids6 .rt-admin-date-comments-part li + li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 5px;
  width: 5px;
  height: 5px;
  background: var(--color-meta);
  border-radius: 100%;
}
.rt-post--posts-grids.rt-posts-grids5.rt-img-left-yes .single-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rt-post--posts-grids.rt-posts-grids5.rt-img-left-yes .single-item .post-thumbnail {
  flex: 0 0 40%;
  max-width: 40%;
}
.rt-post--posts-grids.rt-posts-grids5.rt-img-left-yes .single-item .port-title {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 0 0 30px;
}
.rt-post--posts-grids.rt-posts-grids5.rt-img-right-yes .single-item {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
}
.rt-post--posts-grids.rt-posts-grids5.rt-img-right-yes .single-item .post-thumbnail {
  flex: 0 0 40%;
  max-width: 40%;
  order: 2;
}
.rt-post--posts-grids.rt-posts-grids5.rt-img-right-yes .single-item .port-title {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 30px 0 0;
}
.rt-post--posts-grids.rt-posts-grids5.rt-img-right-yes .single-item .port-title .rt-cates {
  margin-top: -7px;
}
.rt-post--posts-grids.rt-posts-grids4 {
  display: block;
  gap: 0;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item {
  background: var(--color-white);
  margin-bottom: 25px;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item.rt-tiem-lst {
  margin-bottom: 0;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title a {
  display: inline-block;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .rt-admin-date-part .rt-admin {
  flex: 1;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title {
  padding: 22px 0 0;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-cates {
  margin-bottom: 16px;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-cates a {
  color: #fff;
  background: var(--color-primary);
  display: inline-block;
  font-size: 14px;
  padding: 5px 17px;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ptl {
  font-size: 20px;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-excpt {
  font-size: 1rem;
  color: var(--color-body);
  padding: 10px 0 6px;
  line-height: 1.5;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ago-time.addcls-cmn {
  display: flex;
  justify-content: space-between;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ago-time.addcls-cmn li.rt-tm {
  margin: 0;
  font-size: 0.75rem;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ago-time li {
  padding: 0;
  margin: 0 10px 0 0;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ago-time li::before {
  display: none;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ago-time li i {
  top: 2px;
  position: relative;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ago-time li + li {
  font-weight: 800;
  font-size: 0.875rem;
}
.rt-post--posts-grids.rt-posts-grids4 .single-item .port-title .rt-ago-time li.rt-comments {
  font-size: 0.75rem;
  font-weight: normal;
}
.rt-post--posts-grids.rt-posts-grids4.rt-img-left-yes .single-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rt-post--posts-grids.rt-posts-grids4.rt-img-left-yes .single-item .post-thumbnail {
  flex: 0 0 40%;
  max-width: 40%;
}
.rt-post--posts-grids.rt-posts-grids4.rt-img-left-yes .single-item .port-title {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 0 0 30px;
}
.rt-post--posts-grids.rt-posts-grids4.rt-img-right-yes .single-item {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
}
.rt-post--posts-grids.rt-posts-grids4.rt-img-right-yes .single-item .post-thumbnail {
  flex: 0 0 40%;
  max-width: 40%;
  order: 2;
}
.rt-post--posts-grids.rt-posts-grids4.rt-img-right-yes .single-item .port-title {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 30px 0 0;
}
.rt-post--posts-grids.rt-posts-grids4.rt-img-right-yes .single-item .port-title .rt-cates {
  margin-top: -7px;
}
.rt-post--posts-grids.rt-posts-grids4.rt-enb-light-yes .single-item {
  background: none;
}
.rt-post--posts-grids.rt-posts-grids4.rt-enb-light-yes .single-item .port-title .rt-excpt,
.rt-post--posts-grids.rt-posts-grids4.rt-enb-light-yes .single-item .port-title a {
  color: #fff;
}
.rt-post--posts-grids.rt-posts-grids4.rt-enb-light-yes .single-item .port-title {
  padding: 0 30px 0 0;
}

.mga--po {
  position: relative !important;
}

.rt-banner-dark.rt-banner-dark-on .rt-admin-date-comments-part a,
.rt-banner-dark.rt-banner-dark-on .rt-admin-date-comments-part {
  color: var(--color-white);
}

.rt--sep .rt-post--posts-grids.rt-posts-grids4 .row div + div {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.0784313725);
}

.rt--sep .rt-post--posts-grids.rt-posts-grids4 .row > div {
  padding-right: 30px;
}

.rt--sep .rt-post--posts-grids.rt-posts-grids4 .row .single-item {
  margin-bottom: 0;
}

.rt-white-color {
  background: var(--color-white);
}

.rt-grids-style2 .single-item .port-title {
  font-size: 1.25rem;
}
.rt-grids-style2 .single-item {
  margin-bottom: 36px;
  position: relative;
}

.rt-authors .rt-author-thum {
  text-align: center;
}
.rt-authors .rt-author-thum .rt-thum-img {
  overflow: hidden;
  display: block;
  margin: 0 auto 18px;
  width: 140px;
  height: 140px;
  position: relative;
}
.rt-authors .rt-author-thum .rt-thum-img em {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: var(--color-primary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-style: normal;
  font-size: 16px;
  border: 2px solid #fff;
  z-index: 1;
}
.rt-authors .rt-author-thum img {
  width: 140px !important;
  height: 140px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.5s ease;
  display: block;
}
.rt-authors .rt-author-thum .rt-author-name {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 3px;
  text-transform: capitalize;
}
.rt-authors .rt-author-thum .rt-author-name a {
  color: var(--color-secondary);
}
.rt-authors .rt-author-thum .rt-author-post-count {
  font-size: 14px;
}
.rt-authors .rt-author-thum:hover img {
  transform: skew(4deg, 4deg);
}

.rt-authors .rt-author-box:nth-child(even) .rt-thum-img em {
  background: #4050FF;
}

.rt-author--opinions .opinions-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 0 0 20px;
}
.rt-author--opinions .opinions-item .rt-author-thum {
  line-height: 0;
  flex: 0 0 30%;
  max-width: 30%;
}
.rt-author--opinions .opinions-item .rt-author-thum img {
  width: 72px;
  border-radius: 100%;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-author--opinions .opinions-item .rt-post-title {
  flex: 0 0 70%;
  max-width: 70%;
  font-size: 1rem;
  line-height: 1.4;
  padding-left: 18px;
}
.rt-author--opinions .opinions-item .rt-post-title a {
  color: var(--color-secondary);
}
.rt-author--opinions .opinions-item .rt-post-title a:hover {
  color: var(--color-primary);
}
.rt-author--opinions .opinions-item .rt-post-title span {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 4px;
}

.rt-post-tab:not(.rt-post-tab--2) {
  display: flex;
}
.rt-post-tab:not(.rt-post-tab--2) .rt-time-part {
  padding-top: 4px !important;
}
.rt-post-tab:not(.rt-post-tab--2) .rt-time-part li {
  padding: 0 !important;
}
.rt-post-tab:not(.rt-post-tab--2) .nav.post-tab {
  padding-right: 25px;
  flex: 0 0 20%;
  max-width: 80%;
  border-right: 1px solid rgba(131, 131, 131, 0.1215686275);
  margin-right: 25px;
}
.rt-post-tab:not(.rt-post-tab--2) .nav.post-tab.style2 {
  background: var(--color-gray);
  border: none;
  padding: 24px 15px 15px 15px;
  border-radius: 8px;
}
.rt-post-tab:not(.rt-post-tab--2) .nav.post-tab.style2 li {
  border-radius: 8px;
}
.rt-post-tab:not(.rt-post-tab--2) .nav.post-tab li {
  padding: 7px 15px 7px !important;
  display: block;
  cursor: pointer;
  font-size: 0.875rem;
}
.rt-post-tab:not(.rt-post-tab--2) .nav.post-tab li.active, .rt-post-tab:not(.rt-post-tab--2) .nav.post-tab li:hover {
  color: var(--color-secondary);
}

.rt-post-tab--2 .rt-time-part {
  padding-top: 4px !important;
}
.rt-post-tab--2 .rt-time-part li {
  padding: 0 !important;
}
.rt-post-tab--2 .nav.post-tab {
  margin: -6px 0 0;
  padding: 0 0 3px;
  display: flex;
}
.rt-post-tab--2 .nav.post-tab li {
  padding: 0px !important;
  display: block;
  cursor: pointer;
  font-size: 0.875rem;
}
.rt-post-tab--2 .nav.post-tab li + li {
  margin-left: 26px;
}
.rt-post-tab--2 .nav.post-tab li.active, .rt-post-tab--2 .nav.post-tab li:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.rt-post-tab--2 .port-title {
  font-size: 18px;
  line-height: 140%;
}
.rt-post-tab--2 .port-title a {
  color: var(--color-secondary);
}
.rt-post-tab--2 .single-item {
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  margin-top: 12px;
  padding-top: 12px;
}
.rt-post-tab--2 .rt-admin-date-part .rt-admin {
  color: var(--color-secondary);
  flex: 1;
}
.rt-post-tab--2 .rt-admin-date-part .rt-admin a {
  text-decoration: underline;
  color: var(--color-secondary);
}

.rt--weather-2 {
  font-size: 14px;
  color: var(--color-secondary);
}

.rt-title-clr {
  color: var(--color-secondary);
}

/* Hide all tab panes initially */
.rt-post-tab .tab-pane {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}

.rt-post-tab .tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.rt-post-tab .tab-pane.slide-out-left {
  opacity: 0;
  display: block;
}

.rt-post-tab:not(.rt-post-tab--2) .tab-pane.slide-out-left {
  transform: translateX(-30px);
}

.back-mega--current-active .post-thumbnail a img,
.rt-post-tab .tab-content .post-thumbnail a img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-list-navigation {
  transition: all 0.5s ease;
}
.post-list-navigation .swiper-next,
.post-list-navigation .swiper-prev {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078);
  width: 32px;
  height: 32px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  color: #121212;
  border: 1px solid rgba(0, 0, 0, 0.0745098039);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.post-list-navigation .swiper-next:hover,
.post-list-navigation .swiper-prev:hover {
  background: var(--color-primary);
  color: #fff;
}
.post-list-navigation .swiper-next.swiper-button-disabled,
.post-list-navigation .swiper-prev.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.post-list-navigation .swiper-prev {
  left: -18px;
}
.post-list-navigation .swiper-next {
  right: -18px;
}

.post-list-navigation-btm {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  align-items: center;
}
.post-list-navigation-btm .swiper-next,
.post-list-navigation-btm .swiper-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  cursor: pointer;
  z-index: 1;
}
.post-list-navigation-btm .swiper-next:hover,
.post-list-navigation-btm .swiper-prev:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.post-list-navigation-btm.post-list-navigation-top .swiper-next,
.post-list-navigation-btm.post-list-navigation-top .swiper-prev {
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: var(--color-secondary);
  border: none;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 0.25rem 0.5rem -0.1rem rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}
.post-list-navigation-btm.post-list-navigation-top .swiper-next.swiper-button-disabled,
.post-list-navigation-btm.post-list-navigation-top .swiper-prev.swiper-button-disabled {
  opacity: 0.4;
}
.post-list-navigation-btm.post-list-navigation-top .rt-before-dl {
  color: var(--color-secondary);
  font-size: 0.75rem;
  margin-right: 15px;
  word-spacing: 15px;
}
.post-list-navigation-btm.post-list-navigation-top .rt-before-dl:hover {
  color: var(--color-primary);
}

.post-video-icon {
  position: relative;
}
.post-video-icon i {
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 99;
  font-size: 16px;
  color: #fff;
}
.post-video-icon video {
  height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-pagination {
  text-align: center;
  position: absolute;
  bottom: -40px !important;
}
.post-pagination span {
  width: 8px;
  height: 8px;
}
.post-pagination span.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.rt-post--grid-transparent:not(.post--transparent-3),
.rt-post--slider-banner {
  position: relative;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail,
.rt-post--slider-banner .single-item .post-thumbnail {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail a,
.rt-post--slider-banner .single-item .post-thumbnail a {
  overflow: hidden;
  display: block;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail a img,
.rt-post--slider-banner .single-item .post-thumbnail a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 496px;
  transition: all 0.5s ease;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title,
.rt-post--slider-banner .single-item .post-thumbnail .port-title {
  font-size: 2rem;
  line-height: 1.4;
  position: absolute;
  top: auto;
  left: 40px;
  bottom: 35px;
  right: 40px;
  z-index: 2;
  max-width: 800px;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title a,
.rt-post--slider-banner .single-item .post-thumbnail .port-title a {
  color: #fff;
  font-family: var(--font-title);
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-ago-time,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-ago-time {
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title ul.rt-ago-time,
.rt-post--slider-banner .single-item .post-thumbnail .port-title ul.rt-ago-time {
  margin: 0 0 15px;
  list-style: none;
  display: flex;
  align-items: center;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title ul.rt-ago-time li.rt-li-dots,
.rt-post--slider-banner .single-item .post-thumbnail .port-title ul.rt-ago-time li.rt-li-dots {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  margin: 0 6px 0 0;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title ul.rt-ago-time li,
.rt-post--slider-banner .single-item .post-thumbnail .port-title ul.rt-ago-time li {
  position: relative;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title ul.rt-ago-time li a,
.rt-post--slider-banner .single-item .post-thumbnail .port-title ul.rt-ago-time li a {
  margin: 0;
  padding: 0;
  color: currentColor;
  transition: all 0.3s ease;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title ul.rt-ago-time li a:hover,
.rt-post--slider-banner .single-item .post-thumbnail .port-title ul.rt-ago-time li a:hover {
  color: var(--color-primary);
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part .rt-author,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part .rt-author {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-right: 20px;
  text-transform: capitalize;
  line-height: 25px;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part .rt-author img,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part .rt-author img {
  border-radius: 100%;
  margin-right: 10px;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part .rt-only-date,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part .rt-only-date {
  font-size: 0.75rem;
  text-transform: capitalize;
  position: relative;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part .rt-only-date::before,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part .rt-only-date::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  margin: 0 15px 0 0;
  display: inline-block;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part .rt-comments,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part .rt-comments i,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part .rt-comments i {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 400;
  position: relative;
  top: 3px;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part.rt-author-date,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part.rt-author-date {
  line-height: 1;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .port-title .rt-author-part.rt-author-date .author-by,
.rt-post--slider-banner .single-item .post-thumbnail .port-title .rt-author-part.rt-author-date .author-by {
  margin-right: 6px;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail::before,
.rt-post--slider-banner .single-item .post-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000, transparent);
  z-index: 1;
  pointer-events: none;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .esbmrk-btn-wrapper a,
.rt-post--slider-banner .single-item .post-thumbnail .esbmrk-btn-wrapper a {
  margin: 0;
  overflow: visible;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .esbmrk-btn-wrapper a .esbmrk-icon,
.rt-post--slider-banner .single-item .post-thumbnail .esbmrk-btn-wrapper a .esbmrk-icon {
  filter: invert(1);
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item .post-thumbnail .esbmrk-btn-wrapper a .esbmrk-tooltip,
.rt-post--slider-banner .single-item .post-thumbnail .esbmrk-btn-wrapper a .esbmrk-tooltip {
  left: 0;
}
.rt-post--grid-transparent:not(.post--transparent-3) .single-item:hover .post-thumbnail a img,
.rt-post--slider-banner .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.rt-post--grid-transparent:not(.post--transparent-3) .post-list-navigation,
.rt-post--slider-banner .post-list-navigation {
  opacity: 0;
}
.rt-post--grid-transparent:not(.post--transparent-3) .post-list-navigation .swiper-prev,
.rt-post--slider-banner .post-list-navigation .swiper-prev {
  left: 20px;
}
.rt-post--grid-transparent:not(.post--transparent-3) .post-list-navigation .swiper-next,
.rt-post--slider-banner .post-list-navigation .swiper-next {
  right: 20px;
}
.rt-post--grid-transparent:not(.post--transparent-3):hover .post-list-navigation,
.rt-post--slider-banner:hover .post-list-navigation {
  opacity: 1;
}

.post--transparent-3 {
  position: relative;
}
.post--transparent-3 .rt-admin-date-part {
  color: #fff;
}
.post--transparent-3 .rt-admin-date-part .rt-admin {
  color: #fff;
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.post--transparent-3 .single-item .post-thumbnail {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.post--transparent-3 .single-item .post-thumbnail a {
  overflow: hidden;
}
.post--transparent-3 .single-item .post-thumbnail a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 496px;
  transition: all 0.5s ease;
}
.post--transparent-3 .single-item .post-thumbnail .port-title {
  font-size: 2rem;
  line-height: 1.2;
  position: absolute;
  top: auto;
  left: 40px;
  bottom: 35px;
  right: 40px;
  z-index: 2;
}
.post--transparent-3 .single-item .post-thumbnail .port-title a {
  color: #fff;
  font-family: var(--font-title);
  max-width: 800px;
}
.post--transparent-3 .single-item .post-thumbnail .port-title a:hover {
  text-decoration: underline;
}
.post--transparent-3 .single-item .post-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000, transparent);
  z-index: 1;
  pointer-events: none;
}
.post--transparent-3 .single-item .post-thumbnail .rt-cates {
  margin-bottom: 12px;
}
.post--transparent-3 .single-item .post-thumbnail .rt-cates a {
  background: var(--color-primary);
  padding: 6px 18px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none !important;
}
.post--transparent-3 .single-item .post-thumbnail .rt-ex_word_count {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 20px 0 15px;
}
.post--transparent-3 .single-item:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.post--transparent-3 .post-list-navigation {
  opacity: 0;
}
.post--transparent-3 .post-list-navigation .swiper-prev {
  left: 20px;
}
.post--transparent-3 .post-list-navigation .swiper-next {
  right: 20px;
}
.post--transparent-3:hover .post-list-navigation {
  opacity: 1;
}

.rt-post--slider-banner .uc-transition-toggle {
  transition: transform 0.3s ease, opacity 0.5s ease;
  transform: translateY(0);
  opacity: 1;
}

.rt-post--slider-banner .uc-transition-toggle.hidden {
  transform: translateY(15px);
  opacity: 0;
}

.rt-post--slider-banner .uc-transition-toggle.fade-in {
  transform: translateY(0);
  opacity: 1;
}

.rt-banner-style-2 .single-item .post-thumbnail .port-title {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rt-banner-style-2 .single-item .post-thumbnail .port-title .rt-author-part {
  justify-content: center;
}
.rt-banner-style-2 .single-item .post-thumbnail .port-title a.rt-post-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.rt-banner-style-2 .single-item .post-thumbnail .port-title .rt-cate-all {
  text-align: center;
}
.rt-banner-style-2 .single-item .post-thumbnail .port-title .rt-cate-all a {
  font-size: 0.875rem;
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 16px;
  border-radius: 30px;
  margin: 3px 2px 3px;
  line-height: 1;
}

.rt-radioust-8 {
  margin: 8px 0;
}
.rt-radioust-8 img {
  border-radius: 0;
}

.rt-author-block {
  display: flex;
  align-items: center;
  background: var(--color-gray);
  padding: 2rem;
  border-radius: 0;
  margin: 30px 0 70px;
}
.rt-author-block .author-img {
  flex: 0 0 14%;
  max-width: 14%;
}
.rt-author-block .author-img img {
  border-radius: 16px;
}
.rt-author-block .author-desc {
  padding-left: 25px;
  color: var(--color-secondary);
}
.rt-author-block .author-desc .author-title {
  margin: -8px 0 14px;
  font-size: 1.25rem;
}
.rt-author-block .author-desc p {
  margin: 0;
}
.rt-author-block .rts-author-social-area {
  padding-top: 10px;
  flex: 0 0 80%;
  max-width: 80%;
}
.rt-author-block .rts-author-social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.rt-author-block .rts-author-social-area ul li {
  margin-right: 15px;
}
.rt-author-block .rts-author-social-area ul li a {
  color: var(--color-body);
  font-size: 20px;
}
.rt-author-block .rts-author-social-area ul li a:hover {
  color: var(--color-primary);
}

.news-details-inner {
  color: var(--color-secondary);
  position: relative;
}
.news-details-inner .bs-img {
  line-height: 0;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.news-details-inner .bs-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  aspect-ratio: 21/9;
}
.news-details-inner .page-title {
  font-size: 40px;
}
.news-details-inner .container.container-small {
  padding: 0;
}

.rt-post--grid-transparent .single-item .post-thumbnail .rt-author-part,
.rt-post--slider-banner .single-item .post-thumbnail .rt-author-part {
  align-items: center;
}
.rt-post--grid-transparent .single-item .post-thumbnail .rt-author-part a,
.rt-post--slider-banner .single-item .post-thumbnail .rt-author-part a {
  margin: 0;
  font-family: var(--font-primary);
}

.rt-post--grid-transparent .single-item {
  margin-bottom: 25px;
}
.rt-post--grid-transparent.enable-dtcat .single-item .post-thumbnail .rt-author-part a {
  color: var(--color-primary);
}
.rt-post--grid-transparent .single-item .post-thumbnail .port-title .rt-author-part .rt-comments {
  flex: 1;
}
.rt-post--grid-transparent .rt-videos {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rt-post--grid-transparent .rt-videos .post-medias {
  height: auto;
  line-height: 0;
}
.rt-post--grid-transparent .rt-videos .post-medias video {
  height: 100%;
}
.rt-post--grid-transparent .rt-videos .rt--play-icn {
  position: absolute;
  top: 10px;
  left: 17px;
  color: #fff;
  z-index: 3;
}
.rt-post--grid-transparent .rt-videos .rt-post-title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  font-size: 20px;
  z-index: 1;
  line-height: 1.5;
}
.rt-post--grid-transparent .rt-videos .rt-post-title a {
  color: #fff;
}
.rt-post--grid-transparent .rt-videos .rt-post-title a:hover {
  text-decoration: underline;
}
.rt-post--grid-transparent .rt-videos .rt-post-title a.post-title {
  display: block;
}
.rt-post--grid-transparent .rt-videos .rt-post-title a.rt-cate {
  font-size: 14px;
  display: block;
}
.rt-post--grid-transparent .rt-videos .rt-post-title .rt-admin-date-comments-part {
  color: #fff;
  margin: 10px 0 4px;
}
.rt-post--grid-transparent .rt-videos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000, transparent);
  z-index: 1;
  pointer-events: none;
}

.react-heading.style2 {
  color: var(--color-secondary);
  display: inline-block;
}
.react-heading.style2 a {
  color: var(--color-secondary);
  position: relative;
}
.react-heading.style2 a::before {
  content: "\e942";
  position: absolute;
  font-family: "Unicons" !important;
  right: -18px;
  z-index: 1;
  font-size: 21px;
  display: block;
  cursor: pointer;
  color: currentColor;
  top: 50%;
  line-height: 8px;
  transform: translateY(-50%);
}
.react-heading.style2:hover a {
  color: var(--color-primary);
}

.react-heading.style4 {
  display: flex;
  align-items: center;
  padding-left: 24px;
  color: var(--color-title);
}
.react-heading.style4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 12px;
  background: var(--color-primary);
  border-radius: 100%;
}
.react-heading.style4 .rt-long-line {
  height: 3px;
  background: var(--color-title-line);
  flex: 1;
  margin-left: 16px;
}

.react-heading.enable_live_yes {
  position: relative;
  padding-left: 22px;
}
.react-heading.enable_live_yes::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 100%;
  animation: uc-flash 1s linear 0s infinite;
}
.react-heading.enable_live_yes a::before {
  display: none;
}

.rtp-unset {
  position: unset;
}

.rtp-relative > .e-con-inner {
  position: relative;
}

.react-heading {
  color: var(--color-title);
}

.react-heading.style3 {
  line-height: 1.3;
  color: var(--color-secondary);
}
.react-heading.style3 a {
  color: var(--color-secondary);
  position: relative;
  padding-left: 16px;
}
.react-heading.style3 a::before {
  display: none;
}
.react-heading.style3 a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: var(--color-primary);
}
.react-heading.style3 a:hover {
  color: var(--color-primary);
}

.rt-post--list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-post--list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rt-post--list li .port-title {
  flex: 0 0 75%;
  max-width: 75%;
}
.rt-post--list li .port-title a {
  color: var(--color-secondary);
  display: block;
  font-size: 1.025rem;
  line-height: 1.25;
  font-family: var(--font-title);
  margin-bottom: 2px;
}
.rt-post--list li .port-title span,
.rt-post--list li .port-title .post-list-time {
  font-size: 0.75rem;
  opacity: 0.8;
  color: var(--color-secondary);
  font-weight: 400;
  display: block;
}
.rt-post--list li .rt-post-img {
  flex: 0 0 25%;
  max-width: 25%;
  line-height: 0;
  overflow: hidden;
  padding-left: 15px;
}
.rt-post--list li .rt-post-img a {
  display: block;
  overflow: hidden;
}
.rt-post--list li .rt-post-img img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
  width: 100%;
}
.rt-post--list li + li {
  border-top: 1px solid rgba(131, 131, 131, 0.1215686275);
  margin-top: 20px;
  padding-top: 20px;
}
.rt-post--list li:hover .rt-post-img img {
  transform: scale(1.1);
}
.rt-post--list.enable-disable-border.rt-post--list li + li {
  border-top: none;
  margin-top: 5px;
  padding-top: 5px;
}
.rt-post--list.enable-disable-border.rt-post--list-2 li + li {
  padding-top: 1rem;
}
.rt-post--list.addclass-img-left .port-title {
  order: 2;
  padding-left: 20px;
  flex: 0 0 70%;
  max-width: 70%;
}
.rt-post--list.addclass-img-left .port-title a {
  padding-right: 0px;
  margin: 0;
}
.rt-post--list.addclass-img-left li .rt-post-img {
  flex: 0 0 30%;
  max-width: 30%;
}
.rt-post--list.row {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.rt-post--list.row.rt-post--list li + li {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.rt-post--hot {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-post--hot li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-left: 65px;
}
.rt-post--hot li .port-title a {
  color: var(--color-secondary);
  display: block;
  font-size: 1.025rem;
  line-height: 1.25;
  font-family: var(--font-title);
}
.rt-post--hot li .port-title span {
  font-size: 0.75rem;
  opacity: 0.6;
  color: var(--color-secondary);
  font-weight: 300;
}
.rt-post--hot li .rt-post-time {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 5px;
}
.rt-post--hot li .rt-post-time span {
  background: var(--color-gray-dark1);
  display: inline-block;
  line-height: 1;
  padding: 5px 8px 4px;
  min-width: 51px;
  text-align: center;
}
.rt-post--hot li + li {
  border-top: 1px solid rgba(131, 131, 131, 0.1215686275);
  margin-top: 9px;
  padding-top: 9px;
}
.rt-post--hot li + li .rt-post-time {
  top: 12px;
}
.rt-post--hot li.post-list--2 {
  padding-left: 90px;
}
.rt-post--hot li.post-list--2 .rt-post-time span {
  background: var(--color-primary);
  color: #fff;
  border-radius: 3px;
  padding: 7px 10px 6px;
  min-width: 70px;
}

.rt-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-category-list li {
  list-style: none;
}
.rt-category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: var(--color-title);
}
.rt-category-list li a:hover {
  color: var(--color-primary);
}
.rt-category-list li a span {
  font-size: 14px;
}

.rt-thumb-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rt-thumb-video .rt-slide-inner-thum {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.rt-thumb-video .rt-slide-inner-thum .rt-video {
  max-width: 22%;
  flex: 0 0 22%;
}
.rt-thumb-video .rt-slide-inner-thum .rt-video img {
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.rt-thumb-video .rt-slide-inner-thum .rt-title {
  max-width: 78%;
  flex: 0 0 78%;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
  color: #fff;
}
.rt-thumb-video .rt-slide-inner {
  position: relative;
}
.rt-thumb-video .rt-slide-inner .rt-video {
  line-height: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.rt-thumb-video .rt-slide-inner .rt-video img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 510px;
}
.rt-thumb-video .rt-slide-inner .rt-video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000, transparent);
  pointer-events: none;
}
.rt-thumb-video .rt-slide-inner .rt-post-title {
  font-size: 2rem;
  line-height: 1.2;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 35px;
  right: 50px;
  max-width: 650px;
}
.rt-thumb-video .rt-slide-inner .rt-post-title a {
  color: #fff;
  font-family: var(--font-title);
  max-width: 650px;
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-ago-time {
  font-size: 0.75rem;
  opacity: 0.6;
  color: #fff;
  font-weight: 400;
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-author-part {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
  color: #fff;
  gap: 20px;
  line-height: 1;
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-author-part .rt-author {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 25px;
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-author-part .rt-author img {
  border-radius: 100%;
  margin-right: 10px;
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-author-part .rt-author a {
  margin: 0;
  font-family: var(--font-primary);
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-author-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.5;
  line-height: 1;
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-author-part .rt-comments a {
  display: flex;
  align-items: center;
}
.rt-thumb-video .rt-slide-inner .rt-post-title .rt-author-part .rt-comments i {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 400;
}
.rt-thumb-video .slider__flex {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.rt-thumb-video .slider__col {
  display: flex;
  flex-direction: column;
  max-width: 26%;
  flex: 0 0 26%;
  margin-left: 16px;
  order: 2;
}
.rt-thumb-video .slider__prev,
.rt-thumb-video .slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--color-primary);
  color: #fff;
  border-radius: 0;
  z-index: 9;
}
.rt-thumb-video .slider__prev:hover,
.rt-thumb-video .slider__next:hover {
  opacity: 0.9;
}
.rt-thumb-video .slider__next {
  position: relative;
  top: 20px;
}
.rt-thumb-video .slider__prev:focus,
.rt-thumb-video .slider__next:focus {
  outline: none;
}
.rt-thumb-video .slider__thumbs {
  height: 425px;
}
.rt-thumb-video .slider__thumbs .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.rt-thumb-video .slider__images {
  height: 510px;
}
.rt-thumb-video .slider__images .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.rt-thumb-video .slider__images a.esbmrk-add-to-bookmark-btn .esbmrk-icon {
  filter: invert(1);
}
.rt-thumb-video .slider__images a.esbmrk-add-to-bookmark-btn .esbmrk-tooltip {
  left: 20px;
}
.rt-thumb-video .slider__image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
.rt-thumb-video.video-style--2 .rt-slide-inner-thum .rt-title {
  color: var(--color-secondary);
}
.rt-thumb-video.video-style--2 .rt-slide-inner-thum {
  background: var(--color-gray);
}
.rt-thumb-video.video-style--2 .slider__prev, .rt-thumb-video.video-style--2 .slider__next {
  border-radius: 30px;
  border: 1px solid var(--color-primary);
  background: none;
  color: var(--color-primary);
}
.rt-thumb-video.video-style--3 .rt-slide-inner-thum,
.rt-thumb-video.video-style--3 .slider__prev,
.rt-thumb-video.video-style--3 .slider__next,
.rt-thumb-video.video-style--3 .rt-slide-inner .rt-video,
.rt-thumb-video.video-style--3 .slider__image {
  border-radius: 0;
}
.rt-thumb-video.video-style--3 .rt-admin-date-part .rt-admin {
  color: #ccc;
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.rt-thumb-video.video-style--3 .rt-admin-date-part .rt-admin a {
  color: #ccc;
}
.rt-thumb-video.video-style--3 .rt-admin-date-part .esb-bmark .esbmrk-add-to-bookmark-btn {
  background: none;
  padding: 5px 0 0;
}
.rt-thumb-video.video-style--3 .rt-admin-date-part .esb-bmark .esbmrk-add-to-bookmark-btn .esbmrk-icon {
  filter: brightness(0) invert(1);
  top: 0;
  position: relative;
  left: 10px;
}
.rt-thumb-video.video-style--3 .rt-admin-date-part.rt--big {
  margin: 16px 0 0;
  color: #ccc;
}
.rt-thumb-video.video-style--3 .rt-slide-inner-thum .rt-title {
  font-size: 20px;
}
.rt-thumb-video.video-style--3 .rt-admin-date-part {
  color: #ccc;
  margin-top: 0;
}
.rt-thumb-video.video-style--3.rt-thumb-video .slider__col {
  max-width: 32%;
  flex: 0 0 32%;
}
.rt-thumb-video.video-style--3.rt-thumb-video .rt-slide-inner .rt-post-title {
  max-width: 640px;
}

.rt-videos img:not(.rt-custom-atr) {
  -o-object-fit: cover;
     object-fit: cover;
}

.rt-thumb-video .rt-slide-inner .uc-transition-toggle {
  transition: transform 0.3s ease, opacity 0.5s ease;
  transform: translateX(0);
  opacity: 1;
}

.rt-thumb-video .rt-slide-inner .uc-transition-toggle.hidden {
  transform: translateX(15px);
  opacity: 0;
}

.rt-thumb-video .rt-slide-inner .uc-transition-toggle.fade-in {
  transform: translateX(0);
  opacity: 1;
}

.rt-thumb-video span.pgbr {
  position: absolute;
  left: -2px;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  display: block;
  top: 0;
}

body.single-post .rt-admin-date-single {
  display: none;
}

.rt-thumb-video span.pgbr {
  background-color: rgba(167, 163, 163, 0.1);
}

.rt-thumb-video .swiper-slide-thumb-active span.pgbr {
  animation: slideProgress 7000ms linear;
}

@keyframes slideProgress {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleProgress {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.rt-thumb-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rt-thumb-bg .rt-slide-inner-thum {
  cursor: pointer;
}
.rt-thumb-bg .rt-slide-inner-thum .rt-title {
  line-height: 1.5;
  color: #fff;
  opacity: 0.5;
}
.rt-thumb-bg .rt-slide-inner-thum .rt-title span {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 10px;
}
.rt-thumb-bg .swiper-slide-thumb-active .rt-slide-inner-thum .rt-title {
  opacity: 1;
}
.rt-thumb-bg .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rt-thumb-bg .rt-slide-inner {
  position: relative;
  max-width: 1320px;
  padding: 0 10px;
  margin: 0 auto;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title {
  font-size: 2.5rem;
  line-height: 1.2;
  max-width: 750px;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-post-cate {
  margin-bottom: 20px;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-post-cate .rt-cate {
  display: inline-block;
  background: var(--color-white);
  color: var(--color-primary);
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 3px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title a {
  color: #fff;
  font-family: var(--font-title);
  margin: 12px 0 20px;
  max-width: 560px;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-ago-time {
  font-size: 0.75rem;
  opacity: 0.6;
  color: #fff;
  font-weight: 300;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-author-part {
  display: flex;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
  color: #fff;
  gap: 20px;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-author-part .rt-author {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 25px;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-author-part .rt-author img {
  border-radius: 100%;
  margin-right: 10px;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-author-part .rt-author a {
  margin: 0;
  font-family: var(--font-primary);
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-author-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.5;
}
.rt-thumb-bg .rt-slide-inner .rt-post-title .rt-author-part .rt-comments i {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 400;
  position: relative;
  top: 5px;
}
.rt-thumb-bg .slider__col {
  max-width: 355px;
  position: absolute;
  z-index: 99;
  right: 16%;
  top: 50%;
  transform: translateY(-50%);
}
.rt-thumb-bg .rt-arrow-cir {
  display: flex;
  gap: 10px;
  margin-bottom: 130px;
}
.rt-thumb-bg .slider__prev,
.rt-thumb-bg .slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  height: 48px;
  width: 48px;
  line-height: 51px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-radius: 100%;
  z-index: 9;
  font-weight: 700;
}
.rt-thumb-bg .slider__prev:hover,
.rt-thumb-bg .slider__next:hover {
  background: var(--color-primary);
}
.rt-thumb-bg .slider__prev:focus,
.rt-thumb-bg .slider__next:focus {
  outline: none;
}
.rt-thumb-bg .slider__thumbs {
  height: 370px;
}
.rt-thumb-bg .slider__thumbs .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.rt-thumb-bg .slider__images {
  height: 510px;
  width: 100%;
}
.rt-thumb-bg .slider__images .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.rt-thumb-bg .slider__image.slider__image_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 510px;
  padding: 50px 0;
}

.rt-thumb-bg .rt-slide-inner .rt-post-title a {
  font-weight: 600;
}

.rt-thumb-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rt-thumb-slider .rt-slide-inner-thum {
  cursor: pointer;
}
.rt-thumb-slider .rt-slide-inner-thum .rt-title {
  line-height: 1.5;
}
.rt-thumb-slider .rt-slide-inner-thum .rt-title span {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 10px;
}
.rt-thumb-slider .swiper-slide-thumb-active .rt-slide-inner-thum .rt-title {
  opacity: 1;
}
.rt-thumb-slider .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.rt-thumb-slider .rt-slide-inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.rt-thumb-slider .rt-slide-inner .rt-post-title {
  font-size: 3rem;
  line-height: 1.2;
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
.rt-thumb-slider .rt-slide-inner .rt-post-title a {
  color: #fff;
  font-family: var(--font-title);
  margin: 12px 0 20px;
}
.rt-thumb-slider .rt-slide-inner .rt-post-btn {
  background: var(--color-primary);
  padding: 12px 25px;
  font-size: 1rem;
  margin: 43px auto 0;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  display: block;
}
.rt-thumb-slider .rt-slide-inner .rt-post-btn a {
  color: #fff;
}
.rt-thumb-slider .slider__prev,
.rt-thumb-slider .slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  height: 48px;
  width: 48px;
  line-height: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  color: #121212;
  border-radius: 100%;
  z-index: 9;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rt-thumb-slider .slider__prev:hover,
.rt-thumb-slider .slider__next:hover {
  background: var(--color-primary);
  color: #fff;
}
.rt-thumb-slider .slider__prev {
  left: 30px;
}
.rt-thumb-slider .slider__next {
  right: 30px;
}
.rt-thumb-slider .slider__prev:focus,
.rt-thumb-slider .slider__next:focus {
  outline: none;
}
.rt-thumb-slider .slider__thumbs .slider__image {
  padding: 25px;
}
.rt-thumb-slider .slider__thumbs .slider__image .rt-slide-inner-thum {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rt-thumb-slider .slider__thumbs .slider__image .rt-slide-inner-thum .rt-thumb {
  flex: 0 0 25%;
  max-width: 25%;
  line-height: 0;
}
.rt-thumb-slider .slider__thumbs .slider__image .rt-slide-inner-thum .rt-title {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 20px;
  color: var(--color-secondary);
  font-size: 1rem;
}
.rt-thumb-slider .slider__thumbs .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rt-thumb-slider .swiper-slide-thumb-active .slider__image {
  background: var(--color-primary-mix);
}
.rt-thumb-slider .slider__images {
  height: 510px;
  width: 100%;
}
.rt-thumb-slider .slider__images .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.rt-thumb-slider .slider__image.slider__image_bg {
  background: rgba(0, 0, 0, 0.6);
  padding: 128px 0;
  min-height: 550px;
}
.rt-thumb-slider .rt-gallery-slider-pagination {
  margin: 0 auto;
  right: 0 !important;
  max-width: -moz-max-content;
  max-width: max-content;
  bottom: 35px !important;
}

.rt-ago-time .rt-loop-cate {
  display: flex;
  flex-wrap: wrap;
}
.rt-ago-time .rt-loop-cate .rt---comma {
  margin-right: 5px;
}

.rt-admin-date-comments-part.rt-single-date-comments-part {
  justify-content: center;
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.8;
}
.rt-admin-date-comments-part.rt-single-date-comments-part a {
  color: var(--color-secondary);
}

.rt-admin-date-comments-part.rt-single-date-comments-part li + li::before {
  top: 3px;
}

.post-media {
  width: 22%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.post-media video {
  height: 85px;
  transform: scale(3.1);
}
.post-media .unicon-play-filled-alt {
  position: absolute;
  left: 50%;
  top: 43px;
  z-index: 99;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}

.post-medias {
  height: 510px;
}
.post-medias video {
  -o-object-fit: cover;
     object-fit: cover;
}

.rt-gallery-slider-pagination {
  display: flex;
  position: absolute;
  bottom: 38px;
  right: 40px !important;
  top: auto !important;
}
.rt-gallery-slider-pagination span {
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  margin: 0 4px !important;
  opacity: 0.4;
}
.rt-gallery-slider-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.menu-area-addon .addclass--vertical .navbar ul > li {
  display: block;
  padding: 0 0 12px;
  text-align: left;
}
.menu-area-addon .addclass--vertical .navbar ul > li a {
  padding: 0;
}

.rt-post-filters .back-posts {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.rt-post-filters .back-posts li .rt-post-item {
  display: flex;
  flex-wrap: wrap;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-image {
  max-width: 25%;
  flex: 0 0 25%;
  line-height: 0;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-image a {
  overflow: hidden;
  display: block;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-image a img {
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter {
  max-width: 75%;
  flex: 0 0 75%;
  padding-left: 22px;
  padding-right: 22px;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter h3 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.2;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter h3 a {
  color: var(--color-secondary);
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter .rt-excerpt {
  margin: 12px 0 12px;
  display: block;
  font-size: 0.875rem;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter .rt-more {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  display: inline-block;
  border-bottom: 1px solid rgba(131, 131, 131, 0.1215686275);
  color: var(--color-primary);
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter .rt-more:hover {
  color: var(--color-body);
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter ul.rt-ago-time {
  margin: 0 0 15px;
  list-style: none;
  line-height: 1.3;
  font-size: 0.875rem;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter ul.rt-ago-time li {
  position: relative;
  display: inline-block;
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter ul.rt-ago-time li a {
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-size: 0.875rem;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter ul.rt-ago-time li + li {
  padding-left: 12px;
  margin-left: 12px;
}
.rt-post-filters .back-posts li .rt-post-item .rt-post-filter ul.rt-ago-time li + li::before {
  content: "";
  position: absolute;
  background: rgba(110, 110, 110, 0.6196078431);
  width: 1px;
  height: 9px;
  left: -1px;
  top: 6px;
}
.rt-post-filters .back-posts li .rt-post-item:hover .rt-post-image img {
  transform: scale(1.1);
}
.rt-post-filters .back-posts li + li .rt-post-item {
  border-top: 1px solid rgba(131, 131, 131, 0.1215686275);
  margin-top: 16px;
  padding-top: 16px;
}
.rt-post-filters .rt-load-more-inner {
  border: 1px solid rgba(131, 131, 131, 0.1215686275);
  padding: 4px 20px 6px;
  width: 100%;
  display: block;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  line-height: 30px;
  transition: unset;
}
.rt-post-filters .rt-load-more-inner:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.rt-post-filters .rt-load-more-inner i {
  font-size: 20px;
  position: relative;
  top: 5px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: 250ms ease;
  transform: translateX(-4px);
  font-weight: normal;
}
.rt-post-filters .rt-load-more-inner span {
  transition: 250ms ease;
  transform: translateX(4px);
  display: inline-block;
}
.rt-post-filters .rt-load-more-inner:hover i {
  visibility: visible;
  opacity: 1;
  transform: translateX(2px);
}
.rt-post-filters .rt-load-more-inner:hover span {
  transform: translateX(-2px);
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter,
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-image {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-image {
  border-radius: 8px;
  overflow: hidden;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter h3 {
  font-size: 1rem;
  margin-top: 20px;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-excerpt {
  font-size: 0.875rem;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-author-part {
  display: flex;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: var(--color-body);
  font-size: 0.75rem;
  align-items: center;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-author {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-right: 14px;
  text-transform: capitalize;
  line-height: 25px;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-author a {
  color: var(--color-secondary);
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-author img {
  border-radius: 100%;
  margin-right: 10px;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.5;
  padding-left: 5px;
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments a {
  color: var(--color-body);
}
.rt-post-filters.rt-post-style2 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments i {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 400;
  position: relative;
  top: 4px;
  line-height: 0;
}
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item {
  display: block;
  border: none;
  margin: 0 0 25px;
  padding: 0;
}
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item .rt-post-filter,
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item .rt-post-image {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item .rt-post-image {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item .rt-post-filter h3 {
  font-size: 20px;
  margin-top: 10px;
}
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item .rt-post-filter .rt-cates a {
  color: #fff;
  background: var(--color-primary);
  display: inline-block;
  font-size: 14px;
  padding: 3px 17px;
  margin: 5px 5px 5px 0;
}
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item .rt-admin-date-part .rt-admin {
  flex: 1;
}
.rt-post-filters.rt-post-style6 .back-posts li .rt-post-item .rt-admin-date-part .rt-admin a {
  color: var(--color-secondary);
}
.rt-post-filters.rt-post-style6.rt-post-filters .rt-load-more-inner {
  background: var(--color-primary);
  border-color: var(--font-primary);
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 6px 20px 7px;
}
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item {
  display: block;
  border: none;
  margin: 0 0 25px;
  padding: 0;
}
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item .rt-post-filter,
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item .rt-post-image {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item .rt-post-image {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item .rt-post-image img {
  border-radius: 5px;
}
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item .rt-post-filter h3 {
  font-size: 20px;
  margin-top: 10px;
}
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item .rt-admin-date-part .rt-admin {
  flex: 1;
}
.rt-post-filters.rt-post-style7 .back-posts li .rt-post-item .rt-admin-date-part .rt-admin a {
  color: var(--color-secondary);
}
.rt-post-filters.rt-post-style7.rt-post-filters .rt-load-more-inner {
  margin-left: auto;
  margin-right: auto;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item {
  border: none;
  margin: 0 0 8px;
  padding: 1rem;
  background: var(--color-white-bg);
  border-radius: 8px;
  align-items: center;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-image {
  overflow: hidden;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-image a {
  border-radius: 4px;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-image a img {
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-times {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter h3 {
  font-size: 1.5rem;
  margin-top: 8px;
  text-transform: uppercase;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-excerpt {
  font-size: 0.875rem;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-author-part {
  display: flex;
  margin: 0px;
  padding: 0;
  list-style: none;
  color: var(--color-body);
  font-size: 0.75rem;
  align-items: center;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-author {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-right: 14px;
  text-transform: capitalize;
  line-height: 25px;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-author a {
  color: var(--color-secondary);
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-author img {
  border-radius: 100%;
  margin-right: 10px;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.5;
  padding-left: 5px;
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments a {
  color: var(--color-body);
}
.rt-post-filters.rt-post-style5 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments i {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 400;
  position: relative;
  top: 4px;
  line-height: 0;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-filter,
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-image {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-image {
  overflow: visible;
  position: relative;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-image a {
  border-radius: 16px;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-image .rt-cate-all {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-image .rt-cate-all a {
  overflow: visible;
  font-size: 0.875rem;
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 16px;
  border-radius: 30px;
  margin: 3px 2px 3px;
  line-height: 1;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-filter {
  max-width: 650px;
  margin: 0 auto 60px;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-filter h3 {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.rt-post-filters.rt-post-style3 .back-posts li .rt-post-item .rt-post-filter .rt-excerpt {
  font-size: 0.925rem;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item {
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 15px;
  overflow: hidden;
  align-items: center;
  padding-top: 0;
  margin-top: 30px;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter {
  max-width: 60%;
  flex: 0 0 60%;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-image {
  max-width: 40%;
  flex: 0 0 40%;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-image img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter a.rt-cts {
  font-size: 0.875rem;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter h3 {
  font-size: 1.5rem;
  margin-top: 10px;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-excerpt {
  font-size: 0.875rem;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-author-part {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-body);
  font-size: 0.75rem;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-time {
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 25px;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.5;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments a {
  color: var(--color-body);
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-author-part .rt-comments i {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 400;
  position: relative;
  top: 4px;
  line-height: 0;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-more {
  font-size: 0.75rem;
  text-transform: none;
  padding-bottom: 0;
  display: inline-block;
  border-bottom: none;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 24px;
}
.rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter .rt-more i {
  font-size: 14px;
  top: 3px;
  position: relative;
}

.mt-full {
  width: 100%;
}

.uc-weather-mini .unicon-sun {
  display: inline-block !important;
  top: 1px;
  position: relative;
}

button.metform-btn, button.metform-btn:not(.toggle) {
  background-color: var(--color-primary);
}

.rt-load-more.back-disabled .rt-load-more-inner {
  cursor: not-allowed;
}
.rt-load-more.back-disabled .rt-load-more-inner:hover {
  background: #000;
  border-color: #000;
}
.rt-load-more.back-disabled .rt-load-more-inner .rt-loading-message {
  display: none;
}

.rt-tooltip-container.bookmark_lig_yes a.esbmrk-add-to-bookmark-btn .esbmrk-icon {
  filter: invert(1);
  opacity: 1;
}

.rt-post-filters .enable_cate_part .back-posts li + li .rt-post-item {
  border: none;
  margin-top: 20px;
  padding-top: 20px;
}

.rt-post--popular {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-post--popular .port-title {
  font-size: 1.025rem;
  line-height: 1.25;
  font-family: var(--font-title);
  position: relative;
  padding-left: 60px;
}
.rt-post--popular .port-title a {
  color: var(--color-secondary);
  display: block;
}
.rt-post--popular .port-title .rt-lett {
  font-size: 2.5rem;
  font-style: italic;
  color: var(--color-primary);
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
}
.rt-post--popular .port-title.popular-post-style-3, .rt-post--popular .port-title.popular-post-style-2 {
  font-size: 18px;
  padding-left: 40px;
}
.rt-post--popular .port-title.popular-post-style-3 .rt-lett, .rt-post--popular .port-title.popular-post-style-2 .rt-lett {
  font-size: 20px;
  top: 2px;
}
.rt-post--popular .port-title.popular-post-style-3 .rt-admin-date-part, .rt-post--popular .port-title.popular-post-style-2 .rt-admin-date-part {
  margin: 8px 0 0;
}
.rt-post--popular .rt-time-part {
  display: flex;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  gap: 16px;
  align-items: center;
  font-family: var(--font-primary);
}
.rt-post--popular .rt-time-part .rt-time {
  font-size: 0.75rem;
  opacity: 0.6;
  color: var(--color-secondary);
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.rt-post--popular .rt-time-part .rt-comments {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: capitalize;
  opacity: 0.5;
  margin: 0;
  padding: 0;
}
.rt-post--popular .rt-time-part .rt-comments i {
  font-size: 16px;
  margin-right: 1px;
  font-weight: 400;
  position: relative;
  top: 4px;
}
.rt-post--popular > li + li {
  border-top: 1px solid rgba(131, 131, 131, 0.1215686275);
  margin-top: 20px;
  padding-top: 20px;
}
.rt-post--popular.post-trending-style-2 {
  height: 660px;
  overflow: hidden;
  overflow-y: scroll;
}
.rt-post--popular.post-trending-style-2 .port-title {
  padding-left: 0;
}
.rt-post--popular.post-trending-style-2 .rt-time {
  margin-bottom: 5px;
  display: block;
}
.rt-post--popular.post-trending-style-2 li + li {
  margin-top: 36px;
  padding-top: 10px;
}
.rt-post--popular.post-trending-style-3 {
  display: flex;
  flex-wrap: wrap;
}
.rt-post--popular.post-trending-style-3 li {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0 0 30px;
  padding: 0;
  border: none;
}
.rt-post--popular.post-trending-style-3 li .port-title {
  font-size: 1.25rem;
  padding-right: 30px;
}
.rt-post--popular.post-trending-style-3 li .port-title .rt-lett {
  font-style: normal;
  top: 0;
}
.rt-post--popular.post-trending-style-3 li + li {
  border-left: 1px solid rgba(109, 105, 105, 0.1215686275);
  padding-left: 40px;
}
.rt-post--popular.post-trending-style-3 li.rt-no-bdr {
  border-left: none;
  padding-left: 0;
}
.rt-post--popular.row {
  margin: 0 -15px;
}
.rt-post--popular.row.rt-post--popular > li + li {
  padding: 0;
  border: none;
}
.rt-post--popular.row.rt-post--popular li.single-items {
  margin: 0 0 30px;
  padding: 0 15px;
}
.rt-post--popular.row .rt-admin-date-part .rt-admin {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  flex: 1;
}

.rt-post--popular .port-title.popular-post-style-3 a,
.rt-post--popular .port-title.popular-post-style-2 a {
  display: inline-block;
}

.rt-tend-title {
  font-size: 1.25rem;
}
.rt-tend-title i {
  position: relative;
  top: 3px;
  color: var(--color-primary);
}
.rt-tend-title .rt-pr {
  color: var(--color-primary);
}

.rt-see-mr {
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding-top: 30px;
}
.rt-see-mr i {
  position: relative;
  top: 4px;
  color: var(--color-primary);
  font-size: 20px;
}

#top-to-bottom {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  font-size: 22px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10;
}
#top-to-bottom.scroll_visible {
  opacity: 1;
}

.reactheme-breadcrumb {
  margin-bottom: 60px;
}
.reactheme-breadcrumb .breadcrumb-path {
  padding-left: 15px;
  padding-right: 15px;
}

body.search .reactheme-breadcrumb {
  margin-bottom: 0;
}
body.search .page-title {
  margin-top: 60px;
}
body.search .reactheme-blog .page-title {
  margin-top: 0;
}

.reactheme-breadcrumb {
  background: var(--color-gray);
  text-align: center;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.875rem;
}
.reactheme-breadcrumb .breadcrumb-separator {
  position: relative;
  font-size: 0;
  padding: 0 12px;
}
.reactheme-breadcrumb .breadcrumb-separator::before {
  content: "\e942";
  position: absolute;
  font-family: "Unicons" !important;
  left: 4px;
  z-index: 1;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 400;
  color: var(--color-body);
  top: -4px;
  line-height: 0;
}
.reactheme-breadcrumb a {
  color: var(--color-secondary);
}

.rt-single-post-banner {
  line-height: 0;
  margin-bottom: 60px;
}
.rt-single-post-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/6;
}

.page-title {
  font-size: 2.2rem;
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-footer-notice .elementor-icon-list-item > a {
  color: rgba(255, 255, 255, 0.5490196078) !important;
}

.rt-tooltip-container {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .back-newsletter-all {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
    margin: 0 auto;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--back--transition);
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .back-newsletter-all .back-ns--content-here {
    text-align: center;
  }
  .back-newsletter-all .back-ns--content-here h2 {
    margin: 4px 0 5px;
    line-height: 1.2;
  }
  .back-newsletter-all .rt-news--img {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .back-newsletter-all .rt-dnt {
    display: block;
    margin-top: 6px;
  }
  .back-newsletter-all.back-ns-cookie-overlay {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .back-newsletter-all .ns-accept-ckie-btn {
    cursor: pointer;
    z-index: 99999;
    display: block;
    text-align: center;
    position: absolute;
    margin-top: 0;
    top: 20px;
    right: 24px;
    width: 36px;
    height: 36px;
    line-height: 45px;
    background: #fff;
    border-radius: 100%;
  }
  .back-newsletter-all .ns-accept-ckie-btn i:before {
    font-size: 25px;
    color: var(--color-primary);
  }
  .back-newsletter-all.rt-newsletter-popup {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  body.back-ns-on .back-newsletter-all {
    opacity: 1;
    visibility: visible;
  }
  html.back-ns-on,
  body.back-ns-on {
    overflow-y: hidden;
  }
  html.back-ns-disable,
  body.back-ns-disable {
    overflow-y: visible;
  }
  body.back-ns-on {
    position: relative;
  }
  body.back-ns-on:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
  }
}
.menu-area-addon-offcan {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area-addon-offcan .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area-addon-offcan .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area-addon-offcan .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area-addon-offcan .navbar ul > li {
  position: relative;
  display: block;
  transition: 0.3s;
  padding: 5px 0;
}
.menu-area-addon-offcan .navbar ul > li.current-menu-ancestor > a, .menu-area-addon-offcan .navbar ul > li.current-menu-item > a, .menu-area-addon-offcan .navbar ul > li.current_page_item > a {
  opacity: 0.7;
}
.menu-area-addon-offcan .navbar ul > li > a {
  color: var(--color-secondary);
  font-size: 1rem;
  padding-right: 0;
  font-family: var(--font-secondary);
  opacity: 1;
}
.menu-area-addon-offcan .navbar ul > li:hover > a {
  opacity: 0.7;
}
.menu-area-addon-offcan .navbar ul > li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area-addon-offcan .navbar ul li ul.sub-menu li a {
  font-size: 14px;
}
.menu-area-addon-offcan .navbar ul > .current-menu-ancestor.menu-item-has-children > a:before {
  color: currentColor;
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 0;
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a:before {
  content: "\e940";
  position: absolute;
  font-family: "Unicons" !important;
  left: auto;
  right: -1px;
  top: 52%;
  text-align: center;
  z-index: 9;
  font-size: 17px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a.rt-open:before {
  content: "\e93f";
}

.comment-full form input:focus,
.comments-area #commentform p input:focus {
  border-color: var(--color-primary);
}

.menu-wrap-off .menu .sub-menu {
  display: none;
  list-style: none;
  padding-left: 20px;
  padding-top: 8px;
}

.rt-post--search input {
  border-radius: 8px;
  padding: 16px 15px 16px 44px;
  border: 1px solid rgba(18, 18, 18, 0.1098039216);
  width: 100%;
  outline: none;
}
.rt-post--search button {
  position: absolute;
  left: 16px;
  right: auto;
  background: none;
  padding: 0;
  font-size: 0;
}
.rt-post--search button::before {
  content: "\ea9c";
  position: absolute;
  font-family: "Unicons" !important;
  left: 0;
  z-index: 1;
  font-size: 22px;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 400;
  color: var(--color-secondary);
  top: 0;
  line-height: 50px;
}
.rt-post--search.style2 input {
  background: none;
  border-radius: 0;
  padding: 13px 44px 13px 15px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5411764706);
  color: #fff;
  font-size: 16px;
}
.rt-post--search.style2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.rt-post--search.style2 input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.rt-post--search.style2 input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.rt-post--search.style2 input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.rt-post--search.style2 button {
  left: auto;
  right: 42px;
}
.rt-post--search.style2 button::before {
  color: #fff;
  line-height: 40px;
}

.rt-light-dark-sec {
  background: var(--color-secondary);
  border-radius: 30px;
  color: var(--color-secondary);
  padding: 4px 16px 5px;
  font-size: 14px;
  cursor: pointer;
}
.rt-light-dark-sec #back-data-toggle {
  position: relative;
  z-index: 1;
}
.rt-light-dark-sec #back-data-toggle::before {
  content: "";
  position: absolute;
  left: -17px;
  right: 61px;
  bottom: -5px;
  top: -4px;
  background: var(--color-white);
  border-radius: 30px;
  z-index: -1;
  border: 1px solid #e3e3e3;
  transition: all 0.3s ease;
}
.rt-light-dark-sec #back-data-toggle .unicon-asleep-filled,
.rt-light-dark-sec #back-data-toggle .unicon-sun {
  display: inline-block !important;
}
.rt-light-dark-sec #back-data-toggle .rt--lig .unicon-sun {
  top: 1px;
  position: relative;
  margin-left: 2px;
}
.rt-light-dark-sec #back-data-toggle .rt--drk {
  color: var(--color-white);
  margin-left: 23px;
}
.rt-light-dark-sec #back-data-toggle .rt--drk .unicon-asleep-filled {
  top: 1px;
  position: relative;
  margin-left: 2px;
}

html[data-theme=dark] .rt-light-dark-sec #back-data-toggle::before {
  right: -17px;
  left: 61px;
  bottom: -5px;
  border: 1px solid rgba(193, 188, 188, 0.2392156863);
}
html[data-theme=dark] .rt-light-dark-sec #back-data-toggle .rt--drk {
  color: var(--color-secondary);
}
html[data-theme=dark] .rt-light-dark-sec {
  color: var(--color-white);
}

.rt-admin-date-part .esb-bmark .esbmrk-add-to-bookmark-btn:hover {
  background: var(--color-primary) !important;
}

.menu-wrap-off .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.menu-wrap-off .menu-item-has-children > .sub-menu {
  display: block;
}

.menu-wrap-off ul.menu ul ul {
  display: block !important;
  overflow: visible;
  height: auto;
}

.react-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.react-social-share ul li {
  display: inline-block;
}

.react-social-share ul li a {
  text-decoration: none;
  color: var(--color-secondary);
  font-size: 16px;
  transition: color 0.3s ease;
  border: 1px solid rgba(18, 18, 18, 0.1019607843);
  width: 32px;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.react-social-share ul li a:hover {
  background: rgb(247, 247, 247);
}

.react-social-share.style-2 ul li a {
  background: var(--color-gray);
  font-size: 18px;
  border: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.react-social-share.style-2 ul li a:hover {
  background: var(--color-primary);
  color: #fff;
}

.react-social-share-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.react-social-share-list ul li em {
  font-style: normal;
}
.react-social-share-list ul li a {
  background: var(--color-primary);
  color: #fff;
  display: flex;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  align-items: center;
}
.react-social-share-list ul li a i {
  margin-right: 3px;
  width: 16px;
  text-align: center;
  line-height: 2;
}
.react-social-share-list ul li a:hover {
  opacity: 0.9;
}
.react-social-share-list ul li a em.share_icon__name {
  flex: 1;
}
.react-social-share-list ul li a svg {
  height: 1em;
  fill: #fff;
  margin-right: 3px;
}
.react-social-share-list ul li + li {
  margin-top: 2px;
}

.react-social-share-list ul.rt-sitebar-social li a:hover {
  color: #fff;
}

.react-social-share-list ul.rt-sitebar-social li + li {
  margin-top: 0;
  padding: 7px 0 0px;
  border: none;
}

.rt-scroll-vertical {
  height: 25px;
  overflow: hidden;
}
.rt-scroll-vertical .single-blog a {
  color: rgba(255, 255, 255, 0.8196078431);
  font-size: 0.95rem;
}

.rt-trending {
  float: left;
  clear: left;
  padding-right: 15px;
  font-size: 0.95rem;
  color: #fff;
}
.rt-trending i {
  color: #ffb307;
  font-size: 19px;
  position: relative;
  top: 2px;
}

.rt-blend-color {
  position: relative;
}
.rt-blend-color::before {
  content: "";
  position: absolute;
  mix-blend-mode: color-burn;
  background: #060232;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rt-post--search-mobile {
  display: none;
}

.rt-post--posts-grids.eel--blog-slider-style-3 .rt-admin-date-comments-part li + li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 5px;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4431372549);
  border-radius: 100%;
}

.rt-post--category .rt-cate-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rt-post--category .rt-cate-inner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.rt-post--category .rt-cate-inner .rt-cates {
  padding: 110px 18px 18px;
  text-align: center;
  position: relative;
  z-index: 1;
  word-break: break-all;
}
.rt-post--category .rt-cate-inner .rt-cates h4 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}
.rt-post--category .rt-cate-inner .rt-cates h4 a {
  color: #fff;
}
.rt-post--category .rt-cate-inner .rt-cates .rt-visit-btn {
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  padding: 3px 16px 2px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.3;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  margin-top: 18px;
  width: 100%;
}
.rt-post--category .rt-cate-inner .rt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rt-post--category .rt-cate-inner:hover {
  transform: translateY(-2px);
}
.rt-post--category.rt-category-style-2 .post-list-navigation .swiper-next, .rt-post--category.rt-category-style-2 .post-list-navigation .swiper-prev {
  top: 36%;
}

.react-button a {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 4px 20px 6px;
  display: block;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  transition: unset;
}
.react-button a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.react-button a i {
  font-size: 20px;
  position: relative;
  top: 5px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: 250ms ease;
  transform: translateX(-4px);
  font-weight: normal;
  margin-left: -20px;
}
.react-button a span {
  transition: 250ms ease;
  transform: translateX(4px);
  display: inline-block;
}
.react-button a:hover i {
  visibility: visible;
  opacity: 1;
  transform: translateX(2px);
  margin-left: 0px;
}
.react-button a:hover span {
  transform: translateX(-2px);
}

.react-button-style2 a {
  border: 1px solid rgba(131, 131, 131, 0.1215686275);
  padding: 4px 20px 6px;
  display: block;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  transition: unset;
  overflow: hidden;
  position: relative;
}
.react-button-style2 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  background: var(--color-primary);
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.react-button-style2 a i {
  font-size: 20px;
  color: #fff;
}
.react-button-style2 a:hover::after {
  transform: scaleX(1);
  transform-origin: right;
}
.react-button-style2 a:hover span:nth-child(1) {
  transform: translateY(-100%);
  opacity: 0;
}
.react-button-style2 a:hover span:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
}
.react-button-style2 a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0, 1.01), opacity 0.2s ease-in-out;
  z-index: 1;
}
.react-button-style2 a span:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
}
.react-button-style2 a span:nth-child(2) {
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 9px;
}

.rt-post--list ul.rt-ago-time {
  margin: 0 0 7px;
  list-style: none;
  line-height: 1.3;
  font-size: 0.875rem;
}
.rt-post--list ul.rt-ago-time li {
  position: relative;
  display: inline-block;
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.rt-post--list ul.rt-ago-time li a {
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-size: 0.875rem;
}
.rt-post--list ul.rt-ago-time li + li {
  padding-left: 12px;
  margin-left: 12px;
}
.rt-post--list ul.rt-ago-time li + li::before {
  content: "";
  position: absolute;
  background: #6e6e6e;
  width: 1px;
  height: 9px;
  left: -1px;
  top: 6px;
}
.rt-post--list.rt-post--list-2 li {
  background: var(--color-white-bg);
  padding: 1rem;
  border-radius: 8px;
}
.rt-post--list.rt-post--list-2 li .rt-ago-time {
  margin: 0;
}
.rt-post--list.rt-post--list-2 li .rt-ago-time li {
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}
.rt-post--list.rt-post--list-2 li .rt-ago-time li:first-child {
  padding-left: 0;
}
.rt-post--list.rt-post--list-2 li + li {
  padding: 1rem;
}
.rt-post--list.rt-post--list-3 li .port-title ul.rt-ago-time {
  line-height: 1.4;
  margin: 6px 0 0;
}
.rt-post--list.rt-post--list-3 li .port-title ul.rt-ago-time .rt-comments a {
  font-size: 13px !important;
  color: var(--color-body);
}
.rt-post--list.rt-post--list-3 li .port-title ul.rt-ago-time .rt-comments a i {
  position: relative;
  top: 1px;
}

.rt-post--list.rt-post--list-3 ul.rt-ago-time li + li {
  margin-left: 10px;
}

.rt-post--posts-grids .port-title ul.rt-ago-time {
  margin: 10px 0 7px;
  list-style: none;
  line-height: 1.3;
  font-size: 0.875rem;
}
.rt-post--posts-grids .port-title ul.rt-ago-time li {
  position: relative;
  display: inline-block;
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.rt-post--posts-grids .port-title ul.rt-ago-time li a {
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-size: 0.875rem;
}
.rt-post--posts-grids .port-title ul.rt-ago-time li + li {
  padding-left: 12px;
  margin-left: 12px;
}
.rt-post--posts-grids .port-title ul.rt-ago-time li + li::before {
  content: "";
  position: absolute;
  background: #6e6e6e;
  width: 1px;
  height: 9px;
  left: -1px;
  top: 6px;
}

.rt-img--box {
  display: flex;
  flex-wrap: wrap;
}
.rt-img--box .rt-img-bx {
  flex: 0 0 40%;
  max-width: 40%;
  line-height: 0;
}
.rt-img--box .rt-img-bx img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 220px;
}
.rt-img--box .rt-ctn-bx {
  flex: 0 0 60%;
  max-width: 60%;
  background: var(--color-gray-light);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rt-img--box .rt-ctn-bx h3, .rt-img--box .rt-ctn-bx p {
  margin: 0;
  color: var(--color-secondary);
}
.rt-img--box .rt-ctn-bx h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.rt-img--box .rt-ctn-bx p {
  line-height: 1.5;
}
.rt-img--box .rt-ctn-bx .rt-read-txt {
  font-size: 0.875rem;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 1;
}

.rt-author-info {
  text-align: center;
}
.rt-author-info h3 {
  margin: 0;
  font-size: 1rem;
}
.rt-author-info .rt-author-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-author-info h6 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 15px 0 10px;
}
.rt-author-info p {
  font-size: 0.875rem;
  color: var(--color-secondary);
}
.rt-author-info .react-social-share ul {
  justify-content: center;
  margin-bottom: 30px;
}
.rt-author-info .rt-sign-img img {
  height: 45px;
}

.rt-team--slider {
  border-radius: 16px;
  overflow: hidden;
}
.rt-team--slider .rt-video-part .rt-video-part-inner {
  position: relative;
}
.rt-team--slider .rt-video-part .rt-video-part-inner .post-video-game {
  line-height: 0;
  height: 450px;
}
.rt-team--slider .rt-video-part .rt-video-part-inner .post-video-game video {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-team--slider .rt-video-part .rt-video-part-inner .rt-video-ovr-ctn {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.rt-team--slider .rt-video-part .rt-video-part-inner .rt-video-ovr-ctn .rt-video-sub-title {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.rt-team--slider .rt-video-part .rt-video-part-inner .rt-video-ovr-ctn .rt-video-title {
  font-size: 1.5rem;
  color: #fff;
  margin: 5px 0 14px;
}
.rt-team--slider .rt-video-part .rt-video-part-inner .rt-video-ovr-ctn .rt-video-des {
  font-size: 1rem;
  color: #fff;
  max-width: 350px;
}
.rt-team--slider .rt-video-part .rt-video-part-inner .rt-video-ovr-ctn .rt-video-btn {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 15px 30px 18px;
  border-radius: 30px;
  line-height: 1;
}
.rt-team--slider .rt-video-part .rt-video-part-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000, transparent);
  pointer-events: none;
}
.rt-team--slider .rt-team-row {
  display: flex;
  align-items: center;
  text-align: center;
  background: var(--color-gray);
  padding: 20px 30px;
  justify-content: space-between;
}
.rt-team--slider .rt-team-row img {
  height: 40px;
}
.rt-team--slider .rt-team-row .rt-team-name {
  color: var(--color-secondary);
  font-size: 0.75rem;
  display: block;
  text-align: center;
}
.rt-team--slider .rt-team-row .rt-team-time span {
  display: block;
  font-size: 0.875rem;
}
.rt-team--slider .rt-team-row .rt-team-time span.rt-time {
  color: var(--color-secondary);
}
.rt-team--slider .single-item {
  position: relative;
}
.rt-team--slider .single-item .rt-team-details {
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-primary);
  color: #fff;
  padding: 7px 10px 7px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0;
}
.rt-team--slider .single-item:hover .rt-team-details {
  opacity: 1;
}

.addclass--item-separetor .navbar ul li {
  padding: 0;
}
.addclass--item-separetor .navbar ul li a {
  padding: 0 30px;
}
.addclass--item-separetor .navbar ul li + li a {
  border-left: 1px solid rgba(255, 255, 255, 0.1607843137);
}

.rt-cate-circle-wrap .rt-cate-circle {
  text-align: center;
}
.rt-cate-circle-wrap .rt-cate-circle .rt-cate-img {
  overflow: hidden;
  border-radius: 100%;
  display: block;
  line-height: 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.rt-cate-circle-wrap .rt-cate-circle img {
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.rt-cate-circle-wrap .rt-cate-circle .rt-cate {
  font-size: 1rem;
  color: var(--color-secondary);
  display: block;
  margin-top: 15px;
}
.rt-cate-circle-wrap .rt-cate-circle:hover img {
  transform: scale(1.1);
}
.rt-cate-circle-wrap.addcls-cir .rt-cate-circle .rt-cate-img {
  border-radius: 100%;
  background: var(--color-primary-2);
  padding: 35px;
}

.rt-match-all {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-match-all li .rt-matchs {
  padding: 1rem;
  position: relative;
}
.rt-match-all li .rt-matchs .rt-match-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt-match-all li .rt-matchs .rt-match-item .rt-team-logo {
  text-align: center;
}
.rt-match-all li .rt-matchs .rt-match-item .rt-team-logo img {
  height: 32px;
}
.rt-match-all li .rt-matchs .rt-match-item .rt-team-logo span {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
}
.rt-match-all li .rt-matchs .rt-match-item .rt-match-time {
  text-align: center;
  line-height: 1.3;
}
.rt-match-all li .rt-matchs .rt-match-item .rt-match-time span {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
.rt-match-all li .rt-matchs .rt-match-item .rt-match-time span.rt-status {
  font-size: 0.875rem;
  font-weight: normal;
}
.rt-match-all li .rt-matchs .rt-dtls {
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-primary);
  color: #fff;
  padding: 8px 10px 7px;
  border-radius: 5px;
  font-size: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0;
}
.rt-match-all li .rt-matchs:hover .rt-dtls {
  opacity: 1;
}
.rt-match-all li + li {
  border-top: 1px solid rgba(155, 155, 155, 0.2);
}

.rt-match-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-match-slider .rt-matchs {
  padding: 1rem;
  position: relative;
  background: var(--color-white-bg);
  border-radius: 8px;
}
.rt-match-slider .rt-matchs .rt-match-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt-match-slider .rt-matchs .rt-match-item .rt-team-logo {
  text-align: center;
}
.rt-match-slider .rt-matchs .rt-match-item .rt-team-logo img {
  height: 32px;
}
.rt-match-slider .rt-matchs .rt-match-item .rt-team-logo span {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--color-secondary);
}
.rt-match-slider .rt-matchs .rt-match-item .rt-match-time {
  text-align: center;
  line-height: 1.3;
}
.rt-match-slider .rt-matchs .rt-match-item .rt-match-time span {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
.rt-match-slider .rt-matchs .rt-match-item .rt-match-time span.rt-status {
  font-size: 0.875rem;
  font-weight: normal;
}
.rt-match-slider .rt-matchs .rt-dtls {
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-primary);
  color: #fff;
  padding: 7px 10px 7px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0;
}
.rt-match-slider .rt-matchs:hover .rt-dtls {
  opacity: 1;
}

.rt-team--logo .team-member {
  text-align: center;
}
.rt-team--logo .team-member .team-logo img {
  height: 60px;
}
.rt-team--logo .team-member .team-name {
  font-size: 1rem;
}

#load-more-btn {
  border: 1px solid rgba(131, 131, 131, 0.1215686275);
  padding: 4px 20px 6px 40px;
  width: 100%;
  display: block;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-align: center;
  cursor: pointer;
  margin: 0 auto 80px;
  line-height: 30px;
  transition: unset;
  max-width: 240px;
}
#load-more-btn span {
  transition: 250ms ease;
  transform: translateX(4px);
  display: inline-block;
}
#load-more-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: 250ms ease;
  transform: translateX(-4px);
  font-weight: normal;
}
#load-more-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
#load-more-btn:hover span {
  transform: translateX(-2px);
}
#load-more-btn:hover i {
  visibility: visible;
  opacity: 1;
  transform: translateX(2px);
}

.rt-banner-dark.rt-banner-dark-on {
  background: #0c0c0c;
  margin-bottom: -100px;
}
.rt-banner-dark.rt-banner-dark-on .bread-width-fixers {
  padding-bottom: 120px;
}
.rt-banner-dark.rt-banner-dark-on .page-title {
  padding-top: 20px;
}
.rt-banner-dark.rt-banner-dark-on .reactheme-breadcrumb a,
.rt-banner-dark.rt-banner-dark-on .rt-single-share li a,
.rt-banner-dark.rt-banner-dark-on .page-title {
  color: #fff;
}
.rt-banner-dark.rt-banner-dark-on .reactheme-breadcrumb {
  background: #121212;
}
.rt-banner-dark.rt-banner-dark-on .rt-single-share a.esbmrk-add-to-bookmark-btn .esbmrk-icon {
  filter: invert(1);
}

.rt-countdown {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.rt-countdown li span {
  display: block;
  font-size: 1rem;
  color: var(--color-secondary);
  opacity: 0.6;
}
.rt-countdown li span.value {
  font-size: 3rem;
  opacity: 1;
  padding: 3px 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  width: 120px;
  margin-bottom: 8px;
  height: 90px;
}
.rt-countdown.rtcn-light-yes li span {
  color: #fff;
  opacity: 1;
}
.rt-countdown.rtcn-light-yes li span.value {
  border-color: rgba(255, 255, 255, 0.1098039216);
}

.elementor-icon {
  font-size: unset;
}

ul.elementor-icon-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.elementor-icon-list-items .elementor-icon-list-item svg {
  height: 1em;
}

.rt-no-more-posts,
.rt-loading-message {
  display: none;
  text-align: center;
  font-style: italic;
}

body:not(.single) img.rt-custom-atr {
  height: 24px;
}

body.elementor-template-full-width #content > .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

body:not(.elementor-template-full-width) #content {
  padding-top: 35px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1320px;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-menus {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .responsive-menus,
  .sidebarmenu-area.text-right.mobilehum {
    display: block;
  }
  .col-cell.menu-responsive {
    display: none;
  }
  .menu-area-addon.enable-scroll--mobile .navbar ul.menu {
    overflow-x: scroll;
    display: flex;
  }
  .menu-area-addon.enable-scroll--mobile .navbar ul.menu > li > a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .header-style-1 .e-con-full.e-flex,
  .header-style-1 .e-con.e-flex > .e-con-inner,
  .header-style-1 .e-con .elementor-widget,
  .header-style-1 .e-con.e-con > .e-con-inner > .elementor-widget,
  .menu-area-addon ul li.back-mega--current-active {
    position: static;
  }
  .back--elementor-template-mega-menu {
    position: absolute;
    z-index: 999;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
  }
  .menu-area-addon ul li.back-mega--current-active:hover .back--elementor-template-mega-menu {
    visibility: visible;
    overflow: visible;
    transform: scaleY(1);
    opacity: 1;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1080px) {
  .menu-area-addon .navbar ul > li {
    padding: 11px 10px 11px 0px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .rt-thumb-bg .slider__col {
    right: 15px;
  }
  .rt-thumb-bg .rt-slide-inner .rt-post-title {
    max-width: 600px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 992px) {
  .menu-area-addon .navbar ul > li {
    padding: 11px 6px 11px 0px;
  }
  .menu-area-addon .navbar ul > li > a {
    font-size: 0.775rem;
  }
}
@media only screen and (max-width: 991px) {
  .rt-gallery-slider-pagination,
  .reactheme-innner-offcanvas-contents,
  .rt-thumb-bg .slider__thumbs .swiper-container,
  li.menu-item-has-children a:before {
    display: none;
  }
  .rt-post--search-mobile {
    display: block;
  }
  .rt-post--search-mobile .rt-post--search {
    margin: 40px 0 24px;
  }
  .rt-post--search-mobile .rt-post--search input {
    background: none;
  }
  .rt--sep .rt-post--posts-grids.rt-posts-grids4 .row div + div {
    padding-left: 0;
    border-left: 0;
    margin-top: 20px;
  }
  .rt--sep .rt-post--posts-grids.rt-posts-grids4 .row > div {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .rt-authors .rt-author-thum {
    margin-bottom: 40px;
  }
  .menu-area-addon.rt__en_mob__yes nav.nav.navbar {
    display: none;
  }
  .dynamic-sidebar {
    padding-left: 0;
    margin-top: 40px;
  }
  .menu-area-addon .rt__en_mob__yes .offcanvas-icon {
    display: block;
  }
  .reactheme-blog .rt_post-style_classic article .rt-ctn-wrap {
    padding-left: 0;
    padding-top: 25px;
  }
  .hfe-site-logo-set.hfe-site-logo-set-mobile {
    text-align: left;
  }
  .back-newsletter-all.back-ns-cookie-overlay {
    display: none !important;
  }
  .menu-wrap-off .inner-offcan {
    display: block;
  }
  #reactheme-header .menu-area-addon.rt__en_mob__yes {
    display: block;
  }
  #reactheme-header .menu-area-addon.rt__en_mob__yes .rt-menu-responsive {
    display: none;
  }
  .menu-area-addon.rt__en_mob__yes .offcanvas-icon {
    display: block;
  }
  ul.open-sub {
    display: none;
  }
  .rt-search-sec {
    gap: 15px;
  }
  .rt-thumb-bg .rt-arrow-cir {
    margin-bottom: 80px;
    justify-content: end;
    padding-right: 15px;
  }
  .rt_live_btn {
    padding: 2px 12px 2px 20px;
    font-size: 12px;
  }
  .rt_live_btn::before {
    left: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
  }
  .rt-search-sec div {
    display: none;
  }
  .rt-post--popular.post-trending-style-3,
  .rt-post--posts-grids.rt-posts-grids3.rt-img-left-yes .single-item,
  .rt-search-sec div.rt-light-dark,
  .rt-search-sec div.rt-woo-cart {
    display: block;
  }
  .rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-image,
  .rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter,
  .rt-post--popular.post-trending-style-3 li,
  .rt-post--posts-grids.rt-posts-grids3.rt-img-left-yes .single-item .port-title,
  .rt-post--posts-grids.rt-posts-grids3.rt-img-left-yes .single-item .post-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rt-post--popular.post-trending-style-3 li + li {
    border-left: none;
    padding-left: 0;
  }
  .rt-post-filters.rt-post-style4 .back-posts li .rt-post-item .rt-post-filter {
    padding: 0 25px 25px;
  }
  .rt-post--popular.post-trending-style-3 li .port-title {
    padding-right: 10px;
  }
  .rt-post--popular .port-title {
    padding-left: 35px;
  }
  .back-mega--current {
    display: none;
  }
  .sidenav .widget_nav_menu ul ul li a {
    font-size: 14px !important;
  }
  .padding-left-sidebar .dynamic-sidebar {
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .pagination-area {
    margin-top: 50px;
  }
  .menu-wrap-off .inner-offcan {
    padding: 0;
  }
  .sidenav .menu li ul.sub-menu li a {
    font-size: 14px;
  }
  .sidenav .menu > li.menu-item-has-children::before {
    top: 15px;
    font-size: 20px !important;
  }
  .menu-wrap-off {
    overflow-x: hidden;
  }
  .menu-wrap-off {
    overflow-y: auto;
    top: 0;
  }
  .close-search {
    right: 25px;
    top: 25px;
  }
  body.logged-in .close-search {
    right: 30px;
    top: 50px;
  }
  .search-results .widget-area {
    margin-top: 70px;
  }
  .sidenav.nav-active-menu-container {
    box-shadow: none;
  }
  .mobile-menu-container ul.sidenav.nav-active-menu-container {
    padding: 70px 0 0;
  }
  .logged-in .menu-sticky.sticky .sidenav .nav-link-container {
    margin-top: 15px;
  }
  .reactheme-breadcrumbs {
    clear: both;
  }
  .menu-area #primary-menu-single {
    display: block;
  }
  .navbar-header {
    float: none;
    margin-top: 8px;
  }
  .menu-area .navbar ul li ul.sub-menu {
    min-width: 100%;
    display: none;
  }
  .reactheme-blog-details .news-details-inner {
    margin-right: 0;
  }
}
/* Mobile Layout: 767px. */
@media only screen and (max-width: 767px) {
  .rt-post--grid-transparent .single-item .post-thumbnail .port-title,
  .rt-post--slider-banner .single-item .post-thumbnail .port-title {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .rt-thumb-slider .slider__thumbs .slider__image {
    padding: 10px;
  }
  .rt-thumb-slider .slider__thumbs .slider__image .rt-slide-inner-thum .rt-title {
    font-size: 0.875rem;
  }
  .top--slides .post-pagination {
    display: block;
  }
  .rt-thumb-slider .slider__thumbs .swiper-slide {
    width: 340px !important;
  }
  .rt-thumb-video.video-style--3.rt-thumb-video .slider__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .rt-thumb-video.video-style--3 .rt-slide-inner-thum .rt-title {
    font-size: 16px;
  }
  .react-social-share ul {
    gap: 5px;
  }
  .rt-search-sec {
    gap: 20px;
  }
  .elementor-template-full-width .container > .elementor > .elementor-element,
  footer .bread-width-fixers > .elementor > .elementor-element {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single .container.container-small {
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    font-size: 1.8rem;
  }
  .rt-author-block {
    display: block;
  }
  .rt-author-block .author-desc {
    padding-left: 0;
    padding-top: 16px;
  }
  .rt-navigation ul a span.link_text {
    display: none;
  }
  .rt-single-share {
    gap: 5px;
  }
  .page-title {
    font-size: 2rem;
  }
  .rt-banner-style-2 .single-item .post-thumbnail .port-title {
    left: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rt-post--slider-list.style--2 .single-item .post-thumbnail {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .rt-post-filters .back-posts li .rt-post-item {
    display: block;
  }
  .rt-post-filters .back-posts li .rt-post-item .rt-post-filter {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .rt-post-filters .back-posts li .rt-post-item .rt-post-image {
    max-width: -moz-max-content;
    max-width: max-content;
    flex: 0 0 100%;
    line-height: 0;
    margin-bottom: 20px;
  }
  .rt-thumb-video .slider__flex {
    display: block;
  }
  .rt-thumb-slider .slider__prev, .rt-thumb-slider .slider__next {
    display: none;
  }
  .rt-thumb-video .slider__col {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
  .rt-thumb-video .slider__thumbs {
    height: 120px;
    margin-top: 20px;
  }
  .rt-thumb-video .slider__prev,
  .rt-thumb-video .slider__next {
    display: none;
  }
  .rt-thumb-video .rt-slide-inner .rt-post-title {
    left: 15px;
    bottom: 10px;
    right: 15px;
    max-width: 100%;
  }
  .rt-team--slider .rt-video-part .rt-video-part-inner .rt-video-ovr-ctn {
    left: 20px;
  }
  .reactheme-breadcrumbs .breadcrumbs-title span span {
    margin-right: 0;
  }
  .addclass--item-separetor .navbar ul li a {
    padding: 0 16px;
  }
  .related-post-here {
    margin-top: 50px;
  }
  body:not(.elementor-template-full-width) #content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .reactheme-blog .rt_post-style_modern article {
    margin-bottom: 40px;
  }
  .reactheme-breadcrumb {
    margin-bottom: 40px;
  }
  .reactheme-blog .rt_post-style_classic article .rt-ctn-wrap .post-title {
    font-size: 1.5rem;
  }
  .comments-area .comment-list li.comment ol.children li {
    margin-left: 0;
  }
  .comments-area .comment-list li.comment .comment-author img {
    float: none;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    position: static;
  }
  .comments-area .comment-list li.comment .comment-author b {
    float: none;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .comments-area .comment-list li.comment .reply {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .comments-area ol.children {
    padding: 0;
    margin: 0;
  }
  .comments-area .comment-list li.comment ol.children li {
    padding: 0;
  }
  .comments-area .comment-list li.comment .comment-metadata {
    margin-left: 0;
    margin-top: 0;
  }
  .comment-full {
    text-align: center;
  }
  #review_form .comment-full {
    text-align: unset;
  }
  .comments-area .comment-list li.comment .comment-content {
    padding: 0;
  }
  .comments-area .comment-list li.comment {
    padding: 10px;
    margin: 0;
    border: none;
    box-shadow: none;
  }
  .comments-area .comment-list li.comment .comment-content p {
    margin-bottom: 8px;
  }
  .comments-area .comment-list li.comment .comment-content p {
    margin-bottom: 8px;
  }
  .comments-area .comment-list li.comment .comment-content {
    margin-top: 15px;
  }
  .sidenav.nav-active-menu-container .offcanvas_social li a {
    padding: 20px 0 0 16px;
  }
  .comments-area .comment-list li.comment .comment-body {
    padding-left: 0;
  }
  /* Author Area   */
  .reactheme-blog-details .author-block {
    flex-direction: column;
  }
}
.rt-auto-search .search-suggestions {
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-white-bg);
  border: 1px solid rgba(221, 221, 221, 0.2);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  border-top: 0;
  border-right: 0;
  margin-top: -1px;
}
.rt-auto-search .suggestion-item {
  padding: 3px 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.rt-auto-search .suggestion-item a {
  text-decoration: none;
  color: var(--color-secondary);
}
.rt-auto-search .suggestion-item:hover {
  background: #f9f9f9;
}
.rt-auto-search .no-results {
  padding: 10px 15px;
  text-align: center;
  border-right: 1px solid rgba(221, 221, 221, 0.2);
  color: var(--color-secondary);
}

@media only screen and (max-width: 600px) {
  .rt-scroll-vertical {
    height: 50px;
    line-height: 1;
  }
}
.swiper-button-next, .swiper-button-prev {
  display: none !important;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--color-white);
  width: 50%;
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .loader-wrapper .loader-section.section-right {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 2px solid transparent;
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
  border-bottom-color: var(--color-primary);
  border-radius: 100%;
  animation: spin 1.5s linear infinite;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  z-index: 1001;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bk_white .esbmrk-counter-box .esbmrk-counter .esbmrk-icon svg path,
.bk_white .esbmrk-counter-box .esbmrk-counter .esbmrk-icon svg {
  fill: #fffcfc !important;
}