.elementor-image-gallery .gallery-item{display:inline-block;margin:0 auto;max-width:100%;text-align:center;vertical-align:top;width:100%}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item{max-width:100%}}.react-image {
position: relative;
width: 100%;
height: 100%;
}
.react-image.yes .veritcal {
animation-name: veritcal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes veritcal {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, 30px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.react-image.yes .veritcal_two {
animation-name: veritcal_two;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes veritcal_two {
0% {
transform: translateY(100px);
}
50% {
transform: translateY(0);
}
100% {
transform: translateY(100px);
}
}
.react-image.yes .horizontal {
animation-name: horizontal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes horizontal {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100px);
}
100% {
transform: translateX(0);
}
}
.react-image.yes .rotated_style {
animation: rotate1 30s linear infinite;
-webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
from {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
to {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
.image-rotate {
animation: rotation infinite 14s linear;
} @keyframes rotation {
to {
transform: rotate(360deg);
}
}.border-left-20 .react-addon-services.services-style2 .services-part .services-icon {
margin-right: 20px; }
.react-addon-services.gray_yes:hover img {
filter: grayscale(100); }
.react-addon-services.services-style3 {
display: flex;
flex-direction: column;
align-items: center; }
.react-addon-services.services-style3 .services-part {
display: block; }
.react-addon-services.services-style3 .services-part .service--top .icon-inner {
border-radius: 50%;
width: 192px;
height: 192px;
border: 2px dashed var(--primaryColor);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-bottom: 33px;
transition: 0.3s;
position: relative; }
.react-addon-services.services-style3 .services-part .service--top .icon-inner .number {
position: absolute;
right: 20px;
top: 0;
background: var(--primaryColor);
color: #fff;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
transform: scale(0);
transition: 0.3s; }
.react-addon-services.services-style3 .services-part .service--top .services-icon {
margin-right: 22px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto; }
.react-addon-services.services-style3 .services-part .service--top .services-title {
margin-bottom: 7px; }
.react-addon-services.services-style3 .services-part .service--top .services-title .title {
font-size: 25px;
font-weight: 700;
line-height: 1.5;
color: #333333;
letter-spacing: -0.3;
margin-bottom: 0; }
.react-addon-services.services-style3 .services-part .service--top .services-title .title:hover {
color: var(--primaryColor); }
.react-addon-services.services-style3 .services-part .services--bottom {
display: block; }
.react-addon-services.services-style3 .services-part .services--bottom .services-txt {
font-size: 16px;
font-weight: 400;
color: #777777;
line-height: 28px; }
.react-addon-services.services-style3 .services-part .services--bottom .services-btn {
font-weight: 700;
font-size: 16px; }
.react-addon-services.services-style3:hover .services-part .service--top .icon-inner .number {
transform: scale(1.1); }
.react-addon-services.services-style3:hover .services-part .service--top .icon-inner {
border-color: var(--primaryColor); }
.react-addon-services.services-style4 {
position: relative; }
.react-addon-services.services-style4 .services-part {
box-shadow: 0px 13px 40px #1810100a;
position: relative;
border-radius: 15px; }
.react-addon-services.services-style4 .services-part .services-icon {
position: relative;
padding: 0 !important;
overflow: hidden; }
.react-addon-services.services-style4 .services-part .services-icon img {
width: 100%;
border-radius: 15px 15px 0 0;
transition: 0.3s; }
.react-addon-services.services-style4 .services-part .services-icon .number {
position: absolute;
right: 0;
top: 0;
font-size: 18px;
background: #fff;
border-radius: 0 15px 0 15px;
height: 50px;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primaryColor);
font-weight: 700; }
.react-addon-services.services-style4 .services-part .services-text {
z-index: 5;
padding: 40px;
background: #fff;
border-radius: 0 0 15px 15px;
position: absolute;
bottom: -50%; }
.react-addon-services.services-style4 .services-part .services-text .hidden-area {
max-height: 84px;
overflow: hidden;
transition: 0.5s ease-in-out; }
.react-addon-services.services-style4 .services-part .services-btn-part i {
margin-left: 3px;
transition: 0.5s ease-in-out; }
.react-addon-services.services-style4 .services-part .services-btn-part .services-btn:hover i {
margin-left: 7px; }
.react-addon-services.services-style4 .services-part:hover .services-text .hidden-area {
max-height: 155px;
overflow: hidden;
transition: 0.5s ease-in-out; }
.react-addon-services.services-style5 .services-part {
background: #f7f7f7;
border-radius: 15px;
padding: 40px; }
.react-addon-services.services-style5 .services-part .services-icon {
overflow: hidden;
border-radius: 15px;
max-width: max-content; }
.react-addon-services.services-style5 .services-part:hover img {
transform: scale(1.2);
border-radius: 15px;
overflow: hidden; }
.react-addon-services.services-style5 .services-part .services-text {
padding-top: 20px; }
.react-addon-services.services-style5 .services-btn-part .services-btn {
background: var(--primaryColor);
color: #fff;
padding: 12px 30px;
border-radius: 0 0 15px 15px;
margin-left: 35px;
display: inline-block;
font-weight: 700; }
.react-addon-services.services-style1 {
position: relative; }
.react-addon-services.services-style1 .services-btn-part a i {
margin-left: 0;
opacity: 0;
transition: 0.3s; }
.react-addon-services.services-style1:hover i {
opacity: 1 !important;
margin-left: 7px !important;
font-weight: bold; }
.react-addon-services.services-style1 .services-title h3 {
margin-bottom: 4px !important; }
.react-addon-services .services-part {
position: relative; }
.react-addon-services .services-part .services-icon {
padding: 5px;
font-size: 50px;
line-height: 50px;
color: var(--primaryColor);
transition: all ease .3s; }
.react-addon-services .services-part .services-icon i {
transition: all ease .3s; }
.react-addon-services .services-part .services-icon i:before {
margin: 0; }
.react-addon-services .services-part .services-icon:hover {
color: #040404; }
.react-addon-services .services-part .services-icon:after {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: var(--primaryColor);
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
opacity: 0;
transition: all 0.3s ease 0s;
visibility: hidden; }
.react-addon-services .services-part .services-text {
padding: 10px 0 0;
position: relative;
font-family: "DM Sans", sans-serif; }
.react-addon-services .services-part .services-text .services-title {
position: relative; }
.react-addon-services .services-part .services-text .services-title .title {
font-size: 24px;
margin: 0 0 10px;
color: #1C2539; }
.react-addon-services .services-part .services-text .services-title .title a {
color: #1C2539; }
.react-addon-services .services-part .services-text .services-title .title a:hover {
color: #ffecec; }
.react-addon-services .services-part .services-text .services-txt {
color: #5D666F;
margin: 0;
transition: 0.4s; }
.react-addon-services .services-part .services-text .services-btn-part {
margin: 10px 0 0; }
.react-addon-services .services-part .services-text .services-btn-part .services-btn {
position: relative;
display: inline-block;
color: #040404;
transition: all ease .3s; }
.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover {
color: var(--primaryColor); }
.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover span {
color: var(--primaryColor); }
.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after span {
float: left; }
.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before span {
float: right; }
.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before i {
margin-right: 10px; }
.react-addon-services .services-part img {
transition: 0.4s; }
.react-addon-services.services-style2 .services-part {
background: 0 0;
text-align: left;
position: relative;
z-index: 1;
display: flex; }
.react-addon-services.services-style2 .services-part .services-icon {
margin-right: 37px; }
.react-addon-services.services-style2 .services-part .services-icon img {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
max-width: 65px; }
.react-addon-services.services-style2 .services-part .services-icon svg, .react-addon-services.services-style2 .services-part .services-icon svg path {
fill: var(--primaryColor); }
.react-addon-services.services-style2 .services-part:hover .services-icon img {
transform: translateY(-7px);
-webkit-transform: translateY(-7px);
-moz-transform: translateY(-7px);
-ms-transform: translateY(-7px);
-o-transform: translateY(-7px); }
.react-addon-services.services-style2 .services-part a.services-btn {
transition: 0.3s; }
.react-addon-services.services-style2 .services-part a.services-btn i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #fff;
border-radius: 50%;
margin-right: 12px;
color: #1C2539;
font-size: 14px;
transition: 0.3s;
box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05); }
.react-addon-services.services-style2 .services-part a.services-btn:hover i {
background: var(--primaryColor);
color: #fff; }
.react-addon-services.services-style6 {
display: flex;
flex-direction: column;
align-items: center; }
.react-addon-services.services-style6 .services-part {
display: block; }
.react-addon-services.services-style6 .services-part .service--top .icon-inner {
height: 110px;
width: 110px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
background: #FFFFFF;
margin-bottom: 70px;
position: relative; }
.react-addon-services.services-style6 .services-part .service--top .icon-inner::before {
content: '';
width: 19px;
height: 19px;
position: absolute;
left: 50%;
bottom: -10px;
display: block;
z-index: 1;
border-radius: 30px;
background: transparent;
border: 1px solid #eee;
padding: 10px;
transform: translate(-50%, 3px); }
.react-addon-services.services-style6 .services-part .service--top .icon-inner .mid-arrows {
display: block;
width: 9px;
height: 9px;
background: var(--primaryColor);
position: absolute;
left: 50%;
bottom: 0;
z-index: 1;
border-radius: 30px;
transform: translate(-50%, 6px); }
.react-addon-services.services-style6 .services-part .service--top .services-icon {
margin-right: 22px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto; }
.react-addon-services.services-style6 .services-part .services--bottom {
padding: 54px 33px 50px 33px;
text-align: center;
border-radius: 20px;
border: 1px solid #EFEEEE;
background: #FFF;
box-shadow: 0px 19px 51px 0px rgba(14, 18, 30, 0.06);
position: relative;
display: block; }
.react-addon-services.services-style6 .services-part .services--bottom .services-title {
margin-bottom: 13px; }
.react-addon-services.services-style6 .services-part .services--bottom .services-title .title {
font-size: 20px;
font-weight: 700;
line-height: 1.5;
color: #333333;
letter-spacing: -0.3;
margin-bottom: 0; }
.react-addon-services.services-style6 .services-part .services--bottom .number-box {
position: absolute;
height: 50px;
width: 50px;
background: #fff;
border: 1px solid #EFEEEE;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
left: 50%;
transform: translateX(-50%);
top: -30px;
z-index: 1;
color: var(--primaryColor);
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal; }
.react-addon-services.services-style6 .services-part .services--bottom .number-box .number {
background: #e57d611a;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 30px;
transition: 0.3s; }
.react-addon-services.services-style6 .services-part .services--bottom .services-txt {
font-size: 16px;
font-weight: 400;
color: #777777;
line-height: 28px;
margin: 0; }
.react-addon-services.services-style6 .services-part .services--bottom .services-btn {
font-weight: 700;
font-size: 16px; }
.react-addon-services.services-style6 .services-part:hover .number-box .number {
background: var(--primaryColor);
color: #fff; }.react-button a {
display: inline-block;
color: #fff;
padding: 12px 30px 12px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0px;
background-color: var(--primaryColor);
border-radius: 15px;
}
.react-button a:hover {
background: #ffecec;
color: #1C2539;
}
.react-button a svg {
width: 20px;
position: relative;
}@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
.react-video {
position: relative;
background-repeat: no-repeat !important;
background-size: content !important;
padding: 100px 20px;
}
.react-video.center .overly-border {
margin: 0 auto;
}
.react-video.left .overly-border {
margin-left: 0;
margin-right: auto;
}
.react-video.right .overly-border {
margin-left: auto;
margin-right: 0;
}
.react-video.style1 .video-desc {
top: 60px;
}
.react-video .video-desc {
z-index: 1;
font-size: 20px;
position: relative;
}
.react-video .video-desc span {
display: block;
font-size: 22px;
font-weight: 400;
}
.react-video .overly-border {
border-radius: 50%;
position: absolute;
width: 100px;
height: 100px;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.react-video .video-content {
z-index: 10;
}
.react-video .video-content h4 {
margin-top: 40px;
margin-bottom: 0;
font-size: 30px;
color: #fff;
text-transform: uppercase;
}
.react-video:hover .popup-videos {
animation-duration: 0.8s;
}
.react-video .popup-videos {
position: absolute;
transform: translateX(-50%) translateY(-50%);
box-sizing: content-box;
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
line-height: 90px;
padding: 0;
margin: 0 auto;
left: 50%;
top: 50%;
z-index: 9;
text-align: center;
}
.react-video .popup-videos:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
transition: all 200ms;
}
.react-video .popup-videos:before {
border: 1px solid #fff;
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
border-color: var(--primaryColor);
}
.react-video .popup-videos i {
text-indent: 5px;
transition: 0.3s ease all;
font-size: 28px;
color: var(--primaryColor);
position: relative;
top: -4px;
}
.react-video .popup-videos i:before {
color: var(--primaryColor);
top: -1px;
}
.react-video .popup-videos:hover {
border-color: rgba(255, 255, 255, 0.7);
}
.react-video .popup-videos span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
border-left: 27px solid #fff;
border-top: 17px solid transparent;
border-bottom: 17px solid transparent;
}
.react-video:hover .overly-border:before, .react-video:hover .overly-border:after {
opacity: 1;
transform: scale(1);
}
.react-video.style2 .overly-border {
width: 60px;
height: 60px;
}.counter-top-area.yes .rs-counter-list .count-text .rs-counter {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.counter-top-area {
position: relative;
padding: 0 !important;
}
.counter-top-area .rts-counter-list .counter-icon {
display: inline-block;
}
.counter-top-area .rts-counter-list .counter-icon i {
font-size: 50px;
color: #dcdcdc;
line-height: 60px;
transition: all 0.3s ease 0s;
}
.counter-top-area .rts-counter-list .count-text .rs-counter {
font-size: 50px;
color: #df0a0a;
line-height: 60px;
display: inline-block;
transition: all 0.3s ease 0s;
}
.counter-top-area .rts-counter-list .count-text .title {
font-size: 18px;
color: #666;
line-height: 18px;
transition: all 0.3s ease 0s;
}
.counter-top-area.style1 {
text-align: center;
}
.counter-top-area.style1 .count-number span {
padding: 10px 0px 10px 0px;
}
.counter-top-area.style2 .rts-counter-list {
display: flex;
align-items: center;
}
.counter-top-area.style2 .rts-counter-list .counter-icon {
position: absolute;
}
.counter-top-area.style2 .rts-counter-list .count-text {
box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.0705882353);
width: 100%;
padding: 40px 40px 40px 70px;
margin-left: 60px;
}.rt-portfolio-style1 .portfolio-item {
position: relative;
overflow: hidden;
background: #fff;
border-radius: 6px;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04); }
.rt-portfolio-style1 .portfolio-item .portfolio-content {
padding: 25px; }
.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
position: relative;
z-index: 9; }
.rt-portfolio-style1 .portfolio-item .portfolio-content .p-category {
color: #999999;
font-size: 14px;
margin-bottom: 5px; }
.rt-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
color: #999999; }
.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
display: table;
height: 100%;
width: 100%; }
.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
display: table-cell;
vertical-align: middle; }
.rt-portfolio-style1 .portfolio-item .portfolio-text {
padding-top: 15px; }
.rt-portfolio-style1 .portfolio-item .p-link {
transition: all 0.3s ease 0s;
display: inline-block;
font-size: 19px;
width: 52px;
line-height: 54px;
height: 52px;
text-align: center;
border-radius: 50%;
background: #fff; }
.rt-portfolio-style1 .portfolio-item .p-link i {
margin-left: 2px; }
.rt-portfolio-style1 .portfolio-item .p-link:hover {
background-color: var(--primaryColor);
color: #fff; }
.rt-portfolio-style1 .portfolio-item .p-title {
font-size: 18px;
line-height: normal;
margin-bottom: 0;
font-weight: 700;
line-height: 27px; }
.rt-portfolio-style1 .portfolio-item .p-desc {
font-size: 15px;
color: rgba(255, 255, 255, 0.7);
margin-bottom: 0;
margin-top: 10px; }
.rt-portfolio-style1 .read-btn {
background: #ffffff;
border-top: 1px solid #f1f1f1;
padding: 16px 20px;
display: block;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-size: 14px;
font-weight: 700;
position: relative;
z-index: 2;
color: #999; }
.rt-portfolio-style1 .read-btn i {
margin-left: 10px;
font-weight: 300; }
.rt-portfolio-style1 .read-btn:before {
content: "";
position: absolute;
background-color: #040404;
width: 100%;
height: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
top: 0;
z-index: -1; }
.rt-portfolio-style1 .read-btn span.f-right {
float: right; }
.rt-portfolio-style1 .grid-item:hover .read-btn {
color: #fff; }
.rt-portfolio-style1 .grid-item:hover .read-btn:before {
height: 100%;
bottom: 0; }
.rt-portfolio-style1 .slick-slider .slick-arrow {
width: 60px;
height: 55px;
border-radius: 0;
line-height: 60px;
bottom: -172px;
top: -84px; }
.rt-portfolio-style1 .slick-slider .slick-arrow:before {
color: #fff; }
.rt-portfolio-style1 .slick-slider .slick-prev {
left: 88.5%; }
.rt-portfolio-style1 .slick-slider .slick-prev:hover {
background: #fff; }
.rt-portfolio-style1 .slick-slider .slick-prev:hover:before {
color: var(--primaryColor); }
.rt-portfolio-style1 .slick-slider .slick-next {
right: 1%;
background: #fff;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04); }
.rt-portfolio-style1 .slick-slider .slick-next:before {
color: var(--primaryColor); }
.rt-portfolio-style1 .slick-slider .slick-next:hover {
background: var(--primaryColor); }
.rt-portfolio-style1 .slick-slider .slick-next:hover:before {
color: #fff; }
.rt-portfolio-style2 .portfolio-item {
position: relative;
overflow: hidden;
z-index: 1; }
.rt-portfolio-style2 .portfolio-item img {
width: 100%; }
.rt-portfolio-style2 .portfolio-item:before {
content: "";
position: absolute;
background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
bottom: 0;
z-index: 1; }
.rt-portfolio-style2 .portfolio-item:after {
content: "";
position: absolute;
background-color: var(--primaryColor);
opacity: 0.902;
clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
width: 100%;
height: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
top: 0;
z-index: 1; }
.rt-portfolio-style2 .portfolio-item .portfolio-content {
padding: 0;
position: absolute;
left: 50px;
top: auto;
bottom: 20px;
z-index: 3;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title {
font-size: 24px;
font-weight: 700;
line-height: 35px;
bottom: -100px;
left: 25px; }
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title span {
font-size: 14px;
font-weight: 400;
display: block; }
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title span,
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title a {
color: #ffffff; }
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title a:hover {
color: var(--primaryColor); }
.rt-portfolio-style2 .portfolio-item .pf-btn {
color: #083d59;
background: #ffffff;
width: 60px;
height: 60px;
font-size: 16px;
line-height: 60px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
position: absolute;
z-index: 3;
left: 15%;
bottom: 12.5%;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.rt-portfolio-style2 .portfolio-item:hover .portfolio-content {
top: 10%;
bottom: auto; }
.rt-portfolio-style2 .portfolio-item:hover .pf-btn {
transform: scale(1); }
.rt-portfolio-style2 .portfolio-item:hover:before {
background-image: unset;
background: #ffa84b;
opacity: 0.902;
clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%); }
.rt-portfolio-style2 .portfolio-item:hover:after {
visibility: visible;
height: 100%; }
.rt-portfolio-style2 .slick-slider .slick-arrow {
background: white;
border: 2px solid #f0f0f0;
border-radius: unset;
top: -80px;
left: unset;
padding: 23px 23px; }
.rt-portfolio-style2 .slick-slider .slick-arrow::before {
color: #083d59;
font-size: 14px;
top: -15px; }
.rt-portfolio-style2 .slick-slider .slick-arrow:hover {
background: #ffa84b;
border: 2px solid #ffa84b; }
.rt-portfolio-style2 .slick-slider .slick-prev {
right: 33.5%; }
.rt-portfolio-style2 .slick-slider .slick-next {
right: 30.0%; }
.rt-portfolio-style3 .portfolio-item {
position: relative;
overflow: hidden;
border-radius: 0; }
.rt-portfolio-style3 .portfolio-item .portfolio-img {
position: relative;
z-index: 1;
overflow: hidden; }
.rt-portfolio-style3 .portfolio-item .portfolio-img:before {
content: "";
position: absolute;
background: var(--primaryColor);
opacity: 0.902;
width: 100%;
height: 0;
left: 0;
top: 0;
z-index: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.rt-portfolio-style3 .portfolio-item .portfolio-img img {
width: 100%;
-webkit-transition: 1.3s all ease;
transition: 1.3s all ease;
border-radius: 0px; }
.rt-portfolio-style3 .portfolio-item .portfolio-img .p-link {
display: none !important;
top: 20px;
right: 20px;
display: inline-block;
font-size: 32px;
color: #ffffff;
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease;
opacity: 0;
z-index: 10; }
.rt-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
margin-left: 2px;
display: none; }
.rt-portfolio-style3 .portfolio-item .portfolio-content {
position: relative;
padding: 20px 0px 0;
opacity: 1;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
text-align: left;
width: 100%;
border-top: 0; }
.rt-portfolio-style3 .portfolio-item .portfolio-content a {
color: #040404; }
.rt-portfolio-style3 .portfolio-item .portfolio-content h4 {
margin-bottom: 0;
font-size: 24px;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease;
font-weight: 500 !important;
line-height: 30px !important; }
.rt-portfolio-style3 .portfolio-item .portfolio-content h4 a:hover {
color: var(--primaryColor); }
.rt-portfolio-style3 .portfolio-item .portfolio-content p {
margin-bottom: 0;
color: #040404;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease; }
.rt-portfolio-style3 .portfolio-item .portfolio-content p a {
font-size: 14px; }
.rt-portfolio-style3 .portfolio-item a.pf-btn2 {
color: #ffffff;
font-size: 16px;
font-weight: 700;
line-height: 1;
padding: 15px 30px;
border: 2px solid rgba(255, 255, 255, 0.1);
display: inline-block;
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
-webkit-transform: translate(-50%, -50%) scale(0);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-o-transform: translate(-50%, -50%) scale(0); }
.rt-portfolio-style3 .portfolio-item:hover h4 a {
text-decoration: underline !important; }
.rt-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
height: 100%; }
.rt-portfolio-style3 .portfolio-item:hover .portfolio-img a.pf-btn2 {
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-o-transform: translate(-50%, -50%) scale(1); }
.rt-portfolio-style4 .portfolio-item {
position: relative;
overflow: hidden;
border-radius: 0; }
.rt-portfolio-style4 .portfolio-item .portfolio-img {
position: relative;
z-index: 1;
overflow: hidden; }
.rt-portfolio-style4 .portfolio-item .portfolio-img:before {
content: "";
position: absolute;
background: var(--primaryColor);
opacity: 0.902;
width: 100%;
height: 0;
left: 0;
bottom: 0;
z-index: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
clip-path: polygon(0% -65%, 0% 100%, 99% 100%); }
.rt-portfolio-style4 .portfolio-item .portfolio-img img {
width: 100%;
-webkit-transition: 1.3s all ease;
transition: 1.3s all ease;
border-radius: 0px; }
.rt-portfolio-style4 .portfolio-item .portfolio-img .p-link {
display: none !important;
top: 20px;
right: 20px;
display: inline-block;
font-size: 32px;
color: #ffffff;
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease;
opacity: 0;
z-index: 10; }
.rt-portfolio-style4 .portfolio-item .portfolio-img .p-link i {
margin-left: 2px;
display: none; }
.rt-portfolio-style4 .portfolio-item .portfolio-content {
position: relative;
padding: 35px 0px 0;
opacity: 1;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
text-align: left;
width: 100%;
border-top: 0; }
.rt-portfolio-style4 .portfolio-item .portfolio-content a {
color: #040404; }
.rt-portfolio-style4 .portfolio-item .portfolio-content h4 {
margin-bottom: 0;
font-size: 24px;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease;
font-weight: 500 !important;
line-height: 30px !important; }
.rt-portfolio-style4 .portfolio-item .portfolio-content h4 a:hover {
color: var(--primaryColor); }
.rt-portfolio-style4 .portfolio-item .portfolio-content p {
margin-bottom: 0;
color: #040404;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease; }
.rt-portfolio-style4 .portfolio-item .portfolio-content p a {
font-size: 14px; }
.rt-portfolio-style4 .portfolio-item .portfolio-content {
transition: 0.4s;
opacity: 0;
display: none;
position: absolute;
left: 40px;
bottom: 40px;
z-index: 5; }
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title {
margin-bottom: 0;
max-width: 255px; }
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title a {
color: #ffffff; }
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category {
margin-bottom: 0; }
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category .separator {
color: #fff; }
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category a {
color: #ffffff;
font-size: 14px;
font-weight: 400; }
.rt-portfolio-style4 .portfolio-item a.pf-btn2 {
color: #ffffff;
font-size: 16px;
font-weight: 700;
line-height: 1;
padding: 15px 16px;
border: 2px solid rgba(255, 255, 255, 0.1);
display: inline-block;
position: absolute;
z-index: 6;
right: 30px;
bottom: 30px;
transform: translate(-50%, -50%) scale(0);
-webkit-transform: translate(-50%, -50%) scale(0);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-o-transform: translate(-50%, -50%) scale(0);
transform: translate(0%, 0%) scale(0);
border-radius: 100px;
background: #ffffff;
width: 50px;
height: 50px; }
.rt-portfolio-style4 .portfolio-item a.pf-btn2 i {
color: #333333;
position: relative;
left: -3px; }
.rt-portfolio-style4 .portfolio-item a.pf-btn2:hover {
background: #086ad8; }
.rt-portfolio-style4 .portfolio-item a.pf-btn2:hover i {
color: #fff; }
.rt-portfolio-style4 .portfolio-item:hover h4 a {
text-decoration: underline !important; }
.rt-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
height: 100%;
display: block; }
.rt-portfolio-style4 .portfolio-item:hover .portfolio-img .portfolio-content {
display: block;
opacity: 1; }
.rt-portfolio-style4 .portfolio-item:hover .portfolio-img a.pf-btn2 {
transform: translate(0%, 0%) scale(1);
-webkit-transform: translate(0%, 0%) scale(1);
-moz-transform: translate(0%, 0%) scale(1);
-ms-transform: translate(0%, 0%) scale(1);
-o-transform: translate(0%, 0%) scale(1); }
.rt-portfolio-style5 .portfolio-item {
position: relative;
overflow: hidden;
border-radius: 15px;
border: 1px solid #EDEFF3;
padding: 35px; }
.rt-portfolio-style5 .portfolio-item .portfolio-img {
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 15px; }
.rt-portfolio-style5 .portfolio-item .portfolio-img:before {
position: absolute;
content: "";
height: 100%;
width: 133%;
background: var(--primaryColor);
opacity: .5;
left: 0;
top: 0;
transform: rotate(-54deg) translateY(-162%);
transition: 0.5s;
z-index: 0; }
.rt-portfolio-style5 .portfolio-item .portfolio-img:after {
position: absolute;
content: "";
height: 100%;
width: 133%;
background: var(--primaryColor);
opacity: .5;
left: 0;
top: 0;
transform: rotate(-45deg) translateY(126%);
transition: 0.5s;
z-index: 0; }
.rt-portfolio-style5 .portfolio-item .portfolio-img img {
width: 100%;
-webkit-transition: 1.3s all ease;
transition: 1.3s all ease;
border-radius: 0px; }
.rt-portfolio-style5 .portfolio-item .portfolio-img a.pf-btn2 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
z-index: 5;
background: var(--primaryColor);
border-radius: 50%;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center; }
.rt-portfolio-style5 .portfolio-item .portfolio-img a.pf-btn2 i {
color: #fff; }
.rt-portfolio-style5 .portfolio-item .portfolio-img:hover:before {
transform: rotate(-54deg) translateY(-100%); }
.rt-portfolio-style5 .portfolio-item .portfolio-img:hover:after {
transform: rotate(-54deg) translateY(30%); }
.rt-portfolio-style5 .portfolio-item .portfolio-content {
position: relative;
padding: 35px 0px 0;
opacity: 1;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
text-align: left;
width: 100%;
border-top: 0; }
.rt-portfolio-style5 .portfolio-item .portfolio-content a {
color: #040404; }
.rt-portfolio-style5 .portfolio-item .portfolio-content .p-title {
line-height: 28px;
margin-bottom: 8px; }
.rt-portfolio-style5 .portfolio-item .portfolio-content h4 {
margin-bottom: 0;
font-size: 24px;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease;
font-weight: 500 !important;
line-height: 30px !important; }
.rt-portfolio-style5 .portfolio-item .portfolio-content h4 a:hover {
color: var(--primaryColor); }
.rt-portfolio-style5 .portfolio-item .portfolio-content p {
margin-bottom: 0;
color: #5D666F;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease; }
.rt-portfolio-style5 .portfolio-item .portfolio-content p a {
font-size: 14px; }
.rt-portfolio-style5 .portfolio-item:hover h4 a {
text-decoration: underline !important; }
.rt-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
height: 100%;
display: block; }
.rt-portfolio-style5 .portfolio-item:hover .portfolio-img .portfolio-content {
top: 0;
display: block;
opacity: 1; }
.rt-portfolio-style5 .portfolio-item:hover .portfolio-img a.pf-btn2 {
transform: translate(-50%, -50%) scale(1); }
.rts-btn {
padding: 17px 30px;
min-width: max-content;
font-size: 16px;
line-height: 21px;
font-weight: 700;
border-radius: 15px;
background: var(--primaryColor);
color: #fff; }
.rts-btn:hover {
background-color: #1C2539; }
.rt-portfolio-style6.swiper {
overflow: visible !important; }
.rt-portfolio-style6.swiper .swiper-pagination-frac {
top: -19%;
right: 75px;
font-weight: 700;
position: absolute;
max-width: max-content;
left: unset; }
.rt-portfolio-style6.swiper .swiper-pagination-frac .swiper-pagination-current {
color: var(--primaryColor); }
.rt-portfolio-style6 .bg-right-gallery {
background: #181c27;
padding: 102px 50px 60px;
border-radius: 15px;
position: relative; }
.rt-portfolio-style6 .bg-right-gallery .shape--bg {
position: absolute;
top: 0;
right: 0; }
.rt-portfolio-style6 .bg-right-gallery .rts-btn:hover {
background: #FFECEC;
color: #1C2539; }
.rt-portfolio-style6 .p-title {
margin-top: 30px; }
.rt-portfolio-style6 .p-title a {
font-size: 30px;
font-family: "Red Hat Display", sans-serif;
font-weight: 700;
color: #fff; }
.rt-portfolio-style6 .p-category a {
font-size: 16px;
color: #fff; }
.rt-portfolio-style6 p.disc {
margin-top: 16px;
color: #B3B7C1;
margin-bottom: 45px;
line-height: 26px;
margin-top: 20px; }
.rt-portfolio-style6 .thumbnail-gallery img {
border-radius: 15px; }
.rt-portfolio-style6 .swiper-button-next {
top: -16%;
right: 0px; }
.rt-portfolio-style6 .swiper-button-prev {
top: -16%;
right: 135px;
left: auto; }
.rt-portfolio-style6 .swiper-button-prev,
.rt-portfolio-style6 .swiper-button-next {
background: #fff;
box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
border-radius: 8px; }
.rt-portfolio-style7 .rts-business-case-s-2 {
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 20px;
width: 100%;
transition: 0.3s; }
.rt-portfolio-style7 .rts-business-case-s-2 .shape--bg {
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
background-repeat: no-repeat;
transition: 0.3s;
top: -75%;
right: -55%;
opacity: 0; }
.rt-portfolio-style7 .rts-business-case-s-2 .thumbnail {
border-radius: 20px;
overflow: hidden; }
.rt-portfolio-style7 .rts-business-case-s-2 .thumbnail img {
overflow: hidden;
transition: .3s;
border-radius: 20px; }
.rt-portfolio-style7 .rts-business-case-s-2 .inner {
padding: 35px;
text-align: center;
position: absolute;
bottom: 35px;
left: 50%;
transform: translateX(-50%);
width: 84%;
background: #fff;
border-radius: 20px;
overflow: hidden;
z-index: 10; }
.rt-portfolio-style7 .rts-business-case-s-2 .inner .icon {
position: absolute;
height: 58px;
width: 58px;
bottom: -48px;
left: -36px;
transition: 0.3s;
opacity: 0; }
.rt-portfolio-style7 .rts-business-case-s-2 .inner span {
color: #5D666F;
font-size: 16px;
position: relative; }
.rt-portfolio-style7 .rts-business-case-s-2 .inner .title {
margin-bottom: 2px;
transition: .3s;
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #1C2539; }
.rt-portfolio-style7 .rts-business-case-s-2:hover .thumbnail img {
transform: scale(1.1);
filter: grayscale(1); }
.rt-portfolio-style7 .rts-business-case-s-2:hover::after {
top: -16%;
right: -56%; }
.rt-portfolio-style7 .rts-business-case-s-2:hover .inner span::after {
bottom: -55px;
left: -111px; }
.rt-portfolio-style7 .rts-business-case-s-2:hover .shape--bg {
top: -28%;
right: -55%;
opacity: 1; }
.rt-portfolio-style7 .rts-business-case-s-2:hover .inner .icon {
bottom: -17px;
left: -17px;
opacity: 1; }
.rt-portfolio-style8 .rts-business-case-s-2 {
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 20px;
width: 100%;
transition: 0.3s; }
.rt-portfolio-style8 .rts-business-case-s-2 .thumbnail {
border-radius: 20px;
overflow: hidden;
position: relative; }
.rt-portfolio-style8 .rts-business-case-s-2 .thumbnail img {
overflow: hidden;
transition: .3s;
border-radius: 20px; }
.rt-portfolio-style8 .rts-business-case-s-2 .thumbnail i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
height: 55px;
width: 55px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primaryColor);
background: #fff;
z-index: 5;
border-radius: 50%;
transition: 0.3s; }
.rt-portfolio-style8 .rts-business-case-s-2 .inner {
padding: 35px;
text-align: center;
position: absolute;
bottom: -75px;
left: 50%;
transform: translateX(-50%);
width: 84%;
background: #fff;
border-radius: 5px;
overflow: hidden;
z-index: 10;
opacity: 0;
transition: 0.8s; }
.rt-portfolio-style8 .rts-business-case-s-2 .inner .icon {
position: absolute;
height: 58px;
width: 58px;
bottom: -48px;
left: -36px;
transition: 0.3s;
opacity: 0; }
.rt-portfolio-style8 .rts-business-case-s-2 .inner span {
color: #5D666F;
font-size: 16px;
position: relative; }
.rt-portfolio-style8 .rts-business-case-s-2 .inner .title {
margin-bottom: 2px;
transition: .3s;
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #1C2539; }
.rt-portfolio-style8 .rts-business-case-s-2:hover .thumbnail img {
transform: scale(1.1);
filter: grayscale(1); }
.rt-portfolio-style8 .rts-business-case-s-2:hover .thumbnail i {
transform: translate(-50%, -50%) scale(1); }
.rt-portfolio-style8 .rts-business-case-s-2:hover::after {
top: -16%;
right: -56%; }
.rt-portfolio-style8 .rts-business-case-s-2:hover .inner span::after {
bottom: -55px;
left: -111px; }
.rt-portfolio-style8 .rts-business-case-s-2:hover .inner .icon {
bottom: -17px;
left: -17px;
opacity: 1; }
.rt-portfolio-style8 .rts-business-case-s-2:hover .inner {
padding: 35px;
text-align: center;
position: absolute;
bottom: 35px;
left: 50%;
transform: translateX(-50%);
width: 84%;
background: #fff;
border-radius: 5px;
overflow: hidden;
z-index: 10;
opacity: 1; }
.rt-portfolio-style9 {
border-radius: 20px; }
.rt-portfolio-style9 .rts-business-case-s-2 {
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 20px;
width: 100%;
transition: 0.3s; }
.rt-portfolio-style9 .rts-business-case-s-2 .thumbnail {
border-radius: 20px;
overflow: hidden;
position: relative;
display: block; }
.rt-portfolio-style9 .rts-business-case-s-2 .thumbnail img {
overflow: hidden;
border-radius: 20px;
width: 100%; }
.rt-portfolio-style9 .rts-business-case-s-2 .thumbnail i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
height: 130px;
width: 130px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primaryColor);
background: #fff;
z-index: 5;
border-radius: 50%;
transition: 1s;
font-size: 30px; }
.rt-portfolio-style9 .rts-business-case-s-2 .thumbnail::after {
position: absolute;
content: "";
left: 50%;
width: 100%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
height: 100%;
background: #E57D61;
border-radius: 20px;
mix-blend-mode: multiply;
transition: 0.3s;
pointer-events: none; }
.rt-portfolio-style9 .grid-item.swiper-slide-active {
position: relative; }
.rt-portfolio-style9 .grid-item.swiper-slide-active .thumbnail i {
transform: translate(-50%, -50%) scale(1); }
.rt-portfolio-style9 .grid-item.swiper-slide-active .thumbnail::after {
position: absolute;
content: "";
left: 50%;
width: 100%;
top: 50%;
transform: translate(-50%, -50%) scale(1);
height: 100%;
background: #E57D61;
border-radius: 20px;
mix-blend-mode: multiply; }.rt-grid-figure .logo-img {
text-align: center;
}
.rt-grid-figure .logo-img a {
transition: all 0.5s;
}
.rt-grid-figure .logo-img img {
margin: 0 auto;
transition: all 0.5s;
box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
border-radius: 15px;
}
.rt-grid-figure .logo-img:hover img {
opacity: 1;
}
.rt-grid-figure .logo-img:hover a.back {
display: block;
}
.rt-grid-figure .logo-img:hover a.back-exists {
display: none;
}.rt--slider {
position: relative; }
.rt--slider .rt-slider-navigation {
width: 100%;
margin: 0 auto;
z-index: 10;
position: absolute;
top: 50%;
left: 0;
margin-bottom: 45px;
text-align: right;
display: flex;
flex-wrap: wrap;
transform: translateY(-50%); }
.rt--slider .rt-slider-navigation .rt-slider-next,
.rt--slider .rt-slider-navigation .rt-slider-prev {
color: #B0B0B0;
transition: all 0.5s;
font-weight: bold;
font-size: 14px;
width: 50%; }
.rt--slider .rt-slider-navigation .rt-slider-next i,
.rt--slider .rt-slider-navigation .rt-slider-prev i {
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
display: inline-block;
border-radius: 100px;
text-align: center;
font-size: 16px;
transition: all 0.5s;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 18px #1810100d; }
.rt--slider .rt-slider-navigation .rt-slider-next i:before,
.rt--slider .rt-slider-navigation .rt-slider-prev i:before {
transition: all 0.5s;
color: #000;
font-weight: 700; }
.rt--slider .rt-slider-navigation .rt-slider-next i:hover,
.rt--slider .rt-slider-navigation .rt-slider-prev i:hover {
background: var(--primaryColor); }
.rt--slider .rt-slider-navigation .rt-slider-next i:hover:before,
.rt--slider .rt-slider-navigation .rt-slider-prev i:hover:before {
color: #fff; }
.rt--slider .rt-slider-navigation .rt-slider-next {
padding-right: 50px; }
.rt--slider .rt-slider-navigation .rt-slider-prev {
padding-left: 50px;
text-align: left; }
.rt--slider .rt-slider-navigation .rt-slider-prev i {
text-align: center !important; }
.rt--slider .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #fff;
opacity: 0.9; }
.rt--slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--primaryColor); }
.rt--slider .single--item .content--box .slider-title {
color: #040404;
font-size: 60px;
line-height: 70px;
letter-spacing: -0.03em;
font-weight: 700;
margin: 0; }
.rt--slider .single--item .content--box .slider-subtitle {
font-size: 18px;
font-weight: 400;
line-height: 23px;
margin-top: 11px;
margin-bottom: 55px; }
.rt--slider .single--item .content--box .slider-btn {
display: inline-block;
background: #83B735;
color: #fff;
padding: 15px 32px;
border-radius: 3px;
transition: all 0.5s;
font-size: 16px;
font-weight: bold; }
.rt--slider .single--item .content--box .slider-btn:hover {
background: #040404; }
.rt--slider.slider-style5 .single--item .content--box {
width: unset;
max-width: unset;
margin: unset; }
.rt--slider.slider-style5 .rt-slider-navigation {
top: 83%;
width: 210px;
right: -73%; }
.rt--slider.slider-style2 .slider-subtitle {
font-size: 18px;
font-weight: 400;
line-height: 23px;
margin-top: 11px;
margin-bottom: 10px !important; }
.rt--slider.slider-style2 .rt-slider-navigation {
margin: 0;
position: absolute;
top: 50%;
right: 1%;
left: unset;
transform: translate(-50%, -50%);
z-index: 260;
width: 60px; }
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next,
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev {
padding-left: 0 !important;
width: 60px;
height: 60px;
border-radius: 6px 6px 0px 0px;
background-color: #ffffff;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
text-align: center;
transition: all 0.5s; }
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next i,
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev i {
border-radius: 6px 6px 0px 0px; }
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next:hover i,
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev:hover i {
background: #ffbd27; }
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next {
border-radius: 0px 0px 6px 6px; }
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next i {
border-radius: 0px 0px 6px 6px; }
.rt--slider.slider-style2 .single--item {
position: relative;
padding: 50px 50px 30px 50px;
background: #fff;
border-radius: 20px;
border: 1px solid #E9ECF1; }
.rt--slider.slider-style2 .single--item .content--box {
display: flex;
align-items: center; }
.rt--slider.slider-style2 .single--item .content--box .slider-subtitle {
margin: 0; }
.rt--slider.slider-style2 .single--item .content--box .slider-title {
font-size: 20px;
font-weight: 700;
color: #031424;
line-height: 29px; }
.rt--slider.slider-style2 .single--item .content--box .slider-btn {
margin-top: 40px; }
.rt--slider.slider-style2 .single--item .description {
margin-left: 30px; }
.rt--slider.slider-style2 .single--item .review-body .desc {
margin: 30px 0;
border-bottom: 2px solid #E9ECF1;
padding-bottom: 5px; }
.rt--slider.slider-style2 .single--item .review-body .star-rating .star {
position: relative;
color: var(--primaryColor);
display: inline-block;
font-family: rt-icons;
font-size: 20px;
font-style: normal;
font-weight: 400;
height: 16px;
line-height: 27px;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width: 26px; }
.rt--slider.slider-style2 .single--item .banner-image {
position: relative; }
.rt--slider.slider-style2 .single--item .banner-image .quote, .rt--slider.slider-style2 .single--item .banner-image svg {
position: absolute;
top: 0px;
right: -17px;
top: 16px; }
.rt--slider.slider-style2 .single--item .banner-image svg circle {
fill: var(--primaryColor); }
.rt--slider.slider-style2 .single--item .review-end {
display: flex;
align-items: center;
justify-content: space-between; }
.rt--slider .star-rating .star-full:before {
content: '\e821';
position: absolute;
left: 0;
top: 0; }
.rt--slider .star-rating .star-half:before {
content: '\e82a';
position: absolute;
left: 0;
top: 0; }
.rt--slider .star-rating .star-empty:before {
content: '\e82b';
position: absolute;
left: 0;
top: 0; }
.rt--slider.slider-style4 {
position: relative; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item {
border-radius: 10px;
min-height: 570px;
padding-left: 85px; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-subtitle {
background: #fff;
color: #000;
font-size: 14px;
font-weight: 400;
display: inline-block;
margin-bottom: 15px;
margin-top: 0;
padding-left: 10px;
padding-right: 10px;
border-radius: 50px; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-subtitle img {
display: inline-block;
padding-bottom: 5px;
padding-right: 5px; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-title {
font-weight: 600;
font-size: 50px;
color: #000;
text-transform: uppercase;
line-height: 60px; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-description {
color: #777777;
font-size: 14px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 50px; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-btn {
color: #000;
font-size: 14px;
font-weight: 600;
background: transparent;
text-transform: uppercase;
text-decoration: underline !important;
padding: 0;
transition: all 0.6s; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-btn:hover {
color: #777777; }
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .content--box {
z-index: 10; }
.rt--slider.slider-style4 .rt-slider-navigation {
justify-content: space-between;
opacity: 0;
visibility: hidden;
transition: all 0.6s; }
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-next,
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-prev {
width: 150px; }
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-next i:hover,
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-prev i:hover {
background: var(--primaryColor); }
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-prev {
padding-left: 15px; }
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-next {
padding-right: 15px; }
.rt--slider.slider-style4:hover .rt-slider-navigation {
opacity: 1;
visibility: visible; }
.rt--slider.slider-style6 .slider-subtitle {
font-size: 18px;
font-weight: 400;
line-height: 23px;
margin-top: 11px;
margin-bottom: 10px !important; }
.rt--slider.slider-style6 .rt-slider-navigation {
margin: 0;
position: absolute;
top: 50%;
right: 1%;
left: unset;
transform: translate(-50%, -50%);
z-index: 260;
width: 60px; }
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-next,
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-prev {
padding-left: 0 !important;
width: 60px;
height: 60px;
border-radius: 6px 6px 0px 0px;
background-color: #ffffff;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
text-align: center;
transition: all 0.5s; }
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-next i,
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-prev i {
border-radius: 6px 6px 0px 0px; }
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-next:hover i,
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-prev:hover i {
background: #ffbd27; }
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-next {
border-radius: 0px 0px 6px 6px; }
.rt--slider.slider-style6 .rt-slider-navigation .rt-slider-next i {
border-radius: 0px 0px 6px 6px; }
.rt--slider.slider-style6 .single--item {
position: relative;
padding: 45px 50px 45px 50px;
background: #fff;
border-radius: 15px; }
.rt--slider.slider-style6 .single--item .content--box {
display: flex;
align-items: center; }
.rt--slider.slider-style6 .single--item .content--box .slider-subtitle {
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 18px; }
.rt--slider.slider-style6 .single--item .content--box .slider-title {
font-size: 20px;
font-weight: 700;
color: #031424;
line-height: 29px; }
.rt--slider.slider-style6 .single--item .content--box .slider-btn {
margin-top: 40px; }
.rt--slider.slider-style6 .single--item .description {
margin-left: 16px; }
.rt--slider.slider-style6 .single--item .review-body .desc {
margin: 0 0 18px;
border-bottom: 1px solid #ECECF2;
padding-bottom: 18px; }
.rt--slider.slider-style6 .single--item .review-body .desc .des-title {
margin: 0;
margin-bottom: 20px; }
.rt--slider.slider-style6 .single--item .review-body .desc p {
margin: 0; }
.rt--slider.slider-style6 .single--item .review-body .star-rating .star {
position: relative;
color: var(--primaryColor);
display: inline-block;
font-family: rt-icons;
font-size: 20px;
font-style: normal;
font-weight: 400;
height: 16px;
line-height: 27px;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width: 26px; }
.rt--slider.slider-style6 .single--item .banner-image {
position: relative;
overflow: hidden;
max-width: 46px;
height: 46px;
border-radius: 15px; }
.rt--slider.slider-style6 .single--item .banner-image .quote, .rt--slider.slider-style6 .single--item .banner-image svg {
position: absolute;
top: 0px;
right: -17px;
top: 16px; }
.rt--slider.slider-style6 .single--item .banner-image svg circle {
fill: var(--primaryColor); }
.rt--slider.slider-style6 .single--item .review-end {
display: flex;
align-items: center;
justify-content: space-between; }
.rt--slider .star-rating .star-full:before {
content: '\e821';
position: absolute;
left: 0;
top: 0; }
.rt--slider .star-rating .star-half:before {
content: '\e82a';
position: absolute;
left: 0;
top: 0; }
.rt--slider .star-rating .star-empty:before {
content: '\e82b';
position: absolute;
left: 0;
top: 0; }
.rt--slider.slider-style3 {
position: relative; }
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next,
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-prev {
z-index: 25 !important;
width: 10px;
position: absolute;
left: 50px;
top: -2px;
opacity: 0;
transition: all 0.5s; }
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next i,
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-prev i {
background: transparent; }
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next i:before,
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-prev i:before {
color: #fff; }
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next {
left: unset;
right: 50px; }
.rt--slider.slider-style3 .single--item {
min-height: unset; }
.rt--slider.slider-style3 .single--item .content--box .slider-subtitle {
text-align: center;
font-size: 14px;
font-weight: 400;
color: #fff;
margin: 0; }
.rt--slider.slider-style3 .single--item .content--box .slider-subtitle a {
z-index: 15 !important;
font-size: 14px;
font-weight: bold;
color: #fff;
padding: 0;
background: transparent; }
.rt--slider.slider-style3 .single--item .content--box .slider-subtitle a:hover {
text-decoration: underline !important; }
.rt--slider.slider-style3:hover .rt-slider-next,
.rt--slider.slider-style3:hover .rt-slider-prev {
opacity: 1; }
.startup_slider .swiper-pagination-bullets {
bottom: -60px !important; }
.startup_slider .swiper-pagination-bullets .swiper-pagination-bullet {
width: 6px;
height: 6px;
position: relative;
background: #fff; }
.startup_slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
position: relative; }
.startup_slider .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
content: "";
position: absolute;
width: 14px;
height: 14px;
border: 1px solid #fff;
border-radius: 50%;
left: -4px;
bottom: -4px; }.rt-blog-slider .blog-meta {
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
display: flex;
}
.rt-blog-slider .blog-meta .cat_list {
padding-right: 3px;
}
.rt-blog-slider .rts-read-more {
color: #fff;
font-weight: 600;
}
.rt-blog-slider .rts-read-more i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #fff;
border-radius: 50%;
margin-right: 12px;
color: #fff;
background: #2B2F39;
font-size: 14px;
transition: 0.3s;
display: inline-block;
box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.0005);
}
.rt-blog-slider .rts-read-more:hover i {
background: var(--primaryColor);
}
.rt-blog-slider.slider-style-1 .image-part {
margin-bottom: 36px;
position: relative;
}
.rt-blog-slider.slider-style-1 .image-part .blog-badge {
position: absolute;
right: 0;
bottom: 0;
padding: 5px 25px;
background: var(--primaryColor);
color: #fff;
font-size: 18px;
}
.rt-blog-slider .blog-content {
padding-bottom: 15px;
}
.rt-blog-slider .blog-content ul {
margin: 0;
list-style: none;
}
.rt-blog-slider .blog-content ul li {
list-style: none;
}
.rt-blog-slider .title {
line-height: 32px;
}
.rt-blog-slider .title a {
color: #000;
font-size: 24px;
font-weight: 700;
line-height: 30px;
}
.rt-blog-slider .title a:hover {
color: var(--primaryColor);
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper {
padding: 40px;
border-radius: 30px;
border: 1px solid #EDEFF3;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part {
margin-bottom: 30px;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part img {
border-radius: 30px;
}
.rt-blog-slider.slider-style-2 .title {
margin-top: 15px;
}
.rt-blog-slider.slider-style-2 .rts-read-more i {
background: #F5F5F5;
color: #000;
}
.rt-blog-slider.slider-style-2 .rts-read-more:hover i {
color: #fff;
}
.rt-blog-slider.slider-style-2 .blog-content {
padding-bottom: 0;
}.wpcf7 label {
display: block;
}
.wpcf7-form-control-wrap {
position: relative;
}