/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none!important; 
}
  .service-box_title {
    font-size: calc(22px * 0.8)!important;}
    .service-box_desc {font-size: 14px!important;}
  }
.icon-block_image-wrapper img{
  
   aspect-ratio: unset!important;
  height: 117px!important;
  width:300px!important;
} 

.underline01, .underline02 {
    background-size: 100px 1.1em;
}


.underline03 {
    background-image: linear-gradient(180deg,transparent 80%,#4c4794 0);
    background-size: 100px 1.1em;
}


/*-----Bar graph styling on Case Study Pages ---*/


.progress-title {
    font-weight: 500!important;
    text-transform: none!important;
}


/* --Testimonial Carousel Styling-- */

.testimonial-text{
font-size:13px!important;
}
.testimonial-author{
font-size:18px!important;
  color:#97c156!important;
  padding-bottom:10px;
  padding-top:10px;
}
  .testimonial-author-photo {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: 50%;
    width: 105px!important;
    height: 105px!important;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
    border-radius: 50%!important;
}
/* --END Testimonial Carousel Styling-- */



/*---Promo box styling home page---*/
.promo-box h3 {
  font-size: 20px!important;
}

.promo-box .onhover-content {
  font-size: 12px!important;
}



/*---Form styling---*/
.hs-form-field {
    margin-bottom: 15px!important;
}