/*@import './styles-ltr/sitemap.scss';*/
/*@import './styles-ltr/comment.scss';*/
/*@import './styles-ltr/default-page.scss';
@import './styles-ltr/blog.scss';
@import './styles-ltr/podcast.scss';
@import './styles-ltr/stuff.scss';
@import './styles-ltr/faq.scss';
@import './styles-ltr/tag.scss';
@import './styles-ltr/pager.scss';
@import "./styles-ltr/article.scss";
@import "./styles-ltr/blog.scss";*/
/*@import "./styles-ltr/gallery.scss";
@import './styles-ltr/landing-page.scss';
@import './styles-ltr/stuff.scss';
@import './styles-ltr/cart.scss';
@import './styles-ltr/cart-submit.scss';
@import './styles-ltr/invoice.scss';
@import './styles-ltr/login.scss';
@import './styles-ltr/user-panel.scss';
@import './styles-ltr/video.scss';*/
/*@import './styles-ltr/photo.scss';
@import './styles-ltr/form.scss';
@import './styles-ltr/link.scss';
@import './styles-ltr/direct-payment.scss';
@import './styles-ltr/tag.scss';*/
.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: right;
  padding: 0 0 0 40px;
  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;
  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**********/
/********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: end;
}
.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: end;
}
.contact-us .submit input[type=submit] {
  color: white;
  background: var(--bs-secondary);
  padding: 5px 10px;
}

.html-page .main-title, .html-page h1 {
  color: var(--bs-primary);
  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;
  padding: 15px;
  line-height: 2;
}
.html-page .page-content .rate {
  float: right;
  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 .content .dscp {
  color: var(--bs-secondary);
}
.html-page .page-content .content .img-container {
  float: right;
  margin: 0 0 40px 40px;
}
.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);
}

@media (max-width: 1200px) {
  .html-page .page-content .content .img-container {
    float: unset;
    margin: 0 0 40px 0;
    text-align: center;
  }
}
/*****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;
  text-transform: capitalize;
  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: start;
  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: right;
  padding: 0 0 40px 40px;
  width: 50%;
  text-align: center;
}
.project.detail .project-body .img-container img {
  border-radius: 20px;
}
.project.detail .project-header {
  padding: 0 0 0 106px;
  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-left-radius: 20px;
  border-top-left-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;
  font-size: 1.4rem;
}
.project.detail .information-box .item .secondary-text, .project.detail .information-box .item .primary-text {
  text-transform: capitalize;
}
.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;
  left: -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;
  text-transform: capitalize;
}
.project .filter-container .filter-item .dropdown-toggle {
  width: 200px;
  padding: 5px 10px;
  position: relative;
  text-align: start;
  text-transform: capitalize;
}
.project .filter-container .filter-item .dropdown-toggle:after {
  margin-right: 0;
  position: absolute;
  right: 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;
}
.project .filter-container .filter-item .dropdown-menu .dropdown-item {
  text-transform: capitalize;
}

@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: start !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;
  }
}
#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;
  }
}
/*# sourceMappingURL=styles-ltr.css.map */
