@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
  --body-font: "Montserrat", sans-serif;
  --title-font: "Roboto", sans-serif;
  /* --secondary-font: "Montserrat", sans-serif; */
  /* --primary-color: #004cff; */
  --primary-color: #0066cc;
  --secondary-color: #15bcf1;
  --light-primary-color: #ecf2ff;
  --heading-color: #212529;
  --white-color: #fff;
  --dark-color: #000;
  --accent-yellow: #FFCC00;
  --bg-white: #fff;
  --bg-dark: #121418;
  --bg-grey: #f3f7fe;
  --bg-grey-2: #f8faff;
  --grey-color: #666;
  --grey-color-2: #c1c1c1;
  --grey-color-3: #f8f8f8;
  --grey-color-4: #606060;
  --grey-color-5: #fdfaf2;
  --pink-color: #f50bec;
  --blue-color: #15bcf1;
  --blue-color-2: #0378e4;
  --light-blue-color: #640bf5;
  --green-color: #19db5b;
  --yellow-color: #f5980b;
  --red-color: #ff184e;
  --varag-color: #0066cc;
  --varag-color-2: #0066cc;
  --varag-yellow : #FFCC00;
  --border-1: #bcbcbc;
  --border-2: #d9d9d9;
  --border-3: #939393;
  --box-shadow: 0px 30px 60px 0px rgba(10, 43, 83, 0.149);
}


body {
  background-color: #fff;
  font-family: var(--body-font), sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: var(--grey-color);
  font-weight: 400;
  letter-spacing: -0.2px;
  position: relative;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font), sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--heading-color);
}
h1 {
  font-size: 45px;
  line-height: 55px;
}
h1,
h2 {
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--heading-color);
}
h2 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -1px;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--heading-color);
  letter-spacing: -0.5px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 16px;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px;
}
a {
  color: var(--heading-color);
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999 !important;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999 !important;
}
button {
  border: none;
  background: none;
}
.padding {
  padding: 90px 0;
}
.padding-top {
  padding-top: 90px;
}
.padding-bottom {
  padding-bottom: 90px;
}
.no-padding {
  padding: 0;
}
.padding-15,
.sm-padding {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
@media (max-width: 992px) {
  .padding {
    padding: 70px 0;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .padding {
    padding: 50px 0;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
}
.bg-grey {
  background-color: var(--bg-grey);
}
.bg-grey-2 {
  background-color: var(--bg-grey-2);
}
.bg-grey-3 {
  background-color: var(--grey-color-5);
}
.bg-dark {
  background-color: var(--bg-dark);
}
.bg-dark-light {
  background-color: var(--bg-dark-light);
}
.bd-top {
  border-top: 1px solid #eee;
}
.bd-bottom {
  border-bottom: 1px solid #eee;
}
.bd-left {
  border-left: 1px solid #eee;
}
.bd-right {
  border-right: 1px solid #eee;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.form-control,
.form-control:hover,
a,
a:hover,
button {
  transition: all 0.5s;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  cursor: poSyne;
  background-color: var(--primary-color);
}
::selection {
  background-color: var(--primary-color);
  color: #fff;
}
-webkit-::selection {
  background-color: var(--primary-color);
  color: #fff;
}
::-moz-selection {
  background-color: var(--primary-color);
  color: #fff;
}
.loaded .site-preloader {
  opacity: 0;
  visibility: hidden;
}
.site-preloader {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
.site-preloader .spinner {
  background-color: var(--primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  animation: scaleout 1s ease-in-out infinite;
}
@keyframes scaleout {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.btn-group {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.btn-group-left a {
  margin-right: 10px;
}
.default-btn {
  background: var(--primary-color);
  font-family: var(--body-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 600;
  line-height: 1px;
  display: inline-block;
  /* text-transform: capitalize; */
  letter-spacing: 0;
  padding: 25px 35px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  z-index: 1;
}
.default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.2);
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.default-btn:hover:before {
  transform-origin: left center;
  transform: scale(1);
}
.default-btn:hover {
  color: var(--white-color);
}
.download-btn {
  padding: 15px 25px;
}
.default-btn .btn-icon {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}
.default-btn img {
  width: 14px;
}
@media (max-width: 600px) {
  .default-btn {
    font-size: 13px;
    line-height: 1;
    padding: 15px 18px;
  }
}
.post-card .post-thumb,
.post-card .post-thumb-2 {
  /* border-radius: 5px; */
  margin-bottom: 25px;
  overflow: hidden;
}
.post-card .post-thumb img {
  height: 247px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0;
  max-width: 300px;
  width: 100%;
}
.post-content .title a {
  background: linear-gradient(var(--heading-color) 0, var(--heading-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.post-content .title a:hover {
  color: var(--heading-color);
  background-size: 100% 2px;
}
.post-card:hover .post-thumb img {
  transform: scale(1.05);
}
.card-btn {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 25px 7px 10px;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
.card-btn:hover {
  transform: translateY(-2px);
}
.card-btn:after {
  background-color: var(--pink-color);
  content: "";
  height: 90%;
  width: 13px;
  position: absolute;
  right: -13px;
  bottom: 0;
  opacity: 0.2;
}
.card-btn-2 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #787a7b;
}
.play-btn,
.play-btn .play-icon {
  display: flex;
  align-items: center;
}
.play-btn .play-icon {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  justify-content: center;
  background-color: #fff;
  color: var(--primary-color);
  transition: all 0.4s ease-in-out;
  animation: play-btn-ripple 2s linear infinite;
}
.play-btn .play-icon svg {
  width: 12px;
}
.play-btn small {
  font-size: 12px;
  position: relative;
  color: #6a7c92;
  display: inline-block;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-left: 15px;
}
@keyframes play-btn-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(73, 82, 232, 0.08),
      0 0 0 5px rgba(73, 82, 232, 0.08), 0 0 0 12px rgba(73, 82, 232, 0.08);
  }
  to {
    box-shadow: 0 0 0 5px rgba(73, 82, 232, 0.08),
      0 0 0 12px rgba(73, 82, 232, 0.08), 0 0 0 18px rgba(73, 82, 232, 0);
  }
}
.section-heading .section-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  display: block;
  /* margin-bottom: 0; */
}
.title-border {
  position: relative;
  z-index: 1;
}
.title-border:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 1px dashed var(--border-3);
  z-index: -1;
}
.section-heading .section-title span {
  background-color: var(--white-color);
  padding-right: 40px;
  line-height: 1;
}
.section-heading .desc {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.section-heading .desc:last-child {
  margin-bottom: 0;
}
.section-heading .default-btn {
  margin-top: 25px;
}
.section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading .sub-title {
    font-size: 12px;
  }
  .section-heading .sub-title i {
    font-size: 14px;
  }
  .section-heading .section-title {
    font-size: 28px;
    line-height: 36px;
  }
  .section-heading .section-title br {
    display: none;
  }
  .about-bottom {
    flex-direction: column;
    row-gap: 20px;
    align-items: baseline !important;
  }
  .about-bottom:before,
  .title-border:after {
    display: none;
  }
}
.dl-cursor {
  display: none;
}
@media (min-width: 992px) {
  .dl-cursor {
    display: block;
    width: 10px;
    height: 10px;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    transform: translate(50%, 50%);
    visibility: hidden;
    z-index: 10000;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .dl-cursor,
  .dl-cursor:before {
    border-radius: 50%;
    left: 0;
    top: 0;
  }
  .dl-cursor:before {
    background-color: var(--heading-color);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .dl-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .dl-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .dl-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
  .dl-cursor.cross:before {
    font-family: DL-Icons;
    content: "\e9b3";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 1;
    transform: scale(2);
    transition: all 0.3s ease;
  }
}
.check-list li {
  display: flex;
  align-items: center;
}
.check-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.check-list li i {
  background: var(--primary-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.page-header {
  background-color: #f7f7f7;
  border-top: 1px solid var(--border-2);
}
.page-header-content {
  padding: 30px 0;
}
.page-header-content ul {
  display: flex;
  align-items: center;
}
.page-header-content ul li {
  position: relative;
  line-height: 1;
}
.page-header-content ul li:not(:last-of-type):after {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}
.page-header-content ul li a {
  font-size: 16px;
  color: var(--heading-color);
}
.page-header-content ul li.active a {
  font-weight: 600;
}
.page-header-content ul li a:hover {
  color: var(--primary-color);
}
.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.rattings li {
  display: inline-block;
  color: #ff9529;
  font-size: 14px;
  margin: 0 -2px;
}
.carousel-pagination span {
  background-color: #bbb;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.175, 1);
}
.carousel-pagination span.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(75, 131, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.75, 0, 0.175, 1);
}
.carousel-wraper {
  position: relative;
}
.carousel-navigation button {
  background: #fff;
  box-shadow: var(--box-shadow);
  width: 45px;
  height: 45px;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: calc(-45px / 2);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.carousel-navigation button.carousel-button-next {
  left: auto;
  right: calc(-45px / 2);
}
.carousel-navigation button:hover {
  background: var(--primary-color);
  color: #fff;
}
.carousel-wraper:hover .carousel-navigation button {
  visibility: visible;
  opacity: 1;
}
#scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
}
.scroll-to-top {
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  outline: none;
  text-decoration: none;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
}
#scrollup.show {
  opacity: 1;
}
#scrollup.show .scroll-to-top {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.post-category {
  background-color: var(--primary-color);
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.post-category:hover {
  color: #fff;
}
.post-details .tags li a {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0;
}
.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  align-items: center;
  margin: 40px 0;
}
.post-navigation li:last-child {
  text-align: right;
}
.post-navigation li a {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--heading-color);
  letter-spacing: -0.5px;
}
.post-navigation li a:hover {
  text-decoration: underline;
}
.post-navigation li a:hover > span {
  text-decoration: none;
}
.post-navigation li a span {
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--grey-color);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.post-navigation li a span i {
  color: #a5a6aa;
  margin-right: 5px;
}
.post-navigation li:last-child a span i {
  margin-left: 5px;
  margin-right: auto;
}
.author-box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-column-gap: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
.author-info p {
  margin-bottom: 25px;
}
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.social-icon li a:hover {
  color: var(--primary-color);
}
.social-icon li:not(:last-of-type) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .author-box {
    grid-template-columns: 1fr;
  }
  .author-box .author-thumb img {
    margin-bottom: 20px;
  }
}
.comments-box {
  margin-bottom: 40px;
}
.comment-title {
  font-weight: 600;
  color: var(--heading-color);
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
}
.comment-title:before {
  background-color: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
}
.comments-box .comment-inner {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 20px;
}
.comments-box .comment {
  margin-bottom: 40px;
}
.comments-box .children {
  margin-left: 50px;
  margin-top: 40px;
}
.comments-box .comment-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 5px;
}
.comments-meta h4 {
  font-size: 20px;
  font-weight: 500;
  display: block;
}
.comments-meta h4 span {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  color: var(--grey-color);
  display: block;
}
.comment-area p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 10px;
}
.comment-form {
  margin-top: -15px;
}
.comment-form .form-control {
  background-color: #fff;
  height: 60px;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  outline: none;
}
.comment-form .form-control.comment {
  height: 150px;
}
#form-messages {
  display: none;
  margin-top: 15px;
  margin-bottom: 0;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}
.sidebar-widget {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  padding: 30px;
}
.sidebar-ads a img {
  width: 100%;
  border-radius: 3px;
}
.sidebar-widget:not(:first-of-type) {
  margin: 30px 0;
}
@media (max-width: 992px) {
  .sidebar-widget.widget-2 {
    margin-bottom: 0;
  }
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  height: 50px;
  border: 1px solid #eee;
  padding-right: 40px;
}
.sidebar-widget .search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 25px;
  color: var(--grey-color);
}
.widget-title {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.widget-title h3 {
  font-weight: 600;
  color: var(--heading-color);
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  margin: 0;
  line-height: 1;
}
.widget-title h3:before {
  background-color: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
}
.category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 15px;
}
.category-list li:before {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(21, 126, 251, 0.5);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
}
.category-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.category-list li a {
  font-weight: 500;
  color: var(--grey-color);
}
.category-list li a:hover {
  color: var(--heading-color);
  text-decoration: none;
}
.category-list li span {
  border: 1px solid #ddd;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
}
.category-list li:hover span {
  background-color: var(--primary-color);
  color: #fff;
  transition: all 0.3s ease;
}
.thumb-post li {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
}
.thumb-post li:not(:last-of-type) {
  margin-bottom: 20px;
}
.thumb-post li .thumb {
  flex-shrink: 0;
  width: 80px;
  height: 70px;
  margin: 0 15px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.thumb-post .thumb-post-info,
.thumb-post li .thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.thumb-post .thumb-post-info {
  width: 100%;
}
.thumb-post .thumb-post-info h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.thumb-post .thumb-post-info h3 a {
  color: var(--heading-color);
  background: linear-gradient(var(--primary-color) 0, var(--primary-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.thumb-post .thumb-post-info h3 a:hover {
  background-size: 100% 2px;
}
.thumb-post .thumb-post-info .date {
  font-weight: 500;
  font-size: 14px;
  font-family: var(--body-font);
  text-transform: capitalize;
  color: var(--grey-color);
  display: flex;
  align-items: center;
  line-height: 1;
}
.thumb-post .thumb-post-info .date i {
  color: var(--primary-color);
  margin-right: 5px;
}
.tags li,
.tags li a {
  display: inline-block;
}
.tags li a {
  background-color: #eee;
  font-family: var(--body-font);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey-color);
  padding: 3px 15px;
  margin: 0 3px 10px 0;
  border-radius: 2px;
}
.tags li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pagination-wrap li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.pagination-wrap li a {
  background-color: #fff;
  border: 1px solid #eee;
  color: var(--grey-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  cursor: poSyne;
}
.pagination-wrap li a.active,
.pagination-wrap li a:hover {
  background-color: var(--primary-color);
  border: 1px solid #124a94;
  color: #fff;
}
:root {
  --theme-bg-dark: #111;
  --theme-bg-dark-2: #181818;
  --dark-border-1: #2c2c2c;
  --dark-grey-1: #aeaeae;
}
[data-theme="dark"] body,
[data-theme="dark"] header.main-header.transparent {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] .post-content .title a {
  color: var(--white-color);
  background: linear-gradient(var(--white-color) 0, var(--white-color) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
[data-theme="dark"] .post-content .title a:hover {
  color: var(--white-color);
}
[data-theme="dark"] .post-card.news-post {
  --border-2: #2c2c2c;
}
[data-theme="dark"] .logo-light {
  display: none;
}
[data-theme="dark"] .logo-dark {
  display: block;
}
[data-theme="dark"] .trending-area {
  background-color: var(--theme-bg-dark);
  border-bottom: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .trending-item .trending-content .trending-title a {
  color: var(--white-color);
}
[data-theme="dark"] .hero-text span,
[data-theme="dark"] .post-content p,
[data-theme="dark"] .trending-item .trending-content span {
  color: var(--dark-grey-1);
}
[data-theme="dark"] .post-list li span a {
  color: var(--white-color);
}
[data-theme="dark"] .hero-text .news {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] .list-post-card .post-content span,
[data-theme="dark"] .post-list li,
[data-theme="dark"] .post-list li:not(:last-of-type):after {
  color: var(--white-color);
}
[data-theme="dark"] .bottom-header .site-logo .dark {
  display: block;
}
[data-theme="dark"] .header-2 .top-bar {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] .bottom-header .site-logo .light {
  display: none;
}
[data-theme="dark"] .bottom-header .sidebar-icon span {
  background-color: var(--white-color);
}
[data-theme="dark"] .main-menu li a {
  color: var(--white-color);
}
[data-theme="dark"] .tab-wrap {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] .news-carousel .swiper-arrow .swiper-nav {
  color: var(--white-color);
}
[data-theme="dark"] .tab-wrap .nav-item .nav-link {
  background-color: var(--theme-bg-dark);
  color: var(--white-color);
}
[data-theme="dark"] .list-post-card:not(:last-of-type) {
  border-bottom: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .author-info .name,
[data-theme="dark"] .header-2 .main-menu li li a,
[data-theme="dark"] .header-2 .top-bar-right .date,
[data-theme="dark"] .header-2 .top-bar-wrap .top-bar-left .link-title,
[data-theme="dark"] .header-2 .top-bar-wrap .top-bar-left ul li a {
  color: var(--white-color);
}
[data-theme="dark"] .page-header {
  border-top: none;
  background-color: var(--theme-bg-dark-1);
}
[data-theme="dark"] .page-header,
[data-theme="dark"]
  [data-theme="dark"]
  [data-theme="dark"]
  [data-theme="dark"]
  [data-theme="dark"]
  [data-theme="dark"]
  [data-theme="dark"]
  .list-post-card:not(:last-of-type) {
  border-bottom: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .section-heading .section-title span {
  background-color: var(--theme-bg-dark);
  color: var(--white-color);
}
[data-theme="dark"] .editor-post-card .post-content {
  background-color: var(--theme-bg-dark-2);
  border: none;
}
[data-theme="dark"] .social-box.facebook,
[data-theme="dark"] .social-box.insta,
[data-theme="dark"] .social-box.pinterest,
[data-theme="dark"] .social-box.spotify,
[data-theme="dark"] .social-box.twitter,
[data-theme="dark"] .social-box.youtube {
  background-color: var(--theme-bg-dark-2);
  color: var(--white-color);
}
[data-theme="dark"] .post-author-box .author,
[data-theme="dark"] .social-box .title a {
  color: var(--white-color);
}
[data-theme="dark"] .post-author-box p,
[data-theme="dark"] .social-box .title span {
  color: var(--dark-grey-1);
}
[data-theme="dark"] .post-author-box {
  background-color: var(--theme-bg-dark-2);
  border: none;
}
[data-theme="dark"] .bg-grey-2,
[data-theme="dark"] .hero-post-area.area-2 .section-heading .section-title span,
[data-theme="dark"] .top-area .right-btn {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] .pagination-list li a,
[data-theme="dark"] .pagination-right a {
  color: var(--dark-grey-1);
  border: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .recent-post-area .top-area .right-btn,
[data-theme="dark"] .top-area .right-btn {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] .subscribe-content .title {
  color: var(--white-color);
}
[data-theme="dark"] .hero-post-mid .post-card.card-2 {
  border: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .post-card-box .post-thumb img {
  border-radius: 7px;
}
[data-theme="dark"] .tech-post-wrap .travel-card-2.border-line,
[data-theme="dark"] .travel-card-2:not(:last-of-type),
[data-theme="dark"] .travel-post-wrap {
  border-bottom: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .tech-blog-area .top-area .right-btn {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] .subscribe-section.bg-grey,
[data-theme="dark"] .video-post-area .top-area .right-btn {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] .categorie-2.bg-grey-3,
[data-theme="dark"] .gadget-card .post-content,
[data-theme="dark"] .hero-post-3,
[data-theme="dark"] .top-area .right-btn.white,
[data-theme="dark"] .video-post .post-content {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] .categorie-2.bg-grey-3 {
  padding: 0;
}
[data-theme="dark"] .hero-item.item-1,
[data-theme="dark"] .hero-item.item-3 {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] .hero-item.item-2,
[data-theme="dark"] .hero-item.item-4,
[data-theme="dark"] .promo-wrap {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] .promo-wrap {
  border: none;
}
[data-theme="dark"] .promo-wrap .promo-header .title {
  color: var(--dark-grey-1);
}
[data-theme="dark"] .header-3 .bottom-header,
[data-theme="dark"] .video-post-area {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] .header-3 .main-menu li a {
  color: var(--white-color);
}
[data-theme="dark"] .header-3 .main-menu li ul {
  background-color: var(--theme-bg-dark-2);
  border: none;
}
[data-theme="dark"] .header-3 .header-right .toggle-switch .slider {
  border: 1px solid var(--white-color);
}
[data-theme="dark"]
  .header-3
  .header-right
  .toggle-switch
  input:checked
  ~ .slider:before {
  background-color: var(--white-color);
}
[data-theme="dark"] .main-menu li ul {
  background-color: var(--theme-bg-dark-2);
  border: none;
}
[data-theme="dark"] .trending-section-2 .section-heading .section-title span {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] #popup-search-box .box-inner-wrap,
[data-theme="dark"] .author-details-box {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] #popup-search-box .box-inner-wrap {
  border: none;
}
[data-theme="dark"] #popup-search-box .box-inner-wrap input {
  border-bottom: 1px solid var(--dark-border-1);
  color: var(--white-color);
}
[data-theme="dark"] #popup-search-box .box-inner-wrap input:focus {
  border-bottom: 1px solid var(--primary-color);
}
[data-theme="dark"] .author-info .name a,
[data-theme="dark"] .page-header-content ul li a {
  color: var(--white-color);
}
[data-theme="dark"] .author-info .prof {
  color: #ddd;
}
[data-theme="dark"] .author-info .prof,
[data-theme="dark"] .comment-item:not(:last-of-type) {
  border-bottom: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .author-info p,
[data-theme="dark"] .author-social .follow {
  color: var(--dark-grey-1);
}
[data-theme="dark"] .blog-default-card,
[data-theme="dark"] .blog-default-card .post-content .news-post-btn {
  border: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .fashion-blog-area .post-card .post-thumb img {
  border-radius: 10px;
}
[data-theme="dark"] .post-layout-content p {
  color: var(--dark-grey-1);
}
[data-theme="dark"] .post-layout-content .layout-title {
  color: var(--white-color);
}
[data-theme="dark"] .content-box {
  background-color: var(--theme-bg-dark-2);
  margin-top: 30px;
}
[data-theme="dark"] .content-box .title {
  color: var(--white-color);
}
[data-theme="dark"] .content-box .content-list-wrap .content-list li,
[data-theme="dark"] .layout-desc-2 span {
  color: var(--dark-grey-1);
}
[data-theme="dark"] .about-content .about-year,
[data-theme="dark"] .about-content .title,
[data-theme="dark"] .adress-box .title,
[data-theme="dark"] .adress-list.list-2 li,
[data-theme="dark"] .article-wrap .article-item .arrow,
[data-theme="dark"] .article-wrap .article-item .arrow:hover,
[data-theme="dark"] .article-wrap .article-item .article-thumb a,
[data-theme="dark"] .comment-info-wrap .comment-info .author,
[data-theme="dark"] .comment-info-wrap .comment-info .reply,
[data-theme="dark"] .contact-form-wrap .title,
[data-theme="dark"] .error-content .title,
[data-theme="dark"] .layout-social-box .box-right .share,
[data-theme="dark"] .main-menu li li a,
[data-theme="dark"] .sidebar-content .sidebar-social li a,
[data-theme="dark"] .single-card .post-content .title,
[data-theme="dark"] .skill-heading .title,
[data-theme="dark"] .skills-items .skills-item .progress .progress-bar span,
[data-theme="dark"] .skills-items .skills-item h5,
[data-theme="dark"] .team-details-content .title,
[data-theme="dark"] .team-item .team-content .title a,
[data-theme="dark"] .team-member-info .title,
[data-theme="dark"] .team-nav-wrap .title,
[data-theme="dark"] .team-top .left-item .title,
[data-theme="dark"] blockquote span {
  color: var(--white-color);
}
[data-theme="dark"] .about-content p,
[data-theme="dark"] .about-list-wrap .about-list li,
[data-theme="dark"] .adress-list li span,
[data-theme="dark"] .adress-list.list-2 li a,
[data-theme="dark"] .contact-form-wrap p,
[data-theme="dark"] .content-list-2 li,
[data-theme="dark"] .medi-list li,
[data-theme="dark"] .sidebar-content .sidebar-info li,
[data-theme="dark"] .sidebar-content p,
[data-theme="dark"] .skill-heading p,
[data-theme="dark"] .team-details-content p,
[data-theme="dark"] .team-list li,
[data-theme="dark"] .team-top .right-item p {
  color: var(--dark-grey-1);
}
[data-theme="dark"] .bottom-header,
[data-theme="dark"] .mid-header {
  background-color: var(--theme-bg-dark-2);
}
[data-theme="dark"] .mid-header {
  border-bottom: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .error-content .title {
  margin-top: 40px;
}
[data-theme="dark"] .layout-social-box .box-left .tag,
[data-theme="dark"] .layout-social-box .box-left ul li a,
[data-theme="dark"] .post-layout-1 .content-wrap .content-right span {
  color: var(--white-color);
}
[data-theme="dark"] .medi-list li i {
  color: var(--primary-color);
}
[data-theme="dark"] .layout-social-box {
  border: 1px dashed var(--dark-border-1);
}
[data-theme="dark"] .blog-form .form-group .form-control,
[data-theme="dark"] .contact-form .form-group .form-control {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--dark-border-1);
}
[data-theme="dark"] .sidebar-area,
[data-theme="dark"] .skill-section {
  background-color: var(--theme-bg-dark);
}
[data-theme="dark"] .sidebar-area {
  border: none;
}
