h6{
  font-size: 14px;
  /* font-weight: 600; */
  color: #595959;
}
p {
  font-family:  'Open Sans';
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 100;
  color: #595959;
  /* font-weight: 600; */
  /* background-position: ; */
}

.btn-custom2 .warning{
  color:black ;
  /* background-color: #fd8b2a; */
  background-color: #f7570e;
}

.btn-custom2 .activebtn{
  color:#622afd;
  /* background-color: #fd8b2a; */
  background-color: #f7220e;
  
}

listing-author-body  .portfolioheading {
  font-family:  'Open Sans';
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #0d1329;
}

listing-author-body p{
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
} 
/* .portImage{
  width: 100px;
  height: 100px;
} */

/* .abc .row{
  box-shadow: none;
} */
















  /**
   * Portfolio
   */
   /* .tm-portfolio {
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .tm-portfolio-buttons {
    font-size: 0;
    margin-bottom: 7px;
    margin-top: -5px;
  }
  
  .tm-portfolio-buttons button {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    border: none;
    height: auto;
    line-height: 26px;
    padding: 0;
    margin: 0 13px;
  }
  
  .tm-portfolio-buttons button:hover, .tm-portfolio-buttons button.is-active {
    color: #1cb9c8;
  }
  
  .tm-portfolio-image {
    position: relative;
  }
  
  .tm-portfolio-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .tm-portfolio-image img {
    width: 100%;
  }
  
  .tm-portfolio-image-slider {
    position: relative;
  }
  
  .tm-portfolio-video iframe {
    border: none;
    outline: none;
  }
  
  .tm-portfolio-content {
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 15px 30px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 3;
  }
  
  .tm-portfolio-content h5 {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
  }
  
  .tm-portfolio-content h5 a {
    color: #333333;
  }
  
  .tm-portfolio-content h5 a:hover {
    color: #1cb9c8;
  }
  
  .tm-portfolio-content h6 {
    color: #444444;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .tm-portfolio-content h6 a {
    color: #444444;
  }
  
  .tm-portfolio-content h6 a:hover {
    color: #1cb9c8;
  }
  
  .tm-portfolio-actions {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: calc(100% + 2px);
    font-size: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
    z-index: -1px;
  }
  
  .tm-portfolio-actions li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 2px;
    vertical-align: middle;
  }
  
  .tm-portfolio-actions li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    background: #ffffff;
    display: none;
  }
  
  .tm-portfolio-actions li a:first-child {
    display: block;
  }
  
  .tm-portfolio-actions li a:hover {
    background: #1cb9c8;
    color: #ffffff;
  }
  
  .tm-portfolio:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .tm-portfolio:hover .tm-portfolio-image::before {
    visibility: visible;
    opacity: 1;
  }
  
  .tm-portfolio:hover .tm-portfolio-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .tm-portfolio:hover .tm-portfolio-actions {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  listing-author-body  .portfolioheading {
    font-family:  'Open Sans';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0d1329;
  }

  listing-author-body p{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
  } */
  /* .portImage{
    width: 100px;
    height: 100px;
  } */

  /* .btn-custom2 .warning{
  color: #519fff;
  background-color: #fff;
}

.btn-custom2,
.btn-custom2-2{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
	background-color: #aeaeaf;
  line-height: 24px;
  border: 0;
	color: #fff;
	font-size: 14px;

	padding: 12px 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
.btn-custom2,
.btn-custom2-2 i{
  transition: .3s;
}
/* hover for request button */
/* .btn-custom2::before{
  content: '';
  width: 100%;
 
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.btn-custom2:hover::before,
.btn-custom2:focus::before{
  height: 100%;
}

.btn-custom2-2:hover,
.btn-custom2-2:focus{
  outline: none;

} */ 
