@font-face {
  font-family: "IranSans";
  src: url("../fonts/IRANSansXV.woff") format("woff");
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/YekanBakh-VF.WOFF") format("woff");
}

@font-face {
  font-family: "IranSansNum";
  src: url("../fonts/IRANSansXFaNum-Regular.woff") format("woff");
}

:root {
  --iransans: "IranSans";
  --YekanBakh: "YekanBakh";
  --IranSansNum: "IranSansNum";
  --primary-color: #189907;
  --secondary-color: #f4f5f7;
  --theired-color: #555555;
  --title-color: #504f4f;
  --text-color: #555555;
}

body {
  direction: rtl;
  text-align: right !important;
  font-family: var(--iransans) !important;
}

ul {
  padding: 0;
}

/* ::-moz-selection {
  color: var(--primary-color);
  background: transparent;
}

::selection {
  color: var(--primary-color);
  background: transparent;
} */

header {
  background-color: rgb(255, 255, 255);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  filter: drop-shadow(0px -3px 7px #707070a8);
}

header .header-inner .row1 {
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0px 0px;
  /* background-image: url("../img/header-vector.svg"); */
}

header .header-inner .row1 .left-section {
  display: flex;
  justify-content: end;
}

header .header-inner .row1 span {
  font-weight: 800;
}

header .header-inner .row1 .left-section .workers,
header .header-inner .row1 .left-section .bosses {
  border-radius: 50px;
  font-size: 14px;
  width: 200px;
  text-align: center;
  height: 47px;
  font-weight: bold;
  transition: all 0.4s;
}

header .header-inner .row1 .left-section .workers:hover,
header .header-inner .row1 .left-section .bosses:hover {
  transform: translate(0, -2px);
}

header .header-inner .row1 .left-section .workers {
  background-color: var(--primary-color);
  color: white;
  overflow: hidden;
}

header .header-inner .row1 .left-section .workers .svg-wrapper {
  background-color: white;
  color: var(--primary-color);
  border-radius: 50px;
  padding: 2px 7px;
  height: 27px;
  width: 27px;
  display: inline-block;
}

header .header-inner .row1 .left-section .bosses {
  background-color: white;
  box-shadow: 0px 9.16094px 3.52344px rgba(0, 0, 0, 0.01),
    0px 4.93281px 3.17109px rgba(0, 0, 0, 0.03),
    0px 2.11406px 2.11406px rgba(0, 0, 0, 0.04),
    0px 0.704687px 1.40937px rgba(0, 0, 0, 0.05),
    0px 0px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}



header .header-inner .row1 .left-section .bosses .svg-wrapper {
  background-color: var(--primary-color);
  color: #e7002a;
  border-radius: 50px;
  padding: 2px 7px;
  color: white;
  height: 27px;
  width: 27px;
  display: inline-block;
}

header .header-inner .row2 nav .navbar-collapse {
  position: relative;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav {
  position: unset;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .nav-item {
  margin: 0px 8px;
  padding: 5px 2px;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #504f4f;
  font-family: "peyda-light" !important;
}

/* header .header-inner .row2 nav .navbar-collapse .navbar-nav .nav-item:hover {
  font-weight: bold;
  background-color: var(--primary-color);
} */
header .header-inner .row2 nav .navbar-collapse .navbar-nav .nav-item:hover a {
  color: var(--primary-color);
}
main .faq-section #accordion .card:has(.card-header.active) {
  border-color:  rgb(255, 0, 0); /* رنگ و اندازه دلخواه شما */
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown {
  position: unset;
  width: 95px;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  width: fit-content;
  opacity: 0;
  margin-top: -8px;
  border: none;
  margin-top: -8px;
  text-align: right;
  right: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  visibility: hidden;
}
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .col-3{
  min-width:220px
}
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
  height: 270px;
  opacity: 1;
  max-height: 270px;
  opacity: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  visibility: visible;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.2s;
}

/* header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner a:hover {
  transform: translate(0, -3px);
} */

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner .exit-submenu {
  color: white;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.382);
  border-radius: 20px;
  padding: 2px 6px;
  cursor: pointer;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-toggle::after {
  all: unset;
  content: "";
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .nav-item .nav-link svg {
  rotate: -90deg;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-toggle:hover svg {
  transition: all .3s;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown:hover .dropdown-toggle::after {
  /* transform: rotate(-90deg); */
  rotate: -90deg;
}

/* header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner {
  background-image: url(../img/Vector.svg) !important;
  background-repeat: no-repeat;
  border-top: 3px solid var(--primary-color);
  background-repeat: no-repeat !important;
  background-position: left 0rem bottom !important;
} */
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu.maghale {
right: 16%;
}
header .header-inner .row2 nav .navbar-collapse .search-holder {
  position: relative;
}

header .header-inner .row2 nav .navbar-collapse .search-holder .serach-input {
  border-radius: 20px;
  height: 36px;
  width: 365px;
  outline: none;
  box-shadow: none;
  border: none;
  background: #f3f3f3;
  box-shadow: inset 1px 0px 3px rgba(0, 0, 0, 0.03);
 cursor: pointer;
}

header .header-inner .row2 nav .navbar-collapse .search-holder .search-icon {
  /* content: url("../img/icons/search.svg");
  position: absolute; */
  left: 9px;
  top: 5px;
  cursor: pointer;
}
header .header-inner .row2 nav .navbar-collapse .search-holder:hover .search-icon svg{
filter: brightness(80%);
}
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner a .menu-items-text,.have-sub .sub-menu {
  color: var(--title-color);
  transition: all .3s;
}
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner a:hover .menu-items-text,.have-sub .sub-menu li:hover{
  color: var(--primary-color);
}
main .top-two-sections .widgets-section .widget1 {
  background-color: #f4f4f4 !important;
}

header.collapsible--expanded .canvas-menu {
  height: 100vh;
}

header .canvas-menu {
  width: 100vw;


  height: 0;
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  /* display: none; */
  z-index: 9;
  overflow-y: scroll;
  transition: all 0.3s;


  /* display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  width: 100%;
  opacity: 0;
  margin-top: -8px;
  border: none;
  margin-top: -8px;
  text-align: right;
  right: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  visibility: hidden; */
}

header .canvas-menu .exit {
  left: 25px;
  top: 30px;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  width: 60px;
  height: 60px;
  z-index: 200;
}

header .canvas-menu .submenu {
  display: none;
  padding-right: 20px;
}

header .canvas-menu .dropdown-icon {
  cursor: pointer;
  border-radius: 50px;
}

header .canvas-menu .dropdown-icon svg {
  font-weight: blod;
}

header .canvas-menu .dropdown-icon-label {
  padding-left: 0px;
}

header .canvas-menu .main-menu {
  margin-top: 20px;
}

header .canvas-menu .main-menu .nav {
  padding-right: 20px;
  padding-left: 20px;
}

header .canvas-menu .main-menu .nav li {
  margin: 10px;
}

header .canvas-menu .main-menu>.nav>li>a {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: bold;
}

header .canvas-menu .main-menu>.nav>.nav-item>.nav>li>a,
 .mobile-sub-menu a{
  color: rgb(0, 0, 0) !important;
  font-size: 14px;
}

header .canvas-menu .submenu li {
  margin: 0px !important;
}

header .canvas-menu .search-box {
  margin: 20px 30px;
  direction: ltr;
}

header .canvas-menu .search-box input {
  text-align: right;
  background-color: #fff;
  color: black;
  border-left: none;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-color: rgba(255, 255, 255, 0.1);
}

header .canvas-menu .search-box input::-moz-placeholder {
  color: rgb(153, 153, 153);
  font-size: 15px;
}

header .canvas-menu .search-box input:-ms-input-placeholder {
  color: rgb(153, 153, 153);
  font-size: 15px;
}

header .canvas-menu .search-box input::placeholder {
  color: rgb(153, 153, 153);
  font-size: 15px;
}

header .canvas-menu .search-box input:focus {
  background-color: #fff;
  color: black;
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.1);
}

header .canvas-menu .search-box .input-group-text {
  background-color: #ed0c6e;
  color: white;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-color: rgba(255, 255, 255, 0.1);
  border-right: none;
}

header .canvas-menu .submenu .label {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
  margin-right: 15px;
}

header .canvas-menu .search-box .input-group-text {
  background-color: white;
  border: 1px solid #ed0c6e;
}

header .canvas-menu .search-holder {
  position: relative;
}

header .canvas-menu .search-holder .serach-input {
  border-radius: 54px;
  height: 47px;
  width: 200px;
  outline: none;
  box-shadow: none;
  border: none;
  background: #ffffff;
  /* box-shadow: inset 1px 0px 3px rgba(0, 0, 0, 0.03); */
  box-shadow: 0px 9.16094px 3.52344px rgba(0, 0, 0, 0.01), 0px 4.93281px 3.17109px rgba(0, 0, 0, 0.03), 0px 2.11406px 2.11406px rgba(0, 0, 0, 0.04), 0px 0.704687px 1.40937px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);

}

header .canvas-menu .search-holder .search-icon {
  /* content: url("../img/icons/search.svg");
  position: absolute; */
  left: 10px;
  top: 12px;
}

header .canvas-menu .workers,
header .canvas-menu .bosses {
  border-radius: 50px;
  font-size: 14px;
  width: 200px;
  text-align: center;
  height: 47px;
  font-weight: bold;
  transition: all 0.4s;
  overflow: hidden;
  box-shadow: 0px 9.16094px 3.52344px rgba(0, 0, 0, 0.01), 0px 4.93281px 3.17109px rgba(0, 0, 0, 0.03), 0px 2.11406px 2.11406px rgba(0, 0, 0, 0.04), 0px 0.704687px 1.40937px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);

}

header .canvas-menu .workers:hover,
header .canvas-menu .bosses:hover {
  transform: translate(0, -2px);
}

header .canvas-menu .workers {
  background-color: #ffffff;
  color: var(--primary-color);
}

header .canvas-menu .workers .svg-wrapper {
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50px;
  padding: 2px 4px;
}

header .canvas-menu .workers span.d-inline-block {
  color: #000000;
}

header .canvas-menu .bosses {
  background-color: white;
  box-shadow: 0px 9.16094px 3.52344px rgba(0, 0, 0, 0.01),
    0px 4.93281px 3.17109px rgba(0, 0, 0, 0.03),
    0px 2.11406px 2.11406px rgba(0, 0, 0, 0.04),
    0px 0.704687px 1.40937px rgba(0, 0, 0, 0.05),
    0px 0px 0px rgba(0, 0, 0, 0.05);
}

header .canvas-menu .bosses .svg-wrapper {
  background-color: var(--primary-color);
  color: #e7002a;
  border-radius: 50px;
  padding: 2px 4px;
  color: white;
}

header .header-inner .row1 .left-section .hamburger-menu-wrapper svg {
  fill: var(--primary-color);
}

main .top-two-sections .widgets-section .widget1 .widget-desc-wrapper .widget-title {
  color: var(--title-color) !important;
}

main .top-two-sections {
  position: relative;
}

main .top-two-sections .main-slider {
  position: relative;
}

main .top-two-sections .main-slider .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

main .top-two-sections .main-slider .swiper .swiper-wrapper .swiper-slide img {
  height: 65vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main .top-two-sections .main-slider .swiper .swiper-wrapper .swiper-slide .glass-layer {
  height: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.56) !important;
}

main .top-two-sections .main-slider .swiper .swiper-wrapper .swiper-slide .glass-layer .label {
  color: white;
  font-size: 23px;
  font-weight: bold;
}

main .top-two-sections .main-slider .main-slider-navigation {
  position: absolute;
  bottom: 79px;
  right: 0;
  z-index: 9;
  width: 100%;
}

main .top-two-sections .main-slider .main-slider-navigation .col-12 {
  display: flex;
  justify-content: flex-end;

}

main .top-two-sections .main-slider .main-slider-navigation .nav-wrap {
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 2px 8px;
  display: flex;
  margin-right: 5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
}

main .top-two-sections .main-slider .main-slider-navigation .nav-wrap:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  transition: all .3s;
}

main .top-two-sections .main-slider .main-slider-navigation .nav-wrap img {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}


main .top-two-sections .widgets-section {
  position: absolute;
  width: 100%;
  bottom: -75px;
  z-index: 9;
}

main .top-two-sections .widgets-section .widget {
  transition: all 0.4s;
}


/* main .top-two-sections .widgets-section .widget12:hover {
  transform: translate(0, -5px);
  margin-top: -24px;
 transition: all 0.3s;
} */
main .top-two-sections .widgets-section .widget1 {
  background-color: #e7002a;
  background-image: url(../img/widgets/bg/bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 20px;
  padding: 0 15px;
}

main .top-two-sections .widgets-section .widget2 {
  background-color: #f4f4f4;
}

main .top-two-sections .widgets-section .widget1 .widget-desc-wrapper {
  border-left: none !important;
}

main .top-two-sections .widgets-section .widget1 .main-img {
  height: 120px;
}

main .top-two-sections .widgets-section .widget1 .widget-desc-wrapper {
  padding-left: 10px;
  border-left: 2px solid white;
}

main .top-two-sections .widgets-section .widget1 .widget-desc-wrapper .widget-title {
  font-weight: bold;
  font-size: 24px;
  color: white;
}

main .top-two-sections .widgets-section .widget1 .widget-desc-wrapper .widget-desc {
  font-size: 14px;
  color: var(--title-color);
}

main .top-two-sections .widgets-section .widget1 .svg-wrap {
  border-radius: 20px;
  margin: 7px;
  padding: 5px 7px;
  background-color: white;
}

main .top-two-sections .widgets-section .widget1 .svg-wrap svg {
  fill: #e7002a;
}

main .top-two-sections .widgets-section .widget2 {
  background-color: white;
  background-image: url(../img/widgets/bg/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #504f4f;
  border-radius: 20px;
  padding: 0 15px;
}

main .top-two-sections .widgets-section .widget2 .main-img {
  height: 120px;
}

main .top-two-sections .widgets-section .widget2 .widget-desc-wrapper {
  padding-left: 10px;
}

main .top-two-sections .widgets-section .widget2 .widget-desc-wrapper .widget-title {
  font-weight: bold;
  font-size: 24px;
  color: #504f4f;
}

main .top-two-sections .widgets-section .widget2 .widget-desc-wrapper .widget-desc {
  font-size: 14px;
  color: #504f4f;
}

main .top-two-sections .widgets-section .widget2 .svg-wrap {
  border-radius: 20px;
  margin: 7px;
  padding: 5px 7px;
  background-color: #e7002a;
}

main .top-two-sections .widgets-section .widget2 .svg-wrap svg {
  fill: white;
}

main .about-us {
  padding: 120px 0px 67px;
}
body{
  word-spacing: -2px;
}
main .about-us .title {

  font-family: var(--iransans);
  font-weight: 700;
  font-size: 22px;
  color: var(--title-color);
}

main .about-us .desc {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 300;
}

main .about-us .read-more {
  color: #e7002a;
  border: 1px solid #e7002a;
  border-radius: 20px;
  padding: 8px 18px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

main .about-us .read-more:hover {
  background-color: #e7002a;
  color: white;
}

main .services {
  padding: 80px 0px;
  background-color: var(--secondary-color);
  color: var(--title-color);
}

main .services .container .swiper .swiper-wrapper .swiper-slide .service .service-img-wrapper>img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

main .services .title {
  font-family: "peyda-black";
  color: white;
  text-align: center;
  font-size: 24px;
}

main .services .title::after,
main .articles .title-section::after,
main .faq-section .title-faq-section::after {
  margin-right: 10px;
}

main .services .title::before,
main .articles .title-section::before,
main .faq-section .title-faq-section::before {
  margin-left: 10px;
}

main .services .swiper .swiper-wrapper .swiper-slide .service .service-img-wrapper {
  position: absolute;
  top: -37px;
  right: 0;
  text-align: center;
  width: 100%;
}

main .services .swiper .swiper-wrapper .swiper-slide .service .service-img-wrapper .service-img {
  background-color: white;
  display: inline;
  padding: 25px 15px;
  border-radius: 50%;
  box-shadow: 0px 48px 13px rgba(51, 0, 9, 0.01),
    0px 31px 12px rgba(51, 0, 9, 0.05), 0px 17px 10px rgba(51, 0, 9, 0.18),
    0px 8px 8px rgba(51, 0, 9, 0.3), 0px 2px 4px rgba(51, 0, 9, 0.34),
    0px 0px 0px rgba(51, 0, 9, 0.35);
}

main .services .swiper .swiper-wrapper .swiper-slide .service .service-img-wrapper .service-img img {
  width: 45px;
  height: 45px;
}

main .services .container {
  padding: 60px 0;
}

main .services .swiper .swiper-wrapper .swiper-slide .service-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  margin-top: 8px;
}
main .services .swiper .swiper-wrapper a.swiper-slide{
  text-decoration: none!important;

}
main .services .swiper .swiper-wrapper .swiper-slide .service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  transition: all 0.3s;
}



main .services .swiper .swiper-wrapper .swiper-slide .service .service-description {
  font-family: "peyda-light";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.853);
}

main .services .swiper .swiper-wrapper .swiper-slide .service .read-more-wrapper .read-more {
  color: rgba(255, 255, 255, 0.853);
  font-family: "peyda-light";
  margin-top: 20px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.853);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
  text-decoration: none;
}

main .services .swiper .swiper-wrapper .swiper-slide .service .read-more-wrapper::after {
  content: url("../img/services/line-thin.png");
}

main .services .swiper .swiper-wrapper .swiper-slide .service .read-more-wrapper::before {
  content: url("../img/services/line-thin.png");
}

main .services .chevron-right,
main .services .chevron-left {
  cursor: pointer;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  margin-left: 10px;
  display: inline-block;
  width: 33px;
  height: 33px;
}

main .services .chevron-right a {
  display: inline-block;
}

main .services .chevron-right a svg {
  fill: var(--primary-color);
}

main .services .chevron-right:hover,
main .services .chevron-left:hover {
  background-color: var(--primary-color);
  transition: all .3s;
}

main .services .chevron-right:hover svg {
  fill: #ffffff;
  transition: all .3s;
}

main .services .chevron-left a {
  display: inline-block;
}

main .services .chevron-left a svg {
  fill: var(--primary-color);
}


main .articles {
  padding: 80px 0px 0px;
}

main .articles .title-section {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #504f4f;
}

main .articles .swiper {
  padding: 40px 10px;
}

main .articles .swiper .swiper-wrapper .swiper-slide .article {
  border-radius: 15px;
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 0px 1px 10px 0px rgba(128, 128, 128, 0.2509803922);
  transition: all 0.4s;
}

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

main .articles .swiper .swiper-wrapper .swiper-slide .article .content {
  padding: 15px;
}

main .articles .swiper .swiper-wrapper .swiper-slide .article .content .date {
  position: absolute;
  margin-top: -30px;
  font-family: "yekanbakh";
}

main .articles .swiper .swiper-wrapper .swiper-slide .article .content .date span {
  background-color: #e7002a;
  color: white;
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 20px;
}

main .articles .swiper .swiper-wrapper .swiper-slide .article .content .title {
  font-weight: bold;
  color: #504f4f;
  margin-top: 10px;
  font-size: 17px;
  margin-bottom: 8px;
}

main .articles .swiper .swiper-wrapper .swiper-slide .article .content .desc {
  font-family: "peyda-light";
  color: #a7a7a7;
  font-size: 14px;
}

main .articles .swiper .swiper-wrapper .swiper-slide .article .content .read-more {
  margin-top: 10px;
  font-size: 14px;
  color: #e7002a;
}

main .articles .swiper .swiper-wrapper .swiper-slide .article:hover {
  transform: translate(0, -5px);
}

main .consult-section {
  transform: translate(0, 87px);
}

main .consult-section .container {
  background-color: var(--primary-color);
  border-radius: 20px;
  /* height: 183px; */
}

main .consult-section .container .row.h-100 {
  padding-top: 8px;
  padding-bottom: 8px;
}

main .consult-section .label {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

main .consult-section .reserve {
  background-image: url("../img/call-bg.svg");
  background-repeat: no-repeat;
  width: 160px;
  height: 117px;
  margin-top: -16px;
}

main .consult-section .reserve .bg-blue {
  padding: 8px;
  background-color: var(--primary-color);
  border: 6px solid var(--theired-color);
  position: absolute;
  width: 60px;
  height: 60px;
  left: 51px;
  top: 42px;
  border-radius: 50%;
}

main .consult-section .desc {
  color: rgba(255, 255, 255, 0.872);
  font-size: 16px;
}

main .consult-section .tel-info {
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 76px;
  border: 1px solid #ffffff;
  padding: 16px 40px 9px 40px;
}

main .consult-section .tel-info .tel {
  padding-right: 5px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: var(--IranSansNum);
  cursor: pointer;
}

main .consult-section .tel-info img {
  width: 30px;
  border-left: 1px solid #e7002a;
  padding-left: 5px;
}
main .faq-section.all{
  background-color: #fff;
  background-image: none;
  padding: 70px 0;
}
main .faq-section {
  padding: 140px 0px 80px;
  background-color: var(--secondary-color);
  background-image: url("../img/Vector2.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

main .faq-section .section-title {
  font-family: "peyda-black";
  color: #504f4f;
  font-size: 24px;
}

main .faq-section .section-title::before {
  content: url("../img/faq/line-red.png");
  margin-left: 10px;
}

main .faq-section .section-title::after {
  content: url("../img/faq/line-red.png");
  margin-right: 10px;
}
#accordion{
  display: flex;
  flex-direction: column;
  gap:8px;
}
main .faq-section #accordion .card {
  background-color: #ffffff00;
  border: none;
  border-radius: 15px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}

main .faq-section #accordion .card .card-header {
  background-color: #e7002a;
 border: 1px solid transparent;
  margin-bottom: 0;
  /* filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2)); */
}

main .faq-section #accordion .card .card-header .btn-link {
  color: white !important;
  gap: 8px;
}

main .faq-section #accordion .card .card-header .svg-wrapper {
  /* background-color: white; */
  padding:0;
  /* border-radius: 50%; */
  /* margin-left: 3px; */
  z-index: 2;
}

main .faq-section #accordion .card .card-header .svg-wrapper svg {
  fill: #fff;
}

.footer-logo{
  height: 65px;
}
main .faq-section #accordion .card .card-body {
  background-color: #f4f4f4;
  margin-bottom: 0;
  font-family: "peyda-light";
  text-align: justify;
  color: #504f4f;
  font-size: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-radius: 15px;
}
main .faq-section #accordion .card .card-header .d-inline-block.svg-wrapper{
transition:  all .3s;
}
.arrow-bg{
  width: 30px;
  height: 30px;
  /* background-color: var(--primary-color); */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - -4px));
}
main .faq-section #accordion .card .card-header.active .d-inline-block.svg-wrapper {
  transform: rotate(180deg);
}

main .map-section {
  position: relative;
}

main .map-section .iframe-wrapper {
  filter: grayscale(1);
}

main .map-section .jump-up {
  position: absolute;
  text-align: center;
  width: 95px;
  height: 70px;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  transform: translate(0px, -8px);
  background-image: url("../img/bg-footer-arrow.svg");
  background-repeat: no-repeat;
}



main .map-section .jump-up .jump-up-bg {
  background-color: var(--primary-color);
  width: 36px;
  height: 36px;
  border-radius: 20px;
  transform: translate(-29.5px, 9px);
  transition: all .3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .map-section .jump-up img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -55%);
  /* transition: all .3s; */
}

footer {
  margin-top: -10px;
}

footer .footer-inner {
  /* background-color: #dfe3ec; */
  color: var(--title-color);
  padding: 80px 0px 10px 0px;
}

footer .footer-inner span.footer-logo {
  font-weight: 900;
  font-size: 24px;
  color: var(--primary-color);
}

footer .footer-inner .desc {
  font-size: 14px;
  color: var(--title-color);
  text-align: justify;
  margin-top: 15px;
  font-weight: 400;
}

footer .footer-inner .title {
  font-weight: 900;
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: inline-block;
}

footer .footer-inner .links a {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

footer .footer-inner .links a:hover {
  transform: translateX(-10px);
}

footer .footer-inner .left-col {
  font-size: 14px;
}

footer .footer-inner .left-col span {
  font-size: 14px;
  font-weight: 500;
}

footer .footer-inner .left-col .socials {
  gap: 16px;
}

footer .footer-inner .left-col div>img {
  background-color: #cdd0d7;
  padding: 5px 5px 6px 6px;
  border-radius: 12px;
  width: 36px;
  height: 36px;
 
}
footer .footer-inner .left-col  .bg-icon-footer{
  background-color: #ebebeb;
  padding: 5px 5px 6px 6px;
  border-radius: 12px;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
}
footer .footer-inner .left-col .socials span {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 6px 6px;
  border-radius: 12px;
  color: #b4bed5;
  width: 36px;
  height: 36px;
  transition: all 0.3s;
  cursor: pointer;
}

footer .footer-inner .left-col .socials span:hover {
  transform: translateY(-10px);
}

footer .footer-inner .left-col {
  font-family: var(--IranSansNum);
}

footer .footer-inner .left-col .socials span img {
  width: 20px;
}

footer .footer-inner .copyright {
  border-top: 1px solid #c2cadd;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  color: var(--title-color);
}

footer .footer-inner .copyright svg {
  width: 20px;
  fill: var(--primary-color);
}

.my-breadcrumb {
  position: relative;
}

.my-breadcrumb img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.my-breadcrumb .layer {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.441);
  z-index: 9;
  height: 70px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 22px;
}

.my-breadcrumb .layer .layer-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-page {
  padding: 80px 0px 0px 0px;
}

.contact-us-page .red-section {
  background-color: #e7002a;
  color: white;
  padding: 40px !important;
  font-size: 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: "yekanbakh";
}

.contact-us-page .red-section .icon {
  display: inline-block;
  margin-left: 5px;
}

.contact-us-page .red-section .socials {
  border-top: 1px solid white;
}

.contact-us-page .red-section .socials .social {
  padding-top: 15px;
  display: inline-block;
  margin: 5px;
}

.contact-us-page iframe {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  filter: grayscale(1);
  display: block;
}

.contact-us-page .contact-us-form-section {
  padding: 80px 0px;
  background-color: #f4f4f4;
  margin-top: 70px;
  text-align: center;
}

.contact-us-page .contact-us-form-section .label {
  font-size: 22px;
  color: #504f4f;
  font-weight: bold;
}

.contact-us-page .contact-us-form-section .form-control {
  border: none;
  border-radius: 30px;
}

.contact-us-page .contact-us-form-section .form-control::-moz-placeholder {
  color: #a7a7a7;
}

.contact-us-page .contact-us-form-section .form-control:-ms-input-placeholder {
  color: #a7a7a7;
}

.contact-us-page .contact-us-form-section .form-control::placeholder {
  color: #a7a7a7;
}

.contact-us-page .contact-us-form-section .btn-send {
  color: #e7002a;
  border: 1px solid #e7002a;
  padding: 5px 30px;
  border-radius: 20px;
  transition: all 0.3s;
}

.contact-us-page .contact-us-form-section .btn-send:hover {
  background-color: #e7002a;
  color: white;
}

/*# sourceMappingURL=style.css.map */
header .header-vector {
  position: absolute;
  left: 0;
  width: 52.5%;
  top: -1px;
  overflow: hidden;
}

header .header-inner .row1 {
  border-bottom: unset !important;
}

header .right-header span {
  font-weight: 900;
  font-size: 24px;
  color: var(--primary-color);
  font-family: var(--YekanBakh);
}

header .header-inner .row1 .left-section .workers,
header .header-inner .row1 .left-section .bosses {
  font-weight: 900 !important;
  font-size: 14px !important;
  cursor: pointer;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: var(--iransans) !important;
  font-size: 15px;
  font-weight: 500;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner .container {
  margin-left: 0px;
  padding-left: 0px;
}

header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-inner {
  opacity: 1;
  padding: 30px 0;
  background-color: #f9f9f9;
}

main .top-two-sections .main-slider .swiper .swiper-wrapper .swiper-slide .glass-layer {
  background-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px);
}

main .top-two-sections .main-slider .swiper .swiper-wrapper .swiper-slide .glass-layer .label {
  color: #ffffff !important;
}

main .top-two-sections .main-slider .main-slider-navigation .nav-wrap img {
  margin-top: unset !important;
}

main .top-two-sections .widgets-section .widget1 .svg-wrap svg,
main .top-two-sections .widgets-section .widget2 .svg-wrap svg {
  fill: var(--primary-color);
}

main .top-two-sections .widgets-section .widget2 .svg-wrap {
  background-color: white;
}

main .top-two-sections .widgets-section .widget1 .widget-desc-wrapper .widget-title,
main .top-two-sections .widgets-section .widget2 .widget-desc-wrapper .widget-title {
  font-weight: 900 !important;
  font-size: 18px !important;
}

main .top-two-sections .widgets-section .widget1 .widget-desc-wrapper .widget-desc,
main .top-two-sections .widgets-section .widget2 .widget-desc-wrapper .widget-desc {
  font-size: 15px !important;
  font-weight: 300 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

main .about-us .activity-section .activity {
  background-color: var(--secondary-color);
  border-radius: 14px;
  padding: 8px 16px;
  gap: 4px;
  margin-bottom: 16px;
  width: fit-content;
}

main .about-us .activity-section .activity div {
  gap: 18px;
}

main .about-us .activity-section .activity .activity-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--title-color);
  white-space: nowrap;
}

main .about-us .activity-section .activity .activity-line {
  height: 24px;
  border: 1px solid #cdd0d7;
}

main .about-us .activity-section .activity .activity-time {
  font-weight: 600;
  font-size: 14px;
  color: var(--title-color);
  font-family: var(--IranSansNum);
}

main .about-us .activity-section .read a {
  border: 1px solid var(--primary-color);
  border-radius: 76px;
  padding: 9px 27px;
}

main .about-us .activity-section .read {
  padding-top: 16px;
  gap: 16px;
}

main .about-us .activity-section .read .call-us,
main .about-us .activity-section .read .about:hover {
  color: white;
  background-color: var(--primary-color);
}

main .about-us .activity-section .read .about,
main .about-us .activity-section .read .call-us:hover {
  background-color: white;
  color: var(--primary-color);
}

main .about-us .activity-section .read .call-us,
main .about-us .activity-section .read .about {
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
}

main .top-two-sections .widgets-section .widget1 .bg-arrow,
main .top-two-sections .widgets-section .widget2 .bg-arrow {
  position: absolute;
  left: 0;
  transform: translate(15.5px, 0px);
}

main .top-two-sections .widgets-section .widget1 .svg-wrap,
main .top-two-sections .widgets-section .widget2 .svg-wrap {
  z-index: 2;
}

main .top-two-sections .widgets-section .widget1 .svg-wrap,
main .top-two-sections .widgets-section .widget2 .svg-wrap {
  border-radius: 20px;
  margin: 7px 7px 7px 13px;
  padding: 5px 7px;
  background-color: white;
}

/* main .services .title::before,main .services .title::after {
  content: unset;
} */
main .services .title::before,
main .services .title::after,
main .articles .title-section::before,
main .articles .title-section::after,
main .faq-section .title-faq-section::before,
main .faq-section .title-faq-section::after {
  border: 2px solid var(--primary-color);
  width: 49px;
  content: "";
}

main .services .title,
main .articles .title-section,
main .faq-section .title-faq-section {
  color: white;
  text-align: center;
  font-size: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--iransans);
  font-weight: 800;
  color: var(--title-color);
}

main .faq-section #accordion .card .card-header {
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 0;
  border: 0;
  padding: 14px;
position: relative;
}
.svggg{
  width: 70px;
    rotate: -90deg;
    height: 70px;
    bottom: -24.4px;
    left:0px;
    z-index: 1;
}

main .faq-section #accordion .card-header h5 .QA-bg {
  position: absolute;
  left: 0;
  transform: translate(9px, -10px);
}

.faq-section #accordion .card-header h5 .btn>span {
  font-weight: 700;
  font-size: 14px;
  color: var(--title-color);
  align-items: center;
  display: flex;
}

main .faq-section #accordion .card .card-body {
  background-color: transparent;
  margin-top: 10px;
  font-family:var(--IranSansNum);
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: var(--text-color);
  font-size: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-radius: 15px;
  padding-top: 0;
  padding-bottom: 0.25rem;
}
.nav-item.dropdown a.have-sub:hover .sub-menu{
    max-width: 300px;
    min-width: 200px;

}
main .services .swiper .swiper-wrapper .swiper-slide .service .service-img-wrapper {
  position: unset;
  text-align: unset;
  height: 282px;
  width: 197px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
main .services .swiper .swiper-wrapper .swiper-slide .service .service-img-wrapper img{
  transition: all .3s;
}
main .services .swiper .swiper-wrapper .swiper-slide:hover img{
  scale: 1.1;
}
main .articles .container .blog-card {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  overflow: hidden;
  transition: all .3s;
}

main .articles .container .blog-card:hover {
  transform: translate(0, -6px);
  transition: all .3s;
}



main .articles .container .blog-card .blog-big-image>img {
  width: 100%;
  height: 372px;
  object-fit: cover;
  border-radius: 20px;
}

main .articles .container .blog-card .big-blog-footer {
  background-image: url("../img/bg-blog-footer.svg");
  background-repeat: no-repeat;
  position: relative;
  margin-top: -150px;
  z-index: 2;
  width: 100%;
  height: 106px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 23px 15px 0px 15px;
}

main .articles .container .blog-card .big-blog-footer .big-blog-read {
  gap: 5px;
}

main .articles .container .blog-card .big-blog-footer .big-blog-read>span {
  background-color: var(--primary-color);
  border: 6px solid var(--theired-color);
  border-radius: 25px;
  color: white;
  font-family: var(--IranSansNum);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  padding: 17px 17px 12px 17px;
}

main .articles .container .blog-card .big-blog-footer .big-blog-read h6 {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 12px;
  font-weight: 400;
}

main .articles .container .blog-card .big-blog-footer .flex-cloumn h6 {
  font-weight: 700;
  font-size: 20px;
  color: var(--title-color);
}

main .articles .container .blog-card .big-blog-footer .flex-cloumn div {
  gap: 5px;
}

main .articles .container .blog-card .big-blog-footer .flex-cloumn div span,
main .articles .container .blog-card .small-blog-footer .flex-cloumn div>span {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-color);
  font-family: var(--IranSansNum);
}

main .articles .container .blog-card .blog-small-image>img {
  width: 100%;
  height: 372px;
  object-fit: cover;
  border-radius: 20px;
}

main .articles .container .blog-card .small-blog-footer {
  background-image: url("../img/bg-small-blog-footer.svg");
  background-repeat: no-repeat;
  position: relative;
  margin-top: -181px;
  z-index: 2;
  width: 100%;
  height: 137px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding-top: 36px;
}

main .articles .container .blog-card .small-blog-footer .big-blog-read {
  gap: 5px;
}

main .articles .container .blog-card .small-blog-footer .big-blog-read>span {
  background-color: var(--primary-color);
  border: 6px solid #cac3f7;
  border-radius: 25px;
  color: white;
  font-family: var(--IranSansNum);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  padding: 17px 17px;
}

main .articles .container .blog-card .small-blog-footer .big-blog-read h6 {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 12px;
  font-weight: 400;
}

main .articles .container .blog-card .small-blog-footer .flex-cloumn h6.blog-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--title-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

main .articles .container .row .nav-link {
  padding: 0.5rem;
}

main .articles .container .row .col-6,
main .articles .container .row .col-md-8,
main .articles .container .row .col-md-4,
main .articles .container .row .col-md-4 .col-12 {
  padding-right: 0;
  padding-left: 0;
}

main .articles .container {
  padding-right: 8px;
  padding-left: 8px;
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--primary-color);
  transition: all .3s;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next,
.swiper-button-prev {
  top: unset;
}

main .articles .swiper-button-prev a svg,
main .articles .swiper-button-next a svg {
  fill: var(--primary-color);

}

main .articles .swiper-button-prev:hover svg,
main .articles .swiper-button-next:hover svg {
  fill: #ffffff;
  transition: all .3s;
}

main .articles .swiper-button-prev a svg {
  margin-right: 3px;
}

.swiper-button-next,
.swiper-button-prev {
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  width: 33px;
  height: 33px;
}

.swiper-button-next {
  right: 50%;
  transform: translate(39px, 50px);
}

.swiper-button-prev {
  left: 50%;
  transform: translate(-39px, 50px);
}

/* .swiper-button-next-service {
  position: absolute;
  right: 50%;
  transform: translate(-50%, 50px);
}

.swiper-button-prev-service {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50px);
} */
.button-slider-service {
  gap: 10px;
  display: flex;
  right: 50%;
  transform: translate(50%, 50px);
  position: absolute;
}

.button-slider-service .swiper-button-next-service,
.button-slider-service .swiper-button-prev-service {
  width: 33px;
  height: 33px;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.button-slider-service .swiper-button-next-service:hover,
.button-slider-service .swiper-button-prev-service:hover {
  background-color: var(--primary-color);
  transition: all .3s;

}

.button-slider-service .swiper-button-next-service:hover a svg,
.button-slider-service .swiper-button-prev-service:hover a svg {
  fill: #ffffff;

}

.button-slider-service .swiper-button-next-service a svg,
.button-slider-service .swiper-button-prev-service a svg {
  fill: var(--primary-color);
}

main .services .chevron-right a svg {
  transform: translate(1px, -1px);
}

main .services .chevron-left a svg {
  transform: translate(-2px, -1px);
}

main .articles .container .blog-card .small-blog-footer .big-blog-footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 38px;
}

main .articles .container .blog-card .small-blog-footer .flex-cloumn p {
  font-weight: 300;
  font-size: 13px;
  color: var(--text-color);
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

main .articles .container .blog-card .small-blog-footer .flex-cloumn div {
  gap: 5px;
}


main .articles .container .blog-card .small-blog-footer .flex-cloumn .small-blog-read span {
  background-color: var(--primary-color);
  border: 6px solid var(--theired-color);
  border-radius: 25px;
  color: white;
  font-family: var(--IranSansNum);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  padding: 17px 17px 12px 17px;
}

main .articles .container .blog-card .small-blog-footer .flex-cloumn .small-blog-read h6 {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 12px;
  font-weight: 400;
}

main .consult-section .container a:hover .bg-blue {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

main .top-two-sections .widgets-section .widget:hover .widget1 .bg-blue {
  transform: translate(0px, 0px) !important;
}

main .consult-section .container .tel-info {
  transition: all .3s;

}

main .consult-section .container a:hover .tel-info {
  color: var(--primary-color);
  background-color: #ffffff;
  transition: all .3s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}



/* callus page */

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.breadcrumb {
  background-image: url("../img/slider/slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  border-radius: 0 !important;
  font-family: var(--iransans);
  padding: 0 !important;
}

main .breadcrumb .breadcrumb-title {
  /* background-color: rgb(27 7 153 / 70%); */
  height: 100%;
  width: 100%;
  position: relative;
}
main .breadcrumb .breadcrumb-title::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary-color); 
  opacity: 0.5;
  pointer-events: none;
}

main .breadcrumb .breadcrumb-title h6 {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  z-index: 1;
}

main .breadcrumb .breadcrumb-title span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

main .container .callus-contant {
  padding: 50px 0 70px;
  gap: 16px;
  display: grid;
}

.form-control:focus {
  box-shadow: unset !important;
}

main .container .callus-contant .right-box-callus p {
  margin-bottom: 0;
}

main .container .callus-contant .right-box-callus {
  /* width: 430px; */
  background-color: #f5f5f5;
  border-radius: 20px;
  /* transform: translate(-74px, 0); */
  z-index: 2;
  padding: 24px;
}

main .container .callus-contant .right-box-callus img,.bg-icon-cantact-page {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 6px 6px;
  border-radius: 12px;
  width: 35px;
  height: 35px;
  min-width: 35px;
}
.bg-icon-cantact-page{

}
main .container .callus-contant .right-box-callus h6,
main .container .callus-contant .left-box-callus h6 {
  color: var(--title-color);
  font-weight: 800;
  font-size: 20px;
}



main .container .callus-contant .right-box-callus .phone-number {
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  font-family: var(--IranSansNum);
}

main .container .callus-contant .right-box-callus .social-media img {
  transition: all .3s;
}

main .container .callus-contant .right-box-callus .social-media img:hover {
  transition: all .3s;
  transform: translateY(-10px);
}

main .container .callus-contant .right-box-callus .phone-number p {
  display: flex;
  flex-direction: column;
}

main .container .callus-contant .right-box-callus .social-media {
  gap: 10px;
}

main .container .callus-contant .right-box-callus .mail-address {
  gap: 5px;
  font-family: var(--iransans);
  font-size: 16px;
  font-weight: 300;
}

main .container .callus-contant .right-box-callus .social-media img {
  width: 35px;
  height: 35px;
}

main .container .callus-contant .right-box-callus .work-time,
main .container .callus-contant .right-box-callus .mail-address,
main .container .callus-contant .right-box-callus .address {
  gap: 5px;
  font-family: var(--IranSansNum);
  font-weight: 500;
  font-size: 14px;
}


main .container .callus-contant .left-box-callus {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 24px;
}



main .container .callus-contant .location iframe {
  width: 100%;
  border-radius: 20px;
  height: 430px;
}

main .container .callus-contant .location .col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;

}

main .container .callus-contant .left-box-callus .contact-form input,main .container .callus-contant .left-box-callus .contact-form .captcha  {
  padding: 11px 8px;
  border-radius: 14px;
  border: 1px solid #f5f5f5;

}
main .container .callus-contant .left-box-callus .contact-form .captcha input {
  padding: 0;
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
main .container .callus-contant .left-box-callus .contact-form .captcha{
  background-color: #fff;
  width: fit-content;
  flex-wrap: nowrap;
}
main .container .callus-contant .left-box-callus .contact-form .captcha input::placeholder{
  font-size: 14px;
}
main .container .callus-contant .left-box-callus .contact-form a span {
  color: #ffffff;
  background-color: var(--primary-color);
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

main .container .callus-contant .left-box-callus .form-control {
  border-radius: 14px;
  border: 1px solid #f5f5f5;
  resize: none;
}

.contact-form input:focus {
  outline: none;
}

main .container .callus-contant .left-box-callus form div input {
  width: 49.5%;
}


/* Blog page */
main .row .articles .container .row .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

main .container .row .articles {
  padding: 0px 0;
}

main .container .row .articles nav ul .page-item a,
main .gallerypic nav ul .page-item a {
  font-family: var(--IranSansNum);
  color: var(--title-color);
}

.page-link {
  border: none !important;
}

.page-link:hover {
  border-radius: 50px;
}

.page-item:first-child .page-link {
  border-radius: .25rem !important;

}

.page-item:last-child .page-link {
  border-radius: .25rem !important;

}



/* GallerPic page */
main .container .row .col-md-8.odd-row {
  padding-left: 0;
}

main .container .row .col-md-8.even-row {
  padding-right: 0;
}

main .gallerypic .container .row .col-md-8,
main .gallerypic .container .row .col-md-4 {
  overflow: hidden;
}

main .gallerypic .container .row .col-md-4:hover,
main .gallerypic .container .row .col-md-8:hover {
  transition: all .3s;
}

main .gallerypic .container .row .col-md-8:hover img,
main .gallerypic .container .row .col-md-4:hover img {
  scale: 1.02;
  transition: all .3s;
}

main .gallerypic .container .row .col-md-8,
main .gallerypic .container .row .col-md-4 {
  border-radius: 20px;
  height: 450px !important;
  padding: 0;
  overflow: hidden;

}

main .gallerypic .container .row {
  justify-content: space-between !important;
  row-gap: 10px !important;
}

/* main .gallerypic .container .row .col-md-8 a,
main .gallerypic .container .row .col-md-4 a {
  border-radius: 20px;
} */

main .gallerypic .container .row .col-md-8 img,
main .gallerypic .container .row .col-md-4 img {
  object-fit: cover;
  height: 100%;
  transition: all .3s;
}

main .gallerypic {
  padding: 50px 0;
}


/* success page */
main .success {
  background-color: #f5f5f5f5;
  padding: 50px 100px;
  border-radius: 20px;
  position: absolute;
  right: 50%;
  /* left: 0; */
  top: 50%;
  transform: translate(50%, -50%);
  line-height: 36px;
}

main .success h6 {
  font-weight: 900;
  font-size: 20px;
}

main .success p {
  font-weight: 600;
  font-size: 18px;
}

/* single blog */
main.single-blog .consult-section {
  transform: translate(50%, 0);
  position: absolute;
  width: 100%;
  right: 50%;
  margin-top: -77px;
}

main.single-blog .single-blog-text {
  padding: 0 0 130px 0;
}

main .single-blog-text p {
  margin-bottom: 0px;
  font-size: 16px;
  color: var(--text-color);
  text-align: justify;
}

main .single-blog-text h6 {
  font-weight: 700;
}

.single-blog .bg-footer {
  height: 40px;
}


/* about page */
main.single-blog .about-us {
  padding: 20px 0px 108px;
}





.hamburger {
  position: absolute;
  left: 30px;
  z-index: 10;
}

.hamburger .line {
  width: 32px;
  height: 3px;
  background-color: var(--primary-color);
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#forget_overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFF;
  opacity: 0.9;
  z-index: 99999999;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

.myloader,
.myloader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4.05em;
}

.myloader {
  left: 50%;
  margin-left: -4em;
  font-size: 10px;
  border: 0.8em solid var(--primary-color);
  border-left: 0.8em solid rgba(204, 204, 204, 1);
  animation: spin 1.1s infinite linear;
}

.border-red {
  border: 1px solid red !important;
}

.lable {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.search {
  background-color: #f4f4f4;
  color: #0c0c0c;
  border-radius: 10px;
  padding: 10px;
  margin-left: 5px;
  transition: all 0.3s;
  font-size: 15px;
  white-space: nowrap;
}

.search_item a:hover {
  color: #0c0c0c;
  text-decoration: none;
  transform: translate(0, -3px);
  display: inline-block;
}

.search_item {
  flex-wrap: wrap;
  height: 70px;
}

@media only screen and (max-width:992px) {

  .mrb {
    margin-bottom: 1rem !important;
  }

  .mrb-4 {
    margin-bottom: 6.5rem !important;
  }


}

.gallery-cnt {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

.grid-cnt {
  display: flex;
  justify-content: center;
  margin: 4px auto 0 auto;
}

.picture-item-cnt {
  padding: 4px;
  width: 33.33%;
}

.picture-item-cnt .picture-item {
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 16px;
  display: block;
  position: relative;
}

.picture-item-cnt .picture-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.picture-item-cnt .picture-item:hover img {
  scale: 1.05;
}

.title_faq {
  background-color: var(--primary-color);
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
}

.desc_faq {
  background-color: #F4F4F4;
  margin-bottom: 10px;
  text-align: justify;
  color: #504F4F;
  font-size: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px;
}

.category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
    justify-content: center;
    background: #f4f4f4;
    width: fit-content;
    padding: 8px;
    border-radius: 30px;
}

.filter-item {
    padding: 6px 12px;
    border-radius: 30px;
    background: #ffffff;
    color: var(--primary-color);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-item:hover {
    background: var(--primary-color);
    color: #fff;
}

.filter-item.active {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 10px var(--third-color);
}

.header-logo{
  max-height: 80px;
}
@media (max-width:680px){
  .header-logo{
    max-height: 60px;
  }
}
@media (max-width:992px){
  .header-logo{
    max-height: 51px;
  }
}
.sub-menu{
  transition: all .3s;
opacity: 0;
}
.nav-item.dropdown a.have-sub:hover .sub-menu{
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dropdown-menu .sub-menu{
  top:0;
  right: 100%;
  max-width: 0;
  transition: all .3s;
  padding-right: 30px;
}
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu.maghale{
  max-width: 230px;
  width: auto;
} 
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu.maghale.open{
  max-width:400px;
}
.sub-menu-cntt{
  max-width: 250px;
}
header .header-inner .row2 nav .navbar-collapse .navbar-nav .dropdown .dropdown-menu.maghale .dropdown-menu-inner{
  padding-right: 15px;
  padding-left: 15px;
}
.tab {
  position: relative;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  color: red;
  /* border: 2px solid; */
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  background-color: #ffffff;
    border-radius: 15px;

  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}
.blog-desc{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
}.single-service-img{
border-radius: 14px;
height: 350px;
}
.single-service-img img{
  object-fit: cover;
}
.single-service h5{
  font-weight: 600;
  color: var(--title-color);
}
.adrian-logo span{
  font-size: 12px;
  font-weight: 500;
  color: #777d91;
  transition: all .3s;
  transform: translateY(30px);
  visibility: hidden;
}
.adrian-logo{
  gap: 4px;
  overflow: hidden;
  margin: .5rem 0rem;
}
.adrian-logo:hover span{
  transform: translateY(0px);
  visibility: visible;
}
.faq-dropdown-cnt{
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 45px;
}
.subsub-menu{
  max-height: 0;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
.subsub-menu.open{
  max-height: 250px;
  transition: all .3s;
  visibility: visible;
  opacity: 1;
}
.mobile-sub-menu svg{
  transition: all .3s;
}
.mobile-sub-menu.open svg{
rotate: -90deg;
}