/*@import './mixins/clearfix.scss';*/
/*@import '../images/icons/icons.sprite.scss';

@import './config/reset.scss';*/
/*@import '../images/icons/icons.sprite.scss';*/
.base-tab {
  margin-top: 20px;
}
.base-tab .nav-pills .nav-link.active, .base-tab .nav-pills .show > .nav-link {
  background: gray;
}
.base-tab .nav-link {
  color: gray;
}
.base-tab .nav {
  background: #e1e1e1;
  margin-bottom: 15px;
  border-radius: 7px;
}
.base-tab .tab-content {
  background: #fff;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 0.9rem;
  overflow: auto;
}
.base-tab #pills-comment {
  background: #f7f7f7;
  margin: -30px -20px;
}
.base-tab .comments {
  padding: 20px;
}

.breadcrumb-w {
  font-size: 0.7rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb-w ul {
  list-style: none;
}
.breadcrumb-w ul li {
  display: inline-block;
}
.breadcrumb-w ul li a {
  padding: 0 5px;
}
.breadcrumb-w ul li:after {
  content: "/";
  display: inline-block;
}
.breadcrumb-w ul li:last-child {
  color: var(--bs-primary);
  font-weight: bold;
}
.breadcrumb-w ul li:last-child:after {
  display: none;
}

.page-banner-container img {
  width: 100%;
}

/*latest-items */
.latest-items {
  position: sticky;
  top: 115px;
  background: #ffff;
  margin-top: -12px;
}
.latest-items .latest-title {
  background-color: #eeeeee;
  font-size: 1.2rem;
  padding: 5px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.latest-items > div {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.latest-items .latest-item {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
}
.latest-items .latest-item:last-child {
  border-bottom: none;
}
.latest-items .latest-item h3 {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  vertical-align: top;
  line-height: 23px;
}
.latest-items .latest-item h3 a {
  display: block;
}
.latest-items .latest-item .latest-info {
  font-size: 11px;
  color: #688383;
}
.latest-items .latest-item .latest-info > span {
  margin-left: 20px;
}
.latest-items .latest-item .latest-img {
  float: right;
  margin-left: 10px;
}

#gallery-thumbnails .gallery-item {
  width: 65px;
  margin: 10px 5px;
  display: inline-block;
  position: relative;
}
#gallery-thumbnails .gallery-item.main-photo {
  width: auto;
}
#gallery-thumbnails .gallery-item:hover .play {
  opacity: 1;
}
#gallery-thumbnails .gallery-item .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
}
#gallery-thumbnails .gallery-item .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: white;
}

/*img-zoom-container */
/*.img-zoom-container {
    position: relative;
    @include border-radius;
    cursor: crosshair;

    > img {
        @include border-radius;
    }
}*/
.img-zoom-lens {
  position: absolute;
  background: rgba(255, 188, 188, 0.68);
  width: 100px;
  height: 100px;
  display: none;
}

.img-zoom-result {
  width: 300px;
  height: 300px;
  position: absolute;
  left: -305px;
  top: 0;
  pointer-events: none;
  border: 1px solid #e1e1e1;
  z-index: 5;
}

/*Allform*/
.form-control {
  border-radius: 5px;
  font-size: 0.85rem;
  height: 40px;
  color: gray;
}

.form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.form-control:hover, .form-control:focus {
  border: 1px solid var(--bs-primary);
  box-shadow: none;
}

textarea.form-control {
  min-height: 110px;
}

.btn-primary {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #fff !important;
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: inherit;
  outline: none;
}

.btn {
  text-shadow: none;
}

.form-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.form-title .sec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
  font-weight: 500;
}

.form-title .sec-des {
  text-align: center;
  font-size: 0.8rem;
}

.disabled {
  background: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
}

@media (max-width: 550px) {
  .detail-page .detail-header .rate {
    float: none;
    margin-top: -5px;
  }
  .detail-page .detail-gallery {
    position: inherit;
    background: none;
  }
}
:root {
  --bs-primary: #ff0000;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

.landing-page header .search-toggle {
  display: none;
}
.landing-page header .search-wrap {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
  top: 430px;
}
.landing-page header.show .search-wrap {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  transition: all 0.8s ease;
  color: #fff;
  background: var(--bs-primary);
  height: 100px !important;
  padding-top: 10px;
}
header .container {
  position: relative;
  z-index: 1;
}
header:before {
  content: "";
  height: 98px;
  width: 817px;
  background: url(../../images/line-header.webp);
  position: absolute;
  bottom: 0;
  right: 59%;
}
header .phone-box {
  float: left;
  color: var(--bs-secondary);
  margin-top: 32px;
}
header .phone-box span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin-left: 5px;
}
header .phone-box em {
  animation: pzv-phone-animation 1.2s ease-in-out 0s infinite normal none running;
}
header .search-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  opacity: 0;
  transform: scaleY(0) translateZ(0);
  transition: transform 0.3s, opacity 0.3s;
  direction: ltr;
  text-align: right;
}
header .search-wrap input {
  outline: 5px solid rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 0px;
  height: 50px;
  background: var(--bs-primary);
  color: white;
  font-weight: 300;
}
header .search-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search-wrap input:focus {
  border: none;
  background: var(--bs-primary);
  outline: 5px solid rgba(0, 0, 0, 0.4);
  color: white;
}
header .search-wrap input:hover {
  border: none;
  background: var(--bs-primary);
  outline: 5px solid rgba(0, 0, 0, 0.4);
  color: white;
}
header .search-wrap span {
  color: var(--bs-primary);
  font-size: 0.8rem;
  display: block;
  margin-top: 10px;
}
header .search-wrap.active {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
}
header .search-wrap i {
  font-size: 1.2rem;
  position: absolute;
  left: 65px;
  top: 13px;
}
header .search-wrap .search-box {
  position: relative;
  width: 410px;
  padding-left: 50px;
  direction: rtl;
  max-width: 100%;
}
header .search-wrap .search-toggle {
  cursor: pointer;
}
header .search-wrap .search-item-container {
  line-height: 35px;
  background: var(--bs-primary);
  margin-top: -30px;
  padding: 10px 20px;
  display: none;
}
header.fixed {
  top: -95px;
  background: rgba(0, 0, 0, 0.5);
}
header.fixed .header-top {
  /*height: 0; overflow: hidden; padding: 0;*/
}
header.fixed .header-top .phone-box {
  position: fixed;
  left: 0;
  top: 100vh;
}
header .nav-toggle-button {
  position: fixed;
  top: 40px;
  left: 9px;
  margin: 0;
  float: none;
  cursor: pointer;
  width: 39px;
  height: 36px;
  border-radius: 10px;
  background-color: var(--bs-secondary);
  padding: 7px 6px;
  display: none;
}
header .nav-toggle-button .toggle-button {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}
header .nav-toggle-button .toggle-button .icon {
  position: relative;
}
header .nav-toggle-button .toggle-button .icon .bar {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-primary);
  transition: all 0.2s ease-in-out;
  margin: 4px 0 0 auto;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-1 {
  width: 25px;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-2 {
  width: 25px;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-3 {
  width: 25px;
}
header .nav-toggle-button.open .icon .bar {
  margin: 6px 0 0 auto;
}
header .nav-toggle-button.open .icon .bar.i-1 {
  transform: translate(0, 4px) rotate(-45deg);
}
header .nav-toggle-button.open .icon .bar.i-2 {
  opacity: 0;
}
header .nav-toggle-button.open .icon .bar.i-3 {
  transform: translate(0, -11px) rotate(45deg);
}
header .header-logo {
  float: right;
}
header .menu {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  margin-right: 25px;
  margin-top: 40px;
}
header nav .navbar-collapse {
  padding: 0;
  position: relative;
}
header nav .level-1 {
  text-align: right;
  margin-top: 0;
  padding: 0;
}
header nav .level-1 > li {
  display: inline-block;
  cursor: pointer;
  float: none;
  padding: 0 10px;
  position: relative;
}
header nav .level-1 > li > a {
  position: relative;
  line-height: 20px;
  font-size: 1rem;
}
header nav .level-1 > li > a:hover {
  color: var(--bs-secondary);
}
header nav .level-1 > li > a:hover:after {
  right: 0;
  opacity: 1;
  top: -10px;
}
header nav .level-1 > li > a:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 100%;
  height: 2px;
  right: 0;
  z-index: 2;
  background: var(--bs-secondary);
  opacity: 0;
  transition: all 0.3s ease;
}
header nav .level-1 > li .caret {
  position: relative;
  left: 0;
  right: auto;
  top: 1px;
  border: 0;
  width: 13px;
  height: 10px;
  line-height: 12px;
  text-align: center;
  font-size: 0.9rem;
  z-index: 1;
}
header nav .level-1 > li .caret:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
}
header nav .level-1 > li.open .level-2 {
  display: block;
}
header nav .level-1 .level-2 {
  display: none;
  width: auto;
  padding: 0;
  line-height: 25px;
  border-radius: 0;
  top: 100%;
  background: #f1f1f1;
  box-shadow: unset;
  border: 0;
  position: absolute;
  top: 91%;
  min-width: 270px;
  font-size: 0.85rem;
  right: 0;
  left: 0;
  width: 1515px;
  margin: 0 auto;
  max-width: 100%;
}
header nav .level-1 .level-2 > li {
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
header nav .level-1 .level-2 > li a {
  padding: 7px 20px;
  display: block;
  color: #000;
}
header nav .level-1 .level-2 > li a:hover {
  color: var(--bs-secondary);
}
header nav .level-1 .level-2 > li .caret {
  position: absolute;
  left: 5px;
  right: auto;
  top: 12px;
  border: 0;
  width: 13px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  z-index: 1;
}
header nav .level-1 .level-2 > li .caret:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease;
}
header nav .level-1 .level-2 > li.open > a {
  background: var(--bs-secondary);
  color: #fff;
}
header nav .level-1 .level-2 > li.open ul.level-3 {
  display: block;
}
header nav .level-1 .level-2 > li.open ul.level-3 li {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dbdbdb;
}
header nav .level-1 .level-2 > li.open ul.level-3 li.open > a {
  color: #fff;
  background: var(--bs-secondary);
}
header nav .level-1 .level-2 > li.open ul.level-3 li.open > .caret:after {
  color: #fff;
}
header nav .level-1 .level-2 > li ul.level-3 {
  line-height: 25px;
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 270px;
  background: #f1f1f1;
  font-size: 0.85rem;
}

@keyframes pzv-phone-animation {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-25deg);
  }
  20%, 40% {
    transform: rotate(25deg);
  }
}
.open > .dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  header:before {
    right: auto;
    left: -440px;
  }
  header .nav-toggle-button {
    display: block !important;
  }
  header nav #bs-navbar {
    position: fixed;
    top: 100px;
    right: -100%;
    left: auto;
    width: 290px;
    height: auto !important;
    max-height: calc(100vh - 100px);
    overflow: scroll;
    transition: all 0.3s ease;
  }
  header nav #bs-navbar.navbar-collapse.open {
    right: 0;
    z-index: 11;
  }
  header nav .level-1 {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
  }
  header nav .level-1 > li {
    float: none;
    display: block;
    margin-left: 0px;
    padding: 0;
    line-height: 2;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
  }
  header nav .level-1 > li a {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-align: right;
    border-bottom: 1px solid #000;
    border-top: 1px solid #5d5d5d;
    background-color: #484848;
    padding: 15px 25px;
  }
  header nav .level-1 > li a:after {
    display: none;
  }
  header nav .level-1 > li .caret {
    position: absolute;
    top: 14px;
    left: 10px;
    float: left;
    right: auto;
  }
  header nav .level-1 > li .caret:after {
    color: #fff;
    content: "\f067";
  }
  header nav .level-1 > li:hover > a {
    color: #fff;
  }
  header nav .level-1 > li:hover > .caret:after {
    color: #fff;
  }
  header nav .level-1 > li.open > .caret:after {
    content: "\f068";
  }
  header nav .level-1 .level-2 {
    background-color: #000;
    padding: 0;
    border: 0;
    position: initial;
  }
  header nav .level-1 .level-2 > li {
    display: block;
    border: none;
  }
  header nav .level-1 .level-2 > li a {
    background: transparent;
    padding: 10px;
    line-height: 20px;
  }
  header nav .level-1 .level-2 > li a:hover {
    background: transparent;
    color: var(--bs-primary);
  }
  header nav .level-1 .level-2 > li a:focus {
    background: transparent;
    color: var(--bs-primary);
  }
  header nav .level-1 .level-3 > .caret {
    left: 10px;
  }
  header nav .level-1 .level-3 > .caret:after {
    content: "\f067";
    color: var(--bs-secondary);
  }
  header nav .level-1 .level-3 > .dropdown-menu {
    background-color: var(--bs-secondary);
  }
  header nav .level-1 .level-3 > .dropdown-menu li a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  header nav .level-1 .level-3:hover .dropdown-menu {
    display: none !important;
  }
  header nav .level-1 .dropdown-submenu.open .dropdown-menu {
    display: block !important;
  }
  header nav .level-1 .dropdown-submenu.open > .caret:after {
    content: "\f068";
  }
  header .phone-box {
    padding-left: 45px;
  }
}
@media (max-width: 767.5px) {
  .landing-page header .search-wrap {
    top: 315px;
  }
}
@media (max-width: 600px) {
  header {
    height: 75px !important;
  }
  header .header-logo img {
    width: 240px;
  }
  header .nav-toggle-button {
    top: 30px;
  }
  header nav #bs-navbar {
    top: 75px;
  }
  header .phone-box {
    margin-top: 22px;
  }
}
@media (max-width: 550px) {
  header .search-wrap .search-box {
    width: 350px;
    padding-left: 0;
    margin: 0 auto;
  }
  header .search-wrap i {
    left: 15px;
  }
}
@media (max-width: 500px) {
  header {
    height: 90px !important;
    padding-top: 0;
  }
  header:before {
    bottom: 53px;
  }
  header .header-logo {
    margin-top: 30px;
  }
  header .nav-toggle-button {
    top: 45px;
    left: 16px;
    width: 35px;
    height: 30px;
  }
  header .nav-toggle-button .toggle-button {
    padding: 5px;
  }
  header nav #bs-navbar {
    top: 90px;
  }
  header .phone-box {
    margin-top: 0;
    position: absolute;
    left: 20px;
    top: 0;
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  header {
    height: 90px !important;
    padding-top: 0;
  }
  header:before {
    display: none;
  }
  header .header-logo {
    margin-top: 37px;
  }
  header .header-logo img {
    width: 219px;
  }
  header .phone-box {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 20px;
    right: 0;
    text-align: left;
    background: #000;
  }
}
.inner-page footer .social {
  left: 0;
}
.inner-page footer .social a {
  transform: translateX(0);
  transition: all 0.3s ease !important;
}
.inner-page footer .social a:hover {
  width: 42px;
}

footer {
  padding: 45px 0 0 0;
  position: relative;
  color: #fff;
  background: url(../../Images/footer-bg.webp);
  background-attachment: fixed;
}
footer strong {
  font-size: 1.05rem;
}
footer .footer-item {
  display: block;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  font-weight: 300;
}
footer .footer-item:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--bs-secondary);
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
footer .footer-item:hover:before {
  background: var(--bs-secondary);
  margin-left: 10px;
}
footer img {
  margin-bottom: 20px;
}
footer .footer-phone strong {
  display: block;
  font-weight: 500;
}
footer .footer-phone a {
  font-size: 1.7rem;
  letter-spacing: 1px;
  font-weight: 500;
}
footer .footer-phone a span {
  font-weight: 300;
}
footer .contact-us {
  line-height: 35px;
}
footer .contact-us strong {
  font-weight: 500;
  margin-left: 10px;
}
footer .contact-us em {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 8px;
}
footer .contact-us .p-phone {
  transform: scale(0.8);
}
footer .contact-us p {
  font-weight: 300;
}
footer .menu-col {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
footer .footer-menu {
  position: relative;
}
footer .footer-bottom {
  padding: 15px 10px;
  position: relative;
  color: #999;
  border-top: 1px solid #666;
  font-size: 0.9rem;
  margin-top: 20px;
}
footer .footer-bottom .copy-right {
  display: inline-block;
}
footer .social {
  position: fixed;
  left: -50px;
  top: 30%;
  z-index: 10;
  direction: ltr;
  transition: all 0.3s ease;
}
footer .social a {
  display: block;
  width: 37px;
  height: 42px;
  background: var(--bs-primary);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0 16px 16px 0;
  margin-bottom: 1.5px;
  padding-right: 5px;
  transition: width 0.3s ease;
  transition: background 0.3s ease;
  transform: translateX(-42px);
}
footer .social a:nth-child(2) {
  transition: transform ease 0.3s 0.1s;
}
footer .social a:nth-child(3) {
  transition: transform ease 0.3s 0.2s;
}
footer .social a.back-top {
  background: var(--bs-secondary);
  transition: transform ease 0.3s 0.3s;
  font-size: 1.3rem;
  padding-top: 3px;
  cursor: pointer;
}
footer .social a:hover {
  background: var(--bs-secondary);
}
footer .social.show {
  left: 0;
}
footer .social.show a {
  transform: translateX(0);
}

@media (max-width: 767.5px) {
  footer .footer-bottom {
    font-size: 0.7rem;
  }
  footer .footer-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  footer .float-end {
    float: none !important;
  }
  footer .menu-col {
    width: 100%;
    display: block;
  }
}
body {
  direction: rtl;
  padding: 0;
  padding: 0;
  margin: 0;
  font-family: IranSansWeb;
  font-size: 1rem;
  position: relative;
  background-color: #fff;
  color: #252525;
  line-height: 2;
  font-weight: normal;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.breadcrumb-w {
  margin-top: 100px;
}

.no-scroll-bar {
  overflow: hidden;
}

p {
  margin: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: normal;
  line-height: inherit;
}

h1 {
  font-size: 1.3rem;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.sec-title {
  width: 111px;
  height: 115px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 65px;
}
.sec-title:before {
  content: "";
  width: 111px;
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/icons.png) 0px -48px;
}
.sec-title em {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 18px;
  font-size: 0.55rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--bs-secondary);
}
.sec-title strong {
  position: absolute;
  right: 0;
  left: 0;
  top: 32px;
  font-size: 1.5rem;
  font-weight: 500;
}

.inner-page .content-wrapper, .html-page .content-wrapper {
  padding: 50px 0;
  min-height: 300px;
  line-height: 2;
}
.inner-page .content-wrapper .main-title, .inner-page .content-wrapper h1, .html-page .content-wrapper .main-title, .html-page .content-wrapper h1 {
  color: var(--bs-primary);
  margin-bottom: 30px;
}
.inner-page .content-wrapper .page-content, .html-page .content-wrapper .page-content {
  margin-bottom: 30px;
  text-align: justify;
}
.inner-page .content-wrapper .page-content a, .html-page .content-wrapper .page-content a {
  color: var(--bs-primary);
}
.inner-page .content-wrapper h6, .inner-page .content-wrapper .h6, .inner-page .content-wrapper h5, .inner-page .content-wrapper .h5, .inner-page .content-wrapper h4, .inner-page .content-wrapper .h4, .inner-page .content-wrapper h3, .inner-page .content-wrapper .h3, .inner-page .content-wrapper h2, .inner-page .content-wrapper .h2, .inner-page .content-wrapper h1, .inner-page .content-wrapper .h1, .html-page .content-wrapper h6, .html-page .content-wrapper .h6, .html-page .content-wrapper h5, .html-page .content-wrapper .h5, .html-page .content-wrapper h4, .html-page .content-wrapper .h4, .html-page .content-wrapper h3, .html-page .content-wrapper .h3, .html-page .content-wrapper h2, .html-page .content-wrapper .h2, .html-page .content-wrapper h1, .html-page .content-wrapper .h1 {
  font-weight: 500;
}
.inner-page .content-wrapper ul, .inner-page .content-wrapper ol, .html-page .content-wrapper ul, .html-page .content-wrapper ol {
  padding-right: 30px;
}
.inner-page .content-wrapper ul li, .inner-page .content-wrapper ol li, .html-page .content-wrapper ul li, .html-page .content-wrapper ol li {
  margin-bottom: 5px;
}
.inner-page .content-wrapper .detail-dscp a, .html-page .content-wrapper .detail-dscp a {
  color: var(--bs-primary);
  font-weight: bold;
}

.read-more {
  position: relative;
  overflow: hidden;
  background: var(--bs-secondary);
  color: var(--bs-primary);
  height: 42px;
  min-width: 130px;
  border: 2px solid var(--bs-primary);
  line-height: 42px;
  display: inline-block;
  font-size: 0.85rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more:hover {
  min-width: 150px;
}

.read-more em {
  color: #fff;
  margin-left: 10px;
}

.error, .field-validation-error {
  color: red;
  display: block;
  font-size: 0.7rem;
}
.error > span, .field-validation-error > span {
  display: block;
  margin-top: 5px;
}

.p-icon {
  display: inline-block;
  background: url(../../images/icons.png);
}

.p-location {
  background-position: -70px -11px;
}

.p-postal {
  background-position: 1px -25px;
}

.p-phone {
  background-position: -7px -12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.p-email {
  background-position: -97px -10px;
}

.p-search {
  background-position: -40px -12px;
  width: 20px;
  height: 20px;
}

/*faq component */
.faq-section {
  background: #ffffff;
  padding: 0;
  margin-top: 30px;
}
.faq-section .content-title {
  display: block;
  background: #585858;
  color: white;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.faq-section .card {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  border-radius: 0;
}
.faq-section .card .card-header {
  padding: 5px 0;
  cursor: pointer;
}
.faq-section .card .card-header h3 {
  padding: 5px 15px;
  margin: 0;
}
.faq-section .card .card-header h3 i {
  color: var(--bs-primary);
  margin-right: 15px;
  vertical-align: middle;
  font-size: 18px;
  float: left;
  line-height: 2;
}
.faq-section .card .card-header h3:not(.collapsed) i:before {
  content: "\f068";
}
.faq-section .card .card-body {
  background: white;
  display: block;
  text-align: justify;
}

.v-toast-container {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 99999;
}
.v-toast-container .v-toast {
  z-index: 100;
  overflow: hidden;
  transition: 0.5s all;
  cursor: pointer;
  min-width: 350px;
  text-align: center;
  color: black;
  background-color: #effcf9 !important;
  font-size: 16px;
  opacity: 0.5;
  box-shadow: 0 2px 9px #cbcbcb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.v-toast-container .v-toast .toast-header {
  height: 5px;
  width: 100%;
  background: #ddd;
  position: relative;
}
.v-toast-container .v-toast .toast-header .timing {
  position: absolute;
  left: 0;
  right: 0;
  background: #88e4cf;
  height: 5px;
  top: 0;
  width: 100%;
}
.v-toast-container .v-toast .toast-header .timing.toast-header-error {
  background: #e4888c;
}
.v-toast-container .v-toast.toast-erorr {
  background: #fcefef !important;
}
.v-toast-container .v-toast p {
  margin: 0;
  vertical-align: middle;
  padding: 5px 30px;
}
.v-toast-container .v-toast.show-toast {
  opacity: 1;
}

[type=tel], [type=url], [type=email], [type=number] {
  direction: rtl;
}

.custom-input p.text-danger {
  margin: 0;
  padding-right: 10px;
}
.custom-input .form-group {
  margin-bottom: 5px;
}

.status-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 0.6em 0.3em;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0 0.25rem 0.25rem 0;
}

/*.like { cursor: pointer;

	&:before { content: '\f004'; font-family: "Font Awesome 5 Free"; font-weight: normal; }

	&.liked {
		&:before { font-weight: bold; color: red; }
	}
}*/
.owl-carousel {
  display: block;
}

/***MultiSelect****/
.multiselect {
  direction: rtl !important;
  text-align: right !important;
}
.multiselect .multiselect__select {
  left: 1px;
  right: auto;
}
.multiselect .multiselect__select:before {
  top: 80%;
}
.multiselect .multiselect__tags {
  padding: 8px 8px 8px 28px;
  height: 38px;
}
.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  white-space: normal;
}

.multiselect__option--highlight {
  background: var(--bs-primary);
  color: white;
}

.size-100 {
  font-size: 1rem;
}

.size-80 {
  font-size: 0.8rem;
}

.line-bar-container {
  background: #efefef;
  height: 8px;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px 0 0;
}
.line-bar-container .line-bar {
  background: var(--bs-primary);
  width: 0;
  height: 100%;
  display: block;
  transition: 1s width;
}

.share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

[v-cloak] {
  display: none;
}

.modal-backdrop.show {
  z-index: 100 !important;
}

.form-group {
  margin-bottom: 15px;
}

.btn-block {
  display: block;
  width: 100%;
}

.float-button {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 4;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.w-20 {
  width: 20% !important;
}

.col-b-15 {
  flex: 0 0 15%;
}

.col-b-20 {
  flex: 0 0 20%;
}

.col-b-25 {
  flex: 0 0 25%;
}

.col-b-50 {
  flex: 0 0 50%;
}

.col-b-75 {
  flex: 0 0 75%;
}

.pb-6 {
  padding-bottom: 4.5rem;
}

.loading-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.loading-container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  background: white;
  padding: 40px 10px;
  border-radius: 10px;
}
.loading-container .loading img {
  margin: 0 auto;
  width: 70%;
}
.loading-container .loading img:last-child {
  width: 80px;
}

.profile .dropdown-menu {
  font-size: 0.9rem;
}

.vue-uploader .progres-bar-container {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  margin: 10px 0;
}
.vue-uploader .progres-bar-container .progres-bar {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
  padding: 0.01em 16px;
  text-align: center !important;
}

.text-ellipsis--2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3 !important;
}

.flex-grow-4 {
  flex-grow: 4 !important;
}

.ltr {
  direction: ltr;
}

.lg-container.lg-show {
  direction: ltr;
}

.form-check-input:disabled {
  background: #dddddd;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

* a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

*:focus, *:visited, *:active {
  outline: none;
  text-decoration: none;
}

a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.mw-90 {
  min-width: 90%;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.custom-radio-gp {
  margin: 10px 0;
}
.custom-radio-gp .title {
  font-weight: bold !important;
}
.custom-radio-gp .custom-radio, .custom-radio-gp .custom-checkbox {
  padding-right: 20px;
  margin: 10px 0;
}

.label-success {
  background-color: var(--bs-sucess);
  color: black;
}

.label-danger {
  background-color: var(--bs-danger);
}

#toTop {
  position: fixed;
  bottom: 90px;
  z-index: 100;
  right: -30px;
  opacity: 0;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: scale(1.1);
}
#toTop .to-top {
  background: url(../../images/icons.png) -47px -140px;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
}
#toTop .rotate-icon {
  background: url(../../images/icons.png) 0px -136px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
#toTop.fixed {
  right: 30px;
  opacity: 1;
}

.sticky {
  position: sticky;
  z-index: 2;
}

.rate .br-widget {
  height: 23px;
  white-space: nowrap;
}
.rate .br-widget a {
  text-decoration: none;
  height: 19px;
  width: 19px;
  float: left;
  font-size: 23px;
  /* margin-right: 5px;*/
  background: url("../images/star.png") no-repeat;
}
.rate .br-widget a.br-active, .rate .br-widget a.br-selected {
  background: url("../images/star-hover.png") no-repeat;
}
.rate .br-widget .br-current-rating {
  display: none;
}
.rate .br-readonly a {
  cursor: default;
}

.alert-modal-container {
  position: fixed;
  left: 30px;
  bottom: 80px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px #c3c3c3;
  background: white;
  z-index: 100;
  border-radius: 2px;
  font-size: 0.9rem;
}
.alert-modal-container .modal-content {
  line-height: 2;
}
.alert-modal-container .modal-content .modal-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px;
  background: var(--bs-primary);
  color: white;
}
.alert-modal-container .modal-content .modal-header .alert-close-btn {
  font-size: 1.2rem;
}
.alert-modal-container .modal-content .modal-body {
  padding: 10px;
}

.br-theme-poll .br-widget {
  white-space: nowrap;
  display: inline-block;
}
.br-theme-poll .br-widget a {
  display: inline-block;
  width: 55px;
  height: 12px;
  background-color: #b3eaee;
  margin: 1px;
}
.br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
  background-color: #60d3db;
}
.br-theme-poll .br-widget .br-current-rating {
  text-align: center;
  font-weight: 600;
  display: block;
  color: #27a5ae;
  font-weight: 400;
  min-height: 34px;
}
.br-theme-poll .br-readonly a {
  cursor: default;
}
.br-theme-poll .br-readonly a.br-active, .br-theme-poll .br-readonly a.br-selected {
  background-color: #81dce3;
}
.br-theme-poll .br-readonly .br-current-rating {
  color: #36c7d2;
}

.more-content-btn {
  color: var(--bs-primary);
  cursor: pointer;
  margin: 10px 0;
}
.more-content-btn:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: sub;
  margin-right: 2px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tooltip-left {
  position: relative;
}
.tooltip-left .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #8f8f8f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: calc(100% + 5px);
  font-size: 0.7rem;
}
.tooltip-left .tooltiptext:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #8f8f8f transparent transparent;
}
.tooltip-left:hover .tooltiptext {
  visibility: visible;
}

.share-box-modal {
  cursor: pointer;
}
.share-box-modal:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#shareModal .links .btn {
  margin: 5px;
}
#shareModal .links .btn i {
  vertical-align: middle;
}
#shareModal .links .facebook {
  background: #4267B2;
  color: white;
}
#shareModal .links .twitter {
  background: #1DA1F2;
  color: white;
}
#shareModal .links .linkedin {
  background: #0077b5;
  color: white;
}
#shareModal .links .telegram {
  background: #229ED9;
  color: white;
}
#shareModal .links .whatsapp {
  background: #128C7E;
  color: white;
}

.modal-dialog .close {
  background: white;
  border: none;
  font-size: 1.4rem;
}

@media (max-width: 991.5px) {
  .read-more {
    font-size: 0.9rem;
    line-height: 45px;
    width: 240px;
    height: 45px;
  }

  .content-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .tooltip-left .tooltiptext {
    display: none;
  }

  .wow {
    animation: none !important;
    animation-delay: inherit !important;
    visibility: visible !important;
  }

  .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .inner-page .content-wrapper, .html-page .content-wrapper {
    padding: 30px 0;
  }

  h2 {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1rem;
  }

  .sec-title {
    margin-bottom: 10px;
    transform: scale(0.8);
  }
}
@media print {
  .br-theme-poll .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    box-sizing: border-box;
  }
  .br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-poll .br-widget .br-current-rating {
    color: black;
  }
}
@media print {
  .br-theme-css-stars .br-widget a {
    background: url("/images/star.png") no-repeat;
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active,
.br-theme-css-stars .br-widget a.br-selected {
    background: url("/images/star-hover.png") no-repeat;
    color: black;
  }
}
/*# sourceMappingURL=page-layout-rtl.css.map */
