/**
Theme Name: Bwu Astra Child
Author: Chempi_one
Author URI: https://bigwayup.com/
Description: Create by Bigwayup Theme
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bwu-astra-child
Template: astra
*/

.header-btn {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-btn-call {
	display: block;
	font-family: 'Raleway',sans-serif;
    font-weight: 600;
    font-size: 16px;
	color: #fff;
	padding: 12px 20px;
	border-radius: 3px;
	transition: all .2s linear;
	background-color: #2843c0;
}

a.header-btn-call:hover, a.header-btn-call:focus {
	color: #fff;
}

.header-btn-phone {
	color: #fff; 
	font-size: 16px; 
	display: block; 
	text-align: center;
}

.wpmtst-testimonial-content.testimonial-content p {
	color: #000000;
    font-family: "Raleway", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    background: #f9fafa;
    padding: 20px;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpmtst-testimonial-image.testimonial-image img {
    border-radius: 50px;
}

.wpmtst-testimonial-inner.testimonial-inner {
    padding: 0 50px;
	text-align: center
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    content: "";
    -webkit-mask: url(../svg/chevron-left-solid.svg) center center no-repeat;
    mask: url(../svg/chevron-left-solid.svg) center center no-repeat;
    background: #2843c0 !important;
    position: relative;
    left: -1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 3px;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    content: "";
    -webkit-mask: url(../svg/chevron-right-solid.svg) center center no-repeat;
    mask: url(../svg/chevron-right-solid.svg) center center no-repeat;
    position: relative;
    left: 1px;
    display: inline-block;
    width: 20px;
    background: #2843c0 !important;
    height: 20px;
    top: 3px;
}

.strong-view.pager-style-buttons .wpmslider-pager-link:before {
    content: "";
    -webkit-mask: url(../svg/circle-regular.svg) center center no-repeat;
    mask: url(../svg/circle-regular.svg) center center no-repeat;
    display: inline-block;
    color: #2843c0 !important;
    background: #2843c0 !important;
    cursor: pointer;
    width: 10px;
    height: 20px;
    text-align: center;
}

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}


@media(max-width: 600px) {
	.wpmtst-testimonial-inner.testimonial-inner {
		padding: 0px;
	}
}