html {
  scroll-behavior: smooth;
}

body {
  font-family: IranSansPro !important;
  direction: rtl;
  overflow-x: hidden;
  padding-top: 80px;
  background-color: #fafafa;
}

a {
  color: #4e555f;
  text-decoration: none;
  transition: 0.3s all;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}

.post-content a
{
  color: #1158e6;
}

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

.post-content table
{
  margin: 30px auto;
}

.ez-toc-counter-rtl nav ul li a::before
{
  display: none;
}

.ez-toc-heading-level-3
{
  padding-right: 25px !important;
}

#ez-toc-container a:hover
{
  text-decoration: none;
}

#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li
{
  line-height: 2 !important;
}

.custom_note_author
{
  width: 100%;
  margin: 20px 0;
  background: #eee;
  padding: 20px;
  border-radius: 8px;
  border: solid 1px #ddd;
}

.custom_note_author p
{
  margin-bottom: 0;
}

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 1111;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.main-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.main-header .header-content .right-content {
  display: flex;
  align-items: center;
}

.main-header .header-content .right-content .burger-btn {
  display: none;
  border: 0;
  background-color: transparent;
}

.main-header .header-content .right-content .logo-holder {
  width: 100px;
}

.main-header .header-content .right-content .logo-holder img {
  width: 100%;
}

.main-header .header-content .right-content .main-menu {
  margin-right: 16px;
}

.main-header .header-content .right-content .main-menu .mobile-logo {
  display: none;
}

.main-header .header-content .right-content .main-menu .nav-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.main-header .header-content .right-content .main-menu .nav-menu ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #4e555f;
  font-weight: 500;
}

.main-header .header-content .right-content .main-menu .nav-menu ul li ul li::before {
  display:none !important;
}

.main-header .header-content .right-content .main-menu .nav-menu ul li a {
  font-size: 16px;
  text-decoration: none;
  padding: 28px 24px;
  transition: 0.3s all;
  border-bottom: 2px solid transparent !important;
}

.main-header .header-content .right-content .main-menu .nav-menu ul li a i {
  font-size: 12px;
  opacity: 0.7;
  transition: 0.3s all;
}

.main-header .header-content .right-content .main-menu .nav-menu ul > li:hover::before {
    content:"";
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg,#13c0ff,#0104de 95.83%);
    border-radius: 100px;
}


.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  > li
  > a:hover {
  color: #464646;
  border-bottom: 2px solid #001ac1;
}

.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  li.has-child {
  padding: 10px 24px;
}

.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  li.has-child
  ul {
  display: none;
  position: absolute;
  top: 74px;
  z-index: 50;
  margin: 0;
  width: 15rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  li.has-child
  ul
  a {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  li.has-child
  ul
  a:hover {
  background-color: rgba(0,27,193,.06);
  border-bottom: 0;
}

.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  li.has-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  right: 0;
}

.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  li.has-child:hover
  ul {
  display: block;
}

.main-header
  .header-content
  .right-content
  .main-menu
  .nav-menu
  ul
  li.has-child
  i {
  margin-right: 8px;
}

.main-header .header-content .left-content {
  display: flex;
  align-items: center;
}

.main-header .header-content .left-content .search-holder {
  position: relative;
}

.main-header .header-content .left-content .search-holder .search-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .header-content .left-content .search-holder .search-btn i {
  color: #464646;
  font-size: 18px;
}

.main-header .header-content .left-content .search-holder .search-btn:hover {
  background-color: #f3f4f6;
}

.main-header .header-content .left-content .search-holder .search-box {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 4px 0 4px 16px;
  opacity: 0;
  transition: 0.3s all;
  background-color: #fff;
  z-index: 1111;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateY(-30px) translateX(-50%);
  width: 500px;
  max-width: 100%;
  visibility: hidden;
}

.main-header .header-content .left-content .search-holder .search-box form {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.main-header
  .header-content
  .left-content
  .search-holder
  .search-box
  form
  button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  padding: 12px 16px;
}

.main-header
  .header-content
  .left-content
  .search-holder
  .search-box
  form
  input {
  border: 0;
  color: #464646;
  padding-right: 0;
}

.main-header
  .header-content
  .left-content
  .search-holder
  .search-box
  form
  input:focus {
  box-shadow: none;
}

.main-header .header-content .left-content .search-holder .search-box.active {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  visibility: visible;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-section {
  padding-top: 30px !important;
}

.slider-section .slider-holder .slider-inner {
  display: flex;
}

.slider-section .slider-holder .slider-inner .slider-image {
  width: 60%;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(1.05);
  opacity:0;
  transition: 0.3s all;
}


.swiper-slide-active .slider-image {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.slider-section .slider-holder .slider-inner .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-section .slider-holder .slider-inner .slider-content {
  display: flex;
  flex-direction: column;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  right: -10%;
  z-index: 999999;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 30px;
  padding: 24px;
  justify-content: center;
  width: 40%;
  transform: translateY(20px);
  transition: 0.3s all;
  opacity: 0;
}

.swiper-slide-active  .slider-content {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.slider-section .slider-holder .slider-inner .slider-content .tag-holder {
  top: 24px;
  display: flex;
  align-items: center;
}

.slider-section .slider-holder .slider-inner .slider-content .tag-holder .tag {
  margin-left: 16px;
}

.slider-section .slider-holder .slider-inner .slider-content .title-holder h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 48px;
}

.slider-section
  .slider-holder
  .slider-inner
  .slider-content
  .title-holder
  h3
  a {
  color: #111827;
}

.slider-section
  .slider-holder
  .slider-inner
  .slider-content
  .title-holder
  h3
  a:hover {
  color: #001bc1;
}

.slider-section .swiper-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 90%;
  left: 15%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
}

.slider-section .swiper-button-next:after {
  font-size: 18px;
  color: #4e555f;
}

.slider-section .swiper-button-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 75%;
  top: 90%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
}

.slider-section .swiper-button-prev:after {
  font-size: 18px;
  color: #4e555f;
}

.slider-section .swiper {
  overflow: initial;
}

.hot-topic-section .hot-topics .inner .image-holder {
  width: 100%;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.hot-topic-section .hot-topics .inner .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot-topic-section .hot-topics .inner .image-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
  opacity: 0;
}

.hot-topic-section .hot-topics .inner .image-holder:hover::after {
  opacity: 1;
}

.hot-topic-section .hot-topics .inner .details {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hot-topic-section .hot-topics .inner .details .right-content {
  margin-left: 16px;
}

.hot-topic-section .hot-topics .inner .details .right-content .point {
  width: 40px;
  height: 40px;
  background-color: #fa6400;
  border-radius: 50%;
}

.hot-topic-section .hot-topics .inner .details .left-content .title h3 {
  font-size: 18px;
  font-weight: bold;
}

.hot-topic-section .hot-topics .inner .details .left-content .description span {
  color: #4e555f;
  font-size: 14px;
  font-family: IranSansPro;
}

.ads-sction .ads {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 190px;
}

.ads-sction .ads img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-section .tab-holder .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.blog-section .tab-holder .tab-header ul {
  gap: 4px;
}

.blog-section .tab-holder .tab-header .right-content .nav-link {
  color: #4e555f;
  border-radius: 24px;
}

.blog-section .tab-holder .tab-header .right-content .nav-link:hover {
  background-color: rgba(0,0,0,0.06) !important;
}

.blog-section .tab-holder .tab-header .right-content .nav-link.active {
  background-color: #0a0a0a;
  color: #fff;
}

.blog-section .tab-holder .blogs .inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s all;
  margin-bottom: 24px;
}

.blog-section .tab-holder .blogs .inner.horizontal {
  border:1px solid rgba(0, 0, 0, 0.1)
}

.blog-section .tab-holder .blogs .inner .image-holder {
  height: 370px;
}

.big-card-holder .inner .about-holder {
  margin: 16px 16px 0;
}

.blog-section .tab-holder .blogs .inner .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
  border-radius: 9px;
}

.blog-section .tab-holder .blogs .inner .blog-contents-holder {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.blog-section .tab-holder .blogs .inner .blog-contents-holder .tag-holder {
  gap: 4px;
}

.blog-section
  .tab-holder
  .blogs
  .inner
  .blog-contents-holder
  .heading-holder
  h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #111827;
}

.blog-section .tab-holder .blogs .inner .blog-contents-holder .content-holder {
  margin-bottom: 16px;
}

.blog-section
  .tab-holder
  .blogs
  .inner
  .blog-contents-holder
  .content-holder
  p {
  font-size: 14px;
  color: #4e555f;
  margin-bottom: 0;
}


.blog-section .tab-holder .blogs .inner:hover .image-holder img {
  filter: brightness(0.9);
}

.blog-section .tab-holder .blogs .inner.horizontal {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
}

.blog-section .tab-holder .blogs .inner.horizontal .image-holder {
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.blog-section .tab-holder .blogs .inner.horizontal .blog-contents-holder {
  padding: 0 !important;
  position: relative;
}

.blog-section
  .tab-holder
  .blogs
  .inner.horizontal
  .blog-contents-holder
  .about-holder
  .left-content {
  display: flex;
  align-items: stara;
  flex-direction: column;
}

.blog-section
  .tab-holder
  .blogs
  .inner.horizontal
  .blog-contents-holder
  .about-holder
  .left-content
  .top-content {
  margin-bottom: 0;
  margin-left: 4px;
}



.blog-section .tab-holder .blogs .inner.horizontal .about-holder {
  position: initial !important;
}

.installments-section .products {
  display: flex;
  justify-content: space-between;
}

.installments-section .products .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 20%;
  position: relative;
}

.installments-section .products .product .image-holder {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.installments-section .products .product .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.installments-section .products .product .title-holder {
  text-align: center;
}

.installments-section .products .product .title-holder h3 {
  font-size: 18px;
  font-weight: bold;
}

.newes-letter-section {
  padding-bottom: 80px !important;
}

.newes-letter-section .new-letter-option-holder {
  margin-bottom: 30px;
}

.newes-letter-section .new-letter-option-holder ul li {
  list-style: none;
  margin-bottom: 8px;
}

.newes-letter-section .new-letter-option-holder ul li .option {
  width: 35px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f2194a;
  background-color: #f2194a24;
  border-radius: 24px;
  overflow: hidden;
  margin-left: 8px;
  line-height: 1.4;
  font-size: 13px;
}

.newes-letter-section .new-letter-option-holder ul li span {
  font-family: IranSansPro;
  font-size: 16px;
}

.newes-letter-section .input-holder {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4px 6px;
  overflow: hidden;
}

.newes-letter-section .input-holder form {
  display: flex;
}

.newes-letter-section .input-holder form input {
  border: 0;
}

.newes-letter-section .input-holder form input:focus {
  box-shadow: none;
}

.newes-letter-section .input-holder form .btn {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #001bc1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newes-letter-section .input-holder form .btn i {
  color: #fff;
}

.newes-letter-section .news-letter-ilustration {
  width: 70%;
  margin: 0 auto;
}

.newes-letter-section .news-letter-ilustration img {
  width: 100%;
}

.videos-section {
  padding-bottom: 80px !important;
  background-color: #111827;
}

.videos-section .section-title-holder h2 {
  color: #fff;
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}

/* The Play-Button using CSS-Only */
.box-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #fff;
}

/* The Play-Triangle */
.box-video {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
}

.box-video .bt-play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 12px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.videos .inner:hover .bt-play {
  transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* and iframe shows up */
.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 1;
  padding-bottom: 56.27198%;
}

.video-container video {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos-section .videos .inner {
  margin-bottom: 30px;
  position: relative;
}

.videos-section .videos .inner .box-video {
  width: 100%;
  height: 250px;
}

.videos-section .videos .inner .box-video .box-header {
  position: absolute;
  z-index: 11;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.videos-section .videos .inner .box-video .box-header .tag-holder .tag {
  background-color: #fa6400;
  color: #fff;
  margin-left: 8px;
}

.videos-section .videos .inner .box-video .box-header .tag-holder .tag:hover {
  opacity: 0.8;
}

.videos-section
  .videos
  .inner
  .about-holder
  .left-content
  .top-content
  .title
  h3 {
  font-size: 16px;
  color: #fff;
}

.videos-section
  .videos
  .inner
  .about-holder
  .left-content
  .bottom-content
  .author-name
  span {
  color: #fff;
}

.podcast-section {
  padding-bottom: 80px !important;
}

.podcast-section .podcasts .inner {
  position: relative;
  margin-bottom: 30px;
}

.podcast-section .podcasts .inner .image-holder {
  position: relative;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}

.podcast-section .podcasts .inner .image-holder .box-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  padding: 16px;
  position: absolute;
  bottom: 60px;
  z-index: 1;
}

.podcast-section .podcasts .inner .image-holder .box-footer .noise-image {
  width: 70%;
}

.podcast-section .podcasts .inner .image-holder .box-footer .noise-image img {
  width: 100%;
}

.podcast-section
  .podcasts
  .inner
  .image-holder
  .box-footer
  .cast-play-holder
  .play-btn {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-section
  .podcasts
  .inner
  .image-holder
  .box-footer
  .cast-play-holder
  .play-btn
  i {
  font-size: 22px;
  color: #001bc1;
}

.podcast-section .podcasts .inner .image-holder:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.podcast-section .podcasts .inner .content-holder {
  position: relative;
  width: 90%;
  margin-top: -56px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 16px 0 16px 16px;
  padding: 24px;
  max-height: 145px;
  overflow: hidden;
}

.podcast-section .podcasts .inner .content-holder .cast-title {
  margin-bottom: 16px;
}

.podcast-section .podcasts .inner .content-holder .cast-title h3 {
  margin: 0;
  font-size: 20px;
  color: #111827;
}

.podcast-section .podcasts .inner .content-holder .cast-desc {
  margin-bottom: 16px;
}

.podcast-section .podcasts .inner .content-holder .cast-desc p {
  font-size: 14px;
  color: #4e555f;
  margin-bottom: 0;
}

.main-footer {
  padding: 5rem 0 0 0;
  background-color: #f2f1f1;
}

.main-footer .footer-item .logo-holder {
  width: 100px;
  margin-bottom: 30px;
}

.main-footer .footer-item .logo-holder img {
  width: 100%;
}

.main-footer .footer-item .footer-title {
  margin-bottom: 16px;
}

.main-footer .footer-item .footer-title h4 {
  font-size: 16px;
  font-weight: bold;
  color: #001bc1;
}

.main-footer .footer-item .footer-links ul li {
  margin-bottom: 16px;
}

.main-footer .footer-item .footer-links ul li a {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.main-footer .footer-item .footer-links ul li a i {
  margin-right: 8px;
  font-size: 10px;
}

.main-footer .footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}

.main-footer .footer-item .about-us-footer {
  margin-bottom: 24px;
}

.main-footer .footer-item .about-us-footer ul li {
  margin-bottom: 16px;
}

.main-footer .footer-item .about-us-footer ul li p {
  font-size: 14px;
  color: #343a3f;
  text-align: justify;
}

.main-footer .footer-item .support-phone {
  width: 60%;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background: #cfd6ff;
  color: #001bc1;
  font-family: IranSansPro;
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
}

.main-footer .footer-item .address-hodler {
  display: flex;
  color: #4e555f;
  margin-bottom: 24px;
}

.main-footer .footer-item .address-hodler i {
  margin-left: 8px;
}

.main-footer .footer-item .address-hodler address {
  margin-bottom: 0;
}

.main-footer .bottom-footer {
  padding: 32px 0;
  background-color: #cfd6ff;
}

.main-footer .bottom-footer .bottom-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer
  .bottom-footer
  .bottom-footer-content
  .right-content
  .copy-right
  span {
  color: #001bc1;
}

.main-footer .bottom-footer .bottom-footer-content .left-content .social-media {
  margin-top: 0;
}

.main-footer
  .bottom-footer
  .bottom-footer-content
  .left-content
  .social-media
  ul {
  margin-bottom: 0;
}

.main-footer
  .bottom-footer
  .bottom-footer-content
  .left-content
  .social-media
  ul
  li {
  padding-left: 24px;
}

.main-footer
  .bottom-footer
  .bottom-footer-content
  .left-content
  .social-media
  ul
  li
  a {
  transition: 0.3s all;
  background-color: #cfd6ff;
}

.main-footer
  .bottom-footer
  .bottom-footer-content
  .left-content
  .social-media
  ul
  li
  a
  i {
  color: #001bc1;
  font-size: 24px;
}

.main-footer
  .bottom-footer
  .bottom-footer-content
  .left-content
  .social-media
  ul
  li
  a:hover
  i {
  color: #001bc1;
}

.single-blog-header .tag-holder {
  margin-bottom: 16px;
}

.related-section {
  padding: 30px 0 !important;
}

.podcast-header-holder .podcast-background {
  background-color: #eef2ff;
  height: 250px;
}

.podcast-header-holder .podcast-details {
  width: 80%;
  margin: 0 auto;
  padding: 46px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -12%;
  background-color: #fff;
}

.podcast-header-holder .podcast-details .right-content {
  margin-left: 46px;
}

.podcast-header-holder .podcast-details .right-content .bg-podcast {
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.podcast-header-holder .podcast-details .right-content .bg-podcast:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
}

.podcast-header-holder .podcast-details .right-content .bg-podcast .bt-play {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  z-index: 111;
}

.podcast-header-holder .podcast-details .right-content .bg-podcast .bt-play i {
  color: #fff;
  font-size: 22px;
}

.podcast-header-holder .podcast-details .left-content {
  width: 100%;
}

.podcast-header-holder .podcast-details .left-content .tag-holder {
  margin-bottom: 16px;
}

.podcast-header-holder .podcast-details .left-content .footer-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.podcast-header-holder
  .podcast-details
  .left-content
  .footer-details
  .about-holder {
  margin-bottom: 0;
}

.video-header-holder .video-header {
  display: flex;
  align-items: center;
}

.video-header-holder .video-header .right-content {
  flex: 40%;
  margin-left: 40px;
}

.video-header-holder .video-header .right-content .tag-holder {
  margin-bottom: 16px;
}

.video-header-holder .video-header .right-content .tag-holder .tag {
  color: #fff;
}

.video-header-holder .video-header .right-content .sinlge-title-holder h1 {
  color: #fff;
}

.video-header-holder .video-header .right-content .about-holder .right-content {
  flex: initial !important;
}

.video-header-holder
  .video-header
  .right-content
  .about-holder
  .left-content
  * {
  color: #fff !important;
}

.video-header-holder
  .video-header
  .right-content
  .about-holder
  .left-content
  .top-content
  .author-name
  span {
  color: #fff;
}

.video-header-holder .video-header .right-content:after {
  content: "";
  width: 50%;
  height: 500px;
  position: absolute;
  right: 0;
  top: 80px;
  background-color: #111827;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  z-index: -1;
}

.video-header-holder .video-header .left-content {
  flex: 60%;
}

.video-header-holder .video-header .left-content .video-holder {
  height: 420px;
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
}

.video-header-holder .video-header .left-content .video-holder .plyr__controls {
  background-color: transparent !important;
}

.video-header-holder
  .video-header
  .left-content
  .video-holder
  .plyr__control--overlaid {
  background-color: #2ecc71;
}

.video-header-holder
  .video-header
  .left-content
  .video-holder
  .plyr--video
  .plyr__control:hover {
  background-color: #2ecc71;
}

.video-header-holder .video-header .left-content .video-holder video {
  height: 100%;
}

.error-section .error-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-section .error-holder .image-holder {
  width: 670px;
}

.error-section .error-holder .image-holder img {
  width: 100%;
}

.error-section .error-holder span {
  font-size: 30px;
  font-family: IranSansPro;
  margin-bottom: 30px;
}

.error-section .error-holder .btn {
  margin-bottom: 30px;
}

.error-section .error-holder.denied .image-holder {
  height: 350px;
}

.error-section .error-holder.denied .image-holder img {
  height: 100%;
  object-fit: contain;
}

.section {
  padding: 60px 0 0 0;
}

a.tag {
  padding: 4px 12px;
  transition: 0.3s all;
  background-color: rgb(0 0 0 / 60%);
  color: #fff;
  border-radius: 24px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0;
}

a.tag:hover {
  background-color: #000;
  color: #fff;
}

.section-title-holder {
  margin-bottom: 30px;
}

.section-title-holder h2 {
  color: #111827;
  font-weight: bold;
  font-family: IranSansPro;
  font-size: 36px;
}

.section-title-holder p {
  color: #4e555f;
}

.link {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.about-holder {
  display: flex;
  align-items: center;
}

.about-holder .right-content {
  margin-left: 16px !important;
}

.about-holder .right-content .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.about-holder .right-content .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about-holder .left-content .top-content .author-name span {
  color: #111827;
}

.about-holder .left-content .bottom-content {
  display: flex;
}

.about-holder .left-content span {
  font-family: IranSansPro;
  font-size: 14px;
  color: #4e555f;
  margin-left: 4px;
}

.primery-btn {
  color: #fff;
  background-color: #001bc1;
  padding: 8px 24px;
  border-radius: 8px;
  margin-right: 16px;
  transition: 0.3s all;
  border: 0;
}

.primery-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.box-header {
  position: absolute;
  width: 100%;
  z-index: 11;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-header .tag-holder .tag {
  background-color: #fa6400;
  color: #fff;
  margin-left: 8px;
}

.box-header .tag-holder .tag:hover {
  opacity: 0.8;
}

.action-holder {
  display: flex;
  gap: 8px;
  z-index: 1;
}

.big-card-holder .action-holder {
  border-top: 1px solid #eee;
  padding-top: 32px;
}

.action-holder .count {
  padding: 4px 12px;
  transition: 0.3s all;
  font-family: IranSansPro;
  border-radius: 24px;
  background-color: #f3f4f6;
  color: #4e555f;
  display: flex;
  align-items: center;
}

.action-holder .count span {
  margin-left: 8px;
}

.action-holder .likes-count-holder:hover {
  cursor: pointer;
  color: #f2194a;
  background-color: #f2194a24;
}

.action-holder .likes-count-holder.liked i {
  color: #f2194a;
  font-weight: 800;
}

.action-holder .comments-count-holder {
  cursor: default;
}

.single-blog-header .action-holder .comments-count-holder:hover {  
  color: #53dd6c;
  background-color: #53dd6c2e;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.btn:focus {
  box-shadow: none;
}

.social-media {
  margin-top: 24px;
}

.social-media ul {
  display: flex;
}

.social-media ul li {
  padding-left: 16px;
}

.social-media ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media ul li a i {
  color: #fff;
  font-size: 18px;
}

.social-media ul li a.twitter {
  background-color: #1da1f1;
}

.social-media ul li a.facebook {
  background-color: #1878f2;
}

.social-media ul li a.instagram {
  background-color: #f00075;
}

.social-media ul li a.wats {
  background-color: #25d366;
}

/* .single-post-holder .container {
  max-width: 768px;
  margin: 0 auto;
} */

.blog-main
{
  display: flex;
  justify-content: space-between;
}

.blog-main-content-area
{
  width: 65%;
}

.blog-sidebar-area
{
  width: 32%;
}

.single-post-holder .breadcrumb-holder {
  margin-bottom: 16px;
}

.sinlge-title-holder {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sinlge-title-holder h1 {
  font-size: 1.8rem;
  font-family: IranSansPro;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-weight: bold;
}

.post-thumbnail {
  width: 1000px;
  height: 500px;
  max-width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto 30px;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-content {
  margin-bottom: 30px;
}

.post-content p {
  color: #4a4a4a;
  line-height: 2;
  font-size: 1.1rem;
  font-weight: 300;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: IranSansPro;
  font-weight: bold;
  color: #111827;
  margin-bottom: 16px;
}

.post-content h2 {
  font-size: 1.6rem;
}

.post-content h3 {
  font-size: 1.4rem;
}

.post-content h4 {
  font-size: 1.2rem;
}

.post-content h5 {
  font-size: 1.2rem;
}

.post-content h6 {
  font-size: 1.2rem;
}


.post-content ul li {
  list-style: initial !important;
  margin-bottom: 12px;
}

.post-content ul li::marker {
  color: #ffffff;
}

.post-content ol {
  padding: 0;
  margin-bottom: 16px;
  margin: 24px 16px;
}

.post-content ol ol {
  margin-top: 12px;
  margin-bottom: 12px;
}

.post-content ol li {
  list-style: number;
  font-family: IranSansPro;
  margin-bottom: 12px;
}

.post-content ol li::marker {
  color: #4e555f;
}

.meta-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-meta .action-holder .likes-count-holder {
  border: 0;
}

.footer-meta .social-media {
  margin: 0;
}

.footer-meta .social-media ul {
  margin-bottom: 0;
}

.comments .comment-respond .comment-reply-title {
  font-family: IranSansPro;
}

.comments .comment-respond form .comment-notes p {
  font-size: 14px;
}

.comments .comment-respond form .textarea-holder {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  height: 200px;
  margin-bottom: 16px;
  padding: 8px;
}

.comments .comment-respond form .textarea-holder textarea {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.comments .comment-respond form .comment-inputs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.comments .comment-respond form .comment-inputs .input-holder {
  width: 48%;
}

.comments .comment-respond form .comment-inputs .input-holder label {
  margin-bottom: 8px;
  font-weight: bold;
}

.comments .comment-respond form .comment-inputs .input-holder input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  height: 45px;
}

.comments .comment-respond form .comment-inputs .input-holder input:focus {
  box-shadow: none;
}

.comments .comment-respond form .submit-comment {
  margin-bottom: 16px;
}

.comments .comment-respond form .submit-comment .primery-btn {
  padding: 8px 24px;
  margin: 0;
}

.comments .comment-list {
  margin-top: 30px;
}

.comments .comment-list ul li {
  display: flex;
  margin-bottom: 30px;
}

.comments .comment-list ul li .comment-author {
  margin-left: 16px;
}

.comments .comment-list ul li .comment-author .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.comments .comment-list ul li .comment-author .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comments .comment-list ul li .comment-description {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  flex: 1;
}

.comments .comment-list ul li .comment-description .comment-meta .author-name {
  font-weight: bold;
}

.comments
  .comment-list
  ul
  li
  .comment-description
  .comment-meta
  .point-divider {
  padding: 0 4px;
}

.comments .comment-list ul li .comment-description .comment-meta .date {
  color: #4e555f;
  font-family: IranSansPro;
}

.comments .comment-list ul li .comment-description .commrnt-text {
  margin: 22px 0;
}

.comments .comment-list ul li .comment-description .commrnt-text p {
  margin: 0;
  color: #4e555f;
}

.comments .comment-list ul li .comment-description .comment-reply {
  text-align: left;
}

.comments .comment-list ul li .comment-description .comment-reply a {
  background-color: #f3f4f6;
  padding: 4px 12px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
}

.comments .comment-list ul li .comment-description .comment-reply a i {
  color: #4e555f;
  margin-left: 4px;
}

.comments .comment-list ul li .comment-description .comment-reply a:hover {
  color: #4e555f;
  opacity: 0.8;
}

.comments .comment-list ul li.reply {
  padding-right: 42px;
}

.listing-posts .inner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: 0.3s all;
  margin-bottom: 30px;
  max-height: 350px;
}

.listing-posts .inner .image-holder {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.listing-posts .inner .image-holder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transition: 0.3s all;
}

.listing-posts .inner:hover .image-holder img {
  filter: brightness(0.9);
}

.listing-posts .inner .image-holder .tag-holder {
  position: absolute;
  width: 100%;
  z-index: 111;
  padding: 16px;
}

.listing-posts .inner .image-holder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-posts .inner .image-holder .overlay i {
  color: #fff;
  font-size: 42px;
}

.listing-posts .inner .content-holder {
  background-color: #fff;
  padding: 16px;
}

.listing-posts .inner .content-holder .about-holder .right-content .avatar {
  width: 30px;
  height: 30px;
}

.listing-posts .inner .content-holder .about-holder .left-content {
  display: flex;
}

.listing-posts
  .inner
  .content-holder
  .about-holder
  .left-content
  .top-content
  span {
  font-size: 12px;
  margin-left: 8px;
}

.listing-posts
  .inner
  .content-holder
  .about-holder
  .left-content
  .bottom-content
  span {
  font-size: 12px;
}

.listing-posts .inner .content-holder .title-holder {
  min-height: 60px;
}

.listing-posts .inner .content-holder .title-holder h3 a:hover {
  color: rgba(0, 0, 0, 1);
}

.listing-posts .inner .content-holder .title-holder h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.listing-hadear-holder {
  padding: 0;
}

.listing-hadear-holder .listing-header {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.listing-hadear-holder .listing-header .listing-header-info {
  position: relative;
  z-index: 1;
  text-align: center;
}

.listing-hadear-holder .listing-header .listing-header-info h1 {
  font-family: IranSansPro;
  color: #fff;
  font-size: 54px;
  margin-bottom: 16px;
}

.listing-hadear-holder .listing-header .listing-header-info span {
  font-family: IranSansPro;
  font-size: 18px;
  color: #d1d5db;
}

.listing-hadear-holder .listing-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.breadcrumb-holder {
  padding: 12px 0;
}

.breadcrumb-holder .crumbs span {
  color: #888a8e;
}

.breadcrumb-holder .crumbs i {
  font-size: 12px;
  margin: 0 4px;
}

.breadcrumb-holder .crumbs .current {
  font-size: 14px;
  color: #4e555f;
}

.breadcrumb-holder .crumbs.white * {
  color: #fff;
}

.listing-section {
  padding-top: 40px !important;
}

.filter-holder {
  padding-top: 40px;
}

.filter-holder .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-holder .filter .right-content .select-holder {
  width: 200px;
}

.filter-holder .filter .right-content .select-holder select {
  border-radius: 24px;
  color: #111827;
}

.filter-holder .filter .right-content .select-holder select:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.filter-holder .filter .left-content {
  display: flex;
  align-items: center;
}

.filter-holder .filter .left-content .filter-btn {
  border-color: #ced4da;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.filter-holder .filter .left-content .filter-btn span {
  color: #111827;
}

.filter-holder .filter .left-content .filter-btn i {
  color: #343a3f;
  font-size: 12px;
  margin-right: 8px;
}

.modal .modal-content {
  border-radius: 16px;
}

.category-modal .modal-dialog {
  max-width: 1200px;
}

.categories {
  display: flex;
}

.categories .category {
  flex: 20%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.categories .category .right-content {
  margin-left: 16px;
}

.categories .category .right-content .image-holder {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  overflow: hidden;
}

.categories .category .right-content .image-holder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.categories .category .left-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.categories .category .left-content span {
  font-size: 14px;
  font-family: IranSansPro;
  color: #4e555f;
}

.tag-modal .modal-dialog .modal-content .modal-body .post-tag-holder ul li {
  margin-bottom: 8px;
}

.post-tag-holder {
  margin-bottom: 30px;
}

.post-tag-holder ul {
  display: flex;
  flex-wrap: wrap;
}

.post-tag-holder ul li {
  display: flex;
  align-items: center;
}

.post-tag-holder ul li a {
  padding: 8px 16px;
  margin-left: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.post-tag-holder ul li a:hover {
  color: initial !important;
  border-color: rgba(0, 0, 0, 0.3);
}

.search-result-section {
  padding-top: 30px !important;
}

.search-result-section .section-title-holder h1 {
  font-family: IranSansPro;
  font-weight: bold;
  font-size: 30px;
}

#result {
  width: 100%;
  height: auto;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  right: 0;
  left: 0;
  position: absolute;
  top: 50px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  display: none;
}

#result.active {
  display: block;
}

.paganation-holder {
  display: flex;
  justify-content: center;
}

.paganation-holder nav ul li {
  font-family: IranSansPro;
}

.paganation-holder nav ul li.active .page-link {
  background-color: #001bc1;
  border-color: #001bc1;
}

.paganation-holder nav ul li .page-link:focus {
  box-shadow: none;
}

audio {
  display: none;
}

#audiowrap,
#plwrap {
  margin: 0 auto;
}

#tracks {
  font-size: 0;
  position: relative;
  text-align: center;
}

#nowPlay {
  display: block;
  font-size: 0;
}

#nowPlay span {
  display: inline-block;
  font-size: 1.05rem;
  vertical-align: top;
}

#nowPlay span#npAction {
  padding: 21px;
  width: 30%;
}

#nowPlay span#npTitle {
  padding: 21px;
  text-align: right;
  width: 70%;
}

#plList li {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 21px 0;
}

#plList li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.plItem {
  position: relative;
}

.plTitle {
  left: 50px;
  overflow: hidden;
  position: absolute;
  right: 65px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}

.plNum {
  padding-left: 21px;
  width: 25px;
}

.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}

.plSel,
.plSel:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: default !important;
}

#tracks a {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2.3rem;
  height: 40px;
  line-height: 0.2;
  margin: 0 5px 30px;
  padding: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#tracks a:hover,
#tracks a:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#tracks a::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Plyr Overrides
================================================== */
.plyr--audio .gcontrols {
  background-color: #1f2937 !important;
  border: none;
  color: #fff;
  font-family: "Source Sans Pro", arial, sans-serif;
  padding: 20px 20px 20px 13px;
  width: 100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
  background-color: rgba(0, 0, 0, 0.1);
}

.plyr__progress--played,
.plyr__volume--display {
  color: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background-color: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(0, 0, 0, 0.1);
}

.plyr__controls .plyr__controls__item.plyr__time {
  font-size: 14px;
  margin-left: 7px;
}

.plyr__controls__item {
  color: #fff !important;
}

.plyr__controls__item .plyr__control {
  padding: 24px 16px !important;
}

.plyr__controls {
  background-color: #1f2937 !important;
  color: #fff !important;
}

#mainwrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 11111;
}

.plyr__progress input[type="range"] {
  color: #2ecc71 !important;
}

.plyr__volume input[type="range"] {
  color: #2ecc71 !important;
}

.register-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 !important;
}

.register-section .register-holder {
  width: 370px;
  padding: 40px 32px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.register-section .register-holder h1 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 30px;
  font-family: IranSansPro;
  text-align: center;
}

.register-section .register-holder form {
  width: 100%;
}

.register-section .register-holder form .input-holder {
  margin-bottom: 16px;
}

.register-section .register-holder form .input-holder .form-control {
  border-radius: 16px;
  padding: 12px;
}

.register-section .register-holder form .input-holder .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.register-section .register-holder form .forget-pass {
  margin-bottom: 16px;
}

.register-section .register-holder form .forget-pass a {
  color: #001bc1;
}

.register-section .register-holder form .btn-holder .btn {
  background-color: #001bc1;
  border-radius: 16px;
  padding: 12px;
  width: 100%;
}

.register-section .register-holder form .btn-holder .btn:hover {
  opacity: 0.8;
}

.plyr__poster {
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */
.post-content img {
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.schema-faq {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin: 24px 0;
}

.schema-faq .schema-faq-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.schema-faq .schema-faq-section:last-child {
  border-bottom: 0;
}

.schema-faq .schema-faq-section p {
  margin-bottom: 0 !important;
  display: none;
}

.schema-faq-question,
.schema-faq-answer {
  display: flex;
  padding: 16px;
}

.schema-faq-section.active .schema-faq-question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.schema-faq-question {
  cursor: pointer;
}

.schema-faq-answer {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  display: none;
}

.schema-faq-section.active .schema-faq-answer {
  display: block;
}

.cta-full {
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.cta-full .button-holder {
  white-space: nowrap;
}

.cta-full .details {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.cta-full .details-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-full .title {
  color: #001ac1;
  font-weight: bold;
}

.cta-full .desc {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 0;
}

.cta-full img {
  width: 200px;
  height: auto;
}

.cta-full button-holder {
  margin-top: 16px;
}

.cta-full .button-link {
  background-color: #001bc1;
  color: #fff;
  border-radius: 24px;
  padding: 8px 16px;
}

.cta-readmore {
  padding: 16px;
  background-color: rgba(113, 210, 131, 0.22);
  box-shadow: 2px 2px 0 rgb(113 210 159);
  border-radius: 4px;
  color: rgb(34 124 77);
  display: flex;
  align-items: center;
  gap: 24px;
}

.cta-readmore p {
  margin-bottom: 0;
  color: rgb(34 124 77);
}

.cta-readmore img {
  width: 280px;
  height: auto;
}

.darklayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  z-index: 111;
}
.darklayer.active {
  opacity: 1;
  visibility: visible;
}

.post-action-holder {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.slider-content .post-action-holder {
  margin-top: 16px;
}

.action-holder button {
  border: 0;
  outline: none;
}

.popover {
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
  right:0;
}

.share-holder .popover {
  width: 200px;
}

.share-btn {
  cursor: pointer;
  min-height: 32px;
}

.share-holder {
  position: relative;
}

.share-popover ul {
  margin-bottom: 0;
}

.share-popover li {
  display: flex;
  width: 100%;
  align-items: center;
  font-family: IranSansPro !important;
  gap: 8px;
}

.share-popover li a {
  display: flex;
  width: 100%;
  padding: 8px;
  align-items: center;
  gap: 8px;
}

.heading-list-content button {
  outline: none;
}

.heading-list-content button i {
  transition: 0.3s all;
}

.heading-list-content.active button i {
  transform: rotate(180deg);
}

.contents-list {
  padding: 16px;
  display: none;
}

.contents-list.active {
  display: block;
}

.list-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  background-color: #fff;
}

.list-content .contents-list {
  padding: 24px;
  padding-top: 0;
}

.contents-list ul {
  margin-top: 8px;
  margin-bottom: 0;
  list-style: none;
}

.about-holder {
  margin-bottom: 12px;
}
.title-content-list {
  display: flex;
  font-size: 20px;
  padding: 24px;
}

.slider-section .swiper-button-prev:after,.slider-section .swiper-button-next:after {
  display: none !important;
}

.slider-section .swiper-button-next, .slider-section .swiper-button-prev {
  font-size: 28px; 
  color: rgba(0,0,0,0.6);
}

.post-content img {
  height: auto;
}

.post-content table td {
  border: 1px solid #dddddd;
  padding: 8px 16px;
}

.post-content table th {
  font-weight: bold;
}


.cta-number-one {
  display: flex;
  align-items: flex-start;
  flex-direction: row; 
  gap: 32px;
  background-color: #ffffff;
  padding: 24px;
}

.cta-number-one strong {
  font-size: 18px;
}

.cta-number-one img {
  width: auto !important;
  height: auto;
}

.cta-number-one span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.cta-number-one .cta-actions {
  display: flex;
  flex-direction: row; 
  margin-top: 24px;
}

.cta-number-one .cta-actions a {
  background-color: #1878f2;
  color: #fff;
  border-radius: 6px;
  padding: 12px 24px;
}

.cta-number-two {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  background-color: #ffffff;
  padding: 24px;
}

.cta-number-two a {
  color: #1878f2;
}

.cta-number-two img {
  width: 48px !important;
  height: auto;
}

.cta-number-three {
  position: relative;
  padding: 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  background-color: #e7f6e8;
  box-shadow: 0 2px 2px #43A047;  
  border-radius: 12px;
}

.cta-number-three * {
  color: #43A047 !important;
}

.cta-number-three strong {
  font-size: 18px;
}

.cta-number-three .cta-holder-actions {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

.cta-number-three .cta-holder-actions img {
  width: 240px !important;
  height: auto;
}

.cta-number-three a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heading-list-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.heading-list-content button {
  border: 0;
  background-color: transparent;
  margin-left: 24px;
}

.cta-number-related {
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
}

.cta-number-related strong {
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.cta-number-related .related {
  padding: 16px;
  padding-bottom: 0;
}

.cta-box-content {
  padding: 24px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  background-color: #E1F5FE;  
}

.cta-box-conclusion {
  display: flex;
  flex-direction: column; 
  gap: 8px;
}

.cta-box-conclusion .links {
  display: flex;
  gap: 8px;
  flex-direction: row;
}

.cta-box-conclusion .links a {
  color: #FFA000;
}

.cta-box-conclusion .links a:hover {
  color: #E65100;
}

.rmp-rating-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rmp-rating-widget__results {
  display: none;
}

#progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #eee;
  z-index: 9999;
}
#progress-bar {
  height: 100%;
  background-color: #001bc1;
  width: 0;
}

.azki-button {
  background-color: #001bc1 !important;
  color: #ffffff !important;
}

.azki-button.button-type-1 {
  padding: 12px 24px;
  border-radius: 6px;
}

.azki-button.button-type-2 {
  padding: 4px 24px;
  border-radius: 6px;
}

.azki-button.button-type-3 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.azki-button.button-type-4 {
  padding: 12px 24px;
  border-radius: 18px;
}

.azki-button.button-type-5 {
  padding: 12px 24px;
  background-color: transparent !important;
  color: #001bc1 !important;
  border: 2px solid #001bc1;
}

.azki-button.button-type-5:hover {
  background-color: #001bc1 !important;
  color: #ffffff !important;
}

.azki-button.button-type-6 {
  padding: 12px 24px;
  border-radius: 0 !important;
}

.azki-button.button-type-7 {
  padding: 12px 24px;
  border-radius: 0 !important;
  padding: 12px 24px;
  background-color: transparent !important;
  color: #001bc1 !important;
  border: 2px solid #001bc1;
}

.cta-product {
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.cta-product img {
  width: 120px;
  height: auto;
}

.cta-product .cta-holder {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.cta-product .actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.cta-product .actions .cta {
  padding: 8px 16px;
  border-radius:4px;
  background-color: red;
  color: #ffffff;
}

.sidebarlisting .inner
{
  display: flex;
  background: #fff;
  align-items: center;
  border: solid 1px #ddd;
  padding: 10px;
}

.sidebarlisting .inner .image-holder
{
  width: 150px;
  height: auto;
}

.sidebarlisting .inner .tag-holder,
.sidebarlisting .inner .about-holder
{
  display: none !important;
}

.sidebarlisting .inner .content-holder .title-holder h3
{
  font-size: 16px;
  min-height: 10px;
}

.section.related-section .col-md-3
{
  width: 33.33% !important;
}

.section.related-section .listing-posts .inner .content-holder .title-holder h3
{
  font-size: 16px;
}

.sidebar-banner img
{
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media(max-width: 768px) {

  .section.related-section .col-md-3
  {
    width: 100% !important;
  }

  .cta-number-one , .cta-product{
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-number-three .cta-holder-actions {
    flex-direction: column !important;
  }
  .meta-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-main
  {
    display: flex;
    flex-direction: column;
  }

  .blog-main-content-area
  {
    width: 100%;
  }

  .blog-sidebar-area
  {
    width: 100%;
  }
}



.survey-holder {
  margin: 24px 0;
  display: flex;
  flex-direction: column; 
  gap: 24px;
}

.survey-holder .heading {
  display: flex; 
  align-items: center;
  gap:8px;
}

.survey-holder .heading .divider {
  display: flex;
  height: 1px;
  flex: 1;
  width: 100%;
  background-color: #ddd;
}

.survey-holder .heading .badge-holder {
  background-color: #001ac1;
  color: #fff;
  border-radius: 24px;
  padding: 4px 8px;
  font-size: 14px;
}

.survey-holder .options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.survey-holder .options .option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  padding: 16px 32px;
  border-radius: 8px;
  position: relative;
}

.survey-holder .options .option img {
  width: 32px; height: auto;
}

.survey-holder .options .option .count {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #eeeeee;
  color: #000000;
  display: flex;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 8px;
}

.survey-holder .options .option:hover {
  background-color: rgba(0,0,0,0.04);
}

@media(max-width: 768px) {
  .survey-holder .options .option {
    padding: 16px;
  }
  .cta-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cta-product * {
    text-align: center;
  }
  .cta-product .actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .cta-product .actions > span {
    width: 100%;
  }
  .cta-product .actions .cta {
    margin: 0 auto;
  }
}

.buttons-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.buttons-holder > * {
  display: inline-flex
}

