| 1 |
@charset "UTF-8"; |
| 2 |
/*! |
| 3 |
* Borderless - https://wpborderless.com |
| 4 |
* Copyright 2010-2021 Visualmodo, An Internet Company |
| 5 |
* Licensed under MIT (https://wpborderless.com) |
| 6 |
*/ |
| 7 |
/*-----------------------------------------------------------------------------------*/ |
| 8 |
/* *. Elementor - Component - Circular Progress Bar |
| 9 |
/*-----------------------------------------------------------------------------------*/ |
| 10 |
.borderless-elementor-circular-progress-bar-widget { |
| 11 |
display: flex; } |
| 12 |
.borderless-elementor-circular-progress-bar-widget.borderless-circular-progress-bar-alignment-left { |
| 13 |
justify-content: flex-start; } |
| 14 |
.borderless-elementor-circular-progress-bar-widget.borderless-circular-progress-bar-alignment-center { |
| 15 |
justify-content: space-around; } |
| 16 |
.borderless-elementor-circular-progress-bar-widget.borderless-circular-progress-bar-alignment-right { |
| 17 |
justify-content: flex-end; } |
| 18 |
.borderless-elementor-circular-progress-bar-widget .borderless-elementor-circular-progress-bar { |
| 19 |
display: flex; |
| 20 |
justify-content: center; |
| 21 |
align-items: center; |
| 22 |
border-radius: 999px; } |
| 23 |
.borderless-elementor-circular-progress-bar-widget .borderless-elementor-circular-progress-bar--square svg { |
| 24 |
stroke-linecap: square; } |
| 25 |
.borderless-elementor-circular-progress-bar-widget .borderless-elementor-circular-progress-bar--round svg { |
| 26 |
stroke-linecap: round; } |
| 27 |
.borderless-elementor-circular-progress-bar-widget .borderless-elementor-circular-progress-bar .progressbar-text { |
| 28 |
position: absolute; |
| 29 |
font-size: 2rem; |
| 30 |
text-align: center; |
| 31 |
padding: 0; |
| 32 |
margin: 0; } |
| 33 |
|
| 34 |
/*-----------------------------------------------------------------------------------*/ |
| 35 |
/* *. Elementor - Component - Marquee Text |
| 36 |
/*-----------------------------------------------------------------------------------*/ |
| 37 |
.borderless-elementor-marquee-text-widget { |
| 38 |
width: 100%; |
| 39 |
white-space: nowrap; |
| 40 |
overflow: hidden; } |
| 41 |
.borderless-elementor-marquee-text-widget .js-marquee { |
| 42 |
display: grid; |
| 43 |
grid-auto-flow: column; |
| 44 |
gap: 20px; } |
| 45 |
|
| 46 |
/*-----------------------------------------------------------------------------------*/ |
| 47 |
/* *. Elementor - Component - Progress Bar |
| 48 |
/*-----------------------------------------------------------------------------------*/ |
| 49 |
.borderless-elementor-progress-bar-widget { |
| 50 |
display: flex; } |
| 51 |
.borderless-elementor-progress-bar-widget.borderless-elementor-progress-bar-alignment-left { |
| 52 |
justify-content: flex-start; } |
| 53 |
.borderless-elementor-progress-bar-widget.borderless-elementor-progress-bar-alignment-center { |
| 54 |
justify-content: space-around; } |
| 55 |
.borderless-elementor-progress-bar-widget.borderless-elementor-progress-bar-alignment-right { |
| 56 |
justify-content: flex-end; } |
| 57 |
.borderless-elementor-progress-bar-widget .borderless-elementor-progress-bar { |
| 58 |
display: flex; |
| 59 |
flex-direction: column-reverse; |
| 60 |
justify-content: center; } |
| 61 |
.borderless-elementor-progress-bar-widget .borderless-elementor-progress-bar .progressbar-text { |
| 62 |
display: flex; |
| 63 |
justify-content: space-between; |
| 64 |
align-items: center; |
| 65 |
margin-bottom: 0.5em; |
| 66 |
font-size: 1rem; } |
| 67 |
|
| 68 |
/*-----------------------------------------------------------------------------------*/ |
| 69 |
/* *. Elementor - Component - Semi Circular Progress Bar |
| 70 |
/*-----------------------------------------------------------------------------------*/ |
| 71 |
.borderless-elementor-semi-circular-progress-bar-widget { |
| 72 |
display: flex; } |
| 73 |
.borderless-elementor-semi-circular-progress-bar-widget.borderless-elementor-semi-circular-progress-bar-alignment-left { |
| 74 |
justify-content: flex-start; } |
| 75 |
.borderless-elementor-semi-circular-progress-bar-widget.borderless-elementor-semi-circular-progress-bar-alignment-center { |
| 76 |
justify-content: space-around; } |
| 77 |
.borderless-elementor-semi-circular-progress-bar-widget.borderless-elementor-semi-circular-progress-bar-alignment-right { |
| 78 |
justify-content: flex-end; } |
| 79 |
.borderless-elementor-semi-circular-progress-bar-widget .borderless-elementor-semi-circular-progress-bar { |
| 80 |
display: flex; |
| 81 |
justify-content: center; |
| 82 |
border-radius: 999px; } |
| 83 |
.borderless-elementor-semi-circular-progress-bar-widget .borderless-elementor-semi-circular-progress-bar .progressbar-text { |
| 84 |
transform: none !important; |
| 85 |
position: absolute; |
| 86 |
font-size: 1rem; |
| 87 |
text-align: center; |
| 88 |
padding: 0; |
| 89 |
margin: 0; } |
| 90 |
.borderless-elementor-semi-circular-progress-bar-widget .borderless-elementor-semi-circular-progress-bar .progressbar-text .borderless-elementor-semi-circular-progress-bar-counter-value, |
| 91 |
.borderless-elementor-semi-circular-progress-bar-widget .borderless-elementor-semi-circular-progress-bar .progressbar-text .borderless-elementor-semi-circular-progress-bar-counter-postfix { |
| 92 |
font-size: 2rem; } |
| 93 |
|
| 94 |
/*-----------------------------------------------------------------------------------*/ |
| 95 |
/* *. Elementor - Component - Testimonial |
| 96 |
/*-----------------------------------------------------------------------------------*/ |
| 97 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-star-rating { |
| 98 |
list-style: none; |
| 99 |
display: inline-flex; |
| 100 |
padding: 0; |
| 101 |
margin: 0; } |
| 102 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-star-rating li { |
| 103 |
margin-right: 0.2rem; } |
| 104 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-star-rating li:last-child { |
| 105 |
margin-right: 0; } |
| 106 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-star-rating li i { |
| 107 |
color: #ecf1ff; } |
| 108 |
|
| 109 |
.borderless-elementor-testimonial.rating-one .borderless-elementor-testimonial-star-rating li:nth-child(1) i { |
| 110 |
color: #fe9f17; } |
| 111 |
|
| 112 |
.borderless-elementor-testimonial.rating-two .borderless-elementor-testimonial-star-rating li:nth-child(1) i, .borderless-elementor-testimonial.rating-two .borderless-elementor-testimonial-star-rating li:nth-child(2) i { |
| 113 |
color: #fe9f17; } |
| 114 |
|
| 115 |
.borderless-elementor-testimonial.rating-three .borderless-elementor-testimonial-star-rating li:nth-child(1) i, .borderless-elementor-testimonial.rating-three .borderless-elementor-testimonial-star-rating li:nth-child(2) i, .borderless-elementor-testimonial.rating-three .borderless-elementor-testimonial-star-rating li:nth-child(3) i { |
| 116 |
color: #fe9f17; } |
| 117 |
|
| 118 |
.borderless-elementor-testimonial.rating-four .borderless-elementor-testimonial-star-rating li:nth-child(1) i, .borderless-elementor-testimonial.rating-four .borderless-elementor-testimonial-star-rating li:nth-child(2) i, .borderless-elementor-testimonial.rating-four .borderless-elementor-testimonial-star-rating li:nth-child(3) i, .borderless-elementor-testimonial.rating-four .borderless-elementor-testimonial-star-rating li:nth-child(4) i { |
| 119 |
color: #fe9f17; } |
| 120 |
|
| 121 |
.borderless-elementor-testimonial.rating-five .borderless-elementor-testimonial-star-rating li:nth-child(1) i, .borderless-elementor-testimonial.rating-five .borderless-elementor-testimonial-star-rating li:nth-child(2) i, .borderless-elementor-testimonial.rating-five .borderless-elementor-testimonial-star-rating li:nth-child(3) i, .borderless-elementor-testimonial.rating-five .borderless-elementor-testimonial-star-rating li:nth-child(4) i, .borderless-elementor-testimonial.rating-five .borderless-elementor-testimonial-star-rating li:nth-child(5) i { |
| 122 |
color: #fe9f17; } |
| 123 |
|
| 124 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-picture, |
| 125 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-content { |
| 126 |
position: relative; |
| 127 |
z-index: 2; } |
| 128 |
|
| 129 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-quote { |
| 130 |
position: absolute; |
| 131 |
top: 10px; |
| 132 |
right: 10px; |
| 133 |
z-index: 1; } |
| 134 |
.borderless-elementor-testimonial .borderless-elementor-testimonial-quote::after { |
| 135 |
color: inherit !important; |
| 136 |
content: ""; |
| 137 |
font-family: "Font Awesome 5 Free"; |
| 138 |
font-size: 50px; |
| 139 |
font-weight: 900; } |