body{
  overflow-x: hidden;
}
.dir{direction: rtl !important;}
.m-t{margin-top: 20px}

.slide-show{
    width: 100%;
}
.slide-part{
    width: 100%;

}
.slide-part img{
    width: 100%;
}
.news{
    padding: 10px;
}
.news-into{
  box-shadow: 0px 0px 5px #0000001c;
  position: relative;

}
.news-title{
  text-align: center;
    margin: 20px;
    position: relative;
}
.news-title::before{
  content: "";
    width: 41%;
    height: 1px;
    background-color: #a40f0f3d;
    position: absolute;
    right: 30px;
    bottom: 15px;
}
.news-title::after{
  content: "";
    width: 41%;
    height: 1px;
    background-color: #a40f0f3d;
    position: absolute;
    left:30px;
    bottom: 15px;
}
.news-item{
  padding: 20px;
  margin-bottom: 20px;
}
.img-container{
  padding: 20px 0;
}
.news-item-img{
    width: 100%
}
.news-item-title{
  text-align: center;
}
.news-item-text{
    text-align: justify;
    line-height: 1.6;
}
.news-button{
    display: flex;
    justify-content: right;
    font-size: 1.2rem !important;
    width: 100%;
    color: black !important;
    padding: 1rem;
}
.section{
  margin-bottom: 20px;
}
.section h1{
      text-align: center;
      margin-bottom: 25px;
      position:relative;
}
.section h1::after{
  content: "";
    width: 37%;
    height: 1px;
    background-color: #a40f0f3d;
    position: absolute;
    left: 7%;
    bottom: 15px;;
}
.section h1::before{
  content: "";
    width: 37%;
    height: 1px;
    background-color: #a40f0f3d;
    position: absolute;
    right: 7%;
    bottom: 15px;;
}
.section-part a{
  color: black !important;
}
.section-part{
  padding: 10px;
  float:right;
}
.img-cont{
	    background-color: #f5f5f5;
  position: relative;

  }
.section-part img{
  width: 100%;
  transition: all 0.7s;
  position: relative;
}
.section-part img:hover{
  transform: scale(1.2) rotate(1deg);
}
.section-part a{
    display: flex;
    justify-content: right;
    font-size: 1.4rem !important;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff8a;
    color: black !important;
    padding: 10px
}
.certificate h1{
      text-align: center;
      margin-bottom: 25px;
}
.certificate h1::after{
  content: "";
    width: 37%;
    height: 1px;
    background-color: #a40f0f3d;
    position: absolute;
    left: 7%;
    bottom: 5.5%;
}
.certificate h1::before{
  content: "";
    width: 37%;
    height: 1px;
    background-color: #a40f0f3d;
    position: absolute;
    right: 7%;
    bottom: 5.5%;
}
/*nilo*/
.section-part header {
    background-color: transparent;
}

.section-part header {
    border-bottom: 2px solid #ebebeb;
    height: 38px;
    text-align: right;
}
.section-part header h4 {
    border-bottom: 2px solid #337ab7;
    color: #666;
    display: inline-block;
    font-size: 15px;
    height: 38px;
    line-height: 42px;
	margin:0 !important;
}
.section-part i.fa.fa-folder-open {
    padding: 0 0 0 1rem;
}
.news-into.row .col-md-8,.news-into.row .col-md-4{
padding:0;}
.thumbnail {
    border: 0 !important;
}

.bio .row.odd {
    background-color: #eee;
}

  .bio .row {
    padding: 8px 0 8px 0;
}
