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-1 a{
  color: #555;
}
.custom_preview-1 .icon-box1 {
  background: #fff;
  font-size: 1em;
  display: block;
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
  -moz-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
  -ms-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
  -o-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
  transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
  -webkit-perspective: 500px;
  width: 100%;
  cursor: pointer !important;
  border: 1px dashed #c9c8c3;
  border-radius: 25px;
}
.custom_preview-1 .icon-box1:hover {
  box-shadow: 0 3px 35px rgba(0,0,0,.09);
  transform: translatey(4px);
  transition: all ease-in-out .5s;
  cursor: auto;
}
.custom_preview-1 .icon-box1-inner icon-box1-icon.img{
  height:85px;
  width:85px;
  margin 10px;
}
.custom_preview-1 .icon-box1 a {
  color: #69656f;
  -webkit-transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -ms-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}
.custom_preview-1 .icon-box1 a:hover {
  color: #ec406a;
}
.custom_preview-1 .icon-box1 .icon-box1-inner {
  position: relative;
  z-index: 2;
}
.custom_preview-1 .icon-box1 .icon-box1-inne a:hover {
  color: #ec406a;
}
.custom_preview-1 .icon-box1 .icon-box1-text {
  color: #69656f;
  font-size: .8em;
  opacity: 1;
  padding-top: 8px;
  overflow: hidden;
  line-height: 2.1;
  text-align: justify;
}


.custom_preview-1 .icon-box1-inner img {
  padding: 23px;
  clip-path: circle(50% at 50% 50%);
  background: #fafafa;
  width: 100px;
}
.custom_preview-1 .icon-box1 .icon-box1-title {
  font-size: 1.09em;
  font-weight: 600;
  -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  -moz-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  -ms-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  -o-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  transition: transform .4s cubic-bezier(.45,.01,.05,.92);
}.custom-preview-15 {
	padding: 0 .4rem;
}
.cp-301 {
  box-shadow: 0px 1px 5px 0px rgba(230, 230, 230, 0.5);
  padding: 10px;
border: 1px solid #b8eafd;
  background: #fff;
  min-height: 372px;
  border-radius: 20px;
}
.cp-301 .breadHold {
  border-bottom: 1px dashed #d9d9d9;
  font-size: .7rem;
  color: #666666a3;
  margin: 0.5rem auto;
  padding: .5rem;
}
.cp-301 .breadHold {
  font-size: .7rem;
  color: #666666a3;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.cp-301 h3 {
	font-size: .9rem;
	color: #232323;
	padding-top: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 2;
	text-align: center;
}
.cp-301 .picHold{
  overflow: hidden;
}
.cp-301 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
	border-radius: 10px;
}

.cp-301:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  	border-radius: 10px;

}.CPreview-7015 {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-bottom: 23px;
  display: flex;
  min-height: 322px;
}
.CPreview-7015 span{
  font-size: 13px;
  color: #131313;
  font-weight: 400;
}
.right {
  margin-bottom: 1rem;
}
.left {
  margin-right: 2rem;
}
.CPreview-7015 img {
  margin-left: .7rem;
  width: 94px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .7rem;
}
.CPreview-7015 .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
}
.CPreview-7015 p {
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  color: #4b4b4b;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 2px dotted #dbd8d8;
  font-weight: 600;
}
.CPreview-7015 h2{
  font-size: 18px;
  line-height: 31px;
  text-align: right;
  color: #343434;
}
.CPreview-7015 h4 {
  font-size: 16px;
  line-height: 31px;
  text-align: right;
  color: #60122b;
  font-weight: 500;
  font-family: IRANsans_bold;
}
.note-price {
  background: #66ca6d30;
  padding: .5rem;
  border-radius: .3rem;
  line-height: 2;
  font-size: .89rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.btn-price {
  background: #FD4C5C;
  -webkit-box-shadow: 0px 6px 12px rgba(255, 204, 104, 0.24);
  box-shadow: 0px 6px 12px rgba(255, 204, 104, 0.24);
  border-radius: 10px;
  padding: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #222222;
  width: 100%;
  margin: 10px 0;
  float: inline-start;
  color: #ffff !important;
}.custoum {
  margin-right: 0;
  margin-left: 0;
  margin-top: 50px;
  padding:0px 20px 40px 40px;
  background:#fff;

}
.c-t12 img {
  width: 100%;
}
.custoum h1 {
	margin-right: 0;
	margin-left: 0;
	margin-top: 50px;
	padding: 40px;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.08);
	border: 1px solid #f6f6f6;
	text-align: center;
	border-radius: 1px;
	font-family: IRANSANS_MEDIUM;
	background-image: url(http://radweb.ir/image/bg-lili.png),linear-gradient(to right,#fff,#fafafa);
	font-size: 2rem;
}
.cat1 {
  background: #fff;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.08);
  border: 1px solid #f6f6f6;
  text-align: center;
  border-radius: 1px;
  margin-bottom:10px;
}
.c-t12{ 
  background: #fff;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.08);
  border: 1px solid #f6f6f6;
  text-align: center;
  border-radius: 1px;
  min-height: 360px;

}
.c-t12 p{ 
  text-align: justify;
  font-size: 0.9rem;

}
.c-t13 {
  background: #fff;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.08);
  border: 1px solid #f6f6f6;
  text-align: center;
  border-radius: 1px;
  margin-top: 8px;
}
.custoum-1 {
  margin-right: 0;
  margin-left: 0;
  margin-top:30px;
  padding:10px;
}

.mataleb-item {
  border-radius: 20px;
  margin-right: 0;
  margin-left: 0;
}
.mataleb-item .head {
  padding: 18px 60px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  color: gray !important;
  font-family: iransans_medium;
  text-align: center;
}
.mataleb-item .head>div {
  background: transparent;
}
.mataleb-item h1 {
  color: #507dbc;
  font-size: 24px !important;
  margin-right: 20px;
  font: 16px/20px IRANSans_Medium;
}

.mataleb-item .summary {
  color: #3a3a3b;
  margin: 0 22px 0 15px;
  padding: 15px 6px 15px 15px;
  text-align: justify;
  font: 14px/20px IRANSans_light;
}
.mataleb-item .texty {
  padding: 10px;
  margin: 0 22px 0 15px;
  font: 14px/20px !important;
  font-family: IRANSans_light !important;
  text-align: justify;
}

.mataleb-item .mataleb-banners>div {
  text-align: center;
}
.fa {
  font-size: 15px;
}
.mataleb-item .head>div {
  background: transparent;
  font-family: b nazanin;
}
.eleman {
  margin-right: 35px;
}

.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;

}
.text-left a:hover {
  color: #507dbc;
}
.social_icons a {
  color: #555;
  font-size: 27px;
  margin-top: 3px;
  margin-left: 3px;
  transition: ease 0.5s all;

}
.social_icons a:hover {
  color: rgb(71, 199, 202);
  font-size: 27px;
}
.custoum h2{
  font-size:14px;
  font-family:IRANSans_light;
  margin-right:20px;
  margin-bottom:15px !important;
  color:gray;
}

input[name=FullName] {
  width: 100%;
}
.commentform input[type=text], .commentform textarea {
  border-width: 1px;
  border-radius: 0 !important;
  font-family: IRANsans_Light !important;
}
.commentform input[type=text]:hover, .commentform textarea:hover {
  border: 1px solid orange;
}
.commentform input[type=submit] {
  background: orange;
}
.gallery > table {
  margin: 0 auto !important;
}
.row .keywords{
  padding: 0 20px 20px 0;
}

.custoum .social_icons{
  color:#aaa !important;
}

.custoum .social_icons :hover{
  color:rgb(71, 199, 202) !important;
}
.custoum .keywords{
  font:10pt/3.5 IRANSANS_LIGHT !important;
}

.custoum label.label {
  color: #555 ;
  font-weight: normal !important;
  font: 10pt/1 IRANSANS_MEDIUM;
  font-weight: normal;
  padding: 0 5px;
}

.custoum .simple-gallery .col-md-12:nth-child(1) img {
  width: 100% !important;
  border-radius: 10px;
}
.custoum .simple-gallery .col-md-12:nth-child(2) .row {
  margin: 10px -4px !important;
}
.custoum .simple-gallery .col-md-12:nth-child(2) img {
  width: 100% !important;
  border-radius: 10px;
  margin-bottom: 10px;
}
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(1),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(2),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(3),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(4) {
  display: block !important;
}
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(5),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(6),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(7),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(8) {
  display: none !important;
}.custom-preview-2 {
	padding: .5rem;
}
.custom_preview-509 {
  width:100% !important;
  background: #fff !important;
  border-radius: 10px !important;
  margin: 0 0 15px 0;
  margin-bottom: 15px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  margin-bottom: 45px !important;
}

.custom_preview-509 :hover {
  transition: ease 0.5s all; 
}
.custom_preview-509 .text{
  width: 63% !important;
  max-width: 63% !important;
  padding:25px 5px;
}
.custom_preview-509  img {
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 0;
  margin: 34px 22px;
}

.custom_preview-509 .pic{
  padding:0 !important;

}

.custom_preview-509  h2 {
  font-size: .9rem;
    margin: 0;
  font-family: IRANsans_medium;
  line-height: 1.5;
  text-align: center;
  padding-top: 10px;
}

.custom_preview-509  a h2:hover {
  transition: ease 0.5s all; 
  color:red
}

.custom_preview-509 h3 {
  font-size: 2.4rem 
   margin: 0 !important;
  font-family: IRANsans_light;
  line-height: 1.1;
  text-align: center;
  padding: 0;
  font-weight: 800;
  color: #c0c0c0;
  padding-top: 4px;
}

.custom_preview-509 h3:hover {
  transition: ease 0.5s all; 
  color:#ff9800;
}

.custom_preview-509  h2,h4{
  padding:0px !important;
  margin:0px !important;
  margin-top:7px !important;
}
.custom_preview-509 .text {
  padding-top: 27px;
}.custom-preview-3 {
	padding: .5rem;
}
.tasmin{
  padding:10px;
  text-align: center ;
  transition-property: transform;  
  background-color: #fff;
  box-shadow: 0 0 20px rgba(222, 222, 222, 0.8);
  border-radius: 10px;
  transition: 0.7s;
}
.tasmin:hover {
  text-align: center;
  background-color: #f7f7f7;
  box-shadow: 0 0 20px rgba(222, 222, 222, 0.8);
  border-radius: 10px;
  transform: translateY(-5px);
}
.tasmin img {
  margin: 15px;
  transition: 0.6s;
  -webkit-transition-duration: 1.7s;
  -moz-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
}
.img-tasmin:hover {
  transform: translateY(5px);
  -webkit-transform: rotate(380deg);
  -moz-transform: rotate(380deg);
  -o-transform: rotate(380deg);
}
.tasmin h3 {
  font-size: .8em;
  font-family: iranyekanwebregular;
  margin: 15px;
  color: #212121;
  text-align: center;
  line-height: 1.6;
}
.tasmin h4 {
  font-size: .7em;
  font-family: iranyekanweblight;
  margin: 12px 5px;
  color: #a2a2a2;
  padding: 10px;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}.single-services-box::after {
  right: 0;
}
.single-services-box::before, .single-services-box::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background: #ff9800;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box:hover::after, .single-services-box:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}
.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-services-box {
  position: relative;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-services-box:hover::after, .single-services-box:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}
.single-services-box::before {
  left: 0;
}

.single-services-box h3 {
  text-align: center;
  font: 12pt/2.5 iranyekanwebregular;
  margin: 0 !important;
  word-spacing: -2px;
  color:#434343;
}.custom-preview-5 {
  padding: .3rem;
}
.custom_preview-9 {
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,.07);
  background: #fff;
  padding: 10px 5px;
  border-bottom: 10px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #b8eafd;
}
.custom_preview-9:hover {
  transition: all ease-in-out .5s;
  cursor: auto;
  transform: translatey(4px);
}
.custom_preview-9 h3{
	font-size: 14px;
	color: #212121;
}
.custom_preview-9 .adminDemoImage {
  position: relative;
  display: inline-block;
  font: 15px/24px IRANSans_light;
  border-radius:10px;
  padding:0px 6px;
  padding-bottom: 0;

}

.custom_preview-9 .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	transition: ease 0.3s all;
	width: 45px;
}

.custom_preview-9 .img-responsive:hover {
  filter: blur(0px);

}
.custom_preview-9 .text-justify {
  text-align: justify;
}
.custom_preview-9 .Black {
  color: black !important;
  text-align:center;

}.cp-13 {
	background: #fff;
	padding: 15px;
	box-shadow: ;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
	padding: 0px;
	margin-bottom: 25px;
	padding-left: 22px;
  
}
.cp-13a:hover::after {
  width: 0;
}
.cp-13a::after {
  position: absolute;
  width: 100%;
  background: #e4e6ea;
  height: 3px;
  bottom: -1px;
  content: '';
  right: 0;
  transition: all .5s ease-in-out;
}
.cp-13a:hover::before {
  width: 100%;
}
.cp-13a::before {
  position: absolute;
  width: 0;
  background: #01bec6;
  height: 3px;
  bottom: -1px;
  content: '';
  transition: all .9s ease-in-out;
  left: 0;
}
.cp-13a {
background:#fff;
border-radius: 5px;
padding:0px;
  width:100%;

}
.cp-13a img {
	width: 100%;
	border-radius: 0px 5px 5px 0px;
}
.cp-13b {
background:#fff;
border-radius: 5px;
padding:15px;
  width:100%;

}
.cp-13b h3 {
	font-family: iranyekanwebbold;
	font-size: 22px;
	line-height: 1.4em;
	color: #212121;
	font-weight: 500;
	padding-top: 30px;
}
.cp-13b h3:hover{
  color: #545454;
}
.cp-13b h4 {
	font-family: iranyekanweblight;
	font-size: 11pt;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 22px;
	color: #212121;
	line-height: 2.1;
	white-space: wrap;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	text-align: justify;
}
.button.button-default {
	background: #fc82a0;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: IRANSans;
	font-size: 14px;
	line-height: 1.6em;
	padding: 7px 15px;
	vertical-align: middle;
	font-weight: 400;
	width: auto;
	float: left;
}
.button.button-default:hover {
	background: #e8577a;
}.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;
  border: 1px solid #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-1 a{
  color: #555;
}
.custom_preview-1 .icon-box2 {
  background: #fff;
  box-shadow: 0 1px 3px rgba(46,48,59,.1);
  background: #fff;
  font-size: 1em;
  display: block;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  cursor: pointer !important;
  border-radius: 20px;
  border: 1px solid #b8eafd;
}
.custom_preview-1 .icon-box2:hover {
  box-shadow: 0 3px 35px rgba(0,0,0,.09);
  transform: translatey(4px);
  transition: all ease-in-out .5s;
  cursor: auto;
}

.custom_preview-1 .icon-box2-inner icon-box1-icon.img{
  height:85px;
  width:85px;
  margin 10px;
}
.custom_preview-1 .icon-box2 a {
  color: #69656f;
  -webkit-transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -ms-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}
.custom_preview-1 .icon-box2 a:hover {
  color: #ec406a;
}
.custom_preview-1 .icon-box2 .icon-box2-inner {
  position: relative;
  z-index: 2;
}
.custom_preview-1 .icon-box2 .icon-box2-inne a:hover {
  color: #ec406a;
}
.custom_preview-1 .icon-box2 .icon-box2-text {
  color: #69656f;
  font-size: .8em;
  opacity: 1;
  padding-top: 8px;
  overflow: hidden;
  line-height: 2.1;
  text-align: justify;
}

.custom_preview-1 .icon-box2-inner img {
	padding: 18px;
	clip-path: circle(50% at 50% 50%);
	background: #fafafa;
	width: 100px;
	transition: all .8s ease;
}
.custom_preview-1 .icon-box2-inner img:hover {
	transform: rotateY(180deg);
}
.custom_preview-1 .icon-box2 .icon-box2-title {
  font-size: .87rem;
  -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  -moz-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  -ms-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  -o-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  transition: transform .4s cubic-bezier(.45,.01,.05,.92);
  color: #18193f;
}.custoum {
  margin-right: 0;
  margin-left: 0;
  margin-top: 50px;
  padding:0px 20px 40px 40px;
  background:#fff;

}
.c-t12 img {
  width: 100%;
}
.custoum h1 {
	margin-right: 0;
	margin-left: 0;
	margin-top: 50px;
	padding: 40px;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.08);
	border: 1px solid #f6f6f6;
	text-align: center;
	border-radius: 1px;
	font-family: IRANSANS_MEDIUM;
	background-image: url(http://radweb.ir/image/bg-lili.png),linear-gradient(to right,#fff,#fafafa);
	font-size: 2rem;
}
.cat1 {
  background: #fff;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.08);
  border: 1px solid #f6f6f6;
  text-align: center;
  border-radius: 1px;
  margin-bottom:10px;
}
.c-t12{ 
  background: #fff;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.08);
  border: 1px solid #f6f6f6;
  text-align: center;
  border-radius: 1px;
  min-height: 360px;

}
.c-t12 p{ 
  text-align: justify;
  font-size: 0.9rem;

}
.c-t13 {
  background: #fff;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.08);
  border: 1px solid #f6f6f6;
  text-align: center;
  border-radius: 1px;
  margin-top: 8px;
}
.custoum-1 {
  margin-right: 0;
  margin-left: 0;
  margin-top:30px;
  padding:10px;
}

.mataleb-item {
  border-radius: 20px;
  margin-right: 0;
  margin-left: 0;
}
.mataleb-item .head {
  padding: 18px 60px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  color: gray !important;
  font-family: iransans_medium;
  text-align: center;
}
.mataleb-item .head>div {
  background: transparent;
}
.mataleb-item h1 {
  color: #507dbc;
  font-size: 24px !important;
  margin-right: 20px;
  font: 16px/20px IRANSans_Medium;
}

.mataleb-item .summary {
  color: #3a3a3b;
  margin: 0 22px 0 15px;
  padding: 15px 6px 15px 15px;
  text-align: justify;
  font: 14px/20px IRANSans_light;
}
.mataleb-item .texty {
  padding: 10px;
  margin: 0 22px 0 15px;
  font: 14px/20px !important;
  font-family: IRANSans_light !important;
  text-align: justify;
}

.mataleb-item .mataleb-banners>div {
  text-align: center;
}
.fa {
  font-size: 15px;
}
.mataleb-item .head>div {
  background: transparent;
  font-family: b nazanin;
}
.eleman {
  margin-right: 35px;
}

.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;

}
.text-left a:hover {
  color: #507dbc;
}
.social_icons a {
  color: #555;
  font-size: 27px;
  margin-top: 3px;
  margin-left: 3px;
  transition: ease 0.5s all;

}
.social_icons a:hover {
  color: rgb(71, 199, 202);
  font-size: 27px;
}
.custoum h2{
  font-size:14px;
  font-family:IRANSans_light;
  margin-right:20px;
  margin-bottom:15px !important;
  color:gray;
}

input[name=FullName] {
  width: 100%;
}
.commentform input[type=text], .commentform textarea {
  border-width: 1px;
  border-radius: 0 !important;
  font-family: IRANsans_Light !important;
}
.commentform input[type=text]:hover, .commentform textarea:hover {
  border: 1px solid orange;
}
.commentform input[type=submit] {
  background: orange;
}
.gallery > table {
  margin: 0 auto !important;
}
.row .keywords{
  padding: 0 20px 20px 0;
}

.custoum .social_icons{
  color:#aaa !important;
}

.custoum .social_icons :hover{
  color:rgb(71, 199, 202) !important;
}
.custoum .keywords{
  font:10pt/3.5 IRANSANS_LIGHT !important;
}

.custoum label.label {
  color: #555 ;
  font-weight: normal !important;
  font: 10pt/1 IRANSANS_MEDIUM;
  font-weight: normal;
  padding: 0 5px;
}

.custoum .simple-gallery .col-md-12:nth-child(1) img {
  width: 100% !important;
  border-radius: 10px;
}
.custoum .simple-gallery .col-md-12:nth-child(2) .row {
  margin: 10px -4px !important;
}
.custoum .simple-gallery .col-md-12:nth-child(2) img {
  width: 100% !important;
  border-radius: 10px;
  margin-bottom: 10px;
}
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(1),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(2),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(3),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(4) {
  display: block !important;
}
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(5),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(6),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(7),
.custoum .simple-gallery .col-md-12:nth-child(2) .col-md-3:nth-child(8) {
  display: none !important;
}.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: 0 1px 3px rgba(46,48,59,.1);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #b8eafd;
}
.custom_preview-401 .head {
  padding: 5px 10px;
  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;
  max-width: 700px;
  height: auto !important;
  border-radius: 8px;
}

.custom_preview-401 .head>div {
  background: transparent;
}
.custom_preview-401 h1 {
  color: #3a3a3a;
  margin-right: 20px;
  font: 1rem/2.1 IRANSans_Medium;
}

.custom_preview-401 .summary h2 {
  background: #f9f9f9;
  color: #3a3a3b;
  margin: 30px 0;
  padding: 1rem;
  text-align: justify;
  font: .797rem /2.1 IRANSans_light;
}
.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;
  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;
  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: 1px solid #e6e6e6;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.07);
}
.custom_preview-401 textarea{
  width: 100%;
  padding: .5rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.07);
}
.single-details-header {
  color: #2f3031;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  background: #fff;
  padding-inline: 17px;
  padding: 14px;
  float: left;
  margin-top: -30px;
}
.keywords span {
  text-align: right;
  font-size: 12px;
  font-family: iransans;
}.cp-social i{
color: #707070;
font-size: 24px;
line-height: 0;
}
.cp-social i:hover {
	color: #ff9800;
	font-size: 24px;
	line-height: 0;
}
.cp-social {
	padding: .5rem;
}.custom-preview-13 {
	padding-top: 1rem;
}
.portfolio-item {
display: block;
overflow: hidden;
position: relative;
width: 100%;
border-radius: 10px;
border: 1px solid #ddd;
box-shadow: 0 0px 5px rgba(0,0,0,.1);
}
.portfolio-item-image-holder {
    display: block;
}
.portfolio-item-image-holder img {
    display: block;
    width: 100%;
}
.portfolio-item-cover {
    background: rgba(255,255,255,.92);
    box-shadow: 0 -3px 15px rgba(0,0,0,.2);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 100px);
    width: 100%;
    -webkit-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    -moz-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    -ms-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    -o-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
}
.portfolio-item:hover .portfolio-item-cover {
    background: rgba(255,255,255,.95);
    box-shadow: 0 0 0 transparent;
    top: 0;
}
.portfolio-item:hover .portfolio-item-title-outer {
    box-shadow: 0 1px 0 0 rgba(0,0,0,.08);
}
.portfolio-item-title-outer {
    box-shadow: 0 0 0 0 transparent;
    padding: 20px;
    -webkit-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    -moz-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    -ms-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    -o-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
}
.portfolio-item-title {
	color: #48464c;
	font: .987rem/2 IRANSANS_BOLD;
	margin: 0;
}
.portfolio-item-categories {
    color: #69656f;
    font-size: 12px;
    margin-top: 1px;
}

.portfolio-item:hover .portfolio-item-content {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-item-content {
    color: #69656f;
    font-size: 9pt;
line-height:1.6;
  text-align: justify;
    opacity: 0;
    padding: 28px;
    position: relative;
    top: 25px;
    -webkit-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    -moz-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    -ms-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    -o-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
        transition-delay: 0s, 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}.custom_preview-350 {
  position: relative;
  margin:0px !important;
}
.custom_preview-350 img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.tp-hero-3__content-box {
	padding: 220px 0;
}
.tp-hero-3__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-3__shape-animation {
	position: absolute;
	top: 95px;
	z-index: 2;
}
.tp-hero-3__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-3-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);
  
	}
  
  }.team-style-two{
  position: relative;
  padding: 115px 0px 170px 0px;
}

.team-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 25px;
}

.team-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 25px;
  transition: all 500ms ease;

}

.team-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.team-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  font-family: sahel-bold;
}

.team-block-two .inner-box .text-box{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 5px;
  text-align: center;
  border-radius: 30px;
  transition: all 500ms ease;
}
.team-block-two .inner-box .te-title {
	background: #535252;
	text-align: center;
	border-radius: 30px;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .text-box{
  opacity: 0;
}

.team-block-two .inner-box .overlay-content{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  border-radius: 25px;
  padding: 23px 15px 24px 15px;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .overlay-content{
  transform: scaleY(1);
}

.team-block-two .inner-box .overlay-content h3{
  margin-bottom: 5px;
}

.team-block-two .inner-box .overlay-content h3 a{
  color: #fff;
}

.team-block-two .inner-box .overlay-content h3 a:hover{
  text-decoration: underline;
}

.team-block-two .inner-box .overlay-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Urbanist', sans-serif;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.team-block-two .inner-box .overlay-content .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.team-block-two .inner-box .overlay-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.team-block-two .inner-box .overlay-content .social-links li:before{
  position: absolute;
  content: '';
  background: #e7c9c4;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 11px;
  right: -19px;
}

.team-block-two .inner-box .overlay-content .social-links li:last-child:before{
  display: none;
}

.team-style-two .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -61px;
  min-height: 40px;
  counter-reset: slides-num;
  margin-left: 37px;
}

.team-style-two .owl-dots::after {
  position: absolute;
  right: 8px;
  top: -1px;
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 16px;
  color: #afa7a7;
  font-weight: 800;
  font-family: 'Urbanist', sans-serif;
}

.team-style-two .owl-dots:before{
  position: absolute;
  content: '';
  right: 35px;
  top: 7px;
  width: 1px;
  height: 12px;
  background: #a09ba9;
  transform: rotate(10deg);
}

.team-style-two .owl-dots button span{
  display: none !important;
}

.team-style-two .owl-dots button{
  position: absolute;
  top: -4px;
  right: 55px;
  counter-increment: slides-num;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Urbanist', sans-serif;
}

.team-style-two .owl-dots button.active:before{
  position: absolute;
  content: counter(slides-num);
}

.team-style-two .owl-dots button.active:after{
  position: absolute;
  content: '0';
  top: 0px;
  right: 0px;
}

.team-style-two .owl-nav button{
  background: transparent !important;
  width: auto;
  height: auto;
  line-height: 30px !important;
}

.team-style-two .owl-nav button:hover{

}

.team-style-two .owl-nav button.owl-prev{
  top: 52px;
  left: -44px;
}

.team-style-two .owl-nav button.owl-next{
  top: 52px;
  right: -44px;
}
.team-block-two .inner-box .text-box {
  background: #535252;
}
.team-block-two .inner-box:hover .text-box {
  opacity: 0;
}.single-team-member-style2 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.title-holder i {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	font-size: 32px;
	color: #e22e2e;
	z-index: 1;
}
.single-team-member-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-team-member-style2 .img-holder::after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(3,13,40, 0) 0%, rgba(3,13,40, .3) 100%);
  transform: skewX(-25deg);
}
.single-team-member-style2:hover .img-holder::after{
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
.single-team-member-style2 .img-holder img {
	width: 100%;
	transform: scale(1.0);
	transition: all 700ms ease;
	height: 356px;
}

.single-team-member-style2 .title-holder{
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -35px;
  margin-left: 35px;
  margin-right: 35px;
  background: #ffffff;
  box-shadow: 0px 6px 57px 0px rgba(37, 37, 37, 0.05);
  border-radius: 5px;
  z-index: 1;
}
.single-team-member-style2 .title-holder:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transform: translateY(115px);
  transition: all 0.4s ease-in-out 0.3s;
  z-index: -1;
}
.single-team-member-style2:hover .title-holder:before{
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out 0.3s;
}
.single-team-member-style2 .title-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 22px 0px 22px;
}
.single-team-member-style2 .title-holder .inner h3 {
	font-size: 16px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 10px;
}
.single-team-member-style2 .title-holder .inner h3 a{
  color: #222222;
  transition: all 500ms linear;
  transition-delay: 0.5s;
}
.single-team-member-style2:hover .title-holder .inner h3 a{
  color: #ffffff;
}
.single-team-member-style2 .title-holder .inner span{
  color: #565872;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  transition: all 500ms linear;
  transition-delay: 0.5s;
}
.single-team-member-style2:hover .title-holder .inner span{
  color: #ffffff;
}
.single-team-member-style2 .title-holder::before {
  background: #ffd61a;
}
.single-team-member-style2 .title-holder .inner:before {
  position: absolute;
  content: "";
  bottom: -19px;
  opacity: 1;
  left: -38px;
  width: 81px;
  height: 48px;
  background: url(http://siic.ir/image/fm/33cbefdbcf.png) no-repeat;
  transition: all 700ms ease;
}
.single-team-member-style2:hover .img-holder img {
  width: 100%;
  transform: scale(1.07);
  transition: all 700ms ease;
}.custom-preview-bl-120 {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.adminDemoImage {
  position: relative;
  display: inline-block;
}
.custom-preview-bl-120 img {
  object-fit: cover;
  max-height: 357px;
}
.custom-preview-bl-120 .adminDemoImage::before {
  content: "\f144";
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate( -50%, -50% );
  padding: 3px 15px 3px 25px;
  color: #eee;
  font: 45pt/1 "Font Awesome 5 Pro";
  border-radius: 5px 5px 5px 5px;
  opacity: 0.8;
  font-weight: 900;
}
.custom-preview-bl-120 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.custom-preview-bl-120 .text-justify {
  text-align: justify;
}
.custom-preview-bl-120 .Black {
  color: black !important;
}

.custom-preview-bl-120 .News_Title {
  font-size: 16px;
  font-weight: normal !important;
  display: inline-block !important;
  text-align: justify !important;
  line-height: 25px !important;
}

.custom-preview-bl-120 .Titr2Title {
  color: #333 !important;
  font: 11pt/2 Iransans_medium;
  padding: 0 5px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-preview-bl-120 .Titr2Title::before {
  content: "\f144";
  z-index: 5;
  transform: translate( -50%, -50% );
  padding: 3px 5px 3px 5px;
  color: #000;
  font: 14px/1 "Font Awesome 5 Pro";
  opacity: 1;
  font-weight: 900;
}.cp-20 {
		box-shadow: 0px 1px 5px 0px rgba(230, 230, 230, 0.5);
	padding: 10px;
	border: 1px solid #b8eafd;
	background: #fff;
	min-height: 402px;
	border-radius: 20px;
}
.cp-20:hover{
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: .3s all;
  transition: .3s all;
}
.cp-20 img {
	display: block;
	width: 100%;
	border: 0 !important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
	padding: 0 !important;
	height: 360px !important;
	border-radius: 20px;
}
.cp-20 img :hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cp-20 .overl {
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  background: transparent;
  background: -moz-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(2%,transparent),color-stop(100%,rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  -webkit-transition: background-color .2s ease-out;
  position: absolute;
}
.cp-20 .overl a {
  color: #fff;
  font-size: 1rem;
  font-family: IRANSans_bold;
}
.cp-20 .overl span {
  color: #eee;
  font-size: .78rem;
  font-family: IRANSans_light;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cp-20 .favourite {
  background: #5e5c5c5c;
  color: #ed1c24;
  display: inline;
  position: absolute;
  top: 20px;
  left: 20px;
  padding:.7rem;
  font-size: 16px;
}
.cp-20 .favourite i{
  color: #fff;
  font-size: 22px;
}

.cp-20 .favourite:hover i{
  color: #ff5959;
}.post-slide1 {
  margin: 10px 10px;
  background: #fff;
}
.post-slide1 .post-img4 {
  overflow: hidden;
  position: relative;
  max-height: 100px;
}
.post-slide1 .post-img4 img {
  width: 100%;
  transform: scale(1.5,1.5);
  transition: all 0.8s ease 0s;
  max-height: 120px;
}
.post-slide1:hover .post-img4 img{
  transform: scale(1.2,1.2);
}
.post-slide1 .over-layer {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  text-align:center;
  background:rgba(68, 67, 64,0.9);
  transition: all 0.50s linear;
}
.post-slide1:hover .over-layer {
  opacity:1;
}
.post-slide1 .post-link {
  padding:0;
  margin:0;
  list-style:none;
  position: relative;
  top:45%;
}
.post-slide1 .post-link li {
  display: inline-block;
  margin-right:10px;
}
.post-slide1 .post-link li {
  width: 60px;
  height: 60px;
  line-height: 59px;
  border-radius: 50%;
  color:#fff;
  background:#333;
  font-size:20px;
  transform: scale(1,1);
  transition: all 0.20s linear;
}
.post-slide1 .post-link li :hover {
  text-decoration:none;
  transform: scale(1.1,1.1);
}
.post-slide1 .post-review1 {
  overflow: hidden;
}
.post-slide1 .post-title h5 {
  font-size: 1.1rem;
  color: #212121;
  text-transform:capitalize;
  transition: all 0.50s ease 0s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.post-slide1 .post-title  {
  display: block;
  color: #212121;
  text-align:left;
  text-transform:capitalize;
  transition: all 0.50s ease 0s;
}
.post-slide1 .post-title :hover {
  text-decoration: none;
  color:#f60;
}
.post-slide1 .post-info {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0 0 7px 0;
  border-top: 1px dashed #d3d3d3;
  font-size: .9rem;
  justify-content: space-between;
  display: flex;
}
.post-slide1 .post-info li {
  display: inline-block;
  margin-right: 13px;
}
.post-slide1 .tag-info {
  margin:0;
  padding:0 0 10px 0;
  text-align:center;
  border-bottom:1px solid #d3d3d3;
}
.post-slide1 .tag-info li {
  list-style:none;
  display: inline-block;
}
.post-slide1 .tag-info li {
  text-transform:capitalize;
}
.post-slide1 .tag-info li :hover {
  color:var(--thm-color);
  text-decoration:none;
}
.post-slide1 .read-more {
  color: var(--thm-black);
  float: left;
  text-transform: capitalize;
  margin-left: 25px;
}
.post-slide1 .read-more:hover {
  color:var(--thm-color);
  text-decoration:none;
}
.post-slide1 .post-title {
  font-size: 1rem;
  padding: .5rem;
}
.post-slide1 {
  margin: 10px 10px;
  background: #fff;
}
.post-slide1 .post-img {
  overflow: hidden;
  position: relative;
}
.post-slide1 .post-img img {
  width: 100%;
  height:auto;
  transform: scale(1,1);
  transition: all 0.30s ease 0s;
}
.post-slide1:hover .post-img img {
  transform: scale(1.2,1.2);
}
.post-slide1 .over-layer {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  text-align:center;
  background:rgba(68, 67, 64,0.9);
  transition: all 0.50s linear;
}
.post-slide1:hover .over-layer {
  opacity:1;
}
.post-slide1 .post-link {
  padding:0;
  margin:0;
  list-style:none;
  position: relative;
  top:45%;
}
.post-slide1 .post-link li {
  display: inline-block;
  margin-right:10px;
}
.post-slide1 .post-link li {
  width: 60px;
  height: 60px;
  line-height: 59px;
  border-radius: 50%;
  color:#fff;
  background:#333;
  font-size:20px;
  transform: scale(1,1);
  transition: all 0.20s linear;
}
.post-slide .post-link li:hover {
  text-decoration:none;
  transform: scale(1.1,1.1);
}
.post-slide1 .post-review1 {
  overflow: hidden;
}
.post-slide1 .post-title  {
  display: block;
  color: #212121;
  text-align: right;
  text-transform: capitalize;
  transition: all 0.50s ease 0s;
}
.post-review1 p {
  font-size: .9rem;
  line-height: 1.8;
  color: #777;
}

.post-slide1 .post-info {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0 0 7px 0;
  text-align: left;
  border-top: 1px dashed #d3d3d3;
  font-size: .9rem;
  color: #606060;
}
.post-slide1 .post-info li {
  display: inline-block;
  margin-right: 13px;
}
.post-slide1 .tag-info {
  margin:0;
  padding:0 0 10px 0;
  text-align:center;
  border-bottom:1px solid #d3d3d3;
}
.post-slide1 .tag-info li {
  list-style:none;
  display: inline-block;
}
.post-slide1 .tag-info li  {
  text-transform:capitalize;
}
.post-slide1 .tag-info li :hover {
  color:#f60;
  text-decoration:none;
}
.post-slide1 .read-more {
  color: #212121;
  float: left;
  text-transform: capitalize;
  margin-left: 25px;
}

.post-slide1:hover .read-more {
  color:#f60;
  text-decoration:none;
}
.post-slide1:hover .post-title {
  text-decoration: none;
  color:#f60;
}
.post-slide1 .post-title {
  font-size: 1rem;
  padding: .5rem;
}.journal-item:last-of-type .journal-info {
  background: #6e122e; }
.journal-item:last-of-type .journal-info::after {
  background-color: #ff3d4f; }
.maintitle {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}
.separator {
  color: #9da1a5;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 0;
  text-align: justify;
}

.journal .journal-item:nth-of-type(02) .journal-info {
  background: #222222;
  margin-top: 20px; }
.journal .journal-item:nth-of-type(02) .journal-info::after {
  background-color: #ffdb66; }
.journal .journal-item:last-of-type .journal-info {
  background: #1a1a1a; }
.journal .journal-item:last-of-type .journal-info::after {
  background-color: #0cc7dd; }

.journal {
  position: relative;
  height: auto;
  width: 100%;
}

.journal-info {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, 0.2) !important; 
}
.journal-info figure {
  position: relative;
  margin-bottom: 0;
  height: 235px; 
}
.journal-info figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }
.journal-info figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }
.journal-info figure img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
.journal-info .journal-txt {
	padding: 20px;
	height: 150px;
}
.journal-info .journal-txt .maintitle {
  margin-bottom: 12px; }
.journal-info .journal-txt .maintitle:hover {
  color: #ff3d4f; }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.snip1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.snip1 {
  width: 100%; }
.snip1:after {
  background: #000000;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: ''; }

.snip1:hover:after,
.snip1.hover:after {
  width: 100%; 

-webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}.custom_preview-6 {
	border-bottom: 1px dotted #ccc;
	margin: 2px 0px;
	padding: 10px;
	direction: rtl;
	width: 100%;
}
.custom_preview-6 a {
  display:flex;
}

.custom_preview-6 i {
	color: #256bb2;
	padding-left: 0.4rem;
	display: contents;
}
.custom_preview-6:hover h3 {
  color: #a60303;  
  padding-right:5px !important;
  transition: ease 0.5s all;
}

.custom_preview-6 a h3 {
  color:#000;
  font-size: 13px;
  font-family: iransans_light;
  padding-left: 5px !important;
  padding-right: 0 !important;
  padding-top:0;
  padding-bottom: 0;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 10pt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:90%;
}.cp-75 {
	border-radius: 20px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 64px;
	border: 2px solid #8de7f2;
	margin: .3rem 0;
	transition: .3s linear;
	display: flex;
	justify-content: space-between;
}
.cp-75:hover {
	border-radius: 20px;
	background-color: #8de7f2;
	padding: 10px;
	height: 64px;
	border: 2px solid #ffff;
	margin: .3rem 0;
	color: #fff;
  transition: .3s linear;
}
.cp-75 .img-responsive{
	width: 45px;
}
.cp-75 i {
	color: #191a42;
	transition: .3s linear;
	padding: 14px 0;
}
.cp-75 i:hover {
	color: #fff;
  transition: .3s linear;
}
.cp75.sec-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cp-75 .sec-title ul.check-lists .list-item .icon-list-icon i {
  color: #8de7f2;
  font-size: 18px;
}
.cp-75 ul {
	list-style: none;
	font-size: .89rem;
}
.cp-75 span{
color:#333;
}.custom_preview-35000 {
	position: relative;
	margin: 0px !important;
	height: 400px;
	border-radius: 20px;
}

.custom_preview-35000 video{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.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);
  
	}
  
  }.cp-200 {
		box-shadow: 0px 1px 5px 0px rgba(230, 230, 230, 0.5);
	padding: 10px;
	border: 1px solid #b8eafd;
	background: #fff;
	min-height: 374px;
	border-radius: 20px;
}
.cp-200:hover{
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: .3s all;
  transition: .3s all;
}
.cp-200 img {
	display: block;
	width: 100%;
	border: 0 !important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
	padding: 0 !important;
	height: 342px !important;
	border-radius: 20px;
}
.cp-200 img :hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cp-200 .overl {
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  background: transparent;
  background: -moz-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(2%,transparent),color-stop(100%,rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom,transparent 0,transparent 2%,rgba(0, 0, 0, 1) 100%);
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  -webkit-transition: background-color .2s ease-out;
  position: absolute;
}
.cp-200 .overl a {
  color: #fff;
  font-size: 1rem;
  font-family: IRANSans_bold;
}
.cp-200 .overl span {
  color: #eee;
  font-size: .78rem;
  font-family: IRANSans_light;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cp-200 .favourite {
  background: #5e5c5c5c;
  color: #ed1c24;
  display: inline;
  position: absolute;
  top: 20px;
  left: 20px;
  padding:.7rem;
  font-size: 16px;
}
.cp-200 .favourite i{
  color: #fff;
  font-size: 22px;
}

.cp-200 .favourite:hover i{
  color: #ff5959;
}.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;
}
.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;
}

.bg-cati img {
  transition: all .8s ease;
  margin: 0 auto;
  margin-bottom: 6px;
}


.bg-cati:hover img {
  transform: rotateY(180deg);
}
 .bg-cati h2 {
	font-size: 14px;
	font-weight: 600;
	color: #030303;
}
.bg-cati p {
	font-size: 12px;
}
 .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;
}.ata-box-two-section{
    position: relative;
}

.ata-box-two {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition:all .3s ease-in-out;;
  padding: 0px 0px 0px 0px;
	border-radius: 35px 35px 35px 35px;
}

 .uabb-slide-front {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF00 4%, #1ACCAA 84%);
	padding: 25px 25px 25px 25px;
	border-radius: 35px;
}

.ata-box-two-section .caption{
position: absolute;
  bottom: 35px;
}


.ata-box-two .caption{
transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;

}

.ata-box-two:hover .caption{
padding-right:15px;
}


.ata-box-two .uabb-slide-front {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  
}
.uabb-slide-front .caption h2{
    font-size: 17px;
  font-weight: bold;
}
 .ata-box-two .uabb-slide-front {
	height: 290px;
}
 .uabb-slide-front {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF00 4%, #1ACCAA 84%);
	padding: 25px 25px 25px 25px;
	border-radius: 35px 35px 35px 35px;
}
 .uabb-slide-front .caption h2 {
	font-size: 15px;
	font-weight: 700;
  color: #FFFFFF;
}
 .uabb-slide-front .caption p {
	font-size: 12px;
   color: #FFFFFF;
}.sbox3 {
  padding: 13px 15px;
  background-color: #fff;
  border-radius: 15px;
  color: #000;
}

.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;
}

.sbox3:hover {
  -ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
  -moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
  -webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
  box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
  color: #fff !important;
}


.teamgrid-2:hover a,
.teamgrid-2:hover p {
  color: #fff !important;

}
.teamgrid-2 a{
  font-size:16px;
}

.team_name h2 {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}
.team_cat a{
  font-size: 13px;
  color: #333;
}
.sbox3 a,
.sbox3 p {
  line-height: 1.8;
}

.sbox3.teamgrid-1 img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  display: flex;
}

.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;
}

.sbox3 p {
  font-size: 12px;
}

.sbox3.teamgrid-2 {
  padding: 0px !important;
  position: relative;
  background-color: transparent;
  box-shadow: none !important;
  overflow: hidden;
  display: inline-block;
  height: 380px;
}
.sbox3.teamgrid-2:hover{
  background-color: rgba(0,201,161,0.84) !important;
}
.sbox3.teamgrid-2 p {
  text-align: center;
}

.sbox3.teamgrid-2 .info {
  text-align: center;
  position: absolute;
  bottom: 10px;
  background-color: rgba(255, 255, 255, .85);
  padding: 10px;
  border-radius: 25px;
  margin: 0 auto;
  right: 8%;
  left: 8%;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 25px!important;
}

.sbox3.teamgrid-2:hover .info {
  bottom: 25px;
  -webkit-transition: .4s;
  transition: .4s;
  opacity:.95
}
.sbox3.teamgrid-2 img {
  width: 100% !important;
  height: 380px !important;
  object-fit: cover;
  transition: transform 0.5s 0.8s;
  -webkit-transition: all, 0.8s, ease-out, .8s;
  -o-transition: all, 0.8s, ease-out, .8s;
  transition: all, 0.8s, ease-out, .8s;
}
.sbox3.teamgrid-2:hover img {
  transform: scale(1.1);
}

.sbox3 .dvteamgrid_2 {
  width: 100% !important;
}
.team_cat h2 {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}
.teamgrid-2:hover a, .teamgrid-2:hover p {
  color: #fff !important;
}
.sbox3.teamgrid-2:hover{
  background-color: rgba(0,201,161,0.84) !important;
}
.ata-portfolio .info ,
.ata-portfolio .info2  ,
.sbox3.teamgrid-2:hover .info ,
.single-team-info .btn-success {
  background-color:rgba(0,201,161,0.84)!important
}.marquee {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px 0;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
  }

  .marquee:hover .marquee-track {
    animation-play-state: paused; /* توقف انیمیشن در حالت هاور */
  }

  .marquee-track img {
    width: 180px;
    height: auto;
    margin-right: 16px;
    border-radius: 6px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

  .marquee-track img:hover {
    transform: scale(1.05);
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }.ata-video-player-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
    animation-name: ripple;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}


@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0  #D6D6D661, 0 0 0 0  #D6D6D661;
    }

    80% {
        box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
    }

    100% {
        box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
    }
}

.ata-video-player-button img {
  max-width: 35px;
  max-height: 35px;
  object-fit: cover;
  pointer-events: none; /* این خاصیت اجازه می‌دهد کلیک بر روی آیکن، به ویدیو ارسال شود */
}

.ata-custom-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.ata-video-border-back {
  position: absolute;
  width: 100%;
  height: 100%;
  /*border: 3px solid #000;*/
  border-radius: 35px;
  z-index: 1;
}


.ata-video-player{
      position: relative;
    z-index: 2;
  text-align: center;
}


.ata-video-player video{
object-fit:cover
}
.ata-video-player-button {
	background-color: #F5AC00;
}
.ata-video-player video {
	border-radius: 35px 35px 35px 35px;
	height: 430px;
}.ata-portfolio {
  position: relative;
}

.ata-portfolio .portfoliobox img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  -webkit-transition: all, 0.8s, ease-out, .8s;
  -o-transition: all, 0.8s, ease-out, .8s;
  transition: all, 0.8s, ease-out, .8s;
}

.ata-portfolio .portfoliobox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
border-radius: 25px;
}

.ata-portfolio .portfoliobox:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.ata-portfolio .info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 25px;
  opacity: 0;
  transition: all 500ms cubic-bezier(.77, 0, .175, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfoliobox .info h2, .info2 h2 {
	color: #ffc109 !important;
  font-size: 14px;
  line-height: 30px;
}

.ata-portfolio .info p {
text-align:center; 
}
.ata-portfolio .info {
	margin: 25px 25px 25px 25px !important;
	border-radius: 25px 25px 25px 25px !important;
}

.ata-portfolio .portfoliobox:hover .info {
  opacity: 1;
  background-color: rgba(0,2,58,0.84);
}

.ata-portfolio .portfoliobox:hover .info h2 {
  opacity: 1;
}

.ata-portfolio .portfoliobox h2 {
  transform: translateY(20px);
  transition: all 500ms cubic-bezier(.77, 0, .175, 1);
  opacity: 0;
  text-align: center;
}

.ata-portfolio .portfoliobox:hover h2 {
  transform: translateY(0);
  opacity: 1;
}

.ata-portfolio .portfoliobox p {
  transform: translateY(20px);
  transition: all 900ms cubic-bezier(.77, 0, .175, 1), color 200ms ease-in-out;
  opacity: 0;
 
}

.ata-portfolio .portfoliobox:hover p {
  transform: translateY(0);
  opacity: 1;
}

.ata-portfolio-carousel .Dottedsquare {
  bottom: -1rem;
  right: -30px;
  height: 90px;
}


.ata-portfolio .info2 {
  position: absolute;
  right: 0;
  bottom:35px;
  background-color: #fff;
  padding:20px 25px;
  margin: auto;
  opacity:1;
  transition: all 500ms cubic-bezier(.77, 0, .175, 1);
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}
.ata-portfolio .portfoliobox p {
	transform: translateY(20px);
	transition: all 900ms cubic-bezier(.77, 0, .175, 1), color 200ms ease-in-out;
	opacity: 0;
}
.ata-portfolio .portfoliobox:hover p {
	transform: translateY(0);
	opacity: 1;
}
.portfoliobox .info p a, .portfoliobox .info p span, .info2 p a, .info2 p span {
	color: #f4f4f4 !important;
}.atablog-post-block4 {
    padding: 12px;
    text-align: right;
    -ms-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -moz-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -webkit-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    background-color: #fff;
    position: relative;
    border-radius: 35px;
    margin-bottom: 25px;
    min-height: 460px;

}

.atablog-post-block4 .atablog-post-thumbnail {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;
    width: 100%;
}

.atablog-post-block4 .atablog-post-thumbnail img {
    margin-bottom: 0px;
    display: block;
    object-fit: cover;
    border-radius: 25px;
    height: 230px;
    width: 100%;
    -webkit-transition: all, 0.8s, ease-out, .8s;
    -o-transition: all, 0.8s, ease-out, .8s;
    transition: all, 0.8s, ease-out, .8s;

}

.atablog-post-block4:hover img {
    filter: brightness(58%) contrast(100%) saturate(200%) blur(0px) hue-rotate(0deg);
    transform: scale(1.2);
}


.atablog-post-block4:hover .atablog-post-overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(138, 20, 131, 0.25);
}

.atablog-post-block4:hover {
    cursor: pointer;
}

.atablog-post-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    transition: .5s ease;
    border-radius: 1rem;
}

.atablog-post-overlay .text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.atablog-post-overlay .text i {
    border-radius: 50%;
}

.atablog-post-block4 .details h2 {
    color: rgb(54, 54, 54);
    margin:0 5px;
    line-height: 1.8;
  font-size: 14px;
  line-height: 30px;
  font-family: 'yekanbakh';
}

.atablog-post-block4 .details {
    z-index: 1000;
    background-color: #fff;
    position: relative;
    margin: 0px 10px 0 10px;
    padding: 5px 14px 10px 5px;
    border-radius: 35px;
}

.atablog-post-block4 .details p {
    border-right:8px solid #f7f7f7;
    padding-right: 12px;
    margin: 15px 0px;
    text-align: justify;
    line-height: 2;
  font-size: 14px;
  line-height: 30px;
  font-family: 'yekanbakh';
}

.atablog-post-block4 .details .dott {
    border-bottom: 1px dotted #000;
    width: 100px;
}

.atablog-post-block4 .details .dott::before {
    position: relative;
    content: "";
    width: 8%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 2px dotted #d1d1d1;
    margin-right: 28px;
}

.atablog-post-block4:hover .morelnk i {
    color: #fff;
}

.atablog-post-block4 .details span.date {
    margin-right: 10px;
    color: #5a5858;
}

.atablog-post-block4 .morelnk span {
    font-size: 13px !important;
}
.atablog-post-block4 .morelnk i {
    background-color: #f5f4fc;
    padding: 4px 15px;
    border-radius: 35px;
    font-size: 14px;
    vertical-align: middle;
}
.atablog-post-block4 .morelnk i {
	background-color: #f5f4fc;
	padding: 4px 15px;
	border-radius: 35px;
	font-size: 14px;
	vertical-align: middle;
}
 .atablog-post-block4:hover .morelnk span{
	color: #2d33af !important;
}
 .atablog-post-block4:hover .morelnk i {
	background-color: #2d33af !important;
}.elementor-widget-wrap {
  background-color: #11D9B7;
  border-radius: 30px 30px 30px 30px;
  width:100%;

}
.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}.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: 11px 10px 11px 10px;
  border-radius: 25px 25px 25px 25px;
}
 .sbox3.teamgrid-1 img {
	width: 60px;
	height: 60px;
   border-radius: 100%;
  object-fit: cover;
  display: flex;
   margin-left: 1rem !important;
}
.team_name a h2 {
	font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}
.sbox3 a, .sbox3 p {
	line-height: 1.8;
  font-family: 'yekanbakh';
  color: #333;
}
.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;
  color: #fff !important;
  background-color: #28D0AA !important;
}
.sbox3.teamgrid-1:hover span {
	color: #FFFFFF !important;
	background-color: #08B65D !important;
}.atablog-post-block5 {
  display: flex;
  align-items: stretch; /* ارتفاع یکنواخت */
  width: 100%;
  gap: 20px;
  direction: ltr;
  margin-bottom: 20px;
}
.atablog-post-block5:hover img {
	transform: scale(1.2);
	border-radius: 20px;
}

.atablog-post-thumbnail {
  width: 25%;
  overflow: hidden;
  border-radius: 20px;
  flex-shrink: 0;
}

.atablog-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.8s ease-out;
}

/* نوشته‌ها - عرض 75% */
.atablog-post-content {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;}

.atablog-post-content h2 {
	font-weight: 500;
	color: #050505;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
}
.atablog-post-content p {
	font-size: 13px;
	color: #282828;
	line-height: 30px;
	text-align: justify;
	direction: rtl;
}
.atablog-post-content span {
  color: #282828 ;
}
.atablog-post-block5 .dott::before {
	position: relative;
	content: "";
	width: 8%;
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
	border-bottom: 2px dotted #d1d1d1;
}
@media (max-width: 768px) {
    .atablog-post-block5 {
        flex-direction: column-reverse;
    }

    .atablog-post-thumbnail,
    .atablog-post-content {
        width: 100%;
    }

    .atablog-post-thumbnail {
        height: 200px;
    }
}.service-list {
  padding: 13px;
  border-radius: 20px;
}
.service-list .item {
  padding: 10px 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(137, 151, 186, .1);
  margin-bottom: 15px;
  width: 100%;
}
.service_title i {
  font-size: 26px;
  color: #333;
font-weight: 300;
}
.service-list.ico {
  display: flex;
  margin-left: 2px;
  padding: 5px 5px 5px 5px;
  border-radius: 15px;
  min-width: 40px;
  text-align: center;
}
.service-list h3 {
  font-size: 14px;
  color:#212121;
}.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;
}
.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: 35px 0px 35px 35px;
	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;
}

.ata-user-review .job_review {
  color: rgb(153, 153, 153) !important;
  font-size: 12px;
}.menu-item-box{
      max-width:var(--max-width);
      margin:0 auto;
      background:var(--card);
      border-radius:var(--radius);
      box-shadow:0 8px 30px rgba(20,20,40,0.06);
      overflow:hidden;
      display:grid;
      grid-template-columns: 1fr 300px; /* متن سمت چپ، تصویر سمت راست */
      gap:var(--gap);
      align-items:center;
      padding:22px;
    }
/* محتوای متنی */
    .menu-item-content{padding:8px 12px}
    .menu-item-content h2{margin:0 0 10px 0; font-size:1.45rem}
    .menu-item-content p{margin:0 0 16px 0; color:var(--muted); line-height:1.45}

    .menu-item-actions{display:flex; gap:12px; align-items:center}
    .btn{
      display:inline-block;
      padding:10px 18px;
      border-radius:10px;
      background:linear-gradient(90deg,var(--accent),#ff8a80);
      color:#fff;
      font-weight:600;
      text-decoration:none;
      box-shadow:0 6px 18px rgba(255,107,107,0.18);
      border:none;
      cursor:pointer;
      transition:transform .12s ease, box-shadow .12s ease;
    }
    .btn:active{transform:translateY(1px)}

    .meta{display:flex; gap:10px; color:var(--muted); font-size:0.95rem}

    /* تصویر */
    .menu-item-image{
      width:100%;
      height:100%;
      min-height:160px;
      display:block;
      border-radius:12px;
      overflow:hidden;
      background:linear-gradient(180deg,#eee,#f6f6f8);
      align-self:stretch;
    }
    .menu-item-image img{width:100%; height:100%; object-fit:cover; display:block}

    /* responsive - موبایل */
    @media (max-width:720px){
      .menu-item-box{grid-template-columns: 1fr 140px; padding:16px}
      .menu-item-content h2{font-size:1.2rem}
    }
    @media (max-width:460px){
      /* سعی می‌کنیم تصویر همچنان سمت راست باشد؛ اما برای کوچک‌ترین صفحه‌ها به ستون‌های انعطاف‌پذیر می‌رویم */
      .menu-item-box{display:flex; flex-direction:row; gap:12px; align-items:flex-start}
      .menu-item-content{flex:1}
      .menu-item-image{width:120px; height:120px; flex:0 0 120px; border-radius:10px}
    }.img-box1 {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.img-box1 img {
  display: inline-block;
  position: relative;
  -webkit-mask-image: url(../img/shape/about-1-mask.png);
          mask-image: url(../img/shape/about-1-mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 100%;
}
.img-shine:hover::after {
	-webkit-animation: imgShine 1s;
	animation: imgShine 1s;
}
.img-shine::after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.about-wrap1 .about-text {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.333;
  font-family: var(--title-font);
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.img-shine {
  position: relative;
}

.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.img-shine:hover:after {
  -webkit-animation: imgShine 1s;
          animation: imgShine 1s;
}

@-webkit-keyframes imgShine {
  100% {
    left: 125%;
  }
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}.ata-team-two_item {
	height: 400px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border-radius: 25px;
	cursor: pointer;
}
.ata-singleteam-section img {
	height: 400px !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(120%);

}
.ata-team-two_text {
	width: 100%;
	height: 100%;
	top: 250px;
	z-index: 2;
	position: absolute;
	padding: 35px 30px 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.ata-team-two_item::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(260deg, rgba(18, 144, 145, 0.58) 0%, rgba(162, 45, 253, 0.67) 100%);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all, 0.5s, ease-out, .5s;
	-o-transition: all, 0.5s, ease-out, .5s;
	transition: all, 0.5s, ease-out, .5s;
}
.ata-team-two_text .ata-team-two_social {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 30px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
 .ata-singleteam-section h2 {
	font-weight: 600;
	color: #fff;
   text-shadow: 2px 2px #16151540;
  font-size: 15px;
  position: relative;
  margin-bottom: 6px;
   line-height: 30px;
}
.ata-team-two_text p {
	color: #e4e4e4;
	line-height: 26px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 50px;
	text-align: right;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ata-team-two_title span {
	color: #232020;
	background-color: #FFB025;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 50px;
    border-top-right-radius: 50px;
  border-top-right-radius: 0;

}
 .ata-singleteam-section p {
	font-size: 12px;
	color: #fff;
}
.ata-team-two_item:hover .ata-team-two_text p {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
}
.ata-team-two_item:hover .ata-team-two_text .ata-team-two_title {
	border-bottom: 2px solid rgba(183, 183, 183, 0.58);
	padding: 0 0 15px;
	margin-bottom: 15px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: initial;
	opacity: 1;
	visibility: visible;
}
.ata-team-two_text .ata-team-two_title h2::before, .ata-team-member-one h2::before {
	content: '';
	width: 11px;
	height: 4px;
	display: inline-block;
	background-color: #F1A14D;
	border-radius: 30%;
	margin-left: 7px;
	transition: .4s;
}
.ata-team-two_item:hover .ata-team-two_text {
	top: 0;
}
.ata-team-two_text .ata-team-two_social a {
	font-size: 17px;
	color: #fff;
}
.ata-team-two_text .ata-team-two_social {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 30px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
.ata-team-two_item:hover .ata-team-two_text .ata-team-two_social {
	opacity: 1;
	visibility: visible;
	bottom: 34px;
	-webkit-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
}
.ata-team-two_item {
	cursor: pointer;
}/* کارت پایه */
.card {
  width: 350px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 15px;
  transition: all 0.3s ease;
}

/* اسکلت لودینگ */
.skeleton .image,
.skeleton .title,
.skeleton .text,
.skeleton .button {
  background: linear-gradient(100deg, #e0e0e0 20%, #f0f0f0 50%, #e0e0e0 80%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 8px;
}

.skeleton .image {
  height: 180px;
  margin-bottom: 15px;
}

.skeleton .title {
  height: 20px;
  width: 60%;
  margin: 10px 0;
}

.skeleton .text {
  height: 14px;
  width: 90%;
  margin-bottom: 10px;
}

.skeleton .button {
  height: 36px;
  width: 40%;
  margin-top: 15px;
  border-radius: 20px;
}

/* انیمیشن شاین */
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* استایل محتوای واقعی */
.real-image {
  width: 100%;
  border-radius: 10px;
}

.real-title {
  margin-top: 10px;
  font-size: 20px;
}

.real-text {
  font-size: 14px;
  color: #555;
}

.real-button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
}

.real-button:hover {
  background: #0056b3;
}.wrap {
    width: 350px;
    margin: 30px;
  }

  .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
  }

  .img-box img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
  }

  .img-box:hover img {
    transform: scale(1.07);
  }

  /* نور */
  .shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      115deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.5) 50%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.6s ease;
    pointer-events: none;
    z-index: 2;  /* مهم: بالاتر از تصویر باشد */
  }

  /* حرکت نور */
  .img-box:hover .shine {
    left: 130%;
  }.product-card {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: .25s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.product-card-top {
    position: relative;
}

.product-card .product-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* تخفیف */
.product-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff3b3b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 13px;
}

/* بدنه متن */
.product-card-body {
    padding: 15px 12px 18px;
    text-align: center;
}

/* دسته‌بندی */
.product-category {
    font-size: 13px;
    color: #888;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
}

/* عنوان محصول */
.product-title {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 1.4;
}

.product-title a {
    color: #222;
    text-decoration: none;
}

.product-title a:hover {
    color: #555;
}

/* قیمت */
.product-price {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.price-new {
    font-size: 17px;
    font-weight: 700;
    color: #111;
}

.price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
/* افکت Shine روی تصویر */
.product-card .product-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-card .product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.5s ease;
    z-index: 2;
}

.product-card .product-image:hover::after {
    left: 125%;
}/* Wrapper و Inner */
.fara-flip-box-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}

.fara-flip-box-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.5s;
}

/* Front Side */
.fara-flip-box-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #c92a61;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
}

.fara-flip-box-front-inner,
.fara-flip-box-back-inner {
    transform-style: preserve-3d;
    transform: translateZ(0.1px);
}

.fara-flip-box-wrap-inner {
    padding: 0 20px;
}

/* آیکون و SVG */
.fara-flip-icon-image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    min-width: max-content;
    overflow: hidden;
}

.fara-draw-svg-wrapper svg,
.fara-flip-icon-image > svg {
    width: 50px;
    height: auto;
}

.fara-flip-icon-image > i {
    font-size: 30px;
    color: #fff;
}

.fara-flip-icon-image > img {
    width: 100px;
}

/* عنوان و متن */
.fara-flip-title {
    color: #fff;
    margin-bottom: 0;
}

.fara-flip-content {
    color: #fff;
    margin: 10px 0;
    font-size: 15px;
}

/* Button */
.fara-flip-box-btn {
    display: inline-block;
    padding: 10px 25px;
    margin: 15px 0;
    background-color: rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.fara-flip-box-btn:hover {
    background-color: rgba(255,255,255,0.17);
}

/* Back Side */
.fara-flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8d387f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
}

/* Animation */
.fara-flip-box-front,
.fara-flip-box-back {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-timing-function: ease;
}

/* Flip 3D */
.fara-flip-box-3d .fara-flip-box-wrap {
    transform: translateZ(90px) scale(0.91);
}

/* Meta & List */
.fara-post-meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fara-post-meta-inline {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.fara-post-meta-inline > li {
    margin-right: 8px;
    margin-left: 8px;
}

.fara-post-meta li a {
    display: inline-flex;
    align-items: center;
    font-size: inherit;
    color: inherit;
}

.fara-post-meta-list-item .fara-post-meta-list-text {
    display: inline-block;
    padding-left: 5px;
    color: #2b2b2b;
    transition: color 0.3s ease-in-out;
}

.fara-post-meta-list-item {
    position: relative;
    line-height: 1;
}
/* Wrapper و Perspective */
.fara-flip-box-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    perspective: 1000px; /* دید 3D */
}

/* Inner با قابلیت Flip */
.fara-flip-box-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

/* هاور باعث چرخش میشود */
.fara-flip-box-wrapper:hover .fara-flip-box-inner {
    transform: rotateY(180deg); /* چرخش Y برای flip افقی */
}

/* Front Side */
.fara-flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #c92a61;
    color: #fff;
    text-align: center;
}

/* Back Side */
.fara-flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg); /* برعکس بودن back برای flip */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #8d387f;
    color: #fff;
    text-align: center;
}/* .bg-body-tertiary {
	background: #e4e4e4 url(https://pixydrops.com/loazzne/assets/images/breadcrumb.jpg) center left no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 224px;
}*/
.CBlock-2 h3 {
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-family: sahel-bold;
}
.CBlock-2 h5 {
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 1rem;
	font-family: sahel-light;
}
.breadcrumb a{
color:#ffff;
}
.parent-10 {
	padding: 41px 0px;
}.CBlock-3 {
    }
    .CBlock-3 .BlockHeader {
    }
    .CBlock-3 .BlockBody {
    }.boxx {
  margin-bottom: 20px;
  width: 100%;
}
.boxx .tit {
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.boxx .tit h4 {
  display: inline-block;
  background: #314089;
  color: #fff;
  position: relative;
  font-size: .98em;
  padding: 2px 0;
  line-height: 1.8;
  font-family: "Sahel-Black";
}
.boxx .tit h6 a {
  display: inline-block;
  color: #256bb2;
  position: relative;
  font-size: .97em;
  padding: 2px;
  line-height: 1.8;
}
.boxx .tit h4 .fa{
  line-height: 30px;
  padding-left: 5px;
}
.boxx .tit h4 span {
  position: relative;
  padding: 0 15px;
  font-weight: normal;
  font-family: "Sahel-Black";
}
.boxx .tit h4 span a{
  color: #FFF;
}
.boxx .tit h4::after, .boxx .tit h4::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: #3997e9;
  transform: translate(6px, -6px);
}
.boxx .tit h4:before {
  width: 12px;
  height: 2px;
}
.boxx .tit h4:after {
  height: 12px;
  width: 2px;
}

.boxx .aa{
  margin-left: 10px;
  margin-bottom:25px;
  position: relative;
  width:100%;
  height:auto;
  float: right;
  background:#FFF;
  box-shadow: 0 7px 5px -5px rgba(207,207,207,1);
  padding:5px 5px;
}

.boxx .aa .right{
  width:40%;
  float: right;
  height: auto;
  padding: 5px 0;
}
.boxx .aa .right .thumbnail{
  width:100%;
  height:200px;
}
.boxx .aa .right .thumbnail img{
  width:100%;
  height:100%;
  object-fit: cover !important;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.boxx .aa .right:hover .thumbnail img {
  -webkit-filter: brightness(120%) contrast(120%);
  -moz-filter: brightness(120%) contrast(120%);
  filter: brightness(120%) contrast(120%);
  -ms-transition: .2s filter linear;
  -o-transition: .2s filter linear;
  -webkit-transition: .2s filter linear;
  transition: .2s filter linear;
}.Dottedstocol {
  width: 20px;
  height: auto;
  background-image: radial-gradient(#353434 1px, transparent 1px);
  -webkit-background-size: 20px 20px;
  background-size: 10px 10px;
  border-radius: 0px;
  margin-left: 1rem !important; 
}
.singletitle{
  margin-top: .5rem !important;
}
.singletitle span {
  /* font-family: IRANSans_Medium; */
  background-color: #f1a005;
  padding: 0.2rem 0.7rem;
  color: #fff;
  font-size: 0.86rem;
}
.singletitle h2 {
  font-size: 17px;
  font-weight: 700;
}section.section.section-1 { background-color:#rgb(250, 250, 250);
	background-repeat:no-repeat; background-attachment:fixed; background-size: cover; transform:translate3d(0,0,0);
	background-position:center center;
	 padding: 2rem 0; }
section.section.section-4 { background-color:#f7f7f7;;
	background-image:url('../../image/template/s4.png');
	background-repeat:repeat;
	  }
section.section.section-2 { background-color:#F7F7F7;
	background-repeat:no-repeat; background-attachment:fixed; background-size: cover; transform:translate3d(0,0,0);
	background-position:center center;
	 padding-top:40px;
padding-bottom:40px;
background: #F09819;  
background: -webkit-linear-gradient(to right, #EDDE5D, #F09819); 
background: linear-gradient(to right, #EDDE5D, #F09819); }
section.section.section-3 { background-color:#ffffff;;
	background-repeat:no-repeat; background-attachment:fixed; background-size: cover; transform:translate3d(0,0,0);
	background-position:center bottom;
	 padding:4rem 0; }
section.section.section-7 { background-color:#f2f2f2;
	background-image:url('../../image/template/s7.jpg');
	background-repeat:repeat;
	 padding:0 0 4rem 0; }
#block-1 { width: 90%;
background-color: #0054a6;
color:#fff !important;
margin: 0 auto; }
#block-9 { margin: 0 auto;
justify-content: center;
 display: flex; }
#block-2 { margin: 0 auto;
padding: 85px  0; }
#block-3 { margin:70px 0; }
#block-4 { margin: 30px 0 50px 0;
width:100%; }
#block-7 { margin:80px 0; }
#block-8 { margin:80px 0; }
#block-16 { margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-items: center;
  justify-content: center; }
#block-13 { margin: 30px 0 50px 0; }
@font-face { font-family: "IRANSans";
src: url('./fonts/IRANSans.ttf') format('truetype');
}

@font-face { font-family: "Arial";
src: url('./fonts/Arial.ttf') format('truetype');
}

@font-face { font-family: "Helvetica";
src: url('./fonts/Helvetica.ttf') format('truetype');
}

@font-face { font-family: "Nastaliq";
src: url('./fonts/Nastaliq.ttf') format('truetype');
}

@font-face { font-family: "BZar";
src: url('./fonts/BZar.eot?#') format('eot'),
		url('./fonts/BZar.ttf') format('truetype');
}

@font-face { font-family: "BYekan";
src: url('./fonts/BYekan.eot?#') format('eot'),
		url('./fonts/BYekan.ttf') format('truetype');
}

@font-face { font-family: "BYagut";
src: url('./fonts/BYagut.eot?#') format('eot'),
		url('./fonts/BYagut.ttf') format('truetype');
}

@font-face { font-family: "BTitrBold";
src: url('./fonts/BTitrBold.eot?#') format('eot'),
		url('./fonts/BTitrBold.ttf') format('truetype');
}

@font-face { font-family: "BTabassom";
src: url('./fonts/BTabassom.eot?#') format('eot'),
		url('./fonts/BTabassom.ttf') format('truetype');
}

@font-face { font-family: "Sara";
src: url('./fonts/Sara.ttf') format('truetype');
}

@font-face { font-family: "BTehran";
src: url('./fonts/BTehran.eot?#') format('eot'),
		url('./fonts/BTehran.ttf') format('truetype');
}

@font-face { font-family: "BNazanin";
src: url('./fonts/BNazanin.eot?#') format('eot'),
		url('./fonts/BNazanin.ttf') format('truetype');
}

@font-face { font-family: "BMitra";
src: url('./fonts/BMitra.eot?#') format('eot'),
		url('./fonts/BMitra.ttf') format('truetype');
}

@font-face { font-family: "BLotus";
src: url('./fonts/BLotus.eot?#') format('eot'),
		url('./fonts/BLotus.ttf') format('truetype');
}

@font-face { font-family: "BKoodakBold";
src: url('./fonts/BKoodakBold.eot?#') format('eot'),
		url('./fonts/BKoodakBold.ttf') format('truetype');
}

@font-face { font-family: "BHoma";
src: url('./fonts/BHoma.eot?#') format('eot'),
		url('./fonts/BHoma.ttf') format('truetype');
}

@font-face { font-family: "BHelal";
src: url('./fonts/BHelal.eot?#') format('eot'),
		url('./fonts/BHelal.ttf') format('truetype');
}

@font-face { font-family: "BHamid";
src: url('./fonts/BHamid.eot?#') format('eot'),
		url('./fonts/BHamid.ttf') format('truetype');
}

@font-face { font-family: "BFerdosi";
src: url('./fonts/BFerdosi.eot?#') format('eot'),
		url('./fonts/BFerdosi.ttf') format('truetype');
}

@font-face { font-family: "BDavat";
src: url('./fonts/BDavat.eot?#') format('eot'),
		url('./fonts/BDavat.ttf') format('truetype');
}

@font-face { font-family: "BCompset";
src: url('./fonts/BCompset.eot?#') format('eot'),
		url('./fonts/BCompset.ttf') format('truetype');
}

@font-face { font-family: "BBardiya";
src: url('./fonts/BBardiya.eot?#') format('eot'),
		url('./fonts/BBardiya.ttf') format('truetype');
}

@font-face { font-family: "BBadr";
src: url('./fonts/BBadr.eot?#') format('eot'),
		url('./fonts/BBadr.ttf') format('truetype');
}

@font-face { font-family: "AdobeArabic";
src: url('./fonts/AdobeArabic.ttf') format('truetype');
}

@font-face { font-family: "Fiba";
src: url('./fonts/Fiba.ttf') format('truetype');
}

@font-face { font-family: "BJalal";
src: url('./fonts/BJalal.eot?#') format('eot'),
		url('./fonts/BJalal.ttf') format('truetype');
}

@font-face { font-family: "BBaran";
src: url('./fonts/BBaran.eot?#') format('eot'),
		url('./fonts/BBaran.ttf') format('truetype');
}

@font-face { font-family: "BElham";
src: url('./fonts/BElham.eot?#') format('eot'),
		url('./fonts/BElham.ttf') format('truetype');
}

@font-face { font-family: "BEsfehanBold";
src: url('./fonts/BEsfehanBold.eot?#') format('eot'),
		url('./fonts/BEsfehanBold.ttf') format('truetype');
}

@font-face { font-family: "BFantezy";
src: url('./fonts/BFantezy.eot?#') format('eot'),
		url('./fonts/BFantezy.ttf') format('truetype');
}

@font-face { font-family: "BFarnaz";
src: url('./fonts/BFarnaz.eot?#') format('eot'),
		url('./fonts/BFarnaz.ttf') format('truetype');
}

@font-face { font-family: "BJadidBold";
src: url('./fonts/BJadidBold.eot?#') format('eot'),
		url('./fonts/BJadidBold.ttf') format('truetype');
}

@font-face { font-family: "BKourosh";
src: url('./fonts/BKourosh.eot?#') format('eot'),
		url('./fonts/BKourosh.ttf') format('truetype');
}

@font-face { font-family: "BMahsa";
src: url('./fonts/BMahsa.eot?#') format('eot'),
		url('./fonts/BMahsa.ttf') format('truetype');
}

@font-face { font-family: "BMehrBold";
src: url('./fonts/BMehrBold.eot?#') format('eot'),
		url('./fonts/BMehrBold.ttf') format('truetype');
}

@font-face { font-family: "BMorvarid";
src: url('./fonts/BMorvarid.eot?#') format('eot'),
		url('./fonts/BMorvarid.ttf') format('truetype');
}

@font-face { font-family: "BNarm";
src: url('./fonts/BNarm.eot?#') format('eot'),
		url('./fonts/BNarm.ttf') format('truetype');
}

@font-face { font-family: "BNasimBold";
src: url('./fonts/BNasimBold.eot?#') format('eot'),
		url('./fonts/BNasimBold.ttf') format('truetype');
}

@font-face { font-family: "BSetarehBold";
src: url('./fonts/BSetarehBold.eot?#') format('eot'),
		url('./fonts/BSetarehBold.ttf') format('truetype');
}

@font-face { font-family: "BShiraz";
src: url('./fonts/BShiraz.eot?#') format('eot'),
		url('./fonts/BShiraz.ttf') format('truetype');
}

@font-face { font-family: "BSinaBold";
src: url('./fonts/BSinaBold.eot?#') format('eot'),
		url('./fonts/BSinaBold.ttf') format('truetype');
}

@font-face { font-family: "BRoya";
src: url('./fonts/BRoya.eot?#') format('eot'),
		url('./fonts/BRoya.ttf') format('truetype');
}

@font-face { font-family: "BTitrTGEBold";
src: url('./fonts/BTitrTGEBold.eot?#') format('eot'),
		url('./fonts/BTitrTGEBold.ttf') format('truetype');
}

@font-face { font-family: "BTraffic";
src: url('./fonts/BTraffic.eot?#') format('eot'),
		url('./fonts/BTraffic.ttf') format('truetype');
}

@font-face { font-family: "BVahidBold";
src: url('./fonts/BVahidBold.eot?#') format('eot'),
		url('./fonts/BVahidBold.ttf') format('truetype');
}

@font-face { font-family: "BYas";
src: url('./fonts/BYas.eot?#') format('eot'),
		url('./fonts/BYas.ttf') format('truetype');
}

@font-face { font-family: "BZiba";
src: url('./fonts/BZiba.eot?#') format('eot'),
		url('./fonts/BZiba.ttf') format('truetype');
}

@font-face { font-family: "IranianSans";
src: url('./fonts/IranianSans.ttf') format('truetype');
}

@font-face { font-family: "IRANSans";
src: url('./fonts/IRANSans.ttf') format('truetype');
}

@font-face { font-family: "IRANSans_Bold";
src: url('./fonts/IRANSans_Bold.ttf') format('truetype');
}

@font-face { font-family: "IRANSans_Light";
src: url('./fonts/IRANSans_Light.ttf') format('truetype');
}

@font-face { font-family: "IRANSans_Medium";
src: url('./fonts/IRANSans_Medium.ttf') format('truetype');
}

@font-face { font-family: "IRANSans_UltraLight";
src: url('./fonts/IRANSans_UltraLight.ttf') format('truetype');
}

@font-face { font-family: "Sahel";
src: url('./fonts/Sahel.eot?#') format('eot'),
		url('./fonts/Sahel.ttf') format('truetype');
}

@font-face { font-family: "Samim";
src: url('./fonts/Samim.eot?#') format('eot'),
		url('./fonts/Samim.ttf') format('truetype');
}

@font-face { font-family: "Tanha";
src: url('./fonts/Tanha.eot?#') format('eot'),
		url('./fonts/Tanha.ttf') format('truetype');
}

@font-face { font-family: "Vazir";
src: url('./fonts/Vazir.eot?#') format('eot'),
		url('./fonts/Vazir.ttf') format('truetype'),
		url('./fonts/Vazir.woff2') format('woff2');
}

@font-face { font-family: "Gandom";
src: url('./fonts/Gandom.eot?#') format('eot'),
		url('./fonts/Gandom.ttf') format('truetype');
}

@font-face { font-family: "Shabnam";
src: url('./fonts/Shabnam.eot?#') format('eot'),
		url('./fonts/Shabnam.ttf') format('truetype');
}

@font-face { font-family: "Parastoo";
src: url('./fonts/Parastoo.eot?#') format('eot'),
		url('./fonts/Parastoo.ttf') format('truetype');
}

@font-face { font-family: "Sahel-Bold";
src: url('./fonts/Sahel-Bold.eot?#') format('eot'),
		url('./fonts/Sahel-Bold.ttf') format('truetype');
}

@font-face { font-family: "Samim-Bold";
src: url('./fonts/Samim-Bold.eot?#') format('eot'),
		url('./fonts/Samim-Bold.ttf') format('truetype');
}

@font-face { font-family: "Vazir-Code";
src: url('./fonts/Vazir-Code.eot?#') format('eot'),
		url('./fonts/Vazir-Code.ttf') format('truetype');
}

@font-face { font-family: "Vazir-Bold";
src: url('./fonts/Vazir-Bold.eot?#') format('eot'),
		url('./fonts/Vazir-Bold.ttf') format('truetype'),
		url('./fonts/Vazir-Bold.woff2') format('woff2');
}

@font-face { font-family: "Sahel-Black";
src: url('./fonts/Sahel-Black.eot?#') format('eot'),
		url('./fonts/Sahel-Black.ttf') format('truetype');
}

@font-face { font-family: "Vazir-Light";
src: url('./fonts/Vazir-Light.eot?#') format('eot'),
		url('./fonts/Vazir-Light.ttf') format('truetype'),
		url('./fonts/Vazir-Light.woff2') format('woff2');
}

@font-face { font-family: "Shabnam-Bold";
src: url('./fonts/Shabnam-Bold.eot?#') format('eot'),
		url('./fonts/Shabnam-Bold.ttf') format('truetype');
}

@font-face { font-family: "Parastoo-Bold";
src: url('./fonts/Parastoo-Bold.eot?#') format('eot'),
		url('./fonts/Parastoo-Bold.ttf') format('truetype');
}

@font-face { font-family: "Shabnam-Light";
src: url('./fonts/Shabnam-Light.eot?#') format('eot'),
		url('./fonts/Shabnam-Light.ttf') format('truetype');
}

@font-face { font-family: "DroidArabicKufi";
src: url('./fonts/DroidArabicKufi.ttf') format('truetype');
}

@font-face { font-family: "DroidArabicNaskh";
src: url('./fonts/DroidArabicNaskh.ttf') format('truetype');
}

@font-face { font-family: "DroidArabicKufiBold";
src: url('./fonts/DroidArabicKufiBold.ttf') format('truetype');
}

@font-face { font-family: "DroidArabicNaskhBold";
src: url('./fonts/DroidArabicNaskhBold.ttf') format('truetype');
}

@font-face { font-family: "Yekan";
src: url('./fonts/Yekan.ttf') format('truetype');
}

@font-face { font-family: "yekannumbers-regular";
src: url('./fonts/yekannumbers-regular.eot?#') format('eot'),
		url('./fonts/yekannumbers-regular.ttf') format('truetype');
}

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

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

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

@font-face { font-family: "aviny";
src: url('./fonts/aviny.ttf') format('truetype');
}

@font-face { font-family: "IRANSans_Black";
src: url('./fonts/IRANSans_Black.ttf') format('truetype');
}

@font-face { font-family: "Vazir-Black";
src: url('./fonts/Vazir-Black.eot?#') format('eot'),
		url('./fonts/Vazir-Black.ttf') format('truetype'),
		url('./fonts/Vazir-Black.woff2') format('woff2');
}

@font-face { font-family: "Vazir-Medium";
src: url('./fonts/Vazir-Medium.eot?#') format('eot'),
		url('./fonts/Vazir-Medium.ttf') format('truetype'),
		url('./fonts/Vazir-Medium.woff2') format('woff2');
}

@font-face { font-family: "Vazir-Thin";
src: url('./fonts/Vazir-Thin.eot?#') format('eot'),
		url('./fonts/Vazir-Thin.ttf') format('truetype'),
		url('./fonts/Vazir-Thin.woff2') format('woff2');
}

@font-face { font-family: "PeydaWeb-Black";
src: url('./fonts/PeydaWeb-Black.eot?#') format('eot'),
		url('./fonts/PeydaWeb-Black.woff2') format('woff2');
}

@font-face { font-family: "PeydaWeb-Bold";
src: url('./fonts/PeydaWeb-Bold.eot?#') format('eot'),
		url('./fonts/PeydaWeb-Bold.woff2') format('woff2');
}

@font-face { font-family: "PeydaWeb-ExtraBold";
src: url('./fonts/PeydaWeb-ExtraBold.eot?#') format('eot'),
		url('./fonts/PeydaWeb-ExtraBold.woff2') format('woff2');
}

@font-face { font-family: "peydaWeb-extralight";
src: url('./fonts/peydaWeb-extralight.eot?#') format('eot'),
		url('./fonts/peydaWeb-extralight.woff2') format('woff2');
}

@font-face { font-family: "peydaWeb-light";
src: url('./fonts/peydaWeb-light.eot?#') format('eot'),
		url('./fonts/peydaWeb-light.woff2') format('woff2');
}

@font-face { font-family: "PeydaWeb-Medium";
src: url('./fonts/PeydaWeb-Medium.eot?#') format('eot'),
		url('./fonts/PeydaWeb-Medium.woff2') format('woff2');
}

@font-face { font-family: "PeydaWeb-Regular";
src: url('./fonts/PeydaWeb-Regular.eot?#') format('eot'),
		url('./fonts/PeydaWeb-Regular.woff2') format('woff2');
}

@font-face { font-family: "PeydaWeb-SemiBold";
src: url('./fonts/PeydaWeb-SemiBold.eot?#') format('eot'),
		url('./fonts/PeydaWeb-SemiBold.woff2') format('woff2');
}

@font-face { font-family: "PeydaWeb-Thin";
src: url('./fonts/PeydaWeb-Thin.eot?#') format('eot'),
		url('./fonts/PeydaWeb-Thin.woff2') format('woff2');
}

@font-face { font-family: "Ray";
src: url('./fonts/Ray.ttf') format('truetype');
}

@font-face { font-family: "Ray-Medium";
src: url('./fonts/Ray-Medium.ttf') format('truetype');
}

@font-face { font-family: "Ray-Light";
src: url('./fonts/Ray-Light.ttf') format('truetype');
}

@font-face { font-family: "Ray-ExtraBold";
src: url('./fonts/Ray-ExtraBold.ttf') format('truetype');
}

@font-face { font-family: "Ray-ExtraBlack";
src: url('./fonts/Ray-ExtraBlack.ttf') format('truetype');
}

@font-face { font-family: "Ray-Bold";
src: url('./fonts/Ray-Bold.ttf') format('truetype');
}

@font-face { font-family: "Ray-Black";
src: url('./fonts/Ray-Black.ttf') format('truetype');
}

@font-face { font-family: "Gramophone-Clean";
src: url('./fonts/Gramophone-Clean.ttf') format('truetype');
}

footer, section#column-footer {background-color:#323333;
	background-repeat:repeat;
	background-position:center bottom;
	}
body { margin: 0; padding: 0;font-family: "iranyekanwebregular" !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;
}
.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: #0054a6;
	border-radius: 0 0 20px 20px;
}
.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;
}
.support {
	display: contents;
}
.tp-btn-lg.large {
	padding: 0px 37px;
}
#block-1 i{
font-size:15px;
}
#block-1 a{
color:#fff;
}
#column-footer {
  background: #323333;
  padding: 1rem 0 0 0;
}
#column-footer p{
	font-size: 14px;
	color: #b9b7b7;
}
.title {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	font-family: "Sahel-Black";
}
.about-text {
	padding-top: 108px;
}
.text-uppercase.fw-bold.mb-4 {
	font-size: 16px;
	color: #e6e6e6;
	font-weight: 600;
}

.poam h2 {
	text-align: center;
	font-size: 2rem;
}

.tp-btn-lg:hover {
	color: #090531;
}
.tp-btn-lg:hover::before {
	left: 1px;
	top: 0;
}
.tp-btn-lg {
	display: inline-block;
	border-radius: 32px;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	transition: 0.3s;
	background: #FFF;
	color: #090531;
}
.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;
}
.fixed-qa {
	list-style: none;
	left: 1%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: fixed;
	bottom: 5%;
	z-index: 50;
}
.fixed-qa {
	list-style: none;
}
.fixed-qa 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;
	text-align: center;
	width: 45px;
	height: 45px;
	fill: #dca053 !important;
	font-size: 1.5rem;
	background: #2a2a2a;
	position: relative;
	transition: .8s;
	border-radius: 25px;
	margin: 0 !important;
}
.fixed-qa a {
	text-align: center;
	fill: #91caff !important;
	font-size: 1.5rem;
}
.fixed-qa a:hover {
	background: #1a1a1a;
	fill: #fff !important;
}
.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.00)!important;
	--mdb-navbar-padding-top: 0.5625rem;
	--mdb-navbar-brand-img-margin-right: 0.25rem;
}

/*
.navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	justify-content: center;
}
*/
/*section-6*/


/*section-7*/
.custom-shape-divider-bottom-1651730956 {
	position: fixed;
	bottom: -2px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1651730956 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
  transform: rotateY(180deg);
}

#callnowbutton {
	display: none;
}
.navbar-toggler {
  padding: 0 !important;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 48px;
  height: 48px;
  background: #ff9800 !important;
}
/*--------------slid-show-------------*/

.slick-dots li button::before {
	font-family: 'slick';
	font-size: 17px!important;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 33px 5px!important;
	padding: 0;
	cursor: pointer;
}
.copyright {
	color: #fff;
	text-align: center;
	font-size: .78rem;
	background: #414242;
	padding: .7rem;
}
.rs-counter-list1 {
	text-align: right;
	padding: 28px 35px 40px 35px;
	background: #0798D042;
	clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
	margin: .7rem 0;
}
.rs-counter-list1 .count-text .count-number {
  margin-bottom: 6px;
}
 .rs-counter-list1 .count-text .count-number .rs-count {
	font-size: 42px;
	line-height: 1.4em;
	font-weight: 700;
	color: #ffb703;
	font-family: byekan;
}
.rs-counter-list1 .count-text .count-number .prefix {
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: #ffb703;
  font-family: "Roboto", Sans-serif;
}
.rs-counter-list1 .count-text .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
}

.rs-counter-list1:before {
  position: absolute;
  content: '';
  left: 2px;
  top: 6px;
  bottom: 0;
  width: 70px;
  background: #FFB7031F;
  height: 125px;
}
.rs-counter-list1 .count-text .title {
  font-size: 18px;
}

.rs-counter-list1 .count-text .count-number .prefix,
.rs-counter-list1 .count-text .count-number .rs-count {
  font-size: 42px;
  line-height: 1.4em;
  font-weight: 700;
  color: #ffb703;
	font-family: byekan;
}

.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);
  }
}

/*btn-whatsapp*/
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 25px;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	z-index: 5000;
	animation: jump-shaking 3s infinite;
}
@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-9px) }
  35% { transform: translateY(-9px) rotate(17deg) }
  55% { transform: translateY(-9px) rotate(-17deg) }
  65% { transform: translateY(-9px) rotate(17deg) }
  75% { transform: translateY(-9px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}@media (max-width: 576px) { .container {
  width: 100%!important;
  margin-right: auto;
  margin-left: auto;
  max-width: 98%;
}
.btn-secondary {
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800;
	margin: .8rem 0;
}
.menu-holder {
	background: #1f3c88;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 1px !important;
}
.menu-items h2{
	color: #fff;
	font-size: .978rem;
	text-align: center;
	padding: 20px 0;
}
.mataleb-item .summary {
	color: #3a3a3b;
	margin: 0px;
	padding: 0px !important;
	text-align: justify;
	font: 14px IRANSans_light;
}
#block-9 {
  display: flex !important;
}
.custom_preview-401 .texty {
	padding: 5px;
	margin: 0px;
	font: .879rem;
	text-align: justify;
}
#callnowbutton {
	display: block;
	position: fixed;
	text-decoration: none;
	z-index: 2147483647;
	width: 45px;
	left: 9px;
	bottom: 9px;
	height: 45px;
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
	overflow: hidden;
	background: #0b0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 0 1px 0px rgba(0,0,0,.18);

	clip-path: circle(50% at 50% 50%);
}
 #section-3 .container {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
  }
#section-1 .container {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
  }
#block-4 .flex-container > div{
	width: 100% !important;
	padding: .3rem;
}
#block-17 .flex-container > div{
	width: 50% !important;
	padding: .3rem;
}
.about-pic img{
width:100%;
}
#block-10 {
	padding: .5rem 0;
}
#section-1 {
    padding:1rem 0;
  }
.navbar-toggler {
	padding: 0 !important;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	width: 40px;
	height: 40px;
	background: #8fc8fe !important;
}
.custom_preview-401 h1 {
	color: #3a3a3a;
	font-size: .998rem !important;
	line-height: 1.8;
}
.custom_preview-401 .head {
	padding: 4px;
	background-color: #ffffff;
	transition: .3s ease-out box-shadow;
	box-shadow: -3px 0px 30px -2px rgba(0, 0, 0, 0.09);
	justify-content: space-between;
	width: 100%;
	margin:6px 0;
	font-size: 12px !important;
	font-family: IRANSans_light;
}
.custom-preview-16 {
	padding: .8rem;
}
.report-all {
	width: 100%;
	padding: 20px;
}
.report-all img{
	width: 100%;
} }