@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: bold;
    src: url("../font/Shabnam-Bold-FD.eot?#iefix") format("embedded-opentype"), 
	      url("../font/Shabnam-Bold-FD.woff2") format("woff2"), 
		  url("../font/Shabnam-Bold-FD.woff") format("woff"), 
		  url("../font/Shabnam-Bold-FD.ttf") format("truetype");
}
@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: normal;
    src: url("../font/Shabnam-FD.eot?#iefix") format("embedded-opentype"), 
	      url("../font/Shabnam-FD.woff2") format("woff2"), 
	      url("../font/Shabnam-FD.woff") format("woff"), 
		  url("../font/Shabnam-FD.ttf") format("truetype");
}
@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: 100;
    src: url("../font/Shabnam-Light-FD.eot?#iefix") format("embedded-opentype"), 
	      url("../font/Shabnam-Light-FD.woff2") format("woff2"), 
		  url("../font/Shabnam-Light-FD.woff") format("woff"), 
		  url("../font/Shabnam-Light-FD.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../font/RobotoLight.eot?#iefix") format("embedded-opentype"), 
	      url("../font/RobotoLight.woff") format("woff"), 
		  url("../font/RobotoLight.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("../font/RobotoBold.eot?#iefix") format("embedded-opentype"), 
	      url("../font/RobotoBold.woff") format("woff"), 
		  url("../font/RobotoBold.ttf") format("truetype");
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin:0px;
	padding:0px;
}

html { padding: 10px;}

body {
	font: 100 17px/170% Shabnam,sans-serif;
	background-color: #fff;
	width: 100%;
	word-spacing: -2px;
}

body * {}

p {
	color: #000;
	direction: rtl;
	font-weight: 100;
	margin: 5px auto 10px;
	padding: 0;
	text-align: justify;
	display: block;
}
p.title {
	color: #da2128;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}
p.subtitle {
	color: #999;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

strong {
	font-weight: bold;
}

a, a:link, a:visited {
  font-weight: bold;
  color: #da2128;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	      transition: all 0.2s linear;
}

a:hover, a:active, a:focus {
	 color:#1558ca;
}

.mceContentBody ul, .content1col ul, .content2col ul, .footcontact ul, .mce-content-body ul {
  direction: rtl;
  display: table;
  list-style: outside none none;
  margin: 15px 0 20px auto;
  padding: 0 25px;
  text-align: justify;
}
.mceContentBody ul li, .content1col ul li, .content2col ul li, .footcontact ul li, .mce-content-body ul li {
	background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll right 13px;
	padding: 0 12px 10px 0;
}

.mceContentBody ol, .mce-content-body ol, .content ol {
	list-style: decimal-leading-zero;
	padding: 0;
	margin: 0 auto 0 0;
	direction: rtl;
	counter-reset: item;
}
.content ol li:marker {}

.mce-content-body ol li, .itemFullText ol li {
	direction: rtl;
	text-align: right;
	margin: 15px 0 10px auto;
	display: block;
}
.mce-content-body ol li:before,
.itemFullText ol li:before {content: counter(item) ". "; counter-increment: item; font-weight: bold; color: #c1191f;}

.mceContentBody ul.en, .itemFullText ul.en, .mce-content-body ul.en {
	direction: ltr;
	margin: 15px auto 20px 0 !important;
	text-align: left !important;
 }
.mceContentBody ul.en li, .itemFullText ul.en li, .mce-content-body ul.en li {
	background-position: left 12px;
	padding: 0 0 10px 12px;
	font-family: Roboto,sans-serif;
	font-weight: 100;
	word-spacing: 0;
	font-size: 16px;
}


h2 {
	color: #da2128;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding: 30px 0 20px;
	text-align: right;
	direction: rtl;
}

h1 + h2 {
	padding-top: 0;
}

.imgcenter {
  display: table;
 margin: 0 auto;
}
.imgcenter > img {
  display: block;
  height: auto;
  margin: 30px auto;
}

.imgcenter a {
  display: table;
  margin: 20px auto 30px;
  position: relative;
}

.imgcenter a > img {
  display: block;
  height: auto;
  margin: 0 auto;
}

p.imgcenter > a[rel="shadowbox"]::after {
	background: rgba(0, 0, 0, 0) url("../images/icons.svg") 0 -165px/400px 800px no-repeat scroll ;
  content: " ";
  height: 41px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 41px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	      transition: all 0.2s linear;
  }
  
p.imgcenter > a[rel="shadowbox"]:hover::after {
  opacity: 1;
 }
 

/* ---------------------------- Template Css -----------------------------*/

div.testimonialitem {
	border: 1px solid #e3e3e3;
	direction: ltr;
	display: table;
	margin: 0 0 25px;
	padding: 25px;
	width: 100%;
}
div.testimonialitem > div:first-child {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	font-weight: bold;
}
div.testimonialitem > div:first-child img {
	display: block;
	height: auto;
	padding: 0;
	width: 100%;
	max-width: 200px;
	border-radius: 30px;
	margin: 0 auto 15px;
}
div.testimonialitem > div:last-child {
	display: table-cell;
	padding: 0 0 0 25px;
  text-align: center;
  vertical-align: middle;
  }
div.testimonialitem > div:last-child p {
	margin: 0;
	padding: 0 10px 5px;
	font-style: italic;
}
div.testimonialitem > div:last-child p:first-child {
	background: rgba(0, 0, 0, 0) url("../images/quote.png") no-repeat scroll 10px 0;
	padding: 20px 10px 5px;
}


.university {
	display: block;
	border: 1px solid #e3e3e3;
	width: 100%;
	padding: 0 50px 40px;
	margin: 20px 0;
	overflow: hidden;
}
.university > div:nth-child(1) {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.university > div:nth-child(1)::before {
	display: block;
	width: 150%;
	height: 6px;
	background-color: #da2128;
	content: " ";
	left: -15%;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.university > div:nth-child(1) img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.university > div:nth-child(2) {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 100;
	font-size: 24px;
	padding-bottom: 40px;
}
.university > div:nth-child(3) {}
.university > div:nth-child(3) > ul:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	div.testimonialitem { padding: 25px; }
	div.testimonialitem > div:first-child { display: table; padding: 5px 0 0; width: 100%; }
	div.testimonialitem > div:last-child { display: table; padding: 25px 0 0; width: 100%; }
}
@media (max-width: 580px) {
	.university {padding: 0 30px 20px;}
}