.progress_bar {
position: relative;
width: 100%;
height: 6px;
margin: 50px 0 0;
line-height: 26px;
background-color: rgba(167, 167, 167, .2)
}
.progress_bar span {
position: absolute;
height: 100%;
bottom: 0;
left: 0;
border-radius: inherit;
background-color: #111;
overflow: visible !important;
transition: width 1.5s ease-in-out
}
.stripes span:before {
content: '';
height: 100%;
width: 100%;
position: absolute;
background-size: 30px 30px;			
background-image: linear-gradient(to right bottom, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
transform: translateZ(0);
animation: animateStripes 3s linear infinite
}
@keyframes animateStripes {
0% {background-position: 0 0}
100% {background-position: 60px 0}
}
.progress_bar b {
position: absolute;
right: 0;
top: -28px;
display: none;
font-size: 3em;
font-weight: bold
}
.pbar2 b {
font-size: 14px;
background: #111;
color: #fff;
opacity: 1;
padding: 2px 8px;
font-weight: normal;
z-index: 1;
top: calc(50% - 15px);
right: -20px;
border-radius: 2px
}
.pbar3 b {
top: -34px;
font-size: 20px
}
.progress_bar p {
position: absolute;
font-size: 1.4em;
top: -34px;
left: 0
}
.cz_progress_bar_icon {
position: relative;
display: inline-block
}
.cz_progress_bar_icon i {
display: inline;
margin: 0 8px 0 0
}
.cz_progress_bar_icon > div {
position: absolute;
overflow: hidden;
height: 100%;
width: 0;
top: 0;
left: 0;
transition: all .8s ease-in-out
}
.cz_progress_bar_icon > div div {
position: absolute;
width: 500%
}.cz_testimonials {
position: relative
}
.cz_testimonials * {
transition: all .2s ease-in-out
}
.cz_testimonials_content {
position: relative;
border: 1px solid transparent;
background-color: rgba(167, 167, 167, .1);
padding: 30px;
border-radius: 0
}
.cz_testimonials_content p {margin-bottom: 0}
.cz_testimonials_bottom_arrow .cz_testimonials_content:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 30px 22px 0 0;
border-color: transparent;
border-top-color: inherit;
position: absolute;
left: -1px;
bottom: -1px;
transform: translateY(100%);
}
.cz_testimonials_top_arrow .cz_testimonials_content:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 0 22px;
border-color: transparent;
border-left-color: inherit;
position: absolute;
left: -1px;
top: -1px;
transform: translateY(-100%)
}
.cz_testimonials_meta > div {
display: inline-block;
vertical-align: middle
}
.cz_testimonials_avatar {
overflow: hidden;
border-radius: 100%;
width: 80px
}
.cz_testimonials_avatar img {
border-radius: inherit !important;
width: inherit
}
.cz_testimonials_name {
font-size: 18px;
font-weight: bold
}
.cz_testimonials_subname {
font-size: 16px;
font-weight: 300;
color: #707070
}
.cz_testimonials_name_subname {
margin: 0 0 0 20px
}
.cz_testimonials_s1 .cz_testimonials_meta,
.cz_testimonials_s3 .cz_testimonials_meta {
margin: 20px 0 0
}
.cz_testimonials_s2 .cz_testimonials_meta,
.cz_testimonials_s4 .cz_testimonials_meta {
margin: 0 0 20px
}
.cz_testimonials_s5 .cz_testimonials,
.cz_testimonials_s6 .cz_testimonials {
text-align: center
}
.cz_testimonials_s5 .cz_testimonials_name_subname,
.cz_testimonials_s6 .cz_testimonials_name_subname {
margin: 0 auto;
display: table;
text-align: center
}
.cz_testimonials_s5 .cz_testimonials_content {
padding-bottom: 60px
}
.cz_testimonials_s5 .cz_testimonials_avatar {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%)
}
.cz_testimonials_s5 .cz_testimonials_name_subname > div {
display: inline-block;
vertical-align: middle;
margin: 20px 4px 0
}
.cz_testimonials_s6 .cz_testimonials_content {
padding-top: 60px
}
.cz_testimonials_s6 .cz_testimonials_avatar {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%)
}
.cz_testimonials_s6 .cz_testimonials_name_subname > div {
display: inline-block;
vertical-align: middle;
margin: 0 4px 20px
}
.cz_testimonials_s7 .cz_testimonials_content {
text-align: center
}
.cz_testimonials_s7 .cz_testimonials_name_subname {
margin: 0
}
.elementor-element .cz_testimonials .cz_testimonials_avatar{
box-sizing: content-box
}.gmap {
width: 100%;
height: 300px
}
.gmap img {
border-radius: 0
}
.gmap > div {
overflow: hidden
}
.gmap .infowindow {
padding: 10px;
color: #111
}