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);
}.cp-301 {
  box-shadow: 0px 1px 5px 0px rgba(230, 230, 230, 0.5);
  padding: 10px;
  border: 1px solid #b8fdea;
  background: #fff;
  min-height: 372px;
  border-radius: 20px;
}
.cp-301 .breadHold {
  border-top: 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%;
  height: 230px;
  border-radius: 10px;
}

.cp-301:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  height:205px;
  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 {
  margin-right: 0;
  margin-left: 0;
}
.mataleb-item .head {
  padding: 18px 60px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  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;
}.matlab207 {
	background: #fff;
	padding: 1.2rem;
	box-shadow: 0 2px 10px rgba(0,0,0,.07);
	margin-top: 15px;
	border-radius: 0px;
}
.matlab207 .favourite {
	background: #dd0000;
	color: #fff;
	display: inline;
	position: absolute;
	top: 51px;
	right: 8px;
	padding: 9px 31px;
	font-size: 14px;
	font-family: iransans;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.matlab207 img {
  width:100%;
}
.item-head {
  border-bottom: 1px solid #eee;
  margin: 1rem 0;
  padding: 1.3rem 0;
  display: flex;
  justify-content: space-between;
}
.item-head span{
  color:#959595;
  font-size: .73rem;
}
.matlab207 h4 {
	font-size: .89rem;
}
.matlab207.texty {
	padding: 30px;
	color: #727272;
}
.item-head span i {
  color: #1784d9;
  font-size: 1rem;
  margin: .5rem;
}
.matlab207 h2 {
	font-size: 1.7rem;
	letter-spacing: 0px;
	color: #343434;
	line-height: 2;
	margin: 1.5rem 0;
	background: #f5f5f5;
	text-align: center;
	padding: .7rem;
	font-family: "Ray-bold";
	border: 1px solid #ececec;
}
.matlab207 blockquote { 
  color: #777777;
  line-height: 1.7;
  margin:1rem 0;
  padding: 1rem;
  border-right: .2rem solid #e2e2e2;
  background:#f5f5f5;
} 
.matlab207 p {
	font-size: 1rem;
	letter-spacing: 0px;
	font-family: "Ray-medium";
	margin: 1rem 0;
	line-height: 2;
	color: #727272;
	text-align: justify;
}
.social_icons i {
	font-size: 2rem;
	margin: 0 .5rem;
}
.project-information {
	background-color: #F5F7FC;
	padding: 60px 40px 60px 110px;
	border: 1px solid #ececec;
}
.project-information .project-right-border {
  position: relative;
}

.project-information .project-right-border.border-two:after {
  right: 45px;
}
.project-information .project-right-border.border-three:after {
  right: 25px;
}
.project-information .project-content .title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #010d14;
	font-family: "ray-bold";
	margin: 0px 0px 6px 0px;
}
.project-information .project-content .description p {
  margin: 0px 0px 0px 0px;
}
 .rs-project-goals .project-goal {
  text-align: right;
}.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-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 #c4eadd;
}
.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;
  animation: jump-shaking 3s infinite;
}
.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;
  font-family: "PeydaWeb-bold";
}.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 .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;

}

.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;
  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;
}
.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);
}.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: 8px;
  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;
}
.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: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
	overflow: hidden;
	border-radius: 8px;
}
.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;
	background: #222c39;
	padding: 30px;
	display: flex;
	justify-content: center;
	border-radius: 15px;

}

@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-5px) }
  35% { transform: translateY(-5px) rotate(4deg) }
  55% { transform: translateY(-5px) rotate(-4deg) }
  65% { transform: translateY(-5px) rotate(4deg) }
  75% { transform: translateY(-5px) rotate(-4deg) }
  100% { transform: translateY(0) rotate(0) }
}.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;
  text-align: center;
}
.portfolio-item-categories {
  color: #69656f;
  font-size: 12px;
  margin-top: 1px;
  text-align: center;
}

.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;
}
.custom_preview-350 .overl {
	position: absolute;
	top: 18%;
	left: 11%;
	width: 42%;
	color: #fff;
	padding: 30px;
	border-radius: 0 0 4px 4px;
}
.custom_preview-350 .overl h2 {
	color: #fff;
	font-family: "Ray-black" !important;
	line-height: 1.5;
	font-size: 3rem;
	animation-name: fadeInLeft;
	text-align: right;
}
.custom_preview-350 .overl h3 {
	color: #fff;
	font-family: "Ray-black" !important;
	line-height: 1.5;
	font-size: 1.8rem;
	animation-name: fadeInLeft;
}
.custom_preview-350 .overl p {
	font-family: "Ray-medium";
	color: #ddd9d9;
	font-size: 1.6rem;
	margin: 1rem 0;
}
.custom_preview-350 .overl a {
	margin-top: 15px;
	font-size: 14px;
	color: #333 !important;
	display: block;
	background: #ffb703;
	padding: .7rem 3rem;
	border-radius: 10px 10px 50% 50%;
	float: left;
	font-family: "Ray-bold";
}
/*<h2>همایش مراقبت از خاک  </h2>
    <h3> اندازه گیری ، پایش ، مدیریت </h3>
    <p>Caring for Soil Measure,Monitor,Manage</p>
    <a href="" tabindex="-1">بیشتر</a>*/.custom-preview-25 {
	padding: 10px 0px;
}
.services-item {
	box-shadow: 0px 1px 5px 0px rgba(230, 230, 230, 0.5);
	border: 1px solid #b8fdea;
    border-radius: 20px;

}
.services-item .services-wrap {
  position: relative;
  overflow: hidden;
}
.services-item .services-wrap .services-image img {
  width: 100%;
  height: auto;
  max-width: unset;
    border-radius: 20px;

}
.services-item .services-wrap .services-content {
	padding: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 20px;
}
.services-item .services-wrap .services-content .service-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.services-item .services-wrap .services-content .service-inner .icon-top {
	background: #3bb375;
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 28px;
	border-radius: 2px;
	color: #fff;
}
.services-item .services-wrap .services-content .service-inner .icon-top img {
  max-width: 50px;
  transform: scale(1);
}
.services-item .services-wrap .services-content .service-inner .services-titles .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Ray-bold";
  margin: 0 0 10px;
  padding-right:20px;
}
.services-item .services-wrap .services-content .service-inner .services-titles .title a {
  color: #ffffff;
}
.services-item .services-wrap .services-content .service-inner .services-txt {
  color: #CECCCC;
  margin-bottom: 30px;
}
.services-item .services-wrap .normarl-text-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	transition: 0.5s;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	border-radius: 0 0 20px 20px;
}
.services-item .services-wrap .normarl-text-area .services-titles .title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Ray-bold";
  font-weight: 500;
  margin: 0 0 10px;
  padding-right:20px;
  text-align: center;
}
.services-item .services-wrap .normarl-text-area .services-titles .title a {
  color: #010d14;
  text-align: center;

}
.services-item .services-wrap .normarl-text-area .icon-image {
	background: #3bb375;
	padding: 15px 20px;
	font-size: 22px;
	color: #fff;
	border-radius: 0 0 0 20px;
}
.services-item .services-wrap .normarl-text-area .icon-image img {
  margin-bottom: 0;
  border-radius: 0;
  max-width: 42px;
  transform: scale(1);
}
.services-item .services-wrap:hover .services-content {
  visibility: visible;
  opacity: 1;
}
.services-item .services-wrap:hover .normarl-text-area {
  opacity: 0;
  visibility: hidden;
  right: -100%;
}
.services-item.service-inner .services-btn .btn-text {
  position: relative;
  display: inline-block;
  color: #010d14;
  transition: all ease .3s;
  padding: 7px 15px 7px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #3bb375;
}
.services-item .service-inner .services-btn .btn-text:hover {
  background-color: #010D14;
  color: #ffffff;
}
.services-item.sec-title .title a{
  font-size: 35px;
  margin: 1rem 0;
  line-height: 53px;
  color: #010d14;
  text-align: center;
  font-family: "Ray-black";
}
.services-titles {
  text-align: center;
  display: flex;
  justify-content: center;
}
.services-btn {
  background: #3bb375;
  padding: 8px 16px;
  align-items: flex-start;
  text-align: center;
  display: flex;
  justify-content: center;
  width: auto;
}.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 {
  position: relative;
  width: 100%;
  margin: 0px !important;  
  padding:0 !important;
  -webkit-transition: .3s all;

}
.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: 372px !important;
}
.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%;
}.custom-preview-26 {
	margin: .3rem 0;
}
.testi-item-content {
	background-color: #fafafa;
  padding: 8px;
  border-radius: 20px;
  border: solid 1px #eee;
}
.rs-testimonial.testimonial-style1 .testi-item-content .slider {
  position: relative;
}
.rs-testimonial .item-content span img {
  width: 60px;
}
.item-content  img {
  width: 60px;
}
 .item-content p {
 	text-align: justify;
	line-height: 2;
	color: #737373;
}

.rs-testimonial .testi-item .testi-content .image-wrap {
  margin: 0px 0px 14px 0px;
}
.testi-content .image-wrap img {
	width: 100px !important;
	height: 75px !important;
	border-radius: 20px;
	position: relative;
}
.testi-content  .testi-name {
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  font-family: "Ray-black";
}
.testi-content .testi-title {
	color: #333333;
	font-size: 14px;
}
.rs-testimonial .slick-arrow {
  position: absolute;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  visibility: visible;
  opacity: 1;
  background: #FFB703;
  font-size: 0;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  border-radius: 0px 0px 0px 0px;
  transition: 0.6s ease all;
  z-index: 9;
}.cpv-3010 {
	box-shadow: 0px 1px 5px 0px rgba(230, 230, 230, 0.5);
	padding: .7rem;
	border: 1px solid #efefef;
	background: #fff;
	min-height: 300px;
	border-radius: 4px;
}
.cpv-3010 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;
}
.cpv-3010 .picHold{
  overflow: hidden;
}
.cpv-3010 img {
  -webkit-transition: .3s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
  height: 260px;

}.project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
 .project-item .project-img a img {
  width: 100%;
  transition: 1.3s all ease;
  border-radius: 0px;
}
 .project-item .project-content {
  position: absolute;
  padding: 24px 25px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-item .project-content .project-inner {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all .5s ease;
  width: 100%;
  background: #fff;
  padding: 15px 25px;
}
 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Ray-bold";
  margin-bottom: 0;
}
 .project-item .project-content .project-inner .title a {
  color: #010d14;
}
.project-item .project-content .project-inner .title a:hover {
  color: #ffb703;
}
.project-item .project-content .project-inner .category {
  color: #fff;
  display: block;
  flex: 0 0 100%;
}
 .project-item .project-content .project-inner .category a {
  color: #333333;
text-align:justify;
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
   overflow: hidden;
  text-overflow: ellipsis;
}
.project-item .project-content .project-inner .category a:hover {
  color: #ffb703;
}
 .project-item .project-content .p-icon {
  position: absolute;
  right: 0;
  width: 87px;
  height: 88px;
  text-align: center;
  background: #ffb703;
  z-index: 7;
  bottom: 0;
  line-height: 98px;
  transition: all 0.4s ease-in-out 0s;
}
.project-item .project-content .p-icon a i {
  color: #010d14;
}
 .project-item .project-content .p-icon a i:before {
  margin: 0;
  font-size: 25px;
  font-weight: 600 !important;
  position: relative;
  top: -4px;
}
 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #00000000;
  transition: all .3s ease 0s;
  opacity: 1;
}
 .project-item:hover .project-img a img {
  transform: scale(1.2);
}
 .project-item .project-content .project-inner {
  background: #E8EAEE;
}.cp-3010 {
  box-shadow: 0px 1px 5px 0px rgba(230, 230, 230, 0.5);
  padding: .7rem;
  border: 1px solid #efefef;
  background: #fff;
  min-height: 354px;
  border-radius: 18px;
}
.cp-3010 .breadHold {
  border-bottom: 1px dashed #d9d9d9;
  font-size: .7rem;
  color: #666666a3;
  margin: 0.5rem auto;
  padding: .5rem;
  font-family: "iranyekanweblight";
  border-radius: 18px;

}
.cp-3010 .breadHold {
  font-size: .7rem;
  color: #666666a3;
  font-family: "iranyekanweblight";
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;

}
.cp-3010 h4{
  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;
}

.cp-3010 .picHold{
  overflow: hidden;
}
.cp-3010 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
  height: 205px;
  border-radius: 7px;
}

.cp-3010:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  height:205px;
  border-radius: 7px;

}.custom-preview-30 {
	padding: 0.5rem 0;
}
.custom_preview-9 {
	width: 100%;
	position: relative;
	text-align: center;
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	border-bottom: 10px solid #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0 3px 12px rgba(70,72,77,.09);
	border: 1px solid #eee;
  height: 90px;
}
.custom_preview-9:hover {
  transition: all ease-in-out .5s;
  cursor: auto;
  transform: translatey(4px);
}
.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;

}

.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-75 {
	border-radius: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 45px;
	border: 1px solid #3bb375;
	margin: .3rem 0;
	transition: .3s linear;
	display: flex;
	justify-content: space-between;
}
.cp-75:hover {
	border-radius: 3px 3px 3px 3px;
	background-color: #3bb375;
	padding: 10px;
	height: 45px;
	border: 1px solid #ffff;
	margin: .3rem 0;
	color: #fff;
  transition: .3s linear;
}
.cp-75 i{
	color: #3bb375;
  transition: .3s linear;
}
.cp-75 i:hover {
	color: #fff;
  transition: .3s linear;
}
.cp75.sec-title ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cp-75 .sec-title ul.check-lists .list-item .icon-list-icon i {
  color: #3BB375;
  font-size: 18px;
}
.cp-75 ul {
	list-style: none;
	font-size: .89rem;
}
.cp-75 span{
color:#333;
}
.cp-75:hover i,
.cp-75:hover .icon-list-icon i,
.cp-75:hover .list-text {
  color: #fff;
}/* استایل کارت کلی */
.flip-card {
  background-color: transparent;
  width: 150px;
  height: 150px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* افکت چرخش کارت هنگام هاور */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* استایل سمت جلو کارت */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* سمت تصویر */
.flip-card-front {
  background-color: #bbb;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* سمت توضیحات */
.flip-card-back {
  background-color: #3bb375;
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.flip-card-back h2 {
  margin: 0;
}

.flip-card-back p {
  font-size: 0.9em;
  margin-top: 10px;
}/* استایل محفظه تصاویر */
.image-container {
  overflow: hidden;
}

.image-container img {
  transition: opacity 0.3s ease-in-out;
}

.main-image {
  display: block;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.product-card:hover .hover-image {
  opacity: 1;
}

.product-card:hover .main-image {
  opacity: 0;
}.product-card {
  overflow: hidden;
}

.product-image {
  position: relative;
  height: 200px;
}

.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.product-image .back-img {
  opacity: 0;
}

.product-image:hover .front-img {
  opacity: 0;
}

.product-image:hover .back-img {
  opacity: 1;
}/* News Item Styles */
.news__item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 196px;
  padding-bottom: 59.09%;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  z-index: 5;
}

.news__item img {
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  width: 100%;
}

.news__item:hover img {
  transform: scale(1.1);
}

.news__content {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  padding: 20px 25px;
}

.news__title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Styles for Side Items */
.news__sitem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news__sitem__img {
  flex: 0 0 130px;
  height: 87px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.news__sitem__img img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__sitem__img:hover img {
  transform: scale(1.1);
}

.news__sitem__content {
  flex-grow: 1;
}

.news__sitem__title {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  min-height: 50px;
  margin-bottom: 6px;
}

.news__sitem__link {
  color: var(--dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__sitem__link:hover {
  color: var(--green);
}

.news__sitem__date {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  gap: 5px;
  color: rgba(14, 31, 57, 0.65);
}

.news__sitem__date i {
  font-size: 14px;
}.news__slider__item {
  position: relative;
  overflow: hidden;
  height: 408px;
  border-radius: 15px;
}

.news__slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(to top, #000, transparent);
  border-radius: 15px;
}

.news__slider__item .favourite {
  background: #dd0000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 15px 0 15px;
  padding: 8px 10px;
  font-size: 12px;
}

.news__slider__item img {
  transition: 0.4s;
  border-radius: 15px;
  width: 100%;
}

.news__slider__item:hover img {
  transform: scale(1.1);
}

.news__slider__content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding: 30px 40px;
  text-align: center;
}

.news__slider__title {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.custom-preview-38 {
	padding: .3rem;
}
.tour__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 6px solid #fff;
  box-shadow: 0 4px 26px 0 rgba(30, 34, 40, 0.07);
  background: #fff;
  transition: transform 0.5s ease;
}

.tour__item:hover {
  transform: translateY(-10px);
}

.image-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.tour__item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.37;
  transition: transform 0.5s ease;
}

.tour__item:hover .image-wrapper img {
  transform: scale(1.1);
}

.tourism__title {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}.custom-preview-250 a{
  color: #555;
}
.custom_preview-250 .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: 8px;
	border: 1px solid #c4eadd;
}
.custom_preview-250 .icon-box2 .icon-box2-inner h5{
	font-size: 1.5rem;
	font-weight: 700;
	color: #198e67;
	margin-bottom: 5px;
	line-height: 24px;
  font-family: byekan;
}
.custom_preview-250 .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-250 .icon-box2-inner icon-box1-icon.img{
  height:85px;
  width:85px;
  margin 10px;
}
.custom_preview-250 .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-250 .icon-box2 a:hover {
  color: #ec406a;
}
.custom_preview-250 .icon-box2 .icon-box2-inner {
  position: relative;
  z-index: 2;
}
.custom_preview-250 .icon-box2 .icon-box2-inne a:hover {
  color: #ec406a;
}
.custom_preview-250 .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-250 .icon-box2-inner img {
  padding: 18px;
  clip-path: circle(50% at 50% 50%);
  background: #fafafa;
  width: 80px;
}
.custom_preview-250 .icon-box2 .icon-box2-title {
	font-size: .799rem;
	-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;
	font-weight: 500;
font-family: "PeydaWeb-bold";
}.atablog-post-block2 .pimg {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition: all, 0.8s, ease-out, .8s;
  -o-transition: all, 0.8s, ease-out, .8s;
  transition: all, 0.8s, ease-out, .8s;
  border-radius: 15px;
}
.atablog-post-block2 .favourite {
	background: #198f68;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 15px 0 15px;
	padding: 8px 10px;
	font-size: 12px;
	z-index: 1;
}
.atablog-post-block2 .title {
  position: absolute;
  bottom: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 2;
  padding: 30px 20px;
  right: 0;
  left: 0;
  text-align: center;
}
.atablog-post-block2 {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border-radius: 15px;

}
.atablog-post-block2 .title  h2{
  margin-top: 5px;
  color: rgb(12, 12, 12);
  background-color: rgba(255,255,255,.75);
  padding: 15px;
  border-radius: 15px;
  font-size: 13px;
  color: #000000;
}

.atablog-post-block2:hover .pimg{
  filter: brightness(50%);
  transform: scale(1.2);
  border-radius:15px;
}

.atablog-post-block2 img {
  height: 412px ;
  filter: brightness(100%) contrast(100%) saturate(130%);
  display: block;
  width: 100%;
}.inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	max-width: 370px;
	margin: 0 auto;
}

.inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #f6f3ec;
	transition: all 500ms ease;
}

.inner-box:hover .image-box{
	background: #1f2021;
}

.inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.5;
}

.inner-box .lower-content{
	position: relative;
	display: block;
	padding: 30px 40px 32px 40px;
	background: #ed202b;
}

.inner-box .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 7px;
}

.inner-box .lower-content h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.inner-box .lower-content h4 a:hover{
	text-decoration: underline;
}

 .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 15px;
	color: #fff;
}

.inner-box .lower-content .shape{
	position: absolute;
	left: 0px;
	top: -32px;
	width: 370px;
	height: 34px;
	background-repeat: no-repeat;
}

.inner-box .lower-content .shape svg{
	fill: #ed202b;
	transition: all 500ms ease;
}

 .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 475px;
	height: 521px;
	background-repeat: no-repeat;
}

.pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 180px;
	width: 329px;
	height: 322px;
	background-repeat: no-repeat;
}
.inner-box .share-box:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 15px;
  left: 0px;
  top: -15px;
}

.inner-box .share-box .share-icon{
	position: relative;
	display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.inner-box .share-box:hover .share-icon{
	color: #ed202b;
}

.inner-box .share-box .share-links{
	position: absolute;
  right: 0px;
  bottom: 45px;
  transform: scaleY(0);
  transform-origin: bottom center;
  opacity: 0;
  transition: all 500ms ease;
}

.inner-box .share-box:hover .share-links{
  bottom: 60px;
  opacity: 1;
  transform: scaleY(1);
}

.inner-box .share-box .share-links li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.inner-box .share-box .share-links li:last-child{
	margin-bottom: 0px;
}

.inner-box .share-box .share-links li a{
  position: relative;
	display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.inner-box .share-box .share-links li a:hover{
  color: #ed202b;
}.custom-preview-41 {
  padding: 7px 0;
}
.post {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 8px;
}
.post .content {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
.post .image {
  width:80px;
  min-width:80px;
  height:80px;
  border-radius:12px;
  overflow:hidden;
  position:relative
}
.post .image .featured-image {
  display:flex
}
.post .image .featured-image img {
  width: 100%;
  object-fit: cover;
  height: 80px;
  transition: .4s all;
}
.post:hover .image a img {
  transform:scale(1.3)
}
.post .content .date {
  font-size: 12px;
  color: #9d9c9d;
  display: flex;
  line-height: 1.8 overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.post .content .title {
  display:flex
}
.post .content .title {
  font-size: 13px;
  line-height: 23.5px;
  color: #151231;
  font-weight: 400;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article.post .image a:before {
  content:"";
  background-color:rgba(76,67,159,.4);
  width:100%;
  height:100%;
  position:absolute;
  z-index:1
}.portfolio-style02 .img-hover:before {
  position:absolute;
  top:0;
  right:0;
  content:'';
  width:0;
  height:100%;
  border-radius:10px;
  background:linear-gradient(180deg, rgba(20,33,43,0) -19.59%, rgba(20,33,43,0.8) 92.89%);
  transition:all 500ms ease
}
.portfolio-style02:hover .img-hover:before {
  width:100%;
  left:0
}
.portfolio-style02 .content {
  padding:16px;
  background:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:absolute;
  bottom:30px;
  left:30px;
  right:30px;
  opacity:0;
  transform:scale(0);
  transform-origin:left;
  transition:all 700ms ease;
  border-radius:10px
}
.portfolio-style02:hover .content {
  opacity:1;
  transform:scale(1, 1)
}
.portfolio-style02 .content .icon a {
  display:flex;
  width:50px;
  height:50px;
  line-height:50px;
  background-color:#09b850;
  font-size:22px;
  color:#fff;
  transition:all 700ms ease;
  align-items:center;
  justify-content:center;
  border-radius:5px
}
.portfolio-style02 .content .icon:hover a {
  background-color:#14212b;
  transform:scale(1, 1)
}/* .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: 95px 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;
}section.section.section-5 { background-color:#fafafa;
	background-repeat:repeat;
	  }
section.section.section-6 { background-color:#fff;
	background-repeat:repeat;
	 padding:0 0 4rem 0; }
section.section.section-8 { background-repeat:repeat;
	  }
section.section.section-4 { background-color:#ffffff;;
	background-repeat:repeat;
	 padding:2rem 0; }
section.section.section-11 { background-color:#f7f7f7;;
	background-image:url('../../image/template/s11.png');
	background-repeat:repeat;
	 background: #214862; }
section.section.section-10 { background-image:url('../../image/template/s10.png');
	background-repeat:repeat;
	  }
section.section.section-3 { background-color:#ffffff;;
	background-image:url('../../image/template/s3.png');
	background-repeat:repeat;
	background-position:center top;
	  }
#block-1 { width: 100%;
background: #fff; }
#block-6 { margin:35px 0; }
#block-10 { margin-top: -100px; }
#block-14 { padding:150px 0  60px 0; }
#block-15 { width: 300px;
 margin: 0 auto; }
@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:#3b4653;
	background-repeat:repeat;
	background-position:center bottom;
	}
body { margin: 0; padding: 0;font-family: "PeydaWeb-Medium" !important;
	}
.container {
  width: 100%!important;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}
 .container-fluid {
	--mdb-gutter-x: 0!important;
	--mdb-gutter-y: 0!important;
	width: 100%;
	padding-left: calc(var(--mdb-gutter-x)*.5);
	padding-right: calc(var(--mdb-gutter-x)*.5);
	margin-left: auto;
	margin-right: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/*header*/

.header-w {
}
.frist-header {
	padding: 0 20px;
	background: #198F68;
	height: 50px;
}
.frist-header .toolbar-sl-share .clearfix {
  text-align: right;
  margin: 0px;
  padding: 0;
}
.frist-header .toolbar-sl-share .clearfix ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.frist-header .toolbar-sl-share .clearfix li {
  display: inline-block;
  line-height: 50px;
  margin-right: 13px;
}
.frist-header.toolbar-contact .rs-contact-info ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.toolbar-contact .rs-contact-info li {
  display: inline-block;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
}
.toolbar-sl-share .rs-contact-info ul li a{
  color: #fff;
}
.toolbar-contact .rs-contact-info li i {
	color: #52D0A6;
	margin-right: 6px;
}
.toolbar-contact .rs-contact-info ul li i {
  color: #A8D031;
  margin-right: 6px;
}
.toolbar-sl-share {
  color: #fff;
  float: left;
}
.toolbar-sl-share .opening i {
  color: #a8d031;
  margin-right: 6px;
}
.toolbar-sl-share ul li a{
  color: #fff;
}
.toolbar-contact a {
  color: #fff;
}
/*--------------end header-------------*/
/*--about us---*/

.sec-title .title {
  font-size: 35px;
  margin: 1rem 0;
  line-height: 53px;
  color: #010d14;
  text-align: right;
  font-family: "Ray-black";
}
.sec-title .sub-text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  color: #454646;
  text-transform: uppercase;
  font-family: "Ray-medium";
  margin: 0 0 10px;
  display: block;
}
.sec-title .desc {
	font-size: .89rem;
	line-height: 2.1;
	font-weight: 400;
	color: #333333;
	margin: 1rem 0;
	text-align: justify;
}
.sec-title ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sec-title ul.check-lists .list-item .icon-list-icon i {
  color: #3BB375;
  font-size: 18px;
}
.sec-title ul.check-lists .list-item .list-text {
  font-size: 13px;
  line-height: 29px;
  font-weight: 500;
  color: #676868;
  padding-left: 5px;
}
.readon.more {
  background: #3bb375;
  padding: 14px 40px 14px 40px;
  color: #010d14;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px 10px 50% 50%;
}
.sec-title {
  margin-bottom: 27px;
}
/*---end about-us----*/

.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-4.sec-title h2{
  text-align: center;
}
/*section-7*/

/*--------------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: #222c39;
  padding: .7rem;
}
/*----counter-----*/

.rs-counter-list1 {
  text-align: right;
  padding: 28px 35px 40px 35px;
  background: #F4F2ED40;
  /* clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%); */
  margin: .7rem 0;
  border-radius: 7px 54%;
}
.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: #0c5508;
}

.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: #fff;
  font-family: byekan;
}
/*----seo-----*/

.seo {
  background: #fff;
  padding: 20px 35px;
  border: 1px solid #0cb32e;
}
.image-wrap1 img {
  width: 95px !important;
  height: 95px !important;
  border-radius: 50%;
  position: relative;
  float:left;
}
/*----content-us-----*/
.poster img{
  height: 352px;
}

.contact-box-item {
	padding-bottom: 70px;
}
.contact-box-item .contact-box {
	display: flex;
	padding: 30px 30px 30px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	margin: 10px;
	border: 1px solid #7bc875;
	border-radius: 15px;
}
.contact-box-item .contact-box .contact-icon img {
  width: 50px;
  height: 50px;
  max-width: unset;
  margin-left: 30px;
}
.contact-box-item .contact-box .content-text {
  padding: 0px 0px 0px 15px;
}
.contact-box-item .contact-box .content-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Ray-bold";
  margin: 0 0 10px;
  text-align: right;

}
.contact-box-item .contact-box .content-text .title a {
  color: #010d14;
}
.contact-box-item .contact-box .content-text .title a:hover {
  color: #ffb703;
}
.contact-box-item .contact-box .content-text .services-txt {
	color: #333333;
	margin: 0;
	font-size: .86rem;
}
.contact-box-item .contact-box .content-text .services-txt a {
  color: #333333;
}
.contact-box-item .contact-box .content-text .services-txt a:hover {
  color: #ffb703;
}


.row.footer1 {
	padding: 60px 0 0 0;
}
 
.text-uppercase.fw-bold.mb-4 {
  color: #fff;
}
.row.footer1 p {
	color: #d2d0d0;
	transition: .6s all;
}
.row.footer1 p:hover {
	padding-right: 7px;
	transition: .4s ease-in-out;
	color: #96f2b6;
}
#section-3 .row {
  --mdb-gutter-x: 0; 
  --mdb-gutter-y: 0;
}
.footer1 p a i{
  color: #ffb703;
  margin-right: 10px;
  font-size: 13px;
  font-family: Flaticon;
}


#result {
	background: #3bb375;
	color: #fff;
	font-family: "Ray-black";
	padding: 20px;
	margin-top: 28px;
}
.days {
	background: #247d4f;
	color: #fff;
	display: block ruby;
	padding: 42px 30px;
	text-align: center;
}
.days time{
	font-size: 26px;
	font-family: byekan;
}
.poster {
	background: #fff;
	padding: .5rem;
	text-align: center;
}
.poster img {
	height: 550px;
}

#column-footer iframe{
	border: 0;
	border-radius: 15px;
}
@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.andimeshk__head {
  animation: fadeZoom 1s ease-out forwards;
}@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;
}

 #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%;
}
.images-part img !important{
width:95%;
}
.poster img {
	width: 100%;
}
.frist-header h2 {
	font-size: 16px;
	color: #fff;
	padding: 20px 6px;
}
.frist-header .toolbar-sl-share .clearfix li {
	display: inline-block;
	line-height: 50px;
	margin-right: 8px;
}
.frist-header {
	padding: 0 20px;
	background: #010D14;
	height: auto;
}
#navbar_top1 {
	width: 100%;
}
.sec-title .title {
	font-size: 22px;
	margin: 1rem 0;
	line-height: 40px;
	color: #010d14;
	text-align: center;
	font-family: "Ray-black";
}
.sec-title .sub-text {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3;
	color: #454646;
	text-transform: uppercase;
	font-family: "Ray-medium";
	margin: 18px 0;
	display: block;
}
.seo {
	background: #fff;
	padding: 20px;
	border: 1px solid #0cb32e;
	margin: 15px 0;
}
.custom-preview-15 {
	padding: .5rem 0;
}
.text-uppercase.fw-bold.mb-4 {
	color: #fff;
	text-align: center;
}
.row.footer1 p {
	color: #d2d0d0;
	text-align: center;
}
#block-10 {
	 margin-top: 0; 
}
.custom-shape-divider-bottom-1733157834 {
	display: none;
}
.andimeshk__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 40px;
	font-size: 27px;
	font-family: "PeydaWeb-bold";
	font-weight: 600;
	text-align: center;
}
.layout-4 img {
	width: 100%;
}
.frist-header {
	padding: 0 20px;
	background: #188E67;
	height: auto;
}
.custom_preview-1 .icon-box2 {
	background: #fff;
	box-shadow: 0 1px 3px rgba(46,48,59,.1);
	background: #fff;
	font-size: ;
	display: block;
	overflow: hidden;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 100%;
	cursor: pointer !important;
	border-radius: 8px;
	border: 1px solid #b8eafd;
	height: 171px;
}
#block-17 {
	display: none;
}
.news__slider__item {
	position: relative;
	overflow: hidden;
	height: 203px;
	border-radius: 20px;
}
#block-11 {
	padding: 30px 0;
}
.custom_preview-250 .icon-box2 .icon-box2-inner h5 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #198e67;
	margin-bottom: 5px;
	line-height: 40px;
	font-family: byekan;
} }