
* {
  font-family: Vazir;
}
.es-search button , .es-search label{
  font-size : 14px;
}
/* header */
.sec__header {
  width: 100%;
  background-size: cover;
  position: relative;
  background: #467198;
}


.sec__header .top__menu .container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  z-index: 1000;
  height: 95px;
  padding-bottom: 10px;
}

.sec__header .top__menu .logo {
  z-index: 100;
}

.sec__header .top__menu .container {
  border-bottom: 1px solid white;
}

.sec__header .top__menu .users {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  z-index: 100;
  margin-inline-start: auto;
}

.sec__header .top__menu .users__item {
  text-decoration: none;
  color: var(--secondary-color);
  height: 74px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: normal;
}

[dir=rtl] .sec__header .top__menu .users__item {
  margin-right: 31px;
}

[dir=ltr] .sec__header .top__menu .users__item {
  margin-inline-end: 31px;
}

@media(max-width: 992px) {
  .sec__header .top__menu .users__item {
    font-size: 1.4rem;
    height: fit-content;
  }
}

@media(max-width: 390px) {
  .sec__header .top__menu .users__item {
    font-size: 1.2rem;
  }
}

@media(max-width: 360px) {
  [dir=rtl] .sec__header .top__menu .users__item {
    margin-right: 20px;
  }

  [dir=ltr] .sec__header .top__menu .users__item {
    margin-inline-end: 20px;
  }
}

.sec__header .top__menu .users__item .niafam {
  font-size: 40px;
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
}

@media(max-width: 992px) {
  .sec__header .top__menu .users__item .niafam {
    font-size: 25px;
    margin-bottom: 5px;
  }
}

@media(max-width: 390) {
  .sec__header .top__menu .users__item .niafam {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.sec__header .top__menu .users__item p {
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
}

.sec__header .top__menu .users__item:hover .niafam,
.sec__header .top__menu .users__item:hover p {
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  color: var(--color2);
}

.sec__header .line {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  position: relative;
  z-index: 9;
}


.sec__header .main__menu .container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  height: 40px;
}

.sec__header .main__menu .header__menu a {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--secondary-color);
}

.sec__header .main__menu .header__menu li ul li a {
  color: var(--secondary-color);
}
.bottom {
  width: calc(100% - 152px);
  display: flex;
}
.sec__header .main__menu__left_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  width: 124px;
}

.sec__header .main__menu__left_item #lan {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  color: var(--secondary-color);
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
}

[dir=rtl] .sec__header .main__menu__left_item #lan {
  padding-right: 5px;
  padding-left:0;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

[dir=ltr] .sec__header .main__menu__left_item #lan {
  padding-right: 0;
  padding-left:5px;
  border-left: 1px solid rgba(255, 255, 255, .3);
}

@media(max-width: 992px) {
  .sec__header .main__menu__left_item #lan {
    font-size: 1.8rem;
  }
}

.sec__header .main__menu__left_item #lan:hover {
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  color: var(--color2);
}

.sec__header .main__menu_search_icon {
  margin-inline-end: 5px;
  color: var(--color2);
  text-decoration: none;
  font-size: 25px;
}

@media(max-width: 992px) {
  .sec__header .main__menu_search_icon {
    font-size: 1.8rem;
  }
}

.sec__header .main__menu_search_box {
  display: none;
}

@media(max-width: 992px) {
  .sec__header .main__menu {
    margin-top: 15px;
  }
}



.container {
  width: 80% !important;
  margin: 0 auto;
}

main {
  background-color: #f9f9f9;
  border-bottom: 1px solid #f8f8f8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
}

ul.breadcrumb {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

ul.breadcrumb li {
  margin-right: 0;
}

ul.breadcrumb li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}

ul.breadcrumb li+li:before {
  padding: 0;
  color: #000;
  content: "/\00a0";
}

.news-info-wrap {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 15px;
  position: relative;
}

.news-info-wrap::after,
.news-info-wrap::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
}

.news-info-wrap::before {
  border-width: 17px 12px 0;
  border-color: #d3d3d3 transparent transparent;
}

.news-info-wrap::after {
  border-width: 12px 12px 0;
  border-color: #fff transparent transparent;
}

.es-post-header {
  padding: 0 0 15px;
}

.news-head h6 {
  font-weight: 600;
  font-size: 1em;
  color: #004e88;
  margin-bottom: 0;
  line-height: 28px;
}

.news-head h2 {
  font-weight: 900;
  font-size: 1.4em;
  color: #000;
  line-height: 32px;
  margin-bottom: 10px;
}

.news-lead p {
  background: var(--Shellfish);
  margin-bottom: 15px;
  padding: 10px 15px;
  text-align: justify;
  font-weight: 400;
  font-size: 1em;
  line-height: 26px;
  color: #000;
}

.es-post-content,
.news-content {
  display: inline-block;
  width: 100%;
  padding: 15px;
}

.news-info-wrap .news-tools li a,
.news-tools {
  display: flex;
}

#es-content-top .MsoNormal,
#es-content-top .MsoNormal p,
#es-content-top .MsoNormal span,
#es-content-top p,
.es-post-content .news-content>div,
.es-post-content [style*="font-family: vazir"],
.news-content p,
.news-content span {
  font-size: 16px !important;
  line-height: 32px;
  text-align: justify;
  font-family: var(--font-vazir) !important;

}

.news-content .news-img {
  float: left;
  border: 5px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  margin: 0 30px 15px 0;
}

#es-content-top p,
.es-post-content .news-content>div
{
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 30px;
  text-align: justify;
}

#facial-recognition-names {
  margin: 0;
}

.comment-form-area,
.es-archive-list,
.review-area {
  padding: 0 15px;
}

.es-archive-list {
  display: flex;
  justify-content: end;
  width: 100%;
}

.extra-meta ul li i,
.extra-meta ul li span {
  color: var(--blue);
}

.content-groups {
  list-style-type: none;
}

#es-content .news-info-wrap .news-tools ul li {
  margin-right: 7px;
}

.news-tools {
  flex-direction: row-reverse;
  align-items: center;
}

.news-info-wrap .news-tools li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}



.content-groups i {
  vertical-align: middle;
}

.es-archive-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: var(--white);
  padding: 10px;
background-color: var(--brown);      
  border-radius: 15px;
}

.es-archive-list a:hover {
background-color: #dbc995;
}

ul.breadcrumb li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

ul.breadcrumb span {
  font-size: 14px !important;
  font-weight: bold;
}

.main-box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 12px 0px;
}

.archive-page {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgb(232 232 232 / 75%);
  box-shadow: 0 5px 9.5px 0.5px rgb(232 232 232 / 75%);
  border: 1px solid rgba(0, 33, 66, .2);
  overflow: hidden;
  position: relative;
  margin: 0;
margin-top:30px;
  min-height: 300px;
  height: auto;
  margin-bottom: 50px;
}

.extra-meta ul li span,
.extra-meta ul li i {
  color: #dc3545;
}

.extra-meta ul li span {
  font-weight: 600;
}

.extra-meta ul li {
  list-style-type: none;
  color: #000;
}

.es-news-tags ul li {
  display: block;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 5px 5px;
  float: right;
}

.es-news-tags ul li a {
  padding: 10px 15px;
  background: #f2f2f2;
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #6e6e6e;
}

.meta-list .es-news-tags ul {
  padding: 0;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.meta-list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-top: 30px;
}

.meta-list span {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.es-news-tags ul li:first-child {
  margin-right: 0;
}

.administrator-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}

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

.administrator-avatar img {
  border-radius: 100%;
  width: 64px;
}

.administrator-info .administrator-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.es-news-box-similar,
.es-news-box-download {
  display: flex;
  background: #f2f2f2;
  margin-bottom: 15px;
}

.es-news-box-similar .es-news-box-similar-title,
.es-news-box-download .es-news-box-download-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #44b1e4;
  padding: 30px;
  flex-basis: 200px;
}

.es-news-box-similar .es-news-box-similar-title,
.es-news-box-download .es-news-box-download-title {
  background: #065fd4;
}

.es-news-box-similar ul,
.es-news-box-download ul {
  max-height: none;
}

.es-news-box-similar ul,
.es-news-box-download ul {
  padding: 15px;
  width: 100%;
}

.es-news-box-similar ul li,
.es-news-box-download ul li {
  list-style-position: inside;
}

.es-news-box-download ul li a,
.es-news-box-similar ul li a {
  color: #065fd4;
  position: relative;
  padding-right: 15px;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.es-similar-post {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.post-title h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 30px 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.news-info-wrap .news-tools li i {
  font-size: 1.2em;
  color: var(--brown);
}

#es-content .news-info-wrap .news-info ul li i {
  margin-left: 5px;
}

.news-info-wrap .news-info li i {
  color: var(--brown);
  font-size: 1.2em;
  margin-left: 5px;
}

.es-archive-list a {
  background: var(--brown);
  width: fit-content;
  color: white;
  border-radius: 5px;
}

.news-info-wrap .news-tools li:hover i {
  color: #dbc995;
}


@media (max-width: 992px) {
  #es-content {
    padding: 15px;
  }

  .archive-page {
    padding: 0;
  }
}

.es-form-simple input[name='captcha'] {
  height: 100%;
}

button.es-btn.es-captcha-refresh {
  height: 32px;
  margin-top: 10px;
  width: 40px;
}

fieldset.es-form-group.es-row .es-col-2 {
  max-width: 44%;
  padding: 0;
}

fieldset.es-form-group.es-row .es-col-2:last-child {
  max-width: 10%;
}

button.es-btn.es-captcha-refresh {
  height: 40px;
  margin-top: 10px;
  width: 40px;
}

.es-form-simple input[name='captcha'] {
  height: 100%;
  min-width: 100px;
}

fieldset.es-form-group.es-row .es-col-3 {
  max-width: 40%;
}

img.es-captcha-img.img-fluid {
  height: 100%;
  min-width: 90px;
}

.sm-simple li li:hover,
.highlighted {
  background-color: #b4d1e6 !important;
}


@media (max-width:1260px) {
  #es-content .news-info-wrap .news-info ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    flex-direction: column;
  }

  .news-info-wrap .row {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
  }

  .news-info-wrap .row .col-lg-2 {
    margin-right: auto;
  }
}

@media (max-width:542px) {
  .news-info-wrap .row .col-lg-2 {
    margin-left: auto;
    margin-right: 0 !important;
  }
}

@media (max-width:500px) {
  .container {
    width: 95% !important;
  }

  .news-lead p {
    font-size: 1em;
  }

  .news-head h2 {
    font-size: 1.2em;
  }

  #es-content {
    padding: 0px;
  }

  .es-post-gallery {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding: 0 10px 10px 10px;
  }

  .es-post-content,
  .news-content {
    padding: 10px;
  }

  .es-form-control-position {
    top: 12px;
  }

  .submit-button {
    margin-bottom: 10px;
  }
}

.sm .niafam::before{
  font-family: 'sbmu';
}
div#es-content {
  font-size: 1.1rem;
}
.product-reviews .cb-attention li {
  font-size: 1.3rem !important;
}
.product-reviews form input {
  font-size: 1.2rem !important;
}
.single-page-news .single-page-news__information .news-headline .news-headline__title h2{
  text-shadow:none !important; 
}
.single-page-news .single-page-news__lead{
  padding:0 !important;
}
.single-page-news__main-content .short-share {
  width: fit-content;
}
.single-page-news {
  margin: 0 0 30px !important;
}

.logo  img{ 
  width: 100%;
  height:100%
}
.es-form-control-position{
  top:28%;
}
input[type="text"] ,textarea {
  font-size: 16px;
  font-family: var(--vazir);	
  padding:8px !important;
}
fieldset.es-form-group.es-row div:nth-child(2) {
  margin: 0 24px;
  border-radius: 15px;
}
fieldset.es-form-group.es-row img , fieldset.es-form-group.es-row input ,fieldset.es-form-group.es-row button ,button.submit-button{
  border-radius : 5px;
}
@media (max-width: 992px){
  .es-form-control-position{
    top:19%;
  }
}

@media (max-width:550px) {
  fieldset.es-form-group.es-row {
    justify-content: space-around;
  }

  fieldset.es-form-group.es-row .es-col-3 {
    padding: 0;
  }

  fieldset.es-form-group.es-row .es-col-2:first-child {
    min-width: 100% !important;
    width: 100%;
    height: 70px;
  }

  fieldset.es-form-group.es-row .es-col-3 {
    min-width: 80%;
    margin: 10px 0 !important;
  }

  .es-form-simple input[name='captcha'] {
    min-width: 100%;
    margin-top: 6px;
  }

  button.es-btn.es-captcha-refresh {
    height: 25px;
    width: 25px;
    margin-top: 25px;
  }
}
.justified-gallery {
  background: #46719824;
  border-radius: 5px;
}
.short-url-area {
  display: flex;
  align-items: center;
}
.short-url-area {
  justify-content: end;
}
input[type="text"], textarea{
  font-size : 15px;
}
@media (max-width : 992px){
  .news-info-wrap .news-tools li i {
    font-size: 1em;
  }
  .news-head h2 {
    font-size: 1.2em;
  }
  .news-lead p{
    font-size: 1rem;
  }

}
.news-lead p {
  margin-top: 20px;
  border-radius: 5px;
  font-size: 1rem;
}
header .logo{
  height: 90%;
}



.es-post-summary p {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
}

section.es-search-result-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.es-search-result-item-body {
  width: 82%;
  margin-right: 20px;
}
.es-search-result-item .image-link{
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width : 1500px){
  .es-search-result-item-body{
    width:77%;
  }}
@media (max-width : 1200px){
  .es-search-result-item-body{
    width:74%;
  }
}
@media (max-width : 1052px){
  .es-search-result-item-body{
    width:67%;
  }
}
@media (max-width: 992px){
  .es-search-result-item .description ,.es-search-result-item .info {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
  }
}
@media (max-width:845px){
  .es-search-result-item-body {
    width: 63%;
  }
}
@media (max-width:768px){
  .es-search-result-item+.es-search-result-item {
    flex-flow: column;
    margin-top: 20px;
  }
  .es-search-result-item-body {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  section.es-search-result-item {
    justify-content: center;
  }
}
#tinymce-map area {
  cursor: pointer;
}
#print-preview-modal{position: absolute;margin-top:0;top:0;z-index:99999;}
body{position:relative;}
.iziModal .iziModal-wrap {    overflow-y: auto;    overflow-x: hidden; height: calc(100vh - 60px) !important;}
#printpdf{padding:8px 20px;margin-inline-start: 20px;}
.logo_two img{width:fit-content;}
.es-post-dis {   border-bottom: 1px solid gainsboro;}
.sm-simple ul {      background: #467198;      top: 30px !important;     border-radius: 5px;    }
.sm-simple li li:hover, .highlighted {    background-color: transparent !important;}
.sm-simple li li:hover a, .highlighted a{color: var(--color2) !important;}
@media (min-width: 991px){
  .sm-simple ul ul{   margin-top: -29px !important;}
  .sm-simple ul ul ul{   margin-top: -28px !important;}
}
.sec__header .top__menu .users__item { margin-inline-start: 20px; }
.sec__header .top__menu .users__item p ,.mm-menu a {    font-size: 1.2rem; font-size: clamp(1.2rem, 1.1199999999999999rem + 0.4000000000000002vw, 1.6rem);}
.bottom .col-12 { padding: 0 5px;}
.sec__header .main__menu_search_icon{margin-inline-start: auto;}
@media (min-width: 992px){.bottom {    width: 79%;}}
@media (min-width:1200px){.news-info-wrap .row{display:flex;justify-content:space-between;}}
.inner-page-wrapper #main-comment .es-row.es-form-group:nth-child(3), .inner-page-wrapper .es-row.es-form-group {   height: fit-content;    width: 49%;}
 .inner-page-wrapper #main-comment .es-row.es-form-group input::placeholder ,  .inner-page-wrapper #main-comment .es-row.es-form-group input ,  .inner-page-wrapper #main-comment .es-row.es-form-group textarea{font-size: 15px}
#main-comment button.submit-button {    display: inline-block;    background-color: var(--brown);    padding: var(--margin-xs) calc(2 * var(--margin-xs));    border-radius: 22px;    color: var(--white);    font-size: 0.8125rem;    font-size: clamp(0.8125rem, 0.7875rem + 0.125vw, 0.9375rem);    font-weight: normal;    margin-inline-start: auto;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    transform: translateZ(0);    position: relative;    transition-duration: 0.5s;   transition-property: transform; width:fit-content;padding:0 36px}
#main-comment button.submit-button:hover , .es-search .es-search-btn button:hover{    background-color: #dbc995;}
.es-posts .es-post-thumb {   margin-inline-end: 16px;}
.es-search-result-item-body .col-sm-12 {
    display: flex;
    flex-flow: column wrap;
    align-items: start;
    margin-inline-start: 30px;
}
.es-search .es-search-btn button{background-color: var(--brown);}
@media (max-width:1360px){
.footer .container{width:95% !important;}
}
@media (max-width: 992px) {.es-container { max-width: 100% !important;padding: 0; }}
@media (max-width: 1122px) {
    .footer .container {
        max-width: 90%;
    }
    .footer .map {
        width: min(23%, 400px);
    }
}