.breadcrumb-w {
  background: #f5f5f5;
}

.sitemap {
  list-style: none;
  line-height: 2rem;
  display: inline-block;
  font-weight: 300;
  color: gray;
  font-weight: 500;
}
.sitemap a {
  color: gray;
}
.sitemap > li {
  display: inline-block;
}
.sitemap > li:after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.sitemap > li:last-child {
  color: var(--bs-primary);
}
.sitemap > li:last-child a {
  color: var(--bs-primary);
}
.sitemap > li:last-child:after {
  display: none;
}

@media (max-width: 480px) {
  .sitemap {
    line-height: 3.5rem;
  }
}
.blog-item {
  box-shadow: 0 0px 5px 0px #cecece;
}
.blog-item .img-wrap {
  display: block;
  overflow: hidden;
}
.blog-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.blog-item .txt-wrap {
  text-align: right;
  padding: 15px;
  background: white;
}
.blog-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.blog-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date .view {
  display: inline-block;
  margin-left: 10px;
}
.blog-item .txt-wrap .view-date .view span {
  margin-right: 2px;
}
.blog-item .txt-wrap .view-date .date {
  display: inline-block;
}
.blog-item .txt-wrap .view-date .date span {
  margin-right: 2px;
}
.blog-item .txt-wrap .more-btn {
  display: inline-block;
  float: left;
}
.blog-item:hover .img-wrap img {
  transform: scale(1.05);
}

.blog.detail .detail-page {
  line-height: 2;
  font-size: 1rem;
  text-align: justify;
}
.blog.detail .detail-page .detail-header .rate {
  margin-top: 22px;
}
.blog.detail .detail-page .detail-img img, .blog.detail .detail-page .detail-dscp img {
  width: 100%;
  margin: 20px 0px;
}
.blog.detail .detail-page .detail-info {
  color: gray;
}
.blog.detail .like {
  cursor: pointer;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
  font-size: 1rem;
}
.blog.detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.blog.detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.blog.detail .share-btn {
  float: left;
  margin-top: 6px;
  margin-right: 20px;
  font-size: 1rem;
}
.blog.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/*@import './styles-rtl/podcast.scss';*/
/*@import './styles-rtl/stuff.scss';*/
/*@import './styles-rtl/faq.scss';*/
/*@import './styles-rtl/tag.scss';*/
.pagination {
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.pagination .next {
  display: inline;
  border: none;
}
.pagination .next a {
  font-size: 0.9rem;
}
.pagination .next a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination .prev {
  display: inline;
  border: none;
}
.pagination .prev a {
  font-size: 0.9rem;
}
.pagination .prev a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination li {
  display: inline-block;
  border-bottom: 2px solid #ededed;
  margin: 0 2px;
}
.pagination li a {
  color: #444444;
  border: none;
  line-height: 1.2em;
  border-radius: 0;
  background: transparent;
  padding: 8px !important;
}
.pagination li a:hover, .pagination li a:focus {
  background: transparent;
}
.pagination li.active {
  /*border-bottom: 2px solid var(--bs-primary);*/
}
.pagination li.active a {
  background: none;
  color: var(--bs-primary);
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.pagination li.active a:hover {
  background: none;
  color: inherit;
}
.pagination li span {
  padding: 8px !important;
}
.pagination .disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .disabled span {
  background-color: transparent;
}
.pagination .disabled span:hover {
  background-color: transparent;
}
.pagination .disabled span:focus {
  background-color: transparent;
}
.pagination .disabled a {
  background-color: transparent;
}
.pagination .disabled a:hover {
  background-color: transparent;
}
.pagination .disabled a:focus {
  background-color: transparent;
}

/*****Shared**********/
/********Contact-Us**********/
.contact-us .form-control, .contact-us .form-select {
  line-height: 2.5;
}
.contact-us label {
  margin-bottom: 5px;
}
.contact-us .alert {
  text-align: center;
}
.contact-us .captcha-box {
  text-align: left;
}
.contact-us .captcha-box input {
  display: inline-block;
  width: auto;
}
.contact-us .captcha-box img {
  height: 43px;
  border-radius: 7px;
}
.contact-us .submit {
  text-align: left;
}
.contact-us .submit input[type=submit] {
  color: white;
  background: var(--bs-secondary);
  padding: 5px 10px;
}

.article-item {
  box-shadow: 0 0px 5px 0px #cecece;
}
.article-item .img-wrap {
  display: block;
  overflow: hidden;
}
.article-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.article-item .txt-wrap {
  text-align: right;
  padding: 15px;
  background: white;
}
.article-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.article-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.article-item .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.article-item .txt-wrap .view-date .view {
  display: inline-block;
  margin-left: 10px;
}
.article-item .txt-wrap .view-date .view span {
  margin-right: 2px;
}
.article-item .txt-wrap .view-date .date {
  display: inline-block;
}
.article-item .txt-wrap .view-date .date span {
  margin-right: 2px;
}
.article-item .txt-wrap .more-btn {
  display: inline-block;
  float: left;
}
.article-item:hover .img-wrap img {
  transform: scale(1.05);
}

.article.detail .like {
  cursor: pointer;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
  font-size: 1rem;
}
.article.detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.article.detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.article.detail .share-btn {
  float: left;
  margin-top: 6px;
  margin-right: 20px;
  font-size: 1rem;
}
.article.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.news-item .img-wrap {
  display: block;
  overflow: hidden;
}
.news-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.news-item .content-container {
  text-align: start;
  padding: 15px;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.news-item .content-container h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-item .content-container p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.news-item .content-container .news-info {
  display: flex;
  margin-top: 5px;
  color: #7d7d87;
  gap: 10px;
  align-items: center;
}
.news-item .content-container .news-info .view {
  flex: 0 0 auto;
}
.news-item .content-container .news-info .view span {
  margin-right: 2px;
}
.news-item .content-container .news-info .date {
  flex: 1;
}
.news-item .content-container .news-info .date span {
  margin-right: 2px;
}
.news-item .content-container .news-info .more-btn {
  display: inline-block;
  padding: 10px;
}
.news-item:hover .img-wrap img {
  transform: scale(1.05);
}

.news.detail .news-detail video {
  width: 100%;
  margin: 10px 0;
}
.news.detail .news-detail .detail-header h1 {
  font-size: 3rem;
  color: var(--bs-secondary);
  margin-bottom: 15px;
  font-weight: bold;
}
.news.detail .news-detail .detail-header .rate {
  float: left;
  margin-top: 10px;
}
.news.detail .news-detail > .img-container {
  float: left;
  padding: 0 40px 0 0;
  width: 50%;
  text-align: start;
}
.news.detail .news-detail > .img-container .detail-img {
  position: relative;
}
.news.detail .news-detail > .img-container .detail-img > img {
  width: 100%;
  border-radius: 20px;
}
.news.detail .news-detail .detail-gallery {
  position: absolute;
  border-radius: 0 0 20px 20px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.news.detail .news-detail .detail-gallery .news-gallery-box {
  width: -moz-max-content;
  width: max-content;
}
.news.detail .news-detail .detail-gallery .news-gallery-box > div {
  display: inline-block;
  vertical-align: top;
}
.news.detail .news-detail .detail-info {
  background: gray;
  min-height: 33px;
  line-height: 33px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 40px;
}
.news.detail .news-detail .detail-dscp {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 2;
}
.news.detail .news-detail .like {
  cursor: pointer;
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.news.detail .news-detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.news.detail .news-detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.news.detail .news-detail .share-btn {
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.news.detail .news-detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

@media (max-width: 1200px) {
  .news.detail .news-detail .img-container {
    padding: 0;
    float: unset;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .news.detail .news-detail {
    padding: 0;
  }
}
/*****Shared**********/
.gallery .gallery-list .gallery-item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
.gallery .gallery-list .gallery-item .img-wrap {
  text-align: center;
  padding: 15px;
}
.gallery .gallery-list .gallery-item .img-wrap a {
  overflow: hidden;
}
.gallery .gallery-list .gallery-item .img-wrap a img {
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
.gallery .gallery-list .gallery-item .txt-wrap {
  position: relative;
  padding: 15px 15px 15px;
}
.gallery .gallery-list .gallery-item .txt-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 245px;
  height: 2px;
  margin: 0 auto;
  background-color: #e5e5e5;
}
.gallery .gallery-list .gallery-item .txt-wrap h2 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.gallery .gallery-list .gallery-item .txt-wrap p {
  display: block;
  font-size: 15px;
  margin: 0;
}
.gallery .gallery-list .gallery-item:hover .img-wrap a img {
  transform: scale(1.05);
}
.gallery .gallery-list .gallery-item:hover .txt-wrap h2 a {
  color: var(--bs-primary);
}
.gallery .gallery-list .gallery-item:hover .more-link a {
  padding: 0 50px;
}
.gallery .gallery-list .gallery-item .more-btn {
  line-height: 38px;
  color: #fff;
  background-color: var(--bs-primary);
  padding: 5px 25px;
  border-radius: 5px;
}
.gallery .gallery-list .gallery-item .more-btn:hover {
  padding: 5px 50px;
}

.gallery-container #gallery-thumbnails .image-thumbnail {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  max-height: 100%;
  transition: 0.3s all;
}
.gallery-container #gallery-thumbnails .image-thumbnail:hover {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}
.gallery-container #gallery-thumbnails .image-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.gallery-container .lg-outer .lg-inner {
  direction: ltr;
}
.gallery-container .main-title {
  color: var(--bs-primary);
}
.gallery-container .main-title .border {
  border-bottom: 2px solid var(--bs-primary);
  display: block;
  margin: 20px 0;
  width: 50%;
}

.inline-gallery-container {
  direction: ltr;
  width: 100%;
  padding-bottom: 65%;
  margin: 30px auto;
  display: none;
}

.carousel-container {
  direction: ltr;
}
.carousel-container .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-container .title {
  text-align: center;
  font-weight: bold;
  direction: rtl;
}
.carousel-container .description {
  direction: rtl;
}
.carousel-container .price {
  font-size: 1rem;
  direction: rtl;
  text-align: left;
}
.carousel-container .owl-carousel {
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
.carousel-container .owl-carousel .owl-nav {
  position: absolute;
  right: 10px;
  left: 10px;
  top: calc(50% - 20px);
  color: var(--bs-primary);
}
.carousel-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.carousel-container .owl-carousel .owl-nav .owl-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease;
  font-size: 1.5em;
}
.carousel-container .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.05);
}
.carousel-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.carousel-container .owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease;
  font-size: 1.5em;
}
.carousel-container .owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1.05);
}
.carousel-container .owl-carousel .owl-dots {
  position: absolute;
  right: 45px;
  bottom: 10px;
  left: auto;
  display: none;
}
.carousel-container .owl-carousel .owl-dots .owl-dot {
  border-radius: var(--border-radius);
  padding: 0;
  transition: 0.3s all;
}
.carousel-container .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bs-primary);
  width: 30px;
}
.carousel-container .owl-carousel.full-screen-carousel {
  /*margin: 0 !important; padding: 0;*/
}
.carousel-container .owl-carousel.full-screen-carousel .owl-dots {
  display: block;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav {
  position: absolute;
  right: 70px;
  bottom: 30px;
  left: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-next {
  left: 10px;
  right: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-prev {
  right: 0;
  left: auto;
}
.carousel-container .owl-item.active .item:before {
  animation: bannerArrow;
  animation-duration: 7s;
}

.swiper-wrapper .swiper-slide img {
  width: 100%;
}

/*@import './styles-rtl/cart.scss';*/
/*@import './styles-rtl/cart-submit.scss';*/
/*@import './styles-rtl/invoice.scss';*/
.page-login {
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 100px;
  /*#sign-up { max-width: 900px; margin: 50px auto; }*/
}
.page-login .main-title {
  margin-bottom: 30px;
}
.page-login .custom-tab-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
}
.page-login .custom-tab-container .tab-item {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  flex: 1;
  transition: 0.3s all;
}
.page-login .custom-tab-container .tab-item.active {
  flex: 3;
  color: white;
  background: var(--bs-primary);
  border-radius: 5px;
}
.page-login #loginPage {
  width: 100%;
}
.page-login .form-container {
  padding: 10px;
  background: white;
  box-shadow: 0 3px 4px gainsboro;
  border-radius: 5px;
  border: 1px solid gainsboro;
  max-width: 500px;
  margin: 50px auto;
}
.page-login .main-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

/*@import './styles-rtl/user-panel.scss';*/
/*@import './styles-rtl/video.scss';*/
.html-page .main-title, .html-page h1 {
  color: var(--bs-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.html-page .page-content {
  text-align: justify;
}
.html-page .page-content a {
  color: var(--bs-primary);
}
.html-page .catalogue-download {
  background-color: var(--bs-primary);
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.html-page .catalogue-download a {
  display: block;
  font-size: 1rem;
  color: #fff !important;
}
.html-page .page-content {
  background: white;
  line-height: 2;
}
.html-page .page-content .rate {
  float: left;
  margin-top: 12px;
}
.html-page .page-content .sub-menu-item {
  margin-bottom: 15px;
}
.html-page .page-content .sub-menu-item .img-container {
  text-align: center;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  display: block;
}
.html-page .page-content .sub-menu-item .img-container img {
  transform: scale(1) rotate(0);
  transition: 0.3s all;
}
.html-page .page-content .sub-menu-item .title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
.html-page .page-content .sub-menu-item:hover img {
  transform: scale(1.1) rotate(2deg);
}
.html-page .page-content table td a {
  color: white;
  display: block;
}
.html-page .page-content ul.sub-menu-item-container {
  flex-direction: column;
}
.html-page .page-content ul.sub-menu-item-container a {
  color: var(--bs-primary);
}
.html-page .page-content .content .dscp {
  color: var(--bs-secondary);
}
.html-page .page-content .content .img-container {
  float: left;
  margin: 0 40px 40px 0;
}
.html-page .flex-1 {
  flex: 1;
}

@media (max-width: 1200px) {
  .html-page .page-content .content .img-container {
    float: unset;
    margin: 0 0 40px 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .html-page .flex-1 {
    flex: 0 0 100%;
  }
}
.list.photo .photo-page-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.list.photo .photo-page-container .main-title, .list.photo .photo-page-container h1 {
  color: var(--bs-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.list.photo .photo-page-container #gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item {
  flex: 1 0 24%;
  text-align: center;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item .title {
  text-align: center;
  pointer-events: none;
  margin: 2px 0;
  font-weight: 500;
  font-size: 1rem;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item .play {
  width: auto;
  height: auto;
  right: 30px;
  left: 30px;
  bottom: 75px;
  top: 30px;
  border: 1px solid white;
  background: transparent;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item:hover .play {
  right: 10px;
  left: 10px;
  bottom: 45px;
  top: 10px;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item img {
  border: 1px solid #e1e1e1;
}

@media (max-width: 992px) {
  .list.photo .photo-page-container #gallery-thumbnails .gallery-item {
    flex: 1 0 32%;
  }
}
@media (max-width: 768px) {
  .list.photo .photo-page-container #gallery-thumbnails .gallery-item {
    flex: 1 0 47%;
  }
}
/*@import './styles-rtl/form.scss';*/
.link.list .work-fields {
  display: flex;
  flex-wrap: wrap;
  row-gap: 100px;
}
.link.list .work-fields .grid-item {
  position: relative;
  flex: 33.3%;
  text-align: center;
}
.link.list .work-fields .grid-item .content-container {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: black;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s all;
}
.link.list .work-fields .grid-item .content-container img {
  filter: brightness(0) invert(0);
  transition: 0.3s all;
}
.link.list .work-fields .grid-item .content-container .title {
  margin-top: 5px;
}

/*@import './styles-rtl/direct-payment.scss';*/
/*****Shared**********/
/********Project**********/
.project.list .project-item {
  display: inline-block;
}
.project.list .project-item .image-container {
  position: relative;
}
.project.list .project-item .image-container img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.project.list .project-item .image-container .status {
  position: absolute;
  bottom: 0;
  color: white;
  background: var(--bs-primary);
  padding: 5px 10px;
  pointer-events: none;
}
.project.list .project-item .content-container {
  background: white;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: right;
  max-width: 374px;
}
.project.detail .primary-text {
  color: var(--bs-primary);
  font-weight: bold;
}
.project.detail .secondary-text {
  color: var(--bs-secondary);
}
.project.detail .flex-1 {
  flex: 1;
}
.project.detail .flex-2 {
  flex: 2;
}
.project.detail #gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  gap: 50px;
  padding: 0 106px;
}
.project.detail #gallery-thumbnails .gallery-item {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
  border: 1px solid #e4e4e4;
  padding: 10px;
  text-align: center;
}
.project.detail #gallery-thumbnails .gallery-item:hover {
  box-shadow: -6px 6px 14px 0 #b5b5b5;
}
.project.detail #gallery-thumbnails .image-thumbnail {
  flex: 0 0 30%;
  margin: 0 10px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  max-height: 100%;
  transition: 0.3s all;
}
.project.detail #gallery-thumbnails .image-thumbnail:hover {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}
.project.detail #gallery-thumbnails .image-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  height: 100%;
}
.project.detail .project-body {
  padding: 0 106px;
  flex-wrap: wrap;
}
.project.detail .project-body .dscp {
  text-align: justify;
  line-height: 2;
}
.project.detail .project-body .dscp table {
  width: 50%;
  font-size: 1.4rem;
  text-align: start;
}
.project.detail .project-body .dscp table tr th, .project.detail .project-body .dscp table tr td {
  padding: 5px;
  vertical-align: middle;
}
.project.detail .project-body .img-container {
  float: left;
  padding: 0 40px 40px 0;
  width: 50%;
  text-align: center;
}
.project.detail .project-body .img-container img {
  border-radius: 20px;
}
.project.detail .project-header {
  padding: 0 106px 0 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.project.detail h2 {
  color: white;
  background: var(--bs-secondary);
  font-size: 2.5rem;
  font-weight: normal;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 20px;
  margin: 0;
}
.project.detail .information-box {
  padding: 20px 40px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  background: #f2f2f2;
  border-bottom: 6px solid var(--bs-secondary);
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.project.detail .information-box .item {
  flex: 1;
}
.project.detail .information-box .item p:first-child {
  position: relative;
}
.project.detail .information-box .item p:first-child:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: red;
  border-radius: 50%;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.project.category .work-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.project.category .work-fields .grid-item {
  position: relative;
  flex: 1;
  text-align: center;
}
.project.category .work-fields .grid-item .content-container {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: black;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s all;
}
.project.category .work-fields .grid-item .content-container img {
  filter: brightness(0) invert(0);
  transition: 0.3s all;
}
.project.category .work-fields .grid-item .content-container .title {
  margin-top: 5px;
}
.project.category h2 {
  margin-bottom: 100px;
  text-align: center;
}
.project .filter-container {
  display: flex;
  margin-bottom: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  flex-wrap: wrap;
}
.project .filter-container .filter-item label {
  margin-bottom: 10px;
}
.project .filter-container .filter-item .dropdown-toggle {
  width: 200px;
  padding: 5px 10px;
  position: relative;
  text-align: right;
}
.project .filter-container .filter-item .dropdown-toggle:after {
  margin-right: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: unset;
}
.project .filter-container .filter-item .dropdown-menu {
  width: 200px;
}
.project .filter-container .filter-item .dropdown-menu li {
  padding: 5px 10px;
  transition: 0.3s all;
}
.project .filter-container .filter-item .dropdown-menu li:hover {
  background: var(--bs-secondary);
  color: white;
}

@media (max-width: 1600px) {
  .project.category .work-fields .grid-item .content-container {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .project.category .work-fields .grid-item .content-container .title-img {
    height: 40px;
    width: 40px;
  }
  .project.category .work-fields .grid-item .content-container .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .project.detail .project-body .img-container {
    float: unset;
    padding: 0;
    width: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .project.detail .project-body .dscp table {
    width: 100%;
  }
  .project.detail .flex-1 {
    flex: 0 0 100%;
  }
  .project.detail .flex-2 {
    flex: 0 0 100%;
  }
  .project.detail .project-header {
    padding: 0 106px;
  }
  .project.detail .information-box {
    border-radius: 20px;
  }
  .project.category .work-fields {
    gap: 30px;
    row-gap: 100px;
  }
  .project.category .work-fields .grid-item {
    flex: 0 0 30%;
  }
}
@media (max-width: 992px) {
  .project.detail .information-box {
    row-gap: 30px;
  }
  .project.detail .information-box .item {
    flex: 0 0 50%;
  }
  .project.detail #gallery-thumbnails {
    margin-top: 40px;
  }
  .project.detail #gallery-thumbnails .gallery-item {
    flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  .project.detail .information-box .item {
    flex: 0 0 100%;
    text-align: right !important;
  }
  .project.detail .project-header, .project.detail .project-body, .project.detail #gallery-thumbnails {
    padding: 0 53px;
  }
  .project.category .work-fields {
    display: flex;
    flex-wrap: wrap;
    row-gap: 100px;
  }
  .project.category .work-fields .grid-item {
    flex: 0 0 45%;
  }
  .project .filter-container {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .project .filter-container .filter-item {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .project.detail #gallery-thumbnails .gallery-item {
    flex: 0 0 100%;
  }
  .project.detail .project-header, .project.detail .project-body, .project.detail #gallery-thumbnails {
    padding: 0 24px;
  }
  .project.category .work-fields {
    display: flex;
    flex-wrap: wrap;
    row-gap: 100px;
    gap: 70px 30px;
  }
  .project.category .work-fields .grid-item {
    flex: 0 0 45%;
  }
  .project.category .work-fields .grid-item .content-container {
    width: 100px;
    height: 100px;
  }
}
/*@import './styles-rtl/agency.scss';*/
/*@import './styles-rtl/ebook.scss';*/
/*@import './styles-rtl/service.scss';*/
.error-page .content {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  font-family: var(--f-secondary);
}
.error-page .content .img-container {
  margin-bottom: 3rem;
}
.error-page .content .search-wrap {
  position: relative;
  text-align: left;
}
.error-page .content .search-wrap .search-box {
  position: relative;
  display: inline-block;
}
.error-page .content .search-wrap .search-box input {
  background: white;
  border-radius: 25px;
}
.error-page .content .search-wrap .search-box input.form-control {
  height: 35px;
  border: 1px solid #3DCCC9;
  padding: 0 40px 0 0;
  font-size: 13px;
}
.error-page .content .search-wrap .search-box .search {
  position: absolute;
  top: 8px;
  right: 12px;
  display: inline-block;
}
.error-page .content .search-wrap .search-box .search .fa-search {
  color: #526073;
}
.error-page .content .search-wrap .search-box .search::after {
  content: "";
  border-left: 1px solid #ADEEED;
  padding-right: 7px;
  padding-top: 1px;
}
.error-page .content .search-wrap .search-item-container {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 5px;
  background: white;
  text-align: right;
  max-height: 250px;
  overflow: auto;
}
.error-page .content .search-wrap .search-item-container .search-item {
  background: white;
  padding: 5px 15px;
}
.error-page .content .search-wrap .search-item-container .search-item:nth-child(2n+1) {
  background: #eee;
}
.error-page .content .search-wrap .search-item-container .search-item:hover {
  background: var(--bs-primary);
  color: white;
}
.error-page .content .search-wrap.search-fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #a3a2a2b3;
  display: flex;
  justify-content: center;
  transition: 0.5s all;
}

#iraqMap {
  position: relative;
}
#iraqMap path {
  fill: #f9f9f9;
  opacity: 0.3;
  stroke: #bfbed1;
  stroke-width: 2px;
}
#iraqMap path.has-value {
  fill: var(--bs-primary);
  opacity: 0.4 !important;
}
#iraqMap path:hover {
  fill: var(--bs-primary);
  opacity: 0.8 !important;
}
#iraqMap path.active {
  fill: var(--bs-primary);
  opacity: 0.8 !important;
}
#iraqMap .list {
  display: none;
}
#iraqMap .show-title {
  position: absolute;
  z-index: 2;
  background: black;
  color: white;
  font-size: 1.5rem;
  padding: 1px 4px;
  border-radius: 2px;
  line-height: 1.2;
}

#IranMap .map {
  float: inherit;
  width: auto;
}
#IranMap .map .province path {
  fill: #f9f9f9;
}
#IranMap .map .province path.has-value {
  fill: var(--bs-primary) !important;
  opacity: 0.4;
}
#IranMap .map .province path.active {
  fill: var(--bs-primary) !important;
  opacity: 1;
}
#IranMap svg {
  height: auto !important;
  width: auto !important;
}
#IranMap .list li ul li a.active {
  border: none;
  background: linear-gradient(72deg, #d5f6ff -3%, rgba(181, 236, 252, 0.91) 23%, rgba(9, 182, 235, 0.4) 113%);
}
#IranMap .list {
  float: initial;
  width: auto;
  margin-top: 40px;
}
#IranMap .list li ul li {
  display: inline-block;
  float: inherit;
  width: auto;
}
#IranMap .list li ul li a {
  border: solid 1.5px var(--bs-primary);
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 5px 15px;
  cursor: pointer;
  background: white;
  color: #555;
  font-size: 1.8rem;
  line-height: 1.5;
}
#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
  color: white;
}
#IranMap .fixed-title {
  position: absolute;
  background-color: #be007d;
  color: #ffffff;
  margin: 0 !important;
  padding: 5px 10px;
  text-align: center;
  line-height: 26px;
  border-radius: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 15px;
  font-size: 2.4rem;
}
#IranMap .fixed-title:after {
  content: "";
  background: #be007d;
  height: 50px;
  width: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  border-radius: 25px;
}

#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover {
  fill: var(--bs-primary) !important;
  opacity: 0.8;
}

#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
  color: black;
  border: none;
  background: linear-gradient(72deg, #d5f6ff -3%, rgba(181, 236, 252, 0.91) 23%, rgba(9, 182, 235, 0.4) 113%);
}

/*#IranMap .map .border path, #IranMap .map .island path { fill: var(--bs-primary); opacity: 0.2; }*/
#IranMap .map .border path, #IranMap .map .island path {
  fill: var(--bs-secondary);
  opacity: 0.3;
}

#IranMap .map .sea path, #IranMap .map .lake path {
  fill: #bae4ff;
}

@media (max-width: 768px) {
  #IranMap .list {
    text-align: center;
  }

  .brokers #brokers .broker-container .flex-5 .main-title {
    font-size: 2.4rem;
  }
  .brokers #brokers .broker-container .flex-5 .broker-item {
    font-size: 1.2rem;
  }
  .brokers #brokers .broker-container .flex-5 .hint-text {
    font-size: 1.2rem;
  }
}
.comments #comment-form-wrapper #cancel-comment {
  display: none;
}
.comments .title {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.comments .form-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: block;
  text-align: right;
  padding: 0;
}
.comments label {
  font-weight: normal;
  color: gray;
  font-size: 1.4rem;
}
.comments input[type=text], .comments input[type=email], .comments #comment-captcha, .comments textarea {
  background: white;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 1.4rem;
}
.comments textarea {
  min-height: 145px;
  font-size: 1.4rem;
}
.comments .user-info {
  background: #eaeaea;
  border-radius: 7px;
  padding: 20px;
}
.comments .user-comment {
  background: #eaeaea;
  border-radius: 7px;
  padding: 20px;
}
.comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments #comment-form #comment-captcha {
  margin-bottom: 1rem;
}
.comments #comment-form .more-btn {
  padding: 5px 15px;
  border: none;
}
.comments #comment-form .form-group.recommend {
  float: right;
  display: none;
}
.comments #comment-form .form-group.recommend .checkbox {
  margin: 0;
}
.comments #comment-form .form-group.recommend .checkbox label {
  font-size: 0.8rem;
  padding-right: 0;
}
.comments #comment-form #cancel-comment {
  background: gray;
}
.comments #comment-form .buttons-row {
  text-align: left;
}
.comments #comment-form-wrapper .title {
  font-size: 1.21em;
  margin-top: 15px;
  margin-bottom: 0px;
}
.comments #comment-form-wrapper label.control-label {
  color: #acacac;
}
.comments #comment-form-wrapper #comment-captcha-image {
  display: block;
  border-radius: 8px;
  max-width: 100%;
}

#comments {
  position: relative;
}
#comments #comment-form-wrapper #cancel-comment {
  display: initial;
}
#comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
#comments h4:before {
  content: "\f007";
  width: 34px;
  text-align: center;
  height: 28px;
  display: inline-block;
  right: 0;
  bottom: 2px;
  font-family: FontAwesome;
  color: #00a680;
  border: none;
}
#comments .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#comments .comment-list .avatar {
  display: inline-block;
  margin-left: 5px;
}
#comments .comment-list .avatar img {
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
#comments .comment-list .top-comment img {
  width: 60px;
  height: 60px;
}
#comments .comment-list .top-comment .comment-writer {
  font-size: 0.8rem;
  color: gray;
}
#comments .comment-list .top-comment .comment-writer .display-name {
  color: var(--bs-primary);
  font-size: 0.9rem;
  font-weight: 500;
  border-left: 1px solid #e1e1e1;
  margin-left: 10px;
  padding-left: 15px;
  line-height: 17px;
  display: inline-block;
}
#comments .comment-list .top-comment .comment-writer .purchased-this {
  margin-right: 10px;
  color: #31ab46;
}
#comments .comment-list .top-comment .actions {
  background: #eaeaea;
  text-align: left;
  margin-top: -17px;
}
#comments .comment-list .top-comment .actions #comment-form-wrapper {
  padding-top: 20px;
}
#comments .comment-list .top-comment .actions .your-comment {
  display: inline-block;
  float: right;
  margin-left: 15px;
}
#comments .comment-list .top-comment .actions .points {
  display: inline-block;
  background: #eaeaea;
  color: #a0a0a0;
}
#comments .comment-list .top-comment .actions .points > div {
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
#comments .comment-list .top-comment .actions .points i {
  font-size: 1.1rem;
  vertical-align: middle;
}
#comments .comment-list .top-comment .actions .points .vote-count {
  font-size: 0.8rem;
  line-height: 0;
  direction: ltr;
}
#comments .comment-list .top-comment .actions .points .vote-count:before {
  content: "(";
  font-size: 0.8rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .points .vote-count:after {
  content: ")";
  font-size: 0.8rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .likes {
  display: inline-block;
  float: right;
  margin-right: 15px;
}
#comments .comment-list .top-comment .actions .likes .action-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-left: 5px;
}
#comments .comment-list .top-comment .actions .likes .action-btn .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  display: inline-block;
  float: left;
  /*&.like { background-image: url('/Images/Like.png'); display: block; }
  &.liked { background-image: url('/Images/Like-hover.png'); display: none; }*/
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.like {
  display: none;
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.liked {
  display: block;
}
#comments .comment-list .top-comment .actions .likes .count {
  margin-top: -2px;
  float: left;
}
#comments .comment-list .top-comment .actions > button {
  background: #eaeaea;
  border: none;
  color: var(--bs-primary);
  margin-left: -5px;
  padding-left: 10px;
  padding-right: 10px;
  /*border-left: 1px solid #e1e1e1;line-height:20px;*/
}
#comments .comment-list .top-comment .actions > button i {
  vertical-align: sub;
  margin-right: 5px;
}
#comments .comment-list .top-comment .comment-text {
  font-size: 0.8rem;
  margin-right: 65px;
  width: calc(100% - 65px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-top: -10px;
}
#comments .comment-list .comment-body {
  clear: both;
}
#comments .comment-list .comment-body > .sub-comment-container {
  padding: 20px;
  padding-right: 0;
  position: relative;
  margin-right: 20px;
  width: calc(100% - 20px);
}
#comments .comment-list .comment-body .sub-comment-container {
  list-style: none;
  display: block;
  background: white;
  margin-bottom: 20px;
  border-radius: 7px;
  margin-top: 20px;
}
#comments .comment-list .comment-body .sub-comment-container.empty {
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment-body .sub-comment-container.empty:before {
  display: none;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment {
  padding-right: 20px;
  /*&:last-child .comment-text { border-bottom: none }*/
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment img {
  width: 30px;
  height: 30px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .comment-text {
  font-size: 0.8rem;
  margin-right: 40px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  /*&:before {
  	content: '';
  	@include icons-cm-arrow;
  	position: absolute;
  	bottom: -1px;
  	right: 0;
  }*/
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .display-name {
  font-size: 0.8rem;
  font-weight: bold;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .date {
  color: #a0a0a0;
  font-size: 0.8rem;
  float: left;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment {
  color: #15A98F;
  font-size: 0.8rem;
  float: left;
  padding: 0;
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 20px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment i {
  vertical-align: sub;
  margin-right: 5px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment textarea {
  background: #eaeaea;
  margin-top: 20px;
}
#comments .comment-content {
  width: 100%;
  padding: 0;
  display: inline-block;
  color: #646267;
}
#comments .comment-content .alert.recommend {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
  display: none;
}
#comments .comment-content .flat-btn {
  padding: 5px 10px;
  font-size: 0.8em;
  margin-top: 10px;
  display: inline-block;
}
#comments .comment-content .add-sub-comment {
  float: left;
}

@media (max-width: 991px) {
  .comments .user-info {
    margin-left: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .form-horizontal {
    padding: 15px;
  }
}
@media (max-width: 550px) {
  #comments .comment-list .comment-body > .sub-comment-container {
    margin-right: 0;
    width: 100%;
  }
  #comments .comment-list .comment-body > .sub-comment-container:before {
    top: -25px;
  }

  .comments {
    padding: 20px 0;
  }
  .comments .avatar {
    display: none !important;
  }
  .comments .comment-text {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 0px !important;
  }
  .comments .sub-comment {
    padding-right: 15px !important;
  }
  .comments #comment-form .form-group.recommend {
    float: none;
  }
  .comments #comment-form .buttons-row {
    text-align: right !important;
  }
  .comments #comment-form .more-btn {
    margin-bottom: 5px;
    width: 120px !important;
  }
  .comments .top-comment .actions {
    text-align: right !important;
  }
  .comments .top-comment .actions .points {
    padding-left: 10px;
  }
  .comments .top-comment .actions .points i {
    font-size: 0.8rem !important;
  }
  .comments .top-comment .actions button {
    padding-right: 0 !important;
    font-size: 0.8rem;
  }
}
/*@media(max-width:480px) {
	.comments {
		#comment-form-wrapper { padding: 15px; }
	}
	#comments {
		.comment-list { padding: 15px; }
	}
}*/
/*# sourceMappingURL=styles-rtl.css.map */
