/* 10 - testimonial section - start ==================================================================================================== */ .testimonial-section { .deco-image-1 { top: 0px; right: 0px; max-width: 335px; } .deco-image-2 { left: 0px; bottom: 0px; max-width: 975px; } .carousel_thumb, .teatimonial_carousel { .item { &:focus { outline: none; } } } .carousel_thumb { float: right; width: 765px; height: 675px; position: relative; margin-bottom: -120px; .thumb-item { z-index: 1; width: 130px; height: 130px; overflow: hidden; position: absolute; border-radius: 100%; box-shadow: 0px 25px 50px 0px rgba(214, 53, 99, 0.2); &.size-sm { transform: scale(.6); } &.size-md { transform: scale(.8); } &:nth-child(1) { top: 40px; left: 85px; } &:nth-child(2) { top: 0px; left: 385px; } &:nth-child(3) { top: 220px; left: 380px; } &:nth-child(4) { top: 360px; left: 110px; } &:nth-child(5) { top: 350px; right: 45px; } &:nth-child(6) { left: 385px; bottom: 60px; } } } .teatimonial_carousel { .quote-icon { line-height: 1; color: #e8e8e8; font-size: 50px; margin-bottom: 30px; display: inline-block; } .rating-star { margin-bottom: 25px; >ul { >li { color: #f0be12; font-size: 16px; margin-right: 10px; &:last-child { margin-right: 0px !important; } } } } p { margin-bottom: 50px; } .testimonial-admin { .admin-image { float: left; width: 70px; height: 70px; overflow: hidden; margin-right: 25px; border-radius: 100%; } .admin-content { display: table; padding-top: 4px; } .abmin-name { font-size: 26px; font-weight: 700; margin-bottom: 5px; color: rgb(76, 71, 84); font-family: $body-font; } .abmin-title { display: block; font-size: 16px; } } &.owl-theme { .owl-nav { float: left; margin-top: 40px; } } } } /* 10 - testimonial section - end ==================================================================================================== */