*, *::after, *::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

body {
	background:#fff;
	font-family: tahoma;
	font-size:12px;
	direction:rtl;
}

img{
	max-width:100%;
	height:auto;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: none;
	color:#054f82;
}

.clr {
	clear: both;
}

.container{
	width:1120px;
	margin:0 auto;
}


header{
	height:105px;
	background:#fff;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:99999;
	transition:All 500ms ease;
	-webkit-transition:All 500ms ease;
	-moz-transition:All 500ms ease;
	-o-transition:All 500ms ease;


}


body.intro header{
	-webkit-animation: anim3 0.7s ease-in 2.5s both;
	-moz-animation: anim3 0.7s ease-in 2.5s both;
	-ms-animation: anim3 0.7s ease-in 2.5s both;
	animation: anim3 0.7s ease-in 2.5s both;
}







#login_btn,
#logout_btn{
	cursor: pointer;
}
#login_box input[name='username']{
	margin-bottom: 10px;
}
#login_box input[type='submit']{
	background-color: #1A3E6F;
	width: 70px;
	margin-left: 0;
}

#login_box{
	position: absolute;
    background-color: #fff;
    width: 250px;
    left: 0;
    top: 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
    color: #1A3E6F;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	height: 0;
	overflow: hidden;
	padding:0 20px;

}
.index-php{
	position: relative;
}
#login_box.open{
	height: auto;
	padding:20px;
	box-shadow: rgba(17, 17, 17, 0.3) 0 4px 5px 2px;
	-webkit-box-shadow: rgba(17, 17, 17, 0.3) 0 4px 5px 2px;
	-moz-box-shadow: rgba(17, 17, 17, 0.3) 0 4px 5px 2px;
}
.header_st #login_box{
    top: 40px;
}
#login_box .maxw_small a:not(:last-child){
	border-bottom: 1px solid #1A3E6F;
}
#login_box .maxw_small a{
	padding: 5px 0;
	font-size: 14px;
    color: #1A3E6F;
}
#login_box .maxw_small a:hover{
	background-color: #1A3E6F;
	color: #fff;
}
#login_box .maxw_small{
	text-align: center;
}
@-webkit-keyframes anim3 {
	0% {
		opacity: 0.8;
		transform:translateY(-150%);
		-webkit-transform: translateY(-150%);
		-moz-transform: translateY(-150%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
	}
}





header .container{
	position:relative;
	font-size: 0;
	text-align: center;
	transition: All 500ms ease;
    -webkit-transition: All 500ms ease;
    -moz-transition: All 500ms ease;
    -o-transition: All 500ms ease;
}


#t_news{
	position:fixed;
	left:50%;
	top:15px;
	height:25px;
	overflow:hidden;
	font-family:iransans;
	font-size: 14px;
	transition: All 500ms ease;
    -webkit-transition: All 500ms ease;
    -moz-transition: All 500ms ease;
    -o-transition: All 500ms ease;
	 width: 1120px;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 10;
	    text-align: left;
}

#t_news p{
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
	color: #ed6615;
}

#t_news2{
	min-width:280px;
	display:inline-block;
	text-align: right;
	font-size: 12px;
    line-height: 25px;
}

#t_news > h2{
	width:15%;
	float:right;
	font-weight:bold;
}

#t_news li h2{
	overflow:hidden ;
	text-overflow:ellipsis ;
	white-space:nowrap ;
	width:100%;
}

.header_st #t_news2{
	font-size: 11px;
}
.header_st #t_news{
    top: 8px;
    font-size: 12px;
}

#border_h{
    background: #0f4267;
    position: fixed;
    height: 10px;
    left: 50%;
    top: 105px;
    transition: All 500ms ease;
    -webkit-transition: All 500ms ease;
    -moz-transition: All 500ms ease;
    -o-transition: All 500ms ease;
    width: 1120px;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 10;
}

#logo{
	margin:24px 0 0 0;
	transition:All 500ms ease;
	-webkit-transition:All 500ms ease;
	-moz-transition:All 500ms ease;
	-o-transition:All 500ms ease;
	display: inline-block;
	vertical-align: top;
	width: 270px;
}

#logo img{
	transition:All 500ms ease;
	-webkit-transition:All 500ms ease;
	-moz-transition:All 500ms ease;
	-o-transition:All 500ms ease;
}

#menu{
	margin:52px 0 0 0;
	border-top:3px solid #e6e7e8;
	transition:All 500ms ease;
	-webkit-transition:All 500ms ease;
	-moz-transition:All 500ms ease;
	-o-transition:All 500ms ease;
    text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 850px;
}

#menu li{
	display:inline-block;
}

#menu li a{
	font-family:iransans;
	font-weight:bold;
	color:#939598;
	font-size:14px;
	padding:5px 27px;
	display:block;
}

#menu li:before{
	content:'|';
	float:left;
	margin:8px 0;
	color:#939598;
}

#menu li:last-child{
	position:relative;
}

#menu li:last-child > a{
	background:url(../images/login_icon.png) no-repeat left;
	font-size:16px;
	color:#0f4267;
	padding-left:32px;
	background-size: 20px;
}

#menu li:last-child:before{
	content:'';
}


#menu li a:hover{
	color:#0f4267;
}

.header_st header{
	height:70px;
}
.header_st header .container{
	width:100%;
}
.header_st  #border_h{
	width:100%;
    top: 70px;
}

.header_st #logo{
    width: 200px;
    margin-top: 15px;
}
.header_st #logo img{
    width: 200px;
}
.header_st #menu{
    margin-top: 36px;
    border-width: 2px;
	width: 920px;
}

.header_st #menu li a{
	font-size:13px;
	padding:3px 28px;
}

.header_st #menu li:before {
	margin:5px 0;
}

.header_st #menu li:last-child > a{
	background:url(../images/login_icon_m.png) no-repeat left;
}

.index-php #body_sub_div{
	position: relative;
}
.index-php section {
	height:100vh;
	width: 100%;
	overflow:hidden;
	position: relative;
}


.index-php section:nth-child(1){
	background-color:#e6e7e9;
	background:url(../images/bg_sec3.jpg) center/cover;
	padding:140px 0 15px 0;
}


.index-php section:nth-child(1) empty .container{
	display: flex;
	flex-direction:column;
	justify-content:space-between;
	height:100%;
	
}



#heading{
	color:#0f4267;
	text-align:center;
	font-family:iransans;
	margin:25px 230px 0;
}

#heading h1{
	font-size:37px;
	font-weight:bold;
	margin-bottom:5px;

}
body.intro #heading h1{
	-webkit-animation: anim1 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.3s both;
	animation: anim1 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.3s both;
}


@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes anim1 {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}








#heading h2{
	font-size:27px;
	font-weight:bold;
	border-bottom:2px solid #d5d5d5;
	padding-bottom:10px;
	margin-bottom:10px;
}

#heading h3{
	font-size:21px;

}
#heading h4{
    font-size: 16px;
    margin: 0 auto;
	margin-top:30px;
}


body.intro #heading h2,
body.intro #heading h4,
body.intro #heading h3{
	-webkit-animation: anim2 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
	animation: anim2 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}


@-webkit-keyframes anim2 {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
     transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
     transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes anim2 {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}


.head_block{
	font-family:iransans;
	border-bottom:2px solid #d5d5d5;
}

.head_block h3 a,
.head_block h3{
	font-size:16px;
	color:#0f4267;
	padding:0 0 4px 0;
	word-spacing:-0.5px;
	font-weight:bold;
}

/*
.head_block h3:before{
	content:'|';
	margin:0 0 0 3px;
}
*/


#customers{
	position:absolute;
	bottom:0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	left: 50%;
	padding-bottom: 20px;
	width: 1120px;
}
#customers .titl,
#customers .titl h3{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ed6615;
    padding-bottom: 3px;
}
#customers .ti   tl:after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 30px;
	
/*	#0f4267*/
	
	
background: rgba(15,66,103,0.1);
background: -moz-linear-gradient(left, rgba(15,66,103,0.1) 0%, rgba(15,66,103,0.64) 30%, rgba(15,66,103,1) 50%, rgba(15,66,103,0.64) 70%, rgba(15,66,103,0.1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,66,103,0.1)), color-stop(30%, rgba(15,66,103,0.64)), color-stop(50%, rgba(15,66,103,1)), color-stop(70%, rgba(15,66,103,0.64)), color-stop(100%, rgba(15,66,103,0.1)));
background: -webkit-linear-gradient(left, rgba(15,66,103,0.1) 0%, rgba(15,66,103,0.64) 30%, rgba(15,66,103,1) 50%, rgba(15,66,103,0.64) 70%, rgba(15,66,103,0.1) 100%);
background: -o-linear-gradient(left, rgba(15,66,103,0.1) 0%, rgba(15,66,103,0.64) 30%, rgba(15,66,103,1) 50%, rgba(15,66,103,0.64) 70%, rgba(15,66,103,0.1) 100%);
background: -ms-linear-gradient(left, rgba(15,66,103,0.1) 0%, rgba(15,66,103,0.64) 30%, rgba(15,66,103,1) 50%, rgba(15,66,103,0.64) 70%, rgba(15,66,103,0.1) 100%);
background: linear-gradient(to right, rgba(15,66,103,0.1) 0%, rgba(15,66,103,0.64) 30%, rgba(15,66,103,1) 50%, rgba(15,66,103,0.64) 70%, rgba(15,66,103,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4267', endColorstr='#0f4267', GradientType=1 );
	
	
	
	background: rgba(237,104,21,0.1);
background: -moz-linear-gradient(left, rgba(237,104,21,0.1) 0%, rgba(237,104,21,0.64) 30%, rgba(237,104,21,1) 50%, rgba(237,104,21,0.64) 70%, rgba(237,104,21,0.1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,104,21,0.1)), color-stop(30%, rgba(237,104,21,0.64)), color-stop(50%, rgba(237,104,21,1)), color-stop(70%, rgba(237,104,21,0.64)), color-stop(100%, rgba(237,104,21,0.1)));
background: -webkit-linear-gradient(left, rgba(237,104,21,0.1) 0%, rgba(237,104,21,0.64) 30%, rgba(237,104,21,1) 50%, rgba(237,104,21,0.64) 70%, rgba(237,104,21,0.1) 100%);
background: -o-linear-gradient(left, rgba(237,104,21,0.1) 0%, rgba(237,104,21,0.64) 30%, rgba(237,104,21,1) 50%, rgba(237,104,21,0.64) 70%, rgba(237,104,21,0.1) 100%);
background: -ms-linear-gradient(left, rgba(237,104,21,0.1) 0%, rgba(237,104,21,0.64) 30%, rgba(237,104,21,1) 50%, rgba(237,104,21,0.64) 70%, rgba(237,104,21,0.1) 100%);
background: linear-gradient(to right, rgba(237,104,21,0.1) 0%, rgba(237,104,21,0.64) 30%, rgba(237,104,21,1) 50%, rgba(237,104,21,0.64) 70%, rgba(237,104,21,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6815', endColorstr='#ed6815', GradientType=1 );
	
	
	
	
	background: rgba(255,255,255,0.9);
background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.94) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.94) 75%, rgba(255,255,255,0.9) 90%);
background: -webkit-gradient(left top, right top, color-stop(10%, rgba(255,255,255,0.9)), color-stop(25%, rgba(255,255,255,0.94)), color-stop(50%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,0.94)), color-stop(90%, rgba(255,255,255,0.9)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.94) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.94) 75%, rgba(255,255,255,0.9) 90%);
background: -o-linear-gradient(left, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.94) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.94) 75%, rgba(255,255,255,0.9) 90%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.94) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.94) 75%, rgba(255,255,255,0.9) 90%);
background: linear-gradient(to right, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.94) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.94) 75%, rgba(255,255,255,0.9) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	
	
}
body.intro #customers{
	-webkit-animation: customer 0.7s ease-in 2.5s both;
	-moz-animation: customer 0.7s ease-in 2.5s both;
	-ms-animation: customer 0.7s ease-in 2.5s both;
	animation: customer 0.7s ease-in 2.5s both;
}
@-webkit-keyframes customer {
	0% {
		opacity: 0.8;
		bottom:-165px;
	}
	100% {
		opacity: 1;
		bottom:0px;
	}
}


#slide_cust{
	direction:ltr;
	margin:20px 0 0 0;
}







.index-php section:nth-child(2){
	background:#fff;
	padding:110px 0 0 0;
}




.index-php section:nth-child(2) .container{
	position: relative;
	height: 100%;
}
.index-php section:nth-child(2) .container .tcell{
	font-size: 0;
	position:absolute;
	height:420px;	
	top: 55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%
}
.index-php section:nth-child(2) .container .tcell > .cell{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	height: 100%;
	position: relative;
}
.index-php section:nth-child(2) .container .tcell > .cell:first-child{
	width: 60%;
}

.index-php section:nth-child(2) .container .head_block h3{
	font-size: 30px;
}
.index-php section:nth-child(2) .container .head_block{
	text-align: center;
	border: none;
	width: 100%;
}

#samaneh{
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

#samaneh .links{
	font-size: 0;
	width:100%;
	min-height: 90px;

}

#samaneh .link{
	width:33.333%;
    position: relative;
	display: inline-block;
	vertical-align: top;
	height: 90px;
}
#samaneh a{
	display: block;
	font-family:iransans;
	text-align:center;
	position:relative;
	padding:0 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#samaneh .link:after{
	content:'';
	background:#d7d7d7;
	width:1.5px;
	height:70%;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#samaneh .link:nth-child(3n+1):after{
	left:0;
}
#samaneh .link:nth-child(3n+2):after{
	display:none;
}
#samaneh .link:nth-child(3n+3):after{
	right:0;
}


#samaneh a h2{
    font-size: 22px;
    color: #ef3441;
    font-weight: bold;
    margin-bottom: 2px;
}

#samaneh a p{
	font-size:11px;
	color:#282828;
}




#samaneh { visibility: hidden; }

#samaneh > * { visibility: visible; }

#samaneh > .links .link { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;  }

#samaneh:hover > .links .link { opacity: 0.3; transform: scale(0.9); }

#samaneh > .links .link:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms;  }


#samaneh > * {

  text-align: center;
  color: #555;
  font-size: 1.5em;
  text-decoration: none;
}



#blue_boxes{
	width:80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	float:left;
	height: 100%;
}

#blue_boxes a{
	background:#1767a1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px 20px;
	color:#fff;
	font-family:iransans;
	min-height: 90px;
}

#blue_boxes a:hover{
	opacity:0.97;
}
#blue_boxes a img , #blue_boxes a h3,#blue_boxes a p{
	position:relative;
	left:0;
	transition:All 0.3s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

#blue_boxes a:hover img{
	position:relative;
	left:-230px;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

#blue_boxes a:hover h3,#blue_boxes a:hover p{
	position:relative;
	left:90px;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

#blue_boxes a:nth-child(2){
	background:#0f4267;
}

#blue_boxes a:nth-child(3){
	background:#0a90bd;
}

#blue_boxes a img{
	float:right;
	margin:0 0 0 10px;
	max-height: 70px;
}

#blue_boxes a h3{
	font-size:24px;
	font-weight:bold;
	margin:2px 0 0 0;
}

#blue_boxes a p{
	font-size:16px;
}














.index-php section:nth-child(3){
	background:#ddd;
	padding:80px 0 0;
}


.index-php section:nth-child(3) .tcell{
	display: flex;
	flex-direction:column;
	justify-content:space-between;
	height:100%;
}

#orange_head{
	background:#ed6615;
	text-align:center;
	padding:30px 0;
}
#orange_head:after{
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	background-color: #fff;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

#orange_head h4{
	color:#e6e7e8;
	font-size:42px;
	font-family:iransans;
	font-weight:bold;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation: blink-1 2.5s linear infinite both;
	-moz-animation:  blink-1 2.5s linear infinite both;
	-ms-animation:  blink-1 2.5s linear infinite both;
	animation:  blink-1 2.5s linear infinite both;
	-webkit-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}



@-webkit-keyframes blink-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@keyframes blink-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}



#jorn_doi .container{
	display:flex;
	   justify-content:center;
}

#jorn{
	width:45%;
	margin:0 0 0 50px;
	float:right;
}

#jorn a{
	background:#fff;
	display:block;
	text-align:center;
	padding:0 20px;
	height: 35px;
	line-height: 35px;
	font-size:15px;
	font-family:iransans;
	font-weight:bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 10px;
}

#jorn a:first-child{
	margin-top: 0;
	background-color: #0f4267;
	color:#fff;
}
.left_h {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	color:#282828;

}
.left_h:before {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f4267;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.left_h:hover, .left_h:focus, .left_h:active {
  color: #fff;
}
.left_h:hover:before, .left_h:focus:before, .left_h:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#doi{
	width:45%;
	margin:0 50px 0 0;
	float:left;
}

#doi p{
	background:#edb315;
	color:#282828;
	padding:0 20px;
	height: 35px;
	line-height: 35px;
	font-size:15px;
	font-family:iransans;
	font-weight:bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#doi p:first-child{
	margin-bottom: 10px;
}
#doi p:last-child{
	margin-top: 10px;
	text-align: center;
}
#doi form{
	background:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 170px;
	padding: 10px 20px;;
}

#doi form label{
	display:block;
	direction:ltr;
	font-weight:bold;
	font-size:22px;
	font-family:arial;
	color:#edb315;
	margin:0 0 10px 0;
}

#doi form input[type="text"]{
	width:100%;
	border:0;
	padding:11px;
	direction:ltr;
	border: 1.5px solid #edb315;
	height: 35px;
}

#doi form input[type="submit"]{
	background:#edb315;
	color:#282828;
	border:0;
	padding:20px 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin:10px;
	cursor:pointer;
	font-weight: bold;
}

#doi form input[type="submit"]:hover{
	background:#EDB315;
}

#article_logos{
	background:#fff;
	text-align:center;
	padding:15px 0;
}
#article_logos .container{
	display:flex;
	   justify-content:center;
}
#article_logos .container .cell{
	width: 45%;
    margin: 0 50px 0 0;
    float: right;
	text-align: center;
}
#article_logos .container .cell:first-child{
    margin: 0 0 0 50px;
}
#article_logos img{
	margin:0 50px;
	vertical-align:middle;
}




.index-php section:nth-child(4) .head_block{
	border: none;
}
.index-php section:nth-child(4) .head_block h3,
.index-php section:nth-child(4) .head_block h3 a{
	font-size: 22px;
    background-color: #ed6615;
    color: #fff;
}
.index-php section:nth-child(4) .head_block h3{
    padding: 10px 20px;
}
.index-php section:nth-child(4){
    background: #e6e7e8;
    padding: 80px 0 0 0;
    background-image: url(../images/bg_sec3.jpg);
    background-size: cover;
    background-position: center;
}

.index-php section:nth-child(4) .container{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.index-php section:nth-child(4) .container .tcell{
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	height:100%;
}

.index-php section:nth-child(4) .container .tcell .head_block{
	width:100%;
}


.index-php section:nth-child(4) .container .tcell .head_block h3 a{
	font-size:12px;
	float:left;
	    top: 10px;
    position: relative;

}




#news{
	width:400px;
	float:right;
	margin-left:40px;
}

#projects{
	width:600px;
	float:left;
	margin-right:40px;
	display:flex;
	flex-direction:column;
}

#projects .item h4{
	font-family:iransans;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 20px;
	    color: #0f4267;
}

#projects .item{
	direction:rtl;
	background-color: #fff;
	padding: 20px;
	height: 100%;
	cursor: -webkit-grab;
}
#projects .item h4 a{
	color: #0f4267;
}
#projects .item .img img{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#projects .item .img{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	background-color: #ddd;
	overflow: hidden;
}
#projects .item .desc{
	margin-top: 20px;
	font-size: 13px;
	color: #666;
}




#news_box{
	height:100%;
}

#b_news{
	background:#fff;
	overflow: hidden;
	max-height: 340px;
}

#b_news ul{
	padding:0 20px;
}
#b_news ul li{
	min-height: 170px;
}
#b_news li h2{
	color:#282828;
	font-family:iransans;
	font-size:16px;
	margin:5px 0 0;
	max-height:50px;
	overflow:hidden;
	line-height:20px;
	text-align:justify;
}

#b_news li p{
	font-family:iransans;
	font-size:14px;
	text-align:left;
	color:#ed6615;
}


#top_arr,
#bottom_arr{
	background-position: center;
	background-size: 25px;
	background-repeat: no-repeat;
	width: 100%;
	height:30px;
	display:block;
	background-color: #fff;

}
#top_arr{
	background-image:url(../images/arrow_top.png);
	border-radius: 3px 3px 0 0 ;
	-webkit-border-radius: 3px 3px 0 0 ;
	-moz-border-radius: 3px 3px 0 0 ;
}

#bottom_arr{
	background-image:url(../images/arrow_bottom.png);
	border-radius: 0 0  3px 3px ;
	-webkit-border-radius: 0 0  3px 3px ;
	-moz-border-radius: 0 0  3px 3px ;
}


.index-php section:nth-child(5){
	background:#e6e7e8;
	padding:80px 0 0;
}

.index-php section:nth-child(5) .tcell{

	height:50%;
}

/*
#f_one {
	height: 100%
}
*/

#f_one .container{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#links{
	font-size: 0;
	width: 100%;
}
.index-php section:nth-child(5) .tcell #links{
	float:left;
	width: 70%;
}
.hover_b{
	background:#0f4267;
	padding:15px 0;
	width:32%;
	text-align:center;
	color:#fff;
	font-family:iransans;
	font-size:20px;
	display:inline-block;
	font-weight:bold;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	margin: 5px 0;
	margin-left: 2%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.hover_b:nth-child(3n-3){
	margin-left: 0;
}
.hover_b:hover{
	color:#fff;
}


.hover_b:before {
  content: '';
  position: absolute;
  border: #0f4267 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  color:#fff;
}
.hover_b:hover:before, .hover_b:focus:before, .hover_b:active:before {
  -webkit-animation-name: hover_bb;
  animation-name: hover_bb;
  color:#fff;
}

@-webkit-keyframes hover_bb {
  100% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
  }
}
@keyframes hover_bb {
  100% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
  }
}

#namad{
	width:30%;
	float:right;
}

#namad img{
	margin: 8px;
}

#f_two{
	background:#ed6615;
	padding:10px 0;
	margin-bottom: 25px;
}




#f_two .container{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}


#search{
	float:right;
}

.icon-search {
	background-color:#ed6615;
	background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
	background-size: 35px;
	background-position: center;
}

.search-icon{
    display:block !important;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    text-align:center;
    cursor:pointer;
}


.searchbox{
    position:relative;
    min-width:45px;
    width:100%;
    height:45px;
    float:right;
    overflow:hidden;

}

.searchbox-input{
    top:0;
    right:0;
    border:0 !important;
    outline:0;
    background:#fff;
    width:100%;
    height:45px;
    margin:0;
    padding:0px !important;
    font-size:20px;
    color:red;
	font-family:iransans !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    width:0;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}




.searchbox-submit{
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 2;
	width: 45px;
	height: 45px;
	margin: 0!important;
	background-color: transparent !important;
	border: transparent !important;
	padding: 0 !important;
}

.searchbox-open .searchbox-submit{
	top: 0;
}
.searchbox-open .searchbox-input{
    width:100%;
    padding:0px 55px 0px 20px !important;
}


#mail{
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	color:#e3e3e3;
	width: auto;
}
#mail > span{
	margin-left: 5px;
    font-size: 14px;
    line-height: 43px;
}
#mail a{
	display: block;
	background:url(../images/mail_icon.png) no-repeat left;
	padding:5px 0 5px 40px;
	float:left;
	font-family:iransans;
	background-size: 30px;
	color:#e4e4e4;
}
#mail a:hover{
	opacity: .8;
	color:#e4e4e4 !important;
}


footer {
	background:#282828;
	padding:0  0 35px 0;
}


footer .container{
	display:flex;
	flex-direction :row;
}

footer #f_bottom .container > div{
	width:25%;
	float:right;
	margin:0 0 0 30px;
	text-align:justify;
	position: relative;
}


footer #f_bottom .container > div:last-child{
	margin:0;
}

footer #f_bottom .container > div h2{
	color:#fff;
	font-family:iransans;
	font-size:21px;
	margin:0 0 20px 0;
	font-weight:bold;
}

footer a:hover{
	color:#cacaca !important;
}



.index-php footer{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	overflow: hidden;
	font-weight: 300;
}





#barkhat p{
	font-size:14px;
	color:#fff;
	font-family:iransans;
	line-height:20px;
}

#barkhat p:last-child{
	color:#ed6615;
	margin:40px 0 0 0;
	letter-spacing:-0.5px;
}


#barkhat p:last-child a{
	color:#ed6615;
	font-weight:500;
}

#contact p{
	font-size:14px;
	color:#fff;
	font-family:iransans;
	line-height:20px;
}

#map{
	display: block;
	background:url(../images/map_icon.png) center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
}
#contact .tell{
	margin-top: 5px;
} 
#contact .tell span{ 
	font-size: 13px;
	color: #fff;
	font-family: iransans;
	line-height: 20px;
}
#contact .tell span:last-child{ 
	position: relative;
top: 2px;
    left: -2px;
}
#map p:nth-child(1){
	margin:0 0 5px 0;
}

#paygah ul li{
	margin:3px 0;
	color:#fff;
}
#paygah ul li:before { 
  background-color: #ed6615;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
  height: 5px;
  width: 5px;
}

#paygah ul li a{
	color:#fff;
	font-family:iransans;
	font-size:14px;
}

#stat ul li{
	margin:3px 0;
	color:#fff;
	font-family:iransans;
	font-size:0;
	position: relative;
	overflow:hidden;
}
#stat ul li .line{
    position: absolute;
    font-size: 20px;
    bottom: -3px;
    left: 0;
    z-index: 1;
    letter-spacing: 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #ed6615;
}
#stat ul li div{
	width: 50%;
	font-size:14px;
	display: inline-block;
}
#stat ul li div:last-child span{
    padding-right: 10px;
}
#stat ul li div:first-child span{
    padding-left: 10px;
}
#stat ul li div span{
	position: relative;
	background-color: #282828;
	z-index: 2;
}
#stat ul li div:last-child{
	text-align: left;
}

#stat{
	position: relative;
}
#stat a{
	position: absolute;
	left: 0;
	bottom: 0;
	font-family:iransans;
	font-size:17px;
	color:#ed6615;
}

#projects .owl-carousel{
	width: 600px;
	height: 400px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	text-align: center;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
	height: 100%;
}

.owl-demo2{
	    white-space: nowrap;
}
.owl-demo2 .item,
.owl-carousel .owl-item{
	display: inline-block;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-carousel{
	direction:ltr;
}
.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 10px;

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000 ;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}


#totop {
	background:url(../images/to_top.png) no-repeat;
	display:block;
	position:fixed;
	left:10px;
	bottom:20px;
	width:40px;
	height:40px;
	cursor:pointer;
	z-index:9999999;
}

.yw_box {
	position:relative;
	padding:20px;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	max-width:1120px;
	margin:150px auto 0;
	line-height:25px;
	font-size:14px;
	font-family:iransans;
    min-height: 500px;
}
.yw_box h2 {
	float:right;
	font-family:iransans;
	color:#0f4267;
	font-size:24px;
	padding:0 0 10px 0;
	word-spacing:-0.5px;
	font-weight:bold;
	border-bottom:2px solid #d5d5d5;
	margin-bottom:20px;
	margin-top:8px;
}



.yw_box h2:before{
	content:'|';
	margin:0 0 0 3px;
}

#numb_st{
	margin-bottom:50px;
}

#numb_st li {
	list-style-type:none;
	counter-increment:li;
	position:relative;
	border-bottom:1px solid #6dbdf5;
	padding:14.6px 44px 14px 0;
}

#numb_st li:before {
	content:counter(li) " ";
	position:absolute;
	right:0;
	width: 30px;
	text-align: center;
	color: #f00;
	font-size:17px;
	background:#0f4267;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	line-height: 32px;
	height:30px;
}

#numb_st li h3 {
	font-family:iransans;
	font-size:13px;
	margin:2px 0 5px;
	color:#000;
	padding:0 !important;
	font-weight:normal;
}

#numb_st li h3 span{
	font-size:16px;
	font-weight:bold;
	color:#0f4267;
}









#mob_menu_btn{
	display: none;
}

@media only screen and (min-width:320px) and (max-width:768px) {
	header:after{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 10;
		top: 0;
		left: 0;
	}
	header{
		height: 75px;
	}
	header .container{
		padding-top:20px; 
		text-align: right;
	}
	#border_h{
		z-index: 11;
	}
	.header_st #logo,
	#logo{
		width: 170px;
		margin:0;
		padding-right: 20px;
		z-index: 12;
		position: relative;
	}
	#border_h {
		height: 5px;
		top: 70px;
	}
	.header_st #menu,
	#menu{
		width: 100%;
		background-color: #1A3E6F;
		margin: 22px 0 0 0;
		transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		top: -500px;
    	position: absolute;
		left: 0;
	}
	#menu.open{
		top: 0;
	}

	#menu ui{
		width:150px;
	}
	#menu li{
		display: block;
		text-align: center;
	}
	.header_st #menu li a,
	#menu li:last-child a,
	#menu li a{
		color: #fff;
		padding-bottom: 20px;
	}
/*-------- menu --------*/
#mob_menu_btn{
	width: 40px;
	height: 30px;
    position: absolute;
    -webkit-transform: rotate(0deg) ;
    -moz-transform: rotate(0deg) ;
    -o-transform: rotate(0deg) ;
    transform: rotate(0deg) ;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	cursor: pointer;
	display: block;
	left: 20px;
	z-index: 11;
}
#mob_menu_btn span{
	display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #1A3E6F !important;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.body_ltr #mob_menu_btn span{
    right: 0;
}
.body_rtl #mob_menu_btn span{
    right: 0;
}
#mob_menu_btn.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.body_rtl #mob_menu_btn.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.body_ltr #mob_menu_btn.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
#mob_menu_btn span:nth-child(1) {
    top: 0;
}
#mob_menu_btn span:nth-child(2) {
    top: 12px;
}
#mob_menu_btn span:nth-child(3) {
    bottom: 1px;
}
#mob_menu_btn.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	bottom: auto;
}

	.container{
		width: 100%;
	}	
	.index-php section{
		height: auto;
	}
	#heading{
		margin: 25px 0;
	}
	#customers{
		width: 100%;
		max-width: 100%;
		position: relative;
		left: auto;
		transform: translateX(0); 
		-webkit-transform: translateX(0); 
		-moz-transform: translateX(0);
		margin: 0 auto;
	}
	
	.index-php section:nth-child(1){
		padding: 80px 0 15px 0;
	}
	#heading h1 {
		font-size: 26px;
	}
	#heading h2 {
    	font-size: 20px;
		padding:10px;
	}
	#heading h3 {
		font-size: 20px;
		padding: 0 10px;
	}
	#heading h4 {
		font-size: 14px;
		padding: 0 10px;
	}
	.index-php section:nth-child(2) .container .tcell{
		height: auto;
		position: relative;
		top: auto;
		transform: translateY(0);
	}
	.index-php section:nth-child(2) .container .tcell > .cell{
		width: 100% !important;
	}
	.index-php section:nth-child(2) .container .head_block h3 a{
		font-size: 16px;
	}
	.index-php section:nth-child(2){
		padding: 40px 0 0 0;
	}
	#samaneh .link{
		height: auto;
	}
	#samaneh a{
		top: auto; 
    	transform: translateY(0); 
	}
	#samaneh a p{
		font-size: 11px;
	}
	#blue_boxes{
		display: block;
		 width: 100%;
		text-align: center;
	}
	#blue_boxes a{
		display: inline-block;
		margin-top: 20px;
		min-height: 100px;
		min-width: 30%;
	}
	#blue_boxes a img {
		height: 80px;
	}
	#blue_boxes{
		float: none;
		margin: 0 auto;
	}
	#blue_boxes a h3 {
		font-size: 15px;
	}
	#blue_boxes a p {
		font-size: 13px;
	}
	#blue_boxes a:nth-child(2){
		margin: 0 2%;
	}
	#orange_head:after{
		height: 40px;
	}
	.index-php section:nth-child(3){
		padding: 40px 0 0;
	}
	#jorn_doi .container{
		display: block;
		text-align: center;
	}
	#doi,
	#jorn{
		float: none;
		margin: 30px auto;
		width: 70%;
	}
	#article_logos .container .cell:first-child,
	#article_logos .container .cell{
		width: 50%;
		margin: 0;
	}
	#article_logos img{
		margin: 0 30px;
		height: 50px;
   		width: auto;
	}
	#article_logos {
  	  padding: 25px 0;
	}
	#orange_head h4{
		font-size: 36px;
	}
	.index-php section:nth-child(4) .container .tcell{
		display: block;
	}
	.index-php section:nth-child(4) .container{
		top: auto;
		transform: translateY(0);
	}
	#projects .owl-carousel{
		width: 100%;
		height: auto;
	}
	#projects,
	#news{
		margin:20px auto;
		float: none;
		width: 80%;
		height: auto;
	}
	#b_news ul {
	    left: 50%;
		transform: translateX(-50%);
	}
	#b_news ul li{
		padding: 10px 0;
	}
	.index-php footer{
		position: relative;
		width: 100%;
	}
	#f_one .container{
		display: block;
		top: auto;
		transform: translateY(0);
		    padding-bottom: 30px;
	}
	#links,
	#namad{
		float: none;
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	.index-php section:nth-child(4){
		padding: 20px 0;
	}
	.index-php section:nth-child(5){
		padding: 20px 0 0;
	}
	#f_two .container{
		padding:  0 30px;
	}

	footer .container{
		display: block;
	}
	footer #f_bottom .container > div {
		width: 49%;
		float: none;
		margin: 0 auto;
		display: inline-block;
		padding: 0 30px
	}
}


@media only screen and (min-width:320px) and (max-width:414px) {
	#f_two .container{
		display: block;
		
	}
	#f_one .hover_b{
		width: 90%;
		margin:  10px auto;
		    text-align: center;
	}
	#mail > span{
		display: none;
	}
	#mail a,
	#search .searchbox,
	#search{
		float: none;
	}
	#b_news {
		max-height: 280px;
	}
	#b_news ul {
		width: 100%;
	}
	footer #f_bottom .container > div {
		width: 100%;
	}
	#samaneh .link:after{
		display: none;
	}
	#samaneh .link{
		width: 100%;
		border-bottom: 1px solid #d7d7d7;
		padding: 20px;
	}
	#blue_boxes a:nth-child(2){
		margin: 0;
		margin-top: 10px;
	}

	#blue_boxes a{
		width: 90%;
	}
	#doi,
	#jorn{
		width: 90%;
	}
	#jorn a{
		font-size: 12px;
		padding: 0;
	}
	#article_logos .container{
		display: block;
	}
	#article_logos .container .cell:first-child,
	#article_logos .container .cell{
		width: 90%;
		float: none;
		margin: 20px auto;
	}
	#article_logos img{
		margin: 0 auto;
	}
	#orange_head h4{
		font-size: 30px;
	}
	#stat a {
    	left: 30px;
		top: 0;
		bottom: auto;
	}
}



@media only screen and (min-width:320px) and (max-width:1100px) {
.container{
	width:98%;
}
.index-php section {
	height:150vh;
	overflow:scroll;
}

}























