@font-face {
  font-family: "Vazir_Bold";
  src: url("../fonts/Vazir-Bold-FD.eot") format("eot"), url("../fonts/Vazir-Bold-FD.woff") format("woff"), url("../fonts/Vazir-Bold-FD.woff2") format("woff2"), url("../fonts/Vazir-Bold-FD.eot") format("truetype"), url("../fonts/Vazir-Bold-FD.woff") format("truetype"), url("../fonts/Vazir-Bold-FD.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vazir_Light";
  src: url("../fonts/Vazir-Light-FD.eot") format("eot"), url("../fonts/Vazir-Light-FD.woff") format("woff"), url("../fonts/Vazir-Light-FD.woff2") format("woff2"), url("../fonts/Vazir-Light-FD.eot") format("truetype"), url("../fonts/Vazir-Light-FD.woff") format("truetype"), url("../fonts/Vazir-Light-FD.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vazir_Medium";
  src: url("../fonts/Vazir-FD.eot") format("eot"), url("../fonts/Vazir-FD.woff") format("woff"), url("../fonts/Vazir-FD.woff2") format("woff2"), url("../fonts/Vazir-FD.eot") format("truetype"), url("../fonts/Vazir-FD.woff") format("truetype"), url("../fonts/Vazir-FD.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: Vazir_Medium, sans-serif;
}

main {
  position: relative;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.top_banner {
  height: 50px;
  line-height: 50px;
  background-size: unset;
  background-position: 0 0;
  text-align: center;
  position: relative;
  font-size: 18px;
}
.top_banner a {
  color: #fff;
  text-decoration: none;
}
.top_banner span {
  position: absolute;
  left: 15px;
  top: 25px;
  cursor: pointer;
  line-height: 0;
  color: #fff;
  font-size: 24px;
}

.main_header {
  height: 75px;
  position: relative;
  line-height: 75px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
}
.main_header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main_header img {
  width: 100%;
  height: auto;
}
.main_header .resmenu {
  color: #000;
  text-decoration: none;
  font-size: 0;
  transform: rotate(90deg);
  display: none;
}
.main_header .resmenu span {
  font-size: 24px;
  display: inline-block;
  margin: 0 0.5px;
}
.main_header nav {
  display: flex;
  flex-direction: row;
}
.main_header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main_header nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.main_header nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.main_header nav.socialmenu {
  direction: ltr;
  height: 75px;
}
.main_header nav.socialmenu li {
  height: 75px;
width:80px
  margin: 0 15px 0 0;
}
.main_header nav.socialmenu li a {
  line-height: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
}
.main_header nav.socialmenu .logo img {
  width: 100%;
}

@media (max-width: 1100px) {
  nav.menu ul {
    display: none;
    width: 250px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 75px;
    right: 0;
    padding: 0 30px;
    z-index: 10;
    box-sizing: border-box;
    line-height: 2.5;
  }
  nav.menu ul li {
    display: block;
    width: 100%;
  }

  .resmenu {
    display: inline-block !important;
    margin: 0 30px;
  }
}
@media (max-width: 400px) {
  .main_header nav.socialmenu .logo img {
    width: 70px;
  }

  .main_header img {
    width: 19px;
  }
}
.Fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.banner_block .single_article_page {
  padding: 50px 0;
  border: none;
}

.slider {
  padding: 35px 0;
  background-color: #f6f6f6;
}
.slider .main_slider {
  width: 768px;
  margin: 0 auto;
}
.slider .main_slider .row {
  display: flex;
  flex-direction: row;
}
.slider .main_slider .row .col-3 {
  display: inline-block;
  width: 100%;
  margin: 5px 0px;
}
.slider .main_slider .row .col-3 img {
  width: 100%;
}
.slider .main_slider .row .col-3 .holder {
  position: relative;
}
.slider .main_slider .row .col-3 a span {
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}
.slider .main_slider .row .col-3 a:hover span {
  opacity: 1;
}
.slider .main_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
}
.slider .main_slider .owl-nav button {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  position: absolute;
  margin: -40px 0 0;
}
.slider .main_slider .owl-nav .owl-prev {
  right: -150px;
}
.slider .main_slider .owl-nav .owl-next {
  left: -150px;
}
.slider .main_slider .owl-dots {
  margin: 30px 0 0 0;
}

.best_videos {
  padding: 25px;
}
.best_videos article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.best_videos article section {
  width: 49%;
  display: inline-block;
}
.best_videos header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.best_videos header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.best_videos header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.best_articles {
  padding: 25px;
}
.best_articles article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.best_articles article .single_article {
  width: 23%;
  padding: 0 30px;
  display: inline-block;
  margin: 0 0 50px;
}
.best_articles article .single_article .holder {
  position: relative;
}
.best_articles article .single_article .holder .img_holder {
  position: relative;
}
.best_articles article .single_article .holder .img_holder img {
  width: 100%;
}
.best_articles article .single_article .holder .img_holder a {
  font-size: 0;
}
.best_articles article .single_article .holder .img_holder a em {
  display: block;
  width: 100%;
  height: 270px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.best_articles article .single_article .holder .img_holder a span {
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  display: none;
}
.best_articles article .single_article .holder .img_holder a:hover span {
  opacity: 1;
}
.best_articles article .single_article .holder .desc a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  height: 70px;
  line-height: 30px;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}
.best_articles header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.best_articles header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.best_articles header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.latest_articles {
  padding: 25px;
}
.latest_articles article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.latest_articles article .single_article {
  width: 23%;
  padding: 0 30px;
  display: inline-block;
  margin: 0 0 50px;
}
.latest_articles article .single_article .video_holder p {
  display: none;
}
.latest_articles article .single_article h1 a {
  text-decoration: none;
  color: #333;
}
.latest_articles article .single_article .holder {
  position: relative;
}
.latest_articles article .single_article .holder .img_holder {
  position: relative;
}
.latest_articles article .single_article .holder .img_holder img {
  width: 100%;
}
.latest_articles article .single_article .holder .img_holder a {
  font-size: 0;
}
.latest_articles article .single_article .holder .img_holder a em {
  display: block;
  width: 100%;
  height: 270px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.latest_articles article .single_article .holder .img_holder a span {
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  display: none;
}
.latest_articles article .single_article .holder .img_holder a:hover span {
  opacity: 1;
}
.latest_articles article .single_article .holder .desc a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  height: 70px;
  line-height: 30px;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}
.latest_articles .seemore {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
}
.latest_articles .seemore a {
  display: inline-block;
  border: 1px solid #ccc;
  color: #888;
  padding: 5px 25px;
  text-decoration: none;
  border-radius: 5px;
}
.latest_articles header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.latest_articles header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.latest_articles header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.all_articles article {
  flex-wrap: wrap;
}

.all_videos article {
  flex-wrap: wrap;
}
.all_videos article .img_holder {
  min-height: auto !important;
  margin: 0 0 10px;
}

.faq {
  padding: 25px;
}
.faq article {
  position: relative;
}
.faq article .single_faq {
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-size: 18px;
}
.faq article .single_faq .question {
  padding: 10px;
  position: relative;
  cursor: pointer;
  color: #1e90ff;
}
.faq article .single_faq .question span {
  display: inline-block;
  color: #888;
  background-color: #fff;
  border: 2px solid #888;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 5px;
  font-size: 24px;
}
.faq article .single_faq .question:hover {
  background-color: #f6f6f6;
}
.faq article .single_faq .question:hover span {
  background-color: #888;
  color: #ccc;
}
.faq article .single_faq .answer {
  padding: 15px 10px 10px;
  display: none;
  background-color: #fff;
}
.faq .seemore {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
}
.faq .seemore a {
  display: inline-block;
  border: 1px solid #ccc;
  color: #888;
  padding: 5px 25px;
  text-decoration: none;
  border-radius: 5px;
}
.faq header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.faq header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.faq header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.latest_products {
  padding: 25px;
}
.latest_products article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.latest_products article .single_product {
  width: 23%;
  padding: 0 30px;
  display: inline-block;
  margin: 0 0 60px;
}
.latest_products article .single_product .holder {
  position: relative;
}
.latest_products article .single_product .holder .img_holder {
  position: relative;
  min-height: 270px;
}
.latest_products article .single_product .holder .img_holder img {
  width: 100%;
}
.latest_products article .single_product .holder .img_holder a {
  font-size: 0;
  position: absolute;
  width: 100%;
}
.latest_products article .single_product .holder .img_holder a em {
  display: block;
  width: 100%;
  height: 270px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.latest_products article .single_product .holder .img_holder a span {
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  display: none;
}
.latest_products article .single_product .holder .img_holder a:hover span {
  opacity: 1;
}
.latest_products article .single_product .holder .desc {
  text-align: center;
}
.latest_products article .single_product .holder .desc a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.latest_products article .single_product .holder .desc a.title {
  height: 60px;
  overflow: hidden;
}
.latest_products article .single_product .holder .desc p {
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.latest_products article .single_product .holder .desc .call {
  background-color: red;
  color: white;
  padding: 7.5px 10px;
}
.latest_products article .single_product .holder .desc .call img {
  width: 14px;
  display: inline-block;
  margin: 0px 5px 0;
}
.latest_products article .single_product .holder .desc a.moredesc {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  padding: 2.5px 7.5px;
}
.latest_products .seemore {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
}
.latest_products .seemore a {
  display: inline-block;
  border: 1px solid #ccc;
  color: #888;
  padding: 5px 25px;
  text-decoration: none;
  border-radius: 5px;
}
.latest_products header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.latest_products header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.latest_products header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

footer {
  background-color: #242c39;
  color: #ccc;
  padding: 25px;
}
footer .main_footer {
  display: flex;
  flex-direction: row;
}
footer .main_footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .main_footer ul li a {
  color: #ccc;
  text-decoration: none;
}
footer .main_footer section {
  width: 25%;
  padding: 10px 15px;
  text-align: right;
  direction: rtl;
}
footer header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
footer header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
footer header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.pagination {
  position: relative;
  margin: 15px auto;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pagination ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #1e90ff;
  background-color: #1e90ff;
  border-radius: 3px;
  margin: 0 5px;
}
.pagination ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.pagination ul li.active {
  background-color: transparent;
}
.pagination ul li.active a {
  cursor: auto;
  color: #1e90ff;
}

.aboutus {
  padding: 25px 15px;
}
.aboutus .container section .col-6 {
  width: 50%;
  display: inline-block;
  padding: 15px;
}
.aboutus .container img {
  width: 100%;
}
.aboutus header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.aboutus header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.aboutus header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.contactus {
  padding: 25px 15px;
}
.contactus iframe {
  width: 100%;
  height: 320px;
  border-radius: 5px;
}
.contactus .admin_detail {
  border-radius: 5px;
  margin: 25px 0 0;
}
.contactus .admin_detail ul {
  list-style-type: none;
  padding: 0 10px;
}
.contactus .admin_detail ul li {
  padding: 5px 0;
}
.contactus header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.contactus header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.contactus header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.Search {
  padding: 25px;
}
.Search .main_box {
  width: 50%;
  margin: 50px auto;
}
.Search .main_box .holder {
  position: relative;
  margin: 75px 0;
}
.Search .main_box .holder input {
  padding: 7px 85px 7px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: Vazir_Medium, sans-serif;
}
.Search .main_box .holder button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1e90ff;
  color: #fff;
  padding: 8px 20px;
  font-family: Vazir_Medium, sans-serif;
  border: none;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.Search .main_box p {
  margin: 0 0 50px 0;
}
.Search .main_box ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Search .main_box ul li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  text-align: center;
}
.Search .main_box ul li input[type=radio] {
  display: inline-block;
  margin: 0 10px;
}
.Search .admin_detail {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 25px 0 75px;
}
.Search .admin_detail ul {
  list-style-type: none;
  padding: 0 10px;
}
.Search .admin_detail ul li {
  padding: 5px 0;
}
.Search header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.Search header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.Search header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}

.single_product_page {
  border-top: 2px solid #ccc;
  padding-top: 25px;
}
.single_product_page .slider {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  background: none;
  padding: 15px;
  box-sizing: border-box;
}
.single_product_page .slider .main_image {
  position: relative;
}
.single_product_page .slider .main_image em {
  display: block;
  width: 100%;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single_product_page .slider .main_image img {
  width: 100%;
  display: block;
  height: auto;
}
.single_product_page .slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.single_product_page .slider ul li {
  width: 25%;
  margin: 15px 15px;
  display: inline-block;
  height: auto;
}
.single_product_page .slider ul li em {
  display: block;
  width: 100%;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single_product_page .slider ul li img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single_product_page .slider a.contactus {
  background-color: red;
  color: white;
  text-decoration: none;
  font-size: 36px;
  display: block;
  margin: 15px 0;
  width: 100%;
  text-align: center;
  padding: 7.5px 10px;
  box-sizing: border-box;
}
.single_product_page .slider a.contactus img {
  width: 25px;
  display: inline-block;
  margin: 0px 5px 0;
}
.single_product_page .product_detail {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  background: none;
  padding: 15px;
  text-align: right;
  direction: rtl;
  box-sizing: border-box;
}
.single_product_page .product_detail h1 {
  font-size: 18px;
  margin: 0;
}
.single_product_page .product_detail .price {
  margin: 10px 0;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 18px;
  padding: 15px;
}
.single_product_page .product_detail .detail {
  min-height: 500px;
  margin: 10px 0;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  line-height: 3;
}

.single_article_page {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 50px 0;
  overflow: hidden;
}
.single_article_page .main_image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}
.single_article_page .description {
  font-size: 18px;
  line-height: 1.8;
}
.single_article_page .comments {
  padding: 25px;
  margin-top: 25px;
  /* User and time info */
  /* The user avatar */
  /* The comment text */
  /* Comment form */
  /* Responsive styles */
}
.single_article_page .comments header {
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.single_article_page .comments header span {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
.single_article_page .comments header:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 35%;
  width: 100%;
  color: #ccc;
  right: 0;
  z-index: -1;
}
.single_article_page .comments .comment-section {
  list-style: none;
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
  padding: 10px;
}
.single_article_page .comments .comment {
  display: flex;
  border-radius: 3px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.single_article_page .comments .comment.user-comment {
  color: #808080;
}
.single_article_page .comments .comment.author-comment {
  color: #60686d;
  justify-content: flex-end;
}
.single_article_page .comments .comment .info {
  width: 17%;
}
.single_article_page .comments .comment.user-comment .info {
  text-align: right;
}
.single_article_page .comments .comment.author-comment .info {
  order: 3;
  text-align: left;
}
.single_article_page .comments .comment .info a {
  /* User name */
  display: block;
  text-decoration: none;
  color: #656c71;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0 3px 0;
}
.single_article_page .comments .comment .info span {
  /* Time */
  font-size: 11px;
  color: #9ca7af;
}
.single_article_page .comments .comment .avatar {
  width: 8%;
}
.single_article_page .comments .comment.user-comment .avatar {
  padding: 10px 18px 0 3px;
}
.single_article_page .comments .comment.author-comment .avatar {
  order: 2;
  padding: 10px 3px 0 18px;
}
.single_article_page .comments .comment .avatar img {
  display: block;
  border-radius: 50%;
}
.single_article_page .comments .comment.user-comment .avatar img {
  float: right;
}
.single_article_page .comments .comment p {
  line-height: 1.5;
  padding: 18px 22px;
  width: 50%;
  position: relative;
  word-wrap: break-word;
}
.single_article_page .comments .comment.user-comment p {
  background-color: #f3f3f3;
}
.single_article_page .comments .comment.author-comment p {
  background-color: #e2f8ff;
  order: 1;
}
.single_article_page .comments .user-comment p:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #f3f3f3;
  left: auto;
  right: -8px;
  top: 18px;
}
.single_article_page .comments .author-comment p:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #e2f8ff;
  left: -8px;
  right: auto;
  top: 18px;
}
.single_article_page .comments .write-new {
  margin: 80px auto 0;
  width: 50%;
}
.single_article_page .comments .write-new textarea,
.single_article_page .comments .write-new input {
  color: #444;
  font: inherit;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #cecece;
  background-color: #fefefe;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  min-height: 80px;
  padding: 0px 10px;
}
.single_article_page .comments .write-new input {
  min-height: auto;
  margin: 7.5px 0;
  line-height: 1;
  box-sizing: border-box;
}
.single_article_page .comments .write-new img {
  border-radius: 50%;
}
.single_article_page .comments .write-new .submit_comment {
  float: right;
  background-color: #87bae1;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  font-family: Vazir_Medium, sans-serif;
  padding: 10px 25px;
  margin-top: 18px;
}
@media (max-width: 800px) {
  .single_article_page .comments {
    /* Make the paragraph in the comments take up the whole width,
    forcing the avatar and user info to wrap to the next line*/
    /* Reverse the order of elements in the user comments,
    so that the avatar and info appear after the text. */
    /* Align toward the beginning of the container (to the left)
    all the elements inside the author comments. */
  }
  .single_article_page .comments .comment p {
    width: 100%;
  }
  .single_article_page .comments .comment.user-comment .info {
    order: 3;
    text-align: left;
  }
  .single_article_page .comments .comment.user-comment .avatar {
    order: 2;
  }
  .single_article_page .comments .comment.user-comment p {
    order: 1;
  }
  .single_article_page .comments .comment.author-comment {
    justify-content: flex-start;
  }
  .single_article_page .comments .comment-section {
    margin-top: 10px;
  }
  .single_article_page .comments .comment .info {
    width: auto;
  }
  .single_article_page .comments .comment .info a {
    padding-top: 15px;
  }
  .single_article_page .comments .comment.user-comment .avatar,
.single_article_page .comments .comment.author-comment .avatar {
    padding: 15px 10px 0 18px;
    width: auto;
  }
  .single_article_page .comments .comment.user-comment p:after,
.single_article_page .comments .comment.author-comment p:after {
    width: 12px;
    height: 12px;
    top: initial;
    left: 0px;
    bottom: -6px;
  }
  .single_article_page .comments .write-new {
    width: 100%;
  }
}

.sharebuttons {
  position: relative;
  text-align: left;
  padding: 50px 15px;
}
.sharebuttons .share {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  position: relative;
}
.sharebuttons .share img {
  width: 60%;
  height: auto;
  display: inline;
}
.sharebuttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 100px;
  top: 50px;
  visibility: hidden;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.sharebuttons ul li {
  display: inline-block;
  vertical-align: top;
}
.sharebuttons ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
}
.sharebuttons ul li a img {
  width: 60%;
  height: auto;
  display: inline;
}
.sharebuttons ul.active {
  visibility: visible;
  opacity: 1;
  left: 65px;
}

.recaptcha {
  padding: 1px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-right: 5px;
}
.recaptcha img {
  display: block;
}

.single_article {
  overflow: hidden;
}
.single_article .main_image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}

.single_video_page .description h1 {
  font-size: 1.17em;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .holder {
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px 15px;
  margin: 100px 0;
}
.login .holder input, .login .holder label {
  display: block;
  width: 100%;
  margin: 5px 0;
  box-sizing: border-box;
  font-family: Vazir_Medium, sans-serif;
  font-size: 14px;
}
.login .holder input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 16px;
}
.login .holder .btn {
  font-family: Vazir_Medium, sans-serif;
  background: #1e90ff;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px 10px;
  font-size: 18px;
  border: none;
  margin: 5px 0;
}

.alert {
  padding: 15px;
  text-align: right;
  direction: rtl;
  border-radius: 5px;
}

.alert-danger {
  background-color: #e74c3c;
  color: #fff;
  border-color: #c0392b;
}

.alert-success {
  background-color: #2ecc71;
  color: #fff;
  border-color: #27ae60;
}

._res_overlay.expanded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
}

@media (max-width: 1100px) {
  footer .main_footer section iframe {
    width: 100% !important;
  }

  .banner_block img {
    width: 100%;
  }

  .slider .main_slider {
    width: 75%;
  }

  .slider .main_slider .owl-nav .owl-prev {
    right: -12%;
  }

  .slider .main_slider .owl-nav .owl-next {
    left: -12%;
  }

  .container {
    width: 100%;
  }

  .best_articles article .single_article,
.latest_articles article .single_article {
    width: 25%;
  }

  .best_articles article .single_article .holder .desc a,
.latest_articles article .single_article .holder .desc a {
    font-size: 16px;
  }

  .latest_products article .single_product .holder .img_holder {
    min-height: auto;
  }

  .latest_products article .single_product .holder .img_holder a {
    position: relative;
  }

  .Search .main_box {
    width: 70%;
  }

  .single_article_page, .single_article {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .aboutus .container section {
    flex-wrap: wrap;
  }

  .aboutus .container section .col-6 {
    width: 100%;
  }

  .single_product_page .product_detail,
.single_product_page .slider {
    width: 98%;
  }

  .single_product_page article {
    display: flex;
    flex-wrap: wrap;
  }
  .single_product_page article .product_detail {
    order: 1;
  }
  .single_product_page article .slider {
    order: 0;
  }
}
@media (max-width: 768px) {
  .latest_articles article,
footer .main_footer {
    flex-wrap: wrap;
  }

  footer .main_footer section {
    width: 45%;
  }

  .best_articles article .single_article,
.latest_articles article .single_article,
.latest_products article .single_product {
    width: 40%;
  }

  .best_articles article .single_article .holder .desc a,
.latest_articles article .single_article .holder .desc a,
.latest_articles article .single_article .holder .desc a {
    font-size: 18px;
  }

  .Search .main_box {
    width: 85%;
  }
}
@media (max-width: 670px) {
  .best_articles article .single_article,
.latest_articles article .single_article,
.latest_products article .single_product {
    width: 48%;
    padding: 0;
  }

  footer .main_footer section {
    width: 90%;
  }

  .Search .main_box {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .best_articles article .single_article .holder .desc a,
.latest_articles article .single_article .holder .desc a {
    font-size: 14px;
  }

  .Search .main_box ul {
    flex-wrap: wrap;
  }

  .Search .main_box ul li {
    width: 48%;
    margin: 15px 0;
  }

  .Search .main_box p {
    margin-bottom: 20px;
  }

  .Search .main_box .holder {
    margin: 50px 0;
  }
}
@media (max-width: 350px) {
  .best_articles article .single_article .holder .desc a,
.latest_articles article .single_article .holder .desc a {
    font-size: 10px;
  }
}

/*# sourceMappingURL=app.css.map */
