    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --teal:  #1abc9c;
      --deep:  #0d7a63;
      --soft:  #f0faf8;
      --text:  #2c3e50;
      --muted: #7f8c8d;
    }

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
    html, body {
      height: 100%;
      font-family: 'Vazirmatn', sans-serif;
      color: var(--text);
      overflow-x: hidden;
    }

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}
      .gnav--link span{
       transition: all .4s ease-out;

  }
      .contact_btn svg {
        width: 23px;
        fill: #c0392b;
    }
    .gnav_btn--lines span {
        background-color: #c0392b;

    }
   .gnav--link span:hover{
        background: #f0dc7a;
    padding: 12px;
    border-radius: 4px;
   }
   p.txt-ctr-pc,
   .footer .copyright,
   .breadcrumbs .inner{
    direction: rtl;
}
.bold-txt{
    color: #c0392b;
    font-weight: bold;
}
   .breadcrumbs .inner span:first-child{
    margin-right: 50px;
}
.mce-content-body,
.ttl-03,
.post--date {
    direction: rtl;
}

 .lps_parts--img_text .inner-lg .ttl-03,
    .home_faq--blc .txtarea, .home_recruit .txtarea{
    direction: rtl;
    text-align: left;
}
 .lps_parts--img_text .inner-lg .txt-rtl{
       direction: rtl;
    text-align: right; 
}
.lps_sec:nth-child(2n) {
    background-color: #d1e0e9;
}
.home_faq--list .txt{
    text-align: center;
}
.footer--contact .icon {
    margin-right: 15px;
}
.inner-pages-wrap{
width: 90%;
    margin: 0 auto;
    padding-bottom: 250px;
    padding-top: 75px;
}
.inner-pages-wrap .post--ttl,
.inner-pages-wrap .post--txt{
    direction: rtl;
}
.schedule--blc .address{
    margin-top: 0;
}
.txt--link{
    color: #5B9599;
}
.txt--link:hover{
    color: #FAD93A;
}
.testimonial--ttl{
    text-align: center;
    padding: 15px;
    border: 2px solid #5b9599;
    border-radius: 20px;
    margin-top: 7px;
}
.menu-phone-icon a:before {
    content: '';
    background: #f0dc7a;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
}
.menu-phone-icon svg{
        width: 26px;
        height: 26px;
        fill: #3a5950;
}
.intro-video {
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .txt-ctr-pc, .txt-rgt-pc,
    .home_faq--blc .txtarea {
           direction: rtl;
    text-align: right;
    }
    .mce-content-body p{
                   direction: rtl;

    }
    .home_goal--list .txtarea.fz-13 p{
      text-align: center;
    }
    .footer--contact .icon {
    margin-right: 16px;
  }
  .img-detail.img-trim.pos_rel{
      width: 95%;
    margin-top: 24px;
  }
    .img-detail.img-trim.pos_rel img{
  border-radius: 10px;
  }
.menu-phone-icon {
    visibility: hidden;
}
    .breadcrumbs span {
        display: inline;
    }
   .img-detail .img-cover {
    width: 95%;
    height: 95%;
}
.intro-video {
    width: 100%;
    margin: 0 auto;
}
  
}