.breadcrumb li {
  display: inline-block;
}
.theme-breadcrumb {
  padding:20px 0;
}
.breadcrumb li a {
  font-weight: 300;
}
ol.breadcrumb li.breadcrumb-item::before {
  padding:0 .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.card.crd-blog {
  margin-bottom: 4rem;
  position: relative;
  box-shadow: 0 1rem 1rem 1rem #3a5aff12;
  padding:2rem;
  border:.1rem solid #e3fbff;
  border-radius:7px;
}
@media (min-width: 992px) {
  .col-lg-9 {
   flex:0 0 auto;
    width: 75%;
  }
  .col-lg-3 {
    flex:0 0 auto;
    width: 25%;
  }
}
.box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  background:#3bb9b3;
  padding:0.8rem 2rem;
  border-radius:0 2rem 0 0;
  color: #fff;
  -webkit-transition:all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition:all 0.3s ease;
}
.img-project {
  height: 140px;
  display: block;
border-radius:3rem;
  overflow:hidden;
}
.img-project img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
.col-lg-3.col-md-4.col-12.ps-0.pe-0.sticky {
  padding-right: 0 !important;
}
.sticky {
  position: sticky;
  top: 15px;
  height: 100%;
}
.right-blog {
  width: 35%;
}
.left-blog {
  width: 65%;
  padding-right: 2rem;
}
.card.crd-blog {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  display: flex;
}
}
@media (max-width: 767.99px) {
.right-blog {
  width:100%;
}
}
.position-relative {
  position: relative;
}
.cover-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
 background-color: rgba(59, 185, 179, 0.67);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition:all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition:all 0.5s ease;
  opacity: 0;
  border-radius:3rem;
}
.cover-item a {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition:all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition:
all 0.3s ease;
  font-size: 2.4rem;
  opacity: 0;
}
.right-blog:hover .cover-item {
  opacity: 1;
}
.right-blog:hover  .cover-item  a{
  opacity: 1;
}
 .cover-item  a svg{
     fill:#fff;
 }
 .card.crd-info {
  border:1px solid #eee;
  border-radius:5px;
}
.c-list-blog li {
  list-style:none;
  padding: 5px;
}
.c-title-blog {
  background-color: #23625D;
  font-size: 15px;
  text-align: center;
  color: #fff;
  line-height: 3;
}
.c-list-blog li a {
  color: #000;
  font-size: 13px;
}
.lst-blog li {
display: block;
  list-style:none;
  list-style:none !important;
  margin-right: 0;
  position: relative;
  padding:0.5rem;
  background:rgba(208, 213, 253, 0.116);
  margin:5px;
}
.col-8 {
  flex:0 0 auto;
  width: 66.66666667%;
}
.col-4 {
  flex:0 0 auto;
  width: 33.33333333%;
}
.date-blog {
  font-size: 12px;
  text-align: left;
  color: #666;
}
.pe-0{
    padding-left:0 !important;
}
.small-title {
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  overflow:hidden;
  font-size: 12px;
  color: #000;
}
.small-blog-img {
  height: 70px;
 border-radius: 1rem;
  overflow:hidden;
}
.small-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-body.article-card {
  padding:10px;
  font-weight: 300;
  text-align: justify;
  line-height: 2.2;
}
.mt-md-4 {
  margin-top: 20px;
}
.d-block.header-news {
  border-bottom:0.1rem solid #e5e5e5;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.b-share li {
  list-style:none;
}
  .accordion-button {
 display: block;
  width: 100%;
  background-color: #23625D;
  padding:15px;
  font-size: 15px;
  text-align: right;
  border:none;
  outline:none;
  cursor: pointer;
  transition:background-color 0.3s ease;
  color: #fff;
  font-family: "IRANSans";
  font-weight: 600;
}

.accordion-button:hover {
background-color: #3bb9b3;
}

.accordion-collapse {
    display: none;
    overflow: hidden;
    background: #fafafa;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.accordion-header {
    margin: 0;
}
.collapse.show {
display: block !important;
}
.line {
  height: 8px;
  background:#f0efef;
  width: 100%;
  margin:35px 0;
}
.comment-hint-btn button {
  margin-top: 1.4rem;
  color: #fff;
  padding:.8rem 2.6rem;
  background:#3BB9B3;
  border:none;
outline:0;
font-family: "IRANSans";
  font-size: 1.2rem;
  border-radius:3rem;
  -webkit-box-shadow:0 3px 6px -2px rgb(25, 132, 127);
  -moz-box-shadow: 0 3px 6px -2px rgba(34, 34, 190, 0.55);
  -ms-box-shadow: 0 3px 6px -2px rgba(34, 34, 190, 0.55);
  -o-box-shadow: 0 3px 6px -2px rgba(34, 34, 190, 0.55);
  box-shadow: 0 3px 6px -2px rgb(35, 159, 154);
}
#comment {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border:1px solid #e3e3e3;
  border-radius:.25rem;
  transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: auto;
  margin-top: 1rem;
  outline:0;
  box-shadow: none;
  padding:1rem;
  resize: none;
  font-size: 13px;
  font-family: "IRANSans";
}
#name,#email {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border:1px solid #e3e3e3;
  border-radius:.25rem;
  transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: auto;
  margin-top: 1rem;
  outline:0;
  box-shadow: none;
  padding:1rem;
  resize: none;
  font-size: 13px;
  font-family: "IRANSans";
}
.inner-section {
  padding-bottom: 2rem;
}h1.subheader {
    font-size: 24px;
}