.separator {
  border-top: 5px solid #039a9a;
  margin: 20px 0;
}

.text-left {
  text-align: left !important;
}


.title-color {
  color: #039a9a !important
}

.page-banner-area.blog-page-are {
  background-image: url("{{ asset('/') }}images/banner/KICL--banner_2.jpg");
}

ul.product-services-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0px;
}

ol,
ul {
  box-sizing: border-box;
}

ul.product-services-list>li {
  flex-basis: 31%;
  margin-right: 15px;
}

ul.product-services-list>li>h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  text-transform: capitalize;
}

ul.product-services-inner-list {
  list-style: none;
  margin-top: 15px;
}

ul.product-services-inner-list>li {
  display: block;
  color: #788fa9;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 10px 0px;
  position: relative;
  padding-left: 30px;
}

ul.product-services-inner-list>li>span {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 999;
  width: 20px;
  height: 20px;
  background: url('../../images/sevices-inner-list-icon.png') no-repeat center;
}
.gread-4-section {
  background: #018d8d;
  padding: 100px 0;
}

.ftco-section {
  background: #009C9D;
  padding: 100px 0;
}

.grid-3-section {
  background: #018d8d;
  padding: 100px 0;
}

.hignlight {
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}

.hignlight-main-color {
  color: #009C9D;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}

.round_shape {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 auto;
}

.center_img {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-top: 10px;
}

.card-img {
  width: 80px;
  height: 80px;
}
/* .blog_card_img img{
  width: 350px !important;
  height: 270px !important;
} */
  .logo-responsive{
    height: auto;
    max-width: 300px;
  }
  
.single-blog-details-content p {
    margin-left: 0 !important;
}

  
