/* testimonial styling */

#top #main .custom-testimonial-style.one{
    min-height: 240px;
  border: 1px solid #fff;
  transition: border .3s ease, background .3s ease;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 60px;
}

#top #main .custom-testimonial-style.one:hover{
border-color: #529cf2;
  background: #fafafa;
}

#top #main .custom-testimonial-style.one .testimonial-header p{
  font-size: 15px;
  line-height: 150%;
  margin: 0;
}

#top #main .custom-testimonial-style.one .testimonial-body p{
  font-size: 17px;
  line-height: 150%;
}


#top #main .alternate-background-left .avia_codeblock_section:nth-child(odd){

}

#top #main .alternate-background-right .avia_codeblock_section:nth-child(even){

}

#top #main .partners-column{
  margin-top: 10px;
}

@media only screen and (max-width: 910px) {

  #top #main .custom-testimonial-style.one{
   margin-bottom: 40px;
  }

  #top #wrap_all #main .alternate-background-left{
    margin-bottom: 0;
  }


}
