body {
  direction: rtl;
  text-align: right;
  font-family: IRANSans;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/eot/IRANSansWeb_Bold.eot');
  src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
  url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
  url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/eot/IRANSansWeb.eot');
  src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
  url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
  url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}






.persian {

	direction: rtl;

}

.Bnazanin {

	font-family: IRANSans;



	font-size:14px;

}

.Bnazanin2 {

	font-family: IRANSans;

	font-size:14px;

}

.byekan {

	font-family: IRANSans;

}

.inner-addon {

	position: relative;

}

.inner-addon .glyphicon {

	position: absolute;

	padding: 10px;

	pointer-events: none;

}

.left-addon .glyphicon {

	left: 0px;

}

.right-addon .glyphicon {

	right: 0px;

}

.left-addon input {

	padding-left: 30px;

}

.right-addon input {

	padding-right: 30px;

}

.login_title {

	background-color: #fff;

	border-radius: 3px;

	border: 1px solid #ebeced;

	color: #666;

	font-size: 16px;

	margin-top: 10px;

	padding-top: 10px;

	padding-bottom: 10px;

}

.box {

	background-color: #fff;

	min-height: 500px;

	border: 2px solid #ebeced;

	border-top: 2px solid #ebeced;

	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);

	margin-bottom: 10px;

}

.login_title {

	background: #f8f8f8;

	border: solid 1px #ddd;

	padding: 15px 0px;

}

.left_side {

	background-color: #FFF;

	padding-top: 20px;

	min-height: 400px;

}

.right_side {

	background-color: #f2f3f5;

	padding-top: 20px;

}

.header {

	border-top-right-radius: 7px;

	border-top-left-radius: 7px;

	background-color: #eee;

	height: 150px;

	margin-top: 10px;

	color: #fff;



	background-color: #358171;

	border-bottom: solid 3px #c24c4c;

}

.footer {

	border-bottom-right-radius: 7px;

	border-bottom-left-radius: 7px;

	background-color: #900;

	padding: 10px;

	color: #fff;

	margin-bottom: 10px;


	background-color: #343d46;

	border-top: solid 3px #c24c4c;

	font-family: IRANSans;

}

.footer a:link {

	color: #fff;

	text-decoration: none;

}

.footer a:visited {

	color: #fff;

}

.footer a:hover {

	color: #ddd;

}

.logo {

	padding: 10px;

}
a.htitle {
	color:#fff;
	text-decoration:none;
}
.header_title{

	padding-top: 60px;

	padding-right: 10px;

	font-size: 24px;

	font-family: IRANSans;

}

* {

	box-sizing: border-box

}


.slideshow-container {

	margin: auto;
  margin-bottom: 30px;

}

.mySlides {

	display: none;

	border-radius: 5px;

}

.mySlides img {

	border-radius: 5px;

}

/* Next & previous buttons */

.prev, .next {

	cursor: pointer;

	position: absolute;

	top: 50%;

	width: auto;

	margin-top: -22px;

	padding: 16px;

	color: white;

	font-weight: bold;

	font-size: 18px;

	transition: 0.6s ease;

	border-radius: 0 3px 3px 0;

}



.next {

	right: 0;

	border-radius: 3px 0 0 3px;

}



.prev:hover, .next:hover {

	background-color: rgba(0,0,0,0.8);

}



.fade {

	-webkit-animation-name: fade;

	-webkit-animation-duration: 0.2s;

	animation-name: fade;

	animation-duration: 0.2s;

}

 @-webkit-keyframes fade {

 from {

opacity: .4

}

 to {

opacity: 1

}

}

 @keyframes fade {

 from {

opacity: .4

}

 to {

opacity: 1

}

}




input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


@media (max-width:768px) {
.header h1 {
	text-align:center;
	padding:15px;
	font-size: 24px;
	line-height:2;
}
}


@media (max-width:767px) {
.footer {
	text-align:center;


}
.footer .vertex {
	float:none;
}
}



.table th {
   text-align: center;
}


.gray {
	background-color:#eee;
}



a.link-box {
	text-decoration:none;
	color:#fff;
background:#444;
  padding: 50px 50px;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  width: auto;
}

a.link-box:hover {
background:#333;
}

.search-table  {
	border-bottom:0px !important;
}


table.search-table {
    border-bottom:0px !important;
}
table.search-table th, table.search-table td {
    border: 1px !important;
}


/* New Style */


a {
  text-decoration: none !important;
}
.center {
  background: #fff;
  box-shadow: 0 1px 1px #b8bec9;
  /* padding-bottom: 10px; */
  margin-bottom: 30px;
  position: relative;
    border-radius: 3px;


}
.center  .course-img {
  width:100%;
  height: 200px;
  padding: 5px;
  border-radius: 7px;
  position: relative;
  z-index: 0;
}
.center .teacher-img {
  border-radius: 50%;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 150px;
  right:40%;
  border:solid 3px #fff;
  z-index: 1;
}
.center .course-title {
  font-size: 16px;
  color: #444;
  padding: 5px 15px 0 15px;
  text-align: center;
  line-height: 2;
  height: 80px;
  margin-top: 25px;

}
.center:hover .course-title {
  color: #000;
}
.center:hover .course-img {
  filter: grayscale(50%);
}
.center .course-teacher {
  font-size: 12px;
  color: #444;
  padding:5px 0;
  height:30px;
}
.field-label {
  color: #444;
  padding-top: 30px;
}
.center-label {
  color: #444;
  padding-top: 30px;
}
.course-fee {
  color: #388E3C;
  margin-bottom: 20px;
  font-weight: bold;
}
.capacity-full {
  position: absolute;
  z-index: 1;
  color: #fff;
  background: #d32f2f;
  padding: 5px 10px;
  /* border-radius: 5px; */
  top: 50px;
  font-size: 13px;
}
.date-over {
  position: absolute;
  z-index: 1;
  color: #fff;
  background: #d32f2f;
  padding: 5px 10px;
  /* border-radius: 5px; */
  top: 15px;
  font-size: 13px;
}
.course-more {
  background: #EEEEEE;
  color: #000;
  padding: 10px 0;
  transition: all 0.3s;
}
.center:hover .course-more {
  background: #388E3C;
  color: #fff;
}






/*Mobile Version*/
@media (max-width:992px) {

  .center {
    background: #fff;
    box-shadow: 0 1px 1px #b8bec9;
    margin-bottom: 15px;
    position: relative;
    border-radius: 1px;
    display: inline-block;
    padding: 5px;
    width: 100%;


    display: flex;
align-items: center;
justify-content: center;
  }
  .center .course-img {
    width:40%;
    height: auto;
    padding: 0 0 0 5px;
    border-radius: 0px;
    position: relative;
    z-index: 0;
    float: right;

  }
  .center .teacher-img {
    display: none;
  }
  .center .course-title {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    padding: 0;
    text-align: right;
    line-height: 1.7;
    height: auto;
    margin-top: 0px;

  }
  .center:hover .course-title {
    color: #000;
  }
  .center:hover img {
    filter: grayscale(50%);
  }
  .center .course-info {
    float: left;
    display: inline-block;
    text-align: right;
    width: 60%;
  }
  .center .course-teacher {
    font-size: 10px;
    font-weight: bold;
    color: #444;
    padding:5px 0;
  }
  .course-fee {
    color: #388E3C;
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .field-label {
    color: #444;
    padding-top: 0px;
  }
  .center-label {
    color: #444;
    padding-top: 0px;
  }
  .capacity-full {
    position: absolute;
    z-index: 1;
    color: #fff;
    background: #d32f2f;
    padding: 5px 10px;
    /* border-radius: 5px; */
    top: 15px;
    right: 0;
    font-size: 7px;

  }
  .course-more {
    background: #EEEEEE;
    color: #000;
    padding: 7px 0;
    font-size: 10px;
    transition: all 0.3s;
width: 100%;
display: inline-block;
margin-top: 5px;
display: none;
  }
  .center:hover .course-more {
    background: #388E3C;
    color: #fff;
  }



}














/*header*/
.right-header {
  float: left;
  text-align: right;
  direction: rtl;
  padding-top: 60px;
}
.left-header {
  float: right;
  text-align: left;
  direction: ltr;
}
.left-header img {
  height: 135px;
  padding-top: 20px;
}
header {
  background: #336c89;
  /* padding: 50px 0; */
  height: 150px;
  color: #fff;
      border-bottom: solid 3px #4e98be;

}
header a:link , header a:visited  {
  color: #fff;
  font-size: 24px;
}
header a:hover {
  color: #fff;
}
.header-info {
  background: #fff;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 1px 1px #b8bec9;
  margin-bottom: 15px;
}

.right-header-info {
  float: right;
  text-align: right;
  direction: rtl;
}
.left-header-info {
  float: left;
  text-align: left;
  direction: ltr;
}
/*Mobile Version*/
@media (max-width:992px) {
  .right-header {
    float: none;
    text-align: center;
  font-size: 15px;
    padding: 5px 0;
  }
  header a:link , header a:visited  {
    color: #fff;
    font-size: 14px;
  }
  .left-header {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  .left-header img {
    height: 70px;
    padding-top: 0;
  }
  header {
    height: 120px;
  }
}







/*footer*/
.right-footer {
  float: left;
  text-align: right;
  direction: rtl;
}
.left-footer {
  float: right;
  text-align: left;
  direction: ltr;
}
footer {
  background: #2b2b2b;
  padding: 50px 0;
  color: #fff;
  margin-top: 50px;
      border-top: solid 3px #4e98be;
}
footer a:link , footer a:visited  {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
/*Mobile Version*/
@media (max-width:992px) {
  .right-footer {
    float: none;
    text-align: center;

  }
  .left-footer {
    float: none;
    text-align: center;
        margin-bottom: 15px;
  }
  footer   {
    font-size: 12px;
  }
  footer a:link , footer a:visited  {
    font-size: 12px;
  }

}




.register-form {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 1px #b8bec9;
  position: relative;
  margin-bottom: 30px;
}
.register-form-image {
  float: left;
  width: 60%;
  padding: 15px;
}
.register-form-image img {
  width: 100%;
}

.register-form-info {
  float: right;
  width: 40%;
  padding: 15px;
}

.register-form-label {
  color: #fff;
  margin-bottom: 15px;
    display: flex;
}
.register-form-label-span1 {
background: #263238;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
  padding: 5px 15px;
    width: 80%;
    line-height: 2;
}
.register-form-label-span2 {
background: #d32f2f;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
    padding: 5px 15px;
    width: 100%;
    line-height: 2;
}
.register-form h4 {
  border-bottom: solid 1.5px #E0E0E0;
  padding-bottom: 15px;
}
.register-form table {
  text-align: right;
}
.register-form-description {
  padding: 0 30px 30px 30px;
  line-height: 2;
}
.register-form-description h3 {
  border-right: solid 2px #444;
  font-size: 20px;
  font-weight: bold;
  padding-right: 7px;
  margin-bottom: 15px;
}
/*Mobile Version*/
@media (max-width:992px) {
  .register-form-image {
    float: none;
    width: 100%;
  }
  .register-form-info {
    float: none;
    width: 100%;
  }

}













.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
    font-family: iransans !important;
}









.site-menu .navbar-default {
    background-color: #fff;
    box-shadow: 0 1px 1px #b8bec9;
}
.site-menu .navbar-default .navbar-nav>li>a {
    color: #646464;
}

.site-menu .navbar-default .navbar-nav>li>a:focus, .site-menu .navbar-default .navbar-nav>li>a:hover {
    color: #000;
}

.site-menu .navbar-default .navbar-nav>.open>a, .site-menu .navbar-default .navbar-nav>.open>a:focus, .site-menu .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
}
.site-menu .dropdown-menu>li>a {
    padding: 8px 20px;
}
@media (min-width: 768px) {
.site-menu .navbar {
    border-radius: 0px;
}
}


.post-form {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px #b8bec9;
  padding: 15px;
  direction: rtl;
  text-align: right;
line-height: 2;
}
.post-form p, .post-form h1, .post-form h2, .post-form h3, .post-form h4, .post-form h5, .post-form h6  {
line-height: 2;
}
.post-title {
  font-size: 20px;
  font-weight: bold;
  padding: 30px;
  border-bottom: solid 1px #ddd;
  margin-top: -15px;

}
.post-content {
  padding: 30px;
}









.contact-footer {
    color: #eee;
    margin-bottom: 50px;
    line-height: 2;
  }
  .contact-footer h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 30px;
  }
.footer-contact-item i {
    margin: 0 15px;
  }
.contact-footer img {
    width: 150px;
  }
.footer-contact {
    border-bottom: solid 1px #555;
    width: 100%;
    float: right;
    margin-bottom: 50px;
}
