@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap";
:root {
  --font-body: "Open Sans", sans-serif;
  --font-title: "Open Sans", sans-serif;
  --font-awesome: "Font Awesome 5 Free";
  --color-primary: #eca154 /*#FADC00*/;
  --color-primary-rgb: 220, 58, 68;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #101011;
  --color-black-rgb: 0, 0, 0;
  --color-border: #e5e5e5;
  --color-border-rgb: 229, 229, 229;
  --color-cat-normal: #898d91;
  --color-cat-normal-rgb: 122, 126, 131;
  --color-meta-normal: #66676f;
  --color-meta-normal-rgb: 165, 166, 170;
  --color-gray: #f7f7f7;
  --color-gray-rgb: 247, 247, 247;
  --color-body: #33383d;
  --color-body-rgb: 108, 111, 114;
  --color-body-bg: #fff;
  --border-radius-xs: 4px;
  --border-radius-sm: 6px;
  --border-radius-md: 10px;
  --border-radius-lg: 15px;
  --border-radius-xl: 20px;
  --color-fb: #1559c2;
  --color-tw: #1ea9e9;
  --color-in: #3f729b;
  --color-vm: #2cc0eb;
  --color-pn: #3b5998;
  --color-wh: #43ce13;
  --color-dr: #f65e97;
  --color-dw: #ff6b10;
  --color-yu: #ed1d25;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-body);
  background-color: var(--color-body-bg);
}
main {
  position: relative;
  background-color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black);
  font-family: var(--font-title);
  line-height: 1.4;
  font-weight: 700;
}
h1 {
  font-size: 2.281rem;
  line-height: 1.333;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 1.802rem;
}
h3 {
  /* font-size: 1.424rem; */
  font-size: 1.8rem;
}
h4 {
  font-size: 1.266rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.mt--5 {
  margin-top: 5px !important;
}
.pt--5 {
  padding-top: 5px !important;
}
.mb--5 {
  margin-bottom: 5px !important;
}
.pb--5 {
  padding-bottom: 5px !important;
}
.mt--10 {
  margin-top: 10px !important;
}
.pt--10 {
  padding-top: 10px !important;
}
.mb--10 {
  margin-bottom: 10px !important;
}
.pb--10 {
  padding-bottom: 10px !important;
}
.mt--15 {
  margin-top: 15px !important;
}
.pt--15 {
  padding-top: 15px !important;
}
.mb--15 {
  margin-bottom: 15px !important;
}
.pb--15 {
  padding-bottom: 15px !important;
}
.mt--20 {
  margin-top: 20px !important;
}
.pt--20 {
  padding-top: 20px !important;
}
.mb--20 {
  margin-bottom: 20px !important;
}
.pb--20 {
  padding-bottom: 20px !important;
}
.mt--25 {
  margin-top: 25px !important;
}
.pt--25 {
  padding-top: 25px !important;
}
.mb--25 {
  margin-bottom: 25px !important;
}
.pb--25 {
  padding-bottom: 25px !important;
}
.mt--30 {
  margin-top: 30px !important;
}
.pt--30 {
  padding-top: 30px !important;
}
.mb--30 {
  margin-bottom: 30px !important;
}
.pb--30 {
  padding-bottom: 30px !important;
}
.mt--35 {
  margin-top: 35px !important;
}
.pt--35 {
  padding-top: 35px !important;
}
.mb--35 {
  margin-bottom: 35px !important;
}
.pb--35 {
  padding-bottom: 35px !important;
}
.mt--40 {
  margin-top: 40px !important;
}
.pt--40 {
  padding-top: 40px !important;
}
.mb--40 {
  margin-bottom: 40px !important;
}
.pb--40 {
  padding-bottom: 40px !important;
}
.mt--45 {
  margin-top: 45px !important;
}
.pt--45 {
  padding-top: 45px !important;
}
.mb--45 {
  margin-bottom: 45px !important;
}
.pb--45 {
  padding-bottom: 45px !important;
}
.mt--50 {
  margin-top: 50px !important;
}
.pt--50 {
  padding-top: 50px !important;
}
.mb--50 {
  margin-bottom: 20px !important;
}
.pb--50 {
  padding-bottom: 50px !important;
}
.mt--60 {
  margin-top: 60px !important;
}
.pt--60 {
  padding-top: 60px !important;
}
.mb--60 {
  margin-bottom: 60px !important;
}
.pb--60 {
  padding-bottom: 60px !important;
}
.mb--24 {
  margin-bottom: 24px !important;
}
.gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.gutter-10 > li,
.gutter-10 > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.gutter-20 > li,
.gutter-20 > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.gutter-30 > li,
.gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.gutter-40 > li,
.gutter-40 > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}
.gutter-50 > li,
.gutter-50 > div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.gutter-60 > li,
.gutter-60 > div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.gutter-70 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}
.gutter-70 > li,
.gutter-70 > div {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.gutter-24 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}
.gutter-24 > li,
.gutter-24 > div {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.gutter-15 {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
}
.gutter-15 > li,
.gutter-15 > div {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}
.gutter-10 {
  margin: -5px !important;
}
.gutter-10 > li,
.gutter-10 > div {
  padding: 5px !important;
}
.rt-gutter-5 {
  margin: -2.5px !important;
}
.rt-gutter-5 > li,
.rt-gutter-5 > div {
  padding: 2.5px !important;
}
.rt-gutter-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.rt-gutter-10 > li,
.rt-gutter-10 > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.text--primary {
  color: #2962ff !important;
}
.bg--primary {
  background-color: #2962ff !important;
}
.text--white {
  color: #fff !important;
}
.bg--white {
  background-color: #fff !important;
}
.text--black {
  color: #000 !important;
}
.bg--black {
  background-color: #000 !important;
}
.text--gray {
  color: #f7f7f7 !important;
}
.bg--gray {
  background-color: #f7f7f7 !important;
}
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a:link,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}
a {
  color: var(--color-primary);
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea,
select,
:focus {
  outline: 0;
  box-shadow: none;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-padding-2 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .section-padding-2 {
    padding: 80px 0;
  }
}
.inline-list {
  display: flex;
  align-items: center;
}
section,
.section {
  position: relative;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}
#back-to-top {
  font-size: 1rem;
  color: var(--color-white);
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
#back-to-top:hover {
  color: var(--color-white);
  background: #951b22;
}
#back-to-top:hover i {
  animation: toBottomFromTop 0.5s forwards;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.rt-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: -3px;
  gap: 16px;
  font-size: 1.802rem;
}
.rt-section-heading.style-2 {
  font-size: 1.0625rem;
  text-transform: uppercase;
  margin-top: 0px;
}
.rt-section-heading.style-3 {
  font-size: 1.625rem;
  text-transform: uppercase;
  margin-top: 0px;
}
.rt-section-heading.white-style .rt-section-text {
  color: var(--color-white);
}
.rt-section-heading.white-style .rt-section-line {
  border-color: #595959;
}
.rt-section-heading .rt-section-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: inline-block;
}
.rt-section-heading .rt-section-line {
  border: 1px solid var(--color-border);
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
}
.rt-section-heading-style-2 {
  margin-bottom: 34px;
}
.rt-section-heading-style-2 .sub-title {
  font-size: 0.875rem;
  color: #646464;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.rt-section-heading-style-2 .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.rt-section-heading-style-2 .heading-tilte {
  margin-bottom: 15px;
  font-size: 1.802rem;
}
.rt-section-heading-style-2 p {
  margin-bottom: 10px;
}
.rt-section-heading-style-2 p:last-of-type {
  margin-bottom: 0;
}
.rt-section-heading-style-2 > .btn-wrap {
  margin-top: 32px;
}
.font-weight-light {
  font-weight: 300;
}
.image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.img-link {
  width: 100%;
  height: 100%;
}
.rounded {
  border-radius: 3px;
}
.fs-12 {
  font-size: 12px !important;
}
.after-before,
.insta-gallery .galleryitem > a::before,
.footer.footer-style-3::after,
.video-box-style-1 .item-img::after,
.rt-categories a::after,
.rt-cart-item .item-img::after,
.header-main-style-7 .humburger-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.border-with-spacer-1 {
  border: 1px solid var(--color-border);
  margin-bottom: 35px;
}
.rt-gradient-overaly {
  position: relative;
  z-index: 1;
}
.rt-gradient-overaly::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 59%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: -1;
}
.rt-post-cat-normal {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: var(--color-cat-normal);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
}
.rt-date {
  font-size: 0.75rem;
  color: #8f8f8f;
  font-weight: 500;
  display: inline-block;
}
.post-xl .rt-date {
  color: #d0d0d0;
}
.post-thumb .rt-date {
  color: var(--color-white);
}
.rt-date .icon {
  margin-right: 2px;
}
.rt-cat,
.ft-workout,
.ft-bodybuilding,
.ft-yoga,
.ft-fit,
.ft-gym,
.tr-bangladesh,
.tr-canada,
.tr-africa,
.tr-america,
.tr-asia,
.tr-europe,
.basketball,
.sports,
.swimming,
.animations,
.music,
.politics,
.cycling,
.fighter,
.animal,
.racing,
.travel,
.mission,
.technology,
.football,
.action,
.food,
.world,
.ragbi,
.fashion-black,
.fashion,
.life-style,
.tennis,
.rt-cat-primary {
  font-size: 0.75rem;
  color: var(--color-white);
  font-weight: 500;
  padding: 0 8px;
  line-height: 2;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  height: 24px;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 3px;
}
.rt-cat:hover,
.ft-workout:hover,
.ft-bodybuilding:hover,
.ft-yoga:hover,
.ft-fit:hover,
.ft-gym:hover,
.tr-bangladesh:hover,
.tr-canada:hover,
.tr-africa:hover,
.tr-america:hover,
.tr-asia:hover,
.tr-europe:hover,
.basketball:hover,
.sports:hover,
.swimming:hover,
.animations:hover,
.music:hover,
.politics:hover,
.cycling:hover,
.fighter:hover,
.animal:hover,
.racing:hover,
.travel:hover,
.mission:hover,
.technology:hover,
.football:hover,
.action:hover,
.food:hover,
.world:hover,
.ragbi:hover,
.fashion-black:hover,
.fashion:hover,
.life-style:hover,
.tennis:hover,
.rt-cat-primary:hover {
  color: var(--color-white);
}
.rt-cat-primary {
  background-color: var(--color-primary);
}
.fashion,
.life-style,
.tennis {
  background-color: var(--color-primary);/*ff3385;*/
}
.fashion-black {
  background-color: var(--color-black);
}
.action,
.food,
.world,
.ragbi {
  background-color: #ffaf25;
}
.mission,
.technology,
.football {
  background-color: #0073ff;
}
.racing,
.travel {
  background-color: #ff3d00;
}
.animal {
  background-color: #678c9d;
}
.cycling,
.fighter {
  background-color: #15c215;
}
.politics {
  background-color: #5c6bc0;
}
.swimming,
.animations,
.music {
  background-color: #1bddd4;
}
.sports {
  background-color: #00a651;
}
.basketball {
  background-color: #7747ff;
}
.tr-europe {
  background-color: #ffae25;
}
.tr-asia {
  background-color: #7747ff;
}
.tr-america {
  background-color: #ff3385;
}
.tr-africa {
  background-color: #3da5b4;
}
.tr-canada {
  background-color: #581;
}
.tr-bangladesh {
  background-color: #0173ff;
}
.ft-gym {
  background-color: #ffae25;
}
.ft-fit {
  background-color: #0073ff;
}
.ft-yoga {
  background-color: #ff3385;
}
.ft-bodybuilding {
  background-color: #3da5b4;
}
.ft-workout {
  background-color: #3bd802;
}
.discrount-badge {
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--color-primary);
  display: inline-block;
  border-radius: 4px;
  border-radius: 3px;
  padding: 2px 8px;
  font-weight: 600;
}
.anim-overflow {
  display: block;
  transform: translateY(100%);
  transition: all ease 1s;
}
.slider-navigation .slider-btn {
  position: relative;
  z-index: 1;
  font-size: 1.0625rem;
  color: var(--color-primary);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.slider-navigation .slider-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(180deg, #7fb7fa 0%, #2962ff 100%);
  transform: scale(0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.slider-navigation .slider-btn:hover {
  color: var(--color-white);
  border-color: rgba(0, 0, 0, 0);
}
.slider-navigation .slider-btn:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.slider-navigation .slider-btn:focus {
  outline: 0;
  box-shadow: none;
}
.slider-navigation .slider-btn.btn-next {
  margin-left: 3px;
}
.slider-navigation.style-2 .slider-btn {
  font-size: 0.9375rem;
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.slider-navigation.style-2 .slider-btn::after {
  border-radius: 4px;
}
.slider-navigation.style-2 .slider-btn.btn-next {
  margin-left: -3px;
}
.slider-navigation.style-2 .slider-btn:hover {
  box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bfa99a;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-white);
}
.gap-top-90 {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .gap-top-90 {
    margin-top: 50px;
  }
}
.gap-top-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .gap-top-70 {
    margin-top: 30px;
  }
}
.rt-btn-primary {
  font-size: 0.875rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: uppercase;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}
.rt-btn-primary:hover {
  color: var(--color-white);
  background-color: #951b22;
}
.rt-btn-primary:focus {
  outline: 0;
  box-shadow: none;
}
.rt-eye-btn-gray {
  font-size: 1.25rem;
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.rt-eye-btn-gray:hover {
  color: #000;
  background-color: #d7d7d7;
}
.rt-eye-btn-gray:focus {
  outline: 0;
  box-shadow: none;
}
.rt-read-more,
.rt-read-more-white,
.rt-read-more-primary_2,
.rt-read-more-primary {
  padding: 5px 18px 5px 25px;
  font-size: 0.75rem;
  font-weight: 700;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  color: #646464;
  text-transform: uppercase;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05rem;
}
.rt-read-more:hover,
.rt-read-more-white:hover,
.rt-read-more-primary_2:hover,
.rt-read-more-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: rgba(0, 0, 0, 0);
}
.rt-read-more-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: rgba(0, 0, 0, 0);
  height: 46px;
}
.rt-read-more-primary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--color-white);
  border-color: var(--color-white);
}
.rt-read-more-primary_2 {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: rgba(0, 0, 0, 0);
  height: 46px;
}
.rt-read-more-primary_2:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.rt-read-more-white {
  background-color: var(--color-white);
  color: #282828;
  border-color: rgba(0, 0, 0, 0);
  height: 46px;
}
.rt-read-more-white:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: rgba(0, 0, 0, 0);
}
.rt-read-more rect.rt-button-line,
.rt-read-more-primary rect.rt-button-line,
.rt-read-more-primary_2 rect.rt-button-line,
.rt-read-more-white rect.rt-button-line {
  height: 1.5px;
  y: 7;
}
.rt-read-more svg,
.rt-read-more-primary svg,
.rt-read-more-primary_2 svg,
.rt-read-more-white svg,
.rt-read-more svg {
  fill: currentColor;
  vertical-align: middle;
  margin-left: 7px;
  width: 22px;
}
.rt-read-more .rt-button-line,
.rt-read-more-primary .rt-button-line,
.rt-read-more-primary_2 .rt-button-line,
.rt-read-more-white .rt-button-line {
  stroke: currentColor;
  stroke-width: 0.5;
}
.rt-read-more .rt-button-cap-fake,
.rt-read-more-primary .rt-button-cap-fake,
.rt-read-more-primary_2 .rt-button-cap-fake,
.rt-read-more-white .rt-button-cap-fake {
  stroke: currentColor;
  stroke-width: 1;
}
.rt-read-more .rt-button-cap,
.rt-read-more-primary .rt-button-cap,
.rt-read-more-primary_2 .rt-button-cap,
.rt-read-more-white .rt-button-cap,
.rt-read-more .rt-button-line,
.rt-read-more-primary .rt-button-line,
.rt-read-more-primary_2 .rt-button-line,
.rt-read-more-white .rt-button-line {
  transform: translateX(-13px);
  transform-origin: right;
  transition: 0.5s;
}
.rt-read-more:hover .rt-button-line,
.rt-read-more-primary:hover .rt-button-line,
.rt-read-more-primary_2:hover .rt-button-line,
.rt-read-more-white:hover .rt-button-line {
  animation: qode-button-line 0.4s ease forwards;
}
.rt-read-more:hover .rt-button-cap,
.rt-read-more-primary:hover .rt-button-cap,
.rt-read-more-primary_2:hover .rt-button-cap,
.rt-read-more-white:hover .rt-button-cap {
  animation: qode-button-cap 0.4s ease forwards;
}
.rt-button-animation-out .rt-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.rt-button-animation-out .rt-button-cap {
  animation: qode-button-cap-out 0.35s ease-in-out;
}
.rt-button-line {
  transform: translateX(9px);
  stroke-width: 0.1;
  stroke: currentColor;
}
.rt-button-cap,
.rt-button-line {
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}
.rt-play-btn,
.play-btn-transparent_2,
.play-btn-transparent,
.play-btn-gray_2,
.play-btn-gray-rectangle,
.play-btn-gray,
.play-btn-white_md,
.play-btn-white_lg-2,
.play-btn-white_lg,
.play-btn-white_xl,
.play-btn-white,
.play-btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.play-btn-primary {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1.125rem;
  animation: pulseShadowlgprimary 2000ms linear infinite;
}
.play-btn-primary:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.play-btn-white {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: 0.875rem;
  animation: pulseShadowsmwhite 2000ms linear infinite;
}
.play-btn-white:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.play-btn-white_xl {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: #282828;
  font-size: 1.25rem;
  animation: pulseShadowxlwhite 2000ms linear infinite;
}
.play-btn-white_xl:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.play-btn-white_lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: #282828;
  font-size: 1.125rem;
  animation: pulseShadowlgwhite 2000ms linear infinite;
}
.play-btn-white_lg:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.play-btn-white_lg-2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1.25rem;
  animation: pulseShadowlgwhite 2000ms linear infinite;
}
.play-btn-white_lg-2:hover {
  background-color: #951b22;
  color: #fff;
}
.play-btn-white_md {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1.125rem;
  animation: pulseShadowsmwhite 2000ms linear infinite;
}
.play-btn-white_md:hover {
  background-color: #951b22;
  color: #fff;
}
.play-btn-gray {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #acacac;
  color: var(--color-white);
  font-size: 0.875rem;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-gray:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.play-btn-gray-rectangle {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.9375rem;
}
.play-btn-gray-rectangle:hover {
  background-color: #951b22;
  color: #fff;
}
.play-btn-gray_2 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #646462;
  color: var(--color-white);
  font-size: 0.875rem;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-gray_2:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.play-btn-transparent {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(var(--color-black-rgb), 0.7);
  color: var(--color-white);
  font-size: 1rem;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.play-btn-transparent_2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--color-black-rgb), 0.7);
  color: var(--color-white);
  font-size: 0.8125rem;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent_2:hover {
  background-color: #951b22;
  color: var(--color-white);
}
.post-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-meta ul li {
  margin-right: 20px;
}
.post-meta ul li:last-child {
  margin-right: 0;
}
.post-meta.style-2 .rt-post-meta,
.post-meta.style-2 .rt-meta {
  color: #d0d0d0;
}
.post-meta.style-2 .rt-post-meta a,
.post-meta.style-2 .rt-meta a {
  color: #d0d0d0;
}
.post-meta.style-2 .rt-post-meta a.name,
.post-meta.style-2 .rt-meta a.name {
  color: var(--color-white);
}
.post-meta.style-2 .rt-post-meta a.name:hover,
.post-meta.style-2 .rt-meta a.name:hover {
  color: var(--color-primary);
}
.rt-post-meta,
.rt-meta {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: var(--color-meta-normal);
}
.single-post-banner .rt-meta,
.rt-post-overlay .rt-meta,
.video-slide .rt-meta {
  color: #d0d0d0;
}
.post-thumb .rt-meta {
  color: var(--color-white);
}
.rt-meta .icon {
  margin-right: 2px;
  font-size: 0.875rem;
}
.topbar .rt-meta .icon {
  color: var(--color-white);
}
.rt-meta a {
  display: inline-block;
}
.rt-meta a.name {
  font-weight: 700;
}
.single-post-banner .rt-meta a,
.rt-post-overlay .rt-meta a,
.video-slide .rt-meta a {
  color: #d0d0d0;
}
.single-post-banner .rt-meta a.name,
.rt-post-overlay .rt-meta a.name,
.video-slide .rt-meta a.name {
  color: var(--color-white);
}
.single-post-banner .rt-meta a.name:hover,
.rt-post-overlay .rt-meta a.name:hover,
.video-slide .rt-meta a.name:hover {
  color: var(--color-primary);
}
.grid-meta .rt-meta a.name {
  color: #444;
}
.grid-meta .rt-meta a.name:hover {
  color: var(--color-primary);
}
.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f6fa;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}
.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.template-search .search-form input[type="search"] {
  width: 60%;
  color: var(--color-black);
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid var(--color-primary);
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
.template-search .search-form .search-btn {
  padding: 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-150px) translateY(-10px);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
}
.template-search .search-form .search-btn i {
  margin-left: 0;
}
.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.template-search .search-form input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input::-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-ms-input-placeholder {
  color: #cfcfcf;
}
.template-search .close {
  position: fixed;
  top: 15px;
  right: 20px;
  color: var(--color-black);
  border: none;
  opacity: 0.3;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 70px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
}
.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}
.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.rt-shop-btn,
.btn-white-sm {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0px 8px 27px 0px rgba(20, 122, 128, 0.22);
}
.rt-shop-btn:hover,
.btn-white-sm:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.btn-white-sm {
  color: var(--color-black);
  background-color: var(--color-white);
  height: 38px;
}
.offcanvas-menu-wrap {
  max-width: 395px;
  width: 100%;
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  transition: all ease 0.5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-scrollbar-width: none;
}
.offcanvas-menu-wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas-menu-wrap {
    max-width: 320px;
  }
}
.offcanvas-menu-wrap[data-position="right"] {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.offcanvas-menu-wrap .offcanvas-content {
  height: 100vh;
  padding: 50px;
  transition: all ease 0.8s;
}
.offcanvas-menu-wrap .offcanvas-content.offcanvas-content-style-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 35px 40px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn a {
  color: var(--color-white);
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget {
  margin-bottom: 40px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget:last-child {
  padding-bottom: 40px;
}
.offcanvas-menu-wrap
  .offcanvas-content
  .offcanvas-widget
  .offcanvas-widget-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p {
  line-height: 24px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p:last-child {
  margin-bottom: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list {
  margin-top: -5px;
}
.offcanvas-menu-wrap
  .offcanvas-content
  .offcanvas-widget
  .contact-info-list
  .widget-list-item {
  color: #646464;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}
.offcanvas-menu-wrap
  .offcanvas-content
  .offcanvas-widget
  .contact-info-list
  .widget-list-item
  .list-icon {
  color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 4px;
}
.offcanvas-menu-wrap
  .offcanvas-content
  .offcanvas-widget
  .contact-info-list
  .widget-list-item
  a {
  padding-left: 0;
  line-height: 1.5;
}
.offcanvas-menu-wrap
  .offcanvas-content
  .offcanvas-widget
  .contact-info-list
  .widget-list-item
  a::after {
  display: none;
}
.offcanvas-menu-wrap
  .offcanvas-content
  .offcanvas-widget
  .contact-info-list
  .widget-list-link {
  color: #646464;
}
.offcanvas-menu-wrap .offcanvas-content-style-2 .offcanvas-header {
  margin-bottom: 60px;
}
.offcanvas-menu-wrap
  .offcanvas-content-style-2
  .offcanvas-bottom-area
  .offcanvas-widget {
  padding-top: 40px;
  margin-bottom: 0;
}
div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 150;
  transition: all 0.5s ease-in-out;
}
.cart-menu-btn {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
}
.cart-menu-btn i {
  margin-top: 3px;
}
.cart-menu-btn:focus {
  outline: none;
}
.cart-menu-btn .menu-btn-icon {
  padding: 10px;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 0;
  width: 60px;
  height: 50px;
}
@media (max-width: 767px) {
  .cart-menu-btn .menu-btn-icon {
    width: 45px;
    height: 40px;
  }
}
.cart-menu-btn .menu-btn-icon span {
  position: absolute;
  height: 2px;
  right: 13px;
  z-index: 2;
  background-color: #000;
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.cart-menu-btn:hover .menu-btn-icon span {
  background-color: var(--color-primary);
}
.cart-menu-btn.menu-close-btn .menu-btn-icon {
  height: 15px;
  width: 15px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeafb1;
  background-color: #fff;
  color: #7b858a;
  transition: all 0.3s ease-in-out;
}
.cart-menu-btn.menu-close-btn .menu-btn-icon :hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.cart-header .cart-title {
  font-size: 20px;
  line-height: 1;
  color: var(--color-black);
  font-weight: 700;
}
.cart-wrap {
  height: 100vh;
  padding: 40px 35px;
  max-width: 395px;
  width: 100%;
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all ease 0.5s;
  visibility: hidden;
  opacity: 0;
}
.open-cart .cart-wrap {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
@media (max-width: 767px) {
  .cart-wrap {
    padding: 20px 30px;
  }
}
.cart-wrap[data-position="right"] {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.cart-wrap .cart-content {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cart-wrap .cart-content .cart-header {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-border);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-wrap .cart-content .cart-items {
  margin-bottom: 40px;
  width: 100%;
}
.cart-wrap .cart-content .cart-items li {
  margin-right: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 15px;
  margin-bottom: 15px;
  align-items: center;
}
.cart-wrap .cart-content .cart-items li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-wrap .cart-content .cart-items li .item-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
}
.cart-wrap .cart-content .cart-items li .item-figure img {
  border-radius: 4px;
}
.cart-wrap .cart-content .cart-items li .item-figure .item-dismiss {
  position: absolute;
  z-index: 2;
  left: -7px;
  top: -7px;
}
.cart-wrap .cart-content .cart-items li .item-figure .item-dismiss a {
  height: 15px;
  width: 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeafb1;
  background-color: #fff;
  color: #7b858a;
  transition: all 0.3s ease-in-out;
}
.cart-wrap .cart-content .cart-items li .item-figure .item-dismiss a:hover {
  color: var(--color-primary);
}
.cart-wrap .cart-content .cart-items li .item-description {
  margin-left: 20px;
  padding-right: 30px;
}
.cart-wrap .cart-content .cart-items li .item-description .item-main-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.cart-wrap .cart-content .cart-items li .item-description .item-main-title a {
  color: var(--color-black);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.cart-wrap
  .cart-content
  .cart-items
  li
  .item-description
  .item-main-title:hover
  a {
  color: var(--color-primary);
}
.cart-wrap
  .cart-content
  .cart-items
  li
  .item-description
  .item-amount
  .item-quantity {
  margin-right: 5px;
}
.cart-wrap
  .cart-content
  .cart-items
  li
  .item-description
  .item-amount
  .item-price {
  margin-left: 5px;
}
.cart-wrap .cart-content .total-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cart-wrap .cart-content .total-amount .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-black);
}
.cart-wrap .cart-content .total-amount .amount {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
}
.cart-wrap .cart-content .cart-footer {
  width: 100%;
}
.cart-wrap .cart-content .action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#wrapper.open-cart > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 150;
  transition: all 0.5s ease-in-out;
}
.wrapper {
  position: relative;
  z-index: 1;
}
.wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.5s ease-out;
}
.wrapper.open:before {
  width: 100%;
}
.common-pair-elemnets {
  position: relative;
}
.common-pair-elemnets .element-list li {
  position: absolute;
  z-index: -1;
}
.common-pair-elemnets .element-list li:nth-child(1) {
  left: -36px;
  bottom: -36px;
}
.common-pair-elemnets .element-list li:nth-child(2) {
  right: -36px;
  bottom: -30px;
}
.rt-pagination {
  flex-wrap: wrap;
}
.rt-pagination .page-item {
  margin-right: 4px;
}
.rt-pagination .page-item i {
  font-size: 0.875rem;
  font-weight: 600;
}
.rt-pagination .page-item:last-child {
  margin-right: 0;
}
.rt-pagination .page-item.prev {
  margin-right: 14px;
}
.rt-pagination .page-item.next {
  margin-left: 10px;
}
.rt-pagination .page-link {
  width: 48px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: var(--color-black);
  border-radius: 3px;
}
.rt-pagination .page-link:focus {
  box-shadow: none;
}
#rtModal {
  padding-left: 17px;
}
@media (max-width: 991px) {
  #rtModal {
    display: none;
  }
}
@media (min-width: 576px) {
  #rtModal .modal-dialog {
    max-width: 980px;
    margin: 1.75rem auto;
  }
}
#rtModal .rt-modal-wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 510px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
}
#rtModal .rt-modal-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../../media/gallery/newsletter-bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#rtModal .modal-content {
  border: none;
  border-radius: 0;
}
#rtModal .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #313131;
  -webkit-clip-path: circle(100% at 100% 0);
  clip-path: circle(100% at 100% 0);
  z-index: 1;
  text-align: center;
  border: none;
  cursor: pointer;
}
#rtModal .close:focus {
  outline: none;
}
#rtModal .modal-body {
  padding: 0 45px;
  display: flex;
  align-items: center;
}
#rtModal .modal-body .content-box {
  flex: 1;
  padding: 0 50px;
}
#rtModal .modal-body .content-box .title {
  font-size: 2.25rem;
  line-height: 1.22;
  margin-bottom: 25px;
  color: #000;
}
#rtModal .rt-form-group {
  margin-bottom: 15px;
  position: relative;
}
#rtModal .rt-form-group i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#rtModal .form-control {
  padding: 5px 30px;
  height: 50px;
  color: #959595;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
}
#rtModal .form-control:focus {
  outline: 0;
  box-shadow: none;
}
#rtModal .form-check-label {
  color: #959595;
  font-size: 0.875rem;
}
#rtModal .form-check-input[type="checkbox"] {
  border: 1px solid #acacac;
  margin-right: 10px;
}
#rtModal .form-check-input[type="checkbox"]:focus {
  outline: 0;
  box-shadow: none;
}
#rtModal .submit-btn {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 30px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
#rtModal .submit-btn:hover {
  background-color: #fff;
  color: var(--color-primary);
}
#rtModal .submit-btn:focus {
  outline: none;
  box-shadow: none;
}
#rtModal input.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #959595;
}
#preloader {
  background: url("../../media/neeon.gif") rgba(255, 255, 255, 0.99) no-repeat
    scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.bs-tooltip-top {
  margin-top: 20px;
}
.tooltip-inner {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 200px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(var(--color-primary-rgb), 0.31);
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--color-primary);
}
.theme-switch-box-wrap {
  position: fixed;
  right: 12px;
  top: 320px;
  z-index: 100;
}
.theme-switch-box {
  display: grid;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  padding: 8px 6px;
  border-radius: 1.5rem;
}
.theme-switch-box__theme-status {
  color: var(--color-white);
  line-height: 1;
  text-align: center;
}
.theme-switch-box__label {
  width: 18px;
  height: 36px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border-radius: 1.5rem;
  overflow: hidden;
}
.theme-switch-box__main {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border-radius: 1.5rem;
}
.theme-switch-box__main::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(3px);
  border-radius: 100%;
  transition: 1s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 1.5rem;
}
.theme-switch-box__input {
  display: none;
}
.theme-switch-box__input:checked + .theme-switch-box__main::before {
  top: 17px;
  transition: 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.shape-element {
  position: absolute;
  z-index: -1;
}
.shape-element span {
  display: block;
}
@media (max-width: 991px) {
  .shape-element {
    display: none;
  }
}
.rt-header {
  position: relative;
  z-index: 9;
  background-color: var(--color-white);
}
.rt-header.rt-header-style-7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 44;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  .rt-header.rt-header-style-7 .container,
  .rt-header.rt-header-style-7 .container-lg,
  .rt-header.rt-header-style-7 .container-md,
  .rt-header.rt-header-style-7 .container-sm,
  .rt-header.rt-header-style-7 .container-xl {
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .rt-header.rt-header-style-7 .container,
  .rt-header.rt-header-style-7 .container-lg,
  .rt-header.rt-header-style-7 .container-md,
  .rt-header.rt-header-style-7 .container-sm,
  .rt-header.rt-header-style-7 .container-xl {
    max-width: 1600px;
  }
}
.rt-header.rt-header-style-9 {
  background-color: #000;
}
.rt-header.rt-header-style-9 .navbar-wrap {
  background-color: #000;
}
.rt-header.rt-header-style-9 .menu-wrap-style-9 {
  background-color: #202020;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .rt-header {
    display: none;
  }
}
.site-branding a {
  display: table-cell;
  vertical-align: middle;
}
.site-branding .light-logo {
  display: none;
}
.header-main-style-4 {
  min-height: 150px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.sticky .header-main-style-4 {
  min-height: 100px;
}
.header-main-style-5 {
  border-bottom: 1px solid var(--color-border);
}
.header-main-style-5 .header-action-bars {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sticky .header-main-style-5 {
  display: none;
}
.header-main-style-6 {
  border-bottom: 1px solid var(--color-border);
}
.sticky-on .header-main-style-5_sticky {
  display: none;
}
.sticky .header-main-style-5_sticky {
  display: block;
}
.header-main-style-8 {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.topbar {
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #3f3f3f;
}
.rt-trending-style-1 {
  position: relative;
  display: flex;
  align-items: center;
}
.rt-treding-slider1 {
  height: 40px;
  text-align: left;
  margin: 0;
}
.rt-treding-slider1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.rt-trending .trending-title {
  font-size: 0.8125rem;
  color: var(--color-white);
  font-weight: 300;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.rt-trending .trending-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: var(--color-white);
}
.rt-trending .trending-title .icon {
  font-size: 0.75rem;
  background-image: linear-gradient(45deg, #0034c2, #2962ff);
  color: var(--color-white);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.rt-trending .trending-slide-title {
  font-size: 13px;
  color: #e0e0e0;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0;
}
.rt-trending .trending-slide-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #656565;
}
.rt-topbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rt-topbar-right .rt-date-style-1 {
  font-size: 0.8125rem;
  color: #bebdbd;
  font-weight: 300;
  line-height: 2.1;
}
.rt-topbar-right .rt-date-style-1 .icon {
  color: var(--color-white);
  margin-right: 5px;
}
.rt-top-social {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 17px;
  margin-left: 15px;
}
.rt-top-social::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #474747;
}
.rt-top-social .follow {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-right: 12px;
  color: #fff;
}
.rt-top-social li {
  margin-right: 12px;
}
.rt-top-social li:last-child {
  margin-right: 0;
}
.rt-top-social a {
  font-size: 0.8125rem;
  color: #bebdbd;
}
.rt-top-social a:hover {
  color: #dc3a44;
}
@media (max-width: 1199px) {
  .rt-top-social {
    padding-left: 0;
    margin-left: 0;
  }
  .rt-top-social::after {
    display: none;
  }
}
.navbar-wrap {
  background-color: var(--color-white);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
}
.sticky .navbar-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 99;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0s;
}
.sticky .navbar-wrap.header-main-style-7 {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.98);
}
.header-main-style-7 {
  background: rgba(0, 0, 0, 0.625);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-main-style-7 .logo-wrapper {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-main-style-7 .logo-area {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.header-main-style-7 .logo-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 1px;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-main-style-7 .humburger-area {
  padding-right: 0;
  position: relative;
}
.header-main-style-7 .humburger-area::after {
  border: 1px solid rgba(255, 255, 255, 0.625);
  border-radius: 50%;
  transform: scale(1.375) translateX(-3px);
  z-index: 1;
}
.header-main-style-7 .humburger-area .humburger span,
.header-main-style-7 .humburger-area .humburger::after,
.header-main-style-7 .humburger-area .humburger::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.header-main-style-7 .humburger-area .humburger span {
  width: 16px;
}
.header-main-style-7 .main-menu__nav > ul > li > a {
  color: #fff;
  padding-top: 29px;
  padding-bottom: 29px;
}
.header-main-style-8 .main-menu__nav > ul > li > a {
  padding-top: 32px;
  padding-bottom: 32px;
}
.header-main-style-9 .main-menu__nav > ul > li > a {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.main-menu__nav ul li {
  display: inline-block;
  align-items: center;
  position: relative;
  margin-right: 17px;
}
.main-menu__nav ul li.active > a {
  color: #dc3a44;
}
.main-menu__nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .main-menu__nav ul li:last-child:hover .main-menu__dropdown {
    right: 0;
    left: auto;
  }
}
.main-menu__nav ul li:hover .main-menu__dropdown {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}
.main-menu__nav ul li > a {
  font-size: 0.9375rem;
  color: var(--color-black);
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 39px 6px;
}
.header-main-style-5 .main-menu__nav ul li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-menu__nav ul li > a::before {
  position: absolute;
  content: "";
  height: 4px;
  background: #dc3a44;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
}
.main-menu__nav ul li:hover > a {
  color: #dc3a44;
}
.main-menu__nav ul li:hover > a::before {
  background: #eca154;
  transform: scaleX(1);
}
.main-menu__nav ul li ul {
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.main-menu__nav ul li ul li {
  display: block;
  padding: 0 10px;
  margin: 0;
}
.main-menu__nav ul li ul li.menu-drop-icon > a {
  position: relative;
}
.main-menu__nav ul li ul li ul {
  left: 100%;
  top: 0;
}
.main-menu__nav ul li ul li a {
  display: block;
  padding: 8px 10px;
  color: #656567;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.header-main-style-5 .main-menu__nav ul li ul li a {
  padding: 8px 10px;
}
.main-menu__nav ul li ul li a::after {
  float: right;
}
.main-menu__nav ul li ul li a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: #dc3a44;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.main-menu__nav ul li ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.main-menu__nav ul li ul li:hover a::before {
  height: 11px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.main-menu__nav_sub > a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  transform: rotate(0deg);
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  transition: all ease 0.5s;
}
.main-menu__nav_sub:hover > a::after {
  transform: rotate(180deg) translateX(-6px);
}
.header-action-items {
  display: flex;
  align-items: center;
}
.header-action-items .item {
  margin-right: 16px;
}
.header-action-items .item:last-child {
  margin-right: 0;
}
.header-action-items .item a {
  color: #818181;
  font-size: 1.25rem;
}
.header-main-style-9 .header-action-items .item a {
  color: #b8b8b8;
}
.header-action-items .item a:hover {
  color: #dc3a44;
}
.header-action-items .item.cart-icon {
  margin-right: 28px;
}
.header-action-items .item.cart-icon a {
  position: relative;
}
.header-action-items .item.cart-icon a .item-count {
  position: absolute;
  right: -12px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #dc3a44;
  color: var(--color-white);
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.humburger {
  position: relative;
  z-index: 4;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
}
.humburger.layout-2 {
  display: flex;
  align-items: center;
}
.humburger.layout-2 .menu-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 40px;
  color: #3f3f3f;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.humburger span,
.humburger::after,
.humburger::before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  background-color: #636363;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.header-main-style-9 .humburger span,
.header-main-style-9 .humburger::after,
.header-main-style-9 .humburger::before {
  background-color: #b8b8b8;
}
.humburger > span {
  top: 50%;
  margin-top: -1px;
}
.humburger::before {
  top: 8px;
}
.humburger::after {
  bottom: 8px;
}
.humburger:hover span,
.humburger:hover::after,
.humburger:hover::before {
  background-color: #dc3a44;
}
.humburger:hover .menu-text {
  color: #dc3a44;
}
.open .humburger span {
  visibility: hidden;
  opacity: 0;
}
.open .humburger::before {
  transform: rotate(45deg);
  top: 15px;
}
.open .humburger::after {
  transform: rotate(-45deg);
  bottom: 15px;
}
.icon-two {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.hamburger-two:before,
.hamburger-two:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background: #fcfcfc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.icon-two.active-two .hamburger-two {
  transform: rotate(180deg);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.icon-two.active-two .hamburger-two:before {
  top: -9px;
  right: -5px;
  width: 30px;
  transform: rotate(-135deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.icon-two.active-two .hamburger-two:after {
  top: 9px;
  right: -5px;
  width: 30px;
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.offscreen-navigation .menu > li {
  border-bottom: 1px solid #e9e9e9;
}
.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}
.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 12px 30px;
  transition: all 0.3s ease-in-out;
}
.offcanvas-content-style-2 .offscreen-navigation .menu > li > a {
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 0;
}
.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}
.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}
.offscreen-navigation .sub-menu {
  display: none;
  background-color: #fff;
}
.offscreen-navigation .sub-menu li.menu-item-has-children > a::after,
.offscreen-navigation .sub-menu li.menu-item-has-children > a::before {
  right: 40px;
}
.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding: 7px 40px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
  padding-left: 30px;
}
.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(var(--color-primary-rgb), 0.05);
}
.offscreen-navigation .sub-menu li .sub-menu li a {
  padding: 7px 50px;
}
.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li > a:hover {
  color: #dc3a44;
}
.offscreen-navigation ul li.menu-item-has-children > a:after {
  color: #999;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a:before {
  color: #999;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
  opacity: 0;
  visibility: hidden;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
  opacity: 1;
  visibility: visible;
}
.rt-slide-nav {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-shadow: 0 1px 3px 0 rgba(var(--color-black-rgb), 0.2);
  top: 100%;
  z-index: 99;
}
.rt-mobile-header {
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  .rt-mobile-header {
    display: none;
  }
}
.mobile-top-bar {
  border-bottom: 1px solid var(--color-border);
}
.mobile-top-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 12px 15px 12px;
  flex-wrap: wrap;
}
.mobile-top-list .icon {
  color: var(--color-primary);
}
.mobile-top-list li {
  margin-right: 18px;
}
.mobile-top-list li:last-of-type {
  margin-right: 0;
}
.mobile-menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px;
  border-bottom: 1px solid rgba(81, 81, 81, 0.15);
}
.mobile-menu-bar .logo img {
  max-width: 120px;
}
.mobile-sticky .mobile-menu-bar-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0s;
}
.mobile-sticky .mobile-menu-bar-wrap.header-main-style-7 {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.98);
}
body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
  background: #000;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  transform: rotate(-45deg) translate(8px, -8px);
}
.header-middlebar.header-middlebar-style-8 {
  padding: 25px 0;
}
.search-wrapper {
  position: relative;
  max-width: 190px;
}
@media (max-width: 1199px) {
  .search-wrapper {
    display: none;
  }
}
.search-wrapper .search-form-box .form-group {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  border-radius: unset;
  border: none;
}
.search-wrapper .search-form-box .form-group .rt-search-control {
  font-size: 14px;
  font-weight: 400;
  color: #e7e7e7;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  height: 43px;
  padding: 5px 30px;
  padding-right: 30px;
  text-transform: capitalize;
}
.search-wrapper
  .search-form-box
  .form-group
  .rt-search-control::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .rt-search-control::placeholder {
  color: #fff;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 18px;
  border: none;
  transition: all 0.3s ease;
}
.search-wrapper .search-form-box .form-group .search-submit:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.search-wrapper.search-wrapper-style-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 1px;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.4);
}
.search-wrapper.search-wrapper-style-2::after {
  display: none;
}
.search-wrapper.search-wrapper-style-2
  .search-form-box
  .form-group
  .rt-search-control {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  height: 43px;
  padding: 5px 30px;
  padding-right: 30px;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2
  .search-form-box
  .form-group
  .rt-search-control::-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2
  .search-form-box
  .form-group
  .rt-search-control::placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2
  .search-form-box
  .form-group
  .search-submit {
  color: #9b9b9b;
  font-size: 20px;
}
.search-wrapper.search-wrapper-style-2
  .search-form-box
  .form-group
  .search-submit:hover {
  color: var(--color-primary);
}
.rt-post {
  display: flex;
}
.rt-post.post-thumb {
  align-items: center;
}
.rt-post.post-thumb .post-img {
  border-radius: 0;
}
.rt-post.post-thumb .post-img img {
  border-radius: 0;
  filter: grayscale(1);
}
.swiper-slide-thumb-active .rt-post.post-thumb .post-img {
  position: relative;
}
.swiper-slide-thumb-active .rt-post.post-thumb .post-img img {
  filter: grayscale(0);
}
.rt-post.post-thumb .rt-post-cat-normal {
  color: var(--color-white);
}
.rt-post.post-thumb .post-title {
  color: var(--color-white);
  font-weight: 600;
}
.rt-post.post-thumb:hover .post-img img {
  transform: scale(1.02);
}
.rt-post.white-style .post-title a {
  color: var(--color-white);
}
.rt-post .post-img {
  flex-shrink: 0;
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  position: relative;
}
.rt-post .post-img .rt-play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.rt-post .post-img img {
  border-radius: var(--border-radius-xs);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transform: scale(1.02);
}
.rt-post .post-content {
  flex-grow: 1;
}
.rt-post:hover .post-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.post-title {
  color: var(--color-black);
}
.post-title a,
.post-title .title-ex {
  color: inherit;
  display: inline;
  padding-bottom: 0;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: linear-gradient(
    to bottom,
    currentColor 0%,
    currentColor 98%
  );
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.post-title.title-ex_2 {
  font-size: 1.25rem;
}
.post-title.title-ex_2 a {
  background-size: 0 2px;
}
.post-title.title-ex_2:hover a {
  background-size: 100% 2px;
}
.post-title.bold-underline a {
  background-size: 0 2px;
}
.post-title.bold-underline:hover a {
  background-size: 100% 2px;
}
.post-title:hover a {
  background-size: 100% 1px;
}
.feature-section-style-1 {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
  counter-reset: post-counter;
}
.feature-section-style-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  counter-reset: post-counter;
  background-color: var(--color-white);
}
.post-sm .post-content .post-title {
  font-size: 1rem;
}
.post-sm.style-1 {
  align-items: center;
}
.post-sm.style-1 .post-img {
  border-radius: 50%;
  overflow: unset;
  flex: 0 0 100px;
}
.post-sm.style-1 .post-img::after {
  right: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #555;
  font-size: 0.75rem;
  color: #fff;
  counter-increment: post-counter;
  content: counter(post-counter);
  font-weight: 500;
}
.post-sm.style-1 .post-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.post-sm.style-1:hover .post-img img {
  transform: scale(1.02);
}
.post-sm.style-2 .post-img {
  margin-left: 24px;
}
.post-sm.style-2 .post-img::after {
  left: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  border-top-right-radius: 3px;
  background-color: var(--color-white);
  font-size: 1rem;
  color: var(--color-primary);
  counter-increment: post-counter;
  content: counter(post-counter);
  font-weight: 500;
}
.whats-new-wrap .post-sm.style-2 .post-img::after {
  background-color: var(--color-black);
  color: var(--color-white);
}
.post-sm.style-2.layout-2 {
  align-items: center;
}
.post-sm.style-2.layout-2 .post-img {
  margin-left: 0;
  margin-right: 24px;
}
.post-sm.style-2.layout-2 .post-img::after {
  display: none;
}
.post-sm .post-img {
  position: relative;
}
.post-sm .post-img::after {
  content: "";
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.right-siderbar .post-sm .post-img {
  max-width: 125px;
  width: 100%;
}
@media (max-width: 767px) {
  .post-sm.white-style {
    align-items: center;
  }
}
.post-sm.white-style .post-img {
  border-radius: 50%;
}
.post-sm.white-style .post-title {
  font-size: 0.9375rem;
  font-weight: 600;
}
.post-sm.white-style .post-title a {
  color: #ebebeb;
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: linear-gradient(
    to bottom,
    var(--color-white) 0%,
    var(--color-white) 98%
  );
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.post-sm.white-style .rt-post-cat-normal {
  color: #d0d0d0;
}
.post-sm.white-style .rt-meta {
  color: #d0d0d0;
}
.post-sm.white-style .post-img::after {
  display: none;
}
.post-sm.white-style:hover .post-title a {
  background-size: 100% 1px;
}
.post-sm.style-3 .post-img {
  flex: 0 0 216px;
  border-radius: 0;
}
.post-sm.style-3 .post-img a {
  height: 100%;
}
.post-sm.style-3 .post-img a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-sm.style-3 .post-content {
  border: 1px solid var(--color-border);
  border-right: none;
  padding: 20px;
}
@media (max-width: 575px) {
  .post-sm.style-3 {
    flex-direction: column-reverse;
  }
  .post-sm.style-3 .post-img {
    flex: 0 0 100%;
  }
  .post-sm.style-3 .post-img a {
    width: 100%;
  }
  .post-sm.style-3 .post-img img {
    width: 100%;
  }
  .post-sm.style-3 .post-content {
    border: 1px solid var(--color-border);
    border-top: none;
  }
}
.post-sm.style-4 .post-img {
  flex: 0 0 190px;
  border-radius: 0;
}
.post-sm.style-4 .post-img a {
  height: 100%;
}
.post-sm.style-4 .post-img a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-sm.style-4 .post-content {
  padding: 20px;
}
@media (min-width: 992px) {
  .post-sm.style-4.border-only {
    border-right: 1px solid var(--color-border);
  }
}
@media (max-width: 575px) {
  .post-sm.style-4 {
    flex-direction: column;
  }
  .post-sm.style-4 .post-img {
    flex: 0 0 100%;
  }
  .post-sm.style-4 .post-img a {
    width: 100%;
  }
  .post-sm.style-4 .post-img img {
    width: 100%;
  }
  .post-sm.style-4 .post-content {
    border: 1px solid var(--color-border);
    border-top: none;
  }
}
.post-sm:hover .post-img::after {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.whats-new-wrap .post-sm:hover .post-img::after {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.rt-post-overlay {
  position: relative;
  height: 100%;
}
.rt-post-overlay .post-img {
  height: 100%;
  position: relative;
  border-radius: var(--border-radius-xs);
  overflow: hidden;
}
.rt-post-overlay .post-img > a:first-of-type {
  position: relative;
  display: block;
}
.rt-post-overlay .post-img > a:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 59%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: var(--border-radius-xs);
  border-bottom-right-radius: var(--border-radius-xs);
}
.rt-tending-slider-style-2 .rt-post-overlay .post-img > a:first-of-type::after {
  border-radius: 0;
}
.rt-post-overlay .post-img .rt-play-over-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.rt-post-overlay .post-img .rt-play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .rt-post-overlay .post-img .rt-play-over.sm-right {
    transform: none;
    left: unset;
    top: unset;
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 991px) {
  .rt-post-overlay .post-img .rt-play-over.md-right {
    transform: none;
    left: unset;
    top: unset;
    right: 30px;
    top: 30px;
  }
}
.rt-post-overlay .post-img .right-top {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3;
}
.rt-post-overlay .post-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}
.rt-post-overlay .post-img + .post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.5s ease;
  transform: translateY(0);
  padding: 25px;
}
.rt-post-overlay .post-content .post-title {
  font-size: 1.424rem;
  margin-bottom: 10px;
  color: #fff;
}
.rt-post-overlay .post-content .post-title a {
  color: inherit;
  background-size: 0 2px;
}
.rt-post-overlay .post-content .post-title:hover {
  color: #fff;
}
.rt-post-overlay .post-content .post-title:hover a {
  background-size: 100% 2px;
}
.rt-post-overlay.rt-post-overlay-xl .post-img + .post-content {
  padding: 50px;
}
@media (max-width: 767px) {
  .rt-post-overlay.rt-post-overlay-xl .post-img + .post-content {
    padding: 25px;
  }
}
.rt-post-overlay.rt-post-overlay-xl .post-title {
  font-size: 1.5rem;
}
.rt-post-overlay.rt-post-overlay-xl.layout-1 .post-title {
  font-size: 2.25rem;
}
@media (max-width: 575px) {
  .rt-post-overlay.rt-post-overlay-xl.layout-1 .post-title {
    font-size: 1.75rem;
  }
}
.rt-post-overlay.rt-post-overlay-xl.layout-2 .post-title {
  font-size: 1.75rem;
}
.rt-post-overlay.ex-layout .post-img img {
  min-height: 370px;
}
.rt-post-overlay.rt-post-overlay-lg .post-title {
  font-size: 1.5rem;
}
.rt-post-overlay.rt-post-overlay-lg.layout-4 .post-img img {
  min-height: 550px;
}
@media (max-width: 767px) {
  .rt-post-overlay.rt-post-overlay-lg.layout-4 .post-img img {
    min-height: 450px;
  }
}
.rt-post-overlay.rt-post-overlay-lg.layout-4 .post-title {
  font-size: 1.5rem;
}
@media (min-width: 1400px) {
  .rt-post-overlay.rt-post-overlay-lg.layout-5 .post-content {
    max-width: 70%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .rt-post-overlay.rt-post-overlay-lg.layout-5 .post-content {
    max-width: 80%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .rt-post-overlay.rt-post-overlay-lg.layout-5 .post-content {
    max-width: 75%;
    width: 100%;
  }
}
.rt-post-overlay.rt-post-overlay-lg.layout-6 .post-img img {
  min-height: 520px;
}
@media (max-width: 767px) {
  .rt-post-overlay.rt-post-overlay-lg.layout-6 .post-img img {
    min-height: 450px;
  }
}
.rt-post-overlay.rt-post-overlay-lg.layout-6 .post-title {
  font-size: 1.375rem;
}
.rt-post-overlay.rt-post-overlay-md .post-img img {
  min-height: 350px;
}
.rt-post-overlay.rt-post-overlay-md .post-title {
  font-size: 1.25rem;
}
.rt-post-overlay.rt-post-overlay-md.layout-3 .post-img {
  height: auto;
}
.rt-post-overlay.rt-post-overlay-md.layout-3 .post-img img {
  min-height: 290px;
  height: 290px;
}
@media (max-width: 991px) {
  .rt-post-overlay.rt-post-overlay-md.layout-3 .post-img {
    height: 100%;
  }
  .rt-post-overlay.rt-post-overlay-md.layout-3 .post-img img {
    min-height: 350px;
    height: 350px;
  }
}
.rt-post-overlay.rt-post-overlay-md.layout-3 .post-title {
  font-size: 1.25rem;
}
.rt-post-overlay.rt-post-overlay-md.layout-4 {
  box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-xs);
}
.rt-post-overlay.rt-post-overlay-md.layout-4 .post-img img {
  min-height: 520px;
}
.rt-post-overlay.rt-post-overlay-md.layout-6 .post-img img {
  min-height: 480px;
}
.rt-post-overlay.rt-post-overlay-sm .post-title {
  font-size: 1.125rem;
}
.rt-post-overlay.rt-post-overlay-sm .post-title a {
  background-size: 0 1px;
}
.rt-post-overlay.rt-post-overlay-sm .post-title:hover .post-title a {
  background-size: 100% 1px;
}
.rt-post-overlay.rt-post-overlay-sm:hover .post-title a {
  background-size: 100% 1px;
}
.rt-post-overlay:hover .post-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.rt-post-overlay.post-trending .post-img {
  border-radius: 0;
}
.rt-post-overlay.post-trending .post-img img {
  min-height: 600px;
  border-radius: 0;
}
.rt-post-overlay.post-trending .post-img::after {
  border-radius: 0;
}
@media (max-width: 767px) {
  .rt-post-overlay .post-img img {
    min-height: 450px;
  }
}
.rt-post-overlay.single-post-overlay .post-img {
  border-radius: 0;
}
.rt-post-overlay.single-post-overlay .post-img img {
  border-radius: 0;
}
@media (max-width: 991px) {
  .rt-post-overlay.single-post-overlay .post-img img {
    min-height: 500px;
  }
}
.rt-post-overlay.single-post-overlay .post-img::after {
  border-radius: 0;
}
@media (min-width: 1200px) {
  .rt-post-overlay.single-post-overlay .post-content {
    max-width: 80%;
    width: 100%;
  }
}
.post-md .post-img {
  flex-shrink: 1;
  overflow: hidden;
}
.post-md .post-img img {
  transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.post-md .post-content {
  padding-left: 24px;
}
.post-md .post-content .post-title {
  font-size: 1.125rem;
}
.post-md.style-2 .post-img {
  flex: auto;
  min-width: 350px;
  max-width: 350px;
  width: 100%;
}
.post-md.style-2 .post-img > a:first-of-type {
  width: 100%;
  height: 100%;
  display: block;
}
.post-md.style-2 .post-img > a:first-of-type img {
  height: 100%;
}
.post-md.style-2 .post-img .rt-play-over-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #6a6a6a;
}
.post-md.style-2 .post-img .rt-play-over-right-bottom:hover {
  background-color: var(--color-primary);
}
.post-md.style-2 .post-content {
  padding-left: 24px;
}
.post-md.style-2 .post-content .post-title {
  font-size: 1.375rem;
}
.post-md.style-2 .post-content .post-title a {
  background-size: 0 2px;
}
.post-md.style-2 .post-content .post-title:hover a {
  background-size: 100% 2px;
}
@media (max-width: 991px) {
  .post-md.style-2 {
    flex-direction: column;
  }
  .post-md.style-2 .post-img {
    max-width: 100%;
    min-width: 100%;
  }
  .post-md.style-2 .post-content {
    padding: 20px 0;
    padding-left: 0;
  }
}
.post-md.style-3 {
  align-items: center;
}
.post-md.style-3 .post-img {
  max-width: 220px;
  width: 100%;
}
.post-md.style-3 .post-title {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .post-md.style-3 {
    display: block;
  }
  .post-md.style-3 .post-img {
    max-width: 100%;
  }
  .post-md.style-3 .post-img a {
    width: 100%;
    display: block;
  }
  .post-md.style-3 .post-img img {
    width: 100%;
  }
}
.post-md.style-3.layout-2 .post-img {
  max-width: 210px;
}
@media (max-width: 767px) {
  .post-md.style-3.layout-2 .post-img {
    max-width: 100%;
  }
  .post-md.style-3.layout-2 .post-img a {
    width: 100%;
    display: block;
  }
  .post-md.style-3.layout-2 .post-img img {
    width: 100%;
  }
}
.post-md.style-4 .post-img {
  max-width: 50%;
  width: 100%;
  flex: 0 0 50%;
}
.post-md.style-4 .post-content {
  text-align: center;
}
.post-md.style-4 .post-meta ul {
  justify-content: center;
}
@media (min-width: 992px) {
  .post-md.style-4 .post-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .post-md.style-4 .post-img {
    max-width: 100%;
  }
  .post-md.style-4 .post-content {
    text-align: left;
  }
  .post-md.style-4 .post-meta ul {
    justify-content: flex-start;
  }
}
.post-md.style-5 {
  display: block;
}
.post-md.style-5 .post-img {
  max-width: 100%;
}
.post-md.style-5 .post-content {
  padding: 25px 0;
}
.post-md.style-5 .post-title {
  font-size: 1.75rem;
}
.post-md.style-5 .post-title a {
  background-size: 0 2px;
}
.post-md.style-5 .post-title:hover a {
  background-size: 100% 2px;
}
.post-md.style-7 .post-img {
  flex: 1;
}
.post-md.style-7 .post-content {
  flex: 1;
  padding-left: 24px;
}
@media (max-width: 991px) {
  .post-md.style-7 {
    flex-direction: column;
  }
  .post-md.style-7 .post-content {
    padding-left: 0;
    padding: 20px 0;
  }
}
.post-md.style-7 .post-title {
  font-size: 1.375rem;
}
.post-md.style-7 .post-title a {
  background-size: 0 2px;
}
.post-md.style-7 .post-title:hover a {
  background-size: 100% 2px;
}
@media (max-width: 767px) {
  .post-md {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-md .post-content {
    padding: 20px 0;
    padding-left: 0;
  }
}
.post-md.style-6 .post-img {
  flex: 0 0 280px;
  width: 100%;
}
.post-md.style-6 .post-img > a:first-of-type {
  width: 100%;
  height: 100%;
  display: block;
}
.post-md.style-6 .post-img > a:first-of-type img {
  height: 100%;
}
.post-md.style-6 .post-content {
  padding-left: 24px;
}
@media (max-width: 991px) {
  .post-md.style-6 {
    flex-direction: column;
  }
  .post-md.style-6 .post-img {
    max-width: 100%;
  }
  .post-md.style-6 .post-content {
    padding: 20px 0;
    padding-left: 0;
  }
}
.post-md.style-8 {
  flex-direction: row;
  align-items: center;
}
.post-md.style-8 .post-img {
  flex: 1;
}
.post-md.style-8 .post-content {
  padding: 0;
  flex: 1;
  padding-left: 24px;
}
.post-md.style-8 .post-title {
  font-size: 1rem;
}
.post-md.style-9 {
  flex-direction: row-reverse;
}
.post-md.style-9 .post-img {
  flex: auto;
  max-width: 350px;
  min-width: 350px;
}
.post-md.style-9 .post-img > a:first-of-type {
  width: 100%;
  height: 100%;
  display: block;
}
.post-md.style-9 .post-img > a:first-of-type img {
  height: 100%;
}
.post-md.style-9 .post-content {
  padding: 0;
  padding-right: 24px;
}
.post-md.style-9 .post-title {
  font-size: 1.375rem;
}
.post-md.style-9 .post-title a {
  background-size: 0 2px;
}
.post-md.style-9 .post-title:hover a {
  background-size: 100% 2px;
}
@media (max-width: 991px) {
  .post-md.style-9 {
    flex-direction: column;
  }
  .post-md.style-9 .post-img {
    flex: auto;
    max-width: 100%;
    min-width: 100%;
  }
  .post-md.style-9 .post-content {
    padding: 20px 0;
  }
}
.post-md.style-10 .post-img {
  min-width: 180px;
  max-width: 180px;
}
.post-md.style-10 .post-img > a:first-of-type {
  width: 100%;
  display: block;
  height: 100%;
}
.post-md.style-10 .post-img > a:first-of-type img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-md.style-10 .post-content {
  padding: 0;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .post-md.style-10 .post-img {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .post-md.style-10 .post-content {
    padding: 0;
  }
}
.post-md.style-12 {
  align-items: center;
}
.post-md.style-12 .post-img {
  flex: 1;
  border-radius: 0;
}
.post-md.style-12 .post-content {
  flex: 1;
  padding: 20px;
  padding-left: 24px;
}
.post-md.style-12 .post-title {
  font-size: 1.375rem;
}
.post-md.style-12 .post-title a {
  background-size: 0 2px;
}
.post-md.style-12 .post-title:hover a {
  background-size: 100% 2px;
}
@media (max-width: 991px) {
  .post-md.style-12 {
    flex-direction: column;
  }
  .post-md.style-12 .post-content {
    padding-left: 0;
    padding: 20px 0;
  }
}
.top-stories-style-1 {
  padding-bottom: 35px;
  background-color: #fbf8f5;
  overflow: hidden;
}
.top-stories-style-1 .element-list li {
  position: absolute;
}
.top-stories-style-1 .element-list li:nth-child(1) {
  left: 115px;
  top: 50%;
}
.top-stories-style-1 .element-list li:nth-child(2) {
  right: 80px;
  top: 0;
}
.top-stories-style-1 .element-list li:nth-child(3) {
  right: 0;
  bottom: 0;
}
.rt-post-grid-xl .post-img {
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.rt-post-grid-xl .post-img img {
  border-radius: var(--border-radius-xs);
  transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.rt-post-grid-xl .post-img .post-cat {
  position: absolute;
  left: 20px;
  top: 20px;
}
.rt-post-grid-xl .post-img:hover img {
  transform: scale(1.1);
}
.rt-post-grid-xl .post-title {
  font-size: 1.125rem;
}
.sidebar-wrap .rt-post-grid-xl .post-title {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .rt-post-grid-xl.b--r {
    border-right: 1px solid var(--color-border);
  }
}
@media (min-width: 1200px) {
  .rt-post-grid-xl {
    padding-right: 24px;
  }
}
.rt-post-grid-xl p {
  margin-top: 15px;
}
.rt-post-grid-xl .cat-list .post-title {
  font-size: 0.9375rem;
}
.rt-post-grid-xl .cat-list li {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  padding-bottom: 20px;
}
.rt-post-grid-xl .cat-list li:last-child {
  padding-bottom: 0;
}
.rt-post-grid .post-img {
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  position: relative;
}
.rt-post-grid .post-img img {
  border-radius: var(--border-radius-xs);
  transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.rt-post-grid .post-img .rt-meta-over {
  position: absolute;
  left: 20px;
  top: 20px;
}
.rt-post-grid .post-img .rt-meta-over-left-bottom {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.rt-post-grid .post-img .rt-play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.rt-post-grid .post-content {
  padding: 20px 0;
}
.rt-post-grid .post-content .post-title {
  font-size: 1.125rem;
}
.rt-post-grid:hover .post-img img {
  transform: scale(1.1);
}
.rt-post-grid.post-grid-md .post-content {
  padding: 15px 0;
  padding-right: 0;
}
.rt-post-grid.post-grid-md .post-title {
  font-size: 1rem;
}
.rt-post-grid.post-grid-style-2 .post-title {
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .rt-post-grid.cat-post.b--r {
    border-right: 1px solid var(--color-border);
  }
}
@media (min-width: 1200px) {
  .rt-post-grid.cat-post {
    padding-right: 24px;
  }
}
.rt-post-grid.cat-post .post-img .post-cat {
  position: absolute;
  left: 20px;
  top: 20px;
}
.rt-post-grid.cat-post p {
  margin-top: 15px;
}
.rt-post-grid.cat-post .cat-list .post-title {
  font-size: 0.9375rem;
}
.rt-post-grid.cat-post .cat-list li {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  padding-bottom: 20px;
}
.rt-post-grid.cat-post .cat-list li:last-child {
  padding-bottom: 0;
}
.rt-post-grid.post-grid-lg-style-1 .post-content {
  margin: 0 auto;
  padding: 30px 90px;
  text-align: center;
  position: relative;
}
@media (max-width: 1400px) {
  .rt-post-grid.post-grid-lg-style-1 .post-content {
    padding: 30px 20px;
  }
}
.rt-post-grid.post-grid-lg-style-1 .post-content .shape-13 {
  position: absolute;
  left: -45px;
  top: -80px;
  z-index: -1;
}
.rt-post-grid.post-grid-lg-style-1 .post-meta ul {
  justify-content: center;
}
.rt-post-grid.post-grid-lg-style-1 .post-title {
  font-size: 1.75rem;
}
.rt-post-grid.post-grid-lg-style-1 .post-title a {
  background-size: 0 2px;
}
.rt-post-grid.post-grid-lg-style-1 .post-title:hover a {
  background-size: 100% 2px;
}
.rt-post-grid.rt-post-grid-style-3,
.rt-post-grid.rt-post-grid-style-4 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rt-post-grid.rt-post-grid-style-3 .post-img,
.rt-post-grid.rt-post-grid-style-4 .post-img {
  height: 100%;
}
.rt-post-grid.rt-post-grid-style-3 .post-img a,
.rt-post-grid.rt-post-grid-style-4 .post-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.rt-post-grid.rt-post-grid-style-3 .post-img img,
.rt-post-grid.rt-post-grid-style-4 .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rt-post-grid.rt-post-grid-style-3 .post-content,
.rt-post-grid.rt-post-grid-style-4 .post-content {
  padding: 25px;
  border: 1px solid var(--color-border);
  border-top: none;
}
.rt-post-grid.rt-post-grid-style-3 .post-content .post-title,
.rt-post-grid.rt-post-grid-style-4 .post-content .post-title {
  font-size: 1.375rem;
}
.rt-post-grid.rt-post-grid-style-3 .post-content .post-title a,
.rt-post-grid.rt-post-grid-style-4 .post-content .post-title a {
  background-size: 0 2px;
}
.rt-post-grid.rt-post-grid-style-3 .post-content .post-title:hover a,
.rt-post-grid.rt-post-grid-style-4 .post-content .post-title:hover a {
  background-size: 100% 2px;
}
.rt-post-grid.rt-post-grid-style-4 .post-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rt-post-grid.rt-post-grid-style-4 .post-content {
  background-color: #f8f8f8;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.featured-area-style-1 {
  counter-reset: post-counter;
}
@media (min-width: 1400px) {
  .featured-area-style-1 {
    margin-right: 28px;
  }
}
.featured-sticky {
  position: sticky;
  top: 0;
}
.featured-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.featured-tab-title .rt-section-heading {
  flex: 1;
  margin-bottom: 0;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .featured-tab-title {
    display: block !important;
    text-align: center;
  }
  .featured-tab-title .rt-section-text {
    margin-right: 0;
  }
  .featured-tab-title .rt-section-heading {
    justify-content: center;
  }
  .featured-tab-title .rt-section-heading .rt-section-dot,
  .featured-tab-title .rt-section-heading .rt-section-line {
    display: none;
  }
  .featured-tab-title .rt-tab-menu {
    margin: 0 auto;
    margin-top: 15px;
    justify-content: center;
  }
  .featured-tab-title .rt-tab-menu .menu-link {
    padding: 10px;
    border: none;
    border-radius: 4px !important;
  }
}
.rt-tab-menu {
  position: relative;
  display: inline-flex;
}
.right-siderbar .rt-tab-menu {
  display: flex;
  justify-content: space-between;
}
.right-siderbar .rt-tab-menu .menu-item {
  width: 50%;
  text-align: center;
}
.right-siderbar .rt-tab-menu .menu-link {
  width: 100%;
  padding: 13px 20px;
  text-transform: uppercase;
}
.rt-tab-menu .menu-item {
  margin: 0;
}
.rt-tab-menu .menu-item:first-child .menu-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-width: 1px;
}
.rt-tab-menu .menu-item:last-child .menu-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}
.rt-tab-menu .menu-link {
  font-size: 0.875rem;
  color: #929292;
  font-weight: 600;
  display: inline-block;
  padding: 9px 20px;
  line-height: 1.2;
  position: relative;
  font-family: var(--font-title);
  text-transform: capitalize;
  border-color: var(--color-border);
  border-width: 1px 0;
  border-style: solid;
}
.rt-tab-menu .menu-link.active,
.rt-tab-menu .menu-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
}
.post-wrap .post-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-border);
}
.post-wrap .post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 991px) {
  .post-wrap .post-item {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .post-wrap-style-3 .post-item .post-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-wrap-style-3 .post-item .post-content {
    padding: 20px;
    text-align: center;
  }
  .post-wrap-style-3 .post-item .post-content .post-meta ul {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .post-wrap-style-3 .post-item:nth-of-type(even) .rt-post {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .post-wrap-style-3 .post-item {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color-border);
  }
  .post-wrap-style-3 .post-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.whats-new-wrap {
  background-color: #fbf8f5;
  padding: 10px;
}
@media (min-width: 1400px) {
  .whats-new-wrap {
    padding: 50px;
  }
}
.featured-post-style-4 {
  overflow: hidden;
  padding-top: 0;
}
@media (max-width: 991px) {
  .featured-post-style-4 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .featured-middle-post-style-5 {
    margin: 0 16px;
  }
}
.featured-area-style-5 {
  margin-right: 16px;
}
.news-list-style-2 .item {
  border-bottom: 1px solid var(--color-border);
  padding: 15px 0;
}
.news-list-style-2 .item .post-title {
  font-size: 1rem;
}
.most-popular-section-style-1 {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .most-popular-section-style-1 {
    margin-top: 0;
  }
}
.titile-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .titile-wrapper {
    display: block;
  }
  .titile-wrapper .slider-navigation {
    margin-top: 20px;
  }
}
.post-grid-list-style-6 .item {
  padding-bottom: 22px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--color-border);
}
.post-grid-list-style-6 .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.post-grid-list-style-6 .item:last-child .post-content {
  padding-bottom: 0;
}
.featured-wrapper-style-6 {
  padding: 40px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f7f7f7;
  counter-reset: post-counter;
  position: relative;
}
@media (max-width: 767px) {
  .featured-wrapper-style-6 {
    background-image: unset !important;
    padding: 40px 20px;
  }
}
.featured-wrapper-style-6 .shape-14 {
  position: absolute;
  right: -90px;
  top: -90px;
  z-index: -1;
}
.news-feature-sec-gap {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .news-feature-sec-gap {
    padding: 60px 0;
  }
}
.rt-sidebar-section-layout-1 {
  padding-top: 60px;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .rt-sidebar-section-layout-1 {
    padding: 60px 0;
  }
}
.rt-sidebar-section-layout-2 {
  padding-top: 30px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .rt-sidebar-section-layout-2 {
    padding: 30px 0;
  }
}
.post-list-style-4 .post-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .post-list-style-4 .post-item {
    margin-bottom: 20px;
  }
}
.post-list-style-4 .post-item:last-child {
  margin-bottom: 0;
}
video {
  max-width: 100%;
  height: auto;
}
.rt-post-video-overlay .post-video {
  height: 100%;
}
.rt-post-video-overlay .post-video video {
  height: 100%;
}
[class*="sports-section-"] .post-img,
[class*="sports-section"] .post-img {
  border-radius: 0;
}
[class*="sports-section-"] .post-img a:first-of-type::after,
[class*="sports-section"] .post-img a:first-of-type::after {
  border-radius: 0;
}
.rt-post-list-style-4 .post-title {
  font-size: 1.125rem;
}
.rt-post-list-style-4 .item {
  padding-bottom: 16px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--color-border);
}
.rt-post-list-style-4 .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.rt-post-with-listing-style-4 {
  display: grid;
  gap: 30px;
}
.rt-main-post-single {
  position: relative;
}
.rt-main-post-single .post-share-style-1 {
  position: absolute;
  margin-left: -90px;
  height: calc(100% + 50px);
}
.rt-main-post-single .post-share-style-1 .share-text {
  text-align: center;
  margin-bottom: 18px;
}
.rt-main-post-single .post-share-style-1 .share-text i,
.rt-main-post-single .post-share-style-1 .share-text span {
  display: block;
}
.rt-main-post-single .post-share-style-1 .share-text i {
  color: #a5a6aa;
  margin-bottom: 10px;
}
.rt-main-post-single .post-share-style-1 .share-text span {
  font-size: 0.75rem;
  color: var(--color-black);
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.rt-main-post-single .post-share-style-1 .inner {
  position: sticky;
  top: 125px;
}
.rt-main-post-single .post-header {
  margin-bottom: 25px;
}
.rt-main-post-single .post-header .title {
  margin-bottom: 25px;
}
.rt-main-post-single .post-header .excerpt {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.rt-main-post-single .post-meta {
  margin-bottom: 30px;
}
.rt-main-post-single > .post-img {
  margin-bottom: 40px;
  border-radius: var(--border-radius-xs);
}
.rt-main-post-single > .post-img img {
  border-radius: var(--border-radius-xs);
}
.rt-main-post-single .post-body {
  font-size: 1.2rem;
  line-height: 1.6;
}
.rt-main-post-single .post-body p a {
  display: inline;
}
@media (min-width: 992px) {
  .rt-main-post-single .post-body {
    padding-left: 13rem;
  }
}
.rt-main-post-single .post-body .twitter-tweet {
  margin: 2rem auto !important;
}
.rt-main-post-single .post-body .responsiveContentIG {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.rt-main-post-single .post-body p {
  margin-bottom: 1.5rem;
}
.rt-main-post-single .post-body p:last-of-type {
  clear: both;
}
.rt-main-post-single .post-body > h2,
.rt-main-post-single .post-body > h3,
.rt-main-post-single .post-body > h4 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.rt-main-post-single .post-body .rt-blockquote-area {
  clear: both;
}
.rt-main-post-single .post-body .rt-blockquote-area .rt-blockquote {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  margin-bottom: 3rem;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
.rt-main-post-single .post-body .rt-blockquote-area .rt-blockquote i {
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  color: #e4e4e4;
}
.rt-main-post-single .post-body .rt-blockquote-area .rt-blockquote p {
  font-size: 1.25rem;
  line-height: 1.555;
  color: #444;
  font-style: italic;
  position: relative;
  margin: 15px 0;
}
.rt-main-post-single .post-body .rt-blockquote-area .rt-blockquote .name {
  font-size: 1rem;
  font-weight: 700;
  color: #444;
  display: block;
  position: relative;
  padding-left: 40px;
}
.rt-main-post-single
  .post-body
  .rt-blockquote-area
  .rt-blockquote
  .name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 2px;
  background-color: #c1c1c1;
}
@media (max-width: 767px) {
  .rt-main-post-single .post-body .rt-blockquote-area {
    max-width: 100%;
  }
  .rt-main-post-single .post-body .rt-blockquote-area .rt-blockquote {
    padding-left: 1rem;
    padding-right: 0px;
  }
  .rt-main-post-single .post-body .rt-blockquote-area .rt-blockquote::after {
    width: calc(100% - 60px);
  }
}
.rt-main-post-single .list-style-6 {
  margin-left: 25px;
}
.rt-main-post-single .list-style-6.layout-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .rt-main-post-single .list-style-6.layout-2 {
    padding-left: 65px;
  }
}
.rt-main-post-single .single-content {
  margin-top: 35px;
}
.rt-main-post-single.layout-2 .post-body > p:first-child {
  float: left;
}
.rt-main-post-single.layout-2 .post-body > p:first-child::first-letter {
  font-size: 50px;
  color: var(--color-black);
  font-weight: 900;
  float: left;
  padding: 10px 22px;
  border-radius: var(--border-radius-xs);
  border: 1px solid var(--color-border);
  margin-right: 20px;
}
ol.list-style-6 {
  counter-reset: my-counter;
}
ol.list-style-6 li {
  counter-increment: my-counter;
}
ol.list-style-6 li:before {
  content: counter(my-counter) ". ";
  color: var(--color-primary);
  font-weight: bold;
  font-style: italic;
}
ul.list-style-6 li {
  font-size: 1.125rem;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}
ul.list-style-6 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background-color: var(--color-primary);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
ul.list-style-6.layout-3 li::before {
  background-color: var(--color-primary);
}
ul.list-style-6.layout-5 li {
  font-size: 1rem;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 18px;
  margin-bottom: 3px;
}
ul.list-style-6.layout-5 li:last-child {
  margin-bottom: 0;
}
ul.list-style-6.layout-5 li::before {
  background-color: var(--color-primary);
}
.thumb-post-area .item-img {
  position: relative;
}
.thumb-post-area .item-img .rt-play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.author-box-style-1 {
  background-color: #f7f7f7;
  padding: 0 30px 0 0;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .author-box-style-1 {
    margin-left: 3rem;
    margin-right: 3rem;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .author-box-style-1 {
    padding: 10px;
    display: flex;
    border-radius: 10px;
    margin-bottom: 1.7rem !important;
  }
  .author-box-style-1 .author-name {
    font-size: 14px !important;
    margin-left: 10px;
  }
  .author-box-style-1 .author-img {
    margin-bottom: 0px !important;
  }
  .author-box-style-1 .author-img img {
    border-radius: 10px !important;
  }
}
.author-box-style-1 .author-img {
  flex: 0 0 120px;
}
@media (max-width: 991px) {
  .author-box-style-1 .author-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .author-box-style-1 .author-img {
    margin-right: 20px;
  }
}
.author-box-style-1 .author-img img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.author-box-style-1 .author-content .author-name {
  margin-bottom: 5px;
  font-size: 1.10rem;
}
.author-box-style-1 .author-content .author-role {
  display: block;
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 500;
}
.author-box-style-1 .author-content .user-desc {
  display: none;
  font-size: 1rem;
  line-height: 1.75;
  color: #646464;
  margin: 14px 0;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .related-box {
    float: left;
    margin-left: -90px;
    margin-right: 20px;
  }
}
.related-box .author-box-style-1 {
  display: flex;
  background-color: #f7f7f7;
  border-radius: 10px;
  align-items: center;
}
@media (min-width: 992px) {
  .related-box .author-box-style-1 {
    flex-direction: column;
    max-width: 220px;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }
}
.related-box .author-box-style-1 .author-img {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .related-box .author-box-style-1 .author-img {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .related-box .author-box-style-1 .author-img img {
    width: 200px;
  }
}
.related-box .author-box-style-1 .author-content .author-name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.related-box .author-box-style-1 .author-content .author-role {
  display: block;
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 500;
}
.social-style-5 {
  display: flex;
  align-items: center;
}
.social-style-5 li {
  margin-right: 15px;
}
.social-style-5 li:last-child {
  margin-right: 0;
}
.social-style-5 a {
  font-size: 1rem;
  color: var(--color-black);
}
.social-style-5 a:hover {
  color: var(--color-primary);
}
.share-box-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.social-share-box-2 .conent-block .block-tile {
  font-size: 1rem;
}
.social-share-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-share-box .share-text {
  margin-right: 13px;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-xs);
  padding: 7px 20px;
}
.social-share-style-1 {
  display: flex;
}
.social-share-style-1 li {
  margin-right: 6px;
}
.social-share-style-1 a {
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--color-primary);
  width: 44px;
  height: 40px;
  border-radius: var(--border-radius-xs);
  transition: all 0.5s ease;
}
.social-share-style-1 a.fb {
  background-color: #1559c2;
}
.social-share-style-1 a.fb:hover {
  background-color: #0b2f66;
}
.social-share-style-1 a.tw {
  background-color: #1ea9e9;
}
.social-share-style-1 a.tw:hover {
  background-color: #0e6993;
}
.social-share-style-1 a.yu {
  background-color: #ed1d25;
}
.social-share-style-1 a.yu:hover {
  background-color: #980c11;
}
.social-share-style-1 a.dr {
  background-color: #f65e97;
}
.social-share-style-1 a.dr:hover {
  background-color: #e10d5c;
}
.social-share-style-1 a.dw {
  background-color: #ff6b10;
}
.social-share-style-1 a.dw:hover {
  background-color: #a94000;
}
.social-share-style-1 a.wh {
  background-color: #43ce13;
}
.social-share-style-1 a.wh:hover {
  background-color: #25710a;
}
.social-share-style-1.layout-2 a {
  color: #7a7e83;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
}
.social-share-style-7 {
  display: flex;
  flex-direction: column;
}
.social-share-style-7 li {
  margin-bottom: 8px;
}
.social-share-style-7 li:last-child {
  margin-bottom: 0;
}
.social-share-style-7 a {
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease;
  border: 1px solid var(--color-border);
  transform: translateY(0);
}
.social-share-style-7 a:hover {
  transform: translateY(-5px);
}
.social-share-style-7 a.fb {
  color: #1559c2;
}
.social-share-style-7 a.fb:hover {
  color: #0b2f66;
}
.social-share-style-7 a.tw {
  color: #1ea9e9;
}
.social-share-style-7 a.tw:hover {
  color: #0e6993;
}
.social-share-style-7 a.yu {
  color: #ed1d25;
}
.social-share-style-7 a.yu:hover {
  color: #980c11;
}
.social-share-style-7 a.dr {
  color: #f65e97;
}
.social-share-style-7 a.dr:hover {
  color: #e10d5c;
}
.social-share-style-7 a.dw {
  color: #ff6b10;
}
.social-share-style-7 a.dw:hover {
  color: #a94000;
}
.next-prev-wrap {
  border: 1px solid #e1e1e1;
  padding: 40px;
}
.next-prev-wrap.next-wrap {
  text-align: right;
}
.next-prev-wrap.next-wrap .item-icon i {
  margin-right: 0;
  margin-left: 8px;
}
.next-prev-wrap .item-icon {
  margin-bottom: 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
.next-prev-wrap .item-icon a {
  color: #7a7e83;
}
.next-prev-wrap .item-icon a:hover {
  color: var(--color-primary);
}
.next-prev-wrap .item-icon i {
  margin-right: 8px;
}
.next-prev-wrap .content .title {
  font-weight: 600;
  font-size: 1rem;
  color: #111;
}
.next-prev-wrap .content .title a {
  color: inherit;
}
.next-prev-wrap .content .title:hover {
  color: var(--color-primary);
}
.single-post-banner {
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.single-post-banner .single-post-content .post-title {
  font-size: 1.875rem;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 1200px) {
  .single-post-banner .single-post-content {
    max-width: 80%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-post-banner {
    min-height: 500px;
  }
}
.list-share {
  padding-left: 20px;
}
.list-share li {
  min-width: 45px;
}
@media (min-width: 992px) {
  .related-post-box .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .related-post-box .swiper-wrapper .swiper-slide {
    max-width: calc(33.3% - 40px);
    margin: 0 20px 20px;
  }
}
.responsiveContent16x9 .iframe_video {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 992px) {
  [id="300x250_1"] > div[id^="google_ads_iframe"],
  [id="300x250_2"] > div[id^="google_ads_iframe"],
  [id="300x250_3"] > div[id^="google_ads_iframe"] {
    background: #e2e8ed;
  }
  [id="300x250_1"] > div[id^="google_ads_iframe"] iframe,
  [id="300x250_2"] > div[id^="google_ads_iframe"] iframe,
  [id="300x250_3"] > div[id^="google_ads_iframe"] iframe {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .post-body .google-auto-placed {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .post-body .google-auto-placed .adsbygoogle {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    background-color: #e2e8ed !important;
    min-height: 375px;
  }
}
.rt-category-slider-style-1 {
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .rt-category-slider-style-1 {
    margin-top: 0;
  }
}
.cat-slider-area {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  box-shadow: 0px 0px 49px 0px rgba(10, 10, 10, 0.14);
  padding: 40px;
  position: relative;
}
.cat-slider-area .cat-title-wrap {
  max-width: 270px;
  width: 100%;
}
.cat-slider-area .cat-title-wrap .title {
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 1.424rem;
}
@media (max-width: 991px) {
  .cat-slider-area {
    padding: 60px 20px;
    display: block;
  }
  .cat-slider-area .cat-title-wrap {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.rt-cart-item {
  overflow: hidden;
}
.rt-cart-item .item-img {
  position: relative;
  border-radius: var(--border-radius-xs);
}
.rt-cart-item .item-img img {
  border-radius: var(--border-radius-xs);
  transform: scale(1);
  transition: all 1s ease;
}
.rt-cart-item .item-img::after {
  background-color: rgba(var(--color-black-rgb), 0.7);
  border-radius: var(--border-radius-xs);
}
.rt-cart-item .item-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  bottom: 0;
  z-index: 2;
  text-align: center;
  transition: all 0.6s ease;
  width: 100%;
}
.rt-cart-item .title {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--color-white);
}
.rt-cart-item .title a {
  color: inherit;
}
.rt-cart-item .title:hover {
  color: var(--color-primary);
}
.rt-cart-item .count {
  font-size: 0.875rem;
  color: var(--color-white);
  overflow: hidden;
  margin-bottom: 0;
}
.rt-cart-item:hover .item-content {
  transform: translateX(-50%) translateY(-50%);
}
.rt-cart-item:hover .anim-overflow {
  transform: translateY(0);
}
.top-categories-grid-style-1 {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
}
.top-categories-grid-style-1 .cat-item {
  overflow: hidden;
}
.top-categories-grid-style-1 .item-img img {
  min-height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-wrap {
  counter-reset: post-counter;
}
.social-connection li {
  display: block;
  border-radius: 3px;
  margin-bottom: 5px;
}
.social-connection li:last-child {
  margin-bottom: 0;
}
.social-connection li:nth-child(1) a {
  background-image: linear-gradient(
    -90deg,
    rgb(44, 109, 210) 0%,
    rgb(17, 85, 191) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(44, 109, 210) 0%,
    rgb(17, 85, 191) 100%
  );
}
.social-connection li:nth-child(2) a {
  background-image: linear-gradient(
    -90deg,
    rgb(86, 195, 240) 0%,
    rgb(19, 164, 231) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(86, 195, 240) 0%,
    rgb(19, 164, 231) 100%
  );
}
.social-connection li:nth-child(3) a {
  background-image: linear-gradient(
    -90deg,
    rgb(255, 82, 82) 0%,
    rgb(237, 28, 36) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(255, 82, 82) 0%,
    rgb(237, 28, 36) 100%
  );
}
.social-connection li:nth-child(4) a {
  background-image: linear-gradient(
    -90deg,
    rgb(255, 150, 86) 0%,
    rgb(255, 107, 16) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(255, 150, 86) 0%,
    rgb(255, 107, 16) 100%
  );
}
.social-connection li:nth-child(5) a {
  border-radius: 3px;
  background-image: linear-gradient(
    -90deg,
    rgb(244, 48, 121) 0%,
    rgb(247, 103, 157) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 48, 121) 0%,
    rgb(247, 103, 157) 100%
  );
}
.social-connection a {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 62px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.social-connection a:hover i.facebook {
  background-color: var(--color-white);
  color: #2a67c6;
}
.social-connection a:hover i.twitter {
  background-color: var(--color-white);
  color: #2fafea;
}
.social-connection a:hover i.youtube {
  background-color: var(--color-white);
  color: #f1383e;
}
.social-connection a:hover i.cloud {
  background-color: var(--color-white);
  color: #ff7e2f;
}
.social-connection a:hover i.dribbble {
  background-color: var(--color-white);
  color: #f872a4;
}
.social-connection a i {
  font-size: 0.875rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  transition: all ease 0.6s;
}
.social-connection a i.facebook {
  background-color: #2a67c6;
}
.social-connection a i.twitter {
  background-color: #2fafea;
}
.social-connection a i.youtube {
  background-color: #f1383e;
}
.social-connection a i.cloud {
  background-color: #ff7e2f;
}
.social-connection a i.dribbble {
  background-color: #f872a4;
}
.social-connection a .text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.social-connection a .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: var(--color-white);
}
.social-connection a .text span {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.social-connection-style-2 {
  display: grid;
}
.social-connection-style-2 li {
  margin-bottom: -1px;
}
.social-connection-style-2 a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8a8a;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 3px;
  height: 50px;
  display: flex;
  align-items: center;
}
.social-connection-style-2 a:hover {
  color: var(--color-primary);
}
.social-connection-style-2 a:hover .icon-box i {
  transform: rotate(360deg);
}
.social-connection-style-2 a:hover .text-box {
  transform: translateX(4px);
}
.social-connection-style-2 .icon-box {
  font-size: 1rem;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d0d0d0;
  overflow: hidden;
}
.social-connection-style-2 .icon-box i {
  transition: all 0.5s ease;
}
.social-connection-style-2 .text-box {
  padding-left: 16px;
  padding-right: 16px;
  flex: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transform: translateX(0);
}
.social-connection-style-2 .count-box {
  border-left: 1px solid #d0d0d0;
  padding-left: 10px;
  padding-right: 20px;
  color: #222;
  line-height: 1.2;
}
.post-list .item {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.post-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post-list-box-style-2 .post-list .item {
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.post-list-box-style-2 .post-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post-list-box-style-2 .post-list .item:hover .icon-box i {
  animation: toRightFromLeft 0.5s forwards;
}
.post-list-box-style-2 .title-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.post-list-box-style-2 .title-wrap .icon-box {
  color: #b5b5b5;
  font-size: 1.0625rem;
  overflow: hidden;
  flex: 0 0 auto;
}
.post-list-box-style-2 .post-title {
  font-size: 1rem;
}
.sidebar-wrap.sidebar-wrap-with-bg {
  background-color: #f7f7f7;
  padding: 30px;
}
.subscribe-box-style-1 {
  background-color: #f4f4f4;
  border-radius: var(--border-radius-xs);
}
.subscribe-content {
  text-align: center;
  padding: 40px 35px;
}
.subscribe-content .title {
  position: relative;
  padding-bottom: 20px;
  font-size: 1.375rem;
}
.subscribe-content .title::after,
.subscribe-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: var(--color-primary);
  height: 1px;
}
.subscribe-content .title::before {
  width: 74px;
  bottom: 8px;
}
.subscribe-content .title::after {
  width: 44px;
}
.subscribe-content > p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.subscribe-content p,
.subscribe-content .small-text {
  font-size: 0.875rem;
  color: #646464;
}
.subscribe-content .small-text {
  color: #acabab;
  margin-top: 15px;
}
.subscribe-form .rt-form-group {
  margin-bottom: 15px;
}
.subscribe-form .rt-form-control {
  font-size: 0.875rem;
  color: var(--color-body);
  height: 53px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  background-color: var(--color-white);
  text-align: center;
  width: 100%;
}
.subscribe-form .rt-form-control::-moz-placeholder {
  color: var(--color-body);
}
.subscribe-form .rt-form-control::placeholder {
  color: var(--color-body);
}
.subscribe-form .rt-form-control:focus {
  outline: 0;
  box-shadow: none;
}
.rt-submit-btn {
  font-size: 0.875rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  height: 53px;
  width: 100%;
  padding: 5px 20px;
  text-align: center;
  border: none;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.rt-submit-btn:focus {
  outline: 0;
  box-shadow: none;
}
.rt-submit-btn:hover {
  color: var(--color-white);
  background-color: #951b22;
}
.rt-categories li {
  display: block;
  margin-bottom: 6px;
}
.rt-categories li:last-child {
  margin-bottom: 0;
}
.rt-categories li:hover a {
  background-position: left 50%;
}
.rt-categories li:hover .count {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.rt-categories li:hover .cat-name {
  transform: translateX(6px);
}
.rt-categories a {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  min-height: 75px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--border-radius-xs);
}
.rt-categories a::after {
  background-color: rgba(var(--color-black-rgb), 0.5);
  z-index: -1;
  border-radius: var(--border-radius-xs);
}
.rt-categories .cat-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  transform: translateX(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.rt-categories .count {
  font-size: 0.875rem;
  color: var(--color-body);
  background-color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.featured-news-box-style-1 .inner {
  border: 1px solid var(--color-border);
}
.featured-news-box-style-1 .item {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
}
.featured-news-box-style-1 .item img {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
}
.feature-content {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  margin: 0 10px;
  margin-top: -10px;
  padding: 20px;
}
.featured-list > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.featured-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.featured-list .post-title {
  font-size: 1rem;
  color: #444;
}
.featured-list .post-title a {
  color: inherit;
}
.video-box-style-1 .item-img {
  position: relative;
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
  z-index: 1;
}
.video-box-style-1 .item-img img {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
}
.video-box-style-1 .item-img::after {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 59%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
}
.video-box-style-1 .item-img .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  width: 100%;
}
.video-box-style-1 .item-img .item-content .post-title {
  font-size: 1rem;
}
.video-box-style-1 .item-img .item-content .post-title a {
  color: var(--color-white);
  background-image: linear-gradient(
    to bottom,
    var(--color-white) 0%,
    var(--color-white) 98%
  );
}
.video-box-style-1 .item-img .item-content .rt-meta {
  color: #d0d0d0;
}
.video-box-style-1 .item-img .item-content .rt-meta .icon {
  color: #d0d0d0;
}
.video-box-style-1 .video-content {
  border: 1px solid var(--color-border);
  padding: 10px 20px;
  padding-top: 20px;
}
.video-box-style-1 .video-content-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-box-style-1 .video-content-list .post-title {
  font-size: 0.9375rem;
}
.video-box-style-1 .video-item-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.video-box-style-1 .video-item-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.top-headline-box-style-1 {
  border-top: 3px solid var(--color-primary);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.top-headline-box-style-1 .title {
  font-size: 1.0625rem;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px solid var(--color-border);
  text-transform: uppercase;
  margin-bottom: 0;
}
.top-headline-box-style-1 .title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 42px;
  height: 3px;
  background-color: var(--color-primary);
}
.top-headline-box-style-1 .item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.top-headline-box-style-1 .item .post-title {
  font-size: 1rem;
}
.top-headline-box-style-1 .item:last-child {
  border-bottom: none;
}
.top-headline-box-style-1 .item-content {
  padding: 0 30px;
}
.sidebar-post-style-5 .item-img {
  border-radius: var(--border-radius-xs);
  overflow: hidden;
}
.sidebar-post-style-5 .item-img img {
  border-radius: var(--border-radius-xs);
  transform: scale(1);
  transition: 1s;
}
.sidebar-post-style-5 .post-title {
  font-size: 1rem;
}
.sidebar-post-style-5 .item-content {
  padding-top: 20px;
}
.sidebar-post-style-5 .item-title-list .single-item {
  padding: 15px 0;
  border-top: 1px solid var(--color-border);
}
.sidebar-post-style-5:hover .item-img img {
  transform: scale(1.1);
}
@media (min-width: 1200px) {
  .b__l-xl {
    border-left: 1px solid var(--color-border);
  }
  .rt-sidebar-left-spacer_1 {
    padding-left: 50px;
    margin-left: 26px;
  }
}
.rt-social-style-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.rt-social-style-2 a {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color-border);
  padding: 15px;
  border-radius: var(--border-radius-xs);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rt-social-style-2 a span {
  display: block;
  font-weight: 500;
  color: #111;
  margin-top: 10px;
}
.rt-social-style-2 .social-icon {
  font-size: 1.5rem;
}
.rt-social-style-2 .social-icon.fb {
  color: #1559c2;
}
.rt-social-style-2 .social-icon.tw {
  color: #1ea9e9;
}
.rt-social-style-2 .social-icon.yu {
  color: #ed1d25;
}
.rt-social-style-2 .social-icon.dw {
  color: #ff6b10;
}
.rt-social-style-2 .social-icon.dr {
  color: #f65e97;
}
.rt-social-style-2 .social-icon.vm {
  color: #2cc0eb;
}
.mini-title {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.7rem;
  margin-right: 10px;
}
.social-share-box-2 {
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  clear: both;
}
.social-share-box-2 .py-2 {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .social-share-box-2 .py-2 {
    max-width: 60%;
  }
}
.social-share-box-2 .tag-link {
  margin-bottom: 0px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list .tag-link {
  font-size: 0.875rem;
  color: #646464;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: lowercase;
  margin-right: 6px;
  margin-bottom: 6px;
}
.tag-list.style-2 .tag-link {
  font-size: 0.75rem;
  color: #a5a5a5;
  border: 1px solid #363636;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: var(--border-radius-xs);
}
.tag-list.style-2 .tag-link:hover {
  color: var(--color-white);
}
@media (min-width: 1200px) {
  .rt-left-sidebar-sapcer-5 {
    margin-right: 28px;
  }
}
.vote-status-box {
  display: grid;
  gap: 10px;
}
.vote-status-box .vote-status-box-item {
  position: relative;
  z-index: 1;
  height: 40px;
  background: #eee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--color-black);
}
.vote-status-box .vote-status-box-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: #ddeaed;
  border-radius: 4px 0px 0px 4px;
  z-index: -1;
}
.vote-status-box .vote-status-box-item:nth-child(2)::after {
  background: #eddde3;
  width: 80%;
}
.vote-status-box .vote-status-box-item:nth-child(3)::after {
  background: #dddfed;
  width: 40%;
}
.vote-status-box .vote-status-box-item .radio-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vote-status-box .vote-status-box-item .radio-box [type="radio"] {
  display: none;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #80d6e9;
  position: relative;
  z-index: 1;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle::after {
  content: "";
  position: absolute;
  background: #80d6e9;
  z-index: -1;
  inset: 3px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.vote-status-box
  .vote-status-box-item
  .radio-box
  .custom-radio-circle.custom-radio-circle_2 {
  border-color: #e98080;
}
.vote-status-box
  .vote-status-box-item
  .radio-box
  .custom-radio-circle.custom-radio-circle_2::after {
  background-color: #e98080;
}
.vote-status-box
  .vote-status-box-item
  .radio-box
  .custom-radio-circle.custom-radio-circle_3 {
  border-color: #828cd3;
}
.vote-status-box
  .vote-status-box-item
  .radio-box
  .custom-radio-circle.custom-radio-circle_3::after {
  background-color: #828cd3;
}
.vote-status-box
  .vote-status-box-item
  .radio-box
  [type="radio"]:checked
  + .custom-radio-circle::after {
  visibility: visible;
  opacity: 1;
}
.sidebar-wrap.voting-wrap {
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-xs);
}
.sidebar-wrap.voting-wrap .rt-submit-btn {
  font-size: 0.875rem;
  height: 40px;
  border-radius: 4px;
}
.sidebar-wrap.voting-wrap .post-img img {
  width: 100%;
  height: auto;
}
.subscribe-section-style-1 {
  background-color: #f8f8f8;
  padding-top: 45px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .subscribe-section-style-1 {
    padding: 60px 0;
  }
}
.rt-subscribe-box {
  margin-top: -45px;
}
.rt-subscribe-box .title {
  font-size: 1.625rem;
  max-width: 60%;
  width: 100%;
  margin-bottom: 20px;
}
.layout-2 .rt-subscribe-box .title {
  max-width: 82%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .layout-2 .rt-subscribe-box .title {
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .rt-subscribe-box {
    margin-top: 0;
  }
  .rt-subscribe-box .title {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .rt-subscribe-box .title {
    max-width: 100%;
  }
}
.subscribe-form-style-2 .rt-subs-group {
  position: relative;
}
.subscribe-form-style-2 .subscribe-form {
  font-size: 0.9375rem;
  color: #919191;
  padding: 5px 20px;
  height: 50px;
  width: 100%;
  box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 5px;
}
.subscribe-form-style-2 .subscribe-btn {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  padding: 5px 20px;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.subscribe-form-style-2 .subscribe-btn:focus {
  outline: 0;
  box-shadow: none;
}
.subscribe-form-style-2 .subscribe-btn:hover {
  background-color: #951b22;
}
.subscribe-wrap-style-6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 35px;
}
@media (max-width: 991px) {
  .subscribe-wrap-style-6 {
    background-color: unset !important;
    padding: 0;
  }
}
.subscribe-box-style-6 {
  box-shadow: 6.889px 11.025px 56.05px 2.95px rgba(0, 0, 0, 0.14);
  border-radius: var(--border-radius-xs);
  background-color: var(--color-white);
  padding: 60px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .subscribe-box-style-6 {
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14);
    background-color: #f7f7f7;
  }
}
.subscribe-form-style-6 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.subscribe-form-style-6 .subscrible-heading {
  flex-shrink: 1;
}
.subscribe-form-style-6 .subscrible-heading .title {
  font-size: 1.25rem;
  margin-bottom: 3px;
}
.subscribe-form-style-6 .subscrible-heading p {
  font-size: 0.875rem;
  color: #868686;
}
.subscribe-form-style-6 .rt-subs-form {
  flex-grow: 1;
}
.subscribe-form-style-6 .rt-subs-form .subscribe-form {
  font-size: 0.9375rem;
  color: #929292;
  padding: 5px 20px;
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 3px;
  border: 1px solid var(--color-border);
}
.subscribe-form-style-6 .subscribe-btn {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  height: 50px;
  padding: 5px 30px;
  border: none;
  border-radius: var(--border-radius-xs);
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-shadow: 0px 7px 17.1px 0.9px rgba(0, 115, 255, 0.47);
}
.subscribe-form-style-6 .subscribe-btn:focus {
  outline: 0;
  box-shadow: none;
}
.subscribe-form-style-6 .subscribe-btn:hover {
  background-color: #951b22;
}
@media (max-width: 991px) {
  .subscribe-form-style-6 {
    display: block;
  }
  .subscribe-form-style-6 .subscribe-btn {
    width: 100%;
  }
}
.subscribe-section-area-style-2 {
  padding-top: 0;
  padding-bottom: 95px;
}
.subscribe-section-style-8 {
  position: relative;
  z-index: 1;
}
.subscribe-section-style-8 .element_21 {
  left: 8%;
  bottom: -6px;
}
.subscribe-section-style-8 .element_22 {
  left: 45%;
  top: -5px;
}
.subscribe-section-style-8 .element_23 {
  right: 10%;
  bottom: -5px;
}
.rt-subscribe-title-box-style-8 {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.rt-subscribe-title-box-style-8 .title {
  font-size: 1.5rem;
  max-width: 100%;
  margin-bottom: 0;
}
.rt-subscribe-title-box-style-8 .icon {
  font-size: 4rem;
  color: var(--color-primary);
  line-height: 1;
}
.rt-subscribe-title-box-style-8 p {
  font-size: 1.0625rem;
  font-weight: 500;
}
.rt-subscribe-title-box-style-8 p:last-of-type {
  margin-bottom: 0;
}
.footer-subscribe-wrapper .rt-subscribe-title-box-style-8 .title {
  color: var(--color-white);
}
.footer-subscribe-wrapper .rt-subscribe-title-box-style-8 .icon {
  color: #606060;
}
.footer-subscribe-wrapper .rt-subscribe-title-box-style-8 p {
  color: #747474;
}
.subscribe-form-style-8 .rt-subs-group {
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.subscribe-form-style-8 .subscribe-form {
  font-size: 0.9375rem;
  color: #919191;
  padding: 5px 20px;
  height: 50px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  flex: 1;
}
.subscribe-form-style-8 .subscribe-form::-moz-placeholder {
  color: #919191;
}
.subscribe-form-style-8 .subscribe-form::placeholder {
  color: #919191;
}
.subscribe-form-style-8 .subscribe-btn {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  height: 50px;
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.subscribe-form-style-8 .subscribe-btn:focus {
  outline: 0;
  box-shadow: none;
}
.subscribe-form-style-8 .subscribe-btn:hover {
  background-color: #951b22;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form {
  background: #262626;
  color: #8b8b8b;
  letter-spacing: 0.05rem;
  border: none;
}
.footer-subscribe-wrapper
  .subscribe-form-style-8
  .subscribe-form::-moz-placeholder {
  color: #8b8b8b;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form::placeholder {
  color: #8b8b8b;
}
.contact-section-layout-1 {
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-section-layout-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.search-form-box .form-group {
  position: relative;
  margin-bottom: 0;
  padding: 5px;
  border-radius: var(--border-radius-xs);
  border: 1px solid var(--color-border);
}
.search-form-box .form-group .rt-search-control {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-body);
  border: none;
  background-color: rgba(0, 0, 0, 0);
  height: 43px;
  padding: 5px 18px;
  padding-right: 53px;
}
.search-form-box .form-group .rt-search-control::-moz-placeholder {
  color: var(--color-body);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-form-box .form-group .rt-search-control::placeholder {
  color: var(--color-body);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-form-box .form-group .rt-search-control:focus {
  box-shadow: none;
  outline: 0;
}
.search-form-box .form-group .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 45px;
  border-radius: 3px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1rem;
  border: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.search-form-box .form-group .search-submit:hover {
  color: var(--color-white);
  background-color: #951b22;
}
.search-form-box .form-group .search-submit:focus {
  box-shadow: none;
  outline: 0;
}
.comments-form-style-1 {
  background-color: #f7f7f7;
  padding: 50px;
}
.comments-form-style-1 .rt-form-group {
  margin-bottom: 25px;
}
.comments-form-style-1 .rt-form-group label {
  display: block;
  color: #444;
  margin-bottom: 8px;
}
.comments-form-style-1 .rt-form-group .form-control {
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background-color: var(--color-white);
}
.comments-form-style-1 .rt-form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.comments-form-style-1 .rt-form-group .text-area {
  resize: none;
  min-height: 220px;
  padding-top: 20px;
}
.comments-form-style-1 .form-check .form-check-input[type="checkbox"] {
  width: 19px;
  height: 19px;
  border-radius: var(--border-radius-xs);
  border: 1px solid #acacac;
  margin-right: 10px;
  margin-top: 0;
}
.comments-form-style-1 .form-check .form-check-input[type="checkbox"]:focus {
  outline: 0;
  box-shadow: none;
}
.comments-form-style-1 .form-check label {
  font-size: 0.9375rem;
  color: #646464;
  margin-bottom: 0;
}
.comments-form-style-1 .submit-btn {
  font-size: 0.9375rem;
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-primary);
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  height: 55px;
  border: none;
  width: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.comments-form-style-1 .submit-btn:focus {
  outline: 0;
  box-shadow: none;
}
.comments-form-style-1 .submit-btn:hover {
  color: var(--color-white);
  background-color: #951b22;
}
@media (max-width: 991px) {
  .comments-form-style-1 {
    padding: 40px 30px;
  }
}
.contact-form-style-1 {
  background-color: #fbfbfb;
  padding: 45px;
  border: 1px solid #f0f0f0;
  border-radius: var(--border-radius-xs);
}
@media (max-width: 575px) {
  .contact-form-style-1 {
    padding: 35px;
  }
}
.contact-form-style-1 .form-title {
  font-size: 1.25rem;
  margin-bottom: 22px;
}
.contact-form-style-1 .form-group {
  margin-bottom: 12px;
}
.contact-form-style-1 .form-group label {
  color: var(--color-black);
  font-weight: 600;
}
.contact-form-style-1 .form-group .rt-form-control {
  font-size: 0.875rem;
  color: #9b9b9b;
  background-color: var(--color-white);
  padding: 10px 20px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  border: 1px solid #f0f0f0;
}
.contact-form-style-1 .form-group .rt-form-control:focus {
  outline: 0;
  box-shadow: none;
}
.contact-form-style-1 .form-group .rt-form-control::-moz-placeholder {
  color: #9b9b9b;
}
.contact-form-style-1 .form-group .rt-form-control::placeholder {
  color: #9b9b9b;
}
.contact-form-style-1 .form-group .rt-textarea {
  min-height: 110px;
  resize: none;
  padding-top: 15px;
}
.contact-form-style-1 .submit-btn {
  font-size: 0.875rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: uppercase;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}
.contact-form-style-1 .submit-btn:hover {
  color: var(--color-white);
  background-color: #03359b;
}
.contact-form-style-1 .submit-btn:focus {
  outline: 0;
  box-shadow: none;
}
.rt-contact-form .form-response .alert {
  margin-top: 1rem;
}
.rt-contact-form .form-response .alert p {
  margin-bottom: 0;
}
.contact-wrap-area-1 .rt-section-heading-style-2 {
  max-width: 90%;
  width: 100%;
}
@media (max-width: 1199px) {
  .contact-wrap-area-1 .rt-section-heading-style-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.contact-list-area-1 {
  position: relative;
}
.contact-list-style-1 {
  display: grid;
  grid-template-areas: "a b" "c d";
}
.contact-list-style-1 .list-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.contact-list-style-1 .list-item:nth-child(1) {
  grid-area: a;
}
.contact-list-style-1 .list-item:nth-child(2) {
  grid-area: b;
}
.contact-list-style-1 .list-item:nth-child(3) {
  grid-area: c;
}
.contact-list-style-1 .list-item:nth-child(4) {
  grid-area: d;
}
.contact-list-style-1 .list-item .list-icon {
  margin-right: 15px;
}
.contact-list-style-1 .list-item .list-icon i {
  font-size: 1.25rem;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contact-list-style-1 .list-item .list-content span {
  display: block;
}
.contact-list-style-1 .list-item .list-content span a {
  color: var(--color-body);
}
@media (max-width: 767px) {
  .contact-list-style-1 {
    grid-template-areas: "a " "b" "c" "d";
  }
  .contact-list-style-1 .list-item {
    margin-bottom: 20px;
  }
}
.footer {
  background-color: #0f1012;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer.footer-style-3::after {
  background-color: rgba(var(--color-black-rgb), 0.75);
  z-index: -1;
}
.footer.footer-style-4 {
  padding-top: 100px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .footer.footer-style-4 {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.footer.footer-style-5 .footer-bottom {
  background: #1f1f1f;
  border-top: none;
}
@media (min-width: 1400px) {
  .footer.footer-style-5 {
    position: relative;
    bottom: unset;
  }
}
.footer.footer-style-5 .footer-subscribe-wrapper {
  border-bottom: 1px solid #373737;
}
.footer.footer-style-5 .widget-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer.footer-style-5 .widget-list li {
  flex: 0 0 50%;
}
.footer .rt-post.post-sm {
  align-items: center;
}
.footer-top {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .footer-top {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.footer-widget .logo {
  margin-bottom: 30px;
  margin-top: 3px;
  text-align: center;
}
.footer-widget .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  color: #a5a5a5;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .footer-widget .text {
    max-width: 88%;
    width: 100%;
  }
}
.footer-widget .footer-widget-title {
  position: relative;
  font-size: 1.25rem;
  color: var(--color-white);
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer-widget .widget-list .widget-list-item {
  margin-bottom: 25px;
  line-height: 1;
}
.footer-widget .widget-list .widget-list-item:last-child {
  margin-bottom: 0;
}
.footer-widget .widget-list .widget-list-link {
  color: #8f8f8f;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 0.9375rem;
}
.footer-widget .widget-list .widget-list-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.footer-widget .widget-list .widget-list-link:hover {
  color: var(--color-white);
}
.footer-widget .widget-list .widget-list-link:hover::after {
  background-color: var(--color-primary);
}
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-social .social-item {
  margin-right: 4px;
}
.footer-social .social-item:last-child {
  margin-right: 0;
}
.team-social .footer-social .social-item {
  margin-right: 0;
}
.footer-social .social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.9375rem;
  transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
  background-color: rgba(var(--color-white-rgb), 0.102);
}
.footer-social .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.footer-social .social-link:hover i {
  animation: toBottomFromTop 0.5s forwards;
}
.footer-social.style-2 .social-link {
  background-color: var(--color-black);
}
.footer-social.style-2 .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.footer-social.team-social-1 {
  justify-content: center;
}
.footer-social.team-social-1 .social-link {
  background-color: #c2c2c2;
}
.footer-social.team-social-1 .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
@media (min-width: 992px) {
  .footer-social.author-social-1 {
    justify-content: flex-end;
  }
}
.footer-social.author-social-1 .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 1rem;
}
.footer-social.author-social-1 .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.insta-gallery {
  display: grid;
  grid-template-columns: repeat(3, 90px);
  grid-gap: 5px;
  font-size: 8px;
}
.insta-gallery .galleryitem {
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius-xs);
}
.insta-gallery .galleryitem img {
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: var(--border-radius-xs);
}
.insta-gallery .galleryitem > a {
  display: block;
  position: relative;
  z-index: 4;
}
.insta-gallery .galleryitem > a::before {
  background-color: rgba(var(--color-black-rgb), 0.8);
  transition: all ease 0.8s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  border-radius: var(--border-radius-xs);
  z-index: 1;
}
.insta-gallery .galleryitem > a::after {
  content: "";
  position: absolute;
  z-index: 2;
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
  font-size: 18px;
  color: var(--color-white);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}
.insta-gallery .galleryitem:hover img {
  transform: scale(1.3);
}
.insta-gallery .galleryitem:hover > a::before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.insta-gallery .galleryitem:hover > a::after {
  visibility: visible;
  opacity: 1;
}
.footer-widget-style-2 .logo {
  margin-bottom: 30px;
}
.footer-widget-style-2 .footer-social {
  margin-bottom: 35px;
}
.footer-bottom {
  border-top: 1px solid #252525;
}
.footer-style-3 .footer-bottom {
  border-color: #414141;
}
.footer-bottom-area {
  min-height: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .footer-bottom-area {
    min-height: 80px;
  }
}
.copyright-text {
  color: #ccc;
}
.copyright-text a {
  color: #ccc;
}
.copyright-text a:hover {
  color: var(--color-primary);
}
.copyright-text.style-2 {
  color: var(--color-black);
}
.copyright-text.style-2 a {
  color: var(--color-black);
}
.copyright-text.style-2 a:hover {
  color: var(--color-primary);
}
.footer-menu-style-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.footer-menu-style-2 a {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.9375rem;
  text-transform: capitalize;
  color: #b1b1b1;
  position: relative;
  padding-right: 26px;
}
.footer-menu-style-2 a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b1b1b1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.footer-menu-style-2 a:hover {
  color: var(--color-primary);
}
.footer-menu-style-2 a:hover::after {
  background-color: var(--color-primary);
}
.footer-menu-style-2 li:last-child a::after {
  display: none;
}
.social-wrapper-line-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
}
.social-wrapper-line-style .wrapper-line {
  width: 100%;
  height: 1px;
  border: 1px solid #404040;
  flex-grow: 1;
}
.social-wrapper-line-style .footer-social {
  flex-wrap: unset;
  gap: 10px;
}
.social-wrapper-line-style .footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .social-wrapper-line-style {
    justify-content: center;
  }
  .social-wrapper-line-style .wrapper-line {
    display: none;
  }
}
.footer-post-list .post-img {
  font-size: 9px;
  max-width: 130px;
} /*# sourceMappingURL=style.css.map */
/*EMBED FOTOS*/
.align,
.alignright,
.alignleft {
  margin-bottom: 30px;
}
.alignright {
  float: right;
  margin: 8px 0 20px 20px;
}
.alignright + p {
  display: contents;
}
.alignright img {
  max-width: 290px !important;
  height: auto;
}
.alignleft {
  float: left;
  margin: 8px 20px 20px 0;
  max-width: 290px;
  height: auto;
}
.alignleft + p {
  display: contents;
}
.alignleft img {
  max-width: 290px !important;
  height: auto;
}
.aligncenter {
  margin: 8 20px 20px 0;
  max-width: 100%;
  height: auto;
}
.aligncenter img {
  max-width: 100%;
  height: auto;
}
figcaption {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  color: #83858f;
}

.header-main,
.mobile-menu-bar {
  background: var(--color-primary) !important;
}
.main-menu__nav ul li > a {
  color: #fff;
}

button {
  background-color: #eca154;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
  margin-bottom: 20px;
  font-family: "Karla", sans-serif;
  border: solid 2px var(--color-primary);
}

.post-body ul,
.post-body ol {
  margin-left: 25px;
  margin-bottom: 15px;
}
.post-body ul li {
  list-style: disc;
}
.post-body ol li {
  list-style: decimal;
}

blockquote.cita {
  font-family: "Georgia", serif;
  font-size: 1.2em;
  font-style: italic;
  color: #555;
  border-left: 5px solid var(--color-primary);
  margin: 20px 0;
  padding: 15px 20px;
  background-color: #f9f9f9;
  position: relative;
}

blockquote.cita:before {
  content: "“";
  font-size: 3em;
  color: var(--color-primary);
  position: absolute;
  top: 5px;
  left: 10px;
}

blockquote.cita p {
  margin: 9px 0 0 26px;
}

blockquote.cita b {
  color: #222;
}

.blockquoteAutor {
  text-align: right;
  font-style: normal;
  font-size: 0.9em;
  color: #888;
  margin-top: 10px;
}

blockquote p:last-of-type {
  margin-top: 20px;
  font-size: 0.9em;
  color: #888;
}
.parrafo-dark{
  background: #363B40;
  color:#FFF;
  padding-left: 18px;
  padding-right: 10px;
}

.main-menu__nav ul li > a {
    color: #000;
}
.rt-cat-primary {
  color:#000000;
}
a{
  color: #000000;
}
.post-body a{
  color: #000000;
  font-weight: 900;
  text-decoration: underline;
}
.currentDate{
  color:#FFFFFF;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.embed-responsive-16by9 {
    padding-top: 56.25%; /* (9 / 16) * 100 */
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.text-white{
  color:#FFF;
}
a.text-white{
  color:#FFF;
}
a:hover.text-white{
  color: var(--color-primary);
}


/*PODCAST*/
div.author-banner {
    min-height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-color: antiquewhite;
    }
}
.author-big-box-style-1 {
    display: flex;
}
@media (min-width: 992px) {
    .author-big-box-style-1 .author-img {
        margin-right: 30px;
    }
}
.author-big-box-style-1 .author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}
.author-big-box-style-1 .author-social-area {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
.author-big-box-style-1 .author-img img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.author-big-box-style-1 .author-content{
  width: 50%;
}
.author-big-box-style-1 .author-content .title {
    color: #000;
    margin-bottom: 4px;
    font-size: 1.875rem;
}
.author-big-box-style-1 .author-content .designation {
    color: #fff;
    display: block;
    font-family: var(--font-title);
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.author-big-box-style-1 .author-content .designation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: var(--color-primary);
}
@media (min-width: 992px) {
    .footer-social.author-social-1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
/*FIN PODCAST*/

/*bloque horocopo home*/
.chica-img{
  align-items: flex-end;
  width: auto !important;
  height: 332px;
  border: 5px solid #C0C0C0; /* Oro */
  border-radius: 15px; /* Bordes redondeados */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1); /* Sombra */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block-horoscopo .col-3{
  align-items: center;
  text-align: center;
}
.block-horoscopo img{
  width: 150px;
  align-items: center;
  margin-bottom: 20px;
}
.horoscope-photo {

    height: auto;
    border-radius: 25px; /* Bordes redondeados */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.horoscope-photo:hover {
    transform: scale(1.05); /* Efecto de zoom */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5), 0 3px 6px rgba(255, 215, 0, 0.6); /* Más sombra y resplandor */
}
/*fin bloque horocopo home*/

/*CARRUSEL*/

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-card {
    flex: 0 0 33.333%; /* Default for desktop */
    padding: 10px;
    text-align: center;
}

.carousel-card img {
    width: 100%;
    border-radius: 10px;
}

.carousel-card h3{
  background: #f28f3f;
  border-radius: 0 0 10px 10px;
  padding: 5px 0 5px 0;
  margin-bottom: 10px;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1000;
    padding: 10px;
}

.arrow.left {
    left: 0px;
}

.arrow.right {
    right: 0px;
}

@media (max-width: 768px) {
    .carousel-card {
        flex: 0 0 50%; /* For tablets */
    }
}

@media (max-width: 480px) {
    .carousel-card {
        flex: 0 0 100%; /* For mobile */
    }
}

/*FIN CARRUSEL*/

.border-dadada{
  border: solid 1px #DADADA;
}
small{
  font-size: 13px;
}
.life-style{
  color:#000;
}


/* Estilos para la tabla */
div.tabla-contenedor table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 20px 0;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Encabezados de la tabla */
thead {
  background-color: var(--color-primary);
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

thead th {
  padding: 12px 15px;
  text-align: left;
}

/* Celdas de la tabla */
td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

/* Filas alternas */
tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Hover en las filas */
tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

/* Estilo para los bordes en la última fila */
tbody tr:last-child td {
  border-bottom: none;
}

.post-body ul, .post-body ol{
  padding-left: 35px!important;
}


/*GALERIA*/
.popular-post.section {
  text-align: center;
  margin: 20px auto;
  max-width: 800px; /* Ancho máximo de la galería */
  position: relative;
}

.popular-post-owl {
  position: relative;
}

.popular-post-owl .item {
  display: none; /* Ocultar todas las imágenes por defecto */
}

.popular-post-owl .item.active {
  display: block; /* Mostrar solo la imagen activa */
}

.popular-post-owl img {
  width: 100%;
  height: auto;
  max-height: 500px; /* Altura máxima */
  object-fit: contain;
  border-radius: 8px; /* Bordes redondeados */
}

.popular-post-owl p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* Estilo de las flechas */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}
/*FIN GALERIA*/

div.titleradio {
    color: #FFF;
    background: #000;
    padding: 20px;
    font-size: 2.5rem;
    font-weight: 900;
}

.radio-link {
  display: inline-flex; /* Alinea texto e ícono horizontalmente */
  align-items: center; /* Alinea verticalmente */
  text-decoration: none; /* Sin subrayado */
  color: inherit; /* Usa el color del texto */
  font-weight: 900;

}

.radio-text {
  margin-right: 8px; /* Espacio entre el texto y el ícono */
}

.radio-icon {
  vertical-align: middle; /* Asegura la alineación del ícono */
}
a.radio-link:hover{
  font-weight: 900;
  color:#666;
  text-decoration: underline;
}


/*acordeon */

.collapse{
  display: none;
}

.accordion-three {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px 0;
  overflow: hidden;
}

.accordion-three .card {
  border: none;
}

.accordion-three .card-header {
  background-color: #f7f7f7;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

.accordion-three .card-header a {
  text-decoration: none;
  color: inherit;
}

.accordion-three .card-header a:hover {
  text-decoration: underline;
}

.accordion-three .card-body {
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.accordion-three .card-header.active {
  background-color: #e0e0e0;
}

/*fin acordeon*/
.world, .food{
  background-color: #eca154 !important;
  color: #000 !important;
}

.header-main, .mobile-menu-bar{
  background: #eca154 !important;
}

/*programacon home*/
.programacion {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #eca154;
}

.schedule-container {
  padding: 20px;
}

.programacion h6 {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.schedule {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.day-container {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.day-header {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.day-header h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #000;
}

.day-slots {
  padding: 10px;
}

.slot {
  padding: 15px 0;
}

.slot:first-of-type {
  border-top: none;
}

.slot p {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #333;
}

.slot strong {
  font-weight: bold;
  color: #000;
}
/*fin programacon home*/


/*carrusel home*/
.carruselxhome{
  max-height:500px;
  max-width:1320px !important;
}
.itemx5home{
  border-radius:20px;
  width:100%;
  height: 550px;
  max-width:1320px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
}
.divtitulocarruselhome{
  background: linear-gradient(to top, #000 8%, rgba(0, 0, 0, 0) 100%);
  padding: 150px 20px 30px 20px;
  position: absolute;
  bottom: 0;
  border-radius:0 0 20px 20px;
  width: 100%;
}
.pcarruselhome{
  text-align: left;
  color:#FFF !important;
  font-size: 22px !important;
  font-weight: 100 !important;
}
.htitlecarruselhome, .htitlecarruselhome a{
  text-align: left;
  color:#FFF !important;
  max-width: 80%;
  font-size: 2.281rem !important;
  line-height: 1.333 !important;
}

@media (max-width: 600px) {
  .itemx5home{
    border-radius:20px;
    width:100%;
    height: 450px;
    max-width:100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-position-x: center !important;
  }

  .htitlecarruselhome,.htitlecarruselhome a{
    font-size: 26px !important;
    line-height: 1.333 !important;
    max-width: 100%;

  }
}
.arrow{
  background:#eca154;
}
/*fin carrusel home*/
/*rankingSemanal*/
.rankingSemanal img{
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
}
.rowrankingsemanal{
  background:#fdf9d1;
  border-radius:20px;
  padding:20px;
}
.cancion{
  color:#eca154 !important;
  font-weight: 900;
}
.artista{
  font-size: 12px;
}
.rankingSemanal .item{
  margin-left: 20px;
  margin: 12px 0 0 30px;
}
.bannerranking{
  border-right: solid 1px #DADADA;
}
/*fin ranking*/

.float{
  float:left;
  width: auto;
}

.frecuenciaHidde0{
  display:none;
}


@media (max-width: 1200px) {

  .frecuenciaHidde2{
    display:none;
  }
}

@media (max-width: 992px) {

  .frecuenciaHidde1{
    display:none;
  }
}

@media (max-width: 575px) {

  .frecuenciaHidde3{
    display:none;
  }
  .frecuenciaHidde0{
    display:block;
  }

  .horocopo .col-sm-6{
    width: 50% !important;
  }

}
.escuchanosHome img{float:left;}

.post-body ul li::marker {
    color: var(--color-primary); /* Cambia el color del bullet */
  }

.post-body ol li::marker {
  color: var(--color-primary); /* Cambia el color del bullet */
  }
