@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IranNastaliq";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IranNastaliq.ttf") format("truetype");
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}
body {
  direction: rtl !important;
  font-family: IRANSans !important;
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #585857;
  color: #fff;
}
* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
ul,
p {
  margin-bottom: 0 !important;
}
.logo img{
  /*width: 60px;*/
}
a {
  text-decoration: none !important;
}
.fw-bold {
  font-weight: 700 !important;
  font-family: IranNastaliq;
}
.h4, h4 {
  font-size: 1rem;
}
/*header*/
.topLinkHeader {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

/*====header====*/
@media screen and (max-width: 767.99px) {
  .top-header .d-flex {
    justify-content: space-between;
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
  background-color: #292929;
}
.top-header {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #d1651a;
  background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
  background-image: -webkit-linear-gradient(left, #151515, #5b5b5a);
  background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
  background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
  background-image: -o-linear-gradient(left, #d1651a, #c1282a);
  text-align: right;
  border-top: 1px solid #100800;
}
.d-flex.phone {
  color: #fff;
  align-items: center;
  gap: 3px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: none;
  font-weight: bold;
}
.d-flex.btn-telegarm {
  color: #fff;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  line-height: 1;
}
.d-flex.btn-cal {
  color: #fff;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  line-height: 1;
}


.c-navi.js-navi {
  transition: all 0.5s linear;
  position: relative;
}

li.has-sub li,
.has-sub ul li {
  list-style: none;
}

.has-sub ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 14px !important;
  padding: 10px 0 5px 0;
  background: #292929;
}

li.has-sub ul li:hover > a {
  color: #fff;
  background-color: #565655;
}

li.has-sub:hover > ul {
  left: auto;
}

li.has-sub:hover > ul > li {
  height: 45px;
}

li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
  position: relative;
}

li.has-sub ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #9f9f9f;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li.has-sub li.has-sub > a::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

li.has-sub li.has-sub > a::after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}

li.has-sub ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.has-sub i,
.c-navi-new-list__category-item > li i {
  font-size: 7px;
  vertical-align: middle;
  color: #fff;
}
.c-navi-new-list {
  display: flex;
  width: 100%;
  align-items: center;
}
.c-navi-new-list li {
  list-style: none;
}
.c-navi-new-list__category-item > li {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-left: 35px;
}
.c-navi-new-list__category-item.p-0 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
}
.c-navi-new-list__category-item li a {
  color: #fff;
  font-size: 15px;
}
.link-btn {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 5px 34px;
  -webkit-transition: all 0.2s linear 0ms;
  -khtml-transition: all 0.2s linear 0ms;
  -moz-transition: all 0.2s linear 0ms;
  -ms-transition: all 0.2s linear 0ms;
  -o-transition: all 0.2s linear 0ms;
  transition: all 0.2s linear 0ms;
  border-radius: 999px;
  -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #c1282a;
  background-image: -webkit-linear-gradient(
          90deg,
          #d1651a 0%,
          #c1282a 50%,
          #d1651a
  );
  background-image: -moz-linear-gradient(
          90deg,
          #d1651a 0%,
          #c1282a 50%,
          #d1651a
  );
  background-image: -ms-linear-gradient(
          90deg,
          #d1651a 0%,
          #c1282a 50%,
          #d1651a
  );
  background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
  background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: 300%, 1px;
  background-position: 0;
}
.link-btn:hover{
  color: #fff;
  opacity: 0.9;
}
/*end header*/

/* حالت هاور */
.topLinkHeader:hover {
  background-color: #f0f0f0; /* رنگ پس‌زمینه هنگام هاور */
  color: #d1651a !important;            /* رنگ متن هنگام هاور */
}

/*mainSlider*/
/* کل اسلایدر و اسلایدها */
#mainSlider,
#mainSlider .carousel-inner,
#mainSlider .carousel-item {
  height: 100vh;
  min-height: 400px;
  width: 100%;
}

.carousel-item {
  position: relative;
  overflow: hidden;
}
.typed-cursor{
  display: none;
}
/* هاله نیم دایره بالای اسلایدر */
.halo-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgb(85 85 84) 0%, transparent 70%);
  border-radius: 450px 350px 0 0;
  opacity: 0;
  filter: blur(15px);
  animation: haloTopSmooth 1s ease-out forwards;
  animation-delay: 0.5s;
}

/* انیمیشن نرم و مدرن */
@keyframes haloTopSmooth {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
    filter: blur(20px);
  }
  50% {
    opacity: 0.6;
    transform: translateX(-50%) scale(0.9);
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    filter: blur(8px);
  }
}

#mainSlider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* کل صفحه برای caption */
#mainSlider .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.4);
  padding: 20px;
  border-radius: 0;
  text-align: center;
}

/* دکمه‌های قبلی و بعدی */
#mainSlider .carousel-control-prev,
#mainSlider .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  /* پس‌زمینه گرادینت */
  background: linear-gradient(90deg,#d1651a 0%,#c1282a 50%,#d1651a 100%);

  /* سایه برای برجستگی */
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}


/* حالت دسکتاپ (فاصله 60px) */
#mainSlider .carousel-control-prev { right: 60px; }
#mainSlider .carousel-control-next { left: 60px; }

/* حالت موبایل */
@media (max-width: 768px) {
  #mainSlider .carousel-control-prev { right: 7px; }
  #mainSlider .carousel-control-next { left: 7px; }
}

/* افکت هاور */
#mainSlider .carousel-control-prev:hover,
#mainSlider .carousel-control-next:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.5);
}

/* آیکون سفید داخل دکمه */
#mainSlider .carousel-control-prev-icon,
#mainSlider .carousel-control-next-icon {
  width: 25px;
  height: 25px;
}
/*end mainSlider*/


/*start aboutParent*/
#aboutParent {
  display: flex;
  justify-content: center; /* وسط افقی */
  align-items: center;     /* وسط عمودی */
  height: 100vh;           /* کل ارتفاع صفحه */
}

#aboutChild {
  display: flex;
  justify-content: center; /* وسط افقی */
  align-items: center;     /* وسط عمودی */
  height: 100%;            /* یا مقدار دلخواه */
  width: 100%;             /* یا مقدار دلخواه */
  text-align: center;      /* متن داخلش هم وسط */
}

.scrollToAbout {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: none; /* بدون پس‌زمینه دکمه */
  border: none;
  cursor: pointer;
  z-index: 20;
}

.scrollToAbout i {
  font-size: 2rem;
  color: white;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

/* حالت موبایل */
@media (max-width: 768px) {
  .scrollToAbout {
    bottom: 130px;           /* کمی بالاتر از پایین */
    left: 50%;
    transform: translateX(0%);
  }
  .scrollToAbout i {
    font-size: 1.8rem;      /* مناسب موبایل */
  }
  #aboutParent {
    height: auto;
  }
}
/*end aboutParent*/


/*هدر موبایل*/
/* مخفی کردن هدر موبایل در دسکتاب */
.mobileFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #585857;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  z-index: 1000;
}

.mobileFooter .footerItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  flex: 1;
}

.mobileFooter .footerItem i {
  font-size: 20px;
  margin-bottom: 4px;
}

.mobileFooter .footerItem:hover {
  color: #d1651a;
}

@media (min-width: 768px) {
  .mobileFooter {
    display: none; /* فقط در موبایل نمایش داده شود */
  }
}

/*دکمه بازگشت به بالا*/
#backToTop {
  position: fixed;
  bottom: 80px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d1651a, #f08a3c);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  opacity: 0;
  pointer-events: none; /* وقتی مخفی هست کلیک‌پذیر نباشه */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 9999;
}

#backToTop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/*دکمه بازگشت به بالا*/

/*امضای سایت / کپی رایت*/
.copyRight {
  font-size: 13px;
  color: #ffffff;
  padding: 5px 15px 5px 0;
  background-color: #d1651a;
  background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
  background-image: -webkit-linear-gradient(left, #151515, #5b5b5a);
  background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
  background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
  background-image: -o-linear-gradient(left, #d1651a, #c1282a);
  text-align: right;
  border-top: 1px solid #100800;
}

.copyRight a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.copyRight a:hover {
  text-decoration: underline;
}

/* موبایل وسط چین */
@media (max-width: 768px) {
  .copyRight {
    display: none;
  }
}
/*پایان هدر موبایل*/

/*search*/
#searchWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(76 72 72 / 97%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}

.search-icon-btn{
  font-size: 18px;
  cursor: pointer;
}

/* حالت فعال */
#searchWrapper.active {
  opacity: 1;
  pointer-events: auto;
}

/* باکس جستجو */
.search-box {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 600px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 5px;
  animation: fadeInUp 0.4s ease;
}

/* ورودی */
.search-box input {
  flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 18px;
  outline: none;
}

/* دکمه جستجو */
#searchBtn {
  background: linear-gradient(90deg,#d1651a 0%,#c1282a 50%,#d1651a 100%);
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 25px;
  margin-right: 5px;
}

/* دکمه بستن بیرون از search-box */
.closeSearch {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0,0,0,0.2);
  border: none;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.closeSearch:hover {
  background: rgba(0,0,0,0.5);
}

@keyframes fadeInUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/*end search*/

/******float-icons*****/
.fix-qaccess {
  direction: ltr;
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1001;
  top: 50%;
  left: 0;
}
.fix-qaccess li {
  direction: rtl;
}
.fix-qaccess li svg {
  max-width: 40px;
}
.fix-qaccess li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.fix-qaccess li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  font-size: 15px;
  padding: 7px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  background-image: linear-gradient(90deg, #d1651a 0%, #b4510a 50%, #d1651a);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fix-qaccess li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 12px;
  padding: 5px 20px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7941d;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(50px) rotateY(90deg);
  transform: perspective(50px) rotateY(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 0;
}
.fix-qaccess li a svg,
.fix-qaccess li a img {
  width: 34px !important;
  height: 50px !important;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.fix-qaccess li a:hover span {
  background: #52595b;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 767.99px) {
  .fix-qaccess {
    display: none;
  }
}
/*******item-section*****/
.item-section {
  background: url("../img/formContactBg.png");
  background-repeat: no-repeat;
}

/*mapSectionHome*/
/* فاصله و چینش آیتم‌ها */
#mapSection #box4 {
  gap: 20px;
}

#mapSection .contact-item {
  background: rgb(41 41 41);
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative
}

/* افکت هاور برای آیتم */
#mapSection .contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

/* آیکون‌ها */
#mapSection .item--icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  float: right;
}

#mapSection .item--icon i {
  font-size: 26px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 16px;
  margin-left: 19px;
}

/* دایره پشت آیکون با گرادیانت */
#mapSection .item--shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d1651a 0%, #c1282a 50%, #d1651a 100%);
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

/* افکت هاور روی دایره آیکون */
#mapSection .contact-item:hover .item--shape {
  transform: scale(1.15);
}

/* عنوان و توضیحات */
#mapSection .item--title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #26a69a;
  display: block !important;
  width: 100%;
  text-align: right;
}
#mapSection .item--description {
  display: block !important;
  width: 100%;
  text-align: right;
  font-size: 20px;
}

#mapSection .item--description a {
  color: #555;
  text-decoration: none;
}

#mapSection .item--description a:hover {
  color: #7da9a5;
  text-decoration: underline;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  #mapSection #box4 {
    gap: 15px;
  }
}
/*end mapSectionHome*/

.btuCustom{
  background: linear-gradient(90deg,#d1651a 0%,#c1282a 50%,#d1651a 100%);
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 5px; /* گرد و شیک */
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: all 0.6s ease;

}
.btuCustom:hover{
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.5);
  background: linear-gradient(90deg,#c1282a 0%,#d1651a 50%,#c1282a 100%);
  color: #fff;
}


































.justify-flex-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .justify-flex-end-md {
  justify-content: flex-end;
}
  /*.container,*/
  /*.container-md,*/
  /*.container-sm {*/
  /*  max-width: 1600px;*/
  /*}*/
}
@media screen and (max-width: 767.99px) {
  .p-xs-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .main-title-section {
    font-size: 21px !important;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
}


.single-box {
  background-color: #292929;
  padding: 20px;
  text-align: center;
  border: 3px solid #ffffff75;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.single-box::after {
  width: 0;
  height: 0;
  background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  content: "";
  bottom: 0;
  z-index: 1;
  border-radius: 100%;
  transition: all 0.2s linear;
}
.single-box:hover {
  border-color: #c25b12;
  box-shadow: 0px 9px 17.8px 5px rgba(0, 0, 0, 0.11);
}
.single-box:hover .read-more {
  color: #c25b12;
}
.single-box:hover::after {
  width: 22px;
  height: 22px;
  bottom: -8px;
}
.single-box i {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-box h3 {
  color: #fff;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 900;
}
.single-box:hover h3 {
  color: #c25b12;
  font-weight: 900;
}

.single-box:hover i {
  color: #b95f02;
}


.single-box p {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  min-height: 88px;
}
.single-box .read-more {
  line-height: 1;
  color: #fff;
  position: relative;
  display: inline-block;
}
.single-box p a {
  color: #bf590e;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .item-section {
    /*margin-top: -100px;*/
    position: relative;
    z-index: 1;
  }
}
/**********social-section**********/
.ct-grid-inner.ct-grid-masonry.row {
  position: relative;
}
.item--inner {
  border: 1px solid #2f1a03;
  padding: 32px 20px 23px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  -webkit-transition: all 0.2s linear 0ms;
  -khtml-transition: all 0.2s linear 0ms;
  -moz-transition: all 0.2s linear 0ms;
  -ms-transition: all 0.2s linear 0ms;
  -o-transition: all 0.2s linear 0ms;
  transition: all 0.2s linear 0ms;
}
.item--inner .item--holder {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.item--icon {
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.item--inner.active .item--icon i {
  color: #008154;
}
.item--inner.active .item--title {
  color: #008154;
}
.item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.item--inner .item-line-bottom {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
}
.item-line {
  background-color: #75a1fb;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear 0ms;
  -khtml-transition: all 0.2s linear 0ms;
  -moz-transition: all 0.2s linear 0ms;
  -ms-transition: all 0.2s linear 0ms;
  -o-transition: all 0.2s linear 0ms;
  transition: all 0.2s linear 0ms;
  z-index: 99;
}
.item-line-top {
  top: -1px;
}
.item-line-top,
.item-line-bottom {
  width: calc(100% + 160px);
  width: -webkit-calc(100% + 160px);
  height: 2px;
  left: -80px;
  bottom: 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to right,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0)
    );
}
.item--inner .item-line-top,
.item--inner .item-line-bottom {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
}
.item--inner.active .item-line {
  opacity: 1;
}
.item-line-left,
.item-line-right {
  height: calc(100% + 160px);
  height: -webkit-calc(100% + 160px);
  width: 2px;
  top: -80px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to top,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0)
    );
}
.item-line-left {
  left: -1px;
}
.item-line-right {
  right: -1px;
}
.item--inner .item-line-left,
.item--inner .item-line-right {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to top, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to top, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
  background: rgba(0, 0, 0, 0)
    linear-gradient(to top, rgba(0, 0, 0, 0), #cc8624, rgba(0, 0, 0, 0));
}
.item--icon i {
  color: #cc8624;
  font-size: 51px;
  -webkit-transition: all 0.2s linear 0ms;
  -khtml-transition: all 0.2s linear 0ms;
  -moz-transition: all 0.2s linear 0ms;
  -ms-transition: all 0.2s linear 0ms;
  -o-transition: all 0.2s linear 0ms;
  transition: all 0.2s linear 0ms;
}
.item--inner.active .item--icon i {
  color: #008154;
}
.item--inner.active .item--title {
  color: #008154;
}
.item--title {
  font-size: 16px;
  line-height: 26px;
  color: #da8633;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-transition: all 0.2s linear 0ms;
  -khtml-transition: all 0.2s linear 0ms;
  -moz-transition: all 0.2s linear 0ms;
  -ms-transition: all 0.2s linear 0ms;
  -o-transition: all 0.2s linear 0ms;
  transition: all 0.2s linear 0ms;
  text-align: center;
}

.social-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/********/
[class^="flaticonv4-"]:before,
[class*=" flaticonv4-"]:before,
[class^="flaticonv4-"]:after,
[class*=" flaticonv4-"]:after {
  font-family: Flaticon-v4;
  font-size: inherit;
  font-style: normal;
}
[class^="flaticonv3-"]::before,
[class*=" flaticonv3-"]::before,
[class^="flaticonv3-"]::after,
[class*=" flaticonv3-"]::after {
  font-family: Flaticon-v3;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
}
.flaticonv3-diamond-ring::before {
  content: "\f120";
}
.flaticonv4-keep-distance::before {
  content: "\f103";
}
.service-section .item--inner.active .item--title {
  color: #ffffff;
  text-align: center;
}
.service-section .item--inner.active .item--icon i {
  color: #cc8624;
}
.service-section .item--icon i {
  color: #292929;
}
.service-section .item--title {
  color: #3b3733;
}
.content-service-section {
  padding: 90px 15px 100px 15px;
  background-color: #e4eaee;
  color: #000;
  border-radius: 10px 10px 0 0;
}
.main-tilte-service {
  font-size: 22px;
  line-height: 44px;
  margin-bottom: 25px;
  font-weight: 900;
}
.item-title {
  font-size: 20px;
  font-weight: 900;
  color: #383838;
  margin-bottom: 10px;
}
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.flex-service:hover .item-icon {
  animation: icon-bounce 0.8s ease-out infinite;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
}
.item-icon {
  margin-right: 0;
  margin-left: 20px;
}
.item-icon:hover {
  cursor: pointer;
}
.ct-heading-divider {
  height: 3px;
  margin-bottom: 20px;
}
.ct-heading-divider span {
  width: 54px;
  height: 3px;
  background-color: #d1651a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d1651a),
    to(#c1282a)
  );
  background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
  background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
  background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
  background-image: -o-linear-gradient(left, #d1651a, #c1282a);
  background-image: linear-gradient(left, #d1651a, #c1282a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1651a',endColorStr='#c1282a',gradientType='1');
  display: inline-block;
  vertical-align: top;
}
.main-title-section {
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.sub-title-section {
  color: #d7cbcb;
  font-size: 42px;
  font-weight: 900;
  line-height: 55px;
}
@media screen and (max-width: 767.99px) {
  .sub-title-section {
    font-size: 30px;
  }
}
.about-section {
  background: -webkit-linear-gradient(left, #5b5b5a, #605151);
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #000;
}
.about-section .desc-me {
  font-weight: 500;
  margin-top: 20px;
  text-align: justify;
  color: #292929;
  font-size: 20px;
  margin-right: 60px;
}

@media screen and (max-width: 767.99px) {
  .about-section .desc-me {
    margin-right: 20px !important;
  }
}

/*******plan-section***/
.plan-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  color: #000;
}
.ct-process-icon {
  height: 111px;
  width: 111px;
  background-color: #d1651a;
  background-image: -webkit-gradient(linear, left top, right top, from(#898888), to(#2d2d2a));
  background-image: -webkit-linear-gradient(left, #898888, #2d2d2a);
  background-image: -moz-linear-gradient(left, #898888, #2d2d2a);
  background-image: -ms-linear-gradient(left, #898888, #2d2d2a);
  background-image: -o-linear-gradient(left, #898888, #2d2d2a);
  background-image: linear-gradient(left, #898888, #2d2d2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1651a',endColorStr='#c1282a',gradientType='1');
  -webkit-border-radius: 111px;
  -khtml-border-radius: 111px;
  -moz-border-radius: 111px;
  -ms-border-radius: 111px;
  -o-border-radius: 111px;
  border-radius: 111px;
  position: relative;
  -webkit-box-shadow: 0px 8px 18px rgba(12, 12, 12, 0.19);
  -khtml-box-shadow: 0px 8px 18px rgba(12, 12, 12, 0.19);
  -moz-box-shadow: 0px 8px 18px rgba(12, 12, 12, 0.19);
  -ms-box-shadow: 0px 8px 18px rgba(12, 12, 12, 0.19);
  -o-box-shadow: 0px 8px 18px rgba(12, 12, 12, 0.19);
  box-shadow: 0px 8px 18px rgba(12, 12, 12, 0.19);
  margin: 0 auto 26px auto;
  line-height: 111px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.ct-process-icon i {
  font-size: 48px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  margin-top: 28px;
}
.row-service .col-6:hover{
  cursor: pointer;
}
.row-service .col-6:hover .ct-process-icon{
  background-color: #100800;
  background-image: none !important;
}
.row-service .col-6:hover .ct-process-icon i{
    font-size: 40px;
}

.ct-process-title {
  color: #0e0e0e;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .ct-process-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.99px) {
  .ct-process-title {
    font-size: 15px;
  }
}
.ct-process-description {
  font-weight: 300;
}
.ct-process-button {
  padding-top: 11px;
}
.ct-process-button a {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #d1651a;
}
[class^="flaticonv5-"]::before,
[class*=" flaticonv5-"]::before,
[class^="flaticonv5-"]::after,
[class*=" flaticonv5-"]::after {
  font-family: Flaticon-v5;
  font-size: inherit;
  font-style: normal;
}
.flaticon-scales-of-justice::before {
  content: "\f12a";
}
.flaticonv5-contract::before {
  content: "\f110";
}
.flaticon-credit-card::before {
  content: "\f126";
}
@media screen and (min-width: 768px) {
  .row-service::before {
    position: absolute;
    width: 100%;
    content: "";
    right: 0;
    height: 2px;
    background-color: #ccc;
    top: 61px;
  }
}
/*******team-section***/
@media screen and (max-width: 991.99px) {
  .owl-team .owl-stage {
    padding-right: 0 !important;
  }
}
.team-section {
  background-color: #e4eaee;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #000;
}
.item--holder {
  padding: 23px 10px 13px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.item--meta {
  flex-grow: 1;
}
.item--title a {
  font-size: 22px;
  margin-bottom: 2px;
  font-weight: 600;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #000;
  display: block;
  text-align: right;
}
.item--position {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 24px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item--social {
  position: relative;
}
.item--social-btn {
  width: 49px;
  background-color: #c1282a;
  height: 49px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 49px;
  display: inline-block;
  line-height: 49px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item--social ul {
  margin: 0 0 30px;
  list-style: none;
  position: absolute;
  width: 49px;
  background-color: #c1282a;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  bottom: 100%;
  left: 0;
  padding: 12px 0;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.item--social ul a {
  color: #fff;
  display: block;
  font-size: 17px;
  box-shadow: none;
  text-decoration: none;
}
.owl-team .item:hover .item--social-btn + ul {
  opacity: 1;
  margin-bottom: 0;
}
.owl-team .item:hover:hover .item--social-btn {
  background-color: transparent;
  color: #c1282a;
}
.owl-team .item {
  border-radius: 10px;
  background-color: #fff;

  position: relative;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.owl-team .item:hover {
  background-color: #000;
}
.owl-team .item:hover .item--title a,
.owl-team .item:hover .item--position {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .img-team {
    height: 254px;
  }
}
@media screen and (max-width: 767.99px) {
  .img-team {
    height: 200px;
  }
}
.img-team {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.img-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px 10px 0 0;
}
.owl-team .item:hover .img-team img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*****************counter-section*****/
.counter-section {
  box-shadow: 0px 8px 35px 0px rgba(28, 27, 27, 0.1);
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.flaticonv6-worldwide::before {
  content: "\f123";
}
.flaticonv7-consulting::before {
  content: "\f103";
}
.counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  justify-content: center;
}
.counter-list li {
  box-sizing: border-box;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .ct-counter-title {
    font-size: 17px;
  }
  .counter-list li {
    flex: 0 0 calc(19% - 10px);
  }
}
@media screen and (max-width: 767.99px) {
  .ct-counter-title {
    font-size: 14px;
  }
  .counter-list li {
    flex: 0 0 calc(48% - 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .counter-list li {
    flex: 0 0 calc(32% - 10px);
  }
}
.ct-counter-title {
  line-height: 30px;
  color: #41496b;
  text-align: center;
  font-weight: 700;
}
.ct-counter-number {
  color: #000c3f;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -3px;
}
.ct-counter-inner:hover .item--icon {
  animation: icon-bounce .8s ease-out infinite;
  -webkit-animation: icon-bounce .8s ease-out infinite;
}
@keyframes icon-bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}
.ct-counter-number-suffix {
  font-size: 16px;
  font-weight: 400;
}
/******comment-section***/
.comment-section {
  background-color: #e4eaee;
  color: #000;
}
.comment-text {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(12, 12, 12, 0.08);
  -khtml-box-shadow: 0 0 8px rgba(12, 12, 12, 0.08);
  -moz-box-shadow: 0 0 8px rgba(12, 12, 12, 0.08);
  -ms-box-shadow: 0 0 8px rgba(12, 12, 12, 0.08);
  -o-box-shadow: 0 0 8px rgba(12, 12, 12, 0.08);
  box-shadow: 0 0 8px rgba(12, 12, 12, 0.08);
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 32px;
  padding-bottom: 30px;
  -webkit-transition: all 0.23s linear 0ms;
  -khtml-transition: all 0.23s linear 0ms;
  -moz-transition: all 0.23s linear 0ms;
  -ms-transition: all 0.23s linear 0ms;
  -o-transition: all 0.23s linear 0ms;
  transition: all 0.23s linear 0ms;
  position: relative;
  color: #000;
}
.item--holder {
  padding-left: 0;
  padding-right: 17px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-top: -7px;
}
.item--image {
  width: 122px;
  min-width: 122px;
  margin-right: 21px;
  -webkit-transition: all 0.23s linear 0ms;
  -khtml-transition: all 0.23s linear 0ms;
  -moz-transition: all 0.23s linear 0ms;
  -ms-transition: all 0.23s linear 0ms;
  -o-transition: all 0.23s linear 0ms;
  transition: all 0.23s linear 0ms;
  margin-right: 0;
  margin-left: 21px;
}
.item--image img,
.ct-testimonial-grid2 .item--image img {
  width: 100%;
  -webkit-border-radius: 122px;
  -khtml-border-radius: 122px;
  -moz-border-radius: 122px;
  -ms-border-radius: 122px;
  -o-border-radius: 122px;
  border-radius: 122px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.23s linear 0ms;
  -khtml-transition: all 0.23s linear 0ms;
  -moz-transition: all 0.23s linear 0ms;
  -ms-transition: all 0.23s linear 0ms;
  -o-transition: all 0.23s linear 0ms;
  transition: all 0.23s linear 0ms;
  -webkit-transform: translateY(-27px);
  -khtml-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  -o-transform: translateY(-27px);
  transform: translateY(-27px);
}
.item--meta {
  margin-top: 23px;
  position: relative;
  padding-bottom: 25px;
}
.comment-section .item--title {
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: right;
  color: #000;
}
.item--position {
  font-size: 15px;
}
.item-rating {
  margin-top: 11px;
  font-size: 14px;
  color: #ecbd00;
  letter-spacing: 0.05em;
  display: flex;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.23s linear 0ms;
  -khtml-transition: all 0.23s linear 0ms;
  -moz-transition: all 0.23s linear 0ms;
  -ms-transition: all 0.23s linear 0ms;
  -o-transition: all 0.23s linear 0ms;
  transition: all 0.23s linear 0ms;
}
.owl-comment .item:hover .item--image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.comment-text::before {
  z-index: -1;
  content: "";
  width: 156px;
  height: 158px;
  -webkit-border-radius: 0 0 158px 158px;
  -khtml-border-radius: 0 0 158px 158px;
  -moz-border-radius: 0 0 158px 158px;
  -ms-border-radius: 0 0 158px 158px;
  -o-border-radius: 0 0 158px 158px;
  border-radius: 0 0 158px 158px;
  background-color: #d1651a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d1651a),
    to(#c1282a)
  );
  background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
  background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
  background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
  background-image: -o-linear-gradient(left, #d1651a, #c1282a);
  background-image: linear-gradient(left, #d1651a, #c1282a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1651a',endColorStr='#c1282a',gradientType='1');
  position: absolute;
  right: 0;
  bottom: -158px;
  -webkit-transition: all 0.23s linear 0ms;
  -khtml-transition: all 0.23s linear 0ms;
  -moz-transition: all 0.23s linear 0ms;
  -ms-transition: all 0.23s linear 0ms;
  -o-transition: all 0.23s linear 0ms;
  transition: all 0.23s linear 0ms;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  left: auto;
}
.owl-comment .item:hover .comment-text::before {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.owl-comment .item {
  padding-bottom: 15px;
}
.owl-comment .item:hover .item-rating {
  bottom: 0;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .comment-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 991.99px) {
  .comment-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
}
/************logo-section*************/
.logo-section {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .owl-logo .item a {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 767.99px) {
  .owl-logo .item a {
    height: 100px;
    width: 100px;
  }
}
.owl-logo .item a {
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.owl-logo .item a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.owl-logo .item:hover a {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/******news-section****/
.news-section {
  background-color: #e4eaee;
  color: #000;
}
.inner-box {
  position: relative;
  display: block;
  background: #fff;
  transition: all 500ms ease;
}
.image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.image-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .image-box a {
    display: block;
    height: 283px;
  }
}
@media screen and (max-width: 767.99px) {
  .news-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .image-box a {
    display: block;
    height: 200px;
  }
}
.inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.inner-box .image-box img {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  transition-property: all;
}
.inner-box .lower-content {
  position: relative;
  padding: 30px 16px 20px 16px;
}
.inner-box .lower-content .post-date {
  position: absolute;
  right: 30px;
  top: -58px;
  width: 78px;
  height: 78px;
  border-radius: 2px;
  text-align: center;
  padding: 12px 10px;
  z-index: 2;
  background-color: #c1282a;
  background-image: -webkit-linear-gradient(
    90deg,
    #d1651a 0%,
    #c1282a 50%,
    #d1651a
  );
  background-image: -moz-linear-gradient(
    90deg,
    #d1651a 0%,
    #c1282a 50%,
    #d1651a
  );
  background-image: -ms-linear-gradient(
    90deg,
    #d1651a 0%,
    #c1282a 50%,
    #d1651a
  );
  background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
  background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.post-date h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
.post-date span {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}
.inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  transition: all 500ms ease;
  margin-bottom: 12px;
}
.inner-box .lower-content h3 a {
  color: #222;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  display: block;
  font-size: 17px;
  min-height: 40px;
}
.post-info {
  position: relative;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 28px;
  padding-right: 0;
}
.post-info::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  right: 0px;
  bottom: 0px;
  background: #ec4e4f;
}
.post-info a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #555;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.post-info img{
  width: 30px !important;
  height: 30px;
  border-radius: 100%;
  display: inline-flex !important;
  margin-left: 2px;
}

.post-info li a {
  display: inline-block;
  color: #555;
}
.inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #555555;
}
.link a i {
  position: relative;
  font-size: 16px;
  margin-left: 10px;
  color: #2d5883;
}
.inner-box:hover .image-box::before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}
.inner-box:hover .link a,
.inner-box:hover .link a i {
  color: #d1651a;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.inner-box:hover .image-box img {
  transform: scale(1.05);
  opacity: 0.2;
}


/*******footer***/
#footerParent{
  background-color: #292929 !important;
  background: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
#footerParent a:hover{
  color: #0a9a69;
  font-weight: bold;
}

@media (max-width: 768px) {
  #footerParent{
    background: none;

  }
}

.footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
footer ul li {
  list-style: none;
}
.title-footer {
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.d-flex.flex-contact {
  align-items: center;
}
.icon-map {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.inf-contact {
  width: calc(100% - 25px);
  color: #ffffff;
  font-weight: 500;
}
.tel {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  direction: ltr;
  line-height: 1;
}
.link-footer li a {
  color: #ffffff;
  font-weight: 500;
  transition: all 0.2s linear;
}
.link-footer li a:hover{
  color: #fff;
}
.namd li {
  display: block;
  text-align: center;
  position: relative;
  height: 99px;
  line-height: 99px;
}
.namd li img {
  object-fit: contain;
  max-height: 100% !important;
}
.social-links li {
  list-style: none;
}
.social-links li a {
  color: #b69d74;
  font-size: 15px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 2.1;
  border-radius: 50%;
  display: inline-block;
}
.social-links li a:hover {
  background-color: #b69d74;
  color: #fff;
}
.social-links {
  padding-right: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.waves > use {
  animation: move-forever 7s -7s linear infinite;
}

.waves > use:nth-child(2) {
  animation-delay: -13s;
  animation-duration: 10s;
}
.waves > use:nth-child(3) {
  animation-delay: -14s;
  animation-duration: 10s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.footer svg {
  position: absolute;
  left: 0;
  top: -61px;
  width: 100%;
  height: 80px;
  max-height: 200px;
}

@media (max-width: 768px) {
  .footer svg {
    top: -26px;
    height: 28px;
  }
}

/*******menu-mobail***/
.mobile-menu {
  direction: rtl;
}
.brandMobile{
  margin-right: 10px;
  /*width: 60px;*/
}

.menu-toggle {
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  color: #57c4cd;
  border: none;
  top: 20px;
  left: 20px;
  z-index: 1001;
  transition: transform 0.3s ease;
  margin-left: 10px;
  margin-top: 5px;
}

.menu-toggle.open {
  transform: rotate(45deg);
}

.menu-toggle.open .line:nth-child(1) {
transform: rotate(90deg);
  position: relative;
  top: 10px;
}

.menu-toggle.open .line:nth-child(3) {
display: none;
}

.menu-toggle .line {
width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
  transition: all 0.3s ease;
}

.menu-panel {
  position: relative;
  width: 100%;
  background: #292929;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  z-index: 999;
}

.menu-panel.active {
  height: 100vh;
  overflow-y: auto;
}

ul.menu-level,
ul.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.has-submenu {
  padding: 16px 10px;
  border-bottom: 1px solid #7b79787a;
  cursor: pointer;
  position: relative;
  color: #fff;
}

.submenu {
  display: none;
  background: #e8eef3;
  padding-left: 20px;
}

.menu-level li {
  color: #fff;
  padding: 16px 10px;
  border-bottom: 1px solid #7b79787a;
  background-color: #292929;
}
.menu-level li a {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.submenu li a {
  color: #fff;
}

.has-submenu a {
  text-decoration: none;
  color: inherit;
}

.has-submenu::before {
  content: "+";
  float: left;
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  transition: transform 0.3s ease;
  font-weight: 300;
}

.has-submenu.open::before {
  content: "-";
  font-size: 30px;
  line-height: 1;
}
.submenu li:last-child {
  border: none !important;
}

/*----------------spinnerBox--------*/
#spinnerBox {
  background-color: rgb(0 0 0 / 99%);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.spinnerBox {
  position: relative;
  right: 49%;
  top: 50%;
}

.spinnerBox img {
  position: absolute;
  transform: translate(50%, -50%);
  /*width: 20%;*/
}

@media screen and (max-width: 991px) and (orientation: portrait) {
  .spinnerBox img {
    width: 60%;
  }
}


.sheareLink {
  direction: ltr;
  margin-top: 10px;
}
.sheareLink .btn_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 240px;
  height: 72px;
  background-color: #EEEEED;
  border-radius: 80px;
  padding: 0 18px;
  will-change: transform;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sheareLink .sheareItem i {
  opacity: 0;
  font-size: 28px;
  color: #1F1E1E;
  will-change: transform;
  -webkit-transform: scale(.1);
  transform: scale(.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sheareLink .btn_wrap:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.sheareLink .btn_wrap span {
  position: absolute;
  z-index: 99;
  width: 240px;
  height: 60px;
  border-radius: 80px;
  font-family: 'W_tanin';
  font-size: 20px;
  text-align: center;
  line-height: 63px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #c96215;
  padding: 0 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.sheareLink .btn_wrap .sheareItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  border-radius: 80px;
}

.sheareLink .btn_wrap .sheareItem i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.sheareLink .btn_wrap .sheareItem i:nth-of-type(2) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.sheareLink .btn_wrap .sheareItem i:nth-of-type(3) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.sheareLink .btn_wrap .sheareItem i:nth-of-type(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.sheareLink .btn_wrap:hover span {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px)
}

.sheareLink .btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

section#myFormGrantAdvocacy {
  background-color: #f1f1f1;
  padding: 14px;
  border-radius: 13px;
}

.consultation-form .form-control{
  height: 60px;
  color: #999797 !important;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px;
}

.consultation-form textarea{
  height: 150px !important;
  margin-top: 22px;
}

.consultation-form select option{
  color: #000000 !important;
}
.consultation-form select{
  appearance:auto !important;
}

/* حالت موبایل */
@media (max-width: 768px) {
  .consultation-form .form-control {
    margin-top: 10px;
  }
  div#g-recaptcha_1 {
    margin-right: -37px;
  }
}


ul li{
  list-style: none;
}

/*custome*/
.wrapperLoading {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circleLoading {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circleLoading .5s alternate infinite ease;
}

@keyframes circleLoading {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}

.circleLoading:nth-child(2) {
  left: 45%;
  animation-delay: .2s;
}

.circleLoading:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.shadowLoading {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadowLoading .5s alternate infinite ease;
}

@keyframes shadowLoading {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: .7;
  }
  100% {
    transform: scaleX(.2);
    opacity: .4;
  }
}

.shadowLoading:nth-child(4) {
  left: 45%;
  animation-delay: .2s
}

.shadowLoading:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.wrapperLoading span {
  position: absolute;
  top: 75px;
  font-family: 'Lato';
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}

/*-------------------------*/
.swal2-title {
  font-size: 1.25rem !important;
}
/*-------------------------*/
