@font-face {
  font-family: iransansBlack;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/IRANSansWeb_Black.eot");
  src: url("fonts/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("fonts/IRANSansWeb_Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("fonts/IRANSansWeb_Black.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("fonts/IRANSansWeb_Black.ttf")
      format("truetype");
}
@font-face {
  font-family: iransansBold;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/IRANSansWeb_Bold.eot");
  src: url("fonts/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("fonts/IRANSansWeb_Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("fonts/IRANSansWeb_Bold.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("fonts/IRANSansWeb_Bold.ttf")
      format("truetype");
}

@font-face {
  font-family: iransansLight;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/IRANSansWeb_Light.eot");
  src: url("fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("fonts/IRANSansWeb_Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("fonts/IRANSansWeb_Light.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("fonts/IRANSansWeb_Light.ttf")
      format("truetype");
}

@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/IRANSansWeb.eot");
  src: url("fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("fonts/IRANSansWeb.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("fonts/IRANSansWeb.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("fonts/IRANSansWeb.ttf")
      format("truetype");
}

body {

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
* {
  font-family: iransans;
  box-sizing: border-box;
  user-select: none;
  outline: none !important;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cent {
  max-width: 98%;
  margin: 0 auto;
  width: 1200px;
}
header {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
	background-image: linear-gradient( to bottom, rgb(17, 30, 66), rgba(255, 255, 255, 0) );
	border-top: 6px #3879d7 solid;
  transition: all 0.2s linear;
}
header.sc {

	background-color: #000;
}
header.scs {

	background-color: #000;
}
.navHolder {
  display: flex;
  align-items: center;
  gap:100px;
  justify-content: space-between;
}
.navHolder nav {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	list-style: none;
	gap: 20px;
	flex: 1;
}
.ln {
	justify-content: end;
}
.navHolder nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: iransansBold;
}
.slider img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 15;
	transition: all 0.3s ease-in-out;
	filter: blur(2px);


}
.slider img.active {
	opacity:1;
	filter: blur(0px);
	top: 0;

}
.slider {
	position: relative;
	top: -140px;
	right: 0;
    height: 100svh;
	min-height: 600px;
	max-height: 800px;
}
.titlebar h3 {
  font-family: iransansBlack;
  font-weight: normal;
  font-size: 30px;

}
.sectitle{
    display: flex;
    align-items: center;
}
.sectitleHolder h3{
    font-weight: normal;
    font-family: iransansBold;
}
.news{
    position: relative;
    top: -140px;
    padding: 20px 0;
    background-color: #d9e7fb;
}
.newsHolder{
    display: flex;
    gap: 20px;
}
.newsHolder .main{
    flex:1
}
.newsHolder .main img {
	border-radius: 20px;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.newsHolder .main .nitem{
    display: flex;
    flex-direction: column;
}
.newsHolder .col{
    flex:1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.titlebar{
    margin-bottom: 60px;
}
.main .nitem p{
    color: #2e2e2e;
}
.main .nitem h4{
    font-size: 20px;
    font-weight: normal;
    font-family: iransansBlack;

}
.main .nitem a{
    text-decoration: none;
    color: #000;
}

.col .nitem{
    display: flex;
    flex-direction: column;
    position: relative;
}
.col .nitem img {
	border-radius: 20px;
	width: 100%;
	height: 218px;
	display: block;
	background-color: #ccc;
	object-fit: cover;
	object-position: left center;
}

.ttl {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px 10px;
	font-size: 16px;
}
.ttl a{
    color: #fff;
    font-family: iransansBold;

}
.archivelink{
  margin: 60px 0 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archivelink a{
  border-radius: 15px;
  background-color: rgb(21, 91, 156);
  color:#fff;
  line-height: 50px;
  padding: 0 60px;
  font-family: iransansBold;


}
.multimedia{
  background-color: #69a1ef;
  position: relative;
  top: -140px;
  padding:80px 0 10px;
}
.multimedia .bg{
  background-image: url("img/Vector1.png");
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 0;
  right: 0;
  z-index: 1;
}
.mslider {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
  position: relative;
  z-index: 10;
}
.sitem{
  flex: 1;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;

}
.sitem img{
  width: 100%;
  height: 180px;
  border-radius: 15px;
  display: block;
  background-color: #ccc;
}
.sitem a.desc {
	font-family: iransansBold;
	color: #000;
	display: block;
	min-height: 70px;
	padding-top: 5px;
}
.slider::after {
  	content: " ";
	display: block;
	width: calc(100% - 1100px);
	height: 93px;
	background-image: url("img/slider2.png");
	position: absolute;
	bottom: -27px;
	left: 0;
	z-index: 19;
}
.slider::before {

	content: " ";
	display: block;
	width: 1200px;
	height: 247px;
	background-image: url("img/slider.png");
	position: absolute;
	bottom: -27px;
	right: 0;
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 19;

}
.slider .a {
	content: " ";
	display: block;
	width: 1200px;
	height: 247px;
	background-image: url("img/slider.png");
	position: absolute;
	bottom: -27px;
	left: 0;
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 20;
	transform: rotateY(180deg);
	display: none;
}
.logobg {
	background-image: url("img/logobg.png");
	display: flex;
	width: 292px;
	/* align-items: center; */
	justify-content: center;
	height: 140px;
	position: absolute;
	left: 50%;
	transform: translateX(-32%);
	top: -5px;
	padding: 25px 0;
}
.services {
	background-color: #222;
	transform: translateY(-150px);
	padding: 150px 0;
	color: #fff;
  position: relative;
}
.services::after{
  content:"";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90px;
  z-index: 11;
  background-image: linear-gradient(to bottom,transparent,#222);
}
.services::before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/slide(2).jpg");
  opacity: 0.1;
  top:0;
  right: 0;
  z-index: 9;
   background-attachment:fixed;
   background-position: 0 -30px;
}
.servicelist {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
  position: relative;
  z-index: 10;
}
.service a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
  gap:10px
}
.service a img {
	width: 80px;
	background-color: #fff;
	padding: 18px;
	border-radius: 50%;
}
.service a h3 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
footer{
  margin-top: -150px;
  background-color: #222;
  padding: 150px 0;
}

@media (max-width: 767px) {
	.fl{
		flex-direction: column;
	}
	.fll{
		width: 100%;
	}
	.newsimg {
	width: 100%;
	height: auto;
}
  .navHolder {
	display: flex;
	align-items: center;
	gap: 0;
	justify-content: center;
	padding: 0 10px;
  flex-direction: column;
}
.logobg {
	background-image: none;
	display: flex;
	width: auto;
	align-items: center;
	justify-content: center;
	height: auto;
	position: relative;
	left: auto;
	transform: none;
	top: 0;
	padding: 0px 0;
}
.navHolder nav {
	order: 2;

	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 10px;
	flex: 1;
}
.navHolder .logobg {
	order: 1;
  flex:1
}
.navHolder li a {
	white-space: nowrap;
}
.slider::before {
	content: " ";
	display: block;
	width: 1200px;
	height: 247px;
	background-image: url("img/slider.png");
	position: absolute;
	bottom: 0;
	right: 0;
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 100%;
}
.slider {
	position: relative;
	top: -180px;
	right: 0;
	height: 50svh;
	width: 100%;
}
.newsHolder {
	display: flex;
	gap: 10px;
	flex-direction: column;
	padding: 10px;
}
.col .nitem img {
	border-radius: 20px;
	width: 100%;
	height: 143px;
}
.mslider {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	padding: 10px;
}
.sitem img {
	width: 100%;
	height: 120px;
	border-radius: 15px;
}
.servicelist {
	flex-wrap: wrap;
}

.navHolder nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: iransansBold;
}
header.sc {
  border-top:none;
	border-bottom: 6px #3879d7 solid;
}
.news {
	position: relative;
	top: -180px;
	padding: 20px 0;
	background-color: #d9e7fb;
}
.multimedia {
	background-color: #69a1ef;
	position: relative;
	top: -180px;
	padding: 80px 0 10px;
}
.services {
	background-color: #222;
	transform: translateY(-180px);
	padding: 150px 0;
	color: #fff;
	position: relative;
}
footer {
	margin-top: -180px;
	background-color: #222;
	padding: 150px 0;
}
}
.archivepage,.singlepage {
	padding: 100px 0;
	min-height: calc(100svh - 219px);
	margin-bottom: 100px;
}
.archivepage .cent > h3 {
  font-size: 23px;
  font-family:iransansBlack ;
  font-weight: normal;
  margin-bottom: 40px;
}
.newsitem {
	display: flex;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-radius: 10px;
  gap: 10px;
}
.newsitem img {
	width: 177px;
	height: 150px;
	display: block;
	background-color: #ccc;
	border-radius: 10px;
	object-fit: cover;
}
.newsinfo a {
	color: #333;
}
.newsinfo h4 {
	font-weight: normal;
	font-family: iransansBold;
}
.newsinfo p {
	font-size: 13px;
	margin-top: 10px;
}
.singlepage .desc{
  background-color: #eee;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pages {
	display: flex;
	gap: 3px;
}
.pages a {
	display: flex;
	/* width: 50px; */
	/* height: 39px; */
	background-color: #eee;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 10px;
}
.pages span {
	display: flex;
	/* width: 50px; */
	/* height: 39px; */
	background-color: #eee;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 10px;
}
.newsimg {
	width: 300px;
	height: 200px;
	display: block;
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #eee;
}

.newscontent img:not(.newsimg) {
	width: 100%;
	margin: 10px 0;
	display: block;
}
.fl{
	display: flex;
	gap: 20px;
}
.fll{
	width: 250px;
}
.flr{
	flex:1
}
.flexx {
	display: flex;
	align-items: end;
	justify-content: space-between;
	color: #fff;
	transition: all 0.3s ease-in-out;

}
.rr ul {
	padding-right: 30px;
}
.rr a {
	color: #555;
}
.rr a:hover {
	color: #fff;
}
.ll p {
	padding: 10px 30px;
	margin: 10px 0;
	background-color: #333;
	font-size: 13px;
	border-radius: 20px;
}
.ln > li {
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ln li ul {
	position: absolute;
	top: 35px;
	background-color: #333;
	width: 250px;
	list-style: none;
	padding: 10px;
	display: none;
	flex-direction: column;
	gap: 13px;
	border-radius: 10px;
	right: 0;
}
.ln li:hover ul{
	display: flex;
}
.goup{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-color: #333;
	box-shadow: 0px 3px 3px #33333330;
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	transition: all 0.3s ease-in-out;

	
}
.goup:hover{
	background-color: #111;
	cursor: pointer;

}
@media (max-width: 767px) {
	.newsimg {
	width: 100%;
	height: auto;
}
	.flexx {
	display: flex;
	align-items: start;
	justify-content: space-between;
	color: #fff;
	transition: all 0.3s ease-in-out;
	flex-direction: column;
	padding: 0 30px;
	gap: 30px;
}
.singlepage{
	padding: 70px 30px 100px 30px;
}
.ln li ul {
	position: fixed;
	top: 180px;
	background-color: #333;
	width: 100%;
	list-style: none;
	padding: 10px;
	display: none;
	flex-direction: column;
	gap: 13px;
	border-radius: 0px;
	right: 0;
}
}