a, a:hover, a:focus, a:visited {
    text-decoration: none !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right !important;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.input-group.datepicker {
    width: 100%;
}

.input-group.datepicker input {
    width: 80%;
    max-width: 80%;
    border-radius: 4px 0 0 4px !important;
}

.input-group.datepicker .input-group-prepend {
    width: 20%;
    max-width: 20%;
}

.input-group.datepicker .input-group-text {
    border-radius: 0 4px 4px 0 !important;
    height: 38px;
    border-left: 0;
}

.input-group.datepicker .input-group-text i {
    margin: 0 auto;
}

ul.pagination {
    direction: ltr;
    margin-top: 20px;
}

.infinite-scroll>.listener {
    width: 1px;
    height: 1px;
}

.dropdown-menu .dropdown-submenu {
    left: auto !important;
    right: 100%;
}

.comment-form>div {
    padding: 5px 10px;
}

img.captcha {
    height: 35.77px;
    vertical-align: middle;
    cursor: pointer;
}

.progress {
    height: 10px !important;
    border-radius: 4px !important;
}

/* ShareBox */
.sharebox img {
    width: 32px;
}

.sharebox a {
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('widget32x32.png');
}

.sharebox a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sharebox .facebook {
    background-position: 0 -64px;
}

.sharebox .twitter {
    background-position: 0 -256px;
}

.sharebox .googlebookmark {
    background-position: 0 -96px;
}

.sharebox .googleplus {
    background-position: 0 -128px;
}

.sharebox .friendfeed {
    background-position: 0 -288px;
}

.sharebox .del {
    background-position: 0 0;
}

.sharebox .linkedin {
    background-position: 0 -160px;
}

.sharebox .stumbleupon {
    background-position: 0 -224px;
}

.sharebox .email {
    background-position: 0 -32px;
}

.sharebox .print {
    background-position: 0 -192px;
}

form.form div.preview img {
    margin-top: 10px;
    max-width: 150px;
}.custom_preview-35000 {
	position: relative;
	margin: 0px !important;
	height: 500px;
	border-radius: 25px;
}
.custom_preview-35000 img{
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
}
.tp-hero-30__content-box {
	padding: 220px 0;
}
.tp-hero-30__text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 42px;
}
.tp-btn-lg.large {
	padding: 0 62px;
}
.tp-btn-lg {
	display: inline-block;
	border-radius: 32px;
	height: 64px;
	line-height: 64px;
	padding: 0 50px;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	transition: 0.3s;
	background: #FFF;
	color: var(--tp-common-black);
}
.tp-btn-lg::before {
	position: absolute;
	content: "";
	background: linear-gradient(93.19deg, #FF4D8D 15.64%, #507EFB 84.55%);
	border-radius: 32px;
	width: 98%;
	height: 98%;
	left: 6px;
	top: 6px;
	transition: 0.3s;
	z-index: -1;
}
.tp-hero-30__shape-animation {
	position: absolute;
	top: 95px;
	z-index: 2;
}
.tp-hero-30__shape-animation span {
	background: linear-gradient(180deg, rgba(255, 55, 127, 0.8) 0%, rgba(143, 77, 238, 0.8) 59.35%, rgba(84, 123, 250, 0.8) 100%);
	transform: rotate(-32.23deg);
	border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
	will-change: border-radius, transform, opacity;
	display: block;
	-webkit-animation: sliderShape 8s linear infinite;
	height: 450px;
	width: 540px;
}
.tp-hero-30-title {
	font-weight: 600;
	line-height: 1.1;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #fff;
}
.tp-hero-3__text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 42px;
}
@keyframes sliderShape{

	0%,100%{
  
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  
	  transform: translate3d(0,0,0) rotateZ(0.01deg);
  
	}
  
	34%{
  
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
  
	  transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  
	}
  
	50%{
  
	  transform: translate3d(0,0,0) rotateZ(0.01deg);
  
	}
  
	67%{
  
	  border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
  
	  transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  
	}
  
  }.custom-preview-2 {
  padding: 10px;
}
.bg-cati {
	border-radius: 16px;
	-webkit-transition: .4s;
	transition: .4s;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-shadow: -9px 8px 35px 0px rgba(49, 49, 49, .08);
	background: #fff;
	padding: 30px;
	border: 1px solid #e1f9f3;
}
.bg-cati:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -9px 8px 35px 0px rgba(49, 49, 49, .08);

}
.bg-cati:hover p {
  transition: opacity .3s ease;
}
.bg-cati:hover p::after {
  position: absolute;
  bottom: -1px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  content: "";
  width: 80px;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity .3s ease;
  opacity: 1;
}

.bg-cati p {
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
	color: #6c757d;
	line-height: 2.4;
}
.bg-cati img {
  transition: all .8s ease;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 42px;
  height: 42px;
}


.bg-cati:hover img {
  transform: rotateY(180deg);
}
.bg-cati h2 {
	font-size: 14px;
	color: #212529;
	font-family: iranyekan-bold;
}

.bg-cati:hover h2, a:hover {
  color: rgba(0,201,161,0.84) !important;
}
.bg-cati:hover p::after {
  position: absolute;
  background-color: rgba(0,201,161,0.84) !important;
  bottom: -1px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  content: "";
  width: 80px;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity .3s ease;
  opacity: 1;
}.custom-preview-3 {
	padding: 20px 0;
}
.cp-35 img {
	width: 74px;
	
}
.cp-35 {
	 text-align: center; 
}.custom-preview-4 {
  padding: 0 .8rem;
}
.service-list{
  color: #212529;
  border-radius: 16px;
  padding: 10px 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(137, 151, 186, .1);
  margin-bottom: 15px;
  width: 100%;
}
.service-list ::before {
	background-image: linear-gradient(180deg,var(--adkh-border-color-from) 0%,var(--adkh-border-color-to) 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transform: rotateY(0deg);
}
.service-lis :hover::before {
	transform: rotateY(90deg);
}
.service-list ::after {
	background-image: linear-gradient(0deg,var(--adkh-border-color-from) 0%,var(--adkh-border-color-to) 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -2;
	transform: rotateY(-90deg);
}
.service-list :hover::after {
	transform: rotateY(0deg);
}
.service-list h3 {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #212529;
}
.service-list .ico {
  margin-left: 2px;
  padding: 5px 5px 5px 5px;
  border-radius: 15px 15px 15px 15px;
  min-width: 40px;
  text-align: center;
}
.service-list:hover {

  background-color: transparent;
  background-image: linear-gradient(339deg, #07D79E 0%, #13E8C9 100%);
  color: #FFFFFF;
}.ata-user-review .review-one img {
	width: 60px !important;
	min-width: 60px !important;
	height: 60px !important;
	object-fit: cover;
	border-radius: 50%;
	margin-left: 11px;
	border: 4px solid #eee;
}
.ata-user-review .review-two img{
  width: 60px !important;
  max-width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.ata-user-review .review-tree img {
  width: 70px !important;
  max-width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

.ata-user-review p {
  color: #0a132f;
  line-height: 2;
}
.ata-user-review .review-one p {
	margin: 10px 0;
	min-width: 230px;
	background-color: #12DAB3;
	padding: 13px 25px 20px 25px !important;
	border-radius: 25px 0px 25px 25px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}

.ata-user-review .info span{
  text-align: right;
  font-size: 11px;
font-size: 12px;
color: #706A6A ;
}
.ata-user-review .review-two {
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.ata-user-review .job_review {
  color: rgb(153, 153, 153) !important;
  font-size: 12px;
}

.ata-user-review .review-tree {
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  min-width: 100%;
} 
.ata-user-review .review-tree img {
  margin:0 auto;
  text-align:center;
} 
.ata-user-review .review-tree .info {

  z-index: 5;
  padding-top: 10px;
}

.ata-user-review .review-tree h6 {
  display: inline-block;
}
.ata-user-review .name-and-job {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.ata-user-review .name-and-job h6 {
	margin: 0;
	font-size: 14px;
	font-family: "iranyekan-bold";
}

.ata-user-review .job_review {
  color: rgb(153, 153, 153) !important;
  font-size: 12px;
}
.ata-user-review .info span {
	text-align: right;
	font-size: 11px;
	font-size: 12px;
	color: #706A6A;
	background: #eee !important;
	border-radius: 10px 0 5px 5px;
}.custom_preview-401{
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
.custom_preview-401 .mataleb-item {
  padding: 22px;
  background-color: #ffffff;
  transition: .3s ease-out box-shadow;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.custom_preview-401 .head {
  padding: 20px 15px;
  background-color: #ffffff;
  transition: .3s ease-out box-shadow;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -3px 0px 30px -2px rgba(0, 0, 0, 0.09);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  margin-bottom:10px;
  font: .897rem /2.1 IRANSans_light;
}

.custom_preview-401 img{
  width: 100%;
  display: block;
  margin: 1rem auto;
  border-radius: 1rem !important;
  max-width: 700px;
  height: auto !important;
}

.custom_preview-401 .head>div {
  background: transparent;
}
.custom_preview-401 h1 {
  color: #3a3a3a;
  margin-right: 20px;
  font: 1.2rem/2.1 IRANSans_Medium;
}

.custom_preview-401 .summary h2{
  background: #f9f9f9;
  color: #3a3a3b;
  margin: 0 22px 0 15px;
  padding: 1rem;
  text-align: justify;
  font: .897rem /2.1 IRANSans_light;
  border-radius: 2rem;
}
.custom_preview-401 .texty {
  padding: 10px;
  margin: 0 22px 0 15px;
  font: .879rem/2 iransans_light !important;
  text-align: justify;
}
.custom_preview-401 .mataleb-banners img {
  width: 95%;
  padding: 0px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 15px;

}
.custom_preview-401 .mataleb-banners>div {
  text-align: center;
}
.custom_preview-401 .fa {
  font-size: 15px;
}

.custom_preview-401 .eleman {
  margin-right: 35px;
}
.custom_preview-401 .tabligh1 img, .tabligh2 img {
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.custom_preview-401 .items {
  width: 100%;
  margin-left: auto;
  margin-right: auto;}
.text-left a {
  color: #04080f;
  font-size: 17px;
  margin-top: 3px;
  margin-left: 3px;
  transition: ease 0.5s all;

}
.custom_preview-401 .text-left a:hover {
  color: #507dbc;
}
.custom_preview-401 .social_icons a {
  color: #555;
  font-size: 27px;
  margin-top: 3px;
  margin-left: 3px;
  transition: ease 0.5s all;

}
.custom_preview-401 .social_icons a:hover {
  color: #507dbc;
  font-size: 27px;
}
.custom_preview-401 h2{
  font-size:14px;
  font-family:IRANSans_light;
  margin-right:20px;
  margin-bottom:15px !important;
  color:gray;
}

.custom_preview-401 input[name=FullName] {
  width: 100%;
}
.custom_preview-401 .commentform input[type=text], .commentform textarea {
  border-width: 1px;
  border-radius: 0 !important;
  font-family: IRANsans_Light !important;
}
.custom_preview-401 .commentform input[type=text]:hover, .commentform textarea:hover {
  border: 1px solid orange;
}
.custom_preview-401 .commentform input[type=submit] {
  background: orange;
}
.custom_preview-401 .gallery > table {
  margin: 0 auto !important;
}
.custom_preview-401 .social_icons {
  padding: 10px;
}
.custom_preview-401 .gallery > table {
  margin: 0 auto !important;
}
.custom_preview-401 .social_icons {
  padding: 10px;
}
.custom_preview-401 .gallery .row > div a img {
  width: 100% !important;
  min-height: 230px;
  max-height: 230px;
  object-fit: cover;
}
.custom_preview-401 .gallery .row > div {
  margin-bottom: 1rem;
}
.custom_preview-401 video{
  width: 100% !important;
}
.custom_preview-401 keywords{
  background:#eee;
  padding:.3rem;
  margin:.3rem;
  line-height: 2.8;
}
.custom_preview-4001 input[name="FullName"] {
  width: 100%;
  padding: .5rem;
  border-radius: .5rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.07);
}
.custom_preview-401 textarea{
  width: 100%;
  padding: .5rem;
  border-radius: .5rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.07);
}.custom-preview-7 {
  padding: 8px;
}
.article-box {
  border-radius: 24px;
  background: #f5f5f5;
  overflow: hidden;
  transition: 0.3;
  background: #FFFFFF;
  border: 1px solid #eee;
}

.article-box .inner {
  padding: 24px 24px 18px;
}

.article-box a.thumbnail {
  display: flex;
  margin-bottom: 18px;
}
.elementor-kit-6 a {
}
.article-box a.thumbnail img {
  width: 100%;
  border-radius: 16px;
  min-height: 200px;
  object-fit: cover;
}

.article-box .title {
	font-size: 16px;
	line-height: 32px;
	color: #727272;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
	font-family: "iranyekan-bold";
}
.article-box .content p {
	font-size: 12px;
	line-height: 28px;
	color: #9294A3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article-box a.read_more {
  width: 66px;
  display: flex;
  height: 66px;
  color: #fff;
  background-color: #12DAB3;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 24px;
  transition: 0.3s;
}

.article-box:hover a.read_more {
	background: #f7b731;
}

.article-box .date-read_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline-start: 24px;
}

.article-box .date-read_more span.date {
  gap: 4px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #959595;
  display: inline-flex;
  align-items: center;
  background:#fff;
}.custom-preview-8 {
  padding: 0 8px;
}
.sbox3 {
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	-ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18) !important;
	-moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18) !important;
	-webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18) !important;
	box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18) !important;
	padding: 10px;
	border-radius: 20px;
}
.sbox3 .info {
	padding-right: 10px;
}
.sbox3.teamgrid-1 img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  /* object-fit: cover; */
  display: flex;
  margin-left: 1rem !important;
  border-radius: ;
}
.sbox3 .team_name a h3 {
	font-size: 15px;
	line-height: 8px;
	color: #212529;
	font-family: "iranyekan-bold";
}
.sbox3 a, .sbox3 p {
	color: #6c757d;
	font-size: 11px;
}
.sbox3 span {
	right: auto;
	left: 40px;
	padding: 4px 10px;
	background-color: rgb(238, 249, 242);
	color: rgb(34, 169, 88);
	display: flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	border-radius: 8px;
	font-size: 10px !important;
	color: #fff !important;
	background-color: #28D0AA !important;
}
.sbox3.teamgrid-1:hover span {
  color: #FFFFFF !important;
  background-color: #08B65D !important;
}
.sbox3.but span {
	background-color: #f1a005;
	padding: 0.2rem 0.7rem;
	color: #fff;
	font-size: 12px;
}.custom-preview-9 {
	padding: 5px;
}
/* استایل کلی بخش */
.widget-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #f8f8fa;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	border: 1px solid #f9ebd0;
  transition: .4s;
}
.widget-wrap:hover {
	transform: translateY(-10px);
	box-shadow: -9px 8px 35px 0px rgba(49, 49, 49, .08);
}
/* آیکون */
.widget-image img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	display: block;
}
.widget-image {
	background: #f7b731;
	padding: 10px;
	border-radius: 10px;
}
/* بخش شمارنده */
.widget-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* عنوان شمارنده */
.counter-title {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 4px;
}

/* عدد شمارنده */
.counter-number-wrapper {
  font-size: 28px;
  font-weight: bold;
  color: #16cc9f; /* رنگ اصلی که خودت دادی */
}

/* پیشوند و پسوند */
.counter-number-prefix,
.counter-number-suffix {
  font-size: 20px;
  color: #16cc9f;
}.custom-preview-10 {
	padding: 4px;
}
.cp-305 img {
	width: 30px;
	
}
.cp-305 {
	text-align: center;
	background: #1ed3a2;
	padding: 10px;
	border-radius: 12px;
}.ata-content-section {
	background: #FFFFFF;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
	border-radius: 35px;
	padding: 35px;
	padding-bottom: 35px;
	margin: 33px auto !important;
	border: 1px solid #f9f9f9;
}

.ata-content-section .post-thumbnail {
	position: relative;
}
.ata-content-section .singletitle h1 {
	/* font-size: 15px; */
	line-height: 1.9;
	margin-bottom: 10px;
}
.ata-content-section .post-thumbnail img {
	object-fit: cover;
	border-radius: 35px;
	/* height: 390px; */
	width: 100%;
  filter: brightness(100%) contrast(100%) saturate(120%);
}
.ata-content-section .ata-post-details {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	background-color: rgba(255,255,255, 0.75);
	border-radius: 25px;
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	right: 10px;
	left: 10px;
}
.ata-content-section .ata-post-details {
	width: 400px;
}
.ata-sticky {
	border-top: 1px dashed #cac8c8;
	padding-top: 18px;
}
.ata-content-section .ata-post-details {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	background-color: rgba(255,255,255, 0.75);
	border-radius: 25px;
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	right: 10px;
	left: 10px;
}
.ata-single-page , .ata-content-section {
    overflow-x:hidden!important;
}

.ata-content-section {
    margin-top: unset;
}
.ata-content-section p {
	color: #212529;
	text-align: justify;
	line-height: 2.1;
	font-size: 15px;
}

 .ata-content-section {
    margin-top: 20px;
}

.ata-content-section .Dottedstocol {
    width: 20px;
    height: 60px;
    background-image: radial-gradient(#322f2f 1px, transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
}

.ata-content-section .singletitle h1 {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 10px;
}
.ata-content-section .singletitle {
	padding-right: 10px;
}
.ata-content-section .singletitle span {
  background-color: rgba(0,201,161,0.84) !important;
    padding: 2px 10px;
    border-radius: 15px;
    color: #fff !important;
}

.ata-content-section .singletitle span a {
    color: #fff !important;
    font-size: 11px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 1200px;
    }
}

.ata-content-section .ata-post-details span,
.ata-content-section .ata-post-details a {
    font-size: 13px;
  color: #000;
  margin-left: 1rem;
}


.ata-content-sectiont .ata-post-details i {
    font-size: 13px;
}

.ata-content-section p {
    /* color: #434242; */
}

.ata-content-section .ata-post-content h2 {
    padding: 10px 0;
}


.ata-post-excerpt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 16px;
    color: #414446;
    text-align: justify;
    padding: 0 8px;
}.CBlock-2 {
    }
    .CBlock-2 .BlockHeader {
    }
    .CBlock-2 .BlockBody {
    }.template-block .Dottedstocol {
	width: 28px;
	height: 60px;
	background-image: radial-gradient(#353434 1px, transparent 1px);
	-webkit-background-size: 20px 20px;
	background-size: 7px 9px;
	border-radius: 0px;
	margin-left: 1rem !important;
}
.template-block .singletitle{
  margin-top: .5rem !important;
}
.template-block .BlockBody{
margin-top:20px;

}
.template-block .singletitle span {
	background-color: #0E695C;
	padding: 0.2rem 0.7rem;
	color: #fff;
	font-size: 0.86rem;
	border-radius: 12px;
}
.template-block .singletitle h2 {
	font-size: 20px;
  font-family: "iranyekan-black";
}
.template-block .singletitle span {
	background-color: #0E695C;
	padding: 0.2rem 0.7rem;
	color: #fff;
	font-size: 0.86rem;
}section.section.section-1 { background-repeat:repeat;
	 padding:20px 0 50px 0; }
section.section.section-2 { background-color:#effff7;
	background-repeat:repeat;
	 padding: 40px 0; }
section.section.section-3 { background-repeat:repeat;
	 padding:50px 0; }
section.section.section-10 { background-image:url('../../image/template/s10.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: all 4s ease;
	background-repeat:zoom-in;
	background-position:center center;
	  }
section.section.section-10:hover { background-size: 120% auto; }
section.section.section-4 { background-repeat:repeat;
	 padding:50px 0; }
section.section.section-5 { background-color:#DBF3EE;
	background-repeat:repeat;
	  }
section.section.section-6 { background-repeat:no-repeat; background-attachment:fixed; background-size: cover; transform:translate3d(0,0,0);
	background-position:center center;
	 padding:40px 0; }
section.section.section-9 { background-color:#15C79B;
	background-repeat:repeat;
	 padding:100px 0 0 0; }
section.section.section-7 { background-image:url('../../image/template/s7.png');
	background-repeat:no-repeat;
	background-position:left top;
	 padding:40px 0; }
section.section.section-8 { background-color:#fafafa;
	background-repeat:repeat;
	 padding:50px 0; }
#block-1 { width: 90%;
background-color: #16CC9F;
color:#fff !important;
margin: 0 auto; }
#block-8 { padding-bottom: 40px; }
#block-9 { max-width: 700px;
margin: 0 auto; }


/* Font List Start */

@font-face { font-family: "iranyekan-black";
src: url('./fonts/iranyekan-black.woff2') format('woff2');
font-display: swap;
}

@font-face { font-family: "iranyekan-bold";
src: url('./fonts/iranyekan-bold.woff2') format('woff2');
font-display: swap;
}

@font-face { font-family: "iranyekan-extrablack";
src: url('./fonts/iranyekan-extrablack.woff2') format('woff2');
font-display: swap;
}

@font-face { font-family: "iranyekan-medium";
src: url('./fonts/iranyekan-medium.woff2') format('woff2');
font-display: swap;
}

/* Font List End */

footer, section#column-footer {background-image:url('../../image/template/footer_pic.jpg');
	}
body { margin: 0; padding: 0;font-family: "iranyekan-medium" !important;
	}
.container-fluid{
	--mdb-gutter-x: 0!important;
	--mdb-gutter-y: 0!important;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}
.navbar {
  --mdb-navbar-box-shadow: 0 0px 0px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.00), 0 0px 0px rgba(var(--mdb-box-shadow-color-rgb), 0)!important; 
  --mdb-navbar-padding-top: 0.5625rem;
  --mdb-navbar-brand-img-margin-right: 0.25rem;
  box-shadow:var(--mdb-navbar-box-shadow);
  padding-top:var(--mdb-navbar-padding-top)
}
.menu-holder {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 0.7rem;
	border-radius: 0 0 20px 20px;
  background:#f7f7f7 url(http://pzportal.demox.ir/image/fm/72afad.png) repeat scroll 0 0;
  overflow:hidden;
}
.menu-blue {
	margin: 0 auto;
	text-align: center;
	width: 90%;
	background: #16CC9F;
	border-radius: 0 0 20px 20px;
}
#navbar_top1 {
	color: #fff !important;
	width: 100% !important;
}
.elementor-widget-container {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}
.phone-holder i {
	font-size: 24px;
	margin-right: 8px;
	background: #0E6C5F;
	padding: 11px;
	border-radius: 100%;
	color: #FFF;
}
.phone-holder .desc {
	font-size: 12px;
	line-height: .9;
	font-family: "IRANYekan-black";
}
.phone-holder .number {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.phone-holder .number b{
	
	padding-left: 5px;
}
.phone-holder .numb.er b {
  font-size: 15px;
  font-weight: 500px !important;
  padding-left: 4px;
}


.nav-item {
	background-color: #0054a6;
	color: #fff !important;
	font-size: .79rem;
	padding: 0 .5rem !important;
	position: relative;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
}
.logo-center {
	text-align: center;
}
.logo-left {
	text-align: left;
	padding-left: 12px;
}
.support {
	display: contents;
}
.tp-btn-lg.large {
	padding: 0px 37px;
}
#block-1 i{
font-size:15px;
}
#block-1 a{
color:#fff;
}
.nav-link:hover {
	color: #fff !important;
}
.spin-3d {
  height: 100%;
  animation: spinY 5s linear infinite;
  transform-style: preserve-3d;
}

@keyframes spinY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

/*---------waving-flag----------*/
.waving-flag {
    animation: wave 4s ease-in-out infinite;
  transform-origin: left center;
}

@keyframes wave {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  25% {
    transform: perspective(800px) rotateY(15deg);
  }
  50% {
    transform: perspective(800px) rotateY(0deg);
  }
  75% {
    transform: perspective(800px) rotateY(-15deg);
  }
  100% {
    transform: perspective(800px) rotateY(0deg);
  }
}
#site-footer {
	background: #1B2625;
	padding: 40px 20px;
	border-top: 1px solid #ddd;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1200px;
	margin: auto;
	padding-top: 40px;
}


.footer-links,
.footer-offices,
.footer-certificates {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
}

.footer-title, .footer-section-title {
	font-size: 16px;
	color: #12dab3;
	margin-bottom: 10px;
	font-family: "iranyekan-bold";
}

.footer-phone {
  font-size: 1rem;
  color: #fff;
}

.footer-btn {
  display: inline-block;
  background: #101860;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}
.footer-btn:hover {
  background: #333399;
}

.footer-links ul {
	list-style: square;
	padding: 0;
	margin: 0;
}
.footer-links li {
	margin: 5px 0;
	color: #ddd;
	cursor: pointer;
}
.footer-links li:hover {
	color: #00D8A8 !important;
	padding-right: 4px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.footer-offices .office {
	margin-bottom: 18px;
	background: #06C79C;
	padding: 10px;
	border-radius: 15px;
	color: #fff;
  	font-size: 14px;

}

.footer-offices .office h4 {
	font-size: 15px;
}

.footer-certificates .cert-images {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer-social a svg {
  width: 24px;
  height: 24px;
  fill: rgba(255,255,255,0.56);
  transition: fill 0.3s;
}
.footer-social a:hover svg {
  fill: #ff5e14;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
  }
}
.footer-contact {
	text-align: center;
	background: #0E695C;
	padding: 5px;
	margin-top: -83px;
	border-radius: 25px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	background-image: url("https://sakhtino.vakiljavangp.com/wp-content/uploads/2025/04/Vector-2.png");
	--background-overlay: '';
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-contact::before {
	background-image: url("https://sakhtino.vakiljavangp.com/wp-content/uploads/2025/04/Vector-2.png");
	--background-overlay: '';
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-contact {
	flex: 1 1 250px;
	display: flex;
	justify-content: space-around;
}
.footer-contact-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-contact-top h4 {
	font-size: 20px;
	margin: 0;
	color: #f0f0f0;
	font-family: "iranyekan-black";
}
.footer-contact-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cert-images iframe {
	border-radius: 12px;
}

.footer-contact .phone {
	font-size: 18px;
	color: #cccdd5;
}
.consult-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: #f5f5f5;
	color: #212529;
	font-size: 14px;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.3s;
}@media (max-width: 576px) { /****** HAMID ******/
.col, .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-left:0 !important;
  padding-right:0 !important;
}

.container {
  width: 100%!important;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
button:hover {
  box-shadow: 0px 1px 15px transparent;
}


.slick-dotted.slick-slider {
    margin-bottom: 5px; 
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: none!important;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: none !important;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
    /**/
    .justify-center{
      justify-content: center;
    }
    /*sabad kharid*/
    .dropdown-toggle::after {
      display: none;
    }
    .fa-shopping-basket::before {
      content: "\f07a" !important;
      font-size: 1.2rem;
      font-weight: 500;
    }

    .sabad {
      font-size: .857rem !important;
      border-right: 2px solid #e0e0e2 !important;
      cursor: pointer;
      color:#616161 !important;
      background:#fff !important;
      border: none;
      border-radius: 0;
      padding: 0.5rem 0.5rem !important;
    }
    .sabad .btn.btn-secondary {
      font-size: .857rem !important;
      border-right: 2px solid #e0e0e2 !important;
      cursor: pointer;
      color:#616161 !important;
      background:#fff !important;
      border: none;
      border-radius: 0;
      padding: 0.5rem 0.5rem !important;
    }

    

    /*header*/
    
      
    #masthead {
      background: #ef394e;
      padding: .8rem 0;
      height: 70px;
    }

    #header .tools-menu li {
      display: inline-block;
      line-height:1.5;
      padding-right: 5px;
      transition: 0.2s all;
      font-size:0;
    }
    .items-menu li{
      list-style: none;
    }
    .items-menu li a {
      color:#f1f1f1;
      margin: 0 0.5rem;
      font-size: 0.9rem;
    }
    .items-menu li a:hover {
      color:#fff;
    }
    .tools-menu li a::before {
      background:#f1f1f1;
      padding: 0.3rem;
      font-family: "Font Awesome 5 Pro";
      font-size: 1.3rem;
      border-radius:0.3rem;
    }
    .tools-menu li a:hover::before {
      background:oldlace;
    }
    .tools-menu li .rss::before {
      content: "\f09e";
    }
    .tools-menu li .search::before {
      content: "\f002";
    }
      #header .languages-menu {
      padding: 0;
      position: relative;
      font-size: 0.75rem;
      float: right;
      margin: 0;
      font-family: iransans_medium;
    }
    #header .languages-menu li {
      display: inline-block;
      background:#f1f1f1;
      border-radius: 0.3rem;
      margin-left: 0.2rem;
      padding: 0.40rem;
    }
    #header .languages-menu li:hover {
      background:oldlace;

    }

    .tools-menu li .instagram::before {
      content: "\f16d";
      font-family: "Font Awesome 5 Brands";
    }

    .tools-menu li .whatsapp::before {
      content: "\f232";
      font-family: "Font Awesome 5 Brands";
    }
    /*.tools-menu li .telegram::before {
    content: "\f3fe";
    font-family: "Font Awesome 5 Brands";
  }*/
    .aparat:hover {
      background:oldlace;
    }
    .aparat {
      width: 30px;
      background: #f1f1f1;
      margin-top: -0.9rem;
      padding: 0.3rem;
      font-size: 1.3rem;
      border-radius: 0.3rem;
    }
    #header .back-header {
      width: 100%;
      position: relative;
    }
    #header .back-header-up {
      width: 100%;
      background:#fff;
      display: block;
      position: absolute;
    }

    #header .back-header-down {
      width: 100%;
      background:red;
      display: block;
      position: absolute;
      bottom: 0;
    }

.languages-menu {
	list-style: none;
  padding-right: 8px;
}

.tools-menu.social-links.float-left.p-0.m-0 {
	list-style: none;
	display: inline-flex;
}

.col-7.title-header {
	color: #fff;
	font: 1rem/2 IRANSANS_MEDIUM;
}
.search-default-button {
	background: #fff;
	border: 0px solid;
	color: #333 !important;
	padding: 6px;
	transition: all 0.5s;
	display: inline-block;
	font-weight: 300;
	border-radius: .2rem;
	font-size: 18px;
	margin: 0 .5rem;
}

#masterdetail .search-filter {
	border-radius: 3px;
	padding: 4px !important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
	background: #fff;
	font: .82rem/2 IRANSANS_light;
	color: #212121;
	margin: .3rem;
	text-align: center;
}

.master_search_combos {
  margin-top: 0 !important;
}
#masterdetail .search-filter {
  margin: 10px 0 0 0 !important;
}
nav[aria-label="breadcrumb"] {
  position: relative;
}
nav[aria-label="breadcrumb"] &gt; ol {
  overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow-x: scroll;
}
nav[aria-label="breadcrumb"] &gt; ol &gt; li {
	display: inline-block;
} }@media (min-width: 768px) { /****** HAMID ******/
.col, .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-left:0 !important;
  padding-right:0 !important;
}

.container {
  width: 100%!important;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
button:hover {
  box-shadow: 0px 1px 15px transparent;
}


.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: none!important;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: none !important;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
    /**/
    .justify-center{
      justify-content: center;
    }

    /*sabad kharid*/
    .dropdown-toggle::after {
      display: none;
    }
    .fa-shopping-basket::before {
      content: "\f07a" !important;
      font-size: 1.2rem;
      font-weight: 500;
    }

    .sabad {
      font-size: .857rem !important;
      border-right: 2px solid #e0e0e2 !important;
      cursor: pointer;
      color:#616161 !important;
      background:#fff !important;
      border: none;
      border-radius: 0;
      padding: 0.5rem 0.5rem !important;
    }
    .sabad .btn.btn-secondary {
      font-size: .857rem !important;
      border-right: 2px solid #e0e0e2 !important;
      cursor: pointer;
      color:#616161 !important;
      background:#fff !important;
      border: none;
      border-radius: 0;
      padding: 0.5rem 0.5rem !important;
    }

    

    /*header*/
    
      
    #masthead {
      background: #ef394e;
      padding: .8rem 0;
    }

    #header .tools-menu li {
      display: inline-block;
      line-height:1.5;
      padding-right: 5px;
      transition: 0.2s all;
      font-size:0;
    }
    .items-menu li{
      list-style: none;
    }
    .items-menu li a {
      color:#f1f1f1;
      margin: 0 0.5rem;
      font-size: 0.9rem;
    }
    .items-menu li a:hover {
      color:#fff;
    }
    .tools-menu li a::before {
      background:#f1f1f1;
      padding: 0.3rem;
      font-family: "Font Awesome 5 Pro";
      font-size: 1.3rem;
      border-radius:0.3rem;
    }
    .tools-menu li a:hover::before {
      background:oldlace;
    }
    .tools-menu li .rss::before {
      content: "\f09e";
    }
    .tools-menu li .search::before {
      content: "\f002";
    }
      #header .languages-menu {
      padding: 0;
      position: relative;
      font-size: 0.75rem;
      float: right;
      margin: 0;
      font-family: iransans_medium;
    }
    #header .languages-menu li {
      display: inline-block;
      background:#f1f1f1;
      border-radius: 0.3rem;
      margin-left: 0.2rem;
      padding: 0.40rem;
    }
    #header .languages-menu li:hover {
      background:oldlace;

    }

    .tools-menu li .instagram::before {
      content: "\f16d";
      font-family: "Font Awesome 5 Brands";
    }

    .tools-menu li .whatsapp::before {
      content: "\f232";
      font-family: "Font Awesome 5 Brands";
    }
    /*.tools-menu li .telegram::before {
    content: "\f3fe";
    font-family: "Font Awesome 5 Brands";
  }*/
    .aparat:hover {
      background:oldlace;
    }
    .aparat {
      width: 30px;
      background: #f1f1f1;
      margin-top: -0.9rem;
      padding: 0.3rem;
      font-size: 1.3rem;
      border-radius: 0.3rem;
    }
    #header .back-header {
      width: 100%;
      position: relative;
    }
    #header .back-header-up {
      width: 100%;
      background:#fff;
      display: block;
      position: absolute;
    }

    #header .back-header-down {
      width: 100%;
      background:red;
      display: block;
      position: absolute;
      bottom: 0;
    }

.languages-menu {
	list-style: none;
}

.tools-menu.social-links.float-left.p-0.m-0 {
	list-style: none;
	display: inline-flex;
}

.col-7.title-header {
	color: #fff;
	font: 1rem/2 IRANSANS_MEDIUM;
}
.search-default-button {
	background: #fff;
	border: 0px solid;
	color: #333 !important;
	padding: 6px;
	transition: all 0.5s;
	display: inline-block;
	font-weight: 300;
	border-radius: .2rem;
	font-size: 18px;
	margin: 0 .5rem;
} }