/*
Theme Name: nuview
Author: Serg DEV.
Description: nuview
Version: 1.0.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio
*/

.project-single-content .text-content blockquote {
    padding: 40px 60px;
}
.text-content blockquote {
	padding: 58px 230px;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    margin-bottom: 28px;
    position: relative;
    background: #EFFFFC;
}
.project-single-content .text-content blockquote::after {
  right: 30px;
}
.text-content blockquote p {
  margin-bottom: 24px;
}
.text-content blockquote::before {
  display: none;
}
.text-content blockquote::after {
  content: "";
  width: 105px;
  height: 82px;
  position: absolute;
  bottom: 5px;
  right: 160px;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='82' viewBox='0 0 105 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.5448 71.1698C63.8184 60.6834 71.9154 49.5094 77.8358 37.6478L56.6791 24.4969C56.6791 17.4486 59.1169 11.6038 63.9925 6.96227C68.694 2.32076 74.2662 0 80.7089 0C88.5448 0 94.5522 2.14885 98.7313 6.44654C102.91 10.9161 105 17.1908 105 25.2704C105 35.2411 100.821 45.7275 92.4627 56.7296C83.9303 67.7317 75.0497 76.1551 65.8209 82L53.5448 71.1698ZM0 71.1698C10.2736 60.6834 18.3706 49.5094 24.291 37.6478L3.13433 24.4969C3.13433 17.4486 5.57214 11.6038 10.4478 6.96227C15.1493 2.32076 20.7214 0 27.1642 0C35 0 41.0075 2.14885 45.1866 6.44654C49.3657 10.9161 51.4552 17.1908 51.4552 25.2704C51.4552 35.2411 47.2761 45.7275 38.9179 56.7296C30.3856 67.7317 21.505 76.1551 12.2761 82L0 71.1698Z' fill='%2300B1F8' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
}