html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.notification_bar {
  background-color: #333;
  color: #aaa;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;
  font-size: 1rem; }
  .notification_bar .notification_bar_inner {
    height: 42px; }
    .notification_bar .notification_bar_inner .text {
      font-size: 0.875rem; }
    .notification_bar .notification_bar_inner .contact_tel {
      color: #aaa; }

header {
  position: fixed;
  display: flex;
  align-items: center;
  top: 42px;
  right: 0px;
  left: 0px;
  height: 56px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 27px 7px;
  z-index: 10000;
  background: #fff; }
  header .header_inner .hamburger_btn {
    display: inline-flex;
    font-size: 32px;
    color: #333;
    cursor: pointer; }
  header .header_inner .menu_holder {
    padding-right: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    display: none; }
    header .header_inner .menu_holder .menu {
      position: absolute;
      top: 0;
      right: -236px;
      bottom: 0;
      width: 236px;
      max-width: 100%;
      background: #fff;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 20px 16px 20px 32px;
      border-radius: 20px 0 0 20px; }
      header .header_inner .menu_holder .menu.open {
        -webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.5);
        right: 0; }
      header .header_inner .menu_holder .menu .menu_list {
        display: block; }
        header .header_inner .menu_holder .menu .menu_list .menu_list_item {
          border-bottom: solid 1px #D7DDE7;
          margin-left: 0; }
          header .header_inner .menu_holder .menu .menu_list .menu_list_item a, header .header_inner .menu_holder .menu .menu_list .menu_list_item .dropdown_link {
            display: block;
            color: #333;
            font-family: vazir-medium;
            padding: 8px 0;
            cursor: pointer; }
            header .header_inner .menu_holder .menu .menu_list .menu_list_item a.active, header .header_inner .menu_holder .menu .menu_list .menu_list_item .dropdown_link.active {
              color: #D6975C;
              font-family: vazir-bold; }
    header .header_inner .menu_holder .dropdown_menu {
      padding-right: 16px; }
    header .header_inner .menu_holder .dropdown_icon {
      line-height: 0;
      margin-right: 4px; }
  header .header_inner .logo {
    position: absolute;
    left: 12px; }
    header .header_inner .logo img {
      width: 70px;
      height: auto; }

@media (min-width: 992px) {
  header {
    height: 64px; }
    header .header_inner .logo {
      position: static; }
      header .header_inner .logo img {
        width: 90px;
        height: 55px; }
    header .header_inner .menu_holder {
      display: block;
      position: relative;
      height: auto;
      background: none;
      padding-right: 56px; }
      header .header_inner .menu_holder .menu {
        position: static;
        width: auto;
        padding: 0;
        border-radius: 0; }
        header .header_inner .menu_holder .menu.open {
          -webkit-box-shadow: none;
          box-shadow: none; }
        header .header_inner .menu_holder .menu .menu_list {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          header .header_inner .menu_holder .menu .menu_list .menu_list_item {
            margin-left: 40px;
            border-bottom: none; }
            header .header_inner .menu_holder .menu .menu_list .menu_list_item a, header .header_inner .menu_holder .menu .menu_list .menu_list_item .dropdown_link {
              font-size: 0.875rem;
              line-height: 36px;
              padding: 0;
              font-family: Vazir-medium;
              cursor: pointer; }
    header .header_inner .hamburger_btn {
      display: none; }
    header .header_inner .dropdown_menu {
      border: solid 1px #ebebeb;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      padding: 2px 8px;
      min-width: 120px;
      position: absolute;
      background: #fff;
      top: 40px;
      right: 0;
      display: none; }
      header .header_inner .dropdown_menu .dropdown-item {
        border-bottom: solid 1px #ebebeb; }
        header .header_inner .dropdown_menu .dropdown-item:last-child {
          border-bottom: none; }
    header .header_inner .dropdown_icon {
      line-height: 0;
      margin-right: 4px; } }
/*** Footer ***/
footer {
  background: #262626;
  padding: 16px 0;
  color: #929292;
  font-size: 0.875rem; }
  footer .footer_title {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 12px; }
  footer .contact_caption {
    font-family: Vazir-bold;
    padding-left: 8px; }
  footer .contact_tel {
    color: #929292; }

@font-face {
  font-family: vazir;
  src: url("../fonts/Vazir.eot");
  src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir.woff2") format("woff2"), url("../fonts/Vazir.woff") format("woff"), url("../fonts/Vazir.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: vazir;
  src: url("../fonts/Vazir-FD.eot");
  src: url("../fonts/Vazir-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-FD.woff2") format("woff2"), url("../fonts/Vazir-FD.woff") format("woff"), url("../fonts/Vazir-FD.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: vazir-light;
  src: url("../fonts/Vazir-Light.eot");
  src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff2") format("woff2"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: vazir-light;
  src: url("../fonts/Vazir-Light-FD.eot");
  src: url("../fonts/Vazir-Light-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light-FD.woff2") format("woff2"), url("../fonts/Vazir-Light-FD.woff") format("woff"), url("../fonts/Vazir-Light-FD.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: vazir-medium;
  src: url("../fonts/Vazir-Medium.eot");
  src: url("../fonts/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium.woff2") format("woff2"), url("../fonts/Vazir-Medium.woff") format("woff"), url("../fonts/Vazir-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: vazir-medium;
  src: url("../fonts/Vazir-Medium-FD.eot");
  src: url("../fonts/Vazir-Medium-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium-FD.woff2") format("woff2"), url("../fonts/Vazir-Medium-FD.woff") format("woff"), url("../fonts/Vazir-Medium-FD.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: vazir-bold;
  src: url("../fonts/Vazir-Bold.eot");
  src: url("../fonts/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Bold.woff2") format("woff2"), url("../fonts/Vazir-Bold.woff") format("woff"), url("../fonts/Vazir-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: vazir-bold;
  src: url("../fonts/Vazir-Bold-FD.eot");
  src: url("../fonts/Vazir-Bold-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Bold-FD.woff2") format("woff2"), url("../fonts/Vazir-Bold-FD.woff") format("woff"), url("../fonts/Vazir-Bold-FD.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: vazir-black;
  src: url("../fonts/Vazir-Black.eot");
  src: url("../fonts/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Black.woff2") format("woff2"), url("../fonts/Vazir-Black.woff") format("woff"), url("../fonts/Vazir-Black.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: vazir-black-num;
  src: url("../fonts/Vazir-Black-FD.eot");
  src: url("../fonts/Vazir-Black-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Black-FD.woff2") format("woff2"), url("../fonts/Vazir-Black-FD.woff") format("woff"), url("../fonts/Vazir-Black-FD.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'bootstrap-icons';
  src: url("../fonts/bootstrap-icons.woff") format("woff"), url("../fonts/bootstrap-icons.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'custom-icons';
  src: url("../fonts/custom-icons.eot");
  src: url("../fonts/custom-icons.eot") format("embedded-opentype"), url("../fonts/custom-icons.ttf") format("truetype"), url("../fonts/custom-icons.woff") format("woff"), url("../fonts/custom-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-orders:before {
  content: "\e90c"; }

.icon-arrow-ios-down:before {
  content: "\e900"; }

.icon-bascket:before {
  content: "\e905"; }

.icon-close:before {
  content: "\e906"; }

.icon-code:before {
  content: "\e907"; }

.icon-down:before {
  content: "\e908"; }

.icon-info:before {
  content: "\e909"; }

.icon-logout:before {
  content: "\e90a"; }

.icon-menu:before {
  content: "\e90b"; }

.icon-password:before {
  content: "\e90d"; }

.icon-phone:before {
  content: "\e90e"; }

.icon-share:before {
  content: "\e90f"; }

.icon-tick-circle:before {
  content: "\e910"; }

.icon-title-arrow:before {
  content: "\e911"; }

.icon-user:before {
  content: "\e912"; }

.icon-user-confirm .path1:before {
  content: "\e913";
  color: #0b2c6e; }

.icon-user-confirm .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: white; }

.icon-user-confirm .path3:before {
  content: "\e915";
  margin-left: -1em;
  color: #08a05c; }

.icon-warning:before {
  content: "\e916"; }

html {
  font-size: 16px; }

body {
  font-family: vazir;
  direction: rtl;
  font-size: 1rem;
  line-height: normal;
  background: #fff;
  color: #333333;
  -webkit-font-smoothing: none;
  /* Looks very thin and awful */
  -webkit-font-smoothing: subpixel-antialiased;
  /* It is the default and looks bolder */
  -webkit-font-smoothing: antialiased;
  /* Looks pretty much the same than Windows */ }
  body.no_scroll {
    overflow: hidden; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    line-height: normal;
    margin: 0; }
  body *:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: initial !important; }
  body input:focus, body select:focus, body textarea:focus {
    outline: none !important;
    box-shadow: none !important; }
  body a {
    text-decoration: none;
    transition: all .3s ease; }
    body a:hover, body a:focus {
      text-decoration: none; }
  body button {
    border: solid 1px transparent; }
  body img {
    max-width: 100%; }

.btn_custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #D6975C;
  color: #fff;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 12px 24px;
  font-size: 1rem;
  font-family: vazir-medium; }
  .btn_custom:hover {
    background: #0d0e12;
    color: #fff; }

.title_section {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: vazir-black;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative; }
  .title_section:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #d6975c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.body_content {
  font-size: 1rem;
  line-height: 2;
  text-align: justify; }

.body_content_frame {
  border: solid 3px #ebebeb;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  margin: 0; }
  .body_content_frame .title_section {
    border-bottom: 1px solid #dbdbdb; }

.body_content_bg {
  width: fit-content;
  margin: auto;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: solid 1px #d5d5d5;
  font-family: Vazir-medium; }

.section {
  padding-top: 56px;
  padding-bottom: 56px; }

.custom_order_list {
  list-style-type: decimal;
  padding-right: 24px;
  margin-top: 8px; }

.info_box {
  background: #fff;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 2; }
  .info_box .info_box_icon {
    color: #5598FC;
    margin-left: 16px; }

.custom_accordion {
  border: solid 3px #ebebeb;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  .custom_accordion .accordion-button {
    background-color: #f5f5f5;
    color: #333; }
  .custom_accordion .accordion-button::after {
    content: "\F282";
    font-family: 'bootstrap-icons';
    color: #fff;
    font-weight: bold;
    background-image: none;
    background-color: #d6975c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 12px; }
  .custom_accordion .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    font-weight: bold; }
  .custom_accordion .accordion-body {
    font-size: 1rem;
    line-height: 2; }

@media (min-width: 992px) {
  .body_content_frame {
    margin: 32px;
    padding: 24px; }

  .info_box {
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px; }

  .section {
    padding-top: 64px;
    padding-bottom: 64px; }

  .title_section {
    font-size: 1.5rem; } }
/** Articles **/
.articles {
  padding: 48px 8px; }
  .articles p {
    line-height: 2; }
  .articles .backlink {
    color: initial; }
  .articles .articles_main_title {
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 24px; }
  .articles .articles_internal_title {
    font-size: 1rem;
    font-weight: 600;
    margin: 16px 0 4px 0; }

.main_body {
  padding-top: 98px; }
  .main_body .banner_section {
    padding: 40px 0;
    background: url("../images/main-banner-1.jpg") no-repeat center center;
    background-size: cover;
    height: 280px; }
    .main_body .banner_section .banner_content {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .main_body .banner_section .banner_content .banner_title {
        font-size: 2rem;
        font-family: vazir-black; }
      .main_body .banner_section .banner_content .banner_subtitle {
        font-size: 1.5rem;
        font-family: vazir-bold; }
      .main_body .banner_section .banner_content .banner_btn_custom {
        border-radius: 50px;
        font-weight: 500; }
        .main_body .banner_section .banner_content .banner_btn_custom:hover {
          background: #fff;
          color: #0d0e12; }
  .main_body .feature_section .features_holder {
    background: #fff;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 0; }
    .main_body .feature_section .features_holder .feature_item {
      padding: 8px 16px;
      background: #f5f5f5;
      margin-bottom: 8px;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }
      .main_body .feature_section .features_holder .feature_item .feature_item_icon {
        background: #D6975C;
        width: 56px;
        height: 56px;
        line-height: 0;
        color: #fff;
        font-size: 24px;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .main_body .feature_section .features_holder .feature_item .feature_item_caption {
        margin-right: 16px;
        font-family: Vazir-bold; }
        .main_body .feature_section .features_holder .feature_item .feature_item_caption br {
          display: none; }
  .main_body .steps_section {
    background: #f5f5f5; }
    .main_body .steps_section .steps_holder {
      margin: 40px auto 0 auto; }
    .main_body .steps_section .steps_img_holder {
      width: 100%;
      padding-right: 0;
      margin-bottom: 24px;
      order: 1; }
      .main_body .steps_section .steps_img_holder img {
        -webkit-border-radius: 16px;
        -ms-border-radius: 16px;
        -moz-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px; }
    .main_body .steps_section .steps_content_holder {
      width: 100%;
      order: 2; }
      .main_body .steps_section .steps_content_holder .step_item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 32px;
        line-height: 32px; }
        .main_body .steps_section .steps_content_holder .step_item .step_item_number {
          width: 32px;
          height: 32px;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          background: #D6975C;
          color: #fff;
          text-align: center;
          margin-left: 8px; }
        .main_body .steps_section .steps_content_holder .step_item .step_item_caption {
          font-family: Vazir-bold;
          flex: 1; }
  .main_body .middle_banner_section {
    background-image: url("../images/pattern2.jpg");
    position: relative;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 56px 0px; }
    .main_body .middle_banner_section .middle_banner {
      position: relative;
      z-index: 2; }
      .main_body .middle_banner_section .middle_banner .middle_banner_title {
        font-size: 1.5rem;
        font-family: vazir-black; }
      .main_body .middle_banner_section .middle_banner .middle_banner_subtitle {
        font-size: 1.25rem;
        line-height: 2;
        font-family: vazir-bold;
        color: #d6975c;
        margin-top: 24px; }
      .main_body .middle_banner_section .middle_banner .middle_banner_content {
        font-size: 1rem;
        line-height: 2.5;
        margin-top: 32px; }
    .main_body .middle_banner_section:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.88);
      z-index: 1; }
  .main_body .custom_accordion {
    margin-top: 40px; }

@media (min-width: 992px) {
  .main_body {
    padding-top: 106px; }
    .main_body .banner_section {
      height: 458px; }
      .main_body .banner_section .banner_content .banner_title {
        font-size: 2.5rem; }
      .main_body .banner_section .banner_content .banner_subtitle {
        font-size: 2rem; }
    .main_body .feature_section .features_holder {
      background: #f5f5f5;
      padding: 24px; }
      .main_body .feature_section .features_holder .feature_item {
        padding: 0;
        background: #f5f5f5;
        margin-bottom: 0; }
        .main_body .feature_section .features_holder .feature_item .feature_item_caption br {
          display: block; }
        .main_body .feature_section .features_holder .feature_item .feature_item_icon {
          width: 64px;
          height: 64px;
          font-size: 32px; }
    .main_body .steps_section .steps_holder {
      margin: 112px auto 32px auto; }
    .main_body .steps_section .steps_content_holder {
      width: 50%;
      order: 1; }
    .main_body .steps_section .steps_img_holder {
      width: 50%;
      padding-right: 40px;
      order: 2;
      margin-bottom: 0; }
    .main_body .middle_banner_section {
      padding: 112px 16px; }
      .main_body .middle_banner_section .middle_banner .middle_banner_subtitle {
        font-size: 1.5rem; }
    .main_body .custom_accordion {
      margin-top: 72px; } }

/*# sourceMappingURL=style.css.map */
