
/** faq-section **/

.faq-section{
  position: relative;
  padding: 130px 0px;
  border-top: 1px solid #e1e1e1;
}

.faq-section .image-box{
  position: relative;
  display: block;
  margin-right: 85px;
}

.faq-section .image-box img{
  position: relative;
  width: 100%;
}

.faq-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.faq-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.faq-section .image-box .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}


.faq-section .image-box .bg-layer{
  position: absolute;
  top: -130px;
  right: 245px;
  width: 5000px;
  height: 740px;
}

.accordion-box .block{
  position: relative;
  display: block;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  background: #fff;
  transition: all 500ms ease;
}

.accordion-box .block.active-block{

}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  padding: 14px 30px 13px 60px;
  cursor: pointer;
}

.accordion-box .block .acc-btn h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 13px;
  left: 23px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  font-size: 15px;
  margin: 0px;
  content: "\f056";
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  margin: 0px 25px;
  padding: 12px 0px 16px 0px;
  border-top: 1px solid #dcdcdc;
}

.content_block_4 .content-box .text{
  margin-bottom: 35px;
}

.content_block_4 .content-box{
  margin-left: 40px;
}

.content_block_4 .content-box .sec-title{
  margin-bottom: 25px;
}