.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase; margin-bottom:25px;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container.heading_center h2{ color:#02b2b5}

.why_us_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
 
}

.why_us_section .box .img-box {
  width: 90px;
  height: 90px;
  border: 5px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-bottom: -37.5px;
  position: relative;
  background-color: #02b2b5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why_us_section .box .img-box svg {
  width: 45px;
  height: auto;
  fill: #ffffff;
}

.why_us_section .box .detail-box {
  padding: 55px 20px 20px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#02b2b5), to(#0F5B7B));
  background: linear-gradient(to bottom, #02b2b5, #0F5B7B);
}

.why_us_section .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.why_us_section .box .detail-box a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ee316b;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ee316b;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why_us_section .btn-box a:hover {
  background-color: transparent;
  color: #ee316b;
}


.single-company-item {
    padding: 30px;;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 40px; margin-right:25px;
    
}





.company-post-author {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.company-author-image {
    width: 70px; height:70px;
    flex: 0 0 auto;
    margin-right: 20px; 
}
.company-author-image img{  width: 70px; height:70px;border-radius:50%;}
.company-author-info  p{
  
        margin-top: 10px;
        color: #02b2b5;
        font-size: 11px;
    
}
.company-post-content .company-post-title {
   
        margin-bottom: 25px;
        line-height: 1.6;
    }
 .company-post-content .company-post-title   p {
        font-size: 14px;
        line-height: 2;
    }

 .company-post-content p{ font-size:14px;}

.company-area .owl-carousel .owl-nav{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    
}

 .company-area .owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 45px;
        border: 2px solid #02b2b5;
        text-align: center;
        font-size: 25px;
        border-radius: 10px;
        color: #02b2b5;
        transition: all 0.3s ease-in-out;
        background-color: transparent;
        margin: 10px;
        
    }
	
 .company-area .owl-carousel .owl-nav button:hover {
            border: 2px solid #02b2b5;
            background-color: #02b2b5;
            color: #fff;
        }
	.cat-pro-section .post-box .content h6{ margin-bottom:15px;}	
.cat-pro-section .post-box img{ height:120px; width:140px;}

.small-post .content h6{ height:45px; overflow:hidden; line-height:1.4}

.hot-recommend,.list-content ,.information-box{background:url(/template/default/assets-md/images/index-bj1.png) repeat-y center; padding:40px 0px;}
.company-area{background:url(/template/default/assets-md/images/index-bj2.png) repeat-y center; padding:40px 0px;}
.list-content .col-lg-8 .image img{ max-height:300px;}
