﻿body,ul,li,h1,h2,h3,h4,h5,h6,p {
    padding:0;
    margin:0;
}

body{
font-family:yekan,yekanNumber;
background-image:url(../images/backed.jpg);
background-repeat:repeat;


}

header{
    background-image:url(../images/header.png);
    background-size:100% 100%;
    min-height:80px;
    padding:10px 0;
    border-bottom:3px solid #fff;
}
.logo-nd{
    width: 100%;
    display: block;
    float: right;
    max-width: 400px;
    max-height:110px;
}
.header-center{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.right-nd{
    float:right;
}
.clear{
    clear:both;
}
.search-bx {
    background-color: #e8e3db;
    width: 230px;
    height: 30px;
    border-radius:2px;
    padding:1px;

}
.tx-nd {
    border: none;
    background: none;
    width: 198px;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 5px;
}
.btn-nd {
    background-color: #f7941d;
    width: 30px;
    float: left;
    border: none;
    height: 28px;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
}
.se-bx{
    padding-top:28px;
}
nav{
    background-color:#e1dcd5;
    min-height:35px;
    padding:15px 0;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
    margin:0 auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 92px;
    width: 100%;
    z-index: 1000;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;

}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 3px;
	margin: 0 5px;
	outline: 0;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #1cbbb4;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -22px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}
.col-min .bx-wrapper .bx-prev {
	left: 0px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}
 .bx-wrapper .bx-next {
	right: -22px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}
 .col-min .bx-wrapper .bx-next {
display:none;
}
.slid-btm-img .bx-wrapper .bx-prev {
	left: -40px;

}

.slid-btm-img .bx-wrapper .bx-next {
	right: -40px;

}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.wrap-nd {
    position: relative;
}
.maintop {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    z-index: 10000;
}
.center-dv {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index:20000;
    /* height: 216px; */
    top: -90px;
}
.pn-nd {
    padding: 0 12px;
}

.col-item-nd {
     background-color:#fff;
     border:1px solid #d9d9d9;

     padding:15px 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 50px;
}
.tp-min {
 
    padding: 10px 0  0px 0;
}
.h-title {
    color: #1cbbb4;
    font-size: 17px;
    padding-bottom: 18px;
    font-weight: bold;
}
.p-info {
    text-align: justify;
    direction: rtl;
    font-size: 13px;
    line-height: 25px;
    color: #585757;
    padding: 0 15px;
}
.img-ce{
    width:180px;
    height:180px;
    margin:0 auto;
    display:block;
    background-color:#1cbbb4;
    border:10px solid #eaeaea;
    border-radius:50%;
      padding-top:50px;
}
.img-ce img{
    width:80px;
    height:71px;
    display:block;
    margin:0 auto;
  
}
.link-more{
    background-color:#1cbbb4;
    width:30px;
    height:30px;
    border-radius:50%;
    display:block;
    margin:5px auto;
    padding:6px;
    color:#000;
}
.col-item-nd:hover .img-ce{
    background-color:#f7941d;
}
.col-item-nd:hover .h-title{
    color:#f7941d;
}
.col-item-nd:hover .link-more{
    background-color:#f7941d;
}
.container-nd{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    padding-top:320px;
}
.ce-dv{
    position:absolute;
    width:100%;
}
.head-min{
    background-image:url(../images/head-bx.png);
    background-size:100% 100%;
    min-height:45px;
}
.head-lf{
    background-image:url(../images/hd-right.png);
    background-size:100% 100%;
    min-height:45px;
}

.panel-nd{
    padding-top:30px;
}
.img-bx{
    padding:0 6px;
}
.pn-nd{
    padding:0 6px;
}
.btm-rw{
    padding:20px 20px;
    line-height:25px;
    text-align:justify;
    direction:rtl;
    


}
.title-bx{
    background-image:url(../images/bc-hd.png);
    width:100%;
    max-width:250px;
    height:40px;
    background-size:100% 100%;
    margin:0 auto;
    position:relative;
    top:-10px;
    text-align:center;
    font-size:17px;
    padding-top:10px;
    color:#000;
}
.img-min{
    width:60px;
    height:70px;
    float:right;
    margin-left:15px;
    
}
.panel{
    background:none;
    width:100%;
    max-width:850px;
    margin:0 auto;
    border:none;
    padding-bottom:20px;
}
.panel-body{
    background:none;
    border:none;
}
.ti-bx{
    line-height:30px;
    color:#000;
    direction:rtl;
    text-align:justify;

}
.news-item{
    padding:6px 0;

}
.panel-footer{
    display:none;
}

.title-news{
    color:#000;
    padding:40px 0 15px 0;

}
ul{
    list-style:none;
}
.more-news{
    color:#1cbbb4;
    float:left;
    
}
.slid-btm , .slid-btm-img{
    padding:30px 0;
}
.head-lf .title-bx{
   max-width:190px;
}
.btm-lf{
    background-color:#f7f7f7;
    padding:20px 10px;
}
.form-tx{
   border:none;
   direction:rtl;
   margin:10px auto;
   width:96%;
   padding:10px 5px;
 

}
.login-btn{
    background-color:#1cbbb4;
    float:left;
    padding:5px 5px;
    text-align:center;
    color:#000;
    width:100px;
    margin:10px 0;
    font-size:15px;
    font-weight:bold;
}
.login-btn:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009b91+1,00bab0+49,1cbbb4+51,2fe0da+100 */
background: #009b91; /* Old browsers */
background: -moz-linear-gradient(top,  #009b91 1%, #00bab0 49%, #1cbbb4 51%, #2fe0da 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #009b91 1%,#00bab0 49%,#1cbbb4 51%,#2fe0da 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #009b91 1%,#00bab0 49%,#1cbbb4 51%,#2fe0da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b91', endColorstr='#2fe0da',GradientType=0 ); /* IE6-9 */
color:#dddddd;


}
.more-info-nd{
     background-color: #1cbbb4;
    display: block;
   margin-bottom:20px;
    padding-top: 10px;

}
.title-info{
         background-image: url(../images/btm.png);
    width: 100%;
    max-width: 200px;
    height: 33px;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
     top: 2px; 
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
    color: #1cbbb4;
}
.btm-lf{
    line-height:26px;
    text-align:justify;
    direction:rtl;
    min-height:180px;
}
.btm-lf-slid{
    background-color:#f7f7f7;
    padding:15px 0;
}
.p-slid{
    padding:10px 0;
    font-size:15px;
    font-weight:bold;
}
.panel-body{
    padding:0 15px;
}
footer {
    background-color: #d1cbc1;
    border-top:4px solid #e8e3db;
     border-bottom:4px solid #e8e3db;
    padding: 50px 0 5px 0;
    margin-top: 10px;
    color:#000;
}
.ft-center {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    color: #000;
}
.col-ft {
    min-height: 174px;
}

.ti-ft {
    padding-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.col-ft ul li a {
    padding: 5px 0;
    color: #000;
    display: block;
    font-size: 13px;
    text-decoration: none;
}
.col-ft ul li:hover a {
color:#1cbbb4;
}

.lined {
   
    background-color: #1cbbb4;
}
.link-btm {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: 16px;
}
.img-link {
    width: 40px;
    height: 37px;
}
.power_by {
  
    padding:10px 0;
      padding-right: 20px;
}
.power_by a {
    color: #000;
    font-size: 11px;
}
.list-btm {
    position: relative;
    top: -18px;
    height: 3px;
}
.ft-rg{
    background-image:url(../images/cl-br.png);
    background-repeat:no-repeat;
    background-size:auto 100%;
}
.list-inline>li {
   
    padding-right:0px;
    padding-left: 0px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  direction: rtl;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
z-index: 10000000000000000;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
#cssmenu > ul > li {
 display:inline-block;
/*float:right;*/
 text-align:center;
}

#cssmenu > ul > li h3 a{
    display: block;
    text-align: center;
      font-size: 14px;
    color: #000;
    font-weight: normal;
    border-left:1px solid #b3ab9e;
}


#cssmenu > ul > li h3{display:block; }
#cssmenu > ul > li h3 a{ -webkit-transition:all 0.3s ease-in-out;
 -moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;padding:7px 15px 7px 15px;display:block;text-decoration: none;
}
#cssmenu > ul > li:last-child h3 a{
    border:none;
}
#cssmenu > ul > li h3 a:hover{color:#1cbbb4}


#cssmenu.align-center > ul {

  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align:right;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    background-color: #E1DCD5;
    top: 29px;
    border-bottom: 3px #18A69F groove;}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
     background: url('../images/subbg.png');
     background-size:100% 100%;
}


#cssmenu li:hover > ul {
  left: auto;
  right:0
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
  margin-top: -1px;
}
#cssmenu ul ul ul {
  margin-right:100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
    background: bottom center no-repeat;
    color:#000;
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;

}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color:#8d8484 ;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #656768;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #656768;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    background: #169F99;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul ul {
  top:10px;
}
#cssmenu > ul > li h3 a {
 
    color: #dddddd;
   
}

#cssmenu > ul > li:hover h3 a {
 
    color: #fff;
   
}


  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #13406F;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color:#938686 ;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align:center;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #999583;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height:7px;
    width: 20px;
    border-top: 2px solid #FCFDFE;
    border-bottom: 2px solid #FCFDFE;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #FCFDFE;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height:35px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
     }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
@media all and (max-width: 768px){
.ce-dv {
    position: relative;
    width: 100%;
}
.center-dv {

    top: 0px;
}
.slid-btm-img .bx-wrapper .bx-next {
    right: 0px;
}
.container-nd {
 padding-top:0px;
}
.col-item-nd{
    margin-bottom:10px;
}
.img-ce{
    width:150px;
    height:170px;
}
.slid-btm .bx-wrapper .bx-prev {
	left: -10px;

}

.slid-btm .bx-wrapper .bx-next {
	right: 1px;

}
}
@media all and (max-width: 570px){
    .center-dv .col-xs-4{
        width:100%
    }

}
a:hover{
    text-decoration:none;
}
.img-responsive{
    margin:0 auto;
}

.best-stu-pic {
    width: 100% !important;
    max-width: 140px !important;
    height:200px;
    max-height: 175px;
}

.more-new-btn {
        margin-top: 10px;
    background: #6cd3ce;
    color: white;
    padding: 0 10px;
    position:relative;
    top:10px;
}

.best-stu-name {
    text-align: center;
    width: 100%;
    background: #e4e4e4;
    max-width: 140px;
    margin: 5px auto;
    height: auto;
    padding-bottom: 5px;
    overflow: hidden;
    min-height: 25px;
    display: block;
}

.best-stu-name p {
    color: #011950;
    font-size: 11px;
    padding-top: 4px;
}