.portfolio-carousel-wrapper .portfolio-carousel-image-wrapper {
position: relative;
}
.portfolio-carousel-wrapper .portfolio-carousel-image-wrapper:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: 0;
-webkit-transition: opacity .4s;
transition: opacity .4s;
background-image: linear-gradient(
-45deg
,#000 0%,transparent 40%,rgba(255,255,255,.6));
}
.portfolio-carousel-wrapper .portfolio-carousel-image-wrapper .ti-arrow-right {
display: inline-block;
font-size: 24px;
color: #fff;
padding: 6px 16px;
position: absolute;
bottom: 10px;
right: 0;
opacity: 0;
z-index: 1;
-webkit-transition: .05s linear;
transition: .05s linear;
-webkit-transition-delay: .01s;
transition-delay: .01s;
}
.ti-arrow-right:before {
content: "\e628";
}
.portfolio-carousel-wrapper .portfolio-carousel-image-wrapper .curl {
width: 0;
height: 0;
position: absolute;
bottom: 0;
right: 0;
background: linear-gradient(
135deg
,#fff,#f3f3f3 20%,#bbb 38%,#aaa 44%,#888 50%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.3));
box-shadow: 0 0 10px rgb(0 0 0 / 50%);
transition: all .4s ease;
z-index: 2;
}
ul#lst2 li a {
color: #ffffff !important;
line-height: 2.2em !important;
}
ul#lst2 li {
list-style: none !important;
}
ul.lst3 li {
list-style: none;
}
ul.lst3 li a {
color: #ffffff;
line-height: 2.2em;
}
ul.relst {
column-count: 2;
}
ul.relst li a {
color: #000000;
line-height: 2.2em;
}
ul.relst {
margin-top: 17px;
}