/* new scc 1804-2023 */
.articles-section {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.card {
    padding: 0px 0px 20px 0;
    border: 1px solid #8079790d;
    margin-bottom:30px;
    height: 480px;
    box-shadow: 0px 3px 11px 2px #cbd8dd52;
}

.card-body{
    position: relative;
    padding-top: 18px;
}
.card-body::before{
    position: absolute;
    top: 20px;
    left: 12px;
    z-index: 0;
    content: " ";
    width: 45px;
    height: 4px;
    background-color: #0f7087;
}



h5.card-title {
    padding: 10px 0 10px 10px;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    min-height: 100px;
}
h5.card-title:hover {
    color: #126e83;
}
img.card-img-top.img-responsive {
    min-height: 250px;
    object-fit: cover;
}

ul.date_set{
    list-style: none;
    padding: 2px 12px;
}
.date_set li{
    margin-top: 10px;
}

.card-body_text p{
    text-align: justify;
    line-height: 30px;
    font-size: 17px;
    margin-top: 16px;
    display: block;
}
.card-body_text h2{
    color: #126e83;
    text-transform: capitalize;
    font-size: 35px;
}
.card-body_text h3{
    font-size: 23px;
    line-height: 33px;
}

.card-body_text ul 
{
    padding: 0 20px;
    line-height: 28px;
    font-weight: 600;
}

p.published-on {
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 20px;
    color: #3d1515;
}

.outer_box{
    background: #f8f8f8;
    padding: 10px;
}
img.avatar.avatar-128 {
    border-radius: 3px;
    width: 80px;
    height: 80px;
}
.author-box-content.clearfix {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 0px solid #126e8329;
    padding: 6px;
}


.author-box-description h4{
    padding: 2px 16px 0 12px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.author-link.url.fn:hover{
    text-decoration: none;
    color: #000;
}
.inner_examp {
    padding: 5px 20px;
}

/* .image-card img {
    height: 250px;
    transition-timing-function: ease-in;
}
  
  .card:hover .image-card img {
    transform: scale(1.1);
    cursor: pointer;
  } */

  /* a .image-card img{
    display: block;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    color: #aaa;
  }
   */
   .ourservices-sec2 {
    width: 100%;
    float: left;
    padding: 10px 0px 50px 0px;
    /* background-color: #d1b48c; */
     background-color: #fff; 
}
.ourservices-sec2 h2 {
    text-align: center;
    color: #126e83;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}
.list_2{
    font-size: 16px;
}
.inner_box1 {
    background: #595e5f;
    text-align: center;
    padding: 13px 0 10px 0;
    height: 85px;
}
.inner_box1 p{
    font-size: 14px;
    padding: 8px 0 0 0;
    color: #fff;
    line-height: 23px;
}
.ourservices-sec2 h3{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 30px;
    line-height: 37px;
}

   @media only screen  and (max-width:600px){
    .card-body_text h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .inner_examp {
        padding: 0;
    }
   }

   @media only screen  and (max-width:824px){
    .inner_box1 {
       
        margin-bottom: 23px;
    }
    .coreteam-div h6 {
       
        line-height: 29px;
    }
    .inner_box1 p {
        font-size: 16px;
        
    }
    h5.card-title {
        padding: 10px 0 10px 10px;
        font-size: 14px;
        line-height: 22px;
      
    }
    .author-box-description h4 {
        padding: 14px 1px 0 12px;
        font-size: 15px;
        line-height: 20px;
    }
   }