/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
body {
  font-family: Vazir; }
  body a {
    text-underline: none; }
  body .portlet-column-content,
  body .portlet-content,
  body .portlet,
  body .portlet-topper,
  body .portlet-title {
    padding: 0;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    line-height: normal; }
  body #main-content.columns-max {
    padding: 50px;
    margin: 0 auto;
    max-width: 1170px; }
  body ul {
    list-style: disc inside; }
  body .lfr-meta-actions.asset-actions a {
    position: relative;
    top: 20px; }
  body .portlet-asset-publisher img,
  body .portlet-journal-content img {
    max-width: 100%; }

.ltr body {
  font-family: Calibri, Tahoma;
  font-size: 16px; }

.asset-full-content-header {
  display: none; }

/*-------------------------- Header ----------------------*/
.sp-header {
  background: #142d4c;
  z-index: 1;
  position: relative; }
  .sp-header .dropdown-menu > li > a:focus, .sp-header .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #499324; }
  .sp-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #142d4c;
    transition: 0.75s;
    z-index: 999;
    box-shadow: -1px 1px 20px 0px #cbcbcc; }
  .sp-header .navbar-toggle {
    position: absolute;
    right: 0; }
  .sp-header .top-menu {
    float: right;
    display: flex;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .sp-header .top-menu {
        display: none; } }
    .sp-header .top-menu .accessory .left {
      display: flex;
      background: #349c35;
      border-radius: 0 0 5px 5px;
      list-style: none;
      margin: 0; }
      .sp-header .top-menu .accessory .left li {
        padding: 5px 10px; }
        .sp-header .top-menu .accessory .left li a {
          color: #fff; }
    .sp-header .top-menu .slogan {
      margin: 5px 0;
      font-family: Times New Roman;
      border-right: 2px solid #bfbfbf;
      padding: 0 5px; }
    .sp-header .top-menu .date {
      margin: 5px 0;
      padding: 0 5px; }
  .sp-header .row {
    position: relative; }
    .sp-header .row .navbar-default {
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0);
      margin: 0; }
      @media (min-width: 768px) {
        .sp-header .row .navbar-default .nav.navbar-nav {
          float: right;
          margin: 0; } }
      .sp-header .row .navbar-default .nav > li > a {
        position: relative;
        display: block;
        padding: 0 17px;
        line-height: 35px !important;
        color: #fff !important;
        border-bottom: solid 2px rgba(0, 0, 0, 0);
        transition: 0.5s;
        margin-top: 23px; }
        .sp-header .row .navbar-default .nav > li > a:hover {
          background: rgba(0, 0, 0, 0);
          border-bottom: solid 2px #72c02c; }
      .sp-header .row .navbar-default .nav > li.dropdown > a:hover {
        border-bottom: solid 2px rgba(0, 0, 0, 0); }
      .sp-header .row .navbar-default .nav > li.active a {
        background: rgba(0, 0, 0, 0); }
      .sp-header .row .navbar-default .nav > li.open a {
        background: rgba(0, 0, 0, 0); }
      .sp-header .row .navbar-default .dropdown-menu {
        border-top: solid 2px #72c02c;
        border-radius: 0; }
    .sp-header .row .sp-logo {
      float: left; }
      @media (max-width: 767px) {
        .sp-header .row .sp-logo {
          right: 0;
          position: relative;
          z-index: 1; } }
      .sp-header .row .sp-logo img {
        width: 83px;
        padding: 5px 0; }
  .sp-header .nav.navbar-nav > li:first-child a {
    padding-left: 0 !important; }

@media (max-width:767px) {
  .sp-header ul.nav.navbar-nav > li:first-child a {
    padding-left: 15px !important; }

  .navbar-toggle {
    float: left;
    margin-top: 8px;
    margin-left: 15px; }

  .sp-header .row .sp-logo img {
    width: 50px;
    padding: 5px 0; }
  .sp-header .row .navbar-default {
    background: #fff; }
    .sp-header .row .navbar-default .nav > li > a {
      padding: 0 18px;
      color: #555555 !important; } }
/*-------------------------- Breadcums -------------------*/
.site-breadcrumbs {
  margin: 20px 20px 0; }
  .site-breadcrumbs .li-head {
    border-right: 1px solid #c0c2c5;
    padding: 6px !important; }

/*-------------------------- Slider ----------------------*/
.sp-slider {
  margin-top: -91px; }
  .sp-slider .carousel-image {
    min-height: 580px;
    background-size: cover !important;
    background-position: top center !important; }
  .sp-slider i {
    top: 50%;
    position: absolute;
    font-size: 36px; }

@media (max-width:767px) {
  .sp-slider .carousel-image {
    min-height: 350px; } }
/*-------------------------- Menu Images -----------------*/
.sp-menu-img .sp-item-img {
  padding: 0;
  border: 2px solid #fff; }
  .sp-menu-img .sp-item-img .sp-img {
    width: 100%;
    height: 200px; }
  .sp-menu-img .sp-item-img .sp-link {
    bottom: 0;
    width: 100%;
    color: #fff;
    min-height: 10%;
    font-size: 1.5em;
    position: absolute;
    text-align: center;
    padding: 30px 15px;
    transition: min-height .5s ease;
    -ms-transition: min-height .5s ease;
    background: #000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    left: 0; }
    .sp-menu-img .sp-item-img .sp-link:hover {
      position: absolute;
      top: 0;
      height: auto;
      padding: 60px 15px 15px;
      background: rgba(0, 0, 0, 0.7); }
      .sp-menu-img .sp-item-img .sp-link:hover .sp-more {
        display: block; }
      .sp-menu-img .sp-item-img .sp-link:hover:after {
        transform: scaleY(1);
        -ms-transform: scaleY(1);
        height: auto; }
    .sp-menu-img .sp-item-img .sp-link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100% !important;
      transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      background: rgba(5, 44, 82, 0.5);
      z-index: -1;
      transition: transform 0.3s;
      -ms-transition: transform 0.3s; }
    .sp-menu-img .sp-item-img .sp-link .sp-more {
      display: none;
      margin-top: 20px;
      font-size: 16px;
      color: #fff; }

/*-------------------------- Glance -----------------*/
.sp-glance .container .sp-content {
  padding: 80px 10px;
  background: #fff; }
  .sp-glance .container .sp-content .sp-title {
    color: #052c52;
    font-size: 28px; }
  .sp-glance .container .sp-content p {
    color: #808080cf;
    font-size: 16px !important;
    text-align: justify;
    font-family: inherit;
    line-height: 1.9;
    margin: 20px 0; }
.sp-glance .container .sp-more {
  background-color: #052c52;
  color: white;
  padding: 12px;
  display: inline-block; }

@media (max-width: 1200px) {
  .sp-glance {
    background: #fff;
    padding: 15px; }
    .sp-glance .container {
      background: #fff; } }
/*-------------------------- news -----------------*/
.sp-news {
  margin-bottom: 50px; }
  .sp-news .sp-news-item .sp-img {
    width: 100%;
    height: 155px;
    border: 1px solid #029f8c;
    border-bottom: 1px solid #fff;
    object-fit: cover; }
  .sp-news .sp-news-item .sp-text {
    border: 1px solid #029f8c;
    padding: 0 15px;
    border-top: 1px solid #fff; }
    .sp-news .sp-news-item .sp-text .sp-title {
      min-height: 45px;
      color: #029f8c;
      font-size: 18px; }
    .sp-news .sp-news-item .sp-text p {
      font-family: Vazir;
      font-size: 12px;
      direction: rtl;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 16px;
      max-height: 32px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 20px; }
    .sp-news .sp-news-item .sp-text .sp-more {
      padding: 5px 13px;
      border: solid 1px #fff;
      color: #fff; }
  .sp-news .portlet-title {
    margin-bottom: 50px;
    text-align: left;
    color: #029f8c;
    font-size: 28px; }
    .sp-news .portlet-title:after {
      left: 35px;
      height: 1px;
      width: 70px;
      content: " ";
      margin-left: -35px;
      position: absolute;
      background: #72c02c;
      margin-top: 45px; }
  .sp-news .portlet-links-c {
    clear: both;
    position: absolute;
    top: 10px;
    right: 30px;
    border: 1px solid #029f8c;
    border-radius: 25px;
    color: #000; }

/*-------------------------- Achivement -----------------*/
.sp-achivement {
  margin: 50px 0; }
  .sp-achivement .container {
    position: relative; }
  .sp-achivement .portlet-title {
    color: #555;
    text-align: left;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 15px; }
  .sp-achivement .sp-imgcontent {
    padding-bottom: 30px; }
  .sp-achivement .portlet-links-c {
    clear: both;
    position: absolute;
    top: 0px;
    right: 15px;
    border: 1px solid #029f8c;
    border-radius: 25px; }
    .sp-achivement .portlet-links-c a {
      color: #029f8c; }

/*-------------------------- Admission -----------------*/
.sp-admission {
  background: #3c982f;
  padding: 20px; }
  .sp-admission .portlet-title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 75px;
    margin-top: 5px;
    font-weight: 700; }
  .sp-admission .sp-title {
    margin-bottom: 40px;
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 27px; }
  .sp-admission p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 21px; }
  .sp-admission .sp-more {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
    padding: 13px 13px;
    margin: 15px 0;
    display: inline-block;
    font-size: 14px; }
  .sp-admission .sp-img {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

/*-------------------------- Life -----------------*/
.sp-life {
  background: url("../images/campus-life.jpg") no-repeat 50% 30% fixed;
  background-size: cover;
  padding: 45px 0 90px;
  text-align: center; }
  .sp-life.counter {
    background: url("../images/life.jpg") no-repeat 50% 30% fixed;
    background-size: cover; }
  .sp-life .sp-title {
    color: #eecf54;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    margin: 50px auto; }
  .sp-life p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 33px; }
  .sp-life .sp-more {
    background: #eecf54;
    margin: 20px auto;
    padding: 15px 75px;
    color: #000;
    border-radius: 5px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    font-size: 14px; }
    .sp-life .sp-more:hover {
      background: #fff; }

/*-------------------------- Events -----------------*/
.sp-events {
  margin: 50px 0;
  display: none; }
  .sp-events .portlet-title {
    color: #555;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    margin-top: 5px; }
  .sp-events .sp-imgcontent:hover .sp-img img {
    -ms-transform: scale(1);
    transform: scale(1); }
  .sp-events .sp-imgcontent:hover .sp-text a {
    color: #fff; }
  .sp-events .sp-imgcontent .sp-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #142d4c; }
    .sp-events .sp-imgcontent .sp-img:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(255, 0, 0, 0));
      opacity: .6;
      z-index: 1; }
    .sp-events .sp-imgcontent .sp-img img {
      width: 100%;
      height: 145px;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      visibility: hidden; }
  .sp-events .sp-imgcontent .sp-text {
    transition: .5s ease;
    position: relative;
    top: -122px;
    left: 0;
    text-align: center;
    color: white;
    z-index: 1; }
    .sp-events .sp-imgcontent .sp-text .sp-title {
      font-weight: bold;
      text-shadow: 2px 0px 18px black;
      color: white;
      margin: 5px 0 10px;
      font-size: 22px; }
    .sp-events .sp-imgcontent .sp-text .sp-date {
      font-size: 12px;
      font-family: vazir;
      text-shadow: 2px 0px 18px black;
      color: white;
      margin-bottom: 10px;
      display: block; }
    .sp-events .sp-imgcontent .sp-text .sp-more {
      opacity: 0;
      cursor: pointer;
      font-size: 13px; }

@media (max-width:767px) {
  .sp-events .sp-imgcontent {
    margin-bottom: 5px; }
    .sp-events .sp-imgcontent img {
      height: 100% !important; } }
/*-------------------------- Footer -----------------*/
.sp-footer {
  padding: 40px 0 0;
  background: #142d4c; }
  .sp-footer .sp-head {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0; }
    .sp-footer .sp-head .sp-title {
      margin: 0 0 -2px 0;
      padding-bottom: 5px;
      display: inline-block;
      border-bottom: 2px solid #72c02c;
      color: #eee;
      font-size: 18px;
      font-weight: 200; }
  .sp-footer p {
    color: #fff;
    line-height: 200%;
    font-size: 15px; }
  .sp-footer .sp-items {
    list-style: none;
    margin: 0; }
    .sp-footer .sp-items li {
      padding: 3px 0;
      border-top: 1px solid #353535; }
      .sp-footer .sp-items li:first-child {
        padding-top: 0;
        border-top: none; }
      .sp-footer .sp-items li a {
        color: #eee; }
      .sp-footer .sp-items li i {
        color: #eee; }
  .sp-footer .contact .sp-contact {
    background: url("../images/map-img.png") no-repeat; }
    .sp-footer .contact .sp-contact li {
      padding: 0;
      color: #eee; }
      .sp-footer .contact .sp-contact li .green {
        color: #72c02c; }
  .sp-footer .social .sp-contact {
    margin: 0; }
    .sp-footer .social .sp-contact li {
      padding: 0 5px;
      color: #eee;
      display: inline-block; }
      .sp-footer .social .sp-contact li .green {
        color: #ffffff;
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 4px 7px;
        font-size: 16px; }
        .sp-footer .social .sp-contact li .green:hover {
          color: #72c02c;
          border-color: #72c02c; }
  .sp-footer .logo {
    text-align: center;
    padding-top: 60px; }
  .sp-footer .sp-copyright {
    background: #222;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px; }
    .sp-footer .sp-copyright p {
      color: #777;
      text-align: center;
      margin: 0; }
    .sp-footer .sp-copyright .sp-social {
      padding: 6px 0; }
      .sp-footer .sp-copyright .sp-social li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px; }
        .sp-footer .sp-copyright .sp-social li a {
          color: #777;
          font-size: 16px; }
    .sp-footer .sp-copyright a {
      color: #999; }

@media (max-width:767px) {
  .sp-footer .sp-social {
    text-align: center;
    float: none !important; } }
/*-------------------------- Inner-Page -----------------*/
.inner-page .sp-head-line {
  display: none; }
  .inner-page .sp-head-line .sp-header {
    margin-top: 110px;
    display: inline-block;
    color: #fff;
    z-index: 1;
    position: relative;
    margin-left: 15px; }
    .inner-page .sp-head-line .sp-header .sp-title {
      font-size: 20px; }
    .inner-page .sp-head-line .sp-header .blue {
      background-color: rgba(2, 178, 244, 0.85);
      padding: 10px 30px; }
.inner-page .sp-content {
  background: #f4f4f4;
  padding: 40px 0; }
  .inner-page .sp-content .header-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGCoZ2BgaITRjAxoACSAXwUApN4EBaYNmVsAAAAASUVORK5CYII=) repeat-x center 100%;
    padding: 0 0 20px; }
  .inner-page .sp-content .taglib-header {
    border-bottom: 0;
    padding: 0 0 0 20px; }
  .inner-page .sp-content .fa-arrow-circle-left:before {
    content: "\f0a9"; }
  .inner-page .sp-content .sp-content-auther {
    margin-bottom: 10px; }
  .inner-page .sp-content .sp-content-details {
    margin: 0 0 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGCoZ2BgaITRjAxoACSAXwUApN4EBaYNmVsAAAAASUVORK5CYII=) repeat-x center 100%;
    padding: 0 0 20px; }
  .inner-page .sp-content .sp-text {
    text-align: justify;
    line-height: 20px; }
    .inner-page .sp-content .sp-text h3 {
      font-weight: bold; }
    .inner-page .sp-content .sp-text .sp-article-img {
      width: 100%; }
  .inner-page .sp-content .social-icon i {
    width: 40px;
    height: 40px;
    background: #c5c5c4;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 12px;
    font-size: 15px; }
    .inner-page .sp-content .social-icon i:hover {
      background: #fcfcfc;
      color: #4c4949;
      transition: 0.25s ease-in-out; }
  .inner-page .sp-content .sp-sidebar {
    background: #fff;
    padding: 10px; }
    .inner-page .sp-content .sp-sidebar h3 {
      font-size: 18px;
      line-height: 18px;
      color: #999999;
      margin: 0 0 15px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGCoZ2BgaITRjAxoACSAXwUApN4EBaYNmVsAAAAASUVORK5CYII=) repeat-x center 100%;
      padding: 5px 0 20px; }
    .inner-page .sp-content .sp-sidebar .sp-article {
      height: 320px;
      -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
      background: #fff;
      position: relative;
      margin-bottom: 20px; }
      .inner-page .sp-content .sp-sidebar .sp-article .sp-img img {
        width: 100%;
        height: 150px; }
      .inner-page .sp-content .sp-sidebar .sp-article .sp-title {
        color: #454545;
        padding: 20px 20px 5px;
        margin: 0;
        line-height: 29px;
        font-size: 14px; }
      .inner-page .sp-content .sp-sidebar .sp-article .sp-read-more {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 0 20px;
        font-size: 12px;
        line-height: 45px;
        font-weight: 600; }
        .inner-page .sp-content .sp-sidebar .sp-article .sp-read-more i {
          position: absolute;
          top: 50%;
          right: 20px;
          font-size: 20px;
          color: #337ab7;
          width: 20px;
          height: 20px;
          margin-top: -10px; }
      .inner-page .sp-content .sp-sidebar .sp-article.green .sp-read-more {
        color: #a8c838; }
        .inner-page .sp-content .sp-sidebar .sp-article.green .sp-read-more i {
          color: #a8c838; }
      .inner-page .sp-content .sp-sidebar .sp-article.yellow .sp-read-more {
        color: #ffae00; }
        .inner-page .sp-content .sp-sidebar .sp-article.yellow .sp-read-more i {
          color: #ffae00; }
      .inner-page .sp-content .sp-sidebar .sp-article.blue .sp-read-more {
        color: #02b2f4; }
        .inner-page .sp-content .sp-sidebar .sp-article.blue .sp-read-more i {
          color: #02b2f4; }
      .inner-page .sp-content .sp-sidebar .sp-article.red .sp-read-more {
        color: #ef0166; }
        .inner-page .sp-content .sp-sidebar .sp-article.red .sp-read-more i {
          color: #ef0166; }
      .inner-page .sp-content .sp-sidebar .sp-article.sp-h1 {
        height: 150px; }
.inner-page img {
  max-width: 100%; }

/*-------------------------- Col-5 -----------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 25%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 25%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 25%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 25%;
    float: left; } }
.footer-image-list {
  text-align: center;
  padding: 15px 0; }
  @media (max-width: 767px) {
    .footer-image-list {
      display: inline-block; } }
  .footer-image-list li {
    text-align: center;
    width: 190px;
    height: 190px;
    margin: 20px;
    display: inline-block;
    border: 4px double #FFFFFF;
    border-radius: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .footer-image-list li .counter-img {
      margin: 0 auto;
      padding: 10px 0 0 0;
      width: auto !important; }
    .footer-image-list li i {
      display: inline-block;
      font-size: 50px;
      float: right;
      margin-left: 10px;
      color: #003271; }
      .footer-image-list li i.icon1 {
        font-size: 60px; }
      .footer-image-list li i.icon2 {
        line-height: 70px; }
      .footer-image-list li i.icon3 {
        line-height: 60px; }
      .footer-image-list li i.icon4 {
        line-height: 60px; }
    .footer-image-list li .num {
      font-size: 20px;
      padding: 7px 0 5px 0;
      line-height: 6px;
      min-width: 100px;
      display: block; }
    .footer-image-list li .text {
      display: block;
      white-space: nowrap; }

.ltr .footer-image-list li {
  text-align: center; }
  .ltr .footer-image-list li i {
    margin-right: 10px;
    margin-left: 0; }
  .ltr .footer-image-list li .num {
    padding: 7px 0 5px 0; }

