.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:#db5405a8}

.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: #db5405a8;
  -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:#db5405a8;
 
}

.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: 90px; height:90px;
    flex: 0 0 auto;
    margin-right: 20px; 
}
.company-author-image img{  width: 90px; height:90px;border-radius:50%;}
.company-author-info  p{
  
        margin-top: 10px;
        color: #db5405a8;
        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 #db5405a8;
        text-align: center;
        font-size: 25px;
        border-radius: 10px;
        color: #db5405a8;
        transition: all 0.3s ease-in-out;
        background-color: transparent;
        margin: 10px;
        
    }
	
 .company-area .owl-carousel .owl-nav button:hover {
            border: 2px solid #db5405a8;
            background-color: #db5405a8;
            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: #db5405a8; padding:40px 0px;}
.list-content .col-lg-8 .image img{ max-height:300px;}


.speakers {

}

.speakers-thumb {
  position: relative;
}

.speakers-thumb-small {
  margin-top: 24px;
}

.speakers-thumb:hover .speakers-info::before {
  background: #db5405a8;
  width: 100%;
  padding: 15px;
}

.speakers-thumb:hover .speakers-title,
.speakers-thumb:hover .speakers-text {
  color: #fff; 
}

.speakers-info {
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 10px 15px;
}

.speakers-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #db5405a8;
  width: 5px;
  height: 100%;
  transition: all 1s;
}

.speakers-image {
  width: 100%;
}

.speakers-text-info {
  padding: 100px;
}

.speakers-title,
.speakers-text {
  position: relative; font-size:15px;
}

.speakers-text {
  font-size: 12px;
  text-transform: uppercase;
}

.speakers-featured-text {
  background: #db5405a8;
  border-radius: 4px;
  color: var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px;
  padding: 4px 12px;
}

.speakers-thumb .social-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}

.speakers-thumb .social-icon {
  opacity: 0;
  transition: opacity all 1s;
}

.speakers-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 1s;
}

.sponsor-image {
  max-width: 130px;
  margin: 10px auto;
  height: auto;
}

