59 lines
1.3 KiB
SCSS
59 lines
1.3 KiB
SCSS
.testimonial-area{
|
|
|
|
.testimonial-caption{
|
|
p{
|
|
font-size:16px;
|
|
color: $heading_color;
|
|
color:#717b9b;
|
|
line-height: 45px;
|
|
line-height: 1.5;
|
|
margin-bottom: 37px;
|
|
}
|
|
}
|
|
.rattiong-caption{
|
|
span{
|
|
color: #06080a;
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
font-family:$font_1;
|
|
span{
|
|
color: #767676;
|
|
font-size: 16px;
|
|
text-transform: capitalize;
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Homepage1 Testimonial */
|
|
.h1-testimonial-active{
|
|
button.slick-arrow {
|
|
position: absolute;
|
|
border: 0;
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
background: none;
|
|
@include transition(.4s);
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 10px;
|
|
font-size: 20px;
|
|
color: #ff5a5a;;
|
|
bottom: -72px;
|
|
z-index: 1;
|
|
transform: rotate(-45deg) !important;
|
|
|
|
}
|
|
button.slick-next {
|
|
left: 55px !important;
|
|
transform: rotate(45deg) !important;
|
|
|
|
}
|
|
}
|
|
|
|
.slick-initialized .slick-slide {
|
|
outline: 0;
|
|
} |