.rt-hover-heading {
margin-right: 10px;
display: block;
word-wrap: break-word;
position:relative;
}
.rt-subheading {
position: relative;
display: inline-block;
width: auto;
color: #2893f5;
margin-right: 15px;
}
.rt-subheading svg {
fill: #5db2ff;
margin: 0;
}
.rt-highlight-txt {
color:inherit;
padding: 0 5px;
}
.banner-gradient-text .rt-highlight-txt {
color:inherit;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.head-txt {
position: relative;
z-index: 3;
}
.rt-underline-txt {
position: absolute;
left: 0;
right: 0;
top: 22px;
z-index: -1;
}
.underline-animation-text-second .rt-underline-txt {
top: 15px;
}
.rt-eclipse-text .rt-underline-txt svg {
fill: none;
}
.rt-eclipse-text .rt-underline-txt {
top: 0px;
height: auto;
}
.rt-eclipse-text .head-txt {
position: relative;
display: inline-flex;
}
@keyframes my-animation {
0% {
opacity: 0;
left: 0;
transform: translateX(0);
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0)
}
100% {
opacity: 1;
left: 0;
transform: translateX(0);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0)
}
}
.highlight-after-text {
display: inline;
margin-left: 0;
}
@media only screen and (max-width: 776px) {
.head-txt {
position: relative; padding: 0;
}
.rt-highlight-txt {
padding: 0;
}
.banner-gradient-text .rt-highlight-txt {
color:inherit;
-webkit-background-clip: text !important;
-webkit-text-fill-color: unset !important;
}
} .ml1 {
position: relative;
}
.rt-heading-div {
position: relative;
display: inline-block;
width: auto;
color: #2893f5;
}
.before-text,
.first-text,
{
display: inline-block;
color: #000;
}
.after-text {
display: inline;
}
.ml1 .rt-heading-div {
background: none !important;
}
.letters {
z-index: 9999;
position: relative;
}
h1.letters {
z-index: 9999;
position: relative;
text-transform: capitalize;
}
.rt_gradient .letters {
display: inline-block;
z-index: 9999;
position: relative;
background: linear-gradient(to right, #d73365 0%, #fea063 100%);
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.ml1 .text-wrapper {
position: relative;
display: inline-block;
padding-top: 0.1em;
padding-right: 0.05em;
padding-bottom: 0.15em;
}
.ml1 .line {
opacity: 0;
position: absolute;
left: 0;
height: 10px;
width: 100%; transform-origin: 0 0;
}
.ml1 .line1 {
top: 0;
}
.ml1 .line2 {
bottom: 15px;
} .rt-text-appear {
width: 100%;
display: block;
margin: 0;
padding: 0;
} .rt-textappear-one {
position: relative;
text-transform: none;
}
.rt-textappear-one .text-wrapper {
position: relative;
display: inline-block;
overflow: hidden;
}
.rt-textappear-one .letter {
transform-origin: 50% 100%;
display: inline-block;
text-transform: none;
}  .rt-textappear-two {
position: relative;
color: #30353B;
text-transform: none;
margin: 0;
}
.rt-textappear-two .text-wrapper {
position: relative;
display: inline-block;
padding-bottom: 0;
overflow: hidden;
}
.rt-textappear-two .letter {
display: inline-block;
transform-origin: 0 0;
text-transform: none;
}  .rt-textappear-three {
padding-bottom: 0;
color: #30353b;
text-transform: none;
}
.rt-textappear-three .letter {
display: inline-block;
line-height: normal;
}  .rt-textappear-four {
padding: 0;
margin: 0;
color: #30353b;
}  .rt-textappear-five {
margin: 0;
padding: 0;
}
.rt-textappear-five .text-wrapper {
position: relative;
display: inline-block;
padding-bottom: 0;
}
.rt-textappear-five .line {
opacity: 0;
position: absolute;
left: 0;
height: 2px;
width: 100%;
background-color: #000;
transform-origin: 100% 100%;
bottom: 0;
display: none;
}
.rt-textappear-five .letter {
display: inline-block;
text-transform: none;
}  .heading-style-ten {
font-stretch: normal;
font-style: normal;
letter-spacing: 0;
}
.heading-style-ten b {
color: #007BEF;
}
h2.rt-splitting .rt-words {
opacity: 1;
animation: slide-in 1.5s cubic-bezier(.5, 0, .5, 1) both;
animation-delay: calc(40ms * var(--word-index));
} @keyframes slide-in {
from {
transform: translateY(1em);
opacity: 0;
}
} .rt-splitting .rt-words {
opacity: 0;
}
.rt-splitting[data-scroll="in"] .rt-words {
opacity: 1;
animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
animation-delay: calc(40ms * var(--word-index));
}
.rt-splitting .line {
animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
animation-delay: calc(40ms * var(--line-index));
}
.rt-splitting .rt-words {
display: inline-block
}
.rt-splitting {
--word-center: calc((var(--word-total) - 1) / 2);
--char-center: calc((var(--char-total) - 1) / 2);
--line-center: calc((var(--line-total) - 1) / 2)
}
.rt-splitting .rt-words {
--word-percent: calc(var(--word-index) / var(--word-total));
--line-percent: calc(var(--line-index) / var(--line-total))
} h1.splitting {}
h1.splitting .char {
transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
transition-delay: calc(20ms * var(--char-index));
}
h1.splitting[data-scroll=out] .char {
opacity: 0.1;
transform: translateY(0.25em);
}
h2.splitting .char {
transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
transition-delay: calc(20ms * var(--char-index));
}
h2.splitting[data-scroll=out] .char {
opacity: 0.1;
transform: translateY(0.25em);
}
h3.splitting .char {
transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
transition-delay: calc(20ms * var(--char-index));
}
h3.splitting[data-scroll=out] .char {
opacity: 0.1;
transform: translateY(0.25em);
}
h4.splitting .char {
transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
transition-delay: calc(20ms * var(--char-index));
}
h4.splitting[data-scroll=out] .char {
opacity: 0.1;
transform: translateY(0.25em);
}
h5.splitting .char {
transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
transition-delay: calc(20ms * var(--char-index));
}
h5.splitting[data-scroll=out] .char {
opacity: 0.1;
transform: translateY(0.25em);
}
h6.splitting .char {
transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
transition-delay: calc(20ms * var(--char-index));
}
h6.splitting[data-scroll=out] .char {
opacity: 0.1;
transform: translateY(0.25em);
} .splitting .word,
.splitting .char {
display: inline-block;
} .splitting .char {
position: relative;
} .splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
user-select: none;
} .splitting { --word-center: calc((var(--word-total) - 1) / 2); --char-center: calc((var(--char-total) - 1) / 2); --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word { --word-percent: calc(var(--word-index) / var(--word-total)); --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char { --char-percent: calc(var(--char-index) / var(--char-total)); --char-offset: calc(var(--char-index) - var(--char-center)); --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center)); --distance-sine: calc(var(--char-offset) / var(--char-center)); --distance-percent: calc((var(--distance) / var(--char-center)));
}.portfolio-style-one .swiper {
width: 100%;
height:100%;
}
.portfolio-style-one .swiper-slide {
text-align: center;
font-size: 18px;
background: transparent;
box-shadow: 0 40px 80px rgba(0,0,0,.18);
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-img {
padding-top: 80%;
position: relative;
overflow: hidden!important;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-img figure {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transform: scale(1);
transition: transform 1.8s cubic-bezier(0.24, 0.88, 0.32, 0.96);
}
.portfolio-style-one .rt-portfolio-box-item:hover .rt-portfolio-box-img figure {
transform: scale(1.05);
}
.portfolio-style-one .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-overlay-bg {
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0,0,0,.30);
transform: scale(1);
transition-delay: .45s;
transition: opacity .65s,transform .65s;
transition-timing-function: cubic-bezier(0.24, 0.98, 0.34, 0.97);
}
.portfolio-style-one .rt-portfolio-box-item:hover .rt-portfolio-box-overlay-bg,
.portfolio-style-one .rt-portfolio-box-item.swiper-slide-next .rt-portfolio-box-overlay-bg {
opacity: 1;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-link {
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-details {
justify-content: flex-end!important;
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-details .text-vertical {
writing-mode: vertical-rl;
transform: rotate(180deg);
padding: 30px;
margin: 0px;
text-align: left;
z-index: 1;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-details .text-vertical .title,
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-details .text-vertical .summary {
transform: translateX(-25px);
opacity: 0;
transition: transform .55s,opacity .55s;
transition-timing-function: cubic-bezier(0.24, 0.88, 0.32, 0.96);
color: #fff;
font-weight: 400;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-details .text-vertical .title {
font-size: 24px;
font-weight: 400;
margin-right: 0px;
margin-left: 10px;
}
.portfolio-style-one .rt-portfolio-box-item .rt-portfolio-box-details .text-vertical .summary {
font-size: 15px;
font-weight: 400;
}
.portfolio-style-one .rt-portfolio-box-item:hover .rt-portfolio-box-details .text-vertical .title, 
.portfolio-style-one .rt-portfolio-box-item:hover .rt-portfolio-box-details .text-vertical .summary,
.portfolio-style-one .rt-portfolio-box-item.swiper-slide-next .rt-portfolio-box-details .text-vertical .title,
.portfolio-style-one .rt-portfolio-box-item.swiper-slide-next .rt-portfolio-box-details .text-vertical .summary {
opacity: 1;
transform: translateX(0);
}
.portfolio-style-one .rt-portfolio-box-item:hover .rt-portfolio-box-details .text-vertical .title,
.portfolio-style-one .rt-portfolio-box-item.swiper-slide-next .rt-portfolio-box-details .text-vertical .title {
transition-delay: 0s;
}
.portfolio-style-one .rt-portfolio-box-item:hover .rt-portfolio-box-details .text-vertical .summary,
.portfolio-style-one .rt-portfolio-box-item.swiper-slide-next .rt-portfolio-box-details .text-vertical .summary {
transition-delay: .15s;
}
.portfolio-style-one .rt-port-pagination {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index: 2;
margin: 0;
right: 0;
left: 130px;
bottom: 0px;
}
.portfolio-style-one .rt-port-pagination .swiper-port-next,
.portfolio-style-one .rt-port-pagination .swiper-port-prev {
position: relative;
}
.portfolio-style-one .rt-port-pagination .swiper-port-next,
.portfolio-style-one .rt-port-pagination .swiper-port-prev {
display: flex;
align-items: center;
width: 50px;
height: 50px;
background: #fff;
float: left;
margin: 0;
cursor: pointer;
}
.portfolio-style-one .rt-port-pagination .swiper-port-next:focus,
.portfolio-style-one .rt-port-pagination .swiper-port-prev:focus {
outline: none;
}
.portfolio-style-one .rt-port-pagination .swiper-port-next {
right: 0;
}
.portfolio-style-one .rt-port-pagination .swiper-port-prev {
left: 0;
}
.portfolio-style-one .rt-port-pagination .swiper-port-prev svg,
.portfolio-style-one .rt-port-pagination .swiper-port-next svg {
margin:  0 auto;
}
.portfolio-style-one .swiper__pagination {
text-align: center;
margin-top: 50px;
}
.portfolio-style-one .swiper-pagination-bullet {
width: 10px;
height: 4px;
display: inline-block;
background: #000;
opacity: 0.2;
margin: 0 5px;
border-radius: 20px;
transition: opacity 0.5s, background-color 0.5s, width 0.5s;
transition-delay: 0.5s, 0.5s, 0s;
}
.portfolio-style-one .swiper-pagination-bullet {
cursor: pointer;
}
.portfolio-style-one .swiper-pagination-bullet-active {
opacity: 1;
background: #000;
width: 60px;
transition-delay: 0s;
}
.portfolio-style-one .swiper__button-next, .portfolio-style-one .swiper__button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.portfolio-style-one .swiper__button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.portfolio-style-one .swiper__button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.portfolio-style-one .swiper__button-prev:focus, .portfolio-style-one .swiper__button-next:focus {
outline: none !important;
}  .protfolio-style-two .main .holder{
position: relative;
overflow: hidden;
}
.protfolio-style-two .main .holder .pic:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
opacity:0;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.protfolio-style-two .main .holder .pic:hover:after{
opacity:1;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.protfolio-style-two .main .holder .pic img{
width:100%;
height:100%;
aspect-ratio:1/1;
object-fit: cover;
object-position: top center;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.protfolio-style-two .main .holder .pic:hover img{
transform: scale(1.02);
-webkit-transform: scale(1.02);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.protfolio-style-two .main .detail{
padding: 15px 0 50px;
transform: translate3d(0,10px,0);
-webkit-transform: translate3d(0,10px,0);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.protfolio-style-two .main:hover .detail{
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}  @media screen and (min-width: 1024px){
.protfolio-style-six .main{
display: grid;
grid-template-columns:repeat(6, 1fr);
grid-template-rows:repeat(3, 1fr);
gap:15px;
height:100vh;
}
}
.protfolio-style-six .main .big-image-col{
grid-column: span 2;
}
.protfolio-style-six .main .big-image-all{
grid-column: span 2;
grid-row: span 2;
}
.protfolio-style-six .main .wrapper{
position: relative;
display:grid;
grid-template-columns: 1fr;
overflow: hidden;
}
@media screen and (max-width: 900px){
.protfolio-style-six .main .wrapper{
padding-bottom:15px;
}
.protfolio-style-six .main .wrapper:last-child {
padding-bottom:0px;
}
}
.protfolio-style-six .main .wrapper:hover:after{
background: rgba(0,0,0,0.8);
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease; 
}
.protfolio-style-six .main .wrapper.big-image-col img{
aspect-ratio: 2/1;
}
.protfolio-style-six .main .wrapper img{                  
display: block;
width:100%;
height:100%;
aspect-ratio: 1/1;
object-fit: cover;
object-position: top center;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;    
}
.protfolio-style-six .main .wrapper:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color: #000;
opacity:0;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.protfolio-style-six .main .wrapper:hover:after{
opacity:0.8;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease; 
}
.protfolio-style-six .main .wrapper .pic{
grid-area: 1/1;
}
.protfolio-style-six .main .wrapper .show-detail{
grid-area: 1/1;
display: flex;
width:100%;
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
z-index: 2;
}
.protfolio-style-six .main .wrapper .show-detail .detail{
display:block;
text-align: center;
transform: translate3d(0,15px,0);
-webkit-transform: translate3d(0,15px,0);
opacity:0;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.protfolio-style-six .main .wrapper .show-detail:hover .detail{
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
opacity:1;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.protfolio-style-six .main .wrapper .show-detail .title a{    
color:#fff;
padding:0;
margin: 0;
}
.protfolio-style-six .main .wrapper .show-detail .designation{
color:#fff;
padding:0;
margin: 0;
}  .rt-portfolio-box.element-fourteen .swiper-wrapper .rt-portfolio-box-item {
width: 412.667px;
margin-right: 30px;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item {
margin: 0 0 11px;
border-radius: 4px;
display: block;
position: relative;
overflow: hidden; }
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder {
position: relative;
overflow: hidden;
transition: all 0.3s ease-in-out;
background: #000000;
text-align: right;
border-radius: 4px;
padding: 0;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .pic {
position: relative;
overflow: hidden;
transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .pic img {
width: 100%;
float: left;
transition: .42s ease-out;
-webkit-transition: .42s ease-out;
aspect-ratio: 1/1.239;
height: fit-content;
object-fit: cover;
border-radius: 4px;
transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}
.rt-portfolio-box.element-six .big-image .rt-portfolio-box-item .holder .pic img {
aspect-ratio: auto !important;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder:hover .pic img {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0.5;
transition: transform 1s cubic-bezier(.19, 1, .22, 1);
transition-duration: 10s;
transform: scale(1.2);
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content {
position: absolute;
bottom: 0;
left: 0;
padding: 30px 3em;
width: 100%;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder:hover .rt-portfolio-box-content {}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content:before {
position: absolute;
top: 30px;
right: 100%;
bottom: 30px;
left: 30px;
border-right: 2px solid rgba(255, 255, 255, 0.8);
content: '';
opacity: 0;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder:hover .rt-portfolio-box-content:before {
background: rgba(255, 255, 255, 0);
right: 30px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content .portfolio-category,
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content .portfolio-title a {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content .portfolio-category {
margin: 0;
color: #fff;
text-align: center;
text-decoration: none;
-webkit-transform: translate3d(-30%, 0%, 0);
transform: translate3d(-30%, 0%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
font-size: 14px;
line-height: 28px;
color: #afafaf;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder:hover .rt-portfolio-box-content .portfolio-category {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
font-size: 14px;
line-height: 28px;
color: #afafaf;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content .portfolio-category:last-child {
display: none;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content .portfolio-title a {
margin: 0 0 19px;
color: #fff;
font-size: 20px;
line-height: 30px;
-ms-word-wrap: break-word;
word-wrap: break-word;
text-decoration: none;
-webkit-transform: translate3d(0%, -30%, 0);
transform: translate3d(0%, -30%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder:hover .rt-portfolio-box-content .portfolio-title a {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content .portfolio-title {
margin-bottom: 0px;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item .holder .rt-portfolio-box-content .portfolio-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
@media screen and (min-width:768px) and (max-width:1024px) {
.rt-portfolio-box.element-six .col-lg-4.col-md-4,
.rt-portfolio-box.element-six .col-lg-3.col-md-3 {
max-width: 50% !important;
flex: 50%;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item {
width: 100%;
}
}
@media screen and (max-width:767px) {
.rt-portfolio-box.element-six .rt-portfolio-box-item {
width: 100%;
}
}  @media screen and (min-width: 768px){
.protfolio-style-three .main{
display: grid;
grid-template-columns:repeat(3, 1fr);
grid-template-rows:repeat(3, 400px);
column-gap:40px;
}
}
.protfolio-style-three .main .big-image{
grid-row: span 2;
}
.protfolio-style-three .main .wrapper{
position: relative;
overflow: hidden;
}
.protfolio-style-three .main .wrapper:hover:after{
background: rgba(0,0,0,0.8);
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease; 
}
.protfolio-style-three .main .wrapper img{
display: block;
width:100%;
height:100%;
border-radius: 0;
aspect-ratio: 1/1;
object-fit: cover;
object-position: top center;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;    
}
.protfolio-style-three .main .wrapper:hover img{
transform:scale(1.1);
-webkit-transform:scale(1.05);
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease; 
}
.protfolio-style-three .main .wrapper .show-detail{
position:absolute;
left:0;
bottom:0;
width:100%;
display: block;
background-color: #fff;
padding:20px 0;
}
.protfolio-style-three .main .wrapper .show-detail .title{
color:#30353b;
padding:0;
margin: 0;
}
.protfolio-style-three .main .wrapper .show-detail .title a {
color: #30353b;
}
.protfolio-style-three .main .wrapper .show-detail .designation{
padding:0;
margin: 0;
}  .portfolio-style-four.marquee{
overflow-x: hidden;
}
.portfolio-style-four .marquee-main {
display: flex;
animation: scrolling 25s linear infinite;
}
.portfolio-style-four .marquee-main:hover{
animation-play-state: paused;
cursor: pointer;
}
.portfolio-style-four .marquee-main .marquee-pic {
flex: 0 0 22vw;
margin: 0 3vw;
}
.portfolio-style-four .marquee-main .marquee-pic a img {
display: block;
width: 100%;
height: 100%;
}
@keyframes scrolling {
0% { transform: translateX(0); }
100% { transform: translatex(-144vw); }
}  .portfolio_style_eight{
overflow: hidden;
}
.portfolio_style_eight .swiper.mySwiper{
position:absolute !important; 
top:0 !important; 
left:0 !important; 
width:15% !important;
height:100vh !important; 
padding:0 10px !important;
overflow: hidden !important;
z-index: 9 !important;
}
.portfolio_style_eight .swiper.mySwiper2{
width:85% !important; 
height:100vh !important; 
margin-left:15% !important;
background: #fff !important;
overflow:hidden !important;
}
@media only screen and (max-width: 1200px){
.portfolio_style_eight .mySwiper{
width:25% !important;
}
.portfolio_style_eight .mySwiper2{
width:75%!important;
margin-left: 25%!important;
}
}
@media only screen and (max-width: 767px){
.portfolio_style_eight .mySwiper{
width:40% !important;
}
.portfolio_style_eight .mySwiper2{
width:60% !important;
margin-left: 40% !important;
}
}
.portfolio_style_eight .swiper-slide img{ 
display:block !important;
width:100% !important;
height: 100% !important;
max-height:100vh !important;
object-fit: cover !important;
object-position: top center !important;
aspect-ratio:1/1 !important;
overflow: hidden;
}  .rt-portfolio.element-five .pagination {
position: absolute !important;
width: 100%;
text-align: center;
right: 0;
padding: 0 !important;
bottom: 30px;
z-index: 999;
display: none;
}
.rt-portfolio.element-five  .pagination__item {
cursor: pointer;
display: inline-block;
white-space: nowrap;
font-size: 0;
width: 10px;
height: 10px;
border: 1px solid #fff;
margin: 0 5px;
transition: 0.2s ease-in-out;
}
.rt-portfolio.element-five  .pagination__item.is-current, .pagination__item:hover {
background-color: #fff;
}
.background-absolute {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center;
background-size: cover;
}
.slideshow {
position: relative;
color: #ffffff;
background-color: #1e1e22;
overflow: hidden;
height: 100vh;
min-height: 400px;
}
.slideshow__slide {
visibility: hidden;
transition: visibility 0s 1.7s;
}
.slideshow__slide.is-current {
visibility: visible;
transition-delay: 0s;
}
@media (max-width: 699px) {
.slideshow .slideshow__slide {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
@media (min-width: 700px) {
.slideshow .slideshow__slide {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
.slideshow__slide-background-load-wrap {
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
transform: translate3d(0, 100%, 0);
overflow: hidden;
}
.is-loaded .slideshow__slide-background-load-wrap {
transform: translate3d(0, 0, 0);
transition-delay: 0s;
}
.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
transform: none !important;
}
.slideshow__slide-background-load {
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
transform: translate3d(0, -50%, 0);
}
.is-loaded .slideshow__slide-background-load {
transform: translate3d(0, 0, 0);
}
.slideshow__slide-background-wrap {
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-background-wrap {
transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-background-wrap {
transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
transform: translate3d(0, -100%, 0);
transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
transform: translate3d(0, 100%, 0);
transition: none;
}
.slideshow__slide-background {
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
transform: scale(1);
overflow: hidden;
}
.slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
transform: scale(0.5);
transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
transform: scale(0.5);
transition-delay: 0s;
transition: none;
}
.slideshow__slide-image-wrap {
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-image-wrap {
transform: translate3d(0, 50%, 0);
}
.slideshow__slide-image {
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
transform: scale(1);
}
.slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
transform: scale(1.25);
transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
transform: scale(1.25);
transition-delay: 0s;
transition: none;
}
.slideshow__slide-image::before, .slideshow__slide-image::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.35;
}
.slideshow__slide-image::before {
background-color: #1e1e22;
}
.slideshow__slide-image::after {
background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}
.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
transform: none !important;
}
.slideshow__slide-caption-text {
position: relative;
height: 100%;
padding-top: 33vh;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-caption-text {
transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-caption-text {
transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
transform: translate3d(0, -100%, 0);
transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-caption-text {
transform: translate3d(0, 100%, 0);
transition: none;
}
.slideshow__slide-caption {
position: relative;
height: 100%;
transform: translate3d(0, 100%, 0);
transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.is-loaded .slideshow__slide-caption {
transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-title {
line-height: 1;
} @media (max-width: 1024px) {
.rt-portfolio.element-five .container {
max-width: 100%;
} 
}
@media (max-width: 699px) {
.slideshow__slide-caption-title {
font-size: 40px;
margin-bottom: 23px;
}
.slideshow__slide-caption-text {
position: relative;
height: 100%;
padding-top: 20vh;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transform: translate3d(0, 0, 0);
}
.slideshow.-full .slideshow__slide-caption-title {
margin-bottom: 30px;
}
}
@media (min-width: 750px) {
.slideshow__slide-caption-title {
font-size: 5.625rem;
margin-bottom: 46px;
}
}
@media (min-width: 700px) and (max-width: 749px) {
.slideshow__slide-caption-title {
font-size: 4.375rem;
}
.rt-portfolio.element-five .slideshow__slide-caption-title {
font-size: 3.5rem;
margin-bottom: 32px;
}
}
@media (min-width: 1600px) {
.slideshow__slide-caption-title {
font-size: 6.25rem;
}
}
.slideshow__slide-caption-title.-full {
width: 100%;
}
.slideshow__slide-caption-subtitle {
padding: .875rem 0;
}
.slideshow__slide-caption-subtitle.-load {
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transform: translate3d(0, 3.75rem, 0);
}
.is-loaded .slideshow__slide-caption-subtitle.-load {
transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-subtitle-label {
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: translateZ(0);
display: inline-block;
}
.rt-portfolio.element-five p {
margin-bottom: 7px;
padding-right: 30%;
}
.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label, .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
transform: translateX(20px);
}
.c-header-home_controls, .c-header-home_buttons {
margin-left: 0;
letter-spacing: normal;
font-size: 0;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transform: translate3d(0, 100%, 0);
}
@media (max-width: 699px) {
.c-header-home_controls, .c-header-home_buttons {
padding-bottom: 40px;
}
}
@media (min-width: 700px) {
.c-header-home_controls, .c-header-home_buttons {
padding-bottom: 5.625rem;
}
}
@media (min-width: 700px) and (max-width: 749px) {
.c-header-home_controls, .c-header-home_buttons {
padding-bottom: 3.75rem;
}
}
.is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
transform: translate3d(0, 0, 0);
}
.c-header-home_controls {
transition-delay: 0.65s;
}
@media (min-width: 700px) {
.c-header-home_controls {
float: left;
}
}
.c-header-home_buttons {
transition-delay: 0.75s;
}
@media (max-width: 699px) {
.c-header-home_buttons {
margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 1000px) {
.c-header-home_buttons {
float: right;
}
}
@media (max-width: 699px) {
.c-header-home_button {
width: 50% !important;
}
}
@media (min-width: 700px) {
.c-header-home_button {
width: 15.625rem;
}
}
button, .c-header-filters_button,
.o-button {
display: inline-block;
overflow: visible;
margin: 0;
padding: 0;
outline: 0;
border: 0;
background: none;
color: inherit;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: none;
font: inherit;
line-height: normal;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.is-loaded .o-page.-anim {
transform: translate3d(0, 0, 0);
}
.js-parallax {
transform: translateZ(0);
will-change: transform;
}
.scroll-content {
overflow: hidden;
}
.o-action-link {
display: block;
padding-top: 12.8125rem;
padding-bottom: 7.5rem;
text-align: center;
text-decoration: none;
font-weight: 700;
}
@media (max-width: 699px) {
.o-action-link {
font-size: 40px;
padding-top: 120px;
}
}
@media (max-width: 1199px) {
.o-action-link {
color: #1e1e22;
}
}
@media (min-width: 700px) {
.o-action-link {
font-size: 5.625rem;
}
}
@media (min-width: 1200px) {
.o-action-link {
color: #ffffff;
}
}
.o-action-link:hover {
color: #ffffff;
}
.o-action-link_label {
display: inline-block;
position: relative;
}
.o-action-link_label::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
border-bottom: 0.1875rem solid;
transform: scaleX(0);
transform-origin: center left;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-action-link:hover .o-action-link_label::after {
transform: scaleX(1);
}
.o-hsub {
font-size: 0.75rem;
padding: 1.25rem 0;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.12em;
font-weight: 500;
}
.o-hsub::before {
content: "";
display: inline-block;
vertical-align: middle;
border-bottom: 1px solid;
width: 1.5rem;
background-color: #1e1e22;
margin-right: 1.125rem;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform-origin: center left;
}
.o-hsub.-link {
color: #ffffff;
text-decoration: none;
}
.o-hsub.-link:hover::before, .o-hsub-wrap:hover .o-hsub.-link::before {
transform: scaleX(1.5);
}
.o-hsub.-link.-dark {
color: #1e1e22;
}
.o-hsub.-link.-dark:hover {
color: #1e1e22;
}
.o-hsub.-h {
vertical-align: middle;
}
@media (max-width: 699px) {
.o-hsub.-h {
display: block;
margin-top: 20px;
}
}
@media (min-width: 700px) {
.o-hsub.-h {
margin-left: 2.5rem;
}
}
.o-hsub_label {
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: translateZ(0);
display: inline-block;
}
.o-hsub.-link:hover .o-hsub_label, .o-hsub-wrap:hover .o-hsub_label {
transform: translateX(20px);
}
.is-loaded .o-loader {
visibility: hidden;
transition-delay: 0.6s;
}
.o-container {
position: relative;
margin: 0 auto;
}
@media (max-width: 699px) {
.o-container {
padding-right: 40px;
padding-left: 0px;
}
.o-container.-small {
padding-right: 20px;
padding-left: 20px;
}
}
@media (min-width: 700px) and (max-width: 1599px) {
.o-container {
padding-right: 7.5rem;
padding-left: 2.5rem;
max-width: 140rem;
}
.rt-slider-pagination {
display: none;
}
}
@media (min-width: 1600px) {
.o-container {
padding-right: 9.5625rem;
padding-left: 9.5625rem;
max-width: 144.125rem;
}
.rt-slider-pagination {
display: none;
}
}
.o-section {
position: relative;
}
.o-section.-offset {
margin-top: -9.375rem;
background-color: #f6f6f6;
}
.o-section.-padding {
padding-top: 7.5rem;
padding-bottom: 7.5rem;
}
.o-section.-padding-top {
padding-top: 7.5rem;
}
@media (max-width: 699px) {
.o-section.-bottom {
padding-bottom: 60px;
}
.rt-slider-pagination {
display: none;
}
}
@media (min-width: 700px) {
.o-section.-bottom {
padding-bottom: 7.5rem;
}
}
.o-section.-left {
margin-right: 15rem;
}
.o-section.-right {
margin-left: 15rem;
}
.o-section.-left-large {
margin-right: 22.5rem;
}
.o-section.-right.-padding {
padding-left: 9.5625rem;
}
.o-section_image {
position: relative;
overflow: hidden;
}
.o-section_image.-small {
padding-bottom: 57.144%;
}
.o-section_image.-large {
padding-bottom: 55%;
}
.o-section_image.-padding-left {
margin-left: 7.5rem;
}
.o-section_image.-left {
margin-right: 15rem;
}
@media (max-width: 1599px) {
.o-section_image.-left {
margin-left: -7.5rem;
}
}
@media (min-width: 1600px) {
.o-section_image.-left {
margin-left: -9.5625rem;
}
}
.o-section_image.-right {
margin-left: 15rem;
}
@media (max-width: 1599px) {
.o-section_image.-right {
margin-right: -7.5rem;
}
}
@media (min-width: 1600px) {
.o-section_image.-right {
margin-right: -9.5625rem;
}
}
.o-section_image img {
width: 100%;
}
.o-grid {
margin-left: 0;
letter-spacing: normal;
font-size: 0;
}
.o-grid.-margin {
margin-left: -3.75rem;
}
.o-grid_item {
display: inline-block;
padding-left: 0;
width: 100%;
vertical-align: top;
font-size: 1rem;
}
@media (max-width: 699px) {
.o-grid_item.-button {
width: 100%;
}
}
@media (min-width: 700px) and (max-width: 999px) {
.o-grid_item.-button {
margin-bottom: 60px;
}
}
@media (min-width: 1000px) {
.o-grid_item.-button {
width: 18.75rem;
}
}
@media (max-width: 699px) {
.o-grid_item.-button-content {
margin-bottom: 30px;
}
}
@media (min-width: 700px) and (max-width: 999px) {
.o-grid_item.-button-content {
margin-bottom: 60px;
}
}
@media (min-width: 1000px) {
.o-grid_item.-button-content {
width: calc(100% - 18.75rem);
}
}
.o-grid.-margin .o-grid_item {
padding-left: 3.75rem;
}
@media (min-width: 700px) {
.o-grid_item.-half {
width: 50%;
}
}
@media (min-width: 700px) and (max-width: 1199px) {
.o-grid_item.-half.-large {
width: 100%;
}
}
@media (min-width: 700px) and (max-width: 999px) {
.o-grid_item.-half.-medium {
width: 100%;
}
}
@media (min-width: 700px) and (max-width: 1199px) {
.o-grid_item.-third {
width: 50%;
}
}
@media (min-width: 1200px) {
.o-grid_item.-third {
width: 33.3333333333%;
}
}
@media (max-width: 699px) {
.o-button.-square {
width: 40px;
}
}
@media (min-width: 700px) {
.o-button.-square {
width: 2.75rem;
}
}
.o-button-group .o-button + .o-button {
border-left: none;
}
@media (max-width: 699px) {
.o-button.-padding {
padding: 1.25rem;
}
}
@media (min-width: 700px) {
.o-button.-padding {
padding: 1.25rem 2.5rem;
}
}
.o-button_label {
display: inline-block;
position: relative;
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
transform: translateX(0);
line-height: 1.4;
z-index: 2;
text-transform: uppercase;
letter-spacing: 0.12em;
font-weight: 500;
font-size: 0.75rem;
}
.o-button:hover .o-button_label {
transform: translateX(0.5rem);
transition-delay: 0.075s;
}
.o-button.-left:hover .o-button_label {
transform: translateX(-0.5rem);
}
.o-button.-square:hover .o-button_label {
transform: translateX(0.375rem);
}
.o-button.-left.-square:hover .o-button_label {
transform: translateX(-0.375rem);
}
.o-button-group {
margin-left: 0;
letter-spacing: normal;
font-size: 0;
}
.o-button_icon {
position: relative;
width: 1.1875rem;
height: 1.1875rem;
fill: #1e1e22;
transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.o-button.-white .o-button_icon {
fill: #ffffff;
}
.o-button:hover .o-button_icon {
fill: #f6f6f6;
transition-delay: 0s;
}
.o-button_line::before, .o-button_line::after {
content: "";
position: absolute;
background-color: #1e1e22;
}
.is-mobile .o-button_line::before, .is-mobile .o-button_line::after {
display: none;
}
.o-button_line::before {
width: 1px;
top: 0;
bottom: 0;
transform: scaleY(0);
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-button_line::after {
height: 1px;
right: 0;
left: 0;
transform: scaleX(0);
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-button_line:first-of-type::before {
left: 0;
transform-origin: center bottom;
}
.o-button_line:first-of-type::after {
top: 0;
transform-origin: center left;
}
.o-button_line:last-of-type::before {
right: 0;
transform-origin: center top;
}
.o-button_line:last-of-type::after {
bottom: 0;
transform-origin: center right;
}
.o-button.is-inview .o-button_line::before {
transform: scaleY(1);
}
.o-button.is-inview .o-button_line::after {
transform: scaleX(1);
}
.o-button.is-inview .o-button_line:first-of-type::before {
transition-delay: 1.15s;
}
.o-button.is-inview .o-button_line:first-of-type::after {
transition-delay: 0.1s;
}
.o-button.is-inview .o-button_line:last-of-type::before {
transition-delay: 0.55s;
}
.o-button.is-inview .o-button_line:last-of-type::after {
transition-delay: 0.7s;
}
.c-header-home_footer {
z-index: 3;
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.c-header-home_controls, .c-header-home_buttons {
margin-left: 0;
letter-spacing: normal;
font-size: 0;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transform: translate3d(0, 100%, 0);
}
@media (max-width: 699px) {
.c-header-home_controls, .c-header-home_buttons {
padding-bottom: 40px;
}
}
@media (min-width: 700px) {
.c-header-home_controls, .c-header-home_buttons {
padding-bottom: 3.625rem;
}
}
@media (min-width: 700px) and (max-width: 749px) {
.c-header-home_controls, .c-header-home_buttons {
padding-bottom: 3.75rem;
}
}
.is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
transform: translate3d(0, 0, 0);
}
.c-header-home_controls {
transition-delay: 0.65s;
}
@media (min-width: 700px) {
.c-header-home_controls {
float: left;
}
}
.c-header-home_buttons {
transition-delay: 0.75s;
}
@media (max-width: 699px) {
.c-header-home_buttons {
margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 1000px) {
.c-header-home_buttons {
float: right;
}
}
@media (max-width: 699px) {
.c-header-home_button {
width: 50% !important;
}
}
@media (min-width: 700px) {
.c-header-home_button {
width: 15.625rem;
}
}  .portfolio-seven.element-seven .swiper-wrapper{
padding:0;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box {
padding: 0;
margin: 0;
overflow: hidden;
transition: all .3s ease;
position: relative;
}
.portfolio-seven.element-seven .col-lg-4.col-md-6 {
margin: 0;
padding: 0 1px;
float: left;
}
.portfolio-seven.element-seven .rt-thumbnailsm {
overflow: hidden;
background: #fff;
position: relative;
padding: 0;
border: none;
box-shadow: 0 0 15px rgb(0 0 0 / 15%);
text-align: left;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-thumbnailsm img {
transition: opacity .4s, transform .6s;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
-webkit-filter: brightness(100%);
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
border-radius: 0px;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-thumbnailsm:hover img {
-webkit-filter: brightness(70%);
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-portfolio-seven_box-info {
margin-top: 0;
padding: 0;
vertical-align: middle;
z-index: 20;
position: absolute;
-ms-transform: rotate(90deg);
transform: rotate(270deg);
-webkit-transform-origin: 0 top;
-ms-transform-origin: 0 top;
transform-origin: 0 top;
display: block;
bottom: -24px;
left: 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-portfolio-seven_box-info {
left: 2px;
}
}
@media only screen and (max-width:767px) {
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-portfolio-seven_box-info {
left: 6px;
}
}
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-portfolio-seven_box-info h4 {
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 0px;
line-height: 30px;
color: #fff;
font-weight: 400;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-portfolio-seven_box-info h6 {
margin: 0;
text-transform: capitalize;
padding-bottom: 0;
font-size: 16px;
letter-spacing: 0px;
line-height: 30px;
color: #a0a6b1;
font-weight: 500;
} @-webkit-keyframes sheen {
50% {
transform: translateY(-10%);
color: #eee;
}
}
@keyframes sheen {
50% {
transform: translateY(-10%);
color: #eee;
}
}
@-webkit-keyframes xspin {
50% {
transform: scaleX(0);
}
}
@keyframes xspin {
50% {
transform: scaleX(0);
}
}
.portfolio-seven.element-seven .rt-portfolio-seven_box:hover .rt-portfolio-seven_box-info h4.wobble span {
display: inline-block;
pointer-events: none;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box:hover .rt-portfolio-seven_box-info h4.wobble span.xspin {
-webkit-animation: xspin 0.5s 1;
animation: xspin 0.5s 1;
} .fade-in {
opacity: 0; -webkit-animation: fadeIn ease-in 1; -moz-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
}
.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.fade-in.two {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.fade-in.three {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
} .box {
position: relative;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-thumbnailsm img {
height: 100vh;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box {
min-height: 480px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.portfolio-seven.element-seven .rt-portfolio-seven_box {
min-height: 480px;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-thumbnailsm img {
height: 100vh;
}
}
@media only screen and (max-width: 767px) {
.portfolio-seven.element-seven .rt-portfolio-seven_box {
min-height: 480px;
}
.portfolio-seven.element-seven .rt-portfolio-seven_box .rt-thumbnailsm img {
height: 100vh;
}
}  .portfolio-eight.element-eight {
margin: 0;
padding: 0;
}
.portfolio-eight.element-eight .section {
position: relative;
width: 100%;
display: block;
z-index: 30 !important;
}
.portfolio-eight.element-eight .over-hide {
overflow: hidden;
}
.portfolio-eight.element-eight .padding-top-bottom {
padding-top: 90px;
padding-bottom: 90px;
}
.portfolio-eight.element-eight .portfolio-section-center {
position: fixed;
top: 50%;
left: 0;
width: 100%;
z-index: 10;
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.portfolio-eight.element-eight .portfolio-section-center.show {
opacity: 1;
}
.portfolio-eight.element-eight .z-bigger {
z-index: 30 !important;
}
.portfolio-eight.element-eight .img-wrap {
position: relative;
width: 100%;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02);
display: block;
transform: scale(1.03);
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.portfolio-eight.element-eight .portfolio-section-center.show .img-wrap {
transform: scale(1);
}
.portfolio-eight.element-eight .img-wrap img {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
} .cursor,
.cursor2,
.cursor3 {
position: fixed;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%);
pointer-events: none;
left: -100px;
top: 50%;
mix-blend-mode: difference;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
z-index: 9999999;
}
.cursor {
background-color: #fff;
height: 0;
width: 0;
z-index: 9999999;
}
.cursor2,
.cursor3 {
height: 36px;
width: 36px;
z-index: 99998;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover {
-webkit-transform: scale(1.5) translateX(-25%) translateY(-25%);
transform: scale(1.5) translateX(-25%) translateY(-25%);
border: none
}
.cursor2 {
border: 1px solid #fff;
box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.cursor2.hover {
background: rgba(255, 255, 255, 1);
box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}
.link-to-page {
position: fixed;
top: 30px;
right: 30px;
z-index: 20000;
cursor: pointer;
width: 50px;
}
.link-to-page img {
width: 100%;
height: auto;
display: block;
}
.slide-buttons {
position: relative;
padding: 0;
margin: 0 auto;
text-align: center;
width: 100%;
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
list-style: none;
}
.slide-buttons li {
position: relative;
padding: 0;
margin: 0 auto;
text-align: center;
margin: 60px 0;
display: block;
list-style: none;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.slide-buttons li a {
position: relative;
display: inline-block;
font-weight: 900;
font-size: 80px;
line-height: 1;
text-transform: uppercase;
-webkit-text-stroke: 2px #fff;
text-stroke: 2px #fff;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
opacity: 0.3;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.slide-buttons li.active a {
opacity: 1;
}
.slide-buttons li a:hover {
text-decoration: none;
}
.slide-buttons li a:focus,
.slide-buttons li a:active {
border: none;
outline: none;
box-shadow: none;
}
.slide-buttons li a::before {
position: absolute;
top: 0;
left: 0;
font-weight: 900;
font-size: 80px;
line-height: 1;
overflow: hidden;
text-transform: uppercase;
padding: 0;
max-height: 0;
-webkit-text-stroke: transparent;
text-stroke: transparent;
-webkit-text-fill-color: #fff;
text-fill-color: #fff;
color: #fff;
content: attr(data-hover);
-webkit-transition: max-height 0.4s;
-moz-transition: max-height 0.4s;
transition: max-height 0.4s;
}
.slide-buttons li.active a::before,
.slide-buttons li a:active::before,
.slide-buttons li a:focus::before {
max-height: 100%;
}
.bottom-right {
position: fixed;
bottom: 50px;
right: 30px;
z-index: 1000;
}
.switch,
.circle {
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.switch {
width: 80px;
height: 4px;
border-radius: 27px;
background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
position: relative;
display: block;
margin: 0 auto;
text-align: center;
opacity: 1;
transform: translate(0);
transition: all 300ms linear;
transition-delay: 1900ms;
}
.circle {
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background: #424455;
box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.circle:hover {
box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.circle:before {
position: absolute;
font-family: 'unicons';
content: '\eac1';
top: 0;
left: 0;
z-index: 2;
font-size: 20px;
line-height: 40px;
text-align: center;
width: 100%;
height: 40px;
opacity: 1;
color: #ecedf3;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.circle:after {
position: absolute;
font-family: 'unicons';
content: '\eb8f';
top: 0;
left: 0;
z-index: 2;
font-size: 20px;
line-height: 40px;
text-align: center;
width: 100%;
height: 40px;
color: #f8ab37;
opacity: 0;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.switched {}
.switched .circle {
left: 40px;
box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
background: var(--dark);
}
.switched .circle:hover {
box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.switched .circle:before {
opacity: 0;
}
.switched .circle:after {
opacity: 1;
}
body.light {
background: #fff;
}
body.light p {
color: #1f2029;
}
body.light h3 {
color: var(--dark);
}
body.light .cursor,
body.light .cursor2,
body.light .cursor3 {
mix-blend-mode: difference;
z-index: 9999999 !important;
}
body.light .cursor.hover,
body.light .cursor2.hover,
body.light .cursor3.hover {}
body.light .cursor {
background-color: #1f2029;
}
body.light .cursor2 {
height: 16px;
width: 16px;
background-color: #1f2029;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
mix-blend-mode: difference;
border-color: transparent;
}
body.light .cursor.hover,
body.light .cursor2.hover,
body.light .cursor3.hover {
opacity: 0;
}
body.light .cursor2.hover {
background: rgba(0, 0, 0, 1);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
body.light .slide-buttons li a {
-webkit-text-stroke: 2px #1f2029;
text-stroke: 2px #1f2029;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
opacity: 1;
}
body.light .slide-buttons li a::before {
-webkit-text-stroke: transparent;
text-stroke: transparent;
-webkit-text-fill-color: #1f2029;
text-fill-color: #1f2029;
color: #1f2029;
}
body.light .portfolio-section-center.show {
margit-top: 0;
opacity: 0.9;
} @media (max-width: 1199px) {
.slide-buttons li {
margin: 50px 0;
}
.slide-buttons li a {
font-size: 80px;
}
.slide-buttons li a::before {
font-size: 80px;
}
}
@media (max-width: 767px) {
.cursor,
.cursor2,
.cursor3 {
display: none;
}
.slide-buttons li {
margin: 40px 0;
}
.slide-buttons li a {
font-size: 60px;
font-weight: 700;
}
.slide-buttons li a::before {
font-size: 60px;
font-weight: 700;
}
}
@media (max-width: 575px) {
.slide-buttons li a {
font-size: 45px;
font-weight: 700;
}
.slide-buttons li a::before {
font-size: 45px;
font-weight: 700;
}
}  .portfolio-nine.element-nine {
margin: 0;
padding: 0;
}
.portfolio-nine.element-nine .portfolio-bx-area {
opacity: 1;
visibility: visible;
overflow: hidden;
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.portfolio-nine.element-nine .heading {
margin: 0;
padding: 0 30px;
}
.portfolio-nine.element-nine .heading > div {
overflow: hidden;
}
.portfolio-nine.element-nine .heading > div > p {
margin: 0;
line-height: 117%;
}
.portfolio-nine.element-nine div.heading > h2 {
-webkit-animation-delay: 0;
animation-delay: 0;
font-size: 34px;
line-height: 44px;
font-weight: 600;
color: #30353B;
padding-bottom: 10px;
}
.portfolio-nine.element-nine div.heading > h6 {
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #30353B;
padding-bottom: 20px;
}
.portfolio-nine.element-nine div.heading > p {
-webkit-animation-delay: 0.07s;
animation-delay: 0.07s;
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #30353B;
}
.portfolio-nine.element-nine .slide-up {
-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}
@-webkit-keyframes slide-up {
0% {
transform: translateY(100px);
}
100% {
transform: translateY(0);
}
}
@keyframes slide-up {
0% {
transform: translateY(100px);
}
100% {
transform: translateY(0);
}
}
.portfolio-nine.element-nine .has-animation {
position: relative;
}
.portfolio-nine.element-nine .has-animation p,
.portfolio-nine.element-nine .has-animation img {
opacity: 0;
width: 100%;
}
.portfolio-nine.element-nine .has-animation.animate-in p,
.portfolio-nine.element-nine .has-animation.animate-in img {
animation: textHidden 0.1s 1.1s forwards;
}
.portfolio-nine.element-nine .has-animation.animate-in:before,
.portfolio-nine.element-nine .has-animation.animate-in:after {
content: "";
position: absolute;
top: 0;
right: 0;
height: 100%;
z-index: 10;
}
.portfolio-nine.element-nine .has-animation.animate-in:before {
background-color: #FB604B;
}
.portfolio-nine.element-nine .has-animation.animate-in:after {
background-color: #f9e7e0;
animation-delay: 0.5s;
}
.portfolio-nine.element-nine .has-animation.animation-ltr.animate-in:before {
animation: revealLTR 1.8s ease;
}
.portfolio-nine.element-nine .has-animation.animation-ltr.animate-in:after {
animation: revealLTR 1s 0.6s ease;
}
.portfolio-nine.element-nine .has-animation.animation-rtl.animate-in:before {
animation: revealRTL 1.8s ease;
}
.portfolio-nine.element-nine .has-animation.animation-rtl.animate-in:after {
animation: revealRTL 1s 0.6s ease;
}
@keyframes revealRTL {
0% {
width: 0;
right: 0;
}
65% {
width: 100%;
right: 0;
}
100% {
width: 0;
right: 100%;
}
}
@keyframes revealLTR {
0% {
width: 0;
left: 0;
}
65% {
width: 100%;
left: 0;
}
100% {
width: 0;
left: 100%;
}
}
@keyframes textHidden {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}  .slider.portfolio-box.element-nine {
height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #000;
position: relative;
overflow: hidden;
}
.slider.portfolio-box.element-nine .item .imgs {
position: relative;
width: 100%;
height: 100%;
display: contents;
}
.slider.portfolio-box.element-nine .item .imgs .grid {
top: 0;
left: 0;
width: 100%;
height: 100%;
grid-row-gap: 32px;
}
.slider.portfolio-box.element-nine .item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slider.portfolio-box.element-nine .item .img {
width: 100%;
height: 100%;
position: relative;
will-change: transform;
will-change: opacity;
}
.slider.portfolio-box.element-nine .item .img img {
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
}
.slider.portfolio-box.element-nine .item .img img::before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
mix-blend-mode: screen;
background: rgba(243, 106, 188, 0.3);
}
.slider.portfolio-box.element-nine .item .content {
z-index: 2;
top: 0;
left: 0;
width: 100%;
height:   145px;
line-height: 1.15;
font-size: 8rem;
font-weight: 700;
}
.slider.portfolio-box.element-nine .item .content .wrap {
text-align: center;
width: 100%;
max-width: 100%;
text-align: left;
line-height: 1;
}
.slider.portfolio-box.element-nine .item .content .wrap .letter {
display: inline-block;
}
.slider.portfolio-box.element-nine .nav {
position: absolute;
background: #fff;
right: 0px;
width: 120px;
height: 50px;
z-index: 9;
top: 145px;
}
.slider.portfolio-box.element-nine .nav .next,
.slider.portfolio-box.element-nine .nav .prev {
height: 2rem;
width: 2rem;
position: absolute;
top: calc(50% - 1rem);
cursor: pointer;
z-index: 3;
transition: transform 0.3s;
align-items: center;
justify-content: center;
display: flex;
}
.slider.portfolio-box.element-nine .nav .next {
right: 15px;
}
.slider.portfolio-box.element-nine .nav .next:hover {
transform: translateX(0.5rem);
}
.slider.portfolio-box.element-nine .nav .prev {
left: 15px;
}
.slider.portfolio-box.element-nine .nav .prev:hover {
transform: translateX(-0.5rem);
}
.portfolio-box.element-nine .nav .button_icon {
position: relative;
width: 1.1875rem;
height: 1.1875rem;
fill: #1e1e22;
transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.slider.portfolio-box.element-nine .nav .explore-btn {
z-index: 4;
position: absolute;
bottom: 2rem;
left: calc(50% - 4rem);
width: 8em;
text-align: center;
padding: 1rem 0;
border: solid 2px white;
background: transparent;
color: white;
transition: background-color 0.3s;
cursor: pointer;
}
.slider.portfolio-box.element-nine .nav .explore-btn:hover {
color: #0a0908;
background: white;
}
.slider.portfolio-box.element-nine .item:not(.is-active) {
opacity: 0;
pointer-events: none;
}
.slider.portfolio-box.element-nine a.port-link {
position: absolute;
bottom: 0px;
background: #000;
color: #fff;
padding: 15px 60px;
transition: transform 0.3s;
}
.slider.portfolio-box.element-nine a.port-link svg {
width: 15px;
margin-left: 10px;
transition: transform 0.3s;
}
.slider.portfolio-box.element-nine a.port-link:hover {
text-decoration: none;
}
.slider.portfolio-box.element-nine a.port-link:hover svg {
transform: translateX(0.5rem);
}
@media screen and (max-width: 1024px) {
.slider.portfolio-box.element-nine .item .content {
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 90px;
line-height: 1.15;
font-size: 8rem;
font-weight: 700;
}
.slider.portfolio-box.element-nine .nav {
position: absolute;
background: #fff;
right: 0px;
width: 120px;
height: 50px;
z-index: 9;
top: 90px;
}
}  .rt-portfolio-box.element-ten {
margin-right: 0;
margin-left: 0;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item {
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
text-align: left;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder {
position: relative;
overflow: hidden;
min-height: 425px; transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .pic {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
z-index: 1;
background: center center no-repeat;
background-size: cover;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data {
position: absolute;
bottom: 25px;
right: 25px;
max-width: calc(100% - 50px);
z-index: 3;
overflow: hidden;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder {
padding: 17px 22px 20px 22px;
transform: translateY(110%);
transition: all 0.3s ease;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder > *:last-child {
margin-bottom: 0 !important;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder .categories {
margin-bottom: 0;
font-weight: 500;
font-size: 14px;
color: #8a8a8a;
line-height: 26px;
letter-spacing: 0;
text-align: left;
text-transform: uppercase;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder .categories span:after {
content: "/";
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder .categories span:last-child:after,
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder .categories span:only-child:after {
display: none;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder .title {
text-transform: capitalize;
line-height: 30px;
letter-spacing: 0px;
font-weight: 600;
font-style: normal;
color: #fff;
font-size: 20px;
text-align: left;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .data > .holder .title a {
color: inherit;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .action-buttons {
position: absolute;
top: 25px;
right: 25px;
z-index: 4;
font-size: 0;
opacity: 0;
visibility: hidden;
transform: scale(0);
-webkit-transform: scale(0);
transition: all 0.4s ease-in-out 0.4s;
-webkit-transition: all 0.4s ease-in-out 0.4s;
display: none;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link,
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom {
display: inline-block;
vertical-align: top;
margin-left: 10px;
background-color: rgba(255, 255, 255, 0.1);
border: 1px rgba(255, 255, 255, 0.7) solid;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link > i,
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom > i {
display: block;
width: 32px;
height: 32px;
text-align: center;
font-size: 12px;
color: #fff;
line-height: 32px;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder:hover {
box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder:hover > .data {
animation: PortfolioTenBounce 900ms ease 0s normal;
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder:hover > .data > .holder {
transform: translateY(0);
}
.rt-portfolio-box.element-ten .rt-portfolio-box-item > .holder:hover > .action-buttons {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
@keyframes PortfolioTenBounce {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}
@media only screen and (max-width: 767px) {
.rt-portfolio-box.element-ten .rt-portfolio-box-item {
padding-left: 0;
padding-right: 0;
}
}  @media screen and (min-width: 1024px){
.protfolio-style-eleven .main{
display: grid;
grid-template-columns:repeat(4, 1fr);
grid-template-rows:repeat(5, 300px);
gap:5px;
}
.protfolio-style-eleven .main .normal-image-row .pic img{
width:100%;
height:300px;
aspect-ratio:2/1;
}
}
@media screen and (max-width: 1024px){
.protfolio-style-eleven .main .wrapper{
padding-bottom: 10px;
}
}
.protfolio-style-eleven .main .mid-image-row{
grid-row: span 2;
}
.protfolio-style-eleven .main .big-image-row{
grid-row: span 3;
}
.protfolio-style-eleven .main .wrapper{
position: relative;
display:grid;
overflow: hidden;
}
.protfolio-style-eleven .main .wrapper:hover:after{
background-color: #ffffff;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease; 
}
.protfolio-style-eleven .main .wrapper img{                  
display: block;
width:100%;
height:100%;
opacity:1;
aspect-ratio: 1/1;
object-fit: cover;
object-position: center;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;    
}
.protfolio-style-eleven .main .wrapper:hover img{
opacity:0;
}
.protfolio-style-eleven .main .wrapper:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color: #000;
opacity:0;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.protfolio-style-eleven .main .wrapper:hover:after{
opacity:0.8;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease; 
}
.protfolio-style-eleven .main .wrapper .pic{
grid-area: 1/1;
}
.protfolio-style-eleven .main .wrapper .show-detail{
grid-area: 1/1;
display: flex;
width:100%;
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
z-index: 2;
}
.protfolio-style-eleven .main .wrapper .show-detail:hover{
opacity:1;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.protfolio-style-eleven .main .wrapper .show-detail .detail{
display:block;
text-align: center;
transform: translate3d(0,15px,0);
-webkit-transform: translate3d(0,15px,0);
opacity:0;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.protfolio-style-eleven .main .wrapper .show-detail:hover .detail{
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
opacity:1;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.protfolio-style-eleven .main .wrapper .show-detail .title a{    
color:#30353b;
padding:0;
margin: 0;
}
.protfolio-style-eleven .main .wrapper .show-detail .designation{
color:#696e79;
padding:0;
margin: 0;
}  .rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder {
position: relative;
overflow: hidden;
border-radius: 4px;
padding: 0;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder > .pic {
position: relative;
overflow: hidden;
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
-webkit-transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
border-radius: 4px;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder:hover .pic {
transform: scale(1) translateY(-5px);
-webkit-transform: scale(1) translateY(-5px);
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder > .pic a {
display: block;
border-radius: 4px;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder > .pic > a > img {
width: 100%;
border-radius: 4px;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder > .data {
position: relative;
border-radius: 4px;
z-index: 1;
padding: 12px 20px;
margin: 0 30px;
background-color: #ffffff;
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
-webkit-transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder:hover .data {
transform: translateY(-90px);
-webkit-transform: translateY(-90px);
background: #b9835f;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder:hover .data .title,
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder:hover .data .categories {
color: #fff;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder > .data .title {
margin-bottom: 3px;
text-transform: capitalize;
line-height: 30px;
letter-spacing: 0px;
font-weight: 600;
font-style: normal;
color: #000000;
font-size: 20px;
letter-spacing: -0.5px;
transition: all 0.4s cubic-bezier(0.39, 0.01, 0.36, 0.9);
position: relative;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder > .data .title a {
color: inherit;
text-shadow: none;
}
.rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item > .holder > .data .categories {
margin-bottom: 5px;
font-weight: 400;
font-size: 14px;
color: #000000;
line-height: 26px;
letter-spacing: 0px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform: capitalize;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
text-align: center !important;
}
.portfolio-seven .swiper-port-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
display: none;
} .rt-portfolio-box.element-fourteen > .swiper-wrapper .rt-portfolio-box-item {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder {
position: relative;
overflow: hidden;
border-radius: 4px;
padding: 0;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder > .pic {
position: relative;
overflow: hidden;
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
-webkit-transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
border-radius: 4px;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder:hover .pic {
transform: scale(1) translateY(-5px);
-webkit-transform: scale(1) translateY(-5px);
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder > .pic a {
display: block;
border-radius: 4px;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder > .pic > a > img {
width: 100%;
border-radius: 4px;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder > .data {
position: relative;
border-radius: 4px;
z-index: 1;
padding: 12px 20px;
margin: 0 30px;
background-color: #ffffff;
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
-webkit-transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
text-align: center;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder:hover .data {
transform: translateY(-90px);
-webkit-transform: translateY(-90px);
background: #b9835f;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder:hover .data .title,
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder:hover .data .categories {
color: #fff;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder > .data .title {
margin-bottom: 3px;
text-transform: capitalize;
line-height: 30px;
letter-spacing: 0px;
font-weight: 600;
font-style: normal;
color: #000000;
font-size: 20px;
letter-spacing: -0.5px;
transition: all 0.4s cubic-bezier(0.39, 0.01, 0.36, 0.9);
position: relative;
overflow: hidden;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder > .data .title a {
color: inherit;
text-shadow: none;
}
.rt-portfolio-box.element-fourteen > .rt-portfolio-box-item > .holder > .data .categories {
margin-bottom: 5px;
font-weight: 400;
font-size: 14px;
color: #000000;
line-height: 26px;
letter-spacing: 0px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform: capitalize;
}  .rt-portfolio-box.rt-port-metro .rt-portfolio-box-item {
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item img {
width: 100%;
height: 100%;
object-fit: cover
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .4s;
-moz-transition: .4s;
transition: .4s
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item:hover img {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%)
}
.rt-portfolio-box.rt-port-metro {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
grid-auto-rows: 270px;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-wide {
grid-column: span 2
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-tall {
grid-row: span 2
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-big {
grid-column: span 2;
grid-row: span 2
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item .rt-portfolio-box-content {
position: absolute;
bottom: 0;
left: 0;
padding: 45px 4em;
width: 100%;
text-align: right
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item:hover .rt-portfolio-box-content {
z-index: 1
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item .rt-portfolio-box-content {
position: absolute;
width: calc(100% - 10px);
height: calc(100% - 10px);
top:5px;
bottom: 0;
left: 5px;
right: 0;
background-color: rgb(255 255 255 / 88%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px 20px;
border-radius:0px;
text-align: center;
clip-path: inset(0 100% 0 0);
-webkit-clip-path: inset(0 100% 0 0);
-webkit-transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
-o-transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: clip-path .5s cubic-bezier(.59, .02, .17, .87), -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87)
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item:hover .rt-portfolio-box-content {
clip-path: inset(0 0 0 0);
-webkit-clip-path: inset(0 0 0 0)
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-category {
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .35s;
-o-transition: .3s ease-in-out .35s;
transition: .3s ease-in-out .35s;
color: #a1a1a1;
margin-bottom: 0px;
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-title {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .3s;
-o-transition: .3s ease-in-out .3s;
transition: .3s ease-in-out .3s;
color: #fff;
margin-bottom: 0px;
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-category {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-title {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item .portfolio-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1
}
@media screen and (min-width:768px) and (max-width:991px) {
.rt-portfolio-box.rt-port-metro {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (min-width:480px) and (max-width:767px) {
.rt-portfolio-box.rt-port-metro {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (min-width:321px) and (max-width:479px) {
.rt-portfolio-box.rt-port-metro {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (max-width:320px) {
.rt-portfolio-box.rt-port-metro {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-metro .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}  .rt-portfolio-box-10 .rt-portfolio-box-item {
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
}
.rt-portfolio-box-10 .rt-portfolio-box-item img {
width: 100%;
height: 100%;
object-fit: cover
}
.rt-portfolio-box-10 .rt-portfolio-box-item img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .4s;
-moz-transition: .4s;
transition: .4s
}
.rt-portfolio-box-10 .rt-portfolio-box-item:hover img {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%)
}
.rt-portfolio-box-10 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
grid-auto-rows: 470px;
grid-auto-flow: dense
}
.rt-portfolio-box-10 .rt-portfolio-box-item .pic {
height: 100%;
width: 100%;
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-wide {
grid-column: span 2
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-tall {
grid-row: span 2
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-big {
grid-column: span 2;
grid-row: span 2
}
.rt-portfolio-box-10 .rt-portfolio-box-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden
}
.rt-portfolio-box-10 .rt-portfolio-box-item .rt-portfolio-box-content {
position: absolute;
bottom: 0;
left: 0;
padding: 45px 4em;
width: 100%;
text-align: right
}
.rt-portfolio-box-10 .rt-portfolio-box-item:hover .rt-portfolio-box-content {
z-index: 1
}
.rt-portfolio-box-10 .rt-portfolio-box-item .rt-portfolio-box-content {
position: absolute;
width: calc(100% - 66px);
bottom: 28px;
left: 0;
right: 0;
margin: 0 auto;
background-color: rgb(255 255 255 / 88%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px 20px;
text-align: center;
clip-path: inset(0 0 0 100%);
-webkit-clip-path: inset(0 0 0 100%);
-webkit-transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
-o-transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: clip-path .5s cubic-bezier(.59, .02, .17, .87), -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87)
}
.rt-portfolio-box-10 .rt-portfolio-box-item:hover .rt-portfolio-box-content {
clip-path: inset(0 0 0 0);
-webkit-clip-path: inset(0 0 0 0)
}
.rt-portfolio-box-10 .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-category {
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .35s;
-o-transition: .3s ease-in-out .35s;
transition: .3s ease-in-out .35s;
color: #a1a1a1;
margin-bottom: 0px;
}
.rt-portfolio-box-10 .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-title {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .3s;
-o-transition: .3s ease-in-out .3s;
transition: .3s ease-in-out .3s;
color: #000;
margin-bottom: 0px;
}
.rt-portfolio-box-10 .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-category {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.rt-portfolio-box-10 .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-title {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.rt-portfolio-box-10 .rt-portfolio-box-item .portfolio-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1
}
@media screen and (min-width:768px) and (max-width:991px) {
.rt-portfolio-box-10 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (min-width:480px) and (max-width:767px) {
.rt-portfolio-box-10 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (min-width:321px) and (max-width:479px) {
.rt-portfolio-box-10 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (max-width:320px) {
.rt-portfolio-box-10 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box-10 .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}  .rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item {
display: flex;
justify-content: center;
align-items: center
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0px;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .4s;
-moz-transition: .4s;
transition: .4s
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:hover img {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%)
}
.rt-portfolio-box.rt-port-masonry {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
grid-auto-rows: 200px;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-tall {
grid-row: span 3;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-square { grid-row: span 2;
border-radius: 0px;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item .rt-portfolio-box-content {
position: absolute;
bottom: 0;
left: 0;
padding: 45px 4em;
width: 100%;
text-align: right
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:hover .rt-portfolio-box-content {
z-index: 1
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item .rt-portfolio-box-content {
position: absolute;
width: 100%;
height: 100%;
bottom: 0px;
left: 0px;
background-color: rgba(0, 0, 0, .93);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px 20px;
text-align: center;
clip-path: inset(0 100% 0 0);
-webkit-clip-path: inset(0 100% 0 0);
-webkit-transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
-o-transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
transition: clip-path .5s cubic-bezier(.59, .02, .17, .87), -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87)
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:hover .rt-portfolio-box-content {
clip-path: inset(0 0 0 0);
-webkit-clip-path: inset(0 0 0 0)
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(1) .rt-portfolio-box-content {
background: #fff;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(2) .rt-portfolio-box-content {
background: #DFE7FE;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(3) .rt-portfolio-box-content {
background: #fff;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(4) .rt-portfolio-box-content {
background: #CDB392;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(5) .rt-portfolio-box-content {
background: #f3f3f3;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(6) .rt-portfolio-box-content {
background: #66B9BD;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(7) .rt-portfolio-box-content {
background: #fff;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:nth-child(8) .rt-portfolio-box-content {
background: #fff;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-category {
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .35s;
-o-transition: .3s ease-in-out .35s;
transition: .3s ease-in-out .35s;
color: #a1a1a1;
margin-bottom: 0px;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-title {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .3s;
-o-transition: .3s ease-in-out .3s;
transition: .3s ease-in-out .3s;
color: #fff;
margin-bottom: 0px;
font-size: 20px;
line-height: 30px;
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-category {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-title {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item .portfolio-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.rt-portfolio-box.rt-port-masonry {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (min-width: 321px) and (max-width: 479px) {
.rt-portfolio-box.rt-port-masonry {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (max-width: 320px) {
.rt-portfolio-box.rt-port-masonry {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-masonry .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}  .rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item {
width: 100%;
vertical-align: middle;
overflow: hidden;
text-align: left;
display: inline-block;
position: relative;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item > .holder {
position: relative;
margin: auto;
overflow: hidden;
border-radius: 0px;
margin-bottom: 0px;
height: 100%;
display: flex;
justify-content: center;
align-items: center
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item > .holder > .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
padding: 25px;
background: rgba(0, 0, 0, 0.25);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item > .holder:hover > .overlay {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .pic {
width: 100%;
height: 100%;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .pic img {
width: 100%;
height: 100%;
object-fit: cover;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .pic img {
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item > .holder:hover > .pic img {
transform: scale(1.06) translate3d(0px, 0px, 0px);
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.rt-portfolio-box.rt-port-metro-element-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
grid-auto-rows: 400px;
grid-auto-flow: dense;
grid-gap: 30px;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-wide {
grid-column: span 2
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-tall {
grid-row: span 2
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-big {
grid-row: span 2
}
@media(min-width:1125px){
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-big {
grid-column: span 2;
}   
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .holder .rt-portfolio-box-content {
position: absolute;
bottom: 0;
left: 0;
padding: 0 45px 75px 0;
width: 100%;
text-align: right;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item:hover .rt-portfolio-box-content {
z-index: 1
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item:hover .rt-portfolio-box-content {
clip-path: inset(0 0 0 0);
-webkit-clip-path: inset(0 0 0 0);
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom {
z-index: 9;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom svg {
color: #fff;
width: 100px;
height: 100px;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-category {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .3s;
-o-transition: .3s ease-in-out .3s;
transition: .3s ease-in-out .3s;
color: #fff;
margin-bottom: 0px;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-title {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: .3s ease-in-out .35s;
-o-transition: .3s ease-in-out .35s;
transition: .3s ease-in-out .35s;
color: #a1a1a1;
margin-bottom: 0px;
font-size: 20px;
line-height: 30px;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .rt-portfolio-box-content .portfolio-title a {
color: #fff;
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-category {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item:hover .rt-portfolio-box-content .portfolio-title {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item .portfolio-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.rt-portfolio-box.rt-port-metro-element-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (max-width: 767px) {
.rt-portfolio-box.rt-port-metro-element-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
}
@media screen and (min-width: 321px) and (max-width: 479px) {
.rt-portfolio-box.rt-port-metro-element-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}
@media screen and (max-width: 320px) {
.rt-portfolio-box.rt-port-metro-element-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
grid-auto-rows: auto;
grid-auto-flow: dense
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-wide {
grid-column: auto
}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-tall {}
.rt-portfolio-box.rt-port-metro-element-three .rt-portfolio-box-item.box-big {
grid-row: auto;
grid-column: auto
}
}