/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.1.1727846791
Updated: 2024-10-02 05:26:31

*/

/*--- Google captcha Code Hide from UI Front end ---*/
.grecaptcha-badge{
visibility: hidden !important;
}


#main-header{
	-webkit-box-shadow:none;
}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile { -webkit-order: 1; order: 1; }
 
.second-on-mobile { -webkit-order: 2; order: 2; }

.third-on-mobile { -webkit-order: 3; order: 3; }
}


.testimonial-slider-home img.tfree-client-image.wp-post-image {
    width: 100px;
}

.testimonial-slider-home .sp-testimonial-free-section .sp-testimonial-client-testimonial{
    font-size:14px !important;
}

.testimonial-slider-home .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
    font-size:14px !important;
}

.testimonial-slider-home .sp-testimonial-free-section .sp-testimonial-title h3 {
    font-size: 16px !important;
    color: #666666 !important;
}

.testimonial-slider-home .sp-testimonial-client-rating .fa-star:before {
    content: "\2605" !important;
    color:#F7931E !important;
    font-size:14px;
}

.testimonial-slider-home .sp-testimonial-client-rating .fa-star-o:before {
    content: "\2605" !important;
    color:#F7931E !important;
}

.testimonial-slider-home .sp-testimonial-free-section .sp-testimonial-client-designation {
    font-size: 14px !important;
}





