* {
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
	-moz-transition-property: all;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
}

.hero-container{
  text-align: center;

}

.bg-hero{
  width: 50%;
  object-fit: contain;
  margin-bottom: 50px;
}

.background-container{
  margin-top: 40px;
  margin-bottom: 45px;
  margin-left: 140px;
  display: flex;
  justify-content: flex-end;
}


.background-image{

  width: 65%;
}

.btn23{
  color: black;
  padding:10px 20px;
  text-decoration:none;
  text-transform:uppercase;
  margin: 15px;

}

.btn23:hover{
  background:#00b385;
  color: snow;

}

.btn24{
    border: solid #00b385 3px;
    font-size: 25px;
}
.btn24:hover{
    border: solid #00b385 3px;
}

@media (max-width: 1024px) {
  .bg-hero{
    width: 65%;
  }
  .btn24{
    font-size: 20px;
  }

}

@media (max-width: 768px) {
  .bg-hero{
    width: 80%;
  }
  .btn24{
    font-size: 16px;
  }

}


/*--------Portfolio---------*/

.blog-wrapper {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-wrapper .blog-card {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
  margin: 15px;
  background: #fff;
  border: 2px solid #00b385;
  text-align: center;
  cursor: pointer;
}
.blog-wrapper .blog-card:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.blog-wrapper .blog-card:hover .card-img img {
  opacity: 0.8;
}
.blog-wrapper .blog-card .card-img {
  position: relative;
  text-align: center;
  background: #00b385;
}
.blog-wrapper .blog-card .card-img img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border-bottom: 4px solid #00b385;
}
.blog-wrapper .blog-card .card-img:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #00b385;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.blog-wrapper .blog-card .card-img h1 {
  position: absolute;
  margin: 0;
  font-size: 42px;
  bottom: 15px;
  width: 100%;
  color: #fff;
  font-family: "Slabo 27px", serif;
}
.blog-wrapper .blog-card .card-details {
  margin-top: 30px;
  color: #3C3C3C;
}
.blog-wrapper .blog-card .card-details span {
  padding: 0 30px;
}
.blog-wrapper .blog-card .card-details span i {
  margin-right: 5px;
}
.blog-wrapper .blog-card .card-text {
  padding: 30px 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}
.blog-wrapper .blog-card .read-more {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  background: #00b385;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.blog-wrapper .blog-card .read-more:hover {
  background: #00b385;
}

.descriptionText{
  font-family: "yekanbakh";
  color: black;
  line-height: 1.5;
}

.details-categoty:hover{
    color :#00b385;
}

.summary-style {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px 15px;
}



.pre-details{
    color: #272829;
    padding: 1em;
    border-radius: 5px;
}

.form-control:focus {
        border-color: #00b385;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
