@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSansWeb(FaNum).eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum).ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum).woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSans(FaNum)_Medium.eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum)_Medium.woff") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSansWeb(FaNum)_Bold.eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum)_Bold.woff") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Peyda";
  src: url("../fonts/PeydaWeb/WebFonts/PeydaWeb.eot"), url("../fonts/PeydaWeb/WebFonts/PeydaWeb.ttf") format("truetype"), url("../fonts/PeydaWeb/WebFonts/PeydaWeb.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Peyda-light";
  src: url("../fonts/Peyda/PeydaWeb/eot/PeydaWeb-Regular.eot"), url("../fonts/Peyda/PeydaWeb/ttf/PeydaWeb-Regular.ttf") format("truetype"), url("../fonts/Peyda/PeydaWeb/woff/PeydaWeb-Regular.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Peyda";
  src: url("../fonts/Peyda/PeydaWeb/eot/PeydaWeb-Bold.eot"), url("../fonts/Peyda/PeydaWeb/ttf/PeydaWeb-Bold.ttf") format("truetype"), url("../fonts/Peyda/PeydaWeb/woff/PeydaWeb-Bold.woff") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Peyda";
  src: url("../fonts/Peyda/PeydaWeb/eot/PeydaWeb-ExtraBold.eot"), url("../fonts/Peyda/PeydaWeb/ttf/PeydaWeb-ExtraBold.ttf") format("truetype"), url("../fonts/Peyda/PeydaWeb/woff/PeydaWeb-ExtraBold.woff") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.no-padding {
  padding: 0px !important;
}
.box {
  min-height: 100px;
  border: 1px solid #000;
}
.text-left {
  text-align: left;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
input:focus-visible {
  outline: unset !important;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidden-visibility {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.hidden-xs {
  display: none !important;
}
@media (min-width: 576px) {
  .hidden-xs {
    display: block !important;
  }
}
.hidden-sm {
  display: none !important;
}
@media (min-width: 576px) {
  .hidden-sm {
    display: block !important;
  }
}
.hidden-md {
  display: none !important;
}
@media (min-width: 768px) {
  .hidden-md {
    display: block !important;
  }
}
.hidden-lg {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-lg {
    display: block !important;
  }
}
.hidden-xl {
  display: none !important;
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: block !important;
  }
}
.visible-xs {
  display: block !important;
}
@media (min-width: 576px) {
  .visible-xs {
    display: none !important;
  }
}
.visible-md {
  display: block !important;
}
@media (min-width: 768px) {
  .visible-md {
    display: none !important;
  }
}
body {
  font-family: Peyda;
  background-color: #f3f4f6;
  font-size: 14px;
}
.btn-asr {
  background-color: #E7A98B;
  color: #fff;
}
.btn-asr:hover {
  background-color: #E7A98B;
  color: #fff;
}
.btn-asr:focus {
  background-color: #E7A98B;
  color: #fff;
}
.btn-asr:active {
  background-color: #E7A98B;
  color: #fff;
}
.btn-asr-outline {
  background: #fff;
  color: #E7A98B;
  border: 1px solid #E7A98B;
}
.btn-asr-outline:hover {
  background: #fff;
  color: #E7A98B;
  border: 1px solid #E7A98B;
}
.btn-asr-outline:focus {
  background: #fff;
  color: #E7A98B;
  border: 1px solid #E7A98B;
}
.btn-asr-outline:active {
  background: #fff;
  color: #E7A98B;
  border: 1px solid #E7A98B;
}
.title-row {
  position: relative;
  padding: 15px 0;
}
.title-row .title-text {
  position: relative;
  color: #37393F;
  font-size: 30px;
  padding-right: 50px;
  display: inline-block;
  font-weight: bold;
}
.title-row .title-text::before {
  content: "";
  background-image: url('../images/icon/title-icon.svg');
  width: 38px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
}
.title-row .title-text .sub-title {
  position: absolute;
  color: #6C757D;
  font-size: 18px;
  font-family: 'Peyda-light';
  display: none;
  bottom: -26px;
}
@media (min-width: 768px) {
  .title-row .title-text .sub-title {
    width: 300px;
    display: block;
  }
}
.title-row .title-text-red {
  position: relative;
  color: #37393F;
  font-size: 30px;
  padding-right: 50px;
  display: inline-block;
  font-weight: bold;
}
.title-row .title-text-red::before {
  content: "";
  background-image: url('../images/icon/title-icon-red.svg');
  background-size: cover;
  width: 38px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.title-row a.see-more {
  position: absolute;
  left: 0;
  top: 40%;
  color: #37393F;
}
.title-row a.see-more.left-icon {
  padding-left: 35px;
  color: #6C757D;
  font-size: 18px;
  font-family: 'Peyda-light';
  top: 37%;
  display: none;
}
@media (min-width: 768px) {
  .title-row a.see-more.left-icon {
    display: block;
  }
}
.title-row a.see-more.left-icon::after {
  content: "";
  background-image: url("../images/icon/Arrow-Left.svg");
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -4px;
}
.header {
  float: right;
  width: 100%;
  margin-top: 0px;
}
.header .menu-top-box {
  height: 127px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
.header .menu-top-box .logo-box {
  text-align: center;
  margin-top: 20px;
}
.header .menu-top-box .search-box {
  padding-top: 40px;
}
.header .menu-top-box .search-box .search-input-box {
  color: #6C757D;
  float: right;
  width: 100%;
  background-color: #F6F7FB;
  border-radius: 10px;
  padding-right: 50px;
  position: relative;
}
.header .menu-top-box .search-box .search-input-box .search-input {
  border: 0px;
  background-color: #F6F7FB;
  height: 48px;
  font-size: 20px;
  color: #6C757D;
  width: 80%;
}
.header .menu-top-box .search-box .search-input-box i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.header .menu-top-box .btn-box {
  padding-top: 43px;
  text-align: center;
}
.header .menu-top-box .btn-box .btn {
  border-radius: 8px;
}
.header .menu-top-box .btn-box .btn-asr-outline {
  padding: 7px 18px 7px 23px;
  border-width: 2px;
  margin-left: 10px;
}
.header .menu-top-box .btn-box .btn-asr-outline img {
  margin-left: 11px;
}
.header .menu-top-box .btn-box .btn-asr {
  padding: 7px 18px 7px 23px;
}
.header .menu-top-box .btn-box .btn-asr img {
  margin-left: 11px;
}
.header .menu-bottom-box {
  background-color: #E1E2E9;
  height: 70px;
  border-radius: 0 0 18px 18px;
}
.header .menu-bottom-box .menu-link {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header .menu-bottom-box .menu-link li {
  float: right;
  text-align: center;
  width: 140px;
}
.header .menu-bottom-box .menu-link li a {
  color: #6C757D;
  font-size: 16px;
}
@media (min-width: 768px) {
  .header .menu-top-box .btn-box {
    padding-top: 43px;
    text-align: center;
    border-radius: 18px;
  }
  .header .menu-top-box .btn-box .btn {
    border-radius: 8px;
  }
  .header .menu-top-box .btn-box .btn-asr-outline {
    padding: 7px 15px 7px 20px;
    border-width: 2px;
    margin-left: 5px;
  }
  .header .menu-top-box .btn-box .btn-asr-outline img {
    margin-left: 11px;
  }
  .header .menu-top-box .btn-box .btn-asr {
    padding: 7px 15px 7px 20px;
  }
  .header .menu-top-box .btn-box .btn-asr img {
    margin-left: 11px;
  }
}
@media (min-width: 992px) {
  .header {
    margin-top: 50px;
  }
  .header .menu-top-box {
    border-radius: 18px;
  }
  .header .menu-top-box .btn-box {
    padding-top: 43px;
    text-align: center;
  }
  .header .menu-top-box .btn-box .btn {
    border-radius: 8px;
  }
  .header .menu-top-box .btn-box .btn-asr-outline {
    padding: 7px 18px 7px 23px;
    border-width: 2px;
    margin-left: 10px;
  }
  .header .menu-top-box .btn-box .btn-asr-outline img {
    margin-left: 11px;
  }
  .header .menu-top-box .btn-box .btn-asr {
    padding: 7px 18px 7px 23px;
  }
  .header .menu-top-box .btn-box .btn-asr img {
    margin-left: 11px;
  }
}
.header-mobile .menu-bar {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  margin-top: 20px;
  position: relative;
  float: right;
  width: 100%;
  padding: 20px 15px;
}
.header-mobile .menu-btn {
  display: inline;
  float: right;
  position: relative;
  background-color: #FBEEE7;
  border-radius: 10px;
  width: 48px;
  height: 48px;
}
.header-mobile .menu-btn i {
  font-size: 26px;
  position: absolute;
  left: 12px;
  top: 11px;
  color: #E7A98B;
}
.header-mobile .logo-box {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.header-mobile .login-box {
  display: inline;
  float: left;
  position: relative;
  background-color: #FBEEE7;
  border-radius: 10px;
  width: 48px;
  height: 48px;
}
.header-mobile .login-box::after {
  content: "";
  background-image: url("../images/icon/login-menu.svg");
  width: 24px;
  height: 25px;
  position: absolute;
  left: 9px;
  top: 12px;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 49, 40, 0.6);
  z-index: 2;
  backdrop-filter: blur(3px);
}
.mobile-menu-overlay.show {
  display: block;
}
.mobile-menu {
  transition: 0.3s ease-in-out;
  margin-right: -300px;
  width: 280px;
  background-color: #fff;
  height: 100%;
  position: fixed;
  rigt: 0;
  top: 0;
  z-index: 300;
  border-left: 1px solid #ddd;
  webkit-box-shadow: 0 0 18px -10px #000;
  -moz-box-shadow: 0 0 18px -10px #000;
  box-shadow: 0 0 18px -10px #000;
}
.mobile-menu .logo-row {
  padding-top: 30px;
  padding-bottom: 10px;
}
.mobile-menu .search-box .search-input-box {
  color: #6C757D;
  float: right;
  width: 100%;
  background-color: #F6F7FB;
  border-radius: 8px;
  padding-right: 30px;
  position: relative;
}
.mobile-menu .search-box .search-input-box .search-input {
  border: 0px;
  background-color: #F6F7FB;
  height: 35px;
  font-size: 14px;
  color: #6C757D;
  width: 80%;
}
.mobile-menu .search-box .search-input-box i {
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 10px;
}
.mobile-menu .menu-list-box ul.menu-list {
  border-top: 1px solid #EEEEEE;
  list-style: none;
  float: right;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  width: 100%;
}
.mobile-menu .menu-list-box ul.menu-list li {
  margin-bottom: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.mobile-menu .menu-list-box ul.menu-list li a {
  font-size: 14px;
  color: #33343A;
  font-weight: bold;
}
.mobile-menu.show {
  transition: 0.3s ease-in-out;
  margin-right: 0px;
}
footer .footer-line {
  border-top: 1px solid rgba(152, 163, 184, 0.2);
  padding: 30px 0;
  position: relative;
  margin-top: 30px;
}
footer .footer-line .logo-box {
  position: absolute;
  background-color: #f3f4f6;
  top: -15px;
  padding-left: 20px;
}
footer .footer-line .social-link-box {
  position: absolute;
  left: 0;
  background-color: #f3f4f6;
  top: -30px;
}
footer .footer-line .social-link-box ul {
  float: left;
  padding: 10px;
  list-style: none;
  margin: 0px;
}
footer .footer-line .social-link-box ul li {
  float: right;
  margin-right: 10px;
  position: relative;
}
footer .footer-line .social-link-box ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #FBEEE7;
  border-radius: 10px;
}
footer .footer-line .social-link-box ul li a i {
  color: #E7A98B;
  font-size: 20px;
  position: absolute;
  top: 43%;
  right: 50%;
  transform: translate(50%, -50%);
}
footer .footer-line.copy-right .copy-right-text {
  color: #6C757D;
  font-weight: normal;
  font-size: 13px;
  display: inline;
  position: absolute;
  top: -12px;
  right: 0px;
  background-color: #f3f4f6;
  padding-left: 15px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  footer .footer-line.copy-right .copy-right-text {
    padding-right: 0;
  }
}
footer .footer-title {
  font-weight: bold;
  font-size: 20px;
  color: #37393F;
  position: relative;
  margin-bottom: 20px;
}
footer .footer-title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 6px;
  top: 4px;
  background: rgba(100, 116, 139, 0.2);
  border-radius: 50%;
}
footer .footer-about-description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
  font-size: 16px;
  padding-right: 25px;
  padding-left: 30px;
  line-height: 30px;
  position: relative;
}
footer .footer-about-description::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 6px;
  top: 10px;
  background: #6C757D;
  border-radius: 50%;
}
footer .footer-links ul {
  margin: 0;
  padding: 0 20px 0 0;
}
footer .footer-links ul li {
  margin-bottom: 15px;
}
footer .footer-links ul li a {
  color: #6C757D;
  font-weight: normal;
  font-size: 16px;
}
footer .footer-links ul li::marker {
  color: #6C757D;
}
footer .contact-box {
  margin-top: 20px;
}
@media (min-width: 992px) {
  footer .contact-box {
    margin-top: 0px;
  }
}
footer .contact-box .contact-data-row {
  margin-bottom: 15px;
}
footer .contact-box .contact-title {
  display: inline;
  color: #6C757D;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding-right: 35px;
}
footer .contact-box .contact-title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FBEEE7;
  border-radius: 50%;
  right: 0;
  top: 0;
}
footer .contact-box .contact-title.email i {
  color: #E7A98B;
  position: absolute;
  right: 10px;
  top: -6px;
}
footer .contact-box .contact-title.telegram i {
  color: #E7A98B;
  position: absolute;
  right: 10px;
  top: -6px;
}
footer .contact-box .contact-title.phone i {
  color: #E7A98B;
  position: absolute;
  right: 10px;
  top: -6px;
}
footer .contact-box .contact-value {
  display: inline;
  font-weight: normal;
  float: left;
}
footer .contact-box .contact-value a {
  font-size: 14px;
  color: #6C757D;
}
footer .namad-row {
  margin-top: 30px;
}
footer .namad-row .namad-box {
  text-align: center;
}
footer .newsletter-row {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  footer .newsletter-row {
    margin-bottom: 0;
  }
}
footer .newsletter-row .newsletter-input-box {
  border: 1px solid rgba(152, 163, 184, 0.2);
  border-radius: 10px;
  position: relative;
}
footer .newsletter-row .newsletter-input-box i {
  position: absolute;
  color: #98A3B8;
  font-size: 28px;
  top: 6px;
  right: 10px;
}
footer .newsletter-row .newsletter-input-box input {
  width: 70%;
  background-color: transparent;
  border-radius: 0 10px 10px 0;
  border: 0px;
  padding: 10px 50px 10px 15px;
}
footer .newsletter-row .newsletter-input-box .newsletter-btn {
  position: absolute;
  left: 0px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  padding: 8px 20px;
  font-weight: normal;
  font-family: 'Peyda-light';
}
section {
  float: right;
  width: 100%;
}
.light-text {
  font-family: 'Peyda-light';
}
#homePage .slider {
  margin: 20px 0;
  float: right;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #homePage .slider {
    margin: 40px 0;
  }
}
#homePage .slider .slider-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  border-radius: 18px;
}
@media (min-width: 992px) {
  #homePage .slider .slider-image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #homePage .slider .slider-image {
    height: 500px;
  }
}
#homePage .slider .slider-details-row {
  margin-top: -110px;
}
#homePage .slider .slider-details {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
#homePage .slider .slider-details h3 {
  color: #334155;
  font-size: 20px;
  font-weight: bold;
}
#homePage .slider .slider-details .description {
  color: #6C757D;
  font-size: 14px;
}
#homePage .slider .slider-details .blog-details-row {
  margin-top: 15px;
}
#homePage .slider .slider-details .blog-details-row .writer {
  position: relative;
  padding-right: 31px;
  padding-top: 6px;
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
}
#homePage .slider .slider-details .blog-details-row .writer .icon-box {
  padding: 5px;
  position: absolute;
  background-color: #bcbebe;
  border-radius: 50%;
  color: #fff;
  width: 27px;
  height: 27px;
  font-size: 14px;
  right: 0px;
  top: 0px;
}
#homePage .slider .slider-details .blog-details-row .date-time {
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F4F5FA;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
}
#homePage .slider .slider-details .blog-details-row .date-time.m-l-10 {
  margin-left: 10px;
}
#homePage .slider .slider-details .blog-details-row .date-time i {
  margin-left: 4px;
}
#homePage .slider .swiper-button-prev-slider {
  position: absolute;
  background-color: #FBEEE7;
  color: #E7A98B;
  width: 40px;
  height: 44px;
  border-radius: 10px;
  bottom: 100px;
  left: 20px;
  z-index: 10;
  font-size: 29px;
  padding-right: 11px;
  padding-top: 4px;
  cursor: pointer;
}
@media (min-width: 510px) {
  #homePage .slider .swiper-button-prev-slider {
    bottom: 60px;
    left: 110px;
    width: 46px;
    height: 46px;
    padding-right: 13px;
    padding-top: 6px;
  }
}
@media (min-width: 1200px) {
  #homePage .slider .swiper-button-prev-slider {
    bottom: 40px;
    left: 130px;
  }
}
#homePage .slider .swiper-button-next-slider {
  position: absolute;
  background-color: #FBEEE7;
  color: #E7A98B;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  bottom: 55px;
  left: 20px;
  z-index: 10;
  font-size: 29px;
  padding-right: 11px;
  padding-top: 4px;
  cursor: pointer;
}
@media (min-width: 510px) {
  #homePage .slider .swiper-button-next-slider {
    bottom: 60px;
    left: 55px;
    width: 46px;
    height: 46px;
    padding-right: 13px;
    padding-top: 6px;
  }
}
@media (min-width: 1200px) {
  #homePage .slider .swiper-button-next-slider {
    bottom: 40px;
    left: 75px;
  }
}
#homePage .slider .radio-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  border-radius: 18px;
  position: relative;
}
@media (min-width: 992px) {
  #homePage .slider .radio-image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #homePage .slider .radio-image {
    height: 500px;
  }
}
#homePage .slider .radio-image .play-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #FBEEE7;
  height: 56px;
  width: 56px;
  border-radius: 10px;
  padding: 15px;
}
#homePage .slider .radio-image .play-icon i {
  color: #E7A98B;
  font-size: 26px;
}
#homePage .slider .radio-player-row {
  margin-top: -110px;
}
#homePage .slider .radio-player-row .player-radio-div {
  z-index: 1;
}
#homePage .slider .radio-player-row .player-radio-box {
  z-index: 5;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  height: 130px;
}
#homePage .slider .radio-player-row .player-radio-box .player-radio {
  display: none;
}
#homePage .slider .radio-player-row .player-radio-box .player-radio audio {
  display: none;
}
#homePage .blog .blog-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
#homePage .blog .blog-box .image-box {
  margin-bottom: 20px;
}
#homePage .blog .blog-box .image-box img {
  border-radius: 10px;
}
#homePage .blog .blog-box .category-title {
  margin-bottom: 10px;
}
#homePage .blog .blog-box .category-title .title {
  position: relative;
  color: #0D6EFD;
  font-weight: bold;
  padding-right: 18px;
  font-size: 17px;
}
#homePage .blog .blog-box .category-title .title::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #0D6EFD;
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 50%;
}
#homePage .blog .blog-box .blog-title h3.title {
  font-weight: bold;
  font-size: 23px;
  color: #37393F;
}
#homePage .blog .blog-box .blog-details-row {
  margin-bottom: 15px;
}
#homePage .blog .blog-box .blog-details-row .writer {
  position: relative;
  padding-right: 31px;
  padding-top: 6px;
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
}
#homePage .blog .blog-box .blog-details-row .writer .icon-box {
  padding: 5px;
  position: absolute;
  background-color: #bcbebe;
  border-radius: 50%;
  color: #fff;
  width: 27px;
  height: 27px;
  font-size: 14px;
  right: 0px;
  top: 0px;
}
#homePage .blog .blog-box .blog-details-row .date-time {
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F4F5FA;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
}
#homePage .blog .blog-box .blog-details-row .date-time i {
  margin-left: 4px;
}
#homePage .blog .blog-box .blog-details-row .like {
  font-size: 12px;
  display: inline-block;
  float: right;
  background: #F57E771A;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
#homePage .blog .blog-box .blog-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#homePage .blog .blog-box .blog-details-row .comment {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
#homePage .blog .blog-box .blog-details-row .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#homePage .blog .blog-box .blog-details-row .view {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
#homePage .blog .blog-box .blog-details-row .view i {
  color: #6C757D;
  margin-left: 2px;
  font-size: 16px;
  position: absolute;
  right: 8px;
}
#homePage .blog .blog-box .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
  margin-bottom: 15px;
}
#homePage .blog .blog-box .see-more-row {
  text-align: center;
  margin-top: 5px;
}
#homePage .blog .blog-box .see-more-row .see-more-blog {
  position: relative;
  color: #E7A98B;
  font-size: 20px;
  padding-left: 35px;
  display: inline-block;
  font-weight: bold;
}
#homePage .blog .blog-box .see-more-row .see-more-blog::after {
  content: "";
  background-image: url("../images/icon/Arrow-Left-c.svg");
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -2px;
}
#homePage .shop {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #homePage .shop {
    margin-bottom: 40px;
  }
}
#homePage .shop .product-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
#homePage .shop .product-box .icon-row {
  position: relative;
}
#homePage .shop .product-box .icon-row .icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #E7A98B;
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding-top: 13px;
}
#homePage .shop .product-box .icon-row .cart-count-box {
  position: absolute;
  left: 20px;
  top: 20px;
  border: 1px solid #F4F5FA;
  border-radius: 5px;
  color: #4E5968;
  padding: 5px 15px;
}
#homePage .shop .product-box .icon-row .cart-count-box .icon-box {
  margin-left: 10px;
  background-color: #e0ebfd;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  border-radius: 50%;
}
#homePage .shop .product-box .icon-row .cart-count-box .icon-box i {
  color: #0D6EFD;
  font-size: 12px;
  position: absolute;
  left: -4px;
}
#homePage .shop .product-box .title-shop-row {
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-size: 20px;
  color: #37393F;
}
#homePage .shop .product-box .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
  margin-bottom: 15px;
}
#homePage .shop .product-box .see-more-row {
  text-align: left;
  border-top: 1px solid #F4F5FA;
  padding-top: 15px;
}
#homePage .shop .product-box .see-more-row .see-more-shop {
  position: relative;
  color: #6C757D;
  font-size: 16px;
  padding-left: 35px;
  display: inline-block;
  font-weight: bold;
}
#homePage .shop .product-box .see-more-row .see-more-shop::after {
  content: "";
  background-image: url("../images/icon/Arrow-Left.svg");
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -4px;
}
#homePage .forum {
  margin-bottom: 60px;
}
#homePage .forum .right-box {
  padding-top: 0px;
}
@media (min-width: 768px) {
  #homePage .forum .right-box {
    padding-top: 100px;
  }
}
#homePage .forum .right-box .description {
  padding-right: 50px;
  font-size: 16px;
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
}
#homePage .forum .left-box .tab-row {
  margin-bottom: 20px;
}
#homePage .forum .left-box .tab-row ul {
  float: right;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  list-style: none;
  padding: 0px 10px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#homePage .forum .left-box .tab-row ul li {
  float: right;
  padding: 12px 10px;
  color: #6C757D;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
#homePage .forum .left-box .tab-row ul li.active {
  color: #E7A98B;
  background-color: #FBEEE7;
}
@media (min-width: 768px) {
  #homePage .forum .left-box .tab-row ul li {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  #homePage .forum .left-box .tab-row ul li {
    padding: 12px 30px;
  }
}
@media (min-width: 768px) {
  #homePage .forum .left-box .tab-row ul {
    padding: 0px 30px;
  }
}
#homePage .forum .left-box .tab-content-row .tab-content {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 1.6px 61px 0px #0000000D;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  #homePage .forum .left-box .tab-content-row .tab-content {
    padding: 40px 40px 20px 40px;
  }
}
#homePage .forum .left-box .tab-content-row .tab-content .overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  height: 84%;
  width: 60%;
  left: -25px;
  top: 23px;
  z-index: -1;
}
#homePage .forum .left-box .tab-content-row .tab-content .overlay-2 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  height: 60%;
  width: 60%;
  left: -45px;
  top: 57px;
  z-index: -2;
}
#homePage .forum .left-box .tab-content-row .tab-content h3 {
  color: #37393F;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
#homePage .forum .left-box .tab-content-row .tab-content .description {
  color: #6C757D;
  font-family: 'Peyda-light';
  font-size: 16px;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row {
  margin-top: 30px;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .like {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  float: right;
  background: #F57E771A;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .comment {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .writer-box {
  display: inline-block;
  float: left;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .writer-box .image {
  width: 50px;
  height: 50px;
  float: right;
  display: inline;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .writer-box .image img {
  max-width: 100%;
  border-radius: 50%;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .username-time {
  display: inline;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .username-time .username {
  color: #E7A98B;
  font-family: 'Peyda-light';
  font-size: 16px;
}
#homePage .forum .left-box .tab-content-row .tab-content .forum-details-row .username-time .time {
  color: #6C757D;
  font-family: 'Peyda-light';
  font-size: 14px;
}
#homePage .tech-blog .tech-blog-row {
  position: relative;
}
#homePage .tech-blog .first-column {
  padding-top: 0px;
}
@media (min-width: 768px) {
  #homePage .tech-blog .first-column {
    padding-top: 200px;
  }
}
#homePage .tech-blog .first-column .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
  font-size: 16px;
  padding-right: 50px;
}
#homePage .tech-blog .first-column .btn-row {
  margin-top: 20px;
  padding-right: 20px;
  text-align: center;
}
#homePage .tech-blog .first-column .btn-row .btn-asr {
  font-family: 'Peyda-light';
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  padding-left: 30px;
}
#homePage .tech-blog .first-column .btn-row .btn-asr .icon-blog {
  position: absolute;
  left: 10px;
  top: 8px;
  background-image: url("../images/icon/articel.svg");
  width: 16px;
  height: 16px;
}
#homePage .tech-blog .first-column .btn-row .btn-gray-outline {
  font-family: 'Peyda-light';
  font-size: 14px;
  color: #6C757D;
  border: 1px solid #6C757D;
  position: relative;
  padding-left: 30px;
}
#homePage .tech-blog .first-column .btn-row .btn-gray-outline .icon-arrow {
  position: absolute;
  left: 10px;
  top: 8px;
  background-image: url("../images/icon/Arrow-Left.svg");
  width: 17px;
  height: 17px;
  background-size: cover;
}
@media (min-width: 768px) {
  #homePage .tech-blog .first-column .btn-row {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #homePage .tech-blog .first-column .btn-row {
    padding-right: 60px;
  }
}
#homePage .tech-blog .blog-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
}
#homePage .tech-blog .blog-box .image-box img {
  border-radius: 15px;
}
#homePage .tech-blog .blog-box h3 {
  color: #37393F;
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
}
#homePage .tech-blog .blog-box .blog-tech-details-row {
  margin-top: 10px;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .writer {
  display: inline;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .writer .image-writer {
  width: 27px;
  height: 27px;
  display: inline-block;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .writer .image-writer img {
  max-width: 100%;
  border-radius: 50%;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .writer .name {
  display: inline-block;
  color: #6C757D;
  margin-right: 5px;
  font-size: 11px;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .category {
  position: relative;
  float: left;
  color: #0D6EFD;
  background: #3B82F60D;
  border-radius: 7px;
  padding: 4px 22px 4px 10px;
  font-size: 12px;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .category::before {
  content: "";
  background-image: url("../images/icon/folder.svg");
  height: 11px;
  width: 10px;
  right: 6px;
  top: 6px;
  position: absolute;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .like {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  float: right;
  background: #F57E771A;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .comment {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .date {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  padding: 5px 0;
  color: #8092B0;
  position: relative;
}
#homePage .tech-blog .blog-box .blog-tech-details-row .date i {
  margin-left: 5px;
}
#homePage .tech-blog .second-column {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #homePage .tech-blog .second-column {
    margin-top: 0px;
  }
}
#homePage .tech-blog .third-column {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #homePage .tech-blog .third-column {
    margin-top: 50px;
  }
}
#homePage .tech-blog .overlay-tech {
  position: absolute;
  width: 100%;
  height: 440px;
  background: rgba(100, 116, 139, 0.04);
  border-radius: 15px;
  z-index: -1;
  top: 140px;
  right: 0;
}
#homePage .social {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #homePage .social {
    margin-bottom: 60px;
  }
}
#homePage .podcast {
  margin-bottom: 60px;
}
#homePage .podcast .podcast-row {
  margin-top: 10px;
}
#homePage .podcast .podcast-row .podcast-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row {
  margin-bottom: 20px;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row .podcast-number-box {
  display: inline-block;
  border: 1px solid #F4F5FA;
  border-radius: 5px;
  color: #4E5968;
  padding: 5px 15px;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row .podcast-number-box .icon-box {
  margin-left: 10px;
  background-color: #e0ebfd;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  border-radius: 50%;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row .podcast-number-box .icon-box i {
  color: #0D6EFD;
  font-size: 16px;
  position: absolute;
  left: -4px;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row .like {
  font-size: 12px;
  display: inline-block;
  float: left;
  background: #F57E771A;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row .time {
  font-size: 12px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
#homePage .podcast .podcast-row .podcast-box .podcast-details-row .time::before {
  content: "";
  background-image: url("../images/icon/time.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 7px;
}
#homePage .podcast .podcast-row .podcast-box h3.title {
  font-weight: bold;
  font-size: 23px;
  color: #37393F;
  margin-bottom: 10px;
  width: 80%;
  line-height: 36px;
}
@media (min-width: 1200px) {
  #homePage .podcast .podcast-row .podcast-box h3.title {
    font-weight: bold;
    font-size: 23px;
    color: #37393F;
    margin-bottom: 10px;
    width: 80%;
    line-height: 36px;
  }
}
#homePage .podcast .podcast-row .podcast-box .see-row {
  position: relative;
}
#homePage .podcast .podcast-row .podcast-box .see-row .see-text {
  color: #6C757D;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  width: 160px;
}
#homePage .podcast .podcast-row .podcast-box .see-row .see-text::after {
  content: "";
  background-image: url("../images/icon/Arrow-Left.svg");
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -2px;
}
@media (min-width: 1200px) {
  #homePage .podcast .podcast-row .podcast-box .see-row .see-text {
    padding-right: 10px;
    padding-left: 40px;
    width: auto;
  }
}
#homePage .podcast .podcast-row .podcast-box .see-row .podcast-icon-box {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #E7A98B;
  padding: 14px 18px;
  left: 15px;
  bottom: -40px;
  border-radius: 11px;
}
#homePage .podcast .podcast-row .podcast-box .see-row .podcast-icon-box i {
  color: #000;
  font-size: 50px;
}
@media (min-width: 1400px) {
  #homePage .podcast .podcast-row .podcast-box .see-row .podcast-icon-box {
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #E7A98B;
    padding: 20px 24px;
    left: 30px;
    bottom: -50px;
    border-radius: 11px;
  }
  #homePage .podcast .podcast-row .podcast-box .see-row .podcast-icon-box i {
    color: #000;
    font-size: 50px;
  }
}
#blogList .main-content {
  border-top: 1px solid rgba(152, 163, 184, 0.2);
  margin-top: 30px;
}
#blogInner .main-content {
  margin-top: 30px;
}
#podcastInner .podcast-inner-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  margin-top: 30px;
  padding: 20px;
}
#podcastInner .podcast-inner-box .image-box img {
  border-radius: 10px;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-number-box {
  display: inline-block;
  border: 1px solid #F4F5FA;
  border-radius: 5px;
  color: #4E5968;
  padding: 5px 15px;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-number-box .icon-box {
  margin-left: 10px;
  background-color: #e0ebfd;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  border-radius: 50%;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-number-box .icon-box i {
  color: #0D6EFD;
  font-size: 16px;
  position: absolute;
  left: -4px;
}
#podcastInner .podcast-inner-box .podcast-data h3.podcast-title {
  color: #37393F;
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-player-box .podcast-player-actions .like {
  font-size: 12px;
  display: inline-block;
  float: left;
  background: #F57E771A;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
  margin-right: 10px;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-player-box .podcast-player-actions .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-player-box .podcast-player-actions .save {
  display: inline-block;
  background-color: #FDF6F3;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  float: left;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-player-box .podcast-player-actions .save::before {
  content: "";
  background-image: url("../images/icon/save.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-player-box .podcast-player-actions .download {
  display: inline-block;
  background-color: #e0ebfd;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  padding: 3px 26px 5px 8px;
  color: #0D6EFD;
  font-size: 13px;
}
#podcastInner .podcast-inner-box .podcast-data .podcast-player-box .podcast-player-actions .download::before {
  content: "";
  background-image: url("../images/icon/download.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
#podcastInner .podcast-inner-box .podcast-description {
  background-color: #FDF6F3;
  padding: 40px 30px;
  border-radius: 10px;
  margin: 30px 0;
}
#podcastInner .podcast-inner-box .podcast-description p {
  color: #374151;
  font-size: 16px;
  text-align: justify;
  font-weight: normal;
  font-family: 'Peyda-light';
  line-height: 30px;
}
#podcastInner .podcast-inner-box .podcast-share {
  border-top: 1px solid rgba(152, 163, 184, 0.2);
  padding-top: 20px;
}
#podcastInner .podcast-inner-box .podcast-share .comment {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
#podcastInner .podcast-inner-box .podcast-share .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#podcastInner .podcast-inner-box .podcast-share .social-list {
  display: flex;
  float: left;
  align-items: center;
}
#podcastInner .podcast-inner-box .podcast-share .social-list span {
  color: #6C757D;
  float: left;
}
#podcastInner .podcast-inner-box .podcast-share .social-list ul {
  list-style: none;
  float: left;
  padding-left: 0px;
  padding-right: 10px;
  margin: 0;
}
#podcastInner .podcast-inner-box .podcast-share .social-list ul li {
  float: right;
  margin-right: 10px;
  position: relative;
}
#podcastInner .podcast-inner-box .podcast-share .social-list ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #FBEEE7;
  border-radius: 10px;
}
#podcastInner .podcast-inner-box .podcast-share .social-list ul li a i {
  color: #E7A98B;
  font-size: 20px;
  position: absolute;
  top: 43%;
  right: 50%;
  transform: translate(50%, -50%);
}
#contactPage .main-content h3.title {
  text-align: center;
  color: #37393F;
  font-size: 29px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
#contactPage .main-content .sub-title {
  text-align: center;
  color: #6C757D;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Peyda-light';
  line-height: 37px;
}
#contactPage .column-row {
  margin-top: 50px;
}
#contactPage .column-row h4 {
  font-size: 20px;
  color: #37393F;
}
#contactPage .column-row .column {
  padding: 0 40px;
}
#contactPage .column-row .column ul {
  float: right;
  padding: 10px 0 0 0;
  list-style: none;
  margin: 0px;
}
#contactPage .column-row .column ul li {
  float: right;
  margin-right: 10px;
  position: relative;
}
#contactPage .column-row .column ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #FBEEE7;
  border-radius: 10px;
}
#contactPage .column-row .column ul li a i {
  color: #E7A98B;
  font-size: 20px;
  position: absolute;
  top: 43%;
  right: 50%;
  transform: translate(50%, -50%);
}
#contactPage .column-row .column:nth-child(1) {
  border-bottom: 1px solid rgba(152, 163, 184, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#contactPage .column-row .column:nth-child(1) h4 {
  text-align: right;
}
#contactPage .column-row .column:nth-child(2) ul {
  float: right;
}
#contactPage .column-row .column:nth-child(2) ul li {
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 576px) {
  #contactPage .column-row .column {
    padding: 0 40px;
  }
  #contactPage .column-row .column ul {
    float: left;
    padding: 40px 0 0 0;
    list-style: none;
    margin: 0px;
  }
  #contactPage .column-row .column ul li {
    float: right;
    margin-right: 10px;
    position: relative;
  }
  #contactPage .column-row .column ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #FBEEE7;
    border-radius: 10px;
  }
  #contactPage .column-row .column ul li a i {
    color: #E7A98B;
    font-size: 20px;
    position: absolute;
    top: 43%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  #contactPage .column-row .column:nth-child(1) {
    border-left: 1px solid rgba(152, 163, 184, 0.2);
    border-bottom: 0;
    margin: 0px;
  }
  #contactPage .column-row .column:nth-child(1) h4 {
    text-align: left;
  }
  #contactPage .column-row .column:nth-child(2) ul {
    float: right;
  }
  #contactPage .column-row .column:nth-child(2) ul li {
    margin-right: 0;
    margin-left: 10px;
  }
}
#contactPage .contact-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 30px 0;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
#contactPage .contact-box h4 {
  font-size: 18px;
  color: #0D6EFD;
}
#contactPage .contact-box .first-row {
  margin-bottom: 30px;
}
#contactPage .contact-box p {
  color: #6C757D;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Peyda-light';
}
@media (min-width: 576px) {
  #contactPage .contact-box {
    margin: 60px 0;
  }
}
#contactPage .map-row {
  margin: 60px 0 60px 0;
}
#contactPage .map-row .map-container {
  background-image: url("../images/content/map.png");
  background-size: cover;
  width: 100%;
  height: 570px;
  border-radius: 10px;
  position: relative;
}
#contactPage .map-row .map-container .contact-form-box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  position: relative;
  padding: 40px;
}
#contactPage .map-row .map-container .contact-form-box h3 {
  color: #37393F;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#contactPage .map-row .map-container .contact-form-box .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: center;
  font-size: 16px;
}
#contactPage .map-row .map-container .contact-form-box .form-box {
  margin-top: 40px;
}
#contactPage .map-row .map-container .contact-form-box .form-box .form-group {
  margin-bottom: 30px;
}
#contactPage .map-row .map-container .contact-form-box .form-box .form-group input,
#contactPage .map-row .map-container .contact-form-box .form-box .form-group textarea {
  background-color: #F6F7FB;
  border: 0px;
  border-radius: 5px;
  color: #6C757D;
  font-family: 'Peyda-light';
  font-size: 12px;
  padding: 15px 10px;
}
#contactPage .map-row .map-container .contact-form-box .form-box .btn-row {
  text-align: center;
}
#contactPage .map-row .map-container .contact-form-box .form-box .btn-row button {
  font-size: 16px;
  padding: 10px 35px;
}
@media (min-width: 768px) {
  #contactPage .map-row {
    margin: 150px 0 60px 0;
  }
  #contactPage .map-row .map-container .contact-form-box {
    position: absolute;
    left: 150px;
    top: -90px;
    padding: 40px;
  }
}
#contactPage .map-row-mobile {
  margin: 20px 0 60px 0;
}
#contactPage .map-row-mobile .map-container {
  background-image: url("../images/content/map.png");
  background-size: cover;
  width: 100%;
  height: 570px;
  border-radius: 10px;
  border: 1px solid rgba(152, 163, 184, 0.2);
}
@media (min-width: 768px) {
  #contactPage .map-row-mobile {
    display: none;
  }
}
#searchPage .search-item {
  margin: 30px 0 20px 0;
}
#searchPage .search-item span.title {
  color: #6C757D;
  font-size: 18px;
}
#searchPage .search-item span.target {
  color: #37393F;
  font-size: 28px;
}
#searchPage .search-result-tab {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  padding: 10px 0px;
  display: inline-block;
  margin-bottom: 30px;
}
#searchPage .search-result-tab ul {
  list-style: none;
  float: right;
  margin-bottom: 0;
  padding: 0 15px;
}
#searchPage .search-result-tab ul li {
  float: right;
  color: #8B8D97;
  font-size: 14px;
  margin-left: 10px;
  padding: 10px 25px 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
#searchPage .search-result-tab ul li span {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
}
#searchPage .search-result-tab ul li:hover {
  background-color: #FBEEE7;
  color: #E7A98B;
}
#searchPage .search-result-tab ul li:hover span {
  color: #E7A98B;
}
#searchPage .search-result-tab ul li.active {
  background-color: #FBEEE7;
  color: #E7A98B;
}
#searchPage .search-result-tab ul li.active span {
  color: #E7A98B;
}
#searchPage .search-result-tab ul li i {
  position: absolute;
  font-size: 20px;
  right: 5px;
  top: 10px;
}
#searchPage .search-result-tab ul li.forum {
  padding-right: 35px;
}
#aboutPage .m-t-60 {
  margin-top: 60px;
}
#aboutPage .p-t-60 {
  padding-top: 60px;
}
#aboutPage .first-box {
  padding-top: 60px;
  margin-top: 60px;
  position: relative;
}
#aboutPage .icon-arrow {
  background-image: url("../images/icon/Arrow-Sign.svg");
  width: 139px;
  height: 159px;
  position: absolute;
  left: 300px;
  bottom: 0px;
}
#aboutPage h2 {
  margin: 40px 0;
  color: #37393F;
  font-weight: bold;
  font-size: 35px;
}
#aboutPage h2.active-title {
  text-align: center;
  margin: 60px 0;
}
#aboutPage h2.active-title span {
  color: #E7A98B;
}
#aboutPage h3 {
  margin: 40px 0;
  color: #37393F;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
#aboutPage .goal-row p {
  text-align: center;
}
#aboutPage .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 32px;
}
#aboutPage .image-box-l {
  text-align: left;
}
#aboutPage .activity-row {
  margin-bottom: 60px;
}
#aboutPage .activity-row .see-more-row {
  margin-top: 10px;
}
#aboutPage .activity-row .see-more-row a {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 9px 15px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  color: #37393F;
}
#aboutPage .activity-row .see-more-row a i {
  margin-right: 10px;
}
#aboutPage .section-row {
  float: right;
  width: 100%;
  position: relative;
}
#aboutPage .section-row.left-icon::before {
  content: "";
  background-image: url("../images/icon/Rectangle.svg");
  width: 214px;
  height: 450px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -50px;
}
#aboutPage .section-row.left-icon .blue-box {
  background-color: #9fc3ff;
  border-radius: 10px;
  height: 250px;
  width: 250px;
  position: absolute;
  left: 80px;
  top: 30px;
  display: none;
}
@media (min-width: 992px) {
  #aboutPage .section-row.left-icon .blue-box {
    background-color: #9fc3ff;
    border-radius: 10px;
    position: absolute;
    height: 250px;
    width: 250px;
    left: 80px;
    top: 30px;
  }
}
@media (min-width: 1150px) {
  #aboutPage .section-row.left-icon .blue-box {
    background-color: #9fc3ff;
    border-radius: 10px;
    height: 300px;
    width: 300px;
    position: absolute;
    left: 100px;
    top: 30px;
  }
}
#aboutPage .section-row.right-icon::before {
  content: "";
  background-image: url("../images/icon/Rectangle-1.svg");
  width: 214px;
  height: 480px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -50px;
}
#aboutPage .section-row.right-icon .blue-box {
  background-color: #9fc3ff;
  border-radius: 10px;
  height: 250px;
  width: 250px;
  position: absolute;
  right: 80px;
  top: 30px;
  display: none;
}
@media (min-width: 992px) {
  #aboutPage .section-row.right-icon .blue-box {
    background-color: #9fc3ff;
    border-radius: 10px;
    position: absolute;
    height: 250px;
    width: 250px;
    right: 80px;
    top: 30px;
  }
}
@media (min-width: 1150px) {
  #aboutPage .section-row.right-icon .blue-box {
    background-color: #9fc3ff;
    border-radius: 10px;
    height: 300px;
    width: 300px;
    position: absolute;
    right: 100px;
    top: 30px;
  }
}
#aboutPage .md-center-l {
  text-align: center;
}
@media (min-width: 768px) {
  #aboutPage .md-center-l {
    text-align: left;
  }
}
#aboutPage .md-center-r {
  text-align: center;
}
@media (min-width: 768px) {
  #aboutPage .md-center-r {
    text-align: right;
  }
}
.article-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
.article-box .image-box {
  margin-bottom: 20px;
}
.article-box .image-box img {
  border-radius: 10px;
}
.article-box h3.blog-title {
  font-weight: bold;
  font-size: 23px;
  color: #37393F;
}
.article-box .blog-details-row {
  margin-bottom: 10px;
}
.article-box .blog-details-row .writer {
  position: relative;
  padding-right: 31px;
  padding-top: 6px;
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
}
.article-box .blog-details-row .writer .icon-box {
  padding: 5px;
  position: absolute;
  background-color: #bcbebe;
  border-radius: 50%;
  color: #fff;
  width: 27px;
  height: 27px;
  font-size: 14px;
  right: 0px;
  top: 0px;
}
.article-box .blog-details-row .date-time {
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F4F5FA;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
}
.article-box .blog-details-row .date-time i {
  margin-left: 4px;
}
.article-box .blog-details-row .like {
  font-size: 12px;
  display: inline-block;
  float: right;
  background: #F57E771A;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
.article-box .blog-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.article-box .blog-details-row .comment {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
.article-box .blog-details-row .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.article-box .blog-details-row .view {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
.article-box .blog-details-row .view i {
  color: #6C757D;
  margin-left: 2px;
  font-size: 16px;
  position: absolute;
  right: 8px;
}
.article-box .blog-details-row .category {
  position: relative;
  float: left;
  color: #0D6EFD;
  background: #3B82F60D;
  border-radius: 7px;
  padding: 4px 22px 4px 10px;
  font-size: 12px;
}
.article-box .blog-details-row .category::before {
  content: "";
  background-image: url("../images/icon/folder.svg");
  height: 11px;
  width: 10px;
  right: 6px;
  top: 6px;
  position: absolute;
}
.article-box .blog-details-row .m-l-10 {
  margin-left: 10px;
}
.article-box .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
  margin-bottom: 15px;
}
.article-box .see-more-row {
  text-align: center;
  margin-top: 5px;
}
.article-box .see-more-row .see-more-blog {
  position: relative;
  color: #E7A98B;
  font-size: 20px;
  padding-left: 35px;
  display: inline-block;
  font-weight: bold;
}
.article-box .see-more-row .see-more-blog::after {
  content: "";
  background-image: url("../images/icon/Arrow-Left-c.svg");
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -2px;
}
.article-box-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
.article-box-inner .image-box {
  margin-bottom: 20px;
}
.article-box-inner .image-box img {
  border-radius: 10px;
}
.article-box-inner h3.blog-title {
  font-weight: bold;
  font-size: 23px;
  color: #37393F;
}
.article-box-inner .blog-details-row {
  margin-bottom: 10px;
}
.article-box-inner .blog-details-row .writer {
  position: relative;
  padding-right: 31px;
  padding-top: 6px;
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
}
.article-box-inner .blog-details-row .writer .icon-box {
  padding: 5px;
  position: absolute;
  background-color: #bcbebe;
  border-radius: 50%;
  color: #fff;
  width: 27px;
  height: 27px;
  font-size: 14px;
  right: 0px;
  top: 0px;
}
.article-box-inner .blog-details-row .date-time {
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F4F5FA;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
}
.article-box-inner .blog-details-row .date-time i {
  margin-left: 4px;
}
.article-box-inner .blog-details-row .like {
  font-size: 12px;
  display: inline-block;
  float: right;
  background: #F57E771A;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
.article-box-inner .blog-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.article-box-inner .blog-details-row .comment {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
.article-box-inner .blog-details-row .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.article-box-inner .blog-details-row .view {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
.article-box-inner .blog-details-row .view i {
  color: #6C757D;
  margin-left: 2px;
  font-size: 16px;
  position: absolute;
  right: 8px;
}
.article-box-inner .blog-details-row .category {
  position: relative;
  float: left;
  color: #0D6EFD;
  background: #3B82F60D;
  border-radius: 7px;
  padding: 2px 22px 2px 10px;
  font-size: 12px;
}
.article-box-inner .blog-details-row .category::before {
  content: "";
  background-image: url("../images/icon/folder.svg");
  height: 11px;
  width: 10px;
  right: 6px;
  top: 6px;
  position: absolute;
}
.article-box-inner .blog-details-row .m-l-10 {
  margin-left: 10px;
}
.article-box-inner .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
  text-align: justify;
  margin-bottom: 15px;
}
.article-box-inner .blog-inner-details-row {
  border-top: 1px solid #E3E6EC;
  padding-top: 20px;
}
.article-box-inner .blog-inner-details-row .like {
  font-size: 12px;
  display: inline-block;
  float: right;
  background: #F57E771A;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
.article-box-inner .blog-inner-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.article-box-inner .blog-inner-details-row .comment {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
.article-box-inner .blog-inner-details-row .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.article-box-inner .blog-inner-details-row .view {
  font-size: 12px;
  display: inline-block;
  float: right;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
}
.article-box-inner .blog-inner-details-row .view i {
  color: #6C757D;
  margin-left: 2px;
  font-size: 16px;
  position: absolute;
  right: 8px;
}
.article-box-inner .blog-inner-details-row .category {
  position: relative;
  float: left;
  color: #0D6EFD;
  background: #3B82F60D;
  border-radius: 7px;
  padding: 2px 22px 2px 10px;
  font-size: 12px;
}
.article-box-inner .blog-inner-details-row .category::before {
  content: "";
  background-image: url("../images/icon/folder.svg");
  height: 11px;
  width: 10px;
  right: 6px;
  top: 6px;
  position: absolute;
}
.article-box-inner .blog-inner-details-row .date-time {
  color: #6C757D;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F4F5FA;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
}
.article-box-inner .blog-inner-details-row .date-time i {
  margin-left: 4px;
}
.article-box-inner .blog-inner-details-row .m-l-10 {
  margin-left: 10px;
}
.podcast-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  position: relative;
}
.podcast-item .icon-box {
  border: 1px solid rgba(152, 163, 184, 0.2);
  border-radius: 10px;
  height: 70px;
  width: 52px;
  margin-right: 7px;
  color: #53545C;
  text-align: center;
  padding-top: 9px;
}
.podcast-item .icon-box span {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
.podcast-item .image-box img {
  border-radius: 10px;
}
.podcast-item .description-box h3 {
  color: #37393F;
  font-size: 20px;
  font-weight: bold;
}
.podcast-item .description-box .description {
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
}
.podcast-item .description-box .see-more {
  color: #0D6EFD;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.podcast-item .description-box .see-more i {
  position: absolute;
  left: 0;
  top: 3px;
}
.podcast-item .details-box {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 90px;
}
.podcast-item .details-box .like {
  font-size: 12px;
  display: inline-block;
  float: left;
  background: #F57E771A;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
  margin-bottom: 8px;
}
.podcast-item .details-box .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.podcast-item .details-box .time {
  font-size: 12px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #6C757D;
  position: relative;
  margin-bottom: 8px;
}
.podcast-item .details-box .time::before {
  content: "";
  background-image: url("../images/icon/time.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.podcast-item .details-box .save {
  display: inline-block;
  background-color: #FDF6F3;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  float: left;
}
.podcast-item .details-box .save::before {
  content: "";
  background-image: url("../images/icon/save.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.podcast-item .details-box .download {
  display: inline-block;
  background-color: #e0ebfd;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.podcast-item .details-box .download::before {
  content: "";
  background-image: url("../images/icon/download.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.podcast-item .play-box .play-icon-box {
  position: absolute;
  left: 27px;
  top: 0;
  padding-right: 8px;
  background-color: #fff;
}
.podcast-item .play-box .play-icon-box .play-icon {
  border-radius: 10px;
  background-color: #FBEEE7;
  color: #E7A98B;
  width: 44px;
  height: 44px;
  padding: 12px;
}
.podcast-item .play-box .play-icon-box .play-icon i {
  font-size: 21px;
}
.podcast-item .play-box .wave-box {
  height: 30px;
  width: 100%;
  display: inline-block;
  padding: 7px;
  position: relative;
}
.podcast-item .play-box .wave-box .wave {
  height: 30px;
  width: 80%;
  background-image: url("../images/icon/wave.png");
}
.podcast-item .column:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcast-item .column:nth-child(2) {
  display: none;
}
.podcast-item .column:nth-child(3) {
  display: flex;
  align-items: center;
}
.podcast-item .column:nth-child(4) {
  display: none;
}
.podcast-item .column:nth-child(5) {
  display: flex;
  align-items: center;
}
@media (min-width: 500px) {
  .podcast-item .column:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .podcast-item .column:nth-child(4) {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .podcast-item .play-box .play-icon-box {
    left: 10px;
    top: 0;
  }
  .podcast-item .play-box .wave-box .wave {
    width: 95%;
  }
  .podcast-item .icon-box {
    width: 58px;
    height: 75px;
    padding-top: 14px;
  }
}
@media (min-width: 1400px) {
  .podcast-item .details-box {
    left: 0px;
    top: 30px;
  }
  .podcast-item .play-box .play-icon-box {
    left: 0px;
    top: 0;
  }
  .podcast-item .play-box .wave-box .wave {
    width: 100%;
  }
}
.comments-login-row {
  background-color: #E7A98B;
  color: #fff;
  border-radius: 11px;
  font-size: 18px;
  padding: 15px 20px;
}
.comments-login-row span.text {
  display: inline-block;
  margin-right: 10px;
}
.comments-login-row span.login-text {
  display: inline-block;
  float: unset;
  position: relative;
  padding-left: 25px;
}
.comments-login-row span.login-text::after {
  content: "";
  background-image: url("../images/icon/Arrow-Left-w.svg");
  width: 19px;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 8px;
}
@media (min-width: 992px) {
  .comments-login-row span.login-text {
    float: left;
  }
}
.comments-empty-row {
  margin-bottom: 20px;
}
.comments-empty-row .image-row {
  text-align: center;
  padding: 20px 0;
}
.comments-empty-row .text-row {
  text-align: center;
  color: #6C757D;
  font-size: 18px;
}
.comments-item {
  border: 1px solid rgba(152, 163, 184, 0.2);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.comments-item .user-data-row {
  border-bottom: 1px solid rgba(152, 163, 184, 0.2);
  padding: 0px 0px 20px 0;
}
.comments-item .user-data-row .writer-box {
  display: inline-block;
  float: right;
}
.comments-item .user-data-row .writer-box .image {
  width: 50px;
  height: 50px;
  float: right;
  display: inline;
  border: 4px solid #bac0cc;
  border-radius: 50%;
}
.comments-item .user-data-row .writer-box .image img {
  max-width: 100%;
  border-radius: 50%;
}
.comments-item .user-data-row .writer-box .username-time {
  display: inline;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
}
.comments-item .user-data-row .writer-box .username-time .username {
  color: #6C757D;
  font-size: 16px;
}
.comments-item .user-data-row .writer-box .username-time .time {
  color: #6C757D;
  font-family: 'Peyda-light';
  font-size: 14px;
}
.comments-item .user-data-row .like {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  float: left;
  background: #F57E771A;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
.comments-item .user-data-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.comments-item .comment-text-row {
  color: #6C757D;
  padding: 20px 0;
}
.comments-item.replay {
  background-color: #fcfcfc;
}
.side-bar {
  margin-top: 30px;
}
.side-bar .widget-box {
  border-radius: 10px;
  border: 1px solid rgba(152, 163, 184, 0.2);
  padding: 20px 20px;
  margin-bottom: 20px;
}
.side-bar .widget-box .title-widget-row {
  display: block;
  padding-right: 40px;
  position: relative;
  margin-bottom: 20px;
}
.side-bar .widget-box .title-widget-row .title {
  color: #334155;
  font-weight: bold;
  font-size: 17px;
}
.side-bar .widget-box .title-widget-row .sub-title {
  font-size: 13px;
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
}
.side-bar .widget-box .title-widget-row::before {
  content: "";
  background-image: url("../images/icon/category-widget-icon.svg");
  position: absolute;
  width: 21px;
  height: 21px;
  right: 10px;
  top: -4px;
}
.side-bar .widget-box .title-widget-row.star::before {
  background-image: url("../images/icon/category-widget-icon-star.svg");
  width: 25px;
  height: 23px;
}
.side-bar .widget-box .widget-list .widget-list-item {
  background-color: #fbfcfe;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.side-bar .widget-box .widget-list .widget-list-item span {
  position: relative;
  display: inline-block;
  color: #334155;
  padding: 3px 15px 3px 10px;
  font-size: 13px;
}
.side-bar .widget-box .widget-list .widget-list-item span::before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-color: #3B82F6;
  right: 0;
  top: 0;
  position: absolute;
}
.side-bar .widget-box .widget-list .widget-list-item .item-details-row {
  display: block;
}
.side-bar .widget-box .widget-list .widget-list-item .item-details-row ul {
  display: block;
  list-style: none;
  padding: 10px 0 10px 10px;
  margin: 0;
  color: #6C757D;
  font-weight: normal;
  font-family: 'Peyda-light';
}
.side-bar .widget-box .widget-list .widget-list-item .item-details-row ul li {
  float: left;
  font-size: 10px;
  margin-right: 6px;
}
.side-bar .widget-box .widget-list .widget-list-item .item-details-row ul li i {
  margin-left: 2px;
}
.side-bar .widget-box .widget-list .widget-list-item .item-details-row ul li:last-child {
  padding-left: 5px;
  border-left: 1px solid rgba(152, 163, 184, 0.2);
}
.side-bar .widget-box .btn-widget-row {
  margin-top: 20px;
}
.side-bar .widget-box .btn-widget-row .btn-widget {
  color: #E7A98B;
  text-align: center;
  border: 2px solid #E7A98B;
  border-radius: 10px;
  position: relative;
  padding: 10px 0px 10px 40px;
  width: 100%;
}
.side-bar .widget-box .btn-widget-row .btn-widget::after {
  content: "";
  background-image: url(../images/icon/Arrow-Left-c.svg);
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 35px;
  top: 5px;
}
.side-bar .widget-box .banner-widget-row .banner-box {
  text-align: center;
}
.pagination-row {
  text-align: center;
}
.pagination-row ul {
  justify-content: center;
  direction: ltr !important;
  display: inline-block;
}
.pagination-row ul li {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 6px 0px #1414141F;
  margin-left: 10px;
  float: right;
  margin-bottom: 10px;
}
.pagination-row ul li a {
  padding: 8px 15px;
  display: inline-block;
  font-family: 'iransans';
  color: #53545C;
}
.pagination-row ul li span {
  padding: 8px 15px;
  display: inline-block;
  font-family: 'iransans';
  color: #53545C;
}
.pagination-row ul li.active {
  background-color: #E7A98B;
}
.pagination-row ul li.active a {
  color: #fff;
}
@media (min-width: 768px) {
  .pagination-row ul {
    display: flex;
  }
  .pagination-row ul li {
    float: unset;
  }
}
.related-podcast-box {
  margin: 30px 0;
  border: 1px solid rgba(152, 163, 184, 0.2);
  border-radius: 10px;
}
.podcast-item.full .image-box {
  text-align: center;
}
.podcast-item.full .image-box img {
  max-height: 115px;
}
/*# sourceMappingURL=style.css.map */