@font-face {
  font-family: iranyekan;
  src: url(../fonts/iranyekan-regular.woff);
}
@font-face {
  font-family: iranyekan-thin;
  src: url(../fonts/iranyekan-thin.woff);
}
@font-face {
  font-family: iranyekan-light;
  src: url(../fonts/iranyekan-light.woff);
}
@font-face {
  font-family: iranyekan-bold;
  src: url(../fonts/iranyekan-black.woff);
}
@font-face {
  font-family: bold-en;
  src: url(../fonts/montserrat-bold.woff);
}
@font-face {
  font-family: regular-en;
  src: url(../fonts/montserrat-regular.woff2);
}
.en {
  font-family: "regular-en";
  letter-spacing: 6px !important;
  color: #c8c8c8;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.normal-en {
  font-family: "regular-en";
  color: #8d8d8d;
}

.bold-en {
  font-family: "bold-en";
}

.text-primary {
  color: #5c5c5c !important;
}

.thin {
  font-family: "iranyekan-thin";
}

.light {
  font-family: "iranyekan-light" !important;
}

.text-justify {
  text-align: justify !important;
}

.radius {
  border-radius: 10px;
}

.radius-md {
  border-radius: 5px !important;
}

.rtl {
  direction: rtl;
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.outline-btn {
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.btn-primary {
  background: #ededed;
  color: #000000;
  display: inline-flex;
  padding: 12px 35px;
  position: relative;
  justify-content: center;
  border-radius: 9px;
  font-size: 0.8em;
  white-space: nowrap;
  transition: all 0.3s ease;
  border: 0;
}
.btn-primary:hover {
  background-color: black;
  color: #fff;
}

.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07) !important;
}

.shadow {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07) !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-primary {
  background-color: #ededed !important;
}

.bg-dark {
  background-color: #5e5e5e !important;
}

.border-right {
  border-right: 1px solid #000;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body {
  font-family: iranyekan-light !important;
  font-size: 1.1rem;
  line-height: 1.7;
  overflow-x: hidden;
}

input,
textarea {
  padding: 12px 20px !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
  width: 100%;
  font-size: 0.8em;
}
input:focus-visible,
textarea:focus-visible {
  outline: unset;
}

button:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.title h2 {
  margin-bottom: 3px;
}
.title h6 {
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .title h6 {
    display: none;
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
}

ul {
  padding: 0;
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}

nav .logo {
  font-size: 45px;
  line-height: 0;
}
nav .logo i:before {
  margin: 0;
}
nav .nav-items li a {
  font-size: 15px;
}
@media (min-width: 1200px) {
  nav .dropdown .dropdown-item,
  nav .dropdown .sub-menu {
    position: absolute;
    background-color: #fafafa;
    z-index: 1;
    padding: 15px;
    min-width: 247px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  nav .dropdown .dropdown-item li a,
  nav .dropdown .sub-menu li a {
    font-size: 14px;
  }
  nav .dropdown .dropdown-item li:not(:last-child),
  nav .dropdown .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  nav .dropdown:hover .dropdown-item {
    opacity: 1;
    visibility: visible;
  }
  nav .dropdown:hover .dropdown-item li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
nav .dropdown .sub-menu {
  right: calc(100% + 15px);
  top: -15px;
  min-width: 180px;
}
@media (max-width: 1024px) {
  nav .dropdown .dropdown-item,
  nav .dropdown .sub-menu {
    margin-right: 15px;
    padding-left: 15px;
    display: none;
  }
}
nav .headerSocialIcons a {
  color: #a7a9b8;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  padding: 5px 0px;
  margin: 0 5px;
}
nav .headerSocialIcons a:hover {
  background: #ededed;
  color: #000000;
  padding: 5px 10px;
  margin-left: 5px;
}
nav .headerSocialIcons a:hover span {
  width: 75px;
  margin-right: 5px;
}
nav .headerSocialIcons a span {
  width: 0px;
  overflow: hidden;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -3px;
  text-align: center;
  font-size: 17px;
}
nav .hamburger i::before {
  margin: 0;
}

.rotate-180 {
  transform: rotate(270deg);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.our-solutions .en {
  font-family: "regular-en";
  letter-spacing: 6px !important;
  color: #a7a9b8;
  font-size: 9px;
  text-transform: uppercase;
}
.our-solutions .solution-item * {
  transition: 0.4s;
}
.our-solutions .solution-item:hover svg path {
  stroke: #fff;
}
@media (max-width: 767px) {
  .our-solutions .solution-item p.light {
    font-size: 0.9rem !important;
  }
}

footer {
  background-color: #ededed;
}
footer * {
  color: #5e5e5e;
}
footer a:hover {
  opacity: 0.5;
}
footer .social-icons {
  font-family: "montserrat";
  text-align: left;
  direction: ltr;
}

.verticla-separator {
  height: 75%;
  width: 1px;
  background: #5c6873;
  margin: auto;
}

.heartBeat {
  color: red;
  animation-name: heartBeat;
  animation-duration: 2.3s;
  animation-timing-function: ease-in-out;
}
.heartBeat::before {
  animation: heartBeat 1s infinite alternate;
  transform-origin: center;
}

.ims .swiper-button-next,
.ims .swiper-button-prev {
  color: #000;
  bottom: 0%;
  top: unset;
}
.ims .swiper-button-next::after,
.ims .swiper-button-prev::after {
  font-size: 1.3rem;
}
.ims .EN {
  font-family: "bold-en";
  letter-spacing: 6px !important;
  color: #000;
  font-size: 200px;
  text-transform: uppercase;
  direction: ltr;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  line-height: 150px;
}
.ims .thumbnail {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  width: 90%;
  margin-right: 20px;
}
.ims .rectangle {
  position: absolute;
  z-index: -1;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 18%;
}

.contactus input,
.contactus textarea {
  background-color: rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 20px;
}
.contactus input::-moz-placeholder, .contactus textarea::-moz-placeholder {
  color: #5c5c5c;
}
.contactus input::placeholder,
.contactus textarea::placeholder {
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .contactus iframe {
    height: 500px;
  }
}

.blog-item {
  border-radius: 10px;
  transition: 0.5s;
  padding: 7px;
  border: 1px solid #ededed;
}
.blog-item h4 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 20px !important;
  font-size: 1rem;
}
.blog-item p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-size: 0.9rem;
  color: #5c5c5c;
  font-family: "iranyekan-light";
}
.blog-item img {
  border-radius: 7px;
}
.blog-item__status {
  font-size: 0.8rem;
  opacity: 0.8;
  font-family: "iranyekan-light";
}

.swiper-pagination-bullet {
  border-radius: 30px;
  background-color: rgb(118.5, 118.5, 118.5);
}

.swiper-pagination-bullet-active {
  background: #5c5c5c;
  width: 25px;
}

.tile-item {
  position: relative;
  margin: 0px 10px 30px;
}
.tile-item::after {
  content: "";
  background-color: #ededed;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  left: -20px;
  top: 10%;
  z-index: -1;
}
.tile-item img {
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 0.8rem;
}

::-webkit-scrollbar-thumb {
  height: 4rem;
  border-radius: 0.5rem;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: #5c5c5c;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #5e5e5e;
}

.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li:not(:last-child) {
  padding-left: 10px;
  margin-left: 10px;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "\f104";
  font-family: "fontello";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.portfolio-details .description * {
  font-family: "iranyekan-thin";
}

.pagination-wila {
  margin-top: 30px;
}
.pagination-wila ul {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination-wila ul .text {
  display: none !important;
}
.pagination-wila ul .more-btn {
  padding: 0 !important;
}
.pagination-wila ul .more-btn:first-child .WMi-left-open:before {
  content: "\f625" !important;
}
.pagination-wila ul .more-btn:last-child .WMi-right-open:before {
  content: "\f626" !important;
}
.pagination-wila ul a {
  width: 40px;
  height: 40px;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c5c5c;
  border-radius: 7px;
}
.pagination-wila ul a.active {
  background-color: #5e5e5e;
  color: #fff;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

body.wb-rtl .pagination li:not(:last-child) {
  margin-left: 6px;
  margin-right: 0;
}

.wb-similar-item-name {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#portfolioItems .en {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
}
#portfolioItems .item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
#portfolioItems .item .hover {
  position: absolute;
  bottom: -30%;
  background-color: rgba(255, 255, 255, 0.631372549);
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 15px 10px;
  transition: 0.3s;
}
#portfolioItems .item .hover h5 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#portfolioItems .item:hover .hover {
  bottom: 0;
}

.wb-similar-item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.summary * {
  font-family: "iranyekan-light";
  text-align: justify;
  color: #707070;
}
.summary * img {
  border-radius: 10px;
  margin: 20px 0;
  width: 100%;
  height: 100%;
}
.summary a {
  color: #2c86ed !important;
}
.summary ul {
  padding-right: 15px;
}
.summary ul li {
  list-style-type: disc;
}

.blog-sidebar {
  position: sticky;
  top: 10px;
  margin-bottom: 10px;
}

.date-comment {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ededed;
  font-family: "iranyekan-thin";
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.portfolio-category {
  position: relative;
}
.portfolio-category:after {
  content: "";
  background-color: #fafafa;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .portfolio-category {
    justify-content: start !important;
  }
}

.open-menu {
  transform: translateX(0) !important;
}

.portfolio-details .mySlides {
  display: none;
  transition: 0.6s ease;
  opacity: 0;
}
.portfolio-details .cursor {
  cursor: pointer;
}
.portfolio-details .prev,
.portfolio-details .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: auto;
  padding: 2px 5px;
  background-color: #fff;
  color: #5e5e5e;
  font-weight: bold;
  font-size: 20px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.portfolio-details .next {
  right: 0;
}
.portfolio-details .prev {
  left: 0;
}
.portfolio-details .prev:hover,
.portfolio-details .next:hover {
  background-color: #5c5c5c;
  color: #fff !important;
}
.portfolio-details .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.portfolio-details .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.portfolio-details .row:after {
  content: "";
  display: table;
  clear: both;
}
.portfolio-details .demo {
  opacity: 0.6;
  transition: 0.3s;
}
.portfolio-details .active,
.portfolio-details .demo:hover {
  opacity: 1;
}
.portfolio-details .catalog-item {
  background-color: #f2f2f2;
  border: 1px solid transparent;
  transition: 0.3s;
}
.portfolio-details .catalog-item:hover {
  border-color: #7f7f7f;
  background-color: #e3e3e3;
}

.circles-bg:after {
  content: url(../img/circles-bg.png);
  position: absolute;
  top: -195px;
  right: -50px;
}

.shadow-card-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px;
  box-shadow: 9px 14px 20px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}

.accordion-item {
  border-bottom: 0;
  margin-bottom: 5px;
  border-radius: 10px !important;
  overflow: hidden;
}
.accordion-item button {
  background-color: #ededed;
}
.accordion-item button::after {
  margin-right: auto;
  margin-left: 0;
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.accordion-item button:not(.collapsed) {
  color: #ffffff;
  background-color: #5e5e5e;
}
.accordion-item button:not(.collapsed)::after {
  filter: brightness(30);
}

.swiper.brands .swiper-slide {
  opacity: 0.3;
  transition: 0.5s;
}
.swiper.brands .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

@media (min-width: 320px) {
  .title h2 {
    font-size: 22px !important;
  }
  .portfolio-item img {
    border-radius: 10px;
  }
  .ims .swiper-button-next {
    left: 11%;
    right: unset;
  }
}
@media (min-width: 1200px) {
  .frameless-section:not(.rtl) .offset-lg-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .portfolio-item {
    position: relative;
    padding: 20px;
  }
  .portfolio-item::after {
    content: "";
    background-color: #ededed;
    width: 271px;
    height: 300px;
    border-radius: 22px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .portfolio-item img {
    border-radius: 17px;
  }
  .title h2 {
    font-size: 30px !important;
  }
  .grid-sizer,
  .grid-item {
    width: 33.33%;
    flex: 0 0 auto;
  }
  .ims .swiper-button-next {
    left: 5%;
  }
}
@media (max-width: 1024px) {
  .nav-items {
    position: fixed;
    z-index: 17;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    width: 40%;
    padding: 50px 20px 0px !important;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .nav-items li a {
    color: #fff;
    font-family: "iranyekan-light";
  }
  .nav-items li.dropdown i::before {
    content: "\f104";
  }
  .nav-items .close-btn {
    top: 2%;
    left: 5%;
  }
  .md-w-100 {
    width: 100%;
  }
  .hamburger {
    font-size: 35px;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .copyright-en {
    font-size: 0.6em;
    letter-spacing: 0;
  }
  .md-p-2 {
    padding: 0.5rem;
  }
  .object-fit-200 {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .nav-items {
    width: 70%;
  }
}/*# sourceMappingURL=style.css.map */